@media screen and (max-width: 1024px) {
   
    .pc-title-logo{
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 1rem !important;
        width: 100% !important;
        padding: 0 0 0 0.2rem !important;
    }
    .pc-imgfit-left{
        width: 100% !important;
        justify-content: flex-start !important;
    }
    .pc-left-logo{
        height: 0.8rem !important;
        width: 2.5rem !important;
    }
    .pc-rightitem{
        margin-left: 0.3rem;
    }
    .pc-rightitem a{
        font-size: 0.38rem !important;
        margin-right: 0.2rem !important;
    }
    .pc-rightitem a:hover{
        color: #2e83e3;
        text-decoration: none;
    }
    .banner{
        max-width: 100%;
        height: 8rem !important;
    }
    .banner-title-top{
        font-size: 0.6rem !important;
        margin-top: 2rem !important;
    }
    .banner-title-bottom{
        font-size: 1rem !important;
        margin-top: 0.6rem !important;
    }
    .yy-remark{
        width: 5rem !important;
        margin: 0.6rem auto 0 !important;
        font-size: 0.3rem !important;
        padding: 0.1rem !important;
        border-radius: 0.4rem !important;
    }
    .yy-content{
        width: 9.5rem !important;
        height: auto !important;
    }
    
    .yy-content-top{
        font-size: 0.6rem !important;
        margin: 0.3rem 0 !important;
        background: #f14141;
        border-radius: 0.3rem;
        padding: 0.2rem 0;
        box-sizing: border-box;
    }
    .yy-content-bottom{
        flex-direction: column !important;
        padding: 0rem !important;
        width: 100% !important;
        justify-content: center !important;
        background:none !important;
        
    }
    .yy-content-bottom-left{
        height: 8rem !important; 
        width: 100% !important;
        border-radius: 0.3rem;
        border: 0.2rem solid #F7FAFF;
        float: none !important;
        margin: 0.25rem 0;
    }
    .yy-content-bottom-left img{
        background-image: url("/static/zt/img/k2-3.jpg") !important;
        background-size: 100% auto;
        width: 9.15rem !important;
        height: 100% !important;
    }
    .yy-content-bottom-right{
        float: none !important;
        height: 8rem !important;
        width: 100% !important;
        margin: 0.25rem 0;
        border-radius: 0.3rem;
        border: 0.2rem solid #F7FAFF;
    }
    .yy-content-bottom-right P{
        font-size: 0.36rem !important;
        margin-top: 0.5rem !important;
    }
    .phone-input{
        width: 95% !important;
        font-size: 0.42rem !important;
        height: 1.1rem !important;
        margin: 0.5rem 0 !important;
    }
    .btnline{
        width: 95% !important;
        margin: 0 0 0.5rem 0 !important;
    }
    .code-input{
        width: 55% !important;
        float: left;
        margin: 0 !important;
        font-size: 0.42rem !important;
        height: 1.1rem !important;
    }
    .fs{
        width: 35% !important;
        float: right;
        height: 1.1rem !important;
        margin: 0 !important;
        font-size: 0.42rem !important;
    }
    .yuyueBtn{
        width: 95% !important;
        font-size: 0.56rem !important;
        font-weight: bold;
        margin: 0 !important;
        height: 1.1rem !important;
    }
    .m-foot{
        border-radius: 0.3rem;
    }
}
@media screen and  (min-width: 768px) and (max-width: 1200px){
    .yy-content{
        width: 13rem !important;
    }
    .yy-content-bottom-left img{
        background-image: url("/static/zt/img/ke-1.jpg")  !important;
        width: 12.65rem !important;
        height: 100% !important;
    }
}
* {
    margin: 0;
    padding: 0;
}
body,html{
    width: 100%;
    background: #0273FF !important;
    font-size: 20px;
    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%;
    height: 594px;
    background: url("/static/zt/img/sk-cjyy.jpg") ;
    background-size: 100% 100%;
    object-fit: contain;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    text-align: center;
}
.banner-title{
    width: 100%;
    margin:  auto;
}
.banner-title-top{
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-top: 100px;
    color:#fff;
}
.banner-title-bottom{
    font-size: 108px;
    font-weight: 900;
    text-align: center;
    margin-top: 30px;
    color: #fff;
}
.yy-remark{
    width: 300px;
    margin: 100px auto 0;
    color: #333;
    font-size: 18px;
    border: 1px dashed #f14141;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 30px;
    background: #FFEEEE;
    /* box-shadow: inset 0 1px 3px 1px #f14141; */
}
.yy-content{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.yy-content-top{
    font-size: 48px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin: 40px 0;
}

.yy-content-bottom{
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #F7FAFF;
    width: 1200px;
    margin: 0 auto;
}
.yy-content-bottom-left{
    height: 450px;
    background: #0273FF;
    width: 570px;
    float: left;
    box-sizing: border-box;
}
.yy-content-bottom-left img{
    background-image: url("/static/zt/img/ke-0.jpg");
    width: 570px;
    height: 450px;
}
.yy-content-bottom-right{
    float: right;
    height: 450px;
    width: 570px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #0273FF;

}
.yy-content-bottom-right P{
    font-size:16px;
    color: #fff;
    margin-top: 30px;
}
.yy-content-bottom-right .phone-input{
    display: block;
    width: 480px;
    height: 60px;
    margin: 0 auto 30px auto;
    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);
}
.yy-content-bottom-right .btnline{
    width: 100%;
    margin: 0 auto 30px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.yy-content-bottom-right .btnline .code-input{
    display: block;
    height: 60px;
    width: 250px;
    margin: 0 45px auto;
    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);
}
.yy-content-bottom-right .btnline .fs{
    display: block;
    width: 170px;
    height: 60px;
    margin: 0 45px auto;
    color: #F7FAFF;
    border-radius: 10px;
    font-size: 18px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #71a3fc, #2e83e3);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.yy-content-bottom-right .btnline .fs:hover{
    background: linear-gradient(90deg, #2e83e3, #71a3fc);
}
.yy-content-bottom-right .yuyueBtn{
    display: block;
    height: 60px;
    width: 480px;
    margin: 0 30px;
    color: #F7FAFF;
    border-radius: 10px;
    font-size: 24px;
    border: none;
    background: linear-gradient(90deg, #f14141, #f16441);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.yy-content-bottom-right .yuyueBtn:hover{
    background: linear-gradient(90deg, #f16441, #f14141);
}
.pc-foot{
    width: 1200px !important;
    margin: 20px auto;
    border-radius: 20px !important;
}