body{min-width: 1200px;overflow: hidden;}
.activity-wrap a{text-decoration: none;}
.activity-wrap{position: relative;background:url(/Public/Activity/templates/may_day/images/bg.jpg) no-repeat center 720px;}
.activity-wrap .activity-tips{color: #cff8bb;font-size: 12px;text-align: center;}

.activity-wrap .banner{background-position: center 0;position:relative;height:720px;}
.activity-wrap .banner .active-time{background:url(/Public/Activity/templates/may_day/images/time_ico.png) no-repeat;position: absolute;top:437px;left:50%;width:300px;height:64px;margin-left:90px;font-size:18px;color:#fffcce;font-weight: bold;text-align: center;line-height: 62px;}
.activity-wrap .banner .count-down{display: none;position: absolute;top:667px;left:50%;width:360px;height:32px;line-height:32px;text-align: center;margin-left:-180px;font-size:15px;color:#fff000;background:url(/Public/Activity/templates/may_day/images/count_ico.png) no-repeat center 0;}
.activity-wrap .banner .count-down span{color:#fff000;}

/* 砸蛋 */
.activity-wrap .egg_banner{padding-top:20px;margin-bottom:74px;}
.activity-wrap .egg_banner .banner_title{background: url(/Public/Activity/templates/may_day/images/title_egg.png) center 0 no-repeat;height:90px;margin-bottom:9px;}
.activity-wrap .egg_banner .smash_num{background: url(/Public/Activity/templates/may_day/images/smash_bg.png) center 0 no-repeat;height:34px;line-height:34px;text-align: center;font-size:13px;color:#ecffe5;}
.activity-wrap .egg_banner .smash_num .iron-hammer{background: url(/Public/Activity/templates/may_day/images/iron-hammer.png) 0 center no-repeat;padding-left:22px;}
.activity-wrap .egg_banner .smash_num .golden-hammer{background: url(/Public/Activity/templates/may_day/images/golden-hammer.png) 0 center no-repeat;padding-left:22px;margin-left:25px;}
.activity-wrap .egg_banner .smash_num .iron-num{font-weight: bold;color:#fff;}
.activity-wrap .egg_banner .smash_num .golden-num{font-weight: bold;color:#fff600;}

.activity-wrap .egg_banner .smash_box{width:1020px;margin:-1px auto 0;height:350px;}
.activity-wrap .egg_banner .smash_box .smash_item{float:left;width:320px;height:100%;margin:0 10px;position:relative;}
.activity-wrap .egg_banner .smash_box .smash_1{background:url(/Public/Activity/templates/may_day/images/silver_egg.png) no-repeat center center;}
.activity-wrap .egg_banner .smash_box .smash_2{background:url(/Public/Activity/templates/may_day/images/golden_egg.png) no-repeat center center;}
.activity-wrap .egg_banner .smash_box .smash_item .egg_box{width:220px;height:230px;margin:58px auto 0;position: relative;z-index: 2;}
.activity-wrap .egg_banner .smash_box .smash_1 .egg_box:hover{cursor: url(/Public/Activity/templates/may_day/images/iron_hammer.png) 60 60, pointer;}
.activity-wrap .egg_banner .smash_box .smash_2 .egg_box:hover{cursor: url(/Public/Activity/templates/may_day/images/golden_hammer.png) 60 60, pointer;}
.activity-wrap .egg_banner .smash_box .smash_item.smash_on .egg_box{cursor: none;}
.activity-wrap .egg_banner .smash_box .smash_item .smash_consume{font-size:12px;height:27px;line-height: 27px;text-align:center;margin:18px 0 0 8px;background:url(/Public/Activity/templates/may_day/images/smash_consume.png) no-repeat center 0;}
.activity-wrap .egg_banner .smash_box .smash_item.smash_2 .smash_consume{background:url(/Public/Activity/templates/may_day/images/smash_consume_gold.png) no-repeat center 0;}
.activity-wrap .egg_banner .smash_box .smash_1 .smash_consume{color:#FFF5DF;}
.activity-wrap .egg_banner .smash_box .smash_2 .smash_consume{color:#ffdb00;}

.activity-wrap .egg_banner .smash_box .smash_item .award_tip{opacity:0;position:absolute;right:-20px;top:25px;border:1px solid #C4ED73;background:#FFFDF6;border-radius: 10px;width:145px;padding:10px 0 10px 10px;line-height:22px;box-shadow:0 2px 5px 0px rgba(0, 0, 0, 0.5);cursor: default;}
.activity-wrap .egg_banner .smash_box .smash_item .award_tip:after{content:'';width:25px;height:18px;position:absolute;left:20px;bottom:-18px;background: url(/Public/Activity/templates/may_day/images/tip_arraw.png) no-repeat;}
.activity-wrap .egg_banner .smash_box .smash_item .award_tip .title{color:#333333;font-size:13px;}
.activity-wrap .egg_banner .smash_box .smash_item .award_tip .prize{color:#ff6600;font-size:13px;}
.activity-wrap .egg_banner .smash_box .smash_item .award_tip .prize span{display: inline-block;}
.activity-wrap .egg_banner .smash_box .smash_item .award_tip .prize .prize_2{color:#cc33ff}
.activity-wrap .egg_banner .smash_box .smash_item .award_tip .prize .prize_4{color:#ff0000}
.activity-wrap .egg_banner .smash_box .smash_item_1 .award_tip{width:125px;}
.activity-wrap .egg_banner .smash_box .smash_item_2 .award_tip{width:135px;}

.activity-wrap .egg_banner .smash_box .smash_item .award_tip{animation: eggTipAnimate 9s infinite;}
.activity-wrap .egg_banner .smash_box .smash_item_1 .award_tip{animation-delay: 0s;}
.activity-wrap .egg_banner .smash_box .smash_item_2 .award_tip{animation-delay: 3s;}
.activity-wrap .egg_banner .smash_box .smash_item_3 .award_tip{animation-delay: 6s;}
@keyframes eggTipAnimate
{
	0% { opacity: 0; z-index: 0; }
	10% { opacity: 1; z-index: 1; } /* 淡入时间 */
	33.33% { opacity: 1; z-index: 1; } /* 保持显示 */
	43.33% { opacity: 0; z-index: 0; } /* 淡出时间 */
	100% { opacity: 0; z-index: 0; }
}
.activity-wrap .egg_banner .smash_box .smash_item .award_tip.award_tip_h{visibility: visible !important;opacity: 1 !important;}

.activity-wrap .egg_banner .smash_banner{width:100%;height:300px;background: url(/Public/Activity/templates/may_day/images/banner1_egg_bg.png) center 0 no-repeat;}
.activity-wrap .egg_banner .smash_banner .task_list{float:left;width:350px;margin:65px 10px 20px 30px;padding:0 10px;}
.activity-wrap .egg_banner .smash_banner .smash_rules{float:left;width:350px;margin:64px 0 0;padding:0 20px 0 32px;}
.activity-wrap .egg_banner .smash_banner .record_list{float:left;width:325px;margin:65px 0 0 30px;}

.activity-wrap .egg_banner .smash_banner .task_list li{height:51px;line-height:51px;font-size:13px;color:#333333;}
.activity-wrap .egg_banner .smash_banner .task_list li .title{padding-left:18px;display: inline-block;width:200px;float:left;}
.activity-wrap .egg_banner .smash_banner .task_list li .title .num{color:#ff3300;}
.activity-wrap .egg_banner .smash_banner .task_list li .title .join_cornucopia{color:#066fff;text-decoration: underline;cursor: pointer;}
.activity-wrap .egg_banner .smash_banner .task_list li .reward{color:#d43600;float:left;}
.activity-wrap .egg_banner .smash_banner .task_list li .rewardbtn{display:inline-block;color:#fff;background:#00AE0C;width:48px;height:24px;text-align:center;line-height:24px;border-radius:4px;cursor: pointer;float:right;margin-top:13px;}
.activity-wrap .egg_banner .smash_banner .task_list li .rewardbtn:hover{background:#2BD12B;}
.activity-wrap .egg_banner .smash_banner .task_list li .rewardbtn.disabled{background:#CFCFCF;color:#ffffff;cursor: no-drop;}
.activity-wrap .egg_banner .smash_banner .task_list li:last-child{border-bottom: 0;}

.activity-wrap .egg_banner .smash_banner .smash_rules .rules{margin-top:14px;}
.activity-wrap .egg_banner .smash_banner .smash_rules .rules p{font-size:13px;color:#333333;position:relative;padding-left:22px;line-height:26px;}
.activity-wrap .egg_banner .smash_banner .smash_rules .rules p span{font-size:13px;color:#333333;position:absolute;left:0;top:0;}

.activity-wrap .egg_banner .smash_banner .record_list .record_list_scroll{height:205px;overflow: hidden;}
.activity-wrap .egg_banner .smash_banner .record_list .record_list_scroll li{height: 32px;line-height: 32px;color: #333;font-size:13px;}
.activity-wrap .egg_banner .smash_banner .record_list .record_list_scroll li .nobility_ico{vertical-align: middle;margin-right:6px;}
.activity-wrap .egg_banner .smash_banner .record_list .record_list_scroll li .name{color:#0066ff;}
.activity-wrap .egg_banner .smash_banner .record_list .record_list_scroll li .prize{color:#ff6600;}
.activity-wrap .egg_banner .smash_banner .record_list .record_list_scroll li .prize_4{color:#ff3300;}
.activity-wrap .egg_banner .smash_banner .record_list .record_list_scroll li.no-data{text-align: center;color: #999;margin-top: 50px;}

/* 抽奖 */
.activity-wrap .lottery_banner{padding-top:20px;position:relative;height:827px;}
.activity-wrap .lottery_banner .banner_title{background: url(/Public/Activity/templates/may_day/images/title_lottery.png) center 0 no-repeat;height:90px;margin-bottom:20px;}

.lotterybox{position: relative;height: 500px;margin-top: 46px;background:url(/Public/Activity/templates/may_day/images/banner1_lucky_bg.png) center 0 no-repeat;}
.lottery-rules{padding:95px 0 0 55px;width: 226px;color: #383838;line-height: 24px;}
.lottery-rules p{padding-left: 20px;}
.lottery-rules p span{float: left;height: 100%;margin-left: -20px;width: 20px;}

.lottery-record-rank{margin: 87px 42px 0 0;width: 255px;}
.lottery-record-rank .lottery-record-list{height: 370px;overflow: hidden;}
.lottery-record-rank .lottery-record-list .lottery-list-con{padding: 0px 0 0 6px;}
.lottery-record-rank .lottery-record-list .lottery-list-con li{height: 28px;line-height: 28px;color: #383838;font-size: 12px;}
.lottery-record-rank .lottery-record-list .lottery-list-con li.no-data{text-align: center;margin-top:50px;color:#8ebf67;}
.lottery-record-rank .lottery-record-list .lottery-list-con li .nobilityimg{margin: 5px 6px 0 0;}
.lottery-record-rank .lottery-record-list .lottery-list-con li .username{margin-right:5px;max-width: 105px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.box-lottery {
	position: absolute;
	top: -32px;
	left: 50%;
	width: 553px;
	height: 553px;
	margin-left: -292px;
	background: url(/Public/Activity/templates/may_day/images/lottery_bg.gif) center center no-repeat;
	text-align: center;
	padding:15px;
}
.lottery-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(/Public/Activity/templates/may_day/images/lottery_bg_f.png) center no-repeat;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.lottery-wrap span {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 33.5%;
  width: 33%;
  height: 50%;
  color: #fff;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  text-align: center;
}
.lottery-wrap span img{
  width: 45px;
  position: absolute;
  left: 50%;
  top: 110px;
  margin-left: -22px;
}
.lottery-wrap span i {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	width: 70%;
	margin: 86px 15% 0;
	display: block;
	color: #d85100;
}
.lottery-wrap span.jifen i{
  color: #da42dc;
}
.lottery-wrap span.lottery-span1 {
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
  -ms-transform: rotate(22.5deg);
  transform: rotate(22.5deg);
}
.lottery-wrap span.lottery-span2 {
  -webkit-transform: rotate(67.5deg);
  -moz-transform: rotate(67.5deg);
  -ms-transform: rotate(67.5deg);
  transform: rotate(67.5deg);
}
.lottery-wrap span.lottery-span3 {
  -webkit-transform: rotate(112.5deg);
  -moz-transform: rotate(112.5deg);
  -ms-transform: rotate(112.5deg);
  transform: rotate(112.5deg);
}
.lottery-wrap span.lottery-span4 {
  -webkit-transform: rotate(157.5deg);
  -moz-transform: rotate(157.5deg);
  -ms-transform: rotate(157.5deg);
  transform: rotate(157.5deg);
}
.lottery-wrap span.lottery-span5 {
  -webkit-transform: rotate(202.5deg);
  -moz-transform: rotate(202.5deg);
  -ms-transform: rotate(202.5deg);
  transform: rotate(202.5deg);
}
.lottery-wrap span.lottery-span6 {
  -webkit-transform: rotate(247.5deg);
  -moz-transform: rotate(247.5deg);
  -ms-transform: rotate(247.5deg);
  transform: rotate(247.5deg);
}
.lottery-wrap span.lottery-span7 {
  -webkit-transform: rotate(292.5deg);
  -moz-transform: rotate(292.5deg);
  -ms-transform: rotate(292.5deg);
  transform: rotate(292.5deg);
}
.lottery-wrap span.lottery-span8 {
  -webkit-transform: rotate(337.5deg);
  -moz-transform: rotate(337.5deg);
  -ms-transform: rotate(337.5deg);
  transform: rotate(337.5deg);
}
.box-lottery .lottery-btn-img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
  width: 138px;
  height: 206px;
  background:url(/Public/Activity/templates/may_day/images/lottery_btn.png) no-repeat;
  margin: -137px 0 0 -69px;
}
.box-lottery .lottery-btn-img:hover{
  background:url(/Public/Activity/templates/may_day/images/lottery_btn_h.png) no-repeat;
}
.box-lottery .lottery-btn-img.disabled{
  background:url(/Public/Activity/templates/may_day/images/lottery_btn_d.png) no-repeat;
}
.box-lottery .lottery-btn-img .lottery-btn{
	display: block;
	position: absolute;
	left:0;
	bottom:0;
	width: 138px;
	height: 139px;
	background:url(/Public/Activity/templates/may_day/images/lottery_btn.png) 0 -67px no-repeat;
}
.box-lottery .lottery-btn-img:hover .lottery-btn{
  background:url(/Public/Activity/templates/may_day/images/lottery_btn_h.png) 0 -67px no-repeat;
}
.box-lottery .lottery-btn-img.disabled .lottery-btn{
  background:url(/Public/Activity/templates/may_day/images/lottery_btn_d.png) 0 -67px no-repeat;
	cursor: no-drop;
}

.activity-wrap .banner2{}
.activity-wrap .banner2 .banner_title{background: url(/Public/Activity/templates/may_day/images/title_pay1.png) center 0 no-repeat;height:90px;margin-bottom:20px;}
.activity-wrap .banner2 .banner2_box{height: 410px;margin-top: 27px;background: url(/Public/Activity/templates/may_day/images/banner2_bg.png) center 0 no-repeat;}
.activity-wrap .banner2 .banner2_box .pay_special{padding:118px 0 0 480px;position:relative;height:100px;}
.activity-wrap .banner2 .banner2_box .text1{color: #ff3600;font-size: 19px;font-weight:bold;display: inline-block;width:276px;height: 28px;line-height: 28px;text-align: center;border:2px solid #FF3600;border-radius: 16px;background:#FFFDDB;}
.activity-wrap .banner2 .banner2_box .text2{color: #ff3600;font-size: 40px;height:62px;line-height: 58px;font-weight:bold;}
.activity-wrap .banner2 .banner2_box .text2 span{display:inline-block;color: #fffcc7;margin: 9px 6px;width:110px;height:44px;line-height:42px;text-align: center;background:#FF3600;border-radius: 6px;vertical-align:top;}
.activity-wrap .banner2 .banner2_box .paybtn{position: absolute;right: 138px;top: 128px;width: 160px;height: 53px;line-height: 53px;background: url(/Public/Activity/templates/may_day/images/btns.png) no-repeat 0 0;cursor: pointer;}
.activity-wrap .banner2 .banner2_box .paybtn.cur{background: url(/Public/Activity/templates/may_day/images/paybtn_btn.gif) no-repeat;}
.activity-wrap .banner2 .banner2_box .paybtn.cur:hover{background: url(/Public/Activity/templates/may_day/images/btns.png?v=1) no-repeat -180px 0px;}
.activity-wrap .banner2 .banner2_box .paybtn.disabled{background-position: -356px 0px;cursor: no-drop;}
.activity-wrap .banner2 .banner2_box .paybtn.on{background-position: -542px 0px;}
.activity-wrap .banner2 .banner2_box .paybtn.on:hover{background-position: -712px 0px;}
.activity-wrap .banner2 .rules_box{margin-top: 84px;}

.activity-wrap .banner3{margin-top:120px;}
.activity-wrap.eggs-wrap .banner3{margin-top:90px;}
.activity-wrap .banner3 .banner_title{background: url(/Public/Activity/templates/may_day/images/title_pay2.png) center 0 no-repeat;height:90px;margin-bottom:17px;}
.activity-wrap .banner3 .paybtn{display: block;width: 100px;height: 32px;background: url(/Public/Activity/templates/may_day/images/btns.png?v=2) no-repeat 0 -74px;cursor: pointer;margin: 39px auto 0;}
.activity-wrap .banner3 .paybtn.cur{background: url(/Public/Activity/templates/may_day/images/paybtn_btn2.gif) no-repeat;}
.activity-wrap .banner3 .paybtn.cur:hover{background: url(/Public/Activity/templates/may_day/images/btns.png) no-repeat -117px -78px;}
.activity-wrap .banner3 .paybtn.disabled{background-position: -228px -78px;cursor: no-drop;}
.activity-wrap .banner3 .paybtn.on{background-position: -345px -78px;}
.activity-wrap .banner3 .paybtn.on:hover{background-position: -462px -78px;}

.activity-wrap .banner3 .ptblist-box{margin: 20px auto 0;background: url(/Public/Activity/templates/may_day/images/banner3_bg.png) center 0 no-repeat;padding-top:40px;height:600px;}
.activity-wrap .banner3 .ptblist{margin-left: 52px;height: 463px;padding-top:13px;}
.activity-wrap .banner3 .ptblist li{margin-left: 34px;background:url(/Public/Activity/templates/may_day/images/ptb_bg.png) no-repeat center 0;width: 320px;height:185px;float: left;margin-top: 27px;}
.activity-wrap .banner3 .ptblist li .money{display:block;font-size:16px;color: #e74100;text-align: center;width:100%;height: 32px;line-height:32px;/* margin-top:8px; */}
.activity-wrap .banner3 .ptblist li .give{font-size:40px;color: #ff2e0c;display: block;text-align: center;height: 46px;line-height: 46px;padding-left:15px;font-weight: bold;margin-top:18px;padding:0 76px 0 96px;}
.activity-wrap .banner3 .ptblist li .give span{vertical-align: top;}
.activity-wrap .banner3 .rules_box{margin-top: 18px;}

.rules_box{width:1130px;margin:0 auto;color:#444444;line-height: 24px;margin-top: 15px;font-size: 12px;}
.rules_box p{font-size:12px;}
.rules_box .tip{font-weight: bold;}

.activity-wrap .floatNav{position: fixed;top:260px;right: 10px;width: 114px;height: 225px;padding-top: 51px;background:url(/Public/Activity/templates/may_day/images/floatnav_bg.png) no-repeat;z-index: 5;}
.activity-wrap .floatNav a{display: block;text-align: center;font-size: 13px;color: #e2ffe5;font-weight:bold;width: 100px;height: 36px;line-height: 36px;text-decoration: none;background: url(/Public/Activity/templates/may_day/images/floatnav.png) no-repeat;margin:0 auto;}
.activity-wrap .floatNav a:hover, .activity-wrap .floatNav a.active{color: #ec7c18;background-position:0 -36px;}

.activity-wrap .footer_banner {padding:185px 0 0 0;margin-top: 0px;height: 185px;}
.activity-wrap .footer_banner .copyright {text-align: center;color: #b6dca7;line-height: 28px;font-size: 12px;}
.activity-wrap .footer_banner .copyright p,.activity-wrap .footer_banner .copyright a {color: #b6dca7;line-height: 28px;font-size: 12px;}
.activity-wrap .footer_banner .copyright p span,.activity-wrap .footer_banner .copyright a {margin: 0 4px;}
.activity-wrap .footer_banner .copyright p:last-child {color: #b6dca7;font-size: 12px;}
.activity-wrap .footer_banner .copyright img {vertical-align: text-bottom;}

.layui-layer.layer_wrap{box-shadow: none;}
.layer_wrap .layui-layer-setwin .layui-layer-ico{background:url(/Public/Activity/templates/may_day/images/layer_close_btn.png) no-repeat center 7px;width: 28px;height: 28px;top: 0;right: 0;}
.layer_wrap .layui-layer-setwin .layui-layer-ico:hover{background-position: center -35px;}

.layer-mybag .mybag-box .title{background:#086833;color: #ffffff;font-weight: bold;font-size: 18px;height: 48px;line-height: 48px;text-indent: 15px;}
.layer-mybag .mybag-box .mybag-cn{padding:20px 20px 0;height:350px;}
.layer-mybag .mybag-box .mybag-list{width:100%;}
.layer-mybag .mybag-box .mybag-list thead tr{height: 32px;font-size: 13px;color:#6F6F6F;border-bottom: 1px dashed #DADADA;background:#E3E3E3;}
.layer-mybag .mybag-box .mybag-list tbody tr{height: 44px;border-bottom: 1px dashed #DADADA;}
.layer-mybag .mybag-box .mybag-list td{text-align: center;font-size:13px;color:#6F6F6F;}
.layer-mybag .mybag-box .mybag-list tr .name.type_1{color:#FF6600;}
.layer-mybag .mybag-box .mybag-list tr .name.type_2{color:#CC33FF;}
.layer-mybag .mybag-box .mybag-list tr .name.type_3{color:#ff6600;}
.layer-mybag .mybag-box .mybag-list tr .name.type_4{color:#ff0000;}
.layer-mybag .mybag-box .mybag-list tr .name.lottery_type_1{color:#FF6600;}
.layer-mybag .mybag-box .mybag-list tr .name.lottery_type_3{color:#CC33FF;}
.layer-mybag .mybag-box .mybag-list tr .color_l{color:#ff0000;}
.layer-mybag .mybag-box .mybag-list tr.nodata{border:none}
.layer-mybag .mybag-box .mybag-list tr.nodata td{color:#999;padding:50px 0}

.layer-mybag .mybag-box .log_page_box{height:18px;line-height:18px;text-align:center; font-size:12px;margin-top: 18px;}
.layer-mybag .mybag-box .log_page_box a,.layer-mybag .mybag-box .log_page_box span{display:inline-block;border:1px solid #E2E2E2;height:18px;min-width:12px;padding:0 3px;margin:0 3px;cursor:pointer;vertical-align: middle;color:#6f6f6f;border-radius: 2px;}
.layer-mybag .mybag-box .log_page_box i.fa{font-size:18px;font-weight: bold;line-height: 18px;}
.layer-mybag .mybag-box .log_page_box a:hover{color:#666; text-decoration:none; background:#f7f7f7;}
.layer-mybag .mybag-box .log_page_box span{background:#48B75A;color:#fff;border:1px solid #48B75A;}
.layer-mybag .mybag-box .log_page_box a.cur{color:#fff; text-decoration:none; background:#48B75A;border:1px solid #48B75A;}

.layer-package-pay .title{background:#086833;color: #ffffff;font-weight: bold;font-size: 16px;height: 40px;line-height: 40px;text-indent: 15px;margin:0 -20px;margin-bottom:20px;text-align: left;}
.layer-package-pay .layui-layer-setwin .layui-layer-ico{top:-4px;}
.package_pay_box{padding: 0 20px;}
.package_pay_box .package_pay_ctn{}
.package_pay_box .item{height: 32px;margin-bottom: 10px;}
.package_pay_box .item .label{width: 90px;line-height: 32px;text-align: right;font-size: 14px;color: #666666;margin-right: 5px;}
.package_pay_box .item .uname{font-size: 14px;color: #333;line-height: 32px;}
.package_pay_box .item .money{font-size: 14px;color: #ff4911;font-weight: bold;line-height: 32px;}
.package_pay_box .item .totalmoney{font-size: 14px;color: #ff7e30;font-weight: bold;line-height: 32px;}
.package_pay_box .item .totalmoney span{font-weight: normal;font-size: 13px;color: #666;}
.package_pay_box .item .nav_tab{margin-top: -2px;}
.package_pay_box .item .nav_tab .tab{width: 136px;height: 32px;line-height: 30px;text-align: center;background: #f1f1f1;font-size: 14px;color: #666;margin-right: 10px;cursor: pointer;border: 2px solid #f1f1f1;position: relative;}
.package_pay_box .item .nav_tab .tab em{width: 24px;height: 24px;display: inline-block;background: url(/Public/Activity/templates/may_day/images/zf_ico.png) -36px 2px no-repeat;vertical-align: middle;margin-right: 8px;}
.package_pay_box .item .nav_tab .tab.tab_alipay em{background-position: -36px -31px;}
.package_pay_box .item .nav_tab .tab.active::before{content: '';width: 24px;height: 25px;position: absolute;right: -2px;bottom: -2px;background: url(/Public/Activity/templates/may_day/images/zf_ico.png);}
.package_pay_box .item .nav_tab .tab.tab_weixin.active{background: #fff;color: #00c600;border-color: #00c600;}
.package_pay_box .item .nav_tab .tab.tab_weixin.active::before{background-position: 0px -145px;}
.package_pay_box .item .nav_tab .tab.tab_alipay.active{background: #fff;color: #11a9ff;border-color: #11a9ff;}
.package_pay_box .item .nav_tab .tab.tab_alipay.active::before{background-position: -36px -145px;}
.package_pay_box .pay_btns{width: 98px;height: 33px;line-height: 33px;background: #fff;border: 1px solid #ff871d;color: #ff871d;font-size: 15px;font-weight: bold;text-align: center;border-radius: 3px;cursor: pointer;margin: 48px auto 40px auto;}
.package_pay_box .pay_btns:hover{background: #ff871d;border-color: #ff871d;color: #fff;}
.package_pay_box .tips{color: #5e5e5e;line-height: 20px;border-top: 1px solid #eeeeee;padding-top:10px;margin: 0 11px 0 11px;}
.payqrcode_box{padding: 0 20px;position: relative;}
.payqrcode_box .payqrcode_ctn{background: #FFFFFF;text-align: center;}
.payqrcode_box .subtitle{font-size: 15px;font-weight: bold;color: #666666;line-height: 24px;}
.payqrcode_box .subtitle em{background: url(/Public/Activity/templates/may_day/images/zf_ico.png) -36px 0px no-repeat;width: 24px;height: 24px;display: inline-block;margin-right: 6px;vertical-align: middle;}
.payqrcode_box .subtitle em.alipay_ico{background-position: -36px -31px;}
.payqrcode_box #packagePayQrcode{width: 205px;height: 205px;margin: 10px auto 12px auto;}
.payqrcode_box #packagePayQrcode iframe{background: #fbfbfb;}
.payqrcode_box .txt{font-size: 15px;color: #5e5e5e;}
.payqrcode_box .qrcode_loading{position: absolute;left: 50%;top: 165px;margin-left:-20px;}
.package_pay_sus_box{margin: 0 20px;text-align: center;}
.package_pay_sus_box .title{margin-bottom:40px;}
.package_pay_sus_box .text{color: #5e5e5e;font-size: 22px;font-weight: bold;margin-top: 15px;}
.package_pay_sus_box .text2{color: #5e5e5e;margin-top: 12px;}
.package_pay_sus_box .submit_btn{width: 88px;height: 28px;line-height: 28px;border: 1px solid #e0e0e0;background: #fcfcfc;font-size: 15px;color: #777777;border-radius: 3px;margin: 45px auto 0 auto;cursor: pointer;}

.layer-bindphone .bindphone-box{padding: 0 30px;}
.layer-bindphone .bindphone-box .title{background:#086833;color: #ffffff;font-weight: bold;font-size: 16px;height: 48px;line-height: 48px;text-indent:15px;margin: 0 -30px;}
.layer-bindphone .tips{font-size: 13px;color: #575757;height: 42px;line-height: 42px;margin-top: 12px;border-bottom: 1px solid #e9e9e9;}
.layer-bindphone .item{margin-top: 20px;line-height: 30px;}
.layer-bindphone .item .label{width: 70px;text-align: right;font-size: 14px;color: #575757;font-weight: bold;margin-right: 7px;}
.layer-bindphone .item input[type="text"]{width: 238px;height: 30px;border: 1px solid #DADADA;background:#fbfbfb;text-indent: 10px;}
.layer-bindphone .item .smscode{width: 154px!important;}
.layer-bindphone .item .getsmscode{width: 78px;height: 30px;line-height: 30px;background: -webkit-linear-gradient(bottom,#fffdd1,#fffee8);border: 1px solid #ffd461;margin-left: 4px;text-align: center;border-radius: 2px;color: #c55010;cursor: pointer;}
.layer-bindphone .item .getsmscode:hover{background: #fffeec;color: #ff6a18;border-color: #ffe190;}
.layer-bindphone .item .getsmscode.disabled{opacity: .5;}
.layer-bindphone .btns-box{margin: 27px 0 0 77px;}
.layer-bindphone .btns-box .bind-btn{width: 100px;height: 32px;line-height: 32px;background: url(/Public/Activity/templates/may_day/images/btns.png) 0 -165px;display: inline-block;text-align: center;font-size: 14px;color: #fff;font-weight: bold;cursor: pointer;}
.layer-bindphone .btns-box .bind-btn:hover{background-position: -133px -165px;}
.layer-bindphone .btns-box .cancel-link{font-size: 13px;color: #a1a1a1;text-decoration: underline;margin-left: 25px;cursor: pointer;}


/* 奖励弹框  */
.layui-layer.result_layer_wrap{background:url(/Public/Activity/templates/may_day/images/result_bg.png) no-repeat;box-shadow: none;}
.result_layer_wrap .layui-layer-setwin .layui-layer-ico{background:url(/Public/Activity/templates/may_day/images/close_btn.png) no-repeat;width: 32px;height: 32px;top: 25px;right: -25px;}
.result_layer_wrap .layui-layer-setwin .layui-layer-ico:hover{background-position: -34px 0;}
.result_layer_wrap .give_cn{text-align: center;}
.result_layer_wrap .title{font-size:20px;color:#bc3500;margin-top:136px;}
.result_layer_wrap .prize{margin-top:15px;font-size: 20px;color:#bc3500;font-weight:bold;}
.result_layer_wrap .prize span{color:#ff341f;}
.result_layer_wrap .prize .prize_2, .result_layer_wrap .prize .lottery_3{color:#9900ff;}
.result_layer_wrap .footer_btn{text-align: center;margin-top:26px;}
.result_layer_wrap .btns{display: inline-block;width:138px;height: 44px;border:1px solid #00AE0C;background:#00AE0C;font-size:20px;color:#FFFFFF;cursor: pointer;border-radius:25px;text-align:center;line-height: 46px;margin:0 5px;}
.result_layer_wrap .btns:hover{opacity: .9;}
