.com-pag.bgfff .cp_a {
  background-color: #fff;
}
.com-pag.bgfff .cp_a:hover {
  background-color: #222;
}
.com-pag.bgfff .prev:hover {
  background-image: url(../images/icon-p11.png);
}
.com-pag.bgfff .next:hover {
  background-image: url(../images/icon-p21.png);
}
.com-pag .cp_a {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.1rem;
  line-height: 1;
  background-color: #f3f4f6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.com-pag .cp_a:hover, .com-pag .cp_a.on {
  color: #fff;
  background-image: linear-gradient(90deg, #0054a3 0%, #1476d3 100%);
}
.com-pag .cp_num:hover, .com-pag .cp_num.on {
  background-color: #fff;
  color: var(--theme);
}
.com-pag .cp_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14% auto;
}
.com-pag .cp_btn span {
  display: block;
  text-align: center;
  width: 24.0740740741%;
  height: 24.0740740741%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
}
.com-pag .cp_btn svg {
  width: 16.6666666667%;
  height: 29.1666666667%;
}
.com-pag .cp_btn path {
  width: 100%;
  height: 100%;
}
.com-pag .cp_btn:hover {
  background-color: var(--theme);
}
.com-pag .cp_prev {
  background-image: url(../images/icon-p11.png);
}
.com-pag .cp_prev:hover {
  background-image: url(../images/icon-p12.png);
}
.com-pag .cp_next {
  background-image: url(../images/icon-p21.png);
}
.com-pag .cp_next:hover {
  background-image: url(../images/icon-p22.png);
}
.com-pag .cp_te {
  min-width: 6.25em;
}
.com-pag .ip {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 30px;
  min-height: 30px;
  background-color: #fff;
  border: 1px solid #e9ecf2;
  text-align: center;
  margin: 0 0.5em;
  padding: 0 5px;
}
.com-pag svg {
  width: 0.5em;
  height: 1em;
}
.com-pag input::-webkit-outer-spin-button,
.com-pag input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.com-pag input[type=number] {
  -moz-appearance: textfield;
}
@media screen and (max-width: 900px) {
  .com-pag .cp_a {
    margin: 0.05rem;
  }
  .com-pag .cp_te {
    min-width: 4em;
  }
}

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

.md-com-breadnav.__ID__ {
  z-index: 30;
  background-color: #ffffff;
  box-shadow: 4px 0px 6px 0px rgba(0, 0, 0, 0.04);
}
.md-com-breadnav.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-com-breadnav.__ID__.no-shadow {
  box-shadow: none;
}
.md-com-breadnav.__ID__ .bn-swiper {
  max-width: 80%;
}
.md-com-breadnav.__ID__ .bn-swiper .bsa {
  position: relative;
  width: auto;
  margin-right: 0.7rem;
  white-space: nowrap;
  transition: color 0.5s;
}
.md-com-breadnav.__ID__ .bn-swiper .bsa:hover {
  color: var(--active);
}
.md-com-breadnav.__ID__ .bn-swiper .bsa.on {
  color: var(--active);
}
.md-com-breadnav.__ID__ .bn-swiper .bsa.on::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--active);
  position: absolute;
  left: 0;
  bottom: 0;
}
.md-com-breadnav.__ID__ .bn-swiper .bsa:last-child {
  margin-right: 0;
}
.md-com-breadnav.__ID__ .bn-swiper .cta {
  display: block;
  line-height: 0.8rem;
}
.md-com-breadnav.__ID__ .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.__ID__ .bn-swiper {
    max-width: 100%;
  }
  .md-com-breadnav.__ID__ .bn-swiper .bsa {
    margin-right: 0.4rem;
  }
}
.md-com-breadnav.__ID__ .zone-nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 0.6rem;
}
.md-com-breadnav.__ID__ .zone-nav .icon {
  margin-right: 0.08rem;
  display: inline-flex;
  align-items: center;
  color: var(--theme);
}
.md-com-breadnav.__ID__ .zone-nav .icon svg {
  width: 1em;
  height: 1em;
}
.md-com-breadnav.__ID__ .zone-nav .sp1 {
  position: relative;
  margin: 0 0.2em;
}
.md-com-breadnav.__ID__ .zone-nav .a {
  position: relative;
  transition: all 0.3s;
}
.md-com-breadnav.__ID__ .zone-nav .a.on, .md-com-breadnav.__ID__ .zone-nav .a:hover {
  color: var(--theme);
  transition: all 0.3s;
}
@media (max-width: 900px) {
  .md-com-breadnav.__ID__ .zone-nav {
    width: 100%;
    display: none;
  }
  .md-com-breadnav.__ID__ .zone-nav .sp1 {
    margin: 0 0.5em;
  }
}

.md-about-1.__ID__ {
  padding: 1rem 0;
  position: relative;
  overflow: hidden;
}
.md-about-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-about-1.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-about-1.__ID__ .h2 {
  position: relative;
  padding-bottom: 0.13rem;
}
.md-about-1.__ID__ .h2.text-center::before {
  left: 50%;
  transform: translate(-50%);
}
.md-about-1.__ID__ .h2::before {
  content: "";
  width: 0.4rem;
  height: 0.05rem;
  background-color: var(--theme);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0.1rem;
}
.md-about-1.__ID__ .c-pic {
  width: calc( 920 / 1920 * 100%);
}
.md-about-1.__ID__ .img {
  padding-top: calc( 483 / 920 * 100%);
  height: 100%;
}
.md-about-1.__ID__ .text {
  width: calc( 760 / 1920 * 100%);
  margin-right: calc( 80 / 1920 * 100%);
}
.md-about-1.__ID__ .content {
  margin-top: 0.22rem;
  line-height: calc(28 / 16);
}
.md-about-1.__ID__ .brand {
  background-color: rgba(244, 164, 24, 0.2);
  padding: 0.24rem;
  color: #f4a418;
  margin-top: 0.38rem;
}
@media screen and (max-width: 900px) {
  .md-about-1.__ID__ {
    padding-top: 0.5rem;
    padding-bottom: 0;
  }
  .md-about-1.__ID__ .c-pic {
    width: 100%;
  }
  .md-about-1.__ID__ .text {
    width: 100%;
    padding: 4%;
  }
}

.md-about-2.__ID__ {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
  position: relative;
  background-attachment: fixed;
}
.md-about-2.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-about-2.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-about-2.__ID__ .box {
  position: relative;
  margin-top: 0.5rem;
}
.md-about-2.__ID__ .swipers {
  width: calc( 1400 / 1600 * 100%);
}
.md-about-2.__ID__ .swiper1 {
  width: calc( 800 / 1400 * 100%);
}
.md-about-2.__ID__ .swiper2 {
  width: calc( 500 / 1400 * 100%);
}
.md-about-2.__ID__ .img {
  padding-top: calc( 450 / 800 * 100%);
}
.md-about-2.__ID__ .year {
  line-height: 1;
}
.md-about-2.__ID__ .intro {
  margin-top: 0.32rem;
  line-height: 1.75;
  min-height: 7em;
}
.md-about-2.__ID__ .btns {
  margin-top: 0.34rem;
}
.md-about-2.__ID__ .sbtn {
  width: 1em;
  height: 1em;
  margin-right: 0.3rem;
  background-color: #fff;
  color: #666;
  cursor: pointer;
  transition: 0.5s;
}
.md-about-2.__ID__ .sbtn:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #0054a3 0%, #1476d3 100%);
}
.md-about-2.__ID__ .sbtn svg {
  width: 20%;
  height: 20%;
}
.md-about-2.__ID__ .swiper3 {
  width: 1.3rem;
}
.md-about-2.__ID__ .swiper3 .swiper-container {
  height: 4.5rem;
}
.md-about-2.__ID__ .sw3 {
  height: 0.7rem;
  padding-left: 0.42rem;
  cursor: pointer;
}
.md-about-2.__ID__ .sw3 .line {
  width: 1em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.md-about-2.__ID__ .sw3 .line::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #fff;
  opacity: 0.2;
  position: absolute;
  left: calc(50% - 1px);
  bottom: 0;
}
.md-about-2.__ID__ .sw3 .num {
  opacity: 0.5;
  height: 100%;
  display: flex;
  align-items: center;
}
.md-about-2.__ID__ .active .num {
  font-size: 1.25em;
  opacity: 1;
}
.md-about-2.__ID__ .active .line::before {
  content: "";
  width: 2px;
  height: 100vh;
  background-color: #fff;
  opacity: 1;
  position: absolute;
  left: calc(50% - 1px);
  bottom: 1em;
}
.md-about-2.__ID__ .active .line::after {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  .md-about-2.__ID__ .swipers {
    width: 100%;
  }
  .md-about-2.__ID__ .swiper1 {
    width: 100%;
  }
  .md-about-2.__ID__ .swiper2 {
    width: 100%;
    margin-top: 0.2rem;
  }
  .md-about-2.__ID__ .swiper3 {
    display: none;
  }
}

.md-about-3.__ID__ {
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.md-about-3.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-about-3.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-about-3.__ID__ .h2 {
  position: relative;
  padding-bottom: 0.13rem;
}
.md-about-3.__ID__ .h2.text-center::before {
  left: 50%;
  transform: translate(-50%);
}
.md-about-3.__ID__ .h2::before {
  content: "";
  width: 0.4rem;
  height: 0.05rem;
  background-color: var(--theme);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0.1rem;
}
.md-about-3.__ID__ .box {
  background-color: #f8f8f8;
  overflow: hidden;
}
.md-about-3.__ID__ .box-left {
  width: calc( 610 / 1600 * 100%);
  margin-left: 1.2rem;
}
.md-about-3.__ID__ .box-right {
  padding-top: 0.2rem;
  position: relative;
  width: calc( 445 / 1600 * 100%);
  margin-right: 1.4rem;
}
.md-about-3.__ID__ .intro {
  margin-top: 0.3rem;
  line-height: 1.75;
}
.md-about-3.__ID__ .man {
  line-height: 1;
  margin-top: 0.52rem;
  padding: 0.12rem 0.3rem;
  background-image: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.md-about-3.__ID__ .man .sp1 {
  color: var(--theme);
  margin-right: 0.24rem;
}
.md-about-3.__ID__ .c-pic {
  overflow: visible;
}
.md-about-3.__ID__ .img {
  position: relative;
  padding-top: calc( 543 / 455 * 100%);
  z-index: 2;
}
.md-about-3.__ID__ .bg {
  position: absolute;
  bottom: -0.67rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.4;
  height: calc( 529 / 543 * 100%);
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .md-about-3.__ID__ .box-left {
    width: 100%;
    margin: 0;
    padding: 8%;
  }
  .md-about-3.__ID__ .box-right {
    width: 100%;
    margin: 0;
    padding: 0 8%;
  }
}

.md-about-4.__ID__ {
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
  position: relative;
  overflow: hidden;
}
.md-about-4.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-about-4.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-about-4.__ID__ .h2 {
  position: relative;
  padding-bottom: 0.13rem;
}
.md-about-4.__ID__ .h2.text-center::before {
  left: 50%;
  transform: translate(-50%);
}
.md-about-4.__ID__ .h2::before {
  content: "";
  width: 0.4rem;
  height: 0.05rem;
  background-color: var(--theme);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0.1rem;
}
.md-about-4.__ID__ .swiper {
  margin-top: 0.4rem;
  position: relative;
}
.md-about-4.__ID__ .sw:hover .img {
  transform: scale(1.1);
}
.md-about-4.__ID__ .sw:hover .title {
  color: var(--active);
}
.md-about-4.__ID__ .img {
  padding-top: calc( 240 / 385 * 100%);
}
.md-about-4.__ID__ .text {
  margin-top: 0.1rem;
}
.md-about-4.__ID__ .title {
  transition: 0.5s;
}
.md-about-4.__ID__ .sbtn {
  width: 1em;
  height: 1em;
  background-color: #f3f4f6;
  color: #666;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 0.5em);
  transition: 0.5s;
  z-index: 30;
}
.md-about-4.__ID__ .sbtn:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #0054a3 0%, #1476d3 100%);
}
.md-about-4.__ID__ .sbtn svg {
  width: 20%;
  height: 20%;
}
.md-about-4.__ID__ .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.4;
}
@media screen and (min-width: 901px) {
  .md-about-4.__ID__ .prev {
    right: calc(100% + 0.4rem);
  }
  .md-about-4.__ID__ .next {
    left: calc(100% + 0.4rem);
  }
}
@media screen and (max-width: 900px) {
  .md-about-4.__ID__ .prev {
    left: 0;
  }
  .md-about-4.__ID__ .next {
    right: 0;
  }
}

.md-about-5.__ID__ {
  padding-top: 0.3rem;
  padding-bottom: 0.6rem;
  position: relative;
  overflow: hidden;
}
.md-about-5.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-about-5.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-about-5.__ID__ .h2 {
  position: relative;
  padding-bottom: 0.13rem;
}
.md-about-5.__ID__ .h2.text-center::before {
  left: 50%;
  transform: translate(-50%);
}
.md-about-5.__ID__ .h2::before {
  content: "";
  width: 0.4rem;
  height: 0.05rem;
  background-color: var(--theme);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0.1rem;
}
.md-about-5.__ID__ .swiper {
  position: relative;
  padding: 0.68rem 0 0.74rem;
}
.md-about-5.__ID__ .sw {
  padding: 0.2rem 0.9rem;
}
.md-about-5.__ID__ .intro {
  margin-top: 0.12rem;
  line-height: 1.75;
}
@media screen and (min-width: 901px) {
  .md-about-5.__ID__ .sw {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .md-about-5.__ID__ .sw:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 500px) {
  .md-about-5.__ID__ .sw {
    padding: 0.3rem 0.4rem;
  }
}

.md-about-6.__ID__ {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  position: relative;
  overflow: hidden;
}
.md-about-6.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-about-6.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-about-6.__ID__ .h2 {
  position: relative;
  padding-bottom: 0.13rem;
}
.md-about-6.__ID__ .h2.text-center::before {
  left: 50%;
  transform: translate(-50%);
}
.md-about-6.__ID__ .h2::before {
  content: "";
  width: 0.4rem;
  height: 0.05rem;
  background-color: var(--theme);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0.1rem;
}
.md-about-6.__ID__ .text {
  width: calc( 720 / 1600 * 100%);
}
.md-about-6.__ID__ .intro {
  margin-top: 0.33rem;
  line-height: 1.75;
}
.md-about-6.__ID__ .box-right {
  width: calc( 620 / 1600 * 100%);
}
.md-about-6.__ID__ .row {
  width: 100%;
  position: relative;
}
.md-about-6.__ID__ .row:nth-child(2n) {
  right: 1.05rem;
}
.md-about-6.__ID__ .col {
  width: calc(200 / 620 * 100%);
  margin-right: calc(10 / 620 * 100%);
  margin-bottom: 0.1rem;
}
.md-about-6.__ID__ .col:nth-child(3n) {
  margin-right: 0;
}
.md-about-6.__ID__ .img {
  padding-top: calc( 125 / 200 * 100%);
}
@media screen and (max-width: 900px) {
  .md-about-6.__ID__ .text {
    width: 100%;
  }
  .md-about-6.__ID__ .box-right {
    width: 100%;
    margin-top: 0.4rem;
  }
  .md-about-6.__ID__ .row {
    right: 0 !important;
  }
}

.md-news-1.__ID__ {
  padding-top: 1.02rem;
  padding-bottom: 1.2rem;
  position: relative;
}
.md-news-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-news-1.__ID__ .h2 {
  color: var(--theme);
  padding-left: 0.75em;
  position: relative;
}
.md-news-1.__ID__ .h2::before {
  content: "";
  width: calc( 20em / 48  );
  height: 3px;
  background-color: var(--active);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.md-news-1.__ID__ .news-list {
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 500px) {
  .md-news-1.__ID__ .form {
    width: 100%;
    margin-top: 0.3rem;
  }
  .md-news-1.__ID__ .my-select .select-tip {
    line-height: 3;
  }
}

.news-list.__ID__ .li {
  width: calc(520 / 1600 * 100%);
  margin-right: calc(20 / 1600 * 100%);
  margin-bottom: 0.2rem;
}
.news-list.__ID__ .li:nth-child(3n) {
  margin-right: 0;
}
.news-list.__ID__ .dd {
  display: block;
  height: 100%;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.news-list.__ID__ .dd:hover .img {
  transform: scale(1.1);
}
.news-list.__ID__ .dd:hover .title {
  color: var(--active);
}
.news-list.__ID__ .dd:hover .bg {
  opacity: 0.2;
}
.news-list.__ID__ .img {
  padding-top: calc( 293 / 520 * 100%);
}
.news-list.__ID__ .text {
  padding: 0.34rem 0.4rem 0.6rem;
  position: relative;
}
.news-list.__ID__ .title {
  line-height: calc(30 / 22);
  margin-top: 0.07rem;
  transition: 0.5s;
}
.news-list.__ID__ .bg {
  width: 2.04rem;
  position: absolute;
  right: -0.4rem;
  bottom: -0.4rem;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 900px) {
  .news-list.__ID__ {
    justify-content: space-between;
  }
  .news-list.__ID__ .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 500px) {
  .news-list.__ID__ .li {
    width: 100%;
  }
}

.md-news-11.__ID__ {
  padding-top: 1.1rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.md-news-11.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-news-11.__ID__ .det-top {
  padding-bottom: 0.16rem;
  position: relative;
  z-index: 50;
}
.md-news-11.__ID__ .det-top .back {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  color: var(--active);
  box-shadow: 0px 0px 0.25rem 0px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
.md-news-11.__ID__ .det-top .back:hover {
  background-color: var(--active);
  color: #fff;
}
.md-news-11.__ID__ .det-top .back svg {
  width: calc( 20 / 60 * 100%);
  height: calc( 20 / 60 * 100%);
}
.md-news-11.__ID__ .det-top .h1 {
  line-height: 1.25;
}
.md-news-11.__ID__ .det-top .info {
  margin-top: 0.18rem;
}
.md-news-11.__ID__ .det-top .time {
  margin-right: 0.8rem;
}
.md-news-11.__ID__ .det-top .shares .si {
  position: relative;
  margin-left: 0.15rem;
}
.md-news-11.__ID__ .det-top .shares .si:hover .hd {
  background-image: linear-gradient(90deg, #0054a3 0%, #1476d3 100%);
}
.md-news-11.__ID__ .det-top .shares .si:hover .hi {
  filter: brightness(0) invert(1);
}
.md-news-11.__ID__ .det-top .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.md-news-11.__ID__ .det-top .shares .si:last-child {
  margin-right: 0;
}
.md-news-11.__ID__ .det-top .shares .hd {
  width: 2em;
  height: 2em;
  background-color: #f3f4f6;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.md-news-11.__ID__ .det-top .shares .hi {
  width: 60%;
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.md-news-11.__ID__ .det-top .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-news-11.__ID__ .det-top .shares .bd .bbox {
  padding: 0.1rem;
  position: relative;
  background-color: #fff;
  font-size: 0;
}
.md-news-11.__ID__ .det-top .shares .bd img {
  display: block;
  width: 1.1rem;
  min-width: 80px;
  max-width: none;
}
@media screen and (min-width: 901px) {
  .md-news-11.__ID__ .det-top .back {
    position: absolute;
    top: 0;
    right: calc(100% + 0.6rem);
  }
}
@media screen and (max-width: 900px) {
  .md-news-11.__ID__ .det-top .back {
    width: 1.5em;
    height: 1.5em;
    margin-bottom: 0.3rem;
  }
  .md-news-11.__ID__ .det-top .info {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.1rem 0;
  }
  .md-news-11.__ID__ .det-top .time {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
.md-news-11.__ID__ .det-cen {
  border-top: 2px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 0.32rem;
  padding-bottom: 0.5rem;
  line-height: calc(28 / 16);
}
.md-news-11.__ID__ .det-bot {
  padding-top: 0.56rem;
}
.md-news-11.__ID__ .det-bot li {
  max-width: 45%;
}
.md-news-11.__ID__ .det-bot .ua {
  transition: 0.3s;
}
.md-news-11.__ID__ .det-bot .ua span {
  color: #333;
}
.md-news-11.__ID__ .det-bot .ua:hover {
  color: var(--active);
}
.md-news-11.__ID__ .det-bot .db_btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.22rem 0.33rem;
  background-color: var(--active);
  color: #fff;
  border-radius: 1rem;
  transition: 0.5s;
}
.md-news-11.__ID__ .det-bot .db_btn:hover {
  background-color: var(--theme);
  color: #fff;
}
.md-news-11.__ID__ .det-bot .db_btn svg {
  width: 1em;
  height: 1em;
  margin-left: 0.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .md-news-11.__ID__ .det-bot li {
    width: 100%;
    max-width: none;
    margin: 5px 0;
  }
  .md-news-11.__ID__ .det-bot .btn {
    margin-top: 20px;
  }
  .md-news-11.__ID__ .det-bot .det_ul {
    width: 100%;
    flex-wrap: wrap;
  }
}

.md-news-12.__ID__ {
  padding-top: 0.45rem;
  padding-bottom: 1.2rem;
  position: relative;
}
.md-news-12.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-news-12.__ID__ .h2 {
  color: var(--theme);
  padding-left: 0.75em;
  position: relative;
}
.md-news-12.__ID__ .h2::before {
  content: "";
  width: calc( 20em / 48  );
  height: 3px;
  background-color: var(--active);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.md-news-12.__ID__ .swiper {
  margin-top: 0.2rem;
}
.md-news-12.__ID__ .sw {
  height: auto;
  background-color: #f8f8f8;
  overflow: hidden;
  transition: 0.5s;
}
.md-news-12.__ID__ .sw:hover .img {
  transform: scale(1.1);
}
.md-news-12.__ID__ .sw:hover .title {
  color: var(--active);
}
.md-news-12.__ID__ .sw:hover .bg {
  opacity: 0.2;
}
.md-news-12.__ID__ .img {
  padding-top: calc( 293 / 520 * 100%);
}
.md-news-12.__ID__ .text {
  padding: 0.34rem 0.4rem 0.6rem;
  position: relative;
}
.md-news-12.__ID__ .title {
  line-height: calc(30 / 22);
  margin-top: 0.07rem;
  transition: 0.5s;
}
.md-news-12.__ID__ .bg {
  width: 2.04rem;
  position: absolute;
  right: -0.4rem;
  bottom: -0.4rem;
  opacity: 0;
  transition: opacity 0.5s;
}
@media screen and (max-width: 900px) {
  .md-news-12.__ID__ .li {
    width: 50%;
  }
  .md-news-12.__ID__ .dd {
    padding: 0.4rem;
  }
}
@media screen and (max-width: 500px) {
  .md-news-12.__ID__ .li {
    width: 100%;
  }
  .md-news-12.__ID__ .t11 {
    letter-spacing: 0;
  }
  .md-news-12.__ID__ .c-pic {
    margin-top: 0.2rem;
  }
}

.md-video-1.__ID__ {
  padding-top: 0.82rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: #f4f4f6;
}
.md-video-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-video-1.__ID__ .tags .ta {
  width: auto;
  height: auto;
  line-height: calc(18 / 16);
  padding: 0.16rem 0.4rem;
  margin-right: 0.1rem;
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.md-video-1.__ID__ .tags .ta.on {
  color: #fff;
}
.md-video-1.__ID__ .tags .ta.on::before {
  background-color: var(--active);
  box-shadow: 0 0 0 1px inset var(--active);
}
.md-video-1.__ID__ .tags .ta::before {
  content: "";
  width: 90%;
  height: 100%;
  border-radius: 0.08rem;
  position: absolute;
  left: 5%;
  top: 0;
  transform: skewX(-15deg);
  box-shadow: 0 0 0 1px inset #999;
}
.md-video-1.__ID__ .tags .ta .nsp {
  position: relative;
}
.md-video-1.__ID__ .list {
  margin-top: 0.4rem;
}
.md-video-1.__ID__ .li {
  width: calc(506 / 1600 * 100%);
  margin-right: calc(40 / 1600 * 100%);
  margin-bottom: 0.56rem;
}
.md-video-1.__ID__ .li:nth-child(3n) {
  margin-right: 0;
}
.md-video-1.__ID__ .dd {
  display: block;
  height: 100%;
}
.md-video-1.__ID__ .dd:hover .img {
  transform: scale(1.05);
}
.md-video-1.__ID__ .dd:hover .watch {
  opacity: 1;
}
.md-video-1.__ID__ .dd:hover .title {
  color: var(--active);
}
.md-video-1.__ID__ .img {
  padding-top: calc( 340 / 506 * 100%);
}
.md-video-1.__ID__ .watch {
  width: 1em;
  height: 1em;
  background-color: #fff;
  color: var(--active);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s;
}
.md-video-1.__ID__ .watch svg {
  width: 25%;
  height: 40%;
}
.md-video-1.__ID__ .text {
  margin-top: 0.22rem;
}
.md-video-1.__ID__ .title {
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  .md-video-1.__ID__ .tags {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }
  .md-video-1.__ID__ .tags .ta {
    margin-bottom: 0.1rem;
  }
  .md-video-1.__ID__ .list {
    justify-content: space-between;
  }
  .md-video-1.__ID__ .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 500px) {
  .md-video-1.__ID__ .li {
    width: 100%;
    margin-bottom: 8%;
  }
}

.md-partners-1.__ID__ {
  padding-top: 0.83rem;
  padding-bottom: 0.3rem;
  position: relative;
}
.md-partners-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-partners-1.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-partners-1.__ID__ .list1 {
  margin-top: 0.44rem;
}
.md-partners-1.__ID__ .list1 .li {
  width: calc( 785 / 1600 * 100%);
  margin-bottom: 0.3rem;
}
.md-partners-1.__ID__ .list1 .img {
  padding-top: calc( 460 / 785 * 100%);
}
.md-partners-1.__ID__ .list2 .li {
  width: calc(513 / 1600 * 100%);
  margin-right: calc(30 / 1600 * 100%);
  margin-bottom: 0.3rem;
}
.md-partners-1.__ID__ .list2 .li:nth-child(3n) {
  margin-right: 0;
}
.md-partners-1.__ID__ .list2 .img {
  padding-top: calc( 320 / 513 * 100%);
}
.md-partners-1.__ID__ .dd {
  background-color: #f4f4f6;
  height: 100%;
  transition: 0.5s;
}
.md-partners-1.__ID__ .dd:hover {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.md-partners-1.__ID__ .dd:hover .img {
  transform: scale(1.05);
}
.md-partners-1.__ID__ .text {
  padding: 0.32rem 0.4rem 0.39rem;
}
.md-partners-1.__ID__ .intro {
  line-height: calc(26 / 18);
  margin-top: 0.11rem;
}
@media screen and (max-width: 900px) {
  .md-partners-1.__ID__ .list1 .li {
    width: 100%;
  }
  .md-partners-1.__ID__ .list2 {
    justify-content: space-between;
  }
  .md-partners-1.__ID__ .list2 .li {
    width: 48%;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .md-partners-1.__ID__ .list2 .li {
    width: 100%;
  }
}

.md-partners-2.__ID__ {
  padding-top: 0.26rem;
  padding-bottom: 1rem;
  position: relative;
}
.md-partners-2.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-partners-2.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-partners-2.__ID__ .list {
  margin-top: 0.42rem;
}
.md-partners-2.__ID__ .li {
  margin-bottom: 0.8rem;
}
.md-partners-2.__ID__ .li:last-child {
  margin-bottom: 0;
}
.md-partners-2.__ID__ .c-pic {
  width: 50%;
}
.md-partners-2.__ID__ .img {
  padding-top: 60%;
}
.md-partners-2.__ID__ .text {
  width: 50%;
  padding: 0.2rem 1rem;
}
.md-partners-2.__ID__ .intro {
  line-height: calc(28 / 18);
  margin-top: 0.2rem;
}
@media screen and (min-width: 901px) {
  .md-partners-2.__ID__ .li:nth-child(2n) .dd {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 900px) {
  .md-partners-2.__ID__ .c-pic {
    width: 100%;
  }
  .md-partners-2.__ID__ .text {
    width: 100%;
    padding: 0.3rem;
  }
}

.md-partners-3.__ID__ {
  padding-top: 0.83rem;
  padding-bottom: 1.05rem;
  position: relative;
  background-color: #f4f4f6;
}
.md-partners-3.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-partners-3.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-partners-3.__ID__ .form {
  margin-top: 0.32rem;
}
.md-partners-3.__ID__ .fitem {
  width: calc(506 / 1600 * 100%);
  margin-right: calc(40 / 1600 * 100%);
  margin-bottom: 0.4rem;
  position: relative;
}
.md-partners-3.__ID__ .fitem:nth-child(3n) {
  margin-right: 0;
}
.md-partners-3.__ID__ .ww100 {
  width: 100%;
  margin-right: 0;
}
.md-partners-3.__ID__ .fi-active .placehold {
  display: none;
}
.md-partners-3.__ID__ .ip {
  width: 100%;
  height: 2.7777777778em;
  background-color: #fff;
  border-radius: 0.5em;
  border: none;
  padding: 0 0.3rem;
}
.md-partners-3.__ID__ .ta .placehold {
  top: 0.3rem;
  transform: 0;
}
.md-partners-3.__ID__ .textarea {
  display: block;
  width: 100%;
  height: 1.5rem;
  background-color: #fff;
  border-radius: 0.1rem;
  border: none;
  padding: 0.2rem 0.3rem;
}
.md-partners-3.__ID__ .placehold {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 0.3rem;
  pointer-events: none;
  color: #999;
}
.md-partners-3.__ID__ .placehold span {
  color: #e60013;
}
.md-partners-3.__ID__ .submit {
  padding: 0.16rem 0.48rem;
  border: none;
  border-radius: 1rem;
  background-color: var(--active);
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .md-partners-3.__ID__ .fitem {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.md-product-1.__ID__ {
  padding-top: 0.82rem;
  padding-bottom: 0.7rem;
  position: relative;
}
.md-product-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-product-1.__ID__ .list {
  margin-top: 0.43rem;
}
.md-product-1.__ID__ .li {
  width: calc( 510 / 1600 * 100%);
  margin-right: calc( 30 / 1600 * 100%);
  margin-bottom: 0.3rem;
}
.md-product-1.__ID__ .li:nth-child(2) {
  margin-right: 0;
}
.md-product-1.__ID__ .li:nth-child(3n+2) {
  margin-right: 0;
}
.md-product-1.__ID__ .li:first-child {
  width: calc( 1050 / 1600 * 100%);
}
.md-product-1.__ID__ .li:first-child .img {
  padding-top: calc( 480 / 1050 * 100%);
}
.md-product-1.__ID__ .dd {
  display: block;
  position: relative;
}
.md-product-1.__ID__ .dd:hover .img {
  transform: scale(1.1);
}
.md-product-1.__ID__ .dd:hover .title {
  color: var(--active);
}
.md-product-1.__ID__ .c-pic {
  border-radius: 0.1rem;
}
.md-product-1.__ID__ .img {
  padding-top: calc( 480 / 510 * 100%);
}
.md-product-1.__ID__ .text {
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
  padding: 0.37rem 0.4rem;
}
.md-product-1.__ID__ .title {
  line-height: calc(30 / 24);
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  .md-product-1.__ID__ .list {
    justify-content: space-between;
  }
  .md-product-1.__ID__ .li:first-child {
    width: 100%;
  }
  .md-product-1.__ID__ .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .md-product-1.__ID__ .text {
    padding: 0.3rem;
  }
}

.md-product-2.__ID__ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.md-product-2.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-product-2.__ID__ .box-le {
  width: 21.25%;
}
.md-product-2.__ID__ .box-ri {
  width: 75%;
}
@media screen and (max-width: 500px) {
  .md-product-2.__ID__ .box-le {
    width: 100%;
  }
  .md-product-2.__ID__ .box-ri {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.md-product-2.__ID__ .pro-nav {
  position: relative;
}
.md-product-2.__ID__ .pro-nav .li1 {
  margin-bottom: 2px;
  background-color: #f4f4f6;
}
.md-product-2.__ID__ .pro-nav .li1.show .nt1 {
  background-color: var(--active);
}
.md-product-2.__ID__ .pro-nav .li1.show .a1 {
  color: #fff;
}
.md-product-2.__ID__ .pro-nav .li1.show .ic {
  filter: brightness(0) invert(1);
}
.md-product-2.__ID__ .pro-nav .li1.show .ic::after {
  opacity: 0;
}
.md-product-2.__ID__ .pro-nav .ic {
  width: 0.75em;
  height: 0.75em;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  transform-origin: center;
  transition: all 0.3s;
}
.md-product-2.__ID__ .pro-nav .ic::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #999;
}
.md-product-2.__ID__ .pro-nav .ic::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #999;
}
.md-product-2.__ID__ .pro-nav .a1 {
  color: #666;
  display: inline-block;
  line-height: calc(20 / 16);
}
.md-product-2.__ID__ .pro-nav .nt1 {
  color: #fff;
  padding: 0.13rem 0.3rem;
  padding-right: 0.6rem;
  min-height: 0.68rem;
  position: relative;
  display: flex;
  align-items: center;
}
.md-product-2.__ID__ .pro-nav .nbot {
  display: none;
}
.md-product-2.__ID__ .pro-nav .ul2 {
  padding: 0.14rem 0;
}
.md-product-2.__ID__ .pro-nav .a2 {
  display: block;
  padding: 0.11rem 0.5rem;
  color: #666;
  transition: all 0.3s;
  position: relative;
}
.md-product-2.__ID__ .pro-nav .a2:hover {
  color: var(--active);
}
.md-product-2.__ID__ .pro-nav .a2.on {
  color: var(--active);
}
@media screen and (max-width: 500px) {
  .md-product-2.__ID__ .pro-nav .ul1 .ul2 {
    display: flex;
    flex-wrap: wrap;
  }
  .md-product-2.__ID__ .pro-nav .ul1 .li2 {
    width: 50%;
  }
}
.md-product-2.__ID__ .desc {
  line-height: calc(30 / 16);
  margin-top: 0.12rem;
}
.md-product-2.__ID__ .pro-list {
  margin-top: 0.27rem;
  margin-bottom: 0.4rem;
}
.pro-list.__ID__ .li {
  width: calc(385 / 1200 * 100%);
  margin-right: calc(20 / 1200 * 100%);
  margin-bottom: 0.2rem;
}
.pro-list.__ID__ .li:nth-child(3n) {
  margin-right: 0;
}
.pro-list.__ID__ .dd {
  display: block;
  height: 100%;
  background-color: #f4f4f6;
  position: relative;
  padding: 0.5rem 0.4rem;
  transition: 0.5s;
}
.pro-list.__ID__ .dd:hover .img {
  transform: scale(1.05);
}
.pro-list.__ID__ .dd:hover .title {
  color: var(--theme);
}
.pro-list.__ID__ .dd:hover .btn {
  background-color: var(--active);
  color: #fff;
  box-shadow: 0 0 0 1px inset var(--active);
}
.pro-list.__ID__ .img {
  padding-top: calc( 200 / 305 * 100%);
}
.pro-list.__ID__ .text {
  position: relative;
  margin-top: 0.24rem;
}
.pro-list.__ID__ .intro {
  line-height: calc(20 / 16);
  margin-top: 0.05rem;
}
.pro-list.__ID__ .btn {
  display: inline-flex;
  padding: 0.11rem 0.36rem;
  border-radius: 1rem;
  box-shadow: 0 0 0 1px inset #999;
  margin-top: 0.32rem;
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  .pro-list.__ID__ {
    justify-content: space-between;
  }
  .pro-list.__ID__ .li {
    width: 48%;
    margin-bottom: 4%;
    margin-right: 0;
  }
  .pro-list.__ID__ .dd {
    padding: 0.2rem;
  }
}
@media screen and (max-width: 500px) {
  .pro-list.__ID__ .li {
    width: 100%;
  }
}

.md-contact-1.__ID__ {
  padding-top: 0.92rem;
  padding-bottom: 1rem;
  position: relative;
}
.md-contact-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-contact-1.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-contact-1.__ID__ .h2 {
  position: relative;
  padding-bottom: 0.13rem;
}
.md-contact-1.__ID__ .h2.text-center::before {
  left: 50%;
  transform: translate(-50%);
}
.md-contact-1.__ID__ .h2::before {
  content: "";
  width: 0.4rem;
  height: 0.05rem;
  background-color: var(--theme);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0.1rem;
}
.md-contact-1.__ID__ .box {
  background-color: #f8f8f8;
  margin-top: 0.4rem;
}
.md-contact-1.__ID__ .box-left {
  width: 30%;
  background-color: var(--theme);
  padding: 0.7rem 0.6rem 0.5rem;
}
.md-contact-1.__ID__ .box-right {
  width: 70%;
}
.md-contact-1.__ID__ .icon {
  display: flex;
}
.md-contact-1.__ID__ .icon img {
  height: 1em;
}
.md-contact-1.__ID__ .nlist {
  margin-top: 0.51rem;
}
.md-contact-1.__ID__ .ni {
  margin-bottom: 0.43rem;
}
.md-contact-1.__ID__ .ni:last-child {
  margin-bottom: 0;
}
.md-contact-1.__ID__ .n12 {
  opacity: 0.6;
  line-height: 1.75;
  margin-top: 0.04rem;
}
.md-contact-1.__ID__ .form {
  padding: 0.7rem 0.8rem;
}
.md-contact-1.__ID__ .fitem {
  width: calc( 470 / 960 * 100%);
  margin-bottom: 0.25rem;
}
.md-contact-1.__ID__ .fitem:last-child {
  margin-bottom: 0;
}
.md-contact-1.__ID__ .ww100 {
  width: 100%;
}
.md-contact-1.__ID__ .ft {
  color: #666;
  margin-bottom: 0.12rem;
}
.md-contact-1.__ID__ .ip {
  width: 100%;
  height: calc( 50em / 16);
  background-color: #ffffff;
  border: solid 1px #dfdfdf;
  padding: 0 0.2rem;
}
.md-contact-1.__ID__ .ta {
  display: block;
  width: 100%;
  height: 1rem;
  background-color: #ffffff;
  border: solid 1px #dfdfdf;
  padding: 0 0.2rem;
}
.md-contact-1.__ID__ .btns {
  margin-top: 0.3rem;
}
.md-contact-1.__ID__ .submit {
  display: inline-flex;
  align-items: center;
  padding: 0.12rem 0.3rem;
  border: none;
  background-image: linear-gradient(90deg, #0054a3 0%, #1476d3 100%);
  cursor: pointer;
}
.md-contact-1.__ID__ .submit svg {
  width: 0.5em;
  height: 1em;
  margin-left: 0.7rem;
}
@media screen and (max-width: 900px) {
  .md-contact-1.__ID__ .box-left {
    width: 100%;
  }
  .md-contact-1.__ID__ .box-right {
    width: 100%;
  }
  .md-contact-1.__ID__ .form {
    padding: 0.4rem;
  }
  .md-contact-1.__ID__ .fitem {
    width: 100%;
  }
}

.md-contact-2.__ID__ {
  padding-top: 1.26rem;
  padding-bottom: 2.05rem;
  min-height: 8.68rem;
  position: relative;
}
.md-contact-2.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-contact-2.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-contact-2.__ID__ .box {
  padding: 0.44rem 0.8rem 0.7rem;
}
.md-contact-2.__ID__ .h2 {
  color: var(--theme);
}
.md-contact-2.__ID__ .list {
  margin-top: 0.62rem;
}
.md-contact-2.__ID__ .li {
  width: 50%;
}
.md-contact-2.__ID__ .li:nth-child(2n-1) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.md-contact-2.__ID__ .dd {
  padding: 0.2rem 0.8rem 0.3rem;
}
.md-contact-2.__ID__ .icon {
  width: 1em;
  height: 1em;
  display: inline-flex;
  flex-shrink: 0;
}
.md-contact-2.__ID__ .ii {
  width: 100%;
}
.md-contact-2.__ID__ .ite {
  line-height: calc(30 / 22);
  margin-left: 0.2rem;
}
.md-contact-2.__ID__ .it1 {
  color: var(--theme);
}
@media screen and (max-width: 900px) {
  .md-contact-2.__ID__ .dd {
    padding: 0.2rem;
  }
}
@media screen and (max-width: 500px) {
  .md-contact-2.__ID__ .li {
    width: 100%;
    border-right: none !important;
  }
}

.md-faq-1.__ID__ {
  padding-top: 0.9rem;
  padding-bottom: 1rem;
  position: relative;
}
.md-faq-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-faq-1.__ID__ .h2 {
  position: relative;
  padding-bottom: 0.13rem;
}
.md-faq-1.__ID__ .h2.text-center::before {
  left: 50%;
  transform: translate(-50%);
}
.md-faq-1.__ID__ .h2::before {
  content: "";
  width: 0.4rem;
  height: 0.05rem;
  background-color: var(--theme);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0.1rem;
}
.md-faq-1.__ID__ .desc {
  line-height: 1.75;
  margin-top: 0.24rem;
  padding: 0 10%;
}
.md-faq-1.__ID__ .tags {
  margin-top: 0.11rem;
}
.md-faq-1.__ID__ .ta {
  min-width: 2.5rem;
  margin: 0.1rem;
  background-color: #f8f8f8;
  text-align: center;
  padding: 0.13rem;
  transition: 0.5s;
}
.md-faq-1.__ID__ .ta:hover {
  color: var(--active);
}
.md-faq-1.__ID__ .ta.on {
  background-image: linear-gradient(90deg, #0054a3 0%, #1476d3 100%);
  color: #fff;
}
.md-faq-1.__ID__ .list {
  margin-top: 0.36rem;
  margin-bottom: 0.85rem;
}
.md-faq-1.__ID__ .dd {
  padding: 0.2rem 0.6rem 0;
  position: relative;
  box-shadow: 0 -1px 0 0 inset rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.5s;
}
.md-faq-1.__ID__ .on {
  background-color: #f8f8f8;
  box-shadow: 0px 2px 0.12rem 0px rgba(0, 0, 0, 0.1);
}
.md-faq-1.__ID__ .on .icon {
  transform: rotate(225deg);
}
.md-faq-1.__ID__ .on .hic {
  background-image: linear-gradient(90deg, #0054a3 0%, #1476d3 100%);
}
.md-faq-1.__ID__ .on .hte {
  color: var(--active);
}
.md-faq-1.__ID__ .hd {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  position: relative;
}
.md-faq-1.__ID__ .hic {
  width: calc( 40em / 22 );
  height: calc( 40em / 22 );
  background-color: #999999;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0.3rem;
}
.md-faq-1.__ID__ .hte {
  transition: 0.5s;
}
.md-faq-1.__ID__ .icon {
  position: absolute;
  right: 0;
  top: calc(50% - 0.25em);
  transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
}
.md-faq-1.__ID__ .bd {
  display: none;
}
.md-faq-1.__ID__ .bbox {
  padding-top: 0.4rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.md-faq-1.__ID__ .bic {
  width: calc( 40em / 22 );
  height: calc( 40em / 22 );
  background-image: linear-gradient(90deg, #0054a3 0%, #1476d3 100%);
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0.3rem;
}
.md-faq-1.__ID__ .bte {
  line-height: calc(28 / 16);
}
.md-faq-1.__ID__ .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #d9e0eb;
  transform-origin: center;
  transition: 0.5s;
}
.md-faq-1.__ID__ .icon svg {
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 900px) {
  .md-faq-1.__ID__ .dd {
    padding: 0.3rem 0.3rem 0;
  }
}