a{
  color:inherit
}
h2{
  line-height: initial;
}
body{
  background: #FFF9ED;
}
ul{
  list-style: none;
  margin:0;
  padding:0;
}
.inner{
  max-width: 1200px;
  margin:0 auto;
}
.box-1{
  background:url(/images/best/b1-bg-pc.jpg) center 0 no-repeat;
  background-size: 100% 956px;
  background-repeat: repeat-x;
  padding-top: 160px;
  color:#fff;
}
.box-1 h1{
  font-size: 50px;
  text-align: center;
}
.box-1 .sub-txt{
  font-size: 24px;
  text-align: center;
  margin-top:40px;
}
.box-1 .the-btn{
  margin: 50px auto;
  width: 400px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  font-size: 24px;
  border-radius: 100px;
  cursor: pointer;
}
.box-1 .the-img img{
  display: block;
  width: 100%;
}

.box-1 .the-nums{
  margin-top: 66px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  background:#fff;
  padding: 50px 40px;
  border-radius: 40px;
  box-shadow: 0px 8px 30px 0px rgba(253,71,71,0.14);
}
.box-1 .onum{
  flex:1;
  color:#000;
  text-align: center;
  font-size: 16px;
  border-right:solid 1px #00000020
}
.box-1 .onum:last-child{
  border-right:none;
}
.box-1 .onum strong{
  display: block;
  font-size: 48px;
  margin-bottom: 10px;
  font-weight: bolder;
  font-family: Helvetica, sans-serif;
}


.box-2{
  padding: 40px 0
}
.box-2 h2{
  font-size: 60px;
  text-align: center;
  padding:0 100px
}
.box-2 .the-img img{
  display: block;
  width: 110%;
  margin-left:-5%;
}
.box-2 .the-txt{
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 40px 0 60px;
  align-items: flex-start;
  gap: 20px;
}
.box-2 .the-txt h3{
  flex:none;
  font-size: 50px;
  width: 50%;
}
.box-2 .the-txt p{
  font-size:20px;
  padding-top: 20px;
}
.box-2 .tt2{
  flex-direction: row-reverse;
}

.box-3{
  background: url(/images/best/b2-bg-pc.jpg) center no-repeat;
  background-size: 100%;
}
.box-3 .inner{
  display: flex;
  gap: 40px;
  justify-content: space-between;
  color:#fff;
  align-items: center;
  padding: 80px 0;
}
.box-3 h3{
  font-size: 38px;
}
.box-3 .the-txt p{
  font-size: 24px;
}
.box-3 .the-btns{
  gap: 20px;
  display: flex;
  align-items: center;
}
.box-3 .the-btns .web{
  height: 80px;
  background:#000;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
  width: 250px;
}
.box-3 .the-btns .gg {
  display: block;
}
.box-3 .the-btns .gg img{
  display: block;
  height:80px;
}

.box-4{
  padding: 60px 0;
}
.box-4 h2{
  font-size: 38px;
  text-align: center;
}
.box-4 .mySwiper{
  width: 100%;
}
.box-4 .sub-txt{
  font-size:24px;
  text-align: center;
}

.box-4 .swiper-slide{
  padding: 20px 100px 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.omsg{
  width:31%;
  margin-top: 100px;
  background:#fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 8px 30px 0px rgba(253,71,71,0.14);
  border-radius: 24px;
  position:relative;
  text-align: center;
  min-height: 260px;
}
.omsg .face{
  width: 88px;
  display: block;
  position:relative;
  top: -50px;
  margin-bottom: -30px;
  border-radius: 50%;
}
.omsg p{
  padding: 20px;
}
.omsg strong{
  font-size: 20px;
  padding: 10px 0 30px;
}

.swiper-pagination-bullet {
  width:16px;
  height:16px;
  background:#00000010;
  opacity: 1;
  margin: 0 10px;
}
.swiper-pagination-bullet-active{
  background: linear-gradient( 111deg, #F99E47 0%, #FF3463 100%);
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:0 8px;
}



.box-5{
  background:url(/images/best/b5-bg-pc.jpg) center top no-repeat;
  background-size: 100% 100%;
  color:#fff;
  padding: 80px 0;
}
.box-5 .img-txt{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 40px;
}
.box-5 .it2{
  flex-direction: row-reverse;
  padding-top: 80px;
}
.box-5 .img-txt .img{
  display: block;
  flex:none;
}
.box-5 h2{
  font-size: 58px;
  line-height: 1.1;
}
.box-5 .img-txt p{
  font-size:14px;
  padding: 40px 0;
}

.box-5 .img-txt ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box-5 .img-txt li{
  width: 33%;
  padding-top: 20px;
  font-size:12px;
}

.box-5 .txt-list{
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}
.box-5 .txt-list .txt{
  width: 40%;
  flex:none;
}
.box-5 .txt-list h3{
  font-size:24px;
}
.box-5 .txt-list .txt h3{
  padding: 40px 0;
}

.box-5 .txt-list .list{
  width: 450px;
  padding-right: 50px;
  flex:none;
}
.box-5 .txt-list .list .ol{
  padding: 10px 0;
}
.box-5 .txt-list .list h3{
  display: flex;
  align-items: center;
  gap:20px;
  margin-bottom: 20px;
}
.box-5 .txt-list .list h3 img{
  display: block;
  width: 100px;
}


.box-6{
  padding: 180px 0;
  text-align: center;
}
.box-6 h2{
  font-size: 38px;
  margin-bottom: 100px;
}
.box-6 ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.box-6 li{
  width: 24%;
  height: 240px;
  box-sizing: border-box;
  padding: 0 30px;
}
.box-6 li img{
  display: block;
  margin:0 auto;
}
.box-6 li h3{
  margin:0;
  font-weight: bolder;
  height: 50px;
}

.box-7 {
  background:url(/images/best/b7-bg-pc.jpg) center 0 no-repeat;
  background-size: 100% 100%;
  color:#fff;
  padding:100px 0;
}
.box-7 h2{
  font-size: 38px;
  text-align: center;
  margin-bottom: 20px;
}
.box-7 .sub-txt{
  font-size:24px;
  text-align: center;
}
.box-7 .the-btn{
  margin: 50px auto;
  width: 400px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  font-size: 24px;
  border-radius: 100px;
  cursor: pointer;
}

.box-7 .swiper-slide{
  padding: 20px 140px 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-7 .omsg{
  color:#000;
  width: 46%;
  min-height:200px;

}
.box-7 .omsg .face{
  position:absolute;
  top: -50px;
  left: 40px;
  box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.1);
}
.box-7 .omsg strong{
  position:absolute;
  top: 10px;
  left: 140px;
  padding:0;
}
.box-7 .omsg p{
  padding: 60px 20px;
  text-align: left;
}
.box-7 .swiper-pagination-bullet{
  background:#ffffff40;
}
.box-7 .swiper-pagination-bullet-active{
  background:#fff;
}

.box-8 {
  padding:100px 0;
}
.box-8 h2{
  font-size: 38px;
  text-align: center;
  margin-bottom: 20px;
}
.box-8 .swiper{
  width: 600px;
}
.box-8 .swiper-slide img{
  display: block;
  width: 80%;
  margin:0 auto;
}
.box-8 .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top{
  display: none;
}

.box-9 .the-btn{
display: none;
}
.box-9 .qa-list {
    margin-top: 35px;
}
.box-9 .qa-item {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    border: 1px solid #FFFFFF50;
    color: #fff;
    padding: 20px 40px;
    box-sizing: border-box;
    margin-bottom: 14px;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s ease-in-out;
    font-size:12px;
}
.box-9 .qa-item .qa-item-tit {
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
}
.box-9 .qa-item .qa-item-answer {
    display: none;
    margin-top: 6px;
}
.box-9 .qa-item.qa-active {
    height: auto;
    background: #fff;
    color: #000;
}
.box-9 .qa-item .qa-item-arrow {
    width: 20px;
    height: 12px;
    background: url(https://h5.livuchat.com/static/images/web/livcam/arrow-down.png) center/cover no-repeat;
    position: absolute;
    right: 22px;
    top: 27px;
    display: inline-block;
}
.box-9 .qa-item.qa-active .qa-item-answer {
    display: block;
}
.box-9 .qa-item.qa-active .qa-item-arrow {
    display: none;
}

.box-9 {
  background: url(/images/best/img-9.png) left center no-repeat, url(/images/best/b9-bg-pc.jpg) 0 0 no-repeat;
  background-size: 50% auto, 100% 100%;
  padding: 100px 0;
  color:#fff;
}
.box-9 .inner{
  padding-left:600px;
}

.box-9 h2{
  font-size: 58px;
  margin-bottom: 20px;
}




@media screen and (max-width: 680px) {

  #app{
    width: 100%;
    overflow: hidden;
  }

  .box-1{
    padding-top: 90px;
    background-size: auto 620px;
  }
  .box-1 h1{
    font-size: 26px;
    text-align: left;
    padding: 0 32px;
  }
  .box-1 .sub-txt{
    font-size:14px;
    text-align: left;
    padding:0 32px;
    margin-top:20px;
  }

  .box-1 .the-btn{
    width: 200px;
    height:46px;
    margin: 30px auto;
    font-size: 14px;
  }
  .box-1 .the-img img{
    width: 96%;
    margin: 0 auto;
  }

  .box-1 .the-nums{
    width: 90%;
    margin:30px auto;
    padding:20px 10px;
    border-radius: 14px;
  }
  .box-1 .onum {
    font-size:10px;
  }
  .box-1 .onum strong{
    margin-bottom:4px;
    font-size:16px;
  }

  .box-2{
    padding: 0px 0 40px;
  }

  .box-2 h2{
    margin: 10px 0;
    font-size:24px;
    padding:0;
  }

  .box-2 .the-txt{
    flex-direction: column;
    padding: 30px 30px;
    gap:0;
  }

  .box-2 .the-txt h3{
    font-size: 20px;
    width: 100%;
  }
  .box-2 .the-txt p{
    font-size:14px;
    padding:0;
  }

  .box-3{
    background-size: auto 100%;
  }
  .box-3 .inner{
    padding:20px 0;
    flex-direction: column;
  }
  .box-3 .the-txt{
    text-align: center;
  }
  .box-3 h3{
    font-size:16px;
  }
  .box-3 .the-txt p{
    font-size:12px;
  }
  .box-3 .the-btns .web{
    height: 46px;
    width: 148px;
    font-size:14px;
  }
  .box-3 .the-btns .gg img{
    height:46px;
  }


  .box-4{
    padding:30px 0;
  }
  .box-4 h2{
    font-size:24px;
  }
  .box-4 .sub-txt{
    font-size:14px;
    padding:0 32px;
  }

  .box-4 .mySwiper{
    padding-bottom: 70px;
  }

  .box-4 .swiper-slide{
    padding: 0 20px;
    flex-direction: column;
  }

  .omsg{
    width: 100%;
    margin-top: 80px;
    min-height: 260px;
  }
  .omsg p{
    font-size:12px;
  }
  .omsg strong{
    padding: 0;
  }
  .omsg.hide{
    display: none
  }


  .box-5{
    padding:20px 0 ;
    background-size: auto 100%;
    background-position: left bottom
  }

  .box-5 .img-txt{
    padding:0 20px;
    flex-direction: column-reverse;
    gap:20px;
  }
  .box-5 h2{
    font-size:40px;
  }
  .box-5 .img-txt p{
    padding:10px 0;
  }
  .box-5 .img-txt li{
    width: 48%;
    white-space: nowrap;
    font-size:11px;
    padding-top: 10px;
  }
  .box-5 .img-txt .img{
    width: 100%;
  }

  .box-5 .txt-list{
    padding:20px;
    flex-direction: column;
    gap: 20px;


  }
  .box-5 .txt-list .txt{
    width: 100%;
  }
  .box-5 .txt-list .txt h2{
    margin: 10px 0;
  }
  .box-5 .txt-list .txt h3{
    padding:10px 0;
    font-weight: normal;
    font-size:20px
  }
  .box-5 .txt-list .list{
    width: 100%;
    padding:0;
    box-sizing: border-box;
  }
  .box-5 .txt-list .list p{
    opacity: .8;
  }


  .box-6{
    padding:30px 0;
  }
  .box-6 h2{
    font-size:24px;
    margin-bottom: 40px;
  }
  .box-6 ul{
    padding:0 10px;
    box-sizing: border-box;
  }
  .box-6 li{
    width:50%;
    padding:0 10px;
    height:220px;
  }
  .box-6 li h3{
    height: 44px;
    font-size:14px;
  }
  .box-6 li p{
    font-size:12px;
  }


  .box-7{
    padding:40px 0;
  }
  .box-7 h2{
    font-size:24px;
  }
  .box-7 .the-btn{
    width: 200px;
    height:46px;
    margin: 40px auto 0;
    font-size: 14px;
  }

  .box-7 .swiper-slide{
    padding:20px;
    flex-direction: column;
  }
  .box-7 .omsg{
    width: 100%;
    min-height: 100px;
    margin-top:70px;
  }
  .box-7 .omsg p{
    padding: 40px 20px;
  }
  .box-7 .swiper{
    padding-bottom: 40px;
  }


  .box-8{
    padding: 30px 0;
    width: 100%;
    overflow: hidden;
  }
  .box-8 h2{
    font-size:24px;
    margin: 0;
  }

  .box-8 .swiper{
    width: 270px;
  }

  .box-9{
    padding: 280px 0 20px;
    background-position: center 30px, 0 0;
    background-size: 90% auto, auto 100%;
  }
  .box-9 .inner{
    padding:20px;
  }
  .box-9 h2{
    font-size:32px;
    text-align: center;
  }

  .box-9 .qa-list{
    margin-top: 15px;
  }

  .box-9 .qa-item{
    padding: 20px 34px 20px 20px;
  }
  .box-9 .qa-item .qa-item-tit{
    font-size:16px;
    line-height:1.4
  }

  .box-9 .the-btn{

    display: flex;    
    width: 200px;
    height:46px;
    margin: 20px auto 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 100px;
    cursor: pointer;
  }
}
