/* 
* @Author: anchen
* @Date:   2016-05-03 17:00:51
* @Last Modified by:   anchen
* @Last Modified time: 2016-05-06 10:01:52
*/

* {
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body {
	font: 400 16px 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
    overflow:hidden;
}

.irr {
	position: fixed;
	top: 0;
	width: 100%;
	height: 52px;
	background-color: #f0f1f2;
	z-index: 99;
}

.irr_con {
	overflow: hidden;
	padding-top: 10px;
}

.irr_con span {
	float: left;
	width: 18%;
	font-size: 16px;
	color: #468da1;
	text-align: center;
	line-height: 34px;
}

.irr_con input {
	float: left;
	width: 28%;
	height: 34px;
	padding: 8px 12px;
	background-color: #fff;
	outline: none;
	border-radius: 5px;
}

.container_tit {
	position: fixed;
	top: 52px;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	/*padding: 28px 44px 28px 92px;*/
    padding: 15px 44px 15px 92px;
	list-style: none;
	z-index: 99;
}

.container_tit span {
	float: left;
	width: 40%;
	margin-right: 10px;
	font-size: 16px;
	color: #478aa4;
	text-align: center;
}
html,body,body>.box {
    height: 100%;
}
.container1 {
    width: 100%;
    height: 60%;
    padding-bottom: 20px;
    margin: 115px 0 0px;
    overflow: hidden;
    overflow-y: scroll;
}
::-webkit-scrollbar {width: 5px;height: 5px;}                        
::-webkit-scrollbar-track,::-webkit-scrollbar-thumb {border-radius: 999px;border:0px solid transparent;}
::-webkit-scrollbar-track {box-shadow: 1px 1px 5px rgba(100,100,100,.2) inset;}
::-webkit-scrollbar-thumb {min-height: 20px;background-clip: content-box;box-shadow: 0 0 0 5px rgba(100,100,100,.5) inset;}
::-webkit-scrollbar-corner {background:transparent}

.container1 ul {
	overflow: hidden;
}

.container1 li {
	float: left;
}

.container1 .num {
	width: 14%;
	padding-right: 26px;
	font-size: 16px;
	color: #434446;
	text-align: right;
	line-height: 34px;
}

.input_box0 {
	overflow: hidden;
	width: 60%;
}

.input_box0 input {
	float: left;
	width: 48%;
	height: 32px;
	padding: 8px 12px;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #555;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
	outline: none;
}

.input_box0 button {
	float: right;
	width: 30%;
	height: 32px;
	background-color: #cff3ff;
	border: 1px solid #00aeea;
	font-size: 14px;
	color: #00afea;
	text-align: center;
	line-height: 32px;
	border-radius: 10px;
	outline: none;
}

.num1 {
	width: 14%;
	margin-bottom: 10px;
	padding-right: 26px;
	font-size: 16px;
	color: #434446;
	text-align: right;
	line-height: 34px;
}

.input_box1 {
	overflow: hidden;
	width: 60%;
	margin-bottom: 10px;
}

.input_box1 input {
	float: left;
	width: 48%;
	height: 32px;
	padding: 8px 12px;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #555;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
	outline: none;
}

.input_box1 .input_right {
	float: right;
}

.input_box1 .input_other {
	float: right;
}

.box_btn {
	width: 20%;
	margin-bottom: 10px;
}

.box_btn button {
	width: 35px;
	height: 35px;
	margin-left: 20px;
	padding: 0;
	background-color: #62a4f5;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 33px;
	border: none;
	outline: none;
	border-radius: 50%;
	cursor: pointer;
}

.footer2 {
	position: fixed;
	bottom: 50px;
	width: 100%;
	height: 92px;
	padding-top: 10px;
	background-color: #d8ecf5;
}

.footer2_con {
	overflow: hidden;
	height: 100%;
}

.con_detail {
	overflow: hidden;
}

.con_detail li {
	float: left;
}

.con_detail .con2 {
	float: left;
	width: 80%;
	height: 30px;
}

.w_con2 {
	float: left;
	width: 56%;
	font-size: 16px;
	color: #434446;
	text-align: right;
	line-height: 30px;
}

.n_con2 {
	float: left;
	width: 44%;
	font-size: 16px;
	color: #51d065;
	text-align: center;
	line-height: 30px;
}

.con_detail .con_btn {
	float: left;
	width: 20%;
	height: 30px;
}

.con_btn button {
	width: 30px;
	height: 30px;
	margin-left: 20px;
	padding: 0;
	background-color: #62a4f5;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	border: none;
	outline: none;
	border-radius: 50%;
	cursor: pointer;
}


/*.con_detail {
    padding-left: 38px;
}
.con_detail > span {
    font-size: 16px;
    color: #434446;
    line-height: 30px;
}
.con_detail em {
    width: 34%;
    font-size: 16px;
    color: #51d065;
    text-align: center;
    line-height: 30px;
}
.con_detail div {
    float: right;
    width: 30px;
    height: 30px;
    background-color: #52d2ff;
    border-radius: 15px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.con_detail1 {
    margin-top: 16px;
    padding-left: 64px;
}
.con_detail1 > span {
    font-size: 16px;
    color: #434446;
    line-height: 30px;
}
.con_detail1 em {
    padding: 0 40px;
    font-size: 16px;
    color: #51d065;
    line-height: 30px;
}
.con_detail1 div {
    float: right;
    width: 30px;
    height: 30px;
    background-color: #52d2ff;
    border-radius: 15px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}*/


/*底部*/

footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	padding-top: 10px;
	background: #e1e1eb;
}

.footer {
	width: 280px;
	margin: 0 auto;
}

.f {
	float: left;
}

.font16 {
	font-size: 16px;
}

.blue03 {
	color: #555559;
}

.mr {
	margin: 0 15px;
}

.btn_reset {
	width: 80px;
	height: 32px;
	margin-left: 20px;
	padding: 5px 12px;
	background: #9e9fdb;
	border: 1px solid #9e9fdb;
	color: #fff;
	text-align: center;
	border-radius: 20px;
}