@font-face {
    font-family: 'RobotoSlab';
    src: url('./panoRenewPupop_RobotoSlab.ttf') format('opentype');
}
.openMemberPopW{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 10000;
}
.openMemberPopWrap{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: rgba(255,210,158,0.2); /* Fallback color */
    background: -webkit-linear-gradient(270deg, rgba(255,215,136,0.02) 0%, rgba(255,212,149,0) 43%,rgba(255,210,158,0.2) 100%), #FFFFFF; /* For Safari and Chrome */
    background: -moz-linear-gradient(270deg, rgba(255,215,136,0.02) 0%, rgba(255,212,149,0) 43%,rgba(255,210,158,0.2) 100%), #FFFFFF; /* For Firefox */
    background: -ms-linear-gradient(270deg, rgba(255,215,136,0.02) 0%, rgba(255,212,149,0) 43%,rgba(255,210,158,0.2) 100%), #FFFFFF; /* For IE10+ */
    background: -o-linear-gradient(270deg, rgba(255,215,136,0.02) 0%, rgba(255,212,149,0) 43%,rgba(255,210,158,0.2) 100%), #FFFFFF; /* For Opera */
    background: linear-gradient(270deg, rgba(255,215,136,0.02) 0%, rgba(255,212,149,0) 43%,rgba(255,210,158,0.2) 100%), #FFFFFF; /* Standard syntax */
    border-radius: 6px 6px 6px 6px;
}
.openMemberPop{
    overflow: hidden;
    min-width: 580px;
    min-height: 342px;
    background-image: url('../img/panoRenew/openMemBg.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}
.openMemberPopW div,
.openMemberPopW span,
.openMemberPopW img{
    box-sizing: border-box;
    vertical-align: top;
}
/* 标题 */
.openMemberPopT{
    height: 64px;
    line-height: 64px;
}
.openMemberTitle{
    font-size: 18px;
    color: #1D2129;
    padding-left: 20px;
}
.closeOpenMember{
    color: #1E1E1E;
    font-size: 24px;
    cursor: pointer;
    float: right;
    margin-right: 20px;
}
.openMemberPopCont{
    padding: 0 20px 20px 0;
    overflow: hidden;
}
/* 支付二维码 */
.openMemberPopR{
    width: 272px;
    height: 356px;
    background: #F8F8F8;
    border-radius: 8px;
    float: right;
    text-align: center;
}
.openMemberRPriceLog{
    font-size: 24px;
    color: #1D2129;
    padding-bottom: 3px;
    margin-right: 2px;
}
.openMemberRPriceNum{
    font-weight: bold;
    font-size: 42px;
    color: #1D2129;
}
.openMemberRT{
    display: flex;
    align-items: end;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 14px;
}
.memberPayTypeIn{
    font-size: 0;
    line-height: 20px;
    vertical-align: middle !important;
    display: inline-block;
    z-index: 1;
    position: relative;
}
.memberPayTypeIn span{
    font-size: 16px;
    color: #1D2129;
}
.openMemberRB{
    border-radius: 8px;
    border: 1px solid #eee;
    background: #fff;
    margin: 12px 28px 0 28px;
}
.memberPayCodeW{
    height: 210px;
    background: #fff;
    text-align: center;
    /* line-height: 210px; */
    width: 214px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.memberPayCodeW img{
    vertical-align: middle !important;
}
.memberPayCode{
    max-width: 100%;
}
.memberPayCodeInBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/panoRenew/payCodeBg.png');
    background-position: center;
    background-repeat: no-repeat;
}
.memberPayType{
    background: #f5f5f5;
    font-size: 0;
    text-align: center;
    position: relative;
    height: 36px;
}
.memberPayTypeItem{
    position: absolute;
    text-align: center;
    line-height: 36px;
    width: 50%;
    cursor: pointer;
}
.aliPayItem{
    left: 0;
    bottom: 0;
}
.wePayItem{
    right: 0;
    bottom: 0;
}
.memberPayTypeLog{
    margin-right: 6px;
}
.memberPayTypeLogAct{
    display: none;
    position: absolute;
    bottom: 0;
}
.aliMemberPayTypeLog{
    left: -1px;
}
.weMemberPayTypeLog{
    right: -1px;
}
/* 支付宝 */
.aliPayTypeAct .aliPayItem{
    line-height: 46px;
    text-align: left;
    padding-left: 18px;
    z-index: 1;
}
.aliPayTypeAct .wePayItem{
    text-align: right;
    padding-right: 18px;
}
.aliPayTypeAct .aliMemberPayTypeLog{
    display: inline-block;
}
/* 微信 */
.wePayTypeAct .wePayItem{
    line-height: 46px;
    z-index: 1;
}
.wePayTypeAct .aliPayItem{
    text-align: left;
    padding-left: 12px;
}
.wePayTypeAct .weMemberPayTypeLog{
    display: inline-block;
}
/* 购买弹窗左侧 */
.openMemberPopL{
    float: left;
    width: 324px;
}
.openMemberPopLine{
    font-size: 0;
    line-height: 44px;
}
.openMemberPopLineL{
    font-size: 16px;
    color: #666666;
    display: inline-block;
    width: 134px;
    text-align: right;
    padding-right: 12px;
}
.openMemberPopLRenew .openMemberPopLineL{
    width: 182px;
}
.openMemberPopLUp{
    width: 418px;
}
.openMemberPopLineR{
    display: inline-block;
}
.openMemberPopLineTime{
    font-size: 18px;
    color: #1D2129;
}
.openMemberPopLinePriceLog{
    font-size: 22px;
    color: #FF6900;
    position: relative;
    bottom: -2px;
    margin-right: 4px;
}
.openMemberPopLinePriceNum{
    font-weight: bold;
    font-size: 28px;
    color: #FF6900;
}
.openMemberPopLineLevel{
    margin-top: 56px;
    margin-bottom: 10px;
}
/* 会员标识 */
.panoMemberLogNor{
    display: inline-block;
    width: 124px;
    height: 40px;
    line-height: 38px;
    background: #FFF2EB; /* Fallback color */
    background: -webkit-linear-gradient(84deg, #FFF5ED 0%, #FFFAFA 50%, #FFF2EB 100%), #FFF2EB; /* For Safari and Chrome */
    background: -moz-linear-gradient(84deg, #FFF5ED 0%, #FFFAFA 50%, #FFF2EB 100%), #FFF2EB; /* For Firefox */
    background: -ms-linear-gradient(84deg, #FFF5ED 0%, #FFFAFA 50%, #FFF2EB 100%), #FFF2EB; /* For IE10+ */
    background: -o-linear-gradient(84deg, #FFF5ED 0%, #FFFAFA 50%, #FFF2EB 100%), #FFF2EB; /* For Opera */
    background: linear-gradient(84deg, #FFF5ED 0%, #FFFAFA 50%, #FFF2EB 100%), #FFF2EB; /* Standard syntax */
    border-radius: 6px;
    border: 1px solid #FF6435;
    text-align: center;
    position: relative;
}
.panoMemberLogNorLogW{
    position: relative;
    display: inline-block;
    vertical-align: middle !important;
    height: 22px;
    top: -2px;
}
.panoMemberLogNorLog{
    width: 22px;
}
.panoMemberLogNorNum{
    font-size: 12px;
    color: #FF6435;
    font-weight: bold;
    position: relative;
    left: -8px;
    bottom: 3px;
}
.panoMemberLogNorName{
    font-size: 18px;
    color: #FF6435;
    margin-left: -4px;
}
/* 低会员标识 */
.panoMemberLogNorLow{
    width: 96px;
    height: 32px;
    line-height: 30px;
    background: #FBF5ED;
    border-radius: 6px;
    border: 1px solid #E6DFD6;
    vertical-align: middle !important;
}
.panoMemberLogNorLow .panoMemberLogNorLogW{
    top: 0;
}
.panoMemberLogNorLow .panoMemberLogNorLog{
    width: 18px;
}
.panoMemberLogNorLow .panoMemberLogNorNum{
    left: -7px;
}
.panoMemberLogNorLow .panoMemberLogNorName{
    font-size: 14px;
    color: #333333;
}
.panoLvUpImg{
    vertical-align: middle !important;
    margin: 0 6px;
}
.panoRenewPayCodeMask {
    position: absolute;
    top: 6px;
    left: -1px;
    width: 217px;
    height: 205px;
    background: rgba(83, 83, 83, 0.6);
    color: #ffffff;
    text-align: center;
    display: none;
    border-radius: 4px;
    cursor: pointer;
    z-index: 9;
    padding-top: 65px;
   }
   
   .panoRenewPaycodeLoading {
    position: absolute;
    top: 6px;
    left: -1px;
    width: 214px;
    height: 205px;
    background: rgba(83, 83, 83, 0.6);
    color: #ffffff;
    text-align: center;
    display: none;
    padding-top: 30px;
   }
   
   .panoRenewPaycodeLoading i {
    display: inline-block;
    background-image: url(../img/20240918/payAllicon.png);
    background-position: -92px -69px;
    width: 27px;
    height: 27px;
    -webkit-animation: loading 1.5s linear infinite;
    animation: loading 1.5s linear infinite;
    margin-top: 48px;
   }
   
   @-webkit-keyframes loading {
    0% {
     -webkit-transform: translate3d(0, 0, 0) rotate(0);
     transform: translate3d(0, 0, 0) rotate(0)
    }
   
    100% {
     -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
     transform: translate3d(0, 0, 0) rotate(360deg)
    }
   }
   
   @keyframes loading {
    0% {
     -webkit-transform: translate3d(0, 0, 0) rotate(0);
     transform: translate3d(0, 0, 0) rotate(0)
    }
   
    100% {
     -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
     transform: translate3d(0, 0, 0) rotate(360deg)
    }
   }
   .maskCodeTxt{
    display: flex;
    flex-direction: column;
    margin-top: 10px;

   }