.inner-banner {
    background: url(../img/product-center-banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.inner-banner .container {
    position: relative;
    /* height: 520px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inner-banner .container .logo img {
    display: block;
    width: 256px;
}

.inner-banner .container .des {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    margin-top: 1em;
    text-align: center;
    color: #FFFFFF;
}


.product-center-section {
    padding: 92px 0;
}

.product-center-section .title {
    font-weight: bold;
    /* font-size: 42px; */
    color: #333333;
    text-align: center;
    line-height: 45px;
}

.product-center-section .product-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.product-center-section .product-card {
    background-size: 100% 100%;
    background-position: right center;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 424px;
    padding: 50px;
    transition: all .5s ease-in-out;
    background-repeat: no-repeat;
}

.product-center-section .product-card:hover {
    background-size: 101% 101%;
    transform: translateY(-8px)
}

.product-center-section .product-card h3 {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: left;
}

.product-center-section .product-card p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 29px;
    text-align: left;
    margin-top: 24px;
    width: 261px;
}

.product-list-section {
    padding: 96px 0;
}

.product-list-section .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}

.sidebar-filter {
    position: sticky;
    top: 131px;
    width: 336px;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px 0px rgba(127, 163, 218, 0.21);
    border-radius: 8px 8px 8px 8px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 16px;
}

.sidebar-filter .filter-group {
    background: #F2F4F7;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.sidebar-filter .filter-header {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.sidebar-filter .header-left {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #333333;
    text-align: left;
    font-weight: 500;
    flex: 1;
}

.sidebar-filter .arrow {
    transition: transform 0.3s;
    transform: rotate(90deg);
    /* 默认向上 */
}

.sidebar-filter .filter-group.collapsed .arrow {
    transform: rotate(-90deg);
    /* 向下 */
}

.sidebar-filter .filter-content {
    max-height: 500px;
    /* transition: max-height 0.3s ease-out; */
    overflow: auto;
    display: none;
}

.sidebar-filter .filter-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-filter .filter-item {
    padding: 7px 15px 7px 72px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    cursor: pointer;
    /* transition: all 0.2s; */
}

.sidebar-filter .filter-item:hover {
    background-color: #f9f9f9;
}

.sidebar-filter .filter-item.active {
    background-color: rgba(245, 130, 30, 0.10);
    color: rgba(245, 130, 31, 1);
    font-weight: bold;
}

.product-list-section .product-content {
    flex: 1;
}

.product-list-section .product-content .product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.product-list-section .product-content .pagination {
    margin-top: 48px;
}

.product-details-header-section {
    padding-top: 48px;
    background: #F2F4F7;
}

.product-details-section .breadcrumb,
.product-details-section .breadcrumb a {
    color: rgba(51, 51, 51, 0.70);
}

.product-details-section .breadcrumb a:hover,
.product-details-section .breadcrumb a.active {
    color: rgba(51, 51, 51, 1);
}

.breadcrumb .icon {
    background: RGBA(243, 221, 204, 1);
    color: RGBA(245, 130, 31, 1);
}

.product-hero {
    padding: 49px 0 103px;
}

.product-hero .hero-wrapper {
    display: flex;
    justify-content: space-between;
}

.product-hero .hero-wrapper .wow {
    visibility: hidden;
}

.product-hero .product-gallery {
    width: 49.15%;
}

.product-hero .product-gallery .main-swiper {
    padding-top: 76.14%;
    background: RGBA(255, 255, 255, 1);
    border-radius: 8px 8px 8px 8px;
}

.product-hero .product-gallery .thumb-container .swiper-slide .thumb-pic,
.product-hero .product-gallery .main-swiper .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-hero .product-gallery .main-swiper .swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-hero .product-gallery .thumb-container .swiper-slide .pic,
.product-hero .product-gallery .main-swiper .swiper-slide video,
.product-hero .product-gallery .main-swiper .swiper-slide .pic {
    max-width: 100%;
    max-height: 100%;
}

.product-hero .product-gallery .main-swiper .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 120px;
}

.product-hero .product-gallery .main-swiper .video-playing .play-btn {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.product-hero .product-gallery .main-swiper .play-btn img {
    display: block;
    width: 100%;
    transition: all .6s;
}

.product-hero .product-gallery .main-swiper .play-btn img:hover {
    transform: scale(1.05)
}

.product-hero .product-gallery .thumb-container {
    position: relative;
    margin-top: 32px;
    padding: 0 56px;
}

.product-hero .product-gallery .thumb-container .swiper-slide {
    position: relative;
    background: #fff;
    border-radius: 8px 8px 8px 8px;
    cursor: pointer;
    border: 1px solid #fff;
}

.product-hero .product-gallery .thumb-container .swiper-slide::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
    box-sizing: border-box;
}

.product-hero .product-gallery .thumb-container .swiper-slide .thumb-pic {
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}

.product-hero .product-gallery .thumb-container .swiper-wrapper {
    padding-right: 2px;
}

.product-hero .product-gallery .thumb-container .swiper-slide-thumb-active {
    border-color: #F5821F;
}

.product-hero .product-gallery .thumb-container .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: rgba(51, 51, 51, 0.10);
    border-radius: 50%;
    color: rgba(51, 51, 51, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    cursor: pointer;
}

.product-hero .product-gallery .thumb-container .btn .iconfont {
    font-weight: bold;
}

.product-hero .product-gallery .thumb-container .btn-prev {
    left: 0;
}

.product-hero .product-gallery .thumb-container .btn-next {
    right: 0;
}

.product-hero .product-gallery .thumb-container .btn:not(.swiper-button-disabled):hover {
    background-color: rgba(245, 130, 31, 1);
    color: #fff;
}

.product-hero .product-gallery .thumb-container .btn.swiper-button-disabled {
    background: rgba(51, 51, 51, 0.10);
    color: rgba(51, 51, 51, 0.20);
    cursor: not-allowed;
}

.product-hero .product-info {
    width: 45.76%;
}

.product-hero .product-title {
    font-weight: bold;
    /* font-size: 42px; */
    line-height: 1.5;
    color: #333333;
}

.product-hero .product-model {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    margin-top: 1em;
    color: #666666;
}

.product-hero .tags {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.product-hero .tag {
    font-weight: 400;
    font-size: 16px;
    color: #2E56B6;
    line-height: 24px;
    padding: 4px 12px;
    background: rgba(46, 86, 182, 0.1);
    border-radius: 4px 4px 4px 4px;
    transition: all .6s;
}

.product-info-section .sidebar-right .tag-mini:hover,
.product-hero .tag:hover {
    background: #2E56B6;
    color: #fff;
}

.product-hero .product-desc {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 29px;
    margin-top: 72px;
    text-transform: none;
    text-align: justify;
}

.product-hero .btn-consult {
    display: inline-block;
    line-height: 56px;
    background: #F5821F;
    border-radius: 8px 8px 8px 8px;
    color: #fff;
    padding: 0 78px;
    font-weight: bold;
    font-size: 24px;
    margin-top: 80px;
    transition: all 0.3s;
}

.product-hero .btn-consult:hover {
    /* opacity: 0.9; */
}

.product-info-section {
    padding: 96px 0;
}

.product-info-section .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product-info-section .content-left {
    width: 59.32%;
}

.product-info-section .content-left .block-title {
    position: relative;
    padding: 0 28px;
    line-height: 52px;
    background: #F2F4F7;
    font-size: 28px;
    font-family: SOURCEHANSANSCN-BOLD;
}

.product-info-section .content-left .block-title::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: url(../img/line.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.product-info-section .content-left .features .features-list {
    margin-top: 24px;
}

.product-info-section .content-left .features .feature-item:not(:last-child) {
    margin-bottom: 48px;
}

.product-info-section .content-left .features .feature-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'SOURCEHANSANSCN-BOLD';
}

.product-info-section .content-left .features .feature-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    text-align: left;
    margin-top: 12px;
    list-style: disc;
    padding-left: 1em;
}

.product-info-section .content-left .features .feature-desc ::marker {
    color: rgba(159, 170, 194, 1);
    font-size: 20px;
}

.product-info-section .content-left .features .feature-desc li:not(:last-child) {
    margin-bottom: 1em;
}

.product-info-section .content-left .topology {
    margin: 96px 0;
}

.product-info-section .content-left .topology-img {
    margin-top: 24px;
}

.product-info-section .content-left .topology-img img {
    width: 100%;
    display: block;
}

.product-info-section .content-left .specs-table {
    width: 100%;
    border-collapse: collapse;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    margin-top: 24px;
}

.product-info-section .content-left .specs-table th,
.product-info-section .content-left .specs-table td {
    border: 1px solid rgba(242, 244, 247, 1);
    text-align: center;
}

.product-info-section .content-left .specs-table td {
    padding: 10px;
}

.product-info-section .content-left .specs-table th {
    background: #F2F4F7;
    font-weight: bold;
    color: #333;
    width: 20%;
    font-weight: bold;
    font-size: 18px;
    padding: 12px 10px;
}

.product-info-section .content-left .downloads {
    margin: 96px 0;
}

.product-info-section .content-left .download-item {
    margin-top: 24px;
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px 0px rgba(127, 163, 218, 0.21);
    border-radius: 8px 8px 8px 8px;
    display: flex;
    align-items: center;
}

.product-info-section .content-left .download-item .file-icon {
    width: 108px;
}

.product-info-section .content-left .download-item .file-icon img {
    display: block;
    width: 100%;
}

.product-info-section .content-left .download-item .file-info {
    flex: 1;
    margin: 0 24px;
}

.product-info-section .content-left .download-item .file-name {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
}

.product-info-section .content-left .download-item .file-tag {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.product-info-section .content-left .download-item .file-tag-item {
    background: rgba(75, 43, 200, 0.10);
    border-radius: 4px 4px 4px 4px;
    padding: 0 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: rgba(75, 43, 200, 1);
}

.product-info-section .content-left .acc-card .btn-view-orange,
.product-info-section .content-left .download-item .btn-download {
    line-height: 42px;
    padding: 0 36px;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    background: #F5821F;
    border-radius: 8px 8px 8px 8px;
    transition: all 0.3s;
}

.product-info-section .content-left .acc-card .btn-view-orange:hover,
.product-info-section .content-left .download-item .btn-download:hover {
    background: rgba(32, 28, 112, 1);
}

.product-info-section .content-left .acc-list {
    margin-top: 24px;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px 0px rgba(127, 163, 218, 0.21);
    border-radius: 8px 8px 8px 8px;
    padding: 0 24px;

}

.product-info-section .content-left .acc-list li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 22px 0;
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
}

.product-info-section .content-left .acc-list li:not(:last-child) {
    border-bottom: 1px solid rgba(223, 229, 239, 1);
}

.product-info-section .content-left .acc-card {
    margin-top: 24px;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px 0px rgba(127, 163, 218, 0.21);
    border-radius: 8px 8px 8px 8px;
    padding: 24px;
    justify-content: space-between;
}

.product-info-section .content-left .acc-card .acc-img {
    width: 33.12%;
}

.product-info-section .content-left .acc-card .acc-img img {
    display: block;
    width: 100%;
}

.product-info-section .content-left .acc-card .acc-info {
    width: 63.96%;
}

.product-info-section .content-left .acc-card .acc-name {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
    font-family: 'SOURCEHANSANSCN-BOLD';
    transition: all .6s;
}

.product-info-section .content-left .acc-card:hover .acc-name {
    color: #F5821F;
}

.product-info-section .content-left .acc-card .acc-desc {
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
    margin-top: 8px;
}

.product-info-section .content-left .acc-card .acc-text {
    font-size: 14px;
    color: #666666;
    text-align: left;
    line-height: 1.5;
    margin-top: 24px;
}

.product-info-section .content-left .acc-card .btn-view-orange {
    display: inline-block;
    margin-top: 47px;
}

.product-info-section .sidebar-right {
    position: sticky;
    top: 101px;
    width: 32.2%;
}

.product-info-section .sidebar-right .anchor-list {
    position: relative;
}

.product-info-section .sidebar-right .anchor-list::before {
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    height: 100%;
    border-left: 1px dashed rgba(206, 217, 234, 1);
}

.product-info-section .sidebar-right .anchor-list a {
    position: relative;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 22px 0px rgba(127, 163, 218, 0.21);
    border-radius: 8px 8px 8px 8px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 52px;
    text-align: center;
    transition: all 0.3s;
    z-index: 3;
}

.product-info-section .sidebar-right .anchor-list a:not(:last-child) {
    margin-bottom: 14px;
}

.product-info-section .sidebar-right .anchor-list a:hover {
    background: RGBA(254, 243, 233, 1);
    color: rgba(245, 130, 31, 1);
}

.product-info-section .sidebar-right .anchor-list a.active {
    background: rgba(245, 130, 31, 1);
    color: #fff;
}

.product-info-section .sidebar-right .mini-product {
    margin-top: 48px;
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px 0px rgba(127, 163, 218, 0.21);
    border-radius: 8px 8px 8px 8px;
}

.product-info-section .sidebar-right .product-summary {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 1.5;
}

.product-info-section .sidebar-right .product-summary img {
    width: 92px;
}

.product-info-section .sidebar-right .product-summary h4 {
    flex: 1;
    font-family: 'SOURCEHANSANSCN-BOLD';
    transition: all .6s;
}

.product-info-section .sidebar-right .mini-product:hover .product-summary h4 {
    color: rgba(245, 130, 31, 1);
}

.product-info-section .sidebar-right .mini-desc {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    margin-top: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-info-section .sidebar-right .tags-model {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top: 24px;
}

.product-info-section .sidebar-right .tags-mini {
    margin-top: 12px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.product-info-section .sidebar-right .tag-mini {
    padding: 0 8px;
    line-height: 28px;
    background: rgba(46, 86, 182, 0.10);
    color: rgba(46, 86, 182, 1);
    border-radius: 4px 4px 4px 4px;
    font-weight: 400;
    font-size: 14px;
    transition: all .6s;
}

.product-info-section .sidebar-right .btn-mini {
    display: block;
    width: 240px;
    line-height: 42px;
    background: #F5821F;
    border-radius: 8px 8px 8px 8px;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    max-width: 100%;
    margin: 24px auto 0;
    text-align: center;
    transition: all .6s;
}

.product-hero .btn-consult:hover,
.product-info-section .sidebar-right .btn-mini:hover {
    background: rgba(32, 28, 112, 1);
}

.cases-section .cases-grid {
    position: relative;
    /* margin-top: 54px; */
    /* display: grid; */
    /* grid-template-columns: repeat(4, 1fr); */
    /* gap: 24px; */
}
.cases-section .cases-grid .swiper{
    padding:54px 0;
}
.cases-section .cases-grid .picCover {
    padding-top: 55.95%;
}

.cases-section .case-card {
    background: #FFFFFF;
    box-shadow: 0px 0px 32px 0px rgba(127, 163, 218, 0.21);
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    width: 23.72%;
}
.cases-section .case-card:not(:last-child){
    margin-right:1.7%;
}
.cases-section .case-card .case-content {
    padding: 16px;
}

.cases-section .case-card .case-title {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
    height: 3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* transition: all 0.3s; */
    font-family: 'SOURCEHANSANSCN-BOLD';
}

.cases-section .case-card:hover .case-title {
    color: rgba(245, 130, 31, 1);
}

.cases-section .case-card .case-desc {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    height: 3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 12px;
}

.cases-section .case-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    line-height: 1.5;
    color: #999999;
    margin-top: 20px;
}

.cases-section .case-meta .iconfont {
    font-size: 12px;
}

.related-section {
    padding: 42px 0 96px;
}

.related-section .related-grid {
    position: relative;
    margin-top: 50px;
}

.related-section .related-grid .swiper-slide {
    width: 18.64%;
    background: RGBA(238, 240, 246, 1);

    /* box-shadow: 0px 0px 32px 0px rgba(127,163,218,0.21); */
    border-radius: 8px 8px 8px 8px;
}

.related-section .related-grid .swiper-slide:not(:last-child) {
    margin-right: 1.69%;
}

.related-section .related-grid .swiper-slide .picCover {
    padding-top: 80.68%;
}

.related-section .related-grid .swiper-slide .picCover img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.related-section .related-grid .swiper-slide .text-box {
    padding: 14px 16px 16px;
}

.related-section .related-grid .swiper-slide .related-title {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    text-align: left;
    line-height: 1.5;
    font-family: 'SOURCEHANSANSCN-BOLD';
    /* transition: all .6s; */
}

.related-section .related-grid .swiper-slide:hover .related-title {
    color: rgba(245, 130, 31, 1);
}

.related-section .related-grid .swiper-slide .related-desc {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: left;
    margin-top: 8px;
    line-height: 1.5;
}
.cases-section .btn,
.related-section .related-grid .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    background: rgba(51, 51, 51, 0.3);
    border-radius: 0px 0px 0px 0px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    cursor: pointer;
    transition: all .6s;
}
.cases-section .btn .iconfont, .related-section .related-grid .btn .iconfont{
    font-size: 20px;
}
.cases-section .btn:hover,
.related-section .related-grid .btn:hover {
    background: rgba(245, 130, 31, 1);
}

.related-section .related-grid .btn.btn-prev {
    left: 0;
}
.related-section .related-grid .btn.btn-next {
    right: 0;
}
.cases-section .btn.btn-prev{
    left: -70px;
}
.cases-section .btn.btn-next{
    right: -70px;
}

.zoomMask {
    position: absolute;
    background: url(../img/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.zoomDiv {
    z-index: 99;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 400px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}
@media (max-width:1600px) {
    .cases-section .cases-grid{
        padding: 0 70px;
    }
    .cases-section .btn.btn-prev{
        left: 0;
    }
    .cases-section .btn.btn-next{
        right: 0;
    }
}
@media (max-width:1440px) {
    .sidebar-filter {
        width: 300px;
    }
}

@media (max-width:1280px) {
    .product-center-section .product-card {
        height: 380px;
    }
}

@media (max-width:1199px) {
    .cases-section .case-card{
        width:32%;
    }
    .cases-section .case-card:not(:last-child){
        margin-right:2%;
    }
    .cases-section .cases-grid{
        padding:0 60px;
    }
    .cases-section .cases-grid .swiper{
        padding:45px 0;
    }
    .product-list-section .product-content .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-hero {
        padding-bottom: 75px;
    }

    .product-list-section,
    .product-info-section,
    .product-center-section {
        padding: 75px 0;
    }
    .related-section{
        padding: 30px 0 75px;
    }
    .product-info-section .content-left .downloads,
    .product-info-section .content-left .topology {
        margin: 75px 0;
    }

    .related-section .related-grid, .product-center-section .product-grid {
        margin-top: 45px;
    }

    .product-center-section .product-card h3 {
        font-size: 26px;
    }

    .product-hero .product-model {
        margin-top: .5em;
    }

    .product-hero .product-desc,
    .product-hero .tags {
        margin-top: 19px;
    }

    .product-hero .btn-consult {
        margin-top: 1.5em;
        font-size: 22px;
    }

    .product-details-header-section,
    .product-hero {
        padding-top: 45px;
    }

    .product-info-section .content-left .block-title {
        font-size: 26px;
    }

    .cases-section .btn, .related-section .related-grid .btn {
        width: 46px;
        height: 46px;
    }

    .related-section .related-grid .swiper-slide {
        width: 23.5%;
    }

    .related-section .related-grid .swiper-slide:not(:last-child) {
        margin-right: 2%;
    }

    .product-list-section .product-content .pagination {
        margin-top: 45px;
    }
}

@media (max-width:1024px) {
    .cases-section .cases-grid{
        padding: 0 45px;
    }
    .cases-section .btn, .related-section .related-grid .btn{
        width:40px;
        height:40px;
    }
    .cases-section .btn .iconfont, .related-section .related-grid .btn .iconfont{
        font-size:16px;
    }
     .cases-section .btn.btn-prev{
        left: -5px;
    }
    .cases-section .btn.btn-next{
        right: -5px;
    }
    .cases-section .cases-grid .swiper{
        padding:40px 0;
    }
    .product-list-section .product-content .pagination {
        margin-top: 40px;
    }

    .product-list-section .product-content {
        flex: none;
        width: 100%;
    }

    .sidebar-filter .filter-header {
        padding: 12px 15px;
    }

    .sidebar-filter {
        position: relative;
        top: 0;
        width: 100%;
    }

    .product-list-section .container {
        flex-direction: column;
    }

    .related-section .related-grid .swiper-slide {
        width: 32%;
    }

    .product-info-section .content-left .block-title {
        font-size: 24px;
    }

    .product-info-section .sidebar-right .anchor-list {
        display: flex;
        gap: 10px;
    }

    .product-info-section .sidebar-right .anchor-list a {
        flex: 1;
    }

    .product-info-section .sidebar-right .anchor-list a:not(:last-child) {
        margin-bottom: 0;
    }

    .product-info-section .container {
        flex-direction: column-reverse;
    }

    .product-info-section .sidebar-right .anchor-list::before {
        display: none;
    }

    .product-info-section .sidebar-right {
        top: 52px;
        width: 100%;
        background-color: #fff;
        z-index: 99;
    }

    .product-hero .btn-consult {
        font-size: 20px;
    }

    .product-hero .hero-wrapper {
        flex-direction: column;
    }

    .product-hero .product-info,
    .product-hero .product-gallery {
        width: 100%;
    }

    .product-hero .product-info {
        margin-top: 35px;
    }

    .product-details-header-section,
    .product-hero {
        padding-top: 40px;
    }

    .product-center-section .product-card p {
        margin-top: 14px;
    }

    .product-center-section .product-card h3 {
        font-size: 24px;
    }

    .product-center-section .product-card {
        height: 360px;
        padding: 30px;
    }

    .product-hero {
        padding-bottom: 65px;
    }

    .product-list-section,
    .product-info-section,
    .product-center-section {
        padding: 65px 0;
    }
    .related-section{
        padding: 25px 0 65px;
    }
    .product-info-section .content-left .downloads,
    .product-info-section .content-left .topology {
        margin: 65px 0;
    }

    .product-info-section .content-left, .related-section .related-grid, .product-center-section .product-grid {
        margin-top: 40px;
    }

    .inner-banner .container .des {
        font-size: 22px;
    }

    .inner-banner .container .logo img {
        width: 230px;
    }

    .product-hero .product-model {
        font-size: 22px;
    }

    .product-info-section .content-left {
        width: 100%;
    }

    .product-info-section .sidebar-right .mini-product {
        display: none;
    }

    .product-info-section .content-left .block-title {
        line-height: 48px;
        padding: 0 25px;
    }

    .product-info-section .content-left .features .feature-item:not(:last-child) {
        margin-bottom: 40px;
    }

    .product-info-section .content-left .download-item .file-icon {
        width: 90px;
    }

    .product-info-section .content-left .acc-card .btn-view-orange,
    .product-info-section .content-left .download-item .btn-download {
        font-size: 18px;
        padding: 0 28px;
    }

    .product-info-section .content-left .download-item .file-name {
        font-size: 18px;
    }

    .cases-section .cases-grid {
        /* grid-template-columns: repeat(2,1fr); */
    }
     .cases-section .case-card{
        width: 49%;
    }
}

@media (max-width:768px) {
    .cases-section .case-card{
        width:100%;
        box-shadow: 0px 0px 15px 0px rgba(127, 163, 218, 0.21);
    }
     .cases-section .cases-grid .swiper{
        padding:30px 0;
    }
    .product-list-section .product-content .pagination {
        margin-top: 30px;
    }

    .related-section .related-grid .btn {
        width: 40px;
        height: 40px;
    }

    .related-section .related-grid .swiper-slide .related-desc {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-info-section .content-left .download-item .file-tag {
        margin-top: 10px;
    }

    .product-info-section .content-left .download-item .file-icon {
        width: 70px;
    }

    .product-info-section .content-left .acc-card .btn-view-orange,
    .product-info-section .content-left .download-item .btn-download {
        font-size: 16px;
        padding: 0 20px;
    }

    .product-info-section .content-left .block-title {
        font-size: 22px;
    }

    .product-info-section .content-left .features .feature-item:not(:last-child) {
        margin-bottom: 30px;
    }

    .product-info-section .sidebar-right .anchor-list a {
        line-height: 46px;
    }

    .product-hero .product-gallery .main-swiper .play-btn {
        width: 90px;
    }

    .product-details-header-section,
    .product-hero {
        padding-top: 30px;
    }

    .inner-banner .container .logo img {
        width: 200px;
    }

    .inner-banner .container .des {
        font-size: 20px;
    }

    .product-center-section .product-card h3 {
        font-size: 22px;
    }

    .product-center-section .product-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .product-hero {
        padding-bottom: 55px;
    }

    .product-list-section,
    .product-center-section {
        padding: 55px 0;
    }
    .related-section{
        padding: 25px 0 55px;
    }
    .product-info-section .content-left .downloads,
    .product-info-section .content-left .topology {
        margin: 55px 0;
    }

    .product-info-section .content-left, .related-section .related-grid, .product-center-section .product-grid {
        /* margin-top: 30px; */
    }

    .product-hero .product-model {
        font-size: 20px;
    }

    .product-hero .btn-consult {
        font: 18px;
    }

    .product-info-section .content-left .features .feature-title {
        font-size: 18px;
    }

    .product-info-section .content-left .download-item .file-name {
        font-size: 16px;
    }

    .product-info-section .content-left .acc-list li {
        padding: 18px 0;
        font-size: 16px;
    }

    .product-info-section .content-left .acc-card .btn-view-orange {
        margin-top: 15px;
    }

    .product-info-section .content-left .acc-card .acc-text {
        margin-top: 10px;
    }

    .product-info-section .content-left .acc-card .acc-name,
    .product-info-section .content-left .acc-card .acc-desc,
    .product-info-section .content-left .acc-card .acc-text {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .related-section .related-grid .swiper-slide {
        width: 49%;
    }
}

@media (max-width:500px) {
     .cases-section .cases-grid .swiper{
        padding:25px 0;
    }
    .product-card-item .text-box h4 {
        font-size: 16px;
    }

    .product-card-item .text-box p {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 10px;
    }

    .product-card-item .text-box .btn-view {
        font-size: 14px;
        line-height: 36px;
    }

    .product-list-section .product-content .product-grid {
        gap: 16px;
    }

    .product-list-section .product-content .pagination {
        margin-top: 25px;
    }

    .related-section .related-grid .swiper-slide .related-desc {
        font-size: 14px;
        margin-top: 4px;
    }

    .related-section .related-grid .swiper-slide .related-title {
        font-size: 16px;
    }

    .cases-section .case-card .case-desc {
        height: 1.5em;
        -webkit-line-clamp: 1;
        font-size: 14px;
    }

    .cases-section .case-card .case-desc,
    .cases-section .case-meta {
        margin-top: 10px;
    }

    .cases-section .case-card .case-title {
        font-size: 16px;
    }

    .cases-section .cases-grid {
        /* gap: 16px; */
    }

    .product-info-section .content-left .acc-card .btn-view-orange {
        margin-top: 10px;
    }

    .product-info-section .content-left .acc-card .acc-text {
        margin-top: 5px;
    }

    .product-info-section .content-left .acc-card .acc-desc {
        margin-top: 0;
    }

    .product-info-section .content-left .acc-card {
        padding: 15px;
    }

    .product-info-section .content-left .acc-card .acc-name {
        font-size: 18px;
    }

    .product-info-section .content-left .acc-card .acc-desc {
        font-size: 16px;
    }

    .product-info-section .content-left .acc-list {
        padding: 0 10px;
    }

    .product-info-section .content-left .acc-list li {
        padding: 15px 0;
        font-size: 14px;
    }

    .product-info-section .content-left .acc-card .btn-view-orange,
    .product-info-section .content-left .download-item .btn-download {
        font-size: 14px;
        line-height: 34px;
        padding: 0 10px;
    }

    .product-info-section .content-left .download-item .file-tag-item {
        font-size: 12px;
        line-height: 20px;
    }

    .product-info-section .content-left .download-item .file-name {
        font-size: 14px;
    }

    .product-info-section .content-left .download-item .file-info {
        margin: 0 10px;
    }

    .product-info-section .content-left .download-item .file-icon {
        width: 56px;
    }

    .product-info-section .content-left .download-item {
        padding: 10px;
    }

    .product-info-section .content-left .specs-table {
        font-size: 12px;
    }

    .product-info-section .content-left .specs-table th {
        font-size: 16px;
    }

    .product-info-section .content-left .features .feature-item:not(:last-child) {
        margin-bottom: 25px;
    }

    .product-info-section .content-left .features .feature-desc ::marker {
        font-size: 14px;
    }

    .product-info-section .content-left .features .feature-desc li:not(:last-child) {
        margin-bottom: .8em;
    }

    .product-info-section .content-left .features .feature-desc {
        font-size: 14px;
    }

    .product-info-section .content-left .block-title {
        font-size: 20px;
    }

    .product-info-section .sidebar-right .anchor-list a {
        line-height: 40px;
        font-size: 13px;
    }

    .product-hero .btn-consult {
        font-size: 16px;
        line-height: 45px;
        padding: 0 50px;
    }

    .product-hero .tag {
        font-size: 14px;
    }

    .product-hero .product-model {
        font-size: 18px;
    }

    .product-hero .product-gallery .thumb-container {
        padding: 0 40px;
    }

    .product-hero .product-gallery .main-swiper .play-btn {
        width: 60px;
    }

    .product-details-header-section,
    .product-hero {
        padding-top: 25px;
    }

    .inner-banner .container .logo img {
        width: 160px;
    }

    .inner-banner .container .des {
        font-size: 18px;
    }

    .search-container {
        margin-top: 10px;
    }

    .product-center-section .product-card {
        height: 260px;
        padding: 25px;
    }

    .product-center-section .product-card p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .product-center-section .product-card h3 {
        font-size: 20px;
    }

    .product-hero {
        padding-bottom: 45px;
    }

    .product-list-section,
    .product-info-section,
    .product-center-section {
        padding: 45px 0;
    }
    .related-section{
        padding: 20px 0 45px;
    }
    .product-info-section .content-left .downloads,
    .product-info-section .content-left .topology {
        margin: 45px 0;
    }

    .product-info-section .content-left, .related-section .related-grid, .product-center-section .product-grid {
        margin-top: 25px;
    }
    .cases-section .cases-grid{
        padding: 0 40px;
    }
    .cases-section .btn, .related-section .related-grid .btn{
        width: 34px;
        height: 34px;
    }
}