.mescroll{
    top: 1.17rem;
    padding-top: 0.27rem;
}
.formBox{
    width: 100%;
    background: #fff;
    box-shadow: 0rem 0.04rem 0.08rem 0.01rem rgba(0,0,0,0.1);
    border-radius: 0.27rem 0.27rem 0.27rem 0.27rem;
    padding: 0.27rem;
    box-sizing: border-box;
}
.wqTitle{
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #0052d9;
}
.unitBox{
    margin-top: 0.4rem;
}
.unitBox .titleBox{
    font-size: 0.32rem;
    height: 0.44rem;
    line-height: 0.44rem;
    margin-bottom: 0.27rem;
}
.unitBox .titleBox em{
    color: #FF0000;
    padding-right: 0.07rem;
}
.unitBox input[type='text']{
    width: 100%;
    height: 1.07rem;   
    border: 0.03rem solid #EEEEEE;
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
    padding: 0 0.27rem;
    box-sizing: border-box;
}
.unitBox textarea{
    width: 100%;
    height: 2.67rem;   
    border: 0.03rem solid #EEEEEE;
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
    padding:  0.27rem;
    box-sizing: border-box;
}
.unitBox select{
    width: 100%;
    height: 1.07rem;   
    border: 0.03rem solid #EEEEEE;
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
    padding: 0 0.27rem;
    box-sizing: border-box;
}
input[type=radio]{
    -webkit-appearance:radio;
    width:0.32rem;
    height:0.32rem;
    margin-top:0.05rem;
}
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.05rem;
}
input[type="checkbox"]:checked{
    width:0.32rem;
    height:0.32rem;
    background:#333;
}
.bottomBox{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 3rem;
    padding: 0.25rem 0.4rem 0;
    box-sizing: border-box;
}
.labeltext a{
    color: #307FFF;
}
.resetting{
    width: 48%;
    height: 1.07rem;
    line-height: 1.07rem;
    background: #FFFFFF;
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
    border: 0.01rem solid #DDDDDD;
    font-size: 0.43rem;
    text-align: center;
    margin-top: 0.3rem;
}
.submit{
    width: 48%;
    height: 1.07rem;
    line-height: 1.07rem;
    background: #307FFF;
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
    font-size: 0.43rem;
    text-align: center;
    color: #fff;
    margin-top: 0.3rem;
}
.tips{
    color: #ff6000;
    padding: 0.2rem 0;
}
.tips2{
    width: 100%;
    line-height: .4rem;
    background: #ffefe5;
    text-align: center;
    color: #ff6000;
    border-radius: 50px;
    margin-top: .2667rem;
    padding: 0.2rem ;
    box-sizing: border-box;
}
 .tipBox{
    width: 100%;
    margin-top: 0.27rem;
}
 .tipBox img{
    float: left;
    width: 0.59rem;
    height: 0.59rem;
    margin-top: 0.24rem;
}
 .tipBox span{
    float: left;
    width: 90%;
    color: #999;
    font-size: 0.32rem;
    margin-left: 0.13rem;
    line-height: 0.5rem;
}
 select{
    width: 100%;
    height: 1.07rem;   
    border: 0.03rem solid #EEEEEE;
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
    padding: 0 0.27rem;
    box-sizing: border-box;
}
/* 附件上传 */
.uploadPic .input-file{
    width: 1.81rem;
    height: 1.07rem;
    line-height: 1.07rem;
    text-align: center;
    color: #fff;
    background: #307FFF;
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
    position: relative;
}
.uploadPic .input-file form,
 .uploadPic .input-file input[type="file"]{
    position: absolute;
    top: 0;
    left: 0;
    width: 1.81rem;
    height: 1.07rem;
    opacity: 0;
    font-size: 0.37rem;
}
.uploadPic .tipBox{
    width: 75%;
    margin-left: 0.27rem;
}
.uploadPic .tipBox img{
    float: left;
    width: 0.59rem;
    height: 0.59rem;
    margin-top: 0.24rem;
}
.uploadPic .tipBox span{
    float: left;
    width: 80%;
    color: #999;
    font-size: 0.37rem;
    margin-left: 0.13rem;
}
.fileList li .fileImgBox{
    float: left;
    width: 2.67rem;
    height: 2.67rem;
    border-radius: 0.27rem;
    border: 1px solid #eee;
}
.fileList li .fileImgBox img{
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 0.27rem;
}
.fileList li .deleteStyle{
    position: absolute;
    background: url(../../member/images/fileListColseIcon.png) no-repeat center;
    width: 0.4rem;
    height: 0.4rem;
    background-size: 100% 100%;
    right: 0.13rem;
    top: 0.13rem;
}
.fileList .fileName{
    width: 90%;
    line-height: 0.5rem;
    line-height: 0.5rem;
}
/* 附件上传 */