body {
    background: #e9ae2f;
}

.wrap {
    overflow: hidden;
}

.banner .bga,
.banner .bgc {
    position: relative;
}

.banner .bga .site {
    width: 15rem;
    position: absolute;
    top: 0.064rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #fff;
    border: 1px solid #c10221;
    padding: 0.21rem;
    font-size: 0.43rem;
    color: #e0000f;
    border-radius: 0.1rem;
}

.banner .bga a {
    color: #e0000f;
    font-size: 0.43rem;
    margin-right: 0.2rem;
    padding: 0 0.2rem;
    border-radius: 0.5rem;
}

.banner .bga a.on {
    background-color: #ca001d;
    color: #fff;
}

.help {
    width: 2.816rem;
    height: 0.81rem;
    position: absolute;
    top: 1.98rem;
    left: 6.4rem;
}

.coupon {
    position: absolute;
    width: 1.28rem;
    height: 3.008rem;
    right: 0.75rem;
    bottom: 0.64rem;
}

.content {
    padding: 0 0.5rem;
    margin-top: 0.3rem;
}

.t-box .t-tit {
    margin-bottom: 0.7rem;
}

.t-box .t-txt {
    min-height: 9rem;
}

.scbg {
    margin-bottom: 0.7rem;
    display: block;
}
.t-item .t-h2{
    -webkit-line-clamp: 3;
    min-height: 2.31rem;
    max-height: 2.31rem;
}

/* 导航 */

.nav-box {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.2rem;
    background-color: #5a4312;
    overflow: hidden;
}

.nav-box .nav-ul a {
    display: block;
    float: left;
    width: 25%;
    line-height: 1.5rem;
    text-align: center;
    border-radius: 1.5rem;
    box-sizing: border-box;
    font-size: 0.55rem;
    color: #fff;
}

.nav-box .nav-ul a.on {
    background-color: #e60012;
    color: #fffc01;
}

.nav-box .nav-ul a:last-child {
    margin-right: 0;
}

.scroll {
    position: fixed;
    bottom: 2rem;
    right: 0.43rem;
    z-index: 1000;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    border-radius: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.nav-box,
.scroll {
    z-index: 10;
}


/*领券*/

.mask,
.alert,
.dialog,
.totast {
    position: fixed;
    z-index: 1000;
}

.mask {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
}

.alert,
.totast {
    top: 50%;
    left: 50%;
    background-color: #c7866e;
    padding: 0.5rem;
    transform: translate(-50%, -50%);
    border-radius: 0.5rem;
}

.totast {
    color: #fff;
    font-size: 0.68rem;
}

.alert .js-close {
    width: 4.27rem;
    font-size: 0.85rem;
    line-height: 1.28rem;
    background: #fffea4;
    border-radius: 1.28rem;
    margin: 0.47rem auto;
    color: #ff6977;
    text-align: center;
    cursor: pointer;
}

.alert .t-txt {
    min-height: 1.71rem;
    line-height: 2;
    margin-bottom: 0.47rem;
    text-align: center;
    position: relative;
    min-width: 10.53rem;
}

.alert .t-txt:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 1.28rem;
    height: 1.28rem;
    margin: -0.8rem 0 0 -0.47rem;
    border: 3px solid #b55c5c;
    border-top-color: #fff6d5;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: circle 1s infinite linear;
    -moz-animation: circle 1s infinite linear;
    -o-animation: circle 1s infinite linear;
    animation: circle 1s infinite linear
}

.alert-h2 {
    position: relative;
    background: #c7866e;
    color: #fff;
    font-size: 0.64rem;
}

@-webkit-keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@-moz-keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@-o-keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.dialog {
    width: 13.952rem;
    height: 19rem;
    padding: 0.8rem 0.8rem 2.3rem;
    color: #fff;
    font-size: 0.64rem;
    background: #c7866e;
    border: 0.29rem solid #7e3e37;
    border-radius: 0.43rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.dialog .t-txt {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.dialog h3 {
    padding-left: 3.4rem;
    background: url(../images/logo.png) no-repeat left center;
    background-size: 3.22rem 0.59rem;
    margin-bottom: 0.93rem;
    font-size: 0.8rem;
}

.dialog .about {
    margin-top: 0.8rem;
}

.dialog .js-close {
    cursor: pointer;
    width: 0.91rem;
    height: 0.91rem;
    background: url(../images/close.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 0.43rem;
    right: 0.43rem;
}


/* 刮刮乐 */

.guaguale {
    width: 8.81rem;
    height: 1.792rem;
    position: absolute;
    bottom: 0.85rem;
    left: 0.443rem;
}

.mask_img_bg {
    color: #ff3738;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.512rem;
    text-align: center;
    padding-top: 0.4rem;
}

.result {
    color: #fe615e;
    font-size: 1.49rem;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    line-height: 4.27rem;
}

#redux {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}

.dianji {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: url(../images/bg.png) repeat;
    color: #869199;
    text-align: center;
}

.alert .t-txt:before,
.dianji:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.55rem 0 0 -0.47rem;
    border: 3px solid #b55c5c;
    border-top-color: #fff6d5;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: circle 1s infinite linear;
    -moz-animation: circle 1s infinite linear;
    -o-animation: circle 1s infinite linear;
    animation: circle 1s infinite linear
}

.dianjiBtn {
    position: relative;
    width: 5.952rem;
    height: 1.45rem;
    top: 50%;
    left: 50%;
    background: url(../images/dianjiBtn.png) no-repeat center;
    background-size: 100% 100%;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
}