body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
table,
th,
td,
menu {
    margin: 0;
    padding: 0,
}

table {
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse
}

ul,
ol,
menu {
    list-style: none
}

fieldset,
img {
    border: none
}

img,
object,
select,
input,
textarea,
button {
    vertical-align: middle
}

input,
textarea,
select,
address,
caption,
cite,
code,
dfn,
em,
i,
b,
strong,
small,
th,
var,
abbr {
    font-size: 100%;
    font-style: normal
}

caption,
th {
    text-align: left
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
    display: block
}

code,
kbd,
pre,
samp,
tt {
    font-family: Consolas, 'Courier New', Courier, monospace
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #333;
    -webkit-transition: all .2s;
    transition: all .2s
}

a:hover {
    text-decoration: none;
    color: #ffba00;
    outline: none
}

a span,
a em,
a u,
a strong,
a b,
a p,
a img,
a ul,
a li,
a div,
a dd,
a dt,
a dl,
a ol,
a table,
a th,
a td,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
a input,
a textarea,
a button,
a small,
a select {
    cursor: pointer;
    -webkit-transition: none;
    transition: none
}

abbr[title],
acronym[title] {
    cursor: help;
    border-bottom: 1px dotted
}

body,
button,
input,
select,
textarea {
    font: 14px/1.5 'Microsoft Yahei', 'Hiragino Sans GB', 'STHeiti', 'Helvetica Neue', 'Helvetica', 'SimSun', 'Tahoma', 'Arial', sans-serif
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    ::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    ::-webkit-scrollbar-button {
        display: none;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background: #ccc;
    }

    ::-webkit-scrollbar-track {
        width: 10px;
        height: 10px;
    }

    ::-webkit-scrollbar-track-piece {
        background: transparent;
    }

    ::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    ::-webkit-scrollbar-button {
        display: none;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background: #ccc;
    }

    ::-webkit-scrollbar-track {
        width: 10px;
        height: 10px;
    }

    ::-webkit-scrollbar-track-piece {
        background: transparent;
    }
}
@media (min-width: 1200px) {
}
.fl,
.col1 {
    float: left
}

.fr,
.col2 {
    float: right
}

.tl {
    text-align: left
}

.tr {
    text-align: right
}

.tc {
    text-align: center
}

.cf:before,
.cf:after {
    display: table;
    content: ''
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}

*{
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}


#container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#lottery_main {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
}
#lottery-3d{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

/* .wallCont{
	position: absolute;
    top: 17%;
    height: 72%;
    width: 80%;
    left: 50%;
    margin-left: -40%;
} */

.lottery-side {
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lottery-middle {
    /* background-color: rgba(30, 3, 64, .5); */
}

#lottery-panel {
    position: absolute;
    width: 90%;
    left: 50%;
    margin-left: -45%;
    height: calc(100% - 200px);
    bottom: 100px;
}

.lottery-left {
    background-color: rgba(30, 3, 64, .5);
    height: 100%;
    width: 260px;
    position: absolute;
    overflow: hidden;
    /* float:left; */
}

.lottery-right {
    background-color: rgba(30, 3, 64, .5);
    width: calc(100% - 270px);
    right: 0px;
    height: 100%;
    position: absolute;
    /* overflow: hidden; */
}

.lottery-middle {
    width: 100%;
    position: absolute;
    height: 100%;
    display: none;
	 perspective: 1000px;
}

.prizename {
    display: block;
    width: 100%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    background: url('../images/3dlottery/line.png') no-repeat 50% 100%;
    padding: 10px 0;
    font-size: 1.5em;
}

.winnernum {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    background: url('../images/3dlottery/line.png') no-repeat 50% 100%;
    padding: 10px 0;
    font-size: 1.5em;
}

.lottery-name {
    width: 100%;
    margin: 20px auto;
    position: relative;
    color: #FFF;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}

.lottery-img {
    width: 100%;
    height: 150px;
    margin: 40px auto 10px auto;
    position: relative;
    /* padding:0px 10px; */
}

.lottery-img img {
    position: absolute;
    display: inline-block;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
    margin-left: 55px;
}

.lottery-control {
    position: absolute;
    width: 100%;
    bottom: 100px;
}

.control-item {
    height: 50px;
    line-height: 50px;
    width: 85%;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 25px 25px 25px 25px;
    position: relative;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    padding: 0 10px 0 23px;
    box-sizing: border-box;
	top:-25px;
}
.lottery-type {

    line-height: 50px;
    width: 80%;

    position: relative;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    padding: 0 10px 0 30px;
    box-sizing: border-box;
	top:-25px;
}

.control-item em {
    font-size: 22px;
    font-weight: bold;
    color: #ffde00;
    vertical-align: middle;
    font-style: normal;
}


/* .control-item{
	height: 10%;
	width: 90%;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 25px 25px 25px 25px;
	position: relative;
	margin-top: 2%;
	margin-left: 5%;
	color: #fff;
	box-sizing: border-box;
} */

.icon-lb {
    display: inline-block;
    padding-left: 25px;
}


/* .control-item em{
	font-weight: bold;
	color: #ffde00;
	vertical-align: middle;
	font-style: normal;
} */

.icon-ctrol {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.icon-minus {
    background-image: url('../images/3dlottery/icon-minus.png');
    background-size: 24px;
    vertical-align: -7px;
}

.icon-plus {
    background-image: url('../images/3dlottery/icon-plus.png');
    background-size: 24px;
    vertical-align: -7px;
}

.lottery-num {
    display: inline-block;
    width: 45px;
    text-align: center;
}

.control-item-btn {
    margin-top: 10px;
    height: 46px;
    width: 100%;
    /* background-color: rgba(0, 0, 0, .5); */
    border-radius: 25px 25px 25px 25px;
    position: absolute;
    /* margin-top: 2%; */
    /* margin-left: 5%; */
    color: #fff;
    box-sizing: border-box;
}

.lottery-btn {
    display: inline-block;
    width: 60%;
    height: 100%;
    position: absolute;
    margin-left: 25%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: auto 100%;
	top:20px;
}

.lottery-middle .control-item-btn {
    margin-left: 50%;
    width: 100%;
    position: absolute;
    bottom: -20px;
}

.lottery-middle .control-item-btn .lottery-btn {
    /* margin-left: -70px; */
    width: 140px;
}

.btn-start {
    background-image: url('../images/3dlottery/lottery-start.png');
}

.btn-stop {
    top: 0px;
    background-image: url('../images/3dlottery/lottery-stop.png');
}

.btn-close {
    top: 0px;
    background-image: url('../images/3dlottery/lottery-close.png');
    background-size: 30px 30px;
}

.lottery-scroll {
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	/*给父盒子增加透视*/
    transform-style: preserve-3d; 
}


.lottery-scroll li {
    width: 8%;
    padding: 8% 0 0 0;
    margin: 0.1%;
    height: 0;
    /* border-radius: 50%; */
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    perspective: 1000px;
    /*给父盒子增加透视*/
    transform-style: preserve-3d;
    /*设置成3D样式*/
	
}

.lottery-scroll li img {
    width: 100%;
    height: 100%;
    /* border-radius: 5%;  */
    /* border: 1px solid rgba(178, 178, 178, 1); */
	background-color: #999999;
    position: absolute;
    top: 0;
    left: 0;
}

.lottery-scroll li p {
    position: relative;
    margin-top: 60%;
}
.lottery-scroll2 {
       position: absolute;
	   width:100%;
	   height:100%;	
	 /* perspective: 500px; */
	 perspective-origin: center;
    /*给父盒子增加透视*/
    transform-style: preserve-3d; 
    /*设置成3D样式*/
	transform: translateZ(1000px);
    -webkit-transform: translateZ(1000px);
    }
.lottery-scroll2 li {
    position: absolute; 
	    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	top: 50%;
    left: 50%;

    }
.lottery-scroll2 li img{
    position: absolute; 
	width:100px;
	height:100px;
	background-color: rgba(255,255,255,0.6);
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 5px;
	opacity:1;
    }
.lottery-scroll3 {
    width: 100%;
	height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
	/* align-items: center; */
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    /*给父盒子增加透视*/
    transform-style: preserve-3d; 
 
	
}
.lottery-scroll3 li {
    width: 8%;
    padding: 8% 0 0 0;
    margin: 0.1%;
    height: 0;
    /* border-radius: 50%; */
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    perspective: 1000px;
    /*给父盒子增加透视*/
    transform-style: preserve-3d;
    /*设置成3D样式*/
	
}

.lottery-scroll3 li img {
    width: 100%;
    height: 100%;
    /* border-radius: 5%;  */
    /* border: 1px solid rgba(178, 178, 178, 1); */
	background-color: #999999;
    position: absolute;
    top: 0;
    left: 0;
}

.lottery-scroll3 li p {
    position: relative;
    margin-top: 60%;
	color: rgb(243, 241, 137);
    font-weight: bold;
    text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
}
.cube {
    width: 50%;
    height: 50%;
    /* border-radius: 50%; */
    position: absolute;
    top: 25%;
    left: 25%;
    perspective: -1000px 1000px;
    /*给父盒子增加透视*/
    transform-style: preserve-3d;
    /*设置成3D样式*/
    transform: rotateY(20deg) rotateX(20deg) translateZ(-100px);
    animation: name 3s linear infinite;
}

.img {
    background-color: rgba(177, 174, 174, 0.6);
}


/*最左边的图片位置*/

.first {
    transform: translateX(-50%)rotateY(-90deg);
}


/*最前面的图片位置*/

.second {
    transform: translateZ(50px);
}


/*最右边的图片位置*/

.third {
    transform: translateX(50%) rotateY(90deg);
}


/*最后面的图片位置*/

.fourth {
    transform: translateZ(-50px);
}


/*最下面的图片位置*/

.fifth {
    transform: translateY(50%) rotateX(90deg);
}


/*最上面的图片位置*/

.sixth {
    transform: translateY(-50%) rotateX(90deg);
}

@keyframes name {
    0% {
        transform: rotateX(0deg) rotateY(0deg);
    }
    33% {
        transform: rotateY(120deg) rotateX(120deg);
    }
    66% {
        transform: rotateY(240deg) rotateX(240deg);
    }
    100% {
        transform: rotateY(360deg) rotateX(360deg);
    }
}

.lottery-win-list .lottery-winner ul {
    width: 100%;
    height: 100%;
}

.lottery-win-list .lottery-winner ul li {
    padding: 0;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(30, 3, 64, .5);
    overflow: hidden;
    position: relative;
    margin-right: 15px;
    float: left
}

.lottery-right .lottery-win-list {
    padding: 10px 0;
}

.lottery-right .lottery-win-list .lottery-winner ul li {
    width: 110px;
    height: 0;
    padding-top: 110px;
    margin: 15px 10px;
}

.lottery-right .lottery-win-list.lottery-horizontal .lottery-winner ul li {
    width: 25%;
    position: relative;
    height: 84px;
    margin: 0;
    padding: 10px 10px 10px 84px;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lottery-right .lottery-win-list.lottery-horizontal .lottery-winner .lottery-avatar-bd {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.lottery-right .lottery-win-list.lottery-horizontal .winner-name {
    width: 100%;
}

.lottery-right .lottery-win-list .lottery-winner ul li img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: 1;
}

.lottery-win-list .lottery-winner {
    padding: 0 0 0 0;
    overflow: hidden;
}

.lottery-item {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    left: 0%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    z-index: 2;
    text-shadow: 0 0 2px rgba(0, 0, 0, 1.0);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    perspective: 1000px;
    transform-style: preserve-3d;
    /*设置成3D样式*/
}

.lottery-win-list {
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: rgba(30, 3, 64, .5);
}

.lottery-select-contain {
    width: 20%;
    padding-top: 20%;
    border-radius: 50%;
    background-color: rgba(30, 3, 64, .5);
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.lottery-select-content {
    width: 100%;
    position: absolute;
    top: 50%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    left: 0;
    transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
}

.lottery-left {
    left: 0;
    top: 0;
}

.lottery-right {
    right: 0;
    top: 0;
    padding: 42px 0 10px 0;
    box-sizing: border-box;
}

.lottery-right .prizename {
    position: absolute;
    top: 0;
    left: 0;
}

.lottery-right .lottery-win-list {
    background-color: transparent;
}

.lottery-side.lottery-right h2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.lottery-mainbox {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 3, 64, .5);
    border-radius: 5px;
    padding-bottom: 92px;
    box-sizing: border-box;
    position: relative;
}

.lottery-avatar-bd {
    padding: 2px;
    background-image: url('./images/3dlottery/bg-primary.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    border-radius: 50%;
    overflow: hidden;
}

.lottery-avatar-bg {
    background-color: #000;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.lottery-avatar-bg img {
    width: 100%;
    height: 100%;
}

.lottery-winner .lottery-avatar-bd {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 0;
    top: 10px;
}

.lottery-winner ul li {
    padding: 10px 0 10px 73px;
    position: relative;
    height: 68px;
}

.winner-name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    line-height: 68px;
}

.lottery-winner {
    padding: 10px;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

#lottery_main{
    background-image: url(../images/lottery_bg.png);
    background-size: cover;
}