.alertUlgf .detailTitle span{
    border: none;
}
.outBox{
    padding: 0.27rem 0.27rem 0;
    position: fixed;
    top: 1.17rem;
    left: 0;
    right: 0;
    bottom: 4.3rem;
    overflow-y: scroll;
    padding-bottom: 0.2rem;
    box-sizing: border-box;
}
.mainForm{
    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;
}
.mb20{
    margin-bottom: 0.2rem;
}
.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;
    font-size: 0.32rem;
    background-color: #fff;
}
.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;
    font-size: 0.32rem;
}
.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;
    font-size: 0.32rem;
    background: #fff;
}
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: 4.2rem;
    padding: 0.25rem 0.4rem 0;
    box-sizing: border-box;
}
.labeltext a{
    color: #307FFF;
}
.cancle{
    width: 4.4rem;
    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: 4.4rem;
    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;
}
/* 附件上传 */
.uploadPic .input-file{
    width: 1.81rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    color: #fff;
    background: #307FFF;
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
    position: relative;
    font-size: 0.32rem;
}
.uploadPic .input-file form,
 .uploadPic .input-file input[type="file"]{
    position: absolute;
    top: 0;
    left: 0;
    width: 1.81rem;
    height: 0.8rem;
    opacity: 0;
    font-size: 0.37rem;
}
.uploadPic .tipBox{
    width: 75%;
    margin-left: 0.27rem;
    font-size: 0.32rem;
}
.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;
}
.det2{
    background: url(../images/fileListColseIcon.png) no-repeat center;
    width: 0.4rem;
    height: 0.4rem;
    background-size: 100% 100%;
}
.fileList .fileName{
    width: 80%;
    line-height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.32rem;
}
/* 附件上传 */
.productSpan{
    padding: 0 0.27rem;
    height: 0.7rem;
    line-height: 0.7rem;
    color: #307FFF;
    border: 1px solid #307FFF;
    border-radius: 0.15rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
}
.productSpan.on{
    background: #307FFF;
    color: #fff;
}
.selArea{
    width: 32% !important;
}
label{
    font-size: 0.32rem;
}
.choice{
    width: 100%;
}
.choice li{
    margin-bottom: 0.2rem;
}
.getEditorBox{
    overflow: hidden;
}
.getEditorBox .hd li {
    width: fit-content;
    padding: 0 0.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    border: 1px solid #307FFF;
    color: #307FFF;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 0.32rem;
}
.getEditorBox .hd li.on {
    color: #fff;
    background-color: #307FFF;
}
.getEditorBox .bd li{
    width: 100%;
}
.tips{
    color: #ff6f09;
    margin:  0.2rem 0;
    font-size: 0.32rem;
}
.detailTitle{
    border-left: 0.1rem solid #307FFF;
    padding-left: 0.2rem;
    line-height: 0.5rem;
    font-size: 0.4rem;
    font-weight: bold;
    margin: 0.2rem 0;
}
.addFun{
    color: #307FFF;
}
.fileList li{
    width: 33%;
    font-size: 0.32rem;
    height: 0.5rem;
    line-height: 0.5rem;
}
.addTable{
    width: 100%;
}
.addTable th {
    width: 25%;
    height: 1rem;
    background: #F8F8F8;
    border: 1px solid #EEEEEE;
    font-size: 0.32rem;
}
.addTable th em {
    margin-right: 0.1rem;
    color: #FF393A;
}