@charset "utf-8";

.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}

.clearfix {
  zoom: 1;
}

body{
  padding-top: 66px;
}

a,img{
  display: inline-block;
}

.main {
  width: 100%;
  background-color: #F5F7FA;
}

.main .layout {
  width: 1200px;
  margin: 0 auto;
}

.layout {
  width: 1200px;
  margin: 0 auto;
}

body a:hover {
  cursor: pointer;
  user-select: none;
  color: #015ed0 !important;
}

footer {
  min-width: 1200px;
}

footer .footer-link {
  background-color: #ffffff;
  padding: 20px 0;
}

footer .footer-link h3 {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  display: block;
  color: #666666;
  line-height: 22px;
  margin-bottom: 11px;
}

footer .footer-link a {
  font-size: 18px;
  display: block;
  float: left;
  text-align: left;
  margin-right: 25px;
  color: #999;
  line-height: 26px;
}

footer .footer-link a:hover {
  color: #999 !important;
}

footer .info-wrap {
  text-align: center;
  background-color: #25252b;
  padding-top: 20px;
  padding-bottom: 20px;
}

footer .info-wrap span {
  font-size: 14px;
  color: white;
  display: inline-block;
  line-height: 29px;
}

footer .info-wrap span.last {
  margin-right: 0;
}

footer .info-wrap a {
  display: inline-block;
  font-size: 14px;
  color: white;
  margin-right: 17px;
  line-height: 29px;
}

footer .info-wrap a:hover {
  color: #fff !important;
}

footer .info-wrap a i {
  display: inline-block;
  width: 18px;
  height: 20px;
  background: url(../images/icp-logo.png) no-repeat;
  vertical-align: -3px;
}

footer .info-wrap div:nth-child(3)>span a:nth-child(1) {
  margin-right: 0;
}

footer .other {
  padding: 52px 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/footer-other.png) no-repeat;
  background-size: cover;
}

footer .other .logo {
  width: 258px;
}

footer .other .xian {
  width: 1px;
  height: 162px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 2px 2px 2px 2px;
  margin: 0 147px 0 53px;
}

footer .other ul {
  margin-right: 167px;
}

footer .other ul li {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}

footer .other ul li:nth-last-child(1) {
  margin-bottom: 0;
}

footer .other .ewm {
  width: 131px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 11px 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-width: 1200px;
  z-index: 9999999;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  border-bottom: 1px solid rgba(34, 34, 34, 0.16);
  backdrop-filter: blur(12px);
}

header .logo {
  width: 271px;
}

header ul {
  display: flex;
}

header ul li {
  float: left;
  margin-right: 110px;
}

header ul li:nth-last-child(1) {
  margin-right: 0;
}

header ul li a {
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #657085;
}

header .box {
  display: flex;
  align-items: center;
}

header .box .sm {
  position: relative;
  display: flex;
  margin-right: 22px;
  cursor: pointer;
}

header .box .sm:hover .ewm {
  display: block;
}

header .box .sm img {
  width: 22px;
}

header .box .sm span {
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #657085;
}

header .box .sm .ewm {
  display: none;
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
  width: 127px;
  z-index: 999999;
}

header .box .login {
  padding: 9px 14px;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  background: #3A72F6;
  border-radius: 4px 4px 4px 4px;
}

header .box form {
  position: relative;
  margin-right: 22px;
}

header .box form input[name="keyboard"] {
  padding: 0 14px;
  width: 170px;
  height: 40px;
  background: #F5F8FD;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid rgba(0, 36, 133, 0.1);
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
}

header .box form .button {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

header .box form .button img{
  width: 20px;
  height: 20px;
}

header .box a:hover {
  color: #fff !important;
}