
/* 底部样式 */
#footer-model {
  font-family: pingfang SC, helvetica neue, arial, hiragino sans gb,
    microsoft yahei ui, microsoft yahei, simsun, sans-serif !important;
  /* display: flex;
    position: absolute;
    left: 0;
    bottom: 0; */
  width: 100%;
  /* height: 416px; */
  min-width: 1280px;
  background-color: #000;
  color: rgba(181, 181, 181, 0.8);
  opacity: 1 !important;
  font-size: 14px;
  box-sizing: border-box;
  position: absolute;
  /* flex-direction: column;
    align-items: center;
    justify-content: center; */
  /* margin-top: 30px; */
}

#footer-model .footer-container {
  /* width: 1180px; */
  margin: 0 9.2%;
  /* display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; */
}

#footer-model .about-us {
  padding: 46px 0 60px 0;
  display: flex;
  /* width: 80%; */
  /* height: 307px; */
  /* margin: 0 9.5%; */

  /* align-items: center; */
  /* padding-top: 60px; */
  box-sizing: border-box;
}

#footer-model .about-us .item {
  /* padding: 0 20px; */
  list-style: none;
  width: 15%;
  display: flex;
  /* height: 200px; */
  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;
  white-space: nowrap;
}

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

.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: 86px; */
  padding-right: 8%;
  margin-left: 0px;
  white-space: nowrap;
  /* height: 200px; */
}

#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 !important;
  margin: 0px;
  display: flex;
  padding-top: 28px;
  border-top: 1px solid #26282a;
  /* flex-direction: row; */
  /* align-items: center; */
  /* flex-wrap: wrap; */
  list-style: none;
  /* padding-inline-start: 22px !important; */
}

#footer-model .group-c-list > li {
  white-space: nowrap;
  margin-left: 0px;
  margin-right: 10px;
}

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

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

#footer-model .footer-container p {
  padding-bottom: 16px;
  color: #686f75;
  font-size: 14px;
  /* padding-left: 40px; */
  /* width: 80%; */
  /* padding: 0 5px; */
  box-sizing: border-box;
  /* margin: 10px 12%; */
  /* padding-top: 10px; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  white-space: nowrap;
  box-sizing: content-box;
  /* justify-content: center; */
  /* text-align: left; */
}

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

/* @media (min-width: 1680px) and (max-width: 1920px) {
    #footer-model .container p {
      margin: 10px 11.4%;
    }
  }
  @media (min-width: 1500px) and (max-width: 1680px) {
    #footer-model .container p {
      margin: 10px 11.5%;
    }
  }
  @media (min-width: 1400px) and (max-width: 1500px) {
    #footer-model .container p {
      margin: 10px 11.8%;
    }
  } */

/* header样式 */
#header-model {
  position: fixed;
  width: 100%;
  height: 90px;
  display: flex;
  top: 0px;
  left: 0;
  z-index: 2999;
  min-width: 1280px;
  background-color: #fff !important;
  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;
  font-family: pingfang SC, helvetica neue, arial, hiragino sans gb,
    microsoft yahei ui, microsoft yahei, simsun, sans-serif !important;
  /* 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 {
  width: 100%;
  background-color: #fff;
  margin: 0 9.2%;
}

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

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

.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;
}

#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 {
  /* width: 500px;
  height: 65px;
  display: flex;
  box-sizing: border-box;
  padding-top: 20px; */
  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;
}

.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;
}

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

/* 登录 */
.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 {
  height: 45px;
  line-height: 45px;
}

#nav > ul > li {
  display: inline-block;
  position: relative;
  margin-left: 0px;
  margin-right: 32px;
  line-height: 24px;
  padding-bottom: 15px;
}

#nav > ul > li a {
  display: block;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 14px;
  color: #000000;
  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 {
  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: 39px;
  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 {
  margin-left: 0px;
  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;
  white-space: nowrap;
}

#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-color: #0082ff;
  color: #fff;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}

.welcome .register-begin-btn:hover {
  color: #fff !important;
}

.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;
}

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