* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

div {
    margin: 0;
    padding: 0;
}
button {
    font-size: 0.3rem;
}
.rules_container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.rules_window {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 5.8rem;
    height:4.5rem;
    background: url(../images/tanchuang_one.png) no-repeat;
    background-size: 100% 100%;
    padding-left: 0.65rem;
    padding-right: 0.65rem;
    box-sizing: border-box;
    overflow: hidden;
}
.window_text {
    font-size: 0.26rem;
    color: #5f2400;
    margin-top: 0.7rem;
    line-height: 0.34rem;
    height: 3.3rem;
    overflow-y: scroll;
}
.dele_bottom {
    display: block;
    position: absolute;
    left: 50%;
    top: 93%;
    transform: translateX(-50%);
    width: 0.55rem;
    height: 0.55rem;
    background: url(../images/dele_tanchuang.png) no-repeat;
    background-size: 100% 100%;
}
.window_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 6rem;
}
.tishi_container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.window_tishi {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 6rem;
}
.tishi_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    width: 5.8rem;
    height: 5.2rem;
    background: url(../images/tanchaung_ts.png) no-repeat;
    background-size: 100% 100%;
}

.tishi_p1 {
    font-size: 0.44rem;
    color:#5f2400;
    font-weight: 700;
    margin-top:2.4rem;
}
.tishi_p2 {
    font-size: 0.3rem;
    color: #5f2400;
    margin-top: 0.2rem;
}
.tishi_p3 {
    width: 3.5rem;
    height: 0.9rem;
    text-align: center;
    line-height:0.9rem;
    font-size: 0.34rem;
    color:#ffffff;
    background: #ff4d43;
    border-radius: 0.5rem;
    margin-top: 0.35rem;
}
.tishi_bottom {
    display: block;
    position: absolute;
    left: 50%;
    top: 97%;
    transform: translateX(-50%);
    width: 0.55rem;
    height: 0.55rem;
    background: url(../images/dele_tanchuang.png) no-repeat;
    background-size: 100% 100%;
}
.ylq_container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.window_ylq {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 6rem;
}
.ylq_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    width: 5.8rem;
    height: 5.2rem;
    background: url(../images/tankuang_yilingqv.png) no-repeat;
    background-size: 100% 100%;
}
.ylq_p1 {
    font-size: 0.44rem;
    color:#5f2400;
    font-weight: 700;
    margin-top:2.4rem;
}
.ylq_p2 {
    font-size: 0.3rem;
    color: #5f2400;
    margin-top: 0.2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
}
.ylq_p3 {
    width: 3.5rem;
    height: 0.9rem;
    text-align: center;
    line-height:0.9rem;
    font-size: 0.34rem;
    color:#ffffff;
    background: #ff4d43;
    border-radius: 0.5rem;
    margin-top: 0.35rem;
}
.ylq_bottom {
    display: block;
    position: absolute;
    left: 50%;
    top: 97%;
    transform: translateX(-50%);
    width: 0.55rem;
    height: 0.55rem;
    background: url(../images/dele_tanchuang.png) no-repeat;
    background-size: 100% 100%;
}