.mars-400s-pro-11 {
    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 */
.mars-400s-pro-11 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mars-400s-pro-11 h1 {
    color: #F5F5F7;
    text-align: center;
    font-family: HarmonyOS Sans;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 84px;
    margin-bottom: 0;
}

.mars-400s-pro-11 h4 {
    color: #F5F5F7;
    text-align: center;
    font-family: HarmonyOS Sans;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 0;
}

.mars-400s-pro-11 p {
    color: #86868B;
    text-align: center;
    font-family: HarmonyOS Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 0;
}

/* banner */
.mars-400s-banner {
    position: relative;
    width: 100%;
    height: 800px;
    background: linear-gradient(180deg, #FDFDFD 0%, #E9E9E9 100%);
    overflow: hidden;
}

.mars-400s-banner-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mars-400s-banner-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mars-400s-banner-item p {
    color: #000;
    text-align: left;
    font-family: HarmonyOS Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
    margin-bottom: 0;
}

.mars-400s-banner-item p:last-child {
    color: #000;
    text-align: left;
    font-family: HarmonyOS Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.96px;
    margin-top: 50px;
}

.mars-400s-banner-item h2 {
    color: #000;
    text-align: left;
    font-family: HarmonyOS Sans;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.92px;
    margin-top: 30px;
    margin-bottom: 0;
}

/* mars-400s-profile */
.mars-400s-profile {
    padding: 200px 0 100px 0;
    background-color: white;
}

.mars-400s-profile ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.mars-400s-profile ul li {
    flex: 25%;
    margin-bottom: 100px;
}

.mars-400s-profile img {
    width: 65px;
    height: 65px;
    object-fit: cover;
}

.mars-400s-profile p {
    color: #0D0D0D;
    text-align: center;
    font-family: HarmonyOS Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;

    margin-top: 20px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    /* 显示行数 */
    text-overflow: ellipsis;
    /* 150% */
}

/* mars-400s-transcending */
.mars-400s-transcending {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    background: linear-gradient(180deg, #2A2A2A 0%, #000 100%);
}

.mars-400s-transcending img {
    max-width: 1200px;
    height: auto;
}

.mars-400s-transcending-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.mars-400s-transcending-content h1 {
    padding-top: 300px;
    margin-bottom: 0;
}

/* mars-400s-greater */
.mars-400s-greater h4,
.mars-400s-greater p {
    max-width: 1000px;
    margin: 0 auto;
}

.mars-400s-greater p {
    padding-top: 70px;
}

/* mars-400s-experience */
.mars-400s-experience {
    padding-top: 300px;
}

.mars-400s-experience h4 {
    margin-bottom: 70px;
}

.mars-400s-experience .video-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;

    color: #FFF;
    font-family: HarmonyOS Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mars-400s-experience .video-container video {
    width: 100%;
    object-fit: cover;
}

.video-container .video-left-size {
    position: absolute;
    bottom: 50px;
    left: 18.75%;
    display: flex;
    width: 150px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: #2B2B2B;
}

.video-container .video-right-size {
    position: absolute;
    bottom: 50px;
    right: 18.75%;
    display: flex;
    width: 150px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: #C10016;
}

.mars-400s-experience p {
    margin-top: 70px;
}

/* mars-400s-70ms */
.mars-400s-70ms {
    padding: 300px 0;
}

.mars-400s-compare-container {
    padding-top: 70px;
}

.mars-400s-compare-dot {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mars-400s-compare-dot-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mars-400s-compare-dot-item:first-child {
    margin-right: 50px;
}

.mars-400s-compare-dot-item span {
    color: #FFF;
    font-family: HarmonyOS Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-left: 15px;
    /* 114.286% */
}

.dot-color-blue {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border-radius: 100px;
    background: #02A1F9;
}

.dot-color-green {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border-radius: 100px;
    background: #00C270;
}

.mars-400s-compare-view {
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.mars-400s-compare-view h6 {
    color: #FFF;
    font-family: HarmonyOS Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    /* 280% */
    letter-spacing: -0.4px;
    margin-bottom: 0;
}

.mars-400s-model {
    width: 214px;
    text-align: center;
    margin-right: 75px;
}

.mars-400s-data {
    flex: 1;
    height: 512px;
    border-left: 1px solid #86868B;

    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.mars-400s-old-data {
    margin-bottom: 182px;
}

.mars-400s-old-data,
.mars-400s-new-data {
    width: 100%;
}

.mars-400s-old-range,
.mars-400s-new-range {
    width: 90%;
    height: 30px;
    border-radius: 0px 100px 100px 0px;
    background: #02A1F9;
    margin-bottom: 10px;
    padding: 0 15px 0 25px;
    color: #FFF;
    font-family: HarmonyOS Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mars-400s-old-range {
    width: 80%;
}

.mars-400s-old-latency,
.mars-400s-new-latency {
    width: 20%;
    height: 30px;
    border-radius: 0px 100px 100px 0px;
    background: #00C270;
    padding: 0 15px 0 25px;
    color: #FFF;
    font-family: HarmonyOS Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mars-400s-new-latency {
    width: 14%;
}

.mars-400s-result {
    width: 180px;
    height: 512px;
    text-align: center;
    margin-left: 75px;

    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

.mars-400s-result-item:first-child {
    margin-bottom: 50px;
}

.mars-400s-result-item {
    width: 100%;
}

.mars-400s-result-item p {
    color: #FFF;
    font-family: HarmonyOS Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    /* 225% */
}

.mars-400s-result-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mars-400s-result-content h2 {
    font-family: HarmonyOS Sans;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 84px;
    /* 131.25% */
    letter-spacing: -1.28px;
    background: linear-gradient(272deg, #014DAF 0%, #02A1F9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    margin-right: 20px;
}

.mars-400s-result-content .bg-green {
    background: linear-gradient(272deg, #008D51 0%, #29F19C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mars-400s-70ms-container {
    padding-top: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mars-400s-70ms-content,
.mars-400s-70ms-container img {
    flex: 50%;
}

.mars-400s-70ms-content {
    padding-right: 50px;
}

.mars-400s-70ms-content p {
    color: #86868B;
    text-align: left;
    font-family: HarmonyOS Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    /* 128.571% */
    letter-spacing: -0.28px;
}

.mars-400s-70ms-content span {
    color: #FFF;
}

.mars-400s-70ms-content p:last-child {
    font-size: 14px;
    line-height: 16px;
    margin-top: 50px;
}

/* mars-400s-sdi */
.mars-400s-sdi {
    height: 100vh;
    overflow: hidden;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mars-400s-sdi h4 {
    color: #000;
}

.mars-400s-sdi-container {
    padding-top: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mars-400s-sdi-container .left-view,
.mars-400s-sdi-container .right-view {
    position: relative;
    flex: 50%;
    height: 423px;
}

.left-view img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px;
}

.right-view {
    padding-left: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.right-view p {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
}

/* mars-400s-steady*/
.mars-400s-steady {
    padding-top: 150px;
    background-color: white;
}

.mars-400s-steady .note {
    color: #86868B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.mars-400s-steady h4 {
    color: #000;
    margin-bottom: 70px;
}

/* mars-400s-monitoring */
.mars-400s-monitoring {
    padding: 150px 0;
    background-color: white;
}

.mars-400s-monitoring h4 {
    color: #000;
    margin-bottom: 70px;
}

.mars-400s-monitoring-content {
    margin-bottom: 100px;
}

.mars-400s-monitoring-container {
    position: relative;
}

.mars-400s-monitoring-view {
    position: absolute;
    top: 26.67%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.mars-400s-monitoring-view p {
    text-align: left;
}

.mars-400s-monitoring a {
    margin: 70px auto 0 auto;
    cursor: pointer;
    width: 242px;
    height: 54px;
    border-radius: 100px;
    background: #C10016;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
}

.mars-400s-monitoring a,
.mars-400s-monitoring a span {
    transition: 400ms;
}

.mars-400s-monitoring a .text {
    transform: translateX(20px);
    color: #FFF;
    font-family: HarmonyOS Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mars-400s-monitoring a .icon {
    position: absolute;
    transform: translateX(-10px);
    width: 34px;
    height: 34px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mars-400s-monitoring a:hover .text {
    color: transparent;
}

.mars-400s-monitoring a:hover .icon {
    transform: translateX(-99px);
}

/* mars-400s-flexible */
.mars-400s-flexible {
    padding-top: 300px;
}

.mars-400s-flexible-content p {
    margin-top: 100px;
    position: relative;
    z-index: 10;
}

.mars-400s-flexible img {
    margin-top: -60px;
}

.mars-400s-flexible-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -30px;
}

.mars-400s-flexible-item {
    flex: calc((100% - 20px)/3);
    padding: 30px;
    border-radius: 12px;
    background: #101010;
    height: 250px;
    margin-right: 10px;
}

.mars-400s-flexible-item:last-child {
    margin-right: 0;
}

.mars-400s-flexible-item p {
    color: #86868B;
    text-align: left;
    font-family: HarmonyOS Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
    /* 显示行数 */
    text-overflow: ellipsis;
    /* 125% */
}

.mars-400s-flexible-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.mars-400s-flexible-item-header h5 {
    color: #FFF;
    white-space: nowrap;
    text-align: center;
    font-family: HarmonyOS Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 84px;
    /* 350% */
    letter-spacing: -0.48px;
    margin-bottom: 0;
}

/* mars-400s-integrated */
.mars-400s-integrated {
    padding-top: 300px;
}

.mars-400s-integrated>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mars-400s-integrated-content {
    width: 450px;
    margin-right: 50px;
}

.mars-400s-integrated-content h4 {
    color: #FFF;
    font-family: HarmonyOS Sans;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 70px;
    /* 116.667% */
}

.mars-400s-integrated-content p,
.mars-400s-integrated-content h4 {
    text-align: left;
}

/* packing-list */
.mars-400s-packing {
    padding-top: 300px;
}

.mars-400s-content {
    max-width: 800px;
    margin: 0 auto;
}

.mars-400s-content h4 {
    color: #FFF;
    font-family: HarmonyOS Sans;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
}

.mars-400s-content .mars-400s-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;
}

.mars-400s-package .mars-400s-package-item {
    flex: calc((100% - 12px) / 2);
    cursor: pointer;
}

.mars-400s-package .mars-400s-package-item:first-child {
    margin-right: 12px;
}

.mars-400s-package .mars-400s-package-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #101010;
    border-radius: 12px;
    opacity: 0.35;
    transition: opacity .15s linear;
}

.mars-400s-package .mars-400s-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;
    margin-top: 30px;
    margin-bottom: 0;
}

.mars-400s-package .mars-400s-package-item>.active img {
    opacity: 1;
}

.mars-400s-package .mars-400s-package-item>.active h5 {
    color: #F5F5F7;
}

.mars-400s-packing-view {
    padding-top: 100px;
}

.mars-400s-packing-view>h5 {
    display: none;
}

.mars-400s-packing-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.mars-400s-packing-item {
    flex: calc((100% - 40px) / 4) 0 0;
    margin-right: 12px;
    margin-bottom: 12px;
    position: relative;
}

.mars-400s-packing-item:nth-child(4n+4) {
    margin-right: 4px;
}

.mars-400s-packing-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #101010;
    border-radius: 12px;
}

.mars-400s-packing-item p {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    color: #F5F5F7;
    text-align: left;
    font-family: HarmonyOS Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 128.571% */
}

/* mars-400s-setup */
.mars-400s-setup {
    padding: 300px 0;
}

.mars-400s-setup .learn-more {
    margin-top: 70px;
}

.mars-400s-setup .learn-more a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #02A1F9;
    text-align: center;
    font-family: HarmonyOS Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

.mars-400s-setup .learn-more a>svg {
    stroke-width: 2px;
    margin-left: 15px;
}

.mars-400s-setup-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 70px;
}

.mars-400s-setup-header h4 {
    color: #F5F5F7;
    max-width: 300px;
    text-align: left;
    font-family: HarmonyOS Sans;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
}

.mars-400s-setup-header .mars-400s-setup-btn {
    width: 90px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mars-400s-setup-header .mars-400s-setup-btn>div {
    position: static;
    width: 36px;
    height: 36px;
    margin-top: 0;
}

.mars-400s-setup-header .mars-400s-setup-btn>div::after {
    content: "";
    width: 36px;
    height: 36px;
    background-image: url("https://hollyland.oss-us-east-1.aliyuncs.com/official-website/Mars-400S-Pro-II/Group-1003.svg");
}

.mars-400s-setup-header .mars-400s-setup-btn>div:first-child::after {
    background-image: url("https://hollyland.oss-us-east-1.aliyuncs.com/official-website/Mars-400S-Pro-II/Group-1002.svg");
}

.mars-400s-swiper-setup {
    --swiper-pagination-color: #C10016;
    --swiper-pagination-bullet-inactive-color: #2D2D2D;
    --swiper-pagination-bullet-inactive-opacity: 1;
}

.mars-400s-swiper-setup .swiper-pagination {
    display: none;
}

.mars-400s-swiper-setup .swiper-slide {
    width: calc((100% - 36px)/3);
}

.mars-400s-swiper-setup .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 12px;
    background: #101010;
    text-decoration: none;
}

.mars-400s-swiper-setup .swiper-slide a>img {
    height: auto;
}

.mars-400s-swiper-setup .swiper-slide a>p {
    color: #F5F5F7;
    text-align: center;
    padding: 0 10px;
    font-family: HarmonyOS Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    height: 89px;
}

/* profile-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: 52px;
    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: 16px;
    font-weight: 400;
    line-height: 56px;
    position: relative;
    z-index: 11;
}

.profile-specifications-header .nav-pills .nav-link.active {
    color: #F5F5F7;
}

.profile-specifications-header .btn-container li button {
    width: 100%;
    height: 100%;
    color: #F5F5F7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlighted::after {
    transform: translateX(100%);
    /* 将伪元素移动到右侧 */
    background: #02A1F9 !important;
}

.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: #F5F5F7;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    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: rgba(245, 245, 247, 0.65);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}

.profile-desc-item h6,
.profile-desc-item p {
    flex: 1;
}

.profile-specifications-note {
    color: #86868B;
    font-family: HarmonyOS Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    margin-top: 50px;
    padding-bottom: 20px;
    /* 114.286% */
}

@media screen and (max-width: 991px) {

    .large-width,
    .medium-width {
        width: 100%;
    }

    /* base style */
    .mars-400s-pro-11 h1 {
        font-size: 40px;
        line-height: 42px;
    }

    .mars-400s-pro-11 h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .mars-400s-pro-11 p {
        font-size: 14px;
        line-height: 18px;
    }

    /* banner */
    .mars-400s-banner {
        height: 500px;
    }

    .mars-400s-banner-item {
        align-items: flex-start;
    }

    .mars-400s-banner-item:first-child {
        align-items: flex-end;
    }

    .mars-400s-banner-content {
        justify-content: center;
    }

    .mars-400s-banner-content img {
        max-width: 300px;
    }

    .mars-400s-banner-item p {
        font-size: 12px;
        padding-top: 70px;
        text-align: center;
    }

    .mars-400s-banner-item p:last-child {
        font-size: 16px;
        margin-top: 15px;
        padding-top: 0;
        text-align: center;
    }

    .mars-400s-banner-item h2 {
        font-size: 32px;
        text-align: center;
        margin-top: 15px;
    }

    .mars-400s-banner-item h2>svg {
        width: 240px;
        height: 24px;
    }

    /* mars-400s-profile */
    .mars-400s-profile {
        padding: 75px 0 25px 0;
    }

    .mars-400s-profile ul li {
        flex: 50%;
        margin-bottom: 50px;
    }

    .mars-400s-profile img {
        width: 32.5px;
        height: 32.5px;
    }

    .mars-400s-profile p {
        margin-top: 10px;
        font-size: 12px;
        line-height: 16px;
    }

    /* mars-400s-transcending */
    .mars-400s-transcending-content h1 {
        padding-top: 80px;
    }

    .mars-400s-greater h4,
    .mars-400s-greater p {
        padding: 0 25px;
    }

    .mars-400s-greater p {
        padding-top: 35px;
    }

    /* mars-400s-experience */
    .mars-400s-experience {
        padding-top: 100px;
    }

    .mars-400s-experience h4 {
        margin-bottom: 35px;
    }

    .mars-400s-experience .video-container {
        border-radius: 0;
        font-size: 10px;
    }

    .video-container .video-left-size {
        bottom: 15px;
        left: 17.06%;
        width: 60px;
        height: 20px;
        padding: 8px 16px;
    }

    .video-container .video-right-size {
        bottom: 15px;
        right: 17.06%;
        width: 60px;
        height: 20px;
        padding: 8px 16px;
    }

    .mars-400s-experience p {
        margin-top: 35px;
        padding: 0 25px;
    }

    /* mars-400s-70ms */
    .mars-400s-70ms {
        padding: 100px 0 75px 0;
    }

    .mars-400s-compare-container {
        padding-top: 35px;
    }

    .mars-400s-compare-dot-item:first-child {
        margin-right: 35px;
    }

    .mars-400s-compare-dot-item span {
        font-size: 12px;
        line-height: 8px;
        margin-left: 10px;
    }

    .dot-color-blue {
        width: 15px;
        height: 15px;
    }

    .dot-color-green {
        width: 15px;
        height: 15px;
    }

    .mars-400s-compare-view {
        padding: 35px 0 0 25px;
    }

    .mars-400s-compare-view h6 {
        font-size: 12px;
        line-height: 28px;
    }

    .mars-400s-model {
        width: 120px;
        text-align: center;
        margin-right: 25px;
    }

    .mars-400s-data {
        height: 281px;
    }

    .mars-400s-old-data {
        margin-bottom: 90px;
    }

    .mars-400s-old-range,
    .mars-400s-new-range {
        height: 21px;
        font-size: 12px;
        line-height: 8px;
    }

    .mars-400s-old-latency,
    .mars-400s-new-latency {
        height: 21px;
        font-size: 12px;
        line-height: 8px;
    }

    .mars-400s-result {
        width: calc(100% - 25px);
        height: auto;
        margin-left: 0;
        margin-top: 50px;
        flex-direction: row;
        justify-content: space-between;
    }

    .mars-400s-result-item:first-child {
        margin-bottom: 0;
    }

    .mars-400s-result-item p {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }

    .mars-400s-result-content {
        justify-content: center;
        margin-bottom: 12.5px;
    }

    .mars-400s-result-content h2 {
        font-size: 32px;
        line-height: 42px;
        margin-right: 10px;
    }

    .mars-400s-70ms-container {
        padding: 50px 25px 0 25px;
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    .mars-400s-70ms-content {
        padding-right: 0;
    }

    .mars-400s-70ms-content p {
        text-align: center;
        margin-top: 35px;
    }

    .mars-400s-70ms-content p:last-child {
        font-size: 10px;
        line-height: 15px;
        margin-top: 35px;
    }

    /* mars-400s-sdi */
    .mars-400s-sdi-container {
        padding-top: 55px;
        flex-direction: column;
        justify-content: center;
    }

    .mars-400s-sdi-container .left-view {
        position: relative;
        flex: none;
        width: calc(100% - 50px);
        height: 250px;
    }

    .right-view {
        padding-left: 0;
        margin-top: 35px;
    }

    .right-view p {
        text-align: center;
        padding: 0 25px;
        font-size: 12px;
        line-height: 16px;
    }

    /* mars-400s-steady*/
    .mars-400s-steady {
        padding-top: 0;
    }

    .mars-400s-steady .note{
        font-size: 12px;
        line-height: 15px;
        padding: 0 25px;
    }

    .mars-400s-steady h4 {
        margin-bottom: 35px;
        padding: 0 25px;
    }

    .mars-400s-steady p {
        padding: 0 25px;
    }

    /* mars-400s-monitoring */
    .mars-400s-monitoring {
        padding: 100px 0 75px 0;
    }

    .mars-400s-monitoring h4 {
        margin-bottom: 35px;
        padding: 0 25px;
    }

    .mars-400s-monitoring p {
        padding: 0 25px;
    }

    .mars-400s-monitoring-content {
        margin-bottom: 35px;
    }

    .mars-400s-monitoring-view {
        position: static;
        margin-bottom: 15px;
    }

    .mars-400s-monitoring a {
        margin: 15px auto 0 auto;
        width: 145px;
        height: 27px;
        justify-content: center;
    }

    .mars-400s-monitoring a .text {
        transform: translateX(0);
        font-size: 10px;
    }

    .mars-400s-monitoring a .icon {
        position: static;
        transform: translateX(0);
        width: 17px;
        height: 17px;
        margin-left: 7.5px;
    }

    .mars-400s-monitoring a .icon>svg {
        width: 17px;
        height: 17px;
    }

    .mars-400s-monitoring a:hover .text {
        color: white;
    }

    .mars-400s-monitoring a:hover .icon {
        transform: translateX(0);
    }

    /* flexible */
    .mars-400s-flexible {
        padding-top: 75px;
    }

    .mars-400s-flexible-content h1 {
        font-size: 24px;
        line-height: 32px;
        padding: 0 25px;
    }

    .mars-400s-flexible-content p {
        margin-top: 35px;
        padding: 0 25px;
    }

    .mars-400s-flexible img {
        margin-top: 15px;
    }

    .mars-400s-flexible-container {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 75px);
    }

    .mars-400s-flexible-item {
        flex: none;
        width: 100%;
        padding: 20px;
        height: 160px;
        margin-right: 0;
        margin-bottom: 6px;
    }

    .mars-400s-flexible-item p {
        font-size: 12px;
        line-height: 15px;
    }

    .mars-400s-flexible-item-header {
        margin-bottom: 15px;
    }

    .mars-400s-flexible-item-header h5 {
        font-size: 15px;
        line-height: 42px;
    }

    .mars-400s-flexible-item-header svg {
        width: 20px;
        height: 20px;
    }

    /* mars-400s-integrated */
    .mars-400s-integrated {
        padding-top: 100px;
    }

    .mars-400s-integrated>div {
        flex-direction: column;
    }

    .mars-400s-integrated-content {
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }

    .mars-400s-integrated-content h4 {
        margin-bottom: 35px;
    }

    .mars-400s-integrated-content p,
    .mars-400s-integrated-content h4 {
        padding: 0 25px;
    }

    /* packing-list */
    .mars-400s-packing {
        padding-top: 100px;
    }

    .mars-400s-content {
        width: calc(100% - 25px);
        margin: 0 auto;
    }

    .mars-400s-content h4 {
        letter-spacing: -0.96px;
    }

    .mars-400s-content .mars-400s-package {
        margin-top: 35px;
    }

    .mars-400s-package .mars-400s-package-item:first-child {
        margin-right: 10px;
    }

    .mars-400s-package .mars-400s-package-item h5 {
        display: none;
    }

    .mars-400s-content .tab-content h5 {
        color: #F5F5F7;
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 35px;
        font-style: normal;
        font-weight: 700;
        display: block;
    }

    .mars-400s-packing-view {
        padding-top: 25px;
    }

    .mars-400s-packing-item {
        flex: calc((100% - 14px) / 3) 0 0;
        margin-right: 7px;
        margin-bottom: 7px;
        position: relative;
    }

    .mars-400s-packing-item:nth-child(4n+4) {
        margin-right: 7px;
    }

    .mars-400s-packing-item:nth-child(3n+3) {
        margin-right: 0;
    }

    .mars-400s-packing-item p {
        font-size: 12px;
        line-height: 16px;
        top: 10px;
        left: 10px;
        width: calc(100% - 20px);
    }

    /* mars-400s-setup */
    .mars-400s-setup {
        padding: 100px 25px;
    }

    .mars-400s-setup .learn-more {
        margin-top: 50px;
    }

    .mars-400s-setup .learn-more a {
        font-size: 12px;
        line-height: 18px;
    }

    .mars-400s-setup .learn-more a>svg {
        stroke-width: 6px;
        margin-top: 2px;
        width: 6px;
        height: 14px;
        margin-left: 7.5px;
    }

    .mars-400s-setup-header {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 35px;
    }

    .mars-400s-setup-header h4 {
        color: #FFF;
        font-size: 24px;
        line-height: 32px;
    }

    .mars-400s-setup-header .mars-400s-setup-btn {
        display: none;
    }

    .mars-400s-swiper-setup .swiper-wrapper {
        padding-bottom: 35px;
    }

    .mars-400s-swiper-setup .swiper-pagination {
        bottom: 0;
        display: block;
    }

    .mars-400s-swiper-setup .swiper-slide {
        width: calc((100% - 15px)/2);
    }

    .mars-400s-swiper-setup .swiper-slide a>p {
        font-size: 14px;
        line-height: 18px;
        height: 50px;
    }

    /* profile-specifications */
    .profile-specifications {
        padding: 0 25px;
    }

    .profile-specifications-header {
        flex-direction: column;
        align-items: normal;
        margin-bottom: 0px;
    }

    .profile-specifications-header h4 {
        text-align: left;
    }

    .profile-specifications-header .btn-container {
        margin: 25px 0px;
        padding: 0 4px;
        width: 208px;
    }

    .profile-specifications-header .btn-container::after {
        top: 4px;
        left: 4px;
        width: 100px;
        height: calc(100% - 8px);
    }

    .profile-specifications-header .btn-container li {
        flex: 1;
        font-size: 12px;
        line-height: 28px;
        cursor: pointer;
        padding: 2.5px 0;
    }

    .profile-desc-item {
        padding: 25px 0;
    }

    .profile-desc-item>h6,
    .profile-desc-item>p {
        font-size: 12px;
        line-height: 18px;
    }

    .profile-desc-item h6 {
        flex: 40%;
        color: white;
        margin-right: 47.5px;
    }

    .profile-desc-item p {
        flex: 60%;
        padding: 0;
        color: rgba(245, 245, 247, 0.65);
    }

    .profile-specifications-note {
        font-size: 12px;
        line-height: 15px;
        margin-top: 25px;
        padding-bottom: 10px;
    }
}