@charset "UTF-8";
.com-pag.bgfff .cp_a {
  background-color: #fff;
}
.com-pag.bgfff .cp_a:hover {
  background-color: #222;
}
.com-pag.bgfff .prev:hover {
  background-image: url(../images/icon-p11.png);
}
.com-pag.bgfff .next:hover {
  background-image: url(../images/icon-p21.png);
}
.com-pag .cp_a {
  width: 0.46rem;
  height: 0.46rem;
  margin: 0 0.1rem;
  line-height: 1;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #ccc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.com-pag .cp_a:hover, .com-pag .cp_a.on {
  color: #fff;
  background-color: var(--active);
  box-shadow: 0 0 0 1px inset var(--active);
}
.com-pag .cp_num:hover, .com-pag .cp_num.on {
  background-color: #fff;
  color: var(--theme);
}
.com-pag .cp_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14% auto;
}
.com-pag .cp_btn span {
  display: block;
  text-align: center;
  width: 24.0740740741%;
  height: 24.0740740741%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
}
.com-pag .cp_btn svg {
  width: 16.6666666667%;
  height: 29.1666666667%;
}
.com-pag .cp_btn path {
  width: 100%;
  height: 100%;
}
.com-pag .cp_btn:hover {
  background-color: var(--theme);
}
.com-pag .cp_prev {
  background-image: url(../images/icon-p11.png);
}
.com-pag .cp_prev:hover {
  background-image: url(../images/icon-p12.png);
}
.com-pag .cp_next {
  background-image: url(../images/icon-p21.png);
}
.com-pag .cp_next:hover {
  background-image: url(../images/icon-p22.png);
}
.com-pag .cp_te {
  min-width: 6.25em;
}
.com-pag .ip {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 30px;
  min-height: 30px;
  background-color: #fff;
  border: 1px solid #e9ecf2;
  text-align: center;
  margin: 0 0.5em;
  padding: 0 5px;
}
.com-pag svg {
  width: 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.__ID__ {
  position: relative;
  z-index: 40;
}
.md-com-banner.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15rem;
  max-width: 92%;
}
.md-com-banner.__ID__ .cb_ban {
  position: relative;
}
.md-com-banner.__ID__ .cb_bg {
  padding-top: calc(920 / 1920 * 100%);
}
.md-com-banner.__ID__ .cb_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 48.5%;
  transform: translateY(-50%);
  z-index: 10;
}
.md-com-banner.__ID__ .d2 {
  margin-top: 0.25rem;
}
.md-com-banner.__ID__ .cb-bots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-shadow: 0 1px 0 0 inset rgba(255, 255, 255, 0.4);
  z-index: 30;
}
.md-com-banner.__ID__ .cb-bots .swiper-container {
  display: inline-block;
  max-width: 100%;
}
.md-com-banner.__ID__ .nsw {
  width: auto;
  line-height: 1rem;
  position: relative;
  color: #fff;
  margin-right: 1.6rem;
}
.md-com-banner.__ID__ .nsw:last-child {
  margin-right: 0;
}
.md-com-banner.__ID__ .nsw.on::before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--active);
}
@media screen and (max-width: 500px) {
  .md-com-banner.__ID__ .nsw {
    margin-right: 0.4rem;
  }
}

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

.md-about-1.__ID__ {
  padding-top: 0.85rem;
  padding-bottom: 0.5rem;
  min-height: calc( 740vw / 1920 * 100);
  position: relative;
  overflow: hidden;
  background-color: #e9f7ff;
}
.md-about-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15rem;
  max-width: 92%;
}
.md-about-1.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-about-1.__ID__ .box-1 {
  margin-top: 0.14rem;
}
.md-about-1.__ID__ .b1-left {
  width: calc( 605 / 1500 * 100%);
  padding-right: 0.4rem;
  padding-top: 0.04rem;
}
.md-about-1.__ID__ .b1-right {
  width: calc( 895 / 1500 * 100%);
}
.md-about-1.__ID__ .content {
  line-height: calc(30 / 16);
  padding-right: 0.6rem;
}
.md-about-1.__ID__ .nlist {
  margin-top: 0.94rem;
}
.md-about-1.__ID__ .ni {
  width: 4.5rem;
  line-height: 1;
}
.md-about-1.__ID__ .ni .nic {
  display: inline-flex;
  margin-right: 0.16rem;
  flex-shrink: 0;
}
.md-about-1.__ID__ .ni .nic img {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
.md-about-1.__ID__ .ni .n11 {
  line-height: 0.8;
}
.md-about-1.__ID__ .ni .n12 {
  margin-top: 0.04rem;
}
@media screen and (max-width: 900px) {
  .md-about-1.__ID__ .b1-left {
    width: 100%;
  }
  .md-about-1.__ID__ .b1-right {
    width: 100%;
  }
  .md-about-1.__ID__ .title {
    text-align: left;
  }
  .md-about-1.__ID__ .content {
    margin-top: 0.3rem;
  }
  .md-about-1.__ID__ .nlist {
    justify-content: space-between;
  }
  .md-about-1.__ID__ .ni {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.md-about-2.__ID__ {
  padding-top: 0.87rem;
  padding-bottom: 0.95rem;
  position: relative;
  overflow: hidden;
}
.md-about-2.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15rem;
  max-width: 92%;
}
.md-about-2.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-about-2.__ID__ .swiper {
  position: relative;
  margin: 0 auto;
  margin-top: 0.33rem;
  width: 12rem;
  max-width: 100%;
}
.md-about-2.__ID__ .sco {
  overflow: visible;
}
.md-about-2.__ID__ .sw {
  cursor: pointer;
  opacity: 0.6;
}
.md-about-2.__ID__ .sw:hover .title {
  color: var(--active);
}
.md-about-2.__ID__ .swiper-slide-active {
  opacity: 1;
}
.md-about-2.__ID__ .swiper-slide-active .text {
  opacity: 1;
}
.md-about-2.__ID__ .img {
  padding-top: calc( 675 / 1200 * 100%);
}
.md-about-2.__ID__ .text {
  margin-top: 0.25rem;
  opacity: 0;
}
.md-about-2.__ID__ .intro {
  margin-top: 0.06rem;
}
.md-about-2.__ID__ .sbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  margin-right: 0.2rem;
  background-color: #fff;
  color: #666;
  box-shadow: 0 0 0 1px inset #e1e1e1;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.5s;
}
.md-about-2.__ID__ .sbtn:hover {
  color: #fff;
  background-color: var(--theme);
  box-shadow: 0 0 0 1px inset var(--theme);
}
.md-about-2.__ID__ .sbtn svg {
  width: 32%;
  height: 32%;
}
.md-news-1.__ID__ {
  padding-top: 0.84rem;
  padding-bottom: 1rem;
  position: relative;
}
.md-news-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15rem;
  max-width: 92%;
}
.md-news-1.__ID__ .news-big .na {
  background-color: #f7f7f7;
  border-radius: 0.1rem;
  overflow: hidden;
}
.md-news-1.__ID__ .news-big .na:hover .img {
  transform: scale(1.1);
}
.md-news-1.__ID__ .news-big .na:hover .title {
  color: var(--active);
}
.md-news-1.__ID__ .news-big .na:hover .btn {
  box-shadow: 0 0 0 1px inset var(--active);
  background-color: var(--active);
  color: #fff;
}
.md-news-1.__ID__ .news-big .c-pic {
  width: calc( 820 / 1500 * 100%);
}
.md-news-1.__ID__ .news-big .img {
  padding-top: calc( 513 / 820 * 100%);
  height: 100%;
}
.md-news-1.__ID__ .news-big .text {
  width: calc( 540 / 1500 * 100%);
  margin: 0 calc( 50 / 1500 * 100%);
}
.md-news-1.__ID__ .news-big .tbox {
  padding: 1.2rem 0 0.3rem;
}
.md-news-1.__ID__ .news-big .title {
  line-height: calc(30 / 24);
  margin-top: 0.45rem;
  transition: 0.5s;
}
.md-news-1.__ID__ .news-big .intro {
  margin-top: 0.08rem;
}
.md-news-1.__ID__ .news-big .btn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #ccc;
  margin-top: 0.76rem;
  transition: 0.5s;
}
.md-news-1.__ID__ .news-big .btn svg {
  width: calc( 14 / 46 * 100%);
  height: calc( 14 / 46 * 100%);
}
@media screen and (max-width: 900px) {
  .md-news-1.__ID__ .news-big .c-pic {
    width: 100%;
  }
  .md-news-1.__ID__ .news-big .text {
    width: 100%;
    margin: 0;
  }
  .md-news-1.__ID__ .news-big .tbox {
    padding: 0.6rem 0.4rem;
  }
}
.md-news-1.__ID__ .news-list {
  margin-top: 0.6rem;
  margin-bottom: 0.3rem;
}

.news-list.__ID__ .li {
  width: calc(480 / 1500 * 100%);
  margin-right: calc(30 / 1500 * 100%);
}
.news-list.__ID__ .li:nth-child(3n) {
  margin-right: 0;
}
.news-list.__ID__ .li {
  margin-bottom: 0.3rem;
}
.news-list.__ID__ .dd {
  display: block;
  height: 100%;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
  background-color: #f7f7f7;
  transition: 0.5s;
}
.news-list.__ID__ .dd:hover {
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.15);
}
.news-list.__ID__ .dd:hover .img {
  transform: scale(1.1);
}
.news-list.__ID__ .dd:hover .title {
  color: var(--active);
}
.news-list.__ID__ .dd:hover .btn {
  color: #fff;
  background-color: var(--active);
  box-shadow: 0 0 0 1px inset var(--active);
}
.news-list.__ID__ .img {
  padding-top: calc( 300 / 480 * 100%);
}
.news-list.__ID__ .text {
  padding: 0.25rem 0.4rem 0.4rem;
  transition: 0.5s;
}
.news-list.__ID__ .title {
  height: 3em;
  margin-top: 0.06rem;
  transition: 0.5s;
}
.news-list.__ID__ .btn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #ccc;
  margin-top: 0.12rem;
  transition: 0.5s;
}
.news-list.__ID__ .btn svg {
  width: calc( 14 / 46 * 100%);
  height: calc( 14 / 46 * 100%);
}
@media screen and (max-width: 900px) {
  .news-list.__ID__ {
    justify-content: space-between;
  }
  .news-list.__ID__ .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 500px) {
  .news-list.__ID__ .li {
    width: 100%;
  }
}

.md-news-11.__ID__ {
  position: relative;
  overflow: hidden;
}
.md-news-11.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15rem;
  max-width: 92%;
}
.md-news-11.__ID__ .box-left {
  width: calc( 1020 / 1600 * 100%);
  padding-top: 0.1rem;
}
.md-news-11.__ID__ .box-right {
  width: calc( 460 / 1600 * 100%);
  position: relative;
}
.md-news-11.__ID__ .det-top {
  padding-top: 0.97rem;
  padding-bottom: 0.6rem;
  position: relative;
  z-index: 50;
}
.md-news-11.__ID__ .det-top .back {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  color: var(--active);
  box-shadow: 0px 0px 0.25rem 0px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
.md-news-11.__ID__ .det-top .back:hover {
  background-color: var(--active);
  color: #fff;
}
.md-news-11.__ID__ .det-top .back svg {
  width: calc( 20 / 60 * 100%);
  height: calc( 20 / 60 * 100%);
}
.md-news-11.__ID__ .det-top .h1 {
  line-height: 1.25;
}
.md-news-11.__ID__ .det-top .info {
  margin-top: 0.45rem;
}
.md-news-11.__ID__ .det-top .time {
  line-height: 1;
}
.md-news-11.__ID__ .det-top svg {
  width: calc( 14em / 16);
  height: calc( 14em / 16);
  margin-right: 0.1rem;
}
.md-news-11.__ID__ .det-top .shares {
  line-height: 1;
}
.md-news-11.__ID__ .det-top .shares .si {
  position: relative;
  margin-left: 0.1rem;
}
.md-news-11.__ID__ .det-top .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.md-news-11.__ID__ .det-top .shares .si:last-child {
  margin-right: 0;
}
.md-news-11.__ID__ .det-top .shares .hd {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.md-news-11.__ID__ .det-top .shares .hi {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.md-news-11.__ID__ .det-top .shares .bd {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
  padding-top: 0.2rem;
  z-index: 30;
  transition: 0.3s;
}
.md-news-11.__ID__ .det-top .shares .bd .bbox {
  padding: 0.1rem;
  position: relative;
  background-color: #fff;
  font-size: 0;
}
.md-news-11.__ID__ .det-top .shares .bd img {
  display: block;
  width: 1.1rem;
  min-width: 80px;
  max-width: none;
}
.md-news-11.__ID__ .det-cen {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: calc(32 / 18);
}
.md-news-11.__ID__ .det-bot {
  padding-top: 0.6rem;
  padding-bottom: 0.2rem;
}
.md-news-11.__ID__ .det-bot .det_ul {
  max-width: 70%;
}
.md-news-11.__ID__ .det-bot .ua {
  line-height: calc(35 / 16);
  transition: 0.5s;
}
.md-news-11.__ID__ .det-bot .ua span {
  color: #333;
}
.md-news-11.__ID__ .det-bot .ua:hover {
  color: var(--active);
}
.md-news-11.__ID__ .det-bot .db_btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.2rem 0.2rem;
  background-color: var(--active);
  color: #fff;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.md-news-11.__ID__ .det-bot .db_btn:hover {
  background-color: var(--theme);
  color: #fff;
}
.md-news-11.__ID__ .det-bot .db_btn svg {
  width: 1em;
  height: 1em;
  margin-left: 0.5rem;
  flex-shrink: 0;
}
.md-news-11.__ID__ .det-bot .det-a {
  display: inline-flex;
  align-items: center;
}
.md-news-11.__ID__ .det-bot .det-a:hover .mic {
  background-color: var(--active);
  color: #fff;
  box-shadow: 0 0 0 1px inset var(--active);
}
.md-news-11.__ID__ .det-bot .det-a .mic {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #ccc;
  margin-right: 0.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.md-news-11.__ID__ .det-bot .det-a .mic svg {
  width: calc( 14 / 46 * 100%);
  height: calc( 14 / 46 * 100%);
}
@media screen and (max-width: 900px) {
  .md-news-11.__ID__ .det-bot {
    flex-wrap: wrap;
  }
  .md-news-11.__ID__ .det-bot .det_ul {
    width: 100%;
    max-width: 100%;
  }
  .md-news-11.__ID__ .det-bot li {
    width: 100%;
    max-width: none;
    margin: 5px 0;
  }
  .md-news-11.__ID__ .det-bot .db_btn {
    margin-top: 0.2rem;
  }
}
.md-news-11.__ID__ .cr-list {
  padding-left: 0.6rem;
  padding-top: 1.25rem;
  position: relative;
}
.md-news-11.__ID__ .cr-tit {
  position: relative;
  line-height: 1;
}
.md-news-11.__ID__ .cr-tit::before {
  content: "";
  position: absolute;
  left: -0.6rem;
  top: 0;
  width: 4px;
  height: 1em;
  background-color: var(--theme);
}
.md-news-11.__ID__ .list {
  margin-top: 0.41rem;
}
.md-news-11.__ID__ .list .li {
  margin-bottom: 0.47rem;
}
.md-news-11.__ID__ .list .dd {
  display: block;
}
.md-news-11.__ID__ .list .dd:hover .img {
  transform: scale(1.1);
}
.md-news-11.__ID__ .list .dd:hover .title {
  color: var(--active);
}
.md-news-11.__ID__ .list .img {
  padding-top: calc( 260 / 400 * 100%);
}
.md-news-11.__ID__ .list .text {
  margin-top: 0.26rem;
}
.md-news-11.__ID__ .list .title {
  margin-top: 0.08rem;
  transition: 0.5s;
}
@media screen and (min-width: 901px) {
  .md-news-11.__ID__ .box-right::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100vw;
    height: 100%;
    background-color: #f0f9fe;
    pointer-events: none;
  }
}
@media screen and (max-width: 900px) {
  .md-news-11.__ID__ .box-left {
    width: 100%;
  }
  .md-news-11.__ID__ .box-right {
    width: 100%;
  }
  .md-news-11.__ID__ .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .md-news-11.__ID__ .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .md-news-11.__ID__ .cr-list {
    padding-left: 0;
    padding-top: 0;
  }
  .md-news-11.__ID__ .cr-tit {
    padding-left: 1em;
  }
  .md-news-11.__ID__ .cr-tit::before {
    left: 0;
  }
}

.md-news-12.__ID__ {
  padding-top: 0.22rem;
  padding-bottom: 1rem;
  position: relative;
}
.md-news-12.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15rem;
  max-width: 92%;
}
.md-news-12.__ID__ .swiper {
  margin-top: 0.22rem;
}
.md-news-12.__ID__ .sw {
  height: auto;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
  background-color: #f7f7f7;
  transition: 0.5s;
}
.md-news-12.__ID__ .sw:hover .img {
  transform: scale(1.1);
}
.md-news-12.__ID__ .sw:hover .title {
  color: var(--active);
}
.md-news-12.__ID__ .sw:hover .btn {
  color: #fff;
  background-color: var(--active);
  box-shadow: 0 0 0 1px inset var(--active);
}
.md-news-12.__ID__ .img {
  padding-top: calc( 300 / 480 * 100%);
}
.md-news-12.__ID__ .text {
  padding: 0.25rem 0.4rem 0.4rem;
  transition: 0.5s;
}
.md-news-12.__ID__ .title {
  height: 3em;
  margin-top: 0.06rem;
  transition: 0.5s;
}
.md-news-12.__ID__ .btn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #ccc;
  margin-top: 0.12rem;
  transition: 0.5s;
}
.md-news-12.__ID__ .btn svg {
  width: calc( 14 / 46 * 100%);
  height: calc( 14 / 46 * 100%);
}
@media screen and (max-width: 900px) {
  .md-news-12.__ID__ {
    justify-content: space-between;
  }
  .md-news-12.__ID__ .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

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

.md-product-2.__ID__ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  @include layout-class;
  .box-le {
    width: calc(340 / 1600 * 100%);
  }
  .box-ri {
    width: calc(1200 / 1600 * 100%);
  }
  @media screen and (max-width: $mobile) {
    .box-le {
      width: 100%;
    }
    .box-ri {
      width: 100%;
      margin-top: 0.5rem;
    }
  }
  .pro-nav {
    position: relative;
    .ul1 {
    }
    .li1 {
      margin-bottom: 2px;
      background-color: #f4f4f6;
      &.show {
        .nt1 {
          background-color: var(--active);
        }
        .a1 {
          color: #fff;
        }
        .ic {
          filter: brightness(0) invert(1);
          &::after {
            opacity: 0;
          }
        }
      }
    }
    .ic {
      width: 0.75em;
      height: 0.75em;
      position: absolute;
      top: 50%;
      right: 0.3rem;
      transform: translateY(-50%);
      transform-origin: center;
      transition: all 0.3s;
      &::before {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: #999;
      }
      &::after {
        content: "";
        width: 2px;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: #999;
      }
    }
    .a1 {
      color: #666;
      display: inline-block;
      @include lih(20, 16);
    }
    .nt1 {
      color: #fff;
      padding: 0.13rem 0.3rem;
      padding-right: 0.6rem;
      min-height: 0.68rem;
      position: relative;
      display: flex;
      align-items: center;
    }
    .nbot {
      display: none;
    }
    .ul2 {
      padding: 0.14rem 0;
    }
    .li2 {
    }
    .a2 {
      display: block;
      padding: 0.11rem 0.5rem;
      color: #666;
      transition: all 0.3s;
      position: relative;
      &:hover {
        color: var(--active);
      }
      &.on {
        color: var(--active);
      }
    }
    @media screen and (max-width: $mobile) {
      .ul1 {
        .ul2 {
          display: flex;
          flex-wrap: wrap;
        }
        .li2 {
          width: 50%;
        }
      }
    }
  }
  .h1 {
  }
  .desc {
    @include lih(30, 16);
    margin-top: 0.12rem;
  }
  .pro-list {
    margin-top: 0.27rem;
    margin-bottom: 0.4rem;
  }
  @media screen and (max-width: $pad) {
  }
}
*/
.md-product-11.__ID__ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: #f7f7f7;
}
.md-product-11.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15rem;
  max-width: 92%;
}
.md-product-11.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-product-11.__ID__ .box {
  padding: 0.6rem 0.5rem;
  background-color: #fff;
}
.md-product-11.__ID__ .box-left {
  width: calc( 420 / 1400 * 100%);
}
.md-product-11.__ID__ .box-right {
  width: calc( 840 / 1400 * 100%);
}
.md-product-11.__ID__ .img {
  padding-top: 100%;
}
.md-product-11.__ID__ .swiper1 {
  border: 1px solid #e2e2e2;
}
.md-product-11.__ID__ .sw1 .c-pic {
  padding: 34%;
}
.md-product-11.__ID__ .ste {
  position: absolute;
  left: 0%;
  bottom: 0.48rem;
  width: 100%;
}
.md-product-11.__ID__ .ste .t2 {
  margin-top: 0.03rem;
}
.md-product-11.__ID__ .brand {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.md-product-11.__ID__ .brand span {
  margin: 0 0.1rem;
}
.md-product-11.__ID__ .brand svg {
  width: 1em;
  color: var(--active);
}
.md-product-11.__ID__ .swiper2 {
  margin-top: 0.16rem;
  position: relative;
}
.md-product-11.__ID__ .sw2 {
  cursor: pointer;
  border: 1px solid #e2e2e2;
}
.md-product-11.__ID__ .sw2 .c-pic {
  padding: 0.2rem;
}
.md-product-11.__ID__ .thumb-active::before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--active);
  pointer-events: none;
  z-index: 3;
}
.md-product-11.__ID__ .sbtn {
  width: 1em;
  height: 1em;
  color: var(--active);
  cursor: pointer;
  position: absolute;
  top: calc(50% - 0.5em);
}
.md-product-11.__ID__ .sbtn svg {
  width: 100%;
  height: 100%;
}
.md-product-11.__ID__ .prev {
  left: 0;
}
.md-product-11.__ID__ .next {
  right: 0;
}
.md-product-11.__ID__ .name {
  color: #d80c18;
  line-height: 1.2;
}
.md-product-11.__ID__ .type {
  margin-top: 0.18rem;
}
.md-product-11.__ID__ .line {
  height: 1px;
  background-color: #e1e1e1;
  margin-top: 0.3rem;
  margin-bottom: 0.24rem;
}
.md-product-11.__ID__ .intro {
  line-height: calc(36 / 16);
}
.md-product-11.__ID__ .intro p {
  position: relative;
  padding-left: 1em;
}
.md-product-11.__ID__ .intro p::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  color: var(--active);
}
.md-product-11.__ID__ .d11 {
  margin-bottom: 0.03rem;
}
.md-product-11.__ID__ .d11 svg {
  width: 1em;
  height: 1em;
  margin-right: 0.2rem;
}
.md-product-11.__ID__ .btns {
  margin-top: 0.47rem;
}
.md-product-11.__ID__ .more {
  display: inline-flex;
  align-items: center;
  padding: 0.05rem 0.07rem;
  padding-left: 0.23rem;
  background-color: var(--active);
  color: #fff;
  border-radius: 1rem;
  white-space: nowrap;
  flex-shrink: 0;
  transition: 0.5s;
}
.md-product-11.__ID__ .more .mic {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #fff;
  margin-left: 0.14rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.md-product-11.__ID__ .more .mic svg {
  width: calc( 14 / 46 * 100%);
  height: calc( 14 / 46 * 100%);
}
@media screen and (max-width: 900px) {
  .md-product-11.__ID__ .box-left {
    width: 100%;
  }
  .md-product-11.__ID__ .box-right {
    width: 100%;
    margin-top: 0.4rem;
  }
}

.md-product-12.__ID__ {
  padding-top: 0.84rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.md-product-12.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15rem;
  max-width: 92%;
}
.md-product-12.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-product-12.__ID__ .swiper {
  padding: 0.3rem;
  overflow: hidden;
  width: calc(100% + 0.6rem);
  margin-left: -0.3rem;
  margin-top: 0rem;
}
.md-product-12.__ID__ .bg {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
.md-product-12.__ID__ .sw {
  padding: 0.32rem 0.4rem 0.4rem;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.md-product-12.__ID__ .sw:hover .title {
  color: var(--active);
}
.md-product-12.__ID__ .sw:hover .btn {
  color: var(--active);
  border-bottom: 1px solid var(--active);
}
.md-product-12.__ID__ .c-pic {
  padding: 0.3rem;
}
.md-product-12.__ID__ .img {
  padding-top: 90%;
}
.md-product-12.__ID__ .text {
  position: relative;
}
.md-product-12.__ID__ .title {
  line-height: 1.2;
  transition: 0.5s;
}
.md-product-12.__ID__ .intro {
  line-height: 1.2;
  transition: 0.5s;
}
.md-product-12.__ID__ .btns {
  margin-top: 0.28rem;
  position: relative;
}
.md-product-12.__ID__ .btns {
  margin-top: 0.2rem;
  position: relative;
}
.md-product-12.__ID__ .btn {
  display: inline-flex;
  align-items: center;
  padding-bottom: 0.25em;
  color: #666;
  line-height: 1;
  border-bottom: 1px solid #666;
  transition: 0.5s;
}
.md-product-12.__ID__ .btn svg {
  width: 0.5em;
  height: 1em;
  margin-left: 0.14rem;
}
.md-product-page.__ID__ {
  position: relative;
  background-color: #f0f9fe;
  border-top: 1px solid #f1f1f1;
}
.md-product-page.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 18.4rem;
  max-width: 92%;
}
.md-product-page.__ID__ .layout {
  max-width: 98%;
}
.md-product-page.__ID__ .box {
  position: relative;
}
.md-product-page.__ID__ .box-left {
  width: calc( 320 / 1840 * 100%);
  position: relative;
  padding-top: 1.2rem;
}
.md-product-page.__ID__ .box-right {
  width: calc( 1480 / 1840 * 100%);
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.md-product-page.__ID__ .pro-nav {
  position: sticky;
  top: 1.2rem;
  z-index: 3;
}
.md-product-page.__ID__ .n-ul1 {
  padding-right: 0.4rem;
}
.md-product-page.__ID__ .n-ul1 .n-li1 {
  margin-bottom: 0.16rem;
}
.md-product-page.__ID__ .n-ul1 .active .dt {
  color: var(--active);
}
.md-product-page.__ID__ .n-ul1 .active .arr {
  transform: rotate(225deg);
  border-right: 1px solid var(--active);
  border-bottom: 1px solid var(--active);
}
.md-product-page.__ID__ .n-ul1 .dt {
  position: relative;
  padding: 0.16rem 0;
  padding-right: 0.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.md-product-page.__ID__ .n-ul1 .arr {
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  right: 0;
  top: calc(50% - 0.3em);
  transform: rotate(45deg);
  transform-origin: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transition: 0.5s;
}
.md-product-page.__ID__ .n-ul1 .n-bd2 {
  display: none;
}
.md-product-page.__ID__ .n-ul1 .n-ul2 {
  padding-top: 0.26rem;
}
.md-product-page.__ID__ .n-ul1 .n-li2 {
  margin-bottom: 0.14rem;
}
.md-product-page.__ID__ .n-ul1 .n-li2:last-child {
  margin-bottom: 0;
}
.md-product-page.__ID__ .n-ul1 .lab2 {
  position: relative;
  padding-left: 1em;
  cursor: pointer;
}
.md-product-page.__ID__ .n-ul1 .lab2.selected .ic2 {
  box-shadow: 0 0 0 1px inset var(--active);
}
.md-product-page.__ID__ .n-ul1 .lab2.selected .ic2::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  transform: scale(0.75);
  background-color: var(--active);
}
.md-product-page.__ID__ .n-ul1 .lab2::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  border-left: 0.25em solid #888;
  border-top: 0.25em solid transparent;
  border-bottom: 0.25em solid transparent;
}
.md-product-page.__ID__ .n-ul1 .lab2 .check {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 0%;
  height: 0%;
}
.md-product-page.__ID__ .n-ul1 .lab2 .ic2 {
  box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.1);
  position: relative;
  width: 1em;
  height: 1em;
  margin-right: 0.12rem;
  flex-shrink: 0;
}
@media screen and (min-width: 901px) {
  .md-product-page.__ID__ .box-left::before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f7f7f7;
    z-index: 1;
  }
}
@media screen and (max-width: 900px) {
  .md-product-page.__ID__ {
    overflow: hidden;
  }
  .md-product-page.__ID__ .box-left {
    width: 100%;
  }
  .md-product-page.__ID__ .box-right {
    width: 100%;
  }
  .md-product-page.__ID__ .pro-nav {
    padding: 0 0.3rem;
  }
  .md-product-page.__ID__ .n-ul1 {
    padding: 0;
  }
  .md-product-page.__ID__ .n-ul1 .n-ul2 {
    display: flex;
    flex-wrap: wrap;
  }
  .md-product-page.__ID__ .n-ul1 .n-li2 {
    width: 50%;
  }
}

.pro-list.__ID__ {
  position: relative;
  margin-top: 0.22rem;
  margin-bottom: 0.4rem;
  z-index: 5;
}
.pro-list.__ID__ .li {
  width: calc(355 / 1480 * 100%);
  margin-right: calc(20 / 1480 * 100%);
}
.pro-list.__ID__ .li:nth-child(4n) {
  margin-right: 0;
}
.pro-list.__ID__ .li {
  margin-bottom: 0.2rem;
}
.pro-list.__ID__ .dd {
  display: block;
  height: 100%;
  position: relative;
  padding: 0.32rem 0.4rem 0.4rem;
  border-radius: 0.1rem;
  overflow: hidden;
  transition: 0.5s;
}
.pro-list.__ID__ .dd:hover .bd {
  transform: translateY(0);
}
.pro-list.__ID__ .bg {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
.pro-list.__ID__ .hd {
  position: relative;
}
.pro-list.__ID__ .c-pic {
  padding: 0.3rem;
}
.pro-list.__ID__ .img {
  padding-top: 90%;
}
.pro-list.__ID__ .text {
  position: relative;
}
.pro-list.__ID__ .title {
  line-height: 1.2;
  transition: 0.5s;
}
.pro-list.__ID__ .intro {
  line-height: 1.2;
  transition: 0.5s;
}
.pro-list.__ID__ .btns {
  margin-top: 0.28rem;
  position: relative;
}
.pro-list.__ID__ .btn {
  display: inline-flex;
  align-items: center;
  padding-bottom: 0.1em;
  color: #666;
  line-height: 1;
  border-bottom: 1px solid #666;
  transition: 0.5s;
}
.pro-list.__ID__ .btn svg {
  width: 0.5em;
  height: 1em;
  margin-left: 0.14rem;
}
.pro-list.__ID__ .bd {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(199, 0, 12, 0.7);
  z-index: 5;
  transform: translateY(102%);
  transition: transform 0.5s;
}
.pro-list.__ID__ .bte {
  padding: 0.3rem 0.4rem;
  overflow-y: auto;
}
.pro-list.__ID__ .bte::-webkit-scrollbar {
  display: none;
}
.pro-list.__ID__ .bt2 {
  line-height: calc(36 / 16);
  position: relative;
  margin-top: 0.18rem;
}
.pro-list.__ID__ .bt2 p {
  position: relative;
  padding-left: 1em;
}
.pro-list.__ID__ .bt2 p::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 900px) {
  .pro-list.__ID__ {
    justify-content: space-between;
  }
  .pro-list.__ID__ .li {
    width: 48%;
    margin-bottom: 4%;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .pro-list.__ID__ .bd {
    display: none;
  }
}

.md-search-1.__ID__ {
  padding: 0.8rem 0;
  position: relative;
  background-color: #f0f9fe;
}
.md-search-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15rem;
  max-width: 92%;
}
.md-search-1.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-search-1.__ID__ .list {
  max-width: 100%;
  margin-top: 0.32rem;
}
.md-search-1.__ID__ .list .li {
  width: calc(385 / 1600 * 100%);
  margin-right: calc(20 / 1600 * 100%);
}
.md-search-1.__ID__ .list .li:nth-child(4n) {
  margin-right: 0;
}
.md-search-1.__ID__ .list .li {
  margin-bottom: 0.4rem;
}
.md-search-1.__ID__ .list .dd {
  display: block;
}
.md-search-1.__ID__ .list .dd:hover .c-pic {
  box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.2);
}
.md-search-1.__ID__ .list .dd:hover .img {
  transform: scale(1.1);
}
.md-search-1.__ID__ .list .dd:hover .title {
  color: var(--active);
}
.md-search-1.__ID__ .list .dd:hover .line {
  width: 2em;
}
.md-search-1.__ID__ .list .c-pic {
  background-color: #fff;
  transition: 0.5s;
}
.md-search-1.__ID__ .list .img {
  padding-top: 80%;
}
.md-search-1.__ID__ .list .text {
  margin-top: 0.22rem;
}
.md-search-1.__ID__ .list .title {
  transition: 0.5s;
}
.md-search-1.__ID__ .list .type {
  margin-top: 0.03rem;
  color: var(--theme);
}
.md-search-1.__ID__ .list .line {
  width: 1em;
  height: 3px;
  background-color: var(--active);
  margin-top: 0.03rem;
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  .md-search-1.__ID__ .list {
    justify-content: space-between;
  }
  .md-search-1.__ID__ .list .li {
    width: 48%;
    margin-bottom: 4%;
    margin-right: 0;
  }
}

.md-solution-1.__ID__ {
  position: relative;
  padding-top: 0.92rem;
  padding-bottom: 1rem;
}
.md-solution-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15rem;
  max-width: 92%;
}
.md-solution-1.__ID__ .h2 {
  line-height: calc(60 / 48);
}
.md-solution-1.__ID__ .item {
  margin-bottom: 0.85rem;
}
.md-solution-1.__ID__ .item:last-child {
  margin-bottom: 0;
}
.md-solution-1.__ID__ .box {
  margin-top: 0.26rem;
}
.md-solution-1.__ID__ .box:hover .line::before {
  width: 100%;
}
.md-solution-1.__ID__ .c-pic {
  width: calc( 700 / 1500 * 100%);
}
.md-solution-1.__ID__ .text {
  width: calc( 720 / 1500 * 100%);
}
.md-solution-1.__ID__ .img {
  padding-top: calc( 394 / 700 * 100%);
}
.md-solution-1.__ID__ .line {
  position: relative;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-top: 0.14rem;
  margin-bottom: 0.35rem;
}
.md-solution-1.__ID__ .line::before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 1em;
  height: 3px;
  background-color: var(--active);
  transition: width 0.5s;
}
@media screen and (min-width: 901px) {
  .md-solution-1.__ID__ .item:nth-child(2n) .box {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 900px) {
  .md-solution-1.__ID__ .c-pic {
    width: 100%;
  }
  .md-solution-1.__ID__ .text {
    width: 100%;
    margin-top: 0.4rem;
  }
}

.md-contact-1.__ID__ {
  padding-top: 0.9rem;
  padding-bottom: 0.8rem;
  position: relative;
}
.md-contact-1.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15rem;
  max-width: 92%;
}
.md-contact-1.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-contact-1.__ID__ .box-left {
  width: calc( 440 / 1500 * 100%);
  position: relative;
}
.md-contact-1.__ID__ .bg {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
}
.md-contact-1.__ID__ .bg::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: calc(100% - 1.2rem);
  background-image: linear-gradient(0deg, #062353 0%, rgba(6, 35, 83, 0) 100%);
  border-radius: 0.2rem;
}
.md-contact-1.__ID__ .box-right {
  width: calc( 980 / 1500 * 100%);
}
.md-contact-1.__ID__ .list {
  width: 100%;
  padding: 0.58rem 0.48rem;
  position: relative;
}
.md-contact-1.__ID__ .li {
  margin-bottom: 0.42rem;
}
.md-contact-1.__ID__ .li:last-child {
  margin-bottom: 0;
}
.md-contact-1.__ID__ .li .te {
  opacity: 0.6;
}
.md-contact-1.__ID__ .icon {
  display: inline-flex;
  flex-shrink: 0;
  margin-right: 0.2rem;
  color: var(--active);
}
.md-contact-1.__ID__ .icon svg {
  width: 1em;
  height: 1em;
}
.md-contact-1.__ID__ .h2 {
  line-height: 1.25;
}
.md-contact-1.__ID__ .fbox {
  margin-top: 0.33rem;
}
.md-contact-1.__ID__ .fitem {
  width: calc( 313 / 980 * 100%);
  margin-right: calc( 20 / 980 * 100%);
  margin-bottom: 0.2rem;
}
.md-contact-1.__ID__ .fitem:nth-child(3n) {
  margin-right: 0;
}
.md-contact-1.__ID__ .fi-active .placehold {
  display: none;
}
.md-contact-1.__ID__ .ww100 {
  width: 100%;
}
.md-contact-1.__ID__ .inp {
  position: relative;
}
.md-contact-1.__ID__ .ip {
  width: 100%;
  height: calc(60em / 16);
  background-color: #f7f7f7;
  border-radius: 0.1rem;
  border: solid 1px #e7e7e7;
  padding: 0 0.48rem;
}
.md-contact-1.__ID__ .placehold {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 0.5rem;
  pointer-events: none;
  color: #666;
}
.md-contact-1.__ID__ .placehold span {
  color: #e67d1b;
}
.md-contact-1.__ID__ .ta {
  display: block;
  width: 100%;
  height: 1.8rem;
  background-color: #f7f7f7;
  border-radius: 0.1rem;
  border: solid 1px #e7e7e7;
  padding: 0.16rem 0.48rem;
}
.md-contact-1.__ID__ .fbtns {
  margin-top: 0.2rem;
}
.md-contact-1.__ID__ .my-select {
  width: 100%;
  height: 3.75em;
  background-color: #f7f7f7;
  border-radius: 0.1rem;
  border: solid 1px #e7e7e7;
  padding: 0 0.48rem;
  position: relative;
}
.md-contact-1.__ID__ .my-select .m-arrow {
  content: "";
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  right: 0.2rem;
  top: calc(50% - 0.25em);
  transform: rotate(45deg);
  transform-origin: center;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.md-contact-1.__ID__ .my-select .cur {
  line-height: 3.75em;
}
.md-contact-1.__ID__ .my-select select {
  font-family: inherit;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 0.15rem;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.md-contact-1.__ID__ .submit {
  padding: 0.05rem 0.07rem;
  padding-left: 0.23rem;
  background-color: var(--active);
  color: #fff;
  border-radius: 1rem;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  transition: 0.5s;
}
.md-contact-1.__ID__ .submit .mic {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #fff;
  margin-left: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.md-contact-1.__ID__ .submit .mic svg {
  width: calc( 14 / 46 * 100%);
  height: calc( 14 / 46 * 100%);
}
@media screen and (max-width: 900px) {
  .md-contact-1.__ID__ .box-left {
    width: 100%;
    order: 2;
    margin-top: 0.4rem;
  }
  .md-contact-1.__ID__ .box-right {
    width: 100%;
    order: 1;
  }
  .md-contact-1.__ID__ .form {
    padding: 0.4rem;
  }
  .md-contact-1.__ID__ .fitem {
    width: 100%;
    margin-right: 0;
  }
  .md-contact-1.__ID__ .submit {
    padding: 0.2rem 0.4rem;
  }
  .md-contact-1.__ID__ .list {
    padding: 1rem 0.4rem;
  }
}

.md-contact-2.__ID__ {
  padding-top: 2.07rem;
  padding-bottom: 1rem;
  position: relative;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.md-contact-2.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15rem;
  max-width: 92%;
}
.md-contact-2.__ID__ .md-md {
  position: absolute;
  top: -1.3rem;
  visibility: hidden;
}
.md-contact-2.__ID__ .box {
  padding: 0.88rem 0.5rem 0.7rem;
  box-shadow: 1px 1px 0.2rem 0px rgba(162, 162, 186, 0.2);
  border-radius: 0.1rem;
}
.md-contact-2.__ID__ .h2 {
  line-height: 1.25;
}
.md-contact-2.__ID__ .fbox {
  margin-top: 0.33rem;
}
.md-contact-2.__ID__ .fitem {
  width: calc( 453 / 1400 * 100%);
  margin-right: calc( 20 / 1400 * 100%);
  margin-bottom: 0.2rem;
}
.md-contact-2.__ID__ .fitem:nth-child(3), .md-contact-2.__ID__ .fitem:nth-child(7) {
  margin-right: 0;
}
.md-contact-2.__ID__ .fitem:nth-child(n+4) {
  width: calc( 335 / 1400 * 100%);
}
.md-contact-2.__ID__ .fi-active .placehold {
  display: none;
}
.md-contact-2.__ID__ .ww100 {
  width: 100% !important;
  margin-right: 0;
}
.md-contact-2.__ID__ .inp {
  position: relative;
}
.md-contact-2.__ID__ .ip {
  width: 100%;
  height: calc(60em / 16);
  background-color: #f7f7f7;
  border-radius: 0.1rem;
  border: solid 1px #e7e7e7;
  padding: 0 0.48rem;
}
.md-contact-2.__ID__ .placehold {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 0.5rem;
  pointer-events: none;
  color: #666;
}
.md-contact-2.__ID__ .placehold span {
  color: #e67d1b;
}
.md-contact-2.__ID__ .ta {
  display: block;
  width: 100%;
  height: 1.8rem;
  background-color: #f7f7f7;
  border-radius: 0.1rem;
  border: solid 1px #e7e7e7;
  padding: 0.16rem 0.48rem;
}
.md-contact-2.__ID__ .fbtns {
  margin-top: 0.2rem;
}
.md-contact-2.__ID__ .submit {
  padding: 0.05rem 0.07rem;
  padding-left: 0.23rem;
  background-color: var(--active);
  color: #fff;
  border-radius: 1rem;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  transition: 0.5s;
}
.md-contact-2.__ID__ .submit .mic {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #fff;
  margin-left: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.md-contact-2.__ID__ .submit .mic svg {
  width: calc( 14 / 46 * 100%);
  height: calc( 14 / 46 * 100%);
}
.md-contact-2.__ID__ .my-select {
  width: 100%;
  height: 3.75em;
  background-color: #f7f7f7;
  border-radius: 0.1rem;
  border: solid 1px #e7e7e7;
  padding: 0 0.48rem;
  position: relative;
}
.md-contact-2.__ID__ .my-select .m-arrow {
  content: "";
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  right: 0.2rem;
  top: calc(50% - 0.25em);
  transform: rotate(45deg);
  transform-origin: center;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.md-contact-2.__ID__ .my-select .cur {
  line-height: 3.75em;
}
.md-contact-2.__ID__ .my-select select {
  font-family: inherit;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 0.15rem;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media screen and (max-width: 900px) {
  .md-contact-2.__ID__ .form {
    padding: 0.4rem;
  }
  .md-contact-2.__ID__ .fitem {
    width: 100% !important;
    margin-right: 0;
  }
  .md-contact-2.__ID__ .submit {
    padding: 0.2rem 0.4rem;
  }
}