* {
	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;
}

.tvm {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.bg1 {
	padding: 10px 15px 0;
	background-color: #f0f1f2;
	height: 45px;
}

.font16 {
	font-size: 16px;
}

.blue02 {
	color: #468da1;
}

.pr {
	padding: 0 10px 0 15px;
}

.f {
	float: left;
}

.regular-radio {
	display: none;
}

.regular-radio:checked + label {
	color: #99a1a7;
	border: 2px solid #14b2ea;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fff;
	border: 2px solid #14b2ea;
	padding: 9px;
	border-radius: 30px;
	display: inline-block;
	position: relative;
}

label {
	font-weight: normal;
}

.regular-radio:checked + label:after {
	content: ' ';
	width: 10px;
	height: 10px;
	border-radius: 50px;
	position: absolute;
	top: 4px;
	background: #0bb0e9;
	left: 4px;
	font-size: 32px;
}

.radio-inline span {
	position: relative;
	left: 8px;
	top: -10px;
}


/*内容*/

.mb {
	margin-bottom: 10px;
}

.mt {
	margin-top: 10px;
}

.lh {
	line-height: 34px;
}

.blue01 {
	color: #67a2b4;
}

.form-control[readonly] {
	cursor: not-allowed;
	background-color: #fff;
	opacity: 1;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 8px 12px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.txtr {
	height: 50px;
	font-size: 30px;
	text-align: right;
	background: #313132;
	padding: 5px 8px;
	border-radius: 0;
	color: #fff;
}

.green01 {
	color: #52d467;
}

.equal {
	width: 35px;
	height: 35px;
	background-color: #62a4f5;
	color: #fff;
	line-height: 35px;
	cursor: pointer;
}

.square {
	width: 50px;
	height: 35px;
	background-color: #62a4f5;
	color: #fff;
	line-height: 35px;
	border-radius: 5px;
}

.b_square {
	width: 65px;
	height: 35px;
	background-color: #cff3ff;
	border: 1px solid #00aeea;
	font-size: 14px;
	color: #00afea;
	text-align: center;
	line-height: 32px;
	border-radius: 10px;
	outline: none;
}

.ml {
	margin-left: 15px;
}

.square_box {
	float: left;
}

.container_tit {
	position: fixed;
	top: 45px;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	padding: 20px 35px 0px 0px;
	list-style: none;
	z-index: 99;
    box-sizing:border-box;
    border-bottom:1px solid #ececec;
    
}

.container_tit span {
	float: left;
	width: 40%;
	margin-right: 10px;
    margin-bottom: 10px;
	font-size: 16px;
	color: #478aa4;
	text-align: center;
}

.container1 {
	width: 100%;
	margin: 110px 0 0px;
	overflow-y: auto;
	overflow-x: hidden;
    font-size: 14px;
    position:relative;
    z-index:0;
}

.container1 ul {
	overflow: hidden;
}

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

.container1 li {
	float: left;
}

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

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

.input_box1 {
	overflow: hidden;
	width: 66%;
	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;
}

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

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


/*底部*/

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

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

.footer div {
	display: inline-block;
	line-height: 30px;
}

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