@media screen and (max-width: 1200px) {
    .pc-title-logo{
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 1rem !important;
        width: 100% !important;
        padding: 0 0 0 0.3rem !important;
    }
    .pc-imgfit-left{
        width: 100% !important;
        justify-content: flex-start !important;
    }
    .pc-left-logo{
        height: 0.7rem !important;
        width: 2.24rem !important;
    }
    .pc-rightitem{
        margin-left: 0.15rem;
    }
    .pc-rightitem a{
        font-size: 0.38rem !important;
        margin-right: 0.2rem !important;
    }
    .pc-rightitem a:hover{
        color: #2e83e3;
        text-decoration: none;
    }
    .banner-info{
        width: 96% !important;
    }
    .banner-title {
        width:6rem !important;
        height: 1rem !important;
        font-size: 0.45rem !important;
        margin-top: 0.5rem !important;
        border-radius: 0.8rem !important;
    }
    .banner-img{
        margin: -2% auto 8% auto !important;
    }
    .banner-bottom{
        height: 1rem !important;
        border-radius: 0.12rem !important;
    }
    .banner-bottom a{
        font-size: 0.3rem !important;
    }
    .banner-bottom a:nth-child(2) {
        border-radius: 0.12rem !important;
    }
    .mode-one-center{
       width: 95% !important;
    }
    .mode-one-info{
        margin-top: 0.6rem !important;
    }
    .mode-one-title{
        margin-top: 0 !important;
        font-size: 0.6rem !important;
    }
    .mode-one-title span{
        border-radius: 1rem !important;
        padding: 0.2rem 0.8rem !important;
    }
    .mode-two-title span{
        border-radius: 1rem !important;
        padding: 0.2rem 0,8rem !important;
    }
    .mode-one-content{
        margin: 0.6rem auto !important;
        width: 100% !important;
    }
    .mode-one-content-time{
        margin: 0.6rem auto !important;
        justify-content: center !important;
        width: 100% !important;
    }
    .mode-three-content{
           border: 0.2rem solid #f70f0b !important;
    }
    .mode-one-content-left{
        width: 98% !important;
        margin-bottom: 0.3rem !important;
    }
    .mode-one-content-left p {
        font-size: 0.38rem !important;
        padding: 0.2rem 0 !important;
    }
    .mode-one-content-left .title {
        font-size: 0.5rem !important;
    }
    .mode-one-content-right .title {
        font-size: 0.5rem !important;
    }
    .mode-one-content-left p img {
        width: 0.5rem !important;
        height: 0.5rem !important;
        margin: 0 0.16rem !important;
    }
    .mode-one-content-right{
        width: 98% !important;
    }
    .mode-one-content-right p {
        font-size: 0.38rem !important;
        padding: 0.2rem 0 !important;
    }
    .mode-one-content-right p img {
        width: 0.5rem !important;
        height: 0.5rem !important;
        margin: 0 0.16rem !important;
    }
    .mode-two-content-left {
        width: 100% !important;
        margin: 0.3rem !important;
    }
    .mode-two-content-right {
        width: 100% !important;
        margin: 0.3rem !important;
    }
    .mode-two-content-left .title{
        font-size: 0.5rem !important;
        margin-bottom: 0.3rem !important;
    }
    .mode-two-content-right .title{
        font-size: 0.5rem !important;
        margin-bottom: 0.3rem !important;
    }
    .bkzn{
        width: 100% !important;
        padding: 0.3rem !important;
        margin: 2% 0 !important;
    }
    .bkzn-info{
        border-radius: 0.2rem !important;
        padding: 0.3rem !important;
        height: 1.9rem !important;
    }
    .xuhao{
        width: 0.6rem !important;
        height: 0.6rem !important;
    }
    .question{
        font-size: 0.375rem !important;
    }
    .mode-one-content table{
        font-size: 0.375rem !important;
        margin: 0.2rem !important;
    }
    .mode-one-content table th {
        line-height: 0.5rem !important;
        font-size: 0.5rem !important;
        padding:  0.2rem !important;
    }
    .mode-one-content table td {
        line-height: 0.6rem !important;
        font-size: 0.375rem !important;
        padding:  0.2rem !important;
    }
    .table-left{
        width: 22% !important;
    }
    .table-bottom span{
        color: #333 !important;
        width: 30%;
    }
    .table-bottom a{
        color: #2e83e3 !important;
        content: attr("考试大纲");
    }
    .table-bottom img{
        width: 0.8rem !important;
        height: 0.8rem !important;
        margin: 0rem !important;
    }
}
* {
    margin: 0;
    padding: 0;
}
body,html{
    width: 100%;
    height: auto !important;
}
.pc-title-logo{
    width: 100%;
    height: 40px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 150px;
}
.pc-imgfit-left{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.pc-left-logo{
    height: 35px;
    width: 114px;
}
.pc-rightitem{
    display: flex;
    flex-direction: row;
}
.pc-rightitem a{
    color: #333;
    font-size: 16px;
    text-decoration: none;
    margin-right: 20px;
}
.pc-rightitem a:hover{
    color: #2e83e3;
    text-decoration: none;
}
.banner{
    width: 100%;
    display: flex;
    flex-direction: column;
    background: url("/static/zt/img/skbkjh-bg.jpg") no-repeat;
    background-size: 100% 100%;
    
}
.banner-info{
    width: 62.5%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.banner-title{
    width: 350px;
    height: 50px;
    font-size: 20px;
    color: #fff;
    margin: 100px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 36px;
    border:  1px solid #fff;
    font-weight: 600;
}
.banner-img{
    width: 100%;
    margin: -2% auto 8% auto;
    content: url("/static/zt/img/sk-banner-img.png");
}
.banner-bottom{
    width: 100%;
    height: 70px;
    border-radius: 18px;
    filter: drop-shadow(0px 6px 10px #f2f2f2);
    background-color: #fff;
    border: 2px solid #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: -5%;
    
}

.banner-bottom a{
    width: 16.667%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #006BE0;
    font-size: 20px;
    color: #444;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
.banner-bottom a:hover{
    text-decoration: none;
}
.banner-bottom a:first-child {
    border-right: none;
}
.banner-bottom a:last-child {
    border-right: none;
}
.banner-bottom a:nth-child(2) {
    height: 100%;
    border-right: none;
    border-radius: 16px;
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.33));
    background-image: linear-gradient(0deg, #003696 0%, #0368D7 100%);
    border: 1px solid #ffffff;
    color: #fff;
}
.content-bg{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.mode-one-bg{
    width: 100%;
    display: flex;
    flex-direction: column;
     background: #f2f2f2;
     margin-top: 10px;
}
.mode-one-center{
    width: 75%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.mode-one-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
   
}
.mode-one-title{
    width: 100%;
    font-size: 32px;
    color: #EE3808;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    
}
.mode-one-title span{
    border-radius: 32px;
    background: #2e83e3;
    padding: 10px 50px;
    color: #fff;
}
/* .mode-two-title span{
    border-radius: 32px;
    background: #f70f0b;
    padding: 10px 50px;
    color: #e6eb06;
} */
.mode-one-content{
    width: 96%;
    margin: 50px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.mode-one-content-time{
    width: 96%;
    margin: 50px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.mode-one-content-left{
    width: 48%;
    display: flex;
    flex-direction: column;
    border: 1px dashed #FDAD08;
    border-radius: 10px;
}
.mode-one-content-right{
    width: 48%;
    display: flex;
    flex-direction: column;
    border: 1px dashed #FDAD08;
    border-radius: 10px;
}
.mode-one-content-left .title{
    display: flex;
    justify-content: center;
    font-weight: bold;
    color: #1296db;
    font-size: 24px;
}
.mode-one-content-right .title{
    display: flex;
    justify-content: center;
    font-weight: bold;
    color: #F14141;
    font-size: 24px;
}
.mode-one-content-left p{
    width: 100%;
    font-size: 18px;
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.mode-one-content-right p{
    width: 100%;
    font-size: 18px;
    padding: 20px 0;
     box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.mode-one-content-left p img{
    content: url("/static/zt/img/xiaoshou.png");
    width: 30px;
    height: 30px;
    margin: auto 10px;
}
.mode-one-content-right p img{
    content: url("/static/zt/img/xiaoshou-right.png");
    width: 30px;
    height: 30px;
    margin: auto 10px;
}
.mode-two-bg{
    width: 100%;
    display: flex;
    flex-direction: column;
     background: linear-gradient(to right, #002B87, #016FEF);
     margin-top: 10px;
}
.mode-two-title{
    color: #e6eb06;
}
.mode-two-content{
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mode-three-content{
    border: 10px solid #f70f0b;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mode-two-content-left{
    width: 49%;
    margin: 20px 0;
}
.mode-two-content-left .title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #D81E06;
    margin-bottom: 20px;
    font-weight: bold;

}
.mode-two-content-right .title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #D81E06;
    margin-bottom: 20px;
    font-weight: bold;

}
.mode-two-content-right{
    width: 49%;
    margin: 20px 0;
}
.bkzn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    box-sizing: border-box;
    border: 1px dashed #2e83e3;
    margin: 2%;
    border-radius: 10px;
}
.bkzn a{
    width: 100%;
    cursor: pointer;
    text-decoration: none;
}
.bkzn-info{
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #2e83e3;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
}
.bkzn a:hover{
    text-decoration: none;
}
.xuhao{
    color: #D70601;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    width: 32px;
    height: 32px;
    background: url(/static/zt/img/duihao.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 2%;
}
.question{
    font-size: 18px;
    color: #fff;
    width: 90%;
}
.question span{
    font-weight: bold;
    color: #e6eb06;
}
 .shenlun{
    background: #D81E06;
 }

  .slborder{
   border: 1px dashed #D81E06;
 }
  .mode-two-content-left .sltitle{
    color: #2e83e3;
 }

 .mode-two-content-right .sltitle{
    color: #2e83e3;
 }
 .slxuhao{
     background: url(/static/zt/img/duihao2.png) no-repeat;
     background-size: 100% 100%;
 }

.mode-four-content{
    border: none;
}
.mode-four-content .pc-foot{
    box-shadow: 0 0 5px rgba(248, 215, 215, 0.2);
}
    .pc-foot-zk a {
        width: 11% !important;
    }

.mode-four-content .m-foot{
    box-shadow: 0 0 5px rgba(248, 215, 215, 0.2);
}

.mode-one-content table {
    font-size: 18px;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 10px;
    background: #fff;
}

.mode-one-content table th {
    border: 1px solid #D81E06;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
    padding: 20px 10px;
    box-sizing: border-box;
    font-weight: bolder;

}

.mode-one-content table tr:hover {
    /* background: #ffeaea; */
}
.mode-one-content table td {
    border: 1px solid #D81E06;
    line-height: 30px;
    padding: 20px 10px;
    box-sizing: border-box;
}
.table-left{
    width: 20%;
    text-align: center;
    font-weight: bolder;

}
.table-bottom{
    text-align: center;
    font-weight: bolder;
}
.table-bottom-content{
    display: flex;
    align-items: center;
    justify-content: center;
}
.table-bottom span{
    color: #D81E06;
}
.table-bottom a{
    color: #333;
    text-decoration: none;
    cursor: pointer;
}
.table-bottom a:hover{
    color: #2e83e3;
    text-decoration: none;
}
.table-bottom img{
    width: 32px;
    height: 32px;
    content: url("/static/zt/img/download.png");
    margin-right:5px;
}