@media screen and (max-width: 1200px) {
   body{
    background: #f2f2f2 !important;
   }
    .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%;
    }
    .banner-title-top{
        font-size: 0.5rem !important;
        margin-top: 1rem !important;
        width: 8rem;
        height: 1rem;
        background-size: 100% !important;
        padding: 0.15rem 0 !important;
    }
    .banner-title-bottom{
        width: 8rem !important;
        height: 2rem !important;
        background-size: 100% !important;
        margin: 1rem auto !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{
        background: none !important;
        height: auto !important;
    }
    .yy-content-top{
        display: flex !important;
        font-size: 0.8rem ;
        font-weight: bold;
        color: #555;
        margin: 0.4rem 0.2rem 0.2rem ;
        padding: 0.2rem 0;
        box-sizing: border-box;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .yy-content-top img{
        width: 0.8rem;
        height: 0.6rem;
        margin: 0 0.5rem;
    }
    .yy-content-bottom-right{
        height: 8rem !important;
        width: 100% !important;
        border-radius: 0.3rem;
        border: 0.2rem solid #F7FAFF;
        margin: 0 !important;
    }
    .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{
        margin: 0.3rem auto !important;
        border-radius: 0.3rem;
    }
}
* {
    margin: 0;
    padding: 0;
}
body,html{
    width: 100%;
    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%;
    background: url("/static/zt/img/sydw-cjyy-banner.png") ;
    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: 32px;
    text-align: center;
    margin: 50px auto 0;
    color:#1499FF;
    background: url("/static/zt/img/banner-title.png") no-repeat;
    background-position: center;
    padding: 15px 0;
    box-sizing: border-box;
}
.banner-title-bottom{
    height: 175px;
    width: 915px;
    margin: 80px auto;
    background: url("/static/zt/img/banner-yy.png") no-repeat;
    background-position: center;
    /* background-size: cover; */
    background-size: 915px 175px;
   
}
.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%;
    height: 557px;
    /* margin: 0 auto; */
    display: flex;
    flex-direction: column;
    background: url("/static/zt/img/sydw-cjyy-banner-bottom.png") no-repeat;
    background-position: center;
    background-size: 2000px 557px;
    background-clip: border-box;
}
.yy-content-top{
    display: none;
}

.yy-content-bottom-right{
    margin: auto;
    height: 450px;
    width: 830px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #2480FF, #669FFF);
    /* #2480FF #669FFF */

}
.yy-content-bottom-right P{
    font-size:16px;
    color: #fff;
    margin-top: 30px;
}
.yy-content-bottom-right .phone-input{
    display: block;
    width: 90%;
    height: 60px;
    margin: 30px;
    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: 90%;
    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: 50%;
    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: 30%;
    height: 60px;
    color: #2e83e3;
    border-radius: 10px;
    font-size: 18px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(90deg, #71a3fc, #2e83e3);
     */
     background: linear-gradient(to bottom, #fff, #98beff);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.yy-content-bottom-right .btnline .fs:hover{
    background: linear-gradient( to bottom, #98beff, #fff);
}
.yy-content-bottom-right .yuyueBtn{
    display: block;
    height: 60px;
    width: 90%;
    margin: 0 30px;
    color: #2e83e3;
    border-radius: 10px;
    font-size: 24px;
    border: none;
    background: linear-gradient(to bottom, #fff, #bed4fa);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.yy-content-bottom-right .yuyueBtn:hover{
    background: #bed4fa;
}
.pc-foot{
    width: 1130px !important;
    margin: 20px auto;
    border-radius: 20px !important;
}