.bannerimg{
    width: 100%;
    cursor: pointer;
    position: relative;
}

.bannerimg img{
    width: 100%;
    vertical-align: bottom;
}


.membership-box{
    background: #FDF9EF;
}
.membership{
    display: flex;
    flex-direction: column;
    width: 6.25rem;
    margin: auto;
    padding-top: 0.5208rem;
    padding-bottom: 0.46875rem;
}

.membership .list{
    margin-top: 0.417rem;

    display: flex;
    flex-direction: column;
    gap: 0.3125rem;

}

.membership .list .item{

    display: flex;
    flex-direction: row;
    cursor: pointer;
    transition: transform 0.3s ease;

    
    

}

.membership .list .item:hover{
    transform: translateY(-0.05208rem); 
}

.membership .list .item1 .left{
    background: url('../img/l/mem1.png') 100% 100% no-repeat;
    background-size: cover;
}

.membership .list .item2 .left{
    background: url('../img/l/mem2.png') 100% 100% no-repeat;
    background-size: cover;
}

.membership .list .item3 .left{
    background: url('../img/l/mem3.png') 100% 100% no-repeat;
    background-size: cover;
}


.membership .list .item .left{
    width: 2.54167rem;
    min-height: 4.609375rem;
    padding: 0.2083rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius:0.0417rem 0 0 0.0417rem;
}

.membership .list .item .left .title-box{
    color: #FFFFFF;
}

.membership .list .item .left .title-box .title{
    font-size: 0.15625rem;
    margin: 0;
    margin-bottom: 0.1822917rem;
    font-weight: bold;
}

.membership .list .item .left .title-box .title-en{
    font-size: 0.125rem;
    margin: 0;
}

.membership .list .item1 .left .bottom .text-box{
    color: #252525;
    margin-bottom: 0.1875rem;
}
.membership .list .item .left .bottom .text-box{
    color: #FFFFFF;
    margin-bottom: 0.1875rem;
}

.membership .list .item .left .bottom .text-box .text{
    font-size: 0.1145833rem;
    margin: 0;
    margin-bottom: 0.1822917rem;
    line-height: 0.1875rem;
}

.membership .list .item .left .bottom .text-box .text-en{
    font-size: 0.072917rem;
    margin: 0;
    line-height: 0.14583rem;
}


.membership .list .item .left .button{
    background: rgba(255, 255, 255, 0.8);
    padding: 0.14583rem 0.125rem;
    margin: 0 -0.0417rem;
    border-radius: 0.0417rem;
    text-align: center;
    color: #3D3D3D;
    font-weight: bold;
    letter-spacing: -0.010417rem;
}

.membership .list .item .left .button .text{
    font-size: 0.125rem;
    margin-bottom: 0.0417rem;
}

.membership .list .item .left .button .text-en{
    font-size: 0.104167rem;
    margin: 0;
}

.membership .list .item .right{
    background: #FFFFFF;
    padding: 0.234375rem 0.260417rem;
    width: 3.65625rem;
}

.membership .list .item .right .title-box{
    color: #252525;
    font-weight: bold;
    margin-bottom: 0.15625rem;
}

.membership .list .item .right .title-box .title{
    font-size: 0.125rem;
    margin: 0;
    margin-bottom: 0.0417rem;
    font-weight: bold;
}

.membership .list .item .right .title-box .title-en{
    font-size: 0.10417rem;
    margin: 0;
    font-weight: bold;
}

.membership .list .item .right  .text-box{
    color: rgba(37, 37, 37, 0.8);
    margin-bottom: 0.15625rem;
}

.membership .list .item .right  .text-box .text{
    font-size: 0.11458rem;
    margin: 0;
    margin-bottom: 0.0417rem;
    line-height: 0.1875rem;
}

.membership .list .item .right  .text-box .text-en{
    font-size: 0.072917rem;
    margin: 0;
    line-height: 0.135417rem;
}



.membership .list .item .right .content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 2.734375rem;
    gap: 0.0625rem;
}


.membership .list .item .right .content .text-box{
    color: rgba(37, 37, 37, 0.8);
}

.membership .list .item .right .content .text-box .text{
    font-size: 0.11458rem;
    margin: 0;
    margin-bottom: 0.0417rem;
    line-height: 0.1875rem;
}

.membership .list .item .right .content .text-box .text-en{
    font-size: 0.072917rem;
    margin: 0;
    line-height: 0.135417rem;
    font-weight: lighter;
}


.application-box{
    background: #FFFFFF;
}
.application{
    display: flex;
    flex-direction: column;
    width: 6.25rem;
    margin: auto;
    padding-top: 0.5208rem;
    padding-bottom: 0.46875rem;
}


.application .text-box{
    color: #252525;

    margin-top: 0.417rem;
    margin-bottom: 0.442708rem;
    position: relative;
    padding-left: 0.10417rem;
}

.application .text-box .line{
    position: absolute;
    height: 0.3125rem;
    width: 0.036458rem;
    background: #E7A72C;
    left: 0rem;
    top: 0.09375rem;
}

.application .text-box .text{
    font-size: 0.125rem;
    line-height: 0.2604167rem;
    font-weight: bold;
}


.application .text-box .text-en{
    font-size: 0.104167rem;
    line-height: 0.1822917rem;
    font-weight: bold;
}

.application .expert{
    display: flex;
    align-items: center;
    justify-content: center;

}
.application .expert img{
    width: 5.515625rem;
}


.obligations-box{
    background: #FFFFFF;
}
.obligations{
    display: flex;
    flex-direction: column;
    width: 6.25rem;
    margin: auto;
    padding-top: 0.5208rem;
    padding-bottom: 0.46875rem;
}

.obligations-bg{
    background: url('../img/l/oblibg.png') 100% 100% no-repeat;
    background-size: cover;
}

.obligations .list{
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}

.obligations .list .item{
    background: rgba(255, 255, 255, 0.9);
    padding: 0.260417rem 0.1667rem;
    border-radius: 0.0417rem;
}

.obligations .list .item .title-box{
    color: #252525;
}

.obligations .list .item .title-box .title{
    font-size: 0.125rem;
    margin: 0;
    margin-bottom: 0.10417rem;
    font-weight: bold;
}

.obligations .list .item .title-box .title-en{
    font-size: 0.10417rem;
    margin: 0;
}


.obligations .list .item  .text-box{
    color: #252525;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.obligations .list .item .text-box .text{
    font-size: 0.10417rem;
    margin: 0;
    margin-bottom: 0.1822917rem;
    line-height: 0.1875rem;
    width: 50%;
}

.obligations .list .item .text-box .text-en{
    font-size: 0.072917rem;
    margin: 0;
    line-height: 0.14583rem;
    width: 50%;
}


.withdraw{
    display: flex;
    flex-direction: row;
    margin: auto;
    padding-top: 0.5208rem;
    padding-bottom: 0.46875rem;
    
}
.withdraw .img{
    width: 50%;
}

.withdraw .img img{
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

.withdraw .content{
    width: 50%;
    background: #F8F8F8;
    padding: 0.33333rem 0.2083rem;
}

.withdraw .content .title-box{
    color: #252525;
}

.withdraw .content .title-box .title{
    font-size: 0.125rem;
    margin: 0;
    margin-bottom: 0.125rem;
    font-weight: bold;
}

.withdraw .content .title-box .title-en{
    font-size: 0.10417rem;
    margin: 0;
}


.withdraw .content  .text-box{
    color: #252525;
    margin-top: 0.27604167rem;
}

.withdraw .content .text-box .text{
    font-size: 0.10417rem;
    margin: 0;
    margin-bottom: 0.1354167rem;
    line-height: 0.1875rem;
    width: 2.90104167rem;
}

.withdraw .content .text-box .text-en{
    font-size: 0.072917rem;
    margin: 0;
    line-height: 0.14583rem;
    width: 2.90104167rem;
}







