
.wap_float_main{
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 99;
    background: url("../img/head/1.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
@media only screen and (max-width: 1023px) {
    #header_over{
       display: none;
    }
    .heard_box {
      display: none;
    }
    .wap_heard{
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 6;
    }
    .wap_main_bottom{

        width: 100%;
        height: 0.97rem;
        /*background: rgba(1, 34, 105, .9);*/
        padding: 0 0.37rem;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }
    .wap_logo{
        width: 2.19rem;
        height: .45rem;
    }
    .wap_right{
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .wap_icon{
        display: block;
        width: .5rem;
        height: .4rem;
    }
    .wap_search{
        display: block;
        width: .34rem;
        height: .36rem;
        margin-right: .4rem;
    }
    .wap_heard_content{
        position: fixed;
        width: 100vw;
        top: 0.97rem;
        left: -100vw;
        height: calc(100vh - 0.97rem);
        background: rgba(0, 0, 0, .3);
        transition: all 0.4s ease;
        z-index: 99;
    }
    .wap_heard_content_active{
        left: 0;
    }
    .wap_content_box{
        width: 60%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        overflow-y: auto;
    }
    .wap_content_box_item{
        width: 80%;
        margin: 0 auto;

    }
    .wap_content_box_item_top{
        width: 100%;
        height:1.22rem;
        line-height: 1.22rem;
        list-style-type: none;
        box-sizing: border-box;
        border-bottom: 0.02rem dashed rgba(255,255,255,.5);
        display: flex;
        align-items: center;
    }
    .wap_content_box_item_top_left{
        flex: 1;
        font-size: 0.32rem;
        color: #F3F3F3;
    }
    .wap_content_box_item_top_right{
        font-size: 0.32rem;
        color: #FFFFFF;
        font-weight: 600;
    }
    .wap_content_box_item_bottom{
        width: 100%;
    }
    .wap_content_box_item_bottom_item{
        width: 100%;
        height: 1.22rem;
        line-height: 1.22rem;
        list-style-type: none;
        box-sizing: border-box;
        font-size: 0.32rem;
        color: #F3F3F3;
        border-bottom: 0.02rem dashed rgba(255,255,255,.5);
    }
    .wap_float_main{
        width: 2.8rem;
        height: 1.05rem;
    }
    .customer{
        position: fixed;
        z-index: 99;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,0.5);
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
    }
    .customer_active{
        opacity: 1;
        visibility: visible;
    }
    .customer_box{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 6.8rem;
        background: rgba(221, 221, 221, .9);
        border-radius: .2rem;
        box-sizing: border-box;
        padding-bottom: .54rem;
    }
    .customer_box_main{
        width: 6.05rem;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .customer_box_main_top{
        width: 100%;
        margin-top: -0.37rem;
    }
    .customer_box_main_top_box1{
        font-weight: 400;
        font-size: 0.54rem;
        color: #333333;
        text-align: center;
    }
    .customer_box_main_top_box2{
        width: 1.27rem;
        height: .06rem;
        background: #012269;
        margin:.1rem auto .4rem auto;
    }
    .customer_box_main_top_box3{
        width: 100%;
        font-weight: 400;
        font-size: .3rem;
        color: #333333;
        padding: 0 .24rem;
        box-sizing: border-box;
    }
    .customer_box_main_bottom{
        width: 100%;
        background: #EFEFEF;
        border-radius: .1rem;
        margin-top: .41rem;
        padding: .36rem .37rem;
        box-sizing: border-box;
    }
    .customer_box_main_bottom_box1{
        width: 100%;
    }
    /*.customer_inp1{*/
    /*    width: 100%;*/
    /*    height: .62rem;*/
    /*}*/
    /*.customer_inp2{*/
    /*    width: 268px;*/
    /*    height: 31px;*/
    /*}*/
    /*.customer_inp3{*/
    /*    width: 282px;*/
    /*    height: 31px;*/
    /*}*/
    .customer_inp{
        width: 100%;
        height: .62rem;
        margin-bottom: .18rem;
    }
    .customer_inp .el-input__inner{
        width: 100%;
        height: .62rem;
        border-radius:0;
        background: #FFFFFF;
        border: none;
    }
    .customer_inp4{
        width: 100%;
        height: 3.78rem;
    }
    .customer_inp4 .el-textarea__inner{
        height: 3.78rem;
        border-radius:0;
        background: #FFFFFF;
        border: none;
    }
    .customer_commit{
        width: 2.73rem;
        height: .82rem;
        background: linear-gradient(-90deg, #012269 0%, #00C0FA 100%);
        border-radius: .38rem;
        font-weight: 400;
        font-size: .28rem;
        color: #FFFFFF;
        text-align: center;
        line-height: .82rem;
        cursor: pointer;
        margin:.42rem auto 0 auto;
    }
    /*.customer_commit:hover{*/
    /*    box-shadow: 0rem 0.063rem 0rem 0rem rgba(200,200,200,0.66);*/
    /*}*/
    .close{
        width: 100%;
        height: .90rem;
        padding-right:.32rem;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .close_img{
        width: 0.58rem;
        height: .58rem;
        cursor: pointer;
    }

}
@media only screen and (min-width: 1024px) and (max-width: 1399px) {

    .wap_heard{
        display: none;
    }
    #header_over{
       display: none;
    }
    .wap_main_bottom{
        display: none;
    }
    .heard_box {
        /*position: fixed;*/
        top: 0;
        left: 0;
        position: fixed;
        z-index: 99;
        height: 116px;
        width: 100%;
        box-sizing: border-box;
        min-height:0;
    }
    .heard_box::after{
        content: '';
        position: absolute;
        left: 0;
        top: 100%;
        right: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.95);
        transition: all ease .5s;
        z-index: -1;
        box-shadow: 3px 3px 3px rgb(0 0 0 / 10%);
        box-sizing: border-box;
        overflow: hidden;
    }
    .heard_box:hover::after{
        height: 400px;
    }
    .heard_box:hover{
        background: #ffffff;
    }
    .heard_main {
        width: 100%;
        height: inherit;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(255, 255, 255, 0);
        padding-left: 49px;
    }
    .main_top{
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        box-sizing: border-box;
        padding-right: 10px;

    }
    .weather{
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
    }
    .main_top_search{
        width: 153px;
        height: 25px;
        border-radius: 12px;
        box-sizing: border-box;
        cursor: pointer;
        margin-left: 10px;
    }
    .main_top_search .el-input__inner{
        width: 153px;
        height: 25px;
        border-radius: 12px;
        box-shadow: none;
        background: none;
    }
    .main_top_search input[type="text"]::placeholder{
        color: #FFFFFF;
        font-size: 13px;
    }
    .main_top_search .el-input__icon {
        color: #fff;
        line-height: 25px;
    }
    .main_bottom {
        width: 100%;
        height: 55px;
        display: flex;
        align-items: center;
    }
    .main_bottom_left {
        width: 193px;
        height: 41px;
        background: url("../img/head/logo_pc1.png") no-repeat;
        background-size: 100% 100%;
        margin-top: -32px;
    }
    .main_bottom_right {
        flex: 1;
        box-sizing: border-box;
        height: 100%;
    }
    .pc_content {
        width: 98%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        cursor: pointer;
    }
    .content_item:hover{
        color: #0769B2;
    }
    .content_item:hover>.bottom_box{
        background: #FFFFFF;
    }
    .content_item {
        width: 85px;
        list-style-type:none;
        position: relative;
        line-height: 55px;
    }
    .heard_item_bottom{
        width: 100%;
        height: 100%;
        font-size: 16px;
        color: #FFFFFF;
        text-align: center;
        font-weight: 700;
    }
    .bottom_box{
        opacity: 0;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 10%;
        z-index: 99;
        transition: all ease 0.3s 0s;
        padding: 15px 0;
        height: 400px;
        box-sizing: border-box;
        pointer-events: none;
    }
    .heard_box:hover .bottom_box{
        opacity: 1;
        transform: translateX(-10%);
        transition-duration: 0.5s;
        pointer-events:auto;
    }
    .heard_bottom_item{
        width: 100%;
        height: 61px;
        line-height: 61px;
        font-size: 14px;
        color: #333333;
        list-style-type:none;
        box-sizing: border-box;
        text-align: center;
        transition: all ease .3s 0s;
    }
    .heard_bottom_item:hover{
        color: #0769B2;
    }
    .heard_box:hover .heard_top_left, .heard_box:hover .heard_item_bottom, .heard_box:hover .heard_item_bottom1, .heard_box:hover .weather{
        color:#000000
    }
    .heard_box:hover .main_top_search input[type="text"]::placeholder{
        color: #000000;
    }
    .heard_box:hover .main_top_search .el-input__icon {
        color: #000000;
        line-height: 25px;
    }
    .heard_box:hover .main_bottom_left{
        background-image: url("../img/head/logo_ipad.png")
    }
    .wap_float_main{
        width: 173px;
        height:65px;
    }


    .customer{
        position: fixed;
        z-index: 99;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,0.5);
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
    }
    .customer_active{
        opacity: 1;
        visibility: visible;
    }
    .customer_box{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 1000px;
        min-height: 502px;
        background: rgba(221, 221, 221, .9);
        border-radius: 50px;
        box-sizing: border-box;
    }
    .customer_box_main{
        width: 880px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .customer_box_main_top{
        width: 100%;
        margin-top: -28px;
    }
    .customer_box_main_top_box1{
        font-weight: 400;
        font-size: 28px;
        color: #333333;
        text-align: center;
    }
    .customer_box_main_top_box2{
        width: 127px;
        height: 6px;
        background: #012269;
        margin:15px auto 29px auto;
    }
    .customer_box_main_top_box3{
        width: 100%;
        font-weight: 400;
        font-size: 16px;
        color: #333333;
        padding-left: 159px;
        box-sizing: border-box;
    }
    .customer_box_main_bottom{
        width: 880px;
        height: 249px;
        background: #EFEFEF;
        border-radius: 10px;
        margin-top: 22px;
        padding: 24px 28px 0 28px;
        box-sizing: border-box;
    }
    .customer_box_main_bottom_box1{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .customer_inp1{
        width: 219px;
        height: 31px;
    }
    .customer_inp2{
        width: 268px;
        height: 31px;
    }
    .customer_inp3{
        width: 282px;
        height: 31px;
    }
    .customer_inp .el-input__inner{
        width: 100%;
        height: 31px;
        border-radius:0;
        background: #FFFFFF;
        border: none;
    }
    .customer_inp4{
        width: 100%;
        height: 145px;
        margin-top: 17px;
    }
    .customer_inp4 .el-textarea__inner{
        height: 145px;
        border-radius:0;
        background: #FFFFFF;
        border: none;
    }
    .customer_commit{
        width: 167px;
        height: 50px;
        background: linear-gradient(-90deg, #012269 0%, #00C0FA 100%);
        border-radius: 25px;
        font-weight: 400;
        font-size: 20px;
        color: #FFFFFF;
        text-align: center;
        line-height: 50px;
        cursor: pointer;
        margin:20px auto 0 auto;
    }
    /*.customer_commit:hover{*/
    /*    box-shadow: 0rem 0.063rem 0rem 0rem rgba(200,200,200,0.66);*/
    /*}*/
    .close{
        width: 100%;
        height: 64px;
        padding-right: 51px;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .close_img{
        width: 30px;
        height: 30px;
        cursor: pointer;
    }
}
@media only screen and (min-width: 1400px)  {
    #header_over{
      display: none;
    }
    .wap_main_bottom{
        display: none;
    }
    .wap_heard{
        display: none;
    }
    .heard_box {
        /*position: fixed;*/
        top: 0;
        left: 0;
        position: fixed;
        z-index: 99;
        height: 116px;
        width: 100%;
        box-sizing: border-box;
        min-height:0;
    }
    .heard_box::after{
        content: '';
        position: absolute;
        left: 0;
        top: 100%;
        right: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.95);
        transition: all ease .5s;
        z-index: -1;
        box-shadow: 3px 3px 3px rgb(0 0 0 / 10%);
        box-sizing: border-box;
        overflow: hidden;
    }
    .heard_box:hover::after{
        height: 400px;
    }
    .heard_box:hover{
        background: #ffffff;
    }
    .heard_main {
        width: 1400px;
        height: inherit;
        margin: 0 auto;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(255, 255, 255, 0);
    }
    .main_top{
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        box-sizing: border-box;
        padding-right: 30px;

    }
    .weather{
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
    }
    .main_top_search{
        width: 210px;
        height: 34px;
        border-radius: 17px;
        box-sizing: border-box;
        cursor: pointer;
        margin-left: 10px;
    }
    .main_top_search .el-input__inner{
        width: 100%;
        height: 34px;
        border-radius: 17px;
        box-shadow: none;
        background: none;
    }
    .main_top_search input[type="text"]::placeholder{
        color: #FFFFFF;
    }
    .main_top_search .el-input__icon {
        color: #fff;
        line-height: 34px;
    }
    .main_bottom {
        width: 100%;
        height: 55px;
        display: flex;
        align-items: center;
    }
    .main_bottom_left {
        width: 263px;
        height: 54px;
        background: url("../img/head/logo_pc1.png") no-repeat;
        background-size: 100% 100%;
        margin-top: -72px;
    }
    .main_bottom_right {
        flex: 1;
        box-sizing: border-box;
        height: 100%;
    }
    .pc_content {
        width: 98%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        cursor: pointer;
    }
    .content_item:hover{
        color: #0769B2;
    }
    .content_item:hover>.bottom_box{
        background: #FFFFFF;
    }
    .content_item {
        width: 120px;
        list-style-type:none;
        position: relative;
        line-height: 55px;
    }
    .heard_item_bottom{
        width: 100%;
        height: 100%;
        font-size: 20px;
        color: #FFFFFF;
        text-align: center;
        font-weight: 700;
    }
    .bottom_box{
        opacity: 0;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 10%;
        z-index: 99;
        transition: all ease 0.3s 0s;
        padding: 15px 0;
        height: 400px;
        box-sizing: border-box;
        pointer-events: none;
    }
    .heard_box:hover .bottom_box{
        opacity: 1;
        transform: translateX(-10%);
        transition-duration: 0.5s;
        pointer-events:auto;
    }
    .heard_bottom_item{
        width: 100%;
        height: 61px;
        line-height: 61px;
        font-size: 16px;
        color: #333333;
        list-style-type:none;
        box-sizing: border-box;
        text-align: center;
        transition: all ease .3s 0s;
    }
    .heard_bottom_item:hover{
        color: #0769B2;
    }
    .heard_box:hover .heard_top_left, .heard_box:hover .heard_item_bottom, .heard_box:hover .heard_item_bottom1, .heard_box:hover .weather{
        color:#000000
    }
    .heard_box:hover .main_top_search input[type="text"]::placeholder{
        color: #000000;
    }
    .heard_box:hover .main_top_search .el-input__icon {
        color: #000000;
        line-height: 34px;
    }
    .heard_box:hover .main_bottom_left{
        background-image: url("../img/head/logo_pc.png")
    }
    .wap_float_main{
        width: 199px;
        height: 75px;
    }
    .customer{
        position: fixed;
        z-index: 99;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,0.5);
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
    }
    .customer_active{
        opacity: 1;
        visibility: visible;
    }
    .customer_box{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 821px;
        min-height: 512px;
        background: rgba(221, 221, 221, .9);
        border-radius:20px;
        box-sizing: border-box;
    }
    .customer_box_main{
        width: 734px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .customer_box_main_top{
        width: 100%;
        margin-top: -19px;
    }
    .customer_box_main_top_box1{
        font-weight: 400;
        font-size: 34px;
        color: #333333;
        text-align: center;
    }
    .customer_box_main_top_box2{
        width: 127px;
        height: 6px;
        background: #012269;
        margin:13px auto 22px auto;
    }
    .customer_box_main_top_box3{
        width: 100%;
        font-weight: 400;
        font-size: 16px;
        color: #333333;
        padding-left: 53px;
        box-sizing: border-box;
    }
    .customer_box_main_bottom{
        width: 100%;
        height: 249px;
        background: #EFEFEF;
        border-radius: 10px;
        margin-top: 32px;
        padding: 29px 21px 0 21px;
        box-sizing: border-box;
    }
    .customer_box_main_bottom_box1{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .customer_inp1{
        width: 190px;
        height: 31px;
    }
    .customer_inp2{
        width: 232px;
        height: 31px;
    }
    .customer_inp3{
        width: 244px;
        height: 31px;
    }
   .customer_inp .el-input__inner{
        width: 100%;
        height: 31px;
        border-radius:0;
        background: #FFFFFF;
        border: none;
    }
    .customer_inp4{
        width: 100%;
        height: 145px;
        margin-top: 17px;
    }
   .customer_inp4 .el-textarea__inner{
        height: 145px;
        border-radius:0;
        background: #FFFFFF;
        border: none;
    }
    .customer_commit{
        width: 153px;
        height: 46px;
        background: linear-gradient(-90deg, #012269 0%, #00C0FA 100%);
        border-radius: 23px;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        text-align: center;
        line-height: 46px;
        cursor: pointer;
        margin:20px auto 0 auto;
    }
    /*.customer_commit:hover{*/
    /*    box-shadow: 0rem 0.063rem 0rem 0rem rgba(200,200,200,0.66);*/
    /*}*/
    .close{
        width: 100%;
        height: 50px;
        padding-right: 24px;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .close_img{
        width: 30px;
        height: 30px;
        cursor: pointer;
    }
}
.heard_box1{
    background: #FFFFFF;
}
.heard_box1 .main_bottom_left{
    background-image: url("../img/head/logo_pc.png")
}
.heard_box1 .heard_top_left, .heard_box1 .heard_item_bottom, .heard_box1 .heard_item_bottom1, .heard_box1 .weather{
    color:#000000
}
.heard_box1 .main_top_search input[type="text"]::placeholder{
    color: #000000;
}
.heard_box1 .main_top_search .el-input__icon {
    color: #000000;
    line-height: 34px;
}
