
.product {
  padding-top:44px;
  box-sizing:border-box
}
.product .content {

  margin-top:33px
}
.product .content .item {
  width:591px;
  height:280px;
  margin-bottom:10px;
  position:relative;
  cursor:pointer;
  overflow:hidden
}
.product .content .image-container {
  position:relative;
  width:100%;
  height:100%
}
.product .content .image-container img {
  object-fit:cover
}
.product .content .description {
  color:#fff;
  width:100%;
  height:57px;
  background:#409cff;
  position:absolute;
  bottom:0;
  left:0;
  font-size:20px
}
.product .content .hover-overlay {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(64,156,255,0.7);
  opacity:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px
}
.product .content .overlay-content {
  text-align:center;
  color:#fff
}
.product .content .overlay-content .overlay-title {
  font-size:20px;
  font-weight:400;
  margin-bottom:20px
}
.product .content .overlay-content .overlay-info {
  font-size:14px;
  margin-bottom:28px
}
.product .content .overlay-content .detail-btn {
  width:100px;
  height:38px;
  border:1px solid #fff;
  font-size:16px;
  cursor:pointer;
  margin:0 auto
}
.product .content .item:hover .description {
  opacity:0
}
.product .content .item:hover .hover-overlay {
  opacity:1
}
.share {
  margin-top:44px
}
.share .share-content {
  margin-top:58px;
  margin-bottom:46px;
  cursor:pointer
}
.share .share-content .img {
  width:580px;
  height:100%
}
.share .share-content .share-info {
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  flex:0.9
}
.share .share-content .share-info .info {
  padding-top:30px;
  box-sizing:border-box
}
.share .share-content .share-info .info .info-title {
  font-size:14px;
  color:#999;
  position:relative
}
.share .share-content .share-info .info .info-title::after {
  content:'';
  width:40px;
  height:1px;
  background:#164da0;
  position:absolute;
  bottom:-10px;
  left:0
}
.share .share-content .share-info .info .info-sub {
  margin-top:26px;
  font-size:18px;
  color:#333
}
.share .share-content .share-info .info .info-text {
  margin-top:30px;
  font-size:14px;
  color:#666;
  line-height:20px;
  overflow:hidden;
  text-overflow:ellipsis;
  -webkit-line-clamp:8;
  display:-webkit-box;
  -webkit-box-orient:vertical
}
.share .share-content .share-info .btn {
  width:160px;
  height:48px;
  opacity:1;
  border-radius:5px;
  background:#00a6ff;
  font-size:16px;
  color:#fff;
  cursor:pointer
}
.question {
  width:100%;
  height:461px;
  background-image:url("../../assets/img/question.jpg");
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  margin-top:51px
}
.question .bg {
  width:100%;
  height:100%;
  background:linear-gradient(180deg, rgba(38,145,255,0.5) 0%, rgba(34,97,215,0.5) 100%);
  color:#fff;
  font-size:20px;
  flex-direction:column
}
.question .bg .select {
  font-size:30px;
  font-weight:700;
  margin-bottom:52px
}
.step {
  margin-top:55px
}
.step .outer-container {
  overflow:hidden
}
.step .outer-container .step-item {
  height:370px
}
.step .outer-container .step-item .item {
  width:250px;
  /*! height:100%; */border-radius:10px;
  background:#f0f6ff;
  padding:20px;
  box-sizing:border-box
}
.step .outer-container .step-item .item .item-title {
  font-size:20px;
  color:#333;
  font-weight:700;
  margin-bottom:8px
}
.step .outer-container .step-item .item .item-text {
  width:190px;
  /*! height:130px; */font-size:14px;
  line-height:30px;
  margin-bottom:10px;
  font-family:'Montserrat', serif;
  color:#888;
  overflow:hidden;
  text-overflow:ellipsis;
  -webkit-line-clamp:4;
  display:-webkit-box;
  -webkit-box-orient:vertical
}
.step .outer-container .step-item .item .item-img {
  width:210px;
  /*! height:160px */
}
.step .outer-container .step-item .arrow {
  width:70px;
  height:27px;
  margin-left:-8px
}
.step .outer-container::-webkit-scrollbar {
  display:none
}
.application {
  width:100%;
  height:702px;
  background-image:url("../../assets/img/product.png");
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  margin-top:48px;
  padding-top:50px;
  box-sizing:border-box
}
.application .application-content {
  margin-top:70px
}
.application .application-content .item {
  width:270px;
  height:346px;
  border-radius:20px;
  background:#fff;
  box-shadow:0px 0px 5px 5px rgba(130,223,196,0.17);
  padding:25px 30px;
  box-sizing:border-box
}
.application .application-content .item .title {
  font-size:20px;
  font-weight:700
}
.application .application-content .item .item-content {
  font-size:16px;
  margin-top:33px
}
.application .application-content .item .item-content .text {
  align-self:flex-end
}
.application .application-content .item .item-content img {
  width:50px;
  height:50px
}
.application .application-content .middle {
  position:relative;
  width:517px
}
.application .application-content .middle .img {
  width:991px;
  height:140px;
  margin-top:-45px;
  margin-left:-240px;
  z-index:99999
}
.application .application-content .middle .middle-text {
  margin-top:36px;
  height:280px;
  font-size:20px;
  line-height:40px
}
.cooperate {
  margin-top:100px;
  margin-bottom:50px
}
.cooperate .cooperate-content {
  margin-top:20px
}
.cooperate .cooperate-content .img-item {
  height:60px;
  margin-bottom:20px
}
.cooperate .cooperate-content .img-item img {
  margin-bottom:20px;
  margin-right:10px;
  border: 1px solid #ddd;
  padding: 5px;
}
