
/* 动态展示 */
.content-faqSoft {
    /* margin: 0 auto 2vw; */
    padding: 4.89583vw 0 0;
}
.content-faqSoft-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-faqSoft-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-faqSoft  .content-faqSoft-center-soft .tabs-box {
    border-right: 0.08vw solid #eee;;
  }
  
  
  .content-faqSoft .tabs-box {
    text-align: left;
    margin: 4.08333vw 0.08333vw 4.08333vw 3.08333vw;
    padding-right: 2vw;
  }
  
  .content-faqSoft .tabs-box::-webkit-scrollbar {
    height: 0.3125vw;
  }
  
  .content-faqSoft .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;
    width: 52vw;
  }
  .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-faqSoft .learn-more {
    font-size: 0.83333vw;
    display: block;
    text-align: center;
    cursor: pointer;
  }
  .title-li{
    display: none;
}

.content-title {
  width: 8vw;
}