﻿@charset "UTF-8";

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #333;
    font-family: -apple-system,Microsoft Yahei,sans-serif,宋体;
    font-size: 14px;
    line-height: 1.42857143;
}

body {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border-style: none;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}

    a:active, a:hover {
        outline-width: 0;
    }

.clearfix {
    zoom: 1;
}

    .clearfix:after, .clearfix:before {
        content: "";
        display: table;
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

html {
    font-size: calc(min(100vw, 750px)*100/750);
    margin: auto;
    max-width: min(100vw,750px);
    position: relative;
}

body {
    background-color: #000;
    font-size: 14px;
}

.color-success {
    color: #008026 !important;
}

.color-warning {
    color: #ffc600 !important;
}

.color-error {
    color: #df0404 !important;
}

.main {
    background-color: #000;
    background-image: url(https://storage.4ggpk.com/Content5pk12yearh5/images/bg.png);
    background-position: bottom;
    background-size: 100% auto;
    color: #fff;
}

.fixed-download, .main {
    background-repeat: no-repeat;
}

.fixed-download {
    background-image: url(https://storage.4ggpk.com/Content5pk12yearh5/images/down-bg.png);
    background-position: 50%;
    background-size: auto 100%;
    height: .71rem;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 7.5rem;
    z-index: 999;
}

.fixed-download__btn {
    -webkit-animation: breathe 1s ease-in-out infinite;
    animation: breathe 1s ease-in-out infinite;
    background-image: url(https://storage.4ggpk.com/Content5pk12yearh5/images/btn-down.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: transparent;
    cursor: pointer;
    height: .51rem;
    position: absolute;
    right: .2rem;
    text-indent: -9999px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.68rem;
}

    .fixed-download__btn:hover {
        background-position: 0 -.51rem;
    }

@-webkit-keyframes breathe {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
    }

    50% {
        -webkit-transform: translateY(-50%) scale(1.05);
        transform: translateY(-50%) scale(1.05);
    }

    to {
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
    }
}

@keyframes breathe {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
    }

    50% {
        -webkit-transform: translateY(-50%) scale(1.05);
        transform: translateY(-50%) scale(1.05);
    }

    to {
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
    }
}

.fixed-download-placeholder {
    height: .71rem;
}

.contact-cs {
    -webkit-animation: shake 1s ease-in-out infinite;
    animation: shake 1s ease-in-out infinite;
    background-image: url(https://storage.4ggpk.com/Content5pk12yearh5/images/cs.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    height: .8rem;
    left: 50%;
    position: fixed;
    text-indent: -9999px;
    top: 50%;
    -webkit-transform: translate(2.95rem,-50%);
    -ms-transform: translate(2.95rem,-50%);
    transform: translate(2.95rem,-50%);
    width: .8rem;
    z-index: 999;
}

@-webkit-keyframes shake {
    0%,to {
        -webkit-transform: translate(2.95rem,-50%) rotate(0deg);
        transform: translate(2.95rem,-50%) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(2.95rem,-50%) rotate(5deg);
        transform: translate(2.95rem,-50%) rotate(5deg);
    }

    50% {
        -webkit-transform: translate(2.95rem,-50%) rotate(0deg);
        transform: translate(2.95rem,-50%) rotate(0deg);
    }

    75% {
        -webkit-transform: translate(2.95rem,-50%) rotate(-5deg);
        transform: translate(2.95rem,-50%) rotate(-5deg);
    }
}

@keyframes shake {
    0%,to {
        -webkit-transform: translate(2.95rem,-50%) rotate(0deg);
        transform: translate(2.95rem,-50%) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(2.95rem,-50%) rotate(5deg);
        transform: translate(2.95rem,-50%) rotate(5deg);
    }

    50% {
        -webkit-transform: translate(2.95rem,-50%) rotate(0deg);
        transform: translate(2.95rem,-50%) rotate(0deg);
    }

    75% {
        -webkit-transform: translate(2.95rem,-50%) rotate(-5deg);
        transform: translate(2.95rem,-50%) rotate(-5deg);
    }
}

.banner {
    background-image: url(https://storage.4ggpk.com/Content5pk12yearh5/images/banner.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 5.5rem;
}

.download {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .02rem;
    justify-content: center;
    margin-top: -.68rem;
}

.download__btn {
    background-image: url(https://storage.4ggpk.com/Content5pk12yearh5/images/btn-down2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: transparent;
    cursor: pointer;
    height: 1.34rem;
    text-indent: -9999px;
    width: 3.7rem;
}

    .download__btn, .download__btn.is-android {
        background-position: 0 0;
    }

        .download__btn.is-android:hover {
            background-position: 0 -1.34rem;
        }

        .download__btn.is-ios {
            background-position: 0 -2.68rem;
        }

            .download__btn.is-ios:hover {
                background-position: 0 -4.02rem;
            }

.footer {
    background: #000;
    padding: .24rem .05rem .1rem;
    position: relative;
}

.footer__nav {
    font-size: 0;
}

    .footer__nav .item {
        color: gray;
        cursor: pointer;
        display: inline-block;
        font-size: .14rem;
        line-height: 1.5;
    }

        .footer__nav .item:not(:last-child):after {
            background: gray;
            content: "";
            display: inline-block;
            height: .12rem;
            margin: 0 .1rem;
            vertical-align: -.02rem;
            width: 1px;
        }

.footer__text {
    color: gray;
    font-size: .14rem;
    line-height: 1.5;
}

.footer__line {
    background: #414141;
    height: .02rem;
    margin: .16rem 0;
}

.footer__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .05rem;
    justify-content: center;
    margin-top: .24rem;
}

    .footer__link, .footer__link .item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .footer__link .item {
            background: #363639;
            border-radius: .04rem;
            height: .56rem;
            padding: 0 .08rem;
            width: 2.4rem;
        }

        .footer__link .item-img {
            height: .32rem;
            margin-right: .08rem;
            width: .32rem;
        }

        .footer__link .item-cont {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            overflow: hidden;
        }

        .footer__link .item-text {
            color: #ccc;
            font-size: .14rem;
        }

        .footer__link .item-text, .footer__link .item-text2 {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .footer__link .item-text2 {
            color: #9e9e9e;
            font-size: .12rem;
        }

.footer__qr {
    position: absolute;
    right: .4rem;
    top: .2rem;
}

    .footer__qr .qr-text1 {
        color: #fff;
        font-size: .16rem;
        font-weight: 700;
        margin-bottom: .08rem;
        text-align: center;
    }

    .footer__qr .qr-img {
        border-radius: .04rem;
        display: block;
        height: 1.2rem;
        margin: auto;
        width: 1.2rem;
    }

.footer a:hover {
    color: #fff !important;
}

.inscription {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 4.38rem;
    margin: .28rem 0;
    width: 7.5rem;
}

    .inscription .inscription-profession {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: .03rem;
        justify-content: center;
    }

    .inscription .inscription-profession__item {
        background-image: url(https://storage.4ggpk.com/Content5pk12yearh5/images/mw_sprites.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        color: transparent;
        cursor: pointer;
        height: .79rem;
        text-indent: -9999px;
        width: 1.67rem;
    }

        .inscription .inscription-profession__item.is-zs {
            background-position: 0 0;
        }

            .inscription .inscription-profession__item.is-zs.is-active {
                background-position: 0 -.79rem;
            }

        .inscription .inscription-profession__item.is-fs {
            background-position: 0 -1.58rem;
        }

            .inscription .inscription-profession__item.is-fs.is-active {
                background-position: 0 -2.37rem;
            }

        .inscription .inscription-profession__item.is-ds {
            background-position: 0 -3.16rem;
        }

            .inscription .inscription-profession__item.is-ds.is-active {
                background-position: 0 -3.95rem;
            }

        .inscription .inscription-profession__item.is-com {
            background-position: 0 -4.74rem;
        }

            .inscription .inscription-profession__item.is-com.is-active {
                background-position: 0 -5.53rem;
            }

    .inscription .inscription-skill {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: .06rem;
        margin-top: .16rem;
        padding-left: .4rem;
    }

    .inscription .inscription-skill__item {
        background: #3f3e3c;
        color: #f4db98;
        cursor: pointer;
        font-size: .2rem;
        font-weight: 700;
        height: .46rem;
        line-height: .46rem;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 1.29rem;
    }

        .inscription .inscription-skill__item.is-active {
            background: #fff1cd;
            color: #424040;
        }

    .inscription .inscription-desc {
        margin-top: .08rem;
        padding: 0 .4rem;
    }

    .inscription .inscription-desc__table {
        position: relative;
    }

        .inscription .inscription-desc__table:after {
            background: url(https://storage.4ggpk.com/Content5pk12yearh5/images/seal.png) no-repeat 50%/cover;
            content: "";
            height: 1.66rem;
            pointer-events: none;
            position: absolute;
            right: -.07rem;
            top: 0;
            width: 1.94rem;
        }

        .inscription .inscription-desc__table table {
            background: #fff1cd;
            border-collapse: collapse;
            border-radius: 0;
            border-top: 1px dashed #302e3e;
            table-layout: fixed;
            width: 100%;
        }

        .inscription .inscription-desc__table td, .inscription .inscription-desc__table th {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .inscription .inscription-desc__table td {
            border-bottom: 1px dashed #302e3e;
            border-right: 1px dashed #302e3e;
            color: #363232;
            font-size: .2rem;
            height: .37rem;
            line-height: .37rem;
            overflow: hidden;
            padding: 0 .16rem;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .inscription .inscription-desc__table td:first-child {
                border-left: 1px dashed #302e3e;
                text-align: center;
                width: 1.7rem;
            }
