﻿#menu {
    text-decoration: none;
    width: 99%;
    margin: auto;
    overflow: hidden;
}

#menu li {
    float: left;
    width: 11%;
    list-style: none;
    text-align: center;
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    border-radius: 4px 4px 0 0
}

#menu li.ck {
    background-color: #f4f7fa;
    border: 1px solid #ccc;
    border-bottom: 0;
}

#menu li.null {
    border-bottom: 1px solid #ccc;
    width: 40%;
    cursor: default;
}

.font_Red {
    color: red;
    font-weight: bold;
}

.tabs-box {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    background: #fff;
    padding: 30px;
    min-height: calc(100vh - 855px);
}

.container-box {
    width: 1131px;
    margin-top: 20px;
    position: relative;
}

.no-data {
    font-size: 14px;
    height: 320px;
    line-height: 260px;
    text-align: center;
    color: #11582e;
}

.no-data span {
    font-size: 16px;
}

.shujj tr {
    border-bottom: 1px solid #ddd;
}


/*分页控件*/
.pagehelpAvtive {
    background: #00A36C !important;
    color: #fff !important;
    border: 1px solid #00A36C !important;
}

.layui-laypage a, .layui-laypage span {
    padding: 0 15px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 13px !important;
    border-radius: 3px;
}

.pagesK {
    text-align: right !important;
    padding-right: 20px;
}

.loading-find {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    top: 0;
}
.loading-find img{
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 9;
    margin-top: 40px;
}
.loading-find .tier {
    background: #333;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.img-photo{
    max-width: 70px;
    max-height: 65px;
}
.link-pname span{
    color: red;
}
.ov-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
    display: block;
}


.shujj{
    font-size: 14px;
}

.sh-head {
    width: 100%;
    display: flex;
    background: #F2F2F2;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
}
.sh-head .sh-tit {
    width: 220px;
    padding-left: 10px;
}
.sh-head .sh-info {
    width: 790px;
    padding-left: 10px;
}
.sh-head .sh-btn {
    padding-left: 10px;
}
.sh-item {
    width: 100%;
    display: flex;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.sh-item .sh-img {
    width: 220px;
    display: flex;
    align-items: center;
    background: #F2F2F2;
}
.sh-item .sh-img img {
    max-width: 200px;
    max-height: 160px;
}
.sh-item .it-info {
    width: 750px;
    padding-left: 10px;
}
.sh-item .it-info .key-value{
    margin: 6px
}
.sh-item .it-btn {
    padding-left: 10px;
    display:flex;
    align-items:center;
}
.it-btn .wbtn-sh {
    width: 140px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 15px;
    line-height: 38px;
    background: #ef6a22;
    color: #fff;
    border-radius: 20px;
    display: block;
}
.sh-item .key-value{
    color: #666;
    font-size: 15px;
}
.sh-item .key-value a {
    color: #333;
}
.sh-item .key-value a span{
    color: red;
}

.no-data-sure {
    color: #11582e;
    font-size: 14px;
    width: 460px;
    margin: auto;
    height: 168px;
    padding-top: 20px;
}
.no-data-sure .msg-tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.no-data-box .tuijian {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ef6a22;
}