@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html,
body {
  font-size: 14px;
}

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

img {
  object-fit: cover;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #333333;
}

ul,
li {
  list-style: none;
}

.set-fx {
  display: flex;
  align-items: center;
}

[v-clock] {
  display: none;
}

.set-hidden {
  display: none !important;
}

.cus-scroll-bar {
  /*滚动条里面小方块*/
  /*滚动条里面轨道*/
}
.cus-scroll-bar::-webkit-scrollbar {
  width: 6px;
  height: 0px;
}
.cus-scroll-bar::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #D9DDE1;
}
.cus-scroll-bar::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
  border-radius: 8px;
  /* background: #fff; */
}

.el-dropdown-menu {
  padding: 5px 0;
}
.el-dropdown-menu .el-dropdown-menu__item {
  color: #262626;
}
.el-dropdown-menu .el-dropdown-menu__item:focus,
.el-dropdown-menu .el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: transparent;
}
.el-dropdown-menu .popper__arrow {
  display: none;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  box-sizing: border-box;
  height: 64px;
  background: #FFFFFF;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header .logo {
  width: 142px;
}
.header .header-c {
  justify-content: space-between;
}
.header .right-hover {
  display: flex;
  align-items: center;
}
.header .right-hover .j-item {
  padding-right: 40px;
}
.header .right-hover .text {
  font-size: 16px;
  color: #262626;
  cursor: pointer;
}
.header .right-hover .text:hover {
  color: #0067FF;
}
.header .right-hover .active {
  color: #0067FF;
  font-weight: 550;
}

.el-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 24px 0;
}
.el-pagination .el-pager .more::before {
  line-height: 24px;
}
.el-pagination .el-pager li.active + li {
  border: 1px solid #e7ecf0;
}
.el-pagination button:hover {
  color: #161616;
}
.el-pagination button[disabled]:hover {
  color: #C0C4CC;
}

.el-pagination .el-pager li {
  border: 1px solid #e7ecf0;
  border-radius: 3px;
  color: #666;
  font-size: 13px;
  font-weight: 400;
  height: 24px;
  line-height: 21px;
  min-width: 24px;
  padding: 0 4px;
  margin-right: 8px;
}
.el-pagination .el-pager li:last-child {
  margin-right: 0;
}

.el-pagination .el-pager li.active,
.el-pagination .el-pager li:hover {
  border-color: #161616 !important;
  color: #161616 !important;
}

.footer {
  height: 232px;
  background: #262626;
  position: relative;
}
.footer .container {
  height: 100%;
}
.footer .logo-2 {
  width: 142px;
  position: absolute;
  left: 0;
  top: 72px;
}
.footer .wechat-qr-box {
  position: absolute;
  right: 0;
  top: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .wechat-qr-box .qr-box {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.footer .wechat-qr-box .qr-box img {
  width: 92px;
}
.footer .wechat-qr-box .text {
  font-size: 14px;
  margin-top: 10px;
  color: #fff;
}
.footer .link-box {
  position: absolute;
  left: 50%;
  top: 44px;
  transform: translateX(-50%);
}
.footer .link-box::before {
  content: "";
  width: 1px;
  height: 100px;
  position: absolute;
  left: -119px;
  top: 0;
  background-color: rgba(255, 255, 255, 0.14);
}
.footer .link-box .link-item {
  margin-bottom: 15px;
}
.footer .link-box .link-item:last-child {
  margin-bottom: 0;
}
.footer .link-box .link-item a {
  color: #fff;
  font-size: 16px;
  min-width: 79px;
  margin-right: 110px;
}
.footer .link-box .link-item a:last-child {
  margin-right: 0;
}
.footer .record-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  font-size: 12px;
  color: #FFFFFF;
}