@charset "UTF-8";
/*弹窗中奖*/
.popupbg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: url(../../images/red_light.png) no-repeat center center;
    background-color: rgba(0, 0, 0, 0.8);
}

.popup {
    width: 5rem;
    height: 4.2rem;
    position: relative;
    top: calc(50% - 2.1rem);
    left: calc(50% - 2.5rem);
    background: url(../../images/tanchuang.png) no-repeat center center;
    background-size: 100% 100%;
    display: table;
}

.popuptop {
    position: absolute;
    left: calc(50% - 1.5rem);
    top: calc(50% - 0.5rem);
    width: 3rem;
    height: 2.1rem;
    background-color: #e35300;
    border-radius: 8px;
    font-size: 0.3rem;
    /*line-height: 2.2rem;*/
    text-align: center;
    color: #fff;
    display: table;
}

.popuptop .popup_cn {
    display: table-cell;
    vertical-align: middle;
    font-size: 0.3rem;
}

/*规则*/
.guizebg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.8);
}

.guize {
    position: relative;
    left: 7%;
    top: 2rem;
    width: 86%;
    height: 6.5rem;
    border-radius: 12px;
    background-color: #fff;
    font-size: 0.6rem;
    overflow: hidden;
}

.guize .guizetitl {
    height: 1.2rem;
    background-image: linear-gradient(-20deg, #fd5100, #ff9000);
    text-align: center;
    position: relative;

}

.guize .guizetitl span {
    font-size: 0.4rem;
    color: #fff;
    line-height: 1.4rem;
}

.guize .guizetitl div {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../../images/guanbi.png) no-repeat center center;
    background-size: 100% 100%;
}

.guize::-webkit-scrollbar {
    /*隐藏滚轮*/
    display: none;
}

.guize .guizecon {
    padding: 10px 20px;
    font-size: 0.24rem;
    overflow: scroll;
    max-height: 4.7rem;
    line-height: 0.44rem;
    color: #3b1917;
}

.guize .guizecon dt {
    margin-bottom: 6px;
}

.guize .guizecon dl:nth-child(2) {
    margin-top: 6px;
}

/*我的奖品*/
.prize {
    width: 100%;
    background-color: #fff;
    display: table;
}

.prize ul {
    width: 100%;
    font-size: 0.25rem;
    display: table;
    text-align: center;
}

.prize ul li {
    float: left;
    text-align: center;
    height: 36px;
    position: relative;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    color: #666;
    width: 33%;
    display: table-cell;
    vertical-align: middle;
}

.prize ul li b {
    height: 10px;
    width: 1px;
    position: absolute;
    top: 12px;
    right: 0;
    overflow: hidden;
    background: #DDD;
}

.prize ul li span {
    display: block;
    width: 70%;
    height: 28px;
    margin: 4px auto;
    line-height: 28px;
    background-color: #ff9000;
    border-radius: 14px;
    text-align: center;
    color: #fff;
}

.prize .prizetiltle li {
    background: #fff;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    line-height: 34px;
    position: relative;
    color: #333;
    font-size: 0.3rem;
}

/*弹窗*/
.tancbg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: url(../../images/red_light.png) no-repeat center center;
    background-size: 100% 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.tanc {
    width: 26rem;
    height: 24rem;
    position: relative;
    top: calc(50% - 12rem);
    left: calc(50% - 13rem);
    background: url(../../images/tanchuang1.png) no-repeat center center;
    background-size: 100% 100%;
    display: table;
}

.tanctop {
    position: absolute;
    left: calc(50% - 5.5rem);
    top: 5rem;
    width: 14rem;
    height: 14rem;
    font-size: 1.8rem;
    /*line-height: 2.2rem;*/
    text-align: center;
    color: #fff;
    display: table;
}

.tanctop .tanc_cn {
    width: 11rem;
    height: 11rem;
    position: relative;
}

.tanctop .tanc_cn img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.tanctop .tanc_cn p {
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    z-index: 2;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 50%;
    border-radius: 8px;
}


.tancbut {
    position: absolute;
    left: calc(50% - 9rem);
    top: 3.5rem;
    width: 18rem;
    height: 4.8rem;
    overflow: hidden;

}

.tancbut p {
    font-size: 0.9rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #AB6933;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.button {
    display: block;
    position: absolute;
    left: calc(50% - 9rem);
    top: 18rem;
    width: 18rem;
    height: 3.6rem;
    line-height: 3.6rem;
    font-size: 1.24rem;
    text-align: center;

}