/*******公共样式*******/
#banner img {
  max-height: 4rem;
  border-radius: 0;
}
.container .h2 {
  font-size: 0.38rem;
  margin-top: 0.4rem;
  padding: 0.2rem;
  color: #ff9145;
  text-align: center;
}
.container .f-content {
  padding: 0;
  box-shadow: 0 0.02rem 0.15rem 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #eaeaea;
  margin-bottom: 0.6rem;
  border-radius: 10px;
}
.container .f-content ul {
  width: 70%;
}
.container .f-content ul li:nth-child(1) i {
  padding-bottom: 0.015rem;
  width: 100%;
  background-image: linear-gradient(to right, #fff 0%, #eee 40%, #ddd 100%);
  bottom: -0.01rem;
  left: 0;
}
.container .f-content ul li:nth-child(2) i {
  padding-right: 0.01rem;
  height: 100%;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%, #ddd 100%);
  top: 0;
  left: 0;
}
.container .f-content ul li:nth-child(3) i {
  padding-right: 0.01rem;
  height: 100%;
  background-image: linear-gradient(to top, #fff 0%, #eee 50%, #ddd 100%);
  right: -0.01rem;
  top: 0;
}
.container .f-content ul li:nth-child(4) i {
  padding-bottom: 0.015rem;
  width: 100%;
  background-image: linear-gradient(to left, #fff 0%, #eee 40%, #ddd 100%);
  right: 0;
  top: -0.005rem;
}
.container .f-content ul li {
  position: relative;
  width: 50%;
  padding: 0;
}
.container .f-content ul li i {
  position: absolute;
  z-index: 10;
}
.container .f-content ul li a {
  display: inline-block;
  height: 1.48rem;
  width: 100%;
  box-shadow: none;
  background: #fff;
  border-radius: 10px;
}
.container .f-content ul li a .lf-img {
  width: 40%;
  height: 100%;
  font-size: 0.8rem;
  padding: 0.3rem 0.5rem;
  color: #a6a6a6;
}
.container .f-content ul li a .rt-text {
  width: 60%;
  padding: 0.3rem;
  text-align: justify;
}
.container .f-content ul li a .rt-text .h5 {
  font-weight: 600;
  color: #333;
  font-size: 0.17rem;
}
.container .f-content ul li a .rt-text p {
  color: #666;
  font-size: 0.12rem;
  line-height: 0.18rem;
  overflow: hidden;
  height: 0.528rem;
}
.container .f-content ul li .more {
  position: relative;
}
.container .f-content ul li .more span {
  font-size: 0.23rem;
  text-align: center;
  width: 100%;
}
.container .f-content ul li .more span b {
  font-size: 0.22rem;
  margin-left: 0.05rem;
}
.container .f-content .buy.enterprice {
  background: #7daefe;
  background: url("../../newPublic/img/enterprise/365bg_2.png") no-repeat 100%, 100%;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.container .f-content .more.enterprice {
  color: #7daefe;
}
.container .f-content .buy {
  width: 30%;
  height: 3.3rem;
  background: #ff9145;
  color: #fff;
  padding: 0.2rem;
}
.container .f-content .buy .h4 {
  font-size: 0.25rem;
  margin: 0.2rem;
}
.container .f-content .buy .h6 {
  margin-bottom: 0.4rem;
  font-size: 0.18rem;
}
.container .f-content .buy .price {
  margin: 0.6rem 0 0.3rem;
}
.container .f-content .buy button {
  font-size: 0.18rem;
  border-radius: 50px;
  padding: 0.08rem 0.4rem;
  background-color: transparent;
  border: 2px solid #fff;
}
.container #words {
  background: #fff;
  padding: 0.2rem;
  border: 0.015rem solid #ececec;
  border-radius: 10px;
}
.container #words b {
  position: absolute;
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  overflow: hidden;
}
.container #words b img {
  width: 100%;
  height: 100%;
}
.container #words .b-lf-top {
  left: 0;
  top: 0;
  transform: rotate(180deg);
}
.container #words .b-rt-top {
  right: 0;
  top: 0;
  transform: rotate(-90deg);
}
.container #words .b-lf-bottom {
  left: 0;
  bottom: 0;
  transform: rotate(90deg);
}
.container #words .b-rt-bottom {
  right: 0;
  bottom: 0;
}
.container #words section {
  padding: 0.5rem;
}
.container #words section .h4 {
  margin-bottom: 0.25rem;
  font-size: 0.2rem;
  font-weight: 600;
}
.container #words section p {
  line-height: 0.21rem;
  text-indent: 0.25rem;
  color: #2B2B2B;
}
.container #case {
  margin-bottom: 0.2rem;
}
.container #case .caseList .swiper-container {
  width: 90%;
  height: auto;
  margin: 0.2rem auto;
}
.container #case .caseList .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: 30%;
  overflow: hidden;
  height: 2rem;
}
.container #case .caseList .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  transition: all .3s linear;
}
.container #case .caseList .swiper-container .swiper-wrapper .swiper-slide img:hover {
  transform: scale(1.1, 1.05);
}
.container #case .caseList .swiper-container .swiper-wrapper .swiper-slide span {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.1rem;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.container #case .caseList .swiper-button-next,
.container #case .caseList .swiper-button-prev {
  width: 4%;
  background-image: none;
  font-size: 0.3rem;
  color: #ff9145;
  display: none;
}
.container #case .caseList:hover .swiper-button-next,
.container #case .caseList:hover .swiper-button-prev {
  display: block;
}
.modal .form-group:nth-child(3) {
  position: relative;
}
.modal .form-group:nth-child(3) span {
  position: absolute;
  right: 0.05rem;
  bottom: 0.05rem;
}
.modal #tips {
  color: #f00;
}
.modal p {
  line-height: 0.2rem;
  font-size: 0.13rem;
}
@media (max-width: 768px) {
  #banner {
    margin-top: 50px;
  }
  #banner header {
    height: 1.16rem;
  }
  .container .h2 {
    font-size: 26px;
    margin-top: 0.1rem;
    padding: 0.1rem;
  }
  .container .f-content {
    margin-top: 0;
  }
  .container .f-content ul {
    width: 100%;
  }
  .container .f-content ul li a {
    height: 100px;
  }
  .container .f-content ul li a .lf-img {
    font-size: 0.55rem;
    padding: 0.3rem 0.1rem;
  }
  .container .f-content ul li a .rt-text {
    padding: 0.2rem 0.05rem;
  }
  .container .f-content ul li a .rt-text .h5 {
    font-size: 0.15rem;
  }
  .container .f-content ul li a .rt-text p {
    font-size: 0.11rem;
    height: 0.35200000000000004rem;
  }
  .container .f-content ul li .more span {
    font-size: 0.18rem;
  }
  .container .f-content ul li .more span b {
    font-size: 0.18rem;
  }
  .container .f-content .buy {
    height: 160px;
    width: 100%;
    padding: 0.1rem;
  }
  .container .f-content .buy .h4 {
    font-size: 18px;
    margin: 5px;
  }
  .container .f-content .buy .h6 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .container .f-content .buy .price {
    margin: 10px 0 10px;
  }
  .container .f-content .buy button {
    font-size: 16px;
  }
  .container #words section {
    padding: 0.1rem 0;
  }
}
