body{
  background-color: #fff;
}
.bg-title {
  width: 100%;
  height: 300px;
  background-size: cover;
}

.caseShow-main {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 50px auto 90px;
}

.caseShow-main .caseShow-wrapper {
  width: 1200px;
}

.caseShow-main .caseShow-wrapper div.title {
  padding: 5px 20px 5px 0;
  border-bottom: 2px solid #ED1731;
  margin-right: 30px;
  position: relative;
  font-size: 14px;
  color: #666666;
}

.caseShow-main .caseShow-wrapper div.title::after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 5px;
  display: inline-block;
  width: 15px;
  height: 2px;
  background-color: #ED1731;
}

.caseShow-main .caseShow-wrapper .business-types {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.caseShow-main .caseShow-wrapper .business-types ul.nav-menu {
  display: flex;
  align-items: center;
}

.caseShow-main .caseShow-wrapper .business-types ul.nav-menu li.nav-menu-title {
  color: #666666;
  font-size: 16px;
  width: 105px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}

.caseShow-main .caseShow-wrapper .business-types ul.nav-menu li.nav-menu-title:hover {
  color: #ED1731;
}

.caseShow-main .caseShow-wrapper .business-types ul.nav-menu li.nav-menu-title.active {
  background-color: #ED1731;
  color: #ffffff;
}

.caseShow-main .caseShow-wrapper .business-types ul.nav-menu li.nav-menu-title.active:hover {
  color: #ffffff;
}

.caseShow-main .caseShow-wrapper .features-types {
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}

.caseShow-main .caseShow-wrapper .features-types ul.nav-content {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
}

.caseShow-main .caseShow-wrapper .features-types ul.nav-content li.nav-content-title {
  color: #666666;
  font-size: 16px;
  width: 105px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}

.caseShow-main .caseShow-wrapper .features-types ul.nav-content li.nav-content-title:hover {
  color: #ED1731;
}

.caseShow-main .caseShow-wrapper .features-types ul.nav-content li.nav-content-title.active {
  background-color: #ED1731;
  color: #ffffff;
}

.caseShow-main .caseShow-wrapper .features-types ul.nav-content li.nav-content-title.active:hover {
  color: #ffffff;
}

.caseShow-main .caseShow-wrapper .caseShow-items {
  width: 100%;
}

.caseShow-main .caseShow-wrapper .caseShow-items .caseShow-line {
  display: flex;
  margin-bottom: 40px;
}

.caseShow-main .caseShow-wrapper .caseShow-items .caseShow-line .caseShow-box {
  width: 33.3%;
}

.caseShow-main .caseShow-wrapper .caseShow-items .caseShow-line .caseShow-box:nth-of-type(1, 4, 7) {
  justify-content: flex-start;
}

.caseShow-main .caseShow-wrapper .caseShow-items .caseShow-line .caseShow-box:nth-of-type(2, 5, 8) {
  justify-content: center;
}

.caseShow-main .caseShow-wrapper .caseShow-items .caseShow-line .caseShow-box:nth-of-type(3, 6, 9) {
  justify-content: flex-end;
}

.caseShow-main .caseShow-wrapper .caseShow-items .caseShow-line .caseShow-box .caseShow-item {
  width: 372px;
  border-radius: 10px;
  cursor: pointer;
}

.caseShow-main .caseShow-wrapper .caseShow-items .caseShow-line .caseShow-box .caseShow-item.active {
  box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.1);
}

.caseShow-main .caseShow-wrapper .caseShow-items .caseShow-line .caseShow-box .caseShow-item.active .footer .main p.title {
  color: #ED1731;
}

.caseShow-main .caseShow-wrapper .caseShow-items .caseShow-line .caseShow-box .caseShow-item.active .footer i.go-icon {
  width: 15px;
  height: 15px;
  background: url("../images/xz@2x.png") no-repeat center;
  background-size: 9px 14px;
}

.caseShow-main .caseShow-wrapper .caseShow-items .caseShow-line .caseShow-box .caseShow-item .img {
  width: 100%;
  height: 224px;
  /* background-image: url("../images/278_166@2x.png"); */
  border-radius: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.caseShow-main .caseShow-wrapper .caseShow-items .caseShow-line .caseShow-box .caseShow-item .footer {
  padding: 22px 0;
  color: #666666;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
}

.caseShow-main .caseShow-wrapper .caseShow-items .caseShow-line .caseShow-box .caseShow-item .footer.active {
  box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2);
}

.caseShow-main .caseShow-wrapper .caseShow-items .caseShow-line .caseShow-box .caseShow-item .footer .main {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
}

.caseShow-main .caseShow-wrapper .caseShow-items .caseShow-line .caseShow-box .caseShow-item .footer .main p.title {
  width: 100%;
  font-size: 16px;
  color: #666666;
  padding-bottom: 10px;
  font-weight: bold;
}

.caseShow-main .caseShow-wrapper .caseShow-items .caseShow-line .caseShow-box .caseShow-item .footer .main p.text {
  width: 100%;
  font-size: 12px;
  color: #C2C2C2;
}

.caseShow-main .caseShow-wrapper .caseShow-items .caseShow-line .caseShow-box .caseShow-item .footer i.go-icon {
  width: 15px;
  height: 15px;
  background: url("../images/wx@2x.png") no-repeat center;
  background-size: 9px 14px;
  margin-right: 20px;
}

.caseShow-main .caseShow-wrapper .page-control {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.caseShow-main .caseShow-wrapper .page-control button {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #E5E5E5;
  font-size: 14px;
  color: #877771;
  margin-right: 12px;
  cursor: pointer;
}

.caseShow-main .caseShow-wrapper .page-control button:hover {
  background-color: #E5E5E5;
  color: #877771;
}

.caseShow-main .caseShow-wrapper .page-control button.active {
  background-color: #ED1731;
  color: #ffffff;
}

.caseShow-main .caseShow-wrapper .page-control button:last-of-type {
  margin-right: 0;
}

.caseShow-main .caseShow-wrapper .page-control button.first-page {
  background-image: url("../images/zqy@2x.png");
  background-size: 100% 100%;
  border: none;
}

.caseShow-main .caseShow-wrapper .page-control button.pre-page {
  background-image: url("../images/pre@2x.png");
  background-size: 100% 100%;
  border: none;
}

.caseShow-main .caseShow-wrapper .page-control button.next-page {
  background-image: url("../images/next@2x.png");
  background-size: 100% 100%;
  border: none;
}

.caseShow-main .caseShow-wrapper .page-control button.last-page {
  background-image: url("../images/zhy@2x.png");
  background-size: 100% 100%;
  border: none;
}
