body {
  position: relative;
}

.case_analysis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case_analysis .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  /* -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3); */
  padding: 30px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #999999;
  color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: .1rem;
}

.case_analysis .item:first-child {
  background-color: #575757;
}

.case_analysis .item:nth-child(2) {
  position: relative;
}

.case_analysis .item:nth-child(2):after {
  content: "";
  position: absolute; right: 0; top: 10%;
  width: 1px;
  height: 80%;
  background-color: #fff;
}

.case_analysis .item .case_en {
  padding: 5px 0 30px;
}

.case_analysis .item .analysis_title {
  font-size: .25rem;
}

.case_analysis .params {
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case_analysis .params .icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 20px;
}

.other_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.other_info .item:first-child {
  /* -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%; */
  flex: 1;
  padding: 40px 20px;
}

.other_info .item:last-child {
  /* -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%; */
  width: 40%;
  padding: 20px;
}

.other_info .item li {
  margin-bottom: 30px;
}

.other_info .item .other_label {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: .2rem;
}

.scene {
  overflow: hidden;
}

.scene .scene-swiper .swiper-slide {
  /* width: 100% !important; */
}

.scene .scene-swiper .abstract {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.scene .scene-swiper .abstract .item {
  padding: 35px;
}
.scene .scene-swiper .swiper-slide-active .abstract_scroll {
  overflow: auto;
}

/* .scene .scene-swiper .abstract .item::-webkit-scrollbar {
  display: none;
} */
.scene .scene-swiper .abstract .item::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #e5edf8;
  border-radius: 2px;
}
.scene .scene-swiper .abstract .item::-webkit-scrollbar-thumb {
  background-color: #e1c39d;
  border-radius: 2px;
}

.scene .scene-swiper .abstract .item:first-child {
  flex: 1;
  /* -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%; */
  background-color: #575757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scene .scene-swiper .abstract .item:first-child .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scene .scene-swiper .abstract .item:first-child .item_list .detail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0  200px;
          flex: 0 0  200px;
  padding-right: 20px;
  cursor: pointer;
}

.scene .scene-swiper .abstract .item:last-child {
  width: 40%;
  /* -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%; */
  background-color: #999999;
  color: #fff;
}

.scene .scene-swiper .abstract .abstract_title {
  font-size: .2rem;
  padding-bottom: 5px;
}

.scene .custom-swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: .15rem;
  margin-top: 20px;
}

.scene .custom-swiper-pagination>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  word-wrap: break-word;
  border-radius: 100%;
  text-align: center;
  background-color: #aeaeae;
  margin-right: 10px;
  cursor: pointer;
}
.custom-swiper-pagination .p-cnt{
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  width: 60px;
}

.scene .custom-swiper-pagination .active {
  background-color: #e1c39d;
}

@media (max-width: 970px) {
  .case_analysis {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .case_analysis .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .case_analysis .item:nth-child(2) {
    position: relative;
  }
  .case_analysis .item:nth-child(2):after {
    position: absolute;
    width: 80%;
    height: 1px;
    background-color: #fff;
    content: "";
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .other_info .item {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
  .other_info .item:first-child {
    padding-bottom: 0px !important;
  }
  .other_info .item:last-child {
    padding-top: 0px !important;
  }
  .abstract {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .abstract .item {
    overflow: hidden;
  }
  .abstract .item:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    overflow: auto;
  }
  .abstract .item:last-child {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    background-color: #999999;
  }
}

.scene .swiper-slide-active div:first-child img {
  transition: all 1.5s linear;
}

.scene .swiper-slide div:first-child img{
  aspect-ratio: 1140/536;
  object-fit: cover;
}