*{
    margin: 0;
    padding: 0;
}
.box{
    width: 100%;
    height: 100%;

}
.box .head{
    width: 7.12rem;
    height: 0.9rem;
    background: #ff9e02;
    padding: 0 0.19rem;
    font-size: 0.34rem;
    color: white;
    line-height: 0.9rem;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
}
.head .iconfont{
    position: absolute;
    top: 0;
    left: 0.19rem;
    display: block;
    width: 0.4rem;
    height: 100%;
    font-size: 0.4rem;
    text-align: center;
    line-height: 0.9rem;
    color: white;
}
.box .box-ul{
    width: 7.12rem;
    height: auto;
    padding: 0 0.19rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
    margin-top: 0.9rem;
    margin-bottom: 1.2rem;
}
.box-ul .box-li{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 0.01rem solid #dddddd;
    display: flex;
    justify-content: space-between;
}
.box-li .li-img{
    width: 1.36rem;
    height: 1.36rem;
    margin-top: 0.3rem;
}
.li-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.box-li .li-right{
    width: 5.56rem;
    height: auto;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;

}
.li-right .ri-title{
    width: 100%;
    height: 0.5rem;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.5rem;
}
.li-right p{
    display: block;
    width: 100%;
    height: auto;
    font-size: 0.24rem;
    color: #666666;
    margin-top: 0.16rem;
    line-height: 0.35rem;
}
