@charset "UTF-8";
/* 行高  字体大小  行数 是否计算为max-height */
.__ID__.md-footer {
  position: relative;
  background-color: #535353;
  z-index: 3;
}

.__ID__.md-foot-1 {
  position: relative;
  padding: 0.92rem 0 0.7rem;
}
.__ID__.md-foot-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-foot-1 .box-left {
  width: calc( 390 / 1720 * 100%);
  padding-top: 0.05rem;
}
.__ID__.md-foot-1 .logo .lo {
  display: inline-flex;
}
.__ID__.md-foot-1 .logo .ii {
  height: 1em;
}
.__ID__.md-foot-1 .info {
  width: calc( 320 / 1600 * 100%);
}
.__ID__.md-foot-1 .ph {
  margin-top: 0.18rem;
}
.__ID__.md-foot-1 .shares {
  margin-top: 0.34rem;
}
.__ID__.md-foot-1 .shares .si {
  position: relative;
  margin-right: 0.2rem;
}
.__ID__.md-foot-1 .shares .si:hover .hd {
  background-color: var(--active);
}
.__ID__.md-foot-1 .shares .si:hover .hi {
  filter: brightness(0) invert(1);
}
.__ID__.md-foot-1 .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.__ID__.md-foot-1 .shares .si:last-child {
  margin-right: 0;
}
.__ID__.md-foot-1 .shares .hd {
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.__ID__.md-foot-1 .shares .hi {
  width: 40%;
  height: 40%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: 0.5s;
}
.__ID__.md-foot-1 .shares .bd {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
  padding-bottom: 0.2rem;
  z-index: 30;
  transition: 0.3s;
}
.__ID__.md-foot-1 .shares .bd .bbox {
  padding: 0.1rem;
  position: relative;
  background-color: #fff;
  font-size: 0;
}
.__ID__.md-foot-1 .shares .bd .bbox::before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.__ID__.md-foot-1 .shares .bd img {
  display: block;
  width: 1rem;
  min-width: 80px;
  max-width: none;
}
.__ID__.md-foot-1 .txt {
  margin-top: 0.08rem;
  opacity: 0.5;
}
.__ID__.md-foot-1 .txt .ti {
  margin-bottom: 0.12rem;
}
.__ID__.md-foot-1 .txt span {
  flex-shrink: 0;
}
.__ID__.md-foot-1 .ul1 .li1 {
  margin-right: 1.4rem;
}
.__ID__.md-foot-1 .ul1 .li1:last-child {
  margin-right: 0;
  width: auto;
}
.__ID__.md-foot-1 .ul1 .li1:last-child .ul2 {
  padding-right: 0;
}
.__ID__.md-foot-1 .ul1 .a1 {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.5s;
}
.__ID__.md-foot-1 .ul1 .ul2 {
  margin-top: 0.3rem;
  position: relative;
}
.__ID__.md-foot-1 .ul1 .li2 {
  margin-bottom: 0.12rem;
}
.__ID__.md-foot-1 .ul1 .li2:last-child {
  margin-bottom: 0;
}
.__ID__.md-foot-1 .ul1 .a2 {
  opacity: 0.5;
  transition: 0.3s;
}
.__ID__.md-foot-1 .ul1 .a2:hover {
  opacity: 1;
}
.__ID__.md-foot-1 .form {
  margin-top: 0.43rem;
}
.__ID__.md-foot-1 .form .inp {
  position: relative;
  margin-top: 0.2rem;
}
.__ID__.md-foot-1 .form .ip {
  background-color: #000421;
  border: solid 1px rgba(228, 225, 223, 0.3);
  width: 100%;
  height: calc( 60em / 16);
  padding: 0 0.2rem;
}
.__ID__.md-foot-1 .form .submit {
  width: calc( 50em / 16);
  height: calc( 50em / 16);
  border: none;
  background-color: #fff;
  position: absolute;
  right: 0.05rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--active);
  cursor: pointer;
  transition: 0.5s;
}
.__ID__.md-foot-1 .form .submit:hover {
  background-color: var(--active);
  color: #fff;
}
.__ID__.md-foot-1 .form .submit svg {
  width: 52%;
  height: 52%;
}
@media screen and (max-width: 900px) {
  .__ID__.md-foot-1 {
    padding-bottom: 1.2rem;
  }
  .__ID__.md-foot-1 .box-right {
    display: none;
  }
  .__ID__.md-foot-1 .info {
    width: 100%;
    text-align: center;
  }
  .__ID__.md-foot-1 .ul1 {
    display: none;
  }
  .__ID__.md-foot-1 .txt {
    width: 100%;
    margin-top: 0.3rem;
  }
  .__ID__.md-foot-1 .txt .ti {
    justify-content: center;
  }
  .__ID__.md-foot-1 .shares {
    width: 100%;
    justify-content: center;
    margin-top: 0.3rem;
  }
  .__ID__.md-foot-1 .shares .si {
    margin: 0 0.15rem;
  }
  .__ID__.md-foot-1 .shares .hd {
    width: 1.5em;
    height: 1.5em;
  }
}

.__ID__.md-foot-2 {
  position: relative;
  z-index: 3;
}
.__ID__.md-foot-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-foot-2 .box {
  padding-top: 0.22rem;
  padding-bottom: 0.22rem;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 2;
}
.__ID__.md-foot-2 .ha {
  padding: 0 0.3rem;
  box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0.2);
  margin: 0.05rem 0;
  margin-left: 0.2rem;
  transition: 0.5s;
}
.__ID__.md-foot-2 .ha:hover {
  color: #fff;
}
@media screen and (max-width: 900px) {
  .__ID__.md-foot-2 .box {
    flex-wrap: wrap;
  }
  .__ID__.md-foot-2 .href {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .__ID__.md-foot-2 .ha {
    margin: 0.05rem;
  }
}

.md-sideNav {
  position: fixed;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
  z-index: 60;
}
.md-sideNav .sn_i {
  position: relative;
  margin-bottom: 0.1rem;
}
.md-sideNav .sn_i:hover .hd {
  background-color: var(--active);
}
.md-sideNav .sn_i:hover .hd .i1 {
  display: none;
}
.md-sideNav .sn_i:hover .hd .i2 {
  display: block;
}
.md-sideNav .sn_i:hover .hd .ic {
  filter: brightness(0) invert(1);
}
.md-sideNav .sn_i:hover .ht {
  color: #fff;
}
.md-sideNav .sn_i:hover .bd {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s;
}
.md-sideNav .hd {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  width: 1em;
  height: 1em;
  cursor: pointer;
  border-radius: 0.06rem;
  background-color: var(--active);
  transition: all 0.3s;
}
.md-sideNav .hd .ic {
  width: 46.2962962963%;
  height: 46.2962962963%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.md-sideNav .hd .i2 {
  display: none;
}
.md-sideNav .hd .ht {
  margin-top: 0.07rem;
}
.md-sideNav .bd {
  position: absolute;
  right: 100%;
  top: 0;
  padding-right: 0.12rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.md-sideNav .b_box {
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.06rem;
}
.md-sideNav .ph {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0.15rem;
  line-height: 1.5;
}
.md-sideNav .ph .d2 {
  color: var(--active);
  font-weight: 600;
}
.md-sideNav .wx {
  padding: 0.1rem;
  text-align: center;
}
.md-sideNav .wx .d1 {
  line-height: 1.8;
}
.md-sideNav .wx .img {
  display: block;
  width: 1rem;
  min-width: 100px;
  max-width: none;
}
.md-sideNav #goTop {
  visibility: hidden;
}
.md-sideNav #goTop.show {
  visibility: visible;
}
@media screen and (max-width: 1200px) {
  .md-sideNav .hd .ht {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .md-sideNav {
    display: none;
  }
  .md-sideNav .wx {
    width: 2rem;
  }
}

.goTop {
  position: fixed;
  right: 0.2rem;
  bottom: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  color: #0151cb;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.goTop svg {
  width: 50%;
  height: 50%;
}

.md-foot-scheme.__ID__ {
  position: relative;
  min-height: 4.6rem;
  padding-top: 0.75rem;
  padding-bottom: 0.7rem;
}
.md-foot-scheme.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-foot-scheme.__ID__ .h2 {
  line-height: 1.25;
}
.md-foot-scheme.__ID__ .desc {
  line-height: calc(30 / 18);
  margin-top: 0.26rem;
}
.md-foot-scheme.__ID__ .text {
  padding: 0 10%;
}
.md-foot-scheme.__ID__ .desc {
  margin-top: 0.16rem;
}
.md-foot-scheme.__ID__ .btns {
  margin-top: 0.46rem;
}
.md-foot-scheme.__ID__ .href {
  display: inline-block;
  padding: 0.25rem 0.28rem;
  background-color: #fff;
  color: var(--theme);
  border-radius: 1rem;
  line-height: 1;
  transition: 0.5s;
}
.md-foot-scheme.__ID__ .href:hover {
  transform: translateY(-6px);
}
@media screen and (max-width: 900px) {
  .md-foot-scheme.__ID__ .text {
    padding: 0;
  }
}

[data-text] font {
  display: inline-block;
  opacity: 0;
  position: relative;
}

[data-text].ani font {
  animation-name: fadeInUp;
  webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}