﻿@charset "UTF-8";

.page-luck-draw {
    overflow: hidden;
    padding: 30px 0;
    margin: 0 auto;
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 10px 140px 0px 80px;
    box-sizing: border-box;
    line-height: 1.6;
    min-height: 560px;
    /*弹窗样式*/
}

.page-luck-draw img {
max-width: 100%;
}

.page-luck-draw:after {
content: '';
width: 300px;
height: 800px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.6);
box-shadow: 0px 0px 500px #ffffff;
display: block;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display:none;
}

    .page-luck-draw .pop-box .bd-text {
        font-size: 18px;
    }

    .page-luck-draw .luck-draw-title {
        font-size: 48px;
        color: #cc2323;
        font-weight: bold;
        text-align: center;
        position: relative;
        z-index: 5;
        line-height: 1.5;
        padding-bottom: 8px;
    }

.page-luck-draw .gb-box {
padding: 20px 30px;
width: 500px;
box-sizing: border-box;
position: relative;
z-index: 5;
}

.page-luck-draw .gb-box .gb-wrapper {
width: 95%;
min-width: 460px;
position: relative;
margin: 0 auto;
}

.page-luck-draw .gb-box .gb-turntable {
border-width: 18px;
border-style: solid;
border-radius: 50%;
margin: 10px;
}

.page-luck-draw .gb-box .gb-content {
width: 100%;
height: 0;
padding-bottom: 100%;
position: relative;
border-radius: 50%;
}

.page-luck-draw .gb-box .gb-turntable-btn {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
border: none;
width: 115px;
height: 115px;
z-index: 2;
border-radius: 50%;
}

    .page-luck-draw .gb-box .gb-turntable-btn:after {
        content: '';
        width: 110px;
        height: 140px;
        left: 50%;
        bottom: 3%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        border: none !important;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        background-size: 100%;
        position: absolute;
    }

.page-luck-draw .gb-box .gb-turntable-item img {
width: 60px;
height: auto;
}

.page-luck-draw .gb-box .gb-turntable-container canvas {
width: 100%;
}

.page-luck-draw .gb-box .gb-turntable li {
text-align: center;
color: #ffffff;
font-size: 18px;
font-weight: 600;
}

.page-luck-draw .gb-box .gb-turntable li p {
padding: 15px 0 5px;
}

.page-luck-draw .gb-box .gb-turntable-container {
width: 100%;
height: 100%;
}

    .page-luck-draw .gb-box .light {
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(../../../image/DynamicPage/turnround_draw/light.png) no-repeat center;
        background-size: 99% 103%;
        z-index: 2;
        top: 0;
        left: 0;
    }

.page-luck-draw .gb-box .rule-tips {
padding-top: 10px;
text-align: center;
font-size: 18px;
position: relative;
z-index: 10;
}

.page-luck-draw .gb-box .rule-tips a {
display: inline-block;
text-decoration: underline;
}

.page-luck-draw .rule-tips-right {
width: 320px;
text-align: center;
padding-top: 20px;
position: relative;
z-index: 5;
}

.page-luck-draw .rule-tips-right .right-img-box {
height: 480px;
}

.page-luck-draw .rule-tips-right .right-img-box img {
width: 100%;
height: 100%;
}

    .page-luck-draw .rule-tips-right .rule-text-box {
        border-width: 10px;
        border-style: solid;
        border-radius: 15px;
        padding: 20px 0 20px 20px;
        box-sizing: border-box;
        position: relative;
    }

.page-luck-draw .rule-tips-right .rule-text-box .light-box {
width: 66px;
height: 66px;
background: url(../../../image/DynamicPage/turnround_draw/light_ico.png) no-repeat center;
display: block;
position: absolute;
z-index: 10;
}

.page-luck-draw .rule-tips-right .rule-text-box .light-box.light-box01 {
top: -35px;
left: -35px;
}

.page-luck-draw .rule-tips-right .rule-text-box .light-box.light-box02 {
top: -35px;
right: -35px;
}

.page-luck-draw .rule-tips-right .rule-text-box .light-box.light-box03 {
bottom: -35px;
left: -35px;
}

.page-luck-draw .rule-tips-right .rule-text-box .light-box.light-box04 {
bottom: -35px;
right: -35px;
}

.page-luck-draw .rule-tips-right .rule-text-box .rule-text {
height: 390px;
overflow-y: auto;
padding-right: 10px;
font-size: 16px;
}

.page-luck-draw .rule-tips-right .rule-text-box ::-webkit-scrollbar {
width: 5px;
height: 5px;
}

.page-luck-draw .rule-tips-right .rule-text-box ::-webkit-scrollbar-track, .page-luck-draw .rule-tips-right .rule-text-box ::-webkit-scrollbar-thumb {
border-radius: 999px;
}

.page-luck-draw .rule-tips-right .rule-text-box ::-webkit-scrollbar-track {
background: url(../../../image/DynamicPage/turnround_draw/scroll_bar_bj.jpg) repeat-y center;
}

.page-luck-draw .rule-tips-right .rule-text-box ::-webkit-scrollbar-corner {
background: transparent;
}

.page-luck-draw .pop-box {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
z-index: 100;
display: none;
line-height:1.6;
}

.page-luck-draw .pop-box .pop-content {
    position: absolute;
    background-color: #ffffff;
    width: 420px;
    text-align: center;
    /*min-height: 300px;*/
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    /*max-height: 80%;*/
    overflow-y: auto;
}

.page-luck-draw .pop-box .pop-content .pop-hd {
font-size: 30px;
font-weight: bold;
margin-bottom: 20px;
line-height:1.6;
}

.page-luck-draw .pop-box .pop-content .pop-hd .title02 {
font-size: 24px;
font-weight: normal;
}

.page-luck-draw .pop-box .pop-content .bd-button {
font-size: 20px;
color: #282b2c;
width: 200px;
height: 46px;
line-height: 46px;
text-align: center;
background-color: #fbc500;
margin: 20px auto 0;
cursor: pointer;
display: block;
text-decoration: none;
}



.page-luck-draw .pop-box .pop-close {
position: absolute;
right: 10px;
top: 10px;
display: inline-block;
cursor: pointer;
}

.structure-lr .gb-box {
float: left;
}

.structure-lr .rule-tips-right {
float: right;
}

.structure-rl .gb-box {
float: right;
}

.structure-rl .rule-tips-right {
float: left;
}

.rule-text {
text-align: left;
}

.rule-text dl {
font-size: 14px;
}

.rule-text dl dt {
font-size: 16px;
font-weight: bold;
line-height:1.6;
margin-bottom:10px;
}
    .rule-text dl dd {
        line-height: 1.6;
    }

    .rule-text .bottom-border {
        border-bottom: 1px dashed #282b2c;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

/*主题样式-浅红*/
.theme1 .gb-turntable {
border-color: #ff917f;
}

.theme1 .gb-turntable-btn {
background-color: #f9584a;
}

.theme1 .gb-turntable-btn:after {
background-image: url(../../../image/DynamicPage/turnround_draw/zhizhen_01.png);
}

.theme1 .rule-tips-right .rule-text-box {
border-color: #ff5959;
color: #d42c2c;
background-color: #fffdf8;
}

.theme1 .rule-tips-right .rule-text-box .bottom-border {
border-color: #d42c2c;
}

.theme1 .rule-tips-right .rule-text-box ::-webkit-scrollbar-thumb {
min-height: 20px;
background-color: #ff5959;
}

.theme1 .rule-tips a {
color: #ff917f;
}

/*主题样式-深红*/
.theme2 {
background-color: #fff5dd;
}

.theme2 .luck-draw-title {
color: #f11d3b;
}

.theme2 .gb-turntable-btn {
background-color: #ef233a;
}

.theme2 .gb-turntable-btn:after {
background-image: url(../../../image/DynamicPage/turnround_draw/zhizhen_03.png);
}

.theme2 .gb-turntable {
border-color: #f11d3b;
}

.theme2 .gb-turntable li:nth-child(even) {
color: #f11d3b;
}

.theme2 .gb-turntable li:nth-child(odd) {
color: #ffffff;
}

.theme2 .rule-tips-right .rule-text-box {
border-color: #f11d3b;
color: #f11d3b;
background-color: #fffdf8;
}

.theme2 .rule-tips-right .rule-text-box .bottom-border {
border-color: #f11d3b;
}

.theme2 .rule-tips-right .rule-text-box ::-webkit-scrollbar-thumb {
min-height: 20px;
background-color: #f11d3b;
}

.theme2 .rule-tips a {
color: #af0a12;
}

/*主题样式-橙黄*/
.theme3 {
background-color: #fff0d6;
}

.theme3 .gb-turntable {
border-color: #ffb430;
}

.theme3 .gb-turntable-btn {
background-color: #ff761b;
}

.theme3 .gb-turntable-btn:after {
background-image: url(../../../image/DynamicPage/turnround_draw/zhizhen_02.png);
}

.theme3 .rule-tips-right .rule-text-box {
border-color: #ff781e;
color: #e35b00;
background-color: #fffdf8;
}

.theme3 .rule-tips-right .rule-text-box .bottom-border {
border-color: #e35b00;
}

.theme3 .rule-tips-right .rule-text-box ::-webkit-scrollbar-thumb {
min-height: 20px;
background-color: #ff781e;
}

.theme3 .rule-tips a {
color: #ffb430;
}

/*主题样式-蓝*/
.theme4 {
background-color: #fff4e7;
}

.theme4 .gb-turntable {
border-color: #006ab9;
}

.theme4 .gb-turntable li:nth-child(even) {
color: #006ab9;
}

.theme4 .gb-turntable li:nth-child(odd) {
color: #ffffff;
}

.theme4 .gb-turntable-btn {
background-color: #fac202;
}

.theme4 .gb-turntable-btn:after {
background-image: url(../../../image/DynamicPage/turnround_draw/zhizhen_04.png);
}

.theme4 .rule-tips-right .rule-text-box {
border-color: #fbc500;
color: #ab7a00;
background-color: #fffdf8;
}

.theme4 .rule-tips-right .rule-text-box .bottom-border {
border-color: #ab7a00;
}

.theme4 .rule-tips-right .rule-text-box ::-webkit-scrollbar-thumb {
min-height: 20px;
background-color: #fbc500;
}

.theme4 .rule-tips a {
color: #006ab9;
}

/*主题样式-紫色*/
.theme5 {
background-color: #ffe0ee;
}

    .theme5 .gb-box .gb-turntable-btn:after {
        width: 100px;
        height: 145px;
        background-image: url(../../../image/DynamicPage/turnround_draw/zhizhen_05.png);
        background-size: 100% 100%;
    }

.theme5 .gb-turntable {
border-color: #d94fa1;
}

.theme5 .gb-turntable li:nth-child(even) {
color: #d94fa1;
}

.theme5 .gb-turntable li:nth-child(odd) {
color: #ffffff;
}

.theme5 .rule-tips-right .rule-text-box {
border-color: #f22e6c;
color: #c11a61;
background-color: #fffdf8;
}

.theme5 .rule-tips-right .rule-text-box .bottom-border {
border-color: #c11a61;
}

.theme5 .rule-tips-right .rule-text-box ::-webkit-scrollbar-thumb {
min-height: 20px;
background-color: #f22e6c;
}

.theme5 .rule-tips a {
color: #d94fa1;
}

/*主题样式-土豪金*/
.theme6 {
background: url(../../../image/DynamicPage/turnround_draw/luck_draw_bj02.png) no-repeat center;
}

.theme6:after {
display: none;
}

.theme6 .gb-turntable {
border-color: #f1ba65;
}

    .theme6 .gb-turntable li:nth-child(even) {
        color: #241915;
        color: #020000;
    }

    .theme6 .gb-turntable li:nth-child(odd) {
        color: #ffffff;
        color: #020000;
    }

.theme6 .gb-turntable-btn {
background-color: #decd6e;
}

.theme6 .gb-turntable-btn:after {
background-image: url(../../../image/DynamicPage/turnround_draw/zhizhen_06.png);
}

.theme6 .rule-tips-right .rule-text-box {
border-color: #f1ba65;
color: #ab7a00;
background-color: #fffdf8;
}

.theme6 .rule-tips-right .rule-text-box .bottom-border {
border-color: #f1ba65;
}

.theme6 .rule-tips-right .rule-text-box ::-webkit-scrollbar-thumb {
min-height: 20px;
background-color: #ab7a00;
}

.theme6 .rule-tips a {
color: #f1ba65;
}

.gb-box .gb-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    width: 360px;
    height: 50px;
    top: 95%;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: url(https://resource.rcclchina.com.cn/00promotion%20template/lottery/touying.png) no-repeat center;
    background-size: cover;
}



.theme7 .gb-box {
    width: 550px;
    padding: 0;
}

    .theme7 .gb-box .gb-turntable {
        border: none;
        margin: 0;
    }

        .theme7 .gb-box .gb-turntable .gb-turntable-item img {
            width: 50px;
        }

        .theme7 .gb-box .gb-turntable li p {
            padding: 85px 0 10px;
            margin-bottom: 5px;
            color: #34080a;
            font-size: 20px;
            font-weight: normal;
        }
    .theme7 .gb-box .rule-tips{
        padding:0;
        margin-top:-20px;
    }
    .theme7 .gb-box .rule-tips a {
        color: #101a52;
        padding: 5px 30px;
        text-decoration: none;
        background-color: #fbc300;
        border-radius: 30px;
        cursor: pointer;
        display: inline-block;
        font-weight:bold;
    }

        .theme7 .gb-box .rule-tips a::before {
            content: '';
            display: inline-block;
            width: 10px;
            height: 20px;
            background: url(../../../image/DynamicPage/turnround_draw/theme7_tips_ico.png) no-repeat center;
            background-size: cover;
            margin-right: 10px;
            vertical-align: text-top;
        }

.theme7 .gb-turntable-container {
    background-image: url(../../../image/DynamicPage/turnround_draw/them7_gb_bj.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0px 29px;
}

    .theme7 .gb-turntable-container canvas {
        display: none;
    }

.theme7 .gb-turntable-btn:after {
    background-image: url(../../../image/DynamicPage/turnround_draw/them7_gb_btn.png);
}

.theme7 .pop-box .pop-content {
    border: 2px solid #e1bd68;
    overflow: hidden;
    position: relative;
}

    .theme7 .pop-box .pop-content::after {
        content: '';
        display: block;
        width: 241px;
        height: 266px;
        background: url(../../../image/DynamicPage/turnround_draw/theme7_pop_bj_ico.png) no-repeat center;
        background-size: cover;
        position: absolute;
        bottom: -20%;
        right: -20%;
        z-index: 1;
    }

    .theme7 .pop-box .pop-content .pop-hd {
        color: #fbc300;
        margin-bottom:20px;
        padding-top:20px;
    }

        .theme7 .pop-box .pop-content .pop-hd .title02 {
            color: #000;
        }

.theme7 #popBox03 .bd-text {
    padding-bottom: 34px;
}

        .theme7 .rule-tips-right .rule-text-box {
            border-color: #f1ba65;
            color: #ab7a00;
            background-color: #fffdf8;
        }

.theme7 .rule-tips-right .rule-text-box .bottom-border {
    border-color: #f1ba65;
}

.theme7 .rule-tips-right .rule-text-box ::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-color: #ab7a00;
}
.theme7 .gb-turntable-btn{background:none;}


.theme7 .pop-box .pop-content .bd-button {width:80%}

.theme7 .gb-turntable-item span {
    padding: 0;
    transform-origin:initial;
}

.theme7 .gb-box .gb-turntable-btn:after {
    width: 88px;
    height: 145px;
}

.gb-left::after{
    clear:both;

}


#popBox02 .pop-content {
    padding: 0;
}

    #popBox02 .pop-content .pop-bd {
        margin: 40px 30px 30px;
        max-height: 500px;
        overflow-y: auto;
    }