body {
  color: #031a42;
}

/* .meal_container {
  padding-bottom: 60px;
  
} */
.meal_banner {
  position: relative;
  width: 100%;
  max-width: 100vw;
  height: max-content;
  overflow: hidden;
  /* background: #f2f5f9; */
}

.meal_banner .halloween-img {
  position: absolute;
}

.meal_banner .halloween-img.halloween-1 {
  left: 20px;
  bottom: 20px;
  width: 223px;
  height: 180px;
}

.meal_banner .halloween-img.halloween-2 {
  right: 423px;
  top: 183px;
  width: 118px;
  height: 56px;
}

.meal_banner .halloween-img.halloween-3 {
  right: 0;
  top: 150px;
  width: 177px;
  height: 177px;
}

/* .meal_bg {
  max-width: 2560px;
  min-width: 1200px;
  width: 100%;
  height: auto;
  background: url(../img/meal/may_meal_bg.jpg) no-repeat center;
  background-size: 100% 100%;
} */
.meal_title {
  color: #222c3f;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}

.title_small {
  font-size: 16px;
  font-weight: 400;
  color: #586883;
  line-height: 22px;
  margin-top: 10px;
}

.meal_list_container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0;
  position: relative;
  z-index: 1;
  padding-bottom: 96px;
}

.introduce {
  width: 100%;
  padding: 23px 0px;
  border-top: 1px solid #d0dfe7;
}

.introduce .intro_center {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.introduce .introduce_detail {
  position: relative;
  margin-right: 40px;
}

.introduce .introduce_detail i {
  background: url(http://static.cherryproxy.com/img/meal/ic_yes_blue.svg) no-repeat center;
  width: 15px;
  height: 15px;
  background-size: 100% 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.introduce .introduce_detail span {
  font-size: 16px;
  font-weight: bold;
  color: #565e70;
  display: inline-block;
  margin-left: 26px;
}

.ml_cont_all {
  margin: 0 auto;
  color: #333;
  margin-top: 60px;
  width: 100%;
  height: max-content;
}

.proxy_type {
  color: #222c3f;
  font-size: 14px;
  padding-top: 93px;
}

.ml_type {
  width: 200px;
  height: 474px;
  background-color: #ffffff;
  float: left;
  display: none;
}

.proxy_type li {
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}

.proxy_type li img {
  margin-top: -2px;
  margin-left: 2px;
}

.proxy_type li:nth-child(3) .tips_text {
  width: 148px;
  left: 68px;
}

.meal_all_detail {
  float: left;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}

.meal_detal {
  width: 270px;
  height: 474px;
  background-color: #ffffff;
  border-left: 1px solid #ededed;
  float: left;
  position: relative;
  border-radius: 12px;
  transition: 0.2s;
}

.meal_detal.active {
  background-image: linear-gradient(180deg, #5dbfc0 0%, #49a1a2 100%);
  color: #fff;
  border-left: 1px solid transparent;
}

.mp_subname_gj {
  position: absolute;
  width: 53px;
  height: 55px;
  background: url(../img/meal/img_bg_yellow.png) no-repeat center;
  background-size: 100% 100%;
  right: 15px;
  font-size: 14px;
  color: #222c3f;
  top: 0;
  font-weight: bold;
}

.meal_top {
  width: 210px;
  margin: 0 auto;
  text-align: center;
}

.m_price {
  color: #333333;
  font-size: 36px;
  font-weight: bold;
  padding-top: 33px;
  text-align: left;
  border-bottom: 1px solid #eaedf0;
  padding-bottom: 20px;
}

.m_unit_price {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #222c3f;
  margin-bottom: 4px;
}

.pak {
  text-align: left;
  margin-bottom: 12px;
}

.h_12_pak {
  margin-top: 30px;
}

.pak .pak_name {
  font-size: 14px;
  color: #222c3f;
}

.pak .pak_name .ic_question {
  cursor: pointer;
  position: relative;
}

.pak .pak_name .ic_question img {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-top: -4px;
}

.pak .pak_name .ic_question .white_ic {
  display: none;
}

.active .pak .pak_name .ic_question .ash_ic {
  display: none;
}

.active .pak .pak_name .ic_question .white_ic {
  display: inline-block;
}

.pak .pak_name .ic_question i {
  width: 220px;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.5));
  background: #fff;
  border-radius: 0;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  padding-bottom: 20px;
  text-align: center;
  border: 1px solid #f4f4f4;
  padding: 6px 0;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 9;
  color: #222c3f;
}

.pak .pak_name .ic_question i::after,
.pak .pak_name .ic_question i::before {
  content: "";
  display: block;
  border: 8px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.pak .pak_name .ic_question i::after {
  border-top-color: #f4f4f4;
  top: calc(100% - 1px);
}

.pak .pak_name .ic_question i::before {
  border-top-color: #f4f4f4;
  top: 100%;
}

.pak .pak_name .ic_question:hover i {
  display: block;
}

.pak .pak_area {
  font-size: 12px;
  color: #959baa;
}

.pak .m_unit_price {
  font-size: 16px;
  color: #222c3f;
  font-weight: bold;
  line-height: 35px;
}

.meal_bottom {
  padding-left: 30px;
}

.meal_li_cont {
  margin-top: 15px;
  margin-left: 16px;
}

.meal_li_cont li {
  list-style: disc;
  color: #565e70;
  font-size: 14px;
  position: relative;
  margin-bottom: 10px;
}

.tips_text {
  background-color: #444444;
  border-radius: 6px;
  position: absolute;
  left: 106px;
  bottom: 41px;
  opacity: 1;
  color: #fff;
  z-index: 1;
  line-height: 16px;
  padding: 7px 12px;
  font-size: 12px;
  display: none;
}

.tips_text::before {
  content: "";
  width: 0px;
  height: 0px;
  border: 6px solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: #444444;
  border-bottom-color: transparent;
  position: absolute;
  /* top: -18px; */
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
}

.proxy_type li:nth-child(2) .tips_text {
  left: 137px;
}

.pay_type_container {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}

.ptype_title {
  color: #2970f4;
  font-size: 24px;
  padding-top: 35px;
  text-align: left;
  font-weight: bold;
}

.pay_type_all {
  width: 1200px;
  margin-top: -10px;
  clear: both;
  display: flex;
}

.pay_types {
  width: auto;
  height: auto;
  clear: both;
  overflow: hidden;
  padding-top: 40px;
  margin-right: 30px;
}

.select_logo {
  width: 18px;
  height: 18px;
  background: url(../img/meal/ic_selected1.png) no-repeat center;
  background-position: 0 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.pnd_title {
  color: #222c3f;
  font-size: 16px;
  margin-left: 28px;
  font-weight: bold;
}

.pay_type_logo {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}

.logo_detail {
  margin-right: 6px;
  position: relative;
}

.logo_detail:hover .credit_tis_invit {
  display: block;
}

.pay_type_logo .logo_detail:last-child {
  margin-right: 0;
}

.add_ipds {
  background: url(../img/meal/reduce_en_count.html) no-repeat center;
  background-size: cover;
  width: 177px;
  height: 44px;
  top: -34px;
  right: -11px;
  position: absolute;
}

.credit_tis_invit {
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.5));
  background: #fff;
  border-radius: 0;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  padding-bottom: 20px;
  text-align: center;
  border: 1px solid #999;
  padding: 6px 0;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 9;
}

.credit_tis_invit::after,
.credit_tis_invit::before {
  content: "";
  display: block;
  border: 8px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.credit_tis_invit::before,
.credit_tis_invit::before {
  border-top-color: #999;
  top: 100%;
}

.credit_tis_invit::after {
  border-top-color: #fff;
  top: calc(100% - 1px);
}

.pay_type_style2 {
  display: block;
}

.pay_type_style2 .pnd_title {
  margin-left: 28px;
}

.pay_type_style2 .pay_type_logo {
  margin-left: 28px;
  margin-top: 9px;
}

.pay_type_style2 .pay_type_logo img {
  width: 25px;
}

.pay_n_detail.active .select_logo {
  background-position: 0 -18px;
}

.pay_info {
  width: 786px;
  border-radius: 6px;
  border: solid 2px #eaedf0;
  color: #222c3f;
  margin-top: 40px;
}

.p_info_top {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  padding: 0 30px;
  border-bottom: solid 2px #eaedf0;
}

.p_info_top h2 {
  font-size: 20px;
  float: left;
  font-weight: bold;
  line-height: 60px;
}

.pinfo_right {
  float: right;
  display: flex;
  align-items: center;
}

.pay_card_name {
  margin-right: 20px;
}

.mt_select {
  margin-bottom: 20px;
  position: relative;
  box-sizing: border-box;
  padding: 0 15px 0 20px;
  display: flex;
  justify-content: space-between;
  width: 300px;
  height: 40px;
  background: #f7f7f8;
  border: 1px solid #eaedf0;
  border-radius: 5px;
  font-size: 18px;

  font-weight: 400;
  color: #222c3f;
  user-select: none;
  cursor: pointer;
}

.meal_select_cont {
  position: absolute;
  left: 0;
}

.mt_select span {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/user_center/select-icon.png) no-repeat center;
  background-size: cover;
  align-self: center;
}

.mt_select p {
  display: flex;
  align-items: center;
  font-size: 18px;

  font-weight: 400;
  color: #222c3f;
}

.p_info_botm {
  padding: 28px 30px;
}

.meal_cont {
  width: 300px;
  text-align: center;
  position: absolute;
  z-index: 99999;
  top: 40px;
  left: 0;
  height: 0;
  overflow: hidden;
  transition-duration: 0.5s;
  background: #fff;
}

.meal_cont li {
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-align: left;
  padding-left: 30px;
}

.meal_cont li:hover {
  background: #f7f8fa;
}

.pm1 {
  font-size: 16px;
}

.pay_money_cont {
  margin-top: 23px;
  text-align: left;
}

.pay_btn_tips {
  font-size: 14px;
  color: #959baa;
  margin-top: 20px;
}

.pay_btn_tips a {
  color: #0086ff;
  text-decoration: underline;
}

.pay_money1_cont {
  display: block;
}

.cun_telegram {
  font-size: 16px;
  padding: 0 30px;
  background-color: #f3f8fb;
  padding-top: 30px;
  padding-bottom: 25px;
}

.pay_type_thour {
  padding-top: 0;
}

.copy_cont {
  width: 603px;
  min-height: 203px;
  background: #fff;
  margin-top: 20px;
}

.copy_cont {
  display: flex;
  font-size: 14px;
  position: relative;
}

#qrcode {
  position: absolute;
  left: 168px;
  bottom: 12px;
}

.copy_cont_left {
  padding: 15px;
  cursor: pointer;
}

.copy_cont_left p:nth-child(2) {
  color: #4ca7a8;
  margin-top: 12px;
  font-size: 14px;
}

.copy_cont_left p:nth-child(2) img {
  margin-top: -4px;
  margin-left: 3px;
}

.taxd_title {
  color: #222c3f;
  font-size: 16px;
}

.b_tips {
  font-size: 12px;
  color: #e93f68;
  margin-top: 6px;
  margin-bottom: 10px;
}

.bind_adress {
  width: 538px;
  height: 44px;
  display: flex;
}

.bind_adress input {
  width: 430px;
  border: solid 1px #e2e8f1;
  height: 42px;
  padding-left: 10px;
}

.bind_adress span {
  cursor: pointer;
  width: 96px;
  height: 44px;
  background-color: #dae6ff;
  border-radius: 0px 4px 4px 0px;
  color: #0d86ff;
  font-size: 14px;
  text-align: center;
  line-height: 44px;
}

.bind_adress span:hover {
  background-color: #0d86ff;
  color: #fff;
}

.pay_in_note {
  margin-top: 3px;
}

.pay_input_tips {
  margin-top: 13px;
}

.taxid_find {
  display: inline-block;
  margin-top: -3px;
  margin-left: 4px;
  cursor: pointer;
}

.taxid_yiwen {
  color: #ff5a57;
  font-size: 14px;
  margin-top: 20px;
  line-height: 26px;
}

.pay_help {
  margin-top: 6px;
  font-size: 12px;
  padding-left: 95px;
}

.unbind_cont {
  color: #666666;
  font-size: 14px;
  margin-top: 10px;
  display: none;
}

.un_btn {
  text-decoration: underline;
  color: #0d86ff;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}

.pay_input_tips {
  position: relative;
}

.taxid_hover {
  position: relative;
  display: none;
}

.taxid_hover img {
  position: absolute;
  top: -350px;
  left: 67px;
}

.taxid_yiwen a {
  display: inline-block;
  color: #0d86ff;
  margin-left: 6px;
}

.pay_img_code {
  margin-top: 15px;
  position: relative;
}

.pay_img_code span {
  display: inline-block;
}

.pay_img_code img {
  display: inline-block;
  margin-left: 3px;
  position: absolute;
  top: 3px;
}

.meal_detal .active_icon {
  background: url(../img/index/active_icon.png) no-repeat center;
  width: 25px;
  height: 24px;
  background-size: 100% 100%;
  position: absolute;
  top: 15px;
  left: 15px;
  display: none;
}

.meal_detal.active .active_icon {
  display: block;
}

.stpe3_pay_input .taxd_title span {
  color: #ff5a57;
}

.pay_in_note {
  color: #e93f68;
  font-size: 12px;
}

.pay_input_email {
  font-size: 16px;
  color: #333333;
  margin-top: 20px;
}

.pay_input_email input {
  width: 536px;
  padding-left: 10px;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #eaedf0;
  color: #333;
  font-size: 14px;
}

.pay_input_email span {
  display: inline-block;
  margin-right: 5px;
}

.pay_input_tips {
  margin-top: 16px;
  font-size: 12px;
  color: #666;
  display: none;
}

.pay_money2_cont {
  width: 730px;
  display: none;
}

.lo-pop {
  margin-left: 20px;
  color: #0086ff;
  cursor: pointer;
}

.pay_btn_tel {
  width: 260px;
  height: 50px;
  background-color: #4ca7a8;
  border-radius: 5px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 25px;
  cursor: pointer;
}

.pay_btn_tel:hover {
  background-color: #3a7cf3;
}

.use_proxy_plan {
  width: 1200px;
  margin: 0 auto;
  margin-top: 56px;
}

.up_title {
  color: #222c3f;
  font-size: 30px;
  text-align: center;
  width: 100%;
  font-weight: bold;
}

.use_detail_all {
  width: 1200px;
  height: 214px;
  display: flex;
}

.user_details {
  width: 270px;
  height: 214px;
  border: solid 2px #eaedf0;
  padding-left: 30px;
  padding-right: 20px;
  position: relative;
  margin-right: 120px;
  text-align: left;
}

.use_detail_all .user_details:last-child {
  margin-right: 0;
}

.user_details::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 31px;
  height: 12px;
  background: url(../img/meal/ic_arrow.png) no-repeat center;
  background-size: cover;
  right: -75px;
}

.use_detail_all .user_details:last-child::after {
  background: none;
}

.ud_title {
  color: #222c3f;
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 14px;
}

.ud_cont {
  color: #222c3f;
  font-size: 14px;
  text-align: left;
}

.ud_cont a {
  color: #275cff;
}

.user_details img {
  margin-top: 30px;
  width: 66px;
}

.use_detail_all {
  margin-top: 40px;
}

.classpay_card_logo img {
  margin-right: 6px;
}

.free_price {
  color: #ff5a57;
  font-size: 16px;
  font-weight: bold;
}

.mt_select p.s_meal_name {
  font-size: 20px;
  color: #222c3f;
}

.pay_input_email input.error_step3_tips {
  border: solid 1px #f74934;
}

.input_cont_email p.c_email_error_tips {
  color: #f74934;
  font-size: 14px;
  margin-top: -11px;
  padding-left: 3px;
  display: none;
}

.tax_tips {
  color: #f74934;
  font-size: 14px;
  padding-left: 57px;
  display: none;
}

/* zfb */
.zfb_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

.zfb_container {
  width: 361px;
  height: 362px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 22%;
  background-color: #ffffff;
}

.zfb_top {
  width: 360px;
  position: relative;
  height: 40px;
  background-color: #f5f5f5;
  border-radius: 4px 4px 0px 0px;
}

.zfb_top img {
  float: left;
  margin-left: 12px;
  margin-top: 12px;
}

.zfb_top span {
  float: left;
  color: #333333;
  font-size: 14px;
  position: absolute;
  top: 48%;
  transform: translatey(-50%);
  left: 35px;
}

.zfb_close {
  position: absolute;
  background: url(../img/meal/ic_close_grey.png) no-repeat center;
  width: 20px;
  height: 20px;
  right: 12px;
  top: 12px;
  cursor: pointer;
  background-position: 0 0;
}

.zfb_close:hover {
  background-position: 0 -20px;
}

.zfb_url_cont {
  text-align: center;
  margin-top: 30px;
}

.zfb_url_cont img {
  display: inline-block;
  width: 200px;
  height: 200px;
}

.zfb_sm {
  display: flex;
  color: #333333;
  font-size: 16px;
  margin-top: 12px;
  justify-content: center;
}

.zfb_sm img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 2px;
}

/* login in */
.login_pop {
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.loginContent {
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  top: 150px;
  padding-top: 14px;
}

.register_box {
  top: 150px;
}

.sendCode {
  font-size: 16px;
}

.gosign_register {
  color: #4678e2;
}

.regist_submit,
.fot_submit {
  width: 400px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
  cursor: pointer;
  background: #2870f4;
  border-radius: 6px;
  margin-bottom: 20px;
}

.regist_submit:hover {
  opacity: 0.8;
}

.text-left {
  margin-bottom: 5px;
}

.form-group_name,
.form-group_pwd,
.form-group_code {
  margin-bottom: 10px;
}

.control-label {
  margin-bottom: 6px;
}

.resetTips {
  margin-bottom: 15px;
}

.mp_subname {
  font-size: 14px;
}

.msg_name {
  display: inline-block;
  padding-top: 7px;
  line-height: 19px;
}

/* can delete */
.ml_cont_all {
  left: 0;
  transform: translateX(0);
}

.meal_detal.active {
  background-image: linear-gradient(180deg, #518bf6 0%, #2870f4 100%);
}

.pay_btn {
  width: 100%;
  max-width: 320px;
  height: 50px;
  background: #3d6eec;
  border-radius: 25px;
  font-size: 16px;

  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

.pay_n_detail .give-icon-img {
  width: 106px;
  height: 41px;
  position: absolute;
  right: 0;
  top: 8px;
  background: url("../img/meal/give-icon-img.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 6px 0 0 10px;
  display: none;
  align-items: center;
  font-size: 14px;
  font-weight: bold;

  color: #fff;
}

.pay_btn_tel {
  background-color: #2870f4;
}

/* .ml_cont_all{margin-top: 45px;} */
.meal_notice {
  width: 800px;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  background-color: #d7e9f7;
  border-radius: 4px;
  margin: 0 auto;
  margin-top: 18px;
  color: #383c43;
  font-size: 14px;
  text-align: center;
  position: relative;
  display: none;
}

.meal_notice .scont img {
  margin-top: -3px;
  margin-right: 6px;
}

.meal_notice ul li {
  height: 34px;
  line-height: 34px;
  cursor: default;
  width: 500px;
}

.meal_notice ul {
  width: max-content;
  height: 34px;
  display: flex;
}

/* new meal style  */
.meal_type_all {
  height: 62px;
  line-height: 62px;
  background: #fff;
  border-radius: 31px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
}

.meal_type_all>.active>.active_icon {
  display: block !important;
  position: absolute;
  right: 30px;
  bottom: -28px;
  width: 131px;
  height: 30px;
}

.meal_type_all>.active>.active_icon_2 {
  display: block !important;
  position: absolute;
  left: 24px;
  top: -20px;
  width: 40px;
  height: 25px;
}

.meal_type_all>div {
  padding: 0 26px;
  position: relative;
  height: 62px;
  color: #3d6eec;
  font-size: 16px;
  text-align: center;
  line-height: 62px;
  z-index: 1;
  border-radius: 31px;
  cursor: pointer;
  width: max-content;
  position: relative;
  /* transition: all 0.3s; */
  z-index: 1;
  font-weight: 600;
}

.meal_type_all>div .hover-tips {
  display: none;
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translate(-50%);
  width: max-content;
  padding: 6px 12px;
  font-size: 12px;
  color: #222c3f;
  line-height: 18px;
  height: max-content;
  border: 1px solid #999;
  z-index: 9;
  background-color: #fff;
  cursor: auto;
}

.meal_type_all>div:hover .hover-tips {
  display: block;
}

.meal_type_all>div .hover-tips::before,
.meal_type_all>div .hover-tips::after {
  content: "";
  display: block;
  top: -17px;
  border: 8px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-color: #999;
}

.meal_type_all>div .hover-tips::after {
  top: -15px;
  border-bottom-color: #fff;
}

.meal_type_all .first_meal_tab {
  margin-left: 5px;
}

.meal_type_all>.slide-nav {
  content: "";
  width: 200px;
  height: 62px;
  position: absolute;
  background: #200808;
  left: 0;
  border-radius: 30px;
  z-index: 0;
  /* transition: width 0s ease-in-out,left .2s ease-in-out; */
}

.meal_type_all>div.active {
  color: #fff;
  transition: 0.3s;
}

.meal_type_all>div.active::after .meal_cont_proxy {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  width: 100%;
}

.vh_meal_type_all {
  display: none;
  width: 85%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.vh_meal_type_all>.vh_meal_type_all_btn {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  color: #031a42;
  background-color: #fff;
  height: 46px;
  z-index: 1;
  line-height: 1;
  transition: all 0.3s;
}

.vh_meal_type_all>.vh_meal_type_all_btn.active {
  background-color: #031a42 !important;
  color: #fff !important;
}

.meal_specific {
  cursor: default;
  width: 100%;
  height: 642px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 12px;
  float: left;
  position: relative;
  text-align: center;
  transition: 0.5s;
}

.meal_specific.traffic_detal2 {
  height: 448px;
}

.sign_line {
  width: 60px;
  height: 8px;
  background-color: #275cff;
  border-radius: 4px;
  display: inline-block;
  margin-top: 30px;
}

.meal_names {
  margin-top: 81px !important;
  font-size: 20px;
  font-weight: bold;
  color: #031a42;
  line-height: 24px;
  font-family: Regular_Medium;
  display: flex;
  align-items: center;
  justify-content: center;
}

.meal_names.o_ther {
  margin-top: 0 !important;
}

.meal_names span {
  font-size: 18px;
}

.meal_type_name {
  color: #959baa;
  font-size: 14px;
  margin-top: 0px;
}

.meal_unit_price {
  font-size: 14px;
  font-size: 50px;
  font-weight: bold;
  color: #031a42;
  /* line-height: 61px; */
  font-family: Regular_Bold;
}

.meal_unit_price span {
  font-size: 16px;
  display: inline-block;
  margin-left: 4px;
}

.meal_unit_price span:nth-child(1) {
  margin-left: 0;
  margin-right: 10px;
  position: relative;
  top: -20px;
  font-size: 22px;
  font-weight: 400;
}

.meal_total_price {
  margin: 15px 0;
  font-size: 22px;
  color: #586883;
  line-height: 26px;
  margin-bottom: 47px;
}


.meal_total_price.newmargin {
  margin: 2px 0 40px !important;
}

.meal_total_price span {
  font-size: 14px;
}

.fd_buy,
.nofd_buy {
  width: 174px;
  height: 50px;
  background: #3d6eec;
  border-radius: 31px;
  position: relative;

  font-weight: 500;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* text-align: center; */
  line-height: 50px;
  margin: 0 auto;
  transition: all 0.3s;
  user-select: none;
}

.fd_buy:hover,
.nofd_buy:hover {
  background: #5585ff;
}

.meal_tips {
  box-sizing: border-box;
  padding: 27px 25px 0;
  padding-right: 10px;
  margin: 0 auto;
  width: auto;
  border-top: solid 1px #d0dbf7;
  text-align: left;
  margin-top: 27px;
}

.meal_tips p {
  display: flex;
  /* align-items: center; */
  font-size: 13px;
  font-weight: 400;
  color: #031a42;
  line-height: 20px;
  margin-bottom: 15px;
}

.meal_tips p::before {
  content: "";
  line-height: 27px;
  width: 15px;
  height: 16px;
  background: url(../img/meal/meal-banner-gou.png) no-repeat center;
  background-size: cover;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.cupon_img_logo {
  display: none;
  width: 20px;
  height: 20px;
  background: url(../img/meal/cat-buy.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 10px;
  transition: all 0.3s;
}

/* .meal_cont_proxy .meal_specific {
  margin-right: 20px;
} */
/* .meal_cont_proxy .meal_specific:last-child {
  margin-right: 0;
}
.meal_cont_proxy .meal_specific:last-child {
  margin-right: 0;
} */
/* .popular_bubscript{width:80px;height:80px;position: absolute;right: -2px;top: -3px;} */
.popular_bubscript span {
  color: #ffffff;
  font-size: 12px;
  transform: rotate(46deg);
  display: inline-block;
  line-height: 60px;
  margin-left: 26px;
  padding-left: 25px;
}

.popular_active .sign_line {
  background: none;
  display: none;
}

.popular_active .fd_buy {
  background-color: #ff5a57;
  border-radius: 24px;
  color: #fff;
}

.pay_type_names {
  color: #2970f4;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 14px;
  margin-top: 7px;
  display: none;
}

.original_unit_price {
  font-size: 14px;
  font-weight: 400;
  color: #ff0068;
  line-height: 18px;
  text-decoration: line-through;
  margin-top: 20px;
}

/* .ips_proxies .meal_specific:nth-child(3){border-radius: 0 0 12px 12px;} */
.meal_ips {
  width: 691px;
  background-color: #f3f8fb;
  margin-top: 20px;
  padding: 20px;
}

.meal_ip_present {
  color: #081b3f;
  font-size: 16px;
  border-bottom: 1px solid #eaedf0;
  padding-bottom: 10px;
}

.meal_ip_present p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.meal_val_present {
  color: #616c81;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaedf0;
}

.meal_val_present p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.total_ip_all {
  color: #616c81;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
}

.present_ips {
  color: #ff5a57;
}

.total_ips {
  color: #ff5a57;
  font-size: 24px;
  font-weight: bold;
}

.meal_cult_price {
  width: 691px;
  background-color: #f3f8fb;
  margin-top: 20px;
  padding: 18px 20px;
}

.result_total_price {
  display: flex;
  justify-content: space-between;
  color: #616c81;
  font-size: 16px;
  align-items: center;
}

.result_total_price p:nth-child(2) {
  font-weight: bold;
  color: #ff5a57;
  font-size: 24px;
}

.result_total_price p:nth-child(2) i {
  font-size: 16px;
}

.traffic_present .long_price_total {
  font-weight: bold;
  font-size: 16px;
}

.traffic_present .long_price_total .t_tracf_gb {
  font-size: 24px;
}

.traffic_present .long_price_total .t_tracf {
  font-size: 24px;
}

.trac_validay {
  font-size: 24px;
}

/* static  meal */
.exclus_cont .meal_specific {
  width: 310px;
  height: 538px;
  background-color: #ffffff;
  border-radius: 12px;
  border: 2px solid rgba(39, 92, 255, 0.1);
}

.fd_top {
  color: #222c3f;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 8px;
}

.ex_meal_name {
  color: #959baa;
  font-size: 14px;
  margin-top: 0px;
}

.ex_unit {
  margin-top: 30px;
  font-size: 14px;

  font-weight: 600;
  color: #222c3f;
  line-height: 1;
}

.ex_unit span {
  font-size: 24px;
}

.region_all {
  display: flex;
  width: 210px;
  margin: 0 auto;
  margin-top: 21px;
}

.detail_region {
  position: relative;
  width: 99px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #f5f7fa;
  color: #666666;
  font-size: 14px;
  cursor: pointer;
  background-color: #f5f7fa;
}

.detail_region1 {
  margin-right: 12px;
}

.detail_region.on {
  border: solid 1px #2970f4;
  background-color: #f4f8fe;
  color: #2970f4;
}

/* .detail_region.on::after{content: '';display: inline-block;position: absolute;background: url(../img/meal/long_selected.png)no-repeat center;background-size: cover;width: 20px;height: 20px;top: -1px;right: 0;border-top-right-radius: 4px;} */
.detail_region p:nth-child(1) {
  margin-top: 3px;
}

.select_region_ip {
  width: 210px;
  height: 36px;
  background-color: #f5f7fa;
  border-radius: 4px;
  margin: 0 auto;
  margin-top: 18px;
  display: flex;
  clear: both;
  overflow: hidden;
}

.long_reduce,
.long_add {
  display: inline-block;
  width: 28px;
  height: 100%;
  text-align: center;
  cursor: pointer;
}

.long_reduce span {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(../img/meal/ex_reduce.png) no-repeat center;
  background-position: 0 0;
  position: relative;
  top: 3px;
}

.long_add span {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(../img/meal/ad_reduce.png) no-repeat center;
  background-position: 0 0;
  position: relative;
  top: -3px;
  right: 8px;
}

.detail_region .qu_ic {
  background: url(../img/meal/question_icon.png) no-repeat center;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  display: inline-block;
  position: relative;
}

.detail_region .qu_ic .qu_pop {
  position: absolute;
  background: #fff;
  border: 1px solid #999;
  padding: 6px 12px;
  z-index: 9;
  font-size: 12px;
  color: #222c3f;
  line-height: 12px;
  width: 300px;
  top: -116px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  line-height: 1.5;
}

.detail_region .qu_ic .qu_pop::before,
.detail_region .qu_ic .qu_pop::after {
  content: "";
  display: block;
  border: 8px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-top-color: #999;
  top: 100%;
}

.detail_region .qu_ic .qu_pop::after {
  border-top-color: #fff;
  top: calc(100% - 1px);
}

.detail_region .qu_ic .qu_pop p {
  text-align: left;
}

.detail_region .qu_ic .qu_pop .country_area {
  display: flex;
  margin-top: 8px;
}

.detail_region .qu_ic .qu_pop .country_area .area_card {
  display: flex;
}

.detail_region .qu_ic .qu_pop .country_area .area_card .left_flag {
  width: 24px;
  height: 16px;
}

.detail_region .qu_ic .qu_pop .country_area .area_card .left_flag img {
  width: 24px;
  height: 16px;
}

.detail_region .qu_ic .qu_pop .country_area .area_card .right_area_name {
  line-height: 20px;
  color: #565e70;
  margin-left: 7px;
}

.detail_region .qu_ic .qu_pop .country_area .area_card:nth-child(2n) {
  margin-left: 20px;
}

.detail_region .qu_ic:hover .qu_pop {
  display: block;
}

.show_ip {
  height: 100%;
  width: 40px;
  border: none;
  text-align: center;
  background: #f5f7fa;
  cursor: pointer;
}

.long_input_cont {
  cursor: pointer;
  width: 200px;
}

.long_input_cont span {
  width: 10px;
  height: 7px;
  background: url(../img/meal/long_select_down_1.png) no-repeat center;
  background-size: 100% 100%;
  display: inline-block;
  position: relative;
  top: -2px;
  transition: 0.2s;
}

.long_input_cont span:hover {
  background: url(../img/meal/long_select_down_hover.png) no-repeat center;
  background-size: 100% 100%;
}

.long_reduce span {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(../img/meal/ex_reduce.png) no-repeat center;
  background-position: 0 0;
  position: relative;
  top: 3px;
}

.long_reduce span:hover {
  background-position-y: -36px;
}

.long_reduce span:active {
  background-position-y: -72px;
}

.long_add span:hover {
  background-position-y: -42px;
}

.long_add span:active {
  background-position-y: -84px;
}

.select_cont_ip {
  text-align: left;
  box-shadow: 0px 0px 10px 1px rgb(24 28 50 / 10%);
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 36px;
  height: 0;
  overflow: hidden;
  transition-duration: 0.5s;
  background: #fff;
}

.select_cont_ip li {
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  width: 132px;
  text-align: center;
  width: 204px;
}

.exclus_cont .fd_buy {
  width: 210px;
  height: 48px;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #275cff;
}

.exclus_cont .active .fd_buy {
  background-color: #2970f4;
  color: #ffffff;
}

.ebt_tips {
  position: relative;
  margin: 0 auto;
}

.ebt_tips i {
  background: url(http://static.cherryproxy.com/img/meal/ic_yes_blue.svg) no-repeat center;
  width: 15px;
  height: 15px;
  background-size: 100% 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ebt_tips span {
  color: #565e70;
  font-size: 14px;
  display: inline-block;
  margin-left: 20px;
}

.ex_botm_tips {
  margin-top: 14px;
}

input.show_ip[disabled] {
  cursor: pointer;
  background: #f5f7fa;
}

.time_ips {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.long_reduce.notallowed {
  cursor: not-allowed;
}

.long_add.notallowed {
  cursor: not-allowed;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.select_region_ip span.long_roat {
  transform: rotate(180deg);
}

.remond_logo {
  position: absolute;
  width: 100px;
  height: 46px;
  background: url(../img/meal/remond_logo.png) no-repeat center;
  background-size: cover;
  top: 0;
  right: 6px;
}

.header .header_main .login a:nth-child(1) {
  color: #3d6eec;
}

.header .header_main .login a:nth-child(1):hover {
  color: #ffffff;
}

.anq_cont {
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 10px;
}

.learnMore {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;

  border-radius: 15px;
  margin-bottom: 25px;
  cursor: pointer;
}

/* .learnMore.active {
  box-shadow: 0px 0px 16px 0px rgba(105, 134, 191, 0.29);
} */
.learnMore.active .learContent {
  display: block;
}

.learnMore.active .showTitle {
  color: #3d6eec;
}

.learnMore.active .cicle {
  color: #3d6eec;
}

.learnMore.active .imgBg {
  transform: rotate(180deg);
}

.showTitle {
  padding: 25px 32px;
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
}

.cicle {
  display: inline-block;
  color: #243454;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  font-style: italic;
}

.showTitle li {
  display: inline-block;
  margin-left: 23px;
  padding-right: 30px;
  font-size: 20px;

  font-weight: 500;
  color: #031a42;
  line-height: 28px;
}

.imgBg {
  background: url(../img/meal/faq-down.png) no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.2s;
}

.learContent {
  font-size: 18px;
  color: #586883;
  line-height: 25px;

  text-align: left;
  margin: 0 auto;
  display: none;
  padding-bottom: 35px;
  padding-left: 105px;
  padding-right: 30px;
}

.learContent a {
  color: #2870f4;
}

.index_faq_plat {
  background: #f2f7ff;
  padding-bottom: 120px;
}

.faq_title {
  color: #031a42;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 109px;
}

.more_faq {
  display: block;
  height: 52px;
  background-color: #3d6eec;
  border-radius: 4px;
  padding: 0 14px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 52px;
}

.faq_container {
  width: 160px;
  margin: 0 auto;
}

.more_faq img {
  margin-left: 9px;
}

.more_faq:hover {
  color: #fff;
  opacity: 0.9;
}

.enterprice_center,
.flow_center {
  display: none;
  margin: 0 auto;
  justify-content: center;
}

.mt_coupon {
  margin-top: 20px;
}

.mt_coupon .coupon_entry {
  display: flex;
  cursor: pointer;
}

.mt_coupon .coupon_entry .coupon_icon {
  width: 40px;
  height: 40px;
  background-color: #faf5f5;
  border-radius: 4px;
}

.mt_coupon .coupon_entry .coupon_text {
  font-size: 14px;
  color: #ec625d;
  line-height: 40px;
  margin-left: 10px;
}

.mt_coupon .coupon_box {
  width: 350px;
  height: 40px;
  background-color: #f3f8fb;
  border-radius: 4px;
  border: solid 1px #e2e7ef;
  display: none;
  justify-content: space-between;
  align-items: center;
}

.mt_coupon .coupon_box .coupon_code {
  border: none;
  background-color: #f3f8fb;
  height: 40px;
  width: 250px;
  padding-left: 14px;
  color: #081b3f;
  font-size: 14px;
  box-sizing: border-box;
}

.mt_coupon .coupon_box .coupon_btn {
  height: 34px;
  min-width: 90px;
  background-color: #ec625d;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  margin-right: 3px;
}

.mt_coupon .coupon_box .coupon_btn:hover {
  background-color: #ff7675;
}

.mt_coupon .coupon_box .coupon_btn:active {
  background-color: #e54c4d;
}

.meal_val_present .coupon_price,
.meal_ip_present .coupon_ips {
  display: none;
}

.meal_ip_present p.ads_ips,
.meal_ip_present p.ads_price {
  display: none;
}

.ads_ips span .asd_img,
.ads_price span .asd_img {
  width: 97px;
  display: inline-block;
  height: 16px;
}

.ads_ips span {
  position: relative;
}

.ads_ips span .asd_ips_pop {
  background-color: #e1ecf8;
  border-radius: 3px;
  position: absolute;
  right: -65px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  padding: 1px 8px;
  width: auto;
  color: #0d86ff;
  font-size: 12px;
  font-style: italic;
}

.ads_ips span .asd_ips_pop::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 5px solid #e1ecf8;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  position: absolute;
  top: 7px;
  left: -5px;
}

.ads_price .asd_price_pop {
  color: #f16958;
  margin-left: 5px;
}

.ads_left {
  display: flex;
  align-items: center;
}

/* meal_active */
.meal_banner {
  background: #f2f7ff;
}

.introduce {
  background-color: #deedff;
  border-top: none;
}

.meal_notice {
  background-color: #ffffff;
}

.sign_line {
  width: 101%;
  position: absolute;
  top: -3px;
  left: -2px;
  border-radius: 8px 8px 0px 0px;
  margin-top: 0;
}

.meal_names,
.fd_top {
  margin-top: 30px;
}

/* .popular_active .sign_line{background-color: #FF5A57;background-image:none;} */

.popular_active .fd_buy {
  background-color: #ff5a57;
}

.popular_active:hover .fd_buy {
  background-color: #ff5a57;
}

.popular_active .meal_names,
.popular_active .meal_unit_price {
  color: #ff5a57;
}

.popular_bubscript {
  height: 59px;
  min-width: 168px;
  position: absolute;
  right: 11px;
  top: -38px;
  z-index: 9;
  padding-left: 40px;
  box-sizing: border-box;
  text-align: left;
}

.popular_bubscript span {
  transform: rotate(0deg);
  line-height: 25px;
  margin-left: 0;
}

.popular_bubscript .popular_txt_1 {
  font-size: 14px;
  font-weight: bold;
  height: 24px;
  padding-right: 14px;
  background: #f8fab8;
  border-radius: 0px 6px 0px 0px;
  color: #ff498e;
  padding-left: 18px;
}

.popular_bubscript .popular_txt_1 i {
  font-size: 18px;
  color: #fff55b;
}

.popular_bubscript .popular_txt_2 {
  font-size: 14px;
  padding-left: 18px;
  box-sizing: border-box;
  color: #1f33a2;
  font-weight: bold;
  width: 205px;
  height: 25px;
  line-height: 25px;
  background: linear-gradient(90deg, #c0ffef, #faff77);
  border-radius: 0px 4px 4px 0px;
}

.popular_meal {
  background: url(../img/meal/popolar_meal.png) no-repeat center;
  background-size: 100% 100%;
  width: 210px;
  height: 57px;
  position: absolute;
  top: -35px;
  left: -9px;
  z-index: 9;
  text-align: left;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 26px;
  padding-left: 54px;
}

.popular_meal .p_1 {
  font-size: 16px;
  color: #ffffff;
  margin-top: 5px;
}

.popular_meal .p_2 {
  font-size: 14px;
  color: #1957ca;
}

.active_ornament {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: url(../img/meal/active_flag.png) no-repeat center;
  height: 113px;
  display: none;
}

/* .active_ornament .left_top_orn{background: url(../img/meal/img_qi_left.png)no-repeat center;width: 288px;height: 113px;}
.active_ornament .right_top_orm{background: url(../img/meal/img_qi_right.png)no-repeat center;width: 288px;height: 113px;} */
.active_gift {
  background: url(../img/meal/active_gift.png) no-repeat center;
  height: 213px;
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  bottom: 0;
  display: none;
}

.meal_title {
  position: relative;
  width: max-content;
  margin: 0 auto;
  margin-top: 10px;
}

.meal_title p {
  font-size: 30px;

  font-weight: 900;
  color: #031a42;
  line-height: 40px;
}

.meal_title p span {
  color: #ce231e;
  position: relative;
  z-index: 1;
}

.meal_title .left_star {
  position: absolute;
  background: url(../img/meal/img_star_1.png) no-repeat center;
  width: 69px;
  height: 52px;
  top: 110px;
  left: -65px;
  display: none;
}

.meal_title .right_star {
  position: absolute;
  background: url(../img/meal/ar_active_logo.png) no-repeat center;
  width: 48px;
  height: 48px;
  top: 0;
  transform: translateY(-50%);
  right: -60px;
  background-size: cover;
}

.meal_type_box {
  /* position: relative; */
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 66px;
}

.bubble {
  background: url(../img/meal/bubble1.png) no-repeat right;
  box-sizing: border-box;
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  width: max-content;
  padding: 0 9px 0 4px;
  position: absolute;
  background-size: 100% 100%;
  display: flex;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #fff;
}

.bubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 14px;
  height: 6px;
  background: url(../img/meal/s_arraw.png) no-repeat center;
  background-size: cover;
  bottom: -6px;
  right: 35px;
  display: none;
}

.bubble .active_bu_val {
  width: 65px;
  height: 20px;
  border-radius: 4px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #285cff;
  background-color: #eafff9;
  font-weight: bold;
  margin-top: 3px;
  margin-left: 0;
}

.bubble .active_bu_txt {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 26px;
  height: 26px;
  width: max-content;
  margin-left: 9px;
}

.hot .sign_line {
  background-color: #f48429;
  border-radius: 8px 7px 0px 0px;
}

.hot .meal_names {
  color: #ff6329;
}

.hot .meal_unit_price {
  color: #ff6329;
}

.hot .fd_buy {
  background-image: linear-gradient(90deg, #ff7545 0%, #fa8a1b 100%), linear-gradient(#2970f4, #2970f4);
  background-blend-mode: normal, normal;
  border-radius: 24px;
  color: #fff;
}

.hot .fd_buy:hover {
  background-image: linear-gradient(90deg, #ff885e 0%, #ff9c39 100%), linear-gradient(#2970f4, #2970f4);
  background-blend-mode: normal, normal;
}

.hot:hover .fd_buy {
  background-image: linear-gradient(90deg, #ff885e 0%, #ff9c39 100%), linear-gradient(#2970f4, #2970f4);
  background-blend-mode: normal, normal;
}

.hot .meal_total_price .origin_price {
  color: #959baa;
  font-size: 12px;
  text-decoration: line-through;
  font-weight: normal;
  margin-left: 6px;
}

.hot .meal_total_price span {
  font-size: 16px;
  font-weight: bold;
  color: #ff6329;
}

.hot .popular_bubscript .popular_txt_1 {
  color: #fff55b;
}

.new_user_hot {
  right: 0;
  left: -13px;
  position: absolute;

  top: -35px;
  z-index: 9;
  padding-left: 44px;
  box-sizing: border-box;
  text-align: left;
}

.active_box {
  position: absolute;
  left: 3px;
  top: 2px;
  z-index: 1;
}

.active_discount {
  position: absolute;
  right: -9px;
  top: 18px;
  z-index: 1;
  width: 57px;
  height: 68px;
}

.abox_title1 {
  width: 100px;
  height: 26px;
  padding-left: 20px;
  background-color: #2262d8;
  border-radius: 6px 6px 0px 0px;
  line-height: 26px;
  color: #fff55b;
  font-size: 16px;
  font-weight: bold;
}

.abox_title2 {
  width: 116px;
  height: 25px;
  line-height: 25px;
  background-image: linear-gradient(#ffe58b, #ffe58b), linear-gradient(#ffbb4d, #ffbb4d);
  background-blend-mode: normal, normal;
  border-radius: 0px 4px 4px 0px;
  color: #1957ca;
  font-size: 14px;
  font-weight: bold;
  padding-left: 20px;
}

.abox_cont {
  position: absolute;
  left: 32px;
  top: 0;
}

.new_user_hot2 .abox_title1 {
  color: #fff;
  width: 126px;
}

.new_user_hot2 .abox_title1 span {
  color: #fff55b;
}

.new_user_hot2 .abox_title2 {
  width: 103px;
}

.hot.active {
  border: solid 3px #fa8a1d;
}

.meal_cont_proxy .ips_proxies.repurchase_proxy {
  display: none;
}

.excul_detail .sign_line,
.exclus_cont .sign_line {
  width: 308px;
}

.pn4 .sign_line {
  width: 313px;
}

.user_type_cont .nomal_cont:nth-child(2) {
  display: none;
}

.error_active {
  min-width: auto;
  padding-left: 0;
  background: url(../img/meal/enterprise_pop.png) no-repeat center;
  background-size: 100% 100%;
  height: 30px;
  width: 140px;
  left: -3px;
  top: -17px;
  position: absolute;
  z-index: 99;
}

.error_active p {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

.faq_meal_style {
  color: #3d6eec;
}

.default_meal {
  width: 220px;
  text-align: center;
  height: 26px;
  line-height: 26px;
  background: linear-gradient(90deg, #c0ffef, #faff77);
  border-radius: 6px 6px 6px 0px;
  position: absolute;
  left: -3px;
  color: #1f33a2;
  font-size: 14px;
  font-weight: bold;
  top: -12px;
}

.default_meal img {
  position: absolute;
  left: -27px;
  width: 51px;
  top: -26px;
  display: none;
}

.popular_bubscript img {
  position: absolute;
  left: 19px;
  top: 0px;
  z-index: 9;
  width: 51px;
  display: none;
}

.exclus_cont .popular_bubscript {
  padding-left: 0;
  top: -38px;
}

.exclus_cont .popular_bubscript .popular_txt_1 {
  height: 26px;
  line-height: 26px;
}

.exclus_cont .meal_specific:last-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.exclus_cont .popular_bubscript .popular_txt_2 {
  width: 255px;
  background-color: #2970f4;
}

.exclus_cont .popular_bubscript img {
  left: -5px;
  top: -5px;
}

.pgive_ips {
  color: #ff5a57;
}

.qe_img,
.tree_img {
  position: absolute;
  z-index: 0;
  display: none;
}

.qe_img {
  top: 120px;
  left: 0;
}

.tree_img {
  right: 0;
  top: 102px;
}

.bubble1 {
  top: -38px;
  background: url(../img/meal/active_tab.png) no-repeat right;
  width: auto;
  height: 34px;
  line-height: 34px;
  background-size: 100% 100%;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  padding: 0 14px;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 12px;

  font-weight: 500;
}

.pop-box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.pop-box .paypal-container {
  padding: 38px;
  max-width: 694px;
  width: 100%;
  background: #ffffff;
  border-radius: 21px;
  box-sizing: border-box;
  margin: auto;
  box-shadow: 0 0 5px #f4f5f6;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pop-box .paypal-container .paypal_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 40px;
  font-weight: 800;
  color: #333;
  line-height: 60px;
  margin-bottom: 30px;
}

.pop-box .paypal-container .paypal_header p {
  font-size: 30px;
}

.pop-box .paypal-container .pop-close {
  position: absolute;
  top: -30px;
  right: 0px;
  cursor: pointer;
}

/* traffic meal style */
/* .traffic {
  float: left;
  margin-right: 20px;
} */
.customizat_meal {
  cursor: default;
  width: 220px;
  height: 440px;
  background-color: #ffffff;
  border-radius: 12px;
  float: left;
  position: relative;
  text-align: center;
  border: 3px solid rgba(39, 92, 255, 0.1);
}

.customizat_meal .sign_line {
  background-color: #275cff;
}

.customizat_meal img {
  width: 100px;
  margin-top: 45px;
}

.customizat_meal p.cus_tips {
  color: #222c3f;
  font-size: 18px;
  font-weight: bold;
  margin-top: 6px;
}

.customizat_meal .fd_buy {
  background-color: #ff5a57;
  color: #fff;
}

.trac_default_meal {
  position: absolute;
  top: -11px;
  left: -1px;
  display: flex;
  padding: 0 19px;
  height: 32px;
  width: max-content;
  /*background: url(../img/meal/coner_bg.png) no-repeat center;*/
  background: linear-gradient( 90deg, #CAFDB5 0%, #51E4CE 100%);
  border-radius: 4px;
  background-size: 100% 100%;
  line-height: 32px;
  z-index: 19;
  font-size: 16px;
  font-weight: 600;
  color: #0D4033;
}

/*.trac_default_meal::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 10px;*/
/*  bottom: -4px;*/
/*  width: 13px;*/
/*  height: 6px;*/
/*  background: url(../img/meal/conner_inco.png) no-repeat center;*/
/*  background-size: 100% 100%;*/
/*}*/
.trac_default_meal::after {
  content: "";
  position: absolute;
  right: -10px;
  top: -12px;
  width: 30px;
  height: 26px;
  background: url(http://static.cherryproxy.com/img/meal/spring_inco.webp) no-repeat center;
  background-size: 100% 100%;
}

.trac_default_meal img {
  width: 46px;
  position: relative;
  top: -14px;
  left: -11px;
}

.traffic_present {
  width: 730px;
  background: #f7f7f8;
  color: #081b3f;
  font-size: 16px;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 15px;
}

.total_trac_all {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  align-items: center;
}

.validity_time {
  width: 730px;
  height: 60px;
  background: #f7f7f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding: 0 20px;
  box-sizing: border-box;
  color: #081b3f;
  font-size: 16px;
  margin: 10px auto 0;
}

.validity_time p:nth-last-of-type(1) {
  font-weight: bold;
}

.traffic_present.money {
  margin-top: 10px;
}

.traffic_present.money .total_trac_all p:nth-last-of-type(1) {
  font-size: 16px;
  font-weight: bold;
}

.traffic_present.money .total_trac_all p:nth-last-of-type(1) span {
  font-size: 24px;
}

.tg_givsgb {
  display: flex;
  justify-content: space-between;
}

.tg_givsgb.children p {
  padding-left: 20px;
  color: #565e70;
  line-height: 30px;
}

.tg_givsgb:not(.other) p:nth-last-of-type(1) {
  font-size: 16px;

  font-weight: 400;
  /* color: #2970F4; */
  color: red;
}

.tg_givsgb.title p:nth-last-of-type(1) {
  color: #2970f4;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
}

.tracgb {
  color: #081b3f;
  font-weight: normal;
}

.cust_email_info {
  box-sizing: border-box;
  padding: 19px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #f4f8fe;
  width: 180px;
  height: 113px;
  border-radius: 6px;
  color: #435a86;
  font-size: 14px;
  margin: 0 auto;
  margin-top: 28px;
}

.cust_email_info img {
  width: 19px;
  height: 16px;
  padding-bottom: 10px;
  margin: 0;
}

.cust_email_info a {
  padding-top: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #435a86;
}

.cust_email_info a:hover {
  color: #0086ff;
}

.cust_email_info p:nth-child(1) {
  padding-top: 7px;
  color: #435a86;
}

.tmost_meal img {
  left: -5px;
}

.tmost_meal p {
  margin-left: -42px;
}

/* .traffic_title {
  display: none;
} */
.meal_val_present p.ads_price {
  display: none;
}

.noraml_title,
.traffic_title {
  position: relative;
}

.bubble2 {
  width: max-content !important;
  padding: 0 14px !important;
  top: -38px;
  color: #fff;
  background: url(../img/meal/active_tab.png) no-repeat right;
  width: auto;
  height: 34px;
  line-height: 34px;
  background-size: 100% 100%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;

  font-weight: 500;
  color: #ffffff;
}

.bubble2::after,
.bubble1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  right: 20px;
  width: 0;
  height: 0;
  border-top-width: 13px;
  border-right-width: 9px;
  border-left-width: 2.33px;
  border-bottom-width: 0;
  border-color: #ce231e transparent transparent transparent;
  border-style: solid;
  background: none;
  transform: rotate(29deg);
  display: block;
}

.meal_title p span::after {
  position: absolute;
  content: "";
  width: 157px;
  height: 50px;
  background: url(../img/meal/img_yellow.png) no-repeat center;
  background-size: cover;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: none;
}

.traffic_info {
  display: none;
}

.pn4 .fd_top {
  margin-top: 45px;
  font-size: 32px;

  font-weight: 800;
  color: #222c3f;
}

.pn4 .meal_tips {
  width: 210px;
}

.pn4:nth-last-of-type(1) {
  /* border-color: rgba(255, 102, 100, 0.2); */
}

.pn4:nth-last-of-type(1) .sign_line {
  background: #ce231e;
}

.pn4:nth-last-of-type(1).active {
  border: 2px solid #ce231e;
}

.pn4:nth-last-of-type(1) .fd_buy {
  width: 210px;
  height: 48px;
  background: #ce231e;
  background-size: 100% 100%;
  color: #ffffff;
}

.vh-select>.vh-select-label {
  z-index: 4 !important;
}

.vh-select>ul {
  z-index: 4 !important;
}

/* 套餐页使用教程 */
.package-tutorial {
  position: fixed;
  top: 172px;
  left: 20px;
  width: 232px;
  height: 450px;
  /* background: #FFFFFF; */
  /* box-shadow: 0px 2px 30px 1px rgba(73, 102, 175, 0.08); */
  border-radius: 10px;
  transition: all 0.3s;
  z-index: 7;
}

.package-tutorial-container {
  /* transition: all 0.3s;
  height: 500px;
  width: 230px; */
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 30px 1px rgba(73, 102, 175, 0.08);
  height: auto;
}

.package-tutorial-container.active {
  width: 162px;
  height: 70px;
}

.package-tutorial .bottom .dec p a {
  color: #275cff;
}

.package-tutorial .top .head {
  box-sizing: border-box;
  padding: 24px 13px;
  text-align: left;
}

.package-tutorial .top {
  display: flex;
  align-items: center;
  padding-top: 17px;
  padding-left: 20px;
  font-size: 16px;
  padding-right: 16px;
  font-weight: 600;
  color: #031a42;
  line-height: 22px;
}

.package-tutorial .top i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/meal/book-arraw.png) no-repeat center;
  background-position: 0 0;
  margin-left: auto;
  cursor: pointer;
}

.package-tutorial.active .top {
  /* padding-left: 13px; */
}

.package-tutorial .top i.active {
  background-position: 0 -24px;
}

.package-tutorial .top i.active:hover {
  background-position: -24px -24px;
}

.package-tutorial .top i:hover {
  background-position: -24px 0;
}

.package-tutorial .top img {
  width: 33px;
  height: 33px;
  margin-right: 2px;
}

.package-tutorial .top .head span {
  display: block;
  font-size: 20px;
  line-height: 20px;

  font-weight: bold;
  color: #ffda48;
}

/* .package-tutorial .top i {
  margin-left: 4px;
  width: 26px;
  height: 26px;
  background: url("../img/meal/package-tutorial-icon1.png") no-repeat;
  background-size: contain;
  cursor: pointer;
}

.package-tutorial .top i:hover {
  background-image: url("../img/meal/package-tutorial-icon2.png");
} */

.package-tutorial.active>.top i {
  background-image: url("../img/meal/package-tutorial-active-icon1.png");
}

.package-tutorial.active>.top i:hover {
  background-image: url("../img/meal/package-tutorial-active-icon2.png");
}

.package-tutorial .bottom {
  box-sizing: border-box;
  padding: 22px 20px;
  text-align: left;
  width: 230px;
  min-height: 300px;
  /* background: #fff; */
  /* overflow: hidden; */
}

.package-tutorial .bottom .dec {
  width: 213px;
}

.package-tutorial .bottom .dec p {
  font-size: 14px;
  line-height: 17px;

  font-weight: bold;
  color: #222c3f;
}

.package-tutorial .bottom .dec p span {
  color: #275cff;
}

.package-tutorial .bottom .text-list {
  /* padding-top: 11px; */
  height: max-content;
}

.package-tutorial .bottom .text-list .text-item {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 15px;
  color: #586883;
  line-height: 20px;
  display: flex;
}

.text-item i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #031a42;
  border-radius: 100%;
  font-size: 13px;
  font-family: Inter Regular;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 18px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.text-item p {
  width: 164px;
  transition: 0.5s;
  opacity: 1;
}

.use-tutorial {
  width: 189px;
  height: auto;
  padding: 30px 0;
  box-sizing: border-box;
  border-top: solid 1px #f2f7ff;
  border-radius: 0px 0px 10px 10px;
  margin: 0 auto;
  transition: all 0.2s ease;
}

.use-tutorial svg {
  margin-left: 10px;
  transition: all 0.33s ease;
}

.use-tutorial a:hover {
  color: #3d6eec;
}

.use-tutorial a:hover svg {
  transform: translateX(5px);
}

.use-tutorial a:hover svg path {
  fill: #3d6eec;
}

.use-tutorial p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #031a42;
}

.use-tutorial a {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  color: #031a42;
  line-height: 22px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}

.package-tutorial .bottom .text-list .text-item a {
  color: #3d6eec;
}

.package-tutorial .bottom .text-list .text-item:nth-last-of-type(1) {
  border: none;
  margin-bottom: 0;
}

.package-tutorial .bottom .text-list .text-item span {
  color: #3d6eec;
}

.isis-jiaobiao-con {
  position: relative;
}

.vh-coupon-dom {
  height: 40px;
  display: flex;
  align-items: center;
}

.vh-coupon-dom .vh-coupon-btn {
  width: 40px;
  height: 40px;
  margin: 0 10px 0 25px;
  cursor: pointer;
}

.vh-coupon-dom .vh-coupon-text {
  font-size: 14px;

  font-weight: 400;
  color: #081b3f;
}

.vh-coupon-dialog-meal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.vh-coupon-dialog-meal .vh-coupon-dialog-meal-con {
  position: relative;
  box-sizing: border-box;
  padding: 30px 30px 0;
  width: 380px;
  height: 262px;
  background: #ffffff;
  border-radius: 8px;
  font-size: 14px;

  color: #acb6c6;
  line-height: 16px;
}

.vh-coupon-dialog-meal .vh-coupon-dialog-meal-con i {
  position: absolute;
  width: 26.6px;
  height: 26.6px;
  top: 6px;
  right: 6px;
  background: url("../img/header/message-close.png") no-repeat;
  background-size: cover;
  cursor: pointer;
}

.vh-coupon-dialog-meal .vh-coupon-dialog-meal-con .title {
  font-size: 18px;

  font-weight: bold;
  color: #031a42;
  line-height: 21px;
}

.vh-coupon-dialog-meal .vh-coupon-dialog-meal-con .ipt {
  box-sizing: border-box;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  width: 320px;
  height: 44px;
  background: #edf0f5;
  border-radius: 2px;
}

.vh-coupon-dialog-meal .vh-coupon-dialog-meal-con .ipt input {
  width: 100%;
  height: 100%;
  color: #031a42;
  font-size: 14px;

  background: transparent;
  border: none;
  outline: none;
}

.pay_c_new .pay_type_new {
  padding: 4px 6px;
  margin-left: 18px;
  font-family: Inter Regular;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background: linear-gradient(131deg, #fd0a62 0%, #f29473 100%);
  border-radius: 4px;
}

.vh-coupon-dialog-meal .vh-coupon-dialog-meal-con .btn {
  box-sizing: border-box;
  padding: 0 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  width: max-content;
  height: 40px;
  background: #3d6eec;
  border-radius: 4px;
  font-size: 14px;

  font-weight: normal;
  color: #ffffff;
  cursor: pointer;
}

.vh-coupon-dialog-meal .vh-coupon-dialog-meal-con .text {
  width: 288px;
  height: max-content;
  font-size: 14px;

  color: #acb6c6;
  line-height: 16px;
}

.traffic_present.days .meal_ip_present {
  padding-bottom: 0;
  border-bottom: none;
}

.traffic_present.days .total_trac_all {
  margin-top: 0;
}

.traffic_present.days .total_trac_all p:nth-last-of-type(1) {
  font-weight: bold;
}

.traffic_present.days .total_trac_all p:nth-last-of-type(1) span {
  font-size: 24px;
}

.lowest-guarant {
  font-size: 40px;
  font-weight: 600;
  color: #031a42;
  line-height: 56px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 70px;
}

.meal_names p {
  width: 78px;
  padding: 0 8px;
  height: 24px;
  line-height: 25px;
  background: #ff8200;
  border-radius: 3px;
  display: inline-block;
  font-size: 16px;
  font-family: Regular_Medium;
  font-weight: 500;
  color: #ffffff;
  margin-left: 5px;
}

.enterprise_title,
.static_title,
.sokit_title,
.trafficc_plan_title {
  display: none;
}

.meal_container_new {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;

  padding-top: 200px;
  overflow-x: hidden;
}

.pay-type-cont {
  display: grid;
  grid-template-columns: 1fr 370px;
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  margin: 70px auto 0;
  position: relative;
  z-index: 1;
  padding-bottom: 81px;
}

.m_cn_left {
  width: 800px;
  margin-right: 30px;
}

.m_cn_rigth {
  width: 500px;
}

.select_cont {
  width: 500px;
  height: auto;
  border: 2px solid #e2e8f1;
  border-radius: 6px;
  margin-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.sc_t {
  width: 100.8%;
  height: 6px;
  background: #d6394d;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  top: -2px;
  left: -2px;
}

.select_cont img {
  margin: 20px;
}

.discount_price {
  height: 30px;
  clear: both;
  overflow: hidden;
  padding: 0 20px;
  display: none;
}

.discount_price span {
  display: block;
  font-size: 14px;
  color: #666666;
  float: right;
}

.discount_price span:nth-child(2) {
  text-decoration: line-through;
}

.discount_price span:nth-child(1) {
  color: #e93f68;
  background: #ffe4e8;
  border-radius: 12px;
  width: 124px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: block;
  float: left;
}

.t_last_price {
  width: 444px;
  margin: 0 auto;
  margin-top: 19px;
  color: #383c43;
  font-size: 16px;
  padding-top: 24px;
  clear: both;
  padding-bottom: 27px;
}

.t_last_price span {
  float: left;
}

.t_last_price span:nth-child(2) {
  float: right;
  font-size: 22px;
  font-weight: bold;
}

.pay_n_detail {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  border-radius: 4px;
  border: 1px solid#F2F7FF;
  text-align: left;
  margin-bottom: 20px;
}

.pay_n_detail.active {
  border: 1px solid #3d6eec;
}

.input_cont {
  font-size: 16px;
  width: 614px;
  margin: 0 auto;
  position: relative;
}

.input_cont p {
  margin-bottom: 10px;
}

.pay_n_detail.active .pi_top i {
  background-position: 0 -24px;
}

.pi_top {
  cursor: pointer;
  position: relative;
  background: #fff;
  padding: 27px 20px 25px;
  font-size: 18px;

  font-weight: 500;
  color: #031a42;
  line-height: 25px;
  border-radius: 10px 10px 0px 0px;
}

.pay_c_new {
  width: 100%;
  /* background: #FFFFFF; */
}

.pay_type_one {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px;
  border-top: 1px solid #ebeffb;
  display: none;
}

.pay_btn {
  margin-top: 20px;
}

.cun_telegram {
  width: 615px;
  margin: 0 auto;
  font-size: 16px;
  color: #666666;
}

.pay_type_thour {
  padding-top: 0;
}

.cun_t_d_step {
  font-size: 15px;
  font-weight: 500;
  color: #586883;
  line-height: 21px;
  margin-bottom: 20px;
}

.cun_t_d_step a {
  color: #3d6eec;
}

.copy_cont {
  width: 540px;
  min-height: 203px;
  background: #fff;
  margin-top: 20px;
}

.copy_cont {
  display: flex;
  font-size: 14px;
  position: relative;
}

#qrcode {
  position: absolute;
  left: 168px;
  bottom: 12px;
}

.copy_cont_left {
  padding: 15px;
  cursor: pointer;
}

.copy_cont_left p:nth-child(2) {
  color: #0d86ff;
  margin-top: 12px;
}

.copy_cont_left p:nth-child(2) img {
  margin-top: -4px;
  margin-left: 3px;
}

.head_learn {
  padding: 0 24px;
  position: relative;
  display: inline-block;
  color: #163561;
  cursor: pointer;
}

.head_learn.on a {
  color: #0d86ff;
}

.head_learn .hear_learn_title:hover {
  color: #0d86ff;
}

.head_learn .hear_learn_title {
  padding: 0;
}

.head_learn .select1 {
  display: block;
  width: 6px;
  height: 5px;
  background: url(../img/index_new/select_down.html) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.head_learn .select2 {
  display: none;
  width: 6px;
  height: 5px;
  background: url(../img/index_new/selected_dwon.html) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.learn_cont a {
  height: 40px;
  line-height: 40px;
  text-align: left;
  font-size: 14px;
  color: #465469;
  padding: 0 24px;
  display: block;
}

.pay_img_code {
  margin-top: 15px;
  position: relative;
}

.pay_img_code span {
  display: inline-block;
}

.pay_img_code img {
  display: inline-block;
  margin-left: 3px;
  position: absolute;
  top: 3px;
}

.pay_in_note {
  color: #e93f68;
  font-size: 12px;
}

.pay_input_email {
  font-size: 16px;
  color: #333333;
  margin-top: 20px;
}

.pay_input_email input {
  width: 470px;
  padding-left: 10px;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #e2e8f1;
  color: #333;
  font-size: 14px;
}

.pay_input_email span {
  display: inline-block;
  margin-right: 5px;
}

.pay_input_tips {
  margin-top: 16px;
  font-size: 12px;
  color: #666;
}

.cun_telegram_detail.telegram_detail3 {
  border-bottom: none;
}

.pay_type_thour .pay_btn_tel {
  margin-top: 10px;
  margin-left: 96px;
}

.pay_help {
  margin-top: 26px;
  font-size: 14px;
  color: #666;
  padding-left: 100px;
}

.pay_help a {
  color: #0d86ff;
  text-decoration: underline;
}

.pay_input_email input.error_step3_tips {
  border: solid 1px #f74934;
}

.input_cont_email p.c_email_error_tips {
  color: #f74934;
  font-size: 14px;
  margin-top: -11px;
  padding-left: 3px;
  display: none;
}

.tax_tips {
  color: #f74934;
  font-size: 14px;
  padding-left: 57px;
  display: none;
}

.cut_down {
  display: flex;
  margin: 0 auto;
  margin-top: 18px;
  width: 300px;
  padding-left: 58px;
}

.cut_down p {
  line-height: 52px;
  position: relative;
  width: 56px;
  height: 52px;
  background: url(../img/meal/meal_count_down.html) no-repeat center;
  background-size: 100% 100%;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.cut_down .dot {
  font-size: 32px;
  font-weight: bold;
  color: #2b3c92;
  display: inline-block;
  margin: 0 8px;
  margin-top: -5px;
}

.time_text {
  position: absolute;
  font-size: 12px;
  color: #999999;
  left: 50%;
  transform: translateX(-50%);
  bottom: -36px;
  font-weight: normal;
  width: 100%;
}

.blog-locat {
  display: none;
  align-items: center;
  font-size: 14px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  max-width: 1600px;
  padding: 0 25px;
  box-sizing: border-box;
}

.blog-locat a {
  color: #031a42;
}

.blog-locat img {
  margin: 0 10px;
}

.blog-locat span {
  font-weight: 500;
  color: #959baa;
  /* opacity: 0.5; */
}

.meal_bg {
  padding-top: 102px;
}

.coner-meal {
  width: 96px;
  height: 36px;
  line-height: 36px;
  background: url(http://static.cherryproxy.com/img/meal/meal-tj-inco1.webp) no-repeat center;
  background-size: cover;
  margin-left: 7px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  color: #0D4033;
}

.meal-title {
  position: relative;
}

.meal-title::after {
  content: "";
  position: absolute;
  width: 930px;
  height: 555px;
  background: url(../img/meal/meal-titlt-bg.png) no-repeat center;
  background-size: cover;
  left: 50%;
  transform: translateX(-50%);
  top: -60px;
  display: none;
}

.meal_specific.hot-active {
  background: linear-gradient(180deg, #cbdeff 0%, #fefeff 100%);
}

.meal_specific.recommend-active {
  /* background: linear-gradient(180deg, #ffd7d7 0%, #ffeef3 50%, #ffffff 100%); */
  background: linear-gradient(180deg, #e3d5ff 0%, #fefeff 100%);
}

.meal_specific:hover {
  box-shadow: 0px 10px 50px 0px rgba(109, 149, 216, 0.17);
}

.supprot-pay-type {
  margin: 0 auto;
  height: 46px;
  background: #e8ecf8;
}

.spt-cont {
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.spt-cont .st-logo-1 {
  width: 14px;
  height: 18px;
  margin-right: 10px;
}

.spt-cont .st-logo-2 {
  margin-left: auto;
  width: 481px;
  height: 26px;
}

.spt-cont span {
  font-size: 14px;

  font-weight: 400;
  color: #586883;
  line-height: 20px;
}

.proxy-feature {
  padding-bottom: 35px;
  margin: 0 auto;
  height: max-content;
  background: #031a42;
}

.proxy-feature h1 {
  font-size: 40px;

  font-weight: 600;
  color: #f2f7ff;
  line-height: 56px;
  text-align: center;
  padding-top: 86px;
}

.proxy-feature-container {
  box-sizing: border-box;
  padding: 0 25px;
  margin: 68px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  width: 100%;
  max-width: 1250px;
}

.proxy-customer {
  padding: 20px;
}

.proxy-customer::after,
.proxy-customer::before {
  opacity: 0;
}

.proxy-customer>div p {
  font-family: Inter Regular;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
}

.pf-cont {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 456px;
  height: 334px;
  background: rgb(255, 255, 255, 0.07);
  border-radius: 20px;
}

.pf-cont p {
  font-size: 18px;
  font-weight: 400;
  color: #f2f7ff;
  line-height: 25px;
  text-align: left;
  display: flex;
}

.pf-cont img {
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: 4px;
}

.proxy-customer {
  box-sizing: border-box;
  padding: 25px;
  width: 100%;
  max-width: 1200px;
  height: max-content;
  background: #ff428f;
  border-radius: 40px;
  margin: 100px auto;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.proxy-customer>div {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
  text-align: left;
  width: 100%;
}

.proxy-customer img {
  width: 282px;
  height: 360px;
  margin-left: 84px;
  margin-right: 76px;
  position: relative;
  z-index: 5;
}

.proxy-customer>div p {
  position: relative;
  z-index: 1;
}

.proxy-customer>div p:nth-child(2) {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 33px;
  display: inline-block;
  margin-top: 23px;
}

.proxy-customer>div p:nth-child(2) span {
  opacity: 0.6;
  display: inline-block;
  margin-left: 30px;
}

.proxy-customer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 216px;
  background: url(../common/main/img/customer-01.png) no-repeat center;
  background-size: cover;
  left: 23px;
  bottom: 0;
}

.proxy-customer::after {
  content: "";
  position: absolute;
  width: 49px;
  height: 105px;
  background: url(../common/main/img/customer-02.png) no-repeat center;
  background-size: cover;
  right: 0;
  bottom: 22px;
}

.connect-plan {
  margin-top: 0;
}

.hot-star {
  width: 39px;
  height: 11px;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.active-star {
  width: 67px;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.showTitle img {
  width: 50px;
  height: 50px;
}

.static_proxy_origin {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  margin: 70px auto 0;
  position: relative;
  z-index: 1;
  padding-bottom: 81px;
}

.sv_peroid {
  width: 800px;
  height: auto;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  padding-bottom: 15px;
  overflow-x: auto;
}

.sv_summary {
  position: relative;
  width: 100%;
  height: 685px;
  background: #ffffff;
  border-radius: 10px;
  padding: 0 25px;
  box-sizing: border-box;
}

.sv_summary>.pay_icon {
  position: absolute;
  width: 144px;
  height: 92px;
  right: 0;
  top: -45px;
}

.sv_peroid_top {
  margin-bottom: 27px;
  width: 100%;
  min-width: 744px;
}

.sv_peroid_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sv_peroid_top p {
  font-size: 18px;

  font-weight: 500;
  color: #031a42;
  line-height: 25px;
}

.sv_peroid_top p>span {
  display: none;
}

.svp_type p {
  display: inline-block;

  cursor: pointer;
  padding: 0 25px;
  height: 42px;
  background: #ffffff;
  border-radius: 21px;
  border: 1px solid #d0dbf7;
  font-size: 18px;

  font-weight: 500;
  color: #586883;
  line-height: 42px;
  margin-right: 10px;
  box-sizing: border-box;
}

.svp_type p:last-child {
  margin-right: 0;

  position: relative;
}

.svp_type {
  display: flex;
  align-items: center;
}

.svp_type p.active {
  background: #3d6eec;
  border: 1px solid #3d6eec;
  color: #fff;
}

.sst_title {
  font-size: 18px;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  color: #163561;
  line-height: 24px;
  margin-top: 20px;
}

.svp-type-recommend {
  display: inline-block;
  width: 40px;
  height: 41px;
  background: url(../img/meal/recomd-hot-en.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: -17px;
  right: -14px;
  text-align: center;
}

.svpa_title {
  font-size: 14px;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  color: #163561;
  position: relative;
  margin-bottom: 15px;
}

.svpa_title::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 4px;
  background: linear-gradient(90deg, #00b5ff 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.45;
  bottom: 5px;
  left: 0;
}

.svp_area {
  height: max-content;
}

.svp_detail_cont {
  width: 100%;
  text-align: left;
  font-size: 15px;

  font-weight: 500;
  color: #586883;
}

.svpd_detail {
  width: 100%;
  min-width: 744px;
  box-sizing: border-box;
  cursor: default;
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
  overflow-y: hidden;
}

.selected_area_cont.paypay-pay>.svpd_detail.sac_detail {
  min-width: 0;
}

.svpd_detail:nth-child(even) {
  background: #f2f7ff;
}

.selected_area_cont .svpd_detail:nth-child(even) {
  background: #fff;
}

.svpd_detail.active {
  background: #fff8f9;
  border: 1px solid #d6394d;
}

.svpd_detail.active .svpd_price {
  display: none;
}

.svpd_detail.active .svpd_count {
  display: flex;
}

.svpd_detail:nth-child(3n) {
  margin-right: 0;
}

.avpd_country {
  position: relative;
  padding-left: 20px;
  margin-right: 18px;
  display: flex;
}

.avpd_country img {
  width: 24px;
  height: 24px;
}

.ca_country_name {
  width: 170px;
}

.ca_abre {
  font-weight: 400;
  font-size: 12px;
  color: #586883;
  line-height: 17px;
}

.svpd_price {
  display: flex;
  font-size: 12px;
  align-items: center;
}

.svpd_unit {
  width: 145px;
}

.remaining-count {
  width: 129px;
}

.svpd_price .svpd_unit {
  font-size: 16px;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  color: #163561;
}

.static-total-price {
  width: 128px;
}

.svpd_count {
  width: 111px;
  height: 30px;
  border: 1px solid #d0dbf7;
  display: flex;
  align-items: center;
  border-radius: 5px;
}

.svpd_count.vvvv {
  width: max-content;
  height: 30px;
  display: flex;
  border: none;
  align-items: center;
  font-size: 18px;
}

.svpd_reduce {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 5px 0px 0px 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.sr_reduce {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/meal/sr_reducue_logo.png) no-repeat center;
  background-size: cover;
  background-position: 0 0;
}

/* .sr_reduce:hover {
  background-position: -10px 0;
} */

.sr_add {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/meal/sr_add_logo.png) no-repeat center;
  background-size: cover;
  background-position: 0 0;
}

/* .sr_add:hover {
  background-position: -10px 0;
} */

.svpd_number {
  text-align: center;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-right: 1px solid #d0dbf7;
  border-left: 1px solid #d0dbf7;
  width: 50px;
  height: 30px;
  font-size: 18px;

  font-weight: 500;
  color: #586883;
}

.svpd_add {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 0px 5px 5px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sv_summary h2 {
  font-size: 18px;
  text-align: left;

  font-weight: 600;
  color: #031a42;
  line-height: 25px;
  padding: 29px 0 20px;
  border-bottom: 1px solid #e8f0ff;
  overflow-y: hidden;
}

.sum_top {
  font-weight: 600;
  margin-top: 17px;
  justify-content: space-between;
  display: flex;
  font-size: 15px;

  color: #031a42;
  line-height: 21px;
}

.sum_top .clear_sum_top {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.sum_top span:nth-child(2) {
  color: #3d6eec;
}

.sac_detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
}

.sac_detail .svpd_count {
  /* width: 98px;
  height: 30px;
  display: flex;
  border-radius: 4px; */
}

.sac_detail .svpd_number {}

.selected_area_cont {
  margin-top: 15px;
  height: 320px;
  overflow-y: auto;
  text-align: left;
}

.svd_botm {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  box-sizing: border-box;
}

.svd_botm::after {
  content: "";
  position: absolute;
  top: 20px;
  left: -25px;
  width: calc(100% + 50px);
  height: 224px;
  background: url(../img/meal/static-bottom-bg.png) no-repeat center;
  background-size: cover;
}

.svb_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  color: #163561;
  margin-top: 11px;
  position: relative;
  z-index: 1;
}

.svb_total {
  font-size: 14px;
  color: #163561;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  line-height: 32px;
}

.svd_order {
  width: 100%;
  height: 50px;
  background: #3d6eec;
  border-radius: 25px;
  text-align: center;
  font-size: 16px;

  font-weight: 500;
  color: #ffffff;
  margin-top: 47px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.svd_order:hover {
  /* background: #E6465B; */
}

.svpd_detail.country_recommend::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 16px;
  background: url(../img/meal/svd_hot.html) no-repeat center;
  background-size: cover;
  left: 1px;
  top: -10px;
}

.svp_select_title {
  width: 100%;
  min-width: 744px;
  height: 56px;
  background: #f2f7ff;
  font-size: 15px;
  font-weight: 500;
  color: #031a42;
  display: flex;
  line-height: 56px;
  text-align: left;
}

.svp_select_title p:nth-child(1) {
  padding-left: 62px;
  box-sizing: border-box;
  width: 233px;
}

.svp_select_title p:nth-child(2) {
  width: 144px;
}

.svp_select_title p:nth-child(3) {
  width: 129px;
}

.svp_select_title p:nth-child(4) {
  width: 128px;
}

.svp_select_title p:nth-child(5) {
  width: 110px;
  text-align: center;
}

.sac_detail .ca_country_name {
  width: 130px;
  font-size: 14px;
  font-family: Regular_Medium;
  font-weight: 600;
  color: #586883;
}

.sac_detail .avpd_country {
  padding-left: 0;
  display: flex;
  align-items: center;
}

.country_abbre {
  margin-left: 15px;
}

.svd-botm-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;

  font-weight: 500;
  color: #586883;
  line-height: 21px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.svd-botm-price {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 22px;

  font-weight: 500;
  color: #031a42;
  line-height: 30px;
}

.meal_p_1 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 40px;
  font-weight: 600;
  color: #031a42;
  line-height: 56px;
  text-align: left;
  margin-bottom: 60px;
}

.meal_p_1>img {
  width: 60px;
  height: 60px;
}

.pay-type-container {
  position: relative;
  background: #f2f7ff;
  padding-bottom: 100px;
}

.pay-type-container .zhizhuwang {
  position: absolute;
  left: 0;
  top: 80px;
  width: 218px;
  height: 214px;
}

.support_pay_logo {
  margin-top: 20px;
  cursor: pointer;
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.pay_virtual_currency .s_logo_detail {
  position: relative;
  width: auto;
  display: flex;
  padding: 0 10px;
  height: 42px;
  line-height: 42px;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;

  font-weight: 500;
  color: #586883;
  background-color: #ffffff;
  border-radius: 21px;
  border: solid 1px #d0dbf7;
  margin-bottom: 15px;
}

/* .pay_virtual_currency .s_logo_detail:nth-child(4n){margin-right:0} */
/* .pay_virtual_currency .s_logo_detail:last-child{width:263px} */
.s_logo_detail span {
  display: inline-block;
  margin-right: 10px;
}

.s_logo_detail i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/meal/pay-type-inco.png) no-repeat center;
  background-size: cover;
  background-position: 0 0;
  margin-right: 10px;
}

.s_logo_detail.active {
  border: solid 1px #0d86ff;
}

.s_logo_detail.active i {
  background-position: 0 -22px;
}

.cun_t_d_step2 {
  margin-top: 50px;
}

.pay-connect-info {
  font-size: 12px;

  font-weight: 500;
  color: #586883;
  line-height: 17px;
  text-align: right;
  margin-top: 25px;
}

.pay-connect-info span {
  color: #3d6eec;
}

.pay-list-info .sv_summary {
  height: auto;
  padding-bottom: 30px;
}

.pay-list-info .svd_botm::after {
  display: none;
}

.pay-list-info .svd_botm {
  border-top: 1px solid #ebeffb;
}

.pay-list-info .selected_area_cont {
  height: auto;
}

.normal-order-list .selected_area_cont>div {
  display: flex;
  font-size: 15px;
  font-weight: 500;
  color: #586883;
  line-height: 21px;
  justify-content: space-between;
  margin-bottom: 15px;
}

.normal-order-list .selected_area_cont p:nth-child(2) {
  color: #ff0068;
}

.normal-order-list .selected_area_cont>div:nth-child(1) p:nth-child(2) {
  color: #586883;
}

.normal-order-list .selected_area_cont {
  margin-top: 30px;
}

.ip-period {
  margin-top: 118px;
}

.ip-period p:nth-child(2) {
  color: #586883 !important;
}

.pi_top i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/meal/pay-type-select.png) no-repeat center;
  position: absolute;
  right: 28px;
  top: 30%;
  transform: translateY(-50%);
  cursor: pointer;
  background-size: cover;
  background-position: 0 0;
}

.normal-order-list .selected_area_cont>div.proxy-gift {
  display: none;
}

.normal-order-list .selected_area_cont>div.ip-period {
  display: none;
}

.no-static-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-static-info img {
  width: 122px;
  height: 120px;
  margin-top: 86px;
}

.notallowed {
  opacity: 0.5;
  cursor: not-allowed;
}

.tutorial-button {
  width: 87px;
  height: 87px;
  background: url(../img/meal/meal-tru-logo.png) no-repeat center;
  background-size: cover;
  position: fixed;
  left: 41px;
  top: 168px;
  z-index: 7;
  transition: all 0.3s;
  cursor: pointer;
}

.tutorial-button:hover {
  background: url(../img/meal/meal-tru-logo-hover.png) no-repeat center;
  background-size: cover;
}

.tutorial-button.active {
  background: url(../img/meal/meal-tru-logo-sq.png) no-repeat center;
  background-size: cover;
}

.tutorial-button.active:hover {
  background: url(../img/meal/meal-tru-logo-sq-hover.png) no-repeat center;
  background-size: cover;
}

.package-tutorial.active {
  height: 70px;
  overflow: hidden;
  width: 162px;
}

.package-tutorial.active .text-item p {
  opacity: 0;
}

/* .use-tutorial a:hover{
  color: #275cff;
}
.use-tutorial a:hover svg path{
  fill: #3d6eec;
} */

.ips_proxies.traffic,
.ips_proxies.users_proxy,
.ips_proxies.unlimited_proxies,
.ips_proxies.repurchase_proxy>div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  height: max-content;
}

.ips_proxies.unlimited_proxies {
  grid-template-columns: repeat(5, 1fr);
}

.meal_cont_proxy.enterprise_exclusive {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  height: max-content;
}

.ips_proxies.traffic-plan {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  height: max-content;
}

@media screen and (max-width: 1295px) {
  .meal_p_1 {
    box-sizing: border-box;
    padding: 0 8px;
  }

  .pay-type-cont {
    box-sizing: border-box;
    padding: 0 8px;
  }

  .meal_bg>.meal-title>div {
    box-sizing: border-box;
    padding: 0 25px;
  }

  .supprot-pay-type {
    display: none;
  }

  .proxy-feature-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .meal_container>.meal_banner>.meal_bg>.blog-locat {
    box-sizing: border-box;
    padding: 0 25px;
  }

  .meal_list_container>.ml_cont_all .ips_proxies.traffic {
    box-sizing: border-box;
    padding: 0 25px;
    grid-template-columns: repeat(4, 1fr);
  }

  .meal_list_container>.ml_cont_all .ips_proxies.traffic-plan {
    box-sizing: border-box;
    padding: 0 25px;
  }

  .meal_list_container>.ml_cont_all .meal_cont_proxy.enterprise_exclusive {
    box-sizing: border-box;
    padding: 0 25px;
  }

  .meal_list_container>.ml_cont_all .ips_proxies.users_proxy {
    box-sizing: border-box;
    padding: 0 25px;
    grid-template-columns: repeat(4, 1fr);
  }

  .meal_list_container>.ml_cont_all .ips_proxies.repurchase_proxy>div {
    box-sizing: border-box;
    padding: 0 25px;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 1235px) {
  .meal_container>.meal_banner>.meal_bg>.static_proxy_origin {
    box-sizing: border-box;
    padding: 0 8px;
    grid-template-columns: repeat(1, 1fr);
  }

  .meal_container>.meal_banner>.meal_bg>.static_proxy_origin>.sv_peroid {
    width: 100%;
  }
}

@media screen and (max-width: 1025px) {
  .proxy-customer>img {
    display: none;
  }

  .meal_list_container>.ml_cont_all .ips_proxies.traffic {
    grid-template-columns: repeat(3, 1fr);
  }

  .meal_list_container>.ml_cont_all .ips_proxies.traffic-plan {
    grid-template-columns: repeat(3, 1fr);
  }

  .meal_list_container>.ml_cont_all .meal_cont_proxy.enterprise_exclusive {
    grid-template-columns: repeat(3, 1fr);
  }

  .meal_list_container>.ml_cont_all .ips_proxies.users_proxy {
    grid-template-columns: repeat(3, 1fr);
  }

  .meal_list_container>.ml_cont_all .ips_proxies.repurchase_proxy>div {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 888px) {
  .pay-type-cont {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 825px) {
  .proxy-feature-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .meal_list_container>.ml_cont_all .ips_proxies.traffic {
    grid-template-columns: repeat(2, 1fr);
  }

  .meal_list_container>.ml_cont_all .ips_proxies.traffic-plan {
    grid-template-columns: repeat(2, 1fr);
  }

  .meal_list_container>.ml_cont_all .meal_cont_proxy.enterprise_exclusive {
    grid-template-columns: repeat(2, 1fr);
  }

  .meal_list_container>.ml_cont_all .ips_proxies.users_proxy {
    grid-template-columns: repeat(2, 1fr);
  }

  .meal_list_container>.ml_cont_all .ips_proxies.repurchase_proxy>div {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 488px) {
  .index_faq_plat>.anq_cont>.learnMore>.showTitle {
    padding: 16px;
  }

  /* .index_faq_plat > .anq_cont > .learnMore > .showTitle > img {
    display: none;
  } */

  .index_faq_plat>.anq_cont>.learnMore>.showTitle>.imgBg {
    right: 16px;
  }

  .index_faq_plat>.anq_cont>.learnMore>.showTitle>li {
    font-size: 18px;
  }

  .index_faq_plat>.anq_cont>.learnMore>.learContent {
    padding-left: 25px;
    padding-right: 15px;
  }

  .meal_type_all {
    display: none;
  }

  .vh_meal_type_all {
    display: flex;
  }

  .package-tutorial,
  .tutorial-button {
    display: none;
  }

  .meal_bg {
    padding-top: 36px;
  }

  .blog-locat {
    display: none;
  }

  .meal_list_container>.ml_cont_all .ips_proxies.traffic {
    grid-template-columns: repeat(1, 1fr);
  }

  .meal_list_container>.ml_cont_all .ips_proxies.traffic-plan {
    grid-template-columns: repeat(1, 1fr);
  }

  .meal_list_container>.ml_cont_all .meal_cont_proxy.enterprise_exclusive {
    grid-template-columns: repeat(1, 1fr);
  }

  .meal_list_container>.ml_cont_all .ips_proxies.users_proxy {
    grid-template-columns: repeat(1, 1fr);
  }

  .meal_list_container>.ml_cont_all .ips_proxies.repurchase_proxy>div {
    grid-template-columns: repeat(1, 1fr);
  }
}

.s_logo_detail img,
.logo_detail img {
  height: 26px;
}

.header {
  background: #fff;
}

.vh-h-language-nav:hover .vh-h-l-text svg path {
  fill: #3d6eec !important;
}

.vh-h-language-nav:hover .vh-h-l-text span,
.vh-h-btn.user:hover a {
  color: #3d6eec !important;
}

.vh-h-btn.user:hover a svg path {
  fill: #3d6eec !important;
}

.youhuiquan {
  display: none !important;
}

.youhuiquan.active {
  display: flex !important;
}

.youhuiquan span {
  font-family: Inter Regular;
  font-weight: 500;
  font-size: 15px;
  color: #ff0068;
  line-height: 1;
}

.youhuiquan span em {
  font-style: normal;
  font-size: 12px;
  color: #959baa;
}

/* 优惠券弹窗 */
body>.coupon_dialog {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.2s;
}

body>.coupon_dialog.active {
  pointer-events: auto;
  opacity: 1;
}

body>.coupon_dialog>.coupon_dialog_main {
  box-sizing: border-box;
  padding: 0 30px;
  position: relative;
  width: 440px;
  height: 370px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../img/activity/april_activities_2024/coupon_bg.png");
  background-size: cover;
}

body>.coupon_dialog>.coupon_dialog_main>i {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: url("../img/activity/april_activities_2024/close.png");
  background-size: cover;
  cursor: pointer;
}

body>.coupon_dialog>.coupon_dialog_main>i:hover {
  opacity: 0.68;
}

body>.coupon_dialog>.coupon_dialog_main>.banner {
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  height: 206px;
}

body>.coupon_dialog>.coupon_dialog_main>p {
  padding-top: 192px;
  font-family: Inter Regular;
  font-weight: bold;
  font-size: 22px;
  color: #031a42;
  line-height: 27px;
  text-align: center;
}

body>.coupon_dialog>.coupon_dialog_main>.btn {
  margin-top: 30px;
  width: 280px;
  height: 54px;
  background: #3d6eec;
  border-radius: 27px;
  font-family: Inter Regular;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 54px;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
}

body>.coupon_dialog>.coupon_dialog_main>.btn:hover {
  opacity: 0.68;
}

.period-meal {
  margin: 0 auto;
  margin-top: 30px;
  box-sizing: border-box;
  font-size: 16px;
  color: #031a42;
  max-width: 1200px;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
}

.vh-select.period-list,.vh-select.unlimit-list {
  max-width: 200px;
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  /*border: 1px solid #d0dbf7;*/
  margin-left: 14px;
}

.vh-select.period-list>.vh-select-label,.vh-select.unlimit-list>.vh-select-label {
  background: #fff;
  border-radius: 22px;
  border: 1px solid #586883;
}

.vh-select.period-list>.vh-select-label span,.vh-select.unlimit-list>.vh-select-label span {
  font-weight: normal;
  font-size: 16px;
}

.vh-select.period-list>ul,.vh-select.unlimit-list>ul {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 4px 0;
}

.vh-select.period-list>ul>li,.vh-select.unlimit-list>ul>li {
  font-weight: 400;
  font-size: 14px;
  color: #565e70;
  padding: 0;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
}

.vh-select.period-list>ul>li:hover,.vh-select.unlimit-list>ul>li:hover {
  color: #031a42;
  background: #f7f8fb;
}

.vh-select.period-list>.vh-select-label i,.vh-select.unlimit-list>.vh-select-label i {
  width: 20px;
  height: 20px;
}

.un_proxy_data {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.un_proxy_data p {
  font-size: 15px;
  color: #031a42;
  line-height: 21px;
  font-weight: 600;
}

.unit-price-dom {
  font-size: 15px;
  font-weight: 500;
  color: #586883;
}

.unit-price-dom span.unit-price {
  color: #586883 !important;
}

.pay_tips,
.pay_tips_refresh {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.pay_tips i {
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

.pay_tips i::after {
  content: "...";
  animation: ellipsisMove 2s infinite;
}

.pay_tips_refresh {
  display: none;
}

.pay_tips_refresh i {
  display: inline-block;
  background-color: #0b86ff;
  background-size: cover;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  border-radius: 2px;
  text-align: center;
  padding: 3px 8px;
}

.pay_tips_refresh i:hover {
  background-size: cover;
  opacity: 0.8;
}

.pay-dom-loading-yes,
.pay-dom-loading-error {
  display: none;
}

.adyen-checkout__card__brands__brand-wrapper {
  display: flex !important;
}

.adyen-checkout__helper-text,
.adyen-checkout__label__text {
  line-height: 18px !important;
}

.adyen-checkout__payment-method__name--selected {
  font-size: 16px !important;
}

:deep(.adyen-checkout__button__text) {
  font-size: 16px !important;
}

.adyen-checkout__button__icon {
  width: 16px !important;
}

.adyen-pay-dom-loading-yes,
.adyen-pay-dom-loading-error {
  display: none;
}

.pay_e_dialog {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
}

.pay_e_dialog.active {
  display: flex;
}

.pay_e_dialog>.pay_e_dialog_main {
  position: relative;
  box-sizing: border-box;
  padding: 6px;
  border-radius: 6px;
  width: max-content;
  height: max-content;
}

.pay_e_dialog>.pay_e_dialog_main>.pay_e_close {
  position: absolute;
  right: -40px;
  top: 0px;
  width: 19px;
  height: 19px;
  cursor: pointer;
}

.pay_e_dialog {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
}

.pay_e_dialog.active {
  display: flex;
}

.pay_e_dialog>.pay_e_dialog_main {
  position: relative;
  box-sizing: border-box;
  padding: 6px;
  border-radius: 6px;
  width: max-content;
  height: max-content;
}

.pay_e_dialog>.pay_e_dialog_main>.pay_e_close {
  position: absolute;
  right: -40px;
  top: 0px;
  width: 19px;
  height: 19px;
  cursor: pointer;
}

@keyframes ellipsisMove {
  0% {
    margin-left: 0;
  }

  50% {
    margin-left: -10px;
  }

  100% {
    margin-left: 0;
  }
}

.vh_un_img {
  display: block;
  margin: 50px auto 38px;
  width: 108px;
  height: 90px;
}

.vh_des {
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  font-family: Inter Regular;
  font-weight: 400;
  font-size: 13px;
  color: #586883;
  line-height: 22px;
  text-align: center;
  font-style: normal;
}

@media screen and (max-width: 828px) {
  body .meal_container .svp_area .svpd_detail {
    min-width: 0;
  }

  body .meal_container .svp_area .svpd_detail .svpd_unit {
    display: none;
  }

  body .meal_container .svp_area .svpd_detail .static-total-price {
    display: none;
  }

  body .meal_container .svp_select_title>p:nth-of-type(2) {
    display: none;
  }

  body .meal_container .svp_select_title>p:nth-of-type(4) {
    display: none;
  }

  body .meal_container .sv_peroid .sv_peroid_top {
    min-width: 0;
  }

  body .meal_container .sv_peroid .svp_select_title {
    min-width: 0;
  }
}

@media screen and (max-width: 558px) {
  body {
    overflow-x: hidden;
    padding-bottom: 60px;
  }

  .minscreen {
    position: fixed;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 6px 20px;
    background: #fff;
    width: 100vw;
    height: 60px;
    z-index: 99999999;
  }

  .minscreen>.fd_buy.svd_order {
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-family: Regular_Bold;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    font-style: normal;
  }

  .minscreen>.fd_buy.svd_order>span {
    font-size: 18px;
  }

  .meal_bg {
    padding-top: 90px;
  }

  .lowest-guarant {
    margin: 0;
    font-family: Regular_Black;
    font-size: 26px;
    color: #031a42;
    line-height: 31px;
  }

  .title_small {
    margin-top: 8px;
    font-family: Inter Regular;
    font-weight: 400;
    font-size: 14px;
    color: #031a42;
    line-height: 18px;
  }

  .static_proxy_origin {
    margin: 30px auto 0;
  }

  .svpd_detail:nth-child(even) {
    background: #fff;
  }

  .sv_peroid {
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    overflow: hidden;
  }

  .sv_peroid_top {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .sv_peroid_top>p {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Regular_Bold;
    font-weight: normal;
    font-size: 16px;
    color: #031a42;
    line-height: 19px;
    text-align: left;
    font-style: normal;
  }

  .sv_peroid_top>p>span {
    font-size: 14px;
    font-family: Regular_Medium;
  }

  .sv_peroid_top>.svp_type {
    box-sizing: border-box;
    padding: 4px;
    display: flex;
    align-items: center;
    width: 100%;
    height: max-content;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #d0dbf7;
  }

  .sv_peroid_top>.svp_type>p {
    margin: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 50%;
    height: 32px;
    border-radius: 31px;
    font-family: Regular_Medium;
    font-size: 14px;
    border-color: transparent;
  }

  .sv_peroid_top p>span {
    display: block;
  }

  body .meal_container .sv_peroid .svp_select_title {
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    align-items: center;
    height: 30px;
  }

  body .meal_container .sv_peroid .svp_select_title>p {
    padding: 0;
    width: 100%;
    height: max-content;
    font-size: 13px;
    text-align: left;
    color: #586883;
    font-family: Regular_Medium;
    height: 30px;
    line-height: 30px;
    text-align: left;
  }

  body .meal_container .sv_peroid .svp_select_title>p:nth-of-type(3) {
    text-align: right;
    padding-right: 10px;
  }

  body .meal_container .sv_peroid .svp_select_title>p:nth-of-type(5) {
    text-align: right;
  }

  .svpd_detail {
    margin-top: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 32px;
  }

  .svpd_detail>div {
    font-family: Regular_Medium;
    font-size: 14px;
    color: #586883;
  }

  .svpd_detail>div.avpd_country {
    flex-shrink: 0;
    padding: 0;
    margin: 0;
    padding-right: 4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
  }

  .svpd_detail>div.svpd_count {
    width: 111px;
    height: 30px;
  }

  .svpd_detail>div.avpd_country>img {
    width: 100%;
    height: 100%;
  }

  .svpd_detail>div.remaining-count {
    padding-right: 10px;
    flex: 1;
    text-align: right;
    min-width: max-content;
  }

  .svpd_detail.active {
    border: none;
    background: transparent;
  }

  /* 下面 */
  .sv_summary {
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    height: max-content;
    overflow: hidden;
  }

  .sv_summary>h2 {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 0 13px;
    font-family: Regular_Bold;
    font-weight: normal;
    font-size: 16px;
    color: #031a42;
  }

  .sv_summary>.sum_top {
    margin-top: 14px;
    font-family: Regular_Bold;
    font-size: 14px;
    color: #031a42;
    line-height: 16px;
  }

  .clear_sum_top {
    display: none;
  }

  .sv_summary>h2>.clear_sum_top {
    display: block !important;
    width: 24px;
    height: 24px;
  }

  .sv_summary>.svd_botm {
    padding-top: 15px;
  }

  .sv_summary>.svd_botm>.svd-botm-count {
    padding-top: 20px;
    border-top: 1px solid #ebeffb;
    font-family: Regular_Medium;
    font-size: 16px;
    color: #586883;
    line-height: 19px;
    text-align: left;
    font-style: normal;
  }

  .sv_summary>.svd_botm>.svd-botm-price {
    font-family: Regular_Medium;
    font-size: 22px;
    color: #031a42;
    line-height: 26px;
  }

  .sv_summary>.svd_botm>.fd_buy {
    display: none !important;
  }

  .sv_summary>.selected_area_cont>.sac_detail {
    margin-top: 20px;
    width: 100%;
    height: 32px;
    overflow: hidden;
  }

  .sv_summary>.selected_area_cont>.sac_detail>.avpd_country {
    margin: 0;
    width: 100%;
  }

  .sv_summary>.selected_area_cont>.sac_detail>.avpd_country>img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
  }

  .sv_summary>.selected_area_cont>.sac_detail>.avpd_country>.country_abbre {
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: max-content;
    overflow: hidden;
  }

  .sv_summary>.selected_area_cont>.sac_detail>.avpd_country>.country_abbre>p.ca_country_name {
    box-sizing: border-box;
    padding-left: 4px;
    font-family: Regular_Medium;
    font-size: 14px;
    color: #586883;
    width: 100%;
  }

  .sv_summary>.selected_area_cont>.sac_detail>.avpd_country>.country_abbre>p.ca_abre {
    padding-right: 15px;
    flex: 1;
    min-width: max-content;
    font-family: Regular_Medium;
    font-size: 14px;
    color: #586883;
  }
}

.halloween-img-0 {
  position: absolute;
  left: 20px;
  top: 325px;
  box-sizing: border-box;
  padding: 43px 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 140px;
  height: max-content;
  background: linear-gradient(180deg, #c8b1ff 0%, #e5ddff 100%);
  border-radius: 16px;
}

.halloween-img-0>.img-1 {
  position: absolute;
  width: 100px;
  height: 90px;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
}

.halloween-img-0>span.t {
  margin-bottom: -4px;
  font-family: Inter Regular;
  font-weight: bold;
  font-size: 16px;
  color: #071a35;
  line-height: 19px;
}

.halloween-img-0>span.v {
  font-family: Regular_Bold;
  font-size: 18px;
  color: #071a35;
  line-height: 21px;
  text-transform: uppercase;
}

.halloween-img-0>.img-2 {
  width: 120px;
  height: 51px;
}

.halloween-img-0>.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 38px;
  background: #333333;
  border-radius: 19px;
  /* 文字 */
  font-family: Regular_Bold;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  user-select: none;
  transition: all 0.16s;
  cursor: pointer;
}

.halloween-img-0>.btn:hover {
  background: #111111;
}

body>.select-dialog {
  pointer-events: none;
  opacity: 0;
  z-index: -1;
  box-sizing: border-box;
  padding: 20px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.16s;
}

body>.select-dialog.active {
  pointer-events: auto;
  opacity: 1;
  z-index: 9999;
}

body>.select-dialog>main {
  position: relative;
  box-sizing: border-box;
  padding: 60px 50px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 460px;
  height: max-content;
  background: #ffffff;
  border-radius: 10px;
}

body>.select-dialog>main>i.close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  background: url("http://static.cherryproxy.com/img/halloween_2024/close.svg") no-repeat bottom center;
  background-size: 22px 44px;
  cursor: pointer;
}

body>.select-dialog>main>i.close:hover {
  background-position: top center;
}

body>.select-dialog>main>img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -60px;
  width: 230px;
  height: 108px;
}

body>.select-dialog>main>h3 {
  font-family: Inter Regular;
  font-weight: bold;
  font-size: 20px;
  color: #031a42;
  line-height: 24px;
}

body>.select-dialog>main>.vh-select {
  margin: 15px 0 10px;
  width: 100%;
  height: 44px;
  background: #f5f7fa;
  border-radius: 4px;
  border: 1px solid #e2e7ef;
}

body>.select-dialog>main>.vh-select>.vh-select-label {
  border: 1px solid transparent;
}

body>.select-dialog>main>.vh-select>.vh-select-label>span {
  font-family: Regular_Medium;
  font-size: 16px;
  color: #031a42;
}

body>.select-dialog>main>.vh-select>ul {
  padding: 0;
}

body>.select-dialog>main>.vh-select>ul>li {
  width: 100%;
  height: 40px;
  background: #fff;
  font-family: Inter Regular;
  font-weight: 400;
  font-size: 14px;
  color: #031a42;
}

body>.select-dialog>main>.vh-select>ul>li:hover {
  background: #f7f8fb;
}

body>.select-dialog>main>.item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: max-content;
}

body>.select-dialog>main>.item>span {
  font-family: Inter Regular;
  font-weight: 400;
  font-size: 16px;
  color: #586883;
}

body>.select-dialog>main>.item>span:nth-last-of-type(1) {
  font-family: Regular_Medium;
  font-weight: normal;
  font-size: 16px;
  color: #031a42;
}

body>.select-dialog>main>.item>span:nth-last-of-type(1)>em {
  font-size: 22px;
  font-style: normal;
}

body>.select-dialog>main>.btn {
  margin: 15px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 44px;
  background: #333333;
  border-radius: 22px;
  font-family: Regular_Medium;
  font-size: 16px;
  color: #ffffff;
  user-select: none;
  cursor: pointer;
  transition: all 0.16s;
}

body>.select-dialog>main>.btn:hover {
  background: #111111;
}

@media screen and (max-width: 1525px) {

  .halloween-img-0,
  .halloween-img {
    display: none;
  }
}

@media screen and (max-width: 1295px) {
  .period-meal {
    padding: 0 25px;
  }
}

@media screen and (max-width: 1180px) {
  .ips_proxies.unlimited_proxies {
    box-sizing: border-box;
    padding: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 888px) {
  .ips_proxies.unlimited_proxies {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 630px) {
  .meal_bg {
    padding-top: 90px;
  }

  .lowest-guarant {
    margin-top: 0;
    font-size: 26px;
    line-height: 31px;
    color: #031a42;
    font-family: Regular_Black;
  }

  .title_small {
    margin-top: 8px;
    font-size: 14px;
    color: #031a42;
    line-height: 18px;
  }

  .meal_type_box {
    margin-top: 20px;
  }

  .meal_type_all {
    line-height: 1;
    height: 44px;
  }

  .meal_type_all>div,
  .meal_type_all>p {
    position: relative;
    display: flex;
    align-items: center;
    height: 44px !important;
    line-height: 1;
    font-family: Regular_Medium;
    font-weight: normal;
    font-size: 13px;
    color: #586883;
  }

  .meal_type_all>div>i.coner-meal {
    position: absolute;
    right: 0;
    top: -11px;
    width: 68px;
    height: 19px;
    font-family: Regular_Medium;
    font-weight: normal;
    font-size: 12px;
    color: #ffffff;
    line-height: 19px;
  }

  .vh-select.period-list {
    height: 40px;
  }

  .period-meal {
    padding-top: 26px;
    display: flex;
    align-items: center;
  }

  .period-meal>p {
    flex-shrink: 0;
    width: max-content;
    font-family: Inter Regular;
    font-weight: 400;
    font-size: 14px;
    color: #031a42;
  }

  .period-meal>div {
    flex: 1;
    width: 100%;
    font-family: Inter Regular;
    font-weight: 400;
    font-size: 14px;
    color: #031a42;
  }

  .period-meal {
    margin-top: 0;
  }

  .ml_cont_all {
    margin-top: 40px;
    padding: 40px 0;
  }

  .meal_list_container {
    padding-bottom: 7px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
  }

  .meal_list_container .ml_cont_all {
    box-sizing: border-box;
    width: 100%;
    height: max-content;
    overflow-y: hidden;
    overflow-x: auto;
  }

  .meal_list_container .ml_cont_all>.meal_cont_proxy:not(.enterprise_exclusive)>div:not(.repurchase_proxy) {
    display: flex;
    align-items: flex-start;
    width: max-content;
    height: max-content;
  }

  .meal_list_container .ml_cont_all>.meal_cont_proxy:not(.enterprise_exclusive)>.repurchase_proxy>div {
    display: flex;
    align-items: flex-start;
    width: max-content;
    height: max-content;
  }

  .meal_list_container .ml_cont_all>.meal_cont_proxy.enterprise_exclusive {
    display: flex;
    width: max-content;
    height: max-content;
  }

  .meal_list_container .ml_cont_all>.meal_cont_proxy.enterprise_exclusive .meal_specific {
    width: 220px;
    height: max-content;
  }

  .meal_list_container .ml_cont_all>.meal_cont_proxy.enterprise_exclusive .trac_default_meal {
    height: 26px;
    font-family: Inter Regular;
    font-weight: bold;
    font-size: 10px;
    color: #ffffff;
    line-height: 26px;
  }

  .ml_cont_all {
    margin-top: 0;
  }

  .ips_proxies .meal_specific {
    width: 220px;
    height: max-content;
  }

  .ips_proxies .meal_specific .trac_default_meal {
    height: 26px;
    font-family: Inter Regular;
    font-weight: bold;
    font-size: 10px;
    color: #ffffff;
    line-height: 26px;
  }

  .hot-star,
  .active-star {
    top: 30px;
  }

  .meal_names {
    padding-bottom: 17px;
    margin-top: 55px !important;
    font-size: 18px;
    color: #031a42;
    line-height: 21px;
  }

  .unlimited_proxies .vh_un_img {
    display: none;
  }

 

  .unlimited_proxies .meal_names.o_ther {
    margin-top: 55px !important;
  }

  .vh_des {
    height: 96px;
  }

  .meal_unit_price {
    font-size: 28px;
    line-height: 28px !important;
  }

  .meal_unit_price>span {
    top: auto !important;
    font-size: 16px !important;
    line-height: 28px !important;
    vertical-align: middle;
  }

  .meal_total_price {
    margin: 10px 0 20px;
    font-family: Inter Regular;
    font-weight: 400;
    font-size: 14px !important;
    color: #959baa;
    line-height: 16px;
  }

  .meal_total_price>span {
    font-size: 14px !important;
  }

  .nofd_buy,
  .fd_buy {
    height: 36px;
    font-family: Regular_Bold;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
  }

  .meal_tips {
    box-sizing: border-box;
    padding-top: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 15px;
  }

  .meal_tips>p {
    margin-bottom: 9px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-family: Inter Regular;
    font-weight: 400;
    font-size: 13px;
    color: #031a42;
    line-height: 16px;
  }

  .meal_tips>p::before {
    position: static;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    margin: 0;
  }

  .proxy-feature>h1 {
    padding: 40px 0 20px;
    font-family: Regular_Black;
    font-weight: normal;
    font-size: 26px;
    color: #ffffff;
    line-height: 31px;
    text-align: center;
    font-style: normal;
  }

  .proxy-feature .proxy-feature-container {
    margin: 0;
    padding: 2 20px;
  }

  .proxy-feature .pf-cont {
    padding: 23px 20px;
    width: 100%;
    height: max-content !important;
  }

  .proxy-feature .pf-cont>p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .proxy-feature .pf-cont>p>img {
    width: 15px;
    height: 15px;
  }

  .proxy-feature .pf-cont>p>span {
    font-weight: 400;
    font-size: 14px;
    color: #f2f7ff;
    line-height: 20px;
  }

  .proxy-customer {
    margin: 0;
    border-radius: 0;
  }

  .proxy-customer>div>p:nth-last-of-type(1) {
    font-size: 18px;
  }

  .index_faq_plat {
    margin: 0;
    padding-bottom: 10px;
  }

  .index_faq_plat .faq_title {
    margin: 0;
    padding: 40px 0 20px;
    font-family: Regular_Black;
    font-size: 26px;
    color: #031a42;
    line-height: 31px;
    text-align: center;
  }

  .index_faq_plat .anq_cont .learnMore .showTitle>img {
    width: 30px;
    height: 30px;
  }

  .index_faq_plat .anq_cont .learnMore .showTitle>li {
    margin: 0;
    padding: 0 28px 0 10px;
    font-family: Inter Regular;
    font-weight: 400;
    font-size: 15px;
    color: #031a42;
    line-height: 18px;
  }

  .index_faq_plat .anq_cont .learnMore .showTitle>span.imgBg {
    width: 18px;
    height: 18px;
  }

  .svpd_number {
    font-size: 14px;
  }
}

cite.discount {
  margin: 14px auto 16px;
  display: block;
  width: 76px;
  height: 24px;
  background: url("../img/meal/discount.png") no-repeat center center;
  background-size: cover;
}

cite.discount.hidedom {
  opacity: 0;
}

.meal_total_price.bottom_discount {
  margin-bottom: 0;
}

.unlimited_proxies_container{
  display: flex;
  align-items: center;
}
.meal_origin_price{
  font-size: 14px;
  color: #586883;
  line-height: 16px;
  text-decoration: line-through;
  margin-top: 15px;
}
.vh-select>.vh-select-label i{
  background: url("../img/meal/icon_dark.png") no-repeat!important;
  background-size: cover !important;
}
.vh-select.active{
  border: 1px solid transparent!important;
}

.bottom-tips{
  padding-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 32px;
}
.bottom-tips>img{
  width: 32px;
  height: 32px;
}
.bottom-tips>p{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bottom-tips>p>span{
  font-family: Inter Regular;
  font-weight: 400;
  font-size: 13px;
  color: #586883;
  line-height: 16px;
  text-align: left;
}