.bgbody{
    min-height: 712px;
    overflow: hidden;
}
.bgbody .container{
    background: transparent;
}
.aside{
    width: 235px;
    background:  no-repeat center center;
    background-size: cover;
}
.bgbody .container ul{
    display: block;
}
.bgbody .span6{
    border-bottom: none;
}
.box.container{
    display: flex;
    margin-bottom: 28px;
    min-height: 612px;
}
.bgbody .aside li{
    margin: 20px auto;
    width: 194px;
    height: 43px;
    line-height: 38px;
    background:  no-repeat center center;
    background-size: cover;
    padding: 0 50px;
    font-size: 16px;
}
.bgbody .aside li:hover,.aside li.li-active{
    background:  no-repeat center center;
}
.bgbody .aside li a{
    color: #fff;
    text-decoration: none;
}
.main-box {
    margin-left: 15px;
    flex: 1;
    background: #fff;
    padding: 0 35px;
}
.main-box .title{
    font-size: 18px;
    line-height: 56px;
    border-bottom: 1px dashed #c8d8ff;
}
.content{
    line-height: 32px;
    margin: 15px 0 30px 0;
}
.go-btn{
    display: block;
    margin: 10px auto 30px auto;
    width: 210px;
    height: 56px;
    line-height: 56px;
    background:  no-repeat center center;
    background-size: cover;
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.go-btn:hover,.submit-box:hover{
    text-decoration: none;
    color: #fff;
}
.submit-box{
    display: block;
    margin: 10px auto 30px auto;
    width: 210px;
    height: 56px;
    line-height: 56px;
    border-radius: 56px;
    background: linear-gradient(90deg, #1c5dfa 0%, #8fb8ff 100%);
    background-size: cover;
    color: #fff;
    font-size: 22px;
    text-align: center;
    border: 0;
}
.msg-box{
    margin: 17px 0;
    padding: 0 16px;
    height: 42px;
    line-height: 42px;
    background: linear-gradient(90deg, #1e63f8 0%, rgba(237, 243, 255, 0.6100000143051147) 100%);
    color: #fff;
}
.form-group{
	position: relative;
    display: flex;
    margin-bottom: 28px;
    width: 70%;
}
.form-group label.error{
	position: absolute;
bottom: -32px;
left: 80px;
right: 0;
}
.form-group p{
    width: 80px;
}
.form-group input,.form-group textarea{
    flex: 1;
    padding: 0 14px;
    background: rgba(244, 247, 251, 0.5);
    border-radius: 3px 3px 3px 3px;
    opacity: 1;
    border: 1px solid #d4dff0;
}
.xx-list{
    padding: 15px 0;
}
.xx-list .item{
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px;
}
.xx-list .item .xx-title{
    font-size: 16px;
    font-weight: bold;
}
.xx-list .item .xx-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.xx-list .item .time{
    color: #999;
}