@font-face {
  font-family: 'MiSans-Light';
  src: url("../fonts/MiSans-Light.ttf"); }
@font-face {
  font-family: 'MiSans-Regular';
  src: url("../fonts/MiSans-Regular.ttf"); }
@font-face {
  font-family: 'MiSans-Bold';
  src: url("../fonts/MiSans-Bold.ttf"); }
.font-12 {
  font-size: 12px; }

.font-14 {
  font-size: 14px; }

.font-16 {
  font-size: 1rem; }

.font-18 {
  font-size: 1.125rem; }

.font-20 {
  font-size: 1.25rem; }

.font-24 {
  font-size: 1.5rem; }

.font-30 {
  font-size: 1.875rem; }

.font-32 {
  font-size: 2rem; }

.font-36 {
  font-size: 2.25rem; }

.font-40 {
  font-size: 2.5rem; }

.font-48 {
  font-size: 3rem; }

.font-60 {
  font-size: 3.75rem; }

.font-70 {
  font-size: 4.375rem; }

.font-80 {
  font-size: 5rem; }

.font-120 {
  font-size: 7.5rem; }

@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes index-banner {
  0% {
    transform: scaleX(0); }
  100% {
    transform: scaleX(1); } }
html, body {
  overflow-x: hidden; }

.header {
  position: fixed;
  top: 0;
  width: 100%;
  font-size: 0;
  transition: all 0.9s ease-in-out;
  z-index: 9;
  background-color: #fff; }
  .header.headerbg {
    background-color: #fff; }
    .header.headerbg li a.single {
      color: #333; }
    .header.headerbg a.search .icon-svg {
      fill: #333; }
  .header .flex {
    display: flex;
    align-items: center;
    height: 80px;
    justify-content: space-between; }
  .header .logo {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .header .logo img {
      display: block; }
    .header .logo .site-name {
      font-size: 18px; }
  .header .btn-inner-normal {
    background-color: #005cde;
    color: #fff;
    width: 140px;
    height: 40px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 2px; }
    .header .btn-inner-normal:hover {
      background-color: #005cde; }
    .header .btn-inner-normal .icon {
      width: 1.4rem;
      height: 1.4rem;
      fill: #fff; }
  .header .top-box {
    overflow: hidden; }
    .header .top-box .link {
      padding-top: 30px;
      text-align: right; }
    .header .top-box a {
      display: inline-block;
      vertical-align: top;
      font-size: 18px;
      line-height: 40px;
      color: #333;
      border-radius: 3px;
      margin-left: 1.25rem;
      padding: 0 1.25rem; }
      .header .top-box a:nth-of-type(1) {
        margin-left: 0; }
      @media screen and (min-width: 1020px) {
        .header .top-box a:hover {
          background-color: #007bfc;
          color: #fff; } }
  .header ul {
    display: inline-block;
    vertical-align: middle; }
  .header a.search {
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2.5rem; }
    .header a.search .icon-svg {
      width: 18px;
      height: 18px;
      display: flex;
      fill: #fff; }

.footer {
  background-color: #f8f8f8;
  font-size: 1rem;
  text-align: center;
  padding: 3.5rem 0 2.25rem; }

.wrap-s {
  max-width: 1190px;
  margin: 0 auto; }
  .wrap-s .groot-ui-image-inner {
    width: 60px;
    height: 60px; }

.index-page .wrap-s {
  padding-top: 60px;
  max-width: 1420px;
  min-width: 1190px; }
  .index-page .wrap-s img {
    width: 100%; }

@media screen and (max-width: 1440px) {
  .index-page .wrap-s {
    width: 100%; } }
