.tvm {
    width: 100%;
}
.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;
}
.radio-inline {
	padding-left: 0;
}
.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: 36px;
}
.row {
	overflow: hidden;
}
.row > div {
	float: left;
}
.w_row  {
	width: 30%;
	margin-right: 15px;
	text-align: right;
	line-height: 34px;
}
.input_row1 {
	position: relative;
	width: 50%;
}
.input_row {
	width: 40%;
}
.input_row span {
	line-height: 34px;
}
.c_num {
	color: #1cc137;
}
.data_sel {
	background-color: #FFFFFF!important;
	padding-right: 36px;
}
.input_row1 label {
	position: absolute;
	top: 25%;
	right: 10px;
	width: 18px;
	height: 50%;
	background: url(../Images/data1.png) no-repeat center;
	background-size: 100% 100%;
}
.btn_row {
	width: 20%;
}
.equal {
	width:34px; 
	height:34px; 
	margin-left: 15px;
	background-color:#62a4f5; 
	color:#fff; 
	line-height:34px; 
	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;
}