.uni {
     overflow: hidden;
}
.unidetailtitle {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: rgba(18, 18, 18, 1);
    padding: 20px 0;
}

.unidetailimg {
    width: 28px;
    height: 28px;
    background:url('../images/uniicon.png') rgba(246, 246, 246, 1) center no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

.unidetailimgon{
    background:url('../images/uniicon1.png') rgba(255, 203, 51, 1) center no-repeat;
}

.unidetailimg img {
    width: 16px;
    height: 16px;
}
.unidetail ul li{
    line-height: 1.8;
    font-size: 12px;
}

.unidetail{
    background: #fff;
    position: relative;
    
}
.unidetail div:nth-child(2){
    opacity: 0;
}