@charset "UTF-8";
/* 尺寸规范 */
/**
*****小屏768/720-30
*****中屏992/970-30
*****大屏1200/1200-30
*****超大屏1600/1520-30
**/
/* 选择按钮样式 */
@media (max-width: 992px) {
  html {
    font-size: 80px;
  }
}

/* banner部分 */
.banner {
  width: 100%;
  background: #FFF4EB;
  background-size: cover;
}

.banner .container {
  padding: 0 25px;
  display: flex;
}

.banner .block {
  width: 575px;
  height: 613.985px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 1600px) {
  .banner .block {
    width: 735px;
    height: 784.833px;
  }
}

@media (max-width: 1200px) {
  .banner .block {
    width: 460px;
    height: 491.188px;
  }
}

@media (max-width: 992px) {
  .banner .block {
    width: 335px;
    height: 357.713px;
  }
}

.banner .block .block-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner .block .block-bg img {
  width: 100%;
}

.banner .load {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px 0px #D1C8BE, 0px 0px 6px 0px #FAE6DB;
  border-radius: 8px;
  color: #333;
  font-size: .18rem;
  text-shadow: 0px 1px 2px #D1C8BE;
}

.banner .load .iconfont {
  flex-shrink: 0;
  font-size: .22rem;
}

.banner .load span {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

.phone-block .btn-block {
  position: absolute;
  left: 140.0125px;
  bottom: 80.5px;
  display: flex;
  align-items: flex-end;
  gap: .24rem;
}

@media (min-width: 1600px) {
  .phone-block .btn-block {
    left: 198.45px;
    bottom: 102.9px;
  }
}

@media (max-width: 1200px) {
  .phone-block .btn-block {
    left: 101.2px;
    bottom: 59.8px;
  }
}

@media (max-width: 992px) {
  .phone-block .btn-block {
    left: 46.9px;
    bottom: 26.8px;
  }
}

.phone-block .loadcode {
  width: 1.38rem;
  height: 1.06rem;
  flex-direction: column;
  padding: .1rem 0;
  justify-content: space-between;
}

.phone-block .loadcode .QRcode {
  width: .64rem;
  height: .64rem;
}

.phone-block .loadcode .QRcode-tip {
  font-size: .12rem;
  color: #666;
}

.phone-block .loadbtn .load {
  width: 1.62rem;
  height: .43rem;
  padding: 0 .12rem;
  margin-top: .2rem;
}

.computer-block .slogan {
  width: 355.99975px;
  margin-top: 83.00125px;
  margin-left: 44.9995px;
}

@media (min-width: 1600px) {
  .computer-block .slogan {
    width: 455.06055px;
    margin-top: 106.09725px;
    margin-left: 57.5211px;
  }
}

@media (max-width: 1200px) {
  .computer-block .slogan {
    width: 284.7998px;
    margin-top: 66.401px;
    margin-left: 35.9996px;
  }
}

@media (max-width: 992px) {
  .computer-block .slogan {
    width: 207.40855px;
    margin-top: 48.35725px;
    margin-left: 26.2171px;
  }
}

.computer-block .slogan img {
  width: 100%;
}

.computer-block .loadbtn {
  position: absolute;
  left: 73.025px;
  bottom: 80.5px;
}

@media (min-width: 1600px) {
  .computer-block .loadbtn {
    left: 93.345px;
    bottom: 102.9px;
  }
}

@media (max-width: 1200px) {
  .computer-block .loadbtn {
    left: 58.42px;
    bottom: 59.8px;
  }
}

@media (max-width: 992px) {
  .computer-block .loadbtn {
    left: 42.545px;
    bottom: 26.8px;
  }
}

.computer-block .loadbtn .load {
  width: 290.95px;
  height: 69px;
  justify-content: center;
  gap: .1rem;
}

.computer-block .loadbtn .load.mac {
  padding: 0 .8rem;
}

@media (min-width: 1600px) {
  .computer-block .loadbtn .load {
    width: 371.91px;
  }
}

@media (max-width: 1200px) {
  .computer-block .loadbtn .load {
    width: 232.76px;
    height: 55.2px;
  }
}

@media (max-width: 992px) {
  .computer-block .loadbtn .load {
    width: 169.51px;
    height: 40.2px;
  }
}

.computer-block .loadbtn .load span {
  flex-grow: 0;
}

/* content */
.content {
  padding: .86rem 0;
  text-align: center;
}

.content-head {
  color: #333;
  font-size: .32rem;
  line-height: .5rem;
  margin-bottom: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .32rem;
}

.content-head img {
  width: .5rem;
}

.content-text {
  color: #4B4B4B;
  font-size: .2rem;
  line-height: .5rem;
  font-family: PingFangSC-Light;
}

/* 轮播图部分 */
.carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.8rem;
}

.carousel-inner {
  width: 7.7rem;
}

.carousel-inner .item {
  transform: none !important;
  height: 4.6rem;
  -webkit-transition: none;
  transition: none;
}

.carousel-inner .item.active {
  display: flex;
}

.carousel-inner .item.active .item-content {
  opacity: 1;
  transform: none;
}

.carousel-inner .item.active.right .item-content,
.carousel-inner .item.active.left .item-content {
  opacity: 0;
}

.carousel-inner .item.active .item-phone .phone-left {
  opacity: 1;
}

.carousel-inner .item.active .item-phone .phone .phone-img.leave {
  transform: matrix(0.95, 0, 0, 0.95, -30, 0);
  opacity: 0;
}

.carousel-inner .item.active .item-phone .phone .phone-img.enter {
  opacity: 1;
  transform: none;
}

.carousel-inner .item.prev, .carousel-inner .item.next {
  display: flex;
}

.carousel-inner .item.prev .item-phone .phone, .carousel-inner .item.next .item-phone .phone {
  background-image: none;
}

.carousel-inner .item-content {
  width: 3.55rem;
  padding-left: .3rem;
  opacity: 0;
  transform: matrix(0.95, 0, 0, 0.95, -30, 0);
  transition: all .8s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.carousel-inner .item-content .item-head {
  font-size: .34rem;
  color: #333;
  font-weight: bold;
  padding-bottom: .3rem;
  position: relative;
  margin-bottom: .25rem;
}

.carousel-inner .item-content .item-head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: .3rem;
  height: .06rem;
  background: #ff8200;
}

.carousel-inner .item-content .item-head img {
  position: absolute;
  top: -.22rem;
  left: -.3rem;
  width: 0.6rem;
  z-index: -1;
}

.carousel-inner .item-content .item-desc {
  font-size: .24rem;
  line-height: .48rem;
  color: #5A5A5A;
}

.carousel-inner .item-phone {
  position: relative;
}

.carousel-inner .item-phone .phone-left {
  position: absolute;
  left: 0;
  top: .17rem;
  width: 1.98rem;
  opacity: 0;
  transition: all 2s;
}

.carousel-inner .item-phone .phone-left img {
  width: 100%;
}

.carousel-inner .item-phone .phone {
  width: 2.32rem;
  height: 4.6rem;
  margin-left: 1.87rem;
  background-image: url(../img/appload-item-bg.png);
  background-size: cover;
  background-origin: border-box;
  border: 0 solid transparent;
  border-left-width: .17rem;
  border-right-width: .17rem;
  border-top-width: .17rem;
  border-bottom-width: .15rem;
  overflow: hidden;
  position: relative;
}

.carousel-inner .item-phone .phone .phone-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.carousel-inner .item-phone .phone .phone-img.leave {
  transform: none;
  opacity: 1;
  transition: all .5s;
}

.carousel-inner .item-phone .phone .phone-img.enter {
  transform: matrix(0.95, 0, 0, 0.95, 30, 0);
  opacity: 0;
  transition: all .8s;
}

.carousel-indicators {
  bottom: -.7rem;
}

.carousel-indicators li {
  width: .12rem;
  height: .12rem;
  background: #dadada;
  border: none;
  margin: 0 .12rem;
  transition: all .5s;
}

.carousel-indicators .active {
  width: .22rem;
  height: .12rem;
  background: #ffdfcf;
  margin: 0 .12rem;
}
