*{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration:none;
}
.box{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}
.box .head{
    width: 6.9rem;
    height: 0.88rem;
    padding: 0 0.3rem;
    border-bottom: 0.01rem solid #ffce80;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 22;
    background: white;
}
.head .log{
    width: 2rem;
    height: 0.46rem;
    margin-top: 0.22rem;
}
.log img{
    display: block;
    width: 100%;
    height: 100%;
}
.navigation{
    width: 1.06rem;
    height: 0.33rem;
    margin-top: 0.3rem;
}
.navigation img{
    display: block;
    width: 100%;
    height: 100%;
}


.head .head-con{
    width: 3.56rem;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    background: #222222;
    z-index: 2;
    display: none;
}
.head-con.active{
    display: block;
}
.head-con .head-ul{
    width: 100%;
    height: 8.74rem;
}
.head-li{
    width: 2.46rem;
    height: 1.1rem;
    padding: 0 0.55rem;
    border-bottom: 0.01rem solid #333333;
}
.head-li.active{
    background: #333333;
}
.head-li .iconfont{
    width: 0.4rem;
    height: 0.4rem;
    margin-top: 0.42rem;
    font-size: 0.4rem;
    text-align: center;
    line-height: 0.4rem;
    float: left;
    color: white;
}
.head-li span{
    display: block;
    width: auto;
    height: 1.1rem;
    font-size: 0.34rem;
    color: white;
    line-height: 1.1rem;
    margin-left: 0.3rem;
    float: left;
}
.head-con .head-img{
    width: 2.46rem;
    height: 1.75rem;
    margin: 1.28rem auto 0;
}
.head-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.head-con .close{
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.2rem;
    text-align: center;
    line-height: 0.4rem;
    position: absolute;
    top: 0.1rem;
    right: 3.9rem;
}

.tiao{
    width: 100%;
    height: 0.1rem;
    background: #fafafa;
}
.tiao1{
    width: 100%;
    height: 0.32rem;
    background: #fafafa;
}
.last{
    width: 100%;
    height: 1.16rem;
    overflow: hidden;
}
.last .last-top{
    width: 100%;
    height: 0.24rem;
    margin-top: 0.29rem;
    font-size: 0.22rem;
    color: #999999;
    text-align: center;
    line-height: 0.24rem;
}
.last .last-bottom{
    width: 100%;
    height: 0.24rem;
    margin-top: 0.13rem;
    font-size: 0.22rem;
    color: #999999;
    text-align: center;
    line-height: 0.24rem;
}
