
/* 产品详情-产品简介 */
.md13743.md-product_details1 {
  width: 100%;
  padding: 1.5rem 0 0.5rem;
}
.md13743.md-product_details1 .i-inner {
  width: 12.8rem;
  max-width: 92%;
  margin: 0 auto;
  text-align: center;
}
.md13743.md-product_details1 .i-titles {
  width: 100%;
  margin-bottom: 0.2rem;
  color: #111111;
  font-weight: bold;
  line-height: 1.2;
}
.md13743.md-product_details1 .i-intro {
  width: 100%;
  max-width: 50em;
  margin: 0 auto 0.55rem;
  color: #777777;
  line-height: 1.5;
}
.md13743.md-product_details1 .i-logo {
  transition: all ease 0.5s;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 0.5rem;
  line-height: 2.87;
  color: #ffffff;
  background-color: #181818;
  border-radius: 0.1rem;
}
.md13743.md-product_details1 .i-logo:hover {
  background-color: #e31d23;
}

/* 产品详情-产品优势 */
.md13743.md-product_details2 {
  width: 100%;
  padding: 0.85rem 0 0.3rem;
}
.md13743.md-product_details2 img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.md13743.md-product_details2 .j-inner {
  width: 12.8rem;
  max-width: 92%;
  margin: 0 auto;
}
.md13743.md-product_details2 .j-titles {
  width: 100%;
  margin-bottom: 0.55rem;
  text-align: center;
  color: #111111;
  font-weight: bold;
  line-height: 1.2;
}
.md13743.md-product_details2 .j-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.md13743.md-product_details2 .j-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(50% - 0.1rem);
  padding: 0.5rem 1rem 0.5rem 0.55rem;
  margin-bottom: 0.2rem;
  background-color: #ffffff;
  box-shadow: 0px 0.05rem 0.2rem 0px rgba(0, 0, 0, 0.06);
  border-radius: 0.1rem;
}
.md13743.md-product_details2 .j-lt {
  width: 0.85rem;
}
.md13743.md-product_details2 .j-icon {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
}
.md13743.md-product_details2 .j-icon img {
  max-width: 100%;
  max-height: 100%;
}
.md13743.md-product_details2 .j-rt {
  width: calc(100% - 1.75rem);
}
.md13743.md-product_details2 .j-name {
  width: 100%;
  margin-bottom: 0.2rem;
  color: #111111;
  line-height: 1.3;
  font-weight: bold;
}
.md13743.md-product_details2 .j-intro {
  width: 100%;
  color: #777777;
  line-height: 1.5;
  min-height: 3em;
}
.md13743.md-product_details2 .j-item:hover .j-name {
  color: #e31d23;
}

@media (max-width: 750px) {
  .md13743.md-product_details2 .j-item {
    width: 100%;
  }
}
.md13743.md-product_details_bg {
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}

/* 产品详情-业务流程 */
.md13743.md-product_details3 {
  width: 100%;
  padding: 0.95rem 0 0.3rem;
}
.md13743.md-product_details3 img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.md13743.md-product_details3 .k-inner {
  width: 12.8rem;
  max-width: 92%;
  margin: 0 auto;
}
.md13743.md-product_details3 .k-titles {
  width: 100%;
  margin-bottom: 0.75rem;
  text-align: center;
  color: #111111;
  font-weight: bold;
  line-height: 1.2;
}
.md13743.md-product_details3 .k-cont {
  width: calc(100% + 0.2rem);
  position: relative;
  left: -0.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.md13743.md-product_details3 .k-item {
  flex: 1;
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
}
.md13743.md-product_details3 .k-box {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0.25rem 0.15rem;
  background-image: linear-gradient(-2deg, #ffffff 0%, #eff2fa 100%), linear-gradient(#fafafa, #fafafa);
  box-shadow: 0px 0.05rem 0.2rem 0px rgba(0, 0, 0, 0.06);
  border-radius: 0.1rem;
  border: solid 0.02rem #ffffff;
}
.md13743.md-product_details3 .k-nub {
  width: 100%;
  margin-bottom: 0.15rem;
  color: #c6c6c6;
  font-weight: bold;
  line-height: 1.5;
}
.md13743.md-product_details3 .k-icon {
  width: 100%;
  margin-bottom: 0.3rem;
  height: 0.47rem;
  line-height: 0.47rem;
}
.md13743.md-product_details3 .k-icon img {
  max-width: 0.5rem;
  max-height: 100%;
}
.md13743.md-product_details3 .k-name {
  width: 100%;
  margin-bottom: 0.05rem;
  color: #111111;
  font-weight: bold;
  line-height: 1.4;
}
.md13743.md-product_details3 .k-textbox {
  width: 100%;
  color: #777777;
  line-height: 1.5;
}
.md13743.md-product_details3 .k-textbox * {
  line-height: inherit;
}

@media (max-width: 750px) {
  .md13743.md-product_details3 .k-cont {
    justify-content: flex-start;
  }
  .md13743.md-product_details3 .k-item {
    flex: none;
    width: 50%;
  }
}
/* 产品详情-合作金融机构 */
.md13743.md-product_details4 {
  width: 100%;
  padding: 0.85rem 0 1.7rem;
}
.md13743.md-product_details4 img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.md13743.md-product_details4 .l-main {
  width: 12.8rem;
  max-width: 92%;
  margin: 0 auto;
}
.md13743.md-product_details4 .l-top {
  width: 100%;
  text-align: center;
  padding-bottom: 0.55rem;
}
.md13743.md-product_details4 .l-titles {
  width: 100%;
  color: #111111;
  font-weight: bold;
  line-height: 1.2;
}
.md13743.md-product_details4 .l-synopsis {
  width: 100%;
  margin-top: 0.15rem;
  color: #666666;
  line-height: 1.6;
}
.md13743.md-product_details4 .l-bottom {
  width: 100%;
}
.md13743.md-product_details4 .l-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.3rem;
}
.md13743.md-product_details4 .l-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  font-size: 0;
}
.md13743.md-product_details4 .l-list {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}
.md13743.md-product_details4 .l-item {
  display: inline-block;
  vertical-align: middle;
  width: 2.85rem;
  padding: 0 0.19rem;
}
.md13743.md-product_details4 .l-link {
  display: block;
  cursor: pointer;
  width: 100%;
}
.md13743.md-product_details4 .l-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 43.7751004016%;
  background-color: #ffffff;
  border-radius: 0.1rem;
}
.md13743.md-product_details4 .l-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;
}
.md13743.md-product_details4 .l-link:hover .l-img img {
  transform: scale(1.05);
}
.md13743.md-product_details4 .l-wrap:nth-child(2n) .l-inner {
  padding-left: 1.87rem;
}

/* 产品详情-业务流程2 */
.md13743.md-product_details5 {
  width: 100%;
  padding: 0.95rem 0 0.3rem;
}
.md13743.md-product_details5 img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.md13743.md-product_details5 .m-inner {
  width: 12.8rem;
  max-width: 92%;
  margin: 0 auto;
}
.md13743.md-product_details5 .m-titles {
  width: 100%;
  margin-bottom: 0.75rem;
  text-align: center;
  color: #111111;
  font-weight: bold;
  line-height: 1.2;
}
.md13743.md-product_details5 .m-cont {
  width: calc(100% + 0.2rem);
  position: relative;
  left: -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.md13743.md-product_details5 .m-item {
  flex: 1;
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
}
.md13743.md-product_details5 .m-top {
  display: block;
  width: 100%;
  padding: 0.6rem 0.15rem 0.25rem;
  margin-bottom: 1rem;
  position: relative;
  text-align: center;
  background-image: linear-gradient(-2deg, #ffffff 0%, #eff2fa 100%);
  box-shadow: 0px 0.05rem 0.2rem 0px rgba(0, 0, 0, 0.06);
  border-radius: 0.1rem;
  overflow: hidden;
  border: solid 0.02rem #ffffff;
}
.md13743.md-product_details5 .m-nub {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
}
.md13743.md-product_details5 .m-nub span {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.15rem 0 0.07rem;
  height: 0.45rem;
  text-align: center;
  line-height: 0.33rem;
  color: #fff;
  background-image: url("../images/product15.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.md13743.md-product_details5 .m-icon {
  position: relative;
  width: 100%;
  margin-bottom: 0.3rem;
  height: 0.45rem;
}
.md13743.md-product_details5 .m-icon1 {
  opacity: 1;
  z-index: 1;
  visibility: visible;
  transition: all ease 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.45rem;
  line-height: 0.45rem;
}
.md13743.md-product_details5 .m-icon1 img {
  max-width: 100%;
  max-height: 100%;
}
.md13743.md-product_details5 .m-icon2 {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all ease 0.5s;
  position: absolute;
  filter: brightness(0) invert(1);
  top: 0;
  left: 0;
  width: 100%;
  height: 0.45rem;
  line-height: 0.45rem;
}
.md13743.md-product_details5 .m-icon2 img {
  max-width: 100%;
  max-height: 100%;
}
.md13743.md-product_details5 .m-name {
  width: 100%;
  color: #111111;
  font-weight: bold;
  line-height: 1.4;
}
.md13743.md-product_details5 .m-bottom {
  width: 100%;
  position: relative;
  padding-top: 0.35rem;
}
.md13743.md-product_details5 .m-bottom:before {
  content: "";
  position: absolute;
  top: 0.08rem;
  left: 0;
  width: calc(100% + 0.2rem);
  height: 0.02rem;
  background-color: #2251d1;
}
.md13743.md-product_details5 .m-bottom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.17rem;
  height: 0.17rem;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 0.04rem #2251d1;
}
.md13743.md-product_details5 .m-intro {
  width: 100%;
  color: #111111;
  line-height: 1.5;
}
.md13743.md-product_details5 .m-item:last-child .m-bottom:before {
  width: 100%;
}
.md13743.md-product_details5 .m-item:hover .m-top {
  background-image: linear-gradient(-2deg, #0e2ab6 0%, #4a7de0 100%);
}
.md13743.md-product_details5 .m-item:hover .m-icon1 {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.md13743.md-product_details5 .m-item:hover .m-icon2 {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.md13743.md-product_details5 .m-item:hover .m-name {
  color: #fff;
}
.md13743.md-product_details5 .m-item:hover .m-nub span {
  background-image: url("../images/product15-b.png");
}

@media (max-width: 750px) {
  .md13743.md-product_details5 .m-cont {
    justify-content: flex-start;
  }
  .md13743.md-product_details5 .m-item {
    flex: none;
    width: 50%;
  }
  .md13743.md-product_details5 .m-top {
    margin-bottom: 0.3rem;
  }
  .m-item:nth-child(2n) .m-bottom:before {
    width: 100%;
  }
}
