/*
   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: #b40b00;
	-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;
}

.color_fff600 {
	color: #fff600;
}

.color_ffbbbb {
	color: #ffbbbb;
	line-height: 26px;
	margin-top: 6px;
}

.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;
}

.arrows_up {
	z-index: 99;
	left: 50%;
	margin-left: -20px;
	bottom: 4%;
}

.pages01_01,
.pages01_02 {
	top: 0;
}

.pages01_03 {
	bottom: 20%;
}

.pages01_04 {
	bottom: 1%;
}

.pages_btn_vote {
	width: 120px;
	left: 10%;
	bottom: 9%;
}

.pages_btn_rule {
	left: auto;
	width: 120px;
	right: 10%;
	bottom: 9%;
}

.pages_btn_back {
	width: 80px;
	left: 5%;
	top: 3%;
}

.pages02_01 {
	top: 20%;
}

.pages02_list {
	top: 35%;
}

.vote_list {
	width: 80%;
	left: 10%;
	top: 11%;
}

.vote_list table {
	color: #FFFFFF;
	font-size: 18px;
}

.vote_list table span {
	font-size: 14px;
}

.vote_list table td.height20 {
	height: 20px;
}

.vote_list table td.height80 {
	height: 80px;
}

.vote_list table img.img_head {
	border: 2px solid #ff7c00;
	border-radius: 6px;
	box-sizing: border-box;
}

.popup_layer_box {
	background-color: #c30700;
	border-radius: 8px;
	width: 80%;
	margin-left: 10%;
	padding: 25px 0;
	color: #FFFFFF;
	text-align: center;
}

.popup_layer_box div.fail {
	width: 64%;
	color: #c30700;
	line-height: 24px;
	background-color: #FFFFFF;
	border-radius: 8px;
	padding: 6% 8%;
	text-align: center;
	margin: 8% auto 10% 10%;
	font-size: 16px;
}

.popup_layer_box div.success .submit_tip {
	width: 90%;
	margin: 5% 5% 0;
	background-color: #ef423c;
	color: #FFFFFF;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 15px 0;
	text-align: center;
}

.submit_info {
	background-color: #970500;
	color: #ffa5a2;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	text-align: center;
	padding: 4% 0;
}

.popup_layer_box .title {
	font-size: 30px;
	margin-bottom: 20px;
}

.popup_layer_box p.txt {
	font-size: 16px;
}

.pages_btn_close {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 25px;
}

.form-group {
	display: block;
	width: 90%;
	margin: 0 5%;
	text-align: center;
}

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

.input-group-addon {
	width: 30%;
	color: #ffa5a2;
	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: 100%;
	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*/


/*ip 4s*/

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


/*ip 5s*/

@media all and (min-width: 320px) and (max-height: 504px) {
	.pages_btn_vote {
		width: 100px;
	}
	.pages_btn_rule {
		width: 100px;
	}
	.vote_list table td.height80 {
		height: 70px;
	}
}


/*andriod（默认样式）*/

@media all and (min-width: 360px) and (max-height: 560px) {
	.vote_list table td.height80 {
		height: 72px;
	}
}


/*ip 6*/

@media all and (min-width: 375px) {
	.vote_list table td.height80 {
		height: 85px;
	}
}


/*ip 6+*/

@media all and (min-width: 414px) {
	.vote_list table td.height80 {
		height: 97px;
	}
}

@media all and (min-width: 432px) and (max-height: 599px) {
	.vote_list table td.height80 {
		height: 84px;
	}
}