.warp-box {
  width: 100%;
  position: relative;
}
.warp-box .case-box {
  width: 100%;
  padding-top: 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 900px) {
  .warp-box .case-box {
    padding-top: 50px;
  }
}
.warp-box .case-box .case-banner {
  width: 100%;
  height: 278px;
  background: url("../../images/product-top.png") no-repeat center center;
  background-size: 100% 100%;
}
@media only screen and (max-width: 900px) {
  .warp-box .case-box .case-banner {
    height: 88px;
  }
}
.warp-box .case-box .case-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .warp-box .case-box .case-top {
    height: 520px !important;
  }
}
.warp-box .case-box .case-top .title {
  width: 367px;
  height: 110px;
  background: url("../../images/case-img-tit.png") no-repeat center center;
  background-size: 100% 100%;
  margin-top: 120px;
  margin-bottom: 40px;
}
@media (min-width: 1500px) {
  .warp-box .case-box .case-top .title {
    margin-top: 80px;
  }
}
@media (min-width: 1860px) {
  .warp-box .case-box .case-top .title {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .warp-box .case-box .case-top .title {
    width: 167px;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.warp-box .case-box .case-top .detail {
  width: 100%;
  display: felx;
  flex-direction: column;
}
.warp-box .case-box .case-top .detail .detail-item {
  display: flex;
  flex-flow: row;
  justify-content: center;
}
.warp-box .case-box .case-top .detail .detail-item div {
  width: 420px;
  height: 220px;
}
@media (min-width: 1500px) {
  .warp-box .case-box .case-top .detail .detail-item div {
    width: 480px;
    height: 280px;
  }
}
@media (min-width: 1860px) {
  .warp-box .case-box .case-top .detail .detail-item div {
    width: 580px;
    height: 320px;
  }
}
.warp-box .case-box .case-top .detail .detail-item .item1 {
  background: url("../../images/case-img-1.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .case-box .case-top .detail .detail-item .item2 {
  background: url("../../images/case-img-2.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .case-box .case-top .detail .detail-item .item3 {
  background: url("../../images/case-img-3.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .case-box .case-top .detail .detail-item .item4 {
  background: url("../../images/case-img-4.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .case-box .case-top .detail .detail-item .item5 {
  background: url("../../images/case-img-5.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .case-box .case-top .detail .detail-item .item6 {
  background: url("../../images/case-img-6.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .case-box .case-top .detail .margin20 {
  margin: 0 10px;
}
.warp-box .case-box .case-top .detail .marginRight10 {
  margin-right: 10px;
}
.warp-box .case-box .case-top .detail .margin40 {
  margin-bottom: 40px;
}
.warp-box .case-box .case-top .detail-phone {
  display: none;
}
@media only screen and (max-width: 900px) {
  .warp-box .case-box .case-top .detail {
    display: none !important;
  }
  .warp-box .case-box .case-top .detail-phone {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .warp-box .case-box .case-top .detail-phone .detail-item {
    display: flex;
    flex-flow: row;
    justify-content: center;
  }
  .warp-box .case-box .case-top .detail-phone .detail-item div {
    width: 160px;
    height: 100px;
  }
  .warp-box .case-box .case-top .detail-phone .detail-item .item1 {
    background: url("../../images/case-img-1.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .warp-box .case-box .case-top .detail-phone .detail-item .item2 {
    background: url("../../images/case-img-2.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .warp-box .case-box .case-top .detail-phone .detail-item .item3 {
    background: url("../../images/case-img-3.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .warp-box .case-box .case-top .detail-phone .detail-item .item4 {
    background: url("../../images/case-img-4.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .warp-box .case-box .case-top .detail-phone .detail-item .item5 {
    background: url("../../images/case-img-5.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .warp-box .case-box .case-top .detail-phone .detail-item .item6 {
    background: url("../../images/case-img-6.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .warp-box .case-box .case-top .detail-phone .margin20 {
    margin: 0 10px;
  }
  .warp-box .case-box .case-top .detail-phone .marginRight10 {
    margin-right: 10px;
  }
  .warp-box .case-box .case-top .detail-phone .margin40 {
    margin-bottom: 40px;
  }
}
.warp-box .pageTypes1, .warp-box .pageTypes2, .warp-box .pageTypes3, .warp-box .pageTypes4, .warp-box .pageTypes5, .warp-box .pageTypes6 {
  display: none;
}/*# sourceMappingURL=case-v3.css.map */