.section1{
    width: 100%;
}
.section1 .top-banner{
    width: 100%;
    height:2.84rem;
    background-image: url("../image/hwtf_banner@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 0.3rem;
}
.section1 .top-banner img{
    width: 0.64rem;
    height: 0.64rem;
    vertical-align: middle;
}

.section2{
    width:6.9rem;
    /* height:8.1rem; */
    height:7.4rem;
    margin: auto;
    background: #ffffff;
    box-shadow:0px 0px 16px 0px rgba(0,0,0,0.1);
    border-radius:0.16rem;
    margin-top:0.3rem;
    text-align: center;
}
.section2 .top-title{
    width: 2.2rem;
    margin: auto;
    text-align: center;
    padding-top:0.4rem;
}
.section2 .top-title .top{
    display: flex;
    align-items: center;
    text-align: center;
}
.section2 .top-title .top img{
    width: 0.44rem;
    height:0.44rem;
    vertical-align:middle;
}
.section2 .top-title .top span{
    color: #162133;
    font-size: 0.4rem;
    font-weight: 500;
    margin-left: 0.16rem;
}
.section2 .top-title .bottom{
    width: 1.76rem;
    height: 0.5rem;
    line-height: 0.5rem;
    margin: auto;
    /* display: flex;
    align-items: center; */
    border: 0.02rem solid #1CA5ED;
    border-radius: 0.25rem;
    font-size: 0.24rem;
    color: #1CA5ED;
    text-align: center;
    margin-top:0.24rem;
    
}
.section2 .top-title .bottom img{
    width: 0.24rem;
    height:0.24rem;
    vertical-align:middle;
    position: relative;
    top:-0.03rem;
    margin-left:0.08rem;
}
.section2 .five-special-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.3rem;
    margin-top:0.4rem;
}
.section2 .five-special-title .left-line,.section2 .five-special-title .right-line{
    width: 2.2rem;
    height: 0;
    border: 0.01rem solid #eeeeee;
}
.section2 .five-special-title .middle-text{
    color: #999999;
    font-size: 0.28rem;
}
.section2 .five-special-items{
    margin-top:0.4rem;
}
.section2 .five-special-items p{
    text-align: center;
    color: #162133;
    font-size: 0.28rem;
    width: 100%;
    height: 0.96rem;
    line-height: 0.96rem;
}
.section2 .five-special-items p:nth-child(2n-1){
    background:rgba(28,165,237,0.08);
}

.section3{
    width:6.9rem;
    /* height:8.5rem; */
    height:7.8rem;
    margin: auto;
    background: #ffffff;
    box-shadow:0px 0px 16px 0px rgba(0,0,0,0.1);
    border-radius:0.16rem;
    margin-top:0.3rem;
    margin-bottom:0.2rem;
}
.section3 .top-title{
    width: 2.2rem;
    margin: auto;
    text-align: center;
    padding-top:0.4rem;
}
.section3 .top-title .top{
    display: flex;
    align-items: center;
    text-align: center;
}
.section3 .top-title .top img{
    width: 0.44rem;
    height:0.44rem;
    vertical-align:middle;
}
.section3 .top-title .top span{
    color: #162133;
    font-size: 0.4rem;
    font-weight: 500;
    margin-left: 0.16rem;
}
.section3 .top-title .bottom{
    width: 1.76rem;
    height: 0.5rem;
    line-height: 0.5rem;
    margin: auto;
    /* display: flex;
    align-items: center; */
    border: 0.02rem solid #1CA5ED;
    border-radius: 0.25rem;
    font-size: 0.24rem;
    color: #1CA5ED;
    text-align: center;
    margin-top:0.24rem;
    
}
.section3 .top-title .bottom img{
    width: 0.24rem;
    height:0.24rem;
    vertical-align:middle;
    position: relative;
    top:-0.03rem;
    margin-left:0.08rem;
}

.section3 .five-special-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.3rem;
    margin-top:0.4rem;
}
.section3 .five-special-title .left-line,.section3 .five-special-title .right-line{
    width: 2.2rem;
    height: 0;
    border: 0.01rem solid #eeeeee;
}
.section3 .five-special-title .middle-text{
    color: #999999;
    font-size: 0.28rem;
}
.section3 .five-special-items{
    margin-top:0.4rem;
}
.section3 .five-special-items p{
    text-align: center;
    color: #162133;
    font-size: 0.28rem;
    width: 100%;
    height: 0.96rem;
    line-height: 0.96rem;
    padding: 0 0.3rem;
}
.section3 .five-special-items p:nth-child(2n-1){
    background:rgba(28,165,237,0.08);
}
.section3 .five-special-items p:nth-child(4){
    height: 1.36rem;
    line-height: 0.4rem;
    padding-top:0.28rem;
}
