.header .menu-box {
  position: relative;
  z-index: 1000;
}

.header .menu-box.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  border-bottom: 1px solid rgba(51, 11, 11, .06);
}

.header .menu-box .master-menu {
  transition: all .35s ease-in;
  background-color: transparent;
}

.header .menu-box.active .master-menu {
  background-color: #fff;
}

.header .menu-box .content {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.header .menu-box .logo {
  margin-right: 90px;
}

.header .menu-box .logo_knight {
  display: none;
}

.header .menu-box.active .logo_knight {
  display: block;
}

.header .menu-box.active .bottom_logo {
  display: none;
}

.header .menu-box .menu {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.header .menu-box .menu li {
  position: relative;
  text-align: center;
}

.header .menu-box .menu li a {
  line-height: 42px;
  color: #FFFFFF;
  display: inline-block;
}

.header .menu-box.active .menu li a {
  color: #333;
}

.header .menu-box.active .menu li .iconfont {
  color: #333;
}

.header .menu-box.active .menu li a:hover {
  color: #236AE3;
}

.header .menu-box .menu li .iconfont {
  color: #fff;
  margin-left: 5px;
  font-size: 12px;
}

.header .menu-box .menu li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background: #fff;
  height: 1px;
  transition: all .5s;
}

.header .menu-box .menu li a.active {
  border-bottom: 1px solid #fff;
}

.header .menu-box .menu li a:hover::after {
  width: 100%;
}

.header .menu-box .menu .sub-menu {
  padding: 10px;
  width: 320px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  position: absolute;
  top: 42px;
  left: 0;
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1000;
}

.header .menu-box .menu li:hover .sub-menu {
  display: flex;
}

.header .menu-box .menu .sub-menu a {
  color: #333;
  padding: 0 10px;
  font-size: 14px;
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header .menu-box .menu .sub-menu a:hover {
  background-color: #F2F3FE;
}

.header .menu-box .menu .sub-menu img {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin-right: 15px;
}

.header .menu-box .login-info {
  display: flex;
  justify-content: space-between;
  margin-left: 90px;
}

.header .menu-box .login-info .login {
  width: 82px;
  height: 40px;
  border: 1px solid #BED0F4;
  border-radius: 6px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
}

.header .menu-box .login-info .login:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.header .menu-box.active .login-info .login {
  border-color: #ccc;
  color: #333;
}

.header .menu-box.active .login-info .login:hover {
  background-color: #f6f6f6;
}

.header .menu-box .login-info .logout {
  width: 82px;
  height: 40px;
  border: 1px solid #BED0F4;
  border-radius: 6px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  margin-left: 20px;
  cursor: pointer;
}

.header .menu-box .login-info .logout:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.header .menu-box.active .login-info .logout {
  border-color: #ccc;
  color: #333;
}

.header .menu-box.active .login-info .logout:hover {
  background-color: #f6f6f6;
}

.header .menu-box .login-info .register {
  width: 112px;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 6px;
  text-align: center;
  line-height: 40px;
  color: #236AE3;
  margin-left: 25px;
}

.header .menu-box .login-info .register:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.header .menu-box.active .login-info .register {
  background: #236AE3;
  color: #fff;
}

.header .menu-box.active .login-info .register:hover {
  background-color: rgb(35, 106, 227, .8);
}

.header .menu-box .login-info .userinfo {
  width: 112px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 6px;
  text-align: center;
  line-height: 40px;
  color: #0F52D7;
  margin-left: 25px;
}

.header .menu-box .login-info .userinfo:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.header .menu-box.active .login-info .userinfo {
  background: #236AE3;
  color: #fff;
}

.header .menu-box.active .login-info .userinfo:hover {
  background-color: rgb(35, 106, 227, .8);
}




#banner_inside h1 {
  height: 30px;
  color: #fff;
  font-size: 26px;
  position: absolute;
  left: 0;
  top: 140px;
  right: 0;
  text-align: center;
  line-height: 30px;
  letter-spacing: 3px;
  font-weight: bold;
}


.lyshade {
  z-index: 100000;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
}

.lyshade .lymodal {
  width: 420px;
  height: 260px;
  background-color: #fff;
  margin-left: -120px;
  margin-top: -160px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 5px;
}

.lyshade .modal-head {
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding: 10px;
  position: relative;
}

.lyshade .modal-head .lyclose {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.lyshade .modal-head .lyclose i {
  font-size: 14px;
  color: #666;
}

.lyshade .modal-body {
  text-align: center;
  margin: 40px 0;
}

.lyshade .modal-foot {
  text-align: center;
}

.lyshade .modal-foot a {
  display: inline-block;
  color: #666;
  line-height: 28px;
  font-size: 14px;
  width: 80px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 40px;
}

.lyshade .modal-foot a:last-child {
  margin-right: 0;
}

.lyshade .modal-foot a:hover {
  color: #0078ff;
  border-color: #0078ff;
}

/* ç»‘å®šæ‰‹æœºå· */

#bindModal .am-modal-dialog {
  width: 400px;
  background-color: #fff;
}

#bindModal .lymodal {
  height: 360px;
}

#bindModal .modal-body {
  margin: 0;
}

#bindModal .form {
  padding: 20px;
}

#bindModal .form-item {
  position: relative;
  width: 280px;
  margin: 0 auto;
  margin-bottom: 20px;
}

#bindModal input {
  padding: 0 10px;
  height: 34px;
  width: 280px;
  font-size: 14px;
  color: #666;
  outline: none;
  border: none;
  border-bottom: 1px solid #ccc;
}

#bindModal .bindCode {
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  top: 4px;
}

#bindModal .bindCount {
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  top: 4px;
  display: none;
}

#bindModal .bindVoice {
  text-align: right;
  font-size: 14px;
  color: #666;
  display: none;
  cursor: pointer;
}

#bindModal .bindBtn {
  width: 280px;
  margin: 0 auto;
  line-height: 34px;
  border-radius: 20px;
  background-color: #0078ff;
  color: #fff;
  cursor: pointer;
}

#bindModal .bindTip {
  width: 280px;
  color: #999;
  font-size: 12px;
  text-align: left;
  margin: 0 auto;
}

#bindModal .bindTip span:first-child {
  color: #dd514c;
}


#banner_inside {
  margin-top: -80px;
}
