.lottery-content{width: 602px;height: 426px;background: #FF6300;padding: 28px;position: relative;border-radius: 11px;}

.lottery-content ul li{
    width: 166px;
    height: 108px;
    background-color: #FFF2DF;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.lottery-btn{cursor: pointer;color: #FFFFFF;}

.mask {
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    bottom: 0;
    right: 0;
    background: rgba(245, 182, 126, .8);
}
.lottery-popup {
    width: 500px;
    z-index: 1000000;
    position: fixed;
   top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 20%);
    border-radius: 8px;
    text-align: center;
}
.lottery-popup h2 {
    
    color: #ffffff;
    background-image: linear-gradient(0deg, #2F73FF 0%, #00ceed 100%);
    background-color: #00ceed;
    font-weight: normal;
    text-align: center;
    line-height: 70px;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 24px;
}
.lottery-popup-mask {
    
    font-size: 16px;
    color: #9f9ea2;
    padding-left: 20px;
    padding-right: 20px;
}
.lottery-popup-mask {
    padding-top: 60px;
}
.lottery-popup-mask p {
    padding-top: 16px;
    padding-bottom: 35px;
    line-height: 26px;
}
.lottery-close {
    position: absolute;
    width: 44px;
    height: 44px;
    bottom: -74px;
    left: 50%;
    margin-left: -22px;
    cursor: pointer;
}
.lottery-popup-mask img {
    width: 214px;
    height: 120px;
}
.lottery-popupBtn {
    width: 150px;
    min-height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #2F73FF;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
}
.lottery-prizeBox{
    width: 692px;
    height: 346px;
    background: url(../images/member/lotteryPrize-bg.png) no-repeat center top;
    font-size: 14px;
    color: #FF6300;
    text-align: center;
    padding-top: 28px;
    background-size: 100%;
    margin: 48px auto 80px;
}
#lottery-prizeBox {
    top:-8px;
    position: relative;
    height: 212px;
    overflow: hidden;
}
/*#con1{
	 animation: carousel 26s linear infinite;
}
@keyframes carousel {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-25%);
  }
  50% {
    transform: translateY(-50%);
  }
  75% {
    transform: translateY(-75%);
  }
  100% {
    transform: translateY(-100%);
  }
}*/


.lottery_boxShow{
    position: absolute;
    top: 88px;
    left:49px;
    right: 49px;
    background: linear-gradient(180deg, rgba(255,250,245,0.52) 0%, #FFFAF5 100%);
    height: 20px;
    z-index: 1;
}
.lottery_boxShow1{
    position: absolute;
    bottom: 16px;
    left:49px;
    right: 49px;
    background: linear-gradient(180deg, rgba(255,250,245,0.52) 0%, #FFFAF5 100%);
    height: 20px;
    z-index: 1;
}
#lottery-prizeBox li{
    padding: 6px 0;
}


.lottery-activity-rule a{
	color:#2f73ff;
}
.lottery-activity-rule a:hover{opacity: .8;}


.lottery-header{
    color: #FFFFFF;
    width: 232px;
    height: 42px;
    background-color: #FF6300;
    position: relative;
    border-radius: 23px;
}
.lottery-header:before{
    content: "";
    border-radius: 23px;
    border: 4px solid rgb(255, 227, 28);
    border-radius: 23px;
    filter: blur(2.72px);
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
}
.lottery_line8{
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
}
.lottery_line8:after{
    content: "";
    position: absolute;
    width: 8px;
    height: 31px;
    filter: blur(2.72px);
    background: linear-gradient(180.00deg, rgb(255, 243, 60) 38.901%,rgba(255, 227, 28, 0.4) 100%);
    top: 0;
    left: 70px;
}
.lottery_bubble{
    position: absolute;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
}
.lotteryTop_bubble{left: 0;right: 0;top: 0;}
.lotteryBottom_bubble{left: 0;right: 0;bottom: 0;}
.lotteryRight_bubble{bottom: 0;right: 0;top: 0;}
.lotteryLeft_bubble{left: 0;bottom: 0;top: 0;}


.lottery_line8:before{
    content: "";
    position: absolute;
    width: 8px;
    height: 31px;
    filter: blur(2.72px);
    background: linear-gradient(180.00deg, rgb(255, 243, 60) 38.901%,rgba(255, 227, 28, 0.4) 100%);
    top: 0;
    right: 70px;
}
.lottery_bubble i{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #FFFFFF;
}

.lottery_bubble i:nth-child(odd) {
    background-color: #FFFFFF;
    animation: discolor1 1s linear infinite;
    -webkit-animation: discolor1 1s linear infinite;
}

.lottery_bubble i:nth-child(2n) {
    background-color: #FFE31C;
    animation: discolor2 1s linear infinite;
    -webkit-animation: discolor2 1s linear infinite;
}

@keyframes discolor1 {
   0% {
        background-color: #FFFFFF;
    }
    100% {
        background-color: #FFE31C;
    }
}

@keyframes discolor2 {
    0% {
        background-color: #FFE31C;
    }
    100% {
        background-color: #FFFFFF;
    }
}



.lotteryRaffle_cntr{
    background-color: #FFD99F;
    border-radius: 11px;
    overflow: hidden;
    padding: 12px;
    position: relative;
    z-index: 1;
}
.lotteryRaffle_imgBox{
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 0 14px;
}
.lotteryRaffle_imgBox img{width: 100%;}
.lottery-content ul li.lottery-btn{
    border-radius: 10px;
    background: linear-gradient(180.00deg, rgb(255, 202, 55),rgb(255, 125, 0) 95.248%),rgb(255, 242, 223);
}

.lottery_title{
    height: 44px;
    margin: 0 -20px;
    padding: 0 20px;
    background-color: rgba(255, 99, 0, 0.06);
    color: #FF6300;
    font-weight: bold;
}
.lottery_short_line{
    width: 134px;
    height: 1px;
    background-color: #FF6300;
    position: relative;
}
.lottery_short_line_l:after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #FF6300;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.lottery_short_line_r:after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #FF6300;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}