*{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration:none;
}
.header{
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 2;
}
.header .head-title{
    width: 6.9rem;
    height: 0.7rem;
    margin-top: 0.5rem;
    padding: 0 0.3rem;
    display: flex;
    justify-content: space-between;
}
.head-title .head-left{
    width: 2.3rem;
    height: 0.7rem;
}
.head-left img{
    display: block;
    width: 100%;
    height: 100%;
}
.head-title .head-right{
    width: 0.46rem;
    height: 0.7rem;
    position: relative;
}
.head-right .iconfont{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.46rem;
    text-align: center;
    line-height: 0.7rem;
    color: #bf0a0a;
}
.head-right #down{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.header .head-ul{
    width: 100%;
    height: auto;
    margin-top: 0.08rem;
    display: flex;
    justify-content: space-between;
}
.head-ul .head-li{
    width: 1.84rem;
    height: 0.9rem;
    font-size: 0.3rem;
    color: white;
    text-align: center;
    line-height: 0.9rem;
    background: #bf0a0a;
}
.head-li a{
    display: block;
    width: 100%;
    height: 100%;
    color: white;
}
.head-li.active{
    background: #666666;
    font-weight: bold;
}
.header .down{
    width: 1.84rem;
    height: 3.8rem;
    position: absolute;
    top: 2.17rem;
    right: 0;
    overflow: hidden;
    display: none;
    z-index: 2;
}
.down .down-box{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.down-box .down-li{
    width: 1.84rem;
    height: 0.9rem;
    font-size: 0.3rem;
    color: white;
    text-align: center;
    line-height: 0.9rem;
    background: #bf0a0a;
    margin-top: 0.04rem;
}
.down-li a{
    display: block;
    width: 100%;
    height: 100%;
    color: white;
}
.down-li.active{
    background: #666666;
    font-weight: bold;
}
.last{
    width: 100%;
    height: 0.98rem;
    background: #333333;
    overflow: hidden;
}
.last p{
    display: block;
    width: 100%;
    height: auto;
    font-size: 0.2rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.4rem;
    margin-top: 0.1rem;
}
