/*开始颜色,中间颜色,结束颜色,开始方向 ,结束方向,ie执行方向(0从上到下,1从左到右)*/
:root {
  filter: none;
}
:root {
  filter: none;
}
i {
  font-style: normal;
}
.false {
  background: url("../img/false.png") no-repeat center;
  height: 40px;
  min-width: 1200px;
}
.falseFoot {
  background: url("../img/foot.png") no-repeat center;
  height: 160px;
  min-width: 1200px;
}
/*公用的头文件*/
.signInHead {
  width: 1200px;
  margin: 31px auto ;
  font-size: 0;
  min-width: 1200px;
}
.signInHead .logoBox {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 50%;
}
.signInHead .logoBox img {
  width: 143px;
  height: 38px;
}
.signInHead ul {
  width: 50%;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  font-size: 0;
  text-align: right;
}
.signInHead ul li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.signInHead ul li a span {
  font-size: 14px;
  color: #999999;
  padding: 0 9px 0 10px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.signInHead ul li a i {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 1px;
  height: 13px;
  background-color: #999999;
}
.signInHead ul li a:hover span {
  color: #ff9d00;
}
.signInHead ul li a:hover i {
  background-color: #ff9d00;
}
