#afContent{
    width: 85%;
    margin-left: 7.5%;
    background: #fff;
    min-height: 580px;
    margin-top: 15px;
}
#afContent .u-row{
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}
#afContent .baseInfo,#afContent .finish{
    display: none;
}
#afContent .right{
    text-align: right;
    padding-right: 0;
}
#afContent .u-radio-button{
    opacity: 0;
}
#afContent .u-col-2,#afContent .u-col-4{
    margin-bottom: 10px;
}
#afContent .u-step{
    background: #eeeff1;
}
#afContent .u-step.current{
    background: #f4786b;
}
#afContent  .u-step.current .u-step-number{
    color: #f4786b;
}
#afContent .u-steps .u-step .u-step-number{
    background: #c3c3c3;
    font-weight: bold;
    font-size:18px;
}
#afContent .u-steps .u-step .u-step-title{
    font-weight: bold;
    color: #666;
    padding-top: 4px;
    display: block;
    box-sizing: border-box;
}
#afContent .u-steps .u-step.current .u-step-title{
    color: #fff;
}
#afContent .u-steps .u-step.current .u-step-number{
    background: #fff;
}
#afContent .u-form-control:focus{
    border-color: #6bcaea;
}
#afContent .u-form-group{
    margin-bottom: 0;
}
#afContent .u-form-control[disabled]{
    background: none;
    border: none;
    box-shadow: none;
}
#afContent .u-form-control-info{
    top:40px;
    display: block;
    z-index: 2;
}
#afContent .u-form-control[readonly]{
    background-color: #fff;
    border: none;
    padding: 0;
}
#afContent table .u-form-control[readonly]{
    background-color: white;
    box-shadow: none;
    border: 0;
}
#afContent .u-steps {
    margin-bottom: 0;
    margin-top: 40px;
    margin-left: 70px;
    margin-right: 70px;
    box-sizing: border-box;
}
#afContent .product{
    padding-top:50px;
}
#afContent .product .u-list-group{
    margin-top: 0;
}
#afContent .head-msg{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eeeff1;
}
#afContent #backList{
    margin-top: 7px;
    margin-right: 10px;
}
#afContent .head-msg .head-msg-title{
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
#afContent .next,#afContent .prev{
    min-width: 120px;
}
#afContent .baseInfo{
    min-width: 300px;
    padding-top: 70px;
}
#afContent .baseInfo.show{
    padding-top: 30px;
}
#afContent .baseInfo .special-input{
    display: none;
}
#afContent .baseInfo.show .special-select{
    display: none;
}
#afContent .baseInfo.show .special-input{
    display: block;
}
#afContent .padding-left-90{
    padding-left: 90px!important;
}
#afContent .padding-right-90{
    padding-right: 90px!important;
}
#afContent #verifyItem .u-form-group{
    margin-right: auto;
}
#afContent #verifyItem .u-form-group .u-form-control{
    border:none;
}
#afContent #verifyItem tbody tr td{
    padding: 0 5px;
}
#afContent #verifyItem tbody tr td .u-input-group{
    margin-bottom: 0;
}
#afContent  .u-radio .u-radio-label{
    padding-left: 10px;
}
#afContent .u-col-4{
    padding-left: 10px;
}