@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:9rem !important;
        height: 1rem !important;
        font-size: 0.45rem !important;
        margin-top: 0.5rem !important;
        border-radius: 0.8rem !important;
    }
    .content-center {
        width: 98% !important;
    }
    .title-bg {
        font-size: 0.5rem !important;
        border-radius: 1rem !important;
        margin: 0.1rem auto !important;
    }
    .title-one {
        margin: 0.3rem auto !important;
    }
    .mode-one{
        flex-direction: column !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;
        padding-left:0.3rem !important;
    }
    .right-content p {
        margin: 0.3rem auto !important;
    }
    .mode-two-table {
        padding: 0.3rem !important;
    }
    .mode-two table {
        font-size: 0.35rem !important;;
    }
    table td {
        padding: 0.1rem !important;
        line-height: normal !important;
    }
    table td p {
        border-radius: 0.5rem !important;
        margin: 0.1rem auto !important;
        line-height: normal !important;
        font-size: 0.35rem !important;
        padding: 0.15rem !important;
    }
    /* .zixun{
        min-width: 2rem;
    } */
    .beikao-info {
        flex-wrap: wrap;
    }
    .beikao-one {
        font-size: 0.45rem !important;
        width: 43% !important;
        margin: 0.3rem !important;
        border-radius: 0.3rem !important;
    }
    .beikao-title {
        font-size:  0.5rem !important;
        margin: 0.1rem auto !important;
    }
    .beikao-js {
        margin: 0.2rem auto !important;
    }
    .beikao-xq {
        margin: 0.2rem auto !important;
        border-radius: 0.4rem !important;
        padding: 0.1rem 0.4rem !important;
    }
    .videos-bg {
        height: 7rem !important;
        padding: 0.2rem !important;
    }
    .more-kecheng {
        margin: 0.5rem auto !important;
        border-radius: 0.2rem !important;
        font-size: 0.45rem !important;
        padding: 0.2rem !important;
    }
    .kefu{
        flex-wrap: wrap ;
        padding: 0.2rem !important;
    }
    .weixin {
        width: 48% !important;
        margin: 0.2rem 0 ;
    }
    .yuyue-title-three{
        color: #fff !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/sydwyy-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: 400px;
    height: 50px;
    font-size: 20px;
    color: #0127B0;
    background: #fff;
    margin: 100px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 36px;
    border:  2px solid #00BAFD;
    box-shadow: inset 0 1px 5px 1px #0127B0;
    font-weight: 600;
    letter-spacing: 2px;
}
.banner-img{
    width: 100%;
    margin: -2% auto 5% auto;
    content: url("/static/zt/img/gkggyy.png");
}

.content-bg{
    width: 100%;
    background: url("/static/zt/img/sydwgg-bg.jpg") no-repeat;
    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;
}
.mode-one-left{
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px auto;
}

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

}
.phone-input{
    display: block;
    width: 90%;
    height: 60px;
    margin: 20px;
    background: #f7faff;
    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: #f7faff;
    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;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #2e83e3, #2ab3f8);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.yuyueBtn{
    display: block;
    height: 60px;
    width: 90%;
    margin: 20px;
    color: #fff;
    border-radius: 10px;
    font-size: 24px;
    border: none;
    background: linear-gradient(to bottom, #eb9159, #FF7214);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.mode-one-left p{
    margin: 20px auto;
    color: red;
    font-size: 14px;
}
.mode-one-right{
    width: 48%;
    display: flex;
    flex-direction: column;
    margin: 20px auto;
}
.right-content{
    width: 100%;
    background: #2e83e3;
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
    padding-left: 20px;
    box-sizing: border-box;
}
.right-content p{
    margin: 20px auto;
}
.mode-four{
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}
.videos-bg{
    width: 100%;
    height: 700px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    overflow-x: hidden;
}
.video-bg{
    width: 100%;
    height: 100%;
}
.more-kecheng{
    margin: 20px auto;
    display: flex;
    justify-content: center;
    width: 50%;
    color: #fff;
    border-radius: 10px;
    font-size: 24px;
    border: none;
    padding: 10px;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #eb9159, #FF7214);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.mode-two{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.mode-two-table{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.mode-two table{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 20px;
    flex-direction: column;
}
table td{
    border: 1px solid #666;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    flex-wrap: wrap;
    line-height: 30px;
}
table td p{
    border-radius: 20px;
    color: #fff;
    margin: 10px auto;
    line-height: 35px;
    box-sizing: border-box;
    font-size: 20px;
    cursor: pointer;
}
table td a:hover{
    text-decoration: none;
    cursor: pointer;
}
.zixun{
    background: #2e83e3;
}
.buy{
    background: #FF7214;
}
.mode-three{
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}
.beikao-info{
    width: 100%;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}
.beikao-one{
    font-size: 20px;
    background: #fff;
    width: 22%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}
.beikao-title{
    color: #D37923;
    font-size: 24px;
    margin: 5px auto;
    box-sizing: border-box;
}
.beikao-js{
    text-align: center;
    margin: 10px auto;
    color: #555;
}
.beikao-xq{
    margin: 10px auto;
    background: linear-gradient(to bottom, #f05232, #fb9351);
    border-radius: 25px;
    padding: 5px 20px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
}
.beikao-xq a{
    color: #fff;
}
.beikao-xq a:hover{
    
    text-decoration: none;
}
.mode-five{
    width: 100%;
    display: flex;
    flex-direction: column;
    /* border: 5px dashed #00BAFD; */
    /* margin: 20px auto; */
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}
.kefu{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}
.weixin{
    width: 20%;
}
.title-bg{
    width: 100%;
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #0551FC, #10C1AD);
    color: #fff;
    border-radius: 50px;
    margin: 10px auto;
}
.title-one{
    margin: 20px auto;
}