@charset "UTF-8";
/* 行高  字体大小  行数 是否计算为max-height */
.com-pag.bgfff .cp_a {
  background-color: #fff;
}
.com-pag .cp_a {
  width: 0.48rem;
  height: 0.48rem;
  margin: 0 0.04rem;
  line-height: 1;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.com-pag .cp_num:hover, .com-pag .cp_num.on {
  color: #fff;
  background-color: var(--active);
}
.com-pag .cp_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14% auto;
  color: #ccc;
}
.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:hover {
  color: var(--active);
}
.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: 1em;
  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 {
  position: relative;
  z-index: 40;
}
.md-com-banner .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-com-banner .cb_ban {
  position: relative;
}
.md-com-banner .cb_bg {
  padding-top: calc(580 / 1920 * 100%);
}
.md-com-banner .cb_bg picture {
  display: block;
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
.md-com-banner .cb_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  z-index: 10;
}
.md-com-banner .t11 {
  font-style: italic;
}
.md-com-banner .h2 {
  margin-top: 0.08rem;
}
.md-com-banner .desc {
  line-height: 1.8;
  margin-top: 0.12rem;
}
.md-com-banner .btns {
  margin-top: 0.72rem;
}
.md-com-banner .more {
  min-width: 2.8rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--theme);
  line-height: 1;
  padding: 0.22rem 0.3rem;
  border-radius: 1rem;
  transition: 0.5s;
}
.md-com-banner .more:hover {
  background-color: var(--active);
  box-shadow: 0.12rem 0.12rem 0.32rem 0px rgba(104, 144, 219, 0.23);
}
.md-com-banner .more svg {
  width: 0.5em;
  height: 1em;
  margin-left: 0.5em;
}
@media screen and (max-width: 500px) {
  .md-com-banner .cb_bg {
    padding-top: calc(720 / 1920 * 100%);
  }
}

.md-com-breadnav {
  min-height: 1rem;
  position: relative;
  z-index: 30;
}
.md-com-breadnav .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-com-breadnav.has-bg {
  background-color: #eaf6fd;
}
.md-com-breadnav.no-shadow {
  box-shadow: none;
}
.md-com-breadnav .bn-swiper {
  max-width: 80%;
}
.md-com-breadnav .bn-swiper .bsa {
  position: relative;
  width: auto;
  margin-right: 0.8rem;
  white-space: nowrap;
  transition: color 0.5s;
}
.md-com-breadnav .bn-swiper .bsa::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--active);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.5s;
}
.md-com-breadnav .bn-swiper .bsa:hover {
  font-weight: bold;
}
.md-com-breadnav .bn-swiper .bsa:hover::before {
  transform: scaleX(1);
}
.md-com-breadnav .bn-swiper .bsa.on {
  font-weight: bold;
}
.md-com-breadnav .bn-swiper .bsa.on::before {
  transform: scaleX(1);
}
.md-com-breadnav .bn-swiper .bsa:last-child {
  margin-right: 0;
}
.md-com-breadnav .bn-swiper .cta {
  display: block;
  line-height: 1rem;
  color: var(--active);
}
.md-com-breadnav .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 .bn-swiper {
    max-width: 100%;
  }
  .md-com-breadnav .bn-swiper .bsa {
    margin-right: 0.4rem;
  }
}
.md-com-breadnav .zone-nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  line-height: 1rem;
}
.md-com-breadnav .zone-nav .icon {
  margin-right: 0.14rem;
  display: inline-flex;
  align-items: center;
  color: var(--theme);
}
.md-com-breadnav .zone-nav .icon svg {
  width: 1em;
  height: 1em;
}
.md-com-breadnav .zone-nav .sp1 {
  position: relative;
  margin: 0 0.25em;
}
.md-com-breadnav .zone-nav .z_a {
  position: relative;
  transition: 0.3s;
}
.md-com-breadnav .zone-nav .z_a:last-child {
  color: #222;
}
.md-com-breadnav .zone-nav .z_a.on, .md-com-breadnav .zone-nav .z_a:hover {
  color: var(--theme);
  transition: all 0.3s;
}
@media (max-width: 900px) {
  .md-com-breadnav .zone-nav {
    width: 100%;
    display: none;
  }
  .md-com-breadnav .zone-nav .sp1 {
    margin: 0 0.5em;
  }
}

.pswp__bg {
  background-color: rgba(0, 0, 0, 0.5);
}

.md-news-1 {
  padding-top: 1rem;
  position: relative;
}
.md-news-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-news-1 .swiper {
  position: relative;
  background-color: #eaf6fd;
}
.md-news-1 .swiper .swiper-container {
  border-radius: 0.16rem;
  overflow: hidden;
}
.md-news-1 .swiper .sw:hover .img {
  transform: scale(1.1);
}
.md-news-1 .swiper .sw:hover .title {
  color: var(--active);
}
.md-news-1 .swiper .c-pic {
  width: calc( 665 / 1600 * 100%);
}
.md-news-1 .swiper .img {
  padding-top: calc( 373 / 665 * 100%);
}
.md-news-1 .swiper .text {
  width: calc( 935 / 1600 * 100%);
  padding: 0.5rem 0.8rem;
}
.md-news-1 .swiper .title {
  transition: 0.5s;
}
.md-news-1 .swiper .intro {
  line-height: calc(28 / 16);
  margin-top: 0.12rem;
  background-image: linear-gradient(90deg, rgba(var(--theme), 0.5), rgba(var(--theme), 1), rgba(var(--theme), 1), rgba(var(--theme), 1));
  background-color: rgb(var(--active));
}
.md-news-1 .swiper .time {
  line-height: 1;
  margin-top: 0.22rem;
  margin-bottom: 0.26rem;
}
.md-news-1 .swiper .time svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
@media screen and (max-width: 900px) {
  .md-news-1 .swiper .c-pic {
    width: 100%;
  }
  .md-news-1 .swiper .text {
    width: 100%;
    padding: 0.4rem;
  }
}
.md-news-1 .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset var(--active);
  color: var(--active);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 20;
  transition: 0.5s;
  position: absolute;
  top: calc(50% - 0.5em);
}
.md-news-1 .sbtn:hover {
  background-color: var(--active);
  color: #fff;
}
.md-news-1 .sbtn svg {
  width: 25%;
  height: 25%;
}
.md-news-1 .swiper-pagination {
  position: static;
  margin-top: 0.4rem;
  position: relative;
}
.md-news-1 .m-pagination .loading {
  width: 36px;
  height: 36px;
  border: 3px solid transparent;
  position: relative;
  background: transparent;
  margin: 0 0.06rem 0 0 !important;
  opacity: 1;
}
.md-news-1 .m-pagination .loading:last-of-type {
  margin-right: 0;
}
.md-news-1 .m-pagination .loading .dot {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 6px;
  height: 6px;
  background-color: rgba(0, 48, 73, 0.15);
  border-radius: 50%;
  line-height: 120px;
  text-align: center;
}
.md-news-1 .m-pagination .loading .left,
.md-news-1 .m-pagination .loading .right {
  position: absolute;
  left: -3px;
  top: -3px;
  opacity: 0;
  width: 18px;
  height: 36px;
  overflow: hidden;
}
.md-news-1 .m-pagination .loading .left:after,
.md-news-1 .m-pagination .loading .right:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 36px;
  border: 3px solid var(--theme);
  border-right: 0;
  border-radius: 18px 0 0 18px;
  box-sizing: border-box;
}
.md-news-1 .m-pagination .loading .right {
  left: auto;
  right: -3px;
}
.md-news-1 .m-pagination .loading .right:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 0 18px 18px 0;
  border: 3px solid var(--theme);
  border-left: 0;
}
.md-news-1 .m-pagination .swiper-pagination-bullet-active {
  border: 3px solid rgba(241, 128, 2, 0.2);
}
.md-news-1 .m-pagination .swiper-pagination-bullet-active .dot {
  background-color: var(--theme);
}
.md-news-1 .m-pagination .swiper-pagination-bullet-active .left,
.md-news-1 .m-pagination .swiper-pagination-bullet-active .right {
  opacity: 1;
}
.md-news-1 .m-pagination .swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  animation: spin-left 5s linear forwards;
}
.md-news-1 .m-pagination .swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation: spin-right 5s linear;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 901px) {
  .md-news-1 .prev {
    right: calc(100% + 0.2rem);
  }
  .md-news-1 .next {
    left: calc(100% + 0.2rem);
  }
}
@media screen and (max-width: 900px) {
  .md-news-1 .tops {
    flex-wrap: wrap;
  }
  .md-news-1 .tags {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 0.4rem;
  }
  .md-news-1 .prev {
    left: 0;
  }
  .md-news-1 .next {
    right: 0;
  }
}
@media screen and (max-width: 500px) {
  .md-news-1 .swiper .title {
    font-size: 20px;
  }
  .md-news-1 .swiper .intro {
    line-height: 1.7;
    font-size: 16px;
  }
}

.md-news-2 {
  padding-bottom: 1rem;
  position: relative;
}
.md-news-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}

.news-list {
  margin-bottom: 0.6rem;
}
.news-list .li {
  border-bottom: 1px solid #eee;
}
.news-list .dd {
  background-color: #fff;
  padding: 0.4rem 0;
  position: relative;
  transition: 0.5s;
}
.news-list .dd:hover::before {
  transform: scaleX(1);
}
.news-list .dd:hover .img {
  transform: scale(1.1);
}
.news-list .dd:hover .title {
  color: var(--theme);
}
.news-list .dd::before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--theme);
  transform: scaleX(0);
  transform-origin: left;
  transition: 1s;
}
.news-list .c-pic {
  width: calc( 400 / 1600 * 100%);
  border-radius: 0.16rem;
}
.news-list .img {
  padding-top: calc( 225 / 400 * 100%);
}
.news-list .text {
  width: calc( 1080 / 1600 * 100%);
  position: relative;
  transition: 0.5s;
}
.news-list .time {
  line-height: 1;
  margin-top: 0.12rem;
}
.news-list .time svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.news-list .title {
  margin-top: 0.12rem;
  transition: 0.5s;
}
.news-list .intro {
  line-height: calc(28 / 16);
  margin-top: 0.16rem;
}
.news-list .btn {
  color: var(--theme);
  margin-top: 0.36rem;
}
.news-list .btn svg {
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.5em;
}
@media screen and (max-width: 900px) {
  .news-list .dd {
    flex-direction: column-reverse;
  }
  .news-list .c-pic {
    width: 100%;
  }
  .news-list .text {
    width: 100%;
    padding: 0.4rem;
  }
}
@media screen and (max-width: 500px) {
  .news-list .title {
    font-size: 20px;
  }
  .news-list .intro {
    line-height: 1.7;
    font-size: 16px;
  }
}

.md-news-11 {
  position: relative;
  background-color: #f7f7f7;
  background-size: 100% auto;
  background-position: top;
}
.md-news-11 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-news-11 .news-box {
  padding-top: 1.04rem;
  padding-bottom: 0.95rem;
}
.md-news-11 .box-left {
  width: calc( 1200 / 1600 * 100%);
}
.md-news-11 .box-right {
  width: calc( 320 / 1600 * 100%);
}
.md-news-11 .det-top {
  padding-bottom: 0.16rem;
  position: relative;
  z-index: 50;
}
.md-news-11 .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 .det-top .back:hover {
  background-color: var(--active);
  color: #fff;
}
.md-news-11 .det-top .back svg {
  width: calc( 20 / 60 * 100%);
  height: calc( 20 / 60 * 100%);
}
.md-news-11 .det-top .h1 {
  line-height: 1.3333333333;
}
.md-news-11 .det-top .info {
  margin-top: 0.36rem;
}
.md-news-11 .det-top .ifi {
  margin-right: 0.4rem;
}
.md-news-11 .det-top .time {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.md-news-11 .det-top .time svg {
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.5em;
  color: var(--active);
}
.md-news-11 .det-top .shares .si {
  position: relative;
  margin-left: 0.15rem;
  line-height: 1;
}
.md-news-11 .det-top .shares .si:hover .hi {
  opacity: 0.8;
}
.md-news-11 .det-top .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.md-news-11 .det-top .shares .si:last-child {
  margin-right: 0;
}
.md-news-11 .det-top .shares .hd {
  font-size: 1em;
  width: 1.25em;
  height: 1em;
  background-color: transparent !important;
  background-image: none !important;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none !important;
  transition: 0.5s;
}
.md-news-11 .det-top .shares .hd::before {
  display: none;
}
.md-news-11 .det-top .shares .hi {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.md-news-11 .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 .det-top .shares .bd .bbox {
  padding: 0.1rem;
  position: relative;
  background-color: #fff;
  font-size: 0;
}
.md-news-11 .det-top .shares .bd img {
  display: block;
  width: 1.1rem;
  min-width: 80px;
  max-width: none;
}
.md-news-11 .det-top .social-share .wechat-qrcode .help {
  line-height: 1.1;
}
@media screen and (max-width: 900px) {
  .md-news-11 .det-top .info {
    flex-wrap: wrap;
    gap: 1em;
  }
  .md-news-11 .det-top .ifi {
    margin-right: 0;
  }
}
.md-news-11 .det-cen {
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  padding-top: 0.4rem;
  padding-bottom: 0.36rem;
  line-height: 2;
}
.md-news-11 .det-cen .rich-text {
  line-height: 2;
}
.md-news-11 .det-cen .rich-text p {
  margin: 0;
}
.md-news-11 .det-bot {
  padding-top: 0.4rem;
}
.md-news-11 .det-bot .det_ul {
  max-width: 60%;
}
.md-news-11 .det-bot .ua {
  line-height: calc(34 / 16);
  transition: 0.5s;
}
.md-news-11 .det-bot .ua:hover {
  color: #f18002;
}
.md-news-11 .det-bot .btns {
  margin-top: 0.67rem;
}
.md-news-11 .det-bot .db_btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.2rem 0.45rem;
  background-color: var(--active);
  color: #fff;
  transition: 0.5s;
}
.md-news-11 .det-bot .db_btn:hover {
  background-color: var(--active);
  box-shadow: 0.12rem 0.12rem 0.32rem 0px rgba(0, 0, 0, 0.1);
}
.md-news-11 .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 .det-bot {
    flex-wrap: wrap;
  }
  .md-news-11 .det-bot .det_ul {
    width: 100%;
    max-width: 100%;
  }
  .md-news-11 .det-bot li {
    width: 100%;
    max-width: none;
    margin: 5px 0;
  }
  .md-news-11 .det-bot .db_btn {
    margin-top: 0.2rem;
  }
}
.md-news-11 .cr-tit {
  position: relative;
  line-height: 1;
}
.md-news-11 .list {
  margin-top: 0.44rem;
}
.md-news-11 .list .li {
  margin-bottom: 0.3rem;
}
.md-news-11 .list .ca {
  display: block;
  background-color: var(--bg);
  border-radius: 0.16rem;
  overflow: hidden;
}
.md-news-11 .list .ca:hover .img {
  transform: scale(1.1);
}
.md-news-11 .list .ca:hover .title {
  color: var(--active);
}
.md-news-11 .list .img {
  padding-top: 60%;
}
.md-news-11 .list .text {
  padding: 0.32rem 0.3rem 0.4rem;
}
.md-news-11 .list .time {
  line-height: 1;
  margin-top: 0.16rem;
}
.md-news-11 .list .time svg {
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
}
.md-news-11 .list .title {
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  .md-news-11 .box-left {
    width: 100%;
  }
  .md-news-11 .box-right {
    width: 100%;
    margin-top: 0.8rem;
  }
  .md-news-11 .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .md-news-11 .li {
    width: 100%;
    margin-right: 0;
  }
}

.md-solution-1 {
  padding-bottom: 1rem;
  position: relative;
}
.md-solution-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-solution-1 .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-solution-1 .ul {
  margin-bottom: 0.8rem;
}
.md-solution-1 .li {
  margin-bottom: 0.6rem;
}
.md-solution-1 .li:last-child {
  margin-bottom: 0;
}
.md-solution-1 .dd {
  position: relative;
  border-radius: 0.16rem;
  background-color: #eaf6fd;
  transition: 0.5s;
}
.md-solution-1 .dd:hover .title {
  color: var(--active);
}
.md-solution-1 .c-pic {
  width: 60%;
  border-radius: 0.16rem;
}
.md-solution-1 .img {
  padding-top: calc( 470 / 960 * 100%);
}
.md-solution-1 .img img {
  display: block;
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.md-solution-1 .text {
  width: 40%;
  padding: 0.2rem 0.8rem;
}
.md-solution-1 .title {
  letter-spacing: -1px;
  margin-top: 0.08rem;
}
.md-solution-1 .intro {
  line-height: calc(28 / 16);
  margin-top: 0.12rem;
  margin-bottom: 0.52rem;
}
.md-solution-1 .bg {
  pointer-events: none;
}
.md-solution-1 .imgs {
  pointer-events: none;
}
.md-solution-1 .ii {
  opacity: 0.5;
  transition: 0.5s;
}
.md-solution-1 .ii.show {
  opacity: 1;
}
.md-solution-1 .i-btns {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  z-index: 5;
}
.md-solution-1 .i-btns .ib {
  width: 100%;
  height: calc( 35 / 470 * 100%);
  margin: 0.08rem 0;
}
@media screen and (min-width: 901px) {
  .md-solution-1 .li:nth-child(2n) .dd {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 900px) {
  .md-solution-1 .c-pic {
    width: 100%;
  }
  .md-solution-1 .text {
    width: 100%;
    padding: 0.4rem;
  }
}

.md-solution-11 {
  padding-bottom: 1rem;
  position: relative;
}
.md-solution-11 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-solution-11 .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-solution-11 .h2 {
  color: var(--active);
  line-height: 1.25;
}
.md-solution-11 .subtit {
  color: var(--active);
  opacity: 0.8;
  line-height: 1.25;
  margin-top: 2px;
}
.md-solution-11 .box {
  margin-top: 0.3rem;
  padding-bottom: 0.7rem;
  position: relative;
}
.md-solution-11 .b-bg {
  position: absolute;
  left: 50%;
  bottom: -0.8rem;
  height: 2.04rem;
  transform: translate(-50%);
  pointer-events: none;
}
.md-solution-11 .box-left {
  width: calc( 720 / 1600 * 100%);
}
.md-solution-11 .box-right {
  width: calc( 830 / 1600 * 100%);
}
.md-solution-11 .content {
  line-height: 2;
}
.md-solution-11 .s-tit {
  color: var(--active);
}
.md-solution-11 .list {
  margin-top: 0.3rem;
}
.md-solution-11 .li {
  width: calc( 400 / 830 * 100%);
  padding: 0.18rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 0.3rem;
}
.md-solution-11 .li .ic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.md-solution-11 .img {
  border-radius: 0.16rem;
  overflow: hidden;
}
.md-solution-11 .img img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 900px) {
  .md-solution-11 .box-left {
    width: 100%;
  }
  .md-solution-11 .box-right {
    width: 100%;
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 500px) {
  .md-solution-11 .li {
    width: 100%;
  }
}

.md-solution-12 {
  padding-top: 0.95rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: var(--bg);
}
.md-solution-12 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-solution-12 .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-solution-12 .h2 {
  color: var(--active);
  line-height: 1.25;
}
.md-solution-12 .subtit {
  color: var(--active);
  opacity: 0.8;
  line-height: 1.25;
  margin-top: 2px;
}
.md-solution-12 .swiper {
  margin-top: 0.4rem;
  position: relative;
}
.md-solution-12 .sw:hover .img {
  transform: scale(1.1);
}
.md-solution-12 .sw:hover .title {
  color: var(--theme);
}
.md-solution-12 .top {
  position: relative;
  padding-bottom: 0.04rem;
  background-color: var(--theme);
  border-radius: 0.16rem;
}
.md-solution-12 .c-pic {
  border-radius: 0.16rem;
}
.md-solution-12 .img {
  padding-top: calc( 292 / 296 * 100%);
}
.md-solution-12 .text {
  margin-top: 0.22rem;
}
.md-solution-12 .title {
  transition: 0.5s;
}
.md-contact-1 {
  position: relative;
  padding-bottom: 1.2rem;
}
.md-contact-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-contact-1 .box-left {
  width: calc( 700 / 1600 * 100%);
}
.md-contact-1 .list .li {
  margin-bottom: 0.2rem;
}
.md-contact-1 .list .li:last-child {
  margin-bottom: 0;
}
.md-contact-1 .list .icon {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  background-color: #ffeeda;
  border-radius: 50%;
  margin-right: 0.2rem;
  position: relative;
}
.md-contact-1 .list .ic {
  width: 33%;
  height: 33%;
  -o-object-fit: contain;
     object-fit: contain;
}
.md-contact-1 .list .te {
  position: relative;
  padding-top: 0.08rem;
  transition: 0.3s;
}
.md-contact-1 .list .t12 {
  margin-top: 0.08rem;
}
.md-contact-1 .c-pic {
  width: calc( 865 / 1600 * 100%);
  border-radius: 0.16rem;
}
.md-contact-1 .img {
  padding-top: calc( 500 / 865 * 100%);
  height: 100%;
}
@media screen and (max-width: 900px) {
  .md-contact-1 .box-left {
    width: 100%;
    order: 2;
  }
  .md-contact-1 .c-pic {
    width: 100%;
    margin-bottom: 0.4rem;
    order: 1;
  }
}

.md-contact-2 {
  padding-top: 0.92rem;
  padding-bottom: 0.95rem;
  position: relative;
  background-color: var(--bg);
}
.md-contact-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-contact-2 .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-contact-2 .h2 {
  color: var(--active);
  line-height: 1.25;
}
.md-contact-2 .subtit {
  color: var(--active);
  opacity: 0.8;
  line-height: 1.25;
  margin-top: 2px;
}
.md-contact-2 .subtit {
  color: var(--active);
  opacity: 0.8;
}
.md-contact-2 .fbox {
  margin-top: 0.28rem;
}
.md-contact-2 .fbi {
  width: calc( 780 / 1600 * 100%);
}
.md-contact-2 .fitem {
  margin-bottom: 0.2rem;
}
.md-contact-2 .fitem:last-child {
  margin-bottom: 0;
}
.md-contact-2 .ww100 {
  width: 100%;
}
.md-contact-2 .inp {
  position: relative;
}
.md-contact-2 .ip {
  width: 100%;
  height: calc( 56em / 16);
  background-color: #fff;
  border-radius: 0.5em;
  border: none;
  padding: 0 1em;
}
.md-contact-2 .ip::-moz-placeholder {
  color: #666;
}
.md-contact-2 .ip::placeholder {
  color: #666;
}
.md-contact-2 .ta {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 2rem;
  background-color: #fff;
  border: none;
  border-radius: 0.5em;
  padding: 0.12rem 0.2rem;
}
.md-contact-2 .ta::-moz-placeholder {
  color: #666;
}
.md-contact-2 .ta::placeholder {
  color: #666;
}
.md-contact-2 .placehold {
  position: absolute;
  left: 0;
  top: 0%;
  line-height: calc( 54em / 16);
  width: 100%;
  padding: 0 0.24rem;
  pointer-events: none;
}
.md-contact-2 .placehold span {
  color: var(--active);
}
.md-contact-2 .code {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.md-contact-2 .btns {
  margin-top: 0.4rem;
}
.md-contact-2 .submit {
  padding: 0;
  border: none;
  background-color: transparent;
}
.md-contact-2 .tip {
  line-height: calc(30 / 16);
  margin-top: 0.32rem;
}
.md-contact-2 .btn {
  position: relative;
  display: inline-flex;
  min-width: 1.6rem;
  min-height: 0.6rem;
  padding: 0.05rem;
  border: 0.01rem solid rgba(0, 48, 73, 0.4);
  border-radius: 0.4rem;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
}
@keyframes diffuse {
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.2, 1.3);
    opacity: 0;
  }
}
.md-contact-2 .btn::before {
  content: "";
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #003049;
  border-radius: 0.4rem;
  transform: scale(1);
  opacity: 0;
}
.md-contact-2 .btn:hover {
  transform: translateY(-0.01rem);
}
.md-contact-2 .btn:hover .btn-inner::before {
  transform: translate(-0.03rem, calc(-50% - 0.03rem));
}
.md-contact-2 .btn:hover .btn-inner::after {
  transform: translate(0.03rem, calc(-50% + 0.03rem));
}
.md-contact-2 .btn:hover::before {
  animation: diffuse 2s ease-in-out infinite;
}
.md-contact-2 .btn .btn-inner {
  position: relative;
}
.md-contact-2 .btn .btn-inner::before, .md-contact-2 .btn .btn-inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 12.5%;
  width: 18.83%;
  background: url("../images/btn-adorn.png") no-repeat center/contain;
  transition: 0.3s;
}
.md-contact-2 .btn .btn-inner::after {
  left: auto;
  right: 0;
}
.md-contact-2 .btn .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  border-radius: 0.4rem;
  background-color: #003049;
  overflow: hidden;
  transition: 0.3s;
}
@media (max-width: 900px) {
  .md-contact-2 .btn {
    min-height: 0.8rem;
    min-width: 2rem;
  }
}
.md-contact-2 .btn {
  padding: 0;
}
@media screen and (max-width: 500px) {
  .md-contact-2 .fbi {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}

.md-about-1 {
  padding-top: 0.94rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.md-about-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-about-1 .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-about-1 .h2 {
  color: var(--active);
  line-height: 1.25;
}
.md-about-1 .subtit {
  color: var(--active);
  opacity: 0.8;
  line-height: 1.25;
  margin-top: 2px;
}
.md-about-1 .box {
  margin-top: 0.3rem;
}
.md-about-1 .box-right {
  width: calc( 750 / 1600 * 100%);
  position: relative;
  margin-top: 0.06rem;
}
.md-about-1 .mask {
  width: 7.2rem;
  height: 4.3rem;
  position: absolute;
  left: 1.88rem;
  top: -1rem;
}
.md-about-1 .c-pic {
  height: 100%;
  border-radius: 0.16rem;
}
.md-about-1 .img {
  padding-top: calc( 473 / 750 * 100%);
  height: 100%;
}
.md-about-1 .text {
  width: calc( 720 / 1600 * 100%);
}
.md-about-1 .content {
  line-height: calc(34 / 18);
  color: var(--active);
  max-height: 5.8rem;
  overflow-y: auto;
}
.md-about-1 .watch {
  width: 1em;
  height: 1em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 0.11rem rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.md-about-1 .watch i {
  width: calc( 24 / 78 * 100%);
  height: calc( 24 / 78 * 100%);
  background-image: url(../images/a1.png);
}
@media screen and (max-width: 900px) {
  .md-about-1 .box-right {
    width: 100%;
    margin-top: 0.8rem;
  }
  .md-about-1 .text {
    width: 100%;
  }
  .md-about-1 .content{
    max-height: none;
  }
}

.md-about-1 .btns {
  margin-top: 0.2rem;
  text-align: center;
}
.md-about-1 .more {
  cursor: pointer;
  display: inline-block;
}
@media screen and (min-width: 901px) {
  .md-about-1 .more {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .md-about-1 .mob {
    display: none;
  }
  .md-about-1 .mob.show {
    display: block;
  }
}

.md-about-2 {
  background-attachment: fixed;
  padding-top: 0.88rem;
  padding-bottom: 1.3rem;
  position: relative;
  overflow: hidden;
}
.md-about-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-about-2 .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-about-2 .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.md-about-2 .swiper {
  position: relative;
  margin-top: 0.27rem;
}
.md-about-2 .swiper::before {
  content: "";
  width: 100%;
  height: 4px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.5) 55%, rgba(255, 255, 255, 0.3) 77%, rgba(255, 255, 255, 0.05) 100%);
  opacity: 0.06;
  position: absolute;
  left: 0;
  top: calc(1.6666666667em - 2px + 0.1rem);
}
.md-about-2 .sw {
  padding-top: 0.1rem;
  height: auto;
  display: flex;
  flex-direction: column;
}
.md-about-2 .sw:hover .text {
  transform: translateY(-4px);
}
.md-about-2 .year {
  margin: 0 auto;
  width: 3.3333333333em;
  height: 3.3333333333em;
  background-color: var(--theme);
  border-radius: 50%;
  box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 4;
}
.md-about-2 .text {
  flex-grow: 1;
  padding: 0.72rem 0.4rem 0.62rem;
  border-radius: 0.16rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.5s;
}
.md-about-2 .title {
  line-height: 1.25;
}
.md-about-2 .t12 {
  margin-top: 0.2rem;
  margin-bottom: 0.18rem;
  line-height: 1;
}
.md-about-2 .t12 .ic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.5em;
}
.md-about-2 .line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.md-about-2 .intro {
  line-height: calc(26 / 18);
  opacity: 0.8;
  margin-top: 0.16rem;
}
.md-about-2 .sbtn {
  width: 1em;
  height: 1em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 0.5em);
  cursor: pointer;
  z-index: 30;
  background-position: center;
  background-repeat: no-repeat;
  background-size: calc( 17 / 48 * 100%) auto;
  transition: 0.5s;
}
.md-about-2 .sbtn:hover {
  background-color: var(--theme);
}
.md-about-2 .prev {
  background-image: url(../images/icon-1.png);
}
.md-about-2 .next {
  background-image: url(../images/icon-2.png);
}
@media screen and (min-width: 901px) {
  .md-about-2 .prev {
    right: calc(100% + 0.6rem);
  }
  .md-about-2 .next {
    left: calc(100% + 0.6rem);
  }
}
@media screen and (max-width: 900px) {
  .md-about-2 .prev {
    left: 0;
  }
  .md-about-2 .next {
    right: 0;
  }
}

.md-about-3 {
  background-attachment: fixed;
  padding-top: 0.97rem;
  position: relative;
  overflow: hidden;
}
.md-about-3 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-about-3 .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-about-3 .h2 {
  color: var(--active);
  line-height: 1.25;
}
.md-about-3 .subtit {
  color: var(--active);
  opacity: 0.8;
  line-height: 1.25;
  margin-top: 2px;
}
.md-about-3 .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.md-about-3 .swipers {
  margin-top: 0.4rem;
}
.md-about-3 .s-tit {
  color: var(--active);
}
.md-about-3 .swiper {
  position: relative;
  margin-top: 0.32rem;
}
.md-about-3 .s-top {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
  height: 1.9rem;
}
.md-about-3 .s-top .img {
  display: flex;
  border: 0.05rem solid transparent;
  -o-border-image: url("../images/hn-0.png") 10 stretch;
     border-image: url("../images/hn-0.png") 10 fill stretch;
  border-image-width: 0.05rem;
  max-width: 90%;
  max-height: 1.9rem;
}
.md-about-3 .s-top img {
  max-width: 100%;
  max-height: 1.9rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.md-about-3 .s-bot {
  position: relative;
}
.md-about-3 .podium img {
  width: 100%;
  display: block;
}
.md-about-3 .name {
  position: absolute;
  left: 0;
  top: 39%;
  transform: translateY(-50%);
  width: 100%;
  line-height: calc(22 / 18);
}
.md-about-3 .sbtn {
  width: 1em;
  height: 1em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 0.5em);
  cursor: pointer;
  z-index: 30;
  background-position: center;
  background-repeat: no-repeat;
  background-size: calc( 17 / 48 * 100%) auto;
  transition: 0.5s;
}
.md-about-3 .sbtn:hover {
  background-color: var(--theme);
}
.md-about-3 .sbtn svg {
  width: 25%;
  height: 25%;
}
.md-about-3 .prev {
  background-image: url(../images/icon-1.png);
}
.md-about-3 .next {
  background-image: url(../images/icon-2.png);
}
@media screen and (min-width: 901px) {
  .md-about-3 .prev {
    right: calc(100% + 0.6rem);
  }
  .md-about-3 .next {
    left: calc(100% + 0.6rem);
  }
}
@media screen and (max-width: 900px) {
  .md-about-3 .s-top {
    height: 2.5rem;
  }
  .md-about-3 .s-top .img {
    max-height: 2.5rem;
  }
  .md-about-3 .s-top img {
    max-height: 2.5rem;
  }
}

.md-about-4 {
  padding-top: 0.84rem;
  padding-bottom: 1.3rem;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.md-about-4 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-about-4 .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-about-4 .ul {
  margin-top: 0.7rem;
}
.md-about-4 .li {
  width: calc(377 / 1600 * 100%);
  margin-right: calc(30 / 1600 * 100%);
}
.md-about-4 .li:nth-child(4n) {
  margin-right: 0;
}
.md-about-4 .li {
  margin-bottom: 0.3rem;
}
.md-about-4 .dd {
  height: 100%;
  padding: 0.4rem;
  border-radius: 0.16rem;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0.1rem);
}
.md-about-4 .dd:hover .ic {
  transform: scale(1.25);
}
.md-about-4 .icon {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.md-about-4 .ic {
  width: 50%;
  height: 50%;
  transition: 0.5s;
}
.md-about-4 .title {
  margin-top: 0.1rem;
}
.md-about-4 .intro {
  line-height: calc(30 / 16);
  margin-top: 0.2rem;
}
@media screen and (max-width: 900px) {
  .md-about-4 .ul {
    justify-content: space-between;
  }
  .md-about-4 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
/* @media screen and (max-width: 500px) {
  .md-about-4 .li {
    width: 100%;
  }
} */

.md-about-5 {
  padding-top: 0.84rem;
  padding-bottom: 0.95rem;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.md-about-5 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-about-5 .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-about-5 .h2 {
  color: var(--active);
  line-height: 1.25;
}
.md-about-5 .subtit {
  color: var(--active);
  opacity: 0.8;
  line-height: 1.25;
  margin-top: 2px;
}
.md-about-5 .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.md-about-5 .swiper {
  margin-top: 0.5rem;
  position: relative;
}
.md-about-5 .swiper-container {
 
}
.md-about-5 .sw:hover .img {
  transform: scale(1.02);
}
.md-about-5 .sw:hover .title {
  color: var(--theme);
}
.md-about-5 .c-pic {
  border-radius: 0.16rem;
}
.md-about-5 .img {
  padding-top: calc( 320 / 513 * 100%);
}
.md-about-5 .text {
  margin-top: 0.16rem;
}
.md-about-5 .title {
  transition: 0.5s;
}
.md-about-5 .sbtn {
  width: 1em;
  height: 1em;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 0.5em);
  cursor: pointer;
  z-index: 30;
  background-position: center;
  background-repeat: no-repeat;
  background-size: calc( 17 / 48 * 100%) auto;
  transition: 0.5s;
}
.md-about-5 .sbtn:hover {
  background-color: var(--theme);
  color: #fff;
}
.md-about-5 .sbtn svg {
  width: 25%;
  height: 25%;
}
.md-about-5 .prev {
  background-image: url(../images/icon-1.png);
}
.md-about-5 .next {
  background-image: url(../images/icon-2.png);
}
@media screen and (min-width: 901px) {
  .md-about-5 .prev {
    right: calc(100% + 0.6rem);
  }
  .md-about-5 .next {
    left: calc(100% + 0.6rem);
  }
}

.md-honor-1 {
  padding-bottom: 1rem;
  background-color: var(--bg);
  position: relative;
}
.md-honor-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-honor-1 .h2 {
  color: var(--active);
  line-height: 1.25;
}
.md-honor-1 .subtit {
  color: var(--active);
  opacity: 0.8;
  line-height: 1.25;
  margin-top: 2px;
}
.md-honor-1 .nav {
  box-shadow: 0 -1px 0 0 inset #d0e8f5;
  margin-bottom: 0.85rem;
  margin-top: 0.3rem;
}
.md-honor-1 .nav .swiper-container {
  display: inline-block;
}
.md-honor-1 .li {
  width: calc(296 / 1600 * 100%);
  margin-right: calc(30 / 1600 * 100%);
}
.md-honor-1 .li:nth-child(5n) {
  margin-right: 0;
}
.md-honor-1 .li {
  margin-bottom: 0.2rem;
}
.md-honor-1 .s-top {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
  height: 1.9rem;
}
.md-honor-1 .s-top .img {
  display: flex;
  border: 0.05rem solid transparent;
  -o-border-image: url("../images/hn-0.png") 10 stretch;
     border-image: url("../images/hn-0.png") 10 fill stretch;
  border-image-width: 0.05rem;
  max-width: 90%;
  max-height: 1.9rem;
}
.md-honor-1 .s-top img {
  max-width: 100%;
  max-height: 1.9rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.md-honor-1 .s-bot {
  position: relative;
}
.md-honor-1 .podium img {
  width: 100%;
  display: block;
}
.md-honor-1 .name {
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  width: 100%;
  line-height: calc(22 / 18);
}
@media screen and (max-width: 900px) {
  .md-honor-1 .list {
    justify-content: space-between;
  }
  .md-honor-1 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .md-honor-1 .s-top {
    height: 3rem;
  }
  .md-honor-1 .s-top .img {
    max-height: 3rem;
  }
  .md-honor-1 .s-top img {
    max-height: 3rem;
  }
}

.md-compare-1 {
  position: relative;
  background-color: var(--bg);
}
.md-compare-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-compare-1 .h2 {
  color: var(--active);
  line-height: 1.25;
}
.md-compare-1 .subtit {
  color: var(--active);
  opacity: 0.8;
  line-height: 1.25;
  margin-top: 2px;
}
.md-compare-1 .top {
  position: relative;
  margin-top: 0.44rem;
  padding: 0 0.5rem;
}
.md-compare-1 .add {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: var(--theme);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.md-compare-1 .add svg {
  width: 1em;
  height: 1em;
  margin-right: 0.1rem;
}
.md-compare-1 .d11 {
  color: var(--active);
}
.md-compare-1 .d12 {
  margin-top: 0.2rem;
}
.md-compare-1 .form {
  margin-top: 0.44rem;
  padding-bottom: 1.05rem;
  border-bottom: 1px solid #d0e8f5;
}
.md-compare-1 .ta {
  width: 100%;
  height: 5rem;
  display: block;
  background-color: #fff;
  border-radius: 0.5em;
  padding: 1em;
  border: none;
}
.md-compare-1 .btns {
  margin-top: 0.6rem;
}
.md-compare-1 .btn {
  margin: 0 0.1rem;
}
.md-compare-1 .white-o .btn-inner {
  background-color: transparent;
}

.md-compare-2 {
  padding-top: 0.9rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: var(--bg);
}
.md-compare-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-compare-2 .h2 {
  color: var(--active);
  line-height: 1.25;
}
.md-compare-2 .subtit {
  color: var(--active);
  opacity: 0.8;
  line-height: 1.25;
  margin-top: 2px;
}
.md-compare-2 .top {
  position: relative;
}
.md-compare-2 .add {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: var(--theme);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.md-compare-2 .add svg {
  width: 1em;
  height: 1em;
  margin-right: 0.1rem;
}
.md-compare-2 .overflow {
  overflow-x: auto;
  background-color: #e1eff7;
  border-radius: 8px;
  margin-top: 0.4rem;
  margin-bottom: 0.8rem;
}
.md-compare-2 .list .li {
  width: 3.2rem;
  width: 2.8rem;
  min-width: 220px;
  padding: 0.4rem 0.35rem;
  box-shadow: 1px 0 0 0 #c9dce7;
  flex-shrink: 0;
  min-height: 5.5rem;
}
.md-compare-2 .list .dd {
  position: relative;
}
.md-compare-2 .list .off {
  position: absolute;
  top: 0;
  left: calc(100% + 0.1rem);
  color: var(--theme);
  width: 1em;
  height: 1em;
  cursor: pointer;
}
.md-compare-2 .list .off svg {
  width: 100%;
}
.md-compare-2 .list .top {
  position: relative;
  padding-bottom: 0.04rem;
  background-color: var(--theme);
  border-radius: 0.16rem;
}
.md-compare-2 .list .c-pic {
  border-radius: 0.16rem;
}
.md-compare-2 .list .img {
  padding-top: calc( 292 / 296 * 100%);
}
.md-compare-2 .list .text {
  display: block;
  margin-top: 0.24rem;
  line-height: calc(24 / 14);
}
.md-compare-2 .list .title {
  color: var(--theme);
  margin: 0.06rem 0;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .md-compare-2 .list .li {
    min-width: 20em;
  }
}
.md-compare-2 .s-tit {
  color: var(--active);
}
.md-compare-2 .tab1 {
  margin-top: 0.22rem;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 0.16rem;
  overflow-x: auto;
}
.md-compare-2 .tab1 .tr {
  min-width: -moz-max-content;
  min-width: max-content;
}
.md-compare-2 .tab1 .hd {
  background-color: #045395;
  color: #fff;
  padding: 0.18rem 0.3rem;
}
.md-compare-2 .tab1 .dd {
  width: 2.8rem;
  padding: 0.38rem 0.38rem;
  border-right: 1px solid #eee;
  flex-shrink: 0;
}
.md-compare-2 .tab2 {
  margin-top: 0.16rem;
}
.md-compare-2 .tab2 .tr {
  display: flex;
}
.md-compare-2 .tab2 .td {
  padding: 0.12rem 0;
}
.md-compare-2 .tab2 .td:nth-child(1) {
  width: 1.3rem;
  width: 3rem;
  min-width: 100px;
  border-right: 1px solid #d0e8f5;
}
.md-compare-2 .tab2 .td:nth-child(2) {
  width: calc(100% - 3rem);
  padding-left: 0.6rem;
}

.md-links-1 {
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.md-links-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-links-1 .h2 {
  color: var(--active);
  line-height: 1.25;
}
.md-links-1 .subtit {
  color: var(--active);
  opacity: 0.8;
  line-height: 1.25;
  margin-top: 2px;
}
.md-links-1 .nav {
  box-shadow: 0 -1px 0 0 inset #d0e8f5;
  margin-top: 0.16rem;
}
.md-links-1 .nav .swiper-container {
  display: inline-block;
}
.md-links-1 .nsw {
  width: auto;
  margin-right: 1.1rem;
  padding: 0.18rem 0;
  color: var(--active);
  cursor: pointer;
  transition: 0.5s;
}
.md-links-1 .nsw::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--theme);
  transform: scaleX(0);
  transition: 0.5s;
}
.md-links-1 .nsw:last-child {
  margin-right: 0;
}
.md-links-1 .nsw.on, .md-links-1 .nsw:hover {
  color: var(--theme);
}
.md-links-1 .nsw.on::after, .md-links-1 .nsw:hover::after {
  transform: scaleX(1);
}
@media screen and (max-width: 900px) {
  .md-links-1 .nsw {
    margin-right: 0.5rem;
  }
}
.md-links-1 .letter {
  margin-top: 0.36rem;
}
.md-links-1 .letter .la {
  padding: 0.1rem 0.12rem;
  color: var(--active);
}
.md-links-1 .letter .la:hover, .md-links-1 .letter .la.on {
  color: var(--theme);
}
.md-links-1 .lists {
  margin-top: 0.6rem;
  position: relative;
}
.md-links-1 .lists::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 20%);
  z-index: 30;
}
.md-links-1 .lists::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, white 20%);
  z-index: 30;
}
.md-links-1 .d-wrap {
  width: 100%;
  position: relative;
}
.md-links-1 .d-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  font-size: 0;
}
.md-links-1 .d-list {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}
.md-links-1 .d-item {
  display: inline-block;
  vertical-align: middle;
  width: 2.4rem;
  padding: 0.05rem;
  box-shadow: 0 0 1rem rgba(234, 246, 253, 0.5);
}
.md-links-1 .d-link {
  display: block;
  cursor: pointer;
  width: 100%;
}
.md-links-1 .d-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 47.8260869565%;
}
.md-links-1 .d-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all ease 0.5s;
}
.md-links-1 .d-link:hover .d-img img {
  transform: scale(1.05);
}
.md-links-1 .d-wrap:nth-child(2n) .d-inner {
  padding-left: 1.2rem;
}
/* 申请样品 */
.md-apply-0 {
  background-color: var(--bg);
  position: relative;
}
.md-apply-0 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-apply-0 .h2 {
  color: var(--active);
  line-height: 1.25;
}
.md-apply-0 .subtit {
  color: var(--active);
  opacity: 0.8;
  line-height: 1.25;
  margin-top: 2px;
}
.md-apply-0 .nav {
  box-shadow: 0 -1px 0 0 inset #d0e8f5;
  margin-top: 0.26rem;
}
.md-apply-0 .nav .swiper-container {
  display: inline-block;
}
.md-apply-0 .nsw {
  width: auto;
  margin-right: 1.1rem;
  padding: 0.18rem 0;
  color: var(--active);
  cursor: pointer;
  transition: 0.5s;
}
.md-apply-0 .nsw::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--theme);
  transform: scaleX(0);
  transition: 0.5s;
}
.md-apply-0 .nsw:last-child {
  margin-right: 0;
}
.md-apply-0 .nsw.on, .md-apply-0 .nsw:hover {
  color: var(--theme);
}
.md-apply-0 .nsw.on::after, .md-apply-0 .nsw:hover::after {
  transform: scaleX(1);
}
@media screen and (max-width: 900px) {
  .md-apply-0 .nsw {
    margin-right: 0.5rem;
  }
}

.md-apply-1 {
  padding-top: 0.45rem;
  padding-bottom: 0.2rem;
  background-color: var(--bg);
  position: relative;
  overflow: hidden;
}
.md-apply-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-apply-1 .title {
  text-align: center;
}
.md-apply-1 .form .cate {
  display: flex;
  flex-wrap: wrap;
}
.md-apply-1 .form .tit1 {
  margin-bottom: 0.12rem;
}
.md-apply-1 .form .cate-item {
  width: calc(520 / 1600 * 100%);
  margin-right: calc(20 / 1600 * 100%);
}
.md-apply-1 .form .cate-item:nth-child(3n) {
  margin-right: 0;
}
.md-apply-1 .form .cate-item {
  margin-bottom: 0.2rem;
}
.md-apply-1 .form .select {
  width: 100%;
  height: 0.6rem;
  min-height: 40px;
  border: 1px solid #eee;
  padding: 0 0.2rem;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url(../images/icon-arr.png) no-repeat right 0.2rem center;
  color: inherit;
}
.md-apply-1 .form .list {
  height: 4.8rem;
  min-height: 300px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 0.08rem;
  overflow: hidden;
}
.md-apply-1 .form .result {
  display: flex;
  justify-content: space-between;
}
.md-apply-1 .form .result .lf,
.md-apply-1 .form .result .rg {
  width: 49%;
  margin-top: 0.25rem;
}
.md-apply-1 .form .prod,
.md-apply-1 .form .prod2 {
  padding: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.md-apply-1 .form .prod .imgs,
.md-apply-1 .form .prod2 .imgs {
  width: 1.3rem;
  margin-right: 0.3rem;
  background-color: var(--theme);
  padding-bottom: 0.04rem;
  border-radius: 0.16rem;
}
.md-apply-1 .form .prod .c-pic,
.md-apply-1 .form .prod2 .c-pic {
  position: relative;
  border-radius: 0.16rem;
}
.md-apply-1 .form .prod .c-pic:before,
.md-apply-1 .form .prod2 .c-pic:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
}
.md-apply-1 .form .prod .img,
.md-apply-1 .form .prod2 .img {
  padding-top: 100%;
}
.md-apply-1 .form .prod .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0.9rem;
  height: 0.3rem;
  min-height: 26px;
  padding: 0 1em;
}
.md-apply-1 .form .prod .btn:hover {
  background-color: #009743;
}
.md-apply-1 .form .prod .text {
  flex: 1;
  padding-right: 0.2rem;
}
.md-apply-1 .form .prod .t2 {
  margin-top: 0.05rem;
}
.md-apply-1 .form .prod .more {
  margin-top: 0.1rem;
  color: var(--theme);
  text-decoration: underline;
  display: block;
}
.md-apply-1 .form .prod2 .close {
  cursor: pointer;
  width: 14px;
  height: 14px;
  background: url(../images/icon-off-o.png) no-repeat center/contain;
}
.md-apply-1 .form .prod2 .tit {
  flex: 1;
}
.md-apply-1 .form .prod2 .num {
  width: 0.5rem;
  height: 0.5rem;
  min-width: 30px;
  min-height: 30px;
  border: 1px solid #eee;
  outline: none;
  background: #fff;
  text-align: center;
  font-size: inherit;
  margin-right: 0.2rem;
  display: block;
  border-radius: 0;
}
.md-apply-1 .form .tips {
  margin-top: 0.14rem;
}
.md-apply-1 .com-btn {
  min-width: 1.5rem;
  min-height: 0.5rem;
}
.md-apply-1 .custom-scrollbar-y::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
}
.md-apply-1 .custom-scrollbar-y::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: var(--active);
}
.md-apply-1 .custom-scrollbar-y::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background-color: #dae6ed;
}
.md-apply-1 .ft {
  margin-bottom: 0.16rem;
}
.md-apply-1 .ta {
  display: block;
  width: 100%;
  height: 5rem;
  min-height: 2rem;
  background-color: #fff;
  border: none;
  border-radius: 0.5em;
  padding: 1em;
}
@media (max-width: 900px) {
  .md-apply-1 .section {
    padding: 6% 4%;
  }
  .md-apply-1 .form .result {
    display: block;
  }
  .md-apply-1 .form .result .lf,
  .md-apply-1 .form .result .rg {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .md-apply-1 .form .select {
    width: 100%;
    margin-right: 0;
  }
}

.md-apply-2 {
  padding-top: 0.2rem;
  padding-bottom: 1rem;
  background-color: var(--bg);
  position: relative;
  overflow: hidden;
}
.md-apply-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-apply-2 .form {
  margin-top: 0.1rem;
}
.md-apply-2 .form-item {
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
  width: 100%;
}
.md-apply-2 .form-item.w3 {
  width: 33.33%;
}
.md-apply-2 .form-item.w2 {
  width: 50%;
}
.md-apply-2 .input_container {
  display: flex;
  flex-wrap: wrap;
}
.md-apply-2 .ipt {
  width: 100%;
  height: calc( 56em / 16);
  border: 1px solid #eee;
  padding: 0 0.2rem;
  background: #fff;
  width: 100%;
  border-radius: 0.5em;
}
.md-apply-2 .getCode {
  width: 100%;
  height: calc( 56em / 16);
  border: 1px solid var(--theme);
  border-radius: 0.5em;
  padding: 0 0.2rem;
  text-align: center;
  color: var(--theme);
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s;
}
.md-apply-2 .getCode:hover {
  background: var(--theme);
  color: #fff;
}
.md-apply-2 .select {
  width: 100%;
  height: 0.6rem;
  border: 1px solid #eee;
  padding: 0 0.2rem;
  margin-right: 0.2rem;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: inherit;
  background: #fff url(../images/icon-cor.png) no-repeat right 0.2rem center;
  color: inherit;
}
.md-apply-2 .c-more {
  border: none;
  margin: 0 auto 0;
  padding: 0;
  background-color: var(--bg);
}
.md-apply-2 .noClick {
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .md-apply-2 .form-item.w3 {
    width: 100%;
  }
  .md-apply-2 .form-item.w2 {
    width: 100%;
  }
  .md-apply-2 .form-item.w5_wap {
    width: 50%;
  }
}

.md-market-1 {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
}
.md-market-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-market-1 .logo .lo {
  display: block;
  height: 1em;
  margin: 0 auto;
}
.md-market-1 .h2 {
  margin-top: 0.32rem;
}
.md-market-1 .all {
  margin-top: 0.34rem;
}
.md-market-1 .all span {
  color: var(--theme);
}
.md-market-1 .form1 {
  position: relative;
  background-color: #fff;
  width: 7.3rem;
  min-width: 500px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 0.22rem;
  border: solid 2px var(--theme);
  border-radius: 0.1rem;
}
.md-market-1 .form1 .ipt {
  flex: 1;
  height: calc( 68em / 16);
  min-width: 10px;
  padding: 0 0.2rem;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: 0.2s;
}
.md-market-1 .form1 .ipt::-moz-placeholder {
  color: #999;
}
.md-market-1 .form1 .ipt::placeholder {
  color: #999;
}
.md-market-1 .form1 .more-btn {
  padding-right: 0.3rem;
  border-right: 0.02rem solid #eee;
  cursor: pointer;
}
.md-market-1 .form1 .more-btn .icon {
  width: 0.1rem;
  min-width: 6px;
  margin-left: 0.06rem;
}
.md-market-1 .form1 .more-btn:hover .text {
  color: var(--theme);
}
.md-market-1 .form1 .link-btn {
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1.47rem;
}
.md-market-1 .form1 .link-btn .icon {
  width: 0.21rem;
  min-width: 16px;
  margin-right: 0.09rem;
}
.md-market-1 .form1 .link-btn:hover .text {
  color: var(--theme);
}
.md-market-1 .form1 .btn {
  width: 0.9rem;
  height: calc( 68em / 16);
  background: var(--theme) url(../images/icon-mag.png) no-repeat center/0.18rem auto;
  border: none;
  cursor: pointer;
}
.md-market-1 .form1 .more-search-panel {
  z-index: 999;
  position: absolute;
  left: 2px;
  top: -2px;
  width: calc(100% + 4px);
  border: 2px solid var(--theme);
  border-radius: 0.1rem;
  background: #fff;
  padding: 4px 0;
  display: none;
  overflow: hidden;
}
.md-market-1 .form1 .more-search-panel.show {
  display: block;
}
.md-market-1 .form1 .more-search-panel .area {
  display: block;
  width: 100%;
  height: 1.8rem;
  min-height: 100px;
  border: none;
  padding: 0.12rem 0.2rem;
  line-height: 2;
}
.md-market-1 .form1 .more-search-panel .area::-webkit-scrollbar {
  width: 6px;
}
.md-market-1 .form1 .more-search-panel .area::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--active);
}
.md-market-1 .form1 .more-search-panel .area::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #eef3f5;
}
.md-market-1 .form1 .more-search-panel .fb {
  position: absolute;
  bottom: 0.1rem;
  right: 0.16rem;
}
.md-market-1 .form1 .more-search-panel .btn {
  width: 1.5rem;
  height: 0.46rem;
  background-image: none;
}
.md-market-1 .form1 .more-search-panel .btn2 {
  height: 2.5em;
  padding: 0 0.3rem;
  border-radius: 0.1rem;
  background-color: var(--theme);
  color: #fff;
  border: none;
  cursor: pointer;
}
.md-market-1 .form1 .more-search-panel .btn2 img {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.md-market-1 .form1 .more-search-panel .close {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  cursor: pointer;
  width: 0.15rem;
  min-width: 15px;
}
@media (max-width: 900px) {
  .md-market-1 .form1 {
    min-width: 100%;
  }
}
.md-market-1 .ul {
  margin-top: 0.66rem;
}
.md-market-1 .ul .li {
  width: calc(378 / 1600 * 100%);
  margin-right: calc(29 / 1600 * 100%);
}
.md-market-1 .ul .li:nth-child(4n) {
  margin-right: 0;
}
.md-market-1 .ul .li {
  margin-bottom: 0.3rem;
}
.md-market-1 .ul .dd {
  display: block;
  height: 100%;
  background-color: #fff;
  padding: 0.42rem 0.4rem 0.3rem;
  border-radius: 0.16rem;
  transition: 0.5s;
}
.md-market-1 .ul .dd:hover {
  transform: translateY(-0.1rem);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.md-market-1 .ul .dd:hover .icon {
  transform: scale(1.05);
}
.md-market-1 .ul .icon {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset var(--theme);
  transition: 0.5s;
}
.md-market-1 .ul .ic {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.md-market-1 .ul .title {
  color: var(--theme);
  margin-top: 0.16rem;
}
.md-market-1 .ul .subtit {
  margin-top: 0.04rem;
  margin-bottom: 0.06rem;
}
.md-market-1 .ul .intro {
  color: #666;
  line-height: calc(30 / 16);
}
@media screen and (max-width: 900px) {
  .md-market-1 .ul {
    justify-content: space-between;
  }
  .md-market-1 .ul .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 500px) {
  .md-market-1 .ul .li {
    width: 100%;
  }
}

.md-product-1 {
  padding-bottom: 1rem;
  position: relative;
  background-color: var(--bg);
}
.md-product-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-product-1 .h2 {
  color: var(--active);
  line-height: 1.25;
}
.md-product-1 .subtit {
  color: var(--active);
  opacity: 0.8;
  line-height: 1.25;
  margin-top: 2px;
}
.md-product-1 .desc {
  line-height: calc(26 / 16);
  margin-top: 0.24rem;
}
@media screen and (max-width: 500px) {
  .md-product-1 .desc {
    text-align: left;
  }
}
.md-product-1 .filter {
  margin-top: 0.8rem;
  margin-bottom: 0.6rem;
}
.md-product-1 .com-btn {
  min-width: 2.3rem;
}
.md-product-1 .toggle .ti {
  margin-left: 0.45rem;
  transition: 0.5s;
  cursor: pointer;
}
.md-product-1 .toggle .ti:hover, .md-product-1 .toggle .ti.on {
  color: var(--theme);
}
.md-product-1 .toggle .ti:hover .i1, .md-product-1 .toggle .ti.on .i1 {
  opacity: 0;
}
.md-product-1 .toggle .ti:hover .i2, .md-product-1 .toggle .ti.on .i2 {
  opacity: 1;
}
.md-product-1 .toggle .icon {
  width: 1em;
  height: 1em;
  margin: 0 auto;
  position: relative;
}
.md-product-1 .toggle img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.3s;
}
.md-product-1 .toggle .i2 {
  opacity: 0;
}
.md-product-1 .toggle .te {
  margin-top: 0.08rem;
}
.md-product-1 .pro-list {
  margin-bottom: 0.2rem;
}
.md-product-1 .type-2 {
  margin-bottom: 0.5rem;
}

.pro-list .li {
  width: calc(296 / 1600 * 100%);
  margin-right: calc(30 / 1600 * 100%);
}
.pro-list .li:nth-child(5n) {
  margin-right: 0;
}
.pro-list .li {
  margin-bottom: 0.55rem;
}
.pro-list .dd {
  display: block;
  height: 100%;
  border-radius: 0.16rem;
  transition: 0.5s;
}
.pro-list .dd:hover .img {
  transform: scale(1.1);
}
.pro-list .dd:hover .title {
  color: var(--theme);
}
.pro-list .d-top {
  position: relative;
  padding-bottom: 0.04rem;
  background-color: var(--theme);
  border-radius: 0.16rem;
}
.pro-list .c-pic {
  border-radius: 0.16rem;
}
.pro-list .img {
  padding-top: calc( 292 / 296 * 100%);
}
.pro-list .d-bot {
  padding-top: 0.22rem;
}
.pro-list .title {
  transition: 0.5s;
}
.pro-list .intro {
  margin-top: 0.1rem;
}
.pro-list.type-2 .li {
  margin-bottom: 0.3rem;
}
.pro-list.type-2 .dd {
  background-color: #fff;
}
.pro-list.type-2 .dd:hover {
  box-shadow: 0 0 0 2px inset var(--theme);
}
.pro-list.type-2 .d-top {
  display: none;
}
.pro-list.type-2 .d-bot {
  padding: 0.35rem;
}
@media screen and (max-width: 900px) {
  .pro-list {
    justify-content: space-between;
  }
  .pro-list .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 500px) {
  .pro-list.type-2 .li {
    width: 100%;
  }
}

.md-product-11 {
  padding-bottom: 0.58rem;
  position: relative;
  background-color: var(--bg);
}
.md-product-11 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-product-11 .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-product-11 .h1 {
  color: var(--active);
}
.md-product-11 .box {
  margin-top: 0.64rem;
}
.md-product-11 .box-left {
  width: calc( 700 / 1600 * 100%);
}
.md-product-11 .box-right {
  width: calc( 830 / 1600 * 100%);
}
.md-product-11 .swipers {
  position: relative;
}
.md-product-11 .swipers .img {
  padding-top: 100%;
}
.md-product-11 .w100 .swiper1 {
  left: -200vw;
}
.md-product-11 .w100 .swiper2 {
  width: 100%;
}
.md-product-11 .swiper1 {
  width: calc( 170 / 700 * 100%);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  left: -200vw;
  padding-left: 0.3rem;
}
.md-product-11 .swiper1 .swiper-container {
  height: 100%;
}
.md-product-11 .swiper2 {
  width: calc( 500 / 700 * 100%);
  width: 100%;
  position: relative;
}
.md-product-11 .swiper2 .swiper-container {
  border-radius: 0.16rem;
}
.md-product-11 .sw1 {
  height: auto;
  border-radius: 0.16rem;
  margin-bottom: 0.1rem;
  cursor: pointer;
}
.md-product-11 .sw1:last-child {
  margin-bottom: 0;
}
.md-product-11 .sw1 .c-pic {
  border-radius: 0.16rem;
}
.md-product-11 .sw2 {
  cursor: pointer;
}
.md-product-11 .sw2::before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 0.05rem;
  background-color: var(--theme);
  z-index: 3;
}
.md-product-11 .sw2:hover .img {
  transform: scale(1.05);
}
.md-product-11 .sw2 video {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.md-product-11 .sw2 .ii {
  padding-top: 100%;
}
.md-product-11 .thumb-active::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  border: 2px solid var(--theme);
  z-index: 3;
  pointer-events: none;
}
.md-product-11 .bots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.md-product-11 .sbtn {
  width: 1em;
  height: 1em;
  background-color: var(--theme);
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 0.5em);
  cursor: pointer;
  z-index: 30;
}
.md-product-11 .sbtn svg {
  width: 30%;
  height: 30%;
}
.md-product-11 .prev {
  left: 0.2rem;
}
.md-product-11 .next {
  right: 0.2rem;
}
.md-product-11 .swiper-pagination {
  position: static;
  margin: 0 0.3rem;
}
.md-product-11 .swiper-pagination-bullet {
  width: 2px;
  height: 0.5em;
  margin: 0 0.05rem;
  opacity: 1;
  background-color: #999;
  border-radius: 0;
}
.md-product-11 .swiper-pagination-bullet-active {
  height: 1em;
  background-color: var(--active);
}
.md-product-11 .swiper-scrollbar {
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #d5e7f1;
}
.md-product-11 .swiper-scrollbar .swiper-scrollbar-drag {
  left: 0;
  width: 6px !important;
  background-color: var(--theme);
}
.md-product-11 .name {
  margin-top: 0.05rem;
}
.md-product-11 .standard {
  color: var(--theme);
  margin-top: 0.27rem;
}
.md-product-11 .standard p + p {
  margin-top: 0.12rem;
}
.md-product-11 .price {
  color: var(--active);
  margin-bottom: 0.1rem;
}
.md-product-11 .category .cg-item {
  margin-bottom: 0.36rem;
}
.md-product-11 .category .cg-i {
  width: 0.8rem;
  margin-right: 0.2rem;
  margin-top: 0.16rem;
  position: relative;
  cursor: pointer;
}
.md-product-11 .category .selected::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  border: solid 1px var(--active);
  pointer-events: none;
  z-index: 3;
}
.md-product-11 .category .img {
  position: relative;
  padding-top: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.md-product-11 .category .img img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.md-product-11 .category .cg-bi {
  padding: 0.12rem 0.2rem;
  background-color: #fff;
  border-radius: 0.1rem;
  font-weight: bold;
  margin-top: 0.2rem;
  margin-right: 0.2rem;
  position: relative;
  cursor: pointer;
}
.md-product-11 .info {
  margin-top: 0.25rem;
}
.md-product-11 .info .item {
  width: 50%;
  padding-right: 1em;
  margin-bottom: 0.2rem;
}
.md-product-11 .info span {
  color: #666;
}
.md-product-11 .btns {
  margin-top: 0.6rem;
}
.md-product-11 .com-btn {
  width: calc(260 / 830 * 100%);
  margin-right: calc(25 / 830 * 100%);
}
.md-product-11 .com-btn:nth-child(3n) {
  margin-right: 0;
}
.md-product-11 .com-btn {
  min-height: 0.5rem;
  margin-bottom: 0.2rem;
}
.md-product-11 .com-btn:hover .btn-inner {
  background-color: var(--theme);
  color: #fff;
}
.md-product-11 .com-btn:hover .btn-inner::before, .md-product-11 .com-btn:hover .btn-inner::after {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 900px) {
  .md-product-11 .box-left {
    width: 100%;
  }
  .md-product-11 .box-right {
    width: 100%;
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 500px) {
  .md-product-11 .info .item {
    width: 100%;
  }
  .md-product-11 .btns {
    justify-content: space-between;
  }
  .md-product-11 .com-btn {
    width: 48%;
    margin-right: 0;
  }
}

.md-product-12 {
  background-color: var(--bg);
  position: relative;
}
.md-product-12 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-product-12 .nsw {
  width: auto;
  margin-right: 0.6rem;
  padding: 0.18rem 0;
  cursor: pointer;
  transition: 0.5s;
}
.md-product-12 .nsw::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--theme);
  transform: scaleX(0);
  transition: 0.5s;
}
.md-product-12 .nsw:last-child {
  margin-right: 0;
}
.md-product-12 .nsw.on, .md-product-12 .nsw:hover {
  color: var(--theme);
}
.md-product-12 .nsw.on::after, .md-product-12 .nsw:hover::after {
  transform: scaleX(1);
}
.md-product-12 .bd-item {
  display: none;
}
.md-product-12 .bd-item.on {
  display: block;
}
.md-product-12 .table {
  border-top: 1px solid #eeeeee;
}
.md-product-12 .table .tr {
  display: flex;
}
.md-product-12 .table .tr:nth-of-type(2n + 1) {
  background: #e1eff7;
}
.md-product-12 .table .td-1 {
  width: 36.7708333333%;
  padding-left: 2.4rem;
  padding-top: 0.58rem;
  padding-right: 0.2rem;
  padding-bottom: 0.2rem;
}
.md-product-12 .table .td-2 {
  flex: 1;
  padding-right: 0.8rem;
}
.md-product-12 .file-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.57rem;
  word-break: break-all;
}
.md-product-12 .file-list .item {
  flex-grow: 1;
  margin-bottom: 0.5rem;
  padding-right: 1.8rem;
}
.md-product-12 .file-list .t1-wrap {
  display: flex;
  align-items: center;
}
.md-product-12 .file-list .t1-wrap .t1 {
  flex: 1;
}
.md-product-12 .file-list .t1-wrap .btn {
  width: 0.56rem;
  height: 0.56rem;
  min-width: 30px;
  min-height: 30px;
  background: #fff;
  border-radius: 50%;
  margin-left: 0.2rem;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.md-product-12 .file-list .t1-wrap .btn img {
  width: 50%;
  height: 36%;
  transition: 0.2s;
  -o-object-fit: contain;
     object-fit: contain;
}
.md-product-12 .file-list .t1-wrap .btn:hover img {
  transform: scale(1.2);
}
.md-product-12 .file-list .t2 {
  display: flex;
  align-items: center;
  margin-top: 0.15rem;
}
.md-product-12 .file-list .t2 img {
  width: 0.23rem;
  min-width: 16px;
  margin-right: 0.1rem;
}
.md-product-12 .file-list .t3 {
  margin-top: 0.25rem;
}
.md-product-12 .params-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.57rem;
  padding-bottom: 0.13rem;
  word-break: break-all;
}
.md-product-12 .params-list .item {
  width: 50%;
  margin-bottom: 0.44rem;
  padding-right: 0.2rem;
}
.md-product-12 .params-list .t2 {
  margin-top: 0.16rem;
}
.md-product-12 .features {
  padding-top: 0.57rem;
  padding-bottom: 0.6rem;
  color: #666;
}
.md-product-12 .features a {
  color: var(--theme);
}
@media (max-width: 900px) {
  .md-product-12 .table .td-1 {
    padding-left: 4%;
    font-size: 14px;
  }
  .md-product-12 .table .td-2 {
    padding-right: 4%;
  }
  .md-product-12 .file-list .item {
    width: 100%;
    padding-right: 0;
  }
  .md-product-12 .features {
    font-size: 14px;
  }
}

.md-product-13 {
  padding-top: 0.75rem;
  padding-bottom: 0.53rem;
  background-color: var(--bg);
  position: relative;
}
.md-product-13 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-product-13 .row {
  margin-top: 0.42rem;
}
.md-product-13 .row .row-left {
  width: 23.75%;
}
.md-product-13 .row .row-right {
  width: 75%;
}
.md-product-13 .row-top a {
  color: var(--theme);
}
.md-product-13 .cate-list .li {
  display: flex;
  align-items: center;
  padding-left: 0.4rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eee;
  min-height: 0.8rem;
  border-radius: 0.16rem;
  transition: 0.2s;
}
.md-product-13 .cate-list .li.on, .md-product-13 .cate-list .li:hover {
  background: var(--theme);
  border-bottom-color: var(--theme);
}
.md-product-13 .cate-list .li.on .t, .md-product-13 .cate-list .li:hover .t {
  color: #fff;
}
.md-product-13 .cate-list .li.on .line, .md-product-13 .cate-list .li:hover .line {
  background: #fff;
  opacity: 0.3;
}
.md-product-13 .cate-list .li.on .icon, .md-product-13 .cate-list .li:hover .icon {
  filter: brightness(0) invert(1);
}
.md-product-13 .cate-list .t {
  flex: 1;
}
.md-product-13 .cate-list .line {
  width: 3px;
  height: 0.16rem;
  min-height: 10px;
  background-color: #b2cede;
  margin-left: 0.2rem;
}
.md-product-13 .cate-list .icon {
  width: 0.5em;
  height: 1em;
  min-height: 10px;
  background: url(../images/a14.png) no-repeat center/contain;
  margin-left: 0.24rem;
  margin-right: 0.25rem;
}
.md-product-13 .tab-item {
  display: none;
}
.md-product-13 .tab-item.show {
  display: block;
}
.md-product-13 .tab-hd {
  position: relative;
}
.md-product-13 .list {
  padding-top: 0.54rem;
}
.md-product-13 .list .li {
  width: 48.3333333333%;
  margin-bottom: 0.3rem;
}
.md-product-13 .list .dd {
  position: relative;
  padding: 0.2rem;
  border-radius: 0.16rem;
  background-color: #fff;
}
.md-product-13 .list .imgs {
  width: 1.3rem;
  margin-right: 0.3rem;
  background-color: var(--theme);
  padding-bottom: 0.04rem;
  border-radius: 0.16rem;
}
.md-product-13 .list .c-pic {
  position: relative;
  border-radius: 0.16rem;
  background-color: #fff;
}
.md-product-13 .list .c-pic:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
}
.md-product-13 .list .img {
  padding-top: 100%;
}
.md-product-13 .list .li .imgs .tit{
  text-align: center;
  color: #eee;	
}
.md-product-13 .list .text {
  flex: 1;
  /* padding-right: 1.3rem; */
}
.md-product-13 .list .text .desc {
  margin-top: 0.19rem;
}
.md-product-13 .list .text .desc p {
  margin-bottom: 0.11rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.md-product-13 .list .btn {
  position: absolute;
  left: 1.78rem;
  top: 1.31rem;
  min-width: 1.3rem;
  min-height: 0.42rem;
}
.md-product-13 .btns {
  position: relative;
}
.md-product-13 .btns::before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 2.25rem;
  background-image: linear-gradient(180deg, rgba(234, 246, 253, 0), rgba(234, 246, 253, 0.6), #eaf6fd);
}
.md-product-13 .btns .com-btn {
  transform: translateY(-0.2rem);
}
.md-product-13 .foot {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
  height: 2.25rem;
  background: linear-gradient(to bottom, transparent, #fff);
  pointer-events: none;
}
@media (max-width: 1000px) {
  .md-product-13 .row {
    display: block;
  }
  .md-product-13 .row .row-left {
    width: 100%;
  }
  .md-product-13 .row .row-right {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .md-product-13 .list {
    display: block;
  }
  .md-product-13 .list .li {
    width: 100%;
  }
}

.com-nav {
  box-shadow: 0 -1px 0 0 inset #d0e8f5;
  margin-top: 0.5rem;
}
.com-nav .swiper-container {
  display: inline-block;
}
.com-nav .nsw {
  width: auto;
  margin-right: 1.1rem;
  padding: 0.18rem 0;
  color: var(--active);
  cursor: pointer;
  transition: 0.5s;
}
.com-nav .nsw::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--theme);
  transform: scaleX(0);
  transition: 0.5s;
}
.com-nav .nsw:last-child {
  margin-right: 0;
}
.com-nav .nsw.on, .com-nav .nsw:hover {
  color: var(--theme);
}
.com-nav .nsw.on::after, .com-nav .nsw:hover::after {
  transform: scaleX(1);
}
@media screen and (max-width: 900px) {
  .com-nav .nsw {
    margin-right: 0.5rem;
  }
}

.md-product-2 {
  background-color: var(--bg);
  position: relative;
  padding-bottom: 0.4rem;
}
.md-product-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-product-2 .h2 {
  color: var(--active);
  line-height: 1.25;
}
.md-product-2 .subtit {
  color: var(--active);
  opacity: 0.8;
  line-height: 1.25;
  margin-top: 2px;
}
.md-product-2 .com-nav {
  margin-top: 0.25rem;
}
.md-product-2 .swiper {
  position: relative;
  border-radius: 0.16rem;
  overflow: hidden;
}
.md-product-2 .sw {
  min-width: 100px;
  height: auto;
  border-right: 1px solid #eee;
  max-width: none !important;
  flex: 0 0 auto !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
}
.md-product-2 .sw .th {
  color: #fff;
  background-color: #045395;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.75em;
}
.md-product-2 .sw .th1 {
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  padding: 0 0.2rem;
}
.md-product-2 .sw .inp {
  position: relative;
}
.md-product-2 .sw .ip {
  width: 100%;
  height: calc( 50em / 16 );
  border: none;
  padding: 0 0.2rem;
  padding-right: 0.4rem;
}
.md-product-2 .sw .btn {
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-mag-g.png);
  padding: 0;
  background-color: #fff;
  border: none;
  position: absolute;
  right: 0.2rem;
  top: calc(50% - 0.5em);
}
.md-product-2 .sw .group {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  height: 3rem;
  overflow-y: auto;
}
.md-product-2 .sw .group::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.06rem; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.md-product-2 .sw .group::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: var(--active);
}
.md-product-2 .sw .group::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #eef3f5;
}
.md-product-2 .sw .lab-list {
  padding: 0.2rem;
  display: inline-block;
}
.md-product-2 .sw .lab {
  min-width: 110px;
  color: #333;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
  cursor: pointer;
  white-space: nowrap;
}
.md-product-2 .sw .lab.disable {
  opacity: 0.6;
  pointer-events: none;
}
.md-product-2 .sw .lab input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}
.md-product-2 .sw input:checked + .icon {
  background-color: var(--theme);
  box-shadow: 0 0 0 1px inset var(--theme);
  background-image: url(../images/icon-selected.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75% auto;
}
.md-product-2 .sw .icon {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px inset #ddd;
  margin-right: 0.1rem;
  border-radius: 0.25em;
  flex-shrink: 0;
}
.md-product-2 .sw .reset {
  width: 100%;
  height: calc( 50em / 16 );
  display: block;
  background-color: #fff;
  color: var(--theme);
  border: none;
  cursor: pointer;
}
.md-product-2 .swiper-scrollbar {
  background-color: #d5e7f1;
  height: 0.06rem;
  margin-top: 0.2rem;
  border-radius: 1rem;
}
.md-product-2 .swiper-scrollbar-drag {
  border-radius: 1rem;
  background-color: var(--theme);
}
.md-product-2 .res-i {
  margin-top: 0.2rem;
  margin-right: 0.2rem;
  background-color: #fff;
  border-radius: 0.5em;
  padding: 0.16rem 0.2rem;
  padding-right: 0.7rem;
  position: relative;
}
.md-product-2 .res-i .off {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0.2rem;
  top: calc(50% - 0.5em);
  background-image: url(../images/icon-off-o.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.md-product-2 .btns {
  margin-top: 0.2rem;
}
.md-product-2 .com-btn .btn-inner {
  background-color: #045395;
}

.md-product-3 {
  padding-top: 0.25rem;
  padding-bottom: 0.8rem;
  background-color: var(--bg);
  position: relative;
}
.md-product-3 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-product-3 .h2 {
  color: var(--active);
  line-height: 1.25;
}
.md-product-3 .subtit {
  color: var(--active);
  opacity: 0.8;
  line-height: 1.25;
  margin-top: 2px;
}
.md-product-3 .h2 {
  margin-right: 0.4rem;
}
.md-product-3 .form {
  width: 4.5rem;
  margin-right: 0.2rem;
  position: relative;
}
.md-product-3 .form .ip {
  width: 100%;
  height: calc( 56em / 16  );
  border-radius: 0.5em;
  padding: 0 0.2rem;
  border: none;
}
.md-product-3 .form .submit {
  width: 1em;
  height: 1em;
  border: none;
  background-color: #fff;
  color: var(--theme);
  border: none;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0.2rem;
  padding: 0;
}
.md-product-3 .form .submit svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .md-product-3 .tops {
    flex-wrap: wrap;
  }
  .md-product-3 .t-le {
    width: 100%;
  }
  .md-product-3 .t-ri {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.md-product-3 .overflow {
  margin-top: 0.34rem;
  margin-bottom: 0.45rem;
  overflow-x: auto;
}
.md-product-3 .overflow::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}
.md-product-3 .overflow::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: var(--active);
}
.md-product-3 .overflow::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.md-product-3 .table {
  min-width: 800px;
}
.md-product-3 .tr {
  background-color: #fff;
  display: flex;
  margin-bottom: 0.3rem;
}
.md-product-3 .thead {
  background-color: var(--blue);
  padding: 0.16rem 0.2rem;
}
.md-product-3 .td {
  width: 50%;
}
.md-product-3 .td-1 {
  padding: 0.4rem 0.2rem 0.6rem;
  position: relative;
}
.md-product-3 .td-1::before {
  content: "";
  width: 0.62rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/pro3-line.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.md-product-3 .td-2 {
  padding: 0.4rem;
}
.md-product-3 .pro-1 .imgs {
  width: 1.5rem;
  margin-right: 0.3rem;
  background-color: var(--theme);
  padding-bottom: 0.04rem;
  border-radius: 0.16rem;
  flex-shrink: 0;
}
.md-product-3 .pro-1 .c-pic {
  position: relative;
  border-radius: 0.16rem;
  background-color: #fff;
}
.md-product-3 .pro-1 .c-pic:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
}
.md-product-3 .pro-1 .img {
  padding-top: 100%;
}
.md-product-3 .pro-1 .text {
  flex-grow: 1;
}
.md-product-3 .pro-1 .intro {
  line-height: calc(24 / 14);
}
.md-product-3 .pro-1 .info {
  flex-grow: 1;
  padding-right: 0.2rem;
}
.md-product-3 .pro-1 .btn {
  flex-shrink: 0;
}
.md-product-3 .pro-1 .name {
  margin-top: 0.1rem;
}
@media screen and (max-width: 900px) {
  .md-product-3 .pro-1 .text {
    flex-wrap: wrap;
  }
  .md-product-3 .pro-1 .info {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.md-product-3 .pro-2 {
  margin-top: 0.36rem;
}
.md-product-3 .pro-2 > * {
  margin-bottom: 0.1rem;
}
.md-product-3 .pro-2 .lab {
  color: #333;
  line-height: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.md-product-3 .pro-2 .lab input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}
.md-product-3 .pro-2 input:checked + .icon {
  background-color: var(--theme);
  box-shadow: 0 0 0 1px inset var(--theme);
  background-image: url(../images/icon-selected.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75% auto;
}
.md-product-3 .pro-2 .icon {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px inset #ddd;
  margin-right: 0.1rem;
  border-radius: 0.25em;
  flex-shrink: 0;
}
.md-product-3 .pro-2 .line2 {
  width: 1px;
  height: 1.5em;
  background-color: #eee;
  margin: 0 0.15rem;
}
.md-product-3 .pro-2 .a2 {
  display: flex;
  align-items: center;
  color: var(--theme);
}
.md-product-3 .pro-2 .a2 img {
  width: 1.5em;
  height: 1.5em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.5em;
}
.md-product-3 .pro-3 .item {
  /* min-width: 33.3%; */
  width: 50%;
  margin-bottom: 0.22rem;
  padding-right: 0.5em;
}
.md-product-3 .pro-3 .item span {
  color: #666;
}
.md-product-3 .pro-4 {
  margin-top: 0.25rem;
  background-color: #eaf6fd;
  padding: 0.1rem 0.18rem;
}
.md-product-3 .pro-4 span {
  color: var(--theme);
}
.md-product-3 .pro-5 {
  padding: 0 0.2rem;
  margin-top: 0.2rem;
}
.md-product-3 .empty .e-txt {
  line-height: calc(34 / 18);
  margin-top: 0.85rem;
  margin-bottom: 0.5rem;
}
.md-product-3 .empty .com-btn {
  min-width: 2.3rem;
}
.md-product-3 .table > div {
  position: relative;
}
.md-product-3 .tfoot {
  width: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
/* 产品对照 */
.md-comparison-1 {
  padding-bottom: 1rem;
  position: relative;
  background-color: var(--bg);
}
.md-comparison-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-comparison-1 .h2 {
  color: var(--active);
  line-height: 1.25;
}
.md-comparison-1 .subtit {
  color: var(--active);
  opacity: 0.8;
  line-height: 1.25;
  margin-top: 2px;
}
.md-comparison-1 .toggle .ti {
  margin-left: 0.45rem;
  transition: 0.5s;
  cursor: pointer;
}
.md-comparison-1 .toggle .ti:hover, .md-comparison-1 .toggle .ti.on {
  color: var(--theme);
}
.md-comparison-1 .toggle .ti:hover .i1, .md-comparison-1 .toggle .ti.on .i1 {
  opacity: 0;
}
.md-comparison-1 .toggle .ti:hover .i2, .md-comparison-1 .toggle .ti.on .i2 {
  opacity: 1;
}
.md-comparison-1 .toggle .icon {
  width: 1em;
  height: 1em;
  margin: 0 auto;
  position: relative;
}
.md-comparison-1 .toggle img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.3s;
}
.md-comparison-1 .toggle .i2 {
  opacity: 0;
}
.md-comparison-1 .toggle .te {
  margin-top: 0.1rem;
}
.md-comparison-1 .overflow {
  overflow-x: auto;
  margin-top: 0.52rem;
  margin-bottom: 0.5rem;
}
.md-comparison-1 .overflow::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}
.md-comparison-1 .overflow::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: var(--active);
}
.md-comparison-1 .overflow::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.md-comparison-1 .table {
  min-width: 1000px;
  word-break: break-all;
}
.md-comparison-1 .table .thead {
  display: flex;
  background-color: var(--blue);
  border-radius: 0.16rem 0.16rem 0 0;
}
.md-comparison-1 .table .thead .td {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  min-height: 0.6rem;
  display: flex;
  align-items: center;
}
.md-comparison-1 .table .thead .td:last-of-type {
  border-right: none;
}
.md-comparison-1 .table .td {
  padding: 0 0.1rem 0 0.19rem;
  width: 9.7619047619%;
}
.md-comparison-1 .table .td-6 {
  width: 11.9047619048%;
}
.md-comparison-1 .table .td-7 {
  width: 17.8571428571%;
}
.md-comparison-1 .table .td-7 .text {
  color: var(--theme);
}
.md-comparison-1 .table .td-8 {
  width: 21.4285714286%;
}
.md-comparison-1 .table .tbody .tr {
  border-radius: 0.16rem;
  margin-bottom: 0.3rem;
  background: #fff;
  display: flex;
}
.md-comparison-1 .table .tbody .tr:first-child {
  border-radius: 0 0 0.16rem 0.16rem;
}
.md-comparison-1 .table .tbody .btn-copy {
  min-width: 0.34rem;
  line-height: 0.22rem;
  background-color: #f3f7fa;
  text-align: center;
  cursor: pointer;
  margin-left: 0.1rem;
  display: inline-block;
}
.md-comparison-1 .table .tbody .btn-copy:hover {
  color: var(--theme);
}
.md-comparison-1 .table .tbody .btn-copy2 {
  position: relative;
  cursor: pointer;
  font-size: 0;
  margin-left: 0.1rem;
  visibility: hidden;
  display: inline-block;
}
.md-comparison-1 .table .tbody .btn-copy2 img {
  width: 0.13rem;
  min-width: 13px;
}
.md-comparison-1 .table .tbody .btn-copy2_text {
  background: #ababab;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  line-height: 2;
  border-radius: 0.04rem;
  padding: 0 0.04rem;
  margin-right: 0.06rem;
  white-space: nowrap;
  visibility: hidden;
}
.md-comparison-1 .table .tbody .btn-copy2_text:after {
  content: "";
  position: absolute;
  right: -0.1rem;
  top: 50%;
  border: 0.05rem solid transparent;
  border-left-color: #ababab;
  transform: translateY(-50%);
}
.md-comparison-1 .table .tbody .btn-copy2:hover .btn-copy2_text {
  transition: 0.2s;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}
.md-comparison-1 .table .tbody .text {
  margin-top: 0.29rem;
}
.md-comparison-1 .table .tbody .text:hover .btn-copy2 {
  visibility: visible;
}
.md-comparison-1 .table .tbody .td {
  padding-bottom: 0.47rem;
}
.md-comparison-1 .table .tbody .td-1 {
  padding-top: 0.27rem;
}
.md-comparison-1 .table .tbody .td-5 {
  box-shadow: 0.08rem 0rem 0.15rem 0rem rgba(0, 0, 0, 0.06);
}
.md-comparison-1 .table .tbody .links {
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
  color: var(--theme);
}
.md-comparison-1 .table .tbody .links .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.15rem;
}
.md-comparison-1 .table .tbody .links .icon {
  width: 0.22rem;
  min-width: 20px;
  height: 0.2rem;
  margin-right: 0.04rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.md-comparison-1 .table .tbody .td-6 {
  padding: 0.3rem 0.2rem;
}
.md-comparison-1 .table .tbody .td-6 .imgs {
  width: 1.5rem;
  width: 1.2rem;
  background-color: var(--theme);
  padding-bottom: 0.04rem;
  border-radius: 0.16rem;
  flex-shrink: 0;
}
.md-comparison-1 .table .tbody .td-6 .c-pic {
  position: relative;
  border-radius: 0.16rem;
}
.md-comparison-1 .table .tbody .td-6 .c-pic:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
}
.md-comparison-1 .table .tbody .td-6 .img {
  padding-top: 100%;
}
.md-comparison-1 .table .tbody .text2 {
  line-height: 2;
  margin-top: 0.46rem;
}
.md-comparison-1 .table .tbody .com-btn {
  min-height: 0.5rem;
}
.md-comparison-1 .c-pagination {
  margin-top: 0.3rem;
}
.md-comparison-1 .show-list .table .td-6 {
  display: none;
}
.md-comparison-1 .show-list .table .td-7 {
  width: 20.8333333333%;
}
.md-comparison-1 .show-list .table .td-8 {
  width: 30.3571428571%;
}
.md-comparison-1 .show-list .table .tbody .td {
  padding-bottom: 0.18rem;
}
.md-comparison-1 .show-list .table .tbody .td-1 {
  padding-top: 0.33rem;
}
.md-comparison-1 .show-list .table .tbody .text {
  margin-top: 0.25rem;
}
.md-comparison-1 .show-list .table .tbody .text2 {
  margin-top: 0.21rem;
}
@media screen and (max-width: 500px) {
  .md-comparison-1 .filter {
    display: block;
  }
  .md-comparison-1 .toggle {
    margin-top: 0.3rem;
  }
}

.md-bom-1 {
  position: relative;
  padding-bottom: 1rem;
  background-color: var(--bg);
}
.md-bom-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-bom-1 .h2 {
  color: var(--active);
  line-height: 1.25;
}
.md-bom-1 .subtit {
  color: var(--active);
  opacity: 0.8;
  line-height: 1.25;
  margin-top: 2px;
}
.md-bom-1 .d11 {
  line-height: calc(26 / 16);
  margin-top: 0.22rem;
}
.md-bom-1 .form {
  margin-top: 0.44rem;
  padding: 0.8rem;
  padding-bottom: 0.95rem;
  background-color: #fff;
  border-radius: 0.08rem;
}
.md-bom-1 .btn {
  margin: 0 0.1rem;
}
.md-bom-1 .white-o .btn-inner {
  background-color: transparent;
}
.md-bom-1 .tip {
  margin-top: 0.38rem;
}
.md-bom-1 .tip span {
  color: var(--theme);
}
.md-bom-1 .file {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.bom-dialog {
  position: relative;
  z-index: 101;
  display: none;
}
.bom-dialog.show {
  display: block;
}
.bom-dialog .dlg-mask {
  position: fixed;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.bom-dialog .dlg-cont {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5.2rem;
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.45rem 0.4rem 0.5rem;
}
.bom-dialog .close {
  position: absolute;
  left: calc(100% + 0.16rem);
  bottom: 100%;
  width: 1em;
  height: 1em;
  color: #fff;
  cursor: pointer;
}
.bom-dialog .close:hover {
  color: var(--active);
}
.bom-dialog .close svg {
  width: 100%;
  height: 100%;
}
.bom-dialog .fitem {
  margin-bottom: 0.3rem;
}
.bom-dialog .ft {
  margin-bottom: 0.06rem;
}
.bom-dialog .fb {
  position: relative;
}
.bom-dialog .lab {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  margin-right: 0.2rem;
  cursor: pointer;
  white-space: nowrap;
}
.bom-dialog .lab input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}
.bom-dialog input:checked + .icon {
  box-shadow: 0 0 0 1px inset var(--theme);
}
.bom-dialog input:checked + .icon::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  transform: scale(0.5);
  background-color: var(--theme);
  border-radius: 50%;
}
.bom-dialog .icon {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px inset #666;
  margin-right: 0.25em;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
}
.bom-dialog .inp {
  position: relative;
}
.bom-dialog .ip {
  width: 100%;
  height: calc( 54em / 16);
  background-color: #fff;
  border-radius: 0.5em;
  border: 1px solid #e5e5e5;
  padding: 0 1em;
}
.bom-dialog .ip::-moz-placeholder {
  color: #666;
}
.bom-dialog .ip::placeholder {
  color: #666;
}
.bom-dialog .code {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.bom-dialog .get-code {
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.1rem 0.2rem;
  cursor: pointer;
  background-color: #eaf6fd;
  border-radius: 0.1rem;
}
.bom-dialog .counting {
  background-color: #ddd;
}
.bom-dialog .btns {
  margin-top: 0.4rem;
}
.bom-dialog .submit {
  padding: 0;
  border: none;
  background-color: transparent;
}
.bom-dialog .code {
  height: 100%;
  position: absolute;
  left: calc(100% + 0.3rem);
  top: 0;
}
.bom-dialog .btns {
  margin-top: 0.2rem;
}
.bom-dialog .submit {
  width: 100%;
  border: none;
}
.bom-dialog .com-btn {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .bom-dialog .fitem {
    width: 100% !important;
  }
  .bom-dialog .code {
    right: 0;
    left: auto;
  }
  .bom-dialog .ta .placehold {
    line-height: 1;
    padding: 0.16rem 0.2rem;
  }
}


/* 搜索 */
/* 行高  字体大小  行数 是否计算为max-height */
.md-search-1 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  position: relative;
}
.md-search-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}
.md-search-1 .form {
  width: 6.8rem;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 0.3rem;
}
.md-search-1 .form .inp {
  flex-grow: 1;
}
.md-search-1 .form .ip {
  width: 100%;
  height: calc(60em / 16);
  background-color: #f8f8f8;
  border: none;
  padding: 0 0.2rem;
  border-radius: 0.1rem 0 0 0.1rem;
}
.md-search-1 .form .submit {
  height: calc( 60em / 16);
  background-color: var(--active);
  border: none;
  padding: 0 0.65rem;
  border-radius: 0 0.1rem 0.1rem 0;
  cursor: pointer;
}
.md-search-1 .tags {
  margin-top: 0.4rem;
}
.md-search-1 .tags .ti {
  padding: 0.16rem 0.4rem;
  border-radius: 0.1rem;
  color: #999;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
}
.md-search-1 .tags .ti:hover {
  color: var(--active);
}
.md-search-1 .tags .ti.on {
  background-color: var(--active);
  color: #fff;
}
.md-search-1 .res-item {
  margin-top: 0.6rem;
}
.md-search-1 .res-tit {
  line-height: 1;
  margin-bottom: 0.4rem;
}
.md-search-1 .res-tit .tt1 {
  margin-right: 0.2rem;
}
.md-search-1 .res-tit .tt2 span {
  color: var(--active);
}