@media screen and (max-width: 1200px) {
    .pcshow{
        display: none !important;
    }
    .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:7rem !important;
        height: 1rem !important;
        font-size: 0.45rem !important;
        margin-top: 0.6rem !important;
        border-radius: 0.8rem !important;
        color: #fff;
    }
    .banner-img{
        margin: -2% auto 8% auto !important;
    }
     .banner-bottom{
        height: 1.3rem !important;
        border-radius: 0.2rem !important;
        font-size: 0.5rem !important;
        
    }
    .content-center {
        width: 100% !important;
    }
    .mode-one{
        flex-direction: column !important;
        border-radius: 0.3rem 0.3rem 0 0 !important;
        padding: 0 !important;
    }
    .mode-one-left {
        width: 100% !important;
        margin: 0.3rem auto !important;
    }
    .yuyue-title {
        font-size: 0.45rem !important;
        padding: 0.1rem !important;
    }
    .phone-input {
        margin: 0.3rem !important;
        height: 1.2rem !important;
        border-radius: 0.2rem !important;
        font-size: 0.45rem !important;
    }
    .btnline {
        margin: 0.3rem !important;
    }
    .code-input {
        height: 1.2rem !important;
        border-radius: 0.2rem !important;
        font-size: 0.45rem !important;
    }
    .fs {
        height: 1.2rem !important;
        border-radius: 0.2rem !important;
        font-size: 0.45rem !important;
    }
    .yuyueBtn {
        height: 1.2rem !important;
        border-radius: 0.2rem !important;
        font-size: 0.6rem !important;
         margin: 0.3rem !important;
    }
    .mode-one-left p {
        margin: 0.3rem auto !important; 
        font-size: 0.35rem !important;
    }
    .mode-one-right {
        width: 100% !important;
        margin: 0.3rem auto !important;
    }
    .right-content {
        width: auto !important;
        margin-top: 0.3rem !important;
        font-size: 0.45rem !important;
    }
    .right-content p {
        margin: 0.3rem auto !important;
        padding-left: 0.1rem !important;
    }
    .right-detail{
        margin: 0.2rem !important;
        border-radius: 0.3rem !important;
    }
    .mode-two{
        margin: 0.3rem 0 !important;
    }
    .gonggao{
        justify-content: left !important;
        flex-direction: column;
    }
    .mode-two-title{
        width: 100% !important;
        font-size: 0.45rem !important;
        padding: 0.2rem 0 !important;
        border-radius: 0.15rem !important;
        margin: 0.2rem 0 !important;
    }
    .mode-two-title a{
        margin-left: 0.2rem !important;
    }
    .mode-two-tips{
        font-size: 0.4rem !important;
        width: 30% !important;
        padding: 0.2rem 0 0.2rem 0.2rem !important;
        border-radius: 0.45rem !important;
        margin: 0.2rem  !important;
    }
    .mode-two-tips-content{
        font-size: 0.4rem !important;
        border-radius: 0.15rem !important;
    }
    .mode-two-tips-content p{
        padding: 0.1rem 0 !important;
        margin:0 0.2rem !important;
    }
    .mode-kefu{
        width: 100%;
        display: flex !important;
        flex-direction: column;
    }
    .mode-kefu-title{
        font-size: 0.45rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background:linear-gradient(136deg, #00ACEE, #0693EC);
        padding: 0.2rem 0;
        border-radius: 0.15rem;
        box-sizing: border-box;
        color: #f2f2f2;
        margin: 0.2rem 0 
    }
    .mode-kefu-content{
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0.3rem;
        box-sizing: border-box;
    }
    .weixin{
        width: 48%;
    }
    .mode-zt-title{
        font-size: 0.45rem !important;
        padding: 0.2rem 0 !important;
        border-radius: 0.15rem !important;
        margin: 0.2rem 0 !important;
    }
    .m-zk-hz{
        background: #126AB4 !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/skbps-banner.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: 450px;
    height: 50px;
    font-size: 24px;
    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;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
.banner-img{
    width: 100%;
    margin: -2% auto 8% auto;
    content: url("/static/zt/img/skbps-bg.png");
}
.banner-bottom{
    width: 100%;
    height: 100px;
    border-radius: 18px;
    filter: drop-shadow(0px 6px 10px #f2f2f2);
    background-color: #fff;
    border: 2px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -5%;
    font-size: 40px;
    color: #126AB4;
    font-weight: bold;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}

.content-bg{
    width: 100%;
    background-size: 100% 100%;
    padding-top: 2%;
}
.content-center{
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.mode-one{
    width: 100%;
    display: flex;
    flex-direction: row; 
    justify-content: space-between;
    box-sizing: border-box;
    padding: 5% 0;
    background: linear-gradient(136deg, #00ACEE, #0693EC, #0693EC, #00ACEE);
    border-radius: 20px 20px 0 0;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
.mode-one-left{
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px auto;

}

.yuyue-title{
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    padding: 10px;
    box-sizing: border-box;
    font-weight: bolder;

}
.phone-input{
    display: block;
    width: 90%;
    height: 60px;
    margin: 20px;
    background: #f2f2f2;
    border-radius: 10px;
    font-size: 18px;
    text-indent: 1em;
    border: none;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
.btnline{
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px;
}
.code-input{
    display: block;
    height: 60px;
    width: 60%;
    background: #f2f2f2;
    border-radius: 10px;
    font-size: 18px;
    text-indent: 1em;
    border: none;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
.fs{
    display: block;
    width: 30%;
    height: 60px;
    border-radius: 10px;
    font-size: 18px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(to right,#FF9300, #FB6B00);
    
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.yuyueBtn{
    display: block;
    height: 60px;
    width: 90%;
    margin: 20px;
    border-radius: 10px;
    font-size: 24px;
    border: none;
    color: #fff;
    background: linear-gradient(136deg,  #3ADAFE, #00ABF0);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.yuyueBtn:hover{
    background: linear-gradient(136deg,  #7ed5f5, #4191FF);
}
.mode-one-left p{
    margin: 20px auto;
    color: #fff;
    font-size: 14px;
}
.mode-one-right{
    width: 48%;
    display: flex;
    flex-direction: column;
    margin: 20px auto;
}
.right-content{
    width: 100%;
    background: #f2f2f2;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    /* color: #fff; */
    font-size: 20px;
    box-sizing: border-box;
}
.right-detail{
    border: 2px solid #00ABF0;
    margin: 10px;
    box-sizing: border-box;
    border-radius: 10px;
}
.right-content p{
    margin: 15px auto;
    padding-left: 5px;
    box-sizing: border-box;
}
.mode-two{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}
.gonggao{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.mode-two-title{
    width: 48%;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:linear-gradient(136deg,#00ACEE, #0693EC);
    padding: 10px 0;
    border-radius: 10px;
    box-sizing: border-box;
}
.mode-two-title a{
    width: 100%;
    text-decoration: none;
    /* text-align: center; */
    color: #f2f2f2;
    margin-left: 10px;
}
.mode-two-title a:hover{
    text-decoration: none;
}
.mode-two-content{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.mode-two-tips{
    display: flex;
    flex-direction: row;
    background: #126AB4;
    font-size: 18px;
    color:#f2f2f2;
    width: 150px;
    padding: 10px 0 10px 10px;
    border-radius: 30px;
    margin: 10px 0;
    box-sizing: border-box;
}
.mode-two-tips-content{
    display: flex;
    flex-direction: column;
    font-size: 18px;
    border:1px dashed #1469A0;
    background: #f2f2f2;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
.mode-two-tips-content p{
    padding: 5px 0;
    box-sizing: border-box;
    margin-left: 10px;
}
.mode-two-tips-content .item-color{
    color: red;
}
.mode-two-tips-content p .item{
    font-weight: bold; 
}
.mode-kefu{
    display: none;
}
.gonggao{
    width: 100%;
    display: flex;
}
.mode-zt{
    width: 100%;
}
.mode-zt-title{
    width: 100%;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:linear-gradient(136deg,#00ACEE, #0693EC);
    padding: 10px 0;
    border-radius: 10px;
    box-sizing: border-box;
    color: #fff;
    margin: 10px 0;
}
.pc-foot-zk .pc-zk-hz {
    background: #126AB4 !important;
}
.pc-foot-zk a:hover{
    background: #126AB4 !important;
}
.pc-foot-zk a {
    padding: 5px !important;
    width: 10% !important;
}