.banner {
  width: 100%;
  height: 670px;
  overflow: hidden;
  position: relative;
  top: 0;
  z-index: 9;
}

.banner-animate {
  position: absolute;
  top: 140px;
  left: 48.96%;
}

@media (min-width: 1280px) {
  .banner-animate {
    left: 41%;
  }
}

@media (min-width: 1281px) {
  .banner-animate {
    left: 48.96%;
  }
}

.banner-animate .banner-main {
  width: 763px;
  height: 394px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/solution-customized/banner-main.png)
    no-repeat center;
  background-size: contain;
  position: absolute;
  top: 78px;
  left: 0px;
  z-index: 11;
}

.banner-animate .banner-block1 {
  width: 68px;
  height: 51px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/solution-customized/block1.png)
    no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 322px;
  z-index: 12;
}

.banner-animate .banner-block2 {
  width: 200px;
  height: 104px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/solution-customized/block2-active.png)
    no-repeat center;
  background-size: contain;
  position: absolute;
  top: 43px;
  left: 272px;
  z-index: 12;
}

.banner-animate .banner-block3 {
  width: 330px;
  height: 161px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/solution-customized/block3.png)
    no-repeat center;
  background-size: contain;
  position: absolute;
  top: 88px;
  left: 222px;
  z-index: 11;
}

.banner-animate .animate-line-wrap {
  z-index: 100;
  position: absolute;
  top: 40px;
  left: 286px;
}

.banner-introduce {
  width: 646px;
  height: 122px;
  margin-top: 218px;
}

.banner-title {
  display: flex;
}

.banner-title img {
  width: 571px;
  height: 83px;
  margin-left: -10px;
}

.banner-desc {
  width: 456px;
  margin-top: 12px;
  font-weight: 300;
  text-align: justify;
  font-size: 22px;
  color: #5f5f5f;
  letter-spacing: 4px;
  line-height: 40px;
}

/* menu */
.section-menu {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #ffffff9e;
  box-shadow: 0 10px 20px 0 #0000000a;
}

.section-menu-fixed {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #ffffff;
}

.section-menu .section-menu-ul {
  display: flex;
  width: 1160px;
  position: relative;
  margin: 0 auto;
}

.section-menu .section-menu-ul .section-menu-li {
  width: 290px;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.section-menu .section-menu-ul .section-menu-li-active {
  color: #ffffff;
}

.section-menu .section-menu-ul .menu-li-mask {
  background: linear-gradient(175deg, #9cd7ff 10%, #7ecbff00 100%),
    linear-gradient(214deg, #afe7ff 0%, #7ab1fd 38%, #3fa0fa 81%);
  width: 290px;
  height: 60px;
  position: absolute;
  left: 308;
  z-index: 9;
}

/* main内容 */

.main-section-1 {
  margin: 0 auto;
  display: none;
}

.main div:first-child {
  display: block;
}

.main-section-1 .section-main-box {
  width: 1160px;
  padding-top: 120px;
  margin: 0 auto;
}

.main-section-1 .section-main-box .section-title span:first-child {
  font-weight: 600;
  font-size: 36px;
  color: #333333;
  margin-right: 16px;
}

.main-section-1 .section-main-box .section-title span:last-child {
  font-weight: 400;
  font-size: 28px;
  color: #333333;
}

.main-section-1 .section-main-box .section-min-title {
  font-weight: 600;
  font-size: 28px;
  color: #333333;
}

.main-section-1 .section-main-box > .section-li {
  margin-top: 64px;
  margin-bottom: 260px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.main-section-1 .section-main-box > .section-li li {
  width: 370px;
  height: 211px;
  text-align: center;
  position: relative;
  background-image: linear-gradient(180deg, #ebf9fd 0%, #ffffff 100%);
  box-shadow: 0 2px 16px 0 #1b518714;
  border-radius: 8px;
}

.main-section-1 .section-main-box .section-li-icon {
  width: 64px;
  height: 64px;
  margin: 40px auto 24px;
}

.main-section-1 .section-main-box .section-li-desc {
  line-height: 24px;
  font-weight: 600;
  font-size: 22px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}

.main-section-1 .section-solution {
  height: 663px;
  margin-bottom: 20px;
  margin-top: 40px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/scene-solution/section1-bg.png) no-repeat center;
  background-size: cover;
}

.main-section-1 .section-solution > img {
  display: block;
  width: 1160px;
  margin: 44px auto 116px;
}

.main-section-1 .section-main-box .section-box {
  width: 1160px;
  margin: 64px auto 200px;
}

.main-section-1 .section-main-box .section-box .section-li {
  width: 626px;
}

.main-section-1 .section-main-box .section-box .section-li li {
  width: 626px;
  height: 78px;
  background-image: linear-gradient(-76deg, #ebf9fd 14%, #f6fbff33 100%);
  box-shadow: 0 11px 22px 0 #0000000a;
  border-radius: 8px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.main-section-1 .section-main-box .section-box .section-li .section-li-active {
  background-image: linear-gradient(-76deg, #86bdfe 14%, #f6fbff33 100%);
}

.section-main-box > img {
  width: 1160px;
  margin-top: 64px;
}

.section-main-box .section-solution-list {
  background: #fdfeff;
  border: 1px solid #ddedff;
  border-radius: 8px;
  margin: 64px 0 144px;
}

.section-main-box .section-solution-list img {
  width: 1004px;
  margin: 40px auto 10px;
  display: block;
}

.section-main-box .section-solution-list .solution-step {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.section-main-box .section-solution-list .solution-step > div {
  flex: 1;
  font-weight: 600;
  font-size: 22px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}

.main-section-1 .section-main-box > img {
  display: block;
  margin-bottom: 144px;
}

.main-section-1 .section-box .section-li .section-li-active {
  background-image: linear-gradient(-76deg, #86bdfe 14%, #f6fbff33 100%);
}

.main-section-1 .section-box .section-guide {
  position: relative;
  margin-top: 64px;
  display: flex;
}

.main-section-1 .section-box .section-li-icon {
  width: 62px;
  height: 28px;
  margin: 25px 20px auto 30px;
}

.main-section-1 .section-box .section-li-title {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}

.main-section-1 .section-box .guide-right>img {
  width: 712px;
  height: 430px;
  position: absolute;
  top: -23px;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.main-section-1 .section-box .guide-right>img.img-active {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.main-section-1 .section-scene-box {
  margin: 144px 0 300px;
}

.main-section-1 .section-scene-box .scene-box {
  width: 1160px;
  margin: 60px auto 0;
  background-size: cover;
  border-radius: 8px;
}

#section1Ref .section-scene-box .scene-box {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/scene-solution/section-scene1.png) no-repeat;
}

#section2Ref .section-scene-box .scene-box {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/scene-solution/section-scene2.png) no-repeat;
}

#section3Ref .section-scene-box .scene-box {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/scene-solution/section-scene3.png) no-repeat;
}

#section4Ref .section-scene-box .scene-box {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/scene-solution/section-scene4.png) no-repeat;
}

.main-section-1 .section-scene-box .section-title {
  width: 1160px;
  margin: 0 auto;
  height: 50px;
  font-weight: 600;
  font-size: 36px;
  color: #333333;
  overflow: hidden;
}

.main-section-1 .scene-box .section-guide {
  height: 420px;
  display: flex;
  justify-content: flex-end;
  margin-top: 64px;
  width: 1160px;
  border-radius: 8px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
}

.main-section-1 .scene-box .section-guide .section-right {
  width: 550px;
  height: 420px;
  padding-right: 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-section-1 .scene-box .section-guide .section-right .title {
  display: flex;
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  margin-bottom: 17px;
}

.main-section-1 .scene-box .section-guide .section-right img {
  width: 46px;
  height: 46px;
  margin-right: 16px;
}

.main-section-1 .scene-box .section-guide .section-right .content {
  font-size: 16px;
  color: #5f5f5f;
  letter-spacing: 0;
  line-height: 30px;
  padding-bottom: 14px;
}

.main-section-1 .scene-box .section-guide .section-right .content:last-of-type {
  padding-bottom: 0;
}

.main-section-box {
  width: 1160px;
  margin: 0 auto;
}

nav {
  position: absolute;
}

/* banner 新版本迭代样式 */

.scene-solution-banner {
  background-size: cover;
}

.scene-solution-banner .banner-section {
  display: flex;
  margin-top: 150px;
  justify-content: space-between;
}

.scene-solution-banner .banner-introduce {
  margin-top: 67px;
  width: 456px;
}

.scene-solution-banner .banner-title img {
  width: 415px;
  height: 70px;
  margin-left: 0;
}

.scene-solution-banner .banner-desc {
  margin-top: 15px;
  font-size: 19px;
  color: #5f5f5f;
  letter-spacing: 0.95px;
  line-height: 32.3px;
}

.scene-solution-banner .right-content {
  width: 640px;
  text-align: right;
  padding-top: 60px;
  position: relative;
}

.scene-solution-banner .bannner-video {
  width: 578px;
  height: 325px;
  background: #1c2c64;
  transition: opacity 1s ease;
  position: absolute;
  top: 50px;
  right: 0;
  transition: opacity 0.6s ease;
  opacity: 0;
}

.scene-solution-banner .banner-data-manage {
  width: 100%;
  transition: opacity 1s ease;
  text-align: left;
  opacity: 0;
  position: absolute;
  top: 40px;
  right: 0;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  height: 367px;
  opacity: 0;
}

.scene-solution-banner .banner-data-manage .data-manage-item {
  padding: 19px;
  height: 119px;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0 7.6px 22.8px 0 rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  flex: 0 0 calc((100% - 15px) / 2);
}

.scene-solution-banner .banner-data-manage .data-manage-item-title {
  font-weight: 600;
  font-size: 10px;
  color: #333333;
  margin-bottom: 8px;
}

.scene-solution-banner .banner-data-manage .data-manage-item-number {
  font-weight: 400;
  font-size: 20.9px;
  height: 29px;
  color: #333333;
  margin-bottom: 11px;
  opacity:0;
  transition:opacity 0.8s ease;
}

.scene-solution-banner .banner-data-manage .data-manage-item-progress {
  font-size: 10px;
  color: #5f5f5f;
  display: flex;
  align-items: center;
}

.scene-solution-banner .banner-data-manage .data-manage-item-progress-bar {
  flex: 1;
  height: 4px;
  background: #e5e6ea;
  border-radius: 2px;
  margin: 0 5px 0 15px;
  position: relative;
}
.scene-solution-banner .banner-data-manage .data-manage-item-progress-bar .data-manage-item-progress-sub-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #fe7d00;
  border-radius: 2px;
}

.scene-solution-banner
  .banner-data-manage
  .data-manage-item:nth-of-type(3)
  .data-manage-item-progress-bar
  .data-manage-item-progress-sub-bar {
  width: 0;
  background: #03b428;
}

.scene-solution-banner .banner-data-manage .data-manage-item:nth-of-type(4) {
  display: flex;
  gap: 52px;
}

.scene-solution-banner .banner-data-manage .data-manage-preview {
  width: 100%;
  padding: 19px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 7.6px 22.8px 0 rgba(0, 0, 0, 0.04);
  color: #333333;
  display: flex;
  box-sizing: border-box;
  gap: 20px;
  opacity:0;
}

.scene-solution-banner .banner-data-manage .data-manage-preview .data-manage-preview-item {
  /* 20*3 */
  flex: 0 0 calc((100% - 60px) / 4);
  position: relative;
}

.scene-solution-banner .banner-data-manage .data-manage-preview .data-manage-preview-item:after {
  content: '';
  position: absolute;
  top: calc(50% + 15px);
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid rgba(29, 33, 41, 0.26);
  border-right: 1px solid rgba(29, 33, 41, 0.26);
  transform: translateY(-50%) rotate(45deg);
}

.scene-solution-banner .banner-data-manage .data-manage-preview .data-manage-preview-item:last-of-type:after {
  display: none;
}

.scene-solution-banner .banner-data-manage .data-manage-preview .preview-item-header {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.scene-solution-banner .banner-data-manage .data-manage-preview .preview-item-header .preview-item-header-icon {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

.scene-solution-banner .banner-data-manage .data-manage-preview .preview-item-content {
  font-weight: 400;
  font-size: 20.9px;
  color: #333333;
}

.scene-solution-banner .right-content .right-icon{
  position: absolute;
  right: -16px;
  top: -16px;
  opacity: 0;
}

.scene-solution-banner .right-content .circle-half{
  position: absolute;
  right: -5px;
  top: -5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #0576FF;
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-180deg);
  opacity: 0;
}

.scene-solution-banner .right-content .right-icon .bg{
  width: 32px;
  height: 32px;
  object-fit: contain;

}

.scene-solution-banner .right-content .left-icon{
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #85FFCE;
  opacity: 0;
}

.scene-solution-banner .right-content .left-icon .svg-circle{
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100px;
  height: 100px;
}
