/* 第一部分 */
.content-1 {
    width: 100%;
}

.content-1-center {
    display: flex;
    width: 62.5vw;
    padding: 5.20833vw 4.16667vw;
    margin: 0 auto;
}

.product-l {
    width: 29.6875vw;
    height: 27.08333vw;
    margin-right: 3.125vw;
    padding: 1.45833vw;
    box-sizing: border-box;
    text-align: center;
}

.product-l img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.product-r {
    padding-top: 2.60417vw;
}

.product-svg {
    height: 2.1875vw;
    margin-bottom: 2.96875vw;
}

.manual {
    font-size: 1.04167vw;
    margin-bottom: 0.88542vw;
}

.content-1 .download-box {
    height: 11.04167vw;
    overflow-y: auto;
}

.content-1 .download-box li {
    margin-bottom: 0.9375vw;
    display: flex;
    align-items: center;
}

.content-1 .download-box li .download-img {
    width: 1.14583vw;
    height: 1.14583vw;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.content-1 .download-box span {
    font-size: 1.04167vw;
    margin-right: 1.04167vw;
    color: #666;
}

.content-1 .download-box img {
    width: 1.04167vw;
    height: 1.04167vw;
}

.content-1 .product-warranty {
    font-size: 1.04167vw;
    margin-bottom: 0.9375vw;
}

.content-1 .link-btn {
    font-size: 0.83333vw;
}

.content-1-service{
    /* display: flex; */
    width: 72.5vw;
    margin: 0 auto;
}
.content-1-service h2 {
    /* font-size: 1.979vw;
    letter-spacing: 0.208vw;
    margin: 0;
    font-weight: normal; */
    margin: 2vw auto 6.125vw;
    font-size: 2.075vw;
    text-align: center;
    font-weight: normal;
}

.content-1-service .icon-less img {
    width: 20%;
    padding: 1vw;
}

.content-1-service .icon-less {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content-1-service .icon-item {
    /* background-color: #fff; */
    text-align: center;
    cursor: pointer;
    background-color: #f7f8fa;
    width: 15.0625vw;
    height: 13.82292vw;
    margin-bottom: 10.08333vw;
    padding: 2vw 1vw 1vw;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.content-1-service .title {
    font-size: 1.675vw;
    margin-bottom: 1.04167vw;
}

.content-1-service .sub-title {
    font-size: 0.83333vw;
    color: #999;
    line-height: 1.5;
}

/* 第二部分 */
.content-2 {
    background-color: #f7f8fa;
    overflow: hidden;
}

.content-2-center {
    width: 62.5vw;
    margin: 4.89583vw auto 5.20833vw;
}

.content-2 h2,
.content-3 h2 {
    font-size: 1.875vw;
    margin-top: 0;
    margin-bottom: 2.39583vw;
    font-weight: normal;
    text-align: center;
}

.content-2 .card-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content-2 .card-box a {
    width: 14.0625vw;
    height: 14.79167vw;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.card-box a:hover img {
    transform: scale(1.1);
    transition: transform .3s;
}

.content-2 .card-box img {
    width: 5.20833vw;
    height: 5.20833vw;
    margin-bottom: 1.92708vw;
    transform: scale(1);
    transition: transform .3s;
}

.card-box a span {
    font-size: 1.04167vw;
}

/* 第三部分 */
.content-3-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-3-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-3  .content-3-center-soft .tabs-box {
    border-right: 0.08vw solid #eee;;
}


.content-3 .tabs-box {
    text-align: left;
    margin: 4.08333vw 0.08333vw 4.08333vw 3.08333vw;
    padding-right: 2vw;
}

.content-3 .tabs-box::-webkit-scrollbar {
    height: 0.3125vw;
}

.content-3 .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;
}

/* 服务活动-显卡坞一图 */
.service-day-box {
    overflow: hidden;
    position: relative;
}

.service-day-box .service-day-bg {
    width: 89vw;
    margin: auto;
    margin-bottom: 5.125vw;
    overflow: hidden;
}

.service-day-box .service-day-bg img {
    width: 100%;
    border-radius: 1vw;
}
.service-day-box .service-day-box-content {
    position: absolute;
    left: 15vw;
    top: 8.125vw;
}
.service-day-box .service-day-box-content .h2 {
    font-size: 1.875vw;
    font-weight: normal;
    margin-bottom: 1vw;
}
.service-day-box .service-day-box-content .link {
    font-size: 0.83333vw;
    cursor: pointer;
    opacity: 0.8;
    text-align: center;
    line-height: 1.8vw;
    background-color: #212529;
    border-radius: 8px;
    color: #fff;
    width: 5vw;
    transition: all 0.1s;
}
.service-day-box .service-day-box-content .link:hover {
    opacity: 1;
}

/* 服务活动 */
.service-active-box {
    display: none;
    padding: 4.89583vw 0 5.20833vw;
    background-color: #F7F8FA;
}

.service-active-center {
    width: 62.5vw;
    margin: 0 auto;
}

.service-active-box h2 {
    font-weight: normal;
    font-size: 1.875vw;
    text-align: center;
    margin-bottom: 2.39583vw;
    margin-top: 0;
}

.service-active-box .icon-box {
    height: 10vw;
    display: flex;
    margin-bottom: 2.08333vw;
}

.service-active-box .icon-box .icon-flex {
    flex: 1;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-active-box .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;
}

.service-active-box .icon-box .icon-flex>a::after {
    content: "";
    position: absolute;
    bottom: -0.52083vw;
    left: 0;
    width: 100%;
    height: 0.10417vw;
    background-color: #777;
    display: none;
}

.service-active-box .icon-box .icon-flex>a {
    position: relative;
    margin-top: 0;
    transition: all 0.3s;
}

.service-active-box .icon-box .icon-flex>a:hover {
    margin-top: -0.52083vw;
    transition: all 0.3s;
}

.service-active-box .icon-box .icon-flex>a:hover::after {
    display: block;
    transition: all 0.3s;
}

.service-active-box .img-box {
    width: 4.47917vw;
    height: 4.47917vw;
    border-radius: 50%;
    background-color: #f7f8fa;
    margin-bottom: 0.83333vw;
    display: inline-block;
    position: relative;
}

.service-active-box .img-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.53125vw;
    transform: translate(-50%, -50%);
}

.service-active-box .title {
    font-size: 1.04167vw;
}

.service-active-box .problem-box {
    margin-bottom: 3.02083vw;
}

.service-active-box .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;
}

.service-active-box .problem-link:hover {
    border-bottom-color: #000;
    transition: all 0.3s;
}

.service-active-box .problem-link-l {
    font-size: 1.04167vw;
}

.service-active-box .problem-icon {
    font-size: 1.04167vw;
}

.service-active-box .learn-more {
    font-size: 0.83333vw;
    display: block;
    text-align: center;
    cursor: pointer;
}
/* 第四部分 */
.content-4 {
    padding: 0 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-top: 0;
    margin-bottom: 3.125vw;
}

.content-4 .contact-box {
    display: flex;
    height: 14.375vw;
    padding: 2.91667vw 0 3.33333vw;
    box-sizing: border-box;
}

.content-4 .contact-box>div {
    flex: 1;
    text-align: center;
}

.content-4 .serve-box {
    position: relative;
}

.content-4 .serve-box::after {
    content: "";
    width: 1px;
    height: 8.125vw;
    background-color: #c6c6c6;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.content-4 .serve-title {
    font-size: 1.04167vw;
    margin-bottom: 1.77083vw;
}

.content-4 .map-box .serve-title {
    margin-bottom: 2.08333vw;
}

.content-4 .serve-phone {
    font-size: 2.1875vw;
    margin-bottom: 0.88542vw;
    display: block;
}

.content-4 .serve-time {
    font-size: 0.83333vw;
    color: #999;
}

.content-4 .input-box {
    position: relative;
    width: 19.0625vw;
    height: 3.125vw;
    margin: 0 auto;
}

.content-4 .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: 0;
}

.content-4 .input-search-icon {
    width: 1.35417vw;
    height: 1.35417vw;
    position: absolute;
    right: 1.04167vw;
    top: 0.83333vw;
    cursor: pointer;
    font-size: 1.35417vw;
}

/* 添加新格式 */

.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;
}

.title-li{
    display: none;
}
  
.content-title {
    width: 8vw;
}
