.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.full {
  width: 100%;
}
img {
  vertical-align: middle;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: -ms-flexbox;
  display: flex;
}
.col-4 {
  width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
}
.col-6 {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}
.spe-bg {
  background-color: #f6f6f6;
}
.special {
  padding: 30px 0;
}
.special h2 {
  margin-bottom: 20px;
  text-align: center;
  background: url(../image/jawcrusher/1-1.png) no-repeat center 54px;
  padding-bottom: 30px;
  font-size: 28px;
}
.spe-p1 {
  margin-bottom: 40px;
  padding: 26px 0;
}

.spe-p1 h2 {
  text-align: center;
  font-size: 42px;
  padding-bottom: 50px;
  background: url(../image/jawcrusher/1-1.png) no-repeat center 75px;
  padding-left: 0;
}
.spe-p1 .info {
  font-size: 14px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.3;
}
.spe-p1 .right {
  width: 100%;
}

.spe-p1 .left {
  padding-left: 32px;
  position: relative;
  margin-top: 30px;
}

.spe-p1 .left h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.spe-p1 .left p {
  font-size: 14px;
  margin-bottom: 5px;
}
.spe-p1 .left p span {
  color: #4b505e;
  font-weight: 600;
}
.spe-p1 .left ul.feature {
  margin-top: 16px;
}

.spe-p1 .left ul.feature li {
  font-size: 14px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
  color: #71798e;
  font-weight: 600;
  margin-bottom: 5px;
}

.spe-p1 .left ul.feature li:nth-child(1) {
  background-image: url(../image/jawcrusher/1-10.png);
}
.spe-p1 .left ul.feature li:nth-child(2) {
  background-image: url(../image/jawcrusher/1-16.png);
}
.spe-p1 .left ul.feature li:nth-child(3) {
  background-image: url(../image/jawcrusher/1-15.png);
}
.special .contact-btn {
  justify-content: center;
  margin-top: 30px;
}

.special .contact-btn a {
  width: 35%;
  padding-left: 36px;
  background-color: #1198e9;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  line-height: 42px;
  border-radius: 5px;
  color: #f6f6f6;
  background-image: url(../image/jawcrusher/1-12.png);
  background-repeat: no-repeat;
  background-position: calc(50% - 48px) center;
  background-size: 28px;
}
.special .contact-btn a:last-child {
  margin-left: 20px;
  background-color: #0cac49;
  background-image: url(../image/jawcrusher/1-13.png);
  background-position-x: calc(50% - 40px);
}

.spe-p1 .right .img-btn {
  margin-top: 10px;
}
.spe-p1 .right .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
.spe-p1 .right .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.spe-p2 {
  padding-top: 10px;
  position: relative;
}
.special .content p {
  font-size: 14px;
  margin-bottom: 16px;
}
.special .content p a {
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  background-color: #1198e9;
  color: #fff;
  border-radius: 5px;
}
/* .spe-p3 .content .cat-link .item {
  padding-left: 5px;
  padding-right: 5px;
} */
.spe-p3 .content .cat-link .item a {
  display: block;

  background-color: #f6f6f6;
  transition: all 0.3s;
  border-radius: 12px;
  padding: 16px 0;
}
.spe-p3 .content .cat-link .item h3 {
  font-size: 14px;
  margin-top: 30px;
  text-align: center;
}
.spe-p3 .content .cat-link .item a:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
}
.spe-p3 .content .cat-advance {
  margin: 40px 0;
  counter-reset: my;
}
.spe-p3 .content .cat-advance h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.spe-p3 .content .cat-advance ul li {
  font-size: 14px;
  margin: 8px 0;
  display: flex;
  align-items: center;
}
.spe-p3 .content .cat-advance ul li::before {
  display: inline-block;
  color: #fff;
  content: "0" counter(my);
  counter-increment: my;
  background-color: #1198e9;
  border-radius: 7px;
  width: 30px;
  text-align: center;
  padding: 3px 0px;
  font-size: 24px;
  font-weight: 400;
  margin-right: 20px;
  line-height: 1;
  font-family: Haettenschweiler;
  flex-shrink: 0;
}
.spe-p3 .content .cat .cat-nav {
  display: flex;
  background-color: #eee;
  /* color: #fff; */
  margin-bottom: 24px;
  border-radius: 10px;
  margin-top: 40px;
  justify-content: space-between;
}
.spe-p3 .content .cat .cat-nav li {
  line-height: 50px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  width: auto;
  font-size: 14px;
  flex-grow: 1;
}
.spe-p3 .content .cat .cat-nav li:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.spe-p3 .content .cat .cat-nav li:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.spe-p3 .content .cat .cat-nav li:hover,
.spe-p3 .content .cat .cat-nav li.active {
  background-color: #1198e9;
  color: #fff;
}
.spe-p3 .content .cat .cat-list .table {
  margin-top: 20px;
  overflow-x: scroll;
}

.spe-p3 .content .cat .cat-list table {
  width: 100%;
  text-align: center;
  background-color: #eee;
  border-collapse: collapse;
}
.spe-p3 .content .cat .cat-list table,
.spe-p3 .content .cat .cat-list table th,
.spe-p3 .content .cat .cat-list table td {
  border: 1px solid #fff;
}
.spe-p3 .content .cat .cat-list table th,
.spe-p3 .content .cat .cat-list table td {
  text-align: center;
  padding: 5px 3px;
  font-size: 14px;
}
.spe-p3 .content .cat .cat-list table tr:nth-child(odd) {
  background-color: #dedede;
}
.spe-p3 .content .cat .cat-list table th {
  padding: 8px;
  background-color: #1198e9;
  color: #fff;
}
.jaw-small .content .cat-link .item a {
  padding: 0;
  margin-bottom: 20px;
  padding-bottom: 12px;
}
.jaw-small .content .cat-link .item a h3 {
  font-size: 14px;
  margin-top: 12px;
}

.spe-p4 h3 {
  font-size: 14px;
  text-align: center;
  margin-top: 12px;
}

.spe-p5 .img,
.spe-p5 .text {
  width: 100%;
  box-sizing: border-box;
}

.spe-p5 .text {
  padding: 0 35px;
}
.spe-p5 .text h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.spe-p5 .text p {
  font-size: 14px;
  margin-bottom: 12px;
  padding-left: 12px;
}
.spe-p5 .text a:last-child {
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 200px;
  background-color: #104497;
  border-radius: 12px;
  font-size: 14px;
  line-height: 38px;
}
.spe-p5 h3 {
  margin-top: 12px;
}
.spe-p5 .swiper3 span {
  bottom: 0;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  background-image: url(../image/jawcrusher/1-11.png);
  background-repeat: no-repeat;
  z-index: 100;
  cursor: pointer;
}
.spe-p5 .swiper3 .case-swiper-prev {
  right: 42px;
}
.spe-p5 .swiper3 .case-swiper-next {
  right: 0;
  background-position-x: -40px;
}
.spe-p6 h3 {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 16px;
}

/* cone crusher */
.cone.special h2 a.active {
  color: #1198e9;
}
.cone.special h2 {
  font-size: 22px;
  background-position-y: 40px;
}
.cone.spe-p1 h2 {
  font-size: 26px;
  background-position-y: 50px;
}

/* small crusher */
.small.spe-p3 .img-show a {
  display: block;
  position: relative;
}
.small.spe-p3 .img-show a h3 {
  padding-left: 10px;
  background-color: transparent;
  line-height: 1.2;
  margin-top: 12px;
  font-size: 14px;
}

/* mobile crusher */
.spe-p3.mobile .cat-link .item {
  margin-bottom: 20px;
}
.spe-p3.mobile .cat-link .item a {
  padding-top: 0;
  padding-bottom: 12px;
}
.spe-p3.mobile .cat-link .item h3 {
  margin-top: 0;
  font-size: 14px;
}
.spe-p3.mobile .content .cat .cat-nav {
  background-color: transparent;
}
.spe-p3.mobile .content .cat .cat-nav a {
  display: block;
  font-size: 18px;
  opacity: 0.5;
  text-align: center;
  line-height: 30px;
}
.spe-p3.mobile .content .cat .cat-nav .swiper-slide-active a {
  color: #1198e9;
  opacity: 1;
  font-size: 22px;
}
.spe-p3#compact .img-show a {
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .special h2 {
    font-size: 24px;
    padding-bottom: 35px;
  }
  .spe-p1 .info {
    margin-bottom: 30px;
  }
  .special .contact-btn a {
    font-size: 14px;
    width: 154px;
    background-position: calc(50% - 36px) center;
  }
  .special .contact-btn a:last-child {
    background-position: calc(50% - 30px) center;
  }
  .spe-p3 .content .cat-advance h3 {
    font-size: 20px;
  }
  .mobile-jaw .content .cat .cat-nav li {
    line-height: 1.4;
    padding: 10px 0;
  }
  .cone.special h2 {
    font-size: 16px;
    background-position-y: 36px;
  }
  .cone.spe-p1 h2 {
    font-size: 26px;
    background-position-y: 50px;
  }
  .spe-p3.mobile .content .cat .cat-nav a {
    font-size: 14px;
    line-height: 20px;
  }
  .spe-p3.mobile .content .cat .cat-nav .swiper-slide-active a {
    font-size: 18px;
  }
}
