@import url("../../font/iconfont.css");
body {
  background: #f2f2f2;
}
#navber {
  height: 46rem;
  background-color: rgba(0, 0, 0, 0.7);
}
#navber .logo {
  width: 86rem;
  height: 32rem;
  background: url(../../imgs/base/logo7.svg) no-repeat 50% 50%;
}
#navber .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#navber .nav-list {
  height: 46rem;
}
#navber .nav-list .app {
  position: relative;
}
#navber .nav-list .app::after {
  content: "HOT";
  position: absolute;
  border-radius: 4rem 0 0 0;
  overflow: hidden;
  background: #ff6000;
  font-size: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -10rem;
  right: -10rem;
  padding: 1rem 3rem;
  transform: scale(0.7);
  color: #fff;
}
#navber .nav-list .more-box .more-list {
  z-index: 9999999999;
  visibility: hidden;
  opacity: 0;
  top: 170%;
  background: #fff;
  box-shadow: 0 0 8rem rgba(0, 0, 0, 0.2);
  transform: translate(-25%, 0);
}
#navber .nav-list .more-box .more-list .item {
  width: 80rem;
  display: block;
}
#navber .nav-list .more-box:hover .more-list {
  visibility: visible;
  opacity: 1;
}
#navber .login-box {
  gap: 10rem;
}
#navber .login-box a {
  background: none;
  border: 1rem solid #fff;
  padding: 0 14rem;
}
#navber .login-box a:hover {
  border-color: var(--color-main);
  color: var(--color-main);
}
main {
  position: relative;
  transition: 0.3s all ease-in-out;
}
main .content-wrap h1 {
  font-size: 25rem;
  line-height: 48rem;
  font-weight: 500;
  color: #000000;
  text-align: center;
}
main .content-wrap h3 {
  background: #f2f2f2;
  color: #323232;
  font-weight: 500;
  line-height: 26rem;
  font-size: 14rem;
  padding: 6rem 14rem;
  margin: 6rem 0;
}
main .content-wrap p {
  line-height: 24rem !important;
  margin-bottom: 13rem;
  font-size: 14rem !important;
  color: #525252;
  white-space: pre-wrap;
  /* 保留格式且自动换行 */
  word-wrap: break-word;
}
main img {
  max-width: 100%;
  margin: auto;
}
main .contact-us {
  position: sticky;
  top: 0;
  width: 300rem;
}
main .contact-us p {
  color: #666;
}
main .contact-us p strong {
  color: #333;
}
main .contact-us p a {
  color: #666;
  transition: all 0.3s;
}
main .contact-us p a:hover {
  color: var(--color-main);
}
.fixed-wrap {
  position: fixed;
  bottom: 90rem;
  right: 20rem;
  z-index: 9999;
  width: 40rem;
  height: 40rem;
  background-color: #fff;
  border-radius: 20rem;
  box-shadow: 0 0 8rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.fixed-wrap .item {
  width: 40rem;
  height: 40rem;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8rem;
}
.fixed-wrap .item .iconfont {
  font-size: 22rem;
}
.fixed-wrap .item.go-top {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.fixed-wrap .item.go-top.show {
  visibility: visible;
  opacity: 1;
}
.fixed-wrap .item.qrcode-box .code-div {
  left: 0;
  top: 0;
  transform: translate(-105%, -30%);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.fixed-wrap .item.qrcode-box .code-div img {
  width: 80rem;
  height: 80rem;
}
.fixed-wrap .item.qrcode-box:hover .code-div {
  visibility: visible;
  opacity: 1;
}
.footer-wrap {
  position: relative;
  z-index: 9;
  background: #3b3f4a;
}
.footer-wrap .footer-menu a {
  position: relative;
  padding-right: 17rem;
}
.footer-wrap .footer-menu a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0rem;
  content: "";
  width: 1rem;
  height: 12rem;
  background: #fff;
  margin: 0 8rem;
}
.footer-wrap .footer-menu a:last-child {
  padding-right: 0;
}
.footer-wrap .footer-menu a:last-child:before {
  display: none;
}
.footer-wrap .statement {
  color: #9fa3ae;
}
.footer-wrap .statement a {
  position: relative;
  color: inherit;
}
.footer-wrap .statement a:hover {
  color: var(--color-main);
}
.footer-wrap .link-box {
  color: #cccccc;
}
.footer-wrap .link-box a {
  color: #cccccc;
}
.footer-wrap .link-box a:hover {
  color: var(--color-main);
}
@media (max-width: 1200px) {
  html {
    font-size: 1px;
  }
  body {
    width: 1200px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  html {
    font-size: 1px;
  }
  #navber > .nav-wrap {
    width: 1200px;
    margin: auto;
  }
  .crumbs,
  .site-switching .site-select-box,
  main {
    width: 1200px;
    margin: 14rem auto;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 0.06666667vw;
  }
  #navber > .nav-wrap {
    margin: auto 90rem;
  }
  .crumbs,
  .site-switching .site-select-box,
  main {
    margin: 14rem 90rem;
  }
}
