
.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: 128px;
    height: 128px;
    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;
  }
  
  
  .scan_code {
    padding: 32px;
    background: #F6F7F9;
  }
  
  .scan_code .code {
    width: 100px;
    height: 100px;
    background: #fff;
    margin-right: 24px;
  }
  
  .scan_code .price_detail {
    padding: 7px 0;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #949BA4;
  }
  
  .price_color {
    color: #FC3627 !important;
  }
  
  .scan_code .pay_type img {
    width: 15px;
    margin-right: 5px;
  }
  
  .scan_code .agreement {
    color: #3270FF;
    text-decoration: underline
  }
  
  .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;
}
