/* Copyright 2025 Johnson */

@import url(reset.css);

html {
    font-size: clamp(10px, 1.2vw, 12px);
    /* font-size: 12px; */
}

body {
    background: #333;
    font-family: "Segoe UI", Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

body.lock {
    overflow: hidden;
}

a {
    /* pointer-events: none; */
}

[class^="btn"] {
    border-radius: 4rem;
    padding: 0.6rem .8rem;
    font-size: 12px;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-primary {
    background: #E0861A;
    color: #121212;
}

.btn-secondary {
    background: #1BA0E0;
    color: #fff;
}

[class^="btn"] {
    position: relative;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
}

[class^="btn"] img,
[class^="btn"] span {
    z-index: 2;
}

.wrap [class^="btn"] img {
    display: block;
    height: 1.6rem;
    margin-right: 0.4rem;
}

.btn-primary:before,
.btn-secondary:before {
    display: block;
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    transform: skew(-15deg);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 12%, rgba(255, 255, 255, 0.96) 48%, rgba(255, 255, 255, 0.55) 52%, rgba(255, 255, 255, 0) 88%);
    -webkit-filter: blur(0.45px);
    filter: blur(0.45px);
    -webkit-backdrop-filter: brightness(1.25) saturate(1.08);
    backdrop-filter: brightness(1.25) saturate(1.08);
    -webkit-animation: light 3s linear infinite;
    animation: light 3s linear infinite;
}

@-webkit-keyframes light {
    0% {
        transform: translateX(-100%) skew(-20deg);
    }

    75% {
        transform: translateX(100%) skew(-20deg);
    }

    100% {
        transform: translateX(100%) skew(-20deg);
    }
}

@keyframes light {
    0% {
        transform: translateX(-100%) skew(-20deg);
    }

    75% {
        transform: translateX(100%) skew(-20deg);
    }

    100% {
        transform: translateX(100%) skew(-20deg);
    }
}

/* default end  */

.wrap {
    position: relative;
    width: clamp(320px, 100%, 460px);
    /* width: clamp(320px, 100%, 100%); */
    margin: 0 auto;
    padding-top: 5.5rem;
    padding-bottom: 65px;
    background: #000;
    display: flex;
    flex-direction: column;
    /* font-family: "Inter", "Roboto", sans-serif; */
    font-family: Arial;
}

.header {
    /* position: relative; */
    position: fixed;
    top: 0;
    padding: .4rem 1.2rem;
    border-bottom: 1px solid #E0861A;
    height: 5.5rem;
    width: clamp(320px, 100%, 460px);
    background: #121212;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 50;
}

.header .md {
    position: absolute;
    inset: 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
}

.header .lf,
.header .rt {
    position: relative;
    display: flex;
    gap: .8rem;
    z-index: 1;
}

.header a {
    display: flex;
    height: 100%;
}

.header .header-logo {
    padding: .4rem 0;
}

.header a img {
    display: block;
    height: 100%;
}

.header .back {
    width: 2.4rem;
    height: 2.4rem;
    cursor: pointer;
}

.kv {
    position: relative;
    padding: 2rem 1.4rem;
    margin-bottom: 2rem;
    width: 100%;
    aspect-ratio: 1 / 0.56;
}

.kv p {
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    line-height: 150%;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
}

.kv span {
    font-size: 3rem;
    color: #E0861A;
}

.kv img {
    display: block;
    width: 100%;
}

.kv .bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
}

.kv .kv-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8rem;
    background: #000;
    background: linear-gradient(180deg, rgba(18, 18, 18, 0)0%, rgba(18, 18, 18, .95) 90%, #000 100%);
    z-index: 1;
}

.content {
    padding: 0 1.2rem;
}

.section {
    margin: 1rem 0;
}

.headline {
    position: relative;
}

.headline img {
    margin: 0 -0.4rem;
    width: calc(100% + 0.4rem * 2);
}

.headline .inner {
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 2%;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headline .inner .lf {
    margin-left: 4%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    white-space: nowrap;
}

.headline .inner .lf i {
    height: 130%;
    margin-right: 4%;
    transform: translateY(-17%);
}

.headline .inner .lf i img {
    display: block;
    height: 100%;
    width: auto;
}

.headline a {
    margin-right: 8%;
    color: #999999;
    font-size: 1.1rem;
    font-weight: bold;
}

.app-review-box {
    position: relative;
    margin-bottom: 1.6rem;
}

.app-review-box>img {
    display: block;
    width: 100%;
}

.app-review {
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% + 2rem));
    padding: 2rem 1.6rem;
    /* background: url(../images/app-review-bg.jpg) no-repeat center center / cover; */
    /* background: url(../images/app-review.jpg) no-repeat center top / cover; */
}

.app-review ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
}

.app-review li {
    position: relative;
    padding: 0 0.8rem;
    width: calc((100% - 1.6rem *3) / 4);
    aspect-ratio: 1/1;
    border-radius: 1.2rem;
    border: 1px dashed #999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.app-review li:has(>img) {
    border: none;
    box-shadow: 2px 8px 4px rgba(0, 0, 0, .5);
    /* background: linear-gradient(135deg, #333 5%, #000 49%, #333 100%); */
    background: linear-gradient(180deg, #333 0%, #7A490E 100%);
    cursor: pointer;
}

.app-review li:has(>img):before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 1.2rem;
    background: linear-gradient(135deg, #333 5%, #000 49%, #333 100%);
}

.app-review li span {
    display: block;
    width: 100%;
    padding: .3rem 0;
    border-radius: 999px;
    background: #FFAA09 linear-gradient(90deg, #FFAA09 0%, #E0861A 100%);
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 1.2rem;
    z-index: 2;
}

.app-review li img {
    display: block;
    width: 100%;
    z-index: 1;
}

.bn {
    margin: .8rem 0 2rem;
}

.bn img {
    display: block;
    width: 100%;
    border-radius: 1.2rem;
}

.br {
    margin: 1rem 0 0;
}

.nav-tabs {
    margin-bottom: 1.6rem;
}

.nav-tabs ul {
    height: 3.6rem;
    display: flex;
}

.nav-tabs li {
    width: 50%;
    border-bottom: 2px solid #222222;
    color: #999;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}

.nav-tabs li.active {
    border-bottom-color: #E0861A;
    color: #E0861A;
}

.nav-pills {
    margin: 0 0 1rem;
}

.nav-pills ul {
    padding: 0.1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .8rem;
    overflow-x: auto;
    scrollbar-width: none;
}

.nav-pills ul::-webkit-scrollbar {
    display: none;
}

.nav-pills li {
    position: relative;
    cursor: pointer;
}

.nav-pills li.active {
    padding: 4px;
    border-radius: 9999px;
    border: 1px solid #FFAA09;
    color: #121212;
    font-weight: bold;
}

.nav-pills li.active:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 9999px;
    width: 30%;
    height: 3px;
    background: #FFAA09;
}

.nav-pills li a {
    display: block;
    padding: .8rem 1.2rem;
    border-radius: 9999px;
    background: #222;
    color: #999;
    font-size: 1.2rem;
    transition: .3s;
    pointer-events: none;
}

.nav-pills li.active a {
    background: #FFAA09;
    color: #121212;
}

.br-news-box>li {
    position: relative;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    pointer-events: none;
    transition: .3s;
}

.br-news-box>li.active {
    max-height: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.br-news-box>li:nth-child(2).active a:nth-child(n+5) {
    display: none;
}

.br-news-box>li:nth-child(2).active.show a {
    display: flex;
}

.show-all {
    /* position: absolute; 
    inset: 0;
    top: auto;*/
    padding: 1.6rem 0 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.br-news-box .show .show-all {
    display: none;
}

.show-all span {
    color: #3B3B3B;
    font-size: 1.2rem;
}

.show-all p {
    color: #999999;
    font-size: 1.2rem;
}

.card-box {
    margin: 1rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
}

.card {
    padding: 1.2rem;
    border: 1px solid #333;
    border-radius: 12px;
    background: #222;
    font-size: 1.2rem;
}

.card-box .card {
    width: calc((100% - .8rem) / 2);
}

.card-box .card:nth-child(1) {
    width: 100%;
}

.card img {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
}

.card video {
    width: 100%;
    aspect-ratio: 16 / 9;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 12px;
}

.card .info {
    display: flex;
    flex-direction: column;
}

.card .ttl {
    margin-top: .8rem;
    margin-bottom: .8rem;
    font-weight: bold;
    color: #FFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card .cont {
    color: #999;
    line-height: 150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card .time {
    margin-top: auto;
    font-size: 1rem;
    font-weight: bold;
    color: #FFF;
    display: flex;
    justify-content: flex-end;
}


.card-box-col {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.card-box-col .card {
    width: 100%;
    display: flex;
    gap: 1.6rem;
    cursor: pointer;
}

.card-box-col .card img {
    width: calc((100% - 1.6rem)/2);
}

.player {
    position: relative;
    width: 100%;
    max-width: 720px;
    aspect-ratio: 16 / 9;
    background: #000;
    cursor: pointer;
}

.player:-webkit-full-screen {
    width: 100vw;
    height: 100vh;
}

.player:fullscreen,
.player:-webkit-full-screen {
    width: 100vw;
    height: 100vh;
}

.player video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.history>div:nth-child(2) {
    cursor: pointer;
}

.history .headline-img {
    margin-top: -1rem;
}

.history img {
    display: block;
    width: 100%;
}

.history .desc {
    padding: 1.2rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, .1);
    font-size: 1.2rem;
    color: #fff;
    line-height: 150%;
    text-align: justify;
}

.footer {
    padding: 1.6rem 1.2rem 0;
}

.footer .logo {
    display: block;
    height: 4rem;
}

.footer .logo img {
    display: block;
    height: 100%;
}

.footer .article .ttl {
    font-style: italic;
    color: #E0861A;
}

.article {
    margin: 1.6rem 0;
}

.article .ttl,
.article h5 {
    margin: 1.6rem 0 .8rem;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 150%;
    font-weight: bold;
}

.article h5 {
    font-size: 1.4rem;
}

.article .cont {
    color: #999;
    font-size: 1.2rem;
    line-height: 150%;
    text-align: justify;
}

.article .cont p+p {
    margin-top: 1rem;
}

.article img {
    display: block;
    margin: 1.6rem 0;
    width: 100%;
    border-radius: 12px;
}

.article ol {
    margin: 1.2rem 0;
    padding-left: 2.4rem;
    list-style-type: decimal;
}

.article ol li {
    margin-top: 1.2em;
}

.article-history .article-kv {
    margin-top: 1.6rem;
}

.article-history .card img {
    aspect-ratio: auto;
    border-radius: 20px;
}

.article-history .card .ttl {
    display: block;
}

.article-history .card .cont {
    display: block;
    text-align: justify;
}

.footer-bottom {
    margin: -1rem -1.2rem 0;
    padding: 0 35px 20px;
    width: calc(100% + 1.2rem * 2);
    background: linear-gradient(to bottom, #000 0%, #000 50%, #212121 50%, #525252 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom .girl {
    width: 50%;
}

.footer-bottom .girl img {
    display: block;
    width: 100%;
}

.social-link {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.social-link .ttl {
    font-size: 1.4rem;
    font-weight: bold;
    color: #FFFFFF;
}

.social-link ul {
    display: flex;
    justify-content: space-between;
}

.social-link li {
    width: 3rem;
}

.social-link li img {
    display: block;
    width: 100%;
    cursor: pointer;
}

.service-btn {
    cursor: pointer;
}

.service-btn img {
    display: block;
    margin-top: 1.2rem;
    width: 100%;
}

.copyright {
    height: 3.6rem;
    background: #E0861A;
    color: #121212;
    font-size: 1.4rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-kv {
    width: 100%;
}

.article-kv img {
    display: block;
    margin-top: .8rem;
    margin-bottom: 1.6rem;
    border-radius: 12px;
    width: 100%;
}

.timeline {
    padding: 0 0.8rem;
}

.timeline-ttl {
    margin-left: -0.4rem;
    margin-bottom: 1.6rem;
    width: calc(100% + 0.4rem);
    color: #fff;
    font-size: 2.4rem;
}

.timeline .item {
    position: relative;
    padding: 0 0 1.2rem 2rem;
    margin: 1rem 0;
    border-left: 1px solid #E0861A;
}

.timeline .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    width: 8px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    border: 1px solid #E0861A;
    background: #000;
}

.timeline .item .card img {
    border-bottom: 3px solid #E0861A;
}

.content .button-box {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.content .button-box [class^="btn-"] {
    flex: 1;
    cursor: pointer;
}

.article-brand {
    background: url(../images/brand-bg.jpg) no-repeat center top / cover;
}

.article-brand .nav-pills {
    margin-top: 1.6rem;
}

.article-brand .brand-box>li {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    pointer-events: none;
    transition: .3s;
}

.article-brand .brand-box>li.active {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.article-brand [class^="btn"] {
    min-height: 4rem;
    font-size: 1.3rem;
}

.wrap.article-brand [class^="btn"] img {
    height: 2rem;
}

/* error page  */
.error h1 {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin: 0.67em 0;
    color: #fff;
}

.error-text {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

/* slider banner  */
.carousel {
    overflow: hidden;
}

.carousel .track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.carousel .slide {
    scroll-snap-align: start;
    position: relative;
}

.carousel img {
    width: 100%;
    height: auto;
    display: block;
}

/* video popup */
.popup {
    position: fixed;
    inset: 0;
    margin: 0 auto;
    width: clamp(320px, 100%, 460px);
    z-index: 999;
    display: none;
    background: rgba(0, 0, 0, 1);
}

.popup.active {
    display: block;
}

.popup .popup-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 5.5rem;
    display: flex;
    align-items: center;
    padding: 12px;
    z-index: 2;
}

.popup .header-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.6rem;
    color: #ffffff;
}

.popup .close {
    width: 24px;
}

.popup .close img {
    display: block;
    width: 100%;
}

.popup-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    height: calc(100% - 5.5rem);
}

.popup video:nth-child(1) {
    width: 100%;
    z-index: 2;
}

.popup video:nth-child(2) {
    position: absolute;
    height: 100%;
    width: auto;
    z-index: 1;
    opacity: .05;
}

.controls-wrap {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
}

.popup .info {
    position: relative;
    right: 0;
    left: 0;
    padding: 8px 16px;
    color: #999;
    font-size: 1.2rem;
    line-height: 150%;
    z-index: 2;
}

.popup .info .cont {
    font-size: 1.4rem;
    line-height: 150%;
    color: #FFF;
}

/* 20251110 fixed */

.mute-control {
    position: absolute;
    right: 1.2rem;
    bottom: 1.2rem;
    width: 3.2rem;
    height: 3.2rem;
    transform: scale(0.9);
    border-radius: 999px;
    background-color: rgba(10, 6, 6, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: .8;
    z-index: 5;
    transition: 0.1s linear;
}

.mute-control:hover {
    transform: scale(1);
    opacity: 1;
}

.mute-control img {
    display: none;
    width: 2rem;
    height: auto;
}

.mute-control:not(.off) img:nth-child(1) {
    display: block;
}

.mute-control.off img:nth-child(2) {
    display: block;
}

.brand-box>li {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    pointer-events: none;
    transition: .3s;
}

.brand-box>li.active {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.nav-tabs li {
    font-weight: bold;
}

.nav-bottom {
    position: fixed;
    bottom: 0;
    left: 50%;
    height: 65px;
    width: clamp(320px, 100%, 460px);
    transform: translateX(-50%);
    font-size: 9px;
    z-index: 99;
}

.nav-menu {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #333333 0%, #000 100%);
    z-index: 4;
}

.nav-menu li {
    position: relative;
    flex: 1;
    padding-bottom: 6px;
    height: 100%;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #999999;
    font-size: 10.5px;
    cursor: pointer;
    transition: .3s;
}

.nav-menu li.active {
    color: #E0861A;
}

.nav-menu li a {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #999999;
}

.nav-menu li.active a {
    color: #E0861A;
}

.nav-menu li i {
    display: block;
    margin-bottom: 8px;
    width: 24px;
    height: 24px;
    background: #999999;
    /* background: linear-gradient(145deg, #E0861A 0%, #FFD9AA 50%, #E0861A 100%); */
    -webkit-mask: no-repeat center / contain;
    mask: no-repeat center / contain;
}

.nav-menu li.active i {
    background: #E0861A;
}

.nav-menu li:nth-child(1) i {
    -webkit-mask-image: url(../images/nav/nav-home.svg);
    mask-image: url(../images/nav/nav-home.svg);
}

.nav-menu li:nth-child(3) i {
    -webkit-mask-image: url(../images/nav/nav-info.svg);
    mask-image: url(../images/nav/nav-info.svg);
}

/* .nav-menu li:nth-child(3) a {
    position: absolute;
    bottom: 4px;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    border: 3px solid #333;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .6);
}

.nav-menu li:nth-child(3) img {
    width: 100%;
    height: 100%;
} */

.nav-menu li:nth-child(2) i {
    -webkit-mask-image: url(../images/nav/nav-brand.svg);
    mask-image: url(../images/nav/nav-brand.svg);
}

.nav-menu li:nth-child(4) i {
    -webkit-mask-image: url(../images/nav/nav-download.svg);
    mask-image: url(../images/nav/nav-download.svg);
}

.nav-menu li:nth-child(5) i {
    -webkit-mask-image: url(../images/nav/nav-cs.svg);
    mask-image: url(../images/nav/nav-cs.svg);
}

.back-top {
    position: absolute;
    right: 1.2rem;
    bottom: calc(100% + 0.8rem);
    margin-left: auto;
    padding: 0.4rem 0.8rem;
    border: 1px solid #999999;
    border-radius: 0.8rem;
    width: initial;
    background: linear-gradient(180deg, #333 0%, #666 100%);
    color: #FFF;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    transition: .3s;
}

.back-top.active {
    opacity: 1;
}

.chat-box {
    position: absolute;
    right: 1.2rem;
    bottom: calc(100% + 2.4rem);
    display: none;
    /* display: flex; */
    flex-direction: column;
    gap: 1.2rem;
    z-index: 3;
}

.chat-box.active {
    display: flex;
}

.chat-box.active:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    background: rgba(0, 0, 0, .75);
}

.chat-box ul {
    /* display: none; */
    display: flex;
    gap: 0.8rem;
    transition: .3s;
}

.chat-box.active {
    display: flex;
}

.chat-box li {
    position: relative;
    width: 6rem;
    aspect-ratio: 1/1;
    border-radius: .8rem;
    background: linear-gradient(135deg, #E0861A 0%, #FFD9AA 50%, #E0861A 100%);
    cursor: pointer;
}

.chat-box li div {
    display: block;
    position: absolute;
    inset: 1px;
    border-radius: .8rem;
    background: linear-gradient(180deg, #333333 0%, #000 100%);
    font-size: .8rem;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.chat-box li i {
    display: block;
    margin-bottom: 6px;
    width: 24px;
    height: 24px;
    background: #fff;
    -webkit-mask: no-repeat center / cover;
    mask: no-repeat center / cover;
}

.chat-box li:nth-child(1) i {
    -webkit-mask-image: url(../images/cs/cs.svg);
    mask-image: url(../images/cs/cs.svg);
}

.chat-box li:nth-child(2) i {
    -webkit-mask-image: url(../images/cs/TG.svg);
    mask-image: url(../images/cs/TG.svg);
}

.chat-box li:nth-child(3) i {
    -webkit-mask-image: url(../images/cs/FB.svg);
    mask-image: url(../images/cs/FB.svg);
}

.chat-box li:nth-child(4) i {
    -webkit-mask-image: url(../images/cs/ws.svg);
    mask-image: url(../images/cs/ws.svg);
}

/* Player  */
.plyr {
    --plyr-color-main: #e0861a;
}

.controls-wrap {
    position: fixed;
    margin: 0 auto;
    width: clamp(320px, 100%, 460px);
    bottom: 4rem;
    z-index: 10;
}

.controls-wrap .plyr__controls {
    position: relative;
    padding-top: 10px;
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 1;
    transform: none;
}

.plyr__time+.plyr__time {
    display: block;
}

.plyr__volume input[type='range'] {
    flex: 1;
    flex-shrink: 0;
}

/* 20251117 fixed */
.wrap .content {
    min-height: calc(100vh - 65px - 5.5rem);
}

.article-brand .content {
    background: url(../images/brand-bg.jpg) no-repeat center top / cover;
}

.download .content {
    background: url(../images/brand-bg.jpg) no-repeat center top / cover;
}

.download .kv {
    padding: 0;
    margin: 2rem -1.2rem .8rem;
    width: calc(100% + 1.2rem * 2);
    aspect-ratio: auto;
}

.download .info {
    padding: 0 1.6rem;
    font-size: 1.6rem;
    color: #999;
    line-height: 150%;
    text-align: justify;
}

.download .info .ttl {
    margin-bottom: 0.8rem;
    color: #fff;
}

.download .desktop,
.download .ios,
.download .android {
    display: none;
    padding: 0 1.6rem;
}

.download .desktop.active,
.download .ios.active,
.download .android.active {
    display: block;
}

.download .btn {
    margin-top: 2.4rem;
    padding: 0.8rem 0;
    background: linear-gradient(175deg, #FFAA09 0%, #E0861A 100%);
    font-size: 1.6rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download .btn img {
    margin-right: 0.4rem;
    width: 2.4rem;
    height: 2.4rem;
}

.download .step {
    color: #FFF;
    font-size: 1.6rem;
    line-height: 150%;
}

.download .step h4 {
    position: relative;
    margin: 2rem 0;
    /* white-space: nowrap; */
    display: flex;
    justify-content: center;
}

.download .step h4 span {
    margin-left: 0.4rem;
    color: #E0861A;
}

.download .step h4 i {
    flex: 1 1 0;
    display: block;
    margin-right: 0.4rem;
    background: url(../images/download/deck.png) no-repeat center center / contain;
}

.download .step h4 i:last-child {
    margin-left: 0.4rem;
    margin-right: auto;
    transform: scaleX(-1);
}

.download .step h5 {
    margin: 1.6rem 0;
}

.download .step h5 span {
    margin-right: 0.4rem;
    color: #E0861A;
    font-size: 2rem;
    font-style: italic;
    font-weight: bold;
}

.download .step img {
    display: block;
    margin: 1.6rem 0;
    width: 100%;
}


@media (max-width: 480px) {}






/*css end*/