.app-sc-case {
  background: url(../images/sc-01.png) no-repeat center / cover;
}
.app-sc-case .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4em 0;
}
.app-sc-case .head .intro {
  width: 45%;
}
.app-sc-case .head .intro .subtitle {
  font-size: 18px;
  font-weight: bold;
  color: #67C37C;
  margin-bottom: .5em;
}
.app-sc-case .head .intro .title {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  text-align: justify;
}
.app-sc-case .head .more a {
  display: inline-flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  padding: 1.25em 1.8em;
  border-radius: 2px;
  color: #283855;
  background-color: #fff;
}
.app-sc-case .head .more a span {
  line-height: 1;
}
.app-sc-case .head .more a svg {
  width: .8em;
  height: .8em;
  fill: currentColor;
  margin-left: .5em;
}

.app-sc-case-wrap {
  display: flex;
}
.app-sc-case-wrap .tabs {
  width: 45%;
  flex: 0 0 auto;
}
.app-sc-case-wrap .tabs .carousel-dots {
  list-style: none;
}
.app-sc-case-wrap .tabs .carousel-dots li {
  max-width: 90%;
}
.app-sc-case-wrap .tabs .carousel-dots li button {
  display: block;
  align-items: center;
  outline: none;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  opacity: .8;
  border: 0;
  background: none;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.app-sc-case-wrap .tabs .carousel-dots li.carousel-active {
  display: inline-flex;
  align-items: center;
  border-bottom: 3px solid #32C36C;
}
.app-sc-case-wrap .tabs .carousel-dots li.carousel-active button {
  color: #32C36C !important;
  font-size: 30px !important;
  opacity: 1 !important;
}
.app-sc-case-wrap .tabs .carousel-dots li.carousel-active::after {
  content: "";
  width: 22px;
  height: 26px;
  flex: 0 0 auto;
  background: url(../images/arrow-1.png) no-repeat center/contain;
  margin-left: 2em;
}
.app-sc-case-wrap .tabs .carousel-dots li + li {
  margin-top: 2.5em;
}
.app-sc-case-wrap .content {
  width: 55%;
  flex: 0 0 auto;
}
.app-sc-case-wrap [data-moup-carousel] .carousel-list {
  overflow: visible;
  font-size: 0;
}
.app-sc-case-wrap [data-moup-carousel] .item {
  color: #fff;
}
.app-sc-case-wrap [data-moup-carousel] .item .headinfo {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  line-height: 1;
}
.app-sc-case-wrap [data-moup-carousel] .item .headinfo small {
  font-size: 14px;
}
.app-sc-case-wrap [data-moup-carousel] .item .headinfo small:last-child {
  margin-top: .5em;
}
.app-sc-case-wrap [data-moup-carousel] .item .headinfo .big {
  color: #32C36C;
}
.app-sc-case-wrap [data-moup-carousel] .item .headinfo .big strong {
  font-size: 65px;
}
.app-sc-case-wrap [data-moup-carousel] .item .intro {
  font-size: 15px;
  width: 100%;
  text-align: justify;
  padding: 4em 0;
}
.app-sc-case-wrap [data-moup-carousel] .item .pic {
  margin-right: -20%;
}
.app-sc-case-wrap [data-moup-carousel] .item .pic img {
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .app-sc-case .head .intro .subtitle {
    font-size: 16px;
  }
  .app-sc-case .head .intro .title {
    font-size: 30px;
  }
  .app-sc-case-wrap .tabs .carousel-dots li button {
    font-size: 18px;
  }
  .app-sc-case-wrap .tabs .carousel-dots li.carousel-active button {
    font-size: 24px !important;
  }
  .app-sc-case-wrap [data-moup-carousel] .item .headinfo .big strong {
    font-size: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .app-sc-case .head .intro .subtitle {
    font-size: 14px;
  }
  .app-sc-case .head .intro .title {
    font-size: 26px;
  }
  .app-sc-case-wrap .tabs .carousel-dots li button {
    font-size: 16px;
  }
  .app-sc-case-wrap .tabs .carousel-dots li.carousel-active button {
    font-size: 22px !important;
  }
  .app-sc-case-wrap [data-moup-carousel] .item .headinfo .big strong {
    font-size: 55px;
  }
}
@media screen and (max-width: 1000px) {
  .app-sc-case .head .intro .subtitle {
    font-size: 12px;
  }
  .app-sc-case .head .intro .title {
    font-size: 22px;
  }
  .app-sc-case .head .more a {
    font-size: 12px;
  }
  .app-sc-case-wrap .tabs .carousel-dots li button {
    font-size: 14px;
  }
  .app-sc-case-wrap .tabs .carousel-dots li.carousel-active button {
    font-size: 20px !important;
  }
  .app-sc-case-wrap [data-moup-carousel] .item .headinfo .big strong {
    font-size: 50px;
  }
}
@media screen and (max-width: 800px) {
  .app-sc-case-wrap {
    flex-direction: column;
  }
  .app-sc-case-wrap .tabs {
    width: 100%;
  }
  .app-sc-case-wrap .tabs .carousel-dots {
    display: flex;
    align-items: flex-end;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .app-sc-case-wrap .tabs .carousel-dots li + li {
    margin-top: 0;
    margin-left: 2.5em;
  }
  .app-sc-case-wrap .content {
    width: 100%;
    padding-top: 8%;
  }
  .app-sc-case-wrap [data-moup-carousel] .item .pic {
    margin-right: 0;
    margin-bottom: 5%;
  }
  .app-sc-case-wrap [data-moup-carousel] .item .intro {
    padding: 2em 0;
  }
}
@media screen and (max-width: 600px) {
  .app-sc-case .head {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .app-sc-case .head .intro {
    width: 100%;
  }
  .app-sc-case .head .more {
    margin-top: 1em;
  }
  .app-sc-case .head {
    padding: 2em 0;
  }
  .app-sc-case-wrap .tabs .carousel-dots li button {
    font-size: 12px;
  }
  .app-sc-case-wrap .tabs .carousel-dots li.carousel-active button {
    font-size: 18px !important;
  }
  .app-sc-case-wrap [data-moup-carousel] .item .headinfo .big strong {
    font-size: 45px;
  }
  .app-sc-case-wrap [data-moup-carousel] .item .intro {
    font-size: 14px;
  }
}