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

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

.dialog_pay_container {
  position: relative;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid rgba(60, 74, 104, 0.1);
  width: 963px;
  overflow-y: auto;
}
.dialog_pay_container .close_icon {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.dialog_pay_container .close_icon .icon {
  width: 24px;
  height: 24px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/pt/img/credists-history/close.svg");
  background-size: 100%;
}
.dialog_pay_container .close_icon:hover {
  background-color: rgb(240, 241, 241);
  border-radius: 10px;
}
.dialog_pay_container .car_loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dialog_pay_container .car_loading .loader {
  border: 4px solid #000;
  border-top: 4px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-animation: loading 1s linear infinite;
          animation: loading 1s linear infinite;
}
.dialog_pay_container .car_loading.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dialog_pay_container .pay_info {
  width: 100%;
  height: 100%;
  padding: 30px;
  display: none;
}
.dialog_pay_container .pay_info .pay_info_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dialog_pay_container .pay_info .pay_left {
  width: 474px;
  height: 100%;
  border-radius: 3px;
  background-color: #F8F8F8;
  padding: 32px 28px 34px 28px;
  margin-right: 51px;
}
.dialog_pay_container .pay_info .pay_left .title {
  padding-left: 7px;
  padding-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(57, 50, 90, 0.2);
}
.dialog_pay_container .pay_info .pay_left .title .title_icon {
  width: 216px;
  height: 30px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/pt/img/_common/car_title.png");
  background-size: contain;
  background-position: unset;
}
.dialog_pay_container .pay_info .pay_left .title .title_icon.gen {
  background: no-repeat url("https://static-alter1.vidnoz.com/web/pt/img/_common/logo_gen.png");
  background-size: contain;
}
.dialog_pay_container .pay_info .pay_left .title .title_text {
  margin-left: 8px;
  font: normal normal 600 20px/30px Poppins;
}
.dialog_pay_container .pay_info .pay_left .product_price_box {
  padding-left: 7px;
  padding-right: 8px;
  padding-bottom: 16px;
  margin-top: 18px;
  border-bottom: 1px solid rgba(57, 50, 90, 0.2);
}
.dialog_pay_container .pay_info .pay_left .product_price_box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name {
  margin-bottom: 8px;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name .name {
  font: normal normal 700 15px/21px Poppins;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name .price {
  font: normal normal 400 15px/21px Poppins;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_credit {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_credit .icon {
  width: 14px;
  height: 14px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/pt/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;
  bottom: -18px;
  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/pt/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/pt/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/pt/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/pt/img/credists-history/logoList.png");
  background-size: 100%;
}
.dialog_pay_container .pay_info .pay_right {
  width: 376px;
}
.dialog_pay_container .pay_info .pay_right .title {
  font: normal normal 600 24px/33px Poppins;
  letter-spacing: 0px;
}
.dialog_pay_container .pay_info .pay_right #payment-form {
  display: none;
  margin-top: 8px;
}
.dialog_pay_container .pay_info .pay_right .fromData {
  margin-top: 4px;
  height: calc(100% - 170px);
}
.dialog_pay_container .pay_info .pay_right .fromData #payment-form {
  height: 100%;
}
.dialog_pay_container .pay_info .pay_right .fromData .choose_payment {
  margin-top: 20px;
}
.dialog_pay_container .pay_info .pay_right .fromData .choose_payment .choose_title {
  font: normal normal 300 12px/17px Poppins;
  color: #a19cb5;
}
.dialog_pay_container .pay_info .pay_right .fromData .choose_payment .choose_box {
  width: 375px;
  border: 1px solid rgba(109, 113, 122, 0.3);
  border-radius: 3px;
  background-color: #fff;
  margin-top: 5px;
}
.dialog_pay_container .pay_info .pay_right .fromData .choose_payment .choose_box .choose_item {
  padding-left: 15px;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d3d4d7;
}
.dialog_pay_container .pay_info .pay_right .fromData .choose_payment .choose_box .choose_item .check_box {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #8c8c97;
  cursor: pointer;
  margin-right: 20px;
}
.dialog_pay_container .pay_info .pay_right .fromData .choose_payment .choose_box .choose_item .check_box:hover {
  border-color: #8b3dff;
}
.dialog_pay_container .pay_info .pay_right .fromData .choose_payment .choose_box .choose_item .check_box.active {
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/pt/img/_common/checked.svg");
  background-size: 100%;
}
.dialog_pay_container .pay_info .pay_right .fromData .choose_payment .choose_box .choose_item .choose_icon {
  width: 45px;
  height: 16px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/pt/img/_common/choose_icon1.svg");
  background-size: 100%;
  margin-right: 10px;
}
.dialog_pay_container .pay_info .pay_right .fromData .choose_payment .choose_box .choose_item .choose_text {
  font: normal normal 300 12px/17px Poppins;
  color: #000;
}
.dialog_pay_container .pay_info .pay_right .fromData .choose_payment .choose_box .choose_item:nth-child(2) .choose_icon {
  width: 66px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/pt/img/_common/choose_icon3.svg");
}
.dialog_pay_container .pay_info .pay_right .fromData .choose_payment .choose_box .choose_item:last-child {
  border-bottom: none;
}
.dialog_pay_container .pay_info .pay_right .fromData .choose_payment .choose_box .choose_item:last-child .choose_icon {
  width: 24px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/pt/img/_common/choose_icon2.svg");
}
.dialog_pay_container .pay_info .pay_right .fromData #link-authentication-element {
  position: relative;
  margin-bottom: 20px;
}
.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: 395px;
}
.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 .pay_right .fromData #paypal_btn {
  width: 100%;
  margin-top: 25px;
}
.dialog_pay_container .pay_info .footer {
  text-align: center;
  font: normal normal 300 12px/17px Poppins;
  letter-spacing: 0px;
  width: 50%;
  margin-top: 14px;
}
.dialog_pay_container .pay_info .footer .links {
  text-decoration: underline;
  font: normal normal 300 12px/12px Poppins;
  letter-spacing: 0px;
  color: #386ef5;
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #39325a;
  margin-left: 5px;
  padding-left: 8px;
  cursor: pointer;
}
.dialog_pay_container .pay_success {
  padding: 80px 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.dialog_pay_container .pay_success .success_content {
  width: 807px;
  text-align: center;
}
.dialog_pay_container .pay_success .success_content .icon {
  width: 90px;
  height: 90px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/pt/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/pt/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/pt/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/pt/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/pt/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/pt/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/pt/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/pt/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/pt/img/credists-history/m_close.svg");
    background-size: 100%;
    margin-right: 0;
  }
  .dialog_pay_mob.showerr .close_icon span {
    display: none;
  }
  .dialog_pay_mob.showerr .pay_failed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m_dialog_pay_container {
    position: relative;
    width: 6.3rem;
    height: 9.73rem;
    background-color: #fff;
    padding: 0.8rem 0.6rem 0;
    border-radius: 0.1rem;
    overflow-y: auto;
  }
  .m_dialog_pay_container .close_icon {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0.26rem;
    left: 0.6rem;
  }
  .m_dialog_pay_container .close_icon .icon {
    width: 0.38rem;
    height: 0.38rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/pt/img/credists-history/icon_back.svg");
    background-size: 100%;
    margin-right: 0.09rem;
  }
  .m_dialog_pay_container .close_icon span {
    font: normal normal 600 0.22rem/0.33rem Poppins;
  }
  .m_dialog_pay_container .car_loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m_dialog_pay_container .car_loading .loader {
    border: 0.08rem solid #000;
    border-top: 0.08rem solid #fff;
    border-radius: 50%;
    width: 0.8rem;
    height: 0.8rem;
    -webkit-animation: loading 1s linear infinite;
            animation: loading 1s linear infinite;
  }
  .m_dialog_pay_container .car_loading.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m_dialog_pay_container .pay_info {
    width: 100%;
    display: none;
  }
  .m_dialog_pay_container .pay_info .pay_left {
    width: 6.3rem;
    background-color: #F8F8F8;
    border-radius: 0.06rem;
    padding: 0.48rem 0.35rem 0.52rem;
  }
  .m_dialog_pay_container .pay_info .pay_left .title {
    padding-bottom: 0.34rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(57, 50, 90, 0.2);
  }
  .m_dialog_pay_container .pay_info .pay_left .title .title_icon {
    width: 4.25rem;
    height: 0.88rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/pt/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/pt/img/_common/logo_gen.png");
    background-size: 100%;
  }
  .m_dialog_pay_container .pay_info .pay_left .title .title_text {
    margin-left: 0.11rem;
    font: normal normal 600 0.32rem/0.48rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box {
    padding-bottom: 0.3rem;
    margin-top: 0.36rem;
    border-bottom: 1px solid rgba(57, 50, 90, 0.2);
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_name {
    margin-bottom: 0.16rem;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_name .name {
    font: normal normal 700 0.26rem/0.36rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_name .price {
    font: normal normal 400 0.26rem/0.36rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_credit {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.4rem;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_credit .icon {
    width: 0.28rem;
    height: 0.28rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/pt/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 #mob_payment-form {
    display: none;
    margin-top: 0.3rem;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData {
    width: 100%;
    margin-top: 0.05rem;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .choose_payment {
    margin-top: 0.4rem;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .choose_payment .choose_title {
    font: normal normal 300 0.22rem/0.31rem Poppins;
    color: #a19cb5;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .choose_payment .choose_box {
    width: 100%;
    border: 1px solid rgba(109, 113, 122, 0.3);
    border-radius: 0.03rem;
    background-color: #fff;
    margin-top: 0.1rem;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .choose_payment .choose_box .choose_item {
    padding-left: 0.16rem;
    width: 100%;
    height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #d3d4d7;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .choose_payment .choose_box .choose_item .check_box {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 0.04rem;
    border: 1px solid #8c8c97;
    margin-right: 0.43rem;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .choose_payment .choose_box .choose_item .check_box.active {
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/pt/img/_common/checked.svg");
    background-size: cover;
    border: none;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .choose_payment .choose_box .choose_item .choose_icon {
    width: 0.9rem;
    height: 0.32rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/pt/img/_common/choose_icon1.svg");
    background-size: 100%;
    margin-right: 0.25rem;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .choose_payment .choose_box .choose_item .choose_text {
    font: normal normal 300 0.24rem/0.33rem Poppins;
    color: #000;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .choose_payment .choose_box .choose_item:nth-child(2) .choose_icon {
    width: 1.32rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/pt/img/_common/choose_icon3.svg");
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .choose_payment .choose_box .choose_item:last-child {
    border-bottom: none;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .choose_payment .choose_box .choose_item:last-child .choose_icon {
    width: 0.48rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/pt/img/_common/choose_icon2.svg");
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData #link-authentication-element {
    position: relative;
    margin-bottom: 0.4rem;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData #link-authentication-element::before {
    content: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData #mob_payment-element {
    height: 18rem;
  }
  .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/pt/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/pt/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/pt/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/pt/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;
}
.home-header .home-menu .menu-main .home-btn .head-box .user_menu .list_view {
  display: none;
}

#m_list_view {
  display: none;
}

@media screen and (max-width: 1200px) {
  .home-header .home-menu .home-logo .header-credits-box {
    display: none;
  }
  .home-header .home-menu .home-logo .header-credits-box.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-header .home-menu .menu-main .menu-item.credit {
    display: none;
  }
  #headMob {
    display: none !important;
  }
  .footer-window {
    display: none !important;
  }
  #backTop {
    bottom: 3.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .credits_combo_main_page #credits_fiexd_container {
    display: none;
  }
  .credits_combo_main_page .combo_container_width {
    width: 87.8%;
    margin: 0 auto;
  }
  .credits_combo_main_page .credits_pack_combo {
    padding-bottom: 60px;
  }
  .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_subscribe_page .show-fixed,
.credits_combo_main_page .credits_pack_page .show-fixed {
    position: fixed;
    top: 120px;
    inset-inline-start: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #F9F7FF;
    -webkit-box-shadow: 0 4px 10px 0 #E2DDF1;
            box-shadow: 0 4px 10px 0 #E2DDF1;
    padding: 0 calc((100vw - 88.16%) / 2);
    width: 100%;
    z-index: 2;
  }
  .credits_combo_main_page .credits_subscribe_page .show-fixed .credits_combo_item,
.credits_combo_main_page .credits_pack_page .show-fixed .credits_combo_item {
    border-radius: unset;
    height: 204px;
  }
  .credits_combo_main_page .credits_subscribe_page .show-fixed .credits_pack_item,
.credits_combo_main_page .credits_pack_page .show-fixed .credits_pack_item {
    border-radius: unset;
    height: 256px;
  }
  .credits_combo_main_page .credits_subscribe_page {
    height: 1136px;
    background-image: url("https://static-alter1.vidnoz.com/web/pt/img/ai-tool-pricing/sub-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .credits_combo_main_page .credits_subscribe_page .see-all {
    margin-top: 32px;
  }
  .credits_combo_main_page .credits_subscribe_page .tips-more {
    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;
    font: normal normal 300 20px/40px Poppins;
    letter-spacing: 0px;
    color: #8c8ca7;
    cursor: pointer;
  }
  .credits_combo_main_page .credits_subscribe_page .tips-more i {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(https://static-alter1.vidnoz.com/web/pt/img/ai-pricing/up.svg);
    background-size: 34px 34px;
    margin-left: 12px;
  }
  .credits_combo_main_page .credits_pack_page {
    min-height: 517px;
  }
  .credits_combo_main_page .credits_container_loading {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  .credits_combo_main_page .credits_title {
    margin: 0 auto;
  }
  .credits_combo_main_page .credits_title .subscribe_h1 {
    padding-top: 38px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .credits_combo_main_page .credits_title .subscribe_h1 .subscribe_h1_dom {
    font: normal normal bold 40px/60px Poppins;
    letter-spacing: 0px;
    color: #39325A;
    margin: 0;
    text-align: center;
  }
  .credits_combo_main_page .credits_title .subscribe_h1 .subscribe_ftitle {
    padding-top: 3px;
    text-align: center;
    font: normal normal 300 20px/28px 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 .combo_select_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 71.5%;
  }
  .credits_combo_main_page .combo_select_container .combo_select_month {
    height: 46px;
    background: #E4E0F1 0% 0% no-repeat padding-box;
    border-radius: 23px;
    padding: 5px;
    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;
    margin: 20px 0 30px;
  }
  .credits_combo_main_page .combo_select_container .combo_select_month .select-btn {
    min-width: 110px;
    height: 36px;
    padding: 8px 27px;
    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;
    font: normal normal 500 14px/21px Poppins;
    color: #39325A;
    border-radius: 18px;
    cursor: pointer;
  }
  .credits_combo_main_page .combo_select_container .combo_select_month .select-btn.select-year {
    min-width: 170px;
    padding-inline: 12px 5px;
    padding-block: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .credits_combo_main_page .combo_select_container .combo_select_month .select-btn.select-year > p {
    background: #BDB2CE;
    border-radius: 11px;
    font: normal normal 500 12px/12px Poppins;
    padding: 5px 5.5px;
    color: #FFFFFF;
  }
  .credits_combo_main_page .combo_select_container .combo_select_month .select-btn.select-checked {
    color: #FFFFFF;
    background: #8B3DFF 0% 0% no-repeat padding-box;
  }
  .credits_combo_main_page .combo_select_container .combo_select_month .select-btn.select-checked.select-year > p {
    background-color: #F35E7D;
    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;
    gap: 14px;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item {
    background: #EFEBF9;
    border-radius: 20px;
    padding: 20px 18px 65px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 19.777%;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_discount {
    position: absolute;
    inset-inline-end: 12px;
    top: 12px;
    padding: 4px 15px;
    color: #8B3DFF;
    text-align: center;
    font: normal normal bold 12px/12px Poppins;
    outline: 1px solid #8B3DFF;
    border-radius: 13px;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_info .credit_name {
    font: normal normal 600 20px/28px Poppins;
    color: #39325A;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_info .credit_num {
    font: normal normal 500 18px/25px Poppins;
    color: #8B3DFF;
    display: none;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_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_combo_container .credits_combo_item .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 {
    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 {
    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 {
    font: normal normal 300 14px/14px Poppins;
    color: #8A8893;
    text-decoration: line-through;
    position: absolute;
    bottom: 32px;
    inset-inline-start: 0;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_price_detail .credit_price .credit-price-mo {
    font: normal normal 300 12px/24px Poppins;
    color: #000000;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_price_detail .credit_price_each {
    display: none;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_btn {
    margin-top: 14px;
    border: 1px solid #8B3DFF;
    border-radius: 3px;
    width: 100%;
    height: 44px;
    text-align: center;
    color: #8B3DFF;
    font: normal normal 500 14px/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_btn:hover {
    border: 1px solid #A87BFF;
    color: #A87BFF;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_btn.credit_subscribe_free {
    border: 1px solid #9898B4;
    color: #9898B4;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_btn.credit_subscribe_free:hover {
    border: 1px solid #635D7F;
    color: #635D7F;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item.credit_credits_max {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 7px 20px #E2DDF1;
            box-shadow: 0px 7px 20px #E2DDF1;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item.credit_credits_max .credit_discount {
    outline: 1px solid #F45E7D;
    background: #F45E7D;
    color: white;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item.credit_credits_max .credit_btn {
    color: #FFFFFF;
    background-color: #8B3DFF;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item.credit_credits_max .credit_btn:hover {
    color: #FFFFFF;
    background-color: #A87BFF;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .item-top-title {
    margin-top: 12px;
    font: normal normal 600 13px/19px Poppins;
    letter-spacing: 0px;
    text-align: center;
    height: 19px;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .item-top-title span {
    font: normal normal 600 13px/19px Poppins;
    letter-spacing: 0px;
    color: #8B3DFF;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .item-top-tools {
    margin-top: 32px;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .item-top-tools .tools-title {
    font: normal normal 500 13px/20px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 8px;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .item-top-tools P {
    font: normal normal 300 13px/24px Poppins;
    letter-spacing: 0px;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 9px;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .item-top-tools P::before {
    content: "";
    display: inline-block;
    min-width: 12px;
    height: 12px;
    background-image: url("https://static-alter1.vidnoz.com/web/pt/img/ai-tool-pricing/icon_checked.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .item-top-tools P:last-child {
    cursor: pointer;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .item-top-tools P:last-child span {
    font: normal normal 300 13px/24px Poppins;
    letter-spacing: 0px;
    color: #000000;
    text-decoration: underline;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .line {
    border: 1px solid #CECEDB;
    margin: 18px 0;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .item-top-highlights .highlights-title {
    font: normal normal 500 13px/20px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 8px;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .item-top-highlights P {
    font: normal normal 300 13px/24px Poppins;
    letter-spacing: 0px;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 9px;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .item-top-highlights P::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("https://static-alter1.vidnoz.com/web/pt/img/ai-tool-pricing/icon-high.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item.credits_combo_item_free .item-top-tools P::before {
    background-image: url("https://static-alter1.vidnoz.com/web/pt/img/ai-tool-pricing/icon-tip.svg");
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item.credits_combo_item_free .item-top-highlights P::before {
    width: 6px;
    height: 6px;
    background-image: unset;
    border-radius: 50%;
    background: #807892 0% 0% no-repeat padding-box;
  }
  .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: #8B3DFF;
  }
  .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 .gen-price-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .credits_combo_main_page .gen-price-table .table-title {
    font: normal normal bold 40px/60px Poppins;
    letter-spacing: 0px;
    color: #39325A;
    margin-bottom: 48px;
    text-align: center;
  }
  .credits_combo_main_page .gen-price-table > table {
    display: none;
  }
  .credits_combo_main_page .gen-price-table > table tbody {
    display: block;
  }
  .credits_combo_main_page .gen-price-table .credits_subscribe_table {
    border-radius: 28px;
    border: 1px solid #D5D5E5;
    background: #fff;
  }
  .credits_combo_main_page .gen-price-table .credits_subscribe_table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    height: 60.5px;
    border-top: 1px solid #D5D5E5;
  }
  .credits_combo_main_page .gen-price-table .credits_subscribe_table tr td,
.credits_combo_main_page .gen-price-table .credits_subscribe_table tr th {
    font: normal normal normal 14px/14px Poppins;
    color: #39325A;
    position: relative;
  }
  .credits_combo_main_page .gen-price-table .credits_subscribe_table tr td .table-tips,
.credits_combo_main_page .gen-price-table .credits_subscribe_table tr th .table-tips {
    position: relative;
    width: 14px;
    height: 14px;
    background: url(https://static-alter1.vidnoz.com/web/pt/img/ai-tool-pricing/info-icon.png) no-repeat center/cover;
    -webkit-margin-start: 4px;
            margin-inline-start: 4px;
    cursor: pointer;
  }
  .credits_combo_main_page .gen-price-table .credits_subscribe_table tr td .table-tips-word-box,
.credits_combo_main_page .gen-price-table .credits_subscribe_table tr th .table-tips-word-box {
    width: 224px;
    padding: 5px 15px;
    z-index: 1;
    position: absolute;
    inset-inline-start: calc(100% + 4px);
    background: rgba(57, 50, 90, 0.85);
    border-radius: 4px;
    font: normal normal 500 13px/18px Poppins;
    color: rgb(255, 255, 255);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .credits_combo_main_page .gen-price-table .credits_subscribe_table tr td .table-tips:hover .table-tips-word-box,
.credits_combo_main_page .gen-price-table .credits_subscribe_table tr th .table-tips:hover .table-tips-word-box {
    opacity: 1;
    pointer-events: auto;
  }
  .credits_combo_main_page .gen-price-table .credits_subscribe_table tr td:nth-child(1),
.credits_combo_main_page .gen-price-table .credits_subscribe_table tr th:nth-child(1) {
    width: 309px;
  }
  .credits_combo_main_page .gen-price-table .credits_subscribe_table tr td:nth-child(2), .credits_combo_main_page .gen-price-table .credits_subscribe_table tr td:nth-child(5),
.credits_combo_main_page .gen-price-table .credits_subscribe_table tr th:nth-child(2),
.credits_combo_main_page .gen-price-table .credits_subscribe_table tr th:nth-child(5) {
    width: 339.5px;
  }
  .credits_combo_main_page .gen-price-table .credits_subscribe_table tr td:nth-child(3), .credits_combo_main_page .gen-price-table .credits_subscribe_table tr td:nth-child(4),
.credits_combo_main_page .gen-price-table .credits_subscribe_table tr th:nth-child(3),
.credits_combo_main_page .gen-price-table .credits_subscribe_table tr th:nth-child(4) {
    width: 346px;
  }
  .credits_combo_main_page .gen-price-table .credits_subscribe_table tr 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;
    -webkit-border-start: 1px solid #D5D5E5;
            border-inline-start: 1px solid #D5D5E5;
  }
  .credits_combo_main_page .gen-price-table .credits_subscribe_table tr th {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .credits_combo_main_page .gen-price-table .credits_subscribe_table tr.header-row {
    height: 48px;
    background-color: #F6F6F8;
    border-top: unset;
  }
  .credits_combo_main_page .gen-price-table .credits_subscribe_table tr.header-row th {
    font: normal normal 500 18px/18px Poppins;
    color: #000000;
  }
  .credits_combo_main_page .gen-price-table .credits_subscribe_table tr.header-row + tr {
    border-top: unset;
  }
  .credits_combo_main_page .gen-price-table .credits_subscribe_table tr.thead-row {
    height: 140px;
    border-top: unset;
    border-radius: 28px;
    position: sticky;
    top: 80px;
    z-index: 99;
    background: #fff;
  }
  .credits_combo_main_page .gen-price-table .credits_subscribe_table tr.thead-row td {
    -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;
    padding: 10px 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .credits_combo_main_page .gen-price-table .credits_subscribe_table tr.thead-row .thead-title {
    font: normal normal 600 20px/30px Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .credits_combo_main_page .gen-price-table .credits_subscribe_table tr.thead-row .thead-tip {
    font: normal normal 300 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .credits_combo_main_page .gen-price-table .credits_subscribe_table tr.thead-row .credit_btn {
    margin-top: 5px;
    border: 1px solid #8B3DFF;
    border-radius: 3px;
    width: 71%;
    height: 30px;
    text-align: center;
    color: #8B3DFF;
    font: normal normal 500 14px/30px 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 .gen-price-table .credits_subscribe_table tr.thead-row .credit_btn.credit_subscribe_free {
    border: 1px solid #39325A;
    color: #39325A;
    margin-top: 16px;
  }
  .credits_combo_main_page .gen-price-table .credits_subscribe_table tr.thead-row .credit_btn.credit_subscribe_free:hover {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #635D7F;
    color: #635D7F;
  }
  .credits_combo_main_page .gen-price-table .credits_subscribe_table tr.thead-row .credit_btn.credit_credits_max_table {
    color: #FFFFFF;
    background-color: #8B3DFF;
  }
  .credits_combo_main_page .gen-price-table .credits_subscribe_table tr.thead-row .credit_btn.credit_credits_max_table:hover {
    background: #A87BFF 0% 0% no-repeat padding-box;
    color: #FFFFFF;
  }
  .credits_combo_main_page .gen-price-table .credits_subscribe_table tr.thead-row .credit_btn:hover {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #A87BFF;
    color: #A87BFF;
  }
  .credits_combo_main_page .gen-price-table .credits_subscribe_table span {
    font: inherit;
    color: inherit;
  }
  .credits_combo_main_page .gen-price-table .credits_subscribe_table .monthly-price {
    display: none;
  }
  .credits_combo_main_page .gen-price-table .credits_subscribe_table.monthly-active .yearly-price {
    display: none;
  }
  .credits_combo_main_page .gen-price-table .credits_subscribe_table.monthly-active .monthly-price {
    display: block;
  }
  .credits_combo_main_page .gen-price-table .credits_pack_table {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(213, 213, 229);
    border-radius: 24px;
  }
  .credits_combo_main_page .gen-price-table .credits_pack_table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .credits_combo_main_page .gen-price-table .credits_pack_table tr th,
.credits_combo_main_page .gen-price-table .credits_pack_table tr td {
    display: block;
    -webkit-border-end: 1px solid rgb(213, 213, 229);
            border-inline-end: 1px solid rgb(213, 213, 229);
    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;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .credits_combo_main_page .gen-price-table .credits_pack_table tr th .table-tips,
.credits_combo_main_page .gen-price-table .credits_pack_table tr td .table-tips {
    position: relative;
    width: 14px;
    height: 14px;
    background: url(https://static-alter1.vidnoz.com/web/pt/img/ai-tool-pricing/info-icon.png) no-repeat center/cover;
    -webkit-margin-start: 4px;
            margin-inline-start: 4px;
    cursor: pointer;
  }
  .credits_combo_main_page .gen-price-table .credits_pack_table tr th .table-tips-word-box,
.credits_combo_main_page .gen-price-table .credits_pack_table tr td .table-tips-word-box {
    width: 224px;
    padding: 5px 15px;
    z-index: 1;
    position: absolute;
    inset-inline-start: calc(100% + 4px);
    background: rgba(57, 50, 90, 0.85);
    border-radius: 4px;
    font: normal normal 500 13px/18px Poppins;
    color: rgb(255, 255, 255);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .credits_combo_main_page .gen-price-table .credits_pack_table tr th .table-tips:hover .table-tips-word-box,
.credits_combo_main_page .gen-price-table .credits_pack_table tr td .table-tips:hover .table-tips-word-box {
    opacity: 1;
    pointer-events: auto;
  }
  .credits_combo_main_page .gen-price-table .credits_pack_table tr th:nth-child(1),
.credits_combo_main_page .gen-price-table .credits_pack_table tr td:nth-child(1) {
    width: 460.5px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-padding-start: 36px;
            padding-inline-start: 36px;
  }
  .credits_combo_main_page .gen-price-table .credits_pack_table tr th:nth-child(2),
.credits_combo_main_page .gen-price-table .credits_pack_table tr td:nth-child(2) {
    width: 275px;
  }
  .credits_combo_main_page .gen-price-table .credits_pack_table tr th:nth-child(3),
.credits_combo_main_page .gen-price-table .credits_pack_table tr td:nth-child(3) {
    width: 275px;
    border: unset;
  }
  .credits_combo_main_page .gen-price-table .credits_pack_table thead tr {
    height: 64px;
    background: #f6f6f8;
    border-radius: 24px 24px 0 0;
  }
  .credits_combo_main_page .gen-price-table .credits_pack_table thead tr th {
    font: normal normal 500 18px/25px Poppins;
    color: rgb(0, 0, 0);
  }
  .credits_combo_main_page .gen-price-table .credits_pack_table tbody tr {
    border-bottom: 1px solid rgb(213, 213, 229);
    height: 52.5px;
  }
  .credits_combo_main_page .gen-price-table .credits_pack_table tbody tr td {
    font: normal normal normal 14px/21px Poppins;
    color: rgb(57, 50, 90);
  }
  .credits_combo_main_page .gen-price-table .credits_pack_table tbody tr:last-child {
    border: unset;
  }
  .credits_combo_main_page .gen-price-table_m {
    display: none;
  }
  .credits_combo_main_page .about_credit_pack {
    width: 1005px;
    margin: 18px auto 31px;
  }
  .credits_combo_main_page .about_credit_pack .about_credit_pack_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: normal normal 500 16px/23px Poppins;
    color: rgb(57, 50, 90);
  }
  .credits_combo_main_page .about_credit_pack .about_credit_pack_content {
    margin-top: 6px;
    font: normal normal 300 13px/19px Poppins;
    color: rgb(57, 50, 90);
  }
  .credits_combo_main_page .credits_table {
    background-color: white;
    padding-top: 35px;
    padding-bottom: 56px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
  }
  .credits_combo_main_page .credits_table .credits_table_title {
    margin: 0;
    text-align: center;
    font: normal normal bold 40px/45px Poppins;
    letter-spacing: 0px;
    color: #39325A;
  }
  .credits_combo_main_page .credits_table .credits_table_container {
    width: 1005px;
    margin: 14px auto;
    margin-bottom: 0;
    border-top: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    border-radius: 10px;
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
  }
  .credits_combo_main_page .credits_table .credits_table_container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .credits_combo_main_page .credits_table .credits_table_container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .credits_combo_main_page .credits_table .credits_table_container > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .credits_combo_main_page .credits_table .credits_table_container > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .credits_combo_main_page .credits_table .credits_table_container > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .credits_combo_main_page .credits_table .credits_table_container > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .credits_combo_main_page .credits_table .credits_table_container .credits_table_content1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/2/3;
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 0px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 80px;
  }
  .credits_combo_main_page .credits_table .credits_table_container .credits_table_content1 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .credits_combo_main_page .credits_table .credits_table_container .credits_table_content1 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .credits_combo_main_page .credits_table .credits_table_container .credits_table_content1 > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .credits_combo_main_page .credits_table .credits_table_container .credits_table_content1 > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .credits_combo_main_page .credits_table .credits_table_container .credits_table_content2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3/2/3/3;
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 0px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 80px;
  }
  .credits_combo_main_page .credits_table .credits_table_container .credits_table_content2 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .credits_combo_main_page .credits_table .credits_table_container .credits_table_content2 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .credits_combo_main_page .credits_table .credits_table_container .credits_table_content2 > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .credits_combo_main_page .credits_table .credits_table_container .credits_table_content2 > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .credits_combo_main_page .credits_table .credits_table_container div {
    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;
    font: normal normal 300 15px/18px Poppins;
    color: #000000;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
  }
  .credits_combo_main_page .credits_table .credits_table_container .no_border {
    border: none;
  }
  .credits_combo_main_page .credits_table .credits_table_container .credits_table_item {
    height: 40px;
  }
  .credits_combo_main_page .credits_table .credits_table_container .weight_higher {
    font: normal normal 500 18px/20px Poppins;
    color: #39325A;
  }
  .credits_combo_main_page .credits_table .credits_table_container .credits_table_item1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: 1/1;
  }
  .credits_combo_main_page .credits_table .credits_table_container .credits_table_item2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: 1/2;
  }
  .credits_combo_main_page .credits_table .credits_table_container .credits_table_item3 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: 2/1;
  }
  .credits_combo_main_page .credits_table .credits_table_container .credits_table_item4 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: 3/1;
  }
  .credits_combo_main_page .credits_table .credits_table_container .credits_table_item5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: 1/1;
  }
  .credits_combo_main_page .credits_table .credits_table_container .credits_table_item6 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: 1/2;
  }
  .credits_combo_main_page .credits_table .credits_table_container .credits_table_item7 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: 2/1;
  }
  .credits_combo_main_page .credits_table .credits_table_container .credits_table_item8 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: 2/2;
  }
  .credits_combo_main_page .credits_table .credits_table_container .credits_table_item9 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: 1/1;
  }
  .credits_combo_main_page .credits_table .credits_table_container .credits_table_item10 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: 1/2;
  }
  .credits_combo_main_page .credits_table .credits_table_container .credits_table_item11 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: 2/1;
  }
  .credits_combo_main_page .credits_table .credits_table_container .credits_table_item12 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: 2/2;
    border-radius: 0 0 10px 0;
  }
  .credits_combo_main_page .credits_table .tips_title {
    width: 1000px;
    margin: 20px auto;
    font: normal normal 500 18px/20px Poppins;
    color: #39325A;
  }
  .credits_combo_main_page .credits_table .tips_p {
    width: 1000px;
    margin: 10px auto;
    font: normal normal 300 15px/18px Poppins;
    color: #000000;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container {
    padding-top: 56px;
    text-align: center;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container > h4 {
    font: normal normal bold 40px/56px Poppins;
    color: rgb(57, 50, 90);
    text-align: center;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container .table-raduis {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgb(213, 213, 229);
    display: inline-block; /* 防止占满整行 */
    margin: 27px auto 0;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container table {
    width: 850px;
    background: rgb(255, 255, 255);
    border-radius: 24px;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container table tbody,
.credits_combo_main_page .gen-consumption-credits-table-container table thead {
    width: 100%;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container table tbody .table-th-flex,
.credits_combo_main_page .gen-consumption-credits-table-container table thead .table-th-flex {
    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;
    gap: 10px;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container table tbody tr,
.credits_combo_main_page .gen-consumption-credits-table-container table thead tr {
    width: 100%;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container table tbody tr th:nth-child(1),
.credits_combo_main_page .gen-consumption-credits-table-container table tbody tr td:nth-child(1),
.credits_combo_main_page .gen-consumption-credits-table-container table thead tr th:nth-child(1),
.credits_combo_main_page .gen-consumption-credits-table-container table thead tr td:nth-child(1) {
    width: 30%;
    text-align: center;
    vertical-align: middle;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container table tbody tr th:nth-child(2),
.credits_combo_main_page .gen-consumption-credits-table-container table tbody tr td:nth-child(2),
.credits_combo_main_page .gen-consumption-credits-table-container table thead tr th:nth-child(2),
.credits_combo_main_page .gen-consumption-credits-table-container table thead tr td:nth-child(2) {
    width: 30%;
    text-align: center;
    vertical-align: middle;
    -webkit-border-end: 1px solid #d5d5e5;
            border-inline-end: 1px solid #d5d5e5;
    -webkit-border-start: 1px solid #d5d5e5;
            border-inline-start: 1px solid #d5d5e5;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container table tbody tr th:nth-child(3),
.credits_combo_main_page .gen-consumption-credits-table-container table tbody tr td:nth-child(3),
.credits_combo_main_page .gen-consumption-credits-table-container table thead tr th:nth-child(3),
.credits_combo_main_page .gen-consumption-credits-table-container table thead tr td:nth-child(3) {
    width: 40%;
    text-align: center;
    vertical-align: middle;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container table tbody tr th .p-box,
.credits_combo_main_page .gen-consumption-credits-table-container table tbody tr td .p-box,
.credits_combo_main_page .gen-consumption-credits-table-container table thead tr th .p-box,
.credits_combo_main_page .gen-consumption-credits-table-container table thead tr td .p-box {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 36px;
    background-color: #fff;
    font: normal normal normal 15px/23px Poppins;
    z-index: 1;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container table tbody tr th,
.credits_combo_main_page .gen-consumption-credits-table-container table thead tr th {
    background: rgb(246, 246, 248);
    font: normal normal 500 18px/25px Poppins;
    color: rgb(0, 0, 0);
    height: 64px;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container table tbody tr {
    border-bottom: 1px solid rgb(213, 213, 229);
  }
  .credits_combo_main_page .gen-consumption-credits-table-container table tbody tr td {
    padding: 16px 36px;
    font: normal normal normal 15px/23px Poppins;
    color: rgb(57, 50, 90);
  }
  .credits_combo_main_page .gen-consumption-credits-table-container table tbody tr td > span {
    display: block;
    font: inherit;
    color: inherit;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container table tbody tr:last-child {
    border: unset;
  }
  .credits_combo_main_page .credits_FAQs {
    padding-top: 80px;
    padding-bottom: 20px;
    background-color: white;
  }
  .credits_combo_main_page .credits_FAQs .credits_FAQs_title {
    font: normal normal bold 40px/60px Poppins;
    letter-spacing: 0px;
    color: #39325A;
    text-align: center;
  }
  .credits_combo_main_page .credits_FAQs .credits_FAQs_container {
    width: 1005px;
    margin: 0 auto;
  }
  .credits_combo_main_page .credits_FAQs .credits_FAQs_container .credits_FAQs_item {
    border-bottom: 1px solid #D2D0DE;
  }
  .credits_combo_main_page .credits_FAQs .credits_FAQs_container .credits_FAQs_item .credits_FAQs_question {
    height: 85px;
    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_FAQs .credits_FAQs_container .credits_FAQs_item .credits_FAQs_question .credits_FAQs_question_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font: normal normal 600 18px/24px Poppins;
    color: #39325A;
  }
  .credits_combo_main_page .credits_FAQs .credits_FAQs_container .credits_FAQs_item .credits_FAQs_question .credits_FAQs_question_icon {
    width: 18px;
    height: 18px;
    cursor: pointer;
  }
  .credits_combo_main_page .credits_FAQs .credits_FAQs_container .credits_FAQs_item .credits_FAQs_answer {
    max-height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
  }
  .credits_combo_main_page .credits_FAQs .credits_FAQs_container .credits_FAQs_item .credits_FAQs_answer .credits_FAQs_answer_text {
    font: normal normal 300 14px/21px Poppins;
    color: #39325A;
    margin-bottom: 30px;
  }
  .credits_combo_main_page .credits_FAQs .credits_FAQs_container .credits_FAQs_item .credits_FAQs_answer .credits_FAQs_answer_text span {
    text-decoration: underline;
    cursor: pointer;
    font: normal normal 300 14px/21px Poppins;
  }
  .credits_combo_main_page .credits_FAQs .credits_FAQs_container .credits_FAQs_act .credits_FAQs_question .credits_FAQs_question_text {
    color: #8B3DFF;
  }
  .credits_combo_main_page .credits_FAQs .credits_FAQs_container .credits_FAQs_act .credits_FAQs_question .credits_FAQs_question_icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .credits_combo_main_page .credits_FAQs .credits_FAQs_container .credits_FAQs_act .credits_FAQs_answer {
    max-height: 200px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .credits_combo_main_page.show-subscribe .credits_subscribe_table {
    display: block;
  }
  .credits_combo_main_page.show-pack .credits_pack_combo {
    background-image: url("https://static-alter1.vidnoz.com/web/pt/img/ai-tool-pricing/pack-bg.png");
  }
  .credits_combo_main_page.show-pack .credits_pack_table {
    display: block;
  }
}
@media (max-width: 1200px) {
  .ai_tool_pricing .page-footer {
    padding-bottom: 3rem;
  }
  .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-image: url("https://static-alter1.vidnoz.com/web/pt/img/ai-tool-pricing/bg_m.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0.6rem;
    min-height: 9rem;
    padding-bottom: 0.8rem;
  }
  .credits_combo_main_page .credits_subscribe_page,
.credits_combo_main_page .credits_pack_page {
    display: none;
  }
  .credits_combo_main_page .credits_subscribe_page .tips-more,
.credits_combo_main_page .credits_pack_page .tips-more {
    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 {
    padding-top: 0.32rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .credits_combo_main_page .credits_title .subscribe_h1 .subscribe_h1_dom {
    font: normal normal bold 0.4rem/0.6rem Poppins;
    letter-spacing: 0px;
    color: #39325A;
    margin: 0;
    text-align: center;
  }
  .credits_combo_main_page .credits_title .subscribe_h1 .subscribe_ftitle {
    padding-top: 0.06rem;
    text-align: center;
    font: normal normal 300 0.32rem/0.44rem Poppins;
    color: #39325A;
  }
  .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 .combo_select_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .credits_combo_main_page .combo_select_container .combo_select_month {
    height: 0.87rem;
    background: #E4E0F1;
    border-radius: 0.44rem;
    padding: 0.1rem;
    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;
    margin: 0.4rem 0 0.48rem;
  }
  .credits_combo_main_page .combo_select_container .combo_select_month .select-btn {
    min-width: 2.41rem;
    height: 0.67rem;
    padding: 0.16rem;
    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;
    font: normal normal 500 0.26rem/0.36rem Poppins;
    color: #39325A;
    border-radius: 0.34rem;
  }
  .credits_combo_main_page .combo_select_container .combo_select_month .select-btn.select-year {
    min-width: 3.19ren;
    padding: 0.13rem 0.11rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.06rem;
  }
  .credits_combo_main_page .combo_select_container .combo_select_month .select-btn.select-year > p {
    background: #BDB2CE;
    border-radius: 0.23rem;
    font: normal normal 500 0.24rem/0.33rem Poppins;
    padding: 0.06rem 0.1rem;
    color: #FFFFFF;
    white-space: nowrap;
  }
  .credits_combo_main_page .combo_select_container .combo_select_month .select-btn.select-checked {
    color: #FFFFFF;
    background: #8B3DFF;
  }
  .credits_combo_main_page .combo_select_container .combo_select_month .select-btn.select-checked.select-year > p {
    background-color: #F35E7D;
    color: #FFFFFF;
  }
  .credits_combo_main_page .credits_combo_container {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.28rem;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item {
    background: #EFEBF9;
    border-radius: 0.12rem;
    border: 1px solid #BEBAD4;
    width: 100%;
    height: 1.5rem;
    padding-block: 0.3rem;
    padding-inline: 0.39rem 0.32rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_discount {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    width: 100%;
    text-align: center;
    font: normal normal bold 0.24rem/0.5rem Poppins;
    color: #8B3DFF;
    border-bottom: 1px solid #BEBAD4;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_info .credit_name {
    font: normal normal 300 0.3rem/0.43rem Poppins;
    color: #6F6F91;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_info .credit_num {
    font: normal normal 500 0.34rem/0.48rem Poppins;
    color: #000000;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_price_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .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 {
    color: black;
    vertical-align: bottom;
    font: normal normal 500 0.4rem/0.56rem Poppins;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_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_combo_container .credits_combo_item .credit_price_detail .credit_price .credit_price_or {
    font: normal normal 300 0.24rem/0.24rem Poppins;
    color: #8A8893;
    text-decoration: line-through;
    position: absolute;
    bottom: 0.075rem;
    inset-inline-end: calc(100% + 0.075rem);
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_price_detail .credit_price .credit-price-mo {
    font: normal normal 500 0.24rem/0.3rem Poppins;
    color: #000000;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_price_detail .credit_price_each {
    font: normal normal 300 0.26rem/0.36rem Poppins;
    color: #000000;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item .credit_btn {
    display: none;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item.has-discount {
    height: 1.9rem;
    padding-block: 0.7rem 0.3rem;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item.credits_combo_item_act {
    border-color: #8B3DFF;
  }
  .credits_combo_main_page .credits_combo_container .credits_combo_item_free {
    display: none;
  }
  .credits_combo_main_page .credits_combo_container .credit_credits_max {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0.15rem 0.3rem #E2DDF1;
            box-shadow: 0px 0.15rem 0.3rem #E2DDF1;
    border-color: #F45E7D;
  }
  .credits_combo_main_page .credits_combo_container .credit_credits_max .credit_discount {
    border-color: transparent;
    background: #F45E7D;
    color: white;
  }
  .credits_combo_main_page .credits_combo_container .credit_credits_max.credits_combo_item_act {
    border-color: #F45E7D;
    background-color: #FFE8ED;
  }
  .credits_combo_main_page .credits_combo_container .item-mob-none {
    display: none;
  }
  .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;
    background-color: rgb(255, 232, 237);
  }
  .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 .gen-price-table {
    display: none;
  }
  .credits_combo_main_page .gen-price-table_m {
    display: block;
    margin-top: 0.48rem;
    padding: 0 0.6rem;
  }
  .credits_combo_main_page .gen-price-table_m .gen_table_m_monthly-price {
    display: none;
  }
  .credits_combo_main_page .gen-price-table_m table {
    width: 100%;
    margin: 0 auto;
    display: block;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(217, 217, 217);
    border-radius: 0.1rem;
  }
  .credits_combo_main_page .gen-price-table_m table tbody,
.credits_combo_main_page .gen-price-table_m table thead {
    width: 100%;
    display: block;
  }
  .credits_combo_main_page .gen-price-table_m table tbody tr,
.credits_combo_main_page .gen-price-table_m table thead tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .credits_combo_main_page .gen-price-table_m table tbody tr th,
.credits_combo_main_page .gen-price-table_m table tbody tr td,
.credits_combo_main_page .gen-price-table_m table thead tr th,
.credits_combo_main_page .gen-price-table_m table thead tr td {
    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 0.1rem;
  }
  .credits_combo_main_page .gen-price-table_m table tbody tr th:nth-child(1),
.credits_combo_main_page .gen-price-table_m table tbody tr td:nth-child(1),
.credits_combo_main_page .gen-price-table_m table thead tr th:nth-child(1),
.credits_combo_main_page .gen-price-table_m table thead tr td:nth-child(1) {
    width: 3.36rem;
    -webkit-border-end: 1px solid rgb(217, 217, 217);
            border-inline-end: 1px solid rgb(217, 217, 217);
  }
  .credits_combo_main_page .gen-price-table_m table tbody tr th:nth-child(2),
.credits_combo_main_page .gen-price-table_m table tbody tr td:nth-child(2),
.credits_combo_main_page .gen-price-table_m table thead tr th:nth-child(2),
.credits_combo_main_page .gen-price-table_m table thead tr td:nth-child(2) {
    width: 1.27rem;
    -webkit-border-end: 1px solid rgb(217, 217, 217);
            border-inline-end: 1px solid rgb(217, 217, 217);
  }
  .credits_combo_main_page .gen-price-table_m table tbody tr th:nth-child(3),
.credits_combo_main_page .gen-price-table_m table tbody tr td:nth-child(3),
.credits_combo_main_page .gen-price-table_m table thead tr th:nth-child(3),
.credits_combo_main_page .gen-price-table_m table thead tr td:nth-child(3) {
    width: 1.67rem;
  }
  .credits_combo_main_page .gen-price-table_m table tbody tr th,
.credits_combo_main_page .gen-price-table_m table thead tr th {
    background: rgb(246, 246, 248);
    font: normal normal 500 0.24rem/0.33rem Poppins;
    color: rgb(57, 50, 90);
    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;
    height: 0.72rem;
  }
  .credits_combo_main_page .gen-price-table_m table tbody tr th:first-child,
.credits_combo_main_page .gen-price-table_m table thead tr th:first-child {
    border-start-start-radius: 0.1rem;
  }
  .credits_combo_main_page .gen-price-table_m table tbody tr th:last-child,
.credits_combo_main_page .gen-price-table_m table thead tr th:last-child {
    border-start-end-radius: 0.1rem;
  }
  .credits_combo_main_page .gen-price-table_m table tbody tr {
    min-height: 0.64rem;
    border-bottom: 1px solid rgb(217, 217, 217);
  }
  .credits_combo_main_page .gen-price-table_m table tbody tr td {
    padding: 0.165rem 0.05rem 0.145rem;
    text-align: center;
    font: normal normal normal 0.24rem/0.33rem Poppins;
    color: rgb(57, 50, 90);
  }
  .credits_combo_main_page .gen-price-table_m table tbody tr td > span {
    font: inherit;
    color: inherit;
    word-break: break-word;
    text-align: center;
  }
  .credits_combo_main_page .gen-price-table_m table tbody tr td > img {
    width: 0.3rem;
    height: 0.2rem;
  }
  .credits_combo_main_page .gen-price-table_m table tbody tr td > img.un-none {
    width: 0.18rem;
    height: 0.18rem;
  }
  .credits_combo_main_page .gen-price-table_m table tbody tr td .table-m-tips {
    position: relative;
    width: 0.28rem;
    height: 0.28rem;
    background: url(https://static-alter1.vidnoz.com/web/pt/img/ai-tool-pricing/info-icon.png) no-repeat center/cover;
    -webkit-margin-start: 0.04rem;
            margin-inline-start: 0.04rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .credits_combo_main_page .gen-price-table_m table tbody tr td .table-m-tips-word-box {
    background: rgba(57, 50, 90, 0.85);
    border-radius: 8px;
    padding: 0.3rem 0.26rem;
    font: normal normal 500 0.24rem/0.32rem Poppins;
    color: rgb(255, 255, 255);
    position: absolute;
    inset-inline-start: calc(100% + 0.04rem);
    top: 0;
    width: 3.4rem;
    display: none;
    text-align: start;
    z-index: 1;
  }
  .credits_combo_main_page .gen-price-table_m table tbody tr td .table-m-tips-word-box.on {
    display: block;
  }
  .credits_combo_main_page .gen-price-table_m table tbody tr:first-child td:last-child {
    word-break: break-word;
    text-align: center;
    padding: 0.165rem 0.3rem 0.145rem;
  }
  .credits_combo_main_page .gen-price-table_m table tbody tr:last-child {
    border: unset;
  }
  .credits_combo_main_page .gen-price-table_m.monthly-active .gen_table_m_yearly-price {
    display: none;
  }
  .credits_combo_main_page .gen-price-table_m.monthly-active .gen_table_m_monthly-price {
    display: block;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container {
    padding: 0.8rem 0.6rem;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container > h4 {
    font: normal normal bold 0.4rem/0.58rem Poppins;
    color: rgb(57, 50, 90);
    text-align: center;
    padding: 0 0.8rem;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container .table-raduis {
    border-radius: 0.1rem;
    overflow: hidden;
    border: 1px solid rgb(213, 213, 229);
    display: inline-block; /* 防止占满整行 */
    margin: 0.36rem auto 0;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container table {
    width: 100%;
    background: rgb(255, 255, 255);
    border-radius: 0.1rem;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container table tbody,
.credits_combo_main_page .gen-consumption-credits-table-container table thead {
    width: 100%;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container table tbody .table-th-flex,
.credits_combo_main_page .gen-consumption-credits-table-container table thead .table-th-flex {
    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;
    gap: 0.1rem;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container table tbody tr,
.credits_combo_main_page .gen-consumption-credits-table-container table thead tr {
    width: 100%;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container table tbody tr th:nth-child(1),
.credits_combo_main_page .gen-consumption-credits-table-container table tbody tr td:nth-child(1),
.credits_combo_main_page .gen-consumption-credits-table-container table thead tr th:nth-child(1),
.credits_combo_main_page .gen-consumption-credits-table-container table thead tr td:nth-child(1) {
    width: 2rem;
    text-align: center;
    vertical-align: middle;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container table tbody tr th:nth-child(2),
.credits_combo_main_page .gen-consumption-credits-table-container table tbody tr td:nth-child(2),
.credits_combo_main_page .gen-consumption-credits-table-container table thead tr th:nth-child(2),
.credits_combo_main_page .gen-consumption-credits-table-container table thead tr td:nth-child(2) {
    width: 2rem;
    letter-spacing: -0.24px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-end: 1px solid #d5d5e5;
            border-inline-end: 1px solid #d5d5e5;
    -webkit-border-start: 1px solid #d5d5e5;
            border-inline-start: 1px solid #d5d5e5;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container table tbody tr th:last-child,
.credits_combo_main_page .gen-consumption-credits-table-container table tbody tr td:last-child,
.credits_combo_main_page .gen-consumption-credits-table-container table thead tr th:last-child,
.credits_combo_main_page .gen-consumption-credits-table-container table thead tr td:last-child {
    width: 2.3rem;
    text-align: center;
    vertical-align: middle;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container table tbody tr th .p-box,
.credits_combo_main_page .gen-consumption-credits-table-container table tbody tr td .p-box,
.credits_combo_main_page .gen-consumption-credits-table-container table thead tr th .p-box,
.credits_combo_main_page .gen-consumption-credits-table-container table thead tr td .p-box {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    font: normal normal normal 0.24rem/0.3rem Poppins;
    z-index: 1;
    opacity: 0;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container table tbody tr th,
.credits_combo_main_page .gen-consumption-credits-table-container table thead tr th {
    background: rgb(246, 246, 248) 0% 0% no-repeat padding-box;
    font: normal normal 500 0.23rem/0.33rem Poppins;
    color: rgb(57, 50, 90);
    height: 0.72rem;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container table tbody tr {
    border-bottom: 1px solid rgb(217, 217, 217);
  }
  .credits_combo_main_page .gen-consumption-credits-table-container table tbody tr td {
    padding: 0.04rem;
    font: normal normal normal 0.24rem/0.3rem Poppins;
    color: rgb(57, 50, 90);
  }
  .credits_combo_main_page .gen-consumption-credits-table-container table tbody tr td > span {
    width: 100%;
    display: block;
    font: inherit;
    color: inherit;
  }
  .credits_combo_main_page .gen-consumption-credits-table-container table tbody tr:last-child {
    border: unset;
  }
  .credits_combo_main_page .about_credit_pack {
    display: none;
  }
  .credits_combo_main_page .credits_table {
    display: none;
  }
  .credits_combo_main_page .credits_FAQs {
    padding: 0 0.6rem 0.5rem;
    background-color: white;
  }
  .credits_combo_main_page .credits_FAQs .credits_FAQs_title {
    font: normal normal 600 0.34rem/0.34rem Poppins;
    text-align: center;
  }
  .credits_combo_main_page .credits_FAQs .credits_FAQs_container {
    margin: 0 auto;
  }
  .credits_combo_main_page .credits_FAQs .credits_FAQs_container .credits_FAQs_item {
    border-bottom: 1px solid #D2D0DE;
  }
  .credits_combo_main_page .credits_FAQs .credits_FAQs_container .credits_FAQs_item .credits_FAQs_question {
    min-height: 1.12rem;
    padding: 0.2rem 0;
    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_FAQs .credits_FAQs_container .credits_FAQs_item .credits_FAQs_question .credits_FAQs_question_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font: normal normal 600 0.24rem/0.35rem Poppins;
    color: #39325A;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .credits_combo_main_page .credits_FAQs .credits_FAQs_container .credits_FAQs_item .credits_FAQs_question .credits_FAQs_question_icon {
    width: 0.32rem;
    height: 0.32rem;
    cursor: pointer;
    margin-left: 0.1rem;
  }
  .credits_combo_main_page .credits_FAQs .credits_FAQs_container .credits_FAQs_item .credits_FAQs_answer {
    max-height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
  }
  .credits_combo_main_page .credits_FAQs .credits_FAQs_container .credits_FAQs_item .credits_FAQs_answer .credits_FAQs_answer_text {
    font: normal normal 300 0.22rem/0.33rem Poppins;
    color: #39325A;
    margin-bottom: 0.4rem;
  }
  .credits_combo_main_page .credits_FAQs .credits_FAQs_container .credits_FAQs_act .credits_FAQs_question .credits_FAQs_question_text {
    color: #8B3DFF;
  }
  .credits_combo_main_page .credits_FAQs .credits_FAQs_container .credits_FAQs_act .credits_FAQs_question .credits_FAQs_question_icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .credits_combo_main_page .credits_FAQs .credits_FAQs_container .credits_FAQs_act .credits_FAQs_answer {
    max-height: 200px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}