@font-face {
    font-family: 'HarmonyOS';
    src: url('../css/HarmonyOS_Sans_SC_Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans SC", Arial, "Microsoft YaHei", 微软雅黑, sans-serif;
    font-family: "HarmonyOS", "Noto Sans SC", Arial, "Microsoft YaHei", 微软雅黑, sans-serif;
    width: 100%;
    background: #eaf7ff;
    box-sizing: border-box;
    font-size: clamp(min(3.2vw, 12px), 1.2vw, 16px);
    font-size: min(3vw, 18px);
    color: #000;
}

a {
    text-decoration: none;
    transition: 0.2s;
}

p {
    margin: 0;
}

img {
    line-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
    display: block;
}

.w750 {
    position: relative;
    box-sizing: border-box;
    width: min(100%, 750px);
    margin: 0 auto;
    aspect-ratio: 750/1334;
    background: #fff url(../img/BG.png) 50% 0% no-repeat;
    background-size: 100% auto;
}

.mainBtn {
    text-align: center;
    width: auto;
    display: inline-block;
    margin: auto 0;
    margin-top: 43%;

}

.btn {
    display: inline-block;
    margin: .5rem 0;
    width: min(50vw, 387px);
}

.btn img {
    width: 100%;
}

.btn:hover {
    transform: scale(.96);
}

.download {
    width: 100%;
    margin-top: 46%;
    display: block;
    display: flex;
    z-index: 2;
    position: relative;
    overflow: hidden;
}

.download img {
    width: 100%;
}

/* .download:hover img {
    animation: download 1s forwards;
} */

 img.downloadBtn {
    width: min(6.5rem, 143px);
    position: absolute;
    z-index: 66;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    /* animation: scale .5s infinite; */
    /* animation: menuBtn 2s infinite; */
    animation: menuBtn 2s infinite, scale02 .4s infinite;
    transition: .2s;
}

@keyframes scale02 {
    0% {
        transform: translateY(-50%) scale(1);
    }

    30% {
        transform: translateY(-50%) scale(.9);
    }

    10% {
        transform: translateY(-50%) scale(1);
    }
}

@keyframes download {
    0% {
        filter: brightness(1);
    }

    20% {
        filter: brightness(1.08);
    }

    100% {
        filter: brightness(1);
    }
}

@keyframes downloadBtn {
    0% {
        filter: brightness(1);
    }

    20% {
        filter: brightness(1.08);
    }

    100% {
        filter: brightness(1);
    }
}


footer {
    position: fixed;
    z-index: 2;
    bottom: 0;
    width: min(100%, 750px);
    background: url(../img/footer.png) 50% 0% no-repeat;
    background-size: 100% auto;
    aspect-ratio: 750/141;
}

.menuBox {
    position: absolute;
    z-index: 1;
    bottom: 10%;
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}

.menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 14%;
}

.menuBtn {

    z-index: 5;
    position: relative;
}

.menuBtn img {
    width: min(20vw, 151px);
    margin-bottom: .5rem;
    animation: menuBtn 2s infinite, scale .4s infinite;
    /* animation: scale 2s infinite; */
    /* transform: scale(.9); */
}

/* .menuBtn:hover img {
    transform: scale(.95);
    transition: .2s;
} */

@keyframes menuBtn {
    0% {
        filter: brightness(1);
    }

    20% {
        filter: brightness(1.15);
    }

    100% {
        filter: brightness(1);
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(.9);
    }

    10% {
        transform: scale(1);
    }
}

.menu span {
    color: #585858;
}

.menu:hover span {
    color: #007eff;
}

.menuImg {
    width: min(3.2rem, 50px);
    height: min(2.5rem, 50px);
    display: flex;
    margin-bottom: .5rem;
    align-items: flex-end;
    justify-content: center;
}



/* 彈窗 */
.cover {
    z-index: 99;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    pointer-events: none;
}

.pop {
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
    width: min(95vw, 660px);
    height: auto;
    max-height: 80vh;
    padding: 2.5rem 1.5rem;
    display: flex;
    background: linear-gradient(#f1f7ff, #fff, #eef3fe);
    /* border: 2px solid rgba(255, 255, 255, .7); */
    border-radius: 2rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: .4s;
    box-sizing: border-box;
}

.pop03 {
    position: absolute;
    padding-top: 0;
    text-align: left;
    max-height: initial;
    transform: translate(-50%, 0);
    top: 5%;
}


.logo02 {
    margin-top: -1px;
    margin-bottom: 1.2rem;
    width: min(24rem, 423px);
}

.pop .content {
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pop03 .content {
    width: 95%;
}

.close {
    position: absolute;
    bottom: -5rem;
}

.close img {
    width: min(3.5rem, 65px);
    height: auto;
}

.pop.active,
.cover.active {
    opacity: 1;
    pointer-events: initial;
}

.cover.active {
    opacity: 1;
    pointer-events: initial;
}

.popLogo {
    margin-bottom: 1rem;
    width: min(17rem, 329px);
}

.pop01 .input01 {
    position: relative;
    width: 100%;
    height: 3.5rem;
    background: #f8f8f8;
    border: 2px solid rgba(252, 253, 255, .7);
    box-sizing: border-box;
    border-radius: .8rem;
    margin: .25rem auto;
}

.pop01 .input01 .hide {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: min(1.6rem, 36px);
}

.pop01 .input01 input {
    border: none;
    width: 100%;
    height: 100%;
    outline: none;
    padding: 0 2rem;
    background: none;
    font-size: 1.3rem;
    box-sizing: border-box;
}

.pop .input01 input::placeholder {
    font-family: "HarmonyOS", "Noto Sans SC", Arial, "Microsoft YaHei", 微软雅黑, sans-serif;
    color: #b1b1b1;
}

.pop01 .input02 {
    display: flex;
    align-items: center;
    margin: .5rem 0;
}

.pop01 .input02 input {
    display: flex;
}

.pop01 .input02 input[type=checkbox] {
    border: none;
    background: #efefed;
    outline: none;
    width: 30px;
    height: 30px;
}

.pop01 .input02 span {
    color: #000;
    font-size: 1.2rem;
    margin-left: .4rem;
}

button.popBtn {
    width: 100%;
    border: 2px solid #fff;
    background: linear-gradient(#3180fb 50%, #32acff);
    padding: .6rem 0;
    border-radius: .8rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    cursor: pointer;
    transition: .2s;
}

button.popBtn:hover {
    filter: brightness(1.1);
}

/* 彈窗02 */
.pop02 .input_flex {
    display: flex;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: .25rem auto;
}

.pop02 .input01 {
    align-items: center;
    justify-content: space-between;
    background: #f8f8f8;
    border: 2px solid rgba(252, 253, 255, .7);
    box-sizing: border-box;
    border-radius: .8rem;
    height: 3.5rem;
    position: relative;
}

.pop02 .input01 input {
    border: none;
    width: 100%;
    height: 100%;
    outline: none;
    padding: 0 1.5rem;
    background: none;
    font-size: 1.3rem;
    box-sizing: border-box;
}

.captcha {
    background: #3180fb;
    display: inline-block;
    position: absolute;
    height: 100%;
    right: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .5rem;
    font-weight: bold;
    border-radius: .8rem;
    cursor: pointer;
    font-weight: normal;
}

.pop02 .label {
    font-size: 1.3rem;
    color: #3188fc;
    font-weight: bold;
}

.pop02 p {
    color: #000;
    font-size: 1.1rem;
    margin: 1rem 0;
}

.title01 {
    width: min(22rem, 451px);
}

/* 表格 */
.pop table {
    width: 100%;
    height: 110px;
    text-align: center;
    border-collapse: collapse;
    /* border-radius: 12px; */
    overflow: hidden;
    border: none;
    /* border:  1px solid #000; */
    box-sizing: border-box;

}

.table {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 16px;
    overflow: hidden;
    display: inline-block;
    margin: 1rem 0;
    font-weight: normal;
    height: 110px;
}

.pop thead {
    background: linear-gradient(#3180fb, #32acff);
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}

.pop thead tr th {
    font-weight: bold;
}

.pop table tr {
    border-radius: 5px;
    overflow: hidden;
}

.pop table th {
    padding: .5rem 0;
    font-weight: normal;
}

.table tr th:last-child,
.table tr td:last-child {
    border-right: none;

}

/* 最下面不要畫 */

.table tr:last-child th {
    border-bottom: none;
}

th,
td {
    border: 1px solid #d8d8d8;
}

.pop03 ul {
    color: #414141;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.pop03 ul li {
    margin-bottom: .5rem;
}

.desp {
    text-align: left;
}

.subTitle {
    background: linear-gradient(#3180fb, #32acff);
    padding: .2rem .4rem;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    font-size: 1rem;
    display: inline-block;
    margin-bottom: .3rem;
}

.subTitle p {
    display: inline-block;
}

@media screen and (max-width: 750px) {
    .menuImg {
        height: min(2.5rem, 50px);
    }

    .menuImg img {
        height: 100%;
    }

    .pop .content {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {

    .w750 {
        background: url(../img/BG_m.png) 50% 0% no-repeat;
        background-size: 100% auto;
    }



}