.tips-text {
    font-size: 14px;
    padding: 12px;
    text-align: justify;
    text-indent: 2rem;
    line-height: 23px;
}

.tips-title {
    margin-top: 15px;
}

.wd-tip{
    font-size: 12px;
    text-align: left;
    padding: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
    background-color: #f7f7f7;
}
.wd-content{
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.ac-bg{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 41%);
    z-index: 100;
}

.ac-inner{
    background-color: #ffff;
    position: absolute;
    top: 13%;
    left: 8%;
    width: 75%;
    max-height: 80%;
    padding: 4%;
    border-radius: 3%;
    margin: 8px 0;
    text-align: justify;
    font-size: 13px;
    color: #666;
    line-height: 21px;
    overflow: auto;
}

.ac-title{
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin: 6px 0;
}
.ac-title2{
    color: #333;
    font-weight: bold;
    margin: 6px 0;
}