@charset "UTF-8";
.md-home-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.md-home-1 .com-tit {
  position: relative;
  line-height: 1;
}
.md-home-1 .com-tit.text-center .ct3 {
  margin-left: auto;
  margin-right: auto;
}
.md-home-1 .com-tit .ct1 {
  color: #2b65e6;
  opacity: 0.2;
  font-size: 1.2rem;
  line-height: 0.9;
}
.md-home-1 .com-tit .ct2 {
  color: #000000;
  margin-top: -0.47rem;
}
.md-home-1 .com-tit .ct3 {
  width: 1em;
  height: 4px;
  background-image: linear-gradient(90deg, #244da9 0%, #c12121 100%);
  margin-top: 0.27rem;
}
.md-home-1 .text {
  width: 50%;
  padding-left: 2rem;
  padding-right: 1rem;
  padding-top: 1.07rem;
}
.md-home-1 .intro {
  line-height: 1.3333333333;
  margin-top: 0.38rem;
}
.md-home-1 .btns {
  margin-top: 0.56rem;
}
.md-home-1 .more {
  display: inline-block;
  padding: 0 2.5em;
  line-height: 2.7777777778;
  background-color: #2b65e6;
  color: #fff;
  border-radius: 1rem;
  transition: all 0.5s;
}
.md-home-1 .more:hover {
  transform: translateY(-0.05rem);
}
.md-home-1 .c-pic {
  width: 50%;
}
.md-home-1 .img {
  padding-top: calc( 710 / 960 * 100%);
  height: 100%;
}
.md-home-1 .nlist {
  background-color: #e8e8e8;
}
.md-home-1 .nitem {
  width: 25%;
  position: relative;
  padding: 0.75rem 0.1rem 0.56rem;
  overflow: hidden;
}
.md-home-1 .nitem:nth-child(4n+1) {
  background-color: #e8e8e8;
}
.md-home-1 .nitem:nth-child(4n+2) {
  background-color: #ededed;
}
.md-home-1 .nitem:nth-child(4n+3) {
  background-color: #f2f2f2;
}
.md-home-1 .nitem:nth-child(4n+4) {
  background-color: #f7f7f7;
}
.md-home-1 .nte {
  position: relative;
  z-index: 3;
}
.md-home-1 .n11 {
  color: #2b65e6;
  line-height: 1;
}
.md-home-1 .n12 {
  margin-top: 0.14rem;
}
.md-home-1 .nic {
  position: absolute;
  right: -0.2rem;
  bottom: -0.2rem;
  width: 1.4rem;
  height: 1.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 750px) {
  .md-home-1 .text {
    width: 100%;
    padding: 0.4rem;
  }
  .md-home-1 .c-pic {
    width: 100%;
  }
  .md-home-1 .nitem {
    width: 50%;
  }
}

.md-home-2 {
  padding-top: 0.95rem;
  padding-bottom: 1rem;
  position: relative;
}
.md-home-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.md-home-2 .com-tit {
  position: relative;
  line-height: 1;
}
.md-home-2 .com-tit.text-center .ct3 {
  margin-left: auto;
  margin-right: auto;
}
.md-home-2 .com-tit .ct1 {
  color: #2b65e6;
  opacity: 0.2;
  font-size: 1.2rem;
  line-height: 0.9;
}
.md-home-2 .com-tit .ct2 {
  color: #000000;
  margin-top: -0.47rem;
}
.md-home-2 .com-tit .ct3 {
  width: 1em;
  height: 4px;
  background-image: linear-gradient(90deg, #244da9 0%, #c12121 100%);
  margin-top: 0.27rem;
}
.md-home-2 .box {
  margin-top: 0.3rem;
  box-shadow: 1px 3px 0.32rem 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.md-home-2 .le {
  width: 23.6842105263%;
  background-color: #e9edf6;
}
.md-home-2 .ri {
  width: 76.3157894737%;
  position: relative;
}
.md-home-2 .top1 {
  padding: 0.45rem 0.5rem 0.48rem;
  background-color: #2b65e6;
}
.md-home-2 .top1 .t12 {
  margin-top: 0.17rem;
}
.md-home-2 .le-bot {
  padding: 0.28rem 0.5rem;
}
.md-home-2 .tli {
  padding: 0.07rem 0.3rem;
  border-radius: 1rem;
  position: relative;
  margin-bottom: 0.09rem;
  cursor: pointer;
  transition: all 0.5s;
}
.md-home-2 .tli:hover {
  color: #2b65e6;
}
.md-home-2 .tli.active {
  background-color: #2b65e6;
  color: #fff;
}
.md-home-2 .tli.active::after {
  opacity: 1;
}
.md-home-2 .tli:after {
  content: "";
  display: inline-block;
  border-left: 0.625em solid #fff;
  border-top: 0.4375em solid transparent;
  border-bottom: 0.4375em solid transparent;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  margin-top: -0.4375em;
  margin-left: -0.3125em;
  opacity: 0;
}
.md-home-2 .more {
  display: block;
  padding: 0.07rem 0.3rem;
  border-radius: 1rem;
  position: relative;
  cursor: pointer;
  color: #2b65e6;
}
.md-home-2 .pitem {
  position: absolute;
  left: -200vw;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.md-home-2 .pitem.show {
  position: relative;
  left: 0;
  opacity: 1;
  transition: opacity 0.3s;
}
.md-home-2 .list {
  height: 100%;
}
.md-home-2 .li {
  width: 50%;
  height: 50%;
  box-shadow: 0 0 0 1px #d7dae9;
}
.md-home-2 .dd {
  display: block;
  height: 4rem;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.md-home-2 .dd:hover .ii {
  transform: scale(1.05);
}
.md-home-2 .dd:hover .name {
  color: #2b65e6;
}
.md-home-2 .dd .imgs {
  width: 60%;
  position: absolute;
  right: 1px;
  top: 1px;
}
.md-home-2 .dd .img {
  position: relative;
  padding-top: 100%;
}
.md-home-2 .dd .ii {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s;
}
.md-home-2 .dd .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.34rem;
  padding: 0 0.5rem;
}
.md-home-2 .dd .name {
  transition: all 0.5s;
}
.md-home-2 .dd .intro {
  margin-top: 0.08rem;
}
@media screen and (max-width: 1200px) {
  .md-home-2 .top1 {
    padding: 0.3rem;
  }
  .md-home-2 .le-bot {
    padding: 0.3rem;
  }
}
@media screen and (max-width: 750px) {
  .md-home-2 .le {
    width: 100%;
  }
  .md-home-2 .ri {
    width: 100%;
  }
  .md-home-2 .li {
    height: auto;
  }
  .md-home-2 .dd {
    height: 100%;
  }
  .md-home-2 .dd .imgs {
    width: 100%;
    position: static;
    padding: 1px;
  }
  .md-home-2 .dd .text {
    padding: 0.2rem;
    position: static;
  }
  .md-home-2 .dd .name {
    font-size: 0.3rem;
  }
  .md-home-2 .dd .intro {
    font-size: 0.24rem;
  }
}

.md-home-3 {
  padding-top: 0.95rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: #f3f4f8;
}
.md-home-3 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.md-home-3 .com-tit {
  position: relative;
  line-height: 1;
}
.md-home-3 .com-tit.text-center .ct3 {
  margin-left: auto;
  margin-right: auto;
}
.md-home-3 .com-tit .ct1 {
  color: #2b65e6;
  opacity: 0.2;
  font-size: 1.2rem;
  line-height: 0.9;
}
.md-home-3 .com-tit .ct2 {
  color: #000000;
  margin-top: -0.47rem;
}
.md-home-3 .com-tit .ct3 {
  width: 1em;
  height: 4px;
  background-image: linear-gradient(90deg, #244da9 0%, #c12121 100%);
  margin-top: 0.27rem;
}
.md-home-3 .box {
  margin-top: 0.46rem;
  overflow: hidden;
}
.md-home-3 .swiper1 {
  width: 50%;
  position: relative;
  z-index: 30;
}
.md-home-3 .swiper2 {
  width: 50%;
}
.md-home-3 .sbox {
  width: 2.3rem;
  margin-right: 0.2rem;
  transform: translateX(-100%);
}
.md-home-3 .sbox .swiper-container {
  overflow: visible;
}
.md-home-3 .img::before {
  content: "";
  width: 100%;
  height: 1.6rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(0deg, rgba(43, 101, 230, 0.4) 0%, rgba(43, 101, 230, 0) 100%);
}
.md-home-3 .img:hover {
  transform: scale(1.05);
}
.md-home-3 .sw1 .img {
  padding-top: calc( 574 / 760 * 100%);
}
.md-home-3 .sw1 .text1 {
  position: absolute;
  left: 0;
  bottom: 0.32rem;
  width: 100%;
  padding: 0 0.5rem;
}
.md-home-3 .sw2 .img {
  padding-top: calc( 496 / 230 * 100%);
}
.md-home-3 .sw2 .text2 {
  position: absolute;
  left: 0;
  bottom: 0.24rem;
  width: 100%;
}
.md-home-3 .btns {
  margin-top: 0.3rem;
}
.md-home-3 .sbtn {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #d7dae9;
  margin-left: 0.15rem;
  cursor: pointer;
}
.md-home-3 .sbtn:hover {
  background-color: #2b65e6;
}
.md-home-3 .prev:after {
  content: "";
  display: inline-block;
  border-right: 0.625em solid #666;
  border-top: 0.4375em solid transparent;
  border-bottom: 0.4375em solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.4375em;
  margin-left: -0.3125em;
}
.md-home-3 .next:after {
  content: "";
  display: inline-block;
  border-left: 0.625em solid #666;
  border-top: 0.4375em solid transparent;
  border-bottom: 0.4375em solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.4375em;
  margin-left: -0.3125em;
}
.md-home-3 .prev:hover:after {
  border-right-color: #fff;
}
.md-home-3 .next:hover:after {
  border-left-color: #fff;
}
@media screen and (max-width: 750px) {
  .md-home-3 .swiper1 {
    width: 100%;
  }
  .md-home-3 .swiper2 {
    width: 100%;
  }
  .md-home-3 .sbox {
    display: none;
  }
  .md-home-3 .btns {
    justify-content: center;
  }
}

.md-home-4 {
  position: relative;
  padding-top: 0.88rem;
  padding-bottom: 1rem;
}
.md-home-4 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.md-home-4 .com-tit {
  position: relative;
  line-height: 1;
}
.md-home-4 .com-tit.text-center .ct3 {
  margin-left: auto;
  margin-right: auto;
}
.md-home-4 .com-tit .ct1 {
  color: #2b65e6;
  opacity: 0.2;
  font-size: 1.2rem;
  line-height: 0.9;
}
.md-home-4 .com-tit .ct2 {
  color: #000000;
  margin-top: -0.47rem;
}
.md-home-4 .com-tit .ct3 {
  width: 1em;
  height: 4px;
  background-image: linear-gradient(90deg, #244da9 0%, #c12121 100%);
  margin-top: 0.27rem;
}
.md-home-4 .box {
  margin-top: 0.4rem;
}
.md-home-4 .le {
  width: calc( 980 / 1520 * 100%);
}
.md-home-4 .big {
  display: block;
  padding-right: 0.2rem;
  /* padding-bottom: 0.4rem; */
  position: relative;
}
.md-home-4 .big:hover .img {
  transform: scale(1.05);
}
.md-home-4 .big .img {
  padding-top: calc( 540 / 960 * 100%);
}
.md-home-4 .big .text {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  /* border-radius: 0 0.3rem 0.3rem 0.3rem; */
  /* background-color: #2b65e6; */
  color: #fff;
  padding: 0.44rem 0.48rem 0.48rem;
}
.md-home-4 .big .t12 {
  margin-top: 0.2rem;
  line-height: 1.2;
}
.md-home-4 .ri {
  width: calc( 460 / 1520 * 100%);
}
.md-home-4 .li {
  border-top: 1px solid #d7dae9;
}
.md-home-4 .dd {
  display: block;
  padding-right: 0.2rem;
  padding-top: 0.32rem;
  padding-bottom: 0.36rem;
}
.md-home-4 .dd:hover .title {
  color: #2b65e6;
}
.md-home-4 .dd .title {
  line-height: 1.3636363636;
  line-height: 1.2;
  margin-top: 0.3rem;
  transition: all 0.5s;
}
@media screen and (max-width: 750px) {
  .md-home-4 .le {
    width: 100%;
  }
  .md-home-4 .ri {
    width: 100%;
    margin-top: 0.4rem;
  }
  .md-home-4 .big .text {
    width: 100%;
    position: static;
    margin-top: -0.2rem;
  }
  .md-home-4 .dd {
    padding: 0.3rem 0;
  }
}

.md-product-1 {
  padding-top: 1rem;
  padding-bottom: 0.6rem;
  background-color: #f3f4f8;
  position: relative;
}
.md-product-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.md-product-1 .fbox {
  background-color: #fff;
  overflow-x: auto;
}
.md-product-1 .fbox::-webkit-scrollbar {
  height: 6px;
}
.md-product-1 .fbox::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #2b65e6;
}
.md-product-1 .fbox::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #dfdfdf;
}
.md-product-1 .fitem {
  min-width: 2.2rem;
  width: max-content;
  flex-shrink: 0;
  border-right: 1px solid #f3f4f8;
}
.md-product-1 .f-top {
  white-space: nowrap;
  padding: 0.16rem 0.2rem;
  background-color: #2b65e6;
  color: #fff;
}
.md-product-1 .inp {
  border-bottom: 1px solid #f3f4f8;
}
.md-product-1 .ip {
  width: 100%;
  height: 3.125em;
  padding: 0 0.2rem;
  border: none;
}
.md-product-1 .ip::-moz-placeholder {
  color: #999;
}
.md-product-1 .ip::placeholder {
  color: #999;
}
.md-product-1 .lab-list {
  height: 3.16rem;
  padding: 0.16rem 0.2rem;
  overflow-y: auto;
}
.md-product-1 .lab-list::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 3px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.md-product-1 .lab-list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #2b65e6;
}
.md-product-1 .lab-list::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #dfdfdf;
}
.md-product-1 .lab {
  line-height: 1.2;
  margin-bottom: 0.17rem;
  position: relative;
  color: #666;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.md-product-1 .lab.selected {
  color: #000;
}
.md-product-1 .lab.selected .sic {
  background-image: url(../images/product-1-tick.png);
  background-color: #2b65e6;
  box-shadow: 0 0 0 1px inset #2b65e6;
}
.md-product-1 .lab .sic {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px inset rgba(102, 102, 102, 0.5);
  margin-right: 0.1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 73.3333333333% auto;
}
.md-product-1 .lab input {
  width: 0;
  height: 0;
  position: absolute;
  left: 0%;
  top: 0%;
}
.md-product-1 .f-bot {
  border-top: 1px solid #f3f4f8;
}
.md-product-1 .button1 {
  width: 100%;
  height: 3.3333333333em;
  background-color: #fff;
  color: #2b65e6;
  border: none;
  cursor: pointer;
}
.md-product-1 .fbtns {
  margin-top: 0.2rem;
}
.md-product-1 .reset {
  height: 2.7777777778em;
  padding: 0 3em;
  background-color: #2b65e6;
  color: #fff;
  border-radius: 1rem;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
}
.md-product-1 .reset:hover {
  transform: translateY(-0.05rem);
}
@media screen and (max-width: 750px) {
  .md-product-1 .fitem {
    width: 3.3rem;
  }
}

.md-product-2 {
  padding-top: 0.6rem;
  padding-bottom: 1rem;
  position: relative;
}
.md-product-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.md-product-2 .form .fitem {
  width: 49.0131578947%;
  margin-bottom: 0.4rem;
}
.md-product-2 .form .inp {
  position: relative;
}
.md-product-2 .form .ip {
  width: 100%;
  height: 3.3333333333em;
  color: #333;
  background-color: #fff;
  border: solid 1px #eaeaea;
  padding: 0 0.3rem;
}
.md-product-2 .form .ip::-moz-placeholder {
  color: #666;
}
.md-product-2 .form .ip::placeholder {
  color: #666;
}
.md-product-2 .form .submit {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  border: none;
  background-color: #fff;
  background-image: url(../images/product-1-search.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.md-product-2 .select-w {
  background-color: #fff;
  position: relative;
  padding-right: 0.6rem;
  padding-left: 0.3rem;
  height: 3.3333333333em;
  background-color: #ffffff;
  border: solid 1px #eaeaea;
}
.md-product-2 .select-w .cur {
  width: 100%;
  color: #333;
}
.md-product-2 .select-w select {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 12px;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.md-product-2 .select-w:after {
  content: "";
  background-image: url(../images/product-1-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 1em;
  height: 0.5em;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
}
.md-product-2 .list {
  margin-bottom: 0.6rem;
}
.md-product-2 .li {
  margin-bottom: 0.2rem;
}
.md-product-2 .li:last-child {
  margin-bottom: 0;
}
.md-product-2 .dd {
  padding: 0.2rem;
  border: solid 1px #eaeaea;
  transition: all 0.5s;
}
.md-product-2 .dd:hover {
  background-image: linear-gradient(0deg, rgba(43, 101, 230, 0.1) 0%, rgba(43, 101, 230, 0) 100%);
}
.md-product-2 .dd:hover .name {
  color: #2b65e6;
}
.md-product-2 .dd:hover .btn {
  background-color: #fff;
  color: #2b65e6;
}
.md-product-2 .info {
  width: 11.5rem;
  margin-right: 1rem;
}
.md-product-2 .c-pic {
  width: 3.6rem;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px #eaeaea;
  background-color: #fff;
}
.md-product-2 .img {
  padding-top: 66.6666666667%;
}
.md-product-2 .text {
  margin-left: 0.6rem;
  flex-grow: 1;
}
.md-product-2 .intro {
  margin-top: 0.15rem;
}
.md-product-2 .di {
  margin-bottom: 0.12rem;
}
.md-product-2 .di:last-child {
  margin-bottom: 0;
}
.md-product-2 .t11 {
  flex-shrink: 0;
}
.md-product-2 .t12 {
  line-height: calc( 26 / 18);
}
.md-product-2 .btn {
  display: block;
  line-height: 2.7777777778;
  padding: 0 2.5em;
  background-color: #f3f4f8;
  color: #666;
  margin: 0.24rem 0;
  border-radius: 1rem;
  transition: all 0.5s;
}
.md-product-2 .btn:hover {
  background-color: #2b65e6 !important;
  color: #fff !important;
}
.md-product-2 .m-text {
  margin-top: 0.2rem;
  color: #666;
}
@media screen and (max-width: 1200px) {
  .md-product-2 .info {
    width: 100%;
    margin-right: 0;
  }
  .md-product-2 .btns {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .md-product-2 .btn {
    margin: 0.2rem;
  }
}
@media screen and (min-width: 751px) {
  .md-product-2 .m-text {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .md-product-2 .info {
    flex-wrap: wrap;
    width: 100%;
  }
  .md-product-2 .c-pic {
    width: 45%;
  }
  .md-product-2 .text {
    width: 50%;
    margin: 0;
    margin-left: 5%;
  }
  .md-product-2 .name {
    font-size: 0.28rem;
    display: block;
  }
  .md-product-2 .intro {
    display: none;
  }
}

.md-product-11 {
  background-color: #f3f4f8;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 0.3rem;
}
.md-product-11 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.md-product-11 .box {
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
}
.md-product-11 .swipers {
  width: calc( 520 / 1520 * 100%);
  margin-left: 0.4rem;
}
.md-product-11 .swiper1 {
  box-shadow: 0 0 0 1px #e2e2e2;
  position: relative;
}
.md-product-11 .swiper1 .img {
  padding-top: 100%;
}
.md-product-11 .swiper2 {
  margin-top: 0.1rem;
  position: relative;
}
.md-product-11 .swiper2::before {
  content: "";
  width: 1rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  z-index: 30;
  pointer-events: none;
}
.md-product-11 .swiper2 .img {
  padding-top: 100%;
}
.md-product-11 .sw2 {
  width: 1.3rem;
  cursor: pointer;
}
.md-product-11 .sw2 .c-pic {
  border: 1px solid #e2e2e2;
}
.md-product-11 .my-active::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #2b65e6;
  position: absolute;
  left: 0%;
  bottom: 0%;
  z-index: 3;
}
.md-product-11 .text {
  width: calc( 760 / 1520 * 100%);
  margin-left: 1rem;
  padding-top: 0.96rem;
}
.md-product-11 .title {
  color: #2b65e6;
  line-height: 1.2;
}
.md-product-11 .line {
  height: 1px;
  background-color: #d7dae9;
  position: relative;
  margin-top: 0.32rem;
  margin-bottom: 0.27rem;
}
.md-product-11 .line::after {
  content: "";
  width: 1em;
  height: 2px;
  background-color: #2b65e6;
  position: absolute;
  left: 0;
  bottom: 0;
}
.md-product-11 .intro {
  line-height: calc( 24 / 18);
}
.md-product-11 .btns {
  margin-top: 0.75rem;
}
.md-product-11 .btn {
  display: inline-block;
  padding: 0 2.5em;
  line-height: calc( 50 / 18);
  background-color: #2b65e6;
  border-radius: 1rem;
  transition: all 0.5s;
}
.md-product-11 .pointer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  width: 3rem;
  height: 3rem;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  cursor: crosshair;
}
.md-product-11 .preview {
  position: absolute;
  left: calc(100% + 0.2rem);
  top: 0;
  z-index: 30;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.5);
}
.md-product-11 .preview.op1 {
  opacity: 1;
}
.md-product-11 .preview .cpImg {
  padding-top: 100%;
  background-color: #fff;
}
.md-product-11 .sbtn {
  position: absolute;
  top: calc(50% - 0.5em);
  width: 1em;
  height: 1em;
  background-color: #eee;
  border-radius: 50%;
  z-index: 30;
  cursor: pointer;
}
.md-product-11 .prev {
  left: 0.1rem;
}
.md-product-11 .prev:after {
  content: "";
  display: inline-block;
  border-right: 0.2em solid #666;
  border-top: 0.2em solid transparent;
  border-bottom: 0.2em solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.md-product-11 .next {
  right: 0.1rem;
}
.md-product-11 .next::after {
  content: "";
  display: inline-block;
  border-left: 0.2em solid #666;
  border-top: 0.2em solid transparent;
  border-bottom: 0.2em solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .md-product-11 .box {
    padding: 0.2rem;
  }
  .md-product-11 .swipers {
    width: 100%;
    margin: 0;
  }
  .md-product-11 .text {
    width: 100%;
    margin: 0.4rem 0 0;
  }
  .md-product-11 .preview {
    display: none !important;
  }
  .md-product-11 .pointer {
    display: none !important;
  }
}

.md-product-12 {
  background-color: #f3f4f8;
  position: relative;
  padding-top: 0.3rem;
  padding-bottom: 1rem;
}
.md-product-12 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.md-product-12 .tops {
  box-shadow: 0 -1px 0 0 inset #e2e2e2;
}
.md-product-12 .ti {
  width: 50%;
  text-align: center;
  padding: 0.14rem;
  color: #666;
}
.md-product-12 .ti.active {
  color: #fff;
  background-color: #2b65e6;
}
.md-product-12 .content {
  padding: 0.2rem 0.7rem 0.4rem;
}
.md-product-12 .citem {
  position: relative;
  margin-bottom: 0.36rem;
}
.md-product-12 .citem:last-child {
  margin-bottom: 0;
}
.md-product-12 .text {
  line-height: 1.3333333333;
  padding-top: 0.36rem;
}
.md-product-12 .d-list {
  margin-top: 0.05rem;
}
.md-product-12 .d-list .li {
  width: calc( 670 / 1380 * 100%);
  margin-bottom: 0.2rem;
}
.md-product-12 .d-list .dd {
  color: #666;
  background-color: #f3f4f8;
  border-radius: 0.1rem;
  padding: 0.24rem 0.2rem;
}
.md-product-12 .d-list .info {
  width: 2.9rem;
}
.md-product-12 .d-list .ic1 {
  width: 1em;
  flex-shrink: 0;
}
.md-product-12 .d-list .name {
  flex-grow: 1;
  padding: 0 0.2rem;
}
.md-product-12 .d-list .time {
  display: inline-flex;
  align-items: center;
  width: 2rem;
  line-height: 1;
}
.md-product-12 .d-list .ic2 {
  width: 1em;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.md-product-12 .d-list .btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.5em 0.2rem;
  background-color: #fff;
  border-radius: 1rem;
  transition: all 0.5s;
}
.md-product-12 .d-list .btn:hover {
  background-color: #2b65e6;
  color: #fff;
}
.md-product-12 .d-list .btn:hover .ic3 {
  filter: brightness(0) invert(1);
}
.md-product-12 .d-list .ic3 {
  width: 1em;
  margin-left: 0.1rem;
  flex-shrink: 0;
}
.md-product-12 .md-md {
  position: absolute;
  top: -1.5rem;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .md-product-12 .content {
    padding: 0.2rem;
  }
  .md-product-12 .d-list .li {
    width: 100%;
  }
  .md-product-12 .d-list .info {
    width: 50%;
  }
  .md-product-12 .d-list .time {
    width: 25%;
  }
}
@media screen and (max-width: 500px) {
  .md-product-12 .d-list .dd {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .md-product-12 .d-list .info {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .md-product-12 .d-list .time {
    width: 50%;
  }
}

.md-brand-1 {
  position: relative;
  padding-top: 0.96rem;
  padding-bottom: 1rem;
}
.md-brand-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 15.2rem;
  max-width: 92%;
}
.md-brand-1 .com-tit {
  position: relative;
  line-height: 1;
}
.md-brand-1 .com-tit.text-center .ct3 {
  margin-left: auto;
  margin-right: auto;
}
.md-brand-1 .com-tit .ct1 {
  color: #2b65e6;
  opacity: 0.2;
  font-size: 1.2rem;
  line-height: 0.9;
}
.md-brand-1 .com-tit .ct2 {
  color: #000000;
  margin-top: -0.47rem;
}
.md-brand-1 .com-tit .ct3 {
  width: 1em;
  height: 4px;
  background-image: linear-gradient(90deg, #244da9 0%, #c12121 100%);
  margin-top: 0.27rem;
}
.md-brand-1 .swiper {
  margin-top: 0.4rem;
  position: relative;
}
.md-brand-1 .sw {
  padding: 0.2rem 0.2rem 0.38rem;
  height: auto;
  background-color: #f3f4f8;
  transition: all 0.5s;
}
.md-brand-1 .sw:hover {
  background-color: #2b65e6;
}
.md-brand-1 .sw:hover .name {
  color: #fff;
}
.md-brand-1 .c-pic {
  background-color: #fff;
}
.md-brand-1 .img {
  padding-top: calc( 280 / 325 * 100%);
}
.md-brand-1 .text {
  margin-top: 0.41rem;
}
.md-brand-1 .btns {
  margin-top: 0.6rem;
}
.md-brand-1 .more {
  line-height: 2.7777777778;
  padding: 0 2.5em;
  background-color: #2b65e6;
  border-radius: 1rem;
  transition: all 0.5s;
}
.md-brand-1 .more:hover {
  transform: translateY(-0.05rem);
}
.md-brand-1 .sbtn {
  position: absolute;
  top: calc(50% - 0.5em);
  width: 0.6rem;
  height: 0.6rem;
  z-index: 30;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0.1rem 0.1rem rgba(43, 101, 230, 0.1);
  background-repeat: no-repeat;
}
.md-brand-1 .sbtn:hover {
  background-color: #2b65e6;
}
.md-brand-1 .sbtn:hover:after {
  filter: brightness(0) invert(1);
}
.md-brand-1 .prev {
  left: 0;
}
.md-brand-1 .prev:after {
  content: "";
  display: inline-block;
  border-right: 0.625em solid #666;
  border-top: 0.4375em solid transparent;
  border-bottom: 0.4375em solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.4375em;
  margin-left: -0.3125em;
}
.md-brand-1 .next {
  right: 0;
}
.md-brand-1 .next:after {
  content: "";
  display: inline-block;
  border-left: 0.625em solid #666;
  border-top: 0.4375em solid transparent;
  border-bottom: 0.4375em solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.4375em;
  margin-left: -0.3125em;
}