/************关于5KBJ*************/
.AboutUs{
    background:#ffffff;margin:10px auto;padding:40px;box-sizing:border-box;
}
.AboutUs .title{
    text-align:center;padding-bottom:30px;position:relative;
}
.AboutUs .title:after{
    content: "";height: 1px;background: #f1f1f1;width: 100%;position: absolute;left: 0;bottom:52px;
}
.AboutUs .title span{
    position: relative;z-index: 99;padding: 10px 30px;display: inline-block;background: #ffffff;letter-spacing:2px;font-size:24px;
}
.AboutUs .contents{
    min-height:550px;
}
.AboutUs .contents .img{
    width:100%;margin-bottom:20px;
}
.AboutUs .contents .img img{
    width:100%;
}
.AboutUs .contents .info{
    font-size:16px;text-align:justify;line-height:30px;color:#666666;
}



/*********** 服务协议 ***********/
.AgreeBox{
    background:#ffffff;margin:10px auto;
}
.agree-title{
    text-align:center;font-size:24px;padding:30px 0;letter-spacing:2px;
}
.agree-contents{
    padding:10px 40px 30px 40px;
}
.agree-contents .agree{
    border:1px solid #DDDDDD;min-height:550px;max-height:650px;padding:25px;overflow-y:scroll;font-size:14px;
}
