/* main{
    background-color: #000;
} */
h2{
    font-size: 5rem;
    font-family: HarmonyOS_Sans_SC_Black;
    font-weight: 500;
}
h3{
    font-size: 4.375rem;
    font-family: HarmonyOS_Sans_SC_Black;
    font-weight: 500;
}
h4{
    font-size: 3.125rem;
    font-family: HarmonyOS_Sans_SC_Black;
    font-weight: 500;
}
header {
    background: #fff;
}
.lazy-asset[data-type="video"] {
    background: transparent;
}
.remote-control-banner {
    position: relative;
    min-height: 46.875rem;
    background-color: #f3f6f3;
    overflow: hidden;
}
.remote-control-banner video {
    width: 100%;
    min-height: 46.875rem;
    object-fit: cover;
    display: block;
}
.remote-control-banner-line {
    height: 3px;
    background: #fff;
    margin-top: -2px;
    width: 100%;
    position: relative;
}
/* .remote-control-banner video.pc {
    height: 47.5rem;
} */
.remote-control-banner .banner-content {
    position: absolute;
    top: 96px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.banner-content-title {
    display: flex;
    justify-content: center;
    color: #404A5C;
}
.banner-content h3{
    font-size: 2.5rem;
    font-family: HarmonyOS_Sans_SC_Bold;
}
.banner-content h3:last-child {
    font-family: HarmonyOS_Sans_SC_Regular;
    margin-left: 15px;
}
.banner-content h1{
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 3.625rem;
    color: #2A303C;
}
.banner-content h4{
    font-family: HarmonyOS_Sans_SC_Regular;
    font-size: 1.5rem;
    color: #515C6D;
    margin-top: 8px;
}
.remote-control-section1 .section1-title {
    font-family: HarmonyOS_Sans_SC_Bold;
    margin: 4.375rem auto 3.375rem;
    text-align: center;
    font-size: 1.625rem;
    width: 550px;
    color: #585858;
}
.remote-control-section1-features {
    margin-bottom: 150px;
}
.remote-control-section1-features section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 20px;
}
.remote-control-section1-features section:last-child {
    margin-bottom: 0;
}
.remote-control-section1-features .feature-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.remote-control-section1-features .feature-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.remote-control-section1-features section:nth-child(1) .feature-box:first-child {
    width: 58.2%;
}
.remote-control-section1-features section:nth-child(1) .feature-box:last-child {
    width: 40.5%;
}
.remote-control-section1-features section:nth-child(2) .feature-box:first-child {
    width: 40.5%;
}
.remote-control-section1-features section:nth-child(2) .feature-box:last-child {
    width: 58.2%;
}
.remote-control-section1-features section:nth-child(3) .feature-box {
    width: 49.4%;
}
.remote-control-section1-features section:nth-child(4) .feature-box {
    width: 32.5%;
}
.remote-control-section1-features .feature-box p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 2rem 0 1.25rem;
    text-align: center;
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 1.625rem;
    color: #fff;
    z-index: 1;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.remote-control-section2 {
    background: linear-gradient(180deg, #0F1726 0%, #0F1726 50%, #FFFFFF 100%);
    padding: 8rem 0 8.75rem;
}
.remote-control-section2 .section2-inner {
    text-align: center;
}
.remote-control-section2 .section2-header {
    margin-bottom: 2.5rem;
}
.remote-control-section2 .section2-title {
    margin: 0 0 1.25rem;
    font-size: 3.75rem;
    line-height: 1.2;
    font-family: HarmonyOS_Sans_SC_Black;
}
.remote-control-section2 .section2-title-accent {
    background: linear-gradient(90deg, rgba(11, 123, 222, 1) 0%, rgba(171, 216, 255, 1) 100%);
    color: transparent;
    background-clip: text;
    font-family: Gotham-Bold;
    font-size: 5rem;
}
.remote-control-section2 .section2-title-main {
    margin-left: 0.5rem;
    background: linear-gradient(90deg, rgba(11, 123, 222, 1) 0%, rgba(171, 216, 255, 1) 100%);
    color: transparent;
    background-clip: text;
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 5rem;
}
.remote-control-section2 .section2-desc {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.8;
    font-family: HarmonyOS_Sans_SC_Regular;
}
.remote-control-section2 .section2-desc--light {
    font-family: HarmonyOS_Sans_SC_Bold;
    color: #fff;
    font-size: 1.625rem;
    line-height: 1.875rem;
}
.remote-control-section2 .section2-desc--dark {
    background: linear-gradient(180deg, rgba(15, 23, 38, 1) 0%, rgba(151, 170, 201, 1) 100%);
    color: transparent;
    background-clip: text;
    max-width: 720px;
    margin: 1.75rem auto 0;
    line-height: 30.47px;
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 1.625rem;
}
.remote-control-section2 .section2-main-img {
    min-height: 28rem;
    margin: -100px auto 0px;
    max-width: 80rem;
}
.remote-control-section2 .section2-stats {
    display: flex;
    justify-content: center;
    gap: 15rem;
    margin: -55px 0 8.75rem;
}
.remote-control-section2 .section2-stats section {
    text-align: center;
    min-width: 250px;
}
.remote-control-section2 .section2-stats h4 {
    font-size: 3.75rem;
    background: linear-gradient(180deg, rgba(11, 123, 222, 1) 0%, rgba(171, 216, 255, 1) 100%);
    color: transparent;
    background-clip: text;
    font-weight: 300;
    font-family: HarmonyOS_Sans_SC_Light;
}
.remote-control-section2 .section2-stats p {
    font-size: 1.625rem;
    color: #fff;
    font-family: HarmonyOS_Sans_SC_Bold;
}
.remote-control-section2 .section2-media {
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
}
.remote-control-section3,
.remote-control-section5,
.remote-control-section11 {
    position: relative;
    background: #fff;
    overflow: hidden;
    min-height: 100vh;
    min-height: 100svh;
    z-index: 2;
}
.pin-spacer:has(> .remote-control-section3),
.pin-spacer:has(> .remote-control-section5),
.pin-spacer:has(> .remote-control-section11) {
    z-index: 2;
    isolation: isolate;
}
.pin-spacer:has(> .remote-control-section3) {
    background: #000;
}
.pin-spacer:has(> .remote-control-section5) {
    background: #ecf2fb;
}
.pin-spacer:has(> .remote-control-section11) {
    background: #ecf2fb;
}
.remote-control-section1 {
    position: relative;
    z-index: 1;
}
.remote-control-section3 .section3-inner,
.remote-control-section5 .section5-inner,
.remote-control-section11 .section11-inner {
    position: relative;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}
.remote-control-section5 .section5-inner {
    background: #ECF3FB;
}
.remote-control-section11 .section11-inner {
    background: #0C121C;
}
.remote-control-section3 .section3-media,
.remote-control-section5 .section5-media,
.remote-control-section11 .section11-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    z-index: 1;
}
.remote-control-section11 .section11-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    transform-origin: center center;
    will-change: transform;
}
.remote-control-section11 .section11-media img.mobile {
    display: none;
}
.remote-control-section3 .section3-img,
.remote-control-section5 .section5-img,
.remote-control-section3 .section3-bg {
    position: absolute;
    width: 100%;
    height: 105%;
    top: 100%;
    left: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(15, 23, 38, 0) 0%, rgba(15, 23, 38, 0.45) 50%, rgba(0, 0, 0, 0.92) 100%);
}
.remote-control-section3 .section3-text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    z-index: 3;
    pointer-events: none;
}
.remote-control-section3 .section3-text h1 {
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 6.25rem;
    line-height: 1.15;
}
.remote-control-section4 {
    margin: 0 auto;
    padding: 10rem 0 12rem;
    background: linear-gradient(180deg, #fff 0%, #EBF2FB 100%);
}
.remote-control-section4 .section4-title {
    font-size: 4.25rem;
    text-align: center;
    margin-bottom: 1.375rem;
    font-family: HarmonyOS_Sans_SC_Black;
}
.remote-control-section4 .section4-subtitle {
    font-size: 1.5rem;
    text-align: center;
    font-family: HarmonyOS_Sans_SC_Bold;
    background: linear-gradient(180deg, rgba(12, 32, 54, 1) 0%, rgba(31, 74, 120, 0.05) 100%);
    color: transparent;
    background-clip: text;
}
.remote-control-section4 .section4-content1 {
    margin-top: 3.375rem;
    display: flex;
    gap: 20px;
}
.remote-control-section4 .section4-content1-item p {
    font-family: HarmonyOS_Sans_SC_Bold;
    text-align: center;
    margin-top: 22px;
    font-size: 1.5rem;
}
.remote-control-section4 .section4-content2 {
    margin-top: 13.125rem;
}
.remote-control-section4-feature {
    margin-top: 4.375rem;
}
.remote-control-section4-feature .section4-feature-content {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 8;
    overflow: hidden;
    border-radius: 1.25rem;
    isolation: isolate;
}
.remote-control-section4-feature .section4-feature-content section {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    z-index: 0;
}
.remote-control-section4-feature .section4-feature-content section.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1;
}
.remote-control-section4-feature .section4-feature-media {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(180deg, #E4EEF8 0%, #B8D0E8 55%, #9BB8D9 100%);
}
.remote-control-section4-feature .section4-feature-media img {
    height: 100%;
}
.remote-control-section4-feature .section4-feature-overlay {
    position: absolute;
    top: 2.625rem;
    left: 5.625rem;
    z-index: 2;
    color: #fff;
    pointer-events: none;
}
.remote-control-section4-feature .section4-feature-overlay h4 {
    font-size: 4.25rem;
    font-family: HarmonyOS_Sans_SC_Bold;
    line-height: 4.25rem;
    margin-bottom: 1.875rem;
}
.remote-control-section4-feature .section4-feature-overlay-value {
    font-size: 4.25rem;
    line-height: 4.25rem;
    font-family: HarmonyOS_Sans_SC_Light;
}
.remote-control-section4-feature .section4-feature-overlay-value span {
   font-size: 2.8rem;
}
.remote-control-section4-feature .section4-feature-overlay-label {
    font-size: 2.25rem;
    font-family: HarmonyOS_Sans_SC_Light;
    /* margin-top: 1.25rem; */
}
.remote-control-section4-feature .section4-feature-media video {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 0 !important;
    object-fit: cover;
    background: transparent !important;
    opacity: 1 !important;
    transition: none;
}
.remote-control-section4-feature .section4-feature-desc {
    position: relative;
    z-index: 2;
    min-height: 3.75rem;
}
.remote-control-section4-feature .section4-feature-tabs {
    position: relative;
    z-index: 2;
    margin: 2.25rem auto 1.5625rem;
    display: flex;
    justify-content: center;
}
.remote-control-section4-feature .section4-feature-tabs ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0.25rem;
    background: #E1E9F0;
    border-radius: 999px;
    gap: 0.25rem;
}
.remote-control-section4-feature .section4-feature-tabs li {
    padding: 0.85rem 2.5rem;
    border-radius: 999px;
    font-size: 1.25rem;
    font-family: HarmonyOS_Sans_SC_Regular;
    color: #6B7280;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    white-space: nowrap;
    user-select: none;
}
.remote-control-section4-feature .section4-feature-tabs li.active {
    background: #1C2533;
    color: #fff;
}
.remote-control-section4-feature .section4-feature-tabs li:hover:not(.active) {
    color: #3D4A5C;
}
.remote-control-section4-feature .section4-feature-desc p {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    text-align: center;
    line-height: 1.5rem;
    color: rgba(88, 88, 88, 1);
    max-width: 62%;
    margin: 0 auto;
    font-size: 1.25rem;
    font-family: HarmonyOS_Sans_SC_Regular;
}
.remote-control-section4-feature .section4-feature-desc p.active {
    position: relative;
    opacity: 1;
    visibility: visible;
}
.remote-control-section5 .section5-bg {
    position: absolute;
    width: 100%;
    height: 105%;
    top: 100%;
    left: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(15, 23, 38, 0) 0%, rgba(15, 23, 38, 0.45) 50%, rgba(0, 0, 0, 0.92) 100%);
}
.remote-control-section5 .section5-text {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    z-index: 3;
    pointer-events: none;
}
.remote-control-section5 .section5-text h1 {
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 5rem;
    line-height: 1.15;
    margin: 0 0 1.5rem;
}
.remote-control-section5 .section5-text p {
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 1.625rem;
    line-height: 2.125rem;
    color: #FFFFFF;
    max-width: 70%;
    margin: 0 auto;
}
.remote-control-section11 .section11-bg {
    position: absolute;
    width: 100%;
    height: 105%;
    top: 100%;
    left: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(15, 23, 38, 0) 0%, rgba(15, 23, 38, 0.45) 50%, rgba(0, 0, 0, 0.92) 100%);
}
.remote-control-section11 .section11-text {
    position: absolute;
    top: 22%;
    right: 14%;
    left: auto;
    width: 38%;
    max-width: 36rem;
    text-align: left;
    color: #fff;
    opacity: 0;
    z-index: 3;
    pointer-events: none;
}
.remote-control-section11 .section11-text h1 {
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 4.25rem;
    line-height: 4.9375rem;
}
.remote-control-section11 .section11-text>p {
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #fff;
    margin: 1.43rem 0 2rem;
}
.remote-control-section11 .section11-stats {
    display: flex;
    gap: 3rem;
    justify-content: flex-start;
}
.remote-control-section11 .section11-stats h4 {
    font-family: HarmonyOS_Sans_SC_Light;
    font-size: 3.75rem;
    font-weight: 300;
}
.remote-control-section11 .section11-stats p {
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 1.125rem;
    color: #fff;
    margin: 0.5rem 0 0;
}
.remote-control-section6 {
    padding: 8rem 0;
    background: #fff;
}
.remote-control-section6 .section6-item {
    text-align: center;
}
.remote-control-section6 .section6-item {
    margin: 4rem 0 8.125rem;
}
.remote-control-section6 .section6-item:last-child {
    margin-bottom: 0;
}
.remote-control-section6 .section6-item h2 {
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 6.25rem;
    color: rgba(38, 38, 38, 1);
}
.remote-control-section6 .section6-item-media {
    display: inline-block;
    padding: 0 13rem;
    background: #fff;
    position: relative;
}
.remote-control-section6 .section6-item-media img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}
.remote-control-section6 .section6-item p {
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 1.5rem;
    color: #585858;
    line-height: 1.875rem;
    max-width: 70%;
    margin: -4rem auto 0;
    position: relative;
}
.remote-control-section7 {
    background: #0C121C;
    padding: 8.75rem 0 6.25rem;
    overflow: hidden;
}
.remote-control-section7 .section7-inner {
    text-align: center;
}
.remote-control-section7 .section7-inner .section7-title {
    margin: 0 0 3.5rem;
}
.remote-control-section7 .section7-stats {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 2rem;
}
.remote-control-section7 .section7-stats section {
    flex: 1;
    position: relative;
}
.remote-control-section7 .section7-stats section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width:  1px;
    height: 50%;
    transform: translateY(50%);
    background: #fff;
}
.remote-control-section7 .section7-stats section:nth-last-child(1)::before {
    width:  0px;
}
.remote-control-section7 .section7-stats h4 {
    margin: 0 0 1.25rem;
    font-size: 2.5rem;
    font-family: HarmonyOS_Sans_SC_Light;
    background: linear-gradient(180deg, rgba(11, 123, 222, 1) 0%, rgba(171, 216, 255, 1) 100%);
    color: transparent;
    background-clip: text;
    font-weight: 300;
}
.remote-control-section7 .section7-stats p {
    font-size: 1.625rem;
    font-family: HarmonyOS_Sans_SC_Bold;
    color: #FFFFFF;
}
.remote-control-section7-feature {
    margin-top: 0;
}
.section7-feature-bg {
    width: 100%;
    height: 10px;
    background: #0C111C;
    position: relative;
    z-index: 99;
}
.remote-control-section7-feature .section7-feature-content {
    position: relative;
    width: 100%;
    /* overflow: hidden; */
    border-radius: 1.25rem;
    isolation: isolate;
    background: #0C111C;
    aspect-ratio: 13 / 5.5;
}
.remote-control-section7-feature .section7-feature-content section {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    z-index: 0;
}
.remote-control-section7-feature .section7-feature-content section.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1;
}
.remote-control-section7-feature .section7-feature-media {
    position: relative;
    width: 100%;
    height: 101%;
    overflow: hidden;
    background: #0C111C;
}
.remote-control-section7-feature .section7-feature-media video,
.remote-control-section7-feature .section7-feature-media img {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 0 !important;
    /* object-fit: cover; */
    object-position: center center;
    background: #0C111C !important;
    opacity: 1 !important;
    transition: none;
}
.remote-control-section7-feature .section7-feature-legend {
    position: relative;
    z-index: 2;
    margin: 1.75rem auto 0;
}
.remote-control-section7-feature .section7-feature-legend.pc {
    display: grid;
    grid-template-columns: 1fr 1fr 1.35fr;
    gap: 2.5rem 3rem;
    align-items: start;
}
.remote-control-section7-feature .section7-feature-legend.mobile {
    position: relative;
    height: 17rem;
    margin: 1.25rem 0 0;
    padding: 0 4%;
    box-sizing: border-box;
    overflow: hidden;
}
.remote-control-section7-feature .section7-legend-col ul,
.remote-control-section7-feature .section7-legend-list,
.remote-control-section7-feature .section7-legend-list-part {
    list-style: none;
    margin: 0;
    padding: 0;
}
.remote-control-section7-feature .section7-legend-col--front {
    display: flex;
    gap: 2rem;
}
.remote-control-section7-feature .section7-legend-col-half {
    flex: 1;
    min-width: 0;
}
.remote-control-section7-feature .section7-legend-col li,
.remote-control-section7-feature .section7-legend-list li,
.remote-control-section7-feature .section7-legend-list-part li {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    margin-bottom: 0.875rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1.4;
    font-family: HarmonyOS_Sans_SC_Regular;
}
.remote-control-section7-feature .section7-legend-col li:last-child,
.remote-control-section7-feature .section7-legend-list li:last-child,
.remote-control-section7-feature .section7-legend-list-part li:last-child {
    margin-bottom: 0;
}
.remote-control-section7-feature .section7-legend-num {
    flex-shrink: 0;
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    line-height: 1;
    color: #fff;
    font-family: HarmonyOS_Sans_SC_Bold;
    background: linear-gradient(180deg, #3d9ef5 0%, #0b7bde 100%);
}
.remote-control-section7-feature .section7-legend-text {
    flex: 1;
    padding-top: 0.1rem;
    text-align: left;
    font-size: 15px;
}
.remote-control-section7-feature .section7-feature-legend.mobile .section7-legend-list {
    position: absolute;
    left: 4%;
    right: 4%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}
.remote-control-section7-feature .section7-feature-legend.mobile .section7-legend-list.active {
    position: relative;
    left: auto;
    right: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.remote-control-section7-feature .section7-feature-tabs {
    position: relative;
    z-index: 2;
    margin: -2rem auto 1.75rem;
    display: flex;
    justify-content: center;
    background: #0C121C;
    border-top: 2px solid #0C121C;
}
.remote-control-section7-feature .section7-feature-tabs ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0.25rem;
    background: #1B2E4A;
    border-radius: 999px;
    gap: 0.25rem;
}
.remote-control-section7-feature .section7-feature-tabs li {
    padding: 0.85rem 2.5rem;
    border-radius: 999px;
    font-size: 1.25rem;
    color: #FFFFFF;
    font-family: HarmonyOS_Sans_SC_Regular;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    white-space: nowrap;
    user-select: none;
}
.remote-control-section7-feature .section7-feature-tabs li.active {
    font-family: HarmonyOS_Sans_SC_Bold;
    background: linear-gradient(90deg, rgba(11, 123, 222, 1) 0%, rgba(122, 193, 255, 1) 100%);
    color: #fff;
}
.remote-control-section7-feature .section7-feature-tabs li:hover:not(.active) {
    color: rgba(255, 255, 255, 0.75);
}
.remote-control-section8 {
    background: #0C121C;
    overflow: hidden;
    padding: 0 1.875rem;
    margin: -1px 0;
}
.remote-control-section8 .section8-gallery {
    display: flex;
    flex-direction: column;
    gap: 0.9375rem;
}
.remote-control-section8 .section8-gallery-row {
    display: grid;
    gap: 0.9375rem;
}
.remote-control-section8 .section8-gallery-row--1 {
    grid-template-columns: 540fr 420fr 420fr 420fr;
}
.remote-control-section8 .section8-gallery-row--2 {
    grid-template-columns: 420fr 420fr 420fr 540fr;
}
.remote-control-section8 .section8-gallery-item {
    border-radius: 0.5rem;
    overflow: hidden;
    background: #0a0d14;
}
.remote-control-section8 .section8-gallery-item video{
    height: 100%;
    object-fit: cover;
}
.remote-control-section8 .section8-gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    vertical-align: bottom;
}
.remote-control-section8 .section8-gallery-item--540 img {
    aspect-ratio: 540 / 340;
}
.remote-control-section8 .section8-gallery-item--420 img {
    aspect-ratio: 420 / 340;
}
.remote-control-section8 .rc_section8_main {
    display: none;
    padding: 5rem 0 5.625rem;
    position: relative;
}
.remote-control-section8 .rc_section8_swiper.swiper {
    margin: auto;
    padding-bottom: 3.75rem;
}
.remote-control-section8 .rc_section8_swiper.swiper + .rc_section8_swiper.swiper {
    margin-top: 0.9375rem;
}
.remote-control-section8 .rc_section8_swiper.swiper .swiper-slide img,
.remote-control-section8 .rc_section8_swiper.swiper .swiper-slide video {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
}
.remote-control-section8 .rc_section8_swiper.swiper .swiper-slide.swiper-slide-active img,
.remote-control-section8 .rc_section8_swiper.swiper .swiper-slide.swiper-slide-active video {
    opacity: 1;
}
.remote-control-section8 .rc_section8_swiper .swiper-pagination span {
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background: #fff;
}
.remote-control-section9 {
    background: #0C121C;
    padding: 7rem 0;
    overflow: hidden;
    margin: -1px 0;
}
.remote-control-section9 .section9-inner {
    text-align: center;
}
.remote-control-section7 .section7-title,
.remote-control-section9 .section9-title,
.remote-control-section10 .section10-title {
    margin: 0 0 4.5rem;
    font-size: 5rem;
    font-family: HarmonyOS_Sans_SC_Black;
    background: linear-gradient(90deg, rgba(11, 123, 222, 1) 0%, rgba(171, 216, 255, 1) 100%);
    color: transparent;
    background-clip: text;
}
.remote-control-section9 .section9-specs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.5rem 0;
}
.remote-control-section9 .section9-specs section {
    padding: 0 2rem;
    position: relative;
}
.remote-control-section9 .section9-specs section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 50%;
    transform: translateY(50%);
    background: rgba(255, 255, 255, 0.35);
}
.remote-control-section9 .section9-specs section:nth-child(3n)::before {
    width: 0;
}
.remote-control-section9 .section9-specs h4 {
    margin: 0 0 1.25rem;
    font-size: 2.2rem;
    font-family: HarmonyOS_Sans_SC_Light;
    font-weight: 300;
    background: linear-gradient(180deg, rgba(11, 123, 222, 1) 0%, rgba(171, 216, 255, 1) 100%);
    color: transparent;
    background-clip: text;
}
.remote-control-section9 .section9-specs p {
    margin: 0;
    font-size: 1.625rem;
    font-family: HarmonyOS_Sans_SC_Bold;
    color: #fff;
    line-height: 1.5;
}
.remote-control-section9 .section9-media {
    overflow: hidden;
    aspect-ratio: 911 / 455;
    background: #0a0d14;
}
.remote-control-section9 .section9-media video {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 0 !important;
    background: #0C121C !important;
}
.remote-control-section10 {
    background: #0C121C;
    padding: 0 0 10rem;
    overflow: hidden;
}
.remote-control-section10 .section10-inner {
    text-align: center;
}
.remote-control-section10 .section10-main {
    max-width: 55.875rem;
    margin: 0 auto 0;
}
.remote-control-section10 .section10-main img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 894 / 790;
    object-fit: contain;
}
.remote-control-section10 .section10-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 2rem;
}
.remote-control-section10 .section10-features section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.remote-control-section10 .section10-feature-icon {
    width: 6.25rem;
    height: 6.25rem;
    object-fit: contain;
}
.remote-control-section10 .section10-features h4 {
    margin: 0 0 1rem;
    font-size: 1.25rem;
    font-family: HarmonyOS_Sans_SC_Bold;
    color: #fff;
}
.remote-control-section10 .section10-features p {
    font-size: 1rem;
    font-family: HarmonyOS_Sans_SC_Regular;
    color: #4F555E;
    line-height: 1.5rem;
    max-width: 20rem;
}
.remote-control-section12 {
    background: #fff;
    padding: 8.75rem 0 10rem;
}
.remote-control-section12 .section12-title {
    margin: 0 0 5rem;
    text-align: center;
    font-size: 5rem;
    font-family: HarmonyOS_Sans_SC_Black;
    color: #262626;
}
.remote-control-section12 .section12-block {
    margin-bottom: 6.25rem;
}
.remote-control-section12 .section12-block:last-child {
    margin-bottom: 0;
}
.remote-control-section12 .section12-gallery--3 {
    display: flex;
    gap: 8px;
}
.remote-control-section12 .section12-gallery-item {
    position: relative;
    overflow: hidden;
    line-height: 0;
    border-radius: 10px;
}
.remote-control-section12 .section12-gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}
.remote-control-section12 .section12-img-label {
    position: absolute;
    top: 1.69rem;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 1.5rem;
    font-family: HarmonyOS_Sans_SC_Bold;
    color: #fff;
    pointer-events: none;
}
.remote-control-section12 .section12-gallery-swiper {
    display: none !important;
    padding: 5rem 0 5.625rem;
    position: relative;
}
.remote-control-section12 .section12-gallery-swiper.mobile {
    display: none !important;
}
.remote-control-section12 .rc_section12_swiper.swiper {
    margin: auto;
}
.remote-control-section12 .rc_section12_swiper.swiper .swiper-slide {
    position: relative;
}
.remote-control-section12 .rc_section12_swiper.swiper .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
}
.remote-control-section12 .rc_section12_swiper.swiper .swiper-slide.swiper-slide-active img {
    opacity: 1;
}
.remote-control-section12 .rc_section12_swiper .swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}
.remote-control-section12 .rc_section12_swiper .swiper-pagination span {
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 4px;
    display: inline-block;
    transition: all 0.3s ease;
}
.remote-control-section12 .rc_section12_swiper .swiper-pagination span.swiper-pagination-bullet-active {
    background: #fff;
    width: 7px;
}
.remote-control-section12 .section12-media {
    border-radius: 0.75rem;
    overflow: hidden;
    line-height: 0;
    position: relative;
}
.remote-control-section12 .section12-caption {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3rem;
    margin-top: 2.5rem;
}
.remote-control-section12 .section12-caption h3 {
    font-size: 3rem;
    font-family: HarmonyOS_Sans_SC_Bold;
    color: #262626;
    line-height: 3.5rem;
}
.remote-control-section12 .section12-caption p {
    flex: 1;
    margin: 0;
    font-size: 1.25rem;
    font-family: HarmonyOS_Sans_SC_Bold;
    color: #585858;
    line-height: 1.43rem;
    max-width: 47.5rem;
    text-align: right;
}
.remote-control-section13 {
    background: #F5F5F5;
    padding: 8.75rem 0;
}
.remote-control-section13 .section13-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}
.remote-control-section13 .section13-content {
    flex: 0 0 40%;
    max-width: 28rem;
}
.remote-control-section13 .section13-title {
    margin: 0 0 0.75rem;
    font-size: 2.1875rem;
    font-family: Gotham-Medium;
    color: #262626;
    line-height: 2.1875rem;
}
.remote-control-section13 .section13-subtitle {
    margin: 0 0 1.56rem;
    font-size: 1.75rem;
    font-family: HarmonyOS_Sans_SC_Black;
    color: #262626;
    line-height: 2.06rem;
}
.remote-control-section13 .section13-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.75rem 0;
    margin: 0 0 2.5rem;
    padding: 0;
    list-style: none;
}
.remote-control-section13 .section13-tags li {
    width: 48%;
    padding: 0.35rem 1rem;
    box-sizing: border-box;
    text-align: center;
    font-size: 1rem;
    font-family: HarmonyOS_Sans_SC_Regular;
    color: #585858;
    background: #D9DBDE;
    border-radius: 999px;
    line-height: 2.1rem;
}
.remote-control-section13 .section13-buy-btn {
    display: inline-block;
    padding: 0.85rem 2.75rem;
    font-size: 0.875rem;
    font-family: HarmonyOS_Sans_SC_Bold;
    color: #fff;
    background: linear-gradient(180deg, rgba(38, 38, 38, 1) 0%, rgba(107, 107, 107, 1) 100%);
    border-radius: 999px;
    /* text-decoration: none;
    transition: background 0.2s ease; */
}
.remote-control-section13 .section13-buy-btn:hover {
    background: #262626;
    color: #fff;
}
.remote-control-section13 .section13-media {
    flex: 1;
    max-width: 40%;
}
.remote-control-section13 .section13-media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}
.remote-control-section14-inner {
    width: 75%;
    margin: 5.25rem 0;
}
.remote-control-section14 h1 {
    font-family: HarmonyOS_Sans_SC_Black;
    color: #262626;
    font-size: 1rem;
    margin-bottom: 1.125rem;
    line-height: 1.125rem;
}
.remote-control-section14 h2 {
    font-family: HarmonyOS_Sans_SC_Bold;
    color: #585858;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    line-height: 1.125rem;
}
.remote-control-section14 p {
    font-family: HarmonyOS_Sans_SC_Regular;
    color: #D5D5D5;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    line-height: 1rem;
}
.section14-content {
    margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1600px) {
    .remote-control-section1-features .feature-box p {
        font-size: 1.55rem;
    }
    .remote-control-section3 .section3-text {
        top: 40%;
    }
    .remote-control-section3 .section3-text h1 {
        font-size: 5.8rem;
    }
    .remote-control-section6 .section6-item h2 {
        font-size: 6rem;
    }
    .remote-control-section2 .section2-stats {
       gap: 8rem;
    }
}
@media only screen and (max-width: 1400px) {
   .remote-control-section1-features .feature-box p {
        font-size: 1.4rem;
    }
    .remote-control-section1-features section {
        margin-bottom: 15px;
        gap: 15px;
    }
    .remote-control-section3 .section3-text h1 {
        font-size: 5rem;
    }
    .remote-control-section4 {
        padding: 10rem 0;
    }
    .remote-control-section4 .section4-title {
        font-size: 3.5rem;
    }
    .remote-control-section7 .section7-stats h4,
    .remote-control-section9 .section9-specs h4 {
       font-size: 2rem;
       margin: 0 0 0.5rem;
    }
    .remote-control-section7 .section7-stats p,
    .remote-control-section9 .section9-specs p {
        font-size: 1.4rem;
    }
    .remote-control-section7-feature .section7-feature-tabs {
        margin: 1rem auto 1.25rem; 
    }
    .remote-control-section4-feature .section4-feature-tabs li,
    .remote-control-section7-feature .section7-feature-tabs li {
        padding: 0.7rem 2rem;
        font-size: 1.1rem;
    }
    .remote-control-section2 .section2-title-accent,
    .remote-control-section2 .section2-title-main,
    .remote-control-section5 .section5-text h1,
    .remote-control-section6 .section6-item h2,
    .remote-control-section7 .section7-inner .section7-title,
    .remote-control-section9 .section9-title,
    .remote-control-section10 .section10-title,
    .remote-control-section12 .section12-title {
       font-size: 4.5rem; 
    }
    .remote-control-section12 .section12-gallery-swiper.mobile {
        display: none !important;
    }
    .remote-control-section11 .section11-text {
        right: 5%;
    }
    .remote-control-section11 .section11-text h1 {
        font-size: 4rem; 
    }
    .remote-control-section11 .section11-text>p {
        font-size: 1.2rem; 
    }
    .remote-control-section11 .section11-stats h4 {
        font-size: 3.5rem;
    }
    .remote-control-section11 .section11-stats p {
        margin: 0;
        font-size: 1.1rem;
    }
    .remote-control-section12 .section12-img-label {
        font-size: 1.3rem;
    }
    .remote-control-section12 .section12-gallery-swiper.mobile {
        display: none !important;
    }
    .remote-control-section12 .section12-caption h3 {
        font-size: 2.4rem; 
    }
    .remote-control-section12 .section12-caption p {
        font-size: 1.1rem;
    }
    .remote-control-section13 .section13-content {
        flex: 0 0 42%;
    }
    .remote-control-section13 .section13-tags li {
        font-size: 0.9rem;
    }
}
@media only screen and (max-width: 1300px) {}
@media only screen and (max-width: 1024px) {
    .remote-control-banner {
        min-height: 31.25rem;
    }
    .remote-control-banner video {
        min-height: 31.25rem;
        height: auto;
    }
    .remote-control-banner video.pc {
        height: auto;
    }
    .remote-control-banner .banner-content {
        top: 3rem;
        width: 80%;
    }
    .banner-content h3 {
        font-size: 1.5rem;
    }
    .banner-content h1 {
        font-size: 2rem;
        margin-top: 10px;
    }
    .banner-content h4 {
        font-size: 1.17rem;
        margin-top: 10px;
    }
    .remote-control-section1 .section1-title {
        width: auto;
        margin: 35px 0 28px;
        font-size: 20px;
    }
    .remote-control-section1-features {
        margin-bottom: 40px;
    }
    .remote-control-section1-features section {
        display: block;
    }
    .remote-control-section1-features .feature-box {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .remote-control-section1-features section:last-child .feature-box:last-child {
        margin-bottom: 0;
    }
    .remote-control-section1-features .feature-box img {
        min-height: 56vw;
        aspect-ratio: auto;
    }
    .remote-control-section1-features .feature-box p {
        font-size: 20px;
        padding: 20px 10px;
    }
    .remote-control-section2 {
        padding: 40px 0 0;
    }
    .remote-control-section2 .section2-main-img {
        margin: -55px auto 0px;
        min-height: 290px;
    }
    .remote-control-section2 .section2-title-accent,
    .remote-control-section2 .section2-title-main {
        font-size: 3.66rem;
    }
    .remote-control-section2 .section2-title {
        font-size: 28px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }
    .remote-control-section2 .section2-title-main {
        margin-left: 0;
    }
    .remote-control-section2 .section2-desc {
        font-size: 1.67rem;
    }
    .remote-control-section2 .section2-stats {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 4.75rem;
    }
    .remote-control-section2 .section2-stats h4 {
        font-size: 5rem;
    }
    .remote-control-section2 .section2-stats p {
        font-size: 2.166rem;
    }
    .remote-control-section3 .section3-text h1 {
        font-size: 4rem;
    }
    .remote-control-section3 .section3-inner {
        min-height: auto;
        display: block;
        padding: 2.16rem 0;
        background: #fff;
    }
    .remote-control-section3 .section3-text {
        opacity: 1;
        width: 72%;
        top: 45%;
    }
    .remote-control-section3 .section3-bg {
        top: 30%;
        height: 100%;
    }
    .remote-control-section4 {
        padding: 5.58rem 0;
    }
    .remote-control-section4 .section4-title {
        text-align: left;
        font-size: 3.66rem;
        margin-bottom: 1rem;
    }
    .remote-control-section4 .section4-subtitle {
        text-align: left;
        font-size: 1.66rem;
    }
    .remote-control-section4 .section4-content1 {
        margin-top: 2rem; 
        flex-direction: column;
        gap: 30px;
    }
    .remote-control-section4 .section4-content1-item p {
        margin-top: 1rem;
        font-size: 1.33rem;
    }
    .remote-control-section4 .section4-content2 {
        margin-top: 48px;
    }
    .remote-control-section4-feature {
        margin-top: 24px;
    }
    .remote-control-section4-feature .section4-feature-overlay {
        top: 16px;
        left: 16px;
    }
    .remote-control-section4-feature .section4-feature-overlay h4 {
        font-size: 22px;
    }
    .remote-control-section4-feature .section4-feature-overlay-value {
        font-size: 16px;
    }
    .remote-control-section4-feature .section4-feature-overlay-label {
        font-size: 12px;
    }
    .remote-control-section4-feature .section4-feature-content {
        aspect-ratio: 16 / 10;
        border-radius: 12px;
    }
    .remote-control-section4-feature .section4-feature-media video {
        min-height: 0 !important;
    }
    .remote-control-section4-feature .section4-feature-desc {
        min-height: 72px;
    }
    .remote-control-section4-feature .section4-feature-tabs {
        margin: 20px 0 16px;
        overflow-x: auto;
        justify-content: center;
        padding: 0 4%;
        box-sizing: border-box;
    }
    .remote-control-section4-feature .section4-feature-tabs ul {
        flex-shrink: 0;
    }
    .remote-control-section4-feature .section4-feature-tabs li {
        padding: 10px 20px;
        font-size: 14px;
    }
    .remote-control-section4-feature .section4-feature-desc p {
        max-width: 100%;
        font-size: 16px;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .remote-control-section5 .section5-inner {
        min-height: auto;
        display: flex;
        flex-direction: column-reverse;
        padding: 45px 0 0;
        background: #fff;
    }
    .remote-control-section5 .section5-text {
        opacity: 1;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        padding: 0;
        width: 92%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .remote-control-section5 .section5-text h1 {
        font-size: 3.66rem;
        text-align: left;
        color: #262626;
        margin-bottom: 1rem;
    }
    .remote-control-section5 .section5-text p {
        font-size: 1.66rem;
        max-width: 90%;
        margin: 1.33rem 0 2.5rem;
        color: #585858;
        text-align: left;
        line-height: 2rem;
    }
    .remote-control-section5 .section5-bg {
        top: 30%;
        height: 100%;
    }
    .remote-control-section6 {
        padding: 0;
    }
    .remote-control-section6 .section6-item {
        margin: 45px 0 !important;
    }
    .remote-control-section6 .section6-item h2 {
        font-size: 5.66rem;
    }
    .remote-control-section6 .section6-item-media {
        padding: 0;
    }
    .remote-control-section6 .section6-item p {
        font-size: 1.33rem;
        max-width: 100%;
        margin-top: 0;
    }
    .section6-item-media::after,
    .section6-item-media::before {
        width: 0;
        height: 0;
    }
    .remote-control-section7 {
        margin-top: 67px;
        padding: 45px 16px 48px;
    }
    .remote-control-section7 .section7-inner .section7-title {
        font-size: 3.66rem;
        margin: 0 0 2.16rem;
     }
    .remote-control-section7 .section7-title {
        font-size: 24px;
        margin-bottom: 28px;
    }
    .remote-control-section7 .section7-stats {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 28px;
    }
    .remote-control-section7 .section7-stats section {
        border-right: none;
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.12); */
        padding: 0 0 20px;
        position: relative;
    }
    .remote-control-section7 .section7-stats section::before {
        content: '';
        width: 0px;
    }
    .remote-control-section7 .section7-stats section:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    .remote-control-section7 .section7-stats h4 {
        font-size: 3.33rem;
    }
    .remote-control-section7 .section7-stats p {
        font-size: 2.16rem;
    }
    .remote-control-section7-feature .section7-feature-content {
        aspect-ratio: auto;
        border-radius: 12px;
    }
    .remote-control-section7-feature .section7-feature-content section {
        position: relative;
        inset: auto;
        height: 0;
        overflow: hidden;
    }
    .remote-control-section7-feature .section7-feature-content section.active {
        height: auto;
        overflow: visible;
    }
    .remote-control-section7-feature .section7-feature-media {
        height: auto;
        overflow: visible;
    }
    .remote-control-section7-feature .section7-feature-media img {
        width: 100%;
        height: 420px;
        object-fit: contain;
        object-position: center top;
    }
    .remote-control-section7-feature .section7-feature-media video {
        min-height: 0 !important;
    }
    .remote-control-section7-feature .section7-feature-legend.pc {
        display: none;
    }
    .remote-control-section7-feature .section7-feature-legend.mobile {
        min-height: 0;
        margin: 16px 0 0;
        padding: 0 16px;
    }
    .remote-control-section7-feature .section7-feature-legend.mobile .section7-legend-list--two-col {
        display: flex;
        gap: 12px 20px;
        width: 100%;
    }
    .remote-control-section7-feature .section7-feature-legend.mobile .section7-legend-list--two-col .section7-legend-list-part {
        flex: 1;
        min-width: 0;
    }
    .remote-control-section7-feature .section7-feature-legend.mobile .section7-legend-list--single-center {
        width: fit-content;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .remote-control-section7-feature .section7-legend-col li,
    .remote-control-section7-feature .section7-legend-list li,
    .remote-control-section7-feature .section7-legend-list-part li {
        font-size: 14px;
        margin-bottom: 8px;
        gap: 10px;
    }
    .remote-control-section7-feature .section7-legend-list-part li {
        display: flex;
        align-items: center;
    }
    .remote-control-section7-feature .section7-legend-num {
        width: 20px;
        height: 20px;
        font-size: 14px;
        font-family: HarmonyOS_Sans_SC_Light;
    }
    .remote-control-section7-feature .section7-feature-tabs {
        margin: 16px 0;
        justify-content: center;
        box-sizing: border-box;
    }
    .remote-control-section7-feature .section7-feature-tabs ul {
        flex-shrink: 0;
    }
    .remote-control-section7-feature .section7-feature-tabs li {
        padding: 12px 20px;
        font-size: 17px;
    }
    .remote-control-section8 {
        padding: 0px;
    }
    .remote-control-section8 .section8-gallery.pc {
        display: none;
    }
    .remote-control-section8 .rc_section8_main.mobile {
        display: block;
        padding: 0 0 12px;
    }
    .remote-control-section8 .rc_section8_main.mobile .swiper-pagination {
        bottom: 35px;
    }
    .remote-control-section8 .rc_section8_swiper.swiper {
        padding-bottom: 23px;
        width: 100%;
        aspect-ratio: 420 / 340;
    }
    .remote-control-section8 .rc_section8_swiper.swiper .swiper-wrapper {
        height: 100%;
    }
    .remote-control-section8 .rc_section8_swiper.swiper .swiper-slide {
        border-radius: 12px;
        height: 100%;
        overflow: hidden;
    }
    .remote-control-section8 .rc_section8_swiper.swiper .swiper-slide video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .remote-control-section8 .rc_section8_swiper.swiper .swiper-slide:not(.swiper-slide-active) video {
        visibility: hidden;
    }
    .remote-control-section8 .rc_section8_swiper.swiper .swiper-slide.swiper-slide-active video {
        visibility: visible;
    }
    .remote-control-section8 .rc_section8_swiper.swiper .swiper-slide img {
        height: 100%;
        object-fit: cover;
    }
    .remote-control-section8 .rc_section8_swiper.swiper + .rc_section8_swiper.swiper {
        margin-top: 10px;
    }
    .remote-control-section9 {
        padding: 40px 0 48px;
    }
    .remote-control-section9 .section9-title {
        font-size: 44px;
        margin-bottom: 60px;
    }
    .remote-control-section9 .section9-specs {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 50px;
    }
    .remote-control-section9 .section9-specs section {
        padding: 0 0 20px;
    }
    .remote-control-section9 .section9-specs section::before {
        width: 0px !important;
    }
    .remote-control-section9 .section9-specs section:nth-child(3n)::before {
        width: 100%;
    }
    .remote-control-section9 .section9-specs section:last-child::before {
        display: none;
    }
    .remote-control-section9 .section9-specs h4 {
        font-size: 40px;
        margin-bottom: 8px;
    }
    .remote-control-section9 .section9-specs p {
        font-size: 26px;
    }
    .remote-control-section9 .section9-media {
        max-width: 100%;
        aspect-ratio: auto;
        background: transparent;
    }
    .remote-control-section10 {
        padding: 80px 0;
    }
    .remote-control-section10 .section10-title {
        font-size: 44px;
        margin-bottom: 28px;
    }
    .remote-control-section10 .section10-main {
        margin-bottom: 32px;
    }
    .remote-control-section10 .section10-main img {
        aspect-ratio: auto;
    }
    .remote-control-section10 .section10-features {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .remote-control-section10 .section10-features p {
        max-width: 90%;
        font-size: 16px;
    }
    .remote-control-section10 .section10-features h4 {
        font-size: 20px;
    }
    .remote-control-section10 .section10-feature-icon {
        width: 100px;
        height: 100px;
    }
    .remote-control-section12 {
        padding: 0px;
    }
    .remote-control-section12 .section12-title {
        font-size: 44px;
        margin-bottom: 32px;
    }
    .remote-control-section12 .section12-block {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 40px;
    }
    .remote-control-section12 .section12-gallery--3.pc {
        display: none !important;
    }
    .remote-control-section12 .section12-gallery-swiper.mobile {
        display: block !important;
        padding: 0;
    }
    .remote-control-section12 .rc_section12_swiper.swiper {
        width: 100%;
    }
    .remote-control-section12 .rc_section12_swiper .swiper-pagination {
        bottom: 15px;
    }
    .remote-control-section12 .section12-gallery--3 {
        grid-template-columns: 1fr;
    }
    .remote-control-section12 .section12-gallery-item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #0B7BDE;
    }
    .remote-control-section12 .section12-img-label {
        font-size: 24px;
        top: 21px;
    }
    .remote-control-section12 .section12-caption {
        flex-direction: column;
        gap: 12px;
        margin-top: 20px;
    }
    .remote-control-section12 .section12-caption h3 {
        flex: none;
        font-size: 28px;
    }
    .remote-control-section12 .section12-caption p {
        font-size: 16px;
        text-align: left;
        margin-bottom: 15px;
    }
    .remote-control-section13 {
        padding: 40px 0px 48px;
    }
    .remote-control-section13 .section13-inner {
        flex-direction: column;
        gap: 32px;
    }
    .remote-control-section13 .section13-content {
        flex: none;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .remote-control-section13 .section13-title {
        font-size: 35px;
        margin: 0 0 1rem;
    }
    .remote-control-section13 .section13-subtitle {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .remote-control-section13 .section13-tags {
        margin-bottom: 24px;
    }
    .remote-control-section13 .section13-tags li {
        font-size: 15px;
        padding: 0.5rem 0;
    }
    .remote-control-section13 .section13-media {
        max-width: 100%;
        width: 75%;
        margin: 10px auto 35px;
    }
    .remote-control-section3 .section3-media,
    .remote-control-section5 .section5-media,
    .remote-control-section11 .section11-media {
        position: relative;
        top: auto;
        left: auto;
        /* width: auto !important; */
        height: auto;
        transform: none !important;
    }
    .remote-control-section3 .section3-media img {
        width: 100%;
    }
    .remote-control-section11 .section11-media img.pc {
        display: none;
    }
    .remote-control-section11 .section11-media img.mobile {
        display: block;
        width: 100%;
        height: auto;
        object-fit: initial;
        will-change: auto;
    }
    .remote-control-section5 .section5-media {
        width: 92%;
    }
    .remote-control-section5 .section5-media img {
        width: 100%;
    }
    .remote-control-section3 .section3-img,
    .remote-control-section5 .section5-img,
    .remote-control-section11 .section11-img {
        width: 100%;
        height: auto;
        object-fit: initial;
        transform: none !important;
    }
    .remote-control-section3,
    .remote-control-section5,
    .remote-control-section11 {
        min-height: auto;
        background: #fff;
    }
    .remote-control-section11 .section11-inner {
        min-height: auto;
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        padding: 75px 0;
        background: #fff;
    }
    .remote-control-section11 .section11-text {
        opacity: 1;
        position: relative;
        top: auto;
        left: auto;
        right: 0px;
        width: 92%;
        transform: none;
        box-sizing: border-box;
        margin: 0 auto 17px;
        max-width: none;
    }
    .remote-control-section11 .section11-text h1 {
        font-size: 3.66rem;
        text-align: left;
        color: #262626;
        margin-bottom: 1rem;
    }
    .remote-control-section11 .section11-text p {
        font-size: 1.66rem;
        max-width: 100%;
        margin: 1.33rem 0 2rem;
        color: #585858;
        text-align: left;
        line-height: 2rem;
    }
    .remote-control-section11 .section11-stats {
        justify-content: flex-start;
        gap: 2rem;
        margin-top: 1.5rem;
    }
    .remote-control-section11 .section11-stats section {
        width: 20%;
    }
    .remote-control-section11 .section11-stats h4 {
        font-size: 44px;
        text-align: left;
        color: #262626;
    }
    .remote-control-section11 .section11-stats p {
        font-size: 14px;
        color: #585858;
        line-height: 17px;
        margin: 0;
    }
    .remote-control-section11 .section11-bg {
        top: 30%;
        height: 100%;
    }
    .remote-control-section14-inner {
        width: 100%;
    }
    .remote-control-section14 h1 {
        font-size: 16px;
        margin-bottom: 18px;
    }
    .remote-control-section14 h2 {
        font-size: 16px;
    }
    .remote-control-section14 p {
        font-size: 14px;
        line-height: 16.41px;
        margin-bottom: 10px;
    }
}