.headers {
  min-width: 1400px;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  background: #fff;
  box-shadow: 0px 10px 15px 0px 
		rgba(72, 77, 113, 0.1);
}
.headers h1 {
  display: inline-block;
  font-family: SourceHanSerifCN-Heavy;
	font-size: 30px;
  color: #5d3906;
  line-height: 1;
  vertical-align: middle;
  margin-left: 10px;
}
.headers .logos {
  margin-right: 100px;
}
.headers .tabs li {
  margin-right: 50px;
}
.headers .tabs li.active a,
.headers .tabs a:hover {
  color: #ff9742;
  font-weight: bold;
}
.headers .login {
  margin-top: 19px;
}
.headers .login a {
  width: 80px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
}
.headers .login a.button {
  display: inline-block;
  width: 124px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 4px;
  background: #ff9742;
  color: #fff;
  margin-right: 10px;
}
.headers .login a.login-btn-login {
  background: #ff9742;
  color: #fff;
}
.headers .login a.login-btn-reg {
  background: #f5f6f9;
}
.headers .login>span,
.headers .login .lgoutbtn {
  display: inline-block;
  height: 32px;
  line-height: 32px;
}
.headers .login>span {
  color: #222;
}
.headers .user-name {
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}
.center {
  max-width: 1400px;
  min-width: 1200px;
  margin: 0 auto;
}
.padT30 {
  padding-top: 30px;
}
.layui-dropdown {
  margin: 0;
  padding: 10px 0;
  width: 100px;
  top: 56px !important;
}
.layui-dropdown .layui-menu li {
  margin: 0;
  padding: 0 20px;
  color: #606266;
  height: 36px;
  line-height: 36px;
}
.layui-dropdown .layui-menu li:hover {
  background-color: #ecf5ff;
  color: #66b1ff;
}
.layui-dropdown .layui-menu li:hover div {
  color: #66b1ff;
}