.inner-title {
    margin-bottom: 40px;
}
.inner-pagebox {
    max-width: 1200px;
    padding: 0 40px;
    box-sizing: content-box;
    margin: 72px auto 128px;
}

.inner-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 32px;
    color:#000;
}
.faq-box {
    font-size: 100px;
}
.faq-box .wrapper {
    max-width: 12em;
    margin: 0 auto;
    padding: 0 0.4em;
    box-sizing: content-box;
}
.item-block {
    --gap: 0.72em;
    --padding-gap: var(--gap, 0.72em);
    padding-top: 0.8em;
    padding-bottom: 0.84em;
}
.block-cons {
    margin-top: 0.6em;
}
.item-block.bg-gray {
    background: #F7F7F7;
}
.tab-box ul {
    margin-right: -1px;
}
.tab-box li {
    float: left;
    border-right: 1px solid #fff;
    width: 33.33333%;
    font-size: 16px;
    line-height: 1.56;
    background-color: #9D9FA2;
    color: #fff;
    height: 52px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
}
.tab-box li:first-child {
    border-radius: 10px 0 0 0;
}
.tab-box li:last-child {
    border-right: none;
    border-radius: 0 10px 0 0;
}
.tab-box li.active {
    background-color: #fff;
    color: #000;
}
.tab-contents {
    padding: 0 var(--padding-gap);
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.issue-list {
    padding: 0.48em 0;
    display: none;
}
.issue-list li {
    cursor: pointer;
    border-bottom: 1px solid rgba(0,0,0,0.2)
}
.issue-list li:last-child {
    border-bottom: none;
}
.issue-list .topic {
    font-size: 16px;
    margin: 1.25em 0;
    max-height: 64px;
    position: relative;
    font-weight: 500;
    padding-right: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
}
.issue-list .answer {
    padding-bottom: 1.5em;
    display: none;
    overflow: hidden;
    font-size: 16px;
    color: #808080;
    line-height: 1.5;
}
.issue-list .answer a{
    color: #F04646;
}
.issue-list .answer a:hover {
    text-decoration: underline;
}
.topic i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em;
    transition: all .2s ease;
    color: #000;
}
.topic.active i {
    transform: translateY(-50%) rotate(180deg);
    transform-origin: center;
}
.go-beyond-container .swiper-container {
    padding: 40px 0;
}
.go-beyond-container .swiper-pagination {
    bottom: 0;
}
.go-beyond-container {
    background-color: #F7F7F7;
    padding-bottom: 128px;
}
.go-beyond-swiper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  
  .go-beyond-swiper .swiper-slide {
    height: 560px;
    display: -webkit-flex;
    display: flex;
    background-color: #fff;
    border-radius: 10px;
  }
  .go-beyond-swiper .description {
    display: -webkit-box;
    -webkit-line-clamp: 16;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .go-beyond-swiper .slide-content {
    width: 50%;
    height: 100%;
  }
  .go-beyond-swiper .left .bg {
    width: 100%;
    height: 100%;
    background: none no-repeat top center;
    background-size: cover;
    border-radius: 10px 0 0 10px;
  }
  
  .go-beyond-swiper .right {
    border-radius: 0 10px 10px 0;
    background-color: #fff;
    padding: 60px;
    font-size: 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  
  .go-beyond-swiper .right .title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 24px;
  }
  
  .go-beyond-swiper .right .subtitle {
    margin-bottom: 8px;
    font-weight: 500;
  }
  
  .go-beyond-swiper .right .learn-more {
    margin-top: 48px;
    display: inline-block;
    font-size: 16px;
  }
  .go-beyond-swiper .right .learn-more:hover {
    text-decoration: underline;
    color: initial;
  }
  .go-beyond-swiper .learn-more i {
    font-size: 14px;
    vertical-align: middle;
  }
  .prev-btn,
  .next-btn,
  .prev-btn:hover,
  .next-btn:hover {
    display: none;
    background: #0000004d;
  }

  .go-beyond-container:hover .prev-btn,
.go-beyond-container:hover .next-btn {
  display: block;
}
.prev-btn i, .next-btn i {
    color: #fff;
}

.go-beyond-container .prev-btn {
  left: -72px;
}
.go-beyond-container .next-btn {
  right: -72px;
}
.go-beyond-container .swiper-pagination-bullet-active {
    background-color: #7f8080 !important;
}
@media (max-width: 1400px) {
    .item-block {
        font-size: 90px;
    }
    .go-beyond-container .prev-btn {
        left: -60px;
    }
    .go-beyond-container .next-btn {
        right: -60px;
    }
}
@media (max-width: 1200px) {
    .item-block {
        font-size: 75px;
    }
    .tab-box li {
        height: 48px;
    }
    .go-beyond-container {
        margin-top: 18px;
        padding-top: 72px;
    }
    .go-beyond-swiper {
        width: 88%;
      }
    
    .go-beyond-swiper .swiper-slide {
        height: 420px;
    }

    .go-beyond-swiper .right {
        padding: 45px;
        font-size: 14px;
    }

    .go-beyond-swiper .right .title {
        font-size: 21px;
        margin-bottom: 18px;
    }

    .go-beyond-swiper .right .subtitle {
        margin-bottom: 6px;
    }

    .go-beyond-swiper .right .learn-more {
        margin-top: 24px;
    }
}
@media (max-width: 1023px) {
    .go-beyond-swiper .swiper-slide {
        height: auto;
        display: block;
    }
    
    .go-beyond-swiper .slide-content {
        width: 100%;
        height: 420px;
    }

    .go-beyond-swiper .left .bg {
        border-radius: 10px 10px 0 0;
    }

    .go-beyond-swiper .right {
        border-radius: 0 0 10px 10px;
        height: auto !important;
    }
    .go-beyond-swiper .description {
        -webkit-line-clamp: initial;
    }
}
@media (max-width: 768px) {
.inner-pagebox {
    margin-top: 32px;
}
}

@media (max-width: 767px) {
.inner-pagebox {
    margin-top: 48px;
}

.inner-title {
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 28px;
    font-weight: 800;
    padding: 0 20px;
}
}
.pic_view {
    padding-bottom: 56.12%;
}
.products-list-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -24px;
    min-height: 30vh;
}
.products-list-wrapper .product-item {
    width: 50%;
    padding-right: 24px;
    margin-bottom: 24px;
}
.products-list-wrapper .product-item a {
    display: block;
    background-color: #f8f8f8;
    height: 100%;
}
.products-list-wrapper .product-item img {
    width: 100%;
}
.products-list-wrapper .product-info {
    text-align: center;
    padding: 16px 24px 20px;
}
.products-list-wrapper .product-name {
    font-size: 32px;
    font-weight: 800;
    color: #333;
}
.products-list-wrapper .description {
    font-size: 16px;
    font-weight: 500;
    margin: 8px 0 16px;
    color: #333;
}
.products-list-wrapper .product-item:hover .learn-more {
    text-decoration: underline;
}
.products-list-wrapper .learn-more {
    color: #3C96FF;
    font-size: 14px;
}
@media (max-width: 1023px) {
    .inner-pagebox {
        padding: 0 24px;
    }
}
@media (max-width: 767px) {
    .products-list-wrapper {
        margin-right: 0;
    }
    .products-list-wrapper .product-item {
        width: 100%;
        padding-right: 0;
    }
    .inner-pagebox {
        padding: 0 16px;
        margin-bottom: 48px;
    }
    .inner-title {
        margin-bottom: 24px;
    }
    .products-list-wrapper .product-name {
        font-size: 24px;
    }
    .products-list-wrapper .description {
        font-size: 14px;
        margin: 4px 0 12px;
    }
    .faq-box {
        font-size: 50px;
        background: #F2F2F2;
    }
    .block-cons {
        margin-top: 24px;
    }
    .item-block {
        border-radius: 6px;
        background: #fff;
        padding: 0 16px 32px;
    }
    .item-block.bg-gray {
        background: #fff;
    }
    .item-block {
        font-size: 50px;
    }
    .item-block .wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .tab-box li.active {
        box-shadow: inset 0px 1px 0px 0px #B6B6B6;
        background-color: #fff;
    }
    .tab-box ul {
        max-width: 100%;
        display: flex;
        white-space: nowrap;
    }
    .tab-box {
        overflow-x: auto;
    }
    .tab-box li {
        font-size: 14px;
        float: none;
        height: 44px;
        line-height: 44px;
        width: auto;
        padding: 0 16px;
        display: inline-block;
    }
    .tab-box li:first-child,
    .tab-box li:last-child,
    .verify-box img {
        border-radius: 0;
    }
    .tab-contents {
        padding: 0 16px;
    }
    .issue-list .topic {
        font-size: 14px;
        margin-top: 16px;
        margin-bottom: 16px;
        max-height: 44px;
    }
    .issue-list .answer {
        font-size: 14px;
        padding-bottom: 16px;
    }
    .issue-list {
        padding-top: 24px;
        padding-bottom: 0;
    }
    .go-beyond-container {
        margin-top: 12px;
        padding: 48px 0;
    }
    
    .go-beyond-swiper {
        width: 100%;
    }

    .go-beyond-container h2 {
        margin-bottom: 0;
    }

    .go-beyond-container .swiper-container {
        padding: 30px 0;
    }

    .go-beyond-swiper .slide-content {
        height: 320px;
    }

    .go-beyond-swiper .right {
        padding: 24px 20px 32px;
    }
    .go-beyond-container .prev-btn, .go-beyond-container .next-btn {
        display: none !important;
    }
}
