/* banner */
.title-center-upDown {
  padding: 170px 0;
}

/* content */
.allCase {
  text-align: center;
  margin: 10px auto 40px;
}
.allCase h2{
  color: rgba(34, 34, 34, 1);
  font-size: 32px;
  font-weight: 700;
}
.classficationContent {
  opacity: 1;
  background: rgba(247, 250, 255, 1);
  padding-top: 20px;
  padding-bottom: 6px;
  margin-top: 20px;
}
.classification {
  display: flex;
  font-size: 18px;
  font-weight: 700;
}

.serviceClassfication {
  display: flex;
  flex-wrap: wrap;
  margin-left: 40px;
}

.serviceClassfication span {
  font-weight: 700;
}
.serviceClassfication ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 11px;
  margin-bottom: 14px;
}
.serviceClassfication ul li {
  display: flex;
}
.hover-content .btn-detail:hover {
  background: #1677ff !important;
  color: #fff;
}
.hover-content {
  background: #fff;
  padding: 20px 20px 0;
}
.hover-content .subtitle {
  margin-top: 0;
  height: 52px;
  line-height: 26rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.hover-content .subText {
  font-size: 12px;
  line-height: 16px;
  height: 105px;
}
.hover-content .btn-detail {
  border: 1px solid #ddd;
}

#caseList .mix {
  padding-bottom: 30px;
  display: none;
  margin: -2px;
}

#caseDivide .classifiMix{
  display: none;
}


.case-item-wrapper{
  margin-left: -15px;
  margin-right: -15px;
}
/* .case-item-wrapper,.highlightContent{
  margin-right: -15px;
} */

/* .highlightContent{
  margin-left: 0;
  margin-right: -15px;
} */


.case-nav {
  margin: 0 auto 57px;
  padding: 0 !important;
}

.case-nav ul.classification li a,
.serviceClassfication ul li a {
  font-size: 15px;
  color: #222;
  margin-right: 10px;
  display: block;
  border-radius: 2px;
  text-transform: capitalize;
  cursor: pointer;
}

.case-nav ul.classification li a:hover,
.serviceClassfication ul li a:hover {
  color: #1677ff;
}

.case-nav ul.nav li a.active {
color: #2196F3;
}

figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

figure img {
  width: 100%;
  height: 200px;
}

.single-blog-figure {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.single-blog-figure:hover,
.single-blog-figure:hover {
  -webkit-box-shadow: 0px 2px 10px 2px rgba(221, 221, 221, 0.73);
  box-shadow: 0px 2px 10px 2px rgba(221, 221, 221, 0.73);
  cursor: pointer;
}

.single-blog-figure .meta-tags {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 18px 0;
}

.single-blog-figure .meta-tags .comments a {
  color: #555;
}
.single-blog-figure .meta-tags .comments i {
  font-size: 15px;
  margin-right: 5px;
}
.page {
  margin: 0 auto 50px;
}
.pagination {
  justify-content: center;
}
.pagination .page-item {
  padding-right: 12px;
}



.highlightcontentBox{
  padding-left: 0;
  padding-right: 0;
}

.highlightBox {
  opacity: 1;
  background: rgba(247, 250, 255, 1);
}


.highlightText {
    max-width: 1400px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0;
}

/*
 @media
 container1920=1400  other=1140
 min-width 表示最小即大于等于
 max-width 表示最大即小于等于
*/

/* pc */
@media (min-width: 992px) {
   .banner-pc {
     background: url(../../images/case/banner.png) no-repeat scroll center center;
     position: relative;
     background-size: cover;
     margin-top: 60px;
     box-sizing: content-box;
   }
}

/* h5 */
@media (max-width: 991.5px) {
   .banner-h5 {
    background: url(../../images/case/h5Banner.png) no-repeat scroll center center;
    position: relative;
    background-size: cover;
    margin-top: 60px;
    box-sizing: content-box;
   }
   .title-center-upDown {
     padding: 30px 0 221px;
     text-align: center;
   }
  .highlightContent {
   margin-left: 0;
   margin-right: 0;
  }
  .case-item-wrapper{
    margin-left: 0;
    margin-right: 0;
  }
  .highlightText{
    margin-left: 15px;
  }
  .classification {
    margin: 0 15px;
  }
}
