.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;
    width: 83%;
    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: 600px;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -150px;
}
div.layui-form{
    padding: 10px;
}
div.layui-form div{
    position: relative;
    margin-bottom: 10px;
}
div.layui-form input,div.layui-form select{
    display: inline-block;
    width: 160px;
    height: 28px;
    border-color:#e6e6e6;
}
div.layui-form label{
    margin-left: 13px;
    text-align: right;
    display: inline-block;
    width: 100px;
}
div.viewCheck{
    display: none;
    background-color: white;
    border: 1px solid #e6e6e6;
    position: absolute;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -165px;
}
div.layui-form textarea{
    width: 437px;
    display: inline-block;
    vertical-align: top;
    resize: none;
    height: 100px;
    padding: 10px;
}