.main{
    width: 1200px;
    margin: auto;
}
.main {
    padding-top: 30px;
}
.file-upload-preview{
    overflow: unset;
}
.top-tab{
    height: 34px;
}
.top-tab ul{
    float: right;
    height: 34px;
}
.top-tab ul li{
    float: left;
    margin-left: 8px;
    font-size: 14px;
    line-height: 34px;
    cursor: pointer;
}
.top-tab ul li:hover{
    font-weight: bold;
}
.top-tab ul .bold{
    font-weight: bold;
}
.top-tab ul li span{
    margin-left: 8px;
    line-height: 34px;
    font-size: 14px;
}
.table-viewer-header {
    margin-top: 10px;
    margin-bottom: -1px;
    height: 40px;
    background: #F5f6FA;
    line-height: 38px;
    border: 1px solid #e1e6eb;
    position: relative;
    border-left: 4px solid #6d7781;
}
.table-viewer-header .table-viewer-topbar-title {
    font-size: 14px;
    color: #333333;
    display: inline-block;
    margin-left: 16px;
}
.clearfix:after {
    clear: both;
}
form{
    overflow: hidden;
}
.form-list{
    overflow: hidden;
    padding: 0 25px;
}
.form-group{
    overflow: hidden;
    margin: 30px 0;
    display: flex;
    align-items: center;
}
.control-label{
    text-align: right;
    font-size: 14px;
    min-width:80px;
}
label{
    margin-bottom: 0;
}
.radio-choose{
    display: flex;
    align-items: center;
}
.radio-choose .radio-inline{
    display: flex;
    align-items: center;
}

.radio-inline input{
    margin-top: 2px;
}
.form-data{
    border: 1px solid #ddd;
    margin-bottom: 30px;
    min-height: 350px;
    padding-bottom: 30px;
}
.Btn{
    height:34px;
    line-height: 34px;
}
.search .form-group{
    margin-right:10px;
    float: left;
}
.search .forminput{
    display: flex;
    align-items: center;
}
.search .forminput input{
    margin:0 5px;
}

.jobsList{
    /*box-shadow: -1px 4px 5px #ccc;*/
}
.jobsList ul li.title {
    background: #eee;
    line-height: 34px;
}

.jobsList ul li {
    background: #fff;
}

.jobsList ul li.title span {
    font-size: 14px;
    color: #000;
    text-align: center;
    display: inline-block;
    line-height: 34px;
}
.jobsList ul li span {
    font-size: 14px;
    color: #000;
    text-align: center;
    display: inline-block;
    line-height: 34px;
}
.jobsList ul li span:nth-child(1){
    width: 290px;
}
.jobsList ul li span:nth-child(2){
    width: 190px;
}
.jobsList ul li span:nth-child(3){
    width: 200px;
}
.jobsList ul li span:nth-child(4){
    width: 200px;
}
.jobsList ul li:nth-child(2n){
    background: #F5f6FA;
}
.jobsList #wrapper {
    background: #fff;
}
.main-tab .first{
    display: none;
    margin-bottom: 100px;
}
.main .main-tab .show{
    display: block;
}
.must{
    color: red;
}
.main .main-tab .show{

}
.open-ul{
    padding:0px 30px 30px 30px;
}
.open-li{
    overflow: hidden;
    display: flex;
    margin: 20px 0;
}
.li-title{
    width: 80px;
    display: block;
    margin-right: 40px;
    text-align: right;
}
.open-content{
    font-size:14px;
    max-width:calc(100% - 120px);
    white-space: pre-wrap;
}
.suypower-upload-file:hover{
    background: url(../images/upload.png) no-repeat center;
    background-size: 70px;
    border:0;
    background-position: 0px 10px;
}
.suypower-upload-file .file-upload{
    width: 90px;
    height:90px !important;
}
.suypower-upload-file{
    line-height: 90px;
    height:90px;
    width:90px;
    background: url(../images/upload.png) no-repeat center;
    background-size: 70px;
    border:0;
    background-position: 0px 10px;
}
.input-append{
    float: left;
}
table button{
    border: 0;
    padding: 6px 12px;
}
.fixed-length{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 40px;
}
input{
    -webkit-appearance: normal;
    -moz-appearance: normal;
    appearance: normal;
}
table {
    border: 1px solid #ccc;
    width: 94%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
}
tbody tr{
    background: #fff;
}
table tr {
    border: 1px solid #ddd;
    padding: 5px;
}

table th, table td {
    padding: 10px;
    text-align: center;
}

table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
#Img{
    width:100px;
    height:100px;
}
.layui-anim{
    min-width:500px;
}
.detail-opreation{
    margin-right:10px;
}
@media screen and (max-width: 1023px){
    .main{
        width:100%;
        margin-top: 4px;
    }
    .search .form-group{
        margin:10px 0;
    }
    .control-label{
        min-width:80px;
    }
    .Btn{
        margin-left:4px;
        width: 100%;
    }
    .top-tab ul{
        padding-right:10px;
    }

    .main-tab .first{
        margin-bottom:0;
    }
    .fixed-length{
        max-width:338px;
    }
    .content{
        width:100%;
    }
    .banner{
        margin-top: 4px;
    }
    .main{
        margin:0;
        padding-top:0;
    }
    .col-sm-10{
        width:100%;
    }
    .form-data{
        border:0;
    }
    table {
        border: 0;

    }
    .form-list{
        padding:0 3%;
    }
    table thead {
        display: none;
    }

    table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }

    table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
    }

    table td:last-child {
        border-bottom: 0;
    }

    table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
        margin-right: 30px;
    }
    .last-input label{
        display: none;
    }
    .layui-anim{
        min-width:10px;
    }
}
/* 设置加载更多按钮的样式 */
#loadMoreBtn {
    display: block;
    margin: 20px auto;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#loadMoreBtn:hover {
    background-color: #45a049;
}
