@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;
}
.main {
  width: 100%;
}
.main .layout {
  width: 1200px;
  margin: 0 auto;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
body a:hover {
  cursor: pointer;
  user-select: none;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  height: 13.333vw;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #f1f1f1;
  flex-shrink: 0;
  width: 100%;
  background-color: #fff;
}
footer div {
  text-align: center;
  flex: 1;
}
footer p {
  font-family: PingFang SC, Noto Sans, Helvetica;
  font-size: 3.2vw;
  background: #fff;
  color: #333;
}
footer .text-primary a {
  color: #49b849 !important;
}
footer .text-primary a p {
  color: #49b849 !important;
}
footer .iconfont {
  font-family: PingFang SC, Noto Sans, Helvetica;
  font-size: 4.8vw;
}
header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
  border-bottom: 1px solid #f1f1f1;
  height: 11.733vw;
  box-sizing: border-box;
  padding: 0 4vw;
  line-height: 11.733vw;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  background-color: #fff;
}
header a {
  display: flex;
  align-items: center;
}
header .grt-header-left-icon,
header .grt-header-right-icon {
  display: flex;
  align-items: center;
  min-width: 11.733vw;
}
header .grt-header-left-icon {
  justify-content: flex-start;
}
header .grt-header-left-icon img {
  width: 5.333vw;
  height: 5.333vw;
  vertical-align: -1.067vw;
  margin-right: 2.133vw;
}
header .grt-header-content {
  height: 11.733vw;
  overflow: hidden;
}
header .grt-header-content .grt-header-title {
  font-family: PingFang SC, Noto Sans, Helvetica;
  width: 100%;
  text-align: center;
  line-height: 11.733vw;
  font-size: 4.533vw;
  color: #333;
  font-weight: 400;
}
header .grt-header-content .grt-header-title img {
  width: 5.333vw;
  height: 5.333vw;
  vertical-align: -1.067vw;
  margin-right: 2.133vw;
}
header .grt-header-right-icon {
  justify-content: flex-end;
}
header .iconfont {
  font-family: PingFang SC, Noto Sans, Helvetica;
  font-size: 4.8vw;
}
