

img {
    border: 0px;
}
ul, li {
    list-style-type: none;
}
.lottery-box {
    overflow: hidden;
}
.lottery-box .title {
    text-align: center;
    padding: 50px 0;
    font-size: 18px;
    color: #fff;
}
.lottery {
    animation: changeBg .5s ease infinite;
    overflow: hidden;
    padding: 42px;
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 14px;
}


@keyframes changeBg {
0% {
background-image:url(../images/k1.png);
}
100% {
background-image:url(../images/k2.png);
}
}


.lottery .lottery-item {
    height: 300px;
    position: relative;
    margin-top: 14px;
    margin-left: 8px;
}
.lottery .lottery-item ul li {
    width: 35%;
    position: absolute;
    padding-right: 10px;
}
.lottery .lottery-item ul li:nth-child(2) {
    left: 33.33333333%;
}
.lottery .lottery-item ul li:nth-child(3) {
    left: 66.66666666%;
}
.lottery .lottery-item ul li:nth-child(4) {
    left: 66.66666666%;
    top: 95px;
}
.lottery .lottery-item ul li:nth-child(5) {
    left: 66.66666666%;
    top: 190px;
}
.lottery .lottery-item ul li:nth-child(6) {
    left: 33.33333333%;
    top: 190px;
}
.lottery .lottery-item ul li:nth-child(7) {
    left: 0;
    top: 190px;
}
.lottery .lottery-item ul li:nth-child(8) {
    left: 0;
    top: 95px;
}
.lottery .lottery-item ul li .box {
    height: 90px;
    position: relative;
    text-align: center;
    overflow: hidden;
    background: url(../images/bg2.png) no-repeat center;
    background-size: 100% 100%;
}
.lottery .lottery-item ul li .box img {
    display: block;
    height: 50px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 5px;
}
.lottery .lottery-item ul li .box p {
    color: #5B3614;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
.lottery .lottery-item ul li.on .box {
    background: url(../images/bg3.png) no-repeat center;
    background-size: 100% 100%;
}
.lottery .lottery-item ul li.on .box p {
color: #5B3614;
    font-weight: 600;
}
.lottery .lottery-item .lottery-start {
    position: absolute;
    left: 33.333333333%;
    width: 35%;
    top: 95px;
    padding-right: 10px;
}
.lottery .lottery-item .lottery-start .box {
    height: 90px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    background: url(../images/bg1.png) no-repeat center;
    background-size: 100% 100%;
}
.lottery .lottery-item .lottery-start .box p b {
    font-size: 30px;
    margin-top: 16px;
    margin-bottom: 15px;
    line-height: 30px;
    display: block;
}
.lottery .lottery-item .lottery-start .box:active {
    opacity: 0.7;
}
.lottery .lottery-item .lottery-start .box.gray {
    background: url(../images/bg3.png) no-repeat center;
    background-size: 100% 100%;
}
.lottery .lottery-item .lottery-start .box.gray p {
    color: #708ABF;
    font-weight: bold;
}
.mask {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    overflow: hidden;
    z-index: 222;
    top: 0;
    left: 0;
}
.lottery-alert {
max-width: 90%;
    text-align: center;
    z-index: 10000;
    height: 400px;
    /* border-radius: 10px; */
    background: #fff;
    padding: 20px;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/cgtx.png);
    background-size: 100% 100%;
}
.lottery-alert h1 {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: 145px;
    color: #ffffff;
}
.lottery-alert img {
    display: block;
    height: 120px;
    margin: 0 auto;
}
.lottery-alert h2 {
    font-weight: normal;
    color: #000000;
    font-size: 16px;
    /* padding-top: 215px; */
    position: relative;
    top: 160px;
    line-height: 28px;
}
.lottery-alert p {
    color: #666;
    font-size: 16px;
    padding-top: 5px;
}
.lottery-alert .btnsave {
    max-width: 90%;
    height: 40px;
    text-align: center;
    margin: 0px auto;
    position: absolute;
    bottom: 20px;
    left: 42%;
    cursor: pointer;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}

.blin2 {
position: fixed;
    left: 40px;
    top: 20px;
    width: 80%;
    z-index: 999;
    height: 80%;
    background: url(../images/gold1.png) no-repeat center / contain;
    -o-animation: circle 10s linear infinite;
    -ms-animation: circle 10s linear infinite;
    -moz-animation: circle 10s linear infinite;
    -webkit-animation: circle 10s linear infinite;
    animation: circle 10s linear infinite;
}
















@media screen and (min-width:320px) {
	.zpwz {
	position: relative;top: 17%;
	}
	.lottery {
    animation: changeBg .5s ease infinite;
    overflow: hidden;
    padding: 34px;
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 14px;
}
	.lottery .lottery-item .lottery-start .box {
    height: 80px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    background: url(../images/bg1.png) no-repeat center;
    background-size: 100% 100%;
}
	.lottery .lottery-item .lottery-start {
    position: absolute;
    left: 33.333333333%;
    width: 35%;
    top: 85px;
    padding-right: 10px;

}
.lottery .lottery-item ul li .box {
    height: 80px;
    position: relative;
    text-align: center;
    overflow: hidden;
    background: url(../images/bg2.png) no-repeat center;
    background-size: 100% 100%;
}
.lottery .lottery-item ul li:nth-child(2) {
    left: 33.33333333%;
}
.lottery .lottery-item ul li:nth-child(3) {
    left: 66.66666666%;
}
.lottery .lottery-item ul li:nth-child(4) {
    left: 66.66666666%;
    top: 85px;
}
.lottery .lottery-item ul li:nth-child(5) {
    left: 66.66666666%;
    top: 170px;
}
.lottery .lottery-item ul li:nth-child(6) {
    left: 33.33333333%;
    top: 170px;
}
.lottery .lottery-item ul li:nth-child(7) {
    left: 0;
    top: 170px;
}
.lottery .lottery-item ul li:nth-child(8) {
    left: 0;
    top: 85px;
}
.lottery .lottery-item ul li .box img {
    display: block;
    height: 40px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 5px;
}

}
@media screen and (min-width:360px) {
	.zpwz {
	position: relative;top: 22%;
	}
}
@media screen and (min-width:375px) {

.cjpopupbj {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/cjbg1.png);
    background-size: 100%;
}
	.zpwz {
    position: relative;
    top: 98px;
	}
	.lottery {
    animation: changeBg .5s ease infinite;
    overflow: hidden;
    padding: 40px;
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 14px;
}
	.lottery .lottery-item .lottery-start .box {
    height: 85px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    background: url(../images/bg1.png) no-repeat center;
    background-size: 100% 100%;
}
	.lottery .lottery-item .lottery-start {
    position: absolute;
    left: 33.333333333%;
    width: 35%;
    top: 90px;
    padding-right: 10px;

}
.lottery .lottery-item ul li .box {
    height: 85px;
    position: relative;
    text-align: center;
    overflow: hidden;
    background: url(../images/bg2.png) no-repeat center;
    background-size: 100% 100%;
}
.lottery .lottery-item ul li:nth-child(2) {
    left: 33.33333333%;
}
.lottery .lottery-item ul li:nth-child(3) {
    left: 66.66666666%;
}
.lottery .lottery-item ul li:nth-child(4) {
    left: 66.66666666%;
    top: 90px;
}
.lottery .lottery-item ul li:nth-child(5) {
    left: 66.66666666%;
    top: 180px;
}
.lottery .lottery-item ul li:nth-child(6) {
    left: 33.33333333%;
    top: 180px;
}
.lottery .lottery-item ul li:nth-child(7) {
    left: 0;
    top: 180px;
}
.lottery .lottery-item ul li:nth-child(8) {
    left: 0;
    top: 90px;
}
.lottery .lottery-item ul li .box img {
    display: block;
    height: 50px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 5px;
}


}
@media screen and (min-width:384px) {
	html {
	font-size:25.6px
	}
	body {
	font-size:14px
	}
}
@media screen and (min-width:400px) {
	html {
	font-size:26.67px
	}
	body {
	font-size:14px
	}
}
@media screen and (min-width:414px) {
.zpwz {
    position: relative;
    top: 21.5%;
}
	.lottery {
    animation: changeBg .5s ease infinite;
    overflow: hidden;
    padding: 42px;
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 14px;
}
	.lottery .lottery-item .lottery-start .box {
    height: 100px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    background: url(../images/bg1.png) no-repeat center;
    background-size: 100% 100%;
}
	.lottery .lottery-item .lottery-start {
    position: absolute;
    left: 33.333333333%;
    width: 35%;
    top: 110px;
    padding-right: 10px;

}
.lottery .lottery-item ul li .box {
    height: 100px;
    position: relative;
    text-align: center;
    overflow: hidden;
    background: url(../images/bg2.png) no-repeat center;
    background-size: 100% 100%;
}
.lottery .lottery-item ul li:nth-child(2) {
    left: 33.33333333%;
}
.lottery .lottery-item ul li:nth-child(3) {
    left: 66.66666666%;
}
.lottery .lottery-item ul li:nth-child(4) {
    left: 66.66666666%;
    top: 110px;
}
.lottery .lottery-item ul li:nth-child(5) {
    left: 66.66666666%;
    top: 220px;
}
.lottery .lottery-item ul li:nth-child(6) {
    left: 33.33333333%;
    top: 220px;
}
.lottery .lottery-item ul li:nth-child(7) {
    left: 0;
    top: 220px;
}
.lottery .lottery-item ul li:nth-child(8) {
    left: 0;
    top: 110px;
}
.lottery .lottery-item ul li .box img {
    display: block;
    height: 60px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 5px;
}


}
@media screen and (min-width:424px) {
	html {
	font-size:28.27px
	}
	body {
	font-size:14px
	}
}
@media screen and (min-width:480px) {
	html {
	font-size:32px
	}
	body {
	font-size:15.36px
	}
}
@media screen and (min-width:540px) {
.zpwz {
    position: relative;
    top: 23%;
}
}
@media screen and (min-width:720px) {
	html {
	font-size:48px
	}
	body {
	font-size:23.04px
	}
}
@media screen and (min-width:750px) {
	html {
	font-size:50px
	}
	body {
	font-size:24px
	}
}