div.layui-form input.odo{
    width: 112px;
    margin: 0 5px;
}
.header{
    padding: 5px 0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
}

.header div{
    display: inline-block;
}

.header .img-logo{
    width: 50px;
    height: 50px;
    vertical-align: top;
}

.name{
    margin-left:10px;
    font-family: 'Arial Negreta', 'Arial';
    font-size:32px;
    font-weight: 700;
}

small{
    margin-left: 10px;
    font-family: 'å¹¼åœ† Regular', 'å¹¼åœ†';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

.header-right{
    float: right;
}

.img-user,.img-logout{
    vertical-align: middle;
    cursor: pointer;
}

.img-user{
    width: 50px;
    height: 50px;
}

.img-logout{
    margin-left: 20px;
    width: 32px;
    height: 26px;
}

.logout{
    margin-right: 20px;
}

.userName,.logout{
    margin-top: 50px;
}

.contain div{
    display: inline-block;
}

.s-side{
    width: 15%;
    min-width: 200px;
}

.content{
    box-sizing: border-box;
    padding: 10px;
    vertical-align: top;
    display: inline-block;
    margin:0 auto;
}

.search{
    margin-top: 10px;
    text-align: center;
}

#searchKey{
    display: inline-block;
    width: 50%;
    margin: 0;
}

button{
    border-radius: 5px;
    cursor: pointer;
    border-style:none;
    display: inline-block;
    background-color:#292929;
    color:white;
}

#searchBtn{
    margin-left: 10px;
    height: 38px;
    width: 80px;
}

#sendBtn{
    margin-left: 60px;
    height: 38px;
    width: 120px;
}

#searchKey:hover{
    border-color:#292929;
}

table tr td a{
    text-decoration: underline;
    color: #222;
    cursor: pointer;
}
.common{
    display: none;
    position: absolute;
    background-color: white;
    top:50%;
    left: 50%;
    height:600px;
    margin-left: -475px;
    margin-top:-360px;
    width: 950px;
    z-index:9999;
}
.common>div>div{
    padding: 10px;
    text-align: center;
}
.formArea div:not(:last-child){
    margin-bottom: 10px;
}
.formArea div{
    position: relative;
}
.title{
    text-align: center;
    background-color: #292929;
    padding: 10px;
    color:white
}
.common input,.common select{
    display: inline-block;
    height: 30px;
    width: 288px;
    padding-left:10px;
}
.common select{
    border-color: #e6e6e6;
    border-radius: 2px;
}
.common label{
    text-align: right;
    display: inline-block;
    width: 150px;
}
.bottom img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.picDiv{
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 250px;
    border:1px solid #e6e6e6;
}
.bottom input[type=file]{
    display: none;
}
.bottom{
    display: flex;
    justify-content: space-around;
    align-items:center;
}
.bottom button{
    border: none;
    border-radius: 3px;
    color:white;
    background-color: #292929;
    padding: 5px;
    margin-top:10px;
    cursor: pointer;
}
.fixedHeight{
    height: 600px;
    overflow-y: scroll;
}
.fixedHeight::-webkit-scrollbar{
    display: none;
}
.bottom button i{
    vertical-align:baseline;
    font-size: 16px;
}
.btns button{
    border: none;
    border-radius: 3px;
    color: white;
    background-color: #292929;
    padding: 3px;
    margin-top: 10px;
    cursor: pointer;
    width: 80px;
}
#page{
    text-align: center;

}
.layui-laypage-btn{
    color:black;
}
table td{
    text-align: center;
}
.edit{
    cursor: pointer;
    font-size:20px;
    color:black;
}
.picDiv button{
    display: none;
    position: absolute;
    background-color: red;
    width: 160px;
}
i.redColor{
    top: 10px;
    position: absolute;
    font-size: 20px;
    color: red;
}
div.check{
    display: none;
    background-color: white;
    border: 1px solid #e6e6e6;
    position: absolute;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -110px;
}
div.viewCheck{
    display: none;
    background-color: white;
    border: 1px solid #e6e6e6;
    position: absolute;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -125px;
}
div.layui-form{
    padding: 10px;
}
div.layui-form>div{
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    /* margin-left: 30px; */
}
div.layui-form input,div.layui-form select{
    display: inline-block;
    width: 200px;
    height: 28px;
    border-color:#e6e6e6;
}
div.layui-form label{
    text-align: right;
    display: inline-block;
    width: 100px;
}

.trouble{
    position: fixed;
    top: 20px;
    width: 900px;
    bottom: 20px;
    background: #fff;
    box-shadow: 0 0 4px 0;
    z-index:9999;
    left:50%;
    margin-left: -500px;
    display: none;
}
.trouble #trouble-btns{
    text-align: center;
    margin-top: 30px;
}
.trouble div.layui-form{
    text-align: left;
    overflow-y: auto;
    position: absolute;
    top: 39px;
    bottom: 0;
    right: 0;
    left: 0;
}
.trouble div.layui-form>div{
    text-align: left;
    margin-left: 58px;
}
.trouble div.layui-form label{
    width: 150px;
}
.trouble div.layui-form label:not(:first-child){
    /* display: inline; */
    margin-left: 20px;
    width: 130px;
}
.trouble textarea{
    width: 549px;
    border:1px solid #e6e6e6;
    height: 80px;
    border-radius: 3px;
    resize: none;
    padding: 3px;
    vertical-align: top;
}
#long{
    width: 558px;
}
div.layui-form select.short{
    width: 149px;
}
i.red{
    position: absolute;
    color: red;
    top: 6px;
    left: 71px;
    font-size: 19px;
}
#file1,#file2{
    display: none;
}
p.file{
    margin-left: 20px;
    font-size: 16px;
    margin-bottom: 20px;
}
div.file1,div.file2{
    border: 1px solid #e6e6e6;
    height: 347px;
    width: 275px;
    /* display: inline-block; */
    margin-left: 41px;
    position: relative;
    vertical-align: text-bottom;
    text-align: center;
    /* line-height: 21px; */
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.file1{
    margin-left: 100px;
}
div.btn{
    /* bottom: -186px; */
    width: 100%;
    margin-left: 2px;
    position: absolute;
    bottom: -36px;
    text-align: center;
}
div.btn button{
    padding: 5px;
}
div.file1 img,div.file2 img{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width:auto;
    display: block;
    margin: auto;
}
input[disabled]{
    cursor: not-allowed;
}
span.trouble-close{
    float: right;
}
div.imgs div{
    width: 80px;
    height:100px;
    border:1px solid #e6e6e6e6;
    display: inline-block;
    text-align:center;
    line-height: 100px;
    margin:0 0 5px 5px;
}
div.imgs div img{
    width:auto;
    height:auto;
    max-width: 100%;
    max-height:100%;
}
#select-file{
    padding: 5px;
    width: 80px;
    font-size:14px;
}
*[disabled]{
    background-color: #e6e6e6;
}
div.imgs{
    padding-left: 13px;
}
.status-table{
    margin: 0;
    display: none;
}
.status-table td{
    text-align: left;
}
.after{
    display: none;
}
#status-btns{
    text-align: center;
    margin-top: 30px;
}
div.status{
    position: absolute;
    width: 500px;
    background-color: #fff;
    left: 50%;
    top:50%;
    margin-left: -250px;
    z-index:99999;
    display: none;
    border:1px solid #292929;
}
.status div{
    margin: 10px 30px 10px 30px;
}
.status label{
    display: inline-block;
    width: 100px;
}
.status input[type=text]{
    display: inline-block;
    width: 307px;
    height: 29px;
}
.status input[type=radio]{
    margin-left: 8px;
    cursor: pointer;
    vertical-align: middle;
}
.status textarea{
    width: 300px;
    height: 50px;
    resize: none;
    border:1px solid #e6e6e6e6;
    vertical-align: text-top;
    padding: 5px 0 0 5px;
}
.close-status{
    font-size: 18px;
    color:#fff;
    float: right;
}
#status-page{
    text-align: center;
}
.trouble .station{
    display: none;
}
.trouble .train{
    display: none;
}
