@charset "UTF-8";

html,
body {
    overflow-x: hidden;
    background: url('../images/luckDraw/bg-1.png') no-repeat center;
    background-size: 100% 100%;
}




.sec-header {
    position: relative;
    z-index: 999;
    height: 44px;
    line-height: 44px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #111;
}

/* .main {
    padding-top: 44px;
} */
.lottery{
    position: relative;
}

.title {
    width: 334px;
    height: 120px;
    margin: -45px auto 0;
    background: url('../images/luckDraw/luck-title.png') no-repeat;
    background-size: 100% 100%;
  
}

.scrollDiv {
    width: 314px;
    height: 29px;
    line-height: 29px;
    margin: 15px auto;
    background: linear-gradient(90deg, rgba(188, 167, 232, 0) 1.56%, #A095E6 50.52%, rgba(173, 159, 214, 0) 100%);
    text-align: center;
    overflow: hidden;
}

.text-ul li {
    height: 25px;
    font-size: 12px;
    color: #fff;
}

.draw-type {
    color: #EBFF00;
}

.midou {
    width: 100%;
    height: 41px;
    background: rgba(160, 149, 229, .56);
    align-items: center;
}

.midou .item {
    width: 50%;
    height: 41px;
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.midou .item i {
    font-style: normal;
}

.icon-md {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
}

.luck-list {
    width: 345px;
    background: url('../images/luckDraw/Subtract.png') no-repeat;
    background-size: 100% 100%;
    margin: 27px auto 10px;
    padding: 20px 15px;
}

.list-hd {
    border-bottom: dashed 2px #EE7AFF;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 90%;
    margin: 15px auto;
    color: #EE7AFF;
    font-size: 14px;
    font-weight: 550;
}

.hd-item {
    width: 33%;
    text-align: center;
}

.draw-info {
    width: 90%;
    margin: 0 auto;
    height: 144px;
    overflow: hidden;
    overflow-y: scroll;
}

.draw-info::-webkit-scrollbar {
    width: 0;
}

.draw-info li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    color: #666;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.draw-info li div {
    width: 33%;
    text-align: center;
}

.check-drawinfo {
    width: 115px;
    height: 30px;
    display: block;
    border: 1px solid #8062FD;
    border-radius: 20px;
    margin: 20px auto;
    color: #A28BFF;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
}

.rules {
    width: 345px;
    height: 576px;
    background: url('../images/luckDraw/rules-bg.png') no-repeat center;
    background-size: 100% 100%;
    margin: 20px auto;
}

.rules ul {
    width: 95%;
    height: 200px;
    margin: 0 auto;
    padding: 68px 20px 20px 20px;
    font-size: 14px;
    color: #666;
}

.rules ul li {
    line-height: 24px;
    height: 24px;
}

.rules ul li .span {
    color: #576B95;
}

.itemspan{
    font-size: 10px;
    font-family: PingFang SC;
}

.js-cs {
    text-decoration: underline;
    color: #A28BFF;
    display: inline-block;
}

.no-data {
    text-align: center;
    font-size: 12px;
    color: #999;
    display: none;
}

.no-data img {
    width: 133px;
    height: 133px;
    margin: 20px auto 0;
    display: block;
}

.draw-bg {
    width: 326px;
    height: 396px;
    margin: 20px auto;
    position: relative;
}

.draw-bg .big-bgs {
    display: block;
    width: 326px;
    height: 396px;
}

.draw-times {
    /* width: 96px; */
    padding: 0 10px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8px;
    z-index: 100;
    font-size: 12px;
    color: red;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(234, 234, 234, 0) 100%);
    border-radius: 5px;
}

.draw-times span {
    color: #319cfc;
}


.big {
    width: 318px;
    height: 318px;
    margin: 100px auto;
}

.big>div {
    width: 100px;
    height: 100px;
    background: pink;
    float: left;
    line-height: 100px;
    text-align: center;
    border: solid;
}

.big>div:nth-of-type(5) {
    background: yellow;
    cursor: pointer;
}

#act {
    background: red;
}

.continuous {
    width: 182px;
    height: 52px;
    background: url('../images/luckDraw/btn-bg.png') no-repeat;
    background-size: 100% 100%;
    margin: 10px auto;
    color: #fff;
    text-align: center;
    line-height: 52px;
    font-size: 14px;
}

.continuous span {
    color: #FFE600;
}

.turn-img {
    width: 259px;
    height: 262px;
    position: absolute;
    left: 50%;
    margin-left: -129.5px;
    top: 37px;
    /* transform: translateX(-50%); */
    z-index: 100;
}

.turn-img .turn-img-bg {
    display: block;
    width: 259px;
    height: 262px;
}








.container{
    position: absolute;
    width: 259px;
    height: 262px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    top:0;
    left: 0;
    /* border: 20px solid #ffbd72; */
 }

.content{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
 }
 .fan-blade{
    position: absolute;
    width: 100px;
    height: 50%;
    clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
    -webkit-clip-path: -webkit-polygon(50% 100%, 0% 0%, 100% 0%);
    transform-origin: 50% 100%;
    text-align: center;
 }

 .fan-blade-in{
    text-align: center;
    font-size: 12px;
    padding:10px 10px 0px 10px;
    position: relative;
 }

 .fan-blade-in .draw-title{
    font-family: 'AaLFT';
    color: #AB00DA;
 }

 .container .fan-blade:nth-child(1){
    transform: rotateZ(24deg);
}
.container .fan-blade:nth-child(2){
    transform: rotateZ(68deg);
}
.container .fan-blade:nth-child(3){
    transform: rotateZ(114deg);
}
.container .fan-blade:nth-child(4){
    transform: rotateZ(158deg);
}
.container .fan-blade:nth-child(5){
    transform: rotateZ(203deg);
}
.container .fan-blade:nth-child(6){
    transform: rotateZ(249deg);
}
.container .fan-blade:nth-child(7){
    transform: rotateZ(294deg);
}
.container .fan-blade:nth-child(8){
    transform: rotateZ(339deg);
}

.container .fan-blade:nth-child(odd){
    color: #AB00DA;
}
.container .fan-blade:nth-child(even){
    color: #F956FF;
}



.imgs-draw{
    width: 32px;
    height: 26px;
    text-align: center;
    position: absolute;
    top:32px;
    left: 50%;
    margin-left: -16px;
}

.draws-img {
    display: block;
    width: 100%;
}



.start-btn {
    width: 108px;
    height: 124px;
    position: absolute;
    left: 50%;
    top: 99px;
   margin-left: -54px;
    z-index: 101;
}

.start-btn img {
    display: block;
    width: 108px;
    height: 124px;
}

.draw-dailog,.start-dailog, .start-dailog2{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
}

.start-dailog{
    z-index: 1005;
}

.start-dailog{
    z-index: 1006;
}

.draw-dailog-in {
    width: 260px;
    height: 260px;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    top: 190px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1001;
}

.draw-header {
    text-align: center;
    width: 100%;
    height: 70px;
    border-radius: 10px 10px 0px 0px;
    background: url('../images/luckDraw/dialog-header.png') no-repeat;
    background-size: 100% 100%;
    line-height: 70px;
    font-size: 18px;
    font-weight: 600;
}

.draw-header span {
    background-image: -webkit-linear-gradient(180deg, #E086FF 0%, #A34DF9 100%);
    ;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.draw-txt {
    text-align: center;
    color: #666;
    font-size: 14px;
    line-height: 26px;
    padding: 40px 18px 20px 18px;
}

.draw-btns {
    display: flex;
    justify-content: space-between;
    padding: 6px 35px 0 35px;
}

.draw-btns div {
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #E2E2E2;
    color: #999;
    font-size: 14px;
    border-radius: 20px;
}

.draw-btns .jx {
    background: #CF6CFD;
    color: #fff;
}

a {
    display: block;
    color: #fff;
    width: 80px;
    height: 30px;
    font-size: 14px;
    border-radius: 20px;
    text-align: center;
    line-height: 30px;
}

.js-md-out {
    z-index: 1002;
}



.start-dailog-in{
    width: 375px;
    height: 455px;
    background: url('../images/luckDraw/bg-2.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top:15%;
    left: 50%;
    margin-left:-187.5px;
    z-index: 1003;
}

.start-dailog-in .top{
    position: absolute;
    top:146px;
    left:0;
    right: 0;
    z-index: 1004;
}

.titles{
    font-size: 22px;
    text-align: center;
    background-image: -webkit-linear-gradient(180deg, #E086FF 0%, #A34DF9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: STHupo;
}

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

.imgbox{
    width: 75px;
    height: 60px;
    margin:8px auto;
}

.draws-span .spans{
    font-size: 28px;
    font-family: PingFang SC;
    background-image: -webkit-linear-gradient(180deg, #F756FF 0%, #AD03EE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.close-start{
    width: 34px;
    height: 34px;
    background: url('../images/luckDraw/icon-close2.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top:18px;
    right: 30px
}

.under{
    position: absolute;
    bottom: 38px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.get-coupon{
    width: 161px;
    height: 52px;
    margin:0 auto;
    background: url('../images/luckDraw/btn-bg.png') no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    line-height: 52px;
    font-size: 20px;
}

.get-coupon2{
    position: absolute;
    bottom:81px;
    left: 50%;
    margin-left: -80.5px;
}


.lx-list-title{
    width: 221px;
    height: 55px;
    background: url('../images/luckDraw/icon-title.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top:20%;
    left:50%;
    margin-left:-110.5px;
    z-index: 1006;
}

.js-close-lx{
    top:21%;
}

.lx-list{
    width: 375px;
    height: 458px;
    background: url('../images/luckDraw/bg-3.png') no-repeat; 
    background-size: 100% 100%;
    position: absolute;
    top:15%;
    left:50%;
    margin-left:-187.5px;
    text-align: center;
}
.lx-title{
    font-size: 22px;
    text-align: center;
    background-image: -webkit-linear-gradient(180deg, #E086FF 0%, #A34DF9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: STHupo;
    margin-top:128px;
}

.lx-draw-list{
    display: flex;
    flex-wrap: wrap;
    width: 276px;
    margin: 7px auto;
}

.lx-draw-list li{
    width: 50px;
    height: 64px;
    background: #fff;
    border-radius: 6px;
    margin:4px 3px 4px 2px;
    text-align: center;
}

.icons{
    width: 32px;
    height: 26px;
    margin:0 auto 2px;
}

.icons img{
    width: 100%;
}

.js-span-title{
    color: #FF003D;
    font-size: 12px;
    height: 32px;
    font-family: PingFang SC;
    margin-top:6px;
}



.dailog-text{
    color: #CD27F5;
    text-align: center;
    position: absolute;
    bottom: 145px;
    left: 61px;
    font-size: 12px;
    font-family: PingFang SC;
}
