
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  background-color: #fff;
  font-family: PingFangSC, helvetica neue, hiragino sans gb, arial,
    microsoft yahei ui, microsoft yahei, simsun, sans-serif !important;
  /* -webkit-font-smoothing: antialiased */
}

.container {
  height: auto;
  min-height: calc(100vh - 130px);
}

.content {
  width: 100%;
  margin: 0 auto;
  /* max-width: 1280px */
}

@font-face {
  font-family: 'header-iconfont';
  src: url('//at.alicdn.com/t/font_358977_e7yj5zq1199.eot');
  src: url('//at.alicdn.com/t/font_358977_e7yj5zq1199.eot?#iefix')
      format('embedded-opentype'),
    url('//at.alicdn.com/t/font_358977_e7yj5zq1199.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_358977_e7yj5zq1199.woff') format('woff'),
    url('//at.alicdn.com/t/font_358977_e7yj5zq1199.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_358977_e7yj5zq1199.svg#iconfont') format('svg');
}

@font-face {
  font-family: 'iconfont';
  /* project id 358977 */
  src: url('//at.alicdn.com/t/font_358977_e7yj5zq1199.eot');
  src: url('//at.alicdn.com/t/font_358977_e7yj5zq1199.eot?#iefix')
      format('embedded-opentype'),
    url('//at.alicdn.com/t/font_358977_e7yj5zq1199.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_358977_e7yj5zq1199.woff') format('woff'),
    url('//at.alicdn.com/t/font_358977_e7yj5zq1199.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_358977_e7yj5zq1199.svg#iconfont') format('svg');
}

.icon {
  display: inline-block;
  color: #000;
  font-style: normal;
  font-size: 12px;
  font-family: 'iconfont';
}

.quick-menu {
  margin-top: 130px !important;
  /* padding-top: 60px; */
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* width: 100%;
    height: 370px;
    background-image: url("//img.alicdn.com/tfs/TB1QiEiXpY7gK0jSZKzXXaikpXa-2880-1080.jpg");
    background-image: url("//img.alicdn.com/imgextra/i1/O1CN01tou39z1YHcK0GUrgT_!!6000000003034-2-tps-2880-740.png");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%; */
  /* padding-bottom: 10px */
  height: 370px;
  width: 1310px;
  margin: 0 auto;
  background-image: url('https://img.alicdn.com/imgextra/i2/O1CN011B2rDS1d8yw2of4xq_!!6000000003692-2-tps-2882-740.png');
  background-repeat: repeat;
  background-position: 50%;
  background-size: 1331px 370px;
}

.container_BOX {
  width: 100%;
  background-color: #e4eaf3;
}

.quick-menu h1 {
  /* color: #fff;
    font-size: 28px;
    text-align: center;
    margin-top: 28px;
    font-weight: 400 */
  padding-top: 95px;
  padding-bottom: 36px;
  text-align: center;
  font-family: PingFangSC-Medium;
  font-size: 36px;
  color: #000000;
  letter-spacing: 0;
  line-height: 48px;
}

.quick-menu .search-box {
  /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    margin-top: 14px;
    width: 100%;
    max-width: 800px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box */

  width: 840px;
  height: 64px;
  display: flex;
  margin-bottom: 85px;
  background-color: #fff;
  border-radius: 8px;
}

.quick-menu .search-box .search-wrapper .docCatalog_searchInput:focus,
.quick-menu .search-box .docCatalog_searchBtn:focus {
  outline: none;
}

.quick-menu .search-wrapper {
  /* position: relative;
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4 */
}

.quick-menu .search-wrapper .search-input {
  /* display: inline-block;
    width: 100%;
    height: 42px;
    padding: 0 16px;
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 */

  width: 696px;
  height: 100%;
  border: none;
  border-radius: 8px 0 0 8px;
  opacity: 0.4;
  font-family: PingFangSC-Regular;
  font-size: 24px;
  color: #000;
  letter-spacing: 0;
  padding-left: 24px;
}

.quick-menu .search-wrapper .search-result {
  display: none;
  position: absolute;
  /* top: 43px; */
  width: 680px;
  z-index: 30;
  /* width: 100%; */
  background-color: #fff;
  border: 1px solid #d7d8d9;
  border-top: none;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 400px;
  overflow-y: scroll;
}

.quick-menu .search-wrapper .search-result li {
  cursor: pointer;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  font-size: 14px;
  color: #373d41;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.quick-menu .search-wrapper .search-result li:hover {
  background-color: #f7f7f7;
  color: #174eed;
}

.quick-menu .search-btn {
  /* cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    outline: none;
    background-image: -webkit-gradient(linear, right top, left top, from(#21c5fd), to(#174eed));
    background-image: -o-linear-gradient(right, #21c5fd, #174eed);
    background-image: linear-gradient(270deg, #21c5fd, #174eed);
    color: #fff;
    font-size: 16px */

  width: 144px;
  height: 100%;
  border: none;
  border-radius: 0 8px 8px 0;
  background: #0082ff;
  font-family: PingFangSC-Regular;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
}

.quick-menu .menus {
  display: flex;
  width: 840px;
  height: 22px;
  /* margin-top: 40px;
    list-style: none;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1000px;
    overflow: hidden;
    color: black; */
}

.quick-menu .menus .menu-item {
  /* background: none;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
    overflow: hidden; */
  /* padding: 0 30px; */
  padding-right: 30px;
  cursor: pointer;
  display: flex;

  /* -webkit-box-sizing: border-box;
    box-sizing: border-box */
}

.quick-menu .menus .menu-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  /* color: #fff; */
  font-size: 0;
}

.quick-menu .menus .menu-item a .iconfont {
  font-size: 36px;
}

.quick-menu .menus .menu-item a p {
  /* font-size: 18px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis */

  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  margin-right: 30px;
}

.quick-menu .menus .menu-item .menusItem_line {
  width: 1px;
  height: 12px;
  background: #b2b7be;
  margin: auto;
}

.quick-menu .menus .menu-item:last-child .menusItem_line {
  display: none;
}

footer {
  display: flex;
  /* height: 130px; */
  background-color: #000;
  color: rgba(181, 181, 181, 0.8);
  opacity: 1 !important;
  font-size: 14px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

footer .footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .footer-container .about-us {
  display: flex;
  padding: 0;
}

footer .footer-container .about-us li {
  margin-left: 0;
  padding: 0 20px;
  border-right: 1px solid rgba(231, 231, 231, 0.8);
  list-style: none;
}

footer .footer-container .about-us li a {
  color: rgba(231, 231, 231, 0.8);
  text-decoration: none;
}

footer .footer-container .about-us li:last-child {
  border-right: none;
}

.empty-search-result {
  font-size: 14px;
  color: #666;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

.docs {
  /* width: 1180px; */
  margin: 0 9.2%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 61px;
}

.catalog {
  width: 20%;
  /* padding: 0 4%; */
  font-size: 14px;
  /* height: 500px; */
  color: #666;
  margin-top: 61px;
  /* margin-bottom: 60px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.catalog .catalog-title {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;

  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
}

.catalog .title_line {
  margin: 13px 0;
  height: 1px;
  width: 220px;
  background-color: #e5e5e5;
}

.catalog .catalog-items {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  transition: height 0.4s;
}

.catalog .catalog-items .item {
  height: 24px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;

  cursor: pointer;
  display: block;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0.43px;
  line-height: 24px;
  white-space: nowrap;
  text-decoration: none;
  margin-bottom: 10px;
}

.catalog .catalog-items .item:hover {
  color: #174eed !important;
}

.catalog .catalog-items .more-catalog {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: none;
  /* color: #999 !important;
    display: flex;
    align-items: center; */

  white-space: nowrap;
  text-decoration: none;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0.43px;
  line-height: 24px;
}

.catalog .catalog-items .more-catalog img {
  margin-left: 2px;
  height: 14px;
  transform: rotateZ(0);
  transition: transform 0.4s;
}

.catalog .catalog-items.open .more-catalog img {
  transform: rotateZ(180deg);
}

@media (max-width: 900px) {
  .quick-menu .menus {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .quick-menu .menus .menu-item {
    width: 50%;
  }

  .catalog {
    width: 50%;
  }
}

@media (max-width: 450px) {
  .catalog {
    width: 100%;
  }
}

/* header样式 */
#header-model {
  position: fixed;
  width: 100%;
  background: #ffffff;
  height: 130px;
  top: 0px;
  left: 0;
  z-index: 2999;
  min-width: 1280px;
  color: #fff;
  opacity: 1 !important;
  visibility: visible !important;
  font-size: 14px;
  align-items: center;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: pageIn;
  -moz-animation-name: pageIn;
  animation-name: pageIn;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05); */
}

@-webkit-keyframes pageIn {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-moz-keyframes pageIn {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes pageIn {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

#header-model .header-container {
  font-family: PingFang SC, Helvetica Neue, Helvetica, Tahoma, Arial,
    Microsoft YaHei, Roboto, sans-serif;
}

#header-model .header-container {
  /* width: 100%; */
  background-color: #fff;
  margin: 0 9.2%;
}

#header-model .header-container .header-top {
  /* width: 1180px; */
  height: 65px;
  /* margin: 0 auto; */
  position: relative;
}

.header-shadow {
  position: absolute;
  width: 100%;
  z-index: 101;
  pointer-events: none;
  bottom: 0;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}

/* LOGO模块 */
#LOGO {
  padding: 0px;
  margin-top: 4px;
}

#LOGO img {
  padding: 0px;
}

.logo-split-line {
  display: inline-block;
  border-right: 1px solid #ccc;
  height: 16px;
  vertical-align: middle;
  margin: -2px 12px 0;
}

.logo-link {
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: block;
  padding-right: 2px;
}

.logo-link:hover {
  opacity: 0.8;
}

.logoBox {
  height: 65px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.logoText {
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 45px;
  font-family: PingFangSC-Medium;
  line-height: 28px;
}

/* 登录 与 账号信息 */
.welcome {
  /* display: flex; */
  display: none;
  position: absolute;
  top: 12px;
  right: 0px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

/* .wordCenter {
    display: block;
    padding-right: 24px;
    padding-top: 1.4px;
}

.wordCenter:hover {
    color: #0082ff;
} */

.welcome a {
  text-decoration: none;
  height: 22px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #000000;
  vertical-align: middle;
  margin-left: 26px;
  letter-spacing: 1px;
  line-height: 22px;
}

.solution_login:hover {
  color: #0082ff;
}

/* 登录 */
/* .welcome.hasLogin .control {
}

.welcome.hasLogin .user {
} */

.welcome .sub-nav {
  display: none;
  flex-direction: column;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
  background: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.13);
  background-color: #ffffff;
}

.welcome .sub-nav li a {
  text-decoration: none;
  color: #000;
  font-family: PingFangSC-Regular;
  font-size: 14px;
}

.welcome .sub-nav li a:hover {
  color: #0082ff;
}

/* 未登录 */
.welcome.notLogin .come-begin {
  /* display: inline-block; */
  display: none;
}

/* 菜单模块 */
#nav > ul {
  width: 1180px;
  height: 65px;
  line-height: 65px;
}

#nav > ul > li {
  display: inline-block;
  position: relative;
  margin-right: 37px;
  line-height: 24px;
  padding-bottom: 22px;
}

#nav > ul > li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 22px;
}

#nav > ul > li.active a,
#nav > ul > li.active span,
#nav > ul > li.active .icon {
  color: #0082ff;
}

#nav > ul > li > a:hover,
#nav > ul > li > a:hover .icon {
  text-decoration: none;
  opacity: 0.8;
  color: #0082ff;
}

#nav > ul > li .icon {
  color: #666666;
  margin: 0 0 0 2px;
  transform: scale(0.5);
  opacity: 0.6;
  padding-bottom: -2px;
  font-size: 14px !important;
}

#nav > ul > li:hover .sub-nav {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}

#nav > ul > li:hover > a,
#nav > ul > li:hover .icon {
  text-decoration: none;
  opacity: 0.8;
  color: #0082ff;
}

#nav > ul > li:hover .icon {
  transform: scale(0.5) rotate(180deg);
  transition: all 0.2s ease-in-out;
}

/* 子菜单 */
#nav .sub-nav {
  /* width: 226px; */
  white-space: nowrap;
  box-sizing: border-box;
  position: absolute;
  top: 45px;
  left: -25%;
  padding: 20px 30px 10px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.13);
  background-color: #ffffff;
  list-style: none;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
}

#nav > ul > li .sub-nav li {
  box-sizing: border-box;
}

#nav > ul > li .sub-nav li a {
  /* padding-bottom: 5px; */
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 22px;
  font-family: PingFangSC-Medium;
}

#nav > ul > li .sub-nav li {
  display: block;
  padding-bottom: 20px;
}

#nav > ul > li .sub-nav li a:hover {
  color: #0082ff;
}

#nav .sub-nav .sub-nav-desc {
  opacity: 0.6;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0;
  line-height: 22px;
}

#nav > ul > li .sub-nav li.active a {
  color: #0082ff;
}

#nav > ul > li .sub-nav li a:hover {
  opacity: 0.8;
}

/* 未登录状态控制台加下拉列表 */
.consoleTitle:hover,
.consoleTitle:hover .icon {
  opacity: 0.8 !important;
  color: #0082ff !important;
}

.consoleBox_list div:hover a {
  color: pink;
}

.consoleTitle {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #000000;
  letter-spacing: 1px;
  padding-bottom: 20px;
}

.consoleBox .icon {
  margin: 0 0 0 2px;
  transform: scale(0.5);
  opacity: 0.6;
  padding-bottom: -2px;
  font-size: 14px;
}

.consoleBox:hover .consoleTitle .icon {
  transform: scale(0.5) rotate(180deg);
  transition: all 0.2s ease-in-out;
}

.consoleBox_list {
  position: absolute;
  z-index: 1000;
  display: none;
  list-style: none;
  width: 160px;
  height: 204px;
  box-sizing: border-box;
  padding: 20px 30px 0 30px;
  position: absolute;
  top: 40px;
  left: 90px;
  background: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.13);
}

.listItem {
  text-align: left;
  margin-bottom: 14px;
}

.listItem a {
  margin: 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 22px;
}

/* 按扭 */
.welcome .btn {
  display: none;
  width: 90px;
  height: 32px;
  border-radius: 16px;
  background-image: linear-gradient(90deg, #127ff2, #26b2bd);
  color: #000;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.welcome .register-begin-btn {
  display: none;
  height: 40px;
  line-height: 40px;
  width: 120px;
  background: #0082ff;
  background-color: #0082ff;
  color: #fff;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}

.welcome .btn.no-border {
  display: inline-block;
  border: none;
  background: none;
}

.welcome .btn:hover {
  opacity: 0.8;
}

.welcome .btn span {
  display: inline-block;
  width: 88px;
  height: 30px;
  margin-top: 3px;
  border-radius: 16px;
  margin-left: 24px;
  background-color: #000;
  line-height: 30px;
}

.welcome .btn.no-border span {
  background-color: transparent;
}

/* .user {
    display: none;
    padding-left: 20px;
    color: #fff;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}

.user .avatar {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    border-radius: 100%;
} */

.user {
  display: none;
  padding-left: 20px;
  color: #fff;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.user .avatar {
  width: 40px !important;
  height: 40px !important;
  margin-left: 10px !important;
  border-radius: 100% !important;
}

.logOut {
  display: none;
  width: 60px;
  min-width: 100px;
  padding: 15px 15px;
  position: absolute;
  top: 40px;
  left: 0;
  margin-left: 20px;
  z-index: 1000;
  list-style: none;
  white-space: nowrap;
  background: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.13);
}

.logOut .logOut_item {
  line-height: 22px;
}

.logOut .logOut_item a {
  margin-left: 0px;
  cursor: pointer;
}

#header-model .header-container .header-bottom {
  display: flex;
  /* width: 1180px; */
  /* margin: 0 auto; */
}

/* 底部样式 */
#footer-model {
  width: 100%;
  min-width: 1280px;
  background-color: #000;
  color: rgba(181, 181, 181, 0.8);
  opacity: 1 !important;
  font-size: 14px;
  box-sizing: border-box;
  /* margin-top: 88px; */
}

#footer-model .footer-container {
  /* width: 1180px; */
  margin: 0 9.2%;
}

#footer-model .about-us {
  padding: 46px 0 60px 0;
  display: flex;
  /* height: 307px; */
  box-sizing: border-box;
}

#footer-model .about-us .item {
  list-style: none;
  display: flex;
  width: 15%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start !important;
  box-sizing: content-box;
  white-space: nowrap;
  margin-left: 8%;
}

.about-us .item ul > li {
  margin-left: 0px;
  list-style: none;
  margin-top: 8px;
  line-height: 21px;
}

.about-us .item ul > li strong {
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #ffffff;
  display: block;
  margin-bottom: 12px;
}

.about-us .item ul > li a:hover {
  color: #0082ff !important;
}

#footer-model .show_box {
  display: none;
  position: absolute;
}

#footer-model .hover_word:hover .show_box {
  display: block;
}

#footer-model .about-us .item:first-child {
  border-right: 1px solid #26282a;
  /* padding-right: 60px; */
  padding-right: 4%;
  margin-left: 0px;
}

#footer-model .about-us .item:nth-child(2) {
  /* padding-left: 95px; */
}

#footer-model .about-us .item a {
  text-decoration: none;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #686f75;
  line-height: 21px;
  white-space: nowrap;
}

#footer-model .about-us .item a:hover {
  opacity: 0.8;
}

#footer-model .about-us .item:last-child {
  border-right: none;
}

#footer-model .group-c-list {
  padding-left: 0px;
  display: flex;
  padding-top: 28px;
  border-top: 1px solid #26282a;
  list-style: none;
}

#footer-model .group-c-list > li > a {
  color: #686f75;
  font-size: 14px;
  white-space: nowrap;
  margin-right: 10px;
  /* margin: 0 14px 0 0; */
  text-decoration: none;
}

.group-c-list > li > a:active {
  color: #686f75;
}

#footer-model .footer-container p {
  padding-bottom: 16px;
  color: #686f75;
  font-size: 14px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: content-box;
}

#footer-model .footer-container p a {
  float: left;
  margin-right: 100px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #686f75;
  line-height: 32px;
}

.official_website:hover {
  color: #0082ff;
}
