* {
    padding: 0px;
    margin: 0px;
}

body, html {
    height: 100%;
    min-height: 100%;
}

.reportContainer {
    background: rgba(241, 243, 246, 1);
    min-height: 100%;
    padding-bottom: 71px;
}

.header {
    background: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-top {
    box-sizing: border-box;
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
}

.header-top > img {
    float: left;
    width: 128px;
    height: 31px;
}

.logoText {
    float: left;
    font-size: 24px;
    border-left: 1px solid rgba(187, 187, 187, 1);
    padding-left: 14px;
    margin-left: 14px;
}

.logoRight {
    float: right;
    display: table-cell;
}

.logoRight span {
    color: rgba(60, 66, 66, 1);
    font-size: 14px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 15px;
}

.userLogo {
    vertical-align: middle;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgb(187, 187, 187);
    position: relative;
    display: table-cell;
}

.userLogo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
}

.header-footer {
    box-sizing: border-box;
    width: 1024px;
    margin: 0 auto;
    cursor: pointer;
}

/* 导航部分*/

.header-footer {
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
}

.header-footer div {
    width: 145px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    float: left;
}

.active {
    border-bottom: 3px solid rgba(134, 129, 189, 1);
}

/* search */

.search {
    width: 1180px;
    height: 82px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 25px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(229, 229, 229, 1);
    border-radius: 2px;
    margin-top: 22px;
    padding-left: 33px;
    padding-right: 42px;
}

.searchInput {
    font-size: 14px;
    color: rgba(181, 188, 191, 1);
    float: left;
    position: relative;
    line-height: 27px;
}

.searchInput input {
    border: 1px solid rgba(239, 239, 239, 1);
    width: 250px;
    height: 30px;
    margin-left: 11px;
}

.searchInput select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #ffffff;
    border: 1px solid rgba(239, 239, 239, 1);
    width: 250px;
    height: 30px;
    margin-left: 11px;
}

select::-ms-expand {
    display: none;
}

.searchInput img {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.searchBtn {
    float: right;
    width: 127px;
    height: 40px;
    background: rgba(134, 129, 189, 1);
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    margin-left: 10px;
}

/* 表格 */

.tableDiv {
    width: 1180px;
    height: 475px;
    margin: 0 auto;
    margin-top: 22px;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
}

.fixed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}
.planGroundtableHead, .layout_ttableHead {
    display: flex;
    background: #ffffff;
    border-bottom: 3px solid rgba(255, 187, 20, 1);
}
.layout_ttableDiv {
    width: 1180px;
    height: 400px;
    margin: 0 auto;
    margin-top: 22px;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}
.tableHeadOuter{
    overflow:hidden;
    height:65px;
}
.tableHead {
    width: 1180px;
    overflow-x: auto;
    overflow-y: hidden;
}
.tableHeadInner {
    display: flex;
    background: #ffffff;
    border-bottom: 3px solid rgba(255, 187, 20, 1);
    /* padding-right: 18px; */
    width: 2500px;
}
.planGroundTableBodyContainer, .layout_ttableBodyContainer {
    overflow-y: auto;
    height: 409px;
}
.tableBodyContainer {
    overflow-y: auto;
    height: 409px;
    width: 2500px;
}
.exportlisttableBodyContainer {
    overflow-y: auto;
    height: 263px;
    width: 1180px;
    overflow-x: auto;
}
.tableHead div, .planGroundtableHead div, .layout_ttableHead div {
    flex: 1;
    text-align: center;
    color: rgba(16, 16, 16, 1);
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding: 6px 0px;
}

.tableTr {
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: flex;
}

.tableTr:nth-of-type(odd) {
    background: rgba(134, 129, 189, 0.15);
}

.tableTr:nth-of-type(even) {
    background: #fff;
}

.tableTr>div {
    /*flex: 1;
text-align: center;
color: rgba(16, 16, 16, 1);
height: 50px;
line-height: 50px;
font-size: 14px;*/
    flex: 1;
    text-align: center;
    color: rgba(16, 16, 16, 1);

    /* height: 50px; */
    line-height: 29px;
    font-size: 14px;
    /*display: flex;*/

    /*align-items: left;*/
    /* justify-content: space-around; */
    /* flex-direction: column; */
    padding: 6px 0px;
    /* width: 15%; */
}

.flex2 {
    flex: 2 !important;
}

.exportBtn {
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 74px;
}

.exportBtn-left, .exportBtn-right {
    width: 383px;
    height: 138px;
    display: inline-block;
    background: #fff;
    vertical-align: top;
    padding: 20px 20px;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px rgba(229, 229, 229, 1);
    border-radius: 2px;
}

.exportBtn-right {
    margin-left: 10px;
}

.imgRadius {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    background: rgba(133, 197, 213, 1);
    position: relative;
    margin-left: 25px;
}

.imgRadius img {
    width: 58px;
    height: 58px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.imgText {
    float: left;
    line-height: 100px;
    margin-left: 35px;
    font-size: 24px;
}

.box_warrper {
    width: 520px;
    float: right;
}

.tableerrorbody {
    background: #f8f8f8;
    overflow: hidden;
    height: 100%;
}

.errortop {
    margin-top: 126px;
    background: #f8f8f8;
    color: rgba(178, 178, 183, 1);
    font-size: 18px;
    text-align: center;
}

.errortop i {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("/Images/tips.png");
    background-size: 100% auto;
    margin-right: 13px;
}

.tableerrorbody .imgbox {
    text-align: center;
}

.tableerrorbody .imgbox img {
    width: 136px;
    height: 136px;
}

.specdiv {
    overflow: hidden;
    text-align: center;
    margin-left: 50%;
    transform: translateX(-25%);
}

.specdiv > i, .specdiv > span {
    float: left;
}

.specdiv > span {
    padding-top: 5px;
}

.plan {
    font-size: 18px;
    color: #101010;
    font-weight: bold;
}
.planAdd{
    color: #8681BD;
    float: right;
}
.planAdd img{
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-bottom: 1px;
}
.planGround{
    width: 1174px;
    margin: 0 auto;
    margin-top: 22px;
}
