.buyReadVou{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}
.actMemCon{
    width: 980px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 10px;
}
.memTit{
    width: 100%;
    height: 50px;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: linear-gradient(to right, #80BA30, #BBD665);
}
.memTit h3{
    width: 100%;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}
.memTit h1{
    font-size: 22px;
    color: #FFFFFF;
    position: absolute;
    top: 10px;
    right: 21px;
    cursor: pointer;
}
.memCon{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.memConR{
    width: 100%;
    padding: 25px 34px;
    box-sizing: border-box;
}
.memPrice{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.evePri{
    width: 200px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    padding: 35px 0 33px 0;
    position: relative;
    box-sizing: border-box;
}
.evePri span{
    display: block;
    width: 100%;
    font-size: 18px;
    color: #000;
    text-align: center;
}
.evePri p{
    width: 100%;
    font-weight: 400;
    font-size: 14px !important;
    color: #a2a1a0 !important;
    text-align: center;
    margin-top: 10px;
    text-indent: unset !important;
}
.evePri h3{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}
.evePri h3 i{
    font-size: 24px;
    font-style: normal;
}
.evePri li{
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 5px;
}
.evePri li i{
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #ADADAD;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    text-decoration: line-through;
    box-sizing: border-box;
    font-style: normal;
}
.evePriAct{
    background: linear-gradient(149deg, #B9D55F, #83B834);
    border: 1px solid #e0f2e6;
}
.evePriAct span,
.evePriAct p,
.evePriAct h3{
    color: #fff !important;
}
.evePriAct li i{
    color: #ffffff82;
    border: 1px solid #ffffff82;
}

.subPhone{
    width: 100%;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.subPhone li{
    width: 656px;
    display: flex;
    align-items: center;
}
.subPhone li span{}
.subPhone li input{
    width: 520px;
    outline: none;
    border: none;
    background: #F7F7F7;
    height: 36px;
    line-height: 36px;
    font-weight: 400;
    font-size: 14px;
    color: #555;
    padding: 0 12px;
}
.subPhone p{
    font-size: 14px;
    color: #999999;
}

.payCon{
    width: 100%;
    background: linear-gradient(73deg, #F7F7F7, #FFF8F0);
    border-radius: 10px;
    padding: 20px 23px;
    display: none;
    box-sizing: border-box;
    margin-top: 20px;
}
.payConL{
    width: 140px;
    height: 140px;
    background: #F2F2F2;
    border: 1px solid #E6E6E6;
}
.payConL img{
    width: 100%;
}
.payConR{
    width: 400px;
    padding-top: 6px;
    margin-left: 22px;
    box-sizing: border-box;
}
.payConR h3{
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    margin: 0;
}
.payConR h3 span{
    font-weight: bold;
    font-size: 28px;
    color: #DD3332;
}
.payConR h3 i{
    font-style: normal;
}
.payConR li{
    width: 100%;
    margin-top: 18px;
    list-style: none;
    display: flex;
    align-items: center;
}
.payConR li img{
    margin-right: 7px;
    border-radius: 5px;
}
.payConR li span{
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-left: 6px;
}
.payConR p{
    width: 100%;
    margin: 0;
    margin-top: 17px;
    display: flex;
    align-items: center;
}
.payConR p span{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin-left: 6px;
}
.payConR p span a{
    color: #249AFE;
}
.payConR p span a:hover{
    text-decoration: underline;
}

.payConB{
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.payConB input{
    width: 130px;
    outline: none;
    border: none;
    background: linear-gradient(to right, #80BA30, #BBD665);
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    padding: 0 12px;
    cursor: pointer;
}
.payConB input:hover{
    background: linear-gradient(to right, #80BA30, #BBD665);
}