html {
  min-height: 100vh;
  background: #f0e8fe;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
input:-webkit-autofill {
  background-color: none;
  background-image: none;
}
ul,
li {
  list-style: none;
}
body {
  width: 100%;
  height: 100%;
  max-width: 7.5rem;
  margin: auto;
  opacity: 0;
}
.f_c_l {
  display: flex;
  align-items: center;
  justify-content: left;
}
.f_c_r {
  display: flex;
  align-items: center;
  justify-content: right;
}
.f_c_c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: #fff;
  z-index: 40;
  text-align: center;
  width: 7rem;
  z-index: 3000;
  display: flex;
  justify-content: center;
}
.message div {
  border-radius: 0.1rem;
  padding: 0.1rem 0.3rem;
  max-width: 7rem;
  background: #666;
}
.invited {
  width: 100%;
  background: linear-gradient(180deg, #7F3CEC 0%, #CAACFC 44.5%, #F6F1FF 100%);
  height: 100%;
  min-height: 100vh;
  position: relative;
}
.invited::after {
  content: '';
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 9.38rem;
  background-image: url(img/invited4.png);
  background-size: 100% 100%;
  background-position: top center;
  z-index: 1;
}
.invited > div {
  position: relative;
  z-index: 2;
}
.invited .invited_t {
  overflow: hidden;
}
.invited .invited_t .invited_t_l {
  float: left;
  width: 2.1rem;
  height: 0.52rem;
  padding-left: 0.16rem;
  border-radius: 0rem 0rem 0.4rem 0rem;
  overflow: hidden;
}
.invited .invited_t .invited_t_l img {
  height: 0.28rem;
  display: block;
}
.invited .invited_t .invited_t_l2 {
  background: #FFF;
}
.invited .invited_t .invited_t_l2 img {
  height: 0.36rem;
  display: block;
}
.invited .invited_t .invited_t_r {
  border-radius: 0.26rem 0rem 0rem 0.26rem;
  background: #C19BFF;
  height: 0.52rem;
  float: right;
}
.invited .invited_t .invited_t_r .invited_t_r_l {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  position: relative;
}
.invited .invited_t .invited_t_r .invited_t_r_l::after {
  content: '';
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.01rem solid #7F3CEC;
  border-radius: 50%;
}
.invited .invited_t .invited_t_r .invited_t_r_l img {
  width: 0.32rem;
  height: 0.32rem;
}
.invited .invited_t .invited_t_r .invited_t_r_l .logor {
  width: 0.52rem;
  height: 0.52rem;
}
.invited .invited_t .invited_t_r .invited_t_r_r {
  color: #FFF;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 600;
  padding: 0rem 0.12rem;
}
.invited .invited_c {
  padding-top: 0.44rem;
}
.invited .invited_c .telte {
  width: 100%;
}
.invited .invited_c .telte img {
  width: 6.04rem;
  display: block;
}
.invited .invited_c .act_name_w {
  padding-top: 0.18rem;
}
.invited .invited_c .act_name_w .act_name {
  height: 0.72rem;
  border-radius: 0.36rem;
  border: 0.02rem solid #FFF;
  color: #FFF;
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 400;
  padding-left: 0.32rem;
}
.invited .invited_c .act_name_w .act_name .btn {
  height: 0.72rem;
  border-radius: 0.36rem;
  background: #FFF;
  color: #8B4EEF;
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 600;
  padding: 0rem 0.32rem;
  margin-left: 0.16rem;
  position: relative;
  right: -0.01rem;
}
.invited .invited_c .invited_c_c {
  width: 100%;
  padding-top: 0.16rem;
  position: relative;
}
.invited .invited_c .invited_c_c .img {
  width: 100%;
  display: block;
}
.invited .invited_c .invited_c_c .act_1111 {
  position: absolute;
  width: 2.2rem;
  top: 0.8rem;
  right: 0.4rem;
}
.invited .invited_c .invited_c_b {
  padding-top: 0.48rem;
}
.invited .invited_c .invited_c_b .invited_c_b_btn {
  width: 4.8rem;
  height: 1.12rem;
  color: #27063F;
  border-radius: 0.78rem;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.3) 51%, #FFF 100%);
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 800;
}
.invited .invited_b {
  text-align: center;
  padding-top: 0.81rem;
}
.invited .invited_b .invited_b_t {
  color: rgba(39, 6, 63, 0.3);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 600;
}
.invited .invited_b .invited_b_b {
  color: #7F3CEC;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 0.48rem;
}
.pay_html_main {
  position: relative;
}
.pay_html_main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3rem;
  background: #F2F2F2;
  bottom: 0;
  left: 0;
}
.pay_html_main .invited_t .invited_t_l {
  float: left;
  height: 0.52rem;
  background: #FFF;
  padding-left: 0.16rem;
  width: auto;
  padding-right: 0.33rem;
  border-radius: 0rem 0rem 0.4rem 0rem;
  overflow: hidden;
  color: #1D0130;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 600;
}
.pay_html_main .invited_t .invited_t_l img {
  height: 32/100rem;
  display: block;
}
.pay_html_main .invited_t .invited_t_l span {
  padding-left: 0.08rem;
}
.pay_html_main .invited_c .act_name_w .act_name {
  color: var(---Color-text-3, #FFF);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  height: 0.4rem;
  padding-left: 0.24rem;
}
.pay_html_main .invited_c .act_name_w .act_name .btn {
  height: 0.4rem;
  font-size: 0.24rem;
  padding: 0rem 0.14rem;
}
.pay_html_main .invited_c .invited_c_c {
  padding-top: 0rem;
}
.pay_html_main .pay_html_main_t {
  padding-top: 0.28rem;
}
.pay_html_main .pay_html_main_t .pay_html_main_t_1 {
  width: 2.3016rem;
  display: block;
  margin: auto;
}
.pay_html_main .pay_html_main_t .pay_html_main_t_2 {
  padding-top: 0.08rem;
  width: 5.64rem;
  display: block;
  margin: auto;
}
.pay_html_main .pay_html_main_t .pay_html_main_t_3 {
  margin-top: 0.16rem;
  color: #FFF;
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 400;
}
.pay_html_main .invited_c {
  padding-top: 0.07rem;
}
.pay_html_main .pay_html_main_t5 {
  border-radius: 0.48rem 0.48rem 0.38rem 0.38rem;
  border: 0.02rem solid #FFF;
  border-bottom: none;
  backdrop-filter: blur(0.105rem);
  overflow: hidden;
  position: relative;
  z-index: 88;
}
.pay_html_main .pay_html_main_t5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, #fff 100%);
  width: 100%;
  height: 5.08rem;
  z-index: 1;
}
.pay_html_main .pay_html_main_t5::after {
  content: '';
  position: absolute;
  top: 5.08rem;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.pay_html_main .pay_html_main_t5 > div {
  position: relative;
  z-index: 4;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_1 {
  width: 6.86rem;
  height: 4.4rem;
  border-radius: 0.32rem;
  margin: auto;
  margin-top: 0.24rem;
  background: #FFF;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_1 .pay_html_main_t5_1_1 {
  position: relative;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_1 .pay_html_main_t5_1_1 .pay_html_main_t5_1_1_l {
  float: left;
  color: #FFF;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 1000;
  height: 0.68rem;
  padding: 0rem 0.32rem;
  background: linear-gradient(90deg, #7F3CEC 71.5%, #8E8BFF 100%);
  box-shadow: 0rem 0.04rem 0rem #AF5AF2;
  border-radius: 0.32rem 0rem 0.32rem 0rem;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_1 .pay_html_main_t5_1_1 .pay_html_main_t5_1_1_r {
  position: absolute;
  top: -0.18rem;
  right: -0.18rem;
  height: 0.6rem;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_1 .pay_html_main_t5_1_2 {
  position: relative;
  width: 100%;
  height: 5.08rem;
  overflow: hidden;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_1 .pay_html_main_t5_1_2 .swiperMain {
  height: 5.08rem;
  /* background-color: #fff; */
  position: absolute;
  top: 0.61rem;
  left: 50%;
  transform: translateX(-50.3%);
  width: 95%;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_1 .pay_html_main_t5_1_2 .swiperBox {
  /* width: 200%; */
  clear: both;
  border: 0.02rem solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  transition: transform 0.5s linear;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_1 .pay_html_main_t5_1_2 .swiperItem {
  border-radius: 0.16rem;
  overflow: hidden;
  width: 4.8rem;
  height: 2.4rem;
  flex-shrink: 0;
  transform: scale(0.8);
  transition: transform 0.5s linear;
  cursor: pointer;
  border: 0.02rem solid #F2F2F2;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_1 .pay_html_main_t5_1_2 .swiperItem.swiperAct {
  transform: scale(1);
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_1 .pay_html_main_t5_1_2 .swFooter {
  padding-top: 0.16rem;
  color: #1D0130;
  font-feature-settings: 'clig' off, 'liga' off;
  /* 常规/Body/12/Medium */
  font-family: PingFang SC;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s linear;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_1 .pay_html_main_t5_1_2 .swFooter.swFooterAct {
  opacity: 1;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_telte {
  padding-top: 0.48rem;
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding-left: 0.2rem;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_telte .pay_html_main_t5_telte_l img {
  height: 0.74rem;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_5 {
  width: 6.86rem;
  border-radius: 0.32rem;
  background: #FFF;
  box-shadow: 0rem 0rem 0.08rem 0rem rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  margin-top: 0.22rem;
  padding-bottom: 0.4rem;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_5 .pay_html_main_t5_5_top {
  display: flex;
  align-items: center;
  width: 6.86rem;
  height: 0.88rem;
  flex-shrink: 0;
  background: linear-gradient(180deg, #E9DCFF 0%, #FBFEFF 100%);
  overflow: hidden;
  border-radius: 0.32rem 0.32rem 0rem 0rem;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_5 .pay_html_main_t5_5_top > div {
  cursor: pointer;
  flex: 1;
  color: #1D0130;
  /* 常规/Body/16/Medium */
  font-family: PingFang SC;
  font-size: 0.32rem;
  font-weight: 600;
  font-style: normal;
  line-height: 0.48rem;
  /* 150% */
  display: flex;
  align-items: center;
  height: 0.88rem;
  justify-content: center;
  position: relative;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_5 .pay_html_main_t5_5_top > div.on {
  color: white;
  font-weight: 600;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_5 .pay_html_main_t5_5_top > div.on img {
  display: block;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_5 .pay_html_main_t5_5_top > div img {
  position: absolute;
  left: -10%;
  width: 120%;
  top: 0rem;
  display: none;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_5 .pay_html_main_t5_5_top > div span {
  position: relative;
  z-index: 1;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_5 .pay_html_main_t5_5_bottomw {
  padding-top: 0.32rem;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_5 .pay_html_main_t5_5_bottomw .pay_html_main_t5_5_bottom {
  height: 2.46rem;
  overflow: hidden;
  width: 100%;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_5 .pay_html_main_t5_5_bottomw .pay_html_main_t5_5_bottom.act {
  height: 3rem;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_5 .pay_html_main_t5_5_bottomw .pay_html_main_t5_5_bottom .pay_html_main_t5_5_bottom_w {
  display: flex;
  overflow-x: auto;
  padding-bottom: 3.5rem;
  padding-left: 0.32rem;
  padding-top: 0.22rem;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_5 .pay_html_main_t5_5_bottomw .pay_html_main_t5_5_bottom .pay_html_main_t5_5_bottom_w .pay_html_main_t5_5_bottom_list_w {
  display: flex;
  margin-right: 0.32rem;
  border-radius: 0.16rem;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_5 .pay_html_main_t5_5_bottomw .pay_html_main_t5_5_bottom .pay_html_main_t5_5_bottom_w .pay_html_main_t5_5_bottom_list_w.on .pay_html_main_t5_5_bottom_list {
  width: 3.04rem;
  background: #DCD4FF !important;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_5 .pay_html_main_t5_5_bottomw .pay_html_main_t5_5_bottom .pay_html_main_t5_5_bottom_w .pay_html_main_t5_5_bottom_list_w.vip_selected_act {
  padding-top: 0.02rem;
  padding-left: 0.02rem;
  background: linear-gradient(20deg, #6E16FF 16.32%, #6E16FF 100%);
  padding-bottom: 0.48rem;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_5 .pay_html_main_t5_5_bottomw .pay_html_main_t5_5_bottom .pay_html_main_t5_5_bottom_w .pay_html_main_t5_5_bottom_list_w.vip_selected_act .pay_html_main_t5_5_bottom_list {
  background: #fff;
  box-shadow: 0rem 0rem 0.08rem rgba(111, 22, 255, 0.1);
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_5 .pay_html_main_t5_5_bottomw .pay_html_main_t5_5_bottom .pay_html_main_t5_5_bottom_list {
  box-shadow: 0rem 0rem 0.08rem rgba(0, 0, 0, 0.1);
  border-radius: 0.16rem;
  width: 2.12rem;
  height: 2.24rem;
  flex-shrink: 0;
  color: var(--color-text-8, #1F1B22);
  text-align: center;
  font-family: PingFang SC;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  position: relative;
  box-sizing: border-box;
  transition: width 0.5s;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_5 .pay_html_main_t5_5_bottomw .pay_html_main_t5_5_bottom .pay_html_main_t5_5_bottom_list .list_1 {
  color: #3D0673;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 400;
  padding-top: 0.48rem;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_5 .pay_html_main_t5_5_bottomw .pay_html_main_t5_5_bottom .pay_html_main_t5_5_bottom_list .list_2 {
  color: #3D0673;
  font-family: "PingFang SC";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 600;
  padding-top: 0.11rem;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_5 .pay_html_main_t5_5_bottomw .pay_html_main_t5_5_bottom .pay_html_main_t5_5_bottom_list .list_2 span {
  color: #3D0673;
  text-align: center;
  font-family: D-DIN;
  font-size: 0.4rem;
  font-style: normal;
  font-weight: 700;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_5 .pay_html_main_t5_5_bottomw .pay_html_main_t5_5_bottom .pay_html_main_t5_5_bottom_list_r {
  width: 0.01rem;
  height: 2.24rem;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_5 .pay_html_main_t5_5_bottomw .pay_html_main_t5_5_bottom .vip_select_tag {
  font-size: 0.2rem;
  color: #fff;
  height: 0.36rem;
  line-height: 0.36rem;
  padding: 0 0.16rem;
  border-radius: 0.24rem 0px;
  background: linear-gradient(270deg, #FF7C42 0%, #F93438 100%), linear-gradient(93deg, #FF984E 11.95%, #FFE589 102.45%), #FFF;
  position: absolute;
  left: -0.02rem;
  top: -0.22rem;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_5 .pay_html_main_t5_5_bottomw .pay_html_main_t5_5_bottom .active_bottom {
  position: absolute;
  bottom: -0.48rem;
  left: 0px;
  color: #FFF;
  font-family: "PingFang SC";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  height: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_5 .pay_html_main_t5_5_bottomw .pay_html_main_t5_5_bottom2 {
  padding-bottom: 0.08rem;
  padding-top: 0.2rem;
  padding-left: 0.32rem;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_5 .pay_html_main_t5_5_bottomw .pay_html_main_t5_5_bottom2 .pay_html_main_t5_5_bottom2_t {
  color: #1D0130;
  font-family: "PingFang SC";
  font-size: 0.28986rem;
  font-style: normal;
  font-weight: 600;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_5 .pay_html_main_t5_5_bottomw .pay_html_main_t5_5_bottom2 .pay_html_main_t5_5_bottom2_c {
  padding-top: 0.16rem;
  display: flex;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_5 .pay_html_main_t5_5_bottomw .pay_html_main_t5_5_bottom2 .pay_html_main_t5_5_bottom2_c .list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.96rem;
  height: 0.48rem;
  border-radius: 0.08rem;
  background: #FFF;
  margin-right: 0.24rem;
  cursor: pointer;
  box-shadow: 0rem 0rem 0.08rem 0rem rgba(0, 0, 0, 0.1);
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_5 .pay_html_main_t5_5_bottomw .pay_html_main_t5_5_bottom2 .pay_html_main_t5_5_bottom2_c .list.on {
  color: #FFF;
  border-radius: 0.08rem;
  background: linear-gradient(96deg, #D2AFFF 13.73%, #7F3CEC 95.16%);
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_3 {
  padding-top: 0.48rem;
  margin: auto;
  width: 6.86rem;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_3 .pay_html_main_t5_3_top {
  height: 0.64rem;
  border-radius: 0.12rem;
  background: #F2F2F2;
  flex-shrink: 0;
  color: #1D0130;
  font-feature-settings: 'clig' off, 'liga' off;
  /* 常规/Body/12/Regular */
  font-family: PingFang SC;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.4rem;
  /* 166.667% */
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transform: rotate(0deg);
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_3 .pay_html_main_t5_3_top .pay_html_main_t5_3_top_l {
  padding: 0rem 0.12rem;
  background: #F2F2F2;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_3 .pay_html_main_t5_3_top .pay_html_main_t5_3_top_l img {
  width: 0.48rem;
  height: 0.48rem;
  display: block;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_3 .pay_html_main_t5_3_top .rBox_w {
  flex: 1;
  overflow: hidden;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_3 .pay_html_main_t5_3_top .rBox {
  display: flex;
  padding-left: 0.12rem;
  animation: sr linear 180s infinite;
}
@keyframes sr {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_3 .pay_html_main_t5_3_top .pylItem {
  height: 0.54rem;
  line-height: 0.54rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_telte2 {
  padding-top: 0.64rem;
  padding-right: 0.32rem;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_telte2 .pay_html_main_t5_telte_r {
  color: #989A9C;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_telte2 .pay_html_main_t5_telte_r img {
  width: 0.24rem;
  height: 0.24rem;
  margin-left: 0.08rem;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_6_b {
  padding-bottom: 0.84rem;
  overflow: hidden;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_6_b .pay_html_main_t5_6_b_t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.32rem;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_6_b .pay_html_main_t5_6_b_t img {
  width: 0.44rem;
  height: 0.44rem;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_6_b .pay_html_main_t5_6_b_t div:nth-child(1) {
  flex: 1;
  display: flex;
  justify-content: center;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_6_b .pay_html_main_t5_6_b_t div:nth-child(2) {
  width: 3.04rem;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_6_b .pay_html_main_t5_6_b_t div:nth-child(3) {
  flex: 1;
  display: flex;
  justify-content: center;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_6_b .pay_html_main_t5_6_b_c {
  display: flex;
  text-align: center;
  padding-top: 0.16rem;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_6_b .pay_html_main_t5_6_b_c div:nth-child(1) {
  flex: 1;
  color: #989A9C;
  text-align: center;
  font-family: PingFang SC;
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.4rem;
  /* 142.857% */
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_6_b .pay_html_main_t5_6_b_c div:nth-child(2) {
  width: 3.04rem;
  color: var(--color-text-8, #1D0130);
  text-align: center;
  font-family: PingFang SC;
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.4rem;
  /* 142.857% */
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_6_b .pay_html_main_t5_6_b_c div:nth-child(3) {
  flex: 1;
  color: #7F3CEC;
  text-align: center;
  font-family: PingFang SC;
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.4rem;
  /* 142.857% */
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_6_b .pay_html_main_t5_6_b_b {
  display: flex;
  text-align: center;
  padding-top: 0.48rem;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_6_b .pay_html_main_t5_6_b_b div:nth-child(1) {
  flex: 1;
  color: var(--color-text-6, #989A9C);
  text-align: center;
  font-family: PingFang SC;
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.4rem;
  /* 142.857% */
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_6_b .pay_html_main_t5_6_b_b div:nth-child(1) img {
  width: 0.32rem;
  height: 0.32rem;
  display: block;
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_6_b .pay_html_main_t5_6_b_b div:nth-child(2) {
  width: 3.04rem;
  color: var(--color-text-8, #1D0130);
  text-align: center;
  font-family: PingFang SC;
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.4rem;
  /* 142.857% */
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_6_b .pay_html_main_t5_6_b_b div:nth-child(3) {
  flex: 1;
  color: #7F3CEC;
  text-align: center;
  font-family: PingFang SC;
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.4rem;
  /* 142.857% */
}
.pay_html_main .pay_html_main_t5 .pay_html_main_t5_6_b .pay_html_main_t5_6_b_b div:nth-child(3) img {
  width: 0.32rem;
  height: 0.32rem;
  display: block;
}
.pay_html_main .pay_html_main_b {
  padding-bottom: 1.68rem;
  text-align: center;
  background: #f2f2f2;
}
.pay_html_main .pay_html_main_b .pay_html_main_b_t {
  color: var(---Color-text-5, #C7C9C9);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 600;
  padding-top: 0.57rem;
  margin-top: -0.3rem;
}
.pay_html_main .pay_html_main_b .pay_html_main_b_b {
  color: #7F3CEC;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.4rem;
  /* 166.667% */
  text-decoration-line: underline;
  padding-bottom: 0.32rem;
}
.pay_html_main .pay_html_main_t6 {
  position: fixed;
  bottom: 0rem;
  width: 100%;
  left: 0rem;
  z-index: 89;
}
.pay_html_main .pay_html_main_t6 .pay_html_main_t6_main {
  height: 1.68rem;
  background: #FFF;
  width: 100%;
  padding: 0rem 0.32rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 7.5rem;
  margin: auto;
}
.pay_html_main .pay_html_main_t6 .pay_html_main_t6_main .pay_html_main_t6_l .pay_html_main_t6_l_t {
  display: flex;
  align-items: baseline;
  color: #FF3E45;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: PingFang SC;
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 700;
}
.pay_html_main .pay_html_main_t6 .pay_html_main_t6_main .pay_html_main_t6_l .pay_html_main_t6_l_b {
  color: #989A9C;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: PingFang SC;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.24rem;
  /* 140% */
}
.pay_html_main .pay_html_main_t6 .pay_html_main_t6_main .pay_html_main_t6_r {
  border: none;
  width: 3.84rem;
  height: 1.04rem;
  cursor: pointer;
  flex-shrink: 0;
  background: linear-gradient(96deg, #7F3CEC 13.73%, #D2AFFF 95.16%);
  color: var(--color-text-3, #FFF);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  /* 常规/Title/18/Medium */
  font-family: PingFang SC;
  font-size: 0.36rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.26rem;
  /* 144.444% */
  border-radius: 1.04rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
/** 弹窗 */
.dialog_w .dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  max-width: 7.5rem;
  margin: auto;
}
.dialog_w .dialog .dialog_body .content {
  min-height: 6.32rem;
  border-radius: 0.32rem;
  width: 5.6rem;
  background: #FFF;
  padding: 0.48rem;
}
.dialog_w .dialog .dialog_body .content .content_t {
  color: #000;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.4rem;
  font-style: normal;
  font-weight: 600;
}
.dialog_w .dialog .dialog_body .content .content_c {
  padding-top: 0.48rem;
}
.dialog_w .dialog .dialog_body .content .content_c .content_c_list:nth-child(2) {
  padding-top: 0.32rem;
}
.dialog_w .dialog .dialog_body .content .content_c .content_c_list div:nth-child(1) {
  color: #27063F;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 600;
}
.dialog_w .dialog .dialog_body .content .content_c .content_c_list .content_c_input {
  margin-top: 0.16rem;
  border-radius: 0.16rem;
  background: var(---Color-Backgroud-2, #F2F2F2);
  height: 0.72rem;
}
.dialog_w .dialog .dialog_body .content .content_c .content_c_list .content_c_input input {
  width: 100%;
  height: 100%;
  padding-left: 0.2227rem;
  font-size: 0.2rem;
  color: #27063F;
  font-weight: bold;
  border-radius: 0.16rem;
  outline: none;
  -webkit-appearance: none;
  background: #F2F2F2;
  border: none;
}
.dialog_w .dialog .dialog_body .content .content_c .content_c_list .content_c_input input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #C7C9C9;
}
.dialog_w .dialog .dialog_body .content .content_c .content_c_list .content_c_input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #C7C9C9;
}
.dialog_w .dialog .dialog_body .content .content_c .content_c_list .content_c_input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #C7C9C9;
}
.dialog_w .dialog .dialog_body .content .content_c .content_c_list .content_c_input input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #C7C9C9;
}
.dialog_w .dialog .dialog_body .content .content_c .content_c_list .content_c_input input:focus {
  outline: none;
}
.dialog_w .dialog .dialog_body .content .content_c .content_c_list .content_c_list_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dialog_w .dialog .dialog_body .content .content_c .content_c_list .content_c_list_b .content_c_input {
  width: 2.66rem;
}
.dialog_w .dialog .dialog_body .content .content_c .content_c_list .content_c_list_b .qrcode_btn {
  width: 1.66rem;
  height: 0.72rem;
  border-radius: 0.16rem;
  background: #7F3CEC;
  color: var(---Color-text-3, #FFF);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
}
.dialog_w .dialog .dialog_body .content .content_c .content_c_list .content_c_list_b .qrcode_btn:active {
  opacity: 0.75;
}
.dialog_w .dialog .dialog_body .content .content_c .content_c_list .content_c_list_b .qrcode_btn:disabled {
  background-color: #989A9C !important;
  box-shadow: none;
}
.dialog_w .dialog .dialog_body .content .content_c .content_c_list .content_c_list_b .qrcode_btn:disabled:active {
  opacity: 1;
}
.dialog_w .dialog .dialog_body .content .content_c .content_c_list.content_c_list2 .content_c_list_b {
  margin-top: 0.16rem;
}
.dialog_w .dialog .dialog_body .content .content_c .content_c_list.content_c_list2 .content_c_input {
  margin-top: 0rem;
}
.dialog_w .dialog .dialog_body .content .content_c .footer {
  padding-top: 0.48rem;
}
.dialog_w .dialog .dialog_body .content .content_c .footer .button {
  width: 4.64rem;
  height: 0.96rem;
  color: #FFF;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 600;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0.52rem;
  background: #7F3CEC;
}
.dialog_w .dialog .dialog_body .content .content_c .footer .button:active {
  opacity: 0.75;
}
.dialog_w .dialog .dialog_body .content .content_c .footer .button:disabled {
  background-color: rgba(0, 0, 0, 0.4) !important;
  box-shadow: none;
}
.dialog_w .dialog .dialog_body .content .content_c .footer .button:disabled:active {
  opacity: 1;
}
.dialog_w .dialog .dialog_body .dialog_body_x {
  width: 0.64rem;
  height: 0.64rem;
  display: block;
  margin: auto;
  margin-top: 0.48rem;
}
.dialog_w .dialog_vip {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  max-width: 7.5rem;
  margin: auto;
}
.dialog_w .dialog_vip .dialog_body {
  width: 6.6rem;
  min-height: 3.36rem;
  padding-bottom: 0.48rem;
  border-radius: 0.32rem;
  background: #FFF;
}
.dialog_w .dialog_vip .dialog_body .content {
  text-align: center;
  padding: 0rem 0.38rem;
}
.dialog_w .dialog_vip .dialog_body .content .content_t {
  color: #27063F;
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.36rem;
  font-style: normal;
  font-weight: 600;
  padding-top: 0.48rem;
}
.dialog_w .dialog_vip .dialog_body .content .content_c {
  padding-top: 0.16rem;
  color: var(---Color-text-6, #989A9C);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.28rem;
}
.dialog_w .dialog_vip .dialog_body .content .content_b {
  margin: auto;
  margin-top: 0.32rem;
  width: 4.64rem;
  height: 0.96rem;
  border-radius: 0.52rem;
  background: #7F3CEC;
  color: #FFF;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 600;
}
.dialog_w .dialo_rights {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  max-width: 7.5rem;
  margin: auto;
}
.dialog_w .dialo_rights .dialog_box {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80%;
  width: 100%;
  border-radius: 0.32rem 0.32rem 0rem 0rem;
  background: #FFF;
  animation: dccmove 0.5s;
}
.dialog_w .dialo_rights .dialog_box .pay_html_main_t5_5_top {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.88rem;
  flex-shrink: 0;
  background: linear-gradient(180deg, #E9DCFF 0%, #FBFEFF 100%);
  overflow: hidden;
  border-radius: 0.32rem 0.32rem 0rem 0rem;
  border-bottom: 0.02rem solid var(---Color-border-2, #F2F2F2);
}
.dialog_w .dialo_rights .dialog_box .pay_html_main_t5_5_top > div {
  cursor: pointer;
  flex: 1;
  color: #1D0130;
  /* 常规/Body/16/Medium */
  font-family: PingFang SC;
  font-size: 0.32rem;
  font-weight: 600;
  font-style: normal;
  line-height: 0.48rem;
  /* 150% */
  display: flex;
  align-items: center;
  height: 0.88rem;
  justify-content: center;
  position: relative;
}
.dialog_w .dialo_rights .dialog_box .pay_html_main_t5_5_top > div.on {
  color: white;
  font-weight: 600;
}
.dialog_w .dialo_rights .dialog_box .pay_html_main_t5_5_top > div.on img {
  display: block;
}
.dialog_w .dialo_rights .dialog_box .pay_html_main_t5_5_top > div img {
  position: absolute;
  left: -10%;
  width: 120%;
  top: -0.01rem;
  display: none;
}
.dialog_w .dialo_rights .dialog_box .pay_html_main_t5_5_top > div span {
  position: relative;
  z-index: 1;
}
.dialog_w .dialo_rights .dialog_box .dialog_box_c {
  max-height: calc(100% - 0.88rem);
  padding-bottom: 0.1rem;
  overflow: auto;
}
.dialog_w .dialo_rights .dialog_box .dialog_box_c .dialog_box_c_list .dialog_box_c_t {
  color: #1F1B22;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 600;
  padding: 0rem 0.32rem;
  height: 0.78rem;
  padding-top: 0.2rem;
}
.dialog_w .dialo_rights .dialog_box .dialog_box_c .dialog_box_c_list .dialog_box_c_t img {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.08rem;
}
.dialog_w .dialo_rights .dialog_box .dialog_box_c .dialog_box_c_list .dialog_box_c_b {
  padding: 0rem 0.32rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFF;
  height: 0.72rem;
  border-top: 0.01rem solid #EDEDED;
}
.dialog_w .dialo_rights .dialog_box .dialog_box_c .dialog_box_c_list .dialog_box_c_b:nth-child(2n) {
  background: #FAFAFA;
}
.dialog_w .dialo_rights .dialog_box .dialog_box_c .dialog_box_c_list .dialog_box_c_b:nth-last-child(1) {
  border-bottom: 0.01rem solid #EDEDED;
}
.dialog_w .dialo_rights .dialog_box .dialog_box_c .dialog_box_c_list .dialog_box_c_b > div:nth-child(1) {
  color: var(---Color-text-7, #6B6D6E);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 600;
}
.dialog_w .dialo_rights .dialog_box .dialog_box_c .dialog_box_c_list .dialog_box_c_b > div:nth-child(2) {
  color: var(---Color-text-7, #6B6D6E);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
}
.dialog_w .dialo_rights .dialog_box .dialog_box_c .dialog_box_c_list .dialog_box_c_b img {
  width: 0.32rem;
  height: 0.32rem;
}
@keyframes dccmove {
  from {
    height: 0rem;
  }
  to {
    height: 80%;
  }
}
@-webkit-keyframes dccmove {
  from {
    height: 0rem;
  }
  to {
    height: 80%;
  }
}
.dialog_w .dialo_pay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  max-width: 7.5rem;
  margin: auto;
}
.dialog_w .dialo_pay .dialog_box {
  position: absolute;
  bottom: 0.64rem;
  left: 50%;
  margin-left: -3.550725rem;
  width: 7.10145rem;
  height: 7.9628rem;
  border-radius: 0.32rem;
  background: linear-gradient(180deg, #E9DCFF 0%, #FEFBFF 100%), #FFF;
}
.dialog_w .dialo_pay .dialog_box .dialog_box_t {
  color: #1D0130;
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.4rem;
  font-style: normal;
  font-weight: 600;
  padding-top: 0.48rem;
}
.dialog_w .dialo_pay .dialog_box .dialog_box_t span {
  color: #FF3E45;
  padding: 0rem 0.08rem;
}
.dialog_w .dialo_pay .dialog_box .dialog_box_t2 {
  color: #1D0130;
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 600;
  padding-top: 0.32rem;
}
.dialog_w .dialo_pay .dialog_box .dialog_box_t3 {
  color: #FF3E45;
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: D-DIN;
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.64rem;
  /* 100% */
  padding-top: 0.2rem;
}
.dialog_w .dialo_pay .dialog_box .dialog_box_c {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.16rem;
  background: #FFF;
  margin: auto;
  overflow: hidden;
  margin-top: 0.48rem;
  position: relative;
}
.dialog_w .dialo_pay .dialog_box .dialog_box_c .qrcode {
  width: 2.88rem;
  height: 2.88rem;
  position: relative;
}
.dialog_w .dialo_pay .dialog_box .dialog_box_c .qrcode.qrcodeWx::after {
  content: '';
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background: #fff;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  margin-left: -0.3rem;
  margin-top: -0.3rem;
  z-index: 1;
  border-radius: 0.06rem;
}
.dialog_w .dialo_pay .dialog_box .dialog_box_c .qrcode.qrcodeWx::before {
  content: '';
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../invited/img/vip/wx.png) no-repeat;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  margin-left: -0.2rem;
  margin-top: -0.2rem;
  z-index: 2;
}
.dialog_w .dialo_pay .dialog_box .dialog_box_c .qrcode.qrcodeAliPay::after {
  content: '';
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background: #fff;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  margin-left: -0.3rem;
  margin-top: -0.3rem;
  z-index: 1;
  border-radius: 0.06rem;
}
.dialog_w .dialo_pay .dialog_box .dialog_box_c .qrcode.qrcodeAliPay::before {
  content: '';
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../invited/img/vip/alipay.png) no-repeat;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  margin-left: -0.2rem;
  margin-top: -0.2rem;
  z-index: 2;
}
.dialog_w .dialo_pay .dialog_box .dialog_box_c .qrcode img {
  width: 100%;
  height: 100%;
}
.dialog_w .dialo_pay .dialog_box .dialog_box_c .qrcode_time {
  position: absolute;
  top: 0rem;
  left: 0rem;
  background: #fff;
  width: 100%;
  height: 100%;
  color: #1D0130;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  z-index: 3;
}
.dialog_w .dialo_pay .dialog_box .dialog_box_c .qrcode_time img {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.04rem;
}
.dialog_w .dialo_pay .dialog_box .dialog_box_c .qrcode_loading {
  position: absolute;
  top: 0rem;
  left: 0rem;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.dialog_w .dialo_pay .dialog_box .dialog_box_c .qrcode_loading img {
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.04rem;
}
.dialog_w .dialo_pay .dialog_box .dialog_box_c2 {
  text-align: center;
  color: #1D0130;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  padding-top: 0.16rem;
}
.dialog_w .dialo_pay .dialog_box .dialog_box_c2 span {
  color: #FF3E45;
  padding: 0rem 0.04rem;
}
.dialog_w .dialo_pay .dialog_box .dialog_box_b {
  color: var(---Color-text-6, #989A9C);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.24rem;
  font-style: normal;
  padding-top: 0.16rem;
}
.dialog_w .dialo_pay .dialog_box .dialog_box_b > span {
  padding: 0rem 0.16rem;
}
.dialog_w .dialo_pay .dialog_box .dialog_box_b > div {
  height: 0.48rem;
  color: #00D10D;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  border-radius: 0.24rem;
  background: rgba(29, 1, 48, 0.05);
  padding: 0rem 0.2rem;
  cursor: pointer;
}
.dialog_w .dialo_pay .dialog_box .dialog_box_b > div.alipay {
  color: #189FE4;
}
.dialog_w .dialo_pay .dialog_box .dialog_box_b > div.active {
  background: #FF3E45;
  color: #fff;
  box-shadow: 0rem 0.02rem 0.05rem 0rem rgba(0, 0, 0, 0.1);
}
.dialog_w .dialo_pay .dialog_box .dialog_box_b .img {
  width: 0.31997rem;
  height: 0.31997rem;
  margin-right: 0.08rem;
}
.dialog_w .dialo_wx {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  max-width: 7.5rem;
  margin: auto;
}
.dialog_w .dialo_wx .dialog_box {
  position: absolute;
  top: 0.54rem;
  right: 0.32rem;
  width: 5.6rem;
  height: 1.92rem;
  border-radius: 0.32rem;
  background: #FFF;
  padding-top: 0.04rem;
  padding-left: 0.32rem;
}
.dialog_w .dialo_wx .dialog_box::after {
  content: '';
  position: absolute;
  top: -0.2rem;
  right: 0.26rem;
  width: 0.48rem;
  height: 0.24rem;
  background: url(img/pay_html_main12.png) no-repeat;
  background-size: 100% 100%;
}
.dialog_w .dialo_wx .dialog_box .dialog_box_t {
  padding-top: 0.32rem;
  color: #1D0130;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.dialog_w .dialo_wx .dialog_box .dialog_box_t img {
  width: 0.48rem;
  height: 0.48rem;
  margin: 0rem 0.1rem;
}
.dialog_w .dialo_wx .dialog_box .dialog_box_b img {
  width: 2.5rem;
  height: 0.48rem;
  margin: 0rem 0.1rem;
}
.dialog_w .dialo_pay_switch {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  max-width: 7.5rem;
  margin: auto;
}
.dialog_w .dialo_pay_switch .dialog_box {
  position: absolute;
  bottom: 0rem;
  left: 0%;
  margin-left: 0rem;
  width: 100%;
  padding-bottom: 0.56rem;
  border-radius: 0.32rem 0.32rem 0rem 0rem;
  background: linear-gradient(180deg, #E9DCFF 0%, #FEFBFF 100%), #FFF;
}
.dialog_w .dialo_pay_switch .dialog_box .dialog_box_t {
  color: #1D0130;
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.4rem;
  font-style: normal;
  font-weight: 600;
  padding-top: 0.48rem;
}
.dialog_w .dialo_pay_switch .dialog_box .dialog_box_t span {
  color: #FF3E45;
  padding: 0rem 0.08rem;
}
.dialog_w .dialo_pay_switch .dialog_box .dialog_box_t2 {
  color: #1D0130;
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 600;
  padding-top: 0.32rem;
}
.dialog_w .dialo_pay_switch .dialog_box .dialog_box_t3 {
  color: #FF3E45;
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: D-DIN;
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.64rem;
  /* 100% */
  padding-top: 0.24rem;
}
.dialog_w .dialo_pay_switch .dialog_box .dialog_box_c {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.16rem;
  background: #FFF;
  margin: auto;
  overflow: hidden;
  margin-top: 0.48rem;
  position: relative;
}
.dialog_w .dialo_pay_switch .dialog_box .dialog_box_c .qrcode {
  width: 2.88rem;
  height: 2.88rem;
  position: relative;
}
.dialog_w .dialo_pay_switch .dialog_box .dialog_box_c .qrcode.qrcodeWx::after {
  content: '';
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background: #fff;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  margin-left: -0.3rem;
  margin-top: -0.3rem;
  z-index: 1;
  border-radius: 0.06rem;
}
.dialog_w .dialo_pay_switch .dialog_box .dialog_box_c .qrcode.qrcodeWx::before {
  content: '';
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../invited/img/vip/wx.png) no-repeat;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  margin-left: -0.2rem;
  margin-top: -0.2rem;
  z-index: 2;
}
.dialog_w .dialo_pay_switch .dialog_box .dialog_box_c .qrcode.qrcodeAliPay::after {
  content: '';
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background: #fff;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  margin-left: -0.3rem;
  margin-top: -0.3rem;
  z-index: 1;
  border-radius: 0.06rem;
}
.dialog_w .dialo_pay_switch .dialog_box .dialog_box_c .qrcode.qrcodeAliPay::before {
  content: '';
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../invited/img/vip/alipay.png) no-repeat;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  margin-left: -0.2rem;
  margin-top: -0.2rem;
  z-index: 2;
}
.dialog_w .dialo_pay_switch .dialog_box .dialog_box_c .qrcode img {
  width: 100%;
  height: 100%;
}
.dialog_w .dialo_pay_switch .dialog_box .dialog_box_c .qrcode_time {
  position: absolute;
  top: 0rem;
  left: 0rem;
  background: #fff;
  width: 100%;
  height: 100%;
  color: #1D0130;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  z-index: 3;
}
.dialog_w .dialo_pay_switch .dialog_box .dialog_box_c .qrcode_time img {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.04rem;
}
.dialog_w .dialo_pay_switch .dialog_box .dialog_box_c .qrcode_loading {
  position: absolute;
  top: 0rem;
  left: 0rem;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.dialog_w .dialo_pay_switch .dialog_box .dialog_box_c .qrcode_loading img {
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.04rem;
}
.dialog_w .dialo_pay_switch .dialog_box .dialog_box_c2 {
  text-align: center;
  color: #989A9C;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  padding-top: 0.3rem;
}
.dialog_w .dialo_pay_switch .dialog_box .dialog_box_b {
  color: var(---Color-text-6, #989A9C);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.24rem;
  font-style: normal;
  padding-top: 0.24rem;
}
.dialog_w .dialo_pay_switch .dialog_box .dialog_box_b > span {
  padding: 0rem 0.16rem;
}
.dialog_w .dialo_pay_switch .dialog_box .dialog_box_b > div {
  height: 0.56rem;
  color: #00D10D;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "PingFang SC";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  border-radius: 0.28rem;
  background: rgba(29, 1, 48, 0.05);
  padding: 0rem 0.2rem;
  cursor: pointer;
}
.dialog_w .dialo_pay_switch .dialog_box .dialog_box_b > div.alipay {
  color: #189FE4;
}
.dialog_w .dialo_pay_switch .dialog_box .dialog_box_b > div.active {
  background: #FF3E45;
  color: #fff;
  box-shadow: 0rem 0.02rem 0.05rem 0rem rgba(0, 0, 0, 0.1);
}
.dialog_w .dialo_pay_switch .dialog_box .dialog_box_b .img {
  width: 0.31997rem;
  height: 0.31997rem;
  margin-right: 0.08rem;
}
