.page-main {
    background: #ffffff;
    border: 1px solid #dedede;
    padding: 0 25px;
    margin-top: 70px;
    margin-bottom: 60px;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.header-top .top-left {
    margin-top: 40px;
}

.header-top .top-right {
    margin-top: 40px;
    display: flex;
}

.header-top .top-right a {
    display: block;
    height: 24px;
    line-height: 24px;
    background-color: #fff;
    padding: 0 20px;
    font-size: 12px;
    color: #434bd3;
    letter-spacing: 0.25px;
    margin-right: 10px;
}

.header-top .top-right a:last-child {
    margin-right: 0;
}

.header-text {
    display: inline-block;
    max-width: 100%;
    margin-top: 57px;
}

.area1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.area1-left, .area1-right {
    margin-top: 40px;
    width: calc(50% - 15px);
}

.area1-block-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F3F8FF;
}

.area1-block-title p {
    height: 40px;
    line-height: 40px;
    background: #567fe0;
    border-radius: 20px 0px 0px 20px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.6px;
    padding-left: 20px;
    padding-right: 15px;
    position: relative;
}

.area1-block-title span {
    font-size: 12px;
    font-weight: 700;
    color: #e07c56;
    display: inline-block;
    width: calc(100% - 200px);
}

.area1-block-title p::after {
    position: absolute;
    content: '';
    width: 4px;
    height: 100%;
    top: 0;
    right: -7px;
    background-color: #567FE0;
}

.area1-block-title a {
    font-size: 14px;
    color: #567fe0;
    letter-spacing: 0.42px;
    margin-right: 20px;
}

.zdjcsxml-list {
    padding-top: 5px;
}

.zdjcsxml-list li {
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
    padding-bottom: 9px;
    border-bottom: 1px dashed #e3e3e3;
}

.zdjcsxml-list li a {
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.29px;
    max-width: calc(90% - 90px);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 17px;
}

.zdjcsxml-list li a::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #567FE0;
    top: 7px;
    left: 0;
}

.zdjcsxml-list li span {
    font-size: 12px;
    color: #999999;
    letter-spacing: 0.25px;
}

.area2 {
    margin-top: 40px;
}

.area2-title {
    display: block;
    width: 100%;
}

.tab-head {
    display: flex;
}

.tab-head li {
    height: 30px;
    line-height: 30px;
    padding: 0 14px;
    background-color: #F3F8FF;
    font-size: 14px;
    color: #567fe0;
    border-radius: 15px;
    margin-top: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.tab-head li.active {
    background-color: #567FE0;
    color: #fff;
    font-weight: 700;
}

.tab-head li:last-child {
    margin-right: 0;
}

.tab-con {
    margin-top: 20px;
}

.con-block {
    display: none;
}

.con-block:first-child {
    display: block;
}

.con-block li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #e3e3e3;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.con-block li:last-child {
    margin-bottom: 0;
}

.block-left {
    width: 70px;
    height: 45px;
    border-radius: 4px;
}

.block-left.have {
    background-color: #54DC7D;
}

.block-left.have div {
    display: flex;
    justify-content: center;
    align-items: baseline;
    height: calc(100% - 15px);
}

.block-left.have h1 {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    line-height: 30px;
}

.block-left.have span {
    font-size: 10px;
    color: #ffffff;
    margin-left: 5px;
    line-height: 30px;
}

.block-left.have p {
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    height: 15px;
    line-height: 15px;
    border-radius: 0px 0px 4px 4px;
    background-color: #40B364;
}

.block-left.end {
    background-color: #EBEBEB;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    line-height: 45px;
    text-align: center;
}

.block-right {
    width: calc(100% - 85px);
}

.block-right .right-top {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.block-right .right-bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.block-right .right-bot .bot-left {
    display: flex;
    align-items: center;
}

.block-right .right-bot .bot-left p {
    font-size: 14px;
    color: #567fe0;
}

.block-right .right-bot .bot-left span {
    font-size: 12px;
    color: #333333;
}

.block-right .right-bot .bot-right {
    background: #e08056;
    border-radius: 2px;
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}

#pagination {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.area2-list {
    
}

.area2-list .list-item {
    margin-top: 30px;
}

.list-item .item-title {
    height: 40px;
    background: linear-gradient(270deg,#f7faff, #e2eefe 70%);
    display: flex;
    align-items: center;
    border-left: 4px solid #567FE0;
}

.list-item .item-title img {
    margin-left: 12px;
}

.list-item .item-title span {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin-left: 13px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.item-btns {
    display: flex;
    flex-wrap: wrap;
}

.item-btns a {
    background: #f3f8ff;
    border: 1px solid #567fe0;
    border-radius: 5px;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    margin-top: 16px;
    display: inline-block;
    font-size: 14px;
    color: #567fe0;
    margin-right: 20px;
}

.item-btns a:last-child {
    margin-right: 0;
}

.item-btns a.active {
    color: #fff;
    font-weight: 700;
    background-color: #567FE0;
}

.item-cons {

}

.item-cons .con {
    display: none;
    border: 1px solid #567fe0;
    border-radius: 5px;
    padding: 20px;
    background-color: #F3F8FF !important;
    max-height: 300px;
    overflow: auto;
    margin-top: 25px;
}

.item-cons .con p, .item-cons .con span {
    background-color: #F3F8FF !important;
}

.content-jy {
    height: 60px;
    background: #f9f9f9;
    line-height: 60px;
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}

.content-opinions {
    color: #333333;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e3e3e3;
}

.content-name {
    text-align: center;
}

.content-title {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.content-title:hover{
    cursor: pointer;
}
.content-data {
    text-align: center;
}

table {
    border: 1px solid #e3e3e3;
    margin-top: 30px;
}

td>input {
    width: 100%;
    height: 60px;
    border: none;
    font-size: 16px;
    text-indent: 1em;
}

td>textarea {
    width: 100%;
    height: 200px;
    border: none;
    text-indent: 1em;
    font-size: 16px;
}

.table-title {
    background: #f8f9fa;
    width: 260px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.table-title>span {
    color: red;
    position: relative;
    top: 3px;
    left: 5px;

}

.codeRight>img {
    width: 150px;
    height: 40px;
    margin-top: 10px;
    display: block;
    float: left;
}

.table-name {
    letter-spacing: 5px;
}

.table-vcode {
    letter-spacing: 5px;
}

#vcode {
    width: 20%;
    float: left;
}

.sk-btn-normal {
    text-align: center;
    width: 240px !important;
    height: 48px !important;
    background: #245399;
    border-radius: 4px !important;
    display: block !important;
    font-size: 20px;
    margin: 50px auto !important;
    color: #FFF;
    line-height: 48px;
    float: inherit !important;
} 

