body,html{
    background: #F4F7FC;
    overflow: hidden;
}
.mainBox{
    margin-top: 1.17rem;
}
.stepOut{
    background: #fff;
    height: 2rem;
    border-top: 1px solid #F4F7FC;
}
.stepOut span{
    width: 25%;
    padding-top: 1.2rem;
    line-height: 0.56rem;
    text-align: center;
    font-size: 0.4rem;
    height: 0.78rem;
}
.step1{
    background: url(../images/qyxx_icon1.png) no-repeat center  0.27rem;
    background-size: 0.8rem 0.8rem;
}
.step2{
    background: url(../images/qyxx_icon2.png) no-repeat center  0.27rem;
    background-size: 0.8rem 0.8rem;
}
.step3{
    background: url(../images/qyxx_icon3.png) no-repeat center  0.27rem;
    background-size: 0.8rem 0.8rem;
}
.step4{
    background: url(../images/qyxx_icon4.png) no-repeat center  0.27rem;
    background-size: 0.8rem 0.8rem;
}
.stepState1 .step1,.stepState2 .step2,.stepState3 .step3,.stepState4 .step4{
    color: #307FFF;
}
.stepState1 .step1 em,.stepState2 .step2 em,.stepState3 .step3 em,.stepState4 .step4 em{
    width: 1.07rem;
    height: 2px;
    background: #307FFF;
    bottom: 0;
    margin-left: 50%;
    left: -0.53rem;
}
.setpTitle a{
    display: block;
    height: 1.28rem;
    line-height: 1.28rem;
    font-size: 0.4rem;
color: #307FFF;
text-align: right;
padding-right: 0.35rem;
}
.formBox{
    padding: 0 0.32rem 0.5rem;
    position: fixed;
    top: 4.45rem;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    overflow-y: scroll;
}
.form{
    background: #fff;
    border-radius: 0.27rem 0.27rem 0.27rem 0.27rem;
    padding: 0 0.32rem;
    overflow: hidden;
}
.btns{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.33rem;
}
.btns a{
    width: 50%;
    line-height: 1.33rem;
    text-align: center;
    font-size: 0.48rem;
}
.formDiv{
    border-bottom: 1px solid #f1f1f1;
}
.formDiv .titleBox{
    line-height: 1.33rem;
    font-size: 0.4rem;
    text-align: left;
}
.formDiv .titleBox em{
    color: #ff4141;
    padding-right: 0.1rem;
}
.formDiv input[type='text']{
    width: 60%;
    height: 1.33rem;
    border: none;
    text-align: right;
    font-size: 0.4rem;
color: #AAAAAA;
}
.formDiv select{
    height: 1.33rem;
    font-size: 0.4rem;
    color: #AAAAAA;
}
.addOne{
    background: url(../images/cd_addIcon.png) no-repeat;
    background-size: 100% 100%;
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 0.4rem;
}
.deleteOne{
    background: url(../images/cd_del.png) no-repeat center;
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 0.4rem;
}
.formDiv textarea{
    width: 100%;
    height: 3rem;
    font-size: 0.4rem;
    color: #AAAAAA;
    line-height: 0.5rem;
    margin-bottom: 0.3rem;
}
.mt14{
    margin-top: 0.35rem;
}
input[type=radio]{
    -webkit-appearance:radio;
    width: 0.32rem;
    height: 0.32rem;
    margin-top: 0.3rem;
}
input[type="radio"]:checked{
    width: 0.32rem;
    height: 0.32rem;
    background: #333;
}
input[type=checkbox]{
    -webkit-appearance:checkbox;
    width: 0.32rem;
    height: 0.32rem;
    margin-top: 0.3rem;
}
input[type="checkbox"]:checked{
    width: 0.32rem;
    height: 0.32rem;
    background: #333;
}
.choice label{
    font-size: 0.4rem;
    color: #AAAAAA;
    line-height: 0.5rem;
    padding: 0.3rem 0;
}
.selArea{
    width: 33%;
    
}
.Wdate{
    padding-right: 0.8rem;
}
.width100 {
    width: 100% !important;
}
.nextBtn{
    background: #307FFF;
    color: #fff;
}
.tableStyle{
    width: 100%;
    margin: 0.2rem 0;
}
.tableStyle th{
    border: 1px solid #d7e4ee;
    text-align: center;
    height: 0.8rem;
    line-height: 100%;
    background-color: #f8fcff;
    font-size: 0.4rem;
    padding:  0.2rem;
    overflow: hidden;
}
.tableStyle td{
    border: 1px solid #d7e4ee;
    text-align: center;
    height: 0.8rem;
    line-height: 100%;
    padding-right: 10px;
    font-size: 0.4rem;
}
.tableStyle td input{
    width: 90%;
    height: 1.33rem;
    border-radius: 0.1rem;
    color: #8b94a1;
    padding: 0 0.2rem;
    border: 1px solid #eee;
}
.tipp{
    font-size: 0.35rem;
    padding: 0.3rem 0;
    text-align: right;
}