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

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

body {
	background-color: #000000;
}

a {
	text-decoration: none;
}

.hide {
	display: none;
}

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

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

.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_share_layer {
	z-index: 50;
}

.pages_bg {
	left: 0;
	top: 0;
}

..pages01_01 {}

.pages01_02 {
	margin-top: 48%;
}

.pages_list {
	margin-top: 10px;
}

.pages_btn_submit,
.pages_btn_query {
	width: 80px;
	margin-right: 5%;
}

.pages01_09 {
	margin: 5% 0;
}

.pages_btn_confirm {
	margin-top: 5%;
}

.pages_btn_close {
	position: absolute;
	top: 5px;
	right: 8px;
	font-size: 24px;
	color: #ffc85f;
	border: none;
}

.submit_box {
	position: absolute;
	text-align: center;
	width: 80%;
	left: 10%;
	z-index: 5;
	background-color: #b71100;
	border-radius: 6px;
	padding: 9% 0;
}

.submit_box input {
	height: 35px;
}

.submit_info_box {
	width: 90%;
	margin-left: 5%;
	text-align: center;
}

.submit_info_box select {
	color: #000;
	background: #FFF;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	height: 32px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 4px;
}

.info_tip {
	text-align: center;
	line-height: 30px;
}

.info_tip .content {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

span.caret {
	position: absolute;
	top: 12px;
	right: 5px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #676767;
	z-index: 3;
}

.input_group {
	position: relative;
	display: table;
	border-collapse: separate;
	text-align: left;
	border-radius: 10px;
	width: 80%;
	margin: 5% 10%;
}

.input_group_addon {
	width: 20%;
	color: #FFFFFF;
	display: table-cell;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-align: left;
}

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


/*ip 4s*/

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


/*ip 5s*/

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


/*andriod（默认样式）*/

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


/*ip 6*/

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


/*ip 6+*/

@media all and (min-width: 414px) and (max-height: 672px) {}

@media all and (min-width: 432px) and (max-height: 599px) {}