@charset 'utf-8';
#header1 {
  height: 80px;
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 999;
}
#header1 .logoWrap {
  width: 122px;
  height: 45px;
  float: left;
  margin-top: 17px;
  margin-right: 40px;
}
#header1 ul.nav {
  float: left;
  overflow: hidden;
  width: 150px;
}
#header1 ul.nav li {
  float: left;
  padding: 0 16px;
}
#header1 ul.nav li a {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 14px;
  line-height: 29px;
  font-weight: bold;
  color: #666666;
  color: #333;
  height: 78px;
  line-height: 78px;
  display: block;
  border-bottom: 2px solid #fff;
}
#header1 ul.nav li a:hover {
  color: #f8a008;
}
#header1 .controls1 {
  float: left;
  width: 150px;
  overflow: hidden;
  height: 78px;
}
#header1 .controls1 a {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 14px;
  line-height: 29px;
  font-weight: bold;
  color: #666666;
  display: block;
  float: left;
  height: 78px;
  line-height: 78px;
  padding: 0 15px;
  cursor: pointer;
  color: #333;
}
#header1 .controls1 a:hover {
  color: #f8a008;
}
#header1 .controls1 a.jinyong {
  color: #999;
}
#header1 .instruction {
  width: 636px;
  float: left;
  height: 78px;
  text-align: right;
}
#header1 .instruction .cartoon_name {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 14px;
  line-height: 29px;
  font-weight: bold;
  color: #666666;
  color: #333;
  height: 78px;
  line-height: 78px;
  display: inline-block;
  margin-right: 10px;
}
#header1 .instruction .selectWrap {
  display: inline-block;
  height: 78px;
  position: relative;
  margin-right: 20px;
  text-align: left;
}
#header1 .instruction .selectWrap .nowItem {
  width: 50px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding-left: 10px;
  background: url(../images/img/cartoon_select.png) no-repeat center right;
  color: #666;
  font-size: 12px;
  cursor: pointer;
}
#header1 .instruction .selectWrap .hide_ceng {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#header1 .instruction .selectWrap .hide_box {
  position: absolute;
  top: 20px;
  right: 0;
  width: 60px;
  background-color: #fff;
  border: 1px solid #ccc;
  max-height: 120px;
  overflow: auto;
  display: none;
}
#header1 .instruction .selectWrap .hide_box a {
  display: block;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
  color: #666;
  font-size: 12px;
  cursor: pointer;
}
#header1 .instruction .selectWrap .hide_box a.active{
  background-color: #f8a008;
  color: #fff;
}
#header1 .instruction .selectWrap .hide_box a:hover {
  background-color: #f8a008;
  color: #fff;
}
#header1 .userWrap {
  width: 82px;
  height: 30px;
  margin-left: 20px;
  float: left;
  margin-top: 23px;
  overflow: hidden;
  border-radius: 50%;
}
#header1 .userWrap a.signinFalse {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 14px;
  line-height: 29px;
  color: #666666;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding:0 5px;
}
#header1 .userWrap a.signinTrue i {
  background: url(../images/img/sprite.png) no-repeat -344px 0px;
  width: 32px;
  height: 32px;
  display: none;
}
