.md-home-5 {
  padding: 0.8rem 0;
}
.md-home-5 .swiper {
  border-bottom: 1px solid #eee;
  margin-bottom: 0.3rem;
}
.md-home-5 .nsw {
  width: auto;
  padding: 0.1rem 0;
  margin-right: 0.4rem;
  cursor: pointer;
}
.md-home-5 .nsw.on {
  color: #286a3c;
}
.md-home-5 .nsw.on::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #286a3c;
}
.md-home-5 .bitem {
  display: none;
}
.md-home-5 .bitem.show {
  display: block;
}
.md-home-5 .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.md-home-5 .imgs {
  width: 47.3684210526%;
}
.md-home-5 .img {
  position: relative;
  padding: 0.25rem 0;
}
.md-home-5 .cbii {
  width: 100%;
  transform: scale(1.13);
  transform-origin: center;
}
.md-home-5 .text {
  width: 47.3684210526%;
}
.md-home-5 .cbt0 {
  color: #286a3c;
  margin-bottom: 0.11rem;
}
.md-home-5 .cbt1 {
  font-weight: 600;
}
.md-home-5 .cbt2 {
  line-height: 1.875;
  color: #444;
  margin-top: 0.3rem;
}
.md-home-5 .cbt3 {
  color: #286a3c;
  margin-top: 0.3rem;
}
.md-home-5 .cbtns {
  font-size: 0;
  color: #286a3c;
  margin-top: 0.45rem;
}
.md-home-5 .cbt4 {
  display: inline-block;
  line-height: 2.875em;
  padding: 0 0.2rem;
  min-width: 1.7rem;
  text-align: center;
  border-radius: 1rem;
  color: #fff;
  background-color: #286a3c;
  margin-left: 0.1rem;
  transition: all 0.3s;
}
.md-home-5 .cbt4:hover {
  transition: all 0.3s;
}
.md-home-5 .cbt5 {
  display: inline-block;
  color: #fff;
  background-color: #286a3c;
  line-height: 2.875em;
  padding: 0 0.2rem;
  min-width: 2.9rem;
  text-align: center;
  border-radius: 1rem;
  transition: all 0.3s;
}
.md-home-5 .cbt5:hover {
  box-shadow: 0 0 0.1rem 0.05rem rgba(40, 106, 60, 0.4);
  transition: all 0.3s;
}
@media (max-width: 900px) {
  .md-home-5 .imgs {
    order: 1 !important;
    width: 100%;
  }
  .md-home-5 .text {
    order: 2 !important;
    width: 100%;
  }
}

.labor-3 .hrefs {
  text-align: center;
  margin-top: 0.1rem;
}
.labor-3 .aa {
  display: block;
  line-height: 2.5;
  background-color: #fff;
  color: #286a3c;
}

.side-dialog .dialog-cont {
  width: 14rem;
  border-radius: 0.16rem;
}
.side-dialog .form {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem;
}
.side-dialog .fi:nth-child(5) {
  width: 100%;
}
.side-dialog .imgs {
  width: 40%;
  margin-right: 4.2857142857%;
  flex-shrink: 0;
}
.side-dialog .img {
  position: relative;
  padding-top: 83.5714285714%;
  border-radius: 0.1rem;
  overflow: hidden;
  background-color: #999;
}
.side-dialog .fri {
  flex-grow: 1;
}
.side-dialog .ftext {
  margin-top: 0.1rem;
  color: #bf4c4c;
}
.side-dialog .ci .radio {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: static;
  opacity: 1;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-image: url(../images/icon-6.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.side-dialog .ci .radio:checked {
  border: none;
  background-image: url(../images/icon-5.png);
}
.side-dialog .ic {
  display: none;
}
@media (max-width: 900px) {
  .side-dialog .imgs {
    width: 100%;
    display: none;
  }
  .side-dialog .fri {
    width: 100%;
  }
}