@media screen and (max-width: 767px) {
    .pcshow{
        display: none !important;
    }
    .sty{
        display: flex !important;
    }
    body{
        padding-bottom: 1.3514rem !important;
    }
    
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
    
}

@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.35rem !important;
    }
    .banner-bottom a:nth-child(2) {
        border-radius: 0.12rem !important;
    }
    .content-bg{
        margin-top: 0.4rem !important;
        margin-bottom: 0.5rem !important;
    }
    .mode{
        width: 100% !important;
        margin: 0 auto !important;
    }
    .content-title{
        margin: 0.3rem auto !important;
    }
    .content-title h3 {
        font-size: 0.5rem !important;
        height: 1rem !important;
        line-height: 1rem !important;
    }
   .step{
        width: 100% !important;
        margin: 1rem auto 0 !important;
   }
   .wrap1{
        padding-top: 0.2rem !important;
        border-radius: 0.2rem !important;
        box-shadow: 0 0.1rem 0.2rem #f4fcff inset !important;
   }
   .wrap2 {
        box-shadow: 0 0.1rem 0.2rem #c6efff inset !important;
        border-radius: 0.2rem !important;
        padding: 0.4rem 0.2rem 0.2rem !important;
    }
    .wrap3 {
        border-radius: 0.2rem !important;
        border: 0.1rem solid #ff6756 !important;
        padding: 0.15rem !important;
    }
    .title {
        margin-top: -1.6rem !important;
        
    }
    .title h3 {
        font: bolder 0.5rem "Microsoft Yahei" !important;
        height: 1.83rem !important;
        line-height: 1.7rem !important;
        background: url(/static/zt/img/kqfx-title-bg.png) no-repeat center;
        background-size: 9rem auto !important;
    }
    .kqnr {
        margin-top: 0.2rem !important;
    }
    .txfb img {
        width: 90% !important;
    }
}
* {
    margin: 0;
    padding: 0;
}
body,html{
    width: 100%;
    height: auto !important;
    background: #fff;
    color: #333;
}
.sty{
        display: none;
    }
.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/sydw-kqfx-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: 60px;
    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;
}
.banner-img{
    width: 100%;
    margin: -2% auto 8% auto;
    content: url("/static/zt/img/sydw-kqfx-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, #0067FE 0%, #0080FF 100%);
    border: 1px solid #ffffff;
    color: #fff;
}
.content-bg{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.step{
    margin-top: 150px;
    width: 1200px;
    margin: 100px auto 0;
    box-sizing: border-box;
}
.wrap1 {
    background: linear-gradient(to bottom, #60c2f7, #017AFF);
    box-shadow: 0 5px 10px #f4fcff inset;
    border-radius: 20px;
    padding-top: 20px;
    box-sizing: border-box;
}
.wrap2 {
    background: linear-gradient(to bottom, #1B9EFF, #017AFF);
    box-shadow: 0 5px 10px #c6efff inset;
    border-radius: 20px;
    padding: 40px 15px 15px;
    box-sizing: border-box;
}
.wrap3 {
    background: linear-gradient(to bottom, #fffef8, #fff6c3);
    border-radius: 20px;
    border: 4px solid #ff6756;
    padding: 15px;
    box-sizing: border-box;
}
.title {
    text-align: center;
    margin-top: -130px;
    box-sizing: border-box;
}
.title h3 {
    font: bolder 44px "Microsoft Yahei";
    height: 130px;
    line-height: 116px;
    background: url('/static/zt/img/kqfx-title-bg.png') no-repeat center;
    color: #fff5d4;
    text-shadow: 1px 1px 0 #933b00, 1px -1px 0 #933b00, -1px 1px 0 #933b00, -1px -1px 0 #933b00;
}
.title h3 span {
    color: #00d2d8;
}
.kqnr {
    font-size: 15px;
    color: #333;
    line-height: 2;
    margin-top: 20px;
    box-sizing: border-box;
}
.kqnr .ptitle{
    font-size: 18px;
    font-weight: bold;
}
.kqnr .txfb{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.txfb img{
    width: 60%;
}
.kqnr .txfb p{
    font-size: 18px;
    font-weight: bold;
}
.kqnr p span{
    color:#C02222 ;
}
.mt-2 {
    margin-top: 20px;
    box-sizing: border-box;
}