body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0px; padding:0px;}
img,input,select,button { vertical-align:middle;outline: none;}
body { font-family:"microsoft yahei";font-size: 16px;color: #333;}
img { border:0;}
select,input { outline:none;}
select{/*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background: url(../images/xl.png) no-repeat scroll right center transparent;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
li{ list-style: none;}
a { text-decoration:none; color:#666;}
a:hover,a:link,a:visited,a:active{text-decoration:none!important;}
.clear { width:100%; height:0; line-height:0; font-style:0; overflow:hidden; clear:both; display:block;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;}
.clearfix{zoom:1;}
.fl{float: left;}
.fr{float: right;}
input::-webkit-input-placeholder{ /*WebKit browsers*/
    font-size: 14px;
    color: #aaa;
}

input::-moz-input-placeholder{ /*Mozilla Firefox*/
    font-size: 14px;
    color: #aaa;
}

input::-ms-input-placeholder{ /*Internet Explorer*/
    font-size: 14px;
    color: #aaa;
}




/*仪器列表*/
.device-list{
	width: 665px;
	margin: 20px auto 0;
}
.device-list table{
	border-top:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
}
.device-list table th,
.device-list table td{
	border-bottom:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
}

.device-list table th{
	font-size: 18px;
}
.device-list table a{
	font-size: 15px;
	color: #d5251c;
}
.device-list .device-list_name{
	display: block;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}
.device-list .device-list_pause{
	color: red;
}

/*仪器详情*/
.device-con{
	width: 683px;
	margin: 20px auto 0;
}
.device-con .device-con_det{
	width: 65%;
}
.device-con .device-con_det li{
	line-height: 34px;
}
.device-con .device-con_det li strong{
	font-size: 17px;
}
.device-con .device-con_det li p{
	text-indent: 2em;
}
.device-con .device-con_img{
	width: 35%;
	overflow: hidden;
}
.device-con .device-con_img img{
	width: 100%;
}
.device-con .device-con_img a{
	display: block;
    width: 80px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 15px;
    margin: 30px auto;
    border-radius: 7px;
    background: #d5251c;
    color: #fff;
}
   
/*注册页面*/
.device-reg{
	width: 600px;
	margin: 20px auto 0;
}
.device-reg h2 {
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 4px;
}
.device-reg .l_inputdiv{
	width: 460px;
	margin: 0 auto 20px;
}
.device-reg input{ 
    height: 38px;
    width: 350px;
    padding-left: 10px;
    border-radius: 6px;
    border: 1px solid #E5E5E5;
    font-size: 16px;
    vertical-align: middle;
}
.device-reg .l_inputdiv p{
	font-size: 14px;
	color: red;
	text-align: right;
	padding-right: 20px;
}
.device-reg .l_reg {
    display: block;
    width: 90%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    background: #4f6c98;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    border: none;
    border-radius: 6px;
    letter-spacing: 2px;
}


/*登录页面*/
.login-user{
	text-align: center;
	margin-top: 20px;
    letter-spacing: 4px;
}
.device-login{
	width: 400px;
	margin: 20px auto 0;
	border: 1px solid #e4e4e4;
    padding-bottom: 40px;
    box-shadow: 0px 0px 50px #eee;
}
.device-login li{
	float: left;
	width: 200px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 800;
	line-height: 40px;
	margin-bottom: 40px;
	text-align: center;
	border-bottom: 1px solid #eee;
	
}
.device-login .l_inputdiv{
	width: 325px;
	margin: 0 auto 20px;
}
.device-login input{ 
    height: 38px;
    width: 250px;
    padding-left: 10px;
    border-radius: 6px;
    border: 1px solid #E5E5E5;
    font-size: 16px;
    vertical-align: middle;
}

.device-login .l_login,
.device-login .l_reg{
	display: block;
	float: left;
	width: 40%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	padding-left: 0;
	margin: 0 5%;
	background: #4f6c98;
}
.device-login .l_reg{
	text-align: center;
  border: none;
  border-radius: 6px;
  letter-spacing: 2px;
	background-color: #EEEEEE;
	color: #333333;
}
.device-login .forget{
	width: 100%;
	text-align: center;
}
.device-login .forget a{
	color: #000;
	font-size: 14px;
	font-weight: 800;
}

.device-login .login-campus{
	display: none;
}
.device-login .on-campus .l_login{
	width: 100%;
	margin: 0;
}

.device-login  .bz{
	width: 325px;
	margin: 0 auto;
	padding: 2px 0 0;
	text-align: right;
	font-size: 14px;
	color: red;
}


.device-login .active{
	color: #fff;
	background-color: #003F88;
}
.device-login .selected{
	display: block;
}



/*预约信息*/

.order-info{
	width: 500px;
	margin: 20px auto 0;
}
.order-info h2 {
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 4px;
}
.order-info h3{
	margin:40px 0 15px;
}
.order-info .l_inputdiv{
	width: 460px;
	margin: 0 auto 20px;
}
.order-info input{ 
    height: 38px;
    width: 350px;
    padding-left: 10px;
    border-radius: 6px;
    border: 1px solid #E5E5E5;
    font-size: 16px;
    vertical-align: middle;
}
.order-info .l_inputdiv p{
	font-size: 14px;
	color: red;
	text-align: right;
	margin-top: 10px;
}
.order-info .l_reg {
    display: block;
    width: 50%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    background: #4f6c98;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    border: none;
    border-radius: 6px;
    letter-spacing: 2px;
}

.order-info textarea{
	width: 360px;
	height: 100px;
	vertical-align: middle;
	border: 1px solid #E5E5E5;
}
.order-info #tsbz{
	width: 328px;
}
