blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, ul, li, ol, p, pre, td, textarea, th, header, footer, nav, section, aside, article, main, a {
  box-sizing: border-box;
}
:root {
  --primary: rgba(51, 100, 207, 1);
  --orange: rgba(245, 162, 47, 1);
  --green: rgba(53, 133, 98, 1);
}

@media screen and (min-width: 900px) {
  html body {
    min-width: 1300px;
    min-height: 100vh;
  }
}

html body {
  max-width: 2560px;
  margin: auto;
  background-color: rgba(242, 242, 242, 0.8);
  color: #383838;
  line-height: 1.45;
  font-family: "webfont" !important;
}
h4, h5, h6 {
  font-weight: 400;
}
img, video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
input, button {
  border: none;
  outline: none;
  background-color: transparent;
}
.wrap {
  position: relative;
  width: 1300px;
  height: 100%;
  margin: 0 auto;
}
.active {
  font-weight: 500;
  color: var(--primary) !important;
}
.layui-icon, .iconfont {
  line-height: 1;
}
.i-c4 {
  color: #c4c4c4;
}
body a {
  color: inherit;
}
body a:hover {
  color: var(--primary) !important;
}
button:hover {
  cursor: pointer;
  opacity: 0.8;
}
.r-fill {
  border-radius: 999px;
}
.flex {
  display: flex;
}
.flex-d-col {
  flex-direction: column;
}
.flex-y-start {
  display: flex;
  align-items: flex-start;
}
.flex-y-c {
  display: flex;
  align-items: center;
}
.flex-x-c {
  justify-content: center;
}
.flex-x-b {
  justify-content: space-between;
}
.flex-x-l {
  justify-content:flex-start;
}
.flex-x-r {
  justify-content: flex-end;
}
.flex-1 {
  flex: 1;
  overflow: hidden;
}
.ml-x {
  margin-left: auto;
}
.m-auto {
  margin: auto;
}
.hide-two {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.com-tag {
  display: flex;
  border-radius: 5px;
  padding: 0 8px;
  min-width: 80px;
  height: 36px;
  color: #fff;
}
.com-tag span {
  margin: auto;
}
.com-tag:hover {
  opacity: 0.8;
}
.primary-plain {
  background-color: rgba(51, 100, 207, 0.1);
  color: var(--primary);
}
.primary-bd {
  background-color: #fff;
  border: 1px solid var(--primary);
  color: var(--primary);
}
.primary-bg {
  background-color: var(--primary);
  color: #fff;
}
.orange-bg {
  background-color: var(--orange);
  color: #fff;
}
.orange-plain {
  background: rgba(255, 173, 83, 0.15);
  color: var(--orange);
}
.success-bg {
  background-color: #43cf7c;
  color: #fff;
}
.warning-bg {
  background-color: #ff5733;
  color: #fff;
}
.info-bg {
  background-color: rgba(128, 128, 128, 0.1);
  color: #a6a6a6;
}
.info-plain {
  background-color: #80808032;
  color: #808080;
}
a.primary-bg:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.pr {
  position: relative;
}
.f-13 {
  font-size: 13px;
}
.f-15 {
  font-size: 15px;
}
.f-17 {
  font-size: 17px;
}
.f-b {
  font-weight: bold;
}
.t-c {
  text-align: center;
}
.t-sw {
  font-weight: 500;
}
.t-gray {
  color: #808080;
}
.t-a6 {
  color: #a6a6a6;
}
.t-primary {
  color: var(--primary);
}
.t-orange {
  color: var(--orange);
}
.t-warning {
  color: #ff5733;
}
.t-success {
  color: #43cf7c;
}
.t-333 {
  color: #333;
}
.t-555 {
  color: #555;
}
.t-666 {
  color: #666;
}
.t-777 {
  color: #777;
}
.t-888 {
  color: #888;
}
.t-999 {
  color: #999;
}
.bgc-white {
  background-color: #fff;
}
.br10 {
  overflow: hidden;
  border-radius: 10px;
}
.br8 {
  overflow: hidden;
  border-radius: 8px;
}
.br5 {
  overflow: hidden;
  border-radius: 5px;
}
/* 头部 */
.header {
  height: 80px;
}
.logo {
  font-size: 24px;
  font-weight: 500;
}
.nav {
  padding: 0 40px;
}
.nav-a {
  position: relative;
  font-size: 15px;
  color: #696969;
  white-space: nowrap;
  padding-bottom: 1em;
}
.nav-a.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background-color: var(--primary);
}
.search-bar {
  margin-right: 40px;
  overflow: hidden;
}
.search-input {
  width: 187px;
  font-size: 15px;
  height: 36px;
  line-height: 36px;
  padding-left: 15px;
  text-align: center;
  color: #555;
  border: 1px solid #ebebeb;
  border-radius: 999px 0 0 999px;
  transition: all 0.2s;
}
.search-input:focus {
  border-color: var(--primary);
}
.search-input::placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.2);
}
.search-btn {
  width: 65px;
  height: 36px;
  cursor: pointer;
  border-radius: 0 999px 999px 0;
}
.h-user {
  padding: 0 10px;
}
.h-msg i {
  font-size: 24px;
  color: #ccc;
}
.h-dot {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 7px;
  height: 7px;
  background-color: #ff5733;
}
.h-avatar {
  width: 36px;
  height: 36px;
  margin: 0 6px 0 18px;
}

/* 底部 */
.footer {
  background-color: #111f33;
  line-height: 25px;
}
.foot-t {
  height: 212px;
  padding-top: 28px;
  color: #fff;
  border-bottom: 1px solid #ffffff80;
}
.f-dl {
  margin-right: 160px;
}
.f-dt {
  margin-bottom: 10px;
}
.f-dd {
  margin-top: 8px;
}
.f-qr {
  width: 120px;
  height: 120px;
  margin-bottom: 14px;
}
.foot-b {
  height: 48px;
}

/* 页面 */
.main {
  min-height: calc(100vh - 340px);
  border: 1px solid transparent;
}
.a-banner {
  display: block;
  aspect-ratio: 16/3;
}
.bread {
  height: 60px;
}
.bread-a {
  color: #38383880;
}

.a-hd {
  padding: 12px 23px 12px 57px;
  cursor: pointer;
}
.a-menu {
  position: relative;
  display: block;
  padding-left: 57px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #808080;
  cursor: pointer;
}
.a-menu.active {
  background-color: rgba(51, 100, 207, 0.1);
}
.a-menu.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: var(--primary);
}

.layui-form-checked[lay-skin="primary"] i {
  border-color: var(--primary) !important;
  background-color: var(--primary);
  color: #fff;
}
.layui-form-radioed, .layui-form-radioed i {
  color: var(--primary);
}
.layui-form-select dl dd.layui-this {
  background-color: var(--primary);
  color: #fff;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: var(--primary);
}
.jwplayer .jw-controlbar {
  width: 100% !important;
}