.mask_panel {
  width: 100vw;
  height: 100vh;
  background: #000000;
  opacity: 0.4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  /* display: none; */
}

/* 模态框 */
.my_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  border-radius: 8px;
}

/* 模态框定位用 */
.my_modal .positon {
  width: 100%;
  height: 100%;
  position: relative;
}

/* 关闭图标 */
.my_modal .close {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 24px;
  top: 24px;
}

.my_modal .close img {
  width: 100%;
  height: 100%;
}


/* 开通会员模态框 */
.open_vip_modal {
  position: fixed;
  display: none;
}

.open_vip_modal .my_modal {
  width: 660px;
  background: #fff;
}

.qr_code {
  width: 200px;
  height: 200px;
  margin-right: 20px;
  position: relative;
}

.qr_code .refresh_btn {
  padding: 2px 6px;
  background: #fff;
  color: #000;
  margin-top: 6px;
  cursor: pointer;
  font-size: 12px;
}

.code_expired {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(100, 100, 100, 0.9);
  color: #fff;
  display: none;
}

.code_expired>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* 提醒开通vip模态框 */
.not_vip_modal {
  position: fixed;
  display: none;
}

.not_vip_modal .my_modal {
  width: 700px;
  /* height: 207px; */
}

.not_vip_modal .my_modal .modal_content {
  width: 100%;
  height: 100%;
  text-align: center;
  background-image: url('https://fanyi-1323968691.cos.ap-guangzhou.myqcloud.com/images/开通页弹窗.png');
  font-size: 100% 100%;
  padding: 60px 104px 43px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.not_vip_modal .my_modal .open_vip_btn {
  width: 287px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 4px;
  color: #3270FF;
  margin: 36px auto 0;
  cursor: pointer;
}

.pay_tab {
  display: flex;
  width: 334px;
  height: 56px;
  background: #f6f6f6;
  border-radius: 28px;
  padding: 4px 5px;
  font-size: 18px;
  margin-bottom: 32px;
}

.pay_tab .active {
  background: linear-gradient(190deg, #0235c3, #4800db);
  border-radius: 24px;
  color: #fff;
}

.pay_tab .pay_item {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 16px;
  cursor: pointer;
}

.pay_tab .pay_item img {
  margin-right: 9px;
}

.pay_tab .pay_item:first-child img {
  width: 28px;
  height: 25px;
}

.pay_tab .pay_item:last-child img {
  width: 26px;
  height: 26px;
}

.scan_code {
  padding: 35px 0 26px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
  border-radius: 15px;
  position: relative;
}

.scan_code .title {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 33px;
}

.scan_code .pay_amount_text {
  font-size: 16px;
  line-height: 16px;
}

.scan_code .pay_amount {
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  margin: 19px 0 33px;
}

.scan_code .code {
  width: 100px;
  height: 100px;
  margin-right: 24px;
}

.scan_code .pay_type img {
  width: 15px;
  margin-right: 5px;
}

.scan_code .pay_tips {
  font-size: 14px;
  margin-top: 14px;
}

.price_color {
  color: #FC3627 !important;
}

.scan_code .pay_type img {
  width: 15px;
  margin-right: 5px;
}

.scan_code .agreement {
  color: #3270ff;
  cursor: pointer;
}

.scan_code .close_icon {
  position: absolute;
  right: 0;
  top: -60px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.buy_vip_tips {
  position: absolute;
  right: 10px;
  width: 50px;
  transform: translateX(100%);
  top: 10px;
}


/* 提醒开通vip模态框 */
.not_vip_modal {
  position: fixed;
  display: none;
  z-index: 999;
}

.not_vip_modal .my_modal {
  width: 700px;
  /* height: 207px; */
}

.not_vip_modal .my_modal .modal_content {
  width: 100%;
  height: 100%;
  text-align: center;
  background-image: url('https://fanyi-1323968691.cos.ap-guangzhou.myqcloud.com/images/开通页弹窗.png');
  background-size: 100% 100%;
  padding: 60px 104px 43px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.not_vip_modal .my_modal .open_vip_btn {
  width: 287px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 4px;
  color: #3270FF;
  margin: 36px auto 0;
  cursor: pointer;
}