/** 通用样式 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img{border:medium none;margin: 0;padding: 0;}
body,button, input, select, textarea{font: 12px/1.5 'Simsun',tahoma, Srial, helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6{font-size: 100%;font-weight: normal;}
em{font-style:normal;}
ul, ol{list-style: none;}
a{text-decoration: none;color:#333;outline: none;}
a:hover{text-decoration: none;}
fieldset, img { border: medium none; vertical-align: middle;}
body a{outline:none;blr:expression(this.onFocus=this.blur());}
a:focus {outline:none;-moz-outline:none;}
a:hover{text-decoration: none;color:#0b6cb8;  -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
/*li:hover{ -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}*/
/*火狐去掉按钮、连接的虚线*/
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
border: 0;
outline : 0;
}
a:hover{text-decoration: none;}
body a{outline:none;blr:expression(this.onFocus=this.blur());}
a:focus {outline:none;-moz-outline:none;}
a{blr:expression(this.onFocus=this.blur());}
a.hidefocus{outline:none} 

img:hover{ -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in;}
.clearfix:after{clear:both;content:"\200B";display:block;height:0;}
.clearfix{*zoom:1;}
.fl{float:left;}
.clear{clear: both;}
.fr{float:right;}
.w980{width:980px; height:auto; margin:0 auto;}
.hide{display:none}
.a3a3a2{color: #a3a3a2;}
input,textarea,select{font-family: "微软雅黑";}
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;text-decoration:none;}
body{font-family: "微软雅黑";background: #fff;}

/*****************0000000000000000000*************************/


.app-con{width: 164px;
    height: 30px;
    margin: 5px auto;
    font-size: 18px;
    line-height: 30px;
    font-family: "微软雅黑";}
.app-cam {
    width: 230px;
    height: 160px;
    margin: 0 auto;
    text-align: center;
}
form {
   padding: 0% 1%;
}
.app-cam input[type="text"]{
  width:135px;
  padding: 6px 25px 7px 50px;
  color: #283440;
  float:left;
  margin:8px;
  font-size: 16px;
  outline: none;
  border: none;
  border-bottom:1px solid #C0C3C8;
  font-family: 'Open Sans', sans-serif;
  background: url("../images/user.png") no-repeat #ffffff;
   border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  }
.app-cam input[type="password"]{
  width: 135px;
  padding: 6px 25px 7px 50px;
  color: #283440;
  float:left;
  margin:8px;
  font-size: 16px;
  outline: none;
  border: none;
  border-bottom:1px solid #C0C3C8;
  font-family: 'Open Sans', sans-serif;
   background: url("../images/pass.png") no-repeat #ffffff;
   border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  }
  .submit {
  margin:auto;}
.app-cam input[type="submit"]{
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  outline: none;
  padding: 2px 12px;
  width:108px;
  height:34px;
  border:3px solid #f9671e;
  background: #f9671e;
  border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  float:left;
  margin:8px;}
input[type="submit"]:hover{
  background:none;
  border: 3px solid #f9671e;
  color: #f9671e;}
.sub_right{
	height:24px;
	width:100px;
	float:left;
	margin:16px 0 5px 0;}
.sub_right a{
	font-size:14px;
	color:#747272;
	text-decoration:none;}
.sub_right a:visited{
	font-size:14px;
	color:#747272;
	text-decoration:none;}
.sub_right a:hover{
	font-size:14px;
	color:#747272;
	text-overflow:inherit;
	overflow:visible;
	text-decoration:none;}