body {
  background-color: #f5f6fa;
}

/* 顶部 */
#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px !important;
  border-right: none;
  background-color: transparent;
  font-size: 18px;
  margin: 0 auto;
  top: 0;
  left: 0;
}

#header {
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  position: fixed;
  z-index: 99;
}

#header .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  margin: 0 auto;
  width: 1600px;
}

#header .el-menu.el-menu--horizontal {
  border-bottom: none;
}

#header .el-row {
  width: 100%;
}

#header .el-menu-item {
  font-size: 16px;
}

/* logo */
#header .menu-logo {
  max-width: 300px;
  height: 80px;
  line-height: 80px;
  padding: 0;
  display: flex;
  align-items: center;
}

#header .menu-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.login-dialog .el-dialog__body {
  padding: 20px 60px;
}

/* main */
#header .menu-main {
  margin: 0 257px 0 231px;
}
#header .menu-main .layui-form {
  position: relative;
}
#header .menu-main .layui-form input {
  width: 600px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  padding: 0 28px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
}
#header .menu-main .layui-form .layui-btn {
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(/static/yellow/images/trademark/icon-ss.png) no-repeat;
  background-size: 100% 100%;
  right: 16px;
  top: 11px;
  cursor: pointer;
}
#header .header_right {
  display: flex;
  align-items: center;
}
#header .ct_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#header .ct_btn:hover,
#header .ct_btn.active {
  border-color: #ff3838;
  color: #ff3838;
}
#header .ct_btn:hover span,
#header .ct_btn.active span {
  color: #ff3838;
}
#header .ct_btn:hover .ct_icon,
#header .ct_btn.active .ct_icon {
  background: url(/static/yellow/images/icon-ct-l.png?20250627) no-repeat;
  background-size: 100% 100%;
}
#header .ct_btn .ct_icon {
  width: 16px;
  height: 16px;
  background: url(/static/yellow/images/icon-ct-a.png?20250627) no-repeat;
  background-size: 100% 100%;
}
#header .ct_btn span {
  font-size: 16px;
  margin-left: 7px;
  font-weight: 600;
  color: #333;
}
#header .share_btn {
  width: 90px;
  height: 36px;
  margin-left: 34px;
  background: linear-gradient(0deg, #ffecbb 0%, #ffd892 100%);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#header .share_btn span {
  color: #796136;
  font-size: 18px;
}
/* user */
#header .menu-user {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 36px !important;
  margin-left: 11px;
  background: linear-gradient(0deg, #ffecbb 0%, #ffd892 100%);
  border-radius: 5px;
  line-height: 36px;
  padding: 0 15px;
  color: #796136;
  cursor: pointer;
}

#header .menu-user a {
  display: block;
  line-height: 80px;
  text-align: center;
  color: #666;
  cursor: pointer;
  margin-right: 8px;
}

#header .menu-user .user-left-right {
  width: 100px;
  height: 40px;
  background: #113f82;
  color: #fff;
  line-height: 40px;
  border-radius: 20px;
}

#header .menu-user .user-left-right:hover {
  color: #fff !important;
}

#header .menu-user .user_right_tel {
  width: auto;
  margin-right: 10px;
}

#header .menu-user .user-right {
  background: transparent;
  border-left: 1px solid #999;
  height: auto;
  line-height: 18px;
  color: #999;
  padding-left: 8px;
}

.w1200 {
  width: 1600px !important;
  margin: 0 auto;
}
.layui-footer .w1200 {
  width: 1200px !important;
  margin: auto;
  background: none !important;
}
body {
  overflow: auto;
}
#footer {
  width: 100%;
  min-width: 1440px;
  position: relative;
}
@media all and (max-width: 1440px) {
  #header .header {
    width: 100%;
  }
  #header .menu-main {
    margin: auto;
    width: 50%;
  }
  #header .menu-main .layui-form input {
    width: 100%;
  }
  #header .menu-main a {
    margin: 0 20px;
  }
}
@media all and (max-width: 1024px) {
  #header .menu-main a {
    margin: 0 12px;
  }
}
@media all and (max-width: 900px) {
  #header .menu-main a {
    margin: 0 8px;
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  #header .menu-main a {
    margin: 0 5px;
    font-size: 12px;
  }
}
@media all and (max-width: 500px) {
  #footer {
    min-width: 100%;
  }
  #trademark .el-main {
    width: 100%;
    min-width: 100%;
  }
  .w1200 {
    width: 100% !important;
  }
  .layui-footer {
    min-width: 100%;
  }
  .layui-footer .w1200 {
    width: 100% !important;
  }
  .trademark-base .el-form .el-form-item {
    height: auto !important;
  }
}
