body {
    width: 100%;
    height: 100%;
}

.letterBoxAll {
    background-color: #EBF0F3;
    height: 100%;
}

.firstArea {
    width: 1150px;
    height: 522px;
    background-color: #FFFFFF;
}

.header {
    width: 1150px;
    height: 69px;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2775CC;
    padding: 18px 26px 0px;
    box-sizing: border-box;
    border-bottom: 1px #2775CC solid;
}

/* 办理情况 */
.transactionCase {
    width: 1150px;
    height: 453px;
    padding: 10px 20px;
    box-sizing: border-box;
}

.transactionCase .title {
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2775CC;
}

.line {
    width: 100%;
    height: 1px;
    background-color: rgba(224, 230, 241, 0.2);
    position: relative;
}

.line::before {
    content: " ";
    display: inline-block;
    width: 38px;
    height: 2px;
    background-color: #2775CC;
    position: absolute;
    top: -2px;
}

.line::after {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 2px;
    background-color: #2775CC;
    position: absolute;
    top: -2px;
    right: 0px;
}

.transactionCase .caseChart {
    width: 1160px;
    height: 400px;
    padding-top: 21px;
    box-sizing: border-box;
}

/* 第二区域 */
.secondArea {
    width: 1150px;
    height: 1308px;
    margin-top: 15px;
    background-color: #FFFFFF;
    padding: 28px 21px 28px 19px;
    box-sizing: border-box;
}

.secondArea .navList {
    width: 100%;
    height: 110px;
}

.navList li {
    width: 347px;
    height: 107px;
    background: #ECF0F8;
    float: left;
    padding: 15px 0px 22px 33px;
    box-sizing: border-box;
}

.navList li:nth-child(2) {
    margin-left: 31px;
    margin-right: 31px;
}

.navList li > div {
    float: left;
}

.navList .inconArea {
    width: 73px;
    height: 100%;
    background-color: pink;
    margin-right: 20px;
    border-radius: 50%;
}

.oneBc {
    background: linear-gradient(-14deg, #FF773C, #FABC23);
}

.inconArea i {
    font-size: 43px;
    text-align: center;
    line-height: 73px;
    margin-left: 13px;

}

.oneBc > i {
    background: linear-gradient(0deg, rgba(255, 215, 182, 0.1), rgba(255, 255, 255, 1) 30%);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    /* text-shadow: 0px 0px 1px rgba(231, 99, 22, 0.5); */
}

.twoBc {
    background: linear-gradient(-14deg, #4971FF, #4DB3FA);
}

.twoBc > i {
    background: linear-gradient(0deg, rgba(166, 189, 255, 0.1), rgba(255, 255, 255, 1) 30%);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.threeBc {
    background: linear-gradient(-14deg, #22BB86, #61ED87);
}

.threeBc > i {
    background: linear-gradient(0deg, rgba(176, 232, 209, 0.1), rgba(255, 255, 255, 1) 30%);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-size: 40px;
    margin-left: 17px;
}

.navList .textArea {
    height: 100%;
    width: 220px;
}

.textArea .textAreaTop {
    width: 100%;
    height: 20px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    opacity: 0.6;
}

.textArea .textAreaBottom span:first-child {
    width: 100%;
    height: 30px;
    font-size: 25px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-style: italic;
    color: #333333;
}

.textArea .textAreaBottom span {
    font-size: 10px;
    font-style: normal;
}

/* 统计区域 */
.statisticalArea {
    height: 380px;
    width: 100%;
    margin-top: 47px;
}

.staCommon {
    width: 542px;
    height: 100%;
}

.staLeft {
    float: left;
}

.staRight {
    float: right;
}

.staTitle {
    height: 18px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2775CC;
    margin-bottom: 15px;
}

.staContent {
    width: 100%;
    height: 317px;
    border: 1px solid #CDCDCD;
    margin-top: 28px;
}

/* 详细信息 */
.detail {
    width: 100%;
    height: 445px;
    margin-top: 49px;
}

.tableItem {
    width: 100%;
    height: 355px;
    margin-top: 16px;
}

.tableItem table {
    width: 100%;
    border: 1px solid #C4D0DC;
    border-radius: 4px;
}

.tableItem table .tHeader {
    height: 50px;
    background-color: #E1E7ED;
    border-radius: 4px 4px 0px 0px;
}

.tableItem table .tHeader th {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    border: 1px solid #C4D0DC;
}

.tableItem table .tHeader > th:first-child {
    width: 149px;
}

.tableItem table .tHeaderSecond > th {
    background-color: #E1E7ED;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    border: 1px solid #C4D0DC;
}

.tableItem table tr td {
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.tableItem table tr:nth-child(even) {
    background-color: #F1F5F9 !important;
}

.footer {
    width: 100%;
    height: 100px;
}

.layui-laypage-btn {
    background: #2775CC !important;
    color: #fff;
}

thead th {
    text-align: center !important;
}