
@charset "UTF-8";
:root {
  --theme: #e60013;
  --active: #e60013;
}

/*页头*/
.md24433.md-head {
  height: 1rem;
}
.md24433.md-head.m_show .md-mob_sideNav {
  right: 0;
  opacity: 1;
}
.md24433.md-head.m_show .mob_mask {
  display: block;
}
.md24433.md-head.is-fixed .head-pc, .md24433.md-head.white .head-pc {
  background-color: #fff;
}
.md24433.md-head.is-fixed .md-head-1 .logo, .md24433.md-head.white .md-head-1 .logo {
  filter: none;
}
.md24433.md-head.is-fixed .md-head-1 .logo .pi, .md24433.md-head.white .md-head-1 .logo .pi {
  display: none;
}
.md24433.md-head.is-fixed .md-head-1 .logo .mi, .md24433.md-head.white .md-head-1 .logo .mi {
  display: block;
}
.md24433.md-head.is-fixed .md-head-1 .ul1 .a1, .md24433.md-head.white .md-head-1 .ul1 .a1 {
  color: #333;
}
.md24433.md-head.is-fixed .md-head-1 .h-href .ha, .md24433.md-head.white .md-head-1 .h-href .ha {
  background-color: rgba(0, 0, 0, 0.06);
  color: #333;
}
.md24433.md-head.white {
  height: 1rem;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.1);
}
.md24433.md-head.white .head-pc .logo .pi {
  display: none;
}
.md24433.md-head.white .head-pc .logo .mi {
  display: block;
}
.md24433.md-head .mob_mask {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 900px) {
  .md24433.md-head {
    height: 1rem;
  }
}

.md24433.head-pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .md24433.head-pc {
    height: 1rem;
  }
}

.md24433.md-head-1 {
  background-color: #fff;
}
.md24433.md-head-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md24433.md-head-1 .box {
  height: 1rem;
  transition: 0.5s;
  position: relative;
}
.md24433.md-head-1 .logo {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.md24433.md-head-1 .logo img {
  height: 0.31rem;
  transition: 0.3s;
}
.md24433.md-head-1 .logo .mi {
  display: none;
}
.md24433.md-head-1 .ul1 .li1 {
  position: relative;
  margin-right: 0.5rem;
}
.md24433.md-head-1 .ul1 .li1:last-child {
  margin-right: 0;
}
.md24433.md-head-1 .ul1 .li1:hover .ul2 {
  top: 100%;
  opacity: 1;
  transition: 0.3s;
  pointer-events: auto;
}
.md24433.md-head-1 .ul1 .li1:hover .head-sub {
  opacity: 1;
  display: block;
  pointer-events: auto;
  transition: opacity 0.2s;
}
.md24433.md-head-1 .ul1 .has-sub {
  position: static;
}
.md24433.md-head-1 .ul1 .a1 {
  display: block;
  white-space: nowrap;
  position: relative;
  line-height: 1rem;
  transition: 0.3s;
}
.md24433.md-head-1 .ul1 .on {
  color: var(--active);
}
.md24433.md-head-1 .ul1 .on::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--active);
  position: absolute;
  left: 0;
  bottom: 0;
}
.md24433.md-head-1 .ul1 .ul2 {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translate(-50%);
  min-width: 100%;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  padding: 0.09rem;
  border-radius: 0.1rem;
  background-color: white;
  pointer-events: none;
  transition: all 0.3s;
}
.md24433.md-head-1 .ul1 .li2 {
  position: relative;
}
.md24433.md-head-1 .ul1 .li2:hover .ul3 {
  display: block;
}
.md24433.md-head-1 .ul1 .li2:last-child {
  margin-bottom: 0;
}
.md24433.md-head-1 .ul1 .a2 {
  display: block;
  text-align: center;
  padding: 0.07rem 0.16rem;
  color: #333;
  border-radius: 1rem;
  position: relative;
  transition: all 0.3s;
}
.md24433.md-head-1 .ul1 .a2:hover {
  color: #fff;
  background-color: var(--active);
}
.md24433.md-head-1 .ul1 .ul3 {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}
.md24433.md-head-1 .ul1 .a3 {
  display: block;
  text-align: center;
  padding: 0.15rem;
  background-color: white;
  color: #000;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s;
}
.md24433.md-head-1 .ul1 .a3:hover {
  color: #fff;
  background-color: var(--active);
}
.md24433.md-head-1 .h-search {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 1px inset rgba(102, 102, 102, 0.15);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin-left: 0.3rem;
}
.md24433.md-head-1 .h-search svg {
  width: 36%;
  height: 36%;
}
.md24433.md-head-1 .h-login {
  display: inline-flex;
  align-items: center;
  margin-left: 0.3rem;
  line-height: 1;
  cursor: pointer;
  display: none !important;
}
.md24433.md-head-1 .h-login .aa {
  display: block;
  padding: 0 0.24rem;
  line-height: calc( 40 / 14 );
  border-radius: 0.1rem;
}
.md24433.md-head-1 .h-login .svg {
  margin-right: 0.1rem;
}
.md24433.md-head-1 .h-login svg {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
}
.md24433.md-head-1 .h-login a:hover {
  color: var(--active);
}
.md24433.md-head-1 .h-login .sp {
  width: 1px;
  height: 1em;
  background-color: #666;
  margin: 0 0.25em;
}
.md24433.md-head-1 .h-lang {
  position: relative;
  margin-left: 0.1rem;
}
.md24433.md-head-1 .h-lang:hover .bd {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0%);
  transition: all 0.3s;
}
.md24433.md-head-1 .h-lang .hd {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #666;
  padding: 0.1rem 0;
}
.md24433.md-head-1 .h-lang .ic {
  width: calc( 21em / 16);
  height: calc( 21em / 16);
  -o-object-fit: contain;
     object-fit: contain;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md24433.md-head-1 .h-lang .on {
  color: var(--active);
}
.md24433.md-head-1 .h-lang .sp {
  margin: 0 0.06rem;
}
.md24433.md-head-1 .h-lang .ar {
  width: 0.75em;
  height: 0.5em;
}
.md24433.md-head-1 .h-lang .bd {
  position: absolute;
  min-width: 100%;
  width: -moz-max-content;
  width: max-content;
  top: 100%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10%);
  border-radius: 3px;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
  transition: all 0.3s;
  padding: 0.05rem 0;
  z-index: 5;
}
.md24433.md-head-1 .h-lang .b_a {
  display: block;
  text-align: center;
  padding: 0.25em 1em;
  color: #333;
}
.md24433.md-head-1 .h-lang .b_a:hover {
  color: var(--active);
}
.md24433.md-head-1 .h-lang .bic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.md24433.md-head-1 .h-href {
  margin-left: 0.1rem;
}
.md24433.md-head-1 .h-href .ha {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.md24433.md-head-1 .h-href img {
  width: 1.25em;
  height: 1.25em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.1rem;
}
.md24433.md-head-1 .h-href svg {
  width: 50%;
  height: 50%;
}
.md24433.md-head-1 .h-more {
  cursor: pointer;
  display: none;
  margin-left: 0.2rem;
}
.md24433.md-head-1 .h-more.m_show .ic::before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.md24433.md-head-1 .h-more.m_show .ic::after {
  width: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.md24433.md-head-1 .h-more .ic {
  display: block;
  width: 1em;
  height: 1em;
  background-color: #fff;
  box-shadow: 0 0 0 1px inset rgba(102, 102, 102, 0.15);
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.md24433.md-head-1 .h-more .ic::before {
  content: "";
  background-color: #666666;
  border-radius: 2px;
  content: "";
  display: inline-block;
  top: 40%;
  left: 20%;
  position: absolute;
  transition-delay: 0.3s, 0s;
  transition: 0.3s;
  width: 50%;
  height: 2px;
  transform-origin: center;
}
.md24433.md-head-1 .h-more .ic::after {
  content: "";
  background-color: #666666;
  border-radius: 2px;
  content: "";
  display: inline-block;
  top: 60%;
  left: 20%;
  position: absolute;
  transition-delay: 0.3s, 0s;
  transition: 0.3s;
  width: 25%;
  height: 2px;
  transform-origin: center;
}
@media screen and (max-width: 1280px) {
  .md24433.md-head-1 .ul1 .li1 {
    margin-right: 0.2rem;
  }
  .md24433.md-head-1 .ul1 .a1 {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 900px) {
  .md24433.md-head-1 {
    background-color: white;
  }
  .md24433.md-head-1 .box {
    height: 1rem;
    padding: 0 !important;
    background-color: transparent !important;
  }
  .md24433.md-head-1 .logo .pi {
    display: none;
  }
  .md24433.md-head-1 .logo .mi {
    display: block;
  }
  .md24433.md-head-1 .ul1 {
    display: none;
  }
  .md24433.md-head-1 .h-login {
    margin-left: 0.15rem;
  }
  .md24433.md-head-1 .h-search {
    margin-left: 0.15rem;
  }
  .md24433.md-head-1 .h-more {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .md24433.md-head-1 .h-more {
    margin-left: 0.1rem;
  }
}

.md24433.md-mob_sideNav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 8rem;
  max-width: 70%;
  height: 100vh;
  background-color: #fff;
  transition: 0.4s;
  z-index: 300;
}
.md24433.md-mob_sideNav .ul1 .dt {
  position: relative;
  padding: 0.75em 0;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.md24433.md-mob_sideNav .ul1 .dt.show .arrow {
  transform: translateY(50%) rotate(90deg);
}
.md24433.md-mob_sideNav .ul1 .li1 {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.md24433.md-mob_sideNav .ul1 .a1 {
  position: relative;
  display: inline-block;
  min-width: 60%;
}
.md24433.md-mob_sideNav .ul1 .ul2 {
  display: none;
}
.md24433.md-mob_sideNav .ul1 .a2 {
  width: 90%;
  display: block;
  min-width: 60%;
  font-size: 0.9em;
  padding-left: 0.5em;
}
.md24433.md-mob_sideNav .ul1 .a2:hover {
  color: var(--active);
}
.md24433.md-mob_sideNav .ul1 .arrow {
  position: absolute;
  right: 0.2rem;
  top: calc(50% - 1em);
  transform: translateY(50%);
  border-bottom: 0.5em solid transparent;
  border-top: 0.5em solid transparent;
  border-left: 0.5em solid #333;
  transform-origin: center;
  transition: 0.3s;
}
.md24433.md-mob_sideNav .ul1 .ul3 {
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.md24433.md-mob_sideNav .ul1 .a3 {
  display: block;
  padding: 0.5em 3em;
}
.md24433.md-mob_sideNav .hmob_off {
  padding: 0.3rem;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  justify-content: flex-end;
}
.md24433.md-mob_sideNav .m_off {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--active);
  color: var(--active);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.md24433.md-mob_sideNav .m_off svg {
  width: 50%;
  height: 50%;
}
.md24433.md-mob_sideNav .hmob_top {
  padding: 0.3rem 0.3rem;
}
.md24433.md-mob_sideNav .hmob_top::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}
.md24433.md-mob_sideNav .hmob_top::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.md24433.md-mob_sideNav .hmob_top::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.md24433.md-mob_sideNav .hmob_bot {
  height: 1rem;
  padding: 0 0.2rem;
}
@media screen and (min-width: 901px) {
  .md24433.md-mob_sideNav {
    display: none !important;
  }
}

.md24433.md-search_form {
  position: fixed;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transform-origin: top;
  transition: all 0.2s;
}
.md24433.md-search_form.show {
  transform: scaleY(1);
  transition: all 0.2s;
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.md24433.md-search_form .h_form {
  width: 100%;
  position: relative;
  z-index: 402;
  padding: 0.4rem 0;
  background-color: #fff;
}
.md24433.md-search_form .inp {
  width: 6rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.md24433.md-search_form .inp input {
  width: 100%;
  height: 0.5rem;
  min-height: 40px;
  border: none;
  outline: none;
  font-family: inherit;
}
.md24433.md-search_form .h_sub {
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  min-width: 30px;
  height: 0.4rem;
  min-height: 30px;
  border-radius: 50%;
  background-color: var(--active);
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40% auto;
  cursor: pointer;
  z-index: 10;
  border: none;
  outline: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.md24433.md-search_form .h_sub svg {
  width: 50%;
  height: 50%;
}
.md24433.md-search_form .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/*页头*/

.md-com-banner.md24435 {
    position: relative;
    z-index: 40;
}

.md-com-banner.md24435 .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

.md-com-banner.md24435 .cb_ban {
    position: relative;
}

.md-com-banner.md24435 .cb_bg {
    padding-top: calc(680 / 1920 * 100%);
}

.md-com-banner.md24435 .cb_text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    line-height: 1.2;
}

.md-com-breadnav.md24436 {
    z-index: 30;
    box-shadow: 0 -1px 0 0 inset #eee;
}

.md-com-breadnav.md24436 .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

.md-com-breadnav.md24436.sticky {
    position: sticky;
    top: 1rem;
    background-color: #fff;
}

.md-com-breadnav.md24436.no-shadow {
    box-shadow: none;
}

.md-com-breadnav.md24436 .bn-swiper .bsa {
    position: relative;
    width: auto;
    margin-right: 0.7rem;
    white-space: nowrap;
    transition: color 0.5s;
}

.md-com-breadnav.md24436 .bn-swiper .bsa:hover {
    color: var(--theme);
}

.md-com-breadnav.md24436 .bn-swiper .bsa.on {
    color: var(--theme);
}

.md-com-breadnav.md24436 .bn-swiper .bsa.on::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--active);
    position: absolute;
    left: 0;
    bottom: 0;
}

.md-com-breadnav.md24436 .bn-swiper .bsa:last-child {
    margin-right: 0;
}

.md-com-breadnav.md24436 .bn-swiper .cta {
    display: block;
    line-height: 0.7rem;
}

.md-com-breadnav.md24436 .bn-swiper .sp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 900px) {
    .md-com-breadnav.md24436 .bn-swiper {
        max-width: 100%;
    }

    .md-com-breadnav.md24436 .bn-swiper .bsa {
        margin-right: 0.4rem;
    }
}

.md-com-breadnav.md24436 .zone-nav {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 0.6rem;
}

.md-com-breadnav.md24436 .zone-nav .icon {
    margin-right: 0.08rem;
    display: inline-flex;
    align-items: center;
}

.md-com-breadnav.md24436 .zone-nav .icon svg {
    width: 1em;
    height: 1em;
}

.md-com-breadnav.md24436 .zone-nav .sp1 {
    position: relative;
    margin: 0 0.2em;
}

.md-com-breadnav.md24436 .zone-nav .a {
    position: relative;
    transition: all 0.3s;
}

.md-com-breadnav.md24436 .zone-nav .a.on,
.md-com-breadnav.md24436 .zone-nav .a:hover {
    color: var(--theme);
    transition: all 0.3s;
}

@media (max-width: 900px) {
    .md-com-breadnav.md24436 .zone-nav {
        width: 100%;
        display: none;
    }

    .md-com-breadnav.md24436 .zone-nav .sp1 {
        margin: 0 0.5em;
    }
}

.md-com-banner.md24437 {
    position: relative;
    z-index: 40;
}

.md-com-banner.md24437 .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

.md-com-banner.md24437 .cb_ban {
    position: relative;
}

.md-com-banner.md24437 .cb_bg {
    padding-top: calc(680 / 1920 * 100%);
}

.md-com-banner.md24437 .cb_text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    line-height: 1.2;
}

.md-com-breadnav.md24438 {
    z-index: 30;
    box-shadow: 0 -1px 0 0 inset #eee;
}

.md-com-breadnav.md24438 .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

.md-com-breadnav.md24438.sticky {
    position: sticky;
    top: 1rem;
    background-color: #fff;
}

.md-com-breadnav.md24438.no-shadow {
    box-shadow: none;
}

.md-com-breadnav.md24438 .bn-swiper .bsa {
    position: relative;
    width: auto;
    margin-right: 0.7rem;
    white-space: nowrap;
    transition: color 0.5s;
}

.md-com-breadnav.md24438 .bn-swiper .bsa:hover {
    color: var(--theme);
}

.md-com-breadnav.md24438 .bn-swiper .bsa.on {
    color: var(--theme);
}

.md-com-breadnav.md24438 .bn-swiper .bsa.on::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--active);
    position: absolute;
    left: 0;
    bottom: 0;
}

.md-com-breadnav.md24438 .bn-swiper .bsa:last-child {
    margin-right: 0;
}

.md-com-breadnav.md24438 .bn-swiper .cta {
    display: block;
    line-height: 0.7rem;
}

.md-com-breadnav.md24438 .bn-swiper .sp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 900px) {
    .md-com-breadnav.md24438 .bn-swiper {
        max-width: 100%;
    }

    .md-com-breadnav.md24438 .bn-swiper .bsa {
        margin-right: 0.4rem;
    }
}

.md-com-breadnav.md24438 .zone-nav {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 0.6rem;
}

.md-com-breadnav.md24438 .zone-nav .icon {
    margin-right: 0.08rem;
    display: inline-flex;
    align-items: center;
}

.md-com-breadnav.md24438 .zone-nav .icon svg {
    width: 1em;
    height: 1em;
}

.md-com-breadnav.md24438 .zone-nav .sp1 {
    position: relative;
    margin: 0 0.2em;
}

.md-com-breadnav.md24438 .zone-nav .a {
    position: relative;
    transition: all 0.3s;
}

.md-com-breadnav.md24438 .zone-nav .a.on,
.md-com-breadnav.md24438 .zone-nav .a:hover {
    color: var(--theme);
    transition: all 0.3s;
}

@media (max-width: 900px) {
    .md-com-breadnav.md24438 .zone-nav {
        width: 100%;
        display: none;
    }

    .md-com-breadnav.md24438 .zone-nav .sp1 {
        margin: 0 0.5em;
    }
}

:root {
    --theme: #e60013;
    --active: #e60013;
}

.md24434.md-footer {
    position: relative;
    color: #fff;
    background-color: #070302;
    z-index: 3;
}

.md24434.md-foot-1 {
    position: relative;
    padding: 0.36rem 0 0.3rem;
    z-index: 3;
}

.md24434.md-foot-1 .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

.md24434.md-foot-1 .box {
    position: relative;
}

.md24434.md-foot-1 .logo .lo {
    display: inline-flex;
}

.md24434.md-foot-1 .logo .ii {
    height: 1em;
}

.md24434.md-foot-1 .ul1 .li1 {
    margin-right: 0.8rem;
}

.md24434.md-foot-1 .ul1 .li1:last-child {
    margin-right: 0;
    width: auto;
}

.md24434.md-foot-1 .ul1 .li1:last-child .ul2 {
    padding-right: 0;
}

.md24434.md-foot-1 .ul1 .a1 {
    display: block;
    position: relative;
    color: #fff;
    padding-bottom: 0.16rem;
    transition: 0.3s;
}

.md24434.md-foot-1 .ul1 .a1::before {
    content: "";
    width: 1em;
    height: 3px;
    background-color: var(--active);
    position: absolute;
    left: 0;
    bottom: 0;
}

.md24434.md-foot-1 .ul1 .ul2 {
    margin-top: 0.16rem;
    position: relative;
}

.md24434.md-foot-1 .ul1 .li2 {
    margin-bottom: 0.12rem;
}

.md24434.md-foot-1 .ul1 .li2:last-child {
    margin-bottom: 0;
}

.md24434.md-foot-1 .ul1 .a2 {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s;
}

.md24434.md-foot-1 .ul1 .a2:hover {
    text-decoration: underline;
    transition: color 0.3s;
}

.md24434.md-foot-1 .shares .si {
    position: relative;
    margin-right: 0.08rem;
}

.md24434.md-foot-1 .shares .si:hover .hd {
    opacity: 1;
    box-shadow: none;
    background-color: var(--active);
}

.md24434.md-foot-1 .shares .si:hover .hi {
    filter: none;
}

.md24434.md-foot-1 .shares .si:hover .bd {
    opacity: 1;
    pointer-events: auto;
}

.md24434.md-foot-1 .shares .si:last-child {
    margin-right: 0;
}

.md24434.md-foot-1 .shares .hd {
    width: 0.4rem;
    height: 0.4rem;
    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;
}

.md24434.md-foot-1 .shares .hi {
    width: 40%;
    height: 40%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.md24434.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;
}

.md24434.md-foot-1 .shares .bd .bbox {
    padding: 0.1rem;
    position: relative;
    background-color: #fff;
    font-size: 0;
}

.md24434.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;
}

.md24434.md-foot-1 .shares .bd img {
    display: block;
    width: 1.1rem;
    min-width: 80px;
    max-width: none;
}

.md24434.md-foot-1 .shares .ph {
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
    .md24434.md-foot-1 .box {
        flex-wrap: wrap;
        justify-content: center
    }

    .md24434.md-foot-1 .shares {
        width: 100%;
        margin-top: 0.3rem;
        justify-content: center;
    }

    .md24434.md-foot-1 .shares .hd {
        width: 0.6rem;
        height: 0.6rem;
    }
}

.md24434.md-foot-2 {
    position: relative;
    padding: 0.2rem 0 0.4rem;
}

.md24434.md-foot-2 .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

.md24434.md-foot-2 .li {
    margin-right: 0.8rem;
}

.md24434.md-foot-2 .li:last-child {
    margin-right: 0;
}

.md24434.md-foot-2 .icon {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 1px inset #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.2rem;
}

.md24434.md-foot-2 .icon .ii {
    width: 40%;
    height: 40%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 900px) {
    .md24434.md-foot-2 .list {
        flex-wrap: wrap;
    }

    .md24434.md-foot-2 .li {
        width: 100%;
        margin: 0.1rem 0;
    }

    .md24434.md-foot-2 .icon {
        width: 1.5em;
        height: 1.5em;
    }
}

.md24434.md-foot-3 {
    position: relative;
    z-index: 3;
}

.md24434.md-foot-3 .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

.md24434.md-foot-3 .box {
    padding-top: 0.22rem;
    padding-bottom: 0.22rem;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 2;
}

.md24434.md-foot-3 .href a {
    margin-left: 0.4rem;
}

.md24434.md-foot-3 .href a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 900px) {
    .md24434.md-foot-3 .box {
        flex-wrap: wrap;
    }

    .md24434.md-foot-3 .href {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .md24434.md-foot-3 .href a {
        margin: 0 0.1rem;
    }
}

.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;
    }
}
