*{
    margin: 0;
    padding: 0;
    list-style: none;
}
.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;
}
.add-ul{
    width: 7.1rem;
    height: auto;
    padding: 0 0.2rem;
    margin-top: 1rem;
    overflow: hidden;
    margin-bottom: 1.3rem;

}
.add-ul .ul-box{
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    display: flex;
    justify-content: space-between;
 
}
.add-ul .add-li{
    width: 3.2rem;
    height: 2.3rem;
    padding: 0 0.14rem;
    border: 0.01rem solid #dddddd;
    border-radius: 0.1rem;
}

.add-li .li-title{
    width: 100%;
    height: 0.8rem;
    border-bottom: 0.01rem dashed #dddddd;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.8rem;
}
.add-li p{
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.35rem;
}

