.container{
    padding: 20px 100px 0;
}
.main-tit{
    padding-left: 35px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #e42d2f;
    background: url(../../../../../images/unit/icon-tit.png) no-repeat left center;

}
.main{
	background: white;
}
.tab .tab-title li{
    width: 20%;
}
.tab-cont{    
    border: solid 1px #c5cfd1;
    border-top: 0;
}
.form-area .notice{
    margin: -15px 0 20px 160px;
    font-size: 12px;
}
.img-area{
    padding: 50px 0 80px;
}
.img-area .step-img{
    text-align: center;
}
.img-area .step-text{
    text-align: center;    
}
.img-area .step-actions{
    text-align: center;     
}
.img-area .step-actions a{
    margin: 40px;
    padding: 5px 20px;
    display: inline-block;
    border: solid 1px #e42d2f;
    color: #e42d2f;
    text-align: center;     
}
.notice{
    padding-top: 25px;
}
.notice dl{
}
.notice dt{
    font-weight: bold;
    font-size: 16px;
}
.notice dt span{
    margin-right: 10px;
    display: inline-block;
    width: 40px;
    background-color: #dc171b;
    color: #fff;
    border-radius: 0 10px 10px 0;
    text-align: center;
    font-size: 18px;
}
.notice dd{
    margin-top: 5px;
    padding-left: 50px;
    padding-right: 20px;
    line-height: 25px;
/*     font-size: 20px; */
}
.notice .agreement-group{
    padding-top: 20px;
    padding-left: 50px;
    font-size: 16px;

}
.notice .agreement-group label span{
    color: #dc171b;
}
.notice  .btns-group{
    padding: 90px 0;
    text-align: center;
}
.notice .btns-group button{
    border: solid 1px #e63b3e;
    color: #e63b3e;
    font-size: 22px;
    background-color: #fff;
    border-radius: 5px;
    width: 300px;
    padding: 5px 0;
}
.form-section-tit{
	float: left;
    width: 100%;
    font-size: 16px;
    color: #e42d31;
    margin: 15px 0;
    font-weight: bold;
}
