.mgl-32{
  margin-left: 32px;
}
.line-1{
  position: relative;
  width: 100%;
}

.line-1 img{
  width: 100%;
}
.line-1 .btn-box{
  width: 128px;
  height: 52px;
  position: absolute;
  left: 17%;
  top: 54%;
  z-index: 1;
}
.line-1 .btn-box button{
  width: 128px;
  height: 52px;
  line-height: 52px;
}

.line-2{
  width: 100%;
}

.line-2 .line-2-bottom-img{
  width: 1200px;
  /* height: 472px; */
  margin: auto;
  margin-top: 80px;
  margin-bottom: 32px;
}
.line-2 .line-2-bottom-img > img{
  width: 1200px;
}

.line-2 .line-2-bottom-text{
  width: 1200px;
  margin: auto;
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
  text-align: JUSTIFIED;
  color: #686d88;
  line-height: 32px;
}
.line-2 .line-2-bottom-text .line-2-bottom-label{
  width: 6px;
  height: 6px;
  background: #4f5384;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
  margin-top: 12px;
}

/* .line-2 .line-2-bottom-text span{
  color: #4d526d;
  font-weight: 600;
} */

.line-3{
  width: 100%;
  /* height: 830px; */
  background: #f5f7fd;
  padding-top: 100px;
}
.line-3 .cont-box{
  width: 1200px;
  height: auto;
  margin: auto;
  margin-top: 50px;
}

.line-3 .cont-box .tab-list{
  width: 512px;
  height: 39px;
  margin: auto;
  text-align: center;
  font-size: 22px;
  color: #686d88;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
}
.line-3 .cont-box .tab-list .tab-list-item{
  width: 128px;
  height: 32px;
  line-height: 33px;
  position: relative;
  font-family: PingFang SC, PingFang SC-Semibold,Microsoft YaHei;
  display: block;
}
.line-3 .cont-box .tab-list .tab-list-item:hover{
  color: #4d526d;
  font-family: PingFang SC, PingFang SC-Semibold,Microsoft YaHei;
  font-weight: 600;
  cursor: pointer;
}
.line-3 .cont-box .tab-list .tab-list-item:hover::after{
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  right: 50%;
  margin-left: -64px;
  width: 128px;
  height: 2px;
  background: #fe6d40;
  border-radius: 10px;
}
.line-3 .cont-box .tab-list .active{
  color: #4d526d;
  font-weight: 600;
}
.line-3 .cont-box .tab-list .active::after{
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  right: 50%;
  margin-left: -64px;
  width: 128px;
  height: 2px;
  background: #fe6d40;
  border-radius: 10px;
}

.search-result{
  margin-top: 60px;
}

.line-3 .search-result .search-result-item-text{
  width: 526px;
  height: auto;
  margin-right: 104px;
  /* padding-right: 10px; */
}

.line-3 .search-result .search-result-item-text .search-result-item-title{
  font-size: 28px;
  font-family: PingFang SC, PingFang SC-Medium,Microsoft YaHei;
  /* font-weight: 600; */
  color: #4d526d;
  line-height: 42px;
  margin-top: 16px;
  margin-bottom: 7px;
}

.line-3 .search-result .search-result-item-text .search-result-item-dsc{
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
  color: #4d526d;
  line-height: 32px;
  margin-top: 20px;
}

.line-3 .search-result .search-result-item-text .line-3-label{
  width: 6px;
  height: 6px;
  background: #4f5384;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
  margin-top: 12px;
}

/* .line-3 .search-result .search-result-item-text .search-result-item-dsc span{
  color: #4f5384;
  font-weight: 600;
} */

.line-3 .search-result .search-result-item .flex-1>img{
  width: 100%;
}

.line-4{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
}

.line-4 .assets-box{
  width: 1200px;
  margin: auto;
}
.line-4 .assets-box .assets-box-left{
  width: 664px;
}

.line-4 .assets-box .assets-box-left>img{
  width: 664px;
}

.line-4 .assets-box .assets-box-right{
  padding-top: 58px;
  padding-left: 30px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
  color: #686d88;
  line-height: 32px;
}
.line-4 .assets-box .assets-box-right .assets-box-text{
  width: 6px;
  height: 6px;
  background: #4f5384;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
  margin-top: 14px;
}
.line-4 .assets-box .assets-box-right span{
  color: #4d526d;
  font-weight: 600;
}

@media screen and (max-width:  1366px){
  .search-result{
    margin-top: 30px;
  }
  .line-3 .search-result .search-result-item-text .search-result-item-dsc{
    line-height: 28px;
  }
  .line-3 .search-result .search-result-item-text .line-3-label{
    margin-top: 10px;
  }
  .line-4 .assets-box .assets-box-right .assets-box-text{
    margin-top: 12px;
  }
  .line-2 .line-2-bottom-text{
    line-height: 28px;
  }
  .line-2 .line-2-bottom-text .line-2-bottom-label{
    margin-top: 12px;
  }
}
.line-4 .assets-box .assets-box-right .assets-box-btn{
  margin-top: 76px;
}
.line-4 .assets-box .assets-box-right .assets-box-btn button{
  width: 220px !important;
  height: 60px !important;
  line-height: 60px !important;
  font-size: 20px !important;
  border-radius: 8px !important;
  cursor: pointer;
}

.line-5{
  width: 100%;
  background: #f5f7fd;
}

.line-5-box-btn {
  margin-top: 60px;
  text-align: center;
}

.line-5-box-btn button{
  width: 220px !important;
  height: 60px !important;
  line-height: 60px !important;
  font-size: 20px !important;
  border-radius: 8px !important;
  cursor: pointer;
}

.btn-F6F8FE{
  background: #F6F8FE;
  color: #4d526d;
}

.btn-ffffff{
  background: #ffffff;
  color: #4d526d;
}

@media screen and (max-width:  1920px){
  .line-5-box-btn {
    margin-top: 60px;
    text-align: center;
  }
  
  .line-5-box-btn button{
    width: 120px !important;
    height: 48px !important;
    line-height: 48px !important;
    font-size: 14px !important;
  }
  .line-4 .assets-box .assets-box-right .assets-box-btn button{
    width: 120px !important;
    height: 48px !important;
    line-height: 48px !important;
    font-size: 14px !important;
    border-radius: 8px !important;
    cursor: pointer;
  }
}



.line-5 .line-5-img-box{
  height: auto;
  width: 1000px;
  margin: auto;
}

.line-5 .line-5-img-box>img{
  display: block;
  width: auto;
  height: 689px;
  margin: auto;
}

@media screen and (min-width:  1281px) and (max-width:  1440px){
  .line-5 .line-5-img-box>img{
    display: block;
    width: auto;
    height: 500px;
    margin: auto;
  }
}

@media screen and (min-width:  768px) and (max-width:  1280px){
  .line-5 .line-5-img-box>img{
    display: block;
    width: auto;
    height: 460px;
    margin: auto;
  }
}

.line-6{
  width: 100%;
}

#logoBox{
  width: 1200px;
  margin: auto;
  height: 312px;
  overflow: hidden;
  position: relative;
}
#logoList{
  position: absolute;
  left: 0;
  top: 0;
  width: 12800px;
  height: 312px;
}
.line-6 .logo-list{
  width: 12800px;
  height: 312px;
}
.line-6 .logo-list .logo-list-box{
  width: 193px;
  float: left;
  margin-right: 24px;
}
.line-6 .logo-list .logo-list-item{
  width: 193px;
  height: 80px;
  margin-bottom: 24px;
  text-align: center;
  padding: 17px;
  background: #ffffff;
  border: 1px solid #ededf1;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 
.line-6 .logo-list .logo-list-item > div{
  width: 159px;
  height: 46px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.line-6 .logo-list .logo-list-item > img{
  width: auto;
  max-width: 159px;
  height: auto;
  max-height: 46px;
  display: block;
  margin:0 auto;
}

.line-14{
  width: 100%;
  height: 238px;
  padding-top: 50px;
  background: url('https://asset.joinf.com/official/images/cloud/line-14bg.png') no-repeat ;
  background-size:100% 100%;
}
.line-14 .line-14-title{
  width: 100%;
  height: 45px;
  font-size: 32px;
  font-family: PingFang SC, PingFang SC-Medium,Microsoft YaHei;
  
  text-align: CENTER;
  color: #ffffff;
  line-height: 45px;

}
.line-14 .line-14-explain{
  height: 20px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
  text-align: CENTER;
  color: #ffffff;
  line-height: 14px;
}
.line-14 .line-14-btn-box{
  width: 136px;
  height: 44px;
  margin: auto;
  margin-top: 20px;
  background: linear-gradient(288deg,rgba(255,255,255,0.58) 0%, rgba(255,255,255,0.00) 100%);
  padding: 1px;
  border-radius: 8px;
}
.line-14 .line-14-btn-box button{
  width: 134px;
  height: 42px;
  background: #ffffff;
  border: 0;
  border-radius: 8px;
  color: #fe6d40;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Medium,Microsoft YaHei;
  cursor: pointer;
}

