body,html{
    background: #EBF7FF url(../images/dataMaintain_bg.png) no-repeat center top !important;
    background-size: 100% 100%;
    height: 100%;
}
/* 用户信息 */
.userInfoBox{
    padding: 1.7rem 0.27rem 0.53rem  0.27rem;
}
.userInfoBox .headerImg{
    float: left;
    height: 1.6rem;
    width: 1.6rem;
    border-radius: 50%;
    border: 2px solid #fff;
}
.userInfoBox .headerImg img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.userInfoBox .conBox{
    float: left;
    padding-left: 0.27rem;
}
.userInfoBox .conBox .name{
    color: #333;
    font-weight: bold;
    font-size: 0.51rem;
}
.userInfoBox .conBox .textLi{
    color: #999;
    font-size: 0.32rem;
    padding-top: 0.28rem;
}
.userInfoBox .conBox .textLi span{
    color: #333;
}
/* 用户信息 */


/* 列表 */
.viewTitle {
    box-sizing: border-box;
    padding: 0.28rem 0.32rem;
    font-size: 0.4rem;
    border-bottom: 0.03rem solid #EEEEEE;
}
.viewTitle img {
    width: 0.11rem;
    height: 0.37rem;
    position: relative;
    top: 2px;
    margin-right: 0.27rem;
}
.listConBox{
    background-color: #fff;
    margin: 0 0.32rem 0.4rem 0.32rem;
    border-radius: 0.27rem 0.27rem 0.27rem 0.27rem;
    box-shadow: 0rem 0rem 0.08rem 0.01rem rgba(0,0,0,0.1);
}
.listConBox .cont{
    padding: 0 0.27rem 0.27rem 0.27rem;
}
.list .filterTitle{
    height: 1.1rem;
    line-height: 1.1rem;
    color: #222;
    font-size: 0.32rem;
}
em{
    color: #ff0000;
    padding-right: 0.07rem;
}
.positionText{
    position: absolute;
    color: #ccc;
    font-size: 0.37rem;
    right: 0.27rem;
    top: 1.37rem;
}
.list .iptCon{
    width: 100%;
    box-sizing: border-box;
    height: 1.07rem;
    font-size: 0.37rem;
    padding-left: 0.27rem;
    padding-right: 0.27rem;
    border: 1px solid #eee;
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
}
.list .iptCon::-webkit-input-placeholder {
    color: #ccc;
}
.list .txtareaCon{
    width: 100%;
    box-sizing: border-box;
    height: 2.67rem;
    font-size: 0.37rem;
    padding: 0.27rem;
    border: 1px solid #eee;
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
}
.list .txtareaCon::-webkit-textarea-placeholder {
    color: #ccc;
}
.list .seleCon{
    width: 100%;
    box-sizing: border-box;
    height: 1.07rem;
    font-size: 0.37rem;
    padding-left: 0.27rem;
    padding-right: 0.27rem;
    border: 1px solid #eee;
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
}
.multipleSele{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.multipleSele select{
    width: 32% !important;
}
.multipleSele select:nth-of-type(1),
.multipleSele select:nth-of-type(2)
{
    background-color: #F8F8F8;
    color: #333;
}
.btnBox{
    padding: 0 0.4rem 0.4rem 0.4rem;
    display: flex;
    justify-content: space-between;
}
.btnBox a{
    display: block;
    width: 48%;
    height: 1.07rem;
    text-align: center;
    line-height: 1.07rem;
    font-size: 0.43rem;
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
}
.btnBox a:nth-of-type(1){
    background-color: #fff;
    border: 1px solid #ddd;
    color: #666;
}
.btnBox a:nth-of-type(2){
    background-color: #307FFF;
    color: #fff;
}
.choice li {
    line-height: 40px;
    font-size: 0.37rem;
    margin-right: 0.49rem;
}
input{
    -webkit-appearance: auto;
}
/* 列表 */
/* 附件上传 */
 .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{
    height: 1.17rem;
    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(../images/fileListColseIcon.png) no-repeat center;
    width: 0.4rem;
    height: 0.4rem;
    background-size: 100% 100%;
    right: 0.13rem;
    top: 0.13rem;
}
/* 附件上传 */