.line-1{
  width: 100%;
  height: auto;
  position: relative;
}
.line-1>img{
  width: 100%;
  height: auto;
}

.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%;
  height: auto;
  background: #ffffff;
}

.line-2 .btn-list{
  width: 1160px;
  height: 202px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.line-2 .btn-list .btn-box{
  width: 154px;
  height: 202px; 
  position: relative;
}

.line-2 .btn-list .btn-box>img{
  width: 100%;
}

.line-2 .btn-list .btn-box .btn-box-text{
  width: 100%;
  height: 92px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}

.line-2 .btn-list .btn-box .btn-box-text .btn-box-num{
  height: 40px;
  font-size: 50px;
  font-family: DIN Condensed, DIN Condensed-Bold,Microsoft YaHei;
  font-weight: 700;
  color: #4d526d;
  line-height: 40px;
}

.line-2 .btn-list .btn-box .btn-box-text  .btn-box-num span{
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Medium,Microsoft YaHei;
  color: #4d526d;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 4px;
}

.line-2 .btn-list .btn-box .btn-box-text .btn-box-dsc{
  height: 32px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
  font-weight: 400;
  text-align: center;
  color: #a1a4b8;
  line-height: 32px;
  margin-top: 10px;
}

.line-3{
  width: 100%;
  background: linear-gradient(289deg,#f8f9fc 0%, #fafbfd 100%);
}

.line-3 > img{
  width: 1200px;
  display: block;
  margin: auto;
}
.line-4{
  width: 100%;
  background: #ffffff ;
}
.line-4 .functionList{
  width: 1200px;
  height: 670px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.line-4 .functionList .function-item{
  width: 300px;
  height: 320px;
  position: relative;
  background: #ffffff;
  padding: 37px 30px 0 30px;
}
.line-4 .functionList .function-item > img{
  width: 100px;
  display: block;
  margin: auto;
}

.line-4 .functionList .function-item .function-title{
  height: 32px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-Medium,Microsoft YaHei;
  text-align: center;
  color: #4d526d;
  line-height: 32px;
  margin-top: 30px;
}

.line-4 .functionList .function-item .function-dsc{
  width: 220px;
  height: 40px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Semibold,Microsoft YaHei;
  font-weight: 500;
  text-align: left;
  color: #686d88;
  line-height: 32px;
  margin: auto;
  margin-top: 12px;
  word-break: break-all;
}

@media screen and (max-width:  1366px){
  .line-4 .functionList .function-item .function-dsc{
    font-size: 14px;
    line-height: 28px;
  }
  .line-2 .btn-list .btn-box .btn-box-text .btn-box-dsc{
    font-size: 14px;
    line-height: 28px;
  }
}


.line-4 .functionList .function-item:hover{
  background: #ffffff;
  box-shadow: 0px 4px 30px 0px rgba(205,210,237,0.40); 
  padding-top: 30px;
}
.line-4 .functionList .function-item:hover .function-title{
  color: #fe6d40 !important;
}
.line-4 .functionList .function-item .function-btn{
  display: none;
  width: 104px;
  height: 32px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-Medium,Microsoft YaHei;
  text-align: center;
  color: #fe6d40;
  line-height: 32px;
  margin: auto;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: 30px;
  cursor: pointer;
}
.line-4 .functionList .function-item .function-btn>i{
  font-size: 24px;
  vertical-align: middle;
}
.line-4 .functionList .function-item:hover .function-btn{
  display: block!important;
}

.line-5{
  width: 100%;
  background: #f9fafd;
}
.line-5 .tab-box-fixed{
  position: fixed;
  top: 84px;
  width: 100%;
  background: #ffffff;
  z-index: 100;
  padding-top: 20px;
}

@media screen and (max-width:  1920px) {
  .line-5 .tab-box-fixed{
    position: fixed;
    top: 62px;
    width: 100%;
    background: #ffffff;
    z-index: 100;
    padding-top: 20px;
  }
}

.line-5 .tab-list{
  width: 1200px;
  height: auto;
  margin: auto;
}

.line-5 .tab-list-title{
  width: 440px;
  height: 32px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}

.line-5 .tab-list-title .tab-list-title-item{
  width: 110px;
  height: 32px;
  font-size: 22px;
  font-family: PingFang SC, PingFang SC-Medium,Microsoft YaHei;
  text-align: center;
  color: #4d526d;
  line-height: 32px;
  cursor: pointer;
  position: relative;
}
.line-5 .tab-list-title .active{
  color: #fe6d40;
}
.line-5 .tab-list-title .tab-list-title-item:hover {
  color: #fe6d40;
}
.line-5 .tab-list-title .active::after{
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  right: 50%;
  margin-left: -59px;
  width: 118px;
  height: 2px;
  background: #fe6d40;
  border-radius: 100px;
}
.line-5 .tab-list-title .tab-list-title-item:hover::after{
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  right: 50%;
  margin-left: -59px;
  width: 118px;
  height: 2px;
  background: #fe6d40;
  border-radius: 100px;
}

.line-5 .tab-list-line{
  width: 1200px;
  height: 1px;
  background: linear-gradient(to right, #F2F3F8 0%, #DDE0E7 35%, #C3C8D2 50%,#DDE0E7 65%,#F2F3F8 100%); 
  margin-top: 22px;
}

/* .line-5 .tab-list .tab-list-itme{
  display: -webkit-flex;
  display: flex;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
} */

.line-5 .tab-list .tab-list-itme>div{
  display: -webkit-flex;
  display: flex;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.line-5 .tab-list .tab-list-itme .tab-list-itme-box{
  width: 120px;
  height: 190px;
  margin-bottom: 30px;
}
.line-5 .tab-list .tab-list-itme .tab-list-itme-box .img-box{
  width: 120px;
  height: 120px;
  background: url('https://asset.joinf.com/official/images/mangoerp/tab.png');
  background-repeat: no-repeat;
  padding-top: 24px;
  text-align: center;
}

.line-5 .tab-list .tab-list-itme .tab-list-itme-box .img-box img{
  width: 60px;
}

.line-5 .tab-list .tab-list-itme .tab-list-itme-box .test-box{
  width: 120px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-Medium,Microsoft YaHei;
  text-align: CENTER;
  color: #4d526d;
  line-height: 30px;
  padding-top: 16px;
}
.line-5 .tab-list .tab-list-itme .tab-list-itme-box:hover .test-box{
  color: #fe6d40;
}


.line-14{
  width: 100%;
  height: 238px;
  padding-top: 63px;
  background: url('https://asset.joinf.com/official/images/product/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-btn-box{
  width: 126px;
  height: 44px;
  margin: auto;
  margin-top: 20px;
  background:linear-gradient(289deg, rgba(255,255,255,0.58) 0%, rgba(255,255,255,0.00) 100%) 0.9115360975265503 0.9115360975265503;;
  padding: 1px;
  border-radius: 8px;
}

.line-14 .line-14-btn-box button{
  width: 124px;
  height: 42px;
  color: #ffffff;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(264deg,#fe6d40 0%, #fe9040 100%);
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Medium,Microsoft YaHei;
  cursor: pointer;
}

