@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/jp/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 .not_go_dialog {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 1;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialog_pay_container .not_go_dialog .not_go_content {
  position: relative;
  width: 860px;
  padding-top: 62px;
  padding-bottom: 80px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/_common/car_dialog_bg.png");
  background-size: 100%;
}
.dialog_pay_container .not_go_dialog .not_go_close_icon {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.dialog_pay_container .not_go_dialog .not_go_close_icon .icon {
  width: 24px;
  height: 24px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/credists-history/close.svg");
  background-size: 100%;
}
.dialog_pay_container .not_go_dialog .not_go_close_icon:hover {
  background-color: rgb(240, 241, 241);
  border-radius: 10px;
}
.dialog_pay_container .not_go_dialog .not_go_title {
  text-align: center;
  color: #000000;
  font: normal normal 600 28px/39px Poppins;
}
.dialog_pay_container .not_go_dialog .not_go_des {
  text-align: center;
  margin-top: 16px;
  padding: 0 216px;
  color: #000000;
  font: normal normal 400 18px/27px Poppins;
}
.dialog_pay_container .not_go_dialog .not_go_des span {
  color: #6D1EE3;
  font: normal normal 700 18px/27px Poppins;
}
.dialog_pay_container .not_go_dialog .not_go_btn {
  margin: 46px auto 0;
  width: 286px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background-color: #6D1EE3;
  color: #fff;
  font: normal normal 400 16px/25px Poppins;
  cursor: pointer;
}
.dialog_pay_container .not_go_dialog.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dialog_pay_container .pay_info {
  width: 100%;
  height: 100%;
  padding: 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/jp/img/_common/car_title.png");
  background-size: 100%;
}
.dialog_pay_container .pay_info .pay_left .title .title_icon.gen {
  background: no-repeat url("https://static-alter1.vidnoz.com/web/jp/img/_common/logo_gen.png");
  background-size: contain;
}
.dialog_pay_container .pay_info .pay_left .title .title_text {
  margin-left: 8px;
  font: normal normal 600 20px/30px Poppins;
}
.dialog_pay_container .pay_info .pay_left .product_price_box {
  padding-left: 7px;
  padding-right: 8px;
  padding-bottom: 16px;
  margin-top: 18px;
  border-bottom: 1px solid rgba(57, 50, 90, 0.2);
}
.dialog_pay_container .pay_info .pay_left .product_price_box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name {
  margin-bottom: 8px;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box {
  position: relative;
  width: 177px;
  height: 32px;
  padding: 0 8px;
  background-color: #fff;
  border: 1px solid #D2D0DE;
  border-radius: 3px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box .default_select {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box .default_select .select_name {
  color: #39325A;
  font: normal normal 700 15px/23px Poppins;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box .default_select .select_icon {
  width: 18px;
  height: 18px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/icon_drop_down.svg");
  background-size: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box .select_menu {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 32px;
  left: 0;
  background-color: #fff;
  border: 1px solid #D2D0DE;
  border-radius: 3px;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box .select_menu .select_item {
  width: 100%;
  height: 34px;
  padding-left: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #39325A;
  font: normal normal 700 15px/23px Poppins;
  cursor: pointer;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box .select_menu .select_item:hover {
  background-color: #E3E3E3;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box.active .default_select .select_icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box.active .select_menu {
  display: block;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name .name {
  font: normal normal 700 15px/21px Poppins;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_name .price {
  font: normal normal 400 15px/21px Poppins;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_credit {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .product_credit .icon {
  width: 14px;
  height: 14px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/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 .h_yearly_combo, .dialog_pay_container .pay_info .pay_left .product_price_box .h_pack_give {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -16px;
  margin-bottom: 20px;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .h_yearly_combo .icon, .dialog_pay_container .pay_info .pay_left .product_price_box .h_pack_give .icon {
  width: 14px;
  height: 14px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/credists-history/h_combo_icon.svg");
  background-size: 100%;
  margin-right: 4px;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .h_yearly_combo .name, .dialog_pay_container .pay_info .pay_left .product_price_box .h_pack_give .name {
  padding: 5px;
  color: #EA6913;
  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 .halloween_pack {
  margin-top: 10px;
  background: #FFEAE6 0% 0% no-repeat padding-box;
  padding: 2px 0;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .halloween_pack .halloween_pack_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/bf_pay_icon.png") no-repeat center;
  background-size: cover;
  -webkit-margin-end: 2px;
          margin-inline-end: 2px;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .halloween_pack > div {
  font: normal normal normal 12px/18px Poppins;
  color: #D02B00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 7px 0 8px;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .halloween_pack > div span {
  font: inherit;
  color: inherit;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .halloween_pack > div:nth-of-type(2) {
  font: normal normal normal 15px/23px Poppins;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .halloween_pack > div:nth-of-type(2) span {
  font: inherit;
  color: inherit;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .ch_pack {
  margin-top: 10px;
  background: #FFEAE6 0% 0% no-repeat padding-box;
  padding: 2px 0;
  display: none;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .ch_pack > div {
  padding: 0 7px 0 8px;
  font: normal normal normal 12px/23px Poppins;
  color: #D02B00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .ch_pack > div:nth-of-type(2) {
  font: normal normal normal 15px/23px Poppins;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .ch_pack > div:nth-of-type(2) span {
  font: inherit;
  color: inherit;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .total_price {
  margin-top: 50px;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .total_price .name {
  font: normal normal 300 15px/25px Poppins;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .total_price .price {
  font: normal normal 700 18px/25px Poppins;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .total_price .price .cur_price {
  position: relative;
  font: normal normal 600 18px/25px Poppins;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .total_price .price .coupon_price {
  font: normal normal 600 18px/25px Poppins;
  display: none;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .total_price.active .cur_price {
  padding-right: 5px;
}
.dialog_pay_container .pay_info .pay_left .product_price_box .total_price.active .cur_price::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: red;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dialog_pay_container .pay_info .pay_left .product_price_box .total_price.active .coupon_price {
  display: inline-block;
}
.dialog_pay_container .pay_info .pay_left .product_info_box {
  position: relative;
  margin-top: 19px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(57, 50, 90, 0.2);
}
.dialog_pay_container .pay_info .pay_left .product_info_box .product_info_des {
  font: normal normal 300 14px/20px Poppins;
  color: #A8A7A8;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .product_info_des span {
  font: normal normal 300 14px/20px Poppins;
  color: #A8A7A8;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box {
  width: 100%;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_btn {
  font: normal normal 300 14px/20px Poppins;
  color: #6649F0;
  text-decoration: underline;
  cursor: pointer;
  margin: 10px 0;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_tip {
  font: normal normal 500 14px/20px Poppins;
  color: #6649F0;
  visibility: hidden;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_input input {
  width: 303px;
  height: 40px;
  border: 1px solid rgba(109, 113, 122, 0.3);
  background-color: #fff;
  border-radius: 3px;
  padding: 0 5px;
  font-family: Poppins;
  font-size: 14px;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_input .btn_box {
  margin-left: 6px;
  position: relative;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_input .apply_btn {
  width: 98px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  background-color: #8B3DFF;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  font-family: Poppins;
  cursor: pointer;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_input .apply_btn:hover {
  background: rgb(79, 47, 227);
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_input .remove_btn {
  position: absolute;
  bottom: -21px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  display: none;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_err {
  padding-top: 5px;
  font-size: 12px;
  font-weight: 300;
  font-family: Poppins;
  color: #FE6969;
  display: none;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_err.active {
  display: block;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box.active .coupon_tip {
  opacity: 1;
  visibility: visible;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box.active .coupon_input {
  opacity: 1;
  visibility: visible;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box.paying {
  pointer-events: none;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .service {
  margin-top: 20px;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .service_item {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .service_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: no-repeat center;
  background-size: 100%;
}
.dialog_pay_container .pay_info .pay_left .product_info_box .service_item:nth-child(1)::before {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/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/jp/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/jp/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/jp/img/credists-history/logoList.png");
  background-size: 100%;
}
.dialog_pay_container .pay_info .pay_right {
  width: 376px;
}
.dialog_pay_container .pay_info .pay_right .title {
  font: normal normal 600 24px/33px Poppins;
  letter-spacing: 0px;
  margin-bottom: 17px;
}
.dialog_pay_container .pay_info .pay_right .paypal_content {
  width: 100%;
}
.dialog_pay_container .pay_info .pay_right .paypal_content .paypal_tip {
  position: relative;
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dialog_pay_container .pay_info .pay_right .paypal_content .paypal_tip span {
  position: relative;
  padding: 0 8px;
  color: #A19CB5;
  font: normal normal 300 12px/17px Poppins;
  z-index: 1;
  max-width: 80%;
  background-color: #fff;
}
.dialog_pay_container .pay_info .pay_right .paypal_content .paypal_tip::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(57, 50, 90, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.dialog_pay_container .pay_info .pay_right .paypal_content.paying {
  pointer-events: none;
}
.dialog_pay_container .pay_info .pay_right .fromData {
  margin-top: 4px;
  height: calc(100% - 50px);
}
.dialog_pay_container .pay_info .pay_right .fromData #payment-form {
  height: 100%;
}
.dialog_pay_container .pay_info .pay_right .fromData #link-authentication-element {
  position: relative;
  margin-bottom: 25px;
}
.dialog_pay_container .pay_info .pay_right .fromData #link-authentication-element::before {
  content: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.dialog_pay_container .pay_info .pay_right .fromData #payment-element {
  height: 100%;
}
.dialog_pay_container .pay_info .pay_right .fromData .buyNow {
  margin-top: 16px;
  font: normal normal 600 16px/44px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  width: 375px;
  height: 44px;
  background: #FD3050 0% 0% no-repeat padding-box;
  border-radius: 3px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.dialog_pay_container .pay_info .pay_right .fromData .buyNow i {
  color: #fff;
  font-style: normal;
}
.dialog_pay_container .pay_info .pay_right .fromData .buyNow img {
  width: 23px;
  height: 23px;
  -webkit-animation: loading 2s linear infinite;
          animation: loading 2s linear infinite;
  display: none;
}
.dialog_pay_container .pay_info .pay_right .fromData .buyNow.loading {
  pointer-events: none;
}
.dialog_pay_container .pay_info .pay_right .fromData .buyNow.loading i {
  display: none;
}
.dialog_pay_container .pay_info .pay_right .fromData .buyNow.loading img {
  display: initial;
}
.dialog_pay_container .pay_info .pay_right .fromData .buyNow.disabled {
  pointer-events: none;
}
.dialog_pay_container .pay_info .pay_right .fromData .buyNow:hover {
  opacity: 0.7;
  background-color: rgb(253, 48, 80) !important;
}
.dialog_pay_container .pay_info .footer {
  text-align: center;
  font: normal normal 300 12px/17px Poppins;
  letter-spacing: 0px;
  width: 50%;
  margin-top: 14px;
}
.dialog_pay_container .pay_info .footer .links {
  text-decoration: underline;
  font: normal normal 300 12px/12px Poppins;
  letter-spacing: 0px;
  color: #386EF5;
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #39325A;
  margin-left: 5px;
  padding-left: 8px;
  cursor: pointer;
}
.dialog_pay_container .pay_success {
  padding: 80px 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.dialog_pay_container .pay_success .success_content {
  width: 807px;
  text-align: center;
}
.dialog_pay_container .pay_success .success_content .icon {
  width: 90px;
  height: 90px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/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/jp/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/jp/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/jp/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;
  background: rgba(0, 0, 0, 0.3607843137) 0% 0% no-repeat padding-box;
}
.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/jp/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/jp/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/jp/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;
}
.tip_failed_box .ch_stay_box {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  top: 0;
  inset-inline-start: 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;
  text-align: center;
}
.tip_failed_box .ch_stay_box .ch_stay_content {
  position: relative;
  width: 332px;
  height: 395px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/ch_stay_bg.png");
  background-size: 100%;
  padding-top: 135px;
}
.tip_failed_box .ch_stay_box .ch_stay_close {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 75px;
  inset-inline-end: 22px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/ch_stay_close.png");
  background-size: 100%;
  cursor: pointer;
}
.tip_failed_box .ch_stay_box .ch_stay_close:hover {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/ch_stay_close_hover.png");
}
.tip_failed_box .ch_stay_box .ch_stay_title {
  font: italic normal normal 28px/34px Home;
  color: #FFFFFF;
  text-shadow: 0px 3px 5px rgba(109, 0, 0, 0.8509803922);
}
.tip_failed_box .ch_stay_box .ch_stay_price {
  font: italic normal normal 64px/77px Home;
  color: #FFFFFF;
  margin-top: 5px;
}
.tip_failed_box .ch_stay_box .ch_stay_tip {
  font: normal normal normal 16px/25px Poppins;
  color: #FFE32C;
}
.tip_failed_box .ch_stay_box .ch_stay_tip span {
  color: #FFFFFF;
  font: inherit;
}
.tip_failed_box .ch_stay_box .ch_stay_btn {
  min-width: 180px;
  height: 38px;
  background: #219A51 0% 0% no-repeat padding-box;
  border-radius: 19px;
  font: normal normal normal 16px/38px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px;
  cursor: pointer;
}
.tip_failed_box .ch_stay_box .ch_stay_btn:hover::after {
  width: 18px;
}
@media screen and (max-width: 1200px) {
  .tip_failed_box .ch_stay_box .ch_stay_btn:hover::after {
    width: 0;
  }
}
.tip_failed_box .ch_stay_box .ch_stay_btn::after {
  content: "";
  display: inline-block;
  width: 0px;
  height: 18px;
  background-image: url(https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/ch_btn_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  margin-bottom: 2px;
  vertical-align: middle;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

@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/jp/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/jp/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/jp/img/credists-history/icon_back.svg");
    background-size: 100%;
    margin-right: 0.09rem;
  }
  .m_dialog_pay_container .close_icon span {
    font: normal normal 600 0.22rem/0.33rem Poppins;
  }
  .m_dialog_pay_container .not_go_dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 1;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m_dialog_pay_container .not_go_dialog .not_go_content {
    position: relative;
    width: 90%;
    padding-top: 1.1rem;
    padding-bottom: 0.8rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/_common/car_dialog_bg.png");
    background-size: cover;
    border-radius: 0.2rem;
  }
  .m_dialog_pay_container .not_go_dialog .not_go_close_icon {
    width: 0.64rem;
    height: 0.64rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    cursor: pointer;
  }
  .m_dialog_pay_container .not_go_dialog .not_go_close_icon .icon {
    width: 0.48rem;
    height: 0.48rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/credists-history/close.svg");
    background-size: 100%;
  }
  .m_dialog_pay_container .not_go_dialog .not_go_title {
    text-align: center;
    color: #000000;
    font: normal normal 600 0.45rem/0.6rem Poppins;
  }
  .m_dialog_pay_container .not_go_dialog .not_go_des {
    text-align: center;
    margin-top: 0.48rem;
    padding: 0 0.2rem;
    color: #000000;
    font: normal normal 400 0.32rem/0.4rem Poppins;
  }
  .m_dialog_pay_container .not_go_dialog .not_go_des span {
    color: #6D1EE3;
    font: normal normal 700 0.32rem/0.4rem Poppins;
  }
  .m_dialog_pay_container .not_go_dialog .not_go_btn {
    margin: 0.64rem auto 0;
    width: 5.72rem;
    height: 0.88rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0.08rem;
    background-color: #6D1EE3;
    color: #fff;
    font: normal normal 400 0.3rem/0.25rem Poppins;
    cursor: pointer;
  }
  .m_dialog_pay_container .not_go_dialog.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m_dialog_pay_container .car_loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m_dialog_pay_container .car_loading .loader {
    border: 0.08rem solid #000;
    border-top: 0.08rem solid #fff;
    border-radius: 50%;
    width: 0.8rem;
    height: 0.8rem;
    -webkit-animation: loading 1s linear infinite;
            animation: loading 1s linear infinite;
  }
  .m_dialog_pay_container .car_loading.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m_dialog_pay_container .pay_info {
    width: 100%;
    display: none;
  }
  .m_dialog_pay_container .pay_info .pay_left {
    width: 6.3rem;
    background-color: #F8F8F8;
    border-radius: 0.06rem;
    padding: 0.48rem 0.35rem 0.52rem;
  }
  .m_dialog_pay_container .pay_info .pay_left .title {
    padding-bottom: 0.34rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(57, 50, 90, 0.2);
  }
  .m_dialog_pay_container .pay_info .pay_left .title .title_icon {
    width: 4.25rem;
    height: 0.88rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/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/jp/img/_common/logo_gen.png");
    background-size: 100%;
  }
  .m_dialog_pay_container .pay_info .pay_left .title .title_text {
    margin-left: 0.11rem;
    font: normal normal 600 0.32rem/0.48rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box {
    padding-bottom: 0.3rem;
    margin-top: 0.36rem;
    border-bottom: 1px solid rgba(57, 50, 90, 0.2);
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_name {
    margin-bottom: 0.16rem;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box {
    position: relative;
    width: 3.34rem;
    height: 0.8rem;
    padding: 0 0.24rem;
    background-color: #fff;
    border: 0.02rem solid #D2D0DE;
    border-radius: 0.06rem;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box .default_select {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box .default_select .select_name {
    color: #39325A;
    font: normal normal 700 0.26rem/0.39rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box .default_select .select_icon {
    width: 0.36rem;
    height: 0.36rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/icon_drop_down.svg");
    background-size: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box .select_menu {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0.8rem;
    left: 0;
    background-color: #fff;
    border: 1px solid #D2D0DE;
    border-radius: 0.06rem;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box .select_menu .select_item {
    width: 100%;
    height: 0.78rem;
    padding-left: 0.22rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #39325A;
    font: normal normal 700 0.26rem/0.39rem Poppins;
    cursor: pointer;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box.active .default_select .select_icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box.active .select_menu {
    display: block;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_name .select_box.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_name .name {
    font: normal normal 700 0.26rem/0.36rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_name .price {
    font: normal normal 400 0.26rem/0.36rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_credit {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.4rem;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .product_credit .icon {
    width: 0.28rem;
    height: 0.28rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/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 .h_yearly_combo, .m_dialog_pay_container .pay_info .pay_left .product_price_box .h_pack_give {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -0.16rem;
    margin-bottom: 0.2rem;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .h_yearly_combo .icon, .m_dialog_pay_container .pay_info .pay_left .product_price_box .h_pack_give .icon {
    width: 0.28rem;
    height: 0.28rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/credists-history/h_combo_icon.svg");
    background-size: 100%;
    margin-right: 0.1rem;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .h_yearly_combo .name, .m_dialog_pay_container .pay_info .pay_left .product_price_box .h_pack_give .name {
    padding: 0.1rem 0.2rem;
    color: #EA6913;
    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 .halloween_pack {
    margin-top: 0.1rem;
    background: #FFEAE6 0% 0% no-repeat padding-box;
    padding: 0.02rem 0;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .halloween_pack .halloween_pack_icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/bf_pay_icon.png") no-repeat center;
    background-size: cover;
    -webkit-margin-end: 2px;
            margin-inline-end: 2px;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .halloween_pack > div {
    font: normal normal 300 0.22rem/0.33rem Poppins;
    color: #D02B00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0.16rem 0 0.2rem;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .halloween_pack > div span {
    font: inherit;
    color: inherit;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .halloween_pack > div:nth-of-type(2) {
    font: normal normal 500 0.26rem/0.39rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .halloween_pack > div:nth-of-type(2) span {
    font: inherit;
    color: inherit;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .halloween_pack > div:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .ch_pack {
    margin-top: 0.1rem;
    background: #FFEAE6 0% 0% no-repeat padding-box;
    padding: 0.02rem 0;
    display: none;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .ch_pack > div {
    font: normal normal 300 0.22rem/0.39rem Poppins;
    color: #D02B00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0.16rem 0 0.2rem;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .ch_pack > div:nth-of-type(2) {
    font: normal normal 500 0.26rem/0.39rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .ch_pack > div:nth-of-type(2) span {
    font: inherit;
    color: inherit;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .total_price {
    margin-top: 0.97rem;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .total_price .name {
    font: normal normal 300 0.26rem/0.36rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .total_price .price {
    font: normal normal 700 0.3rem/0.46rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .total_price .price .cur_price {
    position: relative;
    font: normal normal 700 0.3rem/0.46rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .total_price .price .coupon_price {
    font: normal normal 700 0.3rem/0.46rem Poppins;
    display: none;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .total_price.active .cur_price {
    padding-right: 0.05rem;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .total_price.active .cur_price::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.02rem;
    background-color: red;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .m_dialog_pay_container .pay_info .pay_left .product_price_box .total_price.active .coupon_price {
    display: inline-block;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box {
    position: relative;
    margin-top: 0.32rem;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .product_info_des {
    color: #A8A7A8;
    font: normal normal 300 0.24rem/0.39rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .product_info_des span {
    color: #A8A7A8;
    font: normal normal 300 0.24rem/0.39rem Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box {
    width: 100%;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_btn {
    font: normal normal 300 0.21rem/0.29rem Poppins;
    color: #6649F0;
    text-decoration: underline;
    margin: 0.1rem 0;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_input input {
    width: 4.32rem;
    height: 0.64rem;
    border: 1px solid rgba(109, 113, 122, 0.3019607843);
    background-color: #fff;
    border-radius: 0.03rem;
    padding: 0 0.05rem;
    font-family: Poppins;
    font-size: 0.28rem;
    font-weight: 400;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_input .btn_box {
    margin-left: 0.2rem;
    position: relative;
    font-size: 0;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_input .apply_btn {
    width: 1.37rem;
    height: 0.64rem;
    border-radius: 0.03rem;
    background-color: #8B3DFF;
    color: #FFFFFF;
    font-size: 0.24rem;
    font-weight: 500;
    font-family: Poppins;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_input .remove_btn {
    position: absolute;
    bottom: -0.35rem;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 0.28rem;
    display: none;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_err {
    position: absolute;
    bottom: -0.34rem;
    font-size: 0.24rem;
    font-weight: 300;
    font-family: Poppins;
    color: #FE6969;
    display: none;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box .coupon_err.active {
    display: block;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box.active .coupon_tip {
    opacity: 1;
    visibility: visible;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box.active .coupon_input {
    opacity: 1;
    visibility: visible;
  }
  .m_dialog_pay_container .pay_info .pay_left .product_info_box .coupon_box.paying {
    pointer-events: none;
  }
  .m_dialog_pay_container .pay_info .pay_right {
    width: 100%;
    margin-top: 0.35rem;
  }
  .m_dialog_pay_container .pay_info .pay_right .title {
    font: normal normal 600 0.39rem/0.55rem Poppins;
    margin-bottom: 0.28rem;
  }
  .m_dialog_pay_container .pay_info .pay_right .m_paypal_content {
    width: 100%;
  }
  .m_dialog_pay_container .pay_info .pay_right .m_paypal_content .m_paypal_tip {
    position: relative;
    margin-top: 0rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m_dialog_pay_container .pay_info .pay_right .m_paypal_content .m_paypal_tip span {
    position: relative;
    padding: 0 0.18rem;
    color: #A19CB5;
    font: normal normal 300 0.22rem/0.33rem Poppins;
    z-index: 1;
    max-width: 80%;
    background-color: #fff;
  }
  .m_dialog_pay_container .pay_info .pay_right .m_paypal_content .m_paypal_tip::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(57, 50, 90, 0.2);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .m_dialog_pay_container .pay_info .pay_right .m_paypal_content.paying {
    pointer-events: none;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData {
    width: 100%;
    margin-top: 0.05rem;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData #link-authentication-element {
    position: relative;
    margin-bottom: 0.4rem;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData #link-authentication-element::before {
    content: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData #mob_payment-element {
    height: 21rem;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .buyNow {
    margin-top: 0.32rem;
    font: normal normal 500 0.3rem/0.46rem Poppins;
    color: #fff;
    width: 6.3rem;
    height: 1rem;
    background-color: #8B3DFF;
    border-radius: 0.14rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .buyNow i {
    color: #fff;
    font-style: normal;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .buyNow img {
    width: 0.43rem;
    height: 0.43rem;
    -webkit-animation: loading 2s linear infinite;
            animation: loading 2s linear infinite;
    display: none;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .buyNow.loading {
    pointer-events: none;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .buyNow.loading i {
    display: none;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .buyNow.loading img {
    display: initial;
  }
  .m_dialog_pay_container .pay_info .pay_right .fromData .buyNow.disabled {
    pointer-events: none;
  }
  .m_dialog_pay_container .pay_info .footer {
    text-align: center;
    font: normal normal 300 0.24rem/0.33rem Poppins;
    width: 100%;
    margin-top: 0.32rem;
    white-space: nowrap;
  }
  .m_dialog_pay_container .pay_info .footer .links {
    text-align: center;
    text-decoration: underline;
    font: normal normal 300 0.24rem/0.33rem Poppins;
    letter-spacing: 0px;
    color: #8B3DFF;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.18rem;
    padding-left: 0.25rem;
  }
  .m_dialog_pay_container .pay_success {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
  }
  .m_dialog_pay_container .pay_success .success_content {
    width: 5.43rem;
    text-align: center;
  }
  .m_dialog_pay_container .pay_success .success_content .icon {
    width: 1.6rem;
    height: 1.6rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/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/jp/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/jp/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/jp/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;
  }
}
.wrapper {
  max-width: 1170px;
}

.mobile {
  display: none;
}

button {
  cursor: pointer;
}

.credits_history {
  width: 100%;
  background: transparent linear-gradient(179deg, #FBFAFF 0%, #F8F6FE 90%, #F8F6FE 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 82px;
}

.credits_history_banner {
  width: 100%;
  padding: 40px 0;
}
.credits_history_banner .credits_box {
  position: relative;
  width: 100%;
  height: 128px;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #E1DEEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.credits_history_banner .credits_box h1 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 14px;
  background-color: #39325A;
  color: #fff;
  font: normal normal 600 20px/28px Poppins;
  border-radius: 12px 0px;
}
.credits_history_banner .credits_num {
  text-align: center;
  font: normal normal 700 24px/33px Poppins;
  margin-bottom: 3px;
}
.credits_history_banner .credits_buy {
  width: 180px;
  height: 36px;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#F4D21B), to(#FF9362));
  background: linear-gradient(90deg, #F4D21B 0%, #FF9362 100%);
  cursor: pointer;
}
.credits_history_banner .credits_buy:hover {
  background: -webkit-gradient(linear, left top, right top, from(#FFE662), to(#FFB296));
  background: linear-gradient(90deg, #FFE662 0%, #FFB296 100%);
}
.credits_history_banner .credits_buy .credits_icon {
  width: 17px;
  height: 17px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/credists-history/bth_coins.svg");
  background-size: cover;
  margin-right: 7px;
}
.credits_history_banner .credits_buy .credits_text {
  font-weight: 500;
  font-size: 14px;
  font-family: Poppins;
}
.credits_history_banner .credits_buy_pro {
  display: none;
  text-align: center;
  font: normal normal 300 15px/14px Poppins;
}
.credits_history_banner .more_credits {
  width: 100%;
  margin-top: 30px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #E1DEEE;
  padding: 56px 80px 74px;
  display: none;
  background: url(https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/ch_pc_pack_bg.png) no-repeat center/cover;
}
.credits_history_banner .more_credits .more_credits_title {
  margin: 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;
  text-align: center;
  text-shadow: 0px 5px 10px rgba(109, 0, 0, 0.4);
}
.credits_history_banner .more_credits .more_credits_title .pack_h1_off {
  font: italic normal normal 40px/48px Home;
  color: #FFE32C;
  margin-inline: 8px;
}
.credits_history_banner .more_credits .more_credits_title > div {
  font: italic normal normal 40px/48px Home;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  z-index: 1;
}
.credits_history_banner .more_credits .more_credits_title > div > span {
  position: absolute;
  color: #880000;
  -webkit-text-stroke: 2px #880000;
  z-index: -1;
  inset-inline-start: 2px;
  inset-block-start: 2px;
  font: italic normal normal 40px/48px Home;
}
.credits_history_banner .more_credits .more_credits_title > div:nth-of-type(2) {
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
}
.credits_history_banner .more_credits p {
  text-align: center;
  font: normal normal 300 20px/30px Poppins;
  color: #FCEBAA;
}
.credits_history_banner .more_credits .more_credits_list {
  width: 100%;
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item {
  position: relative;
  width: 320px;
  height: 282px;
  border-radius: 10px;
  padding: 0 23px;
  padding-top: 28px;
  margin-right: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #FFEAE6 0% 0% no-repeat padding-box;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item#credit150 .cur_price > div {
  background: unset;
  padding: 0 0 8px;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item#credit150 .one_price {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item#credit1500 .one_price {
  color: #000;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item#credit1500 .one_price .symbol {
  color: #000;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item#credit1500 .one_price .price_num {
  color: #000;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item#credit1500 .halloween_orign_price {
  color: #000;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item#credit1500 .cur_price > div span {
  color: #774006;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item#credit500 .cur_price > div span {
  color: #774006;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .buy_num {
  color: #000000;
  font: normal normal 500 18px/27px Poppins;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price {
  margin-top: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .m_buy_num {
  display: none;
}
@media screen and (min-width: 1200px) {
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .cur_price > div {
    color: #000000;
    vertical-align: bottom;
    font: normal normal 500 28px/28px Poppins;
    padding: 8px 14px;
    border-radius: 4px;
    background: url(https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/ch_pack_price_bg.png) no-repeat center/cover;
    position: relative;
    height: 40px;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .cur_price > div span {
    color: #000000;
    font: normal normal 500 18px/18px Poppins;
  }
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .cur_price .symbol {
  color: #000000;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .cur_price .price_num {
  color: #000000;
  font-family: Poppins;
  font-size: 28px;
  font-weight: 500;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .cur_price .m_orign_price {
  display: none;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .one_price {
  font-family: Poppins;
  font-weight: 300;
  font-size: 14px;
  padding-top: 22px;
  margin-left: auto;
  color: #000000;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .one_price .symbol {
  color: #000000;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .one_price .price_num {
  color: #000000;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .orign_price {
  font: normal normal 300 14px/20px Poppins;
  color: #777;
  text-decoration: line-through;
  position: absolute;
  left: 0;
  top: -26px;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .halloween_orign_price {
  font: normal normal 300 14px/24px Poppins;
  color: #000000;
  position: absolute;
  left: 77px;
  top: -28px;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .halloween_orign_price::before {
  content: "";
  display: inline-block;
  width: 108%;
  height: 2px;
  background-color: #E83157;
  position: absolute;
  -webkit-transform: rotate(9deg);
          transform: rotate(9deg);
  top: 11px;
  left: -3px;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .halloween_orign_price_0 {
  display: none;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .credit_discount {
  display: none;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .buy_btn {
  width: 273px;
  height: 44px;
  border-radius: 4px;
  margin-top: 12px;
  border: 1px solid #FF4E20;
  text-align: center;
  color: #FF4E20;
  font: normal normal 500 16px/44px Poppins;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background-color: unset;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .buy_btn::after {
  content: "";
  display: inline-block;
  width: 0px;
  height: 18px;
  background-image: url(https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/ch_btn_icon_nor.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  margin-bottom: 4px;
  vertical-align: middle;
  -webkit-transition: 0.15s all linear;
  transition: 0.15s all linear;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .buy_btn:hover::after {
  width: 18px;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .item_tip {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inset-inline-start: 0;
  top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  font: normal normal bold 14px/24px Poppins;
  background: #A888F4 0% 0% no-repeat padding-box;
  border-radius: 12px 12px 0px 0px;
  display: none;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .halloween_discount_0 {
  position: absolute;
  inset-inline-end: 14px;
  top: 11px;
  width: auto;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 80px;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .halloween_discount_0::before {
  position: absolute;
  top: 8px;
  inset-inline-start: -26px;
  content: "";
  display: inline-block;
  width: 24px;
  height: 44px;
  background-image: url(https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/ch_tree.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .halloween_discount_0 > div {
  position: relative;
  width: 100%;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .halloween_discount_0 > div:nth-of-type(1) {
  width: 100%;
  height: 28px;
  font: normal normal bold 18px/24px Poppins;
  color: #D02B00;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #E9BF92;
  border-radius: 20px 20px 0px 0px;
  padding: 0 5px;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .halloween_discount_0 > div:nth-of-type(1) span {
  font: normal normal normal 12px/24px Poppins;
  color: #D02B00;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .halloween_discount_0 > div:nth-of-type(2) {
  background: #219A51 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 6px 6px;
  width: 100%;
  height: 32px;
  padding-top: 5px;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .halloween_discount_0 > div:nth-of-type(2) > div {
  color: #FFFFFF;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .halloween_discount_0 > div:nth-of-type(2) > div:nth-of-type(1) {
  font: normal normal bold 12px/12px Poppins;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .halloween_discount_0 > div:nth-of-type(2) > div:nth-of-type(2) {
  font: normal normal 300 11px/11px Poppins;
  padding: 0 5px;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .halloween_discount_1 {
  position: absolute;
  inset-inline-end: 14px;
  top: 14px;
  min-width: 97px;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .halloween_discount_1::before {
  content: "";
  position: absolute;
  inset-inline-start: -26px;
  top: 8px;
  width: 24px;
  height: 44px;
  background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/ch_tree.png") no-repeat center/cover;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .halloween_discount_1 > span {
  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;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .halloween_discount_1 > span:nth-child(1) {
  height: 28px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #E9BF92;
  border-radius: 20px 20px 0px 0px;
  font: normal normal bold 18px/25px Poppins;
  color: #D02B00;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .halloween_discount_1 > span:nth-child(2) {
  height: 24px;
  background: transparent linear-gradient(113deg, #E8A360 0%, #F2CAA4 21%, #FFF6C8 41%, #F2CAA4 59%, #F9CE89 82%, #E8A360 100%) 0% 0% no-repeat padding-box;
  text-align: left;
  font: normal normal bold 12px/27px Poppins;
  color: #D02B00;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item .halloween_discount_1 > span:nth-child(3) {
  background: #219A51;
  border-radius: 0px 0px 6px 6px;
  font: normal normal bold 12px/24px Poppins;
  color: #FFFFFF;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(1) .halloween_orign_price {
  left: 0;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(1) .item_tip {
  font: italic normal bold 0.24rem/0.24rem Rockwell;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(1) .cur_price > div::before {
  left: 15%;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3) {
  margin-right: 0;
  background-color: #fff;
  border: 1px solid #E0DAF2;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3) .credit_popular {
  display: none;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3) .buy_num {
  color: #000;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3) .item_tip {
  background: #8B3DFF 0% 0% no-repeat padding-box;
  color: #fff;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3) .buy_btn {
  color: #FFFFFF;
  border: unset;
  background: transparent -webkit-gradient(linear, left top, right top, from(#FF4E20), to(#FF8F3A)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #FF4E20 0%, #FF8F3A 100%) 0% 0% no-repeat padding-box;
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3) .buy_btn::after {
  background-image: url(https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/ch_btn_icon.svg);
}
.credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3) .icon {
  display: inline-block;
  width: 22px !important;
  height: 19px !important;
  background: url(https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/fruit.svg) no-repeat center !important;
  background-size: cover;
  -webkit-margin-end: 6px;
          margin-inline-end: 6px;
  margin-top: 0px;
}
.credits_history_banner .more_credits .more_credits_list .pack_special_show .cur_price > div {
  background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/ch_pack_price_bg.png") no-repeat center/cover !important;
  padding: 8px 14px !important;
}
.credits_history_banner .more_credits .more_credits_list .pack_special_show .cur_price > div span {
  color: #774006 !important;
}
.credits_history_banner .more_credits .more_credits_list .pack_special_show .one_price {
  -webkit-transform: translateY(-5px) !important;
          transform: translateY(-5px) !important;
}
.credits_history_banner .more_credits .m_buy_btn {
  display: none;
}
.credits_history_banner .more_credits .more_credits_des {
  margin-top: 18px;
  padding-left: 5px;
}
.credits_history_banner .more_credits .more_credits_des .des_title {
  font: normal normal 500 16px/23px Poppins;
  margin-bottom: 6px;
  color: #ffffff;
}
.credits_history_banner .more_credits .more_credits_des .des {
  font: normal normal 300 13px/20px Poppins;
  color: #ffffff;
}
.credits_history_banner .m_more_credits_des {
  display: none;
}
.credits_history_banner.pro .credits_buy {
  display: none;
}
.credits_history_banner.pro .credits_buy_pro {
  display: block;
}
.credits_history_banner.pro .more_credits {
  display: block;
}

.credits_history_container {
  width: 100%;
}
.credits_history_container .history_tab_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.credits_history_container .credits_history_tab {
  width: 375px;
  padding: 5px;
  border-radius: 27px;
  border: 1px solid rgba(139, 61, 255, 0.21);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.credits_history_container .credits_history_tab .tab_item {
  width: 180px;
  height: 36px;
  border-radius: 25px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  font-family: Poppins;
}
.credits_history_container .credits_history_tab .tab_item:hover {
  background-color: #EEECF8;
}
.credits_history_container .credits_history_tab .tab_item.active {
  background-color: #8B3DFF;
  color: #fff;
}
.credits_history_container .history_content {
  width: 100%;
}
.credits_history_container .history_content .list_item {
  width: 100%;
  padding-bottom: 13px;
  margin-top: 30px;
  width: 100%;
  border-bottom: 1px solid #E2E2E2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.credits_history_container .history_content .payment_list {
  width: 100%;
  display: none;
}
.credits_history_container .history_content .payment_list .list_item .pay_type {
  font: normal normal 700 16px/23px Poppins;
  margin-bottom: 30px;
}
.credits_history_container .history_content .payment_list .list_item .date_no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.credits_history_container .history_content .payment_list .list_item .date_no .date,
.credits_history_container .history_content .payment_list .list_item .date_no .no {
  color: #777777;
  font: normal normal 500 12px/18px Poppins;
}
.credits_history_container .history_content .payment_list .list_item .date_no .date {
  margin-right: 22px;
}
.credits_history_container .history_content .payment_list .list_item .date_no .no {
  margin-right: 22px;
}
.credits_history_container .history_content .payment_list .list_item .date_no .cancel_btn,
.credits_history_container .history_content .payment_list .list_item .date_no .renew_btn {
  cursor: pointer;
  text-decoration: underline;
  color: #808080;
  font: normal normal 500 12px/18px Poppins;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.credits_history_container .history_content .payment_list .list_item .date_no .cancel_btn:hover,
.credits_history_container .history_content .payment_list .list_item .date_no .renew_btn:hover {
  color: #39325A;
}
.credits_history_container .history_content .payment_list .list_item .pay_state {
  text-align: right;
  color: #777777;
  font: normal normal 500 12px/18px Poppins;
  margin-bottom: 25px;
}
.credits_history_container .history_content .payment_list .list_item .pay_price {
  text-align: right;
  font: normal normal 700 16px/25px Poppins;
}
.credits_history_container .history_content .credit_list {
  width: 100%;
  display: none;
}
.credits_history_container .history_content .credit_list .list_item .use_type {
  font: normal normal 700 16px/23px Poppins;
  margin-bottom: 25px;
}
.credits_history_container .history_content .credit_list .list_item .use_date {
  color: #777;
  font: normal normal 500 12px/18px Poppins;
}
.credits_history_container .history_content .credit_list .list_item .use_info_r {
  padding-top: 15px;
}
.credits_history_container .history_content .credit_list .list_item .use_num {
  font: normal normal 700 16px/25px Poppins;
}
.credits_history_container .history_content .credit_list .list_item .use_num .credit_change {
  font: normal normal 700 16px/25px Poppins;
}
.credits_history_container .history_content .no_record {
  width: 100%;
  height: 386px;
  background-color: #FDFDFD;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.credits_history_container .history_content .no_record .no_record_icon {
  width: 60px;
  height: 60px;
  margin-bottom: 6px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/credists-history/icon_no_records.svg");
}
.credits_history_container .history_content .no_record .no_record_text {
  font: normal normal 500 14px/21px Poppins;
}
.credits_history_container .history_content.record {
  margin-top: 30px;
}
.credits_history_container .history_content.record .no_record {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.credits_history_container .history_content.record .payment_list,
.credits_history_container .history_content.record .credit_list {
  display: none;
}
.credits_history_container .history_content.payment .payment_list {
  display: block;
}
.credits_history_container .history_content.payment .no_record,
.credits_history_container .history_content.payment .credit_list {
  display: none;
}
.credits_history_container .history_content.credit .credit_list {
  display: block;
}
.credits_history_container .history_content.credit .no_record,
.credits_history_container .history_content.credit .payment_list {
  display: none;
}

.cancel_dialog {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.cancel_dialog.showconfirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cancel_dialog.showconfirm .confirm {
  display: block;
}
.cancel_dialog.showsuc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cancel_dialog.showsuc .cancel_success {
  display: block;
}
.cancel_dialog.showerr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cancel_dialog.showerr .cancel_failed {
  display: block;
}
.cancel_dialog .confirm {
  position: relative;
  width: 740px;
  border-radius: 20px;
  background-color: #F8F9FB;
  border: 1px solid rgba(60, 74, 104, 0.1019607843);
  -webkit-box-shadow: 0px 10px 40px rgba(60, 74, 104, 0.1019607843);
          box-shadow: 0px 10px 40px rgba(60, 74, 104, 0.1019607843);
  padding: 80px 57px 64px;
  display: none;
}
.cancel_dialog .confirm .cancel_close {
  position: absolute;
  top: 16px;
  right: 33px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cancel_dialog .confirm .cancel_close .icon {
  width: 24px;
  height: 24px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/credists-history/cancel_close.svg");
  background-size: 100%;
}
.cancel_dialog .confirm .cancel_close:hover {
  background-color: rgba(109, 113, 122, 0.1);
}
.cancel_dialog .confirm .confirm_title {
  text-align: center;
  font-size: 28px;
  color: #39325A;
  font-weight: 600;
  line-height: 39px;
  font-family: Poppins;
}
.cancel_dialog .confirm p {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  color: #39325A;
  text-align: center;
  font-family: Poppins;
}
.cancel_dialog .confirm p .dis_subtime {
  font-size: 16px;
  font-weight: 600;
  color: #39325A;
  font-family: Poppins;
}
.cancel_dialog .confirm p a {
  color: #8B3DFF;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  font-family: Poppins;
}
.cancel_dialog .confirm .confirm_btn_box {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cancel_dialog .confirm .confirm_btn_box .confirm_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 205px;
  height: 57px;
  border-radius: 3px;
  border: 1px solid #6D4DFF;
  margin-right: 45px;
  cursor: pointer;
}
.cancel_dialog .confirm .confirm_btn_box .confirm_btn .text {
  color: #6D4DFF;
  font: normal normal 600 18px/57px Poppins;
}
.cancel_dialog .confirm .confirm_btn_box .confirm_btn .loading {
  display: none;
}
.cancel_dialog .confirm .confirm_btn_box .confirm_btn.loading {
  pointer-events: none;
  cursor: default;
}
.cancel_dialog .confirm .confirm_btn_box .no_confirm_btn {
  width: 205px;
  height: 57px;
  border-radius: 3px;
  border: 1px solid #6D4DFF;
  text-align: center;
  color: #6D4DFF;
  font: normal normal 600 18px/57px Poppins;
  cursor: pointer;
}
.cancel_dialog .cancel_success,
.cancel_dialog .cancel_failed {
  position: relative;
  width: 550px;
  padding: 20px 20px 16px;
  background-color: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 13px;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1137254902);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1137254902);
  display: none;
}
.cancel_dialog .cancel_success .cancel_close,
.cancel_dialog .cancel_failed .cancel_close {
  position: absolute;
  top: 7px;
  right: 9px;
  width: 20px;
  height: 20px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/credists-history/win_icon_close.svg");
  background-size: 100%;
  cursor: pointer;
}
.cancel_dialog .cancel_success .cancel_close:hover,
.cancel_dialog .cancel_failed .cancel_close:hover {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/credists-history/win_icon_close_hover.svg");
}
.cancel_dialog .cancel_success .suc_title,
.cancel_dialog .cancel_failed .suc_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cancel_dialog .cancel_success .suc_title .title_icon,
.cancel_dialog .cancel_failed .suc_title .title_icon {
  width: 32px;
  height: 32px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/credists-history/icon_ok.svg");
  background-size: 100%;
  margin-right: 10px;
}
.cancel_dialog .cancel_success .suc_title .title_text,
.cancel_dialog .cancel_failed .suc_title .title_text {
  color: #6D4DFF;
  font: normal normal bold 16px/25px Poppins;
}
.cancel_dialog .cancel_success p,
.cancel_dialog .cancel_failed p {
  margin-top: 3px;
  color: #39325A;
  font: normal normal 300 14px/21px Poppins;
}
.cancel_dialog .cancel_success p a,
.cancel_dialog .cancel_failed p a {
  color: #8B3DFF;
  text-decoration: underline;
  font: normal normal 300 14px/21px Poppins;
}
.cancel_dialog .cancel_success .cancel_ok,
.cancel_dialog .cancel_success .cancel_fail,
.cancel_dialog .cancel_failed .cancel_ok,
.cancel_dialog .cancel_failed .cancel_fail {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.cancel_dialog .cancel_success .cancel_ok .ok_btn,
.cancel_dialog .cancel_success .cancel_ok .fail_btn,
.cancel_dialog .cancel_success .cancel_fail .ok_btn,
.cancel_dialog .cancel_success .cancel_fail .fail_btn,
.cancel_dialog .cancel_failed .cancel_ok .ok_btn,
.cancel_dialog .cancel_failed .cancel_ok .fail_btn,
.cancel_dialog .cancel_failed .cancel_fail .ok_btn,
.cancel_dialog .cancel_failed .cancel_fail .fail_btn {
  width: 156px;
  height: 32px;
  border-radius: 25px;
  border: 1px solid #6D4DFF;
  text-align: center;
  color: #6D4DFF;
  font: normal normal 500 15px/30px Poppins;
  cursor: pointer;
}
.cancel_dialog .cancel_failed {
  padding: 29px 20px 16px 32px;
}
.cancel_dialog .cancel_failed .fail_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cancel_dialog .cancel_failed .fail_info .fail_icon {
  width: 56px;
  height: 56px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/credists-history/icon_mistake.svg");
  background-size: 100%;
  margin-right: 17px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cancel_dialog .cancel_failed .fail_info .fail_des .fail_title {
  color: #39325A;
  font: normal normal 700 17px/24px Poppins;
}
.cancel_dialog .cancel_failed .fail_info .fail_des .fail_text {
  margin-top: 3px;
  color: #39325A;
  font: normal normal 400 14px/21px Poppins;
}
.cancel_dialog .cancel_failed .fail_info .fail_des .fail_text a {
  color: #8B3DFF;
  text-decoration: underline;
  font: normal normal 300 14px/21px Poppins;
}

#pricingCardStay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4) 0% 0% no-repeat padding-box;
}
#pricingCardStay .price-right {
  margin-left: 100px !important;
}
#pricingCardStay.combo_stay .title::before {
  width: 618px !important;
  height: 51px !important;
  background-image: url(https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/bf_stay_combo_titlebg.png) !important;
  -webkit-transform: translate(46px, -12px) !important;
          transform: translate(46px, -12px) !important;
  z-index: -1 !important;
}
#pricingCardStay .content {
  width: 860px;
  height: 478px;
  background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/ch_stay.png") no-repeat center;
  background-size: cover;
  border-radius: 12px;
  padding-top: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* 水平垂直居中 */
}
#pricingCardStay .content .wrapper {
  width: 100%;
  height: 100%;
  padding-top: 81px;
}
#pricingCardStay .content .wrapper .stay-close {
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 32px;
  background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/ch_stay_close_nor.png") no-repeat;
  background-size: cover;
  top: 0;
  right: 10px;
  cursor: pointer;
}
#pricingCardStay .content .wrapper .stay-close:hover {
  background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/ch_stay_close_hover_nor_hover.png") no-repeat;
}
#pricingCardStay .content .wrapper .title {
  margin: 0 0 12px;
  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;
  text-align: center;
  text-shadow: 0px 5px 10px rgba(109, 0, 0, 0.4);
}
#pricingCardStay .content .wrapper .title .stay-title-special {
  font: italic normal normal 28px/34px Home;
  color: #FFE32C;
  margin-inline: 8px;
}
#pricingCardStay .content .wrapper .title > div {
  font: italic normal normal 28px/34px Home;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  z-index: 1;
}
#pricingCardStay .content .wrapper .title > div > span {
  position: absolute;
  color: #880000;
  -webkit-text-stroke: 2px #880000;
  z-index: -1;
  inset-inline-start: 2px;
  inset-block-start: 2px;
  font: italic normal normal 28px/34px Home;
}
#pricingCardStay .content .wrapper .time-run {
  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;
}
#pricingCardStay .content .wrapper .time-run .time-icon {
  background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/ch_clock.png") no-repeat;
  width: 24px;
  height: 23px;
}
#pricingCardStay .content .wrapper .time-run .time-title {
  font: normal normal 500 18px/25px Poppins;
  color: #FFFFFF;
}
#pricingCardStay .content .wrapper .time-run .time-title span {
  color: #FFE32C;
}
#pricingCardStay .content .wrapper .price-box {
  background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/ch_stay_icon.png") no-repeat;
  width: 526px;
  height: 225px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 50px;
  padding-left: 76px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
#pricingCardStay .content .wrapper .price-box .price-left .left-credits-num {
  text-decoration: line-through;
  font: normal normal 500 18px/28px Poppins;
  color: #956531;
  margin-top: 15px;
}
#pricingCardStay .content .wrapper .price-box .price-left .left-price-num {
  margin-top: 16px;
  position: relative;
}
#pricingCardStay .content .wrapper .price-box .price-left .left-price-num span {
  font: normal normal 500 22px/33px Poppins;
  color: #956531;
}
#pricingCardStay .content .wrapper .price-box .price-left .left-price-num .left-price-num-one {
  font: normal normal 500 28px/42px Poppins;
  letter-spacing: 0px;
  color: #956531;
}
#pricingCardStay .content .wrapper .price-box .price-left .left-price-num .left-price-num-mo {
  font: normal normal 600 14px/21px Poppins;
  letter-spacing: 0px;
  color: #956531;
}
#pricingCardStay .content .wrapper .price-box .price-left .left-price-num::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #956531;
  position: absolute;
  top: 21px;
  left: 0;
}
#pricingCardStay .content .wrapper .price-box .price-right {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 125px;
}
#pricingCardStay .content .wrapper .price-box .price-right .right-credits-num {
  font: normal normal 500 22px/28px Poppins;
  letter-spacing: 0px;
  color: #000000;
}
#pricingCardStay .content .wrapper .price-box .price-right .right-discount {
  background: #219A51 0% 0% no-repeat padding-box;
  border-radius: 5px;
  text-align: center;
  font: normal normal 600 18px/30px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  width: 96px;
  height: 30px;
  margin: 6px 0 12px;
}
#pricingCardStay .content .wrapper .price-box .price-right .right-discount .right-discount-num {
  font: normal normal 600 18px/28px Poppins;
  color: #FFFFFF;
}
#pricingCardStay .content .wrapper .price-box .price-right .right-price-num span {
  font: normal normal 500 22px/33px Poppins;
  color: #000000;
}
#pricingCardStay .content .wrapper .price-box .price-right .right-price-num .right-price-num-one {
  font: normal normal 600 28px/42px Poppins;
  letter-spacing: 0px;
  color: #000000;
}
#pricingCardStay .content .wrapper .price-box .price-right .right-price-num .right-price-num-mo {
  font: normal normal 600 14px/21px Poppins;
  letter-spacing: 0px;
  color: #000000;
}
#pricingCardStay .content .wrapper .stay-btn {
  min-width: 286px;
  width: 286px;
  height: 67px;
  background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/ch_stay_btn.png") no-repeat;
  margin: 0 auto 0;
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10%;
}
#pricingCardStay .content .wrapper .stay-btn p {
  text-align: center;
  font: normal normal 500 18px/67px Poppins;
  letter-spacing: 0px;
  color: #992329;
  height: 67px;
}
#pricingCardStay .content .wrapper .stay-btn p:hover {
  background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/ch_stay_btn_hover.png") no-repeat;
}

@media screen and (max-width: 1200px) {
  .wrapper {
    max-width: 100%;
    padding: 0 0.23rem;
  }
  .credits_history {
    padding-bottom: 0.7rem;
  }
  .credits_history_banner {
    padding: 0.32rem 0 0 0;
  }
  .credits_history_banner .credits_box {
    width: 100%;
    height: 2.56rem;
    border-radius: 0.12rem;
  }
  .credits_history_banner .credits_box h1 {
    font: normal normal 600 0.32rem/0.45rem Poppins;
    padding: 0.12rem 0.33rem;
    border-radius: 0.12rem 0px;
  }
  .credits_history_banner .credits_num {
    font: normal normal 600 0.38rem/0.53rem Poppins;
    margin-bottom: 0.06rem;
  }
  .credits_history_banner .credits_buy {
    width: 2.5rem;
    height: 0.5rem;
    border-radius: 0.25rem;
  }
  .credits_history_banner .credits_buy .credits_icon {
    width: 0.23rem;
    height: 0.23rem;
    margin-right: 0.09rem;
  }
  .credits_history_banner .credits_buy .credits_text {
    font-size: 0.22rem;
  }
  .credits_history_banner .credits_buy_pro {
    font: normal normal 300 0.28rem/0.39rem Poppins;
  }
  .credits_history_banner .more_credits {
    margin-top: 0.28rem;
    padding: 0.56rem 0.37rem 0.7rem;
  }
  .credits_history_banner .more_credits .more_credits_title {
    margin: 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;
    text-align: center;
    text-shadow: 0px 5px 10px rgba(109, 0, 0, 0.4);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .credits_history_banner .more_credits .more_credits_title .pack_h1_off {
    font: italic normal normal 0.44rem/0.56rem Home;
    color: #FFE32C;
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
  }
  .credits_history_banner .more_credits .more_credits_title > div {
    font: italic normal normal 0.44rem/0.56rem Home;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    z-index: 1;
  }
  .credits_history_banner .more_credits .more_credits_title > div > span {
    position: absolute;
    color: #880000;
    -webkit-text-stroke: 2px #880000;
    z-index: -1;
    inset-inline-start: 2px;
    inset-block-start: 2px;
    font: italic normal normal 0.44rem/0.56rem Home;
  }
  .credits_history_banner .more_credits p {
    font: normal normal 300 0.32rem/0.44rem Poppins;
    padding: 0;
  }
  .credits_history_banner .more_credits .more_credits_list {
    margin-top: 0.48rem;
    display: block;
    padding: 0;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item {
    background: #7D0000 0% 0% no-repeat padding-box;
    border-radius: 0.12rem;
    outline: 1px solid transparent;
    width: 100%;
    height: initial;
    padding: 0;
    margin: 0;
    margin-bottom: 0.28rem;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .buy_num {
    position: absolute;
    top: 0.36rem;
    left: 0.4rem;
    color: #000000;
    font: normal normal 500 0.34rem/0.39rem Poppins;
    display: none;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price {
    position: relative;
    margin: 0;
    width: 6.3rem;
    height: 1.5rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .m_buy_num {
    display: block;
    position: absolute;
    top: 0.6rem;
    left: 0.4rem;
    color: #FFFFFF;
    font: normal normal 500 0.34rem/0.48rem Poppins;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .cur_price {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    right: 0.4rem;
    bottom: 0.18rem;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .cur_price .symbol {
    font-size: 0.26rem;
    color: #FFFFFF;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .cur_price .price_num {
    font-size: 0.4rem;
    color: #FFFFFF;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .cur_price .m_orign_price {
    text-align: right;
    display: block;
    color: #A0A0A0;
    font: normal normal 300 0.24rem/0.24rem Poppins;
    text-decoration: line-through;
    position: absolute;
    right: 0.75rem;
    bottom: 0.55rem;
    left: unset;
    top: unset;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .one_price {
    position: absolute;
    left: 0.4rem;
    top: 0.5rem;
    font-size: 0.26rem;
    font-weight: 400;
    color: #BBBBBB;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .one_price .symbol {
    font-size: 0.26rem;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .one_price .price_num {
    font-size: 0.26rem;
    color: #BBBBBB;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .orign_price {
    display: none;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .halloween_orign_price {
    min-width: 0.68rem;
    border: 0.02rem solid #F45E7D;
    border-radius: 0.06rem;
    color: #F45E7D;
    right: 0.4rem;
    bottom: 0.72rem;
    left: unset;
    top: unset;
    font: normal normal 300 0.24rem/0.24rem Poppins;
    text-align: center;
    padding: 0.01rem;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .halloween_orign_price::before {
    display: none;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .halloween_orign_price_0 {
    display: none;
    bottom: 0.9rem;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .credit_discount {
    display: block;
    position: absolute;
    font-size: 0;
    inset-inline-start: 0.39rem;
    top: 0.75rem;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .credit_discount span {
    font: normal normal normal 0.24rem/0.24rem Poppins;
    color: #FFFFFF;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .credit_discount span:nth-of-type(1) {
    color: #880000;
    background: transparent linear-gradient(110deg, #E8A360 0%, #F2CAA4 21%, #FFF6C8 41%, #F2CAA4 59%, #F9CE89 82%, #E8A360 100%) 0% 0% no-repeat padding-box;
    border-radius: 0.06rem 0px 0px 0.06rem;
    padding: 0.01rem 0.12rem 0 0.06rem;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .credit_discount span:nth-of-type(2) {
    background: #219A51;
    border-radius: 0px 0.06rem 0.06rem 0px;
    padding: 0.01rem 0.05rem 0 0.05rem;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .credit_discount_0 {
    display: none;
    position: absolute;
    font-size: 0;
    top: 0.7rem;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .credit_discount_0 div:nth-of-type(1) {
    background: #219A51 0% 0% no-repeat padding-box;
    border-radius: 0.06rem;
    padding: 0 0.08rem;
    font: normal normal normal 0.24rem/0.34rem Poppins;
    color: #FFFFFF;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .credits_price .credit_discount_0 div:nth-of-type(2) {
    font: normal normal normal 0.24rem/0.34rem Poppins;
    color: #FFE32C;
    -webkit-margin-start: 0.06rem;
            margin-inline-start: 0.06rem;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .halloween_discount_0, .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .halloween_discount_1, .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .halloween_discount_2 {
    display: none;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .buy_btn {
    display: none;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .item_tip {
    position: relative;
    border-radius: 0.12rem 0.12rem 0 0;
    top: inherit;
    right: inherit;
    width: 6.3rem;
    height: 0.28rem;
    line-height: 0.45rem;
    border-bottom: 1px solid #D6D5D5;
    font-size: 0.22rem;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .item_tip .icon {
    display: inline-block;
    width: 0.22rem;
    height: 0.22rem;
    background: url(https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/add.svg) no-repeat center;
    background-size: cover;
    margin: 0 0.1rem;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .item_tip span {
    font: normal normal 500 0.22rem/0.24rem Poppins;
    color: #FFFFFF;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item .item_tip .halloween {
    font: italic normal 600 0.26rem/0.3rem Rockwell;
    color: #FFFFFF;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item.active {
    outline-width: 3px;
    outline-color: #E9BF92;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item.active::before {
    content: "";
    position: absolute;
    inset-inline-start: -3px;
    top: -0.1rem;
    background: url(https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/mob_ch_check.svg) 0% 0% no-repeat padding-box;
    width: 1rem;
    height: 0.36rem;
    background-size: contain;
    z-index: 1;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(1) .item_tip, .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(2) .item_tip {
    width: 100%;
    border: none;
    border-bottom: 0.01rem solid #D6D5D5;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(1) .m_buy_num {
    top: 0.2rem;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(1) .one_price {
    top: 0.58rem;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(1) .m_orign_price {
    bottom: 0.58rem !important;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(2) .m_buy_num {
    top: 0.2rem;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(2) .one_price {
    top: 0.58rem;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(2) .cur_price > div .symbol, .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(2) .cur_price > div .price_num {
    color: #fff !important;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3) {
    background: #FFFFFF;
    outline: 1px solid transparent;
    border: none;
    position: relative;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3) .credits_price {
    height: 1.9rem;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3) .icon {
    display: none;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3) .item_tip {
    width: 100%;
    border: none;
    background-color: #FFE8ED;
    color: #F45E7D !important;
    font-weight: 700;
    height: 0.42rem;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3) .item_tip .icon {
    display: inline-block;
    width: 0.26rem !important;
    height: 0.26rem !important;
    background: url(https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/add_plus.svg) no-repeat center !important;
    background-size: cover !important;
    margin: 0 0.1rem;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3) .item_tip span {
    color: #F45E7D !important;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3) .credit_discount_2 {
    top: 1.15rem;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3) .one_price {
    top: 1rem;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3) .cur_price > div .symbol, .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3) .cur_price > div .price_num {
    color: #000 !important;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3) .m_buy_num {
    color: #000;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3) .halloween_orign_price {
    color: #F45E7D !important;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3) .credit_popular {
    display: block;
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    width: 100%;
    text-align: center;
    font: normal normal bold 0.24rem/0.24rem Poppins;
    letter-spacing: 0px;
    color: #F45E7D;
    background: #FFE8ED 0% 0% no-repeat padding-box;
    border-radius: 0.08rem 0.08rem 0 0;
    height: 0.4rem;
    padding-top: 0.1rem;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3).active {
    border-color: #F45E7D;
    outline: 3px solid #E9BF92;
    position: relative;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3).active .credit_popular {
    border-radius: 0.16rem 0.16rem 0 0;
    color: #F45E7D;
  }
  .credits_history_banner .more_credits .more_credits_list .more_credits_list_item:nth-child(3).active::before {
    content: "";
    position: absolute;
    inset-inline-start: -3px;
    top: -0.1rem;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-tool-pricing/mob_ch_check.png") 0% 0% no-repeat padding-box;
    width: 1rem;
    height: 0.5rem;
    background-size: contain;
    z-index: 1;
  }
  .credits_history_banner .more_credits .m_buy_btn {
    display: block;
    margin: 0.37rem auto 0;
    width: 6.3rem;
    height: 1rem;
    border-radius: 0.14rem;
    background: transparent linear-gradient(89deg, #FF4E20 0%, #FF8F3A 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    text-align: center;
    line-height: 1rem;
    font-weight: 500;
    font-size: 0.3rem;
    font-family: Poppins;
  }
  .credits_history_banner .more_credits .more_credits_des {
    margin-top: 0.36rem;
    padding: 0 0.77rem;
    display: none;
  }
  .credits_history_banner .more_credits .more_credits_des .des_title {
    text-align: center;
    font: normal normal 600 0.24rem/0.36rem Poppins;
  }
  .credits_history_banner .more_credits .more_credits_des .des {
    text-align: center;
    font: normal normal 400 0.22rem/0.36rem Poppins;
  }
  .credits_history_banner .more_credits .more_credits_table_section {
    padding-top: 0.65rem;
  }
  .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_title > p {
    font: normal normal 500 0.28rem/0.34rem Roboto;
  }
  .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_title > p > span {
    -webkit-padding-start: 0.06rem;
            padding-inline-start: 0.06rem;
    width: 0.36rem;
    height: 0.36rem;
  }
  .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container {
    overflow: hidden;
    margin-top: 0.65rem;
    border-radius: 0.1rem;
  }
  .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table {
    display: none;
  }
  .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 0.02rem solid #D9D9D9;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m tbody, .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m thead {
    width: 100%;
    display: block;
  }
  .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m tbody tr, .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m thead tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m tbody tr th, .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m tbody tr td, .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m thead tr th, .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m 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_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m tbody tr th:nth-child(1), .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m tbody tr td:nth-child(1), .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m thead tr th:nth-child(1), .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m thead tr td:nth-child(1) {
    width: 3.36rem;
    -webkit-border-end: 1px solid #D9D9D9;
            border-inline-end: 1px solid #D9D9D9;
  }
  .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m tbody tr th:nth-child(2), .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m tbody tr td:nth-child(2), .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m thead tr th:nth-child(2), .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m thead tr td:nth-child(2) {
    width: 1.27rem;
    -webkit-border-end: 1px solid #D9D9D9;
            border-inline-end: 1px solid #D9D9D9;
  }
  .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m tbody tr th:nth-child(3), .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m tbody tr td:nth-child(3), .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m thead tr th:nth-child(3), .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m thead tr td:nth-child(3) {
    width: 1.67rem;
  }
  .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m tbody tr th, .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m thead tr th {
    background: #F4F5F8 0% 0% no-repeat padding-box;
    font: normal normal 500 0.24rem/0.33rem Poppins;
    color: #000000;
    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_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m tbody tr {
    min-height: 0.64rem;
    border-bottom: 1px solid #D9D9D9;
  }
  .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m tbody tr td {
    padding: 0.165rem 0.05rem 0.145rem;
    text-align: center;
    font: normal normal normal 0.24rem/0.33rem Poppins;
    color: #39325A;
  }
  .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m tbody tr td > span {
    font: inherit;
    color: inherit;
    word-break: break-word;
    text-align: center;
  }
  .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m tbody tr td > img {
    width: 0.3rem;
    height: 0.2rem;
  }
  .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m tbody tr td > img.un-none {
    width: 0.18rem;
    height: 0.18rem;
  }
  .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m tbody tr:first-child td:last-child {
    word-break: break-word;
    text-align: center;
  }
  .credits_history_banner .more_credits .more_credits_table_section .more_credits_table_container .credits_history_table_m tbody tr:last-child {
    border: unset;
  }
  .credits_history_banner .more_credits .more_credits_table_section.active .more_credits_table_title > p > span {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .credits_history_banner .more_credits .more_credits_table_section.active .more_credits_table_container {
    max-height: 910px;
  }
  .credits_history_banner.pro .more_credits_des {
    display: block;
  }
  .credits_history_container {
    padding-top: 0.45rem;
  }
  .credits_history_container .history_tab_content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .credits_history_container .credits_history_tab {
    width: 5.78rem;
    padding: 0.08rem 0.11rem;
  }
  .credits_history_container .credits_history_tab .tab_item {
    width: 2.78rem;
    height: 0.56rem;
    border-radius: 0.25rem;
    line-height: 0.56rem;
    font-size: 0.24rem;
  }
  .credits_history_container .history_content .list_item {
    margin-bottom: 0.6rem;
  }
  .credits_history_container .history_content .payment_list {
    padding: 0 0.37rem;
  }
  .credits_history_container .history_content .payment_list .list_item {
    padding: 0;
  }
  .credits_history_container .history_content .payment_list .list_item .pay_info_l {
    padding-top: 0.26rem;
  }
  .credits_history_container .history_content .payment_list .list_item .pay_info_r {
    padding-top: 0.12rem;
  }
  .credits_history_container .history_content .payment_list .list_item .pay_type {
    font: normal normal 700 0.24rem/0.33rem Poppins;
    margin-bottom: 0.04rem;
  }
  .credits_history_container .history_content .payment_list .list_item .date_no .date {
    font: normal normal 500 0.22rem/0.33rem Poppins;
    margin-right: 0.46rem;
  }
  .credits_history_container .history_content .payment_list .list_item .date_no .no {
    display: none;
  }
  .credits_history_container .history_content .payment_list .list_item .date_no .cancel_btn,
.credits_history_container .history_content .payment_list .list_item .date_no .renew_btn {
    color: #777777;
    font: normal normal 500 0.22rem/0.33rem Poppins;
  }
  .credits_history_container .history_content .payment_list .list_item .date_no .cancel_btn:hover,
.credits_history_container .history_content .payment_list .list_item .date_no .renew_btn:hover {
    color: #777777;
  }
  .credits_history_container .history_content .payment_list .list_item .pay_state {
    font: normal normal 500 0.22rem/0.31rem Poppins;
    margin-bottom: 0.2rem;
  }
  .credits_history_container .history_content .payment_list .list_item .pay_price {
    text-align: right;
    font: normal normal 700 0.26rem/0.39rem Poppins;
  }
  .credits_history_container .history_content .credit_list {
    padding: 0 0.37rem;
  }
  .credits_history_container .history_content .credit_list .list_item {
    padding: 0;
  }
  .credits_history_container .history_content .credit_list .list_item .use_info_l {
    padding-top: 0.24rem;
  }
  .credits_history_container .history_content .credit_list .list_item .use_info_r {
    padding-top: 0.4rem;
  }
  .credits_history_container .history_content .credit_list .list_item .use_type {
    font: normal normal 700 0.24rem/0.33rem Poppins;
    margin-bottom: 0.06rem;
  }
  .credits_history_container .history_content .credit_list .list_item .use_date {
    font: normal normal 500 0.22rem/0.33rem Poppins;
  }
  .credits_history_container .history_content .credit_list .list_item .use_num {
    font: normal normal 700 0.24rem/0.35rem Poppins;
  }
  .credits_history_container .history_content .credit_list .list_item .use_num .credit_change {
    font: normal normal 700 0.24rem/0.35rem Poppins;
  }
  .credits_history_container .history_content .no_record {
    height: 6.4rem;
    border-radius: 0.1rem;
    background-color: #FFFFFF;
  }
  .credits_history_container .history_content .no_record .no_record_icon {
    width: 1.05rem;
    height: 1.05rem;
    background-size: cover;
    margin-bottom: 0.11rem;
  }
  .credits_history_container .history_content .no_record .no_record_text {
    font: normal normal 500 0.24rem/0.35rem Poppins;
  }
  .credits_history_container .history_content.record {
    margin-top: 0.34rem;
  }
  .cancel_dialog .confirm {
    width: 6.3rem;
    border-radius: 0.13rem;
    background-color: #FFFFFF;
    border: 1px solid #E2E2E2;
    -webkit-box-shadow: 0px 0.1rem 0.4rem rgba(60, 74, 104, 0.1019607843);
            box-shadow: 0px 0.1rem 0.4rem rgba(60, 74, 104, 0.1019607843);
    padding: 0.88rem 0.4rem 0.8rem;
  }
  .cancel_dialog .confirm .cancel_close {
    width: 0.34rem;
    height: 0.34rem;
    top: 0.34rem;
    right: 0.34rem;
    border-radius: 0;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/credists-history/icon_close.svg");
    background-size: 100%;
  }
  .cancel_dialog .confirm .cancel_close .icon {
    display: none;
  }
  .cancel_dialog .confirm .cancel_close:hover {
    background-color: none;
  }
  .cancel_dialog .confirm .confirm_title {
    color: #0E0D11;
    font: normal normal 600 0.4rem/0.6rem Poppins;
  }
  .cancel_dialog .confirm p {
    margin-top: 0.46rem;
    font: normal normal 300 0.25rem/0.45rem Poppins;
    color: #0E0D11;
  }
  .cancel_dialog .confirm p .dis_subtime {
    font: normal normal 600 0.25rem/0.45rem Poppins;
    color: #0E0D11;
  }
  .cancel_dialog .confirm p a {
    font: normal normal 300 0.25rem/0.45rem Poppins;
  }
  .cancel_dialog .confirm .confirm_btn_box {
    margin-top: 0.64rem;
  }
  .cancel_dialog .confirm .confirm_btn_box .confirm_btn {
    width: 2.6rem;
    height: 0.8rem;
    border-radius: 0.08rem;
    border: 2px solid #8B3DFF;
    margin-right: 0.3rem;
  }
  .cancel_dialog .confirm .confirm_btn_box .confirm_btn .text {
    color: #8B3DFF;
    font: normal normal 600 0.26rem/0.8rem Poppins;
  }
  .cancel_dialog .confirm .confirm_btn_box .no_confirm_btn {
    width: 2.6rem;
    height: 0.8rem;
    border-radius: 0.08rem;
    border: 2px solid #8B3DFF;
    color: #8B3DFF;
    font: normal normal 600 0.26rem/0.8rem Poppins;
  }
  .cancel_dialog .cancel_success,
.cancel_dialog .cancel_failed {
    width: 5.4rem;
    padding: 0.8rem 0.3rem 0.64rem;
    border-radius: 0.13rem;
    -webkit-box-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.1137254902);
            box-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.1137254902);
    display: none;
  }
  .cancel_dialog .cancel_success .cancel_close,
.cancel_dialog .cancel_failed .cancel_close {
    width: 0.34rem;
    height: 0.34rem;
    top: 0.34rem;
    right: 0.34rem;
    border-radius: 0;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/credists-history/icon_close.svg");
    background-size: 100%;
  }
  .cancel_dialog .cancel_success .suc_title,
.cancel_dialog .cancel_failed .suc_title {
    display: block;
  }
  .cancel_dialog .cancel_success .suc_title .title_icon,
.cancel_dialog .cancel_failed .suc_title .title_icon {
    width: 1.24rem;
    height: 1.24rem;
    margin: 0 auto;
  }
  .cancel_dialog .cancel_success .suc_title .title_text,
.cancel_dialog .cancel_failed .suc_title .title_text {
    margin-top: 0.24rem;
    text-align: center;
    font: normal normal 700 0.32rem/0.4rem Poppins;
  }
  .cancel_dialog .cancel_success p,
.cancel_dialog .cancel_failed p {
    text-align: center;
    margin-top: 0.24rem;
    font: normal normal 300 0.24rem/0.35rem Poppins;
  }
  .cancel_dialog .cancel_success p a,
.cancel_dialog .cancel_failed p a {
    font: normal normal 300 0.24rem/0.35rem Poppins;
  }
  .cancel_dialog .cancel_success .cancel_ok,
.cancel_dialog .cancel_success .cancel_fail,
.cancel_dialog .cancel_failed .cancel_ok,
.cancel_dialog .cancel_failed .cancel_fail {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cancel_dialog .cancel_success .cancel_ok .ok_btn,
.cancel_dialog .cancel_success .cancel_ok .fail_btn,
.cancel_dialog .cancel_success .cancel_fail .ok_btn,
.cancel_dialog .cancel_success .cancel_fail .fail_btn,
.cancel_dialog .cancel_failed .cancel_ok .ok_btn,
.cancel_dialog .cancel_failed .cancel_ok .fail_btn,
.cancel_dialog .cancel_failed .cancel_fail .ok_btn,
.cancel_dialog .cancel_failed .cancel_fail .fail_btn {
    width: 100%;
    height: 0.88rem;
    border-radius: 0.44rem;
    border: 2px solid #8B3DFF;
    color: #8B3DFF;
    font: normal normal 500 0.32rem/0.88rem Poppins;
  }
  .cancel_dialog .cancel_failed .fail_info {
    display: block;
  }
  .cancel_dialog .cancel_failed .fail_info .fail_icon {
    width: 1.24rem;
    height: 1.24rem;
    margin: 0 auto;
  }
  .cancel_dialog .cancel_failed .fail_info .fail_des {
    margin-top: 0.24rem;
  }
  .cancel_dialog .cancel_failed .fail_info .fail_des .fail_title {
    text-align: center;
    font: normal normal 700 0.32rem/0.4rem Poppins;
  }
  .cancel_dialog .cancel_failed .fail_info .fail_des .fail_text {
    text-align: center;
    margin-top: 0.24rem;
    font: normal normal 300 0.24rem/0.35rem Poppins;
  }
  .cancel_dialog .cancel_failed .fail_info .fail_des .fail_text a {
    font: normal normal 300 0.24rem/0.35rem Poppins;
  }
  #pricingCardStay {
    display: none;
  }
}