<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.zixun{

    padding: 43px;

    padding-bottom: 50px;

    background-color: #dfdfdf;

    display: flex;

    justify-content: space-between;

}

.zixun_1 p, .zixun_2 p{

    color: #409CFF;

    font-size: 18px;

}

.zixun_1 h3{

    color: #474756;

    font-size: 18px;

    font-weight: 500;

    line-height: 42px;

    margin-top: 26px;

}

.zixun_1 a{

    display: inline-block;

    color: white;

    font-size: 18px;

    padding: 15px 30px;

    margin-top: 60px;

    background: linear-gradient(270deg, #3959FF 0%, #48C3FF 100%);

}

.zixun_1 a:hover{color: white;}

.zixun_1 a span{

    margin-left: 10px;

}

.zixun_2{

    margin-left: 60px;

}

.zixun_2 h4{

    font-size: 18px;

    font-weight: 500;

    color: #474756;

    line-height: 42px;

    margin-top: 26px;

}

.zixun_3{

    display: flex;

    text-align: center;

    font-size: 18px;

    color: #474756;

    line-height: 30px;

    align-items: center;

    flex: 1;

    justify-content: end;

}

.zixun_3 .ewm_1{

    margin-right: 30px;

}

.zixun_3 img{

    width: 150px;

}

.zixun_button{
    cursor: pointer;
}


/* 閼辨梻閮村鍦崶 */

.pop_up,
.pop_up_2{
    display: flex;
    width: 100%;
    height: 0%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    align-items: center;
    overflow: hidden;
    opacity: 0;
    transition: all .4s ease-out;
}
.pop_up form,
.pop_up_2 form{
    width: 500px;
    padding: 60px 40px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: white;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
    border-radius: 10px;
    position: relative;
}
.pop_up input,
.pop_up textarea,
.pop_up_2 textarea{
    display: block;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    height: 80px;
    background-color: #F0F1F5;
}
.pop_up_2 input[type=tel]{
    display: block;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    height: 60px;
    background-color: #F0F1F5;
    margin-top: 50px;
}
.pop_up textarea,
.pop_up_2 textarea{
    height: 100px;
}
.pop_up button[type="submit"],
.pop_up_2 button[type="submit"]{
    display: block;
    width: 100%;
    height: 60px;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    background-color: #009688;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background: linear-gradient(270deg, #3959FF 0%, #48C3FF 100%);
}
.close_zl,
.pop_up_2 .close_zl{
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #409CFF;
    transition: all .3s linear;
    opacity: .7;
}
.close_zl:hover,
.pop_up_2 .close_zl:hover{
    transform: rotate(180deg);
    transition: all .3s linear;
    opacity: 1;
}
.zixun_button{
    cursor: pointer;
}
.pop_up_2 input[type=radio]{
    width: 20px;
    height: 20px;
    margin: 0;
}
label{
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-right: 20px;
}
.pop_up_2 .xuqiu_1 .box_1{
    display: flex;
}
.pop_up_2 form{
    width: auto;
}





/*瀵艰埅楂樹寒*/
.first-channel{
        border-radius:5px ;
}
.ivu-poptip{
    margin: 0 !important;
    padding:  0 40px;
    position: relative;
    transition: 0.2s all ease-in;
    top: 0;
}
.ivu-poptip:hover{
    box-shadow: 0px 2px 35px 0px rgba(83, 106, 139, 0.16);
}








@media screen and (max-width: 960px){
    .zixun{
        display: none;
    }
}</pre></body></html>