

.vip-main{
    padding: 134px 0px;
}

.vip-card{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.vip-card-left{
    width: 382px;
    height: 1137px;
    background: url("../img/vip/bg.png") no-repeat center center;
    background-size: cover;
    padding: 37px 31px;
    box-sizing: border-box;
    border-radius: 20px 0px 0px 20px;
    background-color: #FEFBEA;

}
.vip-card-left-title{
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #92561c;
    line-height: 30px;
    margin-bottom: 24px;
}

.vip-card-left-desc{
    font-size: 16px;
    text-align: left;
    color: #e3a05f;
    line-height: 30px;
    margin-bottom: 30px;
}
.vip-card-left-tips{
    font-size: 16px;
    text-align: left;
    color: #e3a05f;
    line-height: 30px;
    margin-bottom: 35px;
}
.vip-card-left-vip{

}
.vip-card-left-vip-title{
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #92561c;
    line-height: 30px;
    margin-bottom: 18px;
}
.vip-card-left-vip-item{

}
.vip-card-left-vip-item-item{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 10px;
}
.vip-item-text{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.vip-item-text h3{
    color: #92561c;
    font-size: 18px;
}
.vip-item-text>p{
    font-size: 14px;
    text-align: left;
    color: #92561c;
    line-height: 30px;
}
.duihao{
    width: 20px;
    height: 20px;
    color: #92561c;
    background:#92561c ;
    border-radius: 50%;
    margin-right: 11px;
    margin-top: 4px;
}

.vip-card-right{
    flex: 1;
    height: 1137px;
    background: #ffffff;
    border-radius: 0px 20px 20px 0px;
}
.vip-card-right-main{
    padding: 44px 26px;
}
.vip-card-right-title{
    height: 33px;
    line-height: 33px;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #333333;
    margin-bottom: 8px;
}
.vip-card-right-desc{
    font-size: 16px;
    text-align: left;
    color: #333333;
    line-height: 24px;
    margin-bottom: 15px;
}
.vip-card-right-desc >p{
    font-size: 16px;
    text-align: left;
    color: #333333;
    line-height: 24px;
}
.vip-hr{
    margin-top: 35px;
    margin-bottom: 25px;
    width: 588px;
    height: 0px;
    background: rgba(0,0,0,0.00);
    border: 1px solid #dbdbdb;
}
.vip-tips{
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 30px;
    margin-bottom: 24px;
}
.vip-name{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-bottom: 42px;
}
.vip-name >div{
    font-size: 18px;
    text-align: left;
    color: #333333;
    line-height: 30px;
}

.vip-btns{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}
.vip-btns-main{
    cursor: pointer;
}
.vip-zixun{
    display: inline-block;
    width: 221px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(180deg,#f0a455, #d75037);
    border-radius: 4px;
    margin-right: 8px;
}
.vip-active{
    display: inline-block;
    width: 135px;

    height: 50px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(90deg,#2d3755, #5a6277);
    border-radius: 4px;
}





















