/*弹窗公共部分*/
.Pop-Activity-Model{
    position: fixed;
    z-index: 9990;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.Pop-Activity-Model .Pop-bg{
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}
.Pop-Activity-Model .Pop-close{
    position: absolute;
    right: -40px;
    top: 0px;
    width: 40px;
    height: 40px;
    background: url(../imgs/halloween/wsj_del.png) no-repeat center;
    cursor: pointer;
}
#halloween .top-bnr{
    width: 100%;
    height: 95px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url(../imgs/Christmas/topbg.png) no-repeat center;
    background-size: cover;
}
#halloween .right-pic{
    width: 300px;
    height: 320px;
    position: absolute;
    top: 10px;
    right: 50%;
    margin-right: -920px;
    background: url(../imgs/Christmas/sb2019.png) no-repeat center;
    background-size: 100% 100%;
}
#halloween .left-pic{
    width: 485px;
    height: 74px;
    position: absolute;
    top: 125px;
    left: 50%;
    margin-left: -1090px;
    background: url('../imgs/Christmas/sd_merry.png?v=2332') no-repeat center;
}
@media screen and (max-width: 1870px) {
    #halloween .right-pic{
        width: 270px;
        height: 290px;
        margin-right: -880px;
    }
}
@media screen and (max-width: 1780px) {
    #halloween .right-pic{
        width: 240px;
        height: 260px;
        margin-right: -845px;
    }
}
@media screen and (max-width: 1705px) {
    #halloween .right-pic{
        width: 200px;
        height: 220px;
        margin-right: -810px;
        top: 40px;
    }
}
@media screen and (max-width: 1640px) {
    #halloween .right-pic{
        width: 170px;
        height: 190px;
        margin-right: -775px;
    }
}

/*圣诞节布局*/
.Pop-Activity-Model .Pop-Christmas{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 819px;
    height: 772px;
    background: url(../imgs/Christmas/sdj_home_tc.png) no-repeat center;
    margin: -386px 0 0 -410px;
    animation: figure 1s;
    -moz-animation: figure 1s; /* Firefox */
    -webkit-animation: figure 1s; /* Safari and Chrome */
    -o-animation: figure 1s; /* Opera */
}
@keyframes figure{
    from{top: -50%;}
    to{top: 50%;}
}
.Pop-Christmas .Pop-body, .Pop-Years .Pop-body{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.Pop-Christmas .Pop-box{
    position: absolute;
    bottom: 70px;
    left: 50%;
    width: 485px;
    margin-left: -227px;
}
.Pop-Christmas .Pop-box p, .Pop-Years .Pop-box p{
    margin-bottom: 0;
    padding-bottom: 2px;
}
.Pop-Christmas .info, .Pop-Years .info{
    padding-bottom: 13px;
}
.Pop-Christmas .Pop-box .btn{
    display: block;
    width: 143px;
    height: 42px;
    margin: 0 auto;
    background: url('../imgs/Christmas/sdj_buttun.png') no-repeat center center;
}

/*元旦节布局*/
.Pop-Activity-Model .Pop-Years{
    position: absolute;
    top: -50%;
    left: 50%;
    z-index: 2;
    width: 778px;
    height: 765px;
    background: url('../imgs/Years/bg.png') no-repeat center bottom;
    margin: -389px 0 0 -382.5px;
    animation: figure 1s;
    -moz-animation: figure 1s; /* Firefox */
    -webkit-animation: figure 1s; /* Safari and Chrome */
    -o-animation: figure 1s; /* Opera */
    animation-delay: 1s;
    -webkit-animation-delay: 1s; /* Safari 和 Chrome */
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
}
.Pop-Years .Pop-box .btn{
    display: block;
    width: 143px;
    height: 42px;
    margin: 15px auto 0;
    background: url('../imgs/Years/sdj_buttun.png') no-repeat center center;
}
.Pop-Years .Pop-box{
    position: absolute;
    bottom: 0;
    width: 725px;
    height: 376px;
    background: url('../imgs/Years/ggl.png') no-repeat center center;
    left: 50%;
    margin-left: -362.5px;
    padding: 80px 85px 0 145px;
    box-sizing: border-box;
    z-index: 6;
}
.Pop-Years .Pop-box.active{
    animation: figureBox 1s;
    -moz-animation: figureBox 1s; /* Firefox */
    -webkit-animation: figureBox 1s; /* Safari and Chrome */
    -o-animation: figureBox 1s; /* Opera */
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
}
@keyframes figureBox{
    0%{bottom: 0;}
    100%{bottom: -100%;}
}
.Pop-Years .col-ball{
    position: absolute;
    z-index: 2;
}
.Pop-Years .col-ball:nth-child(1){
    width: 205px;
    height: 362px;
    left: 115px;
    top: 85px;
    background: url('../imgs/Years/q2.png') no-repeat center center;
}
.Pop-Years .col-ball:nth-child(2){
    width: 180px;
    height: 412px;
    left: 283px;
    z-index: 1;
    top: 70px;
    background: url('../imgs/Years/q0.png') no-repeat center center;
}
.Pop-Years .col-ball:nth-child(3){
    width: 177px;
    height: 475px;
    left: 425px;
    z-index: 2;
    background: url('../imgs/Years/q1.png') no-repeat center center;
}
.Pop-Years .col-ball:nth-child(4){
    width: 255px;
    height: 360px;
    left: 465px;
    top: 100px;
    z-index: 1;
    background: url('../imgs/Years/q9.png') no-repeat center center;
}
.Pop-Years .col-ball.active:nth-child(1){
    animation: figureball 1s;
    -moz-animation: figureball 1s; /* Firefox */
    -webkit-animation: figureball 1s; /* Safari and Chrome */
    -o-animation: figureball 1s; /* Opera */
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
    animation-delay: .1s;
    -webkit-animation-delay: .1s; /* Safari 和 Chrome */
}
.Pop-Years .col-ball.active:nth-child(2){
    animation: figureball 1s;
    -moz-animation: figureball 1s; /* Firefox */
    -webkit-animation: figureball 1s; /* Safari and Chrome */
    -o-animation: figureball 1s; /* Opera */
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
    animation-delay: .3s;
    -webkit-animation-delay: .3s; /* Safari 和 Chrome */
}
.Pop-Years .col-ball.active:nth-child(3){
    animation: figureball 1s;
    -moz-animation: figureball 1s; /* Firefox */
    -webkit-animation: figureball 1s; /* Safari and Chrome */
    -o-animation: figureball 1s; /* Opera */
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
    animation-delay: .5s;
    -webkit-animation-delay: .5s; /* Safari 和 Chrome */
}
.Pop-Years .col-ball.active:nth-child(4){
    animation: figureball 1s;
    -moz-animation: figureball 1s; /* Firefox */
    -webkit-animation: figureball 1s; /* Safari and Chrome */
    -o-animation: figureball 1s; /* Opera */
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
    animation-delay: .7s;
    -webkit-animation-delay: .7; /* Safari 和 Chrome */
}
@keyframes figureball{
    0%{top:85px;}
    100%{top:-100%;}
}
@media screen and (max-width:930px){
    .Pop-Activity-Model .Pop-Christmas{
        transform: scale(0.95,0.95);
    }
}
@media screen and (max-width:850px){
    .Pop-Activity-Model .Pop-Christmas{
        transform: scale(0.95,0.95);
    }
}
@media screen and (max-height:850px){
    .Pop-Activity-Model .Pop-Christmas{
        transform: scale(0.95,0.95);
    }
}
@media screen and (max-height:800px){
    .Pop-Activity-Model .Pop-Christmas{
        transform: scale(0.85,0.85);
    }
}
@media screen and (max-height:700px){
    .Pop-Activity-Model .Pop-Christmas, .Pop-Activity-Model .Pop-Years{
        transform: scale(0.8,0.8);
    }
}
@media screen and (max-height:640px){
    .Pop-Activity-Model .Pop-Christmas, .Pop-Activity-Model .Pop-Years{
        transform: scale(0.75,0.75);
    }
}

/* 春节布局 */
#halloween .newYear-right-pic{
    width: 274px;
    height: 269px;
    position: absolute;
    top: 50%;
    right: 100px;
    background: url('../imgs/2019NewYear/newYear_caishen.png') no-repeat center;
    background-size: 100% 100%;
}
#halloween .newYear-left-pic{
    width: 274px;
    height: 269px;
    position: absolute;
    top: 50%;
    left: 100px;
    background: url('../imgs/2019NewYear/newYear_wushi.png') no-repeat center;
    background-size: 100% 100%;
}

/* 通用布局 */
.Pop-public{
    width: 1200px;
    height: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -600px;
    margin-top: -300px;
}
.Pop-public .Pop-close{
    position: absolute;
    right: 0px;
    top: 0px;
}
.Pop-public a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
}













/* 中秋节活动start */

/* 抽奖转盘开始 */
.modes_grid_activity{
    position: fixed;
    z-index: 9990;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
}
.modes_grid_activity .modes_grid_activity_prp{
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
}
.modes_grid_activity .modes_grid_activity_box{
    position: absolute;
    top: 50%;
    left: 50%;
    width:1012px;
    height: 600px;
    margin:-300px 0 0 -506px;
}

.modes_grid_activity .modes_grid-close{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 16px; 
    height: 16px;
    background: url('../imgs/modesTurntable/drawites.png') -994px -396px;
    cursor: pointer;
}	
.modes_activity-content .bj{
    position: absolute;
    left: 50%;
    margin-left: -322px;
    width: 645px;
    height: 135px;
    background: url('../imgs/modesTurntable/photo_zq_tc_top_banner.png') no-repeat;
}

.modes_activity-content .zp{
    width: 580px;
    height: 392px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    margin-left: -290px;
    top: 135px;
    padding: 5px; 
    border-radius: 16px;
    background-image: -webkit-linear-gradient(0deg, 
    #ffb95c 0%, 
    #ffd7b9 66%, 
    #ffbc63 100%), 
linear-gradient(
    #455781, 
    #455781);
    background-image: -moz-linear-gradient(0deg, 
    #ffb95c 0%, 
    #ffd7b9 66%, 
    #ffbc63 100%), 
linear-gradient(
    #455781, 
    #455781);
    background-image: linear-gradient(0deg, 
    #ffb95c 0%, 
    #ffd7b9 66%, 
    #ffbc63 100%), 
linear-gradient(
    #455781, 
    #455781);
    box-shadow: 0px 8px 0 #a87026;
}
.modes_activity-content .zp .box{
    background-image: linear-gradient(0deg, 
    #330511 0%, 
    #61131f 48%, 
    #330511 100%), 
linear-gradient(
    #202c48, 
    #202c48);
background-blend-mode: normal, 
    normal;
border-radius: 15px;
    width:100%; 
    height:100%; 
    margin-top: -10px;
}
.modes_activity-content .zp .zjp{
    position: absolute;
    top: 405px;
    left: 50%;
    width: 480px;
    height: 34px;
    margin-left: -240px;
    box-sizing: border-box;
    background-color: #ffe4bf;
	border-radius: 6px;
    border: solid 2px #ffba5c;
    text-align: center;
    line-height: 34px;
    font-family: Arial;
    font-size: 14px;
    overflow: hidden;
}
.modes_activity-content .zp .zjp li{
    list-style: none;
}
.ht-l,.ht-r{
    position: absolute;
    width: 4px;
	height: 16px;
    background-color: #ffba5d;
    top: 390px;    
}
.ht-l{
    left: 90px;
}
.ht-r{
    left: 480px;
}
.t-xx{
    position: absolute;
    width: 26px;
    height: 33px;
    background: url('../imgs/modesTurntable/photo_zq_tc_star_2.png') no-repeat;
    background-size: cover;
    top: 5px;
    right: -25px;
}
.b-xx{
    position: absolute;
    width: 21px;
    height: 21px;
    background: url('../imgs/modesTurntable/photo_zq_tc_star.png') no-repeat;
    background-size: cover;
    bottom: 10px;
    left: -20px;
}
.modes_activity-content .js{
    width: 226px;
	height: 265px;
	background-image: linear-gradient(0deg, 
		#9e1209 0%, 
		#cf3025 100%), 
	linear-gradient(
		#511919, 
		#511919);
	background-blend-mode: normal, 
		normal;
	border-radius: 6px;
    border: solid 2px #ffc169;
    position: absolute;
    left: -240px;
    top: 40px;
    color: #ffffff;
    padding: 21px 15px 0 15px;
    display: none;
}
.modes_activity-content .rules{
    width: 104px;
	height: 56px;
	background-image: linear-gradient(0deg, 
		#9e1209 0%, 
		#cf3025 100%), 
	linear-gradient(
		#511919, 
		#511919);
	background-blend-mode: normal, 
		normal;
	border-radius: 6px;
    border: solid 2px #ffc169;
    position: absolute;
    left: -120px;
    top: 40px;
    color: #ffffff;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
    display: none;
}

.modes_activity-content .box li{
    position: absolute;
    background-color: #fffeff;
    border-radius: 10px;
    box-shadow: 0px 6px 0 #cac1c2;
    list-style: none;
    width: 132px;
    height: 110px;
}
.jp0{
    left: 14px;
    top: 14px;
}
.jp1{
    left: 154px;
    top: 14px;
}
.jp2{
    left: 294px;
    top: 14px;
}
.jp3{
    left: 434px;
    top: 14px;
}
.jp4{
    right: 14px;
    top: 140px;
}
.jp5{
    right: 14px;
    top: 265px;
}
.jp6{
    right: 154px;
    bottom: 16px;
}
.jp7{
    right: 294px;
    bottom: 16px;
}
.jp8{
    right: 434px;
    bottom: 16px;
}
.jp9{
    left: 14px;
    top: 140px;
}
.turntable-button{
    position: absolute;
    top: 140px;
    left: 154px;
    width: 273px;
	height: 110px;
    background-repeat: no-repeat;
	border-radius: 10px;
    box-shadow: 0px 6px 0 #a20b28;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.modes_activity-content .box .active{
    background-color: #ffb431;
    box-shadow: 0px 6px 0 #ff8d13;
}
.js .bt{
    font-family: Century;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 19px;
	letter-spacing: 0px;
}
.bt-close{
    position: absolute;
    right: 11px;
    top: 22px;
    width: 12px; 
    height: 12px;
    background: url('../imgs/modesTurntable/drawites.png') -996px -398px;
    cursor: pointer;
}
.js p{
    font-family: Arial;
    font-size: 14px;
    text-indent: -12px;
    margin-left: 10px;
    line-height: 1;
    margin-top: 9px;
}
.js .join{
    width: 116px;
    height: 34px;
    line-height: 34px;
    text-align: center;
	background-image: linear-gradient(0deg, 
		#d36e14 0%, 
		#f3d52f 100%), 
	linear-gradient(
		#fbc773, 
		#fbc773);
	background-blend-mode: normal, 
		normal;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    margin: 11px auto;
}
.js .join a{
    text-decoration: none;
    color: #6e2f08;
}
.turntable-button .start{
    font-family: Arial;
	font-size: 44px;
	font-weight: normal;
    font-stretch: normal;
    padding-top: 20px;
    line-height: 45px;
    margin-bottom: 0px;
}
.turntable-button .cs{
    font-family: Arial;
    font-size: 16px;
    vertical-align: super;
}
.zjcs{
    display: inline-block;
    width: 34px;
	height: 23px;
	background-color: #bd0e21;
	border-radius: 2px;
}


.prize_result,.prize_result_none,.prize_result_error{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -158px;
    margin-top: -78px;
    z-index: 3;
    width: 315px;
    background-image: linear-gradient(180deg,#ffe8cc 0%,#ffdec5 50%, #ffd3bd 100%), 
    linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    box-shadow: 0px 5px 9px 0px rgba(233, 176, 110, 0.76);
    border-radius: 11px;
    padding-top: 60px;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    display: none;
}
.prize_result p,.prize_result_none p,.prize_result_error p{
    margin-bottom: 0px;
}
.prize_result{
    height: 156px;
}
.prize_result_none{
    height: 136px;
}
.prize_result_error{
    height: 207px;
    padding-top: 35px;
}

.prize_result .colse_prize_result .icon-button_close,
.prize_result_none .colse_prize_result .icon-button_close,
.prize_result_error .colse_prize_result .icon-button_close{
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 14px;
    color: #803209;
     width: none;
     margin-right: 0px;
     cursor: pointer;
}
.prize_result .prize_result_img{
    position: absolute;
    top: -100px;
    left: 25px;
    background: url('../imgs/modesTurntable/photo_zq_tc_zjjg_congrats.png') no-repeat;
    width: 259px;
    height: 142px; 
}
.prize_result_none .prize_result_img,.prize_result_error .prize_result_img{
    position: absolute;
    top: -45px;
    left: 100px;
    background: url('../imgs/modesTurntable/photo_zq_tc_zjjg_no_gift.png') no-repeat;
    width: 124px;
    height: 86px; 
}
.prize_result_error a{
    display: inline-block;
    width: 219px;
	height: 42px;
	background-image: linear-gradient(180deg, 
		#eb8b1b 0%, 
		#f56931 50%, 
		#ff4646 100%), 
	linear-gradient(0deg, 
		#ffc638 0%, 
		#fcbe32 16%, 
		#fdf380 100%);
	background-blend-mode: normal, 
		normal;
	box-shadow: 0px 10px 30px 0px 
		rgba(0, 0, 0, 0.4);
    border-radius: 21px;
    text-align: center;
    line-height: 42px;
    color: #ffffff;
    text-decoration: none;
    margin-top: 20px;
}
/* 中秋节活动end */

