.kczstp-container {
    padding: 1px 0;
    min-height: calc(100vh - 70px);
    background: #f9fcff url(../images/kczstp/bg.jpg) no-repeat top center;
}

.zstp-btns-box {
    display: flex;
    justify-content: flex-end;
}

.zstp-btns-box .btn {
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 40px;
    color: #535568;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 24px rgba(30, 60, 210, 0.12);
}

.zstp-btns-box .icon-history {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    background: url(../images/kczstp/icon-history.png) no-repeat center;
}

.zstp-btns-box .icon-tip {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    background: url(../images/kczstp/icon-tip.png) no-repeat center;
}

.zstp-btns-box .btn:hover {
    color: #fff;
    background-image: linear-gradient(to right, #00a6ff 0, #0072ff 100%);
}

.zstp-btns-box .btn:hover .icon-history {
    background: url(../images/kczstp/icon-history-white.png) no-repeat center;
}

.zstp-btns-box .btn:hover .icon-tip {
    background: url(../images/kczstp/icon-tip-white.png) no-repeat center;
}

.kczstp-container .top-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kczstp-container .top-title .icon01 {
    width: 62px;
    height: 62px;
    background: url(../images/kczstp/icon-zstp.png) no-repeat center;
}

.kczstp-container .top-title h2 {
    font-size: 36px;
    font-weight: bold;
    background-image: linear-gradient(to right, #7332cc, #2129f8);
    color: transparent;
    -webkit-background-clip: text;
    margin-left: 20px;
}

.kczstp-container .cont {
    width: 1200px;
    margin: 0 auto;
}

.kczstp-tabs {
    display: flex;
    justify-content: center;
}

.kczstp-tabs .tab {
    margin: 0 10px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #343649;
    border-radius: 3px;
    border: 1px solid #343649;
}

.kczstp-tabs .tab.active {
    background-image: linear-gradient(to right, #00a6ff 0, #007aff 100%);
    color: #fff;
    border: 1px solid transparent;
}

.kyzstp-cj {
    display: flex;
    padding: 24px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #fff;
}

.kyzstp-cj .cj-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    width: 60px;
    height: 162px;
    background: url(../images/kczstp/title-bg.png) no-repeat center;
}

.kyzstp-cj .cj-title h2 {
    font-size: 24px;
    font-weight: 600;
    color: #0072ff;
}

.kyzstp-cj .con {
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.kyzstp-cj .item {
    width: 24%;
    padding: 0 10px;
}

.kyzstp-cj .item .title {
    display: flex;
    margin-bottom: 5px;
    height: 30px;
    background: url(../images/kczstp/sub-title-bg.png) no-repeat left 12px;
}

.kyzstp-cj .item .title h3 {
    padding-left: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.kyzstp-cj .item li {
    margin-bottom: 4px;
    height: 22px;
}

.kyzstp-cj .item li:nth-last-child(1) {
    margin-bottom: 0;
}

.kyzstp-cj .item li a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.kyzstp-cj .item li a::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 9px 0 5px;
    border-radius: 50%;
    background: #0072ff;
}

.kczstp-container .search-textarea {
    position: relative;
    padding: 20px;
    background: rgba(255, 255, 255, 0.75);
    border: 2px solid #3c78d3;
    border-radius: 8px;
    box-shadow: 0px 0px 24px 0px rgba(25, 90, 225, 0.12);
}

.icon-aisc {
    position: absolute;
    top: 24px;
    left: 24px;
    display: inline-block;
    width: 24px;
    height: 24px;
    z-index: 2;
    background: url(../images/kczstp/icon-aisc.png) no-repeat center;
}

.kczstp-container .search-textarea textarea {
    font-size: 16px;
    border: none;
    outline: none;
    text-indent: 2em;
    background: transparent;
}

.kczstp-container .search-textarea .search-btn {
    display: flex;
    align-items: center;
    padding: 0 18px;
    height: 36px;
    color: #fff;
    border-radius: 4px;
    background-image: linear-gradient(to right, #00a6ff 0, #0072ff 100%);
}

.kczstp-container .search-textarea .icon-search {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url(../images/kczstp/icon-aisc-white.png) no-repeat center;
}

.kczstp-container .search-textarea .search-btn:hover {
    opacity: .8;
}




.kczstp-container .cont .more {
    color: #0072ff;
}

.kczstp-container .cont .more em {
    display: inline-block;
    font-family: 'simsun';
    transform: rotate(90deg);
}

.zstp h3 {
    font-size: 18px;
    text-align: center;
}

.relation {
    padding: 10px 50px;
}

.relation .sub-title{
    display: flex;
    align-items: center;
}

.relation .sub-title h4{
    font-size: 16px;
    font-weight: 600;
    color: #353d45;
}

.relation .sub-title::before{
    content: '';
    display: block;
    width: 6px;
    height: 20px;
    border-radius: 3px;
    margin-right: 10px;
    background: #0072ff;
}

.relation-tabs{
    display: flex;
}

.relation-tabs span{
    margin-right: 30px;
    padding: 10px 0;
    font-size: 14px;
    color: #353d45;
    cursor: pointer;
}

.relation-tabs span.active{
    color: #0073ff;
    border-bottom: 2px solid #0072ff;
}

.relation-tabs span:hover{
    color: #0072ff;
}

.relation-table th{
    padding: 12px 10px;
    text-align: center;
    font-weight: 400;
    background: #f2f5fb;
}

.relation-table td{
    padding: 12px 10px;
    text-align: center;
    font-weight: 400;
}

.relation-table tbody td{
    border-bottom: 1px solid #eee;
}

.relation-table .view{
    position: relative;    
}

.relation-table .view .view-box{
    position: absolute;
    top: 18px;
    right: -100px;
    display: none;
    width: 900px;    
    z-index: 3;
}

.relation-table .view .view-box p{
    margin-top: 10px;
    padding: 20px;
    line-height: 28px;
    color: #525762;
    background: #f2f2f2;
}

.relation-table .view .triangle-up{
    position: absolute;
    top: 0;
    right: 120px;
    border-bottom: 10px solid #f2f2f2 !important;
}

.relation-table .view:hover .view-box{
    display: block;
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid black;
}

.zy-tabs{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zy-tabs span{
    padding: 10px 20px;
    border: 1px solid #c9d6e4;
    border-radius: 3px;
    cursor: pointer;
    background: #f9fcff;
}

.zy-tabs span:hover,
.zy-tabs span.active{
    color: #fff;
    background: #007aff;
    border: 1px solid #007aff;
}

.station-tabs{
    display: flex;
    justify-content: space-between;
}

.station-tabs ul{
    display: flex;
}

.station-tabs li{
    margin-right: 30px;
    padding: 10px 0;
    font-size: 16px;
    color: #353d45;
    cursor: pointer;
}

.station-tabs li.active{
    color: #0073ff;
    font-weight: 600;
    border-bottom: 2px solid #0072ff;
}

.station-tabs li:hover{
    color: #0072ff;
}

.kczstp-container .zstp-textarea .search-btn {
    display: flex;
    align-items: center;
    padding: 0 18px;
    height: 36px;
    color: #fff;
    border-radius: 3px;
    background: #007aff;
}

.kczstp-container .zstp-textarea .search-btn:hover{
    opacity: .9;
}

.selected-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #e6e6e6;
}

.selected-box .close-btn{
    font-size: 20px;
    color: #ff4f0a;
}