.bg{
    background: url(../img/vip/banner.png) no-repeat center;
}
.w100{
    width: 100px;
}
.mt55{
    margin-top: 55px;
}
.mt68{
    margin-top: 68px;
}
.l839{
    left: 839px!important;
}
.sketch{
    height: 530px;
    overflow: hidden;
}
.sketch .head-title{
    margin: 40px 0 50px 0;
}
.sketch .sketch-info{
    width: 630px;
    font-size: 16px;
    
    color: #575757;
    line-height: 28px;
    margin-top: 60px;
}

.flow{
    height: 455px;
    background: #F9F9F9;
    overflow: hidden;
}
.flow .head-title{
    margin: 80px 0 50px 0;
}
.flow .flow-container{
    position: relative;
    height: 225px;
}
.flow .dot{
    position: absolute;
    top: 93px;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border: 2px solid #DBDBDB;
    border-radius: 50%;
    z-index: 999;
}
.flow .dot1{
    left: 197px;
}
.flow .dot2{
    left: 588px;
}
.flow .dot3{
    right: 197px;
}
.flow .flow-line{
    position: absolute;
    top: 100px;
    width: 1200px;
    height: 2px;
    background: #DBDBDB;
}
.flow-card{
    position: absolute;
    width: 311px;
    height: 155px;
}
.card1{
    left: 50px;
    top: -30px;
    background: url(../img/vip/flow_card_1.png);
}
.card2{
    left: 440px;
    top: 76px;
    background: url(../img/vip/flow_card_2.png);
}

.flow-card .flow-card-info>span{
    font-size: 24px;
    
    color: #333333;
    margin-left: 11px;
}
.flow .flow-box{
    position: absolute;
    width: 267px;
    font-size: 16px;
    
    color: #575757;
    line-height: 28px;
}
.flow .fb1{
    bottom: 72px;
    left: 76px;
}
.flow .fb2{
    top: 13px;
    left: 489px;
}
.flow .fb3{
    bottom: 42px;
    right: 69px;
}

.room{
    height: 800px;
    overflow: hidden;
}
.room .head-title{
    margin: 67px 0 82px 0;
}
.room .imgbox{
    position: relative;
    width: 444px;
    height: 227px;
    border: 4px solid #FC6964;
    margin-top: 166px;
    margin-left: 73px;
}
.room .imgbox>img{
    position: absolute;
    left: -74px;
    top: -161px;
}
.room .room-info{
    width: 600px;
    font-size: 16px;
    
    color: #575757;
    line-height: 28px;
}