/* 活动规则弹窗 */

.rules-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
}

.rules-con {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7rem;
    /*height: 10rem;*/
    padding: .3rem .3rem .4rem;
    transform: translate(-50%, -50%);
    background: url('../../img/mobile/popup-bg2.jpg') no-repeat;
    background-size: 100% 100%;
    z-index: 100;
    box-sizing: border-box;
}

.close {
    width: .24rem;
    height: .24rem;
    position: absolute;
    right: .1rem;
    top: .1rem;
    cursor: pointer;
}

.rules-title-box {
    width: 1.31rem;
    font-size: .3rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: .36rem;
    padding-bottom: .05rem;
    box-sizing: border-box;
    border-bottom: .04rem solid #F5DF4D;
}

.title-box {
    margin: 0 auto;
}

.rules-box {
    margin-top: .3rem;
}

.rules-text {
    display: flex;
    font-size: .2rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: .33rem;
}

.step {
    display: block;
    width: 6.1rem;
    margin-top: .15rem;
}

.text-name {
    display: block;
    min-width: 1rem;
}

.color {
    color: #F5DF4D;
}
