section>.container{
    width: 100% !important;
}
.vip-index-box{
    background: #fff;
}
.vip-index-banner{
    width: 100%;
    margin-bottom: -134px;
}
.vip-index-banner>a>img{
    display: block;
    max-width: 100%;
}
.vip-index-level-buy{
    position: relative;
    /*z-index: 2;*/
    width: 100%;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0px 4px 20px 0px rgba(7, 39, 106, 0.06);
}
.vip-index-level-box{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
}
.vip-index-level-list{
    flex: 1;
    text-align: center;
    padding: 30px 0;
    border-right: 1px solid #eee;
}
.vip-index-level-list:last-child{
    border-right: 0;
}
.vip-index-level-footer{
    padding: 26px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.vip-index-level-footer>a{
    height: 32px;
    line-height: 32px;
    border: 1px solid #CA971E;
    border-radius: 16px;
    padding: 0 20px;
    font-size: 14px;
    color: #CA971E;
}
.vip-index-info-box{
    display: flex;
}
.vip-index-info-box>div{
    height: 30px;
    overflow: hidden;
}
.vip-index-info-box>span{
    white-space: nowrap;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
}
.vip-index-info-list-box{
    margin-bottom: 0;
    transform: translateY(0);
}
.animate {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}
.vip-index-info-list-box>li{
    line-height: 30px;
    font-size: 15px;
}
.vip-index-info-list-box>li>span{
    color: #CA971E;
}
.vip-index-level-list>h3{
    margin: 12px 0 12px 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #333;
}
.vip-index-level-list>p{
    font-size: 16px;
    color: #CA971E;
    margin-bottom: 0;
    line-height: 30px;
    height: 30px;
}
.vip-index-level-list>p>span{
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}
.vip-index-level-list>a{
    display: block;
    width: 120px;
    height: 30px;
    background: linear-gradient(90deg, #E6C67A, #D4A83E);
    border-radius: 2px;
    margin: 0 auto;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    display: none;
}
.vip-index-level-list:hover >a{
    display: block;
}
.vip-index-level-list:hover >p{
    display: none;
}
.vip-content-bg{
    background: url(../img/vipbg3.png) 0 134px no-repeat;
}
.vip-index-service-box{
    margin-top: 80px;
}
.vip-index-title{
    width: 346px;
    height: 82px;
    margin: 0 auto;
    background: url(../img/vitk.png) no-repeat;
    position: relative;
}
.vip-index-title>strong{
    display: block;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    line-height: 82px;
    text-align: center;
}
.vip-index-title>p{
    position: absolute;
    text-transform: uppercase;
    font-size: 16px;
    color: #DDB75D;
    line-height: 16px;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    white-space: nowrap;
}
.vip-index-service-list-box{
    margin-top: 65px;
    display: flex;
    flex-wrap: wrap;
}
.vip-index-service-list{
    width: 386px;
    padding: 30px 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px 0px rgba(7, 39, 106, 0.1);
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 16px;
    margin-bottom: 16px;
}
.vip-index-service-list>span{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px;
}
.vip-index-service-list>span>img{
    display: block;
    width: 100%;
    height: 100%;
}
.vip-index-service-list:nth-child(3n){
    margin-right: 0;
}
.vip-index-service-list>div{
    flex: 1;
}
.vip-index-service-list>div>strong{
    display: block;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 50px;
    position: relative;
}
.vip-index-service-list>div>strong::after{
    content: '';
    position: absolute;
    width: 40px;
    height: 4px;
    background: linear-gradient(-90deg, #E6C67A, #D4A83E);
    opacity: 0.5;
    bottom: -16px;
    left: 0;
}
.vip-index-service-list>div>p{
    font-size: 14px;
    color: #333;
    line-height: 22px;
    margin-bottom: 36px;
}
.vip-index-service-list>div>a{
    display: block;
    width: 120px;
    height: 30px;
    background: linear-gradient(90deg, #E6C67A, #D4A83E);
    border-radius: 2px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}
.vip-index-client-box{
    margin-top: 84px;
}
.vip-index-client-content{
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}
.vip-index-client-right{
    width: 280px;
    margin-left: 40px;
    box-shadow: 0px 4px 14px 0px rgba(7, 39, 106, 0.1);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.vip-index-client-right>a{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.vip-index-client-list-box{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.vip-index-client-list{
    width: 280px;
    margin-right: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 4px 14px 0px rgba(7, 39, 106, 0.1);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.vip-index-client-list>i{
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 10;
}
.vip-index-client-list:nth-child(3n){
    margin-right: 0;
}
.vip-index-client-list>span{
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
    display: block;
}
.vip-index-client-list>span::before{
    content: '';
    position: absolute;
    left: 0px;
    right: -5px;
    bottom: -20px;
    height: 40px;
    background: #fff;
    transform: rotateZ(-7deg);
    z-index: 3;
}
.vip-index-client-list>span::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/viph.png) right no-repeat;
    height: 40px;
    z-index: 6;
    width: 100%;
}
.vip-index-client-list>span>img{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 2;
}
.vip-index-client-list>p{
    padding: 0 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;    
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 18px;
    text-align: center;
}
.vip-index-client-list>a{
    display: block;
    width: 120px;
    height: 36px;
    margin: 0 auto 20px;
    line-height: 34px;
    text-align: center;
    color: #2F549F;
    border: 1px solid #2F549F;
    border-radius: 2px;
    transition: all .3s;
    font-size: 14px;
}
.vip-index-client-list>a:hover{
    background: #2F549F;
    color: #fff;
}
.vip-index-client-right-head{
    background: url(../img/vipbg2.png) no-repeat;
    height: 150px;
    padding-top: 100px;
}
.vip-index-client-right-head>span{
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
}
.vip-index-client-right-list-box{
    padding: 10px 20px;
}
.vip-index-client-right-list{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.vip-index-client-right-list:last-child{
    border: none;
}
.vip-index-client-right-list>span{
    width: 60px;
    height: 60px;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 10px;
}
.vip-index-client-right-list>span>img{
    display: block;
    width: 100%;
    height: 100%;
}
.vip-index-client-right-list>div{
    flex: 1;
}
.vip-index-client-right-list>div>p{
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    margin-bottom: 10px;
}
.vip-index-client-right-list>div>i{
    display: block;
    height: 24px;
}
.vip-index-client-right-list>div>i>img{
    height: 100%;
}
.vip-index-client-list:last-child,.vip-index-client-list:nth-last-child(2),.vip-index-client-list:nth-last-child(3){
    margin-bottom: 0;
}
.vip-interview-box{
    margin-top: 60px;
    background: url(../img/vipbg.png) no-repeat;
    padding: 100px 0 70px;
}
.vip-interview-content-box{
    display: flex;
    align-items: center;
}
.vip-interview-content-title{
    width: 180px;
    margin-right: 130px;
}
.vip-interview-content-title>strong{
    font-size: 44px;
    font-weight: bold;
    color: #333;
    line-height: 44px;
    display: block;
    position: relative;
    margin-bottom: 50px;
}
.vip-interview-content-title>strong::after{
    content: '';
    position: absolute;
    width: 46px;
    height: 10px;
    background: linear-gradient(-90deg, #E6C67A, #D4A83E);
    left: 0;
    bottom: -20px;
}
.vip-interview-content-title>p{
    font-size: 14px;
    color: #333;
    line-height: 22px;
    margin-bottom: 40px;
}
.vip-interview-content-title>a{
    width: 120px;
    height: 36px;
    border: 1px solid #2F549F;
    border-radius: 2px;
    display: block;
    text-align: center;
    line-height: 34px;
    color: #2F549F;
    font-size: 14px;
}
.vip-interview-list-box{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.vip-interview-list{
    width: 280px;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px 0px rgba(7, 39, 106, 0.1);
    border-radius: 6px;
    padding: 70px 30px 30px;
    position: relative;
    margin-right: 20px;
    transition: all .3s;
}
.vip-interview-list:hover{
    transform: translateY(-10px);
}
.vip-interview-list>span{
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    border: 4px solid #FFFFFF;
    border-radius: 6px;
    top: -30px;
    left: 50%;
    margin-left: -40px;
}
.vip-interview-list>span>img{
    width: 100%;
    height: 100%;
    display: block;
}
.vip-interview-list>strong{
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 16px;
    color: #333;
    margin-bottom: 4px;
}
.vip-interview-list>i{
    display: block;
    text-align: center;
    height: 30px;
    margin-bottom: 16px;
}
.vip-interview-list>i>img{
    height: 100%;
}
.vip-interview-list>p{
    font-size: 14px;
    line-height: 22px;
    color: #333;
    text-align: justify;
    margin-bottom: 36px;
}
.vip-interview-list>p>a{
    color: #333;
}

.vip-interview-list>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vip-interview-list>div>a{
    display: block;
    width: 48%;
    width: 100px;
    height: 36px;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    line-height: 34px;
    text-align: center;
    color: #333;
    font-size: 14px;
    transition: all .3s;
}
.vip-interview-list>div>a:hover{
    background: #2F549F;
    color: #fff;
}
.vip-interview-list:last-child{
    margin-right: 0;
}
/* 特权介绍 */
.vip-info-box{
    padding: 60px 0 100px;
}
.vip-info-title{
    margin: 0 0 90px 0;
    position: relative;
    font-size: 36px;
    color: #333;
    font-weight: bold;
    line-height: 36px;
}
.vip-info-title::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 50px;
    height: 10px;
    background: linear-gradient(-90deg, #E6C67A, #D4A83E);
}
.vip-info-content{
    background: linear-gradient(-45deg, #D5B697 0%, #E1D2B8 100%);
    border-radius: 4px;
    padding: 20px;
}
.vip-info-thead{
    margin-left: 159px;
    display: flex;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.vip-info-thead-list{
    width: 200px;
    padding: 20px;
    border-right: 1px solid #F3EDE5;
}
.vip-info-thead-list:last-child{
    border-right: 0;
}
.vip-info-thead-list>div{
    display: flex;
}
.vip-info-thead-list>div>span{
    width: 40px;
    margin-right: 20px;
}
.vip-info-thead-list>div>span>img{
    max-width: 100%;
}
.vip-info-thead-list>div>div{
    flex: 1;
    margin-top: 4px;
}
.vip-info-thead-list>div>div>strong{
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 18px;
    margin-bottom: 12px;
}
.vip-info-thead-list>div>div>span{
    color: #CA971E;
    font-size: 14px;
    line-height: 14px;
    display: block;
}
.vip-info-thead-list>a{
    display: block;
    width: 100px;
    height: 30px;
    background: linear-gradient(90deg, #E6C67A, #D4A83E);
    border-radius: 2px;
    margin: 20px auto 0;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
.vip-info-tbody{
    background: #fff;
    border-top: 4px solid #F3EDE5;
}
.vip-info-tbody-list{
    display: flex;
}
.vip-info-tbody-list>span{
    width: 160px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    padding-left: 20px;
    border-right: 1px solid #F3EDE5;
    border-bottom: 1px solid #F3EDE5;
}
.vip-info-tbody-list>div{
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color: #333;
    border-right: 1px solid #F3EDE5;
    border-bottom: 1px solid #F3EDE5;
}
.vip-info-tbody-list>div:last-child{
    border-right: 0;
}
.vip-info-modal-box{
    padding: 25px;
    position: relative;
}
.vip-info-modal-box>span{
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 20px;
    line-height: 20px;
}
.vip-info-modal-title{
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    color: #333;
}
.vip-info-modal-title>img{
    height: 70px;
    margin-right: 20px;
}
.vip-info-modal-box>p{
    font-size: 14px;
    line-height: 14px;
    color: #333;
    margin-bottom: 20px;
    margin-top: 40px;
}
.vip-info-setmeal-box{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.vip-info-setmeal-list{
    width: 150px;
    height: 140px;
    background: #F5F5F5;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-right: 34px;
    text-align: center;
    position: relative;
    padding-top:26px;
    overflow: hidden;   
    transition: all .1s; 
    cursor: pointer;
}
.vip-info-setmeal-list:nth-child(3n){
    margin-right: 0;
}
.vip-info-setmeal-list>span{
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 5;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    display: none;
}
.vip-info-setmeal-list>b{
    font-size: 18px;
    color: #CA971E;
    display: block;
    margin-bottom: 18px;
    line-height: 18px;
}
.vip-info-setmeal-list>strong{
    font-size: 24px;
    color: #F06949;
    display: block;
    margin-bottom: 12px;
    line-height: 24px;
}
.vip-info-setmeal-list>p{
    margin-bottom: 0;
    font-size: 14px;
    color: #999;
    line-height: 14px;
}
.vip-info-setmeal-list.active{
    box-shadow: 0 0 0 3px inset #E0C08D;
}
.vip-info-setmeal-list.active::after{
    content: '';
    position: absolute;
    width: 56px;
    height: 28px;
    background: #E0C08D;
    top: -12px;
    left: -8px;
    transform: rotateZ(-24deg);
}
.vip-info-setmeal-list.active>span{
    display: block;
}
.vip-info-xy{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
}
.vip-info-xy>input{
    margin: 0 10px 0 0;
}
.vip-info-btn{
    display: block;
    width: 470px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #2F549F;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    margin: 30px auto 0;
}
/* vip访谈 */
.vip-interview-page-content{
    display: flex;
}
.vip-recommend-shop-box{
    flex: 1;
}
.vip-interview-page-list-box{
    width: 960px;
    margin-left: 20px;
    overflow: hidden;
}
.vip-interview-page-list{
    width: 470px;
    background: #fff;
    padding: 30px;
    border: 1px solid #EEEEEE;
    border-radius: 2px;
    margin-bottom: 20px;
    float: left;
    margin-right: 13px;
}
.vip-interview-page-list:nth-child(2n){
    margin-right: 0;
}
.vip-interview-page-list-title{
    font-size: 16px;
    line-height: 16px;
    color: #333;
    margin-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: bold;
}
.vip-interview-page-list-content-box{
    display: flex;
}
.vip-interview-page-list-img{
    width: 140px;
    height: 140px;
    margin-right: 20px;
}
.vip-interview-page-list-img>img{
    width: 100%;
    height: 100%;
    display: block;
}
.vip-interview-page-list-content{
    flex: 1;
}
.vip-interview-page-list-desc{
    font-size: 12px;
    color: #999;
    line-height: 20px;
    position: relative;
    max-height: 60px;
    overflow: hidden;
    text-align: justify;
}
.vip-interview-page-list-desc>a{
    position: absolute;
    display: block;
    padding-left: 4px;
    right: 0;
    bottom: 0;
    line-height: 20px;
    font-size: 12px;
    width: auto;
    background: #fff;
    color: #999;
}
.vip-interview-page-list-vip{
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}
.vip-interview-page-list-vip>span{
    width: 16px;
    margin-right: 10px;
}
.vip-interview-page-list-vip>span>img{
    width: 100%;
    display: block;
}
.vip-interview-page-list-btn{
    display: flex;
}
.vip-interview-page-list-btn>a{
    display: block;
    line-height: 28px;
    width: 80px;
    height: 30px;
    background: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    margin-right: 10px;
    text-align: center;
    color: #333;
    font-size: 14px;
}
.vip-interview-page-list-title:hover {
    color: #2F549F;
}
.vip-interview-page-list-desc>a:hover {
    color: #2F549F;
}
.vip-interview-page-list-btn>a:hover{
    border-color: #2F549F;
    color:#2F549F;
    background: #fff;
}
.vip-recommend-shop-title{
    line-height: 50px;
    border: 1px solid #EEEEEE;
    background: linear-gradient(0deg, #F5F5F5 0%, #FFFFFF 100%);
    border-radius: 2px;
    padding: 0 15px;
    font-size: 15px;
    color: #333;
    margin-bottom: 0;
}
.vip-recommend-shop-list-box{
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #eee;
    border-top: 0;
    padding: 0 16px;
}
.vip-recommend-shop-list{
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    display: flex;
}
.vip-recommend-shop-list:last-child{
    border-bottom: 0;
}
.vip-recommend-shop-list>span{
    width: 50px;
    height: 50px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
}
.vip-recommend-shop-list>span>img{
    width: 100%;
    height: 100%;
    display: block;
}
.vip-recommend-shop-list>div{
    flex: 1;
}
.vip-recommend-shop-list>div>a{
    display: block;
    color: #333;
    line-height: 14px;
    font-size: 14px;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vip-recommend-shop-list>div>div{
    color: #999;
    font-size: 12px;
    line-height: 12px;
}
.vip-recommend-shop-list>div>div>span{
    color: #FF9934;
}
.kt-vip-box{
    padding: 20px;
    text-align: center;
    background: #FFFFFF;
    border: 1px dashed #EEEEEE;
    border-radius: 2px;
    margin-bottom: 20px;
}
.kt-vip-box>strong{
    font-size: 15px;
    color: #333;
    line-height: 15px;
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
}
.kt-vip-box>p{
    font-size: 12px;
    color: #333;
    line-height: 12px;
}
.kt-vip-box>a{
    display: block;
    line-height: 40px;
    height: 40px;
    background: linear-gradient(90deg, #E6C67A, #D4A83E);
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
@media screen and (min-width:320px) and (max-width:736px){
    .vip-index-level-list{
        flex: none;
    }
    .vip-index-level-list{
        flex: none;
        width: 50%;
    }
    .vip-index-banner{
        margin-bottom: 0;
    }
    .vip-index-level-list:last-child{
        border-right: 1px solid #eee;
    }
    .vip-index-level-footer{
        padding: 20px;
    }
    .vip-index-service-list,.vip-index-client-list,.vip-interview-list{
        width: 100%;
        margin-right: 0;
    }
    .vip-index-client-right,.vip-interview-content-title{
        display: none;
    }
    .vip-interview-box{
        background: none;
        padding-top: 0;
    }
    .vip-interview-list-box{
        flex: none;
        width: 100%;
    }
    .vip-interview-list{
        margin-top: 50px;
    }
}