/* 默认显示pc端 */
.is-pc {
    display: block;
}

.is-mobile {
    display: none;
}

/* style for syscom-1000t */
.syscom-1000t {
    text-align: center;
    letter-spacing: 0em;
    background-color: #000;
    font-family: HarmonyOS Sans;
    word-wrap: break-word;
    text-wrap: pretty;
}

.large-width {
    max-width: 1200px;
    margin: 0 auto;
}

.medium-width {
    max-width: 950px;
    margin: 0 auto;
}

/* base style */
.syscom-1000t img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.syscom-1000t h4 {
    color: #FFF;
    text-align: center;
    font-family: HarmonyOS Sans;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 0;
}

.syscom-1000t p {
    color: rgba(255, 255, 255, 0.65);
    font-family: HarmonyOS Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
    /* 150% */
}

/* banner */
.syscom-1000t-banner {
    height: 52.08vw;
    background: url('https://hollyland.oss-us-east-1.aliyuncs.com/official-website/Syscom-1000T/Group-558.jpg') no-repeat center center;
    background-size: cover;
}

.syscom-1000t-banner h2 {
    color: #FFF;
    text-align: center;
    font-family: HarmonyOS Sans;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    padding-top: 150px;
}

.syscom-1000t-banner p {
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
    font-family: HarmonyOS Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
    padding-top: 30px;
}

/* syscom-1000t-profile */
.syscom-1000t-profile {
    padding: 150px 0 100px 0;
}

.syscom-1000t-profile ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.syscom-1000t-profile ul li {
    flex: 25%;
    margin-bottom: 100px;
}

.syscom-1000t-profile img {
    width: 65px;
    height: 65px;
    object-fit: cover;
}

.syscom-1000t-profile p {
    color: #FFF;
    text-align: center;
    font-family: HarmonyOS Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 150% */
    margin-top: 30px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    /* 显示行数 */
    text-overflow: ellipsis;
    /* 150% */
}

/* syscom-1000t-1000ft */
.syscom-1000t-1000ft {
    padding-bottom: 250px;
}

.syscom-1000t-1000ft-content {
    max-width: 1000px;
    margin: 0 auto;
}

.syscom-1000t-1000ft-content h4 {
    line-height: 36px;
}

.syscom-1000t-1000ft-content p {
    margin-top: 50px;
}

/* syscom-1000t-high */
.syscom-1000t-high {
    position: relative;
    background: linear-gradient(270deg, #000 0%, #0D0D0D 48.82%, #000 100%);
}

.syscom-1000t-high>div {
    mix-blend-mode: difference;
}

.syscom-1000t-high-content {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 100px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.syscom-1000t-high-content h4,
.syscom-1000t-high-content p{
    max-width: 965px;
}

.syscom-1000t-high-content h4 {
    line-height: 36px;
}

.syscom-1000t-high-content p {
    margin-top: 50px;
}

/* syscom-1000t-full syscom-1000t-plug*/
.syscom-1000t-full,
.syscom-1000t-plug {
    padding-top: 250px;
}

.syscom-1000t-full-content h4,
.syscom-1000t-plug-content h4 {
    text-align: left;
}

.syscom-1000t-full-content p,
.syscom-1000t-plug-content p {
    text-align: left;
    margin-top: 50px;
    margin-bottom: 50px;
}

/* syscom-1000t-maximum */
.syscom-1000t-maximum {
    padding: 250px 0;
}

.syscom-1000t-maximum-content h4 {
    line-height: 36px;
}

.syscom-1000t-maximum-content p {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* syscom-1000t-cascade */
.syscom-1000t-cascade {
    width: 100%;
    height: 100vh;
    position: relative;
}

.syscom-1000t-cascade-bg {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

.syscom-1000t-cascade-bg img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.syscom-1000t-cascade-cover {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0;
}

.syscom-1000t-cascade-content {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.syscom-1000t-cascade-content p,
.syscom-1000t-cascade-content h4{
    max-width: 985px;
}

.syscom-1000t-cascade-content p {
    margin-top: 50px;
}

/* syscom-1000t-wireless */
.syscom-1000t-wireless {
    padding-top: 250px;
}

.syscom-1000t-wireless>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.syscom-1000t-wireless-content {
    flex: calc((100% - 30px)/2) 0 0;
}

.syscom-1000t-wireless-content h4 {
    text-align: left;
}

.syscom-1000t-wireless-content p {
    margin-top: 50px;
    text-align: left;
}

.color-red {
    color: #C10016;
}

.color-green {
    color: #00C136;
}

.color-white {
    color: #FFF;
}

/* syscom-1000t-various */
.syscom-1000t-various {
    padding-top: 250px;
}

.syscom-1000t-swiper-various .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.syscom-1000t-swiper-various .swiper-slide .syscom-1000t-swiper-various-content {
    flex: calc((100% - 30px)/2) 0 0;
}

.syscom-1000t-swiper-various .swiper-slide img {
    background: #0A0A0A;
    border-radius: 10px;
}

.syscom-1000t-swiper-various-content h4 {
    text-align: left;
}

.syscom-1000t-swiper-various-content p {
    text-align: left;
    margin-top: 50px;
}

.syscom-1000t-various-progress {
    margin-top: 100px;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    position: relative;
    overflow-x: clip;
}

.syscom-1000t-various-progress .progress-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.syscom-1000t-various-progress .progress-list .progress-item {
    padding: 50px 0;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.65);
    font-family: HarmonyOS Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.syscom-1000t-various-progress .progress-list .active {
    color: #FFF;
}

.syscom-1000t-various-progress .progress-bar {
    height: 3px;
    border-radius: 100px;
    background: #FFF;
    position: absolute;
    top: -2px;
    left: 0;
    transition: all 0.6s ease;
}

/* syscom-1000t-dedicated */
.syscom-1000t-dedicated {
    padding-top: 200px;
}

.syscom-1000t-dedicated>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.syscom-1000t-dedicated-content {
    flex: calc((100% - 20px)/2) 0 0;
}

.syscom-1000t-dedicated-content h4 {
    text-align: left;
}

.syscom-1000t-dedicated-content>p {
    text-align: left;
    margin-top: 50px;
    margin-bottom: 50px;
}

.syscom-1000t-dedicated-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.syscom-1000t-dedicated-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
}

.syscom-1000t-dedicated-item img {
    width: 46px;
    height: 46px;
    object-fit: cover;
    margin-right: 20px;
}

/* syscom-1000t-tally */
.syscom-1000t-tally {
    padding-top: 250px;
}

.syscom-1000t-tally-content{
    max-width: 1000px;
    margin: 0 auto;
}

.syscom-1000t-tally-content h4 {
    line-height: 36px;
}

.syscom-1000t-tally-content p {
    margin-top: 50px;
    margin-bottom: 50px;
}

.syscom-1000t-tally-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.syscom-1000t-tally-item {
    width: 300px;
    height: 50px;
    text-decoration: none;
    border-radius: 100px;
    background: linear-gradient(88deg, #0978C7 0%, #66BFFE 100%);
    color: #FFF;
    text-align: center;
    font-family: HarmonyOS Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.syscom-1000t-tally-item:first-child {
    margin-right: 50px;
}

.syscom-1000t-tally-item:hover{
    color: #FFF;
}

/* syscom-1000t-empowered */
.syscom-1000t-empowered {
    padding-top: 250px;
}

.syscom-1000t-empowered-content{
    max-width: 1000px;
    margin: 0 auto;
}

.syscom-1000t-empowered-content h4 {
    line-height: 36px;
}

.syscom-1000t-empowered-content p {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* syscom-1000t-matte */
.syscom-1000t-matte {
    padding-top: 250px;
}

.syscom-1000t-matte-content h4 {
    line-height: 36px;
}

.syscom-1000t-matte-content p {
    margin-top: 50px;
    margin-bottom: 50px;
}

.syscom-1000t-matte-view {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.syscom-1000t-matte-thumbnail {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.syscom-1000t-matte-thumbnail img {
    width: 180px;
    height: 173px;
}

.syscom-1000t-matte-thumbnail>picture:first-child img {
    margin-bottom: 30px;
}

/* syscom-1000t-leveling */
.syscom-1000t-leveling {
    padding-top: 250px;
}

.syscom-1000t-leveling-content p {
    margin-top: 50px;
    margin-bottom: 50px;
}

.syscom-1000t-swiper-leveling {
    width: 100%;
    --swiper-navigation-size: 40px;
    --swiper-navigation-color: #fff;
    --swiper-pagination-color:#66BFFE;
    --swiper-pagination-bullet-inactive-color:#2D2D2D;
    --swiper-pagination-bullet-inactive-opacity:1;
}

.syscom-1000t-swiper-leveling .swiper-wrapper {
    padding-bottom: 20px;
}

.syscom-1000t-swiper-leveling .swiper-button-next {
    right: calc(50% - 590px);
}

.syscom-1000t-swiper-leveling .swiper-button-prev {
    left: calc(50% - 590px);
}

.syscom-1000t-swiper-leveling .swiper-button-next,
.syscom-1000t-swiper-leveling .swiper-button-prev {
    top: calc((100% - 100px)/2);
}

.syscom-1000t-swiper-leveling .swiper-pagination {
    display: none;
}

.syscom-1000t-swiper-leveling .swiper-slide img {
    border-radius: 10px;
    margin-bottom: 50px;
}

.syscom-1000t-swiper-leveling .swiper-slide h5 {
    color: #FFF;
    text-align: center;
    font-family: HarmonyOS Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
    /* opacity: 0; */
    /* transition: opacity 0.5s; */
}

.syscom-1000t-swiper-leveling .swiper-slide-active h5 {
    opacity: 1;
}

/* packing-list */
.syscom-1000t-packing {
    padding-top: 250px;
}

.syscom-1000t-content .syscom-1000t-package {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0;
    --bs-nav-pills-link-active-bg: #000;
}

.syscom-1000t-package .syscom-1000t-package-item {
    flex: calc((100% - 12px) / 2);
    cursor: pointer;
}

.syscom-1000t-package .syscom-1000t-package-item:first-child {
    margin-right: 12px;
}

.syscom-1000t-package .syscom-1000t-package-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #101010;
    border-radius: 12px;
    border: 2px solid #000;
}

.syscom-1000t-package .syscom-1000t-package-item h5 {
    color: rgba(245, 245, 247, 0.30);
    text-align: center;
    font-family: HarmonyOS Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 116.667% */
    margin-top: 30px;
    margin-bottom: 0;
}

.syscom-1000t-package .syscom-1000t-package-item>.active img {
    border: 2px solid #02A1F9;
}

.syscom-1000t-package .syscom-1000t-package-item>.active h5 {
    color: #F5F5F7;
}

.syscom-1000t-packing-view {
    padding-top: 100px;
}

.syscom-1000t-packing-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.syscom-1000t-packing-item {
    flex: calc((100% - 60px) / 6) 0 0;
    margin-right: 12px;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
    background-color: #101010;
    border-radius: 12px;
}

.syscom-1000t-packing-item:nth-child(6n+6) {
    margin-right: 0;
}

.syscom-1000t-packing-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.syscom-1000t-packing-item p {
    color: #F5F5F7;
    text-align: left;
    font-family: HarmonyOS Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding: 0 20px;
    text-align: center;
    height: 80px;
}

/* setup-list */
.setup-list {
    padding: 250px 0;
}

.setup-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 100px;
}

.setup-header div {
    color: #02A1F9;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    cursor: pointer;
}

.setup-header div img {
    width: 17px;
    height: 8.5px;
    transform: rotate(270deg);
    margin-left: 6.5px;
}

.setup-header div a {
    text-decoration: none;
    color: #02A1F9;
}

.setup-list .swiper {
    height: 500px;
    --swiper-pagination-bullet-horizontal-gap: 8px;
    --swiper-pagination-bullet-width: 15px;
    --swiper-pagination-bullet-height: 15px;
    --swiper-pagination-bullet-inactive-color: #2D2D2D;
    --swiper-theme-color: #C10016;
    --swiper-pagination-bullet-inactive-opacity:1;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 7px !important;
}

.setup-list .swiper-slide {
    letter-spacing: 0em;
    text-align: center;
    height: 420px;
    background: #0D0D0D;
    border-radius: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.setup-list .swiper-slide img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 18px;
    padding: 20px;
}

.setup-list .swiper-slide a {
    text-decoration: none;
}

.setup-list .swiper-slide p {
    width: 280px;
    max-height: 90px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    /* 显示行数 */
    text-overflow: ellipsis;
}

/* specifications */
.profile-specifications-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.profile-specifications-header h4 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    word-wrap: break-word;
}

.profile-specifications-header .nav {
    --bs-nav-pills-link-active-bg: transparent;
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0;
}

.profile-specifications-header .btn-container {
    background: #262626;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6px;
    width: 333px;
    position: relative;
}

.profile-specifications-header .btn-container::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 160px;
    height: calc(100% - 12px);
    /* 设置透明度 */
    z-index: 10;

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #C10016;
    transition: transform 0.5s ease;
    /* 添加过渡效果 */
}

.profile-specifications-header .btn-container li {
    flex: 1;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 56px;
    position: relative;
    z-index: 11;
}

.profile-specifications-header .btn-container li button {
    width: 100%;
    height: 100%;
    color: white;
}

.highlighted::after {
    transform: translateX(100%);
    /* 将伪元素移动到右侧 */
}

.profile-desc-item {
    text-align: left;
    border-top: 1px rgba(255, 255, 255, 0.50) solid;
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    flex: 50%;
}

.profile-desc-item h6 {
    color: white;
    font-size: 20px;
    font-weight: 400;
    line-height: 56px;
    margin-bottom: 0;

    text-align: left;
    background: transparent;
    background-clip: unset;
    -webkit-text-fill-color: white;
}

.profile-desc-item .light-color {
    color: #FF0000;
}

.profile-desc-item p {
    color: #898A8E;
    font-size: 20px;
    font-weight: 400;
    line-height: 56px;
    text-align: left;
}

.profile-desc-item h6,
.profile-desc-item p {
    flex: 1;
}

/* mobile style */
@media screen and (max-width: 991px) {

    .is-pc {
        display: none;
    }

    .is-mobile {
        display: block;
    }

    .large-width,
    .medium-width {
        width: 100%;
    }

    /* base style */
    .syscom-1000t h4 {
        font-size: 24px;
        line-height: 28px;
    }

    .syscom-1000t p {
        font-size: 12px;
        line-height: 18px;
    }

    /* syscom-1000t-profile */
    .syscom-1000t-profile {
        padding: 75px 0 50px 0;
    }

    .syscom-1000t-profile ul li {
        flex: 50%;
        margin-bottom: 50px;
    }

    .syscom-1000t-profile img {
        width: 32.5px;
        height: 32.5px;
    }

    .syscom-1000t-profile p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 15px;
    }

    /* syscom-1000t-1000ft */
    .syscom-1000t-1000ft {
        padding-bottom: 75px;
    }

    .syscom-1000t-1000ft-content h4 {
        line-height: 28px;
        padding: 0 25px;
    }

    .syscom-1000t-1000ft-content p {
        margin-top: 25px;
        padding: 0 25px;
    }

    /* syscom-1000t-high */
    .syscom-1000t-high {
        background: #0D0D0D;
    }

    .syscom-1000t-high>div {
        mix-blend-mode: normal;
    }

    .syscom-1000t-high-content {
        position: relative;
        padding-top: 50px;
    }

    .syscom-1000t-high-content h4 {
        line-height: 28px;
        padding: 0 25px;
    }

    .syscom-1000t-high-content p {
        margin-top: 25px;
        padding: 0 25px;
    }

    /* syscom-1000t-full syscom-1000t-plug*/
    .syscom-1000t-full,
    .syscom-1000t-plug {
        padding-top: 75px;
    }

    .syscom-1000t-full-content h4,
    .syscom-1000t-plug-content h4 {
        text-align: left;
        padding: 0 25px;
    }

    .syscom-1000t-full-content p,
    .syscom-1000t-plug-content p {
        text-align: left;
        padding: 0 25px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    /* syscom-1000t-maximum */
    .syscom-1000t-maximum {
        padding: 75px 0;
    }

    .syscom-1000t-maximum-content h4 {
        line-height: 18px;
        padding: 0 25px;
    }

    .syscom-1000t-maximum-content p {
        padding: 0 25px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    /* syscom-1000t-cascade */
    .syscom-1000t-cascade-content h4 {
        line-height: 32px;
        padding: 0 25px;
    }

    .syscom-1000t-cascade-content p {
        margin-top: 25px;
        padding: 0 25px;
    }

    /* syscom-1000t-wireless */
    .syscom-1000t-wireless {
        padding-top: 75px;
    }

    .syscom-1000t-wireless>div {
        flex-direction: column;
    }

    .syscom-1000t-wireless-content {
        flex: 1;
    }

    .syscom-1000t-wireless img {
        width: calc(100% - 50px);
    }

    .syscom-1000t-wireless-content h4 {
        padding: 0 25px;
    }

    .syscom-1000t-wireless-content p {
        margin-top: 25px;
        margin-bottom: 25px;
        padding: 0 25px;
    }

    /* syscom-1000t-various */
    .syscom-1000t-various {
        padding-top: 75px;
    }

    .syscom-1000t-swiper-various .swiper-slide {
        flex-direction: column-reverse;
    }

    .syscom-1000t-swiper-various .swiper-slide .syscom-1000t-swiper-various-content {
        flex: 1;
    }

    .syscom-1000t-swiper-various .swiper-slide img {
        width: calc(100% - 50px);
    }

    .syscom-1000t-swiper-various-content h4 {
        padding: 0 25px;
    }

    .syscom-1000t-swiper-various-content p {
        padding: 0 25px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .syscom-1000t-various-progress {
        margin-top: 0;
        border-top: 0;
    }

    .syscom-1000t-various-progress .progress-list {
        overflow-x: auto;
        justify-content: flex-start;
    }

    .syscom-1000t-various-progress .progress-list::-webkit-scrollbar {
        width: 0;
        /* 隐藏滚动条宽度，适用于Chrome和Safari */
    }

    .syscom-1000t-various-progress .progress-list {
        scrollbar-width: none;
        /* 隐藏滚动条，适用于Firefox */
    }

    .syscom-1000t-various-progress .progress-list .progress-item {
        padding: 25px 0;
        margin: 0 35px;
        font-size: 12px;
        line-height: 15px;
        white-space: nowrap;
    }

    .syscom-1000t-various-progress .progress-bar {
        display: none;
    }

    /* syscom-1000t-dedicated */
    .syscom-1000t-dedicated {
        padding-top: 75px;
    }

    .syscom-1000t-dedicated>div {
        flex-direction: column;
    }

    .syscom-1000t-dedicated-content {
        flex: 1;
    }

    .syscom-1000t-dedicated-content h4 {
        padding: 0 25px;
    }

    .syscom-1000t-dedicated-content>p {
        padding: 0 25px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .syscom-1000t-dedicated-list {
        padding: 0 25px;
        margin-bottom: 25px;
    }

    .syscom-1000t-dedicated-item {
        margin-right: 25px;
    }

    .syscom-1000t-dedicated-item img {
        width: 37.5px;
        height: 37.5px;
        object-fit: cover;
        margin-right: 10px;
    }

    .syscom-1000t-dedicated-item p {
        font-size: 12px;
        line-height: 15px;
    }

    .syscom-1000t-dedicated .syscom-1000t-dedicated-img {
        width: calc(100% - 50px);
    }

    /* syscom-1000t-tally */
    .syscom-1000t-tally {
        padding-top: 75px;
    }

    .syscom-1000t-tally-content h4 {
        padding: 0 25px;
        line-height: 28px;
    }

    .syscom-1000t-tally-content p {
        padding: 0 25px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .syscom-1000t-tally-item {
        width: 150px;
        height: 40px;
        font-size: 12px;
        line-height: 15px;
        padding: 0 10px;
        margin-top: 10px;
    }

    .syscom-1000t-tally-item:first-child {
        margin-right: 145px;
    }

    .syscom-1000t-tally-item:hover{
        color: #FFF;
    }

    /* syscom-1000t-empowered */
    .syscom-1000t-empowered {
        padding-top: 75px;
    }

    .syscom-1000t-empowered-content h4 {
        padding: 0 25px;
        line-height: 18px;
    }

    .syscom-1000t-empowered-content p {
        padding: 0 25px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    /* syscom-1000t-matte */
    .syscom-1000t-matte {
        padding-top: 75px;
    }

    .syscom-1000t-matte-content h4 {
        padding: 0 25px;
        line-height: 28px;
    }

    .syscom-1000t-matte-content p {
        padding: 0 25px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .syscom-1000t-matte-view {
        flex-direction: column;
        padding: 0 25px;
    }

    .syscom-1000t-matte-thumbnail {
        width: 100%;
        flex-direction: row;
        margin-top: 15px;
    }

    .syscom-1000t-matte-thumbnail picture {
        width: calc((100% - 15px)/2);
        height: 100%;
    }

    .syscom-1000t-matte-thumbnail img {
        width: 100%;
        height: 100%;
    }

    .syscom-1000t-matte-thumbnail>picture:first-child img {
        margin-bottom: 0;
    }

    /* syscom-1000t-leveling */
    .syscom-1000t-leveling {
        padding-top: 75px;
    }

    .syscom-1000t-leveling-content h4{
        padding: 0 25px;
    }

    .syscom-1000t-leveling-content p {
        padding: 0 25px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .syscom-1000t-swiper-leveling {
        width: calc(100% - 50px);
    }

    .syscom-1000t-swiper-leveling .swiper-wrapper {
        padding-bottom: 45px;
    }

    .syscom-1000t-swiper-leveling .swiper-pagination {
        display: block;
    }

    .syscom-1000t-swiper-leveling .swiper-slide img {
        margin-bottom: 15px;
    }

    .syscom-1000t-swiper-leveling .swiper-slide h5{
        font-size: 15px;
        line-height: 15px;
        opacity: 1;
    }

    /* packing-list */
    .syscom-1000t-packing {
        padding-top: 100px;
    }

    .syscom-1000t-content {
        width: calc(100% - 25px);
        margin: 0 auto;
    }

    .syscom-1000t-content .syscom-1000t-package {
        margin-top: 35px;
    }

    .syscom-1000t-package .syscom-1000t-package-item:first-child {
        margin-right: 6px;
    }

    .syscom-1000t-package .syscom-1000t-package-item h5 {
        font-size: 12px;
        line-height: 14px;
        margin-top: 15px;
    }

    .syscom-1000t-content .tab-content h5 {
        color: #FFF;
        text-align: center;
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 50px;
        font-style: normal;
        font-weight: 700;
    }

    .syscom-1000t-packing-view {
        padding-top: 15px;
    }

    .syscom-1000t-packing-item {
        flex: calc((100% - 12px) / 3) 0 0;
        margin-right: 6px;
        margin-bottom: 6px;
        position: relative;
        background-color: #101010;
        border-radius: 12px;
    }

    .syscom-1000t-packing-item:nth-child(3n+3) {
        margin-right: 0;
    }

    .syscom-1000t-packing-item p {
        font-size: 12px;
        line-height: 16px;
        padding: 0 10px;
    }

    /* setup-list */
    .setup-list {
        padding: 100px 0;
    }

    .setup-header {
        align-items: center;
        justify-content: center;
        margin-bottom: 35px;
    }

    .setup-header h4 {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }

    .setup-list .learn-more {
        margin-top: 50px;
        font-size: 12px;
        line-height: 18px;
        font-weight: 500;
    }

    .setup-list .learn-more img {
        width: 8.5px;
        height: 4.25px;
        transform: rotate(270deg);
        margin-left: 7.5px;
    }

    .setup-list .learn-more a {
        text-decoration: none;
        color: #02A1F9;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .setup-list .swiper {
        height: 65.86vw;
        max-height: 500px;
        --swiper-pagination-bullet-horizontal-gap: 4px;
        --swiper-pagination-bullet-width: 8px;
        --swiper-pagination-bullet-height: 8px;
        --swiper-pagination-bullet-inactive-opacity:1;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 0px !important;
    }

    .setup-list .swiper-slide {
        width: calc((100% - 65px)/2);
        height: 54.66vw;
        max-height: 410px;
        border-radius: 5px;
    }

    .setup-list .swiper-slide img {
        width: 100%;
        height: 41.33vw;
        max-height: 310px;
        border-radius: 5px;
    }

    .setup-list .swiper-slide p {
        width: 100%;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        padding: 0 10px;
        max-height: 45px;
    }

    /* specifications */
    .profile-specifications {
        padding: 0 37.5px;
    }

    .profile-specifications-header {
        flex-direction: column;
        align-items: normal;
        margin-bottom: 0px;
    }

    .profile-specifications-header h4 {
        font-size: 24px;
        line-height: 28px;
        text-align: left;
    }

    .profile-specifications-header .btn-container {
        margin: 35px 0px;
        border-radius: 25px;
        padding: 0 3px;
        width: 206px;
    }

    .profile-specifications-header .btn-container::after {
        top: 3px;
        left: 3px;
        width: 100px;
        height: calc(100% - 6px);
        border-radius: 25px;
    }

    .profile-specifications-header .btn-container li {
        flex: 1;
        font-size: 12px;
        line-height: 28px;
        cursor: pointer;
        padding: 2px 0;
    }

    .profile-desc-item {
        padding: 25px 0;
    }

    .profile-desc-item>h6 {
        font-size: 12px;
        line-height: 18px;
    }

    .profile-desc-item>p {
        font-size: 12px;
        line-height: 18px;
    }

    .profile-desc-item h6 {
        flex: 32%;
        color: white;
        margin-right: 50px;
    }

    .profile-desc-item p {
        flex: 68%;
        padding: 0;
        color: #898A8E;
    }
}

@media screen and (max-width: 767px) {
    /* banner */
    .syscom-1000t-banner {
        height: 133.33vw;
        background: url('https://hollyland.oss-us-east-1.aliyuncs.com/official-website/Syscom-1000T/Group-558-mobile.jpg') no-repeat center center;
        background-size: cover;
    }

    .syscom-1000t-banner h2 {
        font-size: 32px;
        padding-top: 60px;
    }

    .syscom-1000t-banner p {
        font-size: 12px;
        line-height: 18px;
        padding: 25px 60px 0 60px;
    }

    .syscom-1000t-tally-item:first-child {
        margin-right: 25px;
    }
}