#dialog-rule {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

.dialog-rule-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7.5rem;
    height: 10.16rem;
    background: url(../images/tt14.png)no-repeat center/100%;
}

.dialog-rule-content_box {
    width: 7rem;
    height: 7rem;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0 0.5rem;
    box-sizing: border-box;
    font-size: 0.24rem;
    margin-top: -2.1rem;
}

.dialog-rule-content {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
}

.dialog-rule-TitBox {
    display: flex;
    align-items: center;
}

.dialog-rule-Tit {
    font-family: FZLTCHJW--GB1, FZLTCHJW--GB1;
    font-weight: normal;
    font-size: 0.34rem;
    color: #370800;
    text-align: center;
    line-height: 0.36rem;
    /* padding: 0 0.2rem; */
    margin-bottom: 0.16rem;
    margin-top: 0.16rem;
}

.dialog-rule-TitBox span {
    letter-spacing: -0.12rem;
    color: #915849;
}

.dialog-rule-text {
    font-size: 0.30rem;
    color: #3b1716;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0.16rem 0;
}

.dialog-rule_closeBtn {
    position: absolute;
    right: 0.36rem;
    top: 0;
    
}