@charset "UTF-8";
/* 行高  字体大小  行数 是否计算为max-height */
.md-footer {
  position: relative;
  background-color: #003049;
  color: #fff;
  z-index: 3;
}
@media screen and (max-width: 500px) {
  .md-footer {
    padding-bottom: 1rem;
  }
}

.md-foot-1 {
  position: relative;
}
.md-foot-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-foot-1 .box {
  padding: 0.94rem 0 0.24rem;
}
.md-foot-1 .ul .li {
  margin-right: 0.5rem;
}
.md-foot-1 .ul .aa {
  display: block;
  opacity: 0.8;
  transition: 0.5s;
}
.md-foot-1 .ul .aa:hover {
  opacity: 1;
}
.md-foot-1 .ul1 .li1 {
  margin-right: 0.8rem;
}
.md-foot-1 .ul1 .li1:last-child {
  margin-right: 0;
  width: auto;
}
.md-foot-1 .ul1 .li1:last-child .ul2 {
  padding-right: 0;
}
.md-foot-1 .ul1 .a1 {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.5s;
}
.md-foot-1 .ul1 .ul2 {
  margin-top: 0.32rem;
  position: relative;
}
.md-foot-1 .ul1 .li2 {
  margin-bottom: 0.14rem;
}
.md-foot-1 .ul1 .li2:last-child {
  margin-bottom: 0;
}
.md-foot-1 .ul1 .a2 {
  opacity: 0.6;
  color: #fff;
  transition: 0.3s;
}
.md-foot-1 .ul1 .a2:hover {
  opacity: 1;
  color: var(--active);
}
.md-foot-1 .shares .si {
  position: relative;
  margin-right: 0.2rem;
}
.md-foot-1 .shares .si:hover .hd {
  opacity: 1;
}
.md-foot-1 .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.md-foot-1 .shares .si:last-child {
  margin-right: 0;
}
.md-foot-1 .shares .hd {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
  transition: 0.5s;
}
.md-foot-1 .shares .hi {
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: 0.5s;
}
.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;
}
.md-foot-1 .shares .bd .bbox {
  padding: 0.1rem;
  position: relative;
  background-color: #fff;
  font-size: 0;
}
.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;
}
.md-foot-1 .shares .bd img {
  display: block;
  width: 1rem;
  min-width: 120px;
  max-width: none;
}
.md-foot-1 .line {
  height: 1px;
  opacity: 0.1;
  position: relative;
}
.md-foot-1 .line::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.md-foot-1 .line img {
  position: absolute;
  right: 18%;
  top: 50%;
  transform: translateY(-50%);
  height: 1em;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .md-foot-1 .box {
    flex-wrap: wrap;
  }
  .md-foot-1 .ul {
    width: 100%;
    margin-bottom: 0.4rem;
    display: none;
  }
}

.md-foot-2 {
  position: relative;
}
.md-foot-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-foot-2 .box {
  padding: 0.38rem 0 0.43rem;
}
.md-foot-2 .info {
  width: 50%;
}
.md-foot-2 .ph {
  color: var(--theme);
  margin-top: 0.05rem;
}
.md-foot-2 .ph svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.md-foot-2 .txt {
  margin-top: 0.04rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 2.1;
}
.md-foot-2 .codes {
  width: 1.3rem;
  padding-top: 0.08rem;
  background-color: #0b3850;
}
.md-foot-2 .codes .cd {
  border: 4px solid var(--theme);
}
.md-foot-2 .codes img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.md-foot-2 .codes .ite {
  padding: 0.16rem 0;
}
@media screen and (max-width: 1023px) {
  .md-foot-2 .box {
    flex-wrap: wrap;
  }
  .md-foot-2 .info {
    flex-grow: 1;
    padding-right: 0.4rem;
  }
  .md-foot-2 .codes {
    width: 1.6rem;
    margin-top: 0.3rem;
  }
}

.md-foot-3 {
  position: relative;
  z-index: 3;
}
.md-foot-3 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-foot-3 .box {
  padding-top: 0.32rem;
  padding-bottom: 0.38rem;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  line-height: 2;
}
.md-foot-3 .href {
  opacity: 0.3;
}
.md-foot-3 .href a {
  opacity: 1;
}
.md-foot-3 .href a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .md-foot-3 .box {
    flex-wrap: wrap;
  }
  .md-foot-3 .href {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .md-foot-3 .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(--theme);
}
.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;
  flex-direction: column;
  text-align: center;
  position: relative;
  background-color: #fff;
  padding: 0.1rem;
  cursor: pointer;
  border-radius: 0.06rem;
  transition: all 0.3s;
}
.md-sideNav .hd .ic {
  width: 1em;
  height: 1em;
  -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.show {
  visibility: visible;
}
@media screen and (max-width: 1280px) {
  .md-sideNav .hd .ht {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .md-sideNav .wx {
    width: 2rem;
  }
  .md-sideNav .hd .ht {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .md-sideNav1 .sn_i {
    display: none;
  }
  .md-sideNav1 .sn_i:nth-child(2) {
    display: block;
  }
}

.md-sideNav2 {
  position: fixed;
  width: 100%;
  right: 0;
  top: auto;
  bottom: 0;
  transform: none;
  display: flex;
  background-color: #fff;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 1024px) {
  .md-sideNav2 {
    display: none;
  }
}
.md-sideNav2 .sn_i {
  flex: 1;
  margin: 0;
  box-shadow: 1px 0 0 0 inset #ccc;
}
.md-sideNav2 .hd {
  background-color: transparent;
  border-radius: 0;
}
.md-sideNav2 .bd {
  bottom: 105%;
  left: 50%;
  right: auto;
  top: auto;
  transform: translate(-50%);
  padding-right: 0;
}
.md-sideNav2 .wx .img {
  width: 100%;
}

[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;
}

.com-btn {
  position: relative;
  display: inline-flex;
  min-width: 1.8rem;
  min-height: 0.6rem;
  padding: 0.05rem;
  border: 0.01rem solid rgba(0, 48, 73, 0.1);
  border-radius: 0.4rem;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}
@keyframes diffuse {
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.2, 1.3);
    opacity: 0;
  }
}
.com-btn::before {
  content: "";
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #003049;
  border-radius: 0.4rem;
  transform: scale(1);
  opacity: 0;
}
.com-btn:hover {
  transform: scale(1.03);
}
.com-btn:hover .btn-inner::before {
  transform: translate(-0.03rem, calc(-50% - 0.03rem));
}
.com-btn:hover .btn-inner::after {
  transform: translate(0.03rem, calc(-50% + 0.03rem));
}
.com-btn:hover::before {
  animation: diffuse 2s ease-in-out infinite;
}
.com-btn .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 0 0.3rem;
  color: #fff;
  border-radius: 0.4rem;
  background-color: #003049;
  overflow: hidden;
  transition: 0.3s;
}
.com-btn .btn-inner {
  position: relative;
}
.com-btn .btn-inner::before, .com-btn .btn-inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 12.5%;
  width: 1.5em;
  background: url("../images/btn-adorn.png") no-repeat center/contain;
  transition: 0.3s;
  opacity: 0.2;
}
.com-btn .btn-inner::after {
  left: auto;
  right: 0;
}
.com-btn.white .btn-inner {
  color: #444;
  background-color: #fff;
}
.com-btn.white .btn-inner::before, .com-btn.white .btn-inner::after {
  background-image: url(../images/btn-adorn-g.png);
}
.com-btn.orange {
  border: 0.01rem solid rgba(241, 128, 2, 0.3);
}
.com-btn.orange:hover {
  box-shadow: 0 0 8px rgba(255, 140, 0, 0.3);
}
.com-btn.orange::before {
  border: 0.01rem solid var(--theme);
}
.com-btn.orange .btn-inner {
  background-color: var(--theme);
}
.com-btn.orange .btn-inner::before, .com-btn.orange .btn-inner::after {
  opacity: 0.3;
}
.com-btn.white-o {
  border: 0.01rem solid rgba(241, 128, 2, 0.3);
}
.com-btn.white-o:hover {
  box-shadow: 0 0 8px rgba(255, 140, 0, 0.3);
}
.com-btn.white-o::before {
  border: 0.01rem solid var(--theme);
}
.com-btn.white-o .btn-inner {
  background-color: #fff;
  color: var(--theme);
  border: 0.01rem solid #f18002;
}
.com-btn.white-o .btn-inner::before, .com-btn.white-o .btn-inner::after {
  opacity: 1;
  background-image: url(../images/btn-adorn-o.png);
}
.com-btn.blue2 .btn-inner {
  background-color: #045395;
}
@media (max-width: 1023px) {
  .com-btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}