
.md13032.md-head {
  height: 0.8rem;
}
.md13032.md-head.home {
  height: 0;
}
.md13032.md-head.home .head-pc {
  background-color: transparent;
}
.md13032.md-head.home .head-pc .logo {
  filter: none;
}
.md13032.md-head.m_show .md-mob_sideNav {
  right: 0;
  opacity: 1;
}
.md13032.md-head.m_show .mob_mask {
  display: block;
}
.md13032.md-head.is-fixed .head-pc, .md13032.md-head.white .head-pc {
  background-color: #fff;
}
.md13032.md-head.is-fixed .head-pc::before, .md13032.md-head.white .head-pc::before {
  opacity: 0;
}
.md13032.md-head.is-fixed .head-pc .logo .pi, .md13032.md-head.white .head-pc .logo .pi {
  display: none;
}
.md13032.md-head.is-fixed .head-pc .logo .mi, .md13032.md-head.white .head-pc .logo .mi {
  display: block;
}
.md13032.md-head.is-fixed .head-pc .ul1 .a1, .md13032.md-head.white .head-pc .ul1 .a1 {
  color: #333;
}
.md13032.md-head.is-fixed .head-pc .h-lang .hd, .md13032.md-head.white .head-pc .h-lang .hd {
  filter: none;
}
.md13032.md-head.is-fixed .head-pc .h-lang .ic, .md13032.md-head.white .head-pc .h-lang .ic {
  filter: none;
}
.md13032.md-head.is-fixed .head-pc .h-lang .ar, .md13032.md-head.white .head-pc .h-lang .ar {
  filter: none;
}
.md13032.md-head.is-fixed .head-pc .h-search .hic, .md13032.md-head.white .head-pc .h-search .hic {
  filter: none;
}
.md13032.md-head.white {
  height: 0.9rem;
}
.md13032.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) {
  .md13032.md-head {
    height: 0.9rem !important;
  }
}

.md13032.head-pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 -1px 0 0 inset gainsboro;
  transition: all 0.3s;
  background-color: #fff;
}
.md13032.head-pc .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
@media screen and (max-width: 900px) {
  .md13032.head-pc {
    height: 0.9rem;
    background-color: #fff;
    background-image: none !important;
  }
  .md13032.head-pc::before {
    display: none;
  }
}

.md13032.head-box {
  position: relative;
  z-index: 3;
}
.md13032.head-box .logo {
  flex-shrink: 0;
  font-size: 0;
}
.md13032.head-box .logo .la {
  display: inline-flex;
  align-items: center;
}
.md13032.head-box .logo img {
  height: 0.36rem;
}
.md13032.head-box .logo .mi {
  display: none;
}
.md13032.head-box .hd_le {
  display: flex;
  align-items: center;
}
.md13032.head-box .hb_ri {
  display: flex;
  align-items: center;
}
.md13032.head-box .ul1 .li1 {
  position: relative;
  margin-right: 0.6rem;
}
.md13032.head-box .ul1 .li1:last-child {
  margin-right: 0;
}
.md13032.head-box .ul1 .li1:hover .ul2 {
  top: 100%;
  opacity: 1;
  transition: all 0.3s;
  pointer-events: auto;
}
.md13032.head-box .ul1 .show_sub .head-sub {
  opacity: 1;
  display: block;
  pointer-events: auto;
  transition: opacity 0.2s;
}
.md13032.head-box .ul1 .has-sub {
  position: static;
}
.md13032.head-box .ul1 .a1 {
  display: block;
  white-space: nowrap;
  position: relative;
  line-height: 0.8rem;
  transition: all 0.3s;
}
.md13032.head-box .ul1 .a1:hover {
  color: #3992e0;
}
.md13032.head-box .ul1 .a1.on {
  color: #3992e0;
}
.md13032.head-box .ul1 .a1.on::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #3992e0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.md13032.head-box .ul1 .ul2 {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translate(-50%);
  min-width: 100%;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  box-shadow: 0px 0 0.2rem 0px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  transition: all 0.3s;
}
.md13032.head-box .ul1 .li2 {
  position: relative;
}
.md13032.head-box .ul1 .li2:hover .ul3 {
  display: block;
}
.md13032.head-box .ul1 .a2 {
  display: block;
  text-align: center;
  padding: 0.1rem 0.15rem;
  background-color: white;
  color: #333;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s;
}
.md13032.head-box .ul1 .a2:hover {
  color: #fff;
  background-color: #3992e0;
}
.md13032.head-box .h-user {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #fff;
}
.md13032.head-box .h-user .ua1 {
  display: inline-flex;
  align-items: center;
}
.md13032.head-box .h-user .uic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.1rem;
}
.md13032.head-box .h-user .ua2 {
  cursor: pointer;
}
.md13032.head-box .h-login {
  display: inline-flex;
  align-items: center;
  background-color: #3992e0;
  border-radius: 1rem;
  color: #fff;
  padding: 0.1rem 0.24rem;
  cursor: pointer;
}
.md13032.head-box .h-login .hic {
  width: 0.9em;
  height: 1em;
  background-image: url(../images/h-lo-w.png);
  margin-right: 0.1rem;
}
.md13032.head-box .form {
  width: 1.73rem;
  position: relative;
}
.md13032.head-box .form .ip {
  width: 100%;
  height: 2.1428571429em;
  border: solid 1px rgba(0, 0, 0, 0.6);
  border-radius: 1rem;
  padding-left: 0.18rem;
  padding-right: 0.4rem;
}
.md13032.head-box .form .submit {
  width: 1em;
  height: 1em;
  background-image: url(../images/h-mag.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0.16rem;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: #fff;
  cursor: pointer;
}
.md13032.head-box .h-lang {
  position: relative;
  margin-left: 0.2rem;
}
.md13032.head-box .h-lang:hover .bd {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0%);
  transition: all 0.3s;
}
.md13032.head-box .h-lang .hd {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1;
}
.md13032.head-box .h-lang .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/h-lang.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md13032.head-box .h-lang .on {
  color: #3992e0;
}
.md13032.head-box .h-lang .sp {
  margin: 0 0.06rem;
}
.md13032.head-box .h-lang .ar {
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a9.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md13032.head-box .h-lang .bord img {
  width: 0.1rem;
  min-width: auto;
}
.md13032.head-box .h-lang .bd {
  position: absolute;
  min-width: 100%;
  top: 150%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10%);
  transition: all 0.3s;
  padding-top: 0.2rem;
  z-index: 5;
}
.md13032.head-box .h-lang .b_a {
  display: block;
  text-align: center;
  padding: 0.1rem;
  white-space: nowrap;
  background-color: #fff;
  min-width: 4em;
}
.md13032.head-box .h-lang .b_a:hover {
  color: #3992e0;
  background-color: #fff;
}
.md13032.head-box .h-search {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.md13032.head-box .h-search .hic {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/h-mag-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: brightness(0) invert(1);
}
.md13032.head-box .h-more {
  cursor: pointer;
  display: none;
  margin-left: 0.2rem;
}
.md13032.head-box .h-more .ic {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/h-more-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1280px) {
  .md13032.head-box .ul1 {
    margin-right: 0.2rem;
  }
  .md13032.head-box .ul1 .li1 {
    margin-right: 0.2rem;
  }
  .md13032.head-box .h-lang {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
@media screen and (min-width: 901px) {
  .md13032.head-box .h-search {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .md13032.head-box {
    height: 0.9rem;
  }
  .md13032.head-box .logo .pi {
    display: none;
  }
  .md13032.head-box .logo .mi {
    display: block;
  }
  .md13032.head-box .ul1 {
    display: none;
  }
  .md13032.head-box .h-lang .hd {
    color: #333;
    filter: none;
  }
  .md13032.head-box .h-lang .ic {
    filter: none;
    background-image: url(../images/h-lang-b.png);
  }
  .md13032.head-box .h-lang .ar {
    filter: none;
  }
  .md13032.head-box .h-user {
    filter: brightness(0) invert(1);
  }
  .md13032.head-box .h-shop {
    filter: brightness(0) invert(1);
  }
  .md13032.head-box .h-search .hic {
    filter: none;
  }
  .md13032.head-box .h-more {
    display: block;
  }
  .md13032.head-box .form {
    display: none;
  }
}

.md13032 .head-sub {
  position: fixed;
  left: 0;
  top: 100%;
  top: 0.8rem;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  z-index: 100;
}
.md13032 .head-sub.show {
  opacity: 1;
  pointer-events: auto;
}
.md13032 .head-sub .hs-cont1 {
  position: relative;
  z-index: 6;
}
.md13032 .head-sub .hs-cont2 {
  position: relative;
  z-index: 6;
}
.md13032 .head-sub .hs-box {
  padding: 0.2rem 0;
  position: relative;
}
.md13032 .head-sub .hs-off {
  position: absolute;
  right: 0;
  top: 0.6rem;
  background-image: url(../images/a19.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  cursor: pointer;
  z-index: 5;
}
.md13032 .head-sub .hs-list {
  overflow-y: auto;
  max-height: 80vh;
}
.md13032 .head-sub .hs-item {
  padding-top: 0.25rem;
  display: flex;
  border-bottom: 1px solid #dbdbdb;
}
.md13032 .head-sub .hs-item:last-child {
  border-bottom: none;
}
.md13032 .head-sub .hs1-le {
  width: 21.4285714286%;
  background-color: #f7f7f7;
  padding-left: 0.2rem;
  padding-top: 0.4rem;
}
.md13032 .head-sub .h-list1 .ha1 {
  display: block;
  padding: 0.13rem 0.2rem;
}
.md13032 .head-sub .h-list1 .on {
  background-color: #fff;
}
.md13032 .head-sub .h-list1 .on span::before {
  width: 70%;
}
.md13032 .head-sub .h-list1 span {
  display: block;
  position: relative;
  padding: 0.1rem 0;
}
.md13032 .head-sub .h-list1 span::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #67b9fc;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.3s;
}
.md13032 .head-sub .hs1-ri {
  width: 78.5714285714%;
}
.md13032 .head-sub .uitem {
  display: none;
}
.md13032 .head-sub .uitem.show {
  display: block;
}
.md13032 .head-sub .u-list1 {
  padding-top: 0.56rem;
  padding-left: 0.8rem;
}
.md13032 .head-sub .u-list1 .u-li {
  width: 25%;
  padding-bottom: 0.4rem;
}
.md13032 .head-sub .u-list1 .u-list2 {
  margin-top: 0.16rem;
}
.md13032 .head-sub .u-list1 .u-li2:last-child {
  margin-bottom: 0;
}
.md13032 .head-sub .u-list1 .ua1 {
  display: block;
  position: relative;
  padding: 0.08rem 0;
}
.md13032 .head-sub .u-list1 .ua1::before {
  content: "";
  width: 0.3rem;
  height: 2px;
  background-color: #67b9fc;
  position: absolute;
  left: 0;
  bottom: 0;
}
.md13032 .head-sub .u-list1 .ua2 {
  display: block;
  line-height: 2;
  color: #666;
}
.md13032 .head-sub .u-list1 .ua2:hover {
  color: #3992e0;
}
.md13032 .head-sub .hs-cont2 {
  padding: 0.5rem 1.2rem;
}
.md13032 .head-sub .hs2-le {
  width: calc( 800 / 1160 * 100%);
  padding-top: 0.36rem;
}
.md13032 .head-sub .hs2-le .t12 {
  height: 6em;
}
.md13032 .head-sub .hs2-le .list {
  position: relative;
  padding-top: 0.12rem;
}
.md13032 .head-sub .hs2-le .list::before {
  content: "";
  width: 0.3rem;
  height: 2px;
  background-color: #67b9fc;
  position: absolute;
  left: 0;
  top: 0;
}
.md13032 .head-sub .hs2-le .ha2 {
  width: 33.3%;
  padding-right: 1em;
}
.md13032 .head-sub .hs2-ri {
  width: calc( 350 / 1160 * 100%);
}
.md13032 .head-sub .hs2-ri .img {
  position: relative;
  padding-top: calc( 217 / 350 * 100%);
}
.md13032 .head-sub .hs2-ri .ii {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
.md13032 .head-sub .hs-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 900px) {
  .md13032 .head-sub {
    display: none !important;
  }
}

.md13032.md-mob_sideNav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 8rem;
  max-width: 70%;
  height: 100vh;
  background-color: #fff;
  transition: all 0.4s linear;
  z-index: 300;
}
.md13032.md-mob_sideNav .ul1 .li1 {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: auto;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}
.md13032.md-mob_sideNav .ul1 .a1 {
  position: relative;
  display: block;
  line-height: 50px;
  padding-left: 20px;
  font-size: 16px;
}
.md13032.md-mob_sideNav .ul1 .ul2 {
  display: none;
}
.md13032.md-mob_sideNav .ul1 .ul2 .li2 .a2 {
  max-width: 90%;
  margin: 5px 0;
  padding-left: 30px;
  line-height: 30px;
  font-size: 14px;
  display: block;
}
.md13032.md-mob_sideNav .ul1 .ul2 .li2 .a2:hover {
  color: #3992e0;
}
.md13032.md-mob_sideNav .ul1 .dt {
  position: relative;
}
.md13032.md-mob_sideNav .ul1 .has_nav > .dt::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/hm_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md13032.md-mob_sideNav .ul1 .has_nav.show > .dt::after {
  background-image: url(../images/hm_4.png);
}
.md13032.md-mob_sideNav .hmob_off {
  padding: 10px 20px;
  height: 50px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: flex-end;
}
.md13032.md-mob_sideNav .m_off {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #000;
  background-image: url(../images/m_off1.png);
  background-size: 50% auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.8;
}
.md13032.md-mob_sideNav .hmob_top {
  max-height: calc(100% - 50px - 1rem);
  overflow-y: auto;
  scrollbar-width: thin;
}
.md13032.md-mob_sideNav .hmob_top::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}
.md13032.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;
}
.md13032.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;
}
.md13032.md-mob_sideNav .hmob_bot {
  height: 1rem;
  padding: 0 0.2rem;
}
.md13032.md-mob_sideNav .hmob_lang {
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-top: 0;
  background-color: #fff;
  transition: all 0.2s;
}
.md13032.md-mob_sideNav .hmob_lang.show {
  right: 0;
  transition: all 0.2s;
}
.md13032.md-mob_sideNav .hmob_back {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 20px 0;
  cursor: pointer;
}
.md13032.md-mob_sideNav .hmob_back img {
  margin-right: 10px;
}
.md13032.md-mob_sideNav .ul3 {
  display: none;
}
.md13032.md-mob_sideNav .ul3 li {
  padding: 5px 0;
}
.md13032.md-mob_sideNav .ul3 .tlist {
  margin-top: 5px;
}
.md13032.md-mob_sideNav .ul3 .li3 {
  padding-left: 40px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.md13032.md-mob_sideNav .hm3-login {
  width: 100%;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #31a8ff;
  border-radius: 0.1rem;
  padding: 0 0.18rem;
  color: #2f80f6;
  height: 0.7rem;
  cursor: pointer;
}
.md13032.md-mob_sideNav .hm3-login:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #31a8ff 0%, #2578f3 100%), linear-gradient(#3caae7, #3caae7);
}
.md13032.md-mob_sideNav .hm3-login:hover .bic {
  filter: brightness(0) invert(1);
}
.md13032.md-mob_sideNav .hm3-login .bic {
  width: 1em;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.md13032.md-mob_sideNav .hm3-user {
  display: flex;
  align-items: center;
  line-height: 1;
  height: 0.7rem;
}
.md13032.md-mob_sideNav .hm3-user .ua1 {
  display: inline-flex;
  align-items: center;
}
.md13032.md-mob_sideNav .hm3-user .uic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.1rem;
}
.md13032.md-mob_sideNav .hm3-user .ua2 {
  cursor: pointer;
}
.md13032.md-mob_sideNav .form {
  width: 100%;
  position: relative;
  z-index: 402;
  padding: 0.1rem 0;
}
.md13032.md-mob_sideNav .form .ip {
  width: 100%;
  height: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 0 0.2rem;
  outline: none;
  font-family: inherit;
}
.md13032.md-mob_sideNav .form .submit {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #3992e0;
  background-image: url(../images/h-mag-w.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40% auto;
  cursor: pointer;
  z-index: 10;
  border: none;
  outline: none;
}
@media (min-width: 769px) {
  .md13032.md-mob_sideNav .hmob-money {
    display: none;
  }
}

.md13032.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;
}
.md13032.md-search_form.show {
  transform: scaleY(1);
  transition: all 0.2s;
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.md13032.md-search_form .h_form {
  width: 100%;
  position: relative;
  z-index: 402;
  padding: 0.4rem 0;
  background-color: #fff;
}
.md13032.md-search_form .inp {
  width: 6rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.md13032.md-search_form .inp input {
  width: 100%;
  height: 0.5rem;
  min-height: 40px;
  border: none;
  outline: none;
  font-family: inherit;
}
.md13032.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: #3992e0;
  background-image: url(../images/h-mag-w.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40% auto;
  cursor: pointer;
  z-index: 10;
  border: none;
  outline: none;
}
.md13032.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);
}

.md13033.md-footer {
  position: relative;
  border-top: 2px solid #3992e0;
}

.md13033.md-foot-1 {
  position: relative;
}
.md13033.md-foot-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md13033.md-foot-1 .box {
  padding-top: 0.8rem;
  padding-bottom: 0.64rem;
  position: relative;
}
.md13033.md-foot-1 .le {
  width: calc( 320 / 1400 * 100%);
}
.md13033.md-foot-1 .logo .lo {
  display: inline-flex;
}
.md13033.md-foot-1 .logo .ii {
  height: 1em;
}
.md13033.md-foot-1 .text {
  margin-top: 0.33rem;
}
.md13033.md-foot-1 .text .t2 {
  color: #3992e0;
}
.md13033.md-foot-1 .ul1 .li1 {
  width: 2.3rem;
  padding-right: 0.1rem;
}
.md13033.md-foot-1 .ul1 .li1:last-child {
  margin-right: 0;
  width: auto;
}
.md13033.md-foot-1 .ul1 .li1:last-child .ul2 {
  padding-right: 0;
}
.md13033.md-foot-1 .ul1 .a1 {
  line-height: 1;
  font-weight: bold;
  transition: all 0.5s;
}
.md13033.md-foot-1 .ul1 .ul2 {
  margin-top: 0.2rem;
  position: relative;
}
.md13033.md-foot-1 .ul1 .li2 {
  margin-bottom: 0.14rem;
}
.md13033.md-foot-1 .ul1 .li2:last-child {
  margin-bottom: 0;
}
.md13033.md-foot-1 .ul1 .a2 {
  color: #444444;
  transition: color 0.3s;
}
.md13033.md-foot-1 .ul1 .a2:hover {
  text-decoration: underline;
  transition: color 0.3s;
}
.md13033.md-foot-1 .shares {
  margin-top: 0.2rem;
}
.md13033.md-foot-1 .shares .si {
  position: relative;
  margin-right: 0.2rem;
}
.md13033.md-foot-1 .shares .si:hover .hi {
  filter: none;
}
.md13033.md-foot-1 .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.md13033.md-foot-1 .shares .si:last-child {
  margin-right: 0;
}
.md13033.md-foot-1 .shares .hd {
  width: 1em;
  height: 1em;
  margin: 0;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #3992e0;
  border-radius: 50%;
  transition: all 0.3s;
}
.md13033.md-foot-1 .shares .hd::before {
  display: none;
}
.md13033.md-foot-1 .shares .hi {
  width: calc( 18 / 40 * 100%);
  height: calc( 18 / 40 * 100%);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s;
}
.md13033.md-foot-1 .shares .bd {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  padding-bottom: 0.1rem;
  z-index: 30;
  transition: all 0.3s;
}
.md13033.md-foot-1 .shares .bd .bbox {
  background-color: #fff;
  position: relative;
}
.md13033.md-foot-1 .shares .bd img {
  width: 1rem;
  min-width: 80px;
  max-width: none;
}
.md13033.md-foot-1 .ewm {
  margin-top: 0.2rem;
}
.md13033.md-foot-1 .ewm img {
  width: 1.07rem;
}
@media screen and (max-width: 1280px) {
  .md13033.md-foot-1 .ul1 .ul2 {
    padding-right: 0.4rem;
  }
}
@media screen and (max-width: 900px) {
  .md13033.md-foot-1 .ul1 {
    display: none;
  }
  .md13033.md-foot-1 .shares {
    justify-content: center;
  }
  .md13033.md-foot-1 .shares .hd {
    width: 1.5em;
    height: 1.5em;
  }
  .md13033.md-foot-1 .box {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.5rem 0 0.3rem;
  }
  .md13033.md-foot-1 .le {
    width: 100%;
    text-align: center;
  }
}

.md13033.md-foot-2 {
  position: relative;
}
.md13033.md-foot-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md13033.md-foot-2 .di {
  min-width: 35%;
  max-width: calc( 680 / 1400 * 100%);
  margin-bottom: 0.3rem;
}
.md13033.md-foot-2 .d12 {
  margin-top: 0.1rem;
}
@media screen and (max-width: 900px) {
  .md13033.md-foot-2 .di {
    width: 100%;
    max-width: none;
  }
}

.md13033.md-foot-3 {
  position: relative;
  background-color: #f2f2f2;
}
.md13033.md-foot-3 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md13033.md-foot-3 .box {
  padding-top: 0.22rem;
  padding-bottom: 0.22rem;
  position: relative;
}
.md13033.md-foot-3 .href {
  color: #444;
}
.md13033.md-foot-3 .href a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .md13033.md-foot-3 .box {
    flex-wrap: wrap;
    padding: 0.2rem 0;
  }
  .md13033.md-foot-3 .href {
    width: 100%;
    text-align: center;
  }
}

.md-com-breadnav {
  background-color: #f4f4f4;
  z-index: 30;
}
.md-com-breadnav .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-com-breadnav.fixed .bn_box {
  position: fixed;
  left: 0;
  top: 0.9rem;
  background-color: #fff;
  box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1);
}
.md-com-breadnav .bn_box {
  width: 100%;
  z-index: 50;
}
.md-com-breadnav .bn-swiper{
    max-width: 60%;
}
.md-com-breadnav .bn-swiper .bsa {
  position: relative;
  width: auto;
  margin-right: 0.8rem;
  white-space: nowrap;
  color: #666;
  transition: color 0.3s;
}
.md-com-breadnav .bn-swiper .bsa.on {
  color: #3992e0;
  box-shadow: 0 -2px 0 0 inset #3992e0;
}
.md-com-breadnav .bn-swiper .bsa .cta {
  display: block;
  padding: 0.18rem 0;
}
.md-com-breadnav .bn-swiper .bsa:last-child {
  margin-right: 0;
}
.md-com-breadnav .bn-swiper .bsa .sp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.md-com-breadnav .bn-swiper .bsa .icon {
  filter: sepia(30%) saturate(0%) brightness(90%) contrast(110%);
}
.md-com-breadnav .bn-swiper .bsa .icon .ic {
  height: 1em;
}
.md-com-breadnav .bn-swiper .bsa .te {
  margin-top: 0.1rem;
}
@media screen and (max-width: 900px) {
  .md-com-breadnav .bn-swiper {
    max-width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .md-com-breadnav.fixed .bn_box {
    top: 1rem;
  }
}
.md-com-breadnav .zone-nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  color: #666;
  line-height: 0.6rem;
  padding-right:1rem;
}
.md-com-breadnav .zone-nav .icon {
  margin-right: 0.08rem;
  display: inline-flex;
  align-items: center;
}
.md-com-breadnav .zone-nav .icon img {
  height: 1em;
}
.md-com-breadnav .zone-nav .sp1 {
  margin: 0 0.25em;
  position: relative;
}
.md-com-breadnav .zone-nav .z_a {
  position: relative;
  transition: all 0.3s;
}
.md-com-breadnav .zone-nav .z_a.on, .md-com-breadnav .zone-nav .z_a:hover {
  color: #3992e0;
  transition: all 0.3s;
}
@media (max-width: 900px) {
    .md-com-breadnav .bn-swiper{
        max-width: none;
    }
  .md-com-breadnav .zone-nav {
    width: 100%;
    display: none;
  }
  .md-com-breadnav .zone-nav .sp1 {
    margin: 0 0.5em;
  }
}

.md13124.md-com-banner {
  position: relative;
  z-index: 8;
}
.md13124.md-com-banner .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md13124.md-com-banner .cb_ban {
  position: relative;
}
.md13124.md-com-banner .cb_bg {
  position: relative;
  padding-top: calc(320 / 1920 * 100%);
  overflow: hidden;
  background-color: #999;
}
.md13124.md-com-banner .cb_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.md13124.md-com-banner .cb_mouse {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  cursor: pointer;
}
.md13124.md-com-banner .cb_mouse img {
  animation: jump 1s linear infinite;
  width: 0.22rem;
  min-width: 16px;
}
.md13124.md-com-banner .video video {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .md13124.md-com-banner .cb_bg {
    padding-top: 50%;
  }
}
