﻿.layui-form-label{width:90px;}
.mv30{margin:5px 0;}
.uploadBox{
    width:160px;
    margin: auto;
    border: 1px dashed #999;
    text-align: center;
    padding: 30px 0;
    height: 70px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.uploadBox  img{
    width: 25%;
}
.uploadBox p{
    line-height: 20px;
    font-size: 15px;
    color: #555;
}
.fileInput{
    width: 160px;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.offerBtn {
    text-align: center;
    margin-left: 0;
}
.layui-form-radio{
    margin: 6px 6px 0 0;
}
.layui-form-item .layui-input-inline{
    width: 250px;
}
.uploadWrap{
    width:160px;
    margin: auto;
    position: relative;
}
.uploadName{
    width:100%;
    position: absolute;
    bottom: 0;
    left: 190px;
}
.uploadDes > p{
    text-align: center;
    padding-top: 15px;
    color: #666;
    font-size: 13px;
}
.layui-form-label.xjWidth{
    width: 42px;
}
.sizeNew{
width:80px;
float:left;
}
.mlr10{margin: 0 10px;}