.flexBox.end {
  justify-content: flex-end;
}

.proInfo-titles .proInfo-h2 {
  padding: 1rem 0 20px;
}

.cube-list1 {
  position: relative;
}
.cube-list1 .proInfo-titles {
  flex: 0 0 auto;
  max-width: 690px;
  text-align: center;
}
.cube-list1 .proInfo-list-bg {
  padding: 2rem 0 10rem;
}
.cube-list1 .list5-img-wrap {
  display: none;
}
.cube-list1 .cube-list1-mains {
  width: 74%;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.cube-list1 .list1-video-wrap {
  z-index: 0;
  position: relative;
}
.cube-list1 #list1-video {
  width: 100%;
  height: auto;
  display: block;
}
.cube-list1 .proInfo-icos-name {
  font-size: .5rem;
  line-height: 1.5;
  color: #000;
  text-align: center;
  margin-top: .5rem;
}
.cube-list1 .proInfo-icos-wrap1 {
  justify-content: space-between;
}
.cube-list1 .proInfo-icos-wrap1 .icos-item {
  width: calc(25% - 23px);
  flex: 0 0 calc(25% - 23px);
  margin-right: 0;
}

.cube-list3 {
  position: relative;
  overflow: hidden;
}
.cube-list3 .proInfo-h2 {
  transition-delay: 1.2s;
}
.cube-list3 .proInfo-h6 {
  transition-delay: 1.4s;
}
.cube-list3 .red-call {
  transition-delay: 1.6s;
}
.cube-list3 .gray-call {
  transition-delay: 1.9s;
}
.cube-list3 .proInfo-list-bg {
  padding: 1rem 0 7.75rem;
}
.cube-list3 .proInfo-titles {
  position: relative;
  z-index: 2;
}
.cube-list3 .list3-bg-wrap {
  z-index: 3;
}
.cube-list3 .list3-bg {
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  transition-duration: .6s;
  transition-delay: .2s;
  background-size: auto 100%;
}
.cube-list3 .left-bg {
  left: 0;
  background-position: top left !important;
}
.cube-list3 .right-bg {
  right: 0;
  background-position: top right !important;
}
.cube-list3 .call-wrap {
  text-align: left;
  width: 56vw;
  margin: 1.6rem auto 0;
}
.cube-list3 .red-call, .cube-list3 .gray-call {
  display: inline-block;
  font-size: .4rem;
  height: 48px;
  width: auto;
  padding: 0 20px;
  line-height: 48px;
  border-radius: 24px;
  position: relative;
  text-align: center;
  color: #fff;
}
.cube-list3 .red-call:after, .cube-list3 .gray-call:after {
  display: block;
  width: 27px;
  height: 17px;
  position: absolute;
  top: 100%;
  content: "";
}
.cube-list3 .red-call {
  background: #e60039;
  margin-left: 48px;
  margin-bottom: 1.9em;
}
.cube-list3 .red-call:after {
  right: 20px;
  background: url(../imgs/cube-red-ico1.png) no-repeat center;
}
.cube-list3 .gray-call {
  background: rgba(255, 255, 255, 0.5);
}
.cube-list3 .gray-call:after {
  left: 20px;
  background: url(../imgs/cube-gray-ico1.png) no-repeat center;
}
.cube-list3.animate .list3-bg {
  width: calc(22vw - 1.5rem);
}
.cube-list3.animate .js-m2 {
  opacity: 1;
  transform: translate(0, 0);
}

.cube-list6 .proInfo-titles {
  width: 470px;
  color: #000;
}
.cube-list6 .proInfo-list-bg {
  padding: 3.25rem 0 12.5rem 22.5%;
}

.cube-list7 .proInfo-list-bg {
  padding: 1.2rem 0 3.5rem;
}

.proInfo-list8 .para-item-wrap {
  font-size: .6rem;
  line-height: 1.5;
  text-align: center;
  color: #333;
}

.side-always {
  display: none !important;
}

.cube-list9 .proInfo-list-bg {
  position: relative;
  padding: 2.5rem 0;
}
.cube-list9 .list9-mains {
  position: absolute;
  right: 120px;
  top: 0;
  height: 100%;
  width: calc(100% - 490px);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.cube-list9 .list9-sides {
  width: 280px;
  color: #fff;
  margin-left: 40px;
}
.cube-list9 .list9-sides-item a{
  color: #fff;
}
.cube-list9 .name-h5 {
  font-size: .45rem;
  line-height: 1.2;
  margin-bottom: 5px;
}
.cube-list9 .name-h6 {
  font-size: 14px;
}
.cube-list9 .name-wrap {
  padding: 1rem 0;
}
.cube-list9 .banner-num-wrap {
  z-index: 4;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cube-list9 .num-cn {
  padding-top: 8px;
  font-size: 14px;
  line-height: 27px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  transition-duration: .5s;
}
.cube-list9 .banner-num-item {
  width: 120px;
  padding-left: 30px;
  transition-duration: .5s;
  line-height: 22px;
  margin: 12px 0;
  cursor: pointer;
}
.cube-list9 i {
  font-style: normal;
}
.cube-list9 .banner-num {
  color: #fff;
  margin-bottom: 8px;
  transition-duration: .5s;
  height: 0;
  overflow: hidden;
}
.cube-list9 .num-cur {
  font-size: 20px;
}
.cube-list9 .num-total {
  font-size: 14px;
}
.cube-list9 .banner-num-item.cur {
  padding-left: 0;
}
.cube-list9 .banner-num-item.cur .num-cn {
  font-size: 18px;
  color: #fff;
  border-top-color: #fff;
}
.cube-list9 .banner-num-item.cur .banner-num {
  height: 22px;
}
.cube-list9 .proInfo-titles .proInfo-h2 {
  padding-top: 2.5rem;
}

.cube-list9-banner {
  overflow: hidden;
  width: 51vw;
  height: 30vw;
  margin: 4rem auto 0;
}

.cube-list9-pages {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 40px;
}
.cube-list9-pages .swiper-pagination-total:before {
  content: "/";
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1700px) {
  .cube-list9 .proInfo-list-bg {
    padding: 1rem 0;
  }

  .cube-list9 .name-h6 {
    font-size: 12px;
  }

  .cube-list9 .name-wrap {
    padding: 20px 0;
  }

  .cube-list9-banner {
    margin-top: 3rem;
  }
}
@media (max-width: 1430px) {
  .cube-list9 .list9-sides {
    width: 250px;
    margin-left: 20px;
  }

  .cube-list9 .list9-mains {
    width: calc(100% - 440px);
  }

  .cube-list9 .banner-num-item {
    width: 100px;
    margin: 8px 0;
  }

  .cube-list9 .list9-mains {
    right: 100px;
  }
}
@media (max-width: 1270px) {
  .cube-list1 .proInfo-titles {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .cube-list9-pages {
    display: none;
  }
}
@media (max-width: 1023px) {
  .banner-num-wrap {
    display: none;
  }

  .cube-list9 .proInfo-list-bg {
    padding: 1rem 0;
  }

  .cube-list9 .list9-mains {
    position: static;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    border-left: none;
  }

  .cube-list9-banner {
    width: 700px;
    height: 406px;
  }

  .list9-sides-item {
    flex: 0 0 290px;
    margin: 0 30px;
  }

  .cube-list9 .list9-sides {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .cube-list1 .m-img {
    display: none;
  }

  .cube .pc-block {
    display: block;
  }
}
@media (max-width: 767px) {
  .cube-list9 .proInfo-titles .proInfo-h2 {
    padding-top: 0;
  }

  .cube-list9-banner {
    width: 100%;
    height: 54vw;
    margin-top: 1rem;
  }

  .cube-list9 .name-h5 {
    font-size: 14px;
  }

  .list9-sides-item {
    flex: 0 0 260px;
    margin: 0;
  }

  .proInfo-list8 .proInfo-list-bg {
    padding: 1rem 0;
  }

  .proInfo-list8 .para-item-wrap {
    padding: .5rem 0;
  }

  .cube-list3 .proInfo-list-bg {
    padding: 0 0 4rem;
  }

  .cube .proInfo-titles {
    padding-top: 1rem;
  }

  .cube-list1 .proInfo-titles {
    padding-top: 0;
  }

  .cube-list7 .proInfo-list-bg {
    padding-top: 0;
    padding-bottom: 0;
  }

  .proInfo-icos-wrap2 .icos-item {
    margin-bottom: 10px;
  }

  .cube-list4 .proInfo-titles.black .proInfo-h6 {
    width: 146px;
  }

  .cube-list4 .proInfo-icos-wrap1 {
    width: 232px;
  }

  .proInfo-list5 .proInfo-list-bg {
    padding-bottom: 2rem;
  }

  .proInfo-icos-wrap1 .icos-item {
    margin-right: 10px;
  }

  .cube .proInfo-titles {
    width: 92%;
  }

  .cube-list3 .red-call {
    margin-left: 24px;
  }

  .cube-list6 .proInfo-list-bg {
    padding: 2rem 0 4rem 0;
  }

  .cube-list3 .red-call, .cube-list3 .gray-call {
    display: inline-block;
    font-size: 12px;
    height: 36px;
    width: auto;
    padding: 0 5px;
    line-height: 36px;
    border-radius: 18px;
    position: relative;
    text-align: center;
    color: #fff;
  }

  .cube-list3 .call-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .cube-list3.animate .list3-bg {
    width: 0;
  }

  .cube-list1 .cube-list1-mains {
    width: 92%;
    position: static;
    margin: 0 auto;
    padding: 1rem 0 2rem;
    transform: none;
  }

  .cube-list1 .proInfo-icos-wrap1 .icos-item {
    width: calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
  }

  .cube-list1 .list1-video-wrap {
    display: none;
  }

  .cube-list1 .proInfo-list-bg {
    padding-bottom: 7rem;
    background-color: #ebebeb;
  }

  .cube-list1 .proInfo-titles {
    flex: 0 0 100%;
    width: 100%;
  }
}

/*# sourceMappingURL=cube.css.map */
