.page-wrap{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.banner-section{
  position: relative;
  height: 4.94rem;
}
.banner-section img{
  width: 100%;
  height: 100%;
}
.text-content{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.text-content p:nth-of-type(1){
  padding-top: 3.29rem;
  height: 0.48rem;
  line-height: 0.48rem;
  font-size: 0.34rem;
  text-align: center;
}
.text-content p:nth-of-type(2){
  height: 0.33rem;
  line-height: 0.33rem;
  font-size: 0.24rem;
  text-align: center;
}
.text-content p:nth-of-type(3){
  margin-top: 0.2rem;
  height: 0.33rem;
  font-size: 0.24rem;
  line-height: 0.33rem;
  text-align: center;
  cursor: pointer;
}
.text-content .play-btn{
  position: relative;
  top: .08rem;
  left: .08rem;
  display: inline-block;
  width: .3rem;
  height: .3rem;
}
.text-content .play-btn svg{
  width: 100%;
  height: 100%;
}
/*视频开始*/
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner-video.banner-video-out {
  display: none;
}
.banner-video.banner-video-in {
  display: table;
  -webkit-animation: opacity .4s ease forwards;
          animation: opacity .4s ease forwards;
}
.banner-video {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,1);
  opacity: 0;
}
.banner-video-cell {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
}
.banner-video-btn-close {
  position: absolute;
  width: 20px;
  height: 20px;
  /*background-image: url("../img/close_x.png");*/
  background-repeat: no-repeat;
  background-size: cover;
  top: 12px;
  right: 20px;
  z-index: 10;
}
.banner-video-player {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
video {
  -o-object-fit: contain;
     object-fit: contain;
}
/*视频结束*/
/*navigaotr-gallery*/
.navigator-gallery{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.15rem;
}
.navigator-gallery .gallery-item{
  margin: 0.13rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: .8rem;
  width: 2.78rem;
  height: 0.59rem;
  line-height: 0.59rem;
  border: 1px solid #e8e8e8;
  font-size: 0.26rem;
  background-position: .3rem center;
  background-repeat: no-repeat;
  background-size: 0.3rem auto;
}
.navigator-gallery .gallery-item:nth-child(1){
  background-image: url("../font/agent_join.svg");
  background-size: .35rem .35rem;
}
.navigator-gallery .gallery-item:nth-child(2){
  background-image: url("../font/webapp_set.svg");
  background-size: .35rem .35rem;
}
.navigator-gallery .gallery-item:nth-child(3){
  background-image: url("../font/service_support.svg");
}
.navigator-gallery .gallery-item:nth-child(4){
  background-image: url("../font/design_match.svg");
}
/*intro-section*/
.intro-section{

}
.intro-section .intro-title{
  padding-top: 0.7rem;
  font-size: 0.36rem;
  text-align: center;
  line-height: .5rem;
}
.intro-section .intro-content{
  margin-top: .28rem;
  margin-bottom: .56rem;
  padding: 0 .4rem;
  font-size: .24rem;
  line-height: .4rem;
}
/*process-section*/
.process-section{
  height: 6.48rem;
  background-image: url("../img/process_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fafafa;
}
.process-title{
  font-size: .36rem;
  text-align: center;
  line-height: .5rem;
  padding-top: .56rem;
}
.process-description{
  font-size: .28rem;
  line-height: .4rem;
  text-align: center;
}
.process-index{
  position: relative;
  margin-top: .82rem;
  margin-bottom: .38rem;
  margin-left: auto;
  margin-right: auto;
  width: 3.8rem;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#3091F2), color-stop(69%, #6FB3F6), to(#FFFFFF));
  background: linear-gradient(to right, #3091F2 0%, #6FB3F6 69%, #FFFFFF 100%);
}
.process-index > li{
  position: absolute;
  top: -2px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #3091f2;
}
.process-index > li:nth-child(1){
  left: -.04rem;
}
.process-index > li:nth-child(2){
  left: 25%;
}
.process-index > li:nth-child(3){
  left: 50%;
}
.process-index > li:nth-child(4){
  left: 75%;
}
.process-index > li i{
  position: absolute;
  left: -.3rem;
  top: -.43rem;
  width: .8rem;
  font-size: .2rem;
  text-align: center;
}
.process-index > li.active::before{
  position: absolute;
  left: -5px;
  top: -5px;
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #3091f2;
  border-radius: 50%;
  background-color: rgba(48,145,242,.2);
}
.process-detail-list {
  position: relative;
  height: 2.4rem;
}
.process-detail-list > li{
  position: absolute;
  top: 0;
  left: 50%;
  display: none;
  padding: .4rem .2rem;
  width: 5.4rem;
  height: 1.6rem;
  overflow: auto;
  font-size: .24rem;
  line-height: .4rem;
  color: #9fa5bb;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.process-detail-list > li.active{
  display: block;
}
.process-scroll{
  height: 1.6rem;
  overflow: hidden;
}

