
.bigTit {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.18rem;
    color: #333;
    padding: 0.24rem 0 0 0;
    box-sizing: border-box;
}
.bigTit img{
    width: 0.15rem;
    height: 0.21rem;
    margin-right: 0.03rem;
}
.tips>ul {
    margin: 0 auto;
    margin-top: 0.2rem;
    width: 3.22rem;
    border-bottom: 0.04rem solid #F5F5F5;
    padding-bottom: 0.2rem;
}
/* .tips>ul>li {
    border-bottom: 0.04rem solid #F5F5F5;
    padding-bottom: 0.2rem;
} */
.tips>ul>.tit {
    font-size: 0.15rem;
    color: #333333;
    text-align: center;
    font-weight:600;
    display: flex;
    align-items: center;
}

.tips>ul>.tit>.icon {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.05rem;
}

.tips>ul>li .p1 {
    margin-top: 0.12rem;
    font-size: 0.14rem;
    color: #333333;
    font-weight:600;
}

/*  文本颜色 */
.txt {
    font-size: 0.14rem;
    font-weight: 400;
    margin-top: 0.05rem;
    line-height: 0.26rem;
}

.red {
    color: #d51818;
}

.gray {
    color: #666666;
}
.btns{
    margin: 0 auto;
    width: 3.22rem;
    display: flex;
    margin-bottom: 0.50rem;
    justify-content: space-between;
}
.btns a{
    display: block;
    background: #5A9D89;
    border-radius: 2px;
    text-align: center;
    width: 1.44rem;
    height: 0.36rem;
    line-height: 0.36rem;
    color: #fff;
    font-size: 0.14rem;
}
.btns a img{
    width: 0.12rem;
    height: 0.15rem;
    vertical-align: middle;
    margin-right: 0.01rem;
}
.publish .txt{
    color: #666;
}