html,
body {
    margin: 0;
    padding: 0;
    font-family: Arial, "Microsoft YaHei", 微软雅黑, sans-serif;
    width: 100%;
    /* background: url(../img/BG.png) 30% 50% no-repeat; */
    background: #000;
    background-size: cover;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    transition: 0.2s;
}

p {
    margin: 0;
}

img {
    line-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
    display: block;
}

.w750 {
    width: min(100%, 750px);
    margin: 0 auto;

    height: auto;
}

header {
    width: min(100%, 750px);
    height: min(15vw, 70px);
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 99;
}


.logo {
    height: 70%;
}
.banner{
    margin-top: min(15vw, 70px);
}
.container {
    margin: 0 auto;
    width: min(95%, 700px);
    /* background: #111; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding-bottom: 50px; */
}




/* 輪播 */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 跑馬燈 */
/*marquee-1 start*/
.marquee-1 {
    color: #eee;
    height: 40px;
    max-width: 100vw;
    overflow: hidden;
    position: relative;
    display: grid;
    grid-template-columns: 2rem auto 1fr;
    background: rgba(0, 0, 0, 0.9);
    padding: .2rem;
    border-bottom: 1px solid #444;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.marquee-1 div.marquee-1-content {
    height: 100% !important;
    width: 100%;
    overflow: hidden;
}

.js-marquee {
    margin-top: -2px;
}

.marquee-1_newicon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.marquee-1-website {
    padding: 2px 0 0 1.5rem;
    height: 27px;
}

.marquee-1-content {
    /* margin: 2px 0 0 0; */
    color: #eee;
    font-size: 1.1rem;
    line-height: 40px;
}

/* 跳轉 */
.webBox {
    width: 100%;
    margin: ;
}

.link {
    width: 100%;
    padding: min(3vw, 20px) min(3.5vw, 30px);
    height: min(14vw, 90px);
    box-sizing: border-box;
    background: linear-gradient(#232323, #111);
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: min(3vw, 16px);
}

.link_left {
    display: flex;
    align-items: center;
}

.linkIcon {
    margin-right: min(4vw, 35px);
    height: min(7vw, 53px);
}

.link .linkLogo {
    height: min(100%, 45px);
    display: block;
}

.link .linkLogo02 {
    height: min(80%, 40px);
}

.link a:hover {
    filter: brightness(1.2);
}

.btn img {
    width: min(27vw, 166px);
}


.downloadBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* margin: min(4vw,20px) 0; */
    margin-top: min(1vw, 12px);
    margin-bottom: min(4vw, 36px);
}


.download img {
    display: block;
    width: min(45.7vw, 342px);
}

.download:hover {
    transform: scale(.98);
}

.socialBox {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: min(4.5vw, 36px);
}

.social {
    background: linear-gradient(#232323, #111);
    width: 48%;
    padding: min(2.8vw, 16px) min(2.8vw, 16px);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-radius: min(2vw, 12px);
    box-shadow: inset 0 2px 3px 1px rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    transition: .2s;
}


.social::before {
    content: "";
    position: absolute;
    width: 150%;
    height: 120px;
    right: -135%;
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(-30deg);
    transition: 0s;
}

.social:hover::before {
    right: 125%;
    transition: .4s;
}

.social img {
    margin-right: 16px;
    width: min(9.5vw, 62px);
}

.social p {
    color: #fff;
    font-weight: bold;
    font-size: min(4.3vw, 1.3rem);
    margin-bottom: min(.5vw, 4px);
}

.social span {
    color: #666666;
    font-size: min(3.8vw, .9rem);
}

/* 內頁 */
.page {
    width: 100%;
    margin-bottom: 30px;
}

.page img {
    width: 100%;
    display: block;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    /* overflow: hidden; */
}

.pageContent {
    width: 100%;
    border: 1px solid #f7b915;
    box-sizing: border-box;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top: none;
    padding: 16px;
    padding-bottom: 70px;
    position: relative;
    transition: .2s;
}

.pageText {
    height: 200px;
    overflow: hidden;
    transition: height 0.5s ease;
}

.pageText.active {
    /* height: auto; */
}

.pageText p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #f7b915;
    font-weight: bold;
    margin-bottom: 12px;
}

.pageText span {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.8rem;
}

a.spread {
    position: absolute;
    display: flex;
    background: linear-gradient(#e98900, #f7b915);
    padding: 6px 12px;
    width: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .9rem;
    right: 16px;
    bottom: 16px;
}

a.spread span {
    margin-right: 8px;
}

a.spread img {
    transition: .4s;
    width: auto;
}

a.spread:hover img {
    transform: translateX(3px);
}

.footerLogo {
    width: min(60%, 400px);
    margin: 0 auto 30px;
}

.copyright {
    color: #fff;
    text-align: center;
    font-size: .9rem;
    line-height: 1.8rem;
}

@media screen and (max-width: 500px) {

    .social::before {
        height: 40px
    }

    ;

}
/* —— 只优化两条跳转行的观感 —— */

/* 整体：降低高度、加呼吸感、内容垂直居中 */
.link{
  padding: 10px 14px !important;     /* 更紧凑的左右内边距 */
  min-height: 64px !important;       /* 胶囊高度不再臃肿 */
  border-radius: 36px !important;
  display: grid !important;
  grid-template-columns: 1fr auto !important;  /* 左自适应 + 右按钮 */
  align-items: center !important;
  gap: 14px !important;              /* 左右留出呼吸感 */
}

/* 左侧：图标 + 品牌 LOGO 尺寸统一 */
.link_left{
  min-width: 0;
  display: flex; align-items: center;
  gap: 10px;                          /* 图标与 LOGO 的间距 */
}
.linkIcon{ height: 28px !important; margin-right: 0 !important; }
.link .linkLogo{  max-height: 34px !important; height: 34px !important; width: auto !important; }
.link .linkLogo02{max-height: 32px !important; height: 32px !important; width: auto !important; }

/* 右侧红色按钮：统一高度，宽度自适应（不再显得鼓胀） */
.btn{
  display:flex; align-items:center; justify-content:center;
}
.btn img{
  height: 36px !important;            /* 和左侧 LOGO 视觉对齐 */
  width: auto !important;             /* 自适应，不把行撑宽 */
}

/* 两条之间留空，避免拥挤 */
.link + .link{ margin-top: 12px !important; }

/* 防止极窄屏过大：再压一档 */
@media (max-width: 360px){
  .link{ padding: 8px 12px !important; min-height: 60px !important; gap: 12px !important; }
  .linkIcon{ height: 26px !important; }
  .link .linkLogo{  height: 30px !important; }
  .link .linkLogo02{height: 28px !important; }
  .btn img{ height: 34px !important; }
}