@charset "UTF-8";

.m-b-sm {
    margin-bottom: .5rem;
}

/* 体验版 */
.trial {
    color: #fff;
    padding: .4rem 1rem;
    background-color: #FF4742;
}

/* 包抽群 start */
.bao_group {
    margin: .2rem 0 .6rem;
    display: flex;
    font-size: .8rem;
    justify-content: center;
    align-items: center;
}

.bao_group button {
    border: none;
    outline: none;
    border-radius: 4px;
    font-size: .7rem;
    margin-left: .5rem;
    padding: 2px 5px;
    background: #fc3535 !important;
}

/* QQ群 start */
.qq_group {
    margin: .2rem 0;
    display: flex;
    font-size: .8rem;
    justify-content: center;
    align-items: center;
}

.qq_group button {
    border: none;
    outline: none;
    border-radius: 4px;
    font-size: .7rem;
    margin-left: .5rem;
    padding: 2px 5px;
}

/* 活动开放时间 */

.time {
    font-size: .8rem;
    text-align: center;
    margin: .6rem 0 .5rem;
}

/* 关注公众号 */
.official {
    font-size: .8rem;
    margin-bottom: .6rem;
}

.official button {
    font-size: .7rem;
    margin-left: .25rem;
    padding: 2px 5px;
    color: #fff;
    background: #7832fd;
    vertical-align: bottom;
}

/* 开通赛季卡 */

.activate {
    font-size: .8rem;
    margin-top: .5rem;
}

.activate button {
    color: #fff;
    margin-top: .5rem;
    padding: 7px 15px;
    background-color: #db52af;
    width: calc(90% + .5rem);
}

/* 购买钥匙 */
.purchase {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: .5rem;
    text-align: center;
}

.purchase button {
    width: 45%;
    padding: .5rem .6rem;
}

.purchase button:nth-child(odd) {
    margin-right: .5rem;
}

.purchase button:nth-child(1),
.purchase button:nth-child(2) {
    margin-bottom: .5rem;
}

/* 奖池道具 */
.prize {
    text-align: center;
    margin: .8rem 0;
}

.center-box {
    position: relative;
    padding: 0 !important;
}

.center {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
}

/* 领取钥匙 */

.rewards {
    margin: .6rem 0;
    text-align: center;
}

.rewards button {
    color: #fff;
    padding: .5rem 1rem;
    border-radius: 4px;
    font-size: .8rem;
    background-color: #8a6bf4;
}

/* 抽奖按钮 */
.lottery {
    /* width: 80%; */
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.lottery button {
    /* flex: 1; */
    flex-basis: 45%;
    padding: .5rem 0;
}

.lottery button:nth-child(odd) {
    margin-right: .5rem;
}

.lottery button:nth-child(1),
.lottery button:nth-child(2) {
    margin-bottom: .6rem;
}

/* 抽奖统计 */
.census {
    font-size: .8rem;
    margin-top: 1.2rem;
}

.census th,
.census td {
    min-width: 45px;
}

/* 暂存箱 */
.store {
    font-size: 13px;
}

.store h2 {
    margin-bottom: .5rem;
}

.can-count {
    font-size: .8rem;
    text-align: center;
}

.todo {
    cursor: pointer;
    color: #fff;
    background: #f53434;
}

/* 积分兑换 */
.exchange {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    font-size: .8rem;
}

.exchange .item {
    position: relative;
    flex-basis: calc(45% - .25rem);
    margin-right: .5rem;
    margin-bottom: .5rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 12px 2px;
    box-sizing: border-box;
}

.exchange .item:first-child {
    flex-basis: 90%;
}

.exchange .item:first-child button {
    width: 180px;
}

.exchange .item:nth-child(odd) {
    margin-right: 0;
}

.exchange .item div {
    font-size: 12px;
    margin-bottom: .4rem;
}

.exchange .item .tag {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1px 1rem;
    color: #fff;
    background-color: #3a56c9;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
}

.exchange .item .name {
    margin-top: 1rem;
}

.exchange .item button {
    outline: none;
    border: none;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 11px;
    color: #fff;
    width: 80%;
    background-color: #9759f1;
}

.paging {
    text-align: center;
    font-size: .9rem;
    margin-top: 15px;
}

.page {
    cursor: pointer;
}

.draws-ten {
    text-align: center;
}

.draws-ten h3 {
    margin: 0 0 10px;
    font-size: 1.3rem;
}

.draws-ten .item.highlight {
    color: #e61010;
    font-weight: bold;
}

.points-title {
    margin-bottom: 0;
}

.surplus-points {
    text-align: center;
    font-size: .8rem;
    margin: .4rem 0 .6rem;
}

.highlight-name {
    color: red;
    font-weight: bold;
}

.can-count {
    margin-bottom: .5rem;
}

.store-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-bottom: .7rem;
}

.store-btn button {
    color: #fff;
    font-size: .7rem;
    border-radius: 4px;
    padding: .4rem 1.2rem;
    background-color: #346fde;
    flex-basis: calc(47% - .5rem);
}

.store-btn button:nth-child(odd) {
    margin-right: .5rem;
}

.store-btn button:nth-child(3),
.store-btn button:nth-child(4) {
    margin-top: .5rem;
}

/* 查看概率 */
.prob {
    width: 320px;
    margin: .7rem auto 0;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
}

.prob button {
    font-size: 13px;
    padding: .42rem 0rem;
    flex: calc(50% - .8rem);
    background-color: #507ef1;

}

.prob button:nth-child(3),
.prob button:nth-child(4) {
    margin-top: .7rem;
}

.prob button:nth-child(odd) {
    margin-right: .8rem;
}

/* 福利按钮 */

.cfer {
    margin-top: 1.2rem;
    text-align: center;
}

.cfer button {
    width: 320px;
    color: #fff;
    border: none;
    outline: none;
    padding: .5rem 1rem;
    background-color: #507ef1;
}

/* 常见问题 */

.faq {
    width: 320px;
    display: flex;
    margin: .7rem auto 0;
}

.faq button {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: .45rem 0rem;
    flex: calc(50% - .8rem);
    background-color: #f06060;
}

.faq button:nth-child(odd) {
    margin-right: .8rem;
}

/* 宣传按钮 */

.advert {
    width: 320px;
    display: flex;
    margin: .8rem auto 0;
}

.advert button {
    flex: 1;
    font-size: 13px;
    padding: .45rem 2rem;
    background-color: #aa49fa;
}

.advert button:nth-child(odd) {
    margin-right: .8rem;
}

/* 中奖名单 */

.prizes-tip {
    font-size: .8rem;
    margin-bottom: .5rem;
}

.prizes-box {
    padding: 0 6px;
    border-radius: 3px;
    border: 1px solid #1e9fff;
    box-shadow: 0 0 1px #1e9fff;
}

.roster {
    height: 250px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.carousel {
    text-align: left;
    position: absolute;
    font-size: .75rem;
}