@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-family: Microsoft YaHei;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

input {
  outline: none;
}

@-webkit-keyframes dialog-content {
  0% {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-moz-keyframes dialog-content {
  0% {
    -moz-transform: translateY(-150%);
         transform: translateY(-150%);
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0%);
         transform: translateY(0%);
  }
}

@-o-keyframes dialog-content {
  0% {
    -o-transform: translateY(-150%);
       transform: translateY(-150%);
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
}

@keyframes dialog-content {
  0% {
    -webkit-transform: translateY(-150%);
       -moz-transform: translateY(-150%);
         -o-transform: translateY(-150%);
            transform: translateY(-150%);
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}
body {
  font-size: 16px;
}
body.overflow-hidden {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body {
    color: #333;
  }
}

@media screen and (min-width: 1260px) {
  .header {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .header {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    margin-top: 1.28rem;
  }
}

.in-pc {
  display: none;
}
@media screen and (min-width: 1260px) {
  .in-pc {
    display: block;
  }
}

.in-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .in-mobile {
    display: block;
  }
}

.in-pad {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .in-pad {
    display: block;
  }
}

.menu-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgb(233, 233, 233);
  background-color: #fff;
  z-index: 999;
}
@media screen and (min-width: 1260px) {
  .menu-background {
    height: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .menu-background {
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .menu-background {
    height: 1.28rem;
  }
}
.menu-background .menu {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  background-color: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media screen and (min-width: 1260px) {
  .menu-background .menu {
    width: 1260px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .menu-background .menu {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .menu-background .menu {
    width: 100vw;
  }
}
@media screen and (min-width: 1260px) {
  .menu-background .menu {
    height: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .menu-background .menu {
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .menu-background .menu {
    height: 1.28rem;
  }
}
@media screen and (max-width: 767px) {
  .menu-background .menu {
    padding: 0 0.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .menu-background .menu {
    padding: 0 16px;
  }
}
.menu-background .menu .menu-left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-background .menu .menu-left > img {
  height: 40px;
}
@media screen and (max-width: 767px) {
  .menu-background .menu .menu-left > img {
    width: 2.4rem;
    height: 0.64rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .menu-background .menu .menu-left > img {
    width: 90px;
    height: 24px;
  }
}
.menu-background .menu .menu-right {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .menu-background .menu .menu-right {
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .menu-background .menu .menu-right {
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.menu-background .menu .menu-right .menus {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 42px;
     -moz-column-gap: 42px;
          column-gap: 42px;
  font-size: 16px;
  color: #666;
  margin-right: 36px;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .menu-background .menu .menu-right .menus {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .menu-background .menu .menu-right .menus {
    display: none;
  }
}
.menu-background .menu .menu-right .menus .active {
  position: relative;
  color: #14a9a9;
}
.menu-background .menu .menu-right .menus .active>a,
.menu-background .menu .menu-right .menus .active-child{
  color: #14a9a9;
}

.menu-background .menu .menu-right .menus .active::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
     -moz-transform: translate(-50%);
      -ms-transform: translate(-50%);
       -o-transform: translate(-50%);
          transform: translate(-50%);
  bottom: 15px;
  border: 1px solid #14a9a9;
  width: 20px;
}
.menu-background .menu .menu-right .menus a {
  color: #666;
}
.menu-background .menu .menu-right .menus a:hover {
  color: #000;
}
.menu-background .menu .menu-right .menus li {
  cursor: pointer;
  height: 70px;
  list-style-type: none;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-background .menu .menu-right .menus li:hover {
  color: black;
}
.menu-background .menu .menu-right .menus li > a {
  font-size: 16px;
  padding: 0;
}
.menu-background .menu .menu-right .menus li.has-children {
  padding-right: 20px;
}
.menu-background .menu .menu-right .menus li.has-children i {
  top: 5px;
}
.menu-background .menu .menu-right .menus .layui-nav-bar {
  display: none;
}
.menu-background .menu .menu-right .menus .nav-sub-child-wrap,
.menu-background .menu .menu-right .menus .nav-third-child-wrap {
  position: relative;
}
.menu-background .menu .menu-right .menus .nav-sub-child-wrap .nav-sub-child,
.menu-background .menu .menu-right .menus .nav-third-child-wrap .nav-third-child {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 100%;
  line-height: 36px;
  padding: 5px 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  border: 1px solid #eee;
  background-color: #fff;
  z-index: 100;
  border-radius: 2px;
  white-space: nowrap;
}
.menu-background .menu .menu-right .menus .nav-sub-child-wrap:hover .nav-sub-child {
  display: block;
}
.menu-background .menu .menu-right .menus .nav-third-child-wrap:hover .nav-third-child {
  display: block;
}
.menu-background .menu .menu-right .btn-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-background .menu .menu-right .btn-box .online-enquiry-link,
.menu-background .menu .menu-right .btn-box .free-use-button {
  display: inline-block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  border-radius: 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.menu-background .menu .menu-right .btn-box .online-enquiry-link {
  border: solid 1px #ff7733;
  color: #ff7733;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .menu-background .menu .menu-right .btn-box .online-enquiry-link {
    position: fixed;
    right: 0.5333333333rem;
    bottom: 5.7866666667rem;
    color: transparent;
    border: none;
    width: 1.28rem;
    height: 1.28rem;
    background-image: url("/api/app/views/static/img/home/zxzx.png");
    -o-background-size: cover;
       background-size: cover;
    border-radius: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .menu-background .menu .menu-right .btn-box .online-enquiry-link {
    position: fixed;
    right: 20px;
    bottom: 217px;
    color: transparent;
    border: none;
    width: 48px;
    height: 48px;
    background-image: url("/api/app/views/static/img/home/zxzx.png");
    -o-background-size: cover;
       background-size: cover;
    border-radius: 50%;
  }
}
.menu-background .menu .menu-right .btn-box .online-enquiry-link:hover {
  color: #fff;
  background-color: #ff7733;
}
@media screen and (max-width: 767px) {
  .menu-background .menu .menu-right .btn-box .online-enquiry-link:hover {
    color: transparent;
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .menu-background .menu .menu-right .btn-box .online-enquiry-link:hover {
    color: transparent;
    background-color: transparent;
  }
}
.menu-background .menu .menu-right .btn-box .free-use-button {
  border: none;
  margin-left: 20px;
  color: #fff;
  background-color: #ff7733;
}
@media screen and (max-width: 767px) {
  .menu-background .menu .menu-right .btn-box .free-use-button {
    width: 1.7066666667rem;
    height: 0.7466666667rem;
    line-height: 0.7466666667rem;
    border-radius: 0.1066666667rem;
    font-size: 0.32rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .menu-background .menu .menu-right .btn-box .free-use-button {
    width: 64px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    font-size: 12px;
  }
}
.menu-background .menu .menu-right .btn-box .free-use-button:hover {
  background-color: #fd6011;
}
.menu-background .menu .menu-right .header-menu-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-background .menu .menu-right .header-menu-btn {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("/api/app/views/static/img/home/more.png");
    -o-background-size: cover;
       background-size: cover;
    margin-left: 0.2666666667rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .menu-background .menu .menu-right .header-menu-btn {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("/api/app/views/static/img/home/more.png");
    -o-background-size: cover;
       background-size: cover;
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .menu-background .menu .menu-right .header-menu-btn.active {
    background-image: url("/api/app/views/static/img/home/close.png");
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .menu-background .menu .menu-right .header-menu-btn.active {
    background-image: url("/api/app/views/static/img/home/close.png");
  }
}

.show-product-box {
  display: none;
  position: fixed;
  top: 75px;
  left: 0;
  z-index: 999;
}
.show-product-box .product-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 832px;
  height: 272px;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(180, 189, 221, 0.26);
  border-radius: 6px;
  z-index: 999999;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.show-product-box .product-box .product-item {
  width: 210px;
  background-color: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.show-product-box .product-box .product-item .title {
  margin-top: 37px;
  font-size: 16px;
  color: #999;
  line-height: 21px;
  letter-spacing: 0px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  pointer-events: none;
  font-family: Microsoft YaHei;
}
.show-product-box .product-box .product-item .info {
  margin-top: 10px;
  width: 210px;
  height: 74px;
  border-radius: 6px;
  padding-left: 10px;
}
.show-product-box .product-box .product-item .info:hover {
  box-shadow: 0 2px 12px 0 rgba(180, 189, 221, 0.26);
}
.show-product-box .product-box .product-item .info .info-title {
  padding-top: 12px;
  font-size: 16px;
  color: #333;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.show-product-box .product-box .product-item .info .info-title img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.show-product-box .product-box .product-item .info .info-title span {
  display: block;
}
.show-product-box .product-box .product-item .info .describe {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
  line-height: 19px;
}
.show-product-box .product-box .product-item:nth-child(1) {
  margin-left: 37px;
}
.show-product-box .product-box .product-item:nth-child(1) .info:last-child {
  margin-bottom: 24px;
}
.show-product-box .product-box .product-item:nth-child(2) {
  margin-left: 75px;
}
.show-product-box .product-box .product-item:nth-child(3) {
  margin-left: 58px;
  margin-right: 30px;
}

.switch-english {
  display: none !important;
  width: 0 !important;
}

.switch-english-box {
  display: none;
}
.switch-english-box .language-box {
  position: fixed;
  top: 72px;
  left: 1295px;
  width: 64px;
  height: 80px;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(180, 189, 221, 0.26);
  border-radius: 6px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.switch-english-box .language-box > div {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  line-height: 2.5;
  cursor: pointer;
}

.right-menus {
  position: fixed;
  right: 24px;
  top: 40vh;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .right-menus {
    display: none;
  }
}
.right-menus .sidebar-box {
  width: 50px;
  height: 215px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(180, 189, 221, 0.26);
  border-radius: 25px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.right-menus .sidebar-box .sidebar-item {
  width: 42px;
  height: 42px;
  position: relative;
}
.right-menus .sidebar-box .sidebar-item .item-show {
  display: none;
  box-shadow: 0 2px 12px 0 rgba(180, 189, 221, 0.26);
  position: absolute;
  right: 1px;
  top: -20px;
  -webkit-transform: translateX(-27%);
     -moz-transform: translateX(-27%);
      -ms-transform: translateX(-27%);
       -o-transform: translateX(-27%);
          transform: translateX(-27%);
  border-radius: 4px;
  background-color: #fff;
  height: 40px;
  width: 180px;
  text-align: center;
  font-size: 14px;
  line-height: 0px;
}
.right-menus .sidebar-box .sidebar-item .item-show p {
  padding-top: 9px;
  line-height: 2;
}
.right-menus .sidebar-box .sidebar-item .item-show a {
  display: inline-block;
  width: 94px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin: 8px 0;
  background-color: #ff7733;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
}
.right-menus .sidebar-box .sidebar-item .item-show img {
  width: 117px;
  height: 117px;
}
.right-menus .sidebar-box .sidebar-item .item-show::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30px;
  left: 171px;
  opacity: 0;
}
.right-menus .sidebar-box .sidebar-item .qq-popup {
  width: 172px;
  height: 80px;
  top: -15px;
  right: 5px;
}
.right-menus .sidebar-box .sidebar-item .qq-popup::before {
  position: absolute;
  top: 30px;
  left: 167px;
  content: "";
  border-radius: 5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.right-menus .sidebar-box .sidebar-item .server-popup {
  width: 135px;
  height: 80px;
  right: 15px;
  top: -15px;
}
.right-menus .sidebar-box .sidebar-item .server-popup::before {
  position: absolute;
  top: 30px;
  left: 131px;
  content: "";
  border-radius: 5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.right-menus .sidebar-box .sidebar-item .server-popup::after {
  top: 30px;
  left: 130px;
}
.right-menus .sidebar-box .sidebar-item .mobile-popup {
  width: 172px;
  height: 45px;
  right: 5px;
  top: 0;
}
.right-menus .sidebar-box .sidebar-item .mobile-popup::before {
  position: absolute;
  top: 12px;
  left: 167px;
  content: "";
  border-radius: 5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.right-menus .sidebar-box .sidebar-item .mobile-popup::after {
  top: 8px;
  left: 165px;
}
.right-menus .sidebar-box .sidebar-item .wechat-popup {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  right: 18px;
  top: -50px;
  padding: 4px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.right-menus .sidebar-box .sidebar-item .wechat-popup::after {
  top: 65px;
  left: 120px;
}
.right-menus .sidebar-box .sidebar-item .wechat-popup::before {
  position: absolute;
  top: 65px;
  left: 120px;
  content: "";
  border-radius: 5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.right-menus .sidebar-box .sidebar-item .wechat-popup .wechat-scan-text {
  line-height: 18px;
  font-size: 12px;
  text-align: center;
}
.right-menus .sidebar-box .sidebar-item .association-popup {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  right: 18px;
  top: -50px;
  padding: 4px 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.right-menus .sidebar-box .sidebar-item .association-popup::after {
  top: 65px;
  left: 120px;
}
.right-menus .sidebar-box .sidebar-item .association-popup::before {
  position: absolute;
  top: 65px;
  left: 120px;
  content: "";
  border-radius: 5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.right-menus .sidebar-box .sidebar-item .association-popup .association-scan-text {
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
.right-menus .sidebar-box .qq {
  background: url("/api/app/views/static/img/home/qq.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.right-menus .sidebar-box .qq:hover {
  background: url("/api/app/views/static/img/home/qq-g.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.right-menus .sidebar-box .qq:hover .item-show {
  display: block;
}
.right-menus .sidebar-box .server {
  background: url("/api/app/views/static/img/home/kf.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.right-menus .sidebar-box .server:hover {
  background: url("/api/app/views/static/img/home/kf-g.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.right-menus .sidebar-box .server:hover .item-show {
  display: block;
}
.right-menus .sidebar-box .mobile {
  background: url("/api/app/views/static/img/home/dh.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.right-menus .sidebar-box .mobile:hover {
  background: url("/api/app/views/static/img/home/dh-g.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.right-menus .sidebar-box .mobile:hover .item-show {
  display: block;
}
.right-menus .sidebar-box .wechat {
  background: url("/api/app/views/static/img/home/wx.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.right-menus .sidebar-box .wechat:hover {
  background: url("/api/app/views/static/img/home/wx-g.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.right-menus .sidebar-box .wechat:hover .item-show {
  display: block;
}
.right-menus .sidebar-box .association {
  background: url("/api/app/views/static/img/home/association.svg") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.right-menus .sidebar-box .association:hover {
  background: url("/api/app/views/static/img/home/association-hover.svg") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.right-menus .sidebar-box .association:hover .item-show {
  display: block;
}
.right-menus .return-top {
  margin-top: 40px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(180, 189, 221, 0.26);
  border-radius: 25px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .right-menus .return-top {
    display: none;
  }
}
.right-menus .return-top img {
  width: 42px;
  height: 42px;
}

.activity-title {
  text-align: center;
}

.activity-title > div:nth-child(2) {
  color: #222;
  font-size: 30px;
  font-weight: 800;
  -webkit-transform: translateY(-20px);
     -moz-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
       -o-transform: translateY(-20px);
          transform: translateY(-20px);
}
@media screen and (max-width: 767px) {
  .activity-title > div:nth-child(2) {
    font-size: 0.48rem;
    -webkit-transform: unset;
       -moz-transform: unset;
        -ms-transform: unset;
         -o-transform: unset;
            transform: unset;
  }
}

.activity-title > div:nth-child(1) {
  color: #ebeff6;
  font-size: 40px;
  font-weight: 700;
  background: -webkit-linear-gradient(top, #ebeff6, #fff);
  background: -moz-linear-gradient(top, #ebeff6, #fff);
  background: -o-linear-gradient(top, #ebeff6, #fff);
  background: linear-gradient(to bottom, #ebeff6, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .activity-title > div:nth-child(1) {
    display: none;
  }
}

.address-box {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 519px;
  background-color: #242933;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 65px 0 29px;
}
@media screen and (max-width: 767px) {
  .address-box {
    height: unset;
    padding: 1.28rem 0 1.2533333333rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .address-box {
    height: unset;
    padding: 32px 0 15px;
  }
}
.address-box .address-box-top {
  height: 270px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  border-bottom: 1px solid #3c3e4a;
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0.9066666667rem;
    height: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .address-box .address-box-top {
    padding-bottom: 30px;
    height: 200px;
  }
}
.address-box .address-box-top .address-box-top-left {
  font-size: 14px;
  color: #999;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-left {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .address-box .address-box-top .address-box-top-left {
    font-size: 10px;
  }
}
.address-box .address-box-top .address-box-top-left .bottom-navigation:last-child {
  border-right: 1px solid #3c3e4a;
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-left .bottom-navigation:last-child {
    border-right: none;
  }
}
.address-box .address-box-top .address-box-top-left .ms-erp {
  width: 155px;
  margin-right: 89px;
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-left .ms-erp {
    display: none;
  }
}
.address-box .address-box-top .address-box-top-left .ms-erp .title {
  margin-top: 20px;
}
.address-box .address-box-top .address-box-top-left .ms-erp .text-content {
  margin-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .address-box .address-box-top .address-box-top-left .ms-erp {
    width: 133px;
    margin-right: 27px;
  }
  .address-box .address-box-top .address-box-top-left .ms-erp .title {
    margin-top: 0;
  }
  .address-box .address-box-top .address-box-top-left .ms-erp .title {
    margin-top: 14px;
  }
}
.address-box .address-box-top .address-box-top-left .bottom-navigation {
  width: 140px;
  margin: 30px 45px 0 0;
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-left .bottom-navigation {
    width: 8.8266666667rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .address-box .address-box-top .address-box-top-left .bottom-navigation {
    width: 50px;
    margin: 20px 20px 0;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-left .bottom-navigation::after {
    content: "";
    display: block;
    width: 8.8266666667rem;
    height: 1px;
    background-color: #41434d;
    margin: 0.1066666667rem auto 0;
  }
}
.address-box .address-box-top .address-box-top-left .bottom-navigation .title {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-left .bottom-navigation .title {
    font-size: 0.4266666667rem;
    padding: 0.3466666667rem 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .address-box .address-box-top .address-box-top-left .bottom-navigation .title {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-left .bottom-navigation .title:after {
    content: "";
    display: block;
    width: 0.5866666667rem;
    height: 0.5866666667rem;
    float: right;
    background-image: url("/api/app/views/static/img/home/sq.png");
    -o-background-size: 0.5866666667rem 0.5866666667rem;
       background-size: 0.5866666667rem 0.5866666667rem;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-left .bottom-navigation .title.active:after {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-left .bottom-navigation .title.active + .link-box {
    display: block;
  }
}
.address-box .address-box-top .address-box-top-left .bottom-navigation .link-box {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-left .bottom-navigation .link-box {
    margin-top: 0;
    background-color: rgba(169, 171, 177, 0.1);
    border-radius: 6px;
    padding: 0.5333333333rem;
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .address-box .address-box-top .address-box-top-left .bottom-navigation .link-box {
    margin-top: 10px;
  }
}
.address-box .address-box-top .address-box-top-left .bottom-navigation .link-box > div {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-left .bottom-navigation .link-box > div {
    margin-top: 0.64rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .address-box .address-box-top .address-box-top-left .bottom-navigation .link-box > div {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-left .bottom-navigation .link-box > div:first-child {
    margin-top: 0;
  }
}
.address-box .address-box-top .address-box-top-left .bottom-navigation .link-box > div a {
  color: #999;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-left .bottom-navigation .link-box > div a {
    font-size: 0.3733333333rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .address-box .address-box-top .address-box-top-left .bottom-navigation .link-box > div a {
    font-size: 10px;
  }
}
.address-box .address-box-top .address-box-top-left .bottom-navigation .link-box > div a:hover {
  color: #fff;
}
.address-box .address-box-top .address-box-top-right {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-right {
    width: 100%;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.address-box .address-box-top .address-box-top-right .address-box-top-right-right {
  width: 200px;
  margin-top: 30px;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-right .address-box-top-right-right {
    width: 5.6266666667rem;
    margin-top: 0.64rem;
    margin-left: 0.56rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .address-box .address-box-top .address-box-top-right .address-box-top-right-right {
    width: 105px;
    margin-top: 0;
    font-size: 10px;
  }
}
.address-box .address-box-top .address-box-top-right .address-box-top-right-right > .btn {
  width: 126px;
  height: 30px;
  border-radius: 30px;
  position: relative;
  padding-left: 35px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-right .address-box-top-right-right > .btn {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .address-box .address-box-top .address-box-top-right .address-box-top-right-right > .btn {
    width: 88px;
    height: 24px;
    padding-left: 25px;
  }
}
.address-box .address-box-top .address-box-top-right .address-box-top-right-right > .btn > img {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 13px;
  top: 7px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .address-box .address-box-top .address-box-top-right .address-box-top-right-right > .btn > img {
    width: 10px;
    height: 10px;
    left: 10px;
    top: 7px;
  }
}
.address-box .address-box-top .address-box-top-right .address-box-top-right-right > .btn a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.address-box .address-box-top .address-box-top-right .address-box-top-right-right > .btn a:focus, .address-box .address-box-top .address-box-top-right .address-box-top-right-right > .btn a:active {
  outline: none;
}
.address-box .address-box-top .address-box-top-right .address-box-top-right-right > .btn a > img {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 13px;
  top: 7px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .address-box .address-box-top .address-box-top-right .address-box-top-right-right > .btn a > img {
    width: 10px;
    height: 10px;
    left: 10px;
    top: 7px;
  }
}
.address-box .address-box-top .address-box-top-right .address-box-top-right-right .btn:nth-child(1) {
  background-color: #14a9a9;
}
.address-box .address-box-top .address-box-top-right .address-box-top-right-right .btn:nth-child(2) {
  margin-top: 22px;
  background-color: #ff7733;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .address-box .address-box-top .address-box-top-right .address-box-top-right-right .btn:nth-child(2) {
    margin-top: 19px;
  }
}
.address-box .address-box-top .address-box-top-right .address-box-top-right-right div {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-right .address-box-top-right-right div {
    margin-top: 0.32rem;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .address-box .address-box-top .address-box-top-right .address-box-top-right-right div {
    margin-top: 19px;
  }
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-right .address-box-top-right-right div:nth-child(3) p {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-right .address-box-top-right-right div:nth-child(3):before {
    content: "邮箱：service@91miaoshou.com";
    font-size: 0.32rem;
    line-height: 0.4266666667rem;
    color: #a9abb1;
  }
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-right .address-box-top-right-right div:nth-child(4):before {
    content: "地址：";
    display: block;
    width: 1.8666666667rem;
    font-size: 0.32rem;
    line-height: 0.4266666667rem;
    color: #a9abb1;
    margin-right: -0.4rem;
  }
}
.address-box .address-box-top .address-box-top-right .address-box-top-right-right div img {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-right .address-box-top-right-right div img {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .address-box .address-box-top .address-box-top-right .address-box-top-right-right div img {
    width: 10px;
    height: 10px;
  }
}
.address-box .address-box-top .address-box-top-right .address-box-top-right-right div p {
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-right .address-box-top-right-right div p {
    font-size: 0.32rem;
    line-height: 0.4266666667rem;
    color: #a9abb1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .address-box .address-box-top .address-box-top-right .address-box-top-right-right div p {
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-right .address-box-top-right-right:before {
    content: "关注或联系我们";
    font-size: 0.4rem;
    line-height: 0.5333333333rem;
    color: #fff;
  }
}
.address-box .address-box-top .address-box-top-right .address-box-top-right-left {
  color: #fff;
  font-size: 14px;
  margin: 30px 0 0 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-right .address-box-top-right-left {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .address-box .address-box-top .address-box-top-right .address-box-top-right-left {
    font-size: 10px;
    margin: 20px 0 0 21px;
  }
}
.address-box .address-box-top .address-box-top-right .address-box-top-right-left div:nth-child(2) {
  margin: 12px 0;
  width: 110px;
  height: 110px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-right .address-box-top-right-left div:nth-child(2) {
    width: 1.92rem;
    height: 1.92rem;
    margin: 0 auto 0.2133333333rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .address-box .address-box-top .address-box-top-right .address-box-top-right-left div:nth-child(2) {
    width: 56px;
    height: 56px;
  }
}
.address-box .address-box-top .address-box-top-right .address-box-top-right-left div:nth-child(2) img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-right .address-box-top-right-left div:nth-child(3) {
    display: none;
  }
}
.address-box .address-box-top .address-box-top-right .watermark-box {
  position: absolute;
  top: 240px;
  left: 230px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-right .watermark-box {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .address-box .address-box-top .address-box-top-right .watermark-box {
    left: 135px;
    top: 145px;
  }
}
.address-box .address-box-top .address-box-top-right .watermark-box > div {
  position: relative;
  margin-right: 25px;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .address-box .address-box-top .address-box-top-right .watermark-box > div {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
}
.address-box .address-box-top .address-box-top-right .watermark-box > div .show-popup {
  position: absolute;
  top: 50px;
  left: -44px;
  width: 120px;
  height: 130px;
  background-color: #fff;
  display: none;
  border-radius: 10px;
}
.address-box .address-box-top .address-box-top-right .watermark-box > div .show-popup .code {
  margin: 5px auto 5px;
  width: 96px;
  height: 96px;
}
.address-box .address-box-top .address-box-top-right .watermark-box > div .show-popup .code img {
  width: 100%;
  height: 100%;
}
.address-box .address-box-top .address-box-top-right .watermark-box > div .show-popup .txt {
  text-align: center;
  font-size: 12px;
  color: #333;
}
.address-box .address-box-top .address-box-top-right .watermark-box > div .show-popup::before {
  position: absolute;
  top: -10px;
  left: 60px;
  content: "";
  width: 0;
  height: 0;
  border-radius: 5px;
  border-top: 8px solid transparent;
  border-right: 6px solid #fff;
  border-bottom: 8px solid transparent;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.address-box .address-box-top .address-box-top-right .watermark-box > div:hover .show-popup {
  display: block;
}
.address-box .address-box-top .address-box-top-right .watermark-box .tik-tok {
  cursor: pointer;
  background: url("/api/app/views/static/img/home/dy.png") no-repeat center center/cover;
}
.address-box .address-box-top .address-box-top-right .watermark-box .tik-tok:hover {
  background: url("/api/app/views/static/img/home/dy-g.png") no-repeat center center/cover;
}
.address-box .address-box-top .address-box-top-right .watermark-box .bilibili {
  cursor: pointer;
  background: url("/api/app/views/static/img/home/bz.png") no-repeat center center/cover;
}
.address-box .address-box-top .address-box-top-right .watermark-box .bilibili:hover {
  background: url("/api/app/views/static/img/home/bz-g.png") no-repeat center center/cover;
}
.address-box .address-box-top .address-box-top-right .watermark-box .tencent {
  cursor: pointer;
  background: url("/api/app/views/static/img/home/txsp.png") no-repeat center center/cover;
}
.address-box .address-box-top .address-box-top-right .watermark-box .tencent:hover {
  background: url("/api/app/views/static/img/home/txsp-g.png") no-repeat center center/cover;
}
.address-box .address-box-top .address-box-top-right .watermark-box .iqiyi {
  cursor: pointer;
  background: url("/api/app/views/static/img/home/aqy.png") no-repeat center center/cover;
}
.address-box .address-box-top .address-box-top-right .watermark-box .iqiyi:hover {
  background: url("/api/app/views/static/img/home/aqy-g.png") no-repeat center center/cover;
}
.address-box .address-box-top .address-box-top-right .address-box-mobile-qrcode {
  color: #fff;
  font-size: 14px;
  margin: 30px 0 0 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-right .address-box-mobile-qrcode {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    font-size: 0.2666666667rem;
    color: #a9abb1;
    margin: 0.96rem 0 0 0;
  }
}
.address-box .address-box-top .address-box-top-right .address-box-mobile-qrcode div:nth-child(2) {
  margin: 12px 0;
  width: 110px;
  height: 110px;
}
@media screen and (max-width: 767px) {
  .address-box .address-box-top .address-box-top-right .address-box-mobile-qrcode div:nth-child(2) {
    width: 1.92rem;
    height: 1.92rem;
    margin: 0 auto 0.2133333333rem;
  }
}
.address-box .address-box-top .address-box-top-right .address-box-mobile-qrcode div:nth-child(2) img {
  width: 100%;
  height: 100%;
}
.address-box .address-box-bottom {
  text-align: center;
  font-size: 14px;
  color: #999;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .address-box .address-box-bottom {
    font-size: 0.2666666667rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .address-box .address-box-bottom {
    font-size: 10px;
    margin-top: 15px;
  }
}
.address-box .address-box-bottom .top > div,
.address-box .address-box-bottom .bottom > div {
  margin-left: 3px;
}
.address-box .address-box-bottom .top > div > a,
.address-box .address-box-bottom .bottom > div > a {
  font-size: 14px;
  color: #999;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .address-box .address-box-bottom .top > div > a,
  .address-box .address-box-bottom .bottom > div > a {
    font-size: 10px;
  }
}
.address-box .address-box-bottom .top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .address-box .address-box-bottom .top {
    display: none;
  }
}
.address-box .address-box-bottom .bottom {
  margin-top: 14px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .address-box .address-box-bottom .bottom {
    margin-top: 0.32rem;
    width: 100%;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) {
  .address-box .address-box-bottom .bottom div:nth-child(1) a {
    display: block;
    font-size: 0.5333333333rem;
    -webkit-transform: scale(0.5);
       -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
         -o-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: center top;
       -moz-transform-origin: center top;
        -ms-transform-origin: center top;
         -o-transform-origin: center top;
            transform-origin: center top;
    text-wrap: nowrap;
    word-break: keep-all;
    line-height: 0.7466666667rem;
  }
}
@media screen and (max-width: 767px) {
  .address-box .address-box-bottom .bottom div:nth-child(n+2) {
    display: none;
  }
}

.header-menu-box {
  display: none;
}
@media screen and (max-width: 767px) {
  .header-menu-box {
    position: fixed;
    top: 1.28rem;
    width: 100vw;
    height: -webkit-calc(100vh - 1.28rem);
    height: -moz-calc(100vh - 1.28rem);
    height: calc(100vh - 1.28rem);
    overflow-y: scroll;
    background-color: #fff;
    z-index: 999;
    padding-top: 0.5333333333rem;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .header-menu-box {
    position: fixed;
    top: 48px;
    width: 100vw;
    height: -webkit-calc(100vh - 48px);
    height: -moz-calc(100vh - 48px);
    height: calc(100vh - 48px);
    overflow-y: scroll;
    background-color: #fff;
    z-index: 999;
    padding-top: 20px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-box.active {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .header-menu-box.active {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-box .home-navigation {
    width: 8.8266666667rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .header-menu-box .home-navigation {
    width: 331px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-box .home-navigation::after {
    content: "";
    display: block;
    width: 8.8266666667rem;
    height: 1px;
    background-color: #edeef5;
    margin: 0.1066666667rem auto 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .header-menu-box .home-navigation::after {
    content: "";
    display: block;
    width: 331px;
    height: 1px;
    background-color: #edeef5;
    margin: 4px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-box .home-navigation a {
    font-size: 0.4266666667rem;
    padding: 0.3466666667rem 0;
    color: #333;
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .header-menu-box .home-navigation a {
    font-size: 16px;
    padding: 13px 0;
    color: #333;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-box .bottom-navigation {
    width: 8.8266666667rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .header-menu-box .bottom-navigation {
    width: 331px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-box .bottom-navigation::after {
    content: "";
    display: block;
    width: 8.8266666667rem;
    height: 1px;
    background-color: #edeef5;
    margin: 0.1066666667rem auto 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .header-menu-box .bottom-navigation::after {
    content: "";
    display: block;
    width: 331px;
    height: 1px;
    background-color: #edeef5;
    margin: 4px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-box .bottom-navigation .title {
    font-size: 0.4266666667rem;
    padding: 0.3466666667rem 0;
    color: #333;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .header-menu-box .bottom-navigation .title {
    font-size: 16px;
    padding: 13px 0;
    color: #333;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-box .bottom-navigation .title:after {
    content: "";
    display: block;
    width: 0.5866666667rem;
    height: 0.5866666667rem;
    float: right;
    background-image: url("/api/app/views/static/img/home/sq.png");
    -o-background-size: 0.5866666667rem 0.5866666667rem;
       background-size: 0.5866666667rem 0.5866666667rem;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .header-menu-box .bottom-navigation .title:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    float: right;
    background-image: url("/api/app/views/static/20231111/img/sq.png");
    -o-background-size: 22px 22px;
       background-size: 22px 22px;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-box .bottom-navigation .title.active:after {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .header-menu-box .bottom-navigation .title.active:after {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media screen and (max-width: 767px) {
  .header-menu-box .bottom-navigation .title.active + .link-box {
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .header-menu-box .bottom-navigation .title.active + .link-box {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-box .bottom-navigation .link-box {
    margin-top: 0;
    background-color: rgba(169, 171, 177, 0.1);
    border-radius: 6px;
    padding: 0.5333333333rem;
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .header-menu-box .bottom-navigation .link-box {
    margin-top: 0;
    background-color: rgba(169, 171, 177, 0.1);
    border-radius: 6px;
    padding: 20px;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-box .bottom-navigation .link-box > div {
    margin-top: 0.64rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .header-menu-box .bottom-navigation .link-box > div {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-box .bottom-navigation .link-box > div:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .header-menu-box .bottom-navigation .link-box > div:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-box .bottom-navigation .link-box > div a {
    font-size: 0.3733333333rem;
    color: #666;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .header-menu-box .bottom-navigation .link-box > div a {
    font-size: 14px;
    color: #666;
  }
}
.header-menu-box .bottom-navigation .link-box > div a:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header-menu-box .bottom-navigation .link-box > div a:hover {
    color: #666;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .header-menu-box .bottom-navigation .link-box > div a:hover {
    color: #666;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-box .bottom-navigation .link-box .platform-menu > dd {
    margin-top: 0.64rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .header-menu-box .bottom-navigation .link-box .platform-menu > dd {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-box .bottom-navigation .link-box .platform-menu > dd a {
    font-size: 0.3733333333rem;
    color: #666;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .header-menu-box .bottom-navigation .link-box .platform-menu > dd a {
    font-size: 14px;
    color: #666;
  }
}
.bottom-menus {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: 1.28rem;
  box-shadow: 0px 0px 12px 0px rgba(180, 189, 221, 0.2);
}
@media screen and (max-width: 767px) {
  .bottom-menus {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.bottom-menus div {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.bottom-menus div.mobile {
  background-color: #fff;
}
.bottom-menus div.mobile a {
  color: #999999;
}
.bottom-menus div.qq {
  background-color: #ff7733;
}
.bottom-menus div.qq a {
  color: #ffffff;
}
.bottom-menus div a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.28rem;
  font-size: 0.4266666667rem;
}

.no-receive-reset-validate-code-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}

.no-receive-reset-validate-code-dialog.dialog-active {
  display: block;
}

.no-receive-reset-validate-code-dialog .dialog-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 600px;
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  margin: 30px auto;
  border-radius: 5px;
  background-color: #fff;
  -webkit-animation: dialog-content 0.5s ease-in-out forwards;
  -moz-animation: dialog-content 0.5s ease-in-out forwards;
  -o-animation: dialog-content 0.5s ease-in-out forwards;
  animation: dialog-content 0.5s ease-in-out forwards;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 15px;
}

.no-receive-reset-validate-code-dialog .dialog-content .no-receive-btn {
  margin-top: 22px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.no-receive-reset-validate-code-dialog .dialog-content .no-receive-btn a {
  width: 15%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  height: 25px;
}

.no-receive-reset-validate-code-dialog .dialog-content .no-receive-btn a:hover {
  background-color: rgba(255, 119, 51, 0.1);
}

.no-receive-reset-validate-code-dialog .dialog-content .title-text {
  text-align: center;
}

.no-receive-reset-validate-code-dialog .dialog-content h2 {
  color: #0C0C0C;
  line-height: 50px;
}

.no-receive-reset-validate-code-dialog .dialog-content p span {
  line-height: 37px;
}