*{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration:none;
}

img{
    display: block;
    width: 100%;
    height: 100%;
}
.box{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
}
.head{
    width: 100%;
    height: 1rem;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 0.3rem;
    box-sizing: border-box;
    background: #ffffff;
    z-index: 11;
}
.head .head-top{
    width: 100%;
    height: 1rem;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
}
.head-top .logo{
    width: 2.05rem;
    height: 0.65rem;
    margin-top: 0.17rem;
}
.logo a{
    display: block;
    width: 100%;
    height: 100%;
}
.logo img{
    display: block;
    width: 100%;
    height: 100%;
}

.head-top .head-ri{
    width: auto;
    height: 1rem;
    display: flex;
}
.head-ri .head-text{
    width: auto;
    height: 1rem;
    font-size: 0.3rem;
    color: #333333;
    line-height: 1rem;
}
.head-ri .head-img{
    width: 0.44rem;
    height: 0.32rem;
    margin-top: 0.34rem;
    margin-left: 0.1rem;
    display: none;
}
.head-ri .head-imgc{
    width: 0.33rem;
    height: 0.32rem;
    margin-top: 0.34rem;
    margin-left: 0.1rem;
    display: none;
}
.head-img.active{
    display: block;
}
.head-imgc.active{
    display: block;
}
.head-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.head-imgc img{
    display: block;
    width: 100%;
    height: 100%;
}

.head .head-box{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    position: fixed;
    top: 1rem;
    left: 0;
    overflow: scroll;
    display: none;
}
.head-box.active{
    display: block;
}
.head-box .head-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;

}
.head-ul .head-li{
    width: 100%;
    height: auto;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.9rem;
    border-bottom: 0.01rem solid #eeeeee;
}
.head-li.active .head-span{
    color: #fa0001;
}
.head-li.active .a{
    color: #fa0001;
}
.head-li.active .head-span a{
    color: #fa0001;
}
.head-li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
}
.head-li:last-child{
    border-bottom: 0;
    margin-bottom: 0.8rem;
}
.head-li .head-title{
    display: flex;
    justify-content: space-between;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.head-title .head-span{
    width: auto;
}
.head-title .head-i{
    width: 0.3rem;
    height: 0.15rem;
    margin-top: 0.37rem;
}
.head-i img{
    display: block;
    width: 100%;
    height: 100%;
}
.head-li .head-con{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f5f5f5;
    padding: 0 0.3rem;
    box-sizing: border-box;
    display: none;
}
.head-con.active{
    display: block;
}
.head-con .head-li1{
    width: 100%;
    height: 0.84rem;
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.84rem;
    border-bottom: 0.01rem solid #dddddd;
}
.head-li1:last-child{
    border-bottom: none;
}







.pag {
    padding: 0.6rem 0.7rem 0;
    justify-content: space-between;
    display: flex;
    background: #fff;
    font-size: 0.3rem;
    color: #666;
    margin-bottom: 1rem;
}

.pag div {
    border: 0.01rem solid #999;
    padding: 0.12rem 0.26rem;
}




.last{
    width: 100%;
    height: 3.3rem;
    background: #333333;
    overflow: hidden;
}
.last .last-img{
    width: 1.5rem;
    height: 1.5rem;
    margin: 0.5rem auto 0;
}
.last .last-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.36rem;
    margin-top: 0.34rem;
}
