.dialog_pay_mask {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  background-color: #000;
  opacity: 0.18;
  display: none;
}
.dialog_pay_mask.show {
  display: block;
}

.dialog_pay {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.dialog_pay.showpay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dialog_pay.showpay .pay_info {
  display: block;
}
.dialog_pay.showsuc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dialog_pay.showsuc .pay_success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dialog_pay.showerr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dialog_pay.showerr .pay_failed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dialog_pay_container {
  position: relative;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid rgba(60, 74, 104, 0.1);
  width: 963px;
  overflow-y: auto;
}
.dialog_pay_container .close_icon {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.dialog_pay_container .close_icon .icon {
  width: 24px;
  height: 24px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/close.svg");
  background-size: 100%;
}
.dialog_pay_container .close_icon:hover {
  background-color: rgb(240, 241, 241);
  border-radius: 10px;
}
.dialog_pay_container .car_loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dialog_pay_container .car_loading .loader {
  border: 4px solid #000;
  border-top: 4px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-animation: loading 1s linear infinite;
          animation: loading 1s linear infinite;
}
.dialog_pay_container .car_loading.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dialog_pay_container .pay_info {
  width: 100%;
  height: 100%;
  padding: 30px;
  display: none;
}
.dialog_pay_container .pay_info .pay_info_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dialog_pay_container .pay_info .pay_left {
  width: 474px;
  height: 100%;
  border-radius: 3px;
  background-color: #F8F8F8;
  padding: 32px 28px 34px 28px;
  margin-right: 51px;
}
.dialog_pay_container .pay_info .pay_left .title {
  padding-left: 7px;
  padding-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(57, 50, 90, 0.2);
}
.dialog_pay_container .pay_info .pay_left .title .title_icon {
  width: 216px;
  height: 30px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/_common/car_title.png");
  background-size: contain;
  background-position: unset;
}
.dialog_pay_container .pay_info .pay_left .title .title_icon.gen {
  background: no-repeat url("https://static-alter1.vidnoz.com/web/fr/img/_common/logo_gen.png");
  background-size: contain;
}
.dialog_pay_container .pay_info .pay_left .title .title_text {
  margin-left: 8px;
  font: normal normal 600 20px/30px Poppins;
}
.dialog_pay_container .pay_info .pay_left .product_price_box {
  padding-left: 7px;
  padding-right: 8px;
  padding-bottom: 16px;
  margin-top: 18px;
  border-bottom: 1px solid rgba(57, 50, 90, 0.2);
}
.dialog_pay_container .pay_info .pay_left .product_price_box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name {
  margin-bottom: 8px;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name .name {
  font: normal normal 700 15px/21px Poppins;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name .price {
  font: normal normal 400 15px/21px Poppins;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_credit {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_credit .icon {
  width: 14px;
  height: 14px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/product_icon.svg");
  background-size: 100%;
  margin-right: 4px;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_credit .name {
  padding: 5px;
  background-color: #E6E6E6;
  border-radius: 4px;
  font: normal normal 400 12px/17px Poppins;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .subtotal {
  margin-bottom: 10px;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .subtotal .name {
  font: normal normal 300 15px/21px Poppins;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .subtotal .price {
  font: normal normal 500 15px/21px Poppins;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .discount .name {
  font: normal normal 300 15px/21px Poppins;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .discount .name .off {
  color: #1CBF99;
  font: normal normal 500 15px/21px Poppins;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .discount .price {
  color: #1CBF99;
  font: normal normal 400 15px/21px Poppins;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .total_price {
  margin-top: 50px;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .total_price .name {
  font: normal normal 300 15px/25px Poppins;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .total_price .price {
  font: normal normal 700 18px/25px Poppins;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .total_price .price .cur_price {
  position: relative;
  font: normal normal 600 18px/25px Poppins;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .total_price .price .coupon_price {
  font: normal normal 600 18px/25px Poppins;
  display: none;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .total_price.active .cur_price {
  padding-right: 5px;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .total_price.active .cur_price::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: red;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dialog_pay_container .pay_info .pay_left .product_price_box .total_price.active .coupon_price {
  display: inline-block;
}
.dialog_pay_container .pay_info .pay_left .product_info_box {
  position: relative;
  margin-top: 19px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(57, 50, 90, 0.2);
}
.dialog_pay_container .pay_info .pay_left .product_info_box .product_info_des {
  font: normal normal 300 14px/20px Poppins;
  color: #A8A7A8;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .product_info_des span {
  font: normal normal 300 14px/20px Poppins;
  color: #A8A7A8;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box {
  width: 100%;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_btn {
  font: normal normal 300 14px/20px Poppins;
  color: #6649F0;
  text-decoration: underline;
  cursor: pointer;
  margin: 10px 0;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_tip {
  font: normal normal 500 14px/20px Poppins;
  color: #6649F0;
  visibility: hidden;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_input input {
  width: 303px;
  height: 40px;
  border: 1px solid rgba(109, 113, 122, 0.3);
  background-color: #fff;
  border-radius: 3px;
  padding: 0 5px;
  font-family: Poppins;
  font-size: 14px;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_input .btn_box {
  margin-left: 6px;
  position: relative;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_input .apply_btn {
  width: 98px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  background-color: #8B3DFF;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  font-family: Poppins;
  cursor: pointer;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_input .apply_btn:hover {
  background: rgb(79, 47, 227);
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_input .remove_btn {
  position: absolute;
  bottom: -21px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  display: none;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_err {
  padding-top: 5px;
  font-size: 12px;
  font-weight: 300;
  font-family: Poppins;
  color: #FE6969;
  display: none;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_err.active {
  display: block;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box.active .coupon_tip {
  opacity: 1;
  visibility: visible;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box.active .coupon_input {
  opacity: 1;
  visibility: visible;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box.paying {
  pointer-events: none;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .service {
  margin-top: 20px;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .service_item {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .service_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: no-repeat center;
  background-size: 100%;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .service_item:nth-child(1)::before {
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/icon_service1.svg");
  height: 18px;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .service_item:nth-child(2)::before {
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/icon_service2.svg");
}
.dialog_pay_container .pay_info .pay_left .product_info_box .service_item:last-child {
  margin-bottom: 0;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .service_item:last-child::before {
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/icon_service3.svg");
}
.dialog_pay_container .pay_info .pay_left .payIcon {
  margin: 23px auto 0;
  width: 417px;
  height: 36px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/logoList.png");
  background-size: 100%;
}
.dialog_pay_container .pay_info .pay_right {
  width: 376px;
}
.dialog_pay_container .pay_info .pay_right .title {
  font: normal normal 600 24px/33px Poppins;
  letter-spacing: 0px;
  margin-bottom: 17px;
}
.dialog_pay_container .pay_info .pay_right .paypal_content {
  width: 100%;
}
.dialog_pay_container .pay_info .pay_right .paypal_content .paypal_tip {
  position: relative;
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dialog_pay_container .pay_info .pay_right .paypal_content .paypal_tip span {
  position: relative;
  padding: 0 8px;
  color: #A19CB5;
  font: normal normal 300 12px/17px Poppins;
  z-index: 1;
  max-width: 80%;
  background-color: #fff;
}
.dialog_pay_container .pay_info .pay_right .paypal_content .paypal_tip::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(57, 50, 90, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.dialog_pay_container .pay_info .pay_right .paypal_content.paying {
  pointer-events: none;
}
.dialog_pay_container .pay_info .pay_right .fromData {
  margin-top: 4px;
  height: calc(100% - 50px);
}
.dialog_pay_container .pay_info .pay_right .fromData #payment-form {
  height: 100%;
}
.dialog_pay_container .pay_info .pay_right .fromData #link-authentication-element {
  position: relative;
  margin-bottom: 25px;
}
.dialog_pay_container .pay_info .pay_right .fromData #link-authentication-element::before {
  content: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.dialog_pay_container .pay_info .pay_right .fromData #payment-element {
  height: 100%;
}
.dialog_pay_container .pay_info .pay_right .fromData .buyNow {
  margin-top: 16px;
  font: normal normal 600 16px/44px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  width: 375px;
  height: 44px;
  background: #FD3050 0% 0% no-repeat padding-box;
  border-radius: 3px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.dialog_pay_container .pay_info .pay_right .fromData .buyNow i {
  color: #fff;
  font-style: normal;
}
.dialog_pay_container .pay_info .pay_right .fromData .buyNow img {
  width: 23px;
  height: 23px;
  -webkit-animation: loading 2s linear infinite;
          animation: loading 2s linear infinite;
  display: none;
}
.dialog_pay_container .pay_info .pay_right .fromData .buyNow.loading {
  pointer-events: none;
}
.dialog_pay_container .pay_info .pay_right .fromData .buyNow.loading i {
  display: none;
}
.dialog_pay_container .pay_info .pay_right .fromData .buyNow.loading img {
  display: initial;
}
.dialog_pay_container .pay_info .pay_right .fromData .buyNow.disabled {
  pointer-events: none;
}
.dialog_pay_container .pay_info .pay_right .fromData .buyNow:hover {
  opacity: 0.7;
  background-color: rgb(253, 48, 80) !important;
}
.dialog_pay_container .pay_info .footer {
  text-align: center;
  font: normal normal 300 12px/17px Poppins;
  letter-spacing: 0px;
  width: 50%;
  margin-top: 14px;
}
.dialog_pay_container .pay_info .footer .links {
  text-decoration: underline;
  font: normal normal 300 12px/12px Poppins;
  letter-spacing: 0px;
  color: #386EF5;
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #39325A;
  margin-left: 5px;
  padding-left: 8px;
  cursor: pointer;
}
.dialog_pay_container .pay_success {
  padding: 80px 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.dialog_pay_container .pay_success .success_content {
  width: 807px;
  text-align: center;
}
.dialog_pay_container .pay_success .success_content .icon {
  width: 90px;
  height: 90px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/success_icon.svg");
  background-size: 100%;
  margin: 0 auto 25px;
}
.dialog_pay_container .pay_success .success_content .tip {
  font: normal normal 600 28px/39px Poppins;
  margin-bottom: 42px;
}
.dialog_pay_container .pay_success .success_content .success_des {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  border: 1px solid rgba(60, 74, 104, 0.1);
  margin-bottom: 39px;
  padding: 28px 50px 0;
}
.dialog_pay_container .pay_success .success_content .success_des p {
  padding: 0 20px;
  font: normal normal 300 16px/25px Poppins;
  text-align: center;
}
.dialog_pay_container .pay_success .success_content .success_des p span {
  font: normal normal 300 16px/25px Poppins;
}
.dialog_pay_container .pay_success .success_content .success_des p span.product_info, .dialog_pay_container .pay_success .success_content .success_des p span.user_email {
  font-weight: 600;
}
.dialog_pay_container .pay_success .success_content .success_des p a {
  font: normal normal 300 16px/25px Poppins;
  color: #6D4DFF;
  text-decoration: underline;
}
.dialog_pay_container .pay_success .success_content .success_des p:last-child {
  margin-top: 23px;
}
.dialog_pay_container .pay_success .success_content button {
  width: 205px;
  height: 57px;
  background: #6D4DFF;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.dialog_pay_container .pay_success .discord_box {
  position: relative;
  margin-top: 24px;
  width: 100%;
  padding: 16px 67px 16px 16px;
  border-radius: 7px;
  border: 1px solid #FFC1AE;
  background: linear-gradient(91deg, #FFFAEC 0%, #FFDED4 100%);
}
.dialog_pay_container .pay_success .discord_box .discord_bg_icon {
  position: absolute;
  width: 26px;
  height: 23px;
  right: 4px;
  bottom: 4px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/_common/banner_design.svg");
  background-size: 100%;
}
.dialog_pay_container .pay_success .discord_box .discord_des {
  position: relative;
  padding-left: 34px;
  font: normal normal 300 14px/21px Poppins;
  color: #39325A;
  text-align: left;
}
.dialog_pay_container .pay_success .discord_box .discord_des a {
  text-decoration: underline;
  font: normal normal 500 14px/21px Poppins;
  color: #084DF2;
}
.dialog_pay_container .pay_success .discord_box .discord_des span {
  font: normal normal 500 14px/21px Poppins;
}
.dialog_pay_container .pay_success .discord_box .discord_des::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/_common/icon_discord.svg");
  background-size: 100%;
}
.dialog_pay_container .pay_failed {
  padding: 80px 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.dialog_pay_container .pay_failed .failed_content {
  width: 706px;
  text-align: center;
}
.dialog_pay_container .pay_failed .failed_content .icon {
  width: 160px;
  height: 160px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/err_icon.svg");
  background-size: 100%;
  margin: 0 auto;
}
.dialog_pay_container .pay_failed .failed_content .tip {
  font: normal normal 600 28px/39px Poppins;
  margin-bottom: 22px;
}
.dialog_pay_container .pay_failed .failed_content p {
  font: normal normal 300 16px/24px Poppins;
  margin-bottom: 77px;
}
.dialog_pay_container .pay_failed .failed_content #failed_pay {
  width: 205px;
  height: 57px;
  background-color: #6D4DFF;
  color: #fff;
  border-radius: 3px;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 17px;
  cursor: pointer;
}
.dialog_pay_container .pay_failed .failed_content .help {
  display: block;
  font: normal normal 300 16px/25px Poppins;
}

.dialog_pay_mob {
  display: none;
}

.tip_failed_box .failed_mask {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
}
.tip_failed_box .tip_failed {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tip_failed_box .tip_failed .container {
  position: relative;
  width: 550px;
  padding: 29px 21px 17px 32px;
  padding-bottom: 17px;
  padding-right: 21px;
  background-color: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 13px;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1137254902);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1137254902);
}
.tip_failed_box .tip_failed .container .tip_close_icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 7px;
  right: 9px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/win_icon_close.svg");
  background-size: 100%;
  cursor: pointer;
}
.tip_failed_box .tip_failed .container .tip_close_icon:hover {
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/win_icon_close_hover.svg");
}
.tip_failed_box .tip_failed .container .tip_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}
.tip_failed_box .tip_failed .container .tip_content .failed_icon {
  width: 56px;
  height: 56px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/icon_mistake.svg");
  background-size: 100%;
  margin-right: 17px;
}
.tip_failed_box .tip_failed .container .tip_content .failed_text .failed_title {
  font: normal normal 700 17px/24px Poppins;
  color: #39325A;
  margin-bottom: 3px;
}
.tip_failed_box .tip_failed .container .tip_content .failed_text .failed_des {
  font: normal normal 400 14px/20px Poppins;
  color: #39325A;
}
.tip_failed_box .tip_failed .container .tip_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.tip_failed_box .tip_failed .container .tip_btn .ok_btn {
  width: 156px;
  height: 32px;
  background-color: #6D4DFF;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  font: normal normal 500 15px/32px Poppins;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .dialog_pay {
    display: none;
  }
  .dialog_pay_mob {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
  }
  .dialog_pay_mob.showpay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dialog_pay_mob.showpay .m_dialog_pay_container {
    width: 100%;
    height: 100%;
    padding-bottom: 1.52rem;
    border-radius: 0;
  }
  .dialog_pay_mob.showpay .pay_info {
    display: block;
  }
  .dialog_pay_mob.showsuc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dialog_pay_mob.showsuc .m_dialog_pay_container {
    height: initial;
    padding-top: 0.73rem;
    padding-bottom: 1.33rem;
  }
  .dialog_pay_mob.showsuc .close_icon {
    top: 0.2rem;
    right: 0.2rem;
    left: inherit;
  }
  .dialog_pay_mob.showsuc .close_icon .icon {
    width: 0.48rem;
    height: 0.48rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/m_close.svg");
    background-size: 100%;
    margin-right: 0;
  }
  .dialog_pay_mob.showsuc .close_icon span {
    display: none;
  }
  .dialog_pay_mob.showsuc .pay_success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dialog_pay_mob.showerr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dialog_pay_mob.showerr .m_dialog_pay_container {
    padding-top: 1.07rem;
  }
  .dialog_pay_mob.showerr .close_icon {
    top: 0.2rem;
    right: 0.2rem;
    left: inherit;
  }
  .dialog_pay_mob.showerr .close_icon .icon {
    width: 0.48rem;
    height: 0.48rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/m_close.svg");
    background-size: 100%;
    margin-right: 0;
  }
  .dialog_pay_mob.showerr .close_icon span {
    display: none;
  }
  .dialog_pay_mob.showerr .pay_failed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m_dialog_pay_container {
    position: relative;
    width: 6.3rem;
    height: 9.73rem;
    background-color: #fff;
    padding: 0.8rem 0.6rem 0;
    border-radius: 0.1rem;
    overflow-y: auto;
  }
  .m_dialog_pay_container .close_icon {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0.26rem;
    left: 0.6rem;
  }
  .m_dialog_pay_container .close_icon .icon {
    width: 0.38rem;
    height: 0.38rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/icon_back.svg");
    background-size: 100%;
    margin-right: 0.09rem;
  }
  .m_dialog_pay_container .close_icon span {
    font: normal normal 600 0.22rem/0.33rem Poppins;
  }
  .m_dialog_pay_container .car_loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m_dialog_pay_container .car_loading .loader {
    border: 0.08rem solid #000;
    border-top: 0.08rem solid #fff;
    border-radius: 50%;
    width: 0.8rem;
    height: 0.8rem;
    -webkit-animation: loading 1s linear infinite;
            animation: loading 1s linear infinite;
  }
  .m_dialog_pay_container .car_loading.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m_dialog_pay_container .pay_info {
    width: 100%;
    display: none;
  }
  .m_dialog_pay_container .pay_info .pay_left {
    width: 6.3rem;
    background-color: #F8F8F8;
    border-radius: 0.06rem;
    padding: 0.48rem 0.35rem 0.52rem;
  }
  .m_dialog_pay_container .pay_info .pay_left .title {
    padding-bottom: 0.34rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(57, 50, 90, 0.2);
  }
  .m_dialog_pay_container .pay_info .pay_left .title .title_icon {
    width: 4.25rem;
    height: 0.88rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/_common/m_car_title.png");
    background-size: 100%;
  }
  .m_dialog_pay_container .pay_info .pay_left .title .title_icon.gen {
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/_common/logo_gen.png");
    background-size: 100%;
  }
  .m_dialog_pay_container .pay_info .pay_left .title .title_text {
    margin-left: 0.11rem;
    font: normal normal 600 0.32rem/0.48rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box {
    padding-bottom: 0.3rem;
    margin-top: 0.36rem;
    border-bottom: 1px solid rgba(57, 50, 90, 0.2);
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_name {
    margin-bottom: 0.16rem;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_name .name {
    font: normal normal 700 0.26rem/0.36rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_name .price {
    font: normal normal 400 0.26rem/0.36rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_credit {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.4rem;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_credit .icon {
    width: 0.28rem;
    height: 0.28rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/product_icon.svg");
    background-size: 100%;
    margin-right: 0.1rem;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_credit .name {
    padding: 0.1rem 0.2rem;
    background-color: #E6E6E6;
    border-radius: 0.04rem;
    font: normal normal 400 0.24rem/0.33rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .subtotal {
    margin-bottom: 0.2rem;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .subtotal .name {
    font: normal normal 300 0.26rem/0.36rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .subtotal .price {
    font: normal normal 500 0.26rem/0.36rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .discount .name {
    font: normal normal 300 0.22rem/0.33rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .discount .name .off {
    color: #1CBF99;
    font: normal normal 300 0.22rem/0.33rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .discount .price {
    color: #1CBF99;
    font: normal normal 500 0.26rem/0.39rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .total_price {
    margin-top: 0.97rem;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .total_price .name {
    font: normal normal 300 0.26rem/0.36rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .total_price .price {
    font: normal normal 700 0.3rem/0.46rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .total_price .price .cur_price {
    position: relative;
    font: normal normal 700 0.3rem/0.46rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .total_price .price .coupon_price {
    font: normal normal 700 0.3rem/0.46rem Poppins;
    display: none;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .total_price.active .cur_price {
    padding-right: 0.05rem;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .total_price.active .cur_price::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.02rem;
    background-color: red;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .total_price.active .coupon_price {
    display: inline-block;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box {
    position: relative;
    margin-top: 0.32rem;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .product_info_des {
    color: #A8A7A8;
    font: normal normal 300 0.24rem/0.39rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .product_info_des span {
    color: #A8A7A8;
    font: normal normal 300 0.24rem/0.39rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box {
    width: 100%;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_btn {
    font: normal normal 300 0.21rem/0.29rem Poppins;
    color: #6649F0;
    text-decoration: underline;
    margin: 0.1rem 0;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_input input {
    width: 4.32rem;
    height: 0.64rem;
    border: 1px solid rgba(109, 113, 122, 0.3019607843);
    background-color: #fff;
    border-radius: 0.03rem;
    padding: 0 0.05rem;
    font-family: Poppins;
    font-size: 0.28rem;
    font-weight: 400;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_input .btn_box {
    margin-left: 0.2rem;
    position: relative;
    font-size: 0;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_input .apply_btn {
    width: 1.37rem;
    height: 0.64rem;
    border-radius: 0.03rem;
    background-color: #8B3DFF;
    color: #FFFFFF;
    font-size: 0.24rem;
    font-weight: 500;
    font-family: Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_input .remove_btn {
    position: absolute;
    bottom: -0.35rem;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 0.28rem;
    display: none;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_err {
    position: absolute;
    bottom: -0.34rem;
    font-size: 0.24rem;
    font-weight: 300;
    font-family: Poppins;
    color: #FE6969;
    display: none;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_err.active {
    display: block;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box.active .coupon_tip {
    opacity: 1;
    visibility: visible;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box.active .coupon_input {
    opacity: 1;
    visibility: visible;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box.paying {
    pointer-events: none;
  }
  .m_dialog_pay_container .pay_info .pay_right {
    width: 100%;
    margin-top: 0.35rem;
  }
  .m_dialog_pay_container .pay_info .pay_right .title {
    font: normal normal 600 0.39rem/0.55rem Poppins;
    margin-bottom: 0.28rem;
  }
  .m_dialog_pay_container .pay_info .pay_right .m_paypal_content {
    width: 100%;
  }
  .m_dialog_pay_container .pay_info .pay_right .m_paypal_content .m_paypal_tip {
    position: relative;
    margin-top: 0rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m_dialog_pay_container .pay_info .pay_right .m_paypal_content .m_paypal_tip span {
    position: relative;
    padding: 0 0.18rem;
    color: #A19CB5;
    font: normal normal 300 0.22rem/0.33rem Poppins;
    z-index: 1;
    max-width: 80%;
    background-color: #fff;
  }
  .m_dialog_pay_container .pay_info .pay_right .m_paypal_content .m_paypal_tip::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(57, 50, 90, 0.2);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .m_dialog_pay_container .pay_info .pay_right .m_paypal_content.paying {
    pointer-events: none;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData {
    width: 100%;
    margin-top: 0.05rem;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData #link-authentication-element {
    position: relative;
    margin-bottom: 0.4rem;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData #link-authentication-element::before {
    content: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData #mob_payment-element {
    height: 21rem;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .buyNow {
    margin-top: 0.32rem;
    font: normal normal 500 0.3rem/0.46rem Poppins;
    color: #fff;
    width: 6.3rem;
    height: 1rem;
    background-color: #8B3DFF;
    border-radius: 0.14rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .buyNow i {
    color: #fff;
    font-style: normal;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .buyNow img {
    width: 0.43rem;
    height: 0.43rem;
    -webkit-animation: loading 2s linear infinite;
            animation: loading 2s linear infinite;
    display: none;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .buyNow.loading {
    pointer-events: none;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .buyNow.loading i {
    display: none;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .buyNow.loading img {
    display: initial;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .buyNow.disabled {
    pointer-events: none;
  }
  .m_dialog_pay_container .pay_info .footer {
    text-align: center;
    font: normal normal 300 0.24rem/0.33rem Poppins;
    width: 100%;
    margin-top: 0.32rem;
    white-space: nowrap;
  }
  .m_dialog_pay_container .pay_info .footer .links {
    text-align: center;
    text-decoration: underline;
    font: normal normal 300 0.24rem/0.33rem Poppins;
    letter-spacing: 0px;
    color: #8B3DFF;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.18rem;
    padding-left: 0.25rem;
  }
  .m_dialog_pay_container .pay_success {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
  }
  .m_dialog_pay_container .pay_success .success_content {
    width: 5.43rem;
    text-align: center;
  }
  .m_dialog_pay_container .pay_success .success_content .icon {
    width: 1.6rem;
    height: 1.6rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/success_icon.svg");
    background-size: 100%;
    margin: 0 auto 0.2rem;
  }
  .m_dialog_pay_container .pay_success .success_content .tip {
    color: #0E0D11;
    font: normal normal 600 0.4rem/0.6rem Poppins;
    margin-bottom: 0.25rem;
  }
  .m_dialog_pay_container .pay_success .success_content .success_des {
    width: 100%;
    padding: 0.37rem 0.33rem;
    background-color: #F3F3F3;
    border-radius: 0.1rem;
    margin-bottom: 0.34rem;
  }
  .m_dialog_pay_container .pay_success .success_content .success_des p {
    font: normal normal 300 0.25rem/0.45rem Poppins;
    text-align: center;
    color: #0E0D11;
  }
  .m_dialog_pay_container .pay_success .success_content .success_des p span {
    font: normal normal 300 0.25rem/0.45rem Poppins;
  }
  .m_dialog_pay_container .pay_success .success_content .success_des p span.product_info, .m_dialog_pay_container .pay_success .success_content .success_des p span.user_email {
    font-weight: 600;
  }
  .m_dialog_pay_container .pay_success .success_content .success_des p a {
    font: normal normal 300 0.25rem/0.45rem Poppins;
    color: #6D4DFF;
    text-decoration: underline;
  }
  .m_dialog_pay_container .pay_success .success_content .success_des p:last-child {
    margin-top: 0.2rem;
  }
  .m_dialog_pay_container .pay_success .success_content button {
    width: 5.45rem;
    height: 1rem;
    background: #8B3DFF;
    border-radius: 0.08rem;
    font-size: 0.32rem;
    font-weight: 300;
    color: #fff;
    font-family: Poppins;
  }
  .m_dialog_pay_container .pay_success .discord_box {
    position: relative;
    margin-top: 0.4rem;
    width: 100%;
    padding: 0.14rem 0.2rem 0.14rem 0.16rem;
    border-radius: 0.14rem;
    border: 1px solid #FFC1AE;
    background: linear-gradient(91deg, #FFFAEC 0%, #FFDED4 100%);
  }
  .m_dialog_pay_container .pay_success .discord_box .discord_bg_icon {
    position: absolute;
    width: 0.5rem;
    height: 0.44rem;
    right: 0.1rem;
    bottom: 0.07rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/_common/banner_design.svg");
    background-size: 100%;
  }
  .m_dialog_pay_container .pay_success .discord_box .discord_des {
    position: relative;
    padding-left: 0.8rem;
    font: normal normal 300 0.22rem/0.33rem Poppins;
    color: #39325A;
    text-align: left;
  }
  .m_dialog_pay_container .pay_success .discord_box .discord_des a {
    text-decoration: underline;
    font: normal normal 500 0.22rem/0.33rem Poppins;
    color: #084DF2;
  }
  .m_dialog_pay_container .pay_success .discord_box .discord_des span {
    font: normal normal 500 0.22rem/0.33rem Poppins;
  }
  .m_dialog_pay_container .pay_success .discord_box .discord_des::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.56rem;
    height: 0.56rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/_common/icon_discord.svg");
    background-size: 100%;
  }
  .m_dialog_pay_container .pay_failed {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
  }
  .m_dialog_pay_container .pay_failed .failed_content {
    text-align: center;
    width: 5.45rem;
  }
  .m_dialog_pay_container .pay_failed .failed_content .icon {
    width: 2.54rem;
    height: 2.54rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/err_icon.svg");
    background-size: 100%;
    margin: 0 auto;
  }
  .m_dialog_pay_container .pay_failed .failed_content .tip {
    color: #0E0D11;
    font: normal normal 600 0.4rem/0.56rem Poppins;
    margin-bottom: 0.46rem;
  }
  .m_dialog_pay_container .pay_failed .failed_content p {
    font: normal normal 300 0.25rem/0.45rem Poppins;
    margin-bottom: 0.79rem;
  }
  .m_dialog_pay_container .pay_failed .failed_content #failed_pay {
    width: 5.45rem;
    height: 1rem;
    background-color: #8B3DFF;
    color: #fff;
    border-radius: 0.08rem;
    font-family: Poppins;
    font-size: 0.32rem;
    font-weight: 300;
    margin-bottom: 0.49rem;
  }
  .m_dialog_pay_container .pay_failed .failed_content .help {
    display: block;
    font: normal normal 300 0.24rem/0.35rem Poppins;
  }
  .tip_failed_box .tip_failed .container {
    width: 5.4rem;
    padding: 0.8rem 0.34rem 0.64rem;
    border-radius: 0.13rem;
  }
  .tip_failed_box .tip_failed .container .tip_close_icon {
    width: 0.34rem;
    height: 0.34rem;
    top: 0.2rem;
    right: 0.2rem;
  }
  .tip_failed_box .tip_failed .container .tip_content {
    display: block;
    margin-bottom: 0.32rem;
  }
  .tip_failed_box .tip_failed .container .tip_content .failed_icon {
    width: 1.24rem;
    height: 1.24rem;
    margin: 0 auto 0.24rem;
  }
  .tip_failed_box .tip_failed .container .tip_content .failed_text .failed_title {
    text-align: center;
    font: normal normal 700 0.32rem/0.48rem Poppins;
    color: #39325A;
    margin-bottom: 0.24rem;
  }
  .tip_failed_box .tip_failed .container .tip_content .failed_text .failed_des {
    text-align: center;
    font: normal normal 400 0.24rem/0.35rem Poppins;
    color: #39325A;
  }
  .tip_failed_box .tip_failed .container .tip_btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tip_failed_box .tip_failed .container .tip_btn .ok_btn {
    width: 100%;
    height: 0.88rem;
    border-radius: 0.44rem;
    font: normal normal 500 0.32rem/0.88rem Poppins;
  }
}
@-webkit-keyframes loading {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loading {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.home-header .home-menu .menu-main .home-btn .credit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-header .home-menu .menu-main .home-btn .head-box .user_menu {
  display: block;
}

@media screen and (max-width: 1200px) {
  .home-header .home-menu .home-logo .header-credits-box {
    display: none;
  }
  .home-header .home-menu .home-logo .header-credits-box.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-header .home-menu .menu-main .menu-item.credit {
    display: none;
  }
  #headMob {
    display: none !important;
  }
  .footer-window {
    display: none !important;
  }
}
.wrapper {
  max-width: 1170px;
}

.mobile {
  display: none;
}

button {
  cursor: pointer;
}

.credits_history {
  width: 100%;
  background: transparent linear-gradient(179deg, #FBFAFF 0%, #F8F6FE 90%, #F8F6FE 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 82px;
}

.credits_history_banner {
  width: 100%;
  padding: 40px 0;
}
.credits_history_banner .credits_box {
  position: relative;
  width: 100%;
  height: 128px;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #E1DEEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.credits_history_banner .credits_box h1 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 14px;
  background-color: #39325A;
  color: #fff;
  font: normal normal 600 20px/28px Poppins;
  border-radius: 12px 0px;
}
.credits_history_banner .credits_num {
  text-align: center;
  font: normal normal 700 24px/33px Poppins;
  margin-bottom: 3px;
}
.credits_history_banner .credits_buy {
  width: 200px;
  height: 36px;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#F4D21B), to(#FF9362));
  background: linear-gradient(90deg, #F4D21B 0%, #FF9362 100%);
  cursor: pointer;
}
.credits_history_banner .credits_buy:hover {
  background: -webkit-gradient(linear, left top, right top, from(#FFE662), to(#FFB296));
  background: linear-gradient(90deg, #FFE662 0%, #FFB296 100%);
}
.credits_history_banner .credits_buy .credits_icon {
  width: 17px;
  height: 17px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/bth_coins.svg");
  background-size: cover;
  margin-right: 7px;
}
.credits_history_banner .credits_buy .credits_text {
  font-weight: 500;
  font-size: 14px;
  font-family: Poppins;
}
.credits_history_banner .credits_buy_pro {
  display: none;
  text-align: center;
  font: normal normal 300 15px/14px Poppins;
}
.credits_history_banner .more_credits {
  width: 100%;
  margin-top: 30px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #E1DEEE;
  padding: 56px 80px 74px;
  display: none;
}
.credits_history_banner .more_credits .more_credits_title {
  text-align: center;
  font: normal normal 700 40px/56px Poppins;
  margin-bottom: 3px;
}
.credits_history_banner .more_credits p {
  text-align: center;
  font: normal normal 300 20px/28px Poppins;
}
.credits_history_banner .more_credits .more_credits_list {
  width: 100%;
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item {
  position: relative;
  width: 320px;
  height: 282px;
  border-radius: 10px;
  padding: 0 23px;
  padding-top: 25px;
  margin-right: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #EFEBF9;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .buy_num {
  color: #8B3DFF;
  font: normal normal 500 16px/23px Poppins;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price {
  margin-top: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 7px;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .m_buy_num {
  display: none;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .cur_price .symbol {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .cur_price .price_num {
  color: #000;
  font-family: Poppins;
  font-size: 28px;
  font-weight: 500;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .cur_price .m_orign_price {
  display: none;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .one_price {
  font-family: Poppins;
  font-weight: 300;
  font-size: 14px;
  padding-top: 13px;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .one_price .symbol {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .one_price .price_num {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .orign_price {
  font: normal normal 300 14px/20px Poppins;
  color: #777;
  text-decoration: line-through;
  position: absolute;
  left: 0;
  top: -26px;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .buy_btn {
  width: 273px;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #8B3DFF;
  background-color: #EFEBF9;
  color: #8B3DFF;
  font: normal normal 500 16px/23px Poppins;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .buy_btn:hover {
  border: 1px solid #A87BFF;
  color: #A87BFF;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .item_tip {
  position: absolute;
  top: 11px;
  right: 12px;
  text-align: center;
  line-height: 25px;
  height: 25px;
  color: #8B3DFF;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 700;
  background-color: #EFEBF9;
  border-radius: 13px;
  padding: 0 15px;
  border: 1px solid #8B3DFF;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3) {
  margin-right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 20px #E0DAF2;
          box-shadow: 0px 6px 20px #E0DAF2;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3) .item_tip {
  background-color: #F45E7D;
  border-color: #F45E7D;
  color: #fff;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3) .buy_btn {
  background-color: #8B3DFF;
  border: none;
  color: #fff;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3) .buy_btn:hover {
  background-color: #A87BFF;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item:hover {
  -webkit-box-shadow: 0px 6px 20px #E0DAF2;
          box-shadow: 0px 6px 20px #E0DAF2;
}
.credits_history_banner .more_credits .m_buy_btn {
  display: none;
}
.credits_history_banner .more_credits .more_credits_des {
  margin-top: 18px;
  padding-left: 5px;
}
.credits_history_banner .more_credits .more_credits_des .des_title {
  font: normal normal 500 16px/23px Poppins;
  margin-bottom: 6px;
}
.credits_history_banner .more_credits .more_credits_des .des_title .des_title_icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/bth_coins1.svg");
}
.credits_history_banner .more_credits .more_credits_des .des {
  font: normal normal 300 13px/20px Poppins;
}
.credits_history_banner .m_more_credits_des {
  display: none;
}
.credits_history_banner.pro .credits_buy {
  display: none;
}
.credits_history_banner.pro .credits_buy_pro {
  display: block;
}
.credits_history_banner.pro .more_credits {
  display: block;
}

.credits_history_container {
  width: 100%;
}
.credits_history_container .history_tab_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.credits_history_container .credits_history_tab {
  padding: 5px;
  border-radius: 27px;
  border: 1px solid rgba(139, 61, 255, 0.21);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.credits_history_container .credits_history_tab .tab_item {
  padding: 0 10px;
  height: 36px;
  border-radius: 25px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  font-family: Poppins;
}
.credits_history_container .credits_history_tab .tab_item:hover {
  background-color: #EEECF8;
}
.credits_history_container .credits_history_tab .tab_item.active {
  background-color: #8B3DFF;
  color: #fff;
}
.credits_history_container .history_content {
  width: 100%;
}
.credits_history_container .history_content .list_item {
  width: 100%;
  padding-bottom: 13px;
  margin-top: 30px;
  width: 100%;
  border-bottom: 1px solid #E2E2E2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.credits_history_container .history_content .payment_list {
  width: 100%;
  display: none;
}
.credits_history_container .history_content .payment_list .list_item .pay_type {
  font: normal normal 700 16px/23px Poppins;
  margin-bottom: 30px;
}
.credits_history_container .history_content .payment_list .list_item .date_no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.credits_history_container .history_content .payment_list .list_item .date_no .date,
.credits_history_container .history_content .payment_list .list_item .date_no .no {
  color: #777777;
  font: normal normal 500 12px/18px Poppins;
}
.credits_history_container .history_content .payment_list .list_item .date_no .date {
  margin-right: 22px;
}
.credits_history_container .history_content .payment_list .list_item .date_no .no {
  margin-right: 22px;
}
.credits_history_container .history_content .payment_list .list_item .date_no .cancel_btn,
.credits_history_container .history_content .payment_list .list_item .date_no .renew_btn {
  cursor: pointer;
  text-decoration: underline;
  color: #808080;
  font: normal normal 500 12px/18px Poppins;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.credits_history_container .history_content .payment_list .list_item .date_no .cancel_btn:hover,
.credits_history_container .history_content .payment_list .list_item .date_no .renew_btn:hover {
  color: #39325A;
}
.credits_history_container .history_content .payment_list .list_item .pay_state {
  text-align: right;
  color: #777777;
  font: normal normal 500 12px/18px Poppins;
  margin-bottom: 25px;
}
.credits_history_container .history_content .payment_list .list_item .pay_price {
  text-align: right;
  font: normal normal 700 16px/25px Poppins;
}
.credits_history_container .history_content .credit_list {
  width: 100%;
  display: none;
}
.credits_history_container .history_content .credit_list .list_item .use_type {
  font: normal normal 700 16px/23px Poppins;
  margin-bottom: 25px;
}
.credits_history_container .history_content .credit_list .list_item .use_date {
  color: #777;
  font: normal normal 500 12px/18px Poppins;
}
.credits_history_container .history_content .credit_list .list_item .use_info_r {
  padding-top: 15px;
}
.credits_history_container .history_content .credit_list .list_item .use_num {
  font: normal normal 700 16px/25px Poppins;
}
.credits_history_container .history_content .credit_list .list_item .use_num .credit_change {
  font: normal normal 700 16px/25px Poppins;
}
.credits_history_container .history_content .no_record {
  width: 100%;
  height: 386px;
  background-color: #FDFDFD;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.credits_history_container .history_content .no_record .no_record_icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 6px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/icon_no_records.svg");
}
.credits_history_container .history_content .no_record .no_record_text {
  font: normal normal 500 14px/21px Poppins;
}
.credits_history_container .history_content.record {
  margin-top: 30px;
}
.credits_history_container .history_content.record .no_record {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.credits_history_container .history_content.record .payment_list,
.credits_history_container .history_content.record .credit_list {
  display: none;
}
.credits_history_container .history_content.payment .payment_list {
  display: block;
}
.credits_history_container .history_content.payment .no_record,
.credits_history_container .history_content.payment .credit_list {
  display: none;
}
.credits_history_container .history_content.credit .credit_list {
  display: block;
}
.credits_history_container .history_content.credit .no_record,
.credits_history_container .history_content.credit .payment_list {
  display: none;
}

.cancel_dialog {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.cancel_dialog.showconfirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cancel_dialog.showconfirm .confirm {
  display: block;
}
.cancel_dialog.showsuc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cancel_dialog.showsuc .cancel_success {
  display: block;
}
.cancel_dialog.showerr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cancel_dialog.showerr .cancel_failed {
  display: block;
}
.cancel_dialog .confirm {
  position: relative;
  width: 740px;
  border-radius: 20px;
  background-color: #F8F9FB;
  border: 1px solid rgba(60, 74, 104, 0.1019607843);
  -webkit-box-shadow: 0px 10px 40px rgba(60, 74, 104, 0.1019607843);
          box-shadow: 0px 10px 40px rgba(60, 74, 104, 0.1019607843);
  padding: 80px 57px 64px;
  display: none;
}
.cancel_dialog .confirm .cancel_close {
  position: absolute;
  top: 16px;
  right: 33px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cancel_dialog .confirm .cancel_close .icon {
  width: 24px;
  height: 24px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/cancel_close.svg");
  background-size: 100%;
}
.cancel_dialog .confirm .cancel_close:hover {
  background-color: rgba(109, 113, 122, 0.1);
}
.cancel_dialog .confirm .confirm_title {
  text-align: center;
  font-size: 28px;
  color: #39325A;
  font-weight: 600;
  line-height: 39px;
  font-family: Poppins;
}
.cancel_dialog .confirm p {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  color: #39325A;
  text-align: center;
  font-family: Poppins;
}
.cancel_dialog .confirm p .dis_subtime {
  font-size: 16px;
  font-weight: 600;
  color: #39325A;
  font-family: Poppins;
}
.cancel_dialog .confirm p a {
  color: #8B3DFF;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  font-family: Poppins;
}
.cancel_dialog .confirm .confirm_btn_box {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cancel_dialog .confirm .confirm_btn_box .confirm_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 205px;
  height: 57px;
  border-radius: 3px;
  border: 1px solid #6D4DFF;
  margin-right: 45px;
  cursor: pointer;
}
.cancel_dialog .confirm .confirm_btn_box .confirm_btn .text {
  color: #6D4DFF;
  font: normal normal 600 18px/57px Poppins;
}
.cancel_dialog .confirm .confirm_btn_box .confirm_btn .loading {
  display: none;
}
.cancel_dialog .confirm .confirm_btn_box .confirm_btn.loading {
  pointer-events: none;
  cursor: default;
}
.cancel_dialog .confirm .confirm_btn_box .no_confirm_btn {
  width: 205px;
  height: 57px;
  border-radius: 3px;
  border: 1px solid #6D4DFF;
  text-align: center;
  color: #6D4DFF;
  font: normal normal 600 18px/57px Poppins;
  cursor: pointer;
}
.cancel_dialog .cancel_success,
.cancel_dialog .cancel_failed {
  position: relative;
  width: 550px;
  padding: 20px 20px 16px;
  background-color: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 13px;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1137254902);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1137254902);
  display: none;
}
.cancel_dialog .cancel_success .cancel_close,
.cancel_dialog .cancel_failed .cancel_close {
  position: absolute;
  top: 7px;
  right: 9px;
  width: 20px;
  height: 20px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/win_icon_close.svg");
  background-size: 100%;
  cursor: pointer;
}
.cancel_dialog .cancel_success .cancel_close:hover,
.cancel_dialog .cancel_failed .cancel_close:hover {
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/win_icon_close_hover.svg");
}
.cancel_dialog .cancel_success .suc_title,
.cancel_dialog .cancel_failed .suc_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cancel_dialog .cancel_success .suc_title .title_icon,
.cancel_dialog .cancel_failed .suc_title .title_icon {
  width: 32px;
  height: 32px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/icon_ok.svg");
  background-size: 100%;
  margin-right: 10px;
}
.cancel_dialog .cancel_success .suc_title .title_text,
.cancel_dialog .cancel_failed .suc_title .title_text {
  color: #6D4DFF;
  font: normal normal bold 16px/25px Poppins;
}
.cancel_dialog .cancel_success p,
.cancel_dialog .cancel_failed p {
  margin-top: 3px;
  color: #39325A;
  font: normal normal 300 14px/21px Poppins;
}
.cancel_dialog .cancel_success p a,
.cancel_dialog .cancel_failed p a {
  color: #8B3DFF;
  text-decoration: underline;
  font: normal normal 300 14px/21px Poppins;
}
.cancel_dialog .cancel_success .cancel_ok,
.cancel_dialog .cancel_success .cancel_fail,
.cancel_dialog .cancel_failed .cancel_ok,
.cancel_dialog .cancel_failed .cancel_fail {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.cancel_dialog .cancel_success .cancel_ok .ok_btn,
.cancel_dialog .cancel_success .cancel_ok .fail_btn,
.cancel_dialog .cancel_success .cancel_fail .ok_btn,
.cancel_dialog .cancel_success .cancel_fail .fail_btn,
.cancel_dialog .cancel_failed .cancel_ok .ok_btn,
.cancel_dialog .cancel_failed .cancel_ok .fail_btn,
.cancel_dialog .cancel_failed .cancel_fail .ok_btn,
.cancel_dialog .cancel_failed .cancel_fail .fail_btn {
  width: 156px;
  height: 32px;
  border-radius: 25px;
  border: 1px solid #6D4DFF;
  text-align: center;
  color: #6D4DFF;
  font: normal normal 500 15px/30px Poppins;
  cursor: pointer;
}
.cancel_dialog .cancel_failed {
  padding: 29px 20px 16px 32px;
}
.cancel_dialog .cancel_failed .fail_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cancel_dialog .cancel_failed .fail_info .fail_icon {
  width: 56px;
  height: 56px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/icon_mistake.svg");
  background-size: 100%;
  margin-right: 17px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cancel_dialog .cancel_failed .fail_info .fail_des .fail_title {
  color: #39325A;
  font: normal normal 700 17px/24px Poppins;
}
.cancel_dialog .cancel_failed .fail_info .fail_des .fail_text {
  margin-top: 3px;
  color: #39325A;
  font: normal normal 400 14px/21px Poppins;
}
.cancel_dialog .cancel_failed .fail_info .fail_des .fail_text a {
  color: #8B3DFF;
  text-decoration: underline;
  font: normal normal 300 14px/21px Poppins;
}

@media screen and (max-width: 1200px) {
  .wrapper {
    max-width: 100%;
    padding: 0 0.23rem;
  }
  .credits_history {
    padding-bottom: 0.7rem;
  }
  .credits_history_banner {
    padding: 0.32rem 0 0 0;
  }
  .credits_history_banner .credits_box {
    width: 100%;
    height: 2.56rem;
    border-radius: 0.12rem;
  }
  .credits_history_banner .credits_box h1 {
    font: normal normal 600 0.32rem/0.45rem Poppins;
    padding: 0.12rem 0.33rem;
    border-radius: 0.12rem 0px;
  }
  .credits_history_banner .credits_num {
    font: normal normal 600 0.38rem/0.53rem Poppins;
    margin-bottom: 0.06rem;
  }
  .credits_history_banner .credits_buy {
    width: 3.5rem;
    height: 0.5rem;
    border-radius: 0.25rem;
  }
  .credits_history_banner .credits_buy .credits_icon {
    width: 0.23rem;
    height: 0.23rem;
    margin-right: 0.09rem;
  }
  .credits_history_banner .credits_buy .credits_text {
    font-size: 0.22rem;
  }
  .credits_history_banner .credits_buy_pro {
    font: normal normal 300 0.28rem/0.39rem Poppins;
  }
  .credits_history_banner .more_credits {
    margin-top: 0.28rem;
    padding: 0.56rem 0.37rem 0.7rem;
  }
  .credits_history_banner .more_credits .more_credits_title {
    font: normal normal 700 0.4rem/0.6rem Poppins;
    margin-bottom: 0.06rem;
    padding: 0;
  }
  .credits_history_banner .more_credits p {
    font: normal normal 300 0.32rem/0.44rem Poppins;
    padding: 0;
  }
  .credits_history_banner .more_credits .more_credits_list {
    margin-top: 0.48rem;
    display: block;
    padding: 0;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item {
    position: relative;
    width: 100%;
    height: initial;
    padding: 0;
    margin: 0;
    margin-bottom: 0.28rem;
    border-radius: 0.12rem;
    -webkit-transition: none;
    transition: none;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .buy_num {
    position: absolute;
    top: 0.36rem;
    left: 0.4rem;
    color: #39325A;
    font: normal normal 700 0.26rem/0.39rem Poppins;
    display: none;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price {
    position: relative;
    margin: 0;
    width: 6.3rem;
    height: 1.5rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .m_buy_num {
    display: block;
    position: absolute;
    top: 0.36rem;
    left: 0.4rem;
    color: #39325A;
    font: normal normal 500 0.34rem/0.48rem Poppins;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .cur_price {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .cur_price .symbol {
    font-size: 0.26rem;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .cur_price .price_num {
    font-size: 0.4rem;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .cur_price .m_orign_price {
    text-align: right;
    display: block;
    color: #777777;
    font: normal normal 300 0.22rem/0.33rem Poppins;
    text-decoration: line-through;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .one_price {
    padding-top: 0.84rem;
    font-size: 0.26rem;
    font-weight: 400;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .one_price .symbol {
    font-size: 0.26rem;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .one_price .price_num {
    font-size: 0.26rem;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .orign_price {
    display: none;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .buy_btn {
    display: none;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .item_tip {
    position: relative;
    border-radius: 0.12rem 0.12rem 0 0;
    top: inherit;
    right: inherit;
    width: 6.3rem;
    height: 0.45rem;
    line-height: 0.45rem;
    border-bottom: 1px solid #D6D5D5;
    font-size: 0.22rem;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item.active {
    border: 0.03rem solid #5E00E8;
    -webkit-box-shadow: 0px 0.15rem 0.2rem rgba(0, 0, 0, 0.2901960784);
            box-shadow: 0px 0.15rem 0.2rem rgba(0, 0, 0, 0.2901960784);
    overflow: hidden;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(1) .item_tip, .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(2) .item_tip {
    width: 100%;
    border: none;
    border-bottom: 0.01rem solid #D6D5D5;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3) {
    margin-bottom: 0;
    -webkit-box-shadow: 0px 15px 30px #E2DDF1;
            box-shadow: 0px 15px 30px #E2DDF1;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3) .item_tip {
    width: 100%;
    border: none;
    background-color: #F45E7D;
    color: #FFFFFF;
    font-weight: 700;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3).active {
    border: 0.03rem solid #F45E7D;
  }
  .credits_history_banner .more_credits .m_buy_btn {
    display: block;
    margin: 0.37rem auto 0;
    width: 6.3rem;
    height: 1rem;
    border-radius: 0.14rem;
    background-color: #8B3DFF;
    color: #fff;
    text-align: center;
    line-height: 1rem;
    font-weight: 500;
    font-size: 0.3rem;
    font-family: Poppins;
  }
  .credits_history_banner .more_credits .more_credits_des {
    display: none;
  }
  .credits_history_banner .m_more_credits_des {
    margin-top: 0.64rem;
    padding: 0 0.77rem;
  }
  .credits_history_banner .m_more_credits_des .des_title {
    text-align: center;
    font: normal normal 600 0.36rem/0.51rem Poppins;
    margin-bottom: 0.35rem;
  }
  .credits_history_banner .m_more_credits_des .des_title .des_title_icon {
    display: inline-block;
    width: 0.36rem;
    height: 0.36rem;
    margin-right: 0.18rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/bth_coins1.svg");
  }
  .credits_history_banner .m_more_credits_des .des {
    text-align: center;
    font: normal normal 400 0.22rem/0.35rem Poppins;
  }
  .credits_history_banner.pro .m_more_credits_des {
    display: block;
  }
  .credits_history_container {
    padding-top: 0.45rem;
  }
  .credits_history_container .history_tab_content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .credits_history_container .credits_history_tab {
    padding: 0.08rem 0.11rem;
  }
  .credits_history_container .credits_history_tab .tab_item {
    padding: 0 0.2rem;
    height: 0.56rem;
    border-radius: 0.25rem;
    line-height: 0.56rem;
    font-size: 0.24rem;
  }
  .credits_history_container .history_content .list_item {
    margin-bottom: 0.6rem;
  }
  .credits_history_container .history_content .payment_list {
    padding: 0 0.37rem;
  }
  .credits_history_container .history_content .payment_list .list_item {
    padding: 0;
  }
  .credits_history_container .history_content .payment_list .list_item .pay_info_l {
    padding-top: 0.26rem;
  }
  .credits_history_container .history_content .payment_list .list_item .pay_info_r {
    padding-top: 0.12rem;
  }
  .credits_history_container .history_content .payment_list .list_item .pay_type {
    font: normal normal 700 0.24rem/0.33rem Poppins;
    margin-bottom: 0.04rem;
  }
  .credits_history_container .history_content .payment_list .list_item .date_no .date {
    font: normal normal 500 0.22rem/0.33rem Poppins;
    margin-right: 0.46rem;
  }
  .credits_history_container .history_content .payment_list .list_item .date_no .no {
    display: none;
  }
  .credits_history_container .history_content .payment_list .list_item .date_no .cancel_btn,
.credits_history_container .history_content .payment_list .list_item .date_no .renew_btn {
    color: #777777;
    font: normal normal 500 0.22rem/0.33rem Poppins;
  }
  .credits_history_container .history_content .payment_list .list_item .date_no .cancel_btn:hover,
.credits_history_container .history_content .payment_list .list_item .date_no .renew_btn:hover {
    color: #777777;
  }
  .credits_history_container .history_content .payment_list .list_item .pay_state {
    font: normal normal 500 0.22rem/0.31rem Poppins;
    margin-bottom: 0.2rem;
  }
  .credits_history_container .history_content .payment_list .list_item .pay_price {
    text-align: right;
    font: normal normal 700 0.26rem/0.39rem Poppins;
  }
  .credits_history_container .history_content .credit_list {
    padding: 0 0.37rem;
  }
  .credits_history_container .history_content .credit_list .list_item {
    padding: 0;
  }
  .credits_history_container .history_content .credit_list .list_item .use_info_l {
    padding-top: 0.24rem;
  }
  .credits_history_container .history_content .credit_list .list_item .use_info_r {
    padding-top: 0.4rem;
  }
  .credits_history_container .history_content .credit_list .list_item .use_type {
    font: normal normal 700 0.24rem/0.33rem Poppins;
    margin-bottom: 0.06rem;
  }
  .credits_history_container .history_content .credit_list .list_item .use_date {
    font: normal normal 500 0.22rem/0.33rem Poppins;
  }
  .credits_history_container .history_content .credit_list .list_item .use_num {
    font: normal normal 700 0.24rem/0.35rem Poppins;
  }
  .credits_history_container .history_content .credit_list .list_item .use_num .credit_change {
    font: normal normal 700 0.24rem/0.35rem Poppins;
  }
  .credits_history_container .history_content .no_record {
    height: 6.4rem;
    border-radius: 0.1rem;
    background-color: #FFFFFF;
  }
  .credits_history_container .history_content .no_record .no_record_icon {
    width: 1.05rem;
    height: 1.05rem;
    background-size: cover;
    margin: 0 auto 0.11rem;
  }
  .credits_history_container .history_content .no_record .no_record_text {
    font: normal normal 500 0.24rem/0.35rem Poppins;
  }
  .credits_history_container .history_content.record {
    margin-top: 0.34rem;
  }
  .cancel_dialog .confirm {
    width: 6.3rem;
    border-radius: 0.13rem;
    background-color: #FFFFFF;
    border: 1px solid #E2E2E2;
    -webkit-box-shadow: 0px 0.1rem 0.4rem rgba(60, 74, 104, 0.1019607843);
            box-shadow: 0px 0.1rem 0.4rem rgba(60, 74, 104, 0.1019607843);
    padding: 0.88rem 0.4rem 0.8rem;
  }
  .cancel_dialog .confirm .cancel_close {
    width: 0.34rem;
    height: 0.34rem;
    top: 0.34rem;
    right: 0.34rem;
    border-radius: 0;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/icon_close.svg");
    background-size: 100%;
  }
  .cancel_dialog .confirm .cancel_close .icon {
    display: none;
  }
  .cancel_dialog .confirm .cancel_close:hover {
    background-color: none;
  }
  .cancel_dialog .confirm .confirm_title {
    color: #0E0D11;
    font: normal normal 600 0.4rem/0.6rem Poppins;
  }
  .cancel_dialog .confirm p {
    margin-top: 0.46rem;
    font: normal normal 300 0.25rem/0.45rem Poppins;
    color: #0E0D11;
  }
  .cancel_dialog .confirm p .dis_subtime {
    font: normal normal 600 0.25rem/0.45rem Poppins;
    color: #0E0D11;
  }
  .cancel_dialog .confirm p a {
    font: normal normal 300 0.25rem/0.45rem Poppins;
  }
  .cancel_dialog .confirm .confirm_btn_box {
    margin-top: 0.64rem;
  }
  .cancel_dialog .confirm .confirm_btn_box .confirm_btn {
    width: 2.6rem;
    height: 0.8rem;
    border-radius: 0.08rem;
    border: 2px solid #8B3DFF;
    margin-right: 0.3rem;
  }
  .cancel_dialog .confirm .confirm_btn_box .confirm_btn .text {
    color: #8B3DFF;
    font: normal normal 600 0.26rem/0.8rem Poppins;
  }
  .cancel_dialog .confirm .confirm_btn_box .no_confirm_btn {
    width: 2.6rem;
    height: 0.8rem;
    border-radius: 0.08rem;
    border: 2px solid #8B3DFF;
    color: #8B3DFF;
    font: normal normal 600 0.26rem/0.8rem Poppins;
  }
  .cancel_dialog .cancel_success,
.cancel_dialog .cancel_failed {
    width: 5.4rem;
    padding: 0.8rem 0.3rem 0.64rem;
    border-radius: 0.13rem;
    -webkit-box-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.1137254902);
            box-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.1137254902);
    display: none;
  }
  .cancel_dialog .cancel_success .cancel_close,
.cancel_dialog .cancel_failed .cancel_close {
    width: 0.34rem;
    height: 0.34rem;
    top: 0.34rem;
    right: 0.34rem;
    border-radius: 0;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/credists-history/icon_close.svg");
    background-size: 100%;
  }
  .cancel_dialog .cancel_success .suc_title,
.cancel_dialog .cancel_failed .suc_title {
    display: block;
  }
  .cancel_dialog .cancel_success .suc_title .title_icon,
.cancel_dialog .cancel_failed .suc_title .title_icon {
    width: 1.24rem;
    height: 1.24rem;
    margin: 0 auto;
  }
  .cancel_dialog .cancel_success .suc_title .title_text,
.cancel_dialog .cancel_failed .suc_title .title_text {
    margin-top: 0.24rem;
    text-align: center;
    font: normal normal 700 0.32rem/0.4rem Poppins;
  }
  .cancel_dialog .cancel_success p,
.cancel_dialog .cancel_failed p {
    text-align: center;
    margin-top: 0.24rem;
    font: normal normal 300 0.24rem/0.35rem Poppins;
  }
  .cancel_dialog .cancel_success p a,
.cancel_dialog .cancel_failed p a {
    font: normal normal 300 0.24rem/0.35rem Poppins;
  }
  .cancel_dialog .cancel_success .cancel_ok,
.cancel_dialog .cancel_success .cancel_fail,
.cancel_dialog .cancel_failed .cancel_ok,
.cancel_dialog .cancel_failed .cancel_fail {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cancel_dialog .cancel_success .cancel_ok .ok_btn,
.cancel_dialog .cancel_success .cancel_ok .fail_btn,
.cancel_dialog .cancel_success .cancel_fail .ok_btn,
.cancel_dialog .cancel_success .cancel_fail .fail_btn,
.cancel_dialog .cancel_failed .cancel_ok .ok_btn,
.cancel_dialog .cancel_failed .cancel_ok .fail_btn,
.cancel_dialog .cancel_failed .cancel_fail .ok_btn,
.cancel_dialog .cancel_failed .cancel_fail .fail_btn {
    width: 100%;
    height: 0.88rem;
    border-radius: 0.44rem;
    border: 2px solid #8B3DFF;
    color: #8B3DFF;
    font: normal normal 500 0.32rem/0.88rem Poppins;
  }
  .cancel_dialog .cancel_failed .fail_info {
    display: block;
  }
  .cancel_dialog .cancel_failed .fail_info .fail_icon {
    width: 1.24rem;
    height: 1.24rem;
    margin: 0 auto;
  }
  .cancel_dialog .cancel_failed .fail_info .fail_des {
    margin-top: 0.24rem;
  }
  .cancel_dialog .cancel_failed .fail_info .fail_des .fail_title {
    text-align: center;
    font: normal normal 700 0.32rem/0.4rem Poppins;
  }
  .cancel_dialog .cancel_failed .fail_info .fail_des .fail_text {
    text-align: center;
    margin-top: 0.24rem;
    font: normal normal 300 0.24rem/0.35rem Poppins;
  }
  .cancel_dialog .cancel_failed .fail_info .fail_des .fail_text a {
    font: normal normal 300 0.24rem/0.35rem Poppins;
  }
}