<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
body {
    font-family: "FZLanTingHeiS-H-GB", "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif, ;
    overflow-x: hidden;
    color: #000;
    background: #ffffff;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
select,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

img {
    display: block;
    border: none;
    max-width: 100%;
}

textarea,select {
    border: none;
    outline: none;
    resize: none;
}

a {
    color: #0d0d0d;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

input {
    border: none;
    background: none;
    outline: none;
    -webkit-appearance: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

/* 通用头部 */
.ht_top {
    width: 100%;
    background: #fafafa url(https://www.huatu.com/z/topfooter/images/nav_bg.gif) repeat-x 0 0;
    line-height: 41px;
    overflow: hidden;
}
.Width {
    width: 100%;
    padding: 0 2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ht_top h1 a {
    display: block;
    width: 131px;
    height: 40px;
    overflow: hidden;
    text-indent: -100em;
    background: url(http://www.huatu.com/z/topfooter/images/logo.gif) no-repeat;    
    background-size: 100% 100%;
    font-size: 12px;
}

.ht_top .topnav {
    color: #0d0d0d;
    font-size: 12px;
}

.ht_top .topnav a {
    padding: 0 8px;
}

.ht_top .topnav a:hover {
    color: #e4393c;
    text-decoration: underline;
}

/* 通用头部 end */


/* 通用底部 */

.footer {
    clear: both;
    position: relative;
    text-align: center;
    padding: 2% 0;
    background: #fff;
}

.footer p {
    position: relative;
    z-index: 2;
    color: #000;
    font-size: 16px;
    line-height: 30px;
}

.footer p span {
    padding: 0 5px;
}

.footer p a {
    color: #000;
}

/* 通用底部 end */
/* start */
* {
    box-sizing: border-box;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 2%;
}

.body {
    background: url(../images/body.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 10;
    padding:4% 0;
}
.banner {
    position: relative;
    /* height: 803px;
    background: url(../images/banner.png) no-repeat;
    background-size:contain; */
}

.body{
    background: url(../images/body.png) no-repeat;
    background-size: 100% 100%;
}

.title{
    margin: 0 auto;
    margin-bottom: 6%;
}

/* con1 */
.con1{
    margin-bottom:4%;
}
.con1_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.con1_leftt{
    width: 48%;
}
.con1_right{
    width: 50%;
}
.con1_imgBg{
    background: #ffffff;
    border-radius: 20px;
    padding: 2%;
}
.code_text p{
    font-size: 24px;
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(45, 55, 110);
    margin-bottom: 20px;
}
.code_text p i {
    font-size: 33px;
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(254, 28, 91);
}
.code_text span{
    font-size: 26px;
    font-family: "FZLanTingHeiS-EB-GB";
    color: rgb(0, 0, 0);
}
.con1_code{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2%;
}
.con1_tit{
    display: flex;
    align-items: flex-end;
    padding: 2% 0;
    border-bottom: 1px dashed #556ef0;
    margin-bottom: 4%;
}
.con1_tit p{
    font-size: 22px;
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(45, 55, 110);
    margin: 0 3%;
    line-height: 1.2;
}
.con1_list li{
    display: flex;
    align-items: center;
    margin-bottom: 2%;
}
.con1_list li:last-child{
    margin-bottom: 0;
}
.con1_list li p{
    font-size: 20px;
    width: 10%;
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(45, 55, 110);

}
.con1_list li i{
    width: 80%;
    display: block;
    padding: 2% 0%;
    font-size: 16px;
    font-family: "FZLanTingHeiS-M-GB";
    color: rgb(51, 51, 51);
    font-style: normal;
    background-image: linear-gradient(to right, transparent, #fff);
    border-radius: 10px;
}
.con1_list li img{
    margin: 0 4%;
}
/* con2 */
.con2_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.con2_left{
    width: 52%;
}
.con2_right{
    width: 44%;
}
.con2_item{
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 18px;
    background-image: -moz-linear-gradient( 145deg, rgb(222,240,192) 0%, rgb(241,247,232) 49%, rgb(222,240,192) 99%);
    background-image: -webkit-linear-gradient( 145deg, rgb(222,240,192) 0%, rgb(241,247,232) 49%, rgb(222,240,192) 99%);
    background-image: -ms-linear-gradient( 145deg, rgb(222,240,192) 0%, rgb(241,247,232) 49%, rgb(222,240,192) 99%);
    position: relative;
    padding: 12% 0 4% 0;
}
.con2_item ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4%;
}
.con2_item ul li{
    width: 48%;
}
.con2_item ul li p {
    font-size: 20px;
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(51, 51, 51);
    text-align: center;
}
.con2_leftT span{
    display: block;
    border-radius: 50%;
    background-color: rgb(89, 147, 26);
    width: 6px;
    height: 6px;
}
.con2_leftT div{
    display: flex;
    align-items: center;
    margin-bottom: 4%;
}
.con2_leftT{
    background: #fff;
    border-radius: 20px;
    padding: 10% 6%;
    text-align: center;
    margin-top: 4%;
}
.con2_leftT div i{
    display: block;
    font-size: 16px;
    font-family: "FZLanTingHeiS-M-GB";
    color: rgb(51, 51, 51);
    margin-left: 10px;

    font-style: normal;
}
.con2_tit{
    position: absolute;
    left: 0;
    top: -20px;
}
.con2_num{
    position: absolute;
    right: 10px;
    top: 0;
}
.con2_item2{
    margin-top: 8%;
    background-image: -moz-linear-gradient( 145deg, rgb(203,221,252) 0%, rgb(236,242,255) 49%, rgb(204,222,252) 100%);
    background-image: -webkit-linear-gradient( 145deg, rgb(203,221,252) 0%, rgb(236,242,255) 49%, rgb(204,222,252) 100%);
    background-image: -ms-linear-gradient( 145deg, rgb(203,221,252) 0%, rgb(236,242,255) 49%, rgb(204,222,252) 100%);
}
.con2_leftTip{
    position: relative;
}
.con2_leftTip::before{
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    width: 6px;
    height: 100%;   
    background-color: rgb(89, 147, 26);
    border-radius: 0 20px 20px 0;
}

.con2_item2 .con2_leftTip::before{
    background-color: rgb(0, 55, 255);
}
.con2_item2 .con2_leftT span{
    background: #4a71ff;
}
.con2_rTit{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 8%;
}
.con2_rTit p{
    font-size: 24px;
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(45, 55, 110);
    margin-left: 2%;
}
.con2_rBox{
    margin-bottom:4%;
}
.con2_rBox p{
    font-size: 22px;
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(45, 55, 110);
    position: relative;
}
.con2_rBox p::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 16px;
    background-image: linear-gradient(to left, transparent, #5277ff);
    opacity: 0.8;
    border-radius: 4px;
}
.con2_rBox i{
    display: block;
    font-size: 16px;
    font-family: "FZLanTingHeiS-R-GB";
    color: rgb(45, 55, 110);
    font-style: normal;
    margin-top: 4%;
    line-height: 1.8;
}
.con2_code{
    display: flex;
    align-items: center;
    margin-top: 8%;
}
.smljxq{
    margin-left: 16%;
}

/* con3 */
.con3{
    margin: 6% 0;
}
.con3_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.coon3_left{
    width: 68%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.coon3_left li{
    width: 50%;
    display: flex;
    align-items: center;
    padding: 1% 2%;
    background-image: linear-gradient(to left, transparent, #fff);
    border-radius: 10px;
    margin-bottom: 2%;
}
.coon3_left li p{
    font-size: 16px;
    font-family: "FZLanTingHeiS-R-GB";
    color: rgb(45, 55, 110);
    line-height: 1.813;
    margin-left: 10px;
}
.con3_code{
    width: 30%;
    background-image: linear-gradient(to left, transparent, #e6eaf8);
    padding: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.con3_code p{
    font-size: 26px;
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(15, 32, 96);
    text-decoration: underline;
    line-height: 1.6;
    margin-left: 8%;
}

.con3_code img{
    width: 126px;
    height: 126px;
    border-radius: 20px;
    border: 4px solid rgb(255, 255, 255);
}
.code_box{
    width: 127px;
    height: 130px;
}



















/* end */

@media screen and (max-width:1200px) {
    html {
        font-size: 50px;
    }

    .Width {
        width: 100%;
    }
    .banner {
        height: auto;
    }

    .container {
        width: 100%;
        padding: 0 4%;
        z-index: 2;
    }
    .title{
        width: 60%;
        margin: 6% auto;
    }
    .code_text p{
        font-size: 0.24rem;
        margin-bottom: .3rem;
    }
    .code_text p i{
        font-size: 0.33rem;
    }
    .code_text span{
        font-size: 0.26rem;
    }
    .con1_code{
        justify-content: center;
    }
    .code_box{
        width: 1.27rem;
        height: 1.3rem;
        margin-left: 4%;
    }
    .con1_right{
        width: 100%;
    }
    .con1_list li i{
        font-size: 0.18rem;
    }
    .con1_list li p{
        font-size: 0.2rem;
    }
    .con2_left,.con2_right{
        width: 100%;
    }
    .con2_item ul li p{
        font-size: 0.22rem;
    }
    .con2_leftT div i{
        font-size: 0.16rem;
    }
    .con2_tit{
        width: 30%;
    }
    .con2_num{
        width: 10%;
    }
    .con2_right{
        margin-top: 4%;
    }
    .con2_rBox p{
        font-size: 0.3rem;
    }
    .con2_rBox i{
        font-size: 0.2rem;
    }
    .con2_rBox p::after{
        height: 0.16rem;
    }
    .con2_code{
        justify-content: center;
    }
    .con2_code img{
        width: 30%;
    }
    .coon3_left,.con3_code{
        width: 100%;
    }
    .coon3_left li p{
        font-size: 0.16rem;
    }
    .con3_code p{
        font-size: 0.3rem;
    }
    .con3_code{
        margin-top: 4%;
    }
    .con3_code img{
        width: 2rem;
        height: 2rem;
        border: 1px solid rgb(255, 255, 255);
    }
    .con1_tit p{
        font-size: 0.24rem;
    }
    .con1_tit img{
        width: 6%;
    }
    .con2_leftTip::before{
        left: -0.2rem;
    }
    .con2_rTit p{
        font-size: 0.24rem;
    }
    .con2_rTit img{
        width: 6%;
    }
    .footer p a,
    .footer p{
        font-size: 0.16rem;
    }
}</pre></body></html>