.__ID__.md-footer {
  position: relative;
  color: #fff;
  background-color: #000421;
  z-index: 3;
}

.__ID__.md-foot-1 {
  position: relative;
  z-index: 3;
}
.__ID__.md-foot-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-foot-1 .box {
  padding: 0.56rem 0 0.36rem;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.__ID__.md-foot-1 .logo .lo {
  display: inline-flex;
}
.__ID__.md-foot-1 .logo .ii {
  height: 1em;
}
.__ID__.md-foot-1 .text {
  width: calc( 920 / 1600 * 100%);
  opacity: 0.6;
}
.__ID__.md-foot-1 .shares .si {
  position: relative;
  margin-right: 0.1rem;
}
.__ID__.md-foot-1 .shares .si:hover .hd {
  opacity: 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;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #fff;
  opacity: 0.5;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.__ID__.md-foot-1 .shares .hi {
  width: 45%;
  height: 45%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.__ID__.md-foot-1 .shares .bd {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
  padding-top: 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%;
  top: 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;
}
@media screen and (max-width: 900px) {
  .__ID__.md-foot-1 .box {
    flex-wrap: wrap;
  }
  .__ID__.md-foot-1 .logo {
    margin: 0 auto;
  }
  .__ID__.md-foot-1 .text {
    width: 100%;
    margin-top: 0.3rem;
  }
  .__ID__.md-foot-1 .shares {
    width: 100%;
    justify-content: center;
    margin-top: 0.3rem;
  }
  .__ID__.md-foot-1 .shares .si {
    margin: 0 0.1rem;
  }
}

.__ID__.md-foot-2 {
  position: relative;
  padding: 0.9rem 0 0.9rem;
}
.__ID__.md-foot-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-foot-2 .box-left {
  width: calc( 410 / 1600 * 100%);
  flex-shrink: 0;
}
.__ID__.md-foot-2 .ph {
  line-height: 1;
  margin-bottom: 0.36rem;
}
.__ID__.md-foot-2 .ul1 .li1 {
  margin-right: 1.3rem;
}
.__ID__.md-foot-2 .ul1 .li1:last-child {
  margin-right: 0;
  width: auto;
}
.__ID__.md-foot-2 .ul1 .li1:last-child .ul2 {
  padding-right: 0;
}
.__ID__.md-foot-2 .ul1 .a1 {
  display: block;
  position: relative;
  transition: 0.5s;
}
.__ID__.md-foot-2 .ul1 .ul2 {
  margin-top: 0.16rem;
  position: relative;
}
.__ID__.md-foot-2 .ul1 .li2 {
  margin-bottom: 0.12rem;
}
.__ID__.md-foot-2 .ul1 .li2:last-child {
  margin-bottom: 0;
}
.__ID__.md-foot-2 .ul1 .a2 {
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s;
}
.__ID__.md-foot-2 .ul1 .a2:hover {
  text-decoration: underline;
  transition: color 0.3s;
}
.__ID__.md-foot-2 .d1 {
  opacity: 0.6;
  margin-bottom: 0.12rem;
}
.__ID__.md-foot-2 .ft {
  opacity: 0.6;
}
.__ID__.md-foot-2 .form {
  margin-top: 0.5rem;
}
.__ID__.md-foot-2 .form .inp {
  position: relative;
  margin-top: 0.22rem;
}
.__ID__.md-foot-2 .form .ip {
  background-color: #fff;
  border: none;
  width: 99%;
  height: calc( 50em / 16);
  padding: 0 0.2rem;
  border-radius: 0.1rem;
}
.__ID__.md-foot-2 .form .submit {
  width: calc( 100em / 16);
  height: 100%;
  border: none;
  background-color: var(--active);
  position: absolute;
  right: 0;
  top: 0%;
  border-radius: 0 0.1rem 0.1rem 0;
  cursor: pointer;
}
.__ID__.md-foot-2 .form .submit svg {
  width: 52%;
  height: 52%;
}
@media screen and (max-width: 900px) {
  .__ID__.md-foot-2 .ul1 {
    display: none;
  }
  .__ID__.md-foot-2 .box-left {
    width: 100%;
  }
}

.__ID__.md-foot-3 {
  position: relative;
  z-index: 3;
}
.__ID__.md-foot-3 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.__ID__.md-foot-3 .box {
  padding-top: 0.26rem;
  padding-bottom: 0.26rem;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  line-height: 2;
}
.__ID__.md-foot-3 .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-3 .ha:hover {
  color: #fff;
}
@media screen and (max-width: 900px) {
  .__ID__.md-foot-3 .box {
    flex-wrap: wrap;
  }
  .__ID__.md-foot-3 .href {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .__ID__.md-foot-3 .ha {
    margin: 0.05rem;
  }
}

.md-com-contact.__ID__ {
  padding: 1.34rem 0 1.4rem;
}
.md-com-contact.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-com-contact.__ID__ .h2 {
  padding-left: 0.75em;
  position: relative;
}
.md-com-contact.__ID__ .h2::before {
  content: "";
  width: calc( 20em / 48  );
  height: 3px;
  background-color: var(--active);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.md-com-contact.__ID__ .intro {
  opacity: 0.6;
  margin-top: 0.22rem;
}
.md-com-contact.__ID__ .btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.17rem 0.3rem;
  color: var(--active);
  background-color: #fff;
  transition: 0.5s;
}
.md-com-contact.__ID__ .btn:hover {
  background-color: var(--active);
  color: #fff;
}
.md-com-contact.__ID__ .btn svg {
  width: 0.5em;
  height: 0.75em;
  margin-left: 0.4rem;
}
@media screen and (max-width: 900px) {
  .md-com-contact.__ID__ .text {
    width: 100%;
  }
  .md-com-contact.__ID__ .btn {
    margin-top: 0.3rem;
  }
}

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


/*弹出层相关*/
.c-btn{display: inline-block;vertical-align: top;font-size: 14px;color: #fff;line-height: 1.43;text-align: center;cursor: pointer;user-select: none;border: 1px solid transparent;border-radius: 4px;padding: 6px 12px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.c-btn:hover{color: #fff;}
.c-blue{background-color: #0d6efd;border: 1px solid #0d6efd;}
.c-blue:hover{background-color: #0b5ed7;border-color: #0b5ed7;}
.c-white{background-color: #fff;border: 1px solid #dee2e6;color: #666;transition: all .3s;}
.c-white:hover,
.c-white:focus,
.c-white:active{color: #333;background-color:#e6e6e6;border-color:#adadad;}
.hn-tip{width: 100%;position: fixed;left: 0;top: 0;z-index: 987654321;}
.hn-mask{width: 100%;height: 100%;position: fixed;left: 0;top: 0;visibility: hidden;opacity: 0;z-index: 987654321;background-color: rgba(0,0,0,0.1);transition: all .3s cubic-bezier(.25,.1,.25,1);}
.hn-tip .hn-mask{background-color: transparent;}
.hn-msg{position: fixed;left: 50%;top: 50%;z-index: 987654321;max-width: 500px;transform: translate(-50%,-50%) scale(0.5);opacity: 0;visibility: hidden;font-size: 14px;color: #fff;background-color: rgba(0,0,0,0.6);border-radius: 2px;padding: 12px 25px;transition: all .3s cubic-bezier(.25,.1,.25,1);}
.hn-tip.show .hn-mask{visibility: visible;opacity: 1;}
.hn-tip.show .hn-msg{transform: translate(-50%,-50%) scale(1);opacity: 1;visibility: visible;}
.hn-load{width: 100%;position: fixed;left: 0;top: 0;z-index: 987654321;}
.hn-load-cont{position: fixed;left: 50%;top: 50%;z-index: 987654321;max-width: 500px;transform: translate(-50%,-50%) scale(0.5);opacity: 0;visibility: hidden;transition: all .3s cubic-bezier(.25,.1,.25,1);}
.hn-load-icon{width: 32px;height: 32px;margin: 0 auto;background-image: url(../images/load.gif);background-repeat: no-repeat;background-position: 100% 100%;}
.hn-load-title{font-size: 14px;color: #333;text-align: center;margin-top: 10px;}
.hn-load.show .hn-mask{visibility: visible;opacity: 1;}
.hn-load.show .hn-load-cont{transform: translate(-50%,-50%) scale(1);opacity: 1;visibility: visible;}
.hn-confirm{width: 100%;position: fixed;left: 0;top: 0;z-index: 987654321;border-radius: 2px 2px 0 0;}
.hn-confirm-dialog{width: auto;min-width: 300px;position: fixed;left: 0;top: 0;z-index: 987654321;transform: scale(0.5);opacity: 0;visibility: hidden;background-color: #fff;transition: transform .3s cubic-bezier(.25,.1,.25,1),opacity .3s cubic-bezier(.25,.1,.25,1);}
.hn-confirm-title{padding: 0 80px 0 20px;height: 46px;line-height: 46px;border-bottom: 1px solid #f0f0f0;font-size: 14px;color: #333;overflow: hidden;cursor: move;user-select: none;}
.hn-confirm-cont{width: 100%;position: relative;padding: 20px;line-height: 24px;word-break: break-all;overflow: hidden;font-size: 14px;}
.hn-confirm-btns{text-align: right;padding: 0 15px 12px;user-select: none;font-size: 0;}
.hn-confirm-close{font-size: 16px;color: #666;position: absolute;right: 0;top: 0;line-height: 46px;width: 46px;text-align: center;cursor: pointer;font-weight: bold;transition: all .3s;user-select: none;}
.hn-confirm-close:hover{opacity: 0.7;}
.hn-confirm-btns .c-btn{margin-left: 10px;}
.hn-confirm-btns .c-btn:first-child{margin-left: 0;}
.hn-confirm.show .hn-mask{visibility: visible;opacity: 1;}
.hn-confirm.show .hn-confirm-dialog{transform: scale(1);opacity: 1;visibility: visible;}
.hn-html{width: 100%;position: fixed;left: 0;top: 0;z-index: 987654321;border-radius: 2px 2px 0 0;}
.hn-html-dialog{width: auto;min-width: 300px;position: fixed;left: 0;top: 0;z-index: 987654321;transform: scale(0.5);opacity: 0;visibility: hidden;background-color: #fff;transition: transform .3s cubic-bezier(.25,.1,.25,1),opacity .3s cubic-bezier(.25,.1,.25,1);}
.hn-html-title{padding: 0 80px 0 10px;height: 46px;line-height: 46px;border-bottom: 1px solid #f0f0f0;font-size: 14px;color: #333;overflow: hidden;cursor: move;user-select: none;}
.hn-html-cont{width: 100%;position: relative;padding: 10px;line-height: 24px;word-break: break-all;overflow: auto;font-size: 14px;}
.hn-html-close{font-size: 16px;color: #666;position: absolute;right: 0;top: 0;line-height: 46px;width: 46px;text-align: center;cursor: pointer;font-weight: bold;transition: all .3s;user-select: none;}
.hn-html-close:hover{opacity: 0.7;}
.hn-html.show .hn-mask{visibility: visible;opacity: 1;}
.hn-html.show .hn-html-dialog{transform: scale(1);opacity: 1;visibility: visible;}