.content-1 {
    position: relative;
}

.content-1-img {
    width: 100%;
    height: 29.16667vw;
    object-fit: cover;
    display: block;
}

.content-1-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    text-align: center;
    font-size: 1.979vw;
}

.content-1-text h2 {
    font-size: 1.979vw;
    letter-spacing: 0.208vw;
    margin: 0;
    font-weight: normal;
}

/* 第二部分 */
.content-2-center {
    width: 62.5vw;
    margin: 0 auto;
}

.content-2-one-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top:5.20833vw;
}

.content-2-one-box img {
    width: 31.77083vw;
    display: block;
}

.content-2-one-text h3 {
    font-size: 1.875vw;
    margin-top: 0;
    margin-bottom: 0.83333vw;
    font-weight: normal;
}

.content-2-one-text p {
    font-size: 1.04167vw;
    color: #999;
    margin-bottom: 3.125vw;
}

.content-2-big-img {
    width: 100%;
}

.content-2-two-box {
    padding: 5.20833vw 0;
    display: flex;
    justify-content: space-between;
}

.content-2-two-box .right-icon {
    width: 0.72917vw;
    height: 0.72917vw;
    vertical-align: middle;
    margin-left: 0.10417vw;
}

.product-item {
    cursor: pointer;
}

.product-item:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}

.product-item .img-box {
    width: 29.6875vw;
    height: 27.08333vw;
    margin-bottom: 1.77083vw;
    background-color: #f4f5f7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-item .img-box img {
    height: 20.83333vw;
    width: auto;
}

.product-title {
    font-size: 1.875vw;
    margin-bottom: 0.9375vw;
}
.product-link {
    font-size: 0.83333vw;
}

/* 第三部分 */
.content-3 {
    padding: 4.89583vw 0 3.125vw;
    background-color: #f7f8fa;
}

.content-3-center {
    width: 62.5vw;
    margin: 0 auto;
}

.content-3 h2 {
    margin: 0 auto 3.125vw;
    font-size: 1.875vw;
    text-align: center;
    font-weight: normal;
}

.content-3 .icon-less {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content-3 a {
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

.content-3 .icon-less a {
    width: 14.0625vw;
    height: 16.82292vw;
    margin-bottom: 2.08333vw;
}

.content-3 .icon-more {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.content-3 .icon-more a {
    width: 19.27083vw;
    height: 16.82292vw;
    margin: 0 0.625vw 2.08333vw;
}

.content-3 a:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}

.content-3 img {
    width: 5.20833vw;
    height: 5.20833vw;
    transform: scale(1);
    transition: all 0.3s;
    margin-top: 3.125vw;
    margin-bottom: 2.08333vw;
}

.content-3 .title {
    font-size: 1.04167vw;
    margin-bottom: 1.04167vw;
}

.content-3 .sub-title {
    font-size: 0.83333vw;
    color: #999;
}

/* 第四部分 */
.content-4 {
    padding: 4.89583vw 0 5.20833vw;
}

.content-4-center {
    width: 62.5vw;
    margin: 0 auto;
}

.content-4 h2 {
    font-weight: normal;
    font-size: 1.875vw;
    text-align: center;
    margin-bottom: 3.125vw;
    margin-top: 0;
}

.content-4 .icon-box {
    height: 6.77083vw;
    display: flex;
    margin-bottom: 2.08333vw;
}

.content-4 .icon-box .icon-flex {
    flex: 1;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-4 .icon-box .icon-flex:not(:last-child):after {
    content: "";
    width: 1px;
    height: 5.20833vw;
    background-color: #c6c6c6;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.content-4 .icon-box .icon-flex>a::after {
    content: "";
    position: absolute;
    bottom: -0.52083vw;
    left: 0;
    width: 100%;
    height: 0.10417vw;
    background-color: #777;
    display: none;
}

.content-4 .icon-box .icon-flex>a {
    position: relative;
    margin-top: 0;
    transition: all 0.3s;
}

.content-4 .icon-box .icon-flex>a:hover {
    margin-top: -0.52083vw;
    transition: all 0.3s;
}

.content-4 .icon-box .icon-flex>a:hover::after {
    display: block;
    transition: all 0.3s;
}

.content-4 .img-box {
    width: 4.47917vw;
    height: 4.47917vw;
    border-radius: 50%;
    background-color: #f7f8fa;
    margin-bottom: 0.83333vw;
    display: inline-block;
    position: relative;
}

.content-4 .img-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.77083vw;
    transform: translate(-50%, -50%);
}

.content-4 .title {
    font-size: 1.04167vw;
}

.content-4 .problem-box {
    margin-bottom: 3.02083vw;
}

.content-4 .problem-link {
    padding: 2.96875vw 0.9375vw 1.04167vw 1.04167vw;
    border-bottom: 1px solid #c6c6c6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.content-4 .problem-link:hover {
    border-bottom-color: #000;
    transition: all 0.3s;
}

.content-4 .problem-link-l {
    font-size: 1.04167vw;
}

.content-4 .problem-icon {
    font-size: 1.04167vw;
}

.content-4 .learn-more {
    font-size: 0.83333vw;
    display: block;
    text-align: center;
    cursor: pointer;
}
/* 服务活动 */
.content-4.service-active-box {
    background-color: #F7F8FA;
    margin-top: 5.125vw;
}
.content-4.service-active-box h2 {
    margin-bottom: 2.39583vw;
}
.content-4.service-active-box .icon-box {
    height: 10vw;
}
.content-4.service-active-box .img-box img{
    width: 4.53125vw;
}
/* 第五部分 */
.content-5 {
    padding: 4.89583vw 0 5.20833vw;
}

.contetnt-5-center {
    width: 62.5vw;
    margin: 0 auto;
}

.content-5 h2 {
    font-weight: normal;
    font-size: 1.875vw;
    text-align: center;
    margin-bottom: 3.125vw;
    margin-top: 0;
}

.content-5 .contact-box {
    display: flex;
    height: 14.375vw;
    background-color: #f7f8fa;
    padding: 2.96875vw 0 3.33333vw;
    box-sizing: border-box;
    width: 62.5vw;
    margin: 0 auto;
}

.content-5 .contact-box>div {
    flex: 1;
    text-align: center;
}

.content-5 .serve-box {
    position: relative;
}

.content-5 .serve-box::after {
    content: "";
    width: 1px;
    height: 8.125vw;
    background-color: #c6c6c6;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.content-5 .serve-title {
    font-size: 1.04167vw;
    margin-bottom: 1.77083vw;
}

.content-5 .map-box .serve-title {
    margin-bottom: 2.08333vw;
}

.content-5 .serve-phone {
    display: block;
    font-size: 2.1875vw;
    margin-bottom: 0.88542vw;
}

.content-5 .serve-time {
    font-size: 0.83333vw;
    color: #999;
}

.content-5 .input-box {
    position: relative;
    width: 19.0625vw;
    height: 3.125vw;
    margin: 0 auto;
}

.content-5 .serve-input {
    height: 3.125vw;
    width: 19.0625vw;
    border: 0.10417vw solid #000;
    padding: 0 2.60417vw 0 0.9375vw;
    font-size: 0.83333vw;
    position: relative;
    box-sizing: border-box;
    outline: none;
}

.content-5 .input-search-icon {
    width: 1.35417vw;
    height: 1.35417vw;
    position: absolute;
    right: 1.04167vw;
    top: 0.83333vw;
    cursor: pointer;
    font-size: 1.35417vw;
}


/* 动态展示 */
.content-6 {
    /* margin: 0 auto 2vw; */
    padding: 4.89583vw 0 5.20833vw;
}
.content-6-center {
    width: 80vw;
    text-align: center;
    margin: 1.79167vw  auto 5.20833vw;
    display: flex;
    border: 0.08vw solid #eee;;
    border-radius: 2vw;
    min-height: 30vw;
    /* min-height: 500px;
    max-width: 1200px */
  }
  .content-6-center-soft {
    width: 80vw;
    text-align: center;
    margin: 1.79167vw  auto 5.20833vw;
    /* display: flex; */
    display: none; /* 默认隐藏div */
    border: 0.08vw solid #eee;;
    border-radius: 2vw;
    min-height: 30vw;
    /* min-height: 500px;
    max-width: 1200px */
  }
  .content-6  .content-6-center-soft .tabs-box {
    border-right: 0.08vw solid #eee;;
  }
  
  
  .content-6 .tabs-box {
    text-align: left;
    margin: 4.08333vw 0.08333vw 4.08333vw 3.08333vw;
    padding-right: 2vw;
  }
  
  .content-6 .tabs-box::-webkit-scrollbar {
    height: 0.3125vw;
  }
  
  .content-6 .tabs-box::-webkit-scrollbar-thumb {
    background: #e0e0e0;
  }
  
  .problem-nav {
    white-space: nowrap;
    text-align: center;
    display: inline-block;
  }
  
  
  .problem-nav li {
    cursor: pointer;
    position: relative;
    width: min-content;
    padding: 0 6vw 0 0;
    text-align: left;
    border: 0.8vw solid #fff;
    border-radius: 8px;
  }
  
  
  .problem-nav li.selectedNav {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    border: 0.8vw solid #f7f8fa;
    background: #f7f8fa;
    border-radius: 1vw;
  }
  
  .problem-nav li a {
    color: #666;
    font-size: 1.04167vw;
    line-height: 1.97917vw;
  }
  
  .problem-nav li.selectedNav a {
    color: #000;
    font-size: 1.1vw;
  }
  
  .problem-nav li.selectedSoftNav {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    border: 0.8vw  solid #f7f8fa;
    background: #f7f8fa;
    border-radius: 3vw;
  }
  
  .problem-nav li.selectedSoftNav::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  
  .problem-nav li.selectedSoftNav a {
    color: #000;
    font-size: 1.1vw;
  }
  
  .problem-box {
    margin: 3vw 2vw;
    width: 100%;
  }
  
  .problem-box .problem-item {
    border-bottom: 0.08vw solid #eee;;
  }
  
  .problem-box .problem-item:hover {
    border-color: #000;
    transition: all 0.3s;
  }
  
  .problem-box .problem-item .problem-link {
    font-size: 1.04167vw;
    width: 100%;
    padding: 1.46875vw 0vw 1.44167vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }
  
  .problem-box .problem-item .problem-title {
    position: relative;
    cursor: pointer;
    margin-right: 4.6875vw;
    text-align: left;
  }
  
  .problem-box .problem-item .problem-icon {
    font-size: 1.04167vw;
  }
  .problem-icon right-icon{
    color: #0091ff;
  }
  
  .problem-box .soft-info {
    border-bottom: 0.08vw solid #eee;;
    padding: 0 0 1vw 0;
    text-align: left;
    position: relative;
  }
  .problem-box .download-box {
    text-align: right;
    position: absolute;
    top: 35%;
    right: 0;
  }
  .problem-box .soft-info p {
    font-size: 0.95vw;
    color: #999;
    padding: 0 0 0.2vw 0vw;
    width: 85%;
  }
  .problem-box .soft-info h3 {
    font-size: 1vw;
    margin: 0.8vw 0;
  }
  .problem-box .soft-info a {
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
  }
  
  .problem-box .soft-info .download-box span {
  color: #0091ff;
  font-size: 0.9vw;
  }
  
  /* .problem-box .soft-info .download-img {
  margin: 0.38vw 0.3vw 0;
  } */
  
  .problem-box .soft-info .download-img  img {
    width: 0.83333vw;
    /* height: 1.13333vw; */
    /* display: block; */
    color: #0091ff;
}
  
  /* 添加新格式 */
  
  .content-faq-soft .tabs-box-title {
    text-align: center;
    margin: 2.08333vw;
  }
  .content-faq-soft .tabs-box-title::-webkit-scrollbar {
    height: 0.3125vw;
  }
  
  .content-faq-soft .tabs-box-title::-webkit-scrollbar-thumb {
    background: #e0e0e0;
  }
  
  .faq-soft {
    white-space: nowrap;
    text-align: center;
    display: inline-block;
  }
  
  .faq-soft li {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: min-content;
    margin: 1.8vw;
    text-align: left;
  }
  
  .faq-soft li::after {
    content: "";
    height: 0.10417vw;
    width: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  
  .faq-soft li:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
  }
  
  .faq-soft li.selectedSoft::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  .faq-soft li a {
    color: #666;
    font-size: 1.54167vw;
    line-height: 1.97917vw;
  }
  
  .faq-soft li.selectedSoft a {
    color: #000;
  }
  
  .content {
    display: none;
  } 
  .content-icon{
    display: none;
  }
  
  .content-6 .learn-more {
    font-size: 0.83333vw;
    display: block;
    text-align: center;
    cursor: pointer;
  }
  .title-li{
    display: none;
}

.content-title {
  width: 8vw;
}