/*
   public.css
   <project>
   
   Created by Administrator on 2015-06-04.
   Copyright 2015 Administrator. All rights reserved.
*/

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	font: 85%/1 "\9ED1\4F53";
	background-color: #bf170d;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: '微软雅黑';
}

.hide {
	display: none;
}

.visibility_hidden {
	visibility: hidden;
	/*visibility: visible;*/
}

.abs {
	position: absolute;
	z-index: 1;
	left: 0;
}

.rel {
	position: relative;
	z-index: 2;
}

.popup_layer_fixed {
	position: fixed !important;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
}

.pages_bg {
	left: 0;
	top: 0;
	z-index: 0 !important;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.color_ff3000 {
	color: #ff3000;
}

.color_bd1c21 {
	color: #bd1c21;
}

.color_ec000e {
	color: #ec000e;
}

.bg_color_e11339 {
	background-color: #e11339;
}

.bg_color_ffcc15 {
	background-color: #ffcc15;
}

.main_container {
	width: 100%;
	height: 100%;
}


/*扫码签到抽奖 start*/

.sign_01 {
	top: 12%;
}

.sign_02 {
	top: 24%;
	width: 100%;
}

.sign_03 {
	bottom: 0;
}

.popup_layer_box {
	text-align: center;
}

.popup_layer_txt {
	position: absolute;
	left: 10%;
	width: 80%;
	top: 41.5%;
	text-align: center;
	z-index: 5;
}

.popup_layer_txt p {
	height: 24px;
	line-height: 24px;
}

.popup_layer_txt p.name {
	font-size: 14px;
	color: #ec000e;
}

.popup_layer_txt p.tip {
	margin-top: 30px;
}

.popup_layer_txt p.date {
	margin-top: 10px;
	font-size: 12px;
	color: #9f9e9a;
}

.sign_popup_close {
	left: auto;
	right: 15%;
	top: 5%;
	z-index: 10;
}

.form-group {
	display: block;
	width: 80%;
	margin: 10% 10%;
	text-align: center;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	width: 85%;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	border-radius: 4px;
}

.input-group-addon {
	width: 30%;
	color: #252129;
	display: table-cell;
	padding: 8px 6px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	border-radius: 4px;
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.form-control {
	text-align: left;
	display: block;
	width: 90%;
	height: 30px;
	padding: 8px 6px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	background-color: #fff;
	border: none;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*扫码签到抽奖 end*/


/*摇一摇抽红包 start*/

.shake_01 {
	width: 100%;
	top: 15%;
	z-index: 5
}

.shake_02 {
	margin-top: 40px;
}

.shake_03 {
	margin-top: 35px;
}

.shake_box {
	margin-top: 17%;
	text-align: center;
}

.shake_box p {
	font-weight: bold;
	height: 20px;
	line-height: 20px;
}


/*摇一摇抽红包 end*/


/*节目评选 start*/

.choose_nav {
	margin-top: 40%;
	margin-left: 25%;
	width: 50%;
	background-color: #edd82b;
	line-height: 30px;
	height: 30px;
	color: #000000;
	text-align: center;
	border-radius: 4px;
}

.choose_title {
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	margin: 2% auto;
}

.choose_btn {
	color: #e11339;
	background-color: #FFFFFF;
	padding: 3px 6px;
	text-decoration: none;
	border-radius: 4px;
}

.choose_list {
	margin-top: 5%;
	width: 90%;
	margin-left: 5%;
}

.choose_photo {
	color: #000000;
	background-color: #C0C0C0;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
}

.choose_box {
	width: 80%;
	margin-left: 10%;
	padding: 30px 0;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 4px;
}

.choose_box p {
	color: #271701;
	margin: 12% auto;
}

.choose_box span {
	cursor: pointer;
	display: inline-block;
	background-color: #ff3000;
	color: #FFFFFF;
	border-radius: 10px;
	padding: 10px 20px;
	margin: 5% 0 10%;
}

.choose_box span.continue_close {
	margin: 12% 0 2%;
}

.add_box {
	width: 80%;
	margin-left: 10%;
	padding: 5px 0;
	text-align: center;
	background-color: #fffb9b;
	border-radius: 4px;
}

.add_box table {
	width: 100%;
	padding: 5% 4%;
}

.add_box table td {
	height: 70px;
}

.add_box span {
	width: 55px;
	height: 55px;
	overflow: hidden;
	display: inline-block;
	background-color: #ffffff;
}

#choose_query_table {
	position: absolute;
	width: 600px;
	top: 390px;
	color: #FFFFFF;
	left: 50%;
	margin-left: -300px;
	font-size: 16px;
}

#choose_query_table div {
	width: 50px;
	border-radius: 4px;
	background-color: #edd82b;
}


/*节目评选 end*/


/*pc端抽奖 start*/

#draw_box_table {
	position: absolute;
	top: 360px;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	color: #ff6e26;
	font-size: 30px;
	font-weight: bold;
}

#draw_box_table .name {
	padding-left: 12px;
}

#draw_box_table .mobile {
	padding-right: 70px;
	font-size: 36px;
}

#draw_box_table .button {
	height: 145px;
}

#draw_box_table button {
	padding: 12px 30px;
	background-color: #ff732d;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 20px;
	border: none;
}

.button_disabled {
	background-color: #A29FA0 !important;
}


/*pc端抽奖 end*/


/*大家来抱团 start*/

.pages01_07 {
	width: 160px;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.pages01_list {
	float: left;
	position: relative;
	z-index: 3;
	margin: 8%;
	width: 76%;
	border: 1px solid #fffeff;
	border-radius: 8px;
	text-align: center;
	padding: 6% 4%;
}

.pages01_list p {
	text-align: left;
	line-height: 22px;
	margin-top: 6%;
	color: #313131;
	font-size: 12px;
}

.title {
	padding: 8px 17px;
	background-color: #ff9100;
	color: #FFF;
	border-radius: 10px;
	display: inline-block;
}

.no {
	width: 6px;
	height: 6px;
	padding: 0 5px;
	background-color: #ff3000;
	color: #FFFFFF;
	border-radius: 10px;
}

.pages_btn_box {
	text-align: center;
}

.btn_start_play {
	text-decoration: none;
	position: relative;
	z-index: 3;
	display: inline-block;
	background-color: #ff3000;
	color: #FFFFFF;
	border-radius: 10px;
	padding: 10px 15px;
}

.popup_layer_txt span.num {
	color: #FFFFFF;
	padding: 8px 15px;
	border: 1px solid #ff9a00;
	border-radius: 6px;
	font-size: 16px;
}

span.countdown {
	position: absolute;
	left: 35%;
	top: 35%;
	margin-top: -50px;
	color: #fff000;
	font-size: 160px;
}

.pages_tip {
	float: left;
	position: relative;
	z-index: 3;
	font-size: 14px;
	color: #ff3000;
	padding: 5%;
}

.winning_tip {
	float: left;
	position: relative;
	z-index: 3;
	color: #000000;
	padding: 30px 0;
	font-size: 16px;
	text-align: center;
	margin-top: 30%;
}

.pages02_list {
	float: left;
	position: relative;
	z-index: 3;
	margin: 20% 5% 5% 5%;
	width: 82%;
	border: 1px solid #fffeff;
	border-radius: 8px;
	text-align: center;
	padding: 4%;
}

.pages02_list_box {
	width: 88%;
	padding: 8% 6%;
	border-radius: 8px;
	background-color: #ffdf39;
}

.pages02_list_div {
	margin: 5% auto;
}

.pages02_list_div p {
	height: 30px;
	line-height: 30px;
	padding: 5px 0;
}

.pages02_list_div table {
	width: 100%;
}

#firstTable td {
	height: 80px;
}

#secondTable td {
	height: 160px;
}

#thirdTable td {
	height: 160px;
}

.pages02_list_div table span {
	color: #FFFFFF;
	background-color: #ba0cfa;
	padding: 22px 20px;
	cursor: pointer;
	display: inline-block;
	border-radius: 8px;
}

.pages02_list_div table span.add {
	position: absolute;
	left: 20%;
	bottom: 7%;
}

.index_popup_close {
	position: absolute;
	right: 0;
	top: -35px;
	z-index: 5;
}


/*大家来抱团 end*/

@media screen and (max-width: 1440px) and (max-height: 768px) {
	#draw_box_table {
		top: 240px;
		width: 400px;
		left: 50%;
		margin-left: -200px;
		font-size: 20px;
	}
	#draw_box_table .name {
		padding-left: 0;
	}
	#draw_box_table .mobile {
		padding-right: 35px;
		font-size: 30px;
	}
	#draw_box_table .button {
		height: 95px;
	}
}


/*ip 4s*/

@media all and (min-width: 320px) and (max-height: 416px) {}


/*ip 5s*/

@media all and (min-width: 320px) and (max-height: 504px) {
	.form-group {
		margin: 10%;
	}
	.input-group {
		margin-bottom: 15px;
	}
	.popup_layer_txt p.name {
		font-size: 14px;
	}
	.popup_layer_txt p.tip {
		margin-top: 20px;
	}
	.shake_box {
		margin-top: 16%;
	}
	.shake_02 {
		margin-top: 35px;
	}
	.shake_03 {
		margin-top: 30px;
	}
	.pages01_07 {
		width: 115px;
	}
}


/*andriod（默认样式）*/

@media all and (min-width: 360px) {}


/*ip 6*/

@media all and (min-width: 375px) {}


/*ip 6+*/

@media all and (min-width: 414px) {
	.form-group {
		margin: 12% 10%;
	}
	.input-group {
		margin-bottom: 25px;
	}
	.popup_layer_txt p.tip {
		margin-top: 40px;
	}
	.shake_box {
		margin-top: 18%;
	}
	.shake_03 {
		margin-top: 50px;
	}
	.shake_02 {
		margin-top: 55px;
	}
	.pages01_list {
		margin: 15% 8%;
	}
	span.countdown {
		left: 38%;
	}
}

@media all and (min-width: 432px) and (max-height: 599px) {
	.sign_03 {
		width: 80%;
		left: 10%;
	}
	.form-group {
		margin: 12% 10%;
	}
	.input-group {
		margin-bottom: 25px;
	}
	.popup_layer_txt {
		top: 42%;
	}
	.popup_layer_txt p.tip {
		margin-top: 40px;
	}
	.shake_box {
		margin-top: 18%;
	}
	.shake_03 {
		margin-top: 50px;
	}
	.shake_02 {
		margin-top: 55px;
	}
	.pages01_list {
		margin: 8%;
	}
}