.container {
	top: 0;
	padding-right: 0;
	padding-left: 0;
}
/*内容*/
.mb {
	margin-bottom: 10px;
}
.mt {
	margin-top: 36px;
}
.row {
	overflow: hidden;
}
.row > div {
	float: left;
}
.w_row  {
	width: 36%;
	margin-right: 10px;
	text-align: right;
	line-height: 34px;
}
.input_row1 {
	position: relative;
	width: 50%;
}
.input_row {
	width: 40%;
}
.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;}
.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;
}
.radio-inline {
	margin-left: 0px!important;
    padding-left: 0px;
}
.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;
    margin: 4px 8px 0 0;
    padding: 9px;
    border-radius: 30px;
    display: inline-block;
    position: relative;
}
label {
    font-weight: normal;
}
.regular-radio:checked + label:after {
    position: absolute;
    top: 4px;
    left: 4px;
    content: ' ';
    width: 10px;
    height: 10px;
    background: #0bb0e9;
    font-size: 32px;
    border-radius: 50px;
}
.radio-inline span {
    position: relative;
    top: -4px;
    left: -6px;
}
/*底部*/
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;
}