.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;
}

#cardNumber, #expirationDate, #CVV, #cardNumberMob, #expirationDateMob, #CVVMob {
  width: 100%;
  height: 30px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid rgba(109, 113, 122, 0.3019607843);
  border-radius: 3px;
  font: normal normal 300 0.22rem/0.3rem Poppins;
  color: #000000;
}

#cardNumber.error, #expirationDate.error, #CVV.error, #cardNumberMob.error, #expirationDateMob.error, #CVVMob.error {
  border-color: #FD3050;
}

.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: #F8F8F8 0% 0% no-repeat padding-box;
  border: 1px solid rgba(60, 74, 104, 0.1);
  width: 1059px;
  height: 770px;
}
.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/en/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;
  z-index: 999;
}
.dialog_pay_container .not_go_dialog {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 1;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialog_pay_container .not_go_dialog .not_go_content {
  position: relative;
  width: 860px;
  padding-top: 62px;
  padding-bottom: 80px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/en/img/_common/car_dialog_bg.png");
  background-size: 100%;
}
.dialog_pay_container .not_go_dialog .not_go_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 .not_go_dialog .not_go_close_icon .icon {
  width: 24px;
  height: 24px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/en/img/credists-history/close.svg");
  background-size: 100%;
}
.dialog_pay_container .not_go_dialog .not_go_close_icon:hover {
  background-color: rgb(240, 241, 241);
  border-radius: 10px;
}
.dialog_pay_container .not_go_dialog .not_go_title {
  text-align: center;
  color: #000000;
  font: normal normal 600 28px/39px Poppins;
}
.dialog_pay_container .not_go_dialog .not_go_des {
  text-align: center;
  margin-top: 16px;
  padding: 0 216px;
  color: #000000;
  font: normal normal 400 18px/27px Poppins;
}
.dialog_pay_container .not_go_dialog .not_go_des span {
  color: #6D1EE3;
  font: normal normal 700 18px/27px Poppins;
}
.dialog_pay_container .not_go_dialog .not_go_btn {
  margin: 46px auto 0;
  width: 286px;
  height: 44px;
  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;
  border-radius: 4px;
  background-color: #6D1EE3;
  color: #fff;
  font: normal normal 400 16px/25px Poppins;
  cursor: pointer;
}
.dialog_pay_container .not_go_dialog.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dialog_pay_container .pay_info {
  width: 100%;
  height: 100%;
  padding: 40px;
  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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  border-radius: 3px;
  background-color: #F8F8F8;
  padding: 32px 28px 34px 28px;
}
.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/en/img/_common/car_title.png");
  background-size: 100%;
}
.dialog_pay_container .pay_info .pay_left .title .title_icon.gen {
  background: no-repeat url("https://static-alter1.vidnoz.com/web/en/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 .select_box {
  position: relative;
  width: 177px;
  height: 32px;
  padding: 0 8px;
  background-color: #fff;
  border: 1px solid #D2D0DE;
  border-radius: 3px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box .default_select {
  width: 100%;
  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;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box .default_select .select_name {
  color: #39325A;
  font: normal normal 700 15px/23px Poppins;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box .default_select .select_icon {
  width: 18px;
  height: 18px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/en/img/ai-tool-pricing/icon_drop_down.svg");
  background-size: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box .select_menu {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 32px;
  left: 0;
  background-color: #fff;
  border: 1px solid #D2D0DE;
  border-radius: 3px;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box .select_menu .select_item {
  width: 100%;
  height: 34px;
  padding-left: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #39325A;
  font: normal normal 700 15px/23px Poppins;
  cursor: pointer;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box .select_menu .select_item:hover {
  background-color: #E3E3E3;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box.active .default_select .select_icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box.active .select_menu {
  display: block;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.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/en/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/en/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/en/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/en/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/images/card_payment_logo.svg");
  background-size: 100%;
}
.dialog_pay_container .pay_info .pay_right {
  width: 486px;
  height: 710px;
}
.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 {
  padding: 27px 53px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid rgba(60, 74, 104, 0.1607843137);
  border-radius: 8px;
  height: 100%;
}
.dialog_pay_container .pay_info .pay_right .fromData .title {
  color: #000000;
  border-radius: 8px 8px 0px 0px;
  font: normal normal 600 0.3rem/0.46rem Poppins;
}
@media screen and (min-width: 1200px) {
  .dialog_pay_container .pay_info .pay_right .fromData .title {
    font: normal normal 500 18px/27px Poppins;
    color: #000000;
    margin-bottom: 18px;
  }
}
.dialog_pay_container .pay_info .pay_right .fromData .payssion_payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin-top: 18px;
  height: 400px;
  overflow-y: scroll;
}
.dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-item {
  height: 50px;
  padding: 0 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-item .payssion-item-wrapper {
  height: 100%;
}
.dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-card {
  padding: 18px;
}
.dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-item, .dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-card {
  cursor: pointer;
  background: #F3F4F6 0% 0% no-repeat padding-box;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
.dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-item.active, .dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-card.active {
  background: #F0EEFF 0% 0% no-repeat padding-box;
  border: 1px solid #8B3DFF;
}
.dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-item.active .payssion-item-wrapper::before, .dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-card.active .payssion-item-wrapper::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #8B3DFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 4px #3918D1;
          box-shadow: 0px 0px 4px #3918D1;
  border: 3px solid #FFFFFF;
}
.dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-item.active .card_form, .dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-card.active .card_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-item .payssion-item-wrapper, .dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-card .payssion-item-wrapper {
  width: 100%;
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-item .payssion-item-wrapper img, .dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-card .payssion-item-wrapper img {
  height: 22px;
  width: auto;
}
.dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-item .payssion-item-wrapper > span, .dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-card .payssion-item-wrapper > span {
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  font: normal normal 500 12px/18px Poppins;
  color: #000000;
}
.dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-item .payssion-item-wrapper::before, .dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-card .payssion-item-wrapper::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #9798B2;
}
.dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-item .card_form, .dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-card .card_form {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(57, 50, 90, 0.2);
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-item .card_form .card_form_item, .dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-card .card_form .card_form_item {
  width: 100%;
  position: relative;
  font-size: 0;
}
.dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-item .card_form .card_form_item.half_item, .dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-card .card_form .card_form_item.half_item {
  width: 48%;
}
.dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-item .card_form .card_form_item p, .dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-card .card_form .card_form_item p {
  font: normal normal 300 12px/18px Poppins;
  letter-spacing: 0px;
  color: #A19CB5;
}
.dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-item .card_form .card_form_item input, .dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-card .card_form .card_form_item input {
  width: 100%;
  height: 30px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid rgba(109, 113, 122, 0.3019607843);
  border-radius: 3px;
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
  font: normal normal 300 12px/30px Poppins;
  color: #000000;
  position: relative;
}
.dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-item .card_form .card_form_item input.error, .dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-card .card_form .card_form_item input.error {
  border-color: #FD3050;
}
.dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-item .card_form .card_form_item .err_msg, .dialog_pay_container .pay_info .pay_right .fromData .payssion_payment .payssion-card .card_form .card_form_item .err_msg {
  display: none;
  font: normal normal 300 12px/18px Poppins;
  color: #FD3050;
  position: absolute;
  bottom: -17px;
}
.dialog_pay_container .pay_info .pay_right .fromData .payssion-submit {
  margin-top: 12px;
  width: 100%;
  height: 44px;
  background: #FD3050 0% 0% no-repeat padding-box;
  border-radius: 3px;
  text-align: center;
  font: normal normal 600 20px/44px Poppins;
  color: #FFFFFF;
  cursor: pointer;
}
.dialog_pay_container .pay_info .pay_right .fromData .payssion-tips {
  margin-top: 6px;
  text-align: center;
  font: normal normal 300 12px/18px Poppins;
  letter-spacing: 0px;
  color: #9191A2;
}
.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%;
  display: none;
}
.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;
  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;
  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/en/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/en/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/en/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/en/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/en/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/en/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/en/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/en/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/en/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 !important;
  }
  .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/en/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 .not_go_dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 1;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m_dialog_pay_container .not_go_dialog .not_go_content {
    position: relative;
    width: 90%;
    padding-top: 1.1rem;
    padding-bottom: 0.8rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/en/img/_common/car_dialog_bg.png");
    background-size: cover;
    border-radius: 0.2rem;
  }
  .m_dialog_pay_container .not_go_dialog .not_go_close_icon {
    width: 0.64rem;
    height: 0.64rem;
    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: 0.1rem;
    right: 0.1rem;
    cursor: pointer;
  }
  .m_dialog_pay_container .not_go_dialog .not_go_close_icon .icon {
    width: 0.48rem;
    height: 0.48rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/en/img/credists-history/close.svg");
    background-size: 100%;
  }
  .m_dialog_pay_container .not_go_dialog .not_go_title {
    text-align: center;
    color: #000000;
    font: normal normal 600 0.45rem/0.6rem Poppins;
  }
  .m_dialog_pay_container .not_go_dialog .not_go_des {
    text-align: center;
    margin-top: 0.48rem;
    padding: 0 0.2rem;
    color: #000000;
    font: normal normal 400 0.32rem/0.4rem Poppins;
  }
  .m_dialog_pay_container .not_go_dialog .not_go_des span {
    color: #6D1EE3;
    font: normal normal 700 0.32rem/0.4rem Poppins;
  }
  .m_dialog_pay_container .not_go_dialog .not_go_btn {
    margin: 0.64rem auto 0;
    width: 5.72rem;
    height: 0.88rem;
    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;
    border-radius: 0.08rem;
    background-color: #6D1EE3;
    color: #fff;
    font: normal normal 400 0.3rem/0.25rem Poppins;
    cursor: pointer;
  }
  .m_dialog_pay_container .not_go_dialog.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .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/en/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/en/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 .select_box {
    position: relative;
    width: 3.34rem;
    height: 0.8rem;
    padding: 0 0.24rem;
    background-color: #fff;
    border: 0.02rem solid #D2D0DE;
    border-radius: 0.06rem;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box .default_select {
    width: 100%;
    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 .select_box .default_select .select_name {
    color: #39325A;
    font: normal normal 700 0.26rem/0.39rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box .default_select .select_icon {
    width: 0.36rem;
    height: 0.36rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/en/img/ai-tool-pricing/icon_drop_down.svg");
    background-size: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box .select_menu {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0.8rem;
    left: 0;
    background-color: #fff;
    border: 1px solid #D2D0DE;
    border-radius: 0.06rem;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box .select_menu .select_item {
    width: 100%;
    height: 0.78rem;
    padding-left: 0.22rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #39325A;
    font: normal normal 700 0.26rem/0.39rem Poppins;
    cursor: pointer;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box.active .default_select .select_icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box.active .select_menu {
    display: block;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .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/en/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_payssion_payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    margin-top: 18px;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-item {
    height: 50px;
    padding: 0 18px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-item .payssion-item-wrapper {
    height: 100%;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-card {
    padding: 18px;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-item, .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-card {
    cursor: pointer;
    background: #F3F4F6 0% 0% no-repeat padding-box;
    border: 1px solid #ffffff;
    border-radius: 4px;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-item.active, .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-card.active {
    background: #F0EEFF 0% 0% no-repeat padding-box;
    border: 1px solid #8B3DFF;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-item.active .payssion-item-wrapper::before, .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-card.active .payssion-item-wrapper::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #8B3DFF 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 0px 4px #3918D1;
            box-shadow: 0px 0px 4px #3918D1;
    border: 3px solid #FFFFFF;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-item.active .card_form, .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-card.active .card_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-item .payssion-item-wrapper, .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-card .payssion-item-wrapper {
    width: 100%;
    gap: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-item .payssion-item-wrapper img, .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-card .payssion-item-wrapper img {
    height: 22px;
    width: auto;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-item .payssion-item-wrapper > span, .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-card .payssion-item-wrapper > span {
    -webkit-margin-end: auto;
            margin-inline-end: auto;
    font: normal normal 500 12px/18px Poppins;
    color: #000000;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-item .payssion-item-wrapper::before, .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-card .payssion-item-wrapper::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #9798B2;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-item .card_form, .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-card .card_form {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(57, 50, 90, 0.2);
    display: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 14px 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-item .card_form .card_form_item, .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-card .card_form .card_form_item {
    width: 100%;
    position: relative;
    font-size: 0;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-item .card_form .card_form_item.half_item, .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-card .card_form .card_form_item.half_item {
    width: 48%;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-item .card_form .card_form_item p, .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-card .card_form .card_form_item p {
    font: normal normal 300 0.22rem/0.3rem Poppins;
    letter-spacing: 0px;
    color: #A19CB5;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-item .card_form .card_form_item input, .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-card .card_form .card_form_item input {
    width: 100%;
    height: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid rgba(109, 113, 122, 0.3019607843);
    border-radius: 3px;
    -webkit-padding-start: 15px;
            padding-inline-start: 15px;
    font: normal normal 300 0.22rem/0.3rem Poppins;
    color: #000000;
    position: relative;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-item .card_form .card_form_item input.error, .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-card .card_form .card_form_item input.error {
    border-color: #FD3050;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-item .card_form .card_form_item .err_msg, .m_dialog_pay_container .pay_info .pay_right .fromData .mob_payssion_payment .payssion-card .card_form .card_form_item .err_msg {
    display: none;
    font: normal normal 300 12px/18px Poppins;
    color: #FD3050;
    position: absolute;
    bottom: -17px;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .payssion-submit {
    margin-top: 12px;
    width: 100%;
    height: 44px;
    background: #FD3050 0% 0% no-repeat padding-box;
    border-radius: 3px;
    text-align: center;
    font: normal normal 600 20px/44px Poppins;
    color: #FFFFFF;
    cursor: pointer;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .payssion-tips {
    margin-top: 6px;
    text-align: center;
    font: normal normal 300 12px/18px Poppins;
    letter-spacing: 0px;
    color: #9191A2;
  }
  .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/en/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/en/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/en/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/en/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;
}

.dialog_pay_container .pay_info .pay_left .title .title_icon {
  background: no-repeat center url(https://static-alter1.vidnoz.com/web/en/img/_common/car_title-v.png) !important;
  background-size: 100%;
}

.home-header .home-menu .menu-main .home-btn .credit-box .credit_menu .credit_des_bg .credit_des_bg_content .credit_des_bg_p {
  color: #000000;
  font: normal normal 500 14px/24px Poppins;
}

@media screen and (max-width: 1200px) {
  .m_dialog_pay_container .pay_info .pay_left .title .title_icon {
    background: no-repeat center url(https://static-alter1.vidnoz.com/web/en/img/_common/car_title-v.png) !important;
    background-size: 100%;
  }
  .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;
  }
  #backTop {
    bottom: 3.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .mob-show {
    display: none !important;
  }
  .credits_combo_main_page #credits_fiexd_container {
    display: none;
  }
  .credits_combo_main_page .credits_pack_combo {
    padding: 38px 0 60px;
    background: url("https://static-alter1.vidnoz.com/web/en/img/vidnoz-voice-pricing/banner.png") no-repeat center;
    background-size: cover;
    min-height: 996px;
  }
  .credits_combo_main_page .credits_pack_combo_mB {
    display: none;
  }
  .credits_combo_main_page .credits_subscribe_page,
.credits_combo_main_page .credits_pack_page {
    display: none;
  }
  .credits_combo_main_page .credits_subscribe_page .m_credits_combo_container,
.credits_combo_main_page .credits_pack_page .m_credits_combo_container {
    display: none;
  }
  .credits_combo_main_page .credits_subscribe_page .m_credits_pack_container,
.credits_combo_main_page .credits_pack_page .m_credits_pack_container {
    display: none;
  }
  .credits_combo_main_page .credits_container_loading {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  .credits_combo_main_page .credits_title {
    width: 1005px;
    margin: 0 auto;
  }
  .credits_combo_main_page .credits_title h1 {
    width: 792px;
    margin: 0 auto;
    text-align: center;
    font: normal normal bold 40px/60px Poppins;
    color: #39325A;
  }
  .credits_combo_main_page .credits_title .credit_pack_h1 {
    min-height: 169px;
    padding-top: 38px;
    padding-bottom: 44px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .credits_combo_main_page .credits_title .credit_pack_h1 .credit_pack_h1_dom {
    font: normal normal bold 40px/45px Poppins;
    color: #39325A;
    margin: 0;
  }
  .credits_combo_main_page .credits_title .credit_pack_h1 .credit_pack_h1_span {
    margin-top: 10px;
    font: normal normal 300 20px/30px Poppins;
    color: #39325A;
  }
  .credits_combo_main_page .type-container {
    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;
    margin: 20px 0 30px;
  }
  .credits_combo_main_page .type-container .voice-pricing-type {
    padding: 5px;
    background: #E4E4EE 0% 0% no-repeat padding-box;
    border-radius: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 7px;
  }
  .credits_combo_main_page .type-container .voice-pricing-type .voice-pricing-typ-item {
    padding: 8px 27px;
    font: normal normal 500 14px/21px Poppins;
    color: #39325A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 18px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    gap: 5px;
    cursor: pointer;
  }
  .credits_combo_main_page .type-container .voice-pricing-type .voice-pricing-typ-item.yearly {
    padding: 7px 12px;
  }
  .credits_combo_main_page .type-container .voice-pricing-type .voice-pricing-typ-item span {
    padding: 2px 7px;
    font: normal normal 500 12px/18px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #ABABC4 0% 0% no-repeat padding-box;
    border-radius: 11px;
  }
  .credits_combo_main_page .type-container .voice-pricing-type .voice-pricing-typ-item.active {
    background: #8B3DFF 0% 0% no-repeat padding-box;
    color: #FFFFFF;
  }
  .credits_combo_main_page .type-container .voice-pricing-type .voice-pricing-typ-item.active span {
    background: #F35E7D 0% 0% no-repeat padding-box;
    color: #FFFFFF;
  }
  .credits_combo_main_page .credits_combo_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E4E4EE;
    border-radius: 12px;
    width: 286px;
    padding: 28px 19px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_discount,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_discount {
    position: absolute;
    right: 12px;
    top: 12px;
    padding: 4px 15px;
    color: #8B3DFF;
    text-align: center;
    font: normal normal bold 12px/18px Poppins;
    outline: 1px solid #8B3DFF;
    border-radius: 13px;
    height: 25px;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_info .credit_name,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_info .credit_name {
    font: normal normal 300 18px/27px Poppins;
    color: #000000;
    display: none;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_info .credit_num,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_info .credit_num {
    font: normal normal 500 18px/27px Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_price_detail,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_price_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 47px;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_price_detail .credit_price,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_price_detail .credit_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_price_detail .credit_price .credit_price_align,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_price_detail .credit_price .credit_price_align {
    color: black;
    vertical-align: bottom;
    font: normal normal 500 28px/28px Poppins;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_price_detail .credit_price .credit_price_align span,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_price_detail .credit_price .credit_price_align span {
    color: black;
    font: normal normal 500 18px/18px Poppins;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_price_detail .credit_price .credit_price_or,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_price_detail .credit_price .credit_price_or {
    font: normal normal 300 14px/14px Poppins;
    color: #777777;
    margin-left: 4px;
    text-decoration: line-through;
    position: absolute;
    bottom: 32px;
    left: 0;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_price_detail .credit_price .credit-price-mo,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_price_detail .credit_price .credit-price-mo {
    font: normal normal 300 12px/24px Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_price_detail .credit_price_each,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_price_detail .credit_price_each {
    font: normal normal 300 14px/14px Poppins;
    color: #000000;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_subscribe,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_subscribe {
    margin-top: 4px;
    border: 1px solid #8B3DFF;
    border-radius: 4px;
    width: 248px;
    text-align: center;
    color: #8B3DFF;
    font: normal normal 500 16px/44px Poppins;
    -webkit-transition: 0.3s background-color;
    transition: 0.3s background-color;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_subscribe:hover,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_subscribe:hover {
    border: 1px solid #A87BFF;
    color: #A87BFF;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_subscribe_free,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_subscribe_free {
    width: 248px;
    height: 44px;
    border: 1px solid #39325A;
    border-radius: 4px;
    font: normal normal 500 16px/44px Poppins;
    color: #39325A;
    text-align: center;
    margin-top: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_subscribe_free:hover,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_subscribe_free:hover {
    border: 1px solid #635D7F;
    color: #635D7F;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credits-num,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credits-num {
    text-align: center;
    font: normal normal 600 13px/16px Poppins;
    color: #8B3DFF;
    min-height: 18px;
    margin-top: 12px;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credits-num > span,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credits-num > span {
    font: inherit;
    color: inherit;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credits-num.free-num,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credits-num.free-num {
    text-align: left;
    color: #757592;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .char,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .char {
    text-align: center;
    font: normal normal 300 12px/16px Poppins;
    color: #39325A;
    min-height: 18px;
    margin-bottom: 25px;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_detail_list,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_detail_list {
    padding-top: 26px;
    border-top: 1px solid #e0e0e0;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_detail_list > .plan,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_detail_list > .plan {
    font: normal normal 500 13px/20px Poppins;
    color: #000000;
    margin-bottom: 8px;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_detail_list .credit_detail_item,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_detail_list .credit_detail_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_detail_list .credit_detail_item:nth-last-child(1),
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_detail_list .credit_detail_item:nth-last-child(1) {
    margin-bottom: 0;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_detail_list .credit_detail_item .credit_detail_icon,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_detail_list .credit_detail_item .credit_detail_icon {
    width: 12px;
    height: 12px;
    margin-right: 9px;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_detail_list .credit_detail_item .credit_detail_span,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_detail_list .credit_detail_item .credit_detail_span {
    font: normal normal 300 13px/15px Poppins;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_detail_list .credit_detail_item .credit_detail_span .detail_tip,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_detail_list .credit_detail_item .credit_detail_span .detail_tip {
    width: 34px;
    height: 14px;
    margin-left: 5px;
    position: relative;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_detail_list .credit_detail_item .credit_detail_span .detail_tip .tip-icon,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_detail_list .credit_detail_item .credit_detail_span .detail_tip .tip-icon {
    width: 14px;
    height: 14px;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_detail_list .credit_detail_item .credit_detail_span .detail_tip:hover .tip-content,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_detail_list .credit_detail_item .credit_detail_span .detail_tip:hover .tip-content {
    display: block;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_detail_list .credit_detail_item .credit_detail_span .detail_tip:hover .tip-container,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_detail_list .credit_detail_item .credit_detail_span .detail_tip:hover .tip-container {
    display: block;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_detail_list .credit_detail_item .credit_detail_span .detail_tip .tip-content,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_detail_list .credit_detail_item .credit_detail_span .detail_tip .tip-content {
    display: none;
    position: absolute;
    left: 18px;
    top: 0;
    padding: 7px 29px;
    background: #39325A 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 0.85;
    font: normal normal 500 13px/24px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 2;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_detail_list .credit_detail_item .credit_detail_span .detail_tip .tip-container,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_detail_list .credit_detail_item .credit_detail_span .detail_tip .tip-container {
    display: none;
    position: absolute;
    left: 18px;
    top: 0;
    background: #39325A 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 0.85;
    width: 274px;
    height: 80px;
    z-index: 2;
    padding: 6px 16px;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_detail_list .credit_detail_item .credit_detail_span .detail_tip .tip-container .tip-text,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_detail_list .credit_detail_item .credit_detail_span .detail_tip .tip-container .tip-text {
    font: normal normal 500 13px/24px Poppins;
    color: #FFFFFF;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_detail_list .credit_detail_item .credit_detail_span .detail_tip .tip-container .tip-list,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_detail_list .credit_detail_item .credit_detail_span .detail_tip .tip-container .tip-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 23px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_detail_list .credit_detail_item .credit_detail_span .detail_tip .tip-container .tip-list .tip-item,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_detail_list .credit_detail_item .credit_detail_span .detail_tip .tip-container .tip-list .tip-item {
    text-align: center;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_detail_list .credit_detail_item .credit_detail_span .detail_tip .tip-container .tip-list .tip-item .tip-item-icon,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_detail_list .credit_detail_item .credit_detail_span .detail_tip .tip-container .tip-list .tip-item .tip-item-icon {
    width: 26px;
    height: 26px;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_detail_list .credit_detail_item .credit_detail_span .detail_tip .tip-container .tip-list .tip-item .tip-item-text,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_detail_list .credit_detail_item .credit_detail_span .detail_tip .tip-container .tip-list .tip-item .tip-item-text {
    font: normal normal 300 12px/14px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_detail_list .credit_detail_item .credit_detail_span span,
.credits_combo_main_page .credits_combo_container .credits_combo_item_free .credit_detail_list .credit_detail_item .credit_detail_span span {
    font-weight: 600;
  }
  .credits_combo_main_page .credits_combo_container .credit_credits_max {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#EBE5FF), to(#FFFFFF)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #EBE5FF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 15px 20px #E2DDF1;
            box-shadow: 0px 15px 20px #E2DDF1;
    border: 1px solid #8B3DFF;
  }
  .credits_combo_main_page .credits_combo_container .credit_credits_max .credit_discount {
    outline: 1px solid #F45E7D;
    background: #F45E7D 0% 0% no-repeat padding-box;
    color: white;
  }
  .credits_combo_main_page .credits_combo_container .credit_credits_max .credit_subscribe {
    margin-top: 4px;
    border-radius: 4px;
    width: 248px;
    text-align: center;
    color: #FFFFFF;
    font: normal normal 500 16px/44px Poppins;
    -webkit-transition: 0.3s background-color;
    transition: 0.3s background-color;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: #FFFFFF;
    background-color: #8B3DFF;
  }
  .credits_combo_main_page .credits_combo_container .credit_credits_max .credit_subscribe:hover {
    color: #FFFFFF;
    background-color: #A87BFF;
  }
  .credits_combo_main_page .credits_pack_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item {
    background-color: #EFEBF9;
    border-radius: 12px;
    width: 320px;
    height: 282px;
    padding: 25px 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item:nth-last-child(1) {
    -webkit-box-shadow: 0px 15px 20px #E2DDF1;
            box-shadow: 0px 15px 20px #E2DDF1;
    background-color: #FFFFFF;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item:nth-last-child(1) .credit_discount {
    outline: none;
    background-color: #F45E7D;
    color: #FFFFFF;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item:nth-last-child(1) .credit_subscribe {
    color: #FFFFFF;
    background-color: #8B3DFF;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item:nth-last-child(1) .credit_subscribe:hover {
    color: #FFFFFF;
    background-color: #A87BFF;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item .credit_num {
    font: normal normal 500 18px/27px Poppins;
    color: #000000;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item .credit_discount {
    position: absolute;
    right: 12px;
    top: 12px;
    padding: 0 15px;
    color: #8B3DFF;
    text-align: center;
    font: normal normal bold 12px/25px Poppins;
    outline: 1px solid #8B3DFF;
    border-radius: 13px;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item .credit_discount:nth-child(3) {
    outline: none;
    background-color: #F45E7D;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item .credit_price_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 53px;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item .credit_price_detail .m_credit_price_num {
    display: none;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item .credit_price_detail .credit_price .credit_price_align {
    color: black;
    vertical-align: bottom;
    font: normal normal 500 28px/28px Poppins;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item .credit_price_detail .credit_price .credit_price_align span {
    color: black;
    font: normal normal 500 18px/18px Poppins;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item .credit_price_detail .credit_price .credit_price_or {
    text-decoration: line-through;
    font: normal normal 300 14px/14px Poppins;
    color: #777777;
    margin-bottom: 10px;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item .credit_price_detail .credit_price .credit_price_none {
    opacity: 0;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item .credit_price_detail .credit_price_each {
    font: normal normal 300 14px/14px Poppins;
    color: #000000;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item .credit_subscribe {
    margin-top: 8px;
    border: 1px solid #8B3DFF;
    border-radius: 4px;
    width: 273px;
    text-align: center;
    color: #8B3DFF;
    font: normal normal 500 15px/44px Poppins;
    -webkit-transition: 0.3s background-color;
    transition: 0.3s background-color;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item .credit_subscribe:hover {
    border: 1px solid #A87BFF;
    color: #A87BFF;
  }
  .credits_combo_main_page .about_credit_pack {
    width: 1005px;
    margin: 18px auto;
    padding-bottom: 57px;
  }
  .credits_combo_main_page .about_credit_pack .about_credit_pack_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .credits_combo_main_page .about_credit_pack .about_credit_pack_title .about_credit_pack_icon {
    width: 17px;
    height: 17px;
    margin-right: 5px;
  }
  .credits_combo_main_page .about_credit_pack .about_credit_pack_title span {
    font: normal normal 500 16px/25px Poppins;
    color: #39325A;
  }
  .credits_combo_main_page .about_credit_pack .about_credit_pack_content {
    margin-top: 4px;
    font: normal normal 300 13px/16px Poppins;
    color: #39325A;
  }
  .credits_combo_main_page .voice-pricing-table {
    padding: 80px 0;
  }
  .credits_combo_main_page .voice-pricing-table .credits_combo_item1 {
    display: none;
  }
  .credits_combo_main_page .voice-pricing-table h2 {
    text-align: center;
    font: normal normal bold 40px/60px Poppins;
    color: #39325A;
    margin-bottom: 48px;
  }
  .credits_combo_main_page .voice-pricing-table .table {
    width: 1170px;
    margin: 0 auto;
    border: 1px solid #D5D5E5;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel {
    width: 18%;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel.empty {
    width: 28%;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel.empty .td {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    padding-left: 28px;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel.empty .th {
    width: 327px;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel.free .price-btn {
    background: #ffffff 0% 0% no-repeat padding-box !important;
    border: 1px solid #635D7F !important;
    color: #635D7F !important;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel.free .price-btn:hover {
    background: #ffffff 0% 0% no-repeat padding-box !important;
    border: 1px solid #635D7F !important;
    color: #635D7F !important;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel.pro .price-btn {
    background: #8B3DFF 0% 0% no-repeat padding-box;
    border: 1px solid #8B3DFF;
    color: #FFFFFF !important;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel.pro .price-btn:hover {
    background: #A87BFF 0% 0% no-repeat padding-box;
    border: 1px solid #A87BFF;
    color: #FFFFFF !important;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel.pro .td,
.credits_combo_main_page .voice-pricing-table .table .th-panel.pro .th {
    border-right: unset;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel.paid {
    display: none;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .th {
    padding: 22px 25px 20px;
    border-right: 1px solid #D5D5E5;
    border-bottom: 1px solid #D5D5E5;
    min-height: 145px;
    background-color: #ffffff;
    width: 210px;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .th.fixed-thead {
    position: fixed;
    top: 120px;
    z-index: 999;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .th .product {
    text-align: center;
    font: normal normal 600 20px/30px Poppins;
    color: #39325A;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .th .price-pre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font: normal normal 300 12px/18px Poppins;
    color: #000000;
    margin: 10px 0 0;
    min-height: 18px;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .th .price-pre span {
    font: normal normal 300 12px/18px Poppins;
    color: #000000;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .th .price-pre .price,
.credits_combo_main_page .voice-pricing-table .table .th-panel .th .price-pre .pre {
    font: normal normal 600 12px/18px Poppins;
    color: #000000;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .th .price-pre .type {
    font: normal normal 300 12px/18px Poppins;
    color: #000000;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .th .price-btn {
    width: 100%;
    cursor: pointer;
    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;
    padding: 4.5px 0;
    border: 1px solid #8B3DFF;
    border-radius: 4px;
    font: normal normal 500 16px/25px Poppins;
    color: #8B3DFF;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin: 5px 0 0;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .th .price-btn:hover {
    border: 1px solid #A87BFF;
    color: #A87BFF;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .td {
    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;
    gap: 7px;
    height: 48px;
    font: normal normal normal 14px/21px Poppins;
    color: #39325A;
    border-right: 1px solid #D5D5E5;
    border-bottom: 1px solid #D5D5E5;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .td.tr {
    background: #F6F6F8 0% 0% no-repeat padding-box;
    border-bottom: unset;
    font: normal normal 500 18px/27px Poppins;
    color: #000000;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .td.last-td {
    border-bottom: unset;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .td > .yes {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("https://static-alter1.vidnoz.com/web/en/img/vidnoz-voice-pricing/yes.svg") no-repeat center;
    background-size: cover;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .td > .wrong {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("https://static-alter1.vidnoz.com/web/en/img/vidnoz-voice-pricing/wrong.svg") no-repeat center;
    background-size: cover;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .td .tip-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("https://static-alter1.vidnoz.com/web/en/img/vidnoz-voice-pricing/tips.svg") no-repeat center;
    background-size: cover;
    position: relative;
    cursor: pointer;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .td .tip-icon .tip-text {
    position: absolute;
    display: inline-block;
    padding: 4px 14px;
    background: rgba(57, 50, 90, 0.85) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    font: normal normal 500 13px/24px Poppins;
    color: #FFFFFF;
    left: 16px;
    top: 0;
    z-index: 999;
    white-space: nowrap;
  }
  .credits_combo_main_page .voice-pricing-faq {
    padding: 48px 0 60px;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#F6F6F8), to(rgba(246, 246, 248, 0))) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #F6F6F8 0%, rgba(246, 246, 248, 0) 100%) 0% 0% no-repeat padding-box;
  }
  .credits_combo_main_page .voice-pricing-faq h2 {
    text-align: center;
    font: normal normal bold 40px/60px Poppins;
    color: #39325A;
  }
  .credits_combo_main_page .voice-pricing-faq .faq-list {
    width: 1086px !important;
  }
  .credits_combo_main_page .voice-pricing-faq .faq-test-faq-name {
    padding: 21px 0 !important;
    font: normal normal 600 18px/27px Poppins !important;
    color: #39325A !important;
  }
  .credits_combo_main_page .voice-pricing-faq .faq-test-faq-name.active {
    color: #8B3DFF !important;
  }
  .credits_combo_main_page .voice-pricing-faq .css-p {
    font: normal normal 300 14px/21px Poppins !important;
    color: #39325A !important;
  }
  .credits_combo_main_page .voice-pricing-faq .css-p a {
    font: normal normal 500 14px/21px Poppins !important;
    color: #8B3DFF;
  }
  .credits_combo_main_page .deep-panel {
    display: none;
  }
}
@media (max-width: 1200px) {
  .ai_tool_pricing .page-footer {
    padding-bottom: 3rem;
  }
  .credits_combo_main_page {
    position: relative;
  }
  .credits_combo_main_page #credits_fiexd_container {
    width: 100%;
    position: fixed;
    bottom: -3rem;
    left: 0;
    padding: 0.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 0.3rem;
    height: 3rem;
    background-color: #FFFFFF;
    border-top: 1px solid #e6e6e6;
    z-index: 2;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .credits_combo_main_page #credits_fiexd_container .credits_fiexd_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.2rem;
  }
  .credits_combo_main_page #credits_fiexd_container .credits_fiexd_content .credits_fiexd_num {
    color: #39325A;
    font: normal normal bold 0.3rem/0.3rem Poppins;
  }
  .credits_combo_main_page #credits_fiexd_container .credits_fiexd_content .credits_fiexd_price {
    font: normal normal 500 0.4rem/0.4rem Poppins;
  }
  .credits_combo_main_page #credits_fiexd_container .credits_fiexd_content .credits_fiexd_price span {
    font-size: 0.26rem;
  }
  .credits_combo_main_page #credits_fiexd_container .credits_fiexd_content .credits_price_each {
    color: #777777;
    font: normal normal normal 0.28rem/0.28rem Poppins;
  }
  .credits_combo_main_page #credits_fiexd_container .credits_fiexd_content .credits_fiexd_price_or {
    color: #777777;
    font: normal normal 300 0.24rem/0.28rem Poppins;
    text-decoration: line-through;
  }
  .credits_combo_main_page #credits_fiexd_container .credits_fiexd_submit {
    border-radius: 0.14rem;
    background-color: #8B3DFF;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: white;
    font-size: 0.3rem;
    font-weight: 500;
  }
  .credits_combo_main_page .credits_pack_combo {
    background: url("https://static-alter1.vidnoz.com/web/en/img/vidnoz-voice-pricing/banner.png") no-repeat center;
    background-size: cover;
    padding: 0.6rem;
    min-height: 9rem;
  }
  .credits_combo_main_page .credits_pack_combo_mB {
    background: -webkit-gradient(linear, left top, right top, from(#FFF9F9), to(#EBE9FF));
    background: linear-gradient(90deg, #FFF9F9, #EBE9FF);
    min-height: 9rem;
    display: none;
  }
  .credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credits_combo_item_mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.43rem;
    margin-bottom: 0.32rem;
  }
  .credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credits_combo_item_mb .select_item {
    width: 2rem;
    height: 2.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    background-color: #FFFFFF;
    border: 0.04rem solid #E2E5EE;
    border-radius: 0.1rem;
    padding-top: 0.52rem;
  }
  .credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credits_combo_item_mb .select_item.checked_item {
    border: 0.04rem solid #8B3DFF;
  }
  .credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credits_combo_item_mb .select_item.checked_item .check_icon {
    display: block;
  }
  .credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credits_combo_item_mb .select_item .credit_discount {
    position: absolute;
    right: -0.04rem;
    top: -0.27rem;
    width: 1.47rem;
    height: 0.54rem;
    border-radius: 0.28rem 0.28rem 0px 0.28rem;
    background: -webkit-gradient(linear, left bottom, left top, from(#8B3DFF), to(#C879F7));
    background: linear-gradient(0deg, #8B3DFF, #C879F7);
    font: normal normal bold 0.23rem/0.54rem Poppins;
    text-align: center;
    color: #FFFFFF;
  }
  .credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credits_combo_item_mb .select_item:nth-child(1) .credit_discount {
    display: none;
  }
  .credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credits_combo_item_mb .select_item:nth-child(1) .credit_price .credit_price_or {
    display: none;
  }
  .credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credits_combo_item_mb .select_item:nth-child(2) .credit_discount {
    background: #EFD4FF;
    color: #8B3DFF;
  }
  .credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credits_combo_item_mb .select_item .credit_name {
    font: normal normal normal 0.28rem/0.42rem Poppins;
    color: #39325A;
    text-align: center;
    margin-bottom: 0.04rem;
  }
  .credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credits_combo_item_mb .select_item .credit_price {
    text-align: center;
  }
  .credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credits_combo_item_mb .select_item .credit_price .credit_price_align {
    font: normal normal 500 0.4rem/0.56rem Poppins;
    color: #39325A;
    margin-bottom: 0.02rem;
  }
  .credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credits_combo_item_mb .select_item .credit_price .credit_price_align span {
    font: normal normal 500 0.26rem/0.6rem Poppins;
  }
  .credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credits_combo_item_mb .select_item .credit_price .credit_price_or {
    color: #777777;
    font: normal normal 300 0.26rem/0.36rem Poppins;
    text-decoration: line-through;
  }
  .credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credits_combo_item_mb .select_item .check_icon {
    display: none;
    width: 0.52rem;
    height: 0.39rem;
    right: -0.04rem;
    bottom: 0;
    position: absolute;
  }
  .credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credit_info {
    width: 7.5rem;
    background-color: white;
    border-radius: 0.53rem 0.53rem 0px 0px;
    overflow: hidden;
    padding: 0 0.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: -0.6rem;
  }
  .credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credit_info .credit_price_detail {
    border-bottom: 0.02rem solid #E2E1E8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0.42rem;
    padding-bottom: 0.33rem;
    height: 1.68rem;
    font: normal normal normal 0.26rem/0.36rem Poppins;
    color: #000000;
  }
  .credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credit_info .credit_price_detail .credits_num_mB,
.credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credit_info .credit_price_detail .credits_unit_mB {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credit_info .credit_price_detail .credits_num_mB .text_value_mB,
.credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credit_info .credit_price_detail .credits_unit_mB .text_value_mB {
    font: normal normal 600 0.32rem/0.45rem Poppins;
  }
  .credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credit_info .credit_price_detail .credits_num_mB .text_value_mB span,
.credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credit_info .credit_price_detail .credits_unit_mB .text_value_mB span {
    font: normal normal 600 0.24rem/0.45rem Poppins;
  }
  .credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credit_info .credit_price_detail .credits_num_mB {
    margin-bottom: 0.1rem;
  }
  .credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credit_info .credit_detail_list_mB {
    padding-top: 0.34rem;
    padding-bottom: 0.48rem;
  }
  .credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credit_info .credit_detail_list_mB .credit_detail_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 0.36rem;
    margin-bottom: 0.12rem;
  }
  .credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credit_info .credit_detail_list_mB .credit_detail_item .credit_detail_span {
    color: #39325A;
    font: normal normal 300 0.26rem/0.26rem Poppins;
    padding-left: 0.26rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credit_info .credit_detail_list_mB .credit_detail_item .credit_detail_span::after {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #8B3DFF 0% 0% no-repeat padding-box;
    display: block;
    position: absolute;
    left: 0;
    top: 0.08rem;
  }
  .credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credit_info .credit_detail_list_mB .credit_detail_item .credit_detail_icon {
    width: 0.28rem;
    height: 0.28rem;
  }
  .credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credit_info .credit_detail_list_mB .credit_detail_item .list_value {
    color: #39325A;
    font: normal normal 600 0.26rem/0.26rem Poppins;
  }
  .credits_combo_main_page .credits_pack_combo_mB .credits_combo_container_mB .credit_info .credit_subscribe_mB {
    border-radius: 0.14rem;
    background-color: #8B3DFF;
    width: 100%;
    height: 1rem;
    color: #FFFFFF;
    font-size: 0.3rem;
    line-height: 1rem;
    text-align: center;
    font-weight: 500;
  }
  .credits_combo_main_page .credits_subscribe_page,
.credits_combo_main_page .credits_pack_page {
    display: none;
  }
  .credits_combo_main_page .credits_subscribe_page .m_credits_pack_container,
.credits_combo_main_page .credits_pack_page .m_credits_pack_container {
    display: block;
    width: 100%;
    margin: 0.37rem auto;
    margin-bottom: 0;
  }
  .credits_combo_main_page .credits_subscribe_page .m_credits_pack_container .m_credit_subscribe,
.credits_combo_main_page .credits_pack_page .m_credits_pack_container .m_credit_subscribe {
    border-radius: 0.14rem;
    background-color: #8B3DFF;
    width: 100%;
    height: 1rem;
    color: #FFFFFF;
    font-size: 0.3rem;
    line-height: 1rem;
    text-align: center;
    font-weight: 500;
  }
  .credits_combo_main_page .credits_subscribe_page .m_credits_combo_container {
    display: block;
    width: 100%;
    margin: 0.37rem auto;
    margin-bottom: 0;
    padding-bottom: 0.6rem;
    display: none;
  }
  .credits_combo_main_page .credits_subscribe_page .m_credits_combo_container .m_credit_subscribe {
    border-radius: 0.14rem;
    background-color: #8B3DFF;
    width: 100%;
    height: 1rem;
    color: #FFFFFF;
    font-size: 0.3rem;
    line-height: 1rem;
    text-align: center;
    font-weight: 500;
  }
  .credits_combo_main_page .credits_subscribe_page .m_credits_combo_container .m_credit_your_plan {
    margin-top: 0.58rem;
  }
  .credits_combo_main_page .credits_subscribe_page .m_credits_combo_container .m_credit_your_plan .m_credit_plan_t {
    font: normal normal 600 0.36rem/0.4rem Poppins;
    text-align: center;
  }
  .credits_combo_main_page .credits_subscribe_page .m_credits_combo_container .m_credit_your_plan .m_credit_plan_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0.25rem;
  }
  .credits_combo_main_page .credits_subscribe_page .m_credits_combo_container .m_credit_your_plan .m_credit_plan_container .m_credit_plan_item {
    width: 50%;
    text-align: center;
    font-size: 0;
  }
  .credits_combo_main_page .credits_subscribe_page .m_credits_combo_container .m_credit_your_plan .m_credit_plan_container .m_credit_plan_item:nth-child(1), .credits_combo_main_page .credits_subscribe_page .m_credits_combo_container .m_credit_your_plan .m_credit_plan_container .m_credit_plan_item:nth-child(2) {
    margin-bottom: 0.32rem;
  }
  .credits_combo_main_page .credits_subscribe_page .m_credits_combo_container .m_credit_your_plan .m_credit_plan_container .m_credit_plan_item:nth-child(odd) {
    position: relative;
  }
  .credits_combo_main_page .credits_subscribe_page .m_credits_combo_container .m_credit_your_plan .m_credit_plan_container .m_credit_plan_item:nth-child(odd)::after {
    height: 0.64rem;
    width: 1px;
    background-color: #ACB1C1;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
  }
  .credits_combo_main_page .credits_subscribe_page .m_credits_combo_container .m_credit_your_plan .m_credit_plan_container .m_credit_plan_item .m_credit_plan_icon {
    width: 0.81rem;
    height: 0.81rem;
  }
  .credits_combo_main_page .credits_subscribe_page .m_credits_combo_container .m_credit_your_plan .m_credit_plan_container .m_credit_plan_item .m_credit_plan_content {
    text-align: center;
    font: normal normal 300 0.22rem/0.33rem Poppins;
    padding: 0 0.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .credits_combo_main_page .credits_subscribe_page .m_credits_combo_container .m_credit_your_plan .m_credit_plan_container .m_credit_plan_item .m_credit_plan_content span {
    font-weight: 600;
  }
  .credits_combo_main_page .credits_container_loading {
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  .credits_combo_main_page .credits_title {
    width: 100%;
    margin: 0 auto;
  }
  .credits_combo_main_page .credits_title .subscribe_h1 .subscribe_h1_dom {
    text-align: center;
    font: normal normal bold 0.4rem/0.6rem Poppins;
    color: #39325A;
  }
  .credits_combo_main_page .credits_title .type-container {
    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;
    margin: 0.4rem 0 0.48rem;
  }
  .credits_combo_main_page .credits_title .type-container .voice-pricing-type {
    padding: 0.1rem;
    background: #E4E4EE 0% 0% no-repeat padding-box;
    border-radius: 0.44rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0.1rem;
  }
  .credits_combo_main_page .credits_title .type-container .voice-pricing-type .voice-pricing-typ-item {
    padding: 0.12rem 0.68rem;
    font: normal normal 500 0.26rem/0.39rem Poppins;
    color: #39325A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0.38rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    gap: 0.06rem;
  }
  .credits_combo_main_page .credits_title .type-container .voice-pricing-type .voice-pricing-typ-item.yearly {
    padding: 0.16rem 0.2rem;
  }
  .credits_combo_main_page .credits_title .type-container .voice-pricing-type .voice-pricing-typ-item span {
    padding: 0.06rem 0.16rem;
    font: normal normal 500 0.24rem/0.35rem Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #ABABC4 0% 0% no-repeat padding-box;
    border-radius: 0.23rem;
  }
  .credits_combo_main_page .credits_title .type-container .voice-pricing-type .voice-pricing-typ-item.active {
    background: #8B3DFF 0% 0% no-repeat padding-box;
    color: #FFFFFF;
  }
  .credits_combo_main_page .credits_title .type-container .voice-pricing-type .voice-pricing-typ-item.active span {
    background: #F35E7D 0% 0% no-repeat padding-box;
    color: #FFFFFF;
  }
  .credits_combo_main_page .credits_title .credit_pack_h1 {
    padding: 0.2rem 0;
    padding-bottom: 0.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .credits_combo_main_page .credits_title .credit_pack_h1 .credit_pack_h1_dom {
    font: normal normal bold 0.4rem/0.6rem Poppins;
    color: #39325A;
    margin: 0;
  }
  .credits_combo_main_page .credits_title .credit_pack_h1 .credit_pack_h1_span {
    font: normal normal 400 0.28rem/0.42rem Poppins;
    color: #39325A;
  }
  .credits_combo_main_page .type-container {
    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;
    margin: 0.4rem 0 0.48rem;
  }
  .credits_combo_main_page .type-container .voice-pricing-type {
    padding: 0.1rem;
    background: #E4E4EE 0% 0% no-repeat padding-box;
    border-radius: 0.44rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0.1rem;
  }
  .credits_combo_main_page .type-container .voice-pricing-type .voice-pricing-typ-item {
    padding: 0.12rem 0.68rem;
    font: normal normal 500 0.26rem/0.39rem Poppins;
    color: #39325A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0.38rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    gap: 0.06rem;
  }
  .credits_combo_main_page .type-container .voice-pricing-type .voice-pricing-typ-item.yearly {
    padding: 0.16rem 0.2rem;
  }
  .credits_combo_main_page .type-container .voice-pricing-type .voice-pricing-typ-item span {
    padding: 0.06rem 0.16rem;
    font: normal normal 500 0.24rem/0.35rem Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #ABABC4 0% 0% no-repeat padding-box;
    border-radius: 0.23rem;
  }
  .credits_combo_main_page .type-container .voice-pricing-type .voice-pricing-typ-item.active {
    background: #8B3DFF 0% 0% no-repeat padding-box;
    color: #FFFFFF;
  }
  .credits_combo_main_page .type-container .voice-pricing-type .voice-pricing-typ-item.active span {
    background: #F35E7D 0% 0% no-repeat padding-box;
    color: #FFFFFF;
  }
  .credits_combo_main_page .credits_combo_container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3rem;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item {
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #E4E4EE;
    border-radius: 0.12rem;
    height: 1.9rem;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item.active {
    border: 2px solid #8B3DFF;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item.free {
    display: none;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item.basic {
    height: 1.5rem;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item.basic .name {
    top: 0.26rem;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item.basic .price-per .price {
    top: 0.26rem;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item.credit_credits_max {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#EBE5FF), to(#FFFFFF)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #EBE5FF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 0.15rem 0.3rem #E2DDF1;
            box-shadow: 0px 0.15rem 0.3rem #E2DDF1;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item.credit_credits_max .credit_discount {
    background: #F45E7D 0% 0% no-repeat padding-box;
    color: #ffffff;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item.credit_credits_max.active {
    border: 2px solid #F45E7D;
    background: #FFE8ED 0% 0% no-repeat padding-box;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_num {
    font: normal normal 500 0.3rem/0.46rem Poppins;
    color: #6F6F91;
    position: absolute;
    top: 0.66rem;
    left: 0.39rem;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_price_or {
    font: normal normal 300 0.24rem/0.24rem Poppins;
    color: #8A8893;
    text-decoration: line-through;
    -webkit-margin-end: 0.12rem;
            margin-inline-end: 0.12rem;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_price_align {
    font: normal normal 500 0.4rem/0.4rem Poppins;
    color: #000000;
    position: absolute;
    top: 0.66rem;
    right: 0.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit-price-mo {
    font: normal normal 500 0.24rem/0.24rem Poppins;
    color: #000000;
    position: absolute;
    top: 0.78rem;
    right: 0.39rem;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credits {
    font: normal normal 500 0.34rem/0.51rem Poppins;
    color: #000000;
    position: absolute;
    bottom: 0.66rem;
    left: 0.39rem;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credits > span {
    display: none;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_price_each {
    font: normal normal normal 0.26rem/0.26rem Poppins;
    position: absolute;
    bottom: 0.26rem;
    right: 0.39rem;
    color: #39325A;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credits-num {
    font: normal normal 500 0.34rem Poppins;
    color: #000000;
    position: absolute;
    bottom: 0.26rem;
    left: 0.39rem;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_discount {
    width: 100%;
    height: 0.43rem;
    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: 0;
    left: 0;
    border-bottom: 2px solid #E4E4EE;
    font: normal normal bold 0.24rem/0.24rem Poppins;
    color: #8B3DFF;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_discount span {
    font: normal normal bold 0.24rem/0.24rem Poppins;
    color: #8B3DFF;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_subscribe,
.credits_combo_main_page .credits_combo_container .credits_combo_item .mob-hide,
.credits_combo_main_page .credits_combo_container .credits_combo_item .char,
.credits_combo_main_page .credits_combo_container .credits_combo_item .credit_detail_list,
.credits_combo_main_page .credits_combo_container .credits_combo_item .credit_name {
    display: none;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item_free {
    display: none;
  }
  .credits_combo_main_page .mob-pay-btn {
    margin-top: 0.4rem;
    width: 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;
    padding: 0.3rem 0;
    font: normal normal 500 0.3rem/0.46rem Poppins;
    color: #FFFFFF;
    background: #8B3DFF 0% 0% no-repeat padding-box;
    border-radius: 0.14rem;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item {
    background-color: #EFEBF9;
    border: 1px solid #BEBAD4;
    border-radius: 0.12rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    margin-bottom: 0.2rem;
    overflow: hidden;
    min-height: 1.5rem;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item:nth-last-child(1) {
    background-color: white;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item:nth-last-child(1) .credit_discount {
    background-color: #F45E7D;
    color: white;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item:nth-last-child(1).credits_pack_item_act {
    border: 0.03rem solid #F45E7D;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item .credit_num {
    font: normal normal bold 0.26rem/0.26rem Poppins;
    color: #39325A;
    display: none;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item .credit_discount {
    width: 100%;
    color: #8B3DFF;
    text-align: center;
    font: normal normal bold 0.22rem/0.42rem Poppins;
    -webkit-box-shadow: 0px 1px 0px #D6D5D5;
            box-shadow: 0px 1px 0px #D6D5D5;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item .credit_discount.credit_discount_max {
    background-color: #8B3DFF;
    color: white;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item .credit_price_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.28rem 0.34rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item .credit_price_detail .credit_price {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    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;
    height: 0.87rem;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item .credit_price_detail .credit_price .credit_price_align {
    color: black;
    vertical-align: bottom;
    font: normal normal 500 0.4rem/0.6rem Poppins;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item .credit_price_detail .credit_price .credit_price_align span {
    color: black;
    font: normal normal 500 0.3rem/0.3rem Poppins;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item .credit_price_detail .credit_price .credit_price_or {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font: normal normal 300 0.24rem/0.24rem Poppins;
    color: #777777;
    text-decoration: line-through;
    text-align: right;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item .credit_price_detail .credit_price .credit_price_none {
    display: none;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item .credit_price_detail .m_credit_price_num {
    height: 0.84rem;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 0.8rem;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item .credit_price_detail .m_credit_price_num .credit_num {
    font: normal normal 500 0.34rem/0.51rem Poppins;
    color: #39325A;
    display: block;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item .credit_price_detail .m_credit_price_num .credit_price_each {
    font: normal normal 300 0.26rem/0.39rem Poppins;
    color: #000000;
    display: block;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item .credit_price_detail .credit_price_each {
    font: normal normal 300 14px/14px Poppins;
    color: #000000;
    display: none;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item .credit_subscribe {
    margin-top: 8px;
    border: 1px solid #8B3DFF;
    border-radius: 4px;
    width: 273px;
    text-align: center;
    color: #8B3DFF;
    font: normal normal 500 15px/44px Poppins;
    background-color: #ffffff;
    -webkit-transition: 0.3s background-color;
    transition: 0.3s background-color;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
  }
  .credits_combo_main_page .credits_pack_container .credits_pack_item_act {
    overflow: auto;
    border: 0.03rem solid #8B3DFF;
    -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);
  }
  .credits_combo_main_page .about_credit_pack {
    padding: 0.64rem 0;
    text-align: center;
  }
  .credits_combo_main_page .about_credit_pack .about_credit_pack_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .credits_combo_main_page .about_credit_pack .about_credit_pack_title .about_credit_pack_icon {
    width: 0.36rem;
    height: 0.36rem;
    margin-right: 0.18rem;
  }
  .credits_combo_main_page .about_credit_pack .about_credit_pack_title span {
    font: normal normal 600 0.36rem/0.36rem Poppins;
    color: #39325A;
  }
  .credits_combo_main_page .about_credit_pack .about_credit_pack_content {
    margin-top: 0.28rem;
    font: normal normal 400 0.22rem/0.36rem Poppins;
    color: #000000;
  }
  .credits_combo_main_page .voice-pricing-table {
    padding: 0.6rem;
  }
  .credits_combo_main_page .voice-pricing-table h2 {
    text-align: center;
    font: normal normal bold 0.4rem/0.6rem Poppins;
    color: #39325A;
    margin-bottom: 0.48rem;
  }
  .credits_combo_main_page .voice-pricing-table .table {
    width: 100%;
    border: 1px solid #D5D5E5;
    border-radius: 0.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel {
    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-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel.credits_combo_item {
    display: none;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel.paid .td,
.credits_combo_main_page .voice-pricing-table .table .th-panel.paid .th {
    border-right: unset;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .th {
    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;
    border-right: 1px solid #D5D5E5;
    border-bottom: 1px solid #D5D5E5;
    min-height: 0.8rem;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .th .mob-show {
    font: normal normal 500 0.24rem/0.35rem Poppins;
    color: #39325A;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .th .product {
    text-align: center;
    font: normal normal 500 0.24rem/0.35rem Poppins;
    color: #39325A;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .th .price-pre {
    display: none;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .th .price-btn {
    display: none;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .td {
    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;
    gap: 0.06rem;
    font: normal normal normal 0.24rem/0.35rem Poppins;
    color: #39325A;
    border-right: 1px solid #D5D5E5;
    border-bottom: 1px solid #D5D5E5;
    min-height: 0.8rem;
    text-align: center;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .td.pc-show {
    display: none !important;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .td.tr {
    display: none;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .td.tr.need-show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .td.last-td {
    border-bottom: unset;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .td > .yes {
    display: inline-block;
    width: 0.3rem;
    height: 0.2rem;
    background: url("https://static-alter1.vidnoz.com/web/en/img/vidnoz-voice-pricing/yes-m.svg") no-repeat center;
    background-size: cover;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .td > .wrong {
    display: inline-block;
    width: 0.18rem;
    height: 0.18rem;
    background: url("https://static-alter1.vidnoz.com/web/en/img/vidnoz-voice-pricing/wrong-m.png") no-repeat center;
    background-size: cover;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .td .tip-icon {
    display: inline-block;
    width: 0.28rem;
    height: 0.28rem;
    background: url("https://static-alter1.vidnoz.com/web/en/img/vidnoz-voice-pricing/tips.svg") no-repeat center;
    background-size: cover;
    position: relative;
    cursor: pointer;
  }
  .credits_combo_main_page .voice-pricing-table .table .th-panel .td .tip-icon .tip-text {
    width: 3rem;
    position: absolute;
    display: inline-block;
    padding: 4px 14px;
    background: rgba(57, 50, 90, 0.85) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    font: normal normal 500 0.24rem/0.32rem Poppins;
    color: #FFFFFF;
    left: 0.16rem;
    top: 0;
    z-index: 999;
  }
  .credits_combo_main_page .voice-pricing-faq {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#F6F6F8), to(rgba(246, 246, 248, 0))) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #F6F6F8 0%, rgba(246, 246, 248, 0) 100%) 0% 0% no-repeat padding-box;
  }
  .credits_combo_main_page .voice-pricing-faq h2 {
    color: #39325A;
  }
  .credits_combo_main_page .voice-pricing-faq .faq-test-faq-name {
    color: #39325A !important;
  }
  .credits_combo_main_page .voice-pricing-faq .faq-test-faq-name.active {
    color: #8B3DFF !important;
  }
  .credits_combo_main_page .voice-pricing-faq .css-p {
    color: #39325A !important;
  }
  .deep-panel {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0.6rem 0.6rem 0.3rem;
    border-top: 1px solid #e0e0e0;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
  }
  .deep-panel .top,
.deep-panel .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .deep-panel .top .deep-credits,
.deep-panel .bottom .deep-credits {
    font: normal normal bold 0.3rem/0.3rem Poppins;
    color: #39325A;
  }
  .deep-panel .top .deep-price,
.deep-panel .bottom .deep-price {
    font: normal normal 500 0.3rem/0.3rem Poppins;
    color: #000000;
  }
  .deep-panel .top .deep-price > span,
.deep-panel .bottom .deep-price > span {
    font: normal normal 500 0.22rem/0.22rem Poppins;
    color: #000000;
  }
  .deep-panel .top .deep-date,
.deep-panel .bottom .deep-date {
    font: normal normal normal 0.28rem/0.28rem Poppins;
    color: #777777;
  }
  .deep-panel .top .deep-save,
.deep-panel .bottom .deep-save {
    font: normal normal normal 0.24rem/0.24rem Poppins;
    text-decoration: line-through;
    color: #777777;
  }
  .deep-panel .deep-pay-btn {
    width: 100%;
    background: #8B3DFF 0% 0% no-repeat padding-box;
    border-radius: 0.14rem;
    height: 1rem;
    text-align: center;
    font: normal normal 500 0.3rem/1rem Poppins;
    color: #FFFFFF;
  }
}