html,body{width: 100%;color:#222222;font-family: PingFangSC-Regular, PingFang SC;}
.header{
    box-sizing: border-box;
    width: 100%;
    height: 1.27rem;
    display: flex;
    align-items: center;
    padding: 0 1.59rem;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 999;
}
.header img{
    width: 2.91rem;
    height: .78rem;
}
.header-padding{
    padding-top: 1.07rem;
}
.header-but{
    flex: 1;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    font-size: .21rem;
}
.header-but a{
    padding: 0 .26rem;
    line-height: 1.07rem;
}
.header-but a:hover{
    color: #00D7CC;
}
.header-but-active{
    color: #00D7CC;
    position: relative;
}
.header-but-active::after{
    content: '';
    width: .43rem;
    height:.03rem;
    background: #00D7CC;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.footer{
    background: #F5F5F5;
}
.footer-ensure{
    display: flex;
    justify-content: center;
    padding-top: .65rem;
}
.footer-ensure-li{
    display: flex;
    align-items: center;
    padding-right: 1.04rem;
}
.footer-ensure-li:last-child{
    padding:0;
}
.footer-ensure-li img{
    width: .55rem;
    height: .53rem;
}
.footer-ensure-text span{
    font-size: .21rem;
}
.footer-ensure-text p{
    font-size: .16rem;
    color: #999999;
}
.footer-main{
    display: flex;
    justify-content: center;
    padding: .52rem 0;
}
.footer-main a{
    padding: 0 .65rem;
    font-weight: 500;
    font-size: .21rem;
    position: relative;
}
.footer-main a::after{
    content: '';
    position: absolute;
    width: .02rem;
    height: .16rem;
    background: #C5C5C5;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.footer-main a:last-child::after{
    width:0;
}
.footer-p{
    display: block;
    color: #666666;
    font-size: .16rem;
    padding-bottom: .16rem;
    text-align: center;
}
