﻿.uploadHead {
    max-width: 1130px;
    margin: 0 auto;
    box-sizing:border-box;
    background: #fff;
    height:80px;
    border-bottom:solid 1px #ccc;
}
.uploadHead span{
    font-size: 22px;
    font-family: "微软雅黑";
    line-height: 45px;
    
}
.uploadHead span:first-of-type{
    color: #ff9333;
    border-left: 3px solid #ff9333;
    margin-left:40px ;
    padding-left: 20px;
        
}
.uploadHead .noim{
    font-size: 18px;
    color: #999;
}
.uploadHead a{
    float: right;
    margin-top: 13px;
    color: #999;
}
.uploadContainer {
    max-width: 1180px;
    margin: 0 auto;
    box-sizing:border-box;
    height:100%;
    background: #fff;
}
#formContainer{
    width: 650px;
    margin: 0 auto;
    /*! position: relative; */
}
.uploadContainer div {
    padding:20px 8px;
    font-size: 17px;
    font-family: "微软雅黑";

}
.uploadContainer input,.uploadContainer select,#commodityDescription{
    padding: 13px 12px;
    border-radius: 5px;
    font-size: 17px;
    font-family: "宋体";
    width: 430px;
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 20px;
    outline: none;
    resize:none;
}
#commodityDescription {
    height:70px;
    margin-left:-10px;
}
#description {
    margin-left: 8px;
    float: left;
}
.uploadContainer select {
    margin-left:-5px;
    width: 460px;
}
#aa_aa{
    margin-left: 9px;
}
#instituteName{
    height:50px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor:pointer;
}
.uploadContainer input:focus,.uploadContainer select:focus{
    border-color: #FF9334 ;
}
.aa_aa {
    margin-right: 10px;
    color:red;
}
#file{
    width: 150px;
    border: none;
}
/*#uploadBox {
    margin: 10px 70px;
    width:400px;
    height:400px;
    border:solid 1.5px #ccc;
    text-align: center;
    line-height: 400px;
    border-radius: 5px;
    position:relative;
}
#uploadBox img{
    width: 90%;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);

}*/
.forFile{
            position: relative;
            margin-left:-5px;
        }
        #file{
            position: absolute;
            left: -175px;
            top: -16px;
            opacity: 0;
            width: 160px;
            cursor:pointer;
            padding-top: 50px;
        }
        #btn{
            
            width: 173px;
            padding: 16px 10px;
            background: #ff9333;
            color: #FFF;
            border: none;
            float: left;
            /*! border-top-left-radius: 0; */
            /*! border-bottom-left-radius: 0; */
            margin-left:103px;
            margin-top: -12px;
            font-family:"微软雅黑";
            cursor:pointer;

        }
.text_2 {
    font-size: 14px;
    font-family: "宋体";
    width: 450px;
    float: left;
    margin-left: 290px;
    margin-top: -38px;
}
        /*#text{
            padding: 15px 8px; 
            border-radius: 3px; 
            font-size: 14px;
            font-family: "宋体";
            width: 450px;
            border: 1px solid #ccc; 
            line-height: 20px;
            outline: none;
            display: block;
            float: left;
            border-right: none; 
            border-top-right-radius: 0; 
            border-bottom-right-radius: 0; 
            margin-top: -11px;
            color:#ccc;
            margin-left: 171px;
}*/
#picture {
    width: 150px;
    height: 150px;
    border: 1px solid #ccc;
    margin: -20px 103px 20px 103px;
    border-radius: 3px;
    padding: 10px;
    overflow:hidden;
}
    #picture img {
        width:100%;
        height:100%;
    }
#submission {
    width: 200px;
    height: 50px;
    border-radius: 10px;
    border:none;
    background: #ff9333;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    cursor:pointer;
    padding: 0;
    margin: 50px auto 100px auto;
}
.demo-class{
    width: 400px;
    height: 140px;
}
.demo-class .layui-layer-title{
    color: #fff;
    background-color: #ee9333;
    text-align: center;
    padding: 0 10px 0 10px;
}
.demo-class .layui-layer-btn0,.demo-class .layui-layer-btn1{
    border-radius: 3px;
    width: 120px;
    padding:4px 10px;
    text-align: center;
    margin: 23px 15px;
}
.demo-class .layui-layer-btn0{
    background-color:#ee9333;
}
.demo-class .layui-layer-btn .layui-layer-btn1{
    background-color: #15CF97;
    
}
.loadBox{
    margin-top: 35px;
}
.selectInstitute {
    position:relative;
    margin-top: 15px;
}
.uploadContainer #selectDiv {
    width: 455px;
    height: 54px;
    border: solid 1px #ccc;
    float: right;
    box-sizing: border-box;
    padding: 0 12px;
    border-radius: 3px;
    margin: -12px 76px auto auto;
    cursor:pointer;
    overflow:auto
}
.uploadContainer .optionDiv {
    width: 455px;
    height: auto;
    border: solid 1px #ccc;
    box-sizing: border-box;
    padding:0;
    border-radius: 3px;
    cursor:pointer; 
    position:absolute;
    left: 111px;
    top: 64px;
    background: #fff;
    z-index: 1995;
    display:none;
}
.uploadContainer .optionChirdDiv,.uploadContainer .optionAll{
    height:40px;
    line-height:40px;
    padding:0 24px;
}
.optionChirdDiv:hover,.uploadContainer .optionAll:hover {
    background:#ff9333;
    color:#fff;
}
#selectDiv .selectSpan {
    font-size:14px;
    border:solid 1px #ccc;
    padding:0 3px;
    background-color:#ddd;
    margin:0 1px;  
}
#selectDiv img {
    margin-left:3px;
    margin-bottom:3px;
}
html .layui-layer-lan .layui-layer-title {
    background-color:#ff9333;
}