@charset "UTF-8";
/*******/
/*** 公共 ***/
.wrapper {
  overflow: visible;
}

.footer {
  z-index: 10;
}

.indt-heading-h2 {
  font-size: 2.4rem;
  line-height: 1.46em;
  font-weight: 700;
}

.btn-custom {
  width: 10rem;
  height: 2.7rem;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1.4rem;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1em;
  margin: 0;
  font-weight: 700;
}
.btn-custom::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.btn-custom > * {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 1em;
  line-height: 1em;
  color: inherit;
  font-weight: inherit;
  padding: 0;
  border-radius: inherit;
  z-index: 5;
}
.btn-custom svg, .btn-custom .bi {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: block;
  object-fit: contain;
  object-position: center center;
  position: relative;
  margin: 0;
}
.btn-custom .bi-right {
  margin: 0 0 0 0.75em;
}
.btn-custom.btn-normal {
  color: #0A3433;
  box-shadow: 0px 0px 20px 0px rgba(1, 251, 243, 0);
  background: -webkit-linear-gradient(179.84deg, #B7FBFF 0.29%, #1EB1A9 100%);
  background: linear-gradient(270.16deg, #B7FBFF 0.29%, #1EB1A9 100%);
}
.btn-custom.btn-normal::after {
  background: #00ACA6;
}
.btn-custom.btn-gray-line {
  background: transparent;
  border: solid 1px #999;
  color: #111;
}
.btn-custom.btn-gray-line::after {
  background: #00ACA6;
}

@media (min-width: 992px) {
  .btn-custom:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .btn-custom:hover.btn-normal {
    color: #fff;
  }
  .btn-custom:hover.btn-gray-line {
    border-color: #00ACA6;
    color: #fff;
  }
}
@media (max-width: 991.98px) {
  ::-webkit-scrollbar {
    width: 0px;
  }
  .indt-heading-h2 {
    font-size: 0.6rem;
    line-height: 0.7rem;
  }
  .btn-custom {
    width: 2.56rem;
    height: 0.85rem;
    border-radius: 0.5rem;
    font-size: 0.28rem;
    font-weight: 400;
  }
  .btn-custom svg, .btn-custom .bi {
    width: 0.2rem;
    height: 0.2rem;
  }
  .btn-custom .bi-right {
    margin: 0 0 0 0.1rem;
  }
}
.sco-sticky-section {
  width: 100%;
  position: relative;
  z-index: 5;
}

.sco-anchor {
  width: 100%;
  height: 5px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -999;
}

.sco-overtext-h2 {
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 700;
}

.sco-overtext-h3 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
  margin: 3rem 0 0;
}

.sco-overimg-box {
  width: 102%;
  height: 102%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  z-index: 1;
  position: absolute;
  left: -1%;
  top: 0;
  pointer-events: none;
}

.sco-overimg-swip {
  width: 80%;
  height: 80dvh;
  position: sticky;
  top: 0;
  overflow: clip;
  z-index: 1;
}
.sco-overimg-swip .swiper-wrapper {
  width: 100%;
  height: 100dvh;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}
.sco-overimg-swip .swiper-slide {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
}
.sco-overimg-swip .swiper-slide:first-child {
  opacity: 1;
}
.sco-overimg-swip .imgs {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.sco-overimg-swip img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  object-fit: cover;
  object-position: center top;
}
.sco-overimg-swip .is-active {
  position: relative;
  z-index: 1;
}

.sco-overimg-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}

.sco-overimg-place {
  width: 100%;
  height: 0vh;
}

.sco-main-layout {
  width: 100%;
  position: relative;
  padding: 0;
  z-index: 10;
}
.sco-main-layout .global-inner {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.sco-main-layout .global-inner::before, .sco-main-layout .global-inner::after {
  display: none;
}

.sco-overtext-box {
  position: sticky;
  top: 0;
  width: 57.65%;
}
.sco-overtext-box.full-col {
  width: 100%;
}

.sco-overtext-item {
  width: 100%;
  min-height: 100lvh;
  color: #fff;
}

.sco-overtext-item_inner {
  width: 100%;
  min-height: 100lvh;
  display: -webkit-flex;
  display: flex;
  position: sticky;
  top: 0;
}

.sco-overtext-grid {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.sco-overtext-left {
  width: 50%;
  max-width: 650px;
  padding: 9rem 0;
  position: sticky;
  top: 0;
}

.sco-overtext-right {
  width: 45%;
  max-width: 580px;
  padding: 9rem 0 2rem;
  position: sticky;
  top: 0;
  margin-right: -3rem;
}
.sco-overtext-right > *:last-child {
  margin-bottom: 0 !important;
}

.sco-overtext-title {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
}

.sco-overtext-subtit {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
  margin: 3rem 0 2rem;
}

.sco-overtext-desc {
  font-size: 1rem;
  line-height: 2em;
  margin: 2rem 0 0;
}

.sco-overtext-handle {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin: 3rem 0 0;
}

.sco-overtext-datas {
  margin-bottom: 3rem;
  white-space: nowrap;
}
.sco-overtext-datas .dataitem {
  margin-bottom: 2rem;
}
.sco-overtext-datas .dataitem:last-child {
  margin-bottom: 0;
}
.sco-overtext-datas .title {
  font-size: 1.1rem;
  line-height: 1em;
  margin-bottom: 6px;
}
.sco-overtext-datas .numbox {
  height: 1.17em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  position: relative;
  font-size: 6.25rem;
  line-height: 1.17em;
  font-weight: 700;
}
.sco-overtext-datas .numbox span {
  display: block;
}
.sco-overtext-datas .numbox .num {
  display: block;
  font-family: "HarmonyOSBold";
  font-weight: 700;
}
.sco-overtext-datas .numbox .unit {
  display: block;
  font-size: 0.5em;
  line-height: 1.17em;
  margin-bottom: 0.25em;
}
.sco-overtext-datas .numbox .layer {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  position: relative;
}
.sco-overtext-datas .numbox .layer > * {
  display: block;
}
.sco-overtext-datas .numbox .layer1 {
  background: -webkit-linear-gradient(bottom, #FFFFFF 15.71%, #E5FFFE 84.29%);
  background: linear-gradient(0deg, #FFFFFF 15.71%, #E5FFFE 84.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 5;
}
.sco-overtext-datas .numbox .layer2 {
  color: #01FBF3;
  filter: blur(15px);
  -webkit-filter: blur(15px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.sco-overtext-honor {
  font-size: 1.8rem;
  line-height: 1.67em;
  position: relative;
  font-weight: 700;
}
.sco-overtext-honor .doc {
  position: relative;
}
.sco-overtext-honor p {
  margin-bottom: 1.05em;
}
.sco-overtext-honor p:last-child {
  margin-bottom: 0;
}
.sco-overtext-honor .doc1 {
  background: -webkit-linear-gradient(bottom, #FFF 15.71%, #E5FFFE 84.29%);
  background: linear-gradient(0deg, #FFF 15.71%, #E5FFFE 84.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 5;
}
.sco-overtext-honor .doc2 {
  color: rgb(1, 251, 243);
  filter: blur(10px);
  -webkit-filter: blur(10px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.sco-overthumb-box {
  width: 32%;
  max-width: 440px;
  padding: 0;
  height: 100dvh;
  position: sticky;
  top: 0;
  right: -10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.sco-overthumb-swipbox {
  position: relative;
  width: 100%;
  padding: 10px;
  overflow: clip;
  background: -webkit-linear-gradient(left, #fff 1px, transparent 1px) 0 0, -webkit-linear-gradient(left, #fff 1px, transparent 1px) 0 100%, -webkit-linear-gradient(right, #fff 1px, transparent 1px) 100% 0, -webkit-linear-gradient(right, #fff 1px, transparent 1px) 100% 100%, -webkit-linear-gradient(top, #fff 1px, transparent 1px) 0 0, -webkit-linear-gradient(top, #fff 1px, transparent 1px) 100% 0, -webkit-linear-gradient(bottom, #fff 1px, transparent 1px) 0 100%, -webkit-linear-gradient(bottom, #fff 1px, transparent 1px) 100% 100%;
  background: linear-gradient(to right, #fff 1px, transparent 1px) 0 0, linear-gradient(to right, #fff 1px, transparent 1px) 0 100%, linear-gradient(to left, #fff 1px, transparent 1px) 100% 0, linear-gradient(to left, #fff 1px, transparent 1px) 100% 100%, linear-gradient(to bottom, #fff 1px, transparent 1px) 0 0, linear-gradient(to bottom, #fff 1px, transparent 1px) 100% 0, linear-gradient(to top, #fff 1px, transparent 1px) 0 100%, linear-gradient(to top, #fff 1px, transparent 1px) 100% 100%;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}

.sco-overthumb-swip {
  width: 100%;
  height: auto;
  padding: 73.33% 0 0;
  overflow: clip;
  position: relative;
}
.sco-overthumb-swip .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
}
.sco-overthumb-swip .imgs {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.sco-overthumb-swip img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  left: 0;
  top: 0;
}

.sco-make-name {
  position: relative;
  display: -webkit-flex;
  display: flex;
}

.sco-make-name {
  background: -webkit-linear-gradient(bottom, #FFFFFF 15.71%, #E5FFFE 84.29%);
  background: linear-gradient(0deg, #FFFFFF 15.71%, #E5FFFE 84.29%);
  background-clip: text;
  -webkit-background-clip: text;
  position: relative;
  z-index: 5;
  font-size: 2.4em;
  line-height: 1.4583333333em;
  font-weight: 700;
  margin-left: 0;
}

.sco-make-name2 {
  position: absolute;
  left: 0;
  top: 0;
  color: rgb(1, 251, 243);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.sco-make-desc {
  font-size: 1.2em;
  line-height: 2.3333333333em;
  color: #fff;
  font-weight: 400;
}

.layer_pop {
  position: relative;
}

.sco-make-honor li {
  margin-bottom: 1.75em;
}
.sco-make-honor li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1600px) {
  .sco-overtext-title {
    font-size: 2.8rem;
  }
}
@media (max-width: 991.98px) {
  .sco-overimg-overlay {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    right: initial;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .sco-overtext-box {
    width: 100%;
    padding: 1.6rem 0;
  }
  .sco-overimg-box {
    width: 100%;
    left: 0;
  }
  .sco-overtext-item {
    min-height: 0px;
  }
  .sco-overtext-item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .sco-overtext-item_inner {
    min-height: 0px;
  }
  .sco-overtext-grid {
    display: block;
    padding: 0;
  }
  .sco-overtext-left {
    position: relative;
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .sco-overtext-right {
    width: 100%;
    max-width: none;
    position: relative;
    padding: 0;
    margin: 0.5rem 0 0;
  }
  .sco-overtext-title {
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
  .sco-overtext-subtit {
    font-size: 0.4rem;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0.7rem 0 0.4rem;
  }
  .sco-overtext-desc {
    font-size: 0.34rem;
    line-height: 0.6rem;
    text-align: justify;
    margin: 0.48rem 0 0;
  }
  .sco-overtext-datas {
    margin-bottom: 0.5rem;
  }
  .sco-overtext-datas .dataitem {
    margin-bottom: 1rem;
  }
  .sco-overtext-datas .title {
    font-size: 0.3rem;
    margin-bottom: 3px;
  }
  .sco-overtext-datas .numbox {
    height: 1.5rem;
    font-size: 1.28rem;
    line-height: 1.5rem;
  }
  .sco-make-honor li {
    margin-bottom: 0.9rem;
  }
  .sco-make-name {
    font-size: 0.48rem;
    line-height: 0.7rem;
    font-weight: 400;
  }
  .sco-make-desc {
    font-size: 0.3rem;
    line-height: 0.56rem;
  }
  .sco-overtext-handle {
    margin: 0.9rem 0 0.8rem;
  }
  .sco-overtext-honor {
    font-size: 0.36rem;
    line-height: 0.6rem;
  }
  .sco-overtext-honor p {
    margin-bottom: 0.5rem;
  }
  .sco-overthumb-box {
    display: none;
  }
}
.main-box {
  min-height: 200vh;
}

.indt_intro_tit {
  font-size: 2.6em;
  line-height: 1.1538461538em;
  color: #333;
  font-weight: 700;
  margin-bottom: 0.9615384615em;
}

.indt_intro_desc {
  font-size: 0.8em;
  line-height: 1.875em;
  color: #111;
  font-weight: 400;
}
.indt_intro_desc p {
  margin-bottom: 2.5em;
}
.indt_intro_desc p:last-child {
  margin-bottom: 0;
}

.indt_intro_imgs {
  width: 100%;
  margin-top: 3em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.indt_intro_imgs img {
  max-width: 100%;
  display: block;
  height: 5.2em;
  object-fit: contain;
  object-position: center center;
}

.indt_introduce_public {
  padding: 6em 0 8em;
  position: relative;
}
.indt_introduce_public::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100vw;
  height: 53.8vw;
  top: 0;
  background: url(/img/images/indt_13.webp) repeat center top;
  background-size: 100% auto;
}
.indt_introduce_public .box {
  width: 80%;
  max-width: 33.8rem;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .indt_introduce_public {
    padding: 1.2rem 0 2rem;
    overflow: hidden;
  }
  .indt_introduce_public .box {
    width: 100%;
    max-width: none;
  }
  .indt_introduce_public::after {
    height: 61.6vw;
    background-image: url("/img/make/bg2.webp");
    background-size: 100% auto;
    top: unset;
    bottom: 0;
    pointer-events: none;
  }
  .indt_intro_tit {
    font-size: 0.6rem;
    line-height: 0.8rem;
    margin-bottom: 0.48rem;
    text-align: center;
  }
  .indt_intro_desc {
    font-size: 0.34rem;
    line-height: 0.6rem;
    text-align: justify;
  }
  .indt_intro_imgs {
    margin: 1.02rem 0 0;
  }
  .indt_intro_imgs img {
    height: 1.5rem;
  }
}
.indtscroll_list-sticky {
  width: 100%;
  position: sticky;
  top: 0;
}

.indtscroll_list_title {
  font-size: 2.8em;
  line-height: 1.25em;
  color: #111;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.0714285714em;
}

.indtscroll_list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 44.286%;
  position: relative;
}
.indtscroll_list::after {
  position: absolute;
  content: "";
  left: -5rem;
  top: 0;
  width: 1px;
  height: 100%;
  background: #D9D9D9;
}

.indtscroll_list_l {
  height: 100%;
  padding-right: 7%;
  position: relative;
}

.indtscroll_item_box {
  max-width: 540px;
  height: -webkit-calc(100vh - 13rem);
  height: calc(100vh - 13rem);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.indtscroll_list_dot {
  position: absolute;
  width: 1.75em;
  height: 1.75em;
  background: #EEF5F5;
  border-radius: 100%;
  left: -5rem;
  top: 0;
  z-index: 1;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.indtscroll_list_dot::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.65em;
  height: 0.65em;
  background: #00ACA6;
  border-radius: 100%;
}

.indtscroll_list_r {
  position: relative;
}

.indtscroll_index {
  font-family: "HarmonyOSRegular";
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.1666666667em;
  color: #111;
  font-weight: 400;
}

.indtscroll_names {
  font-size: 1.8em;
  line-height: 1.6666666667em;
  color: #00ACA6;
  font-weight: 700;
}
.indtscroll_names b {
  color: #333;
}

.indtscroll_list_detal {
  font-size: 0.9em;
  line-height: 1.7777777778em;
  color: #111;
  font-weight: 400;
  margin-top: 1.6666666667em;
  text-align: justify;
}

.indtscroll_list_imgwrap {
  position: relative;
  width: 100%;
  border-radius: 0.5em;
  overflow: hidden;
  padding-top: 106.4516129032%;
  height: 0;
}

.indtscroll_img_item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.indtscroll_img_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.indtscroll_list-public {
  padding: 13.5em 0 8em;
  position: relative;
  z-index: 10;
}

.indtscroll_img_item:nth-child(1) {
  z-index: 30;
}

.indtscroll_img_item:nth-child(2) {
  z-index: 29;
}

.indtscroll_img_item:nth-child(3) {
  z-index: 28;
}

.indtscroll_img_item:nth-child(4) {
  z-index: 27;
}

.indtscroll_img_item:nth-child(5) {
  z-index: 26;
}

.indtscroll_img_item:nth-child(6) {
  z-index: 25;
}

.indtscroll_img_item:nth-child(7) {
  z-index: 24;
}

.indtscroll_img_item:nth-child(8) {
  z-index: 23;
}

.indtscroll_img_item:nth-child(9) {
  z-index: 22;
}

.indtscroll_img_item:nth-child(10) {
  z-index: 21;
}

.indtscroll_img_item:nth-child(11) {
  z-index: 20;
}

.indtscroll_img_item:nth-child(12) {
  z-index: 19;
}

.indtscroll_img_item:nth-child(13) {
  z-index: 18;
}

.indtscroll_img_item:nth-child(14) {
  z-index: 17;
}

.indtscroll_img_item:nth-child(15) {
  z-index: 16;
}

.indtscroll_img_item:nth-child(16) {
  z-index: 15;
}

.indtscroll_img_item:nth-child(17) {
  z-index: 14;
}

.indtscroll_img_item:nth-child(18) {
  z-index: 13;
}

.indtscroll_img_item:nth-child(19) {
  z-index: 12;
}

.indtscroll_img_item:nth-child(20) {
  z-index: 11;
}

.indtscroll_img_item:nth-child(21) {
  z-index: 10;
}

.indtscroll_img_item:nth-child(22) {
  z-index: 9;
}

.indtscroll_img_item:nth-child(23) {
  z-index: 8;
}

.indtscroll_img_item:nth-child(24) {
  z-index: 7;
}

.indtscroll_img_item:nth-child(25) {
  z-index: 6;
}

.indtscroll_img_item:nth-child(26) {
  z-index: 5;
}

.indtscroll_img_item:nth-child(27) {
  z-index: 4;
}

.indtscroll_img_item:nth-child(28) {
  z-index: 3;
}

.indtscroll_img_item:nth-child(29) {
  z-index: 2;
}

.indtscroll_img_item:nth-child(30) {
  z-index: 1;
}

@media (max-width: 991.98px) {
  .indtscroll_list-public {
    width: 100%;
    overflow: hidden;
    padding: 1.6rem 0;
    background: #F4F6F8;
  }
  .indtscroll_list-sticky {
    position: relative;
  }
  .indtscroll_list_title {
    font-size: 0.52rem;
    line-height: 0.7rem;
    margin-bottom: 0.6rem;
  }
  .indtscroll_list {
    height: auto;
    display: block;
    padding-left: 0.18rem;
  }
  .indtscroll_list::after {
    height: auto;
    left: 0.17rem;
    top: -0.83rem;
    bottom: 0;
  }
  .indtscroll_list_l {
    height: auto;
    padding: 0;
  }
  .indtscroll_list_r {
    display: none;
  }
  .indtscroll_item_box {
    max-width: none;
    position: relative;
    height: auto;
    padding: 0 0 0 0.5rem;
  }
  .indtscroll_item_box:not(:last-child) {
    margin-bottom: 1.2rem;
  }
  .indtscroll_index {
    font-size: 0.3rem;
    line-height: 0.35rem;
    margin-bottom: 0.21rem;
  }
  .indtscroll_names {
    font-size: 0.4rem;
    line-height: 0.5rem;
    margin: 0 -1em 0 0;
  }
  .indtscroll_list_detal {
    font-size: 0.34rem;
    line-height: 0.6rem;
    margin: 0.25rem 0 0;
    text-align: justify;
  }
  .indtscroll_imgwrap_app {
    width: 100%;
    position: relative;
    margin: 0.3rem 0 0;
  }
  .indtscroll_imgwrap_app img {
    width: 100%;
    display: block;
    border-radius: 3px;
  }
  .indtscroll_list_dot {
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
  }
  .indtscroll_list_dot::after {
    width: 6px;
    height: 6px;
  }
}
.indt_public_title {
  font-size: 2.4em;
  line-height: 1.6666666667em;
  color: #111;
  font-weight: 700;
}

@media (min-width: 992px) {
  .sco-overimg-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    left: initial;
    right: initial;
    width: 80%;
  }
}