﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    background: #fff;
    color: #333;
    -webkit-tap-highlight-color: transparent;
    font-family: Montserrat !important;
    font-size: 14px;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
}

@font-face {
    font-family: "Montserrat";
    src: url("./Figtree-VariableFont_wght.ttf"); /* IE9+ */
}

body {
    position: relative;
}

ul, ol {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    background-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: capitalize;
    font-weight: bold !important;
}

button {
    border: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.container {
    max-width: 1200px;
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
}

img {
    border-style: none;
}

input, textarea {
    font-size: 14px;
    outline: none;
}

    input[type=submit] {
        -webkit-appearance: none;
    }

div, i {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.cateActive {
    overflow: hidden;
}

    body.cateActive .categoryBox {
        display: flex;
    }

body.seaActive {
    overflow: hidden;
}

    body.seaActive .searchBox {
        display: flex;
    }

body.emailActive {
    overflow: hidden;
}

    body.emailActive .emailBox {
        display: flex;
    }

body.languageActive {
    overflow: hidden;
}

    body.languageActive .languageBox {
        display: flex;
    }

.ad {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .ad > p {
        font-size: 12px;
        color: #999;
        margin-top: 10px;
    }

@media screen and (max-width: 767px) {
    .ad {
        margin: 16px 0;
    }
}

.layui-rate {
    display: flex !important;
    align-items: center;
    padding: 0 !important;
}

    .layui-rate li {
        margin: 0 2px 0 0 !important;
        width: auto !important;
    }

.layui-icon::before {
    content: "\e7b8" !important;
    font-family: iconfont;
    font-size: 12px !important;
}

.layui-icon-rate-solid {
    color: #FFBB32 !important;
}

.layui-icon-rate {
    color: #ddd !important;
}

header {
    width: 100%;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

    header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 70px;
    }

        header .container .logo {
            height: 40px;
            display: block;
        }

            header .container .logo > img {
                height: 100%;
            }

        header .container .logoR {
            width: calc(100% - 186px);
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-left: 126px;
        }

            header .container .logoR .searchBtn {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 240px;
                height: 40px;
                background: #F5F5F5;
                border-radius: 16px;
                overflow: hidden;
                transition: all 0.3s;
                position: relative;
            }

                header .container .logoR .searchBtn > input {
                    border-radius: 20px;
                    width: 100%;
                    height: 40px;
                    background: #F5F5F5;
                    color: #999;
                    font-size: 14px;
                    text-indent: 16px;
                    -webkit-text-fill-color: #999;
                    border: none;
                }

                header .container .logoR .searchBtn > button {
                    background: transparent;
                    position: absolute;
                    width: 20px;
                    height: 20px;
                    top: 10px;
                    right: 10px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    header .container .logoR .searchBtn > button .iconfont {
                        font-size: 16px;
                        color: #999;
                    }

            header .container .logoR > nav {
                display: flex;
                align-items: center;
            }

                header .container .logoR > nav .late {
                    margin-left: 20px;
                    background: transparent;
                    padding: 0;
                    position: relative;
                    z-index: 9;
                    cursor: pointer;
                }

                    header .container .logoR > nav .late > a {
                        height: 40px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        background: #F5F5F5;
                        border-radius: 16px;
                        padding: 12px;
                        transition: all 0.3s;
                    }

                        header .container .logoR > nav .late > a .iconfont {
                            font-size: 18px;
                            color: #5F6368;
                        }

                        header .container .logoR > nav .late > a span {
                            font-weight: bold;
                            font-size: 16px;
                            margin-left: 8px;
                            line-height: 15px;
                            color: #5F6368;
                        }

                    header .container .logoR > nav .late .lateL {
                        display: none;
                        position: absolute;
                        left: 0;
                        top: 52px;
                        padding: 12px;
                        background: #FFFFFF;
                        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
                        border-radius: 16px;
                    }

                        header .container .logoR > nav .late .lateL li a {
                            display: flex;
                            justify-content: space-between;
                            align-items: center;
                            min-width: 250px;
                            padding: 11px 16px 11px 24px;
                            background: #F9FAFB;
                            border-radius: 12px;
                            position: relative;
                        }

                            header .container .logoR > nav .late .lateL li a::before {
                                font-family: iconfont;
                                content: "\e81b";
                                position: absolute;
                                color: #007DF4;
                                font-size: 4px;
                                top: 18px;
                                left: 12px;
                            }

                            header .container .logoR > nav .late .lateL li a p {
                                font-size: 16px;
                                color: #333333;
                                font-weight: 600;
                            }

                            header .container .logoR > nav .late .lateL li a span {
                                font-size: 14px;
                                color: #666666;
                            }

@media screen and (min-width: 1181px) {
    header .container .logoR > nav .late .lateL li a:hover {
        background: #EBF5FF;
    }
}

header .container .logoR > nav .late .lateL li + li {
    margin-top: 8px;
}

header .container .logoR > nav .late .lateL li:nth-last-child(1) a {
    justify-content: center;
}

    header .container .logoR > nav .late .lateL li:nth-last-child(1) a img {
        width: 20px;
        height: 20px;
    }

    header .container .logoR > nav .late .lateL li:nth-last-child(1) a::before {
        display: none;
    }

header .container .logoR > nav .late::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    background: transparent;
    left: 0;
    top: 38px;
    display: none;
    transition: all 0.3s;
}

header .container .logoR > nav .late:hover > a .iconfont, header .container .logoR > nav .late:hover > a span {
    color: #007DF4;
}

header .container .logoR > nav .late:hover::before {
    display: block;
}

header .container .logoR > nav .late:hover .lateL {
    display: block;
}

@media screen and (max-width: 1140px) {
    header .container .logoR > nav {
        margin-right: 20px;
    }

        header .container .logoR > nav .late {
            margin-left: 15px;
        }
}

header .container .email, header .container .cate,
header .container .sea {
    display: none;
    width: 40px;
    height: 40px;
    background: #F5F5F5;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
}

    header .container .email .iconfont, header .container .cate .iconfont,
    header .container .sea .iconfont {
        font-size: 16px;
        color: #5F6368;
    }

header .container .email {
    display: flex;
}

header .container .sea {
    margin-right: 12px;
}

header .container .navBar {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1023px) {
    header .container {
        height: 50px;
    }

        header .container .logoR {
            display: none;
        }

        header .container .sea,
        header .container .cate {
            display: flex;
        }
}

.main {
    margin: 24px auto;
    min-height: calc(100% - 350px);
}

    .main .title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

        .main .title > h2 {
            font-size: 28px;
        }

@media screen and (max-width: 700px) {
    .main .title > h2 {
        font-size: 24px;
    }
}

.main .title > a {
    color: #999;
    transition: all 0.3s;
    font-weight: 500;
    background: #F9FAFB;
    border-radius: 10px;
    border: 1px solid #EBEFF3;
    padding: 5px 10px;
}

    .main .title > a .iconfont {
        color: #999;
    }

@media screen and (min-width: 1181px) {
    .main .title > a:hover {
        background: #F2F9FF;
        border: 1px solid #EBF5FF;
        color: #007DF4;
    }

        .main .title > a:hover .iconfont {
            color: #007DF4;
        }
}

.main .crumb {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #999;
    margin: 20px 0;
}

    .main .crumb a {
        font-weight: 500;
        margin-right: 8px;
    }

        .main .crumb a + a {
            margin-left: 8px;
        }

@media screen and (min-width: 1181px) {
    .main .crumb a:hover {
        color: #007DF4;
    }
}

.main .crumb p {
    margin-left: 8px;
    font-weight: 500;
    color: #999;
}

.main .load {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 50px;
    margin: 24px auto;
    background: #EBF5FF;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #007DF4;
    transition: all 0.3s;
}

@media screen and (min-width: 1181px) {
    .main .load:hover {
        color: #007DF4;
    }
}

.main .mainbox {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

    .main .mainbox .left {
        width: calc(100% - 376px);
    }

        .main .mainbox .left .platform {
            margin: 20px 0;
            display: flex;
            flex-wrap: wrap;
            border: 1px solid #EEEEEE;
        }

            .main .mainbox .left .platform > li {
                width: 100%;
                display: flex;
                justify-content: space-between;
            }

                .main .mainbox .left .platform > li > p {
                    width: 330px;
                    padding: 10px 16px;
                    font-weight: 600;
                    display: flex;
                    align-items: center;
                }

                    .main .mainbox .left .platform > li > p .iconfont {
                        font-size: 20px;
                        margin-right: 12px;
                        font-weight: 400;
                    }

                .main .mainbox .left .platform > li span {
                    padding: 10px 16px;
                    display: flex;
                    width: calc(100% - 330px);
                    color: #666;
                    font-size: 12px;
                    border-left: 1px solid #EEEEEE;
                }

                .main .mainbox .left .platform > li + li {
                    border-top: 1px solid #EEEEEE;
                }

@media screen and (max-width: 767px) {
    .main .mainbox .left .platform > li p {
        width: 170px;
    }

    .main .mainbox .left .platform > li span {
        width: calc(100% - 170px);
    }
}

.main .mainbox .left .info {
    margin: 20px 0;
    display: flex;
}

    .main .mainbox .left .info .thumb {
        width: 122px;
        height: 122px;
        border-radius: 20px;
        overflow: hidden;
        margin-right: 24px;
    }

        .main .mainbox .left .info .thumb > img,
        .main .mainbox .left .info .thumb > picture > img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
        }

        .main .mainbox .left .info .thumb > picture {
            width: 100%;
            height: 100%;
            display: block;
        }

    .main .mainbox .left .info .con {
        width: calc(100% - 146px);
    }

        .main .mainbox .left .info .con > h4 {
            color: #333;
            font-weight: 600;
            font-size: 32px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        .main .mainbox .left .info .con .rate {
            display: flex;
            align-items: center;
            margin: 0 24px;
            position: relative;
            padding: 0 24px;
        }

            .main .mainbox .left .info .con .rate > p {
                color: #333;
                font-weight: 600;
                font-size: 16px;
                line-height: 14px;
            }

            .main .mainbox .left .info .con .rate .layui-icon {
                font-size: 12px;
            }

            .main .mainbox .left .info .con .rate .layui-rate {
                padding: 0;
                margin-bottom: 0;
                margin-top: 12px;
            }

            .main .mainbox .left .info .con .rate::before {
                content: "";
                width: 1px;
                height: 24px;
                background: #eee;
                position: absolute;
                left: 0;
                top: 8px;
            }

            .main .mainbox .left .info .con .rate::after {
                content: "";
                width: 1px;
                height: 24px;
                background: #eee;
                position: absolute;
                right: 0;
                top: 8px;
            }

        .main .mainbox .left .info .con > ul {
            width: 100%;
            margin-top: 24px;
            display: flex;
        }

            .main .mainbox .left .info .con > ul > li {
                display: flex;
                align-items: center;
                flex-direction: column;
            }

                .main .mainbox .left .info .con > ul > li > span {
                    color: #333;
                    font-weight: 600;
                    font-size: 16px;
                    line-height: 14px;
                    margin-bottom: 8px;
                }

                .main .mainbox .left .info .con > ul > li > small {
                    font-size: 12px;
                    color: #666;
                }

@media screen and (max-width: 767px) {
    .main .mainbox .left .info {
        margin: 10px 0;
    }

        .main .mainbox .left .info .thumb {
            width: 100px;
            height: 100px;
            margin-right: 12px;
        }

        .main .mainbox .left .info .con {
            width: calc(100% - 112px);
        }

            .main .mainbox .left .info .con h4 {
                font-size: 26px;
            }

            .main .mainbox .left .info .con ul {
                margin-top: 12px;
            }

                .main .mainbox .left .info .con ul .rate {
                    margin: 0 8px;
                    padding: 0 8px;
                }
}

@keyframes downloadBtnAniPC {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(34, 134, 255, 0);
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0px rgba(34, 134, 255, 0);
    }
}

.main .mainbox .left .downloadBox {
    margin: 20px 0;
}

    .main .mainbox .left .downloadBox .downloadM {
        background: #F9FAFB;
        border-radius: 16px;
        padding: 20px;
        margin-top: 16px;
    }

        .main .mainbox .left .downloadBox .downloadM .security {
            display: flex;
            align-items: center;
            color: #28C840;
            font-weight: 600;
        }

            .main .mainbox .left .downloadBox .downloadM .security .iconfont {
                color: #28C840;
                font-size: 16px;
                margin-right: 12px;
            }

        .main .mainbox .left .downloadBox .downloadM .downloadApk {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            margin: 20px auto;
            height: 60px;
            background: #007DF4;
            border-radius: 16px;
            font-size: 20px;
            font-weight: 700;
            color: #fff;
            animation: downloadBtnAni 2s ease-in-out infinite, downloadBtnAniPC 1.5s infinite;
            transition: all 0.3s cubic-bezier(0.2, 0.57, 0.36, 0.8);
            box-shadow: 0 0 0 0 rgba(34, 134, 255, 0.6);
        }

        .main .mainbox .left .downloadBox .downloadM .installBtn {
            margin-top: 16px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .main .mainbox .left .downloadBox .downloadM .installBtn > li {
                width: calc(50% - 10px);
            }

                .main .mainbox .left .downloadBox .downloadM .installBtn > li > a {
                    display: flex;
                    align-items: center;
                    flex-direction: column;
                    padding: 10px;
                    width: 100%;
                    background: #FFFFFF;
                    border-radius: 16px;
                    border: 2px solid #EBF5FF;
                    transition: all 0.3s;
                }

                    .main .mainbox .left .downloadBox .downloadM .installBtn > li > a > p {
                        display: flex;
                        align-items: center;
                        color: #333;
                        font-weight: 600;
                    }

                        .main .mainbox .left .downloadBox .downloadM .installBtn > li > a > p .iconfont {
                            color: #333;
                            font-weight: 400;
                            font-size: 24px;
                            margin-right: 16px;
                        }

                    .main .mainbox .left .downloadBox .downloadM .installBtn > li > a > span {
                        color: #999;
                        margin-top: 5px;
                        font-size: 12px;
                    }

@media screen and (min-width: 1180px) {
    .main .mainbox .left .downloadBox .downloadM .installBtn > li > a:hover {
        border: 2px solid #fff;
        background: #007DF4;
        box-shadow: 0px 0px 8px 0px rgba(62, 212, 246, 0.7);
    }

        .main .mainbox .left .downloadBox .downloadM .installBtn > li > a:hover > span {
            color: #fff;
        }

        .main .mainbox .left .downloadBox .downloadM .installBtn > li > a:hover > p {
            color: #fff;
        }

            .main .mainbox .left .downloadBox .downloadM .installBtn > li > a:hover > p .iconfont {
                color: #fff;
            }
}

.main .mainbox .left .downloadBox .downloadM .installBtn > li + li {
    margin-left: 16px;
}

@media screen and (max-width: 1279px) {
    .main .mainbox .left .downloadBox .downloadM .installBtn {
        width: 100%;
        flex-direction: column;
    }

        .main .mainbox .left .downloadBox .downloadM .installBtn > li {
            width: 100%;
        }

            .main .mainbox .left .downloadBox .downloadM .installBtn > li + li {
                margin-left: 0;
                margin-top: 16px;
            }
}

.main .mainbox .left .versionBox {
    margin-top: 24px;
}

    .main .mainbox .left .versionBox ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .main .mainbox .left .versionBox ul li {
            width: 100%;
            margin: 8px 0;
        }

            .main .mainbox .left .versionBox ul li a {
                padding: 12px;
                background: #F9FAFB;
                border-radius: 16px;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
                transition: all 0.3s;
            }

                .main .mainbox .left .versionBox ul li a .thumbs {
                    display: flex;
                    align-items: center;
                }

                    .main .mainbox .left .versionBox ul li a .thumbs img {
                        width: 60px;
                        height: 60px;
                        -o-object-fit: cover;
                        object-fit: cover;
                        -o-object-position: center;
                        object-position: center;
                        border-radius: 12px;
                        overflow: hidden;
                        margin-right: 10px;
                    }

                    .main .mainbox .left .versionBox ul li a .thumbs dl dt {
                        font-size: 16px;
                    }

                    .main .mainbox .left .versionBox ul li a .thumbs dl dd {
                        font-size: 12px;
                        margin-top: 12px;
                        color: #999;
                    }

                .main .mainbox .left .versionBox ul li a p {
                    display: flex;
                    align-items: center;
                    font-size: 18px;
                }

                    .main .mainbox .left .versionBox ul li a p .iconfont {
                        font-size: 24px;
                        margin-right: 6px;
                    }

                .main .mainbox .left .versionBox ul li a span {
                    font-size: 12px;
                    color: #666666;
                }

@media screen and (min-width: 1181px) {
    .main .mainbox .left .versionBox ul li a:hover {
        background: #007DF4;
        color: #fff;
    }

        .main .mainbox .left .versionBox ul li a:hover dl dt, .main .mainbox .left .versionBox ul li a:hover dl dd {
            color: #fff;
        }

        .main .mainbox .left .versionBox ul li a:hover .iconfont {
            color: #fff;
        }
}

.main .mainbox .left #iframe_download {
    display: none;
}

.main .mainbox .left .module {
    margin: 20px 0;
}

    .main .mainbox .left .module .moduleMain {
        margin-top: 16px;
        background: #F9FAFB;
        border-radius: 8px;
        padding: 16px;
    }

        .main .mainbox .left .module .moduleMain .des {
            max-height: 600px;
            min-height: 80px;
            overflow: hidden;
            position: relative;
            font-size: 15px;
            color: #666666;
            line-height: 24px;
            box-sizing: content-box;
            font-family: Montserrat !important;
        }

            .main .mainbox .left .module .moduleMain .des > p, .main .mainbox .left .module .moduleMain .des > span {
                font-size: 15px;
                color: #666666;
                line-height: 24px;
                box-sizing: content-box;
                font-family: Montserrat !important;
            }

                .main .mainbox .left .module .moduleMain .des > p > span, .main .mainbox .left .module .moduleMain .des > span > span {
                    font-size: 15px;
                    color: #666666;
                    line-height: 24px;
                    box-sizing: content-box;
                    font-family: Montserrat !important;
                    margin: 0 auto;
                }

            .main .mainbox .left .module .moduleMain .des h1, .main .mainbox .left .module .moduleMain .des h2, .main .mainbox .left .module .moduleMain .des h3, .main .mainbox .left .module .moduleMain .des h4, .main .mainbox .left .module .moduleMain .des h5, .main .mainbox .left .module .moduleMain .des h6 {
                margin: 10px 0;
            }

            .main .mainbox .left .module .moduleMain .des ul li {
                list-style: none;
            }

            .main .mainbox .left .module .moduleMain .des p {
                margin: 10px 0;
            }

        .main .mainbox .left .module .moduleMain .showAll {
            max-height: 5000px;
            padding-bottom: 17px;
        }

        .main .mainbox .left .module .moduleMain .moreBtn {
            display: flex;
            justify-content: center;
            margin-top: 10px;
            padding-right: 20px;
            position: relative;
        }

            .main .mainbox .left .module .moduleMain .moreBtn .moreShow {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 180px;
                height: 50px;
                background: #FFFFFF;
                border-radius: 25px;
                border: 2px solid #EBF5FF;
                font-size: 1em;
                transition: all 0.3s;
                font-weight: 500;
                color: #007DF4;
            }

                .main .mainbox .left .module .moduleMain .moreBtn .moreShow::before {
                    font-family: "iconfont";
                    display: block;
                    content: " Show More \e81a";
                    font-weight: 600;
                    font-size: 14px;
                }

                .main .mainbox .left .module .moduleMain .moreBtn .moreShow:hover {
                    opacity: 0.8;
                }

            .main .mainbox .left .module .moduleMain .moreBtn .lessShow::before {
                font-family: "iconfont";
                display: block;
                content: "Show Less \e81c";
                font-weight: 600;
                margin-right: 5px;
                font-size: 14px;
            }

            .main .mainbox .left .module .moduleMain .moreBtn::before {
                content: "";
                position: absolute;
                top: -40px;
                left: 0;
                width: 100%;
                height: 40px;
                background: linear-gradient(180deg, rgba(249, 250, 251, 0.4), rgb(249, 250, 251));
            }

    .main .mainbox .left .module.act .des {
        max-height: 5000px !important;
    }

.main .mainbox .left .download {
    margin: 24px 0;
    display: flex;
    justify-content: space-between;
    background: #F9FAFB;
    border-radius: 16px;
    border: 1px solid #ECEDEE;
    padding: 32px;
}

    .main .mainbox .left .download > .install {
        width: 779px;
    }

        .main .mainbox .left .download > .install > li {
            border-radius: 25px;
            padding: 0 4px 0 24px;
            height: 50px;
            display: flex;
            align-items: center;
        }

            .main .mainbox .left .download > .install > li:nth-child(1) {
                background: #68CC5B;
                transition: all 0.3s;
            }

                .main .mainbox .left .download > .install > li:nth-child(1) > a {
                    width: 100%;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    color: #fff;
                }

                    .main .mainbox .left .download > .install > li:nth-child(1) > a > span {
                        font-family: Nunito-Black;
                        font-size: 16px;
                    }

                    .main .mainbox .left .download > .install > li:nth-child(1) > a > p {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 232px;
                        height: 42px;
                        background: rgba(255, 255, 255, 0.2);
                        border-radius: 30px;
                        font-family: Nunito-Black;
                        font-size: 16px;
                    }

                        .main .mainbox .left .download > .install > li:nth-child(1) > a > p .iconfont {
                            font-size: 14px;
                            margin-right: 9px;
                        }

@media screen and (min-width: 1181px) {
    .main .mainbox .left .download > .install > li:nth-child(1):hover {
        box-shadow: 0px 4px 8px 0px rgba(104, 204, 91, 0.5);
    }
}

.main .mainbox .left .download > .install > li + li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #E8E9EA;
    margin-top: 16px;
    cursor: pointer;
}

    .main .mainbox .left .download > .install > li + li > span {
        color: #5F6368;
        font-family: Nunito-Black;
        font-size: 16px;
    }

    .main .mainbox .left .download > .install > li + li > nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .main .mainbox .left .download > .install > li + li > nav > a {
            position: relative;
            cursor: pointer;
            height: 42px;
            background: #EEF1F2;
            border-radius: 30px;
            padding: 0 24px;
            display: flex;
            align-items: center;
            margin-left: 8px;
        }

            .main .mainbox .left .download > .install > li + li > nav > a > span {
                display: flex;
                align-items: center;
                justify-content: center;
                font-family: Nunito-Black;
                color: #5F6368;
            }

                .main .mainbox .left .download > .install > li + li > nav > a > span .iconfont {
                    color: #5F6368;
                    font-size: 14px;
                    margin-right: 9px;
                }

            .main .mainbox .left .download > .install > li + li > nav > a .code {
                display: none;
                position: absolute;
                top: 58px;
                left: calc(50% - 42px);
                background: #eef1f2;
                border-radius: 10px;
                padding: 4px;
                z-index: 99;
            }

                .main .mainbox .left .download > .install > li + li > nav > a .code:before {
                    content: "";
                    position: absolute;
                    top: -20px;
                    left: 50%;
                    transform: translateX(-50%);
                    width: 0;
                    height: 0;
                    border-left: 15px solid transparent;
                    border-right: 15px solid transparent;
                    border-bottom: 20px solid #eef1f2;
                }

                .main .mainbox .left .download > .install > li + li > nav > a .code > img {
                    width: 80px;
                }

@media screen and (min-width: 1181px) {
    .main .mainbox .left .download > .install > li + li:hover > nav > a .code {
        display: block;
    }
}

.main .mainbox .left .download .security {
    width: calc(100% - 803px);
}

    .main .mainbox .left .download .security > h2 {
        color: #5F6368;
        font-size: 18px;
    }

        .main .mainbox .left .download .security > h2 .iconfont {
            color: #007DF4;
            font-size: 18px;
            margin-right: 10px;
        }

    .main .mainbox .left .download .security > p {
        margin-top: 8px;
        padding-left: 33px;
        font-family: Nunito-Bold;
        color: #757B87;
    }

.main .mainbox .left .download .installBtn {
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

    .main .mainbox .left .download .installBtn > a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(50% - 8px);
        height: 50px;
        background: #FFFFFF;
        border-radius: 25px;
        border: 1px solid #E8E9EA;
    }

        .main .mainbox .left .download .installBtn > a .iconfont {
            color: #5F6368;
            font-size: 17px;
            margin-right: 8px;
        }

        .main .mainbox .left .download .installBtn > a > span {
            font-family: Nunito-Black;
            font-size: 16px;
            color: #5F6368;
        }

@media screen and (max-width: 1441px) {
    .main .mainbox .left .download .install {
        width: 449px;
    }

    .main .mainbox .left .download .security {
        width: calc(100% - 478px);
    }
}

@media screen and (max-width: 1279px) {
    .main .mainbox .left .download {
        flex-direction: column;
    }

        .main .mainbox .left .download .install {
            width: 100%;
            margin-top: 16px;
        }

        .main .mainbox .left .download .security {
            width: 100%;
        }
}

@media screen and (max-width: 1181px) {
    .main .mainbox .left .download .installBtn {
        display: flex;
    }

    .main .mainbox .left .download .install > li + li {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .main .mainbox .left .download .install > li:nth-child(1) > a > span {
        display: none;
    }

    .main .mainbox .left .download .install > li:nth-child(1) > a > p {
        background: none;
    }

    .main .mainbox .left .download .installBtn {
        flex-direction: column;
    }

        .main .mainbox .left .download .installBtn > a {
            width: 100%;
        }

            .main .mainbox .left .download .installBtn > a + a {
                margin-top: 16px;
            }
}

.main .mainbox .left .swiper_con {
    position: relative;
}

    .main .mainbox .left .swiper_con .preview1 {
        margin-top: 16px;
        position: relative;
    }

        .main .mainbox .left .swiper_con .preview1 .swiper-wrapper .swiper-slide {
            width: auto;
            height: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 12px;
            overflow: hidden;
        }

            .main .mainbox .left .swiper_con .preview1 .swiper-wrapper .swiper-slide > img {
                height: 100%;
                -o-object-position: center;
                object-position: center;
                -o-object-fit: cover;
                object-fit: cover;
            }

    .main .mainbox .left .swiper_con .sw_btn {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 99;
    }

        .main .mainbox .left .swiper_con .sw_btn .swiper-button-p1, .main .mainbox .left .swiper_con .sw_btn .swiper-button-n1 {
            width: 50px;
            height: 50px;
            background: #fff;
            border-radius: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 99;
            cursor: pointer;
            box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
        }

            .main .mainbox .left .swiper_con .sw_btn .swiper-button-p1 > .iconfont, .main .mainbox .left .swiper_con .sw_btn .swiper-button-n1 > .iconfont {
                color: #333;
                font-size: 12px;
            }

            .main .mainbox .left .swiper_con .sw_btn .swiper-button-p1:focus, .main .mainbox .left .swiper_con .sw_btn .swiper-button-n1:focus {
                outline: none;
            }

@media screen and (min-width: 1181px) {
    .main .mainbox .left .swiper_con .sw_btn .swiper-button-p1:hover .iconfont, .main .mainbox .left .swiper_con .sw_btn .swiper-button-n1:hover .iconfont {
        color: #007DF4;
    }
}

.main .mainbox .right {
    width: 338px;
}

    .main .mainbox .right .ad {
        margin-top: 0;
    }

    .main .mainbox .right .introduction {
        margin: 24px 0;
    }

        .main .mainbox .right .introduction p {
            margin-top: 10px;
            background: #F9F9F9;
            border-radius: 16px;
            border: 1px solid #D5E2CD;
            padding: 16px;
            font-weight: 400;
            font-size: 16px;
            color: #333333;
            line-height: 24px;
        }

    .main .mainbox .right .adx {
        position: sticky;
        top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .main .mainbox .right .adx p {
            font-size: 12px;
            color: #ccc;
            font-family: Fredoka-Regular;
        }

    .main .mainbox .right h2 {
        font-size: 24px;
    }

    .main .mainbox .right .popular .popularList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .main .mainbox .right .popular .popularList li {
            width: calc(50% - 4px);
            margin-top: 20px;
        }

            .main .mainbox .right .popular .popularList li a {
                transition: all 0.3s;
            }

                .main .mainbox .right .popular .popularList li a .thumb {
                    width: 100%;
                    height: 0;
                    padding-bottom: 75%;
                    position: relative;
                    overflow: hidden;
                    border: 1px solid #D5E2CD;
                    border-radius: 16px;
                }

                    .main .mainbox .right .popular .popularList li a .thumb img {
                        width: 100%;
                        height: 100%;
                        -o-object-fit: cover;
                        object-fit: cover;
                        -o-object-position: center;
                        object-position: center;
                        position: absolute;
                        top: 0;
                        left: 0;
                    }

                .main .mainbox .right .popular .popularList li a dl dt {
                    margin-top: 12px;
                    display: inline-block;
                    background: #ECF2E8;
                    border-radius: 13px;
                    padding: 4px 10px;
                    color: #007DF4;
                    line-height: 17px;
                }

                    .main .mainbox .right .popular .popularList li a dl dt img {
                        width: 17px;
                        height: 17px;
                        margin-right: 4px;
                    }

                .main .mainbox .right .popular .popularList li a dl dd {
                    margin-top: 10px;
                    font-weight: 600;
                    font-size: 18px;
                    color: #333333;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                }

@media screen and (min-width: 1181px) {
    .main .mainbox .right .popular .popularList li a:hover dl dd {
        color: #007DF4;
        text-decoration: underline;
    }
}

.main .mainbox .right .guideL {
    margin: 24px 0;
}

    .main .mainbox .right .guideL .guideList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .main .mainbox .right .guideL .guideList li {
            width: 100%;
            margin-top: 16px;
        }

            .main .mainbox .right .guideL .guideList li a {
                display: flex;
                align-items: center;
                justify-content: space-between;
                transition: all 0.3s;
            }

                .main .mainbox .right .guideL .guideList li a .thumb {
                    width: 166px;
                    height: 94px;
                    position: relative;
                    overflow: hidden;
                    border: 1px solid #D5E2CD;
                    border-radius: 16px;
                }

                    .main .mainbox .right .guideL .guideList li a .thumb img {
                        width: 100%;
                        height: 100%;
                        -o-object-fit: cover;
                        object-fit: cover;
                        -o-object-position: center;
                        object-position: center;
                    }

                .main .mainbox .right .guideL .guideList li a dl {
                    width: calc(100% - 176px);
                }

                    .main .mainbox .right .guideL .guideList li a dl dt {
                        margin-top: 12px;
                        display: inline-block;
                        color: #999;
                    }

                    .main .mainbox .right .guideL .guideList li a dl dd {
                        margin-top: 10px;
                        font-weight: 600;
                        font-size: 18px;
                        color: #333333;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                    }

@media screen and (min-width: 1181px) {
    .main .mainbox .right .guideL .guideList li a:hover dl dd {
        color: #007DF4;
        text-decoration: underline;
    }
}

.main .mainbox .right .aList {
    display: flex;
    flex-wrap: wrap;
}

    .main .mainbox .right .aList li {
        width: 100%;
        margin-top: 18px;
    }

        .main .mainbox .right .aList li a {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 16px;
            background: #F9FAFB;
            border-radius: 16px;
        }

            .main .mainbox .right .aList li a .thumb {
                margin-right: 16px;
                width: 78px;
                height: 78px;
                border-radius: 20px;
                border: 2px solid #FFFFFF;
                overflow: hidden;
            }

                .main .mainbox .right .aList li a .thumb img {
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                    -o-object-position: center;
                    object-position: center;
                }

            .main .mainbox .right .aList li a dl {
                width: calc(100% - 94px);
            }

                .main .mainbox .right .aList li a dl dt {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    font-size: 16px;
                    font-weight: 600;
                }

                .main .mainbox .right .aList li a dl dd {
                    display: flex;
                    align-items: center;
                }

                    .main .mainbox .right .aList li a dl dd span {
                        font-size: 12px;
                        color: #999999;
                        padding-top: 6px;
                    }

@media screen and (min-width: 1181px) {
    .main .mainbox .right .aList li a:hover {
        background: #F2F9FF;
    }
}

@media screen and (max-width: 1023px) {
    .main .mainbox {
        margin-top: 0;
    }

        .main .mainbox .left {
            width: 100%;
        }

        .main .mainbox .right {
            display: none;
        }
}

.main .top {
    position: relative;
    margin: 20px 0;
}

    .main .top .swiper {
        width: calc(100% - 134px);
        margin: 0 auto;
    }

        .main .top .swiper .swiper-slide {
            width: 90px;
            margin-right: 32px !important;
        }

            .main .top .swiper .swiper-slide a {
                width: 100%;
                transition: all 0.3s;
            }

                .main .top .swiper .swiper-slide a .thumb {
                    width: 90px;
                    height: 90px;
                    border-radius: 20px;
                    overflow: hidden;
                }

                    .main .top .swiper .swiper-slide a .thumb img {
                        width: 100%;
                        height: 100%;
                        -o-object-position: center;
                        object-position: center;
                        -o-object-fit: cover;
                        object-fit: cover;
                    }

                .main .top .swiper .swiper-slide a dl dt {
                    text-align: center;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    font-size: 16px;
                    color: #333;
                    margin-top: 10px;
                    font-weight: 600;
                }

                .main .top .swiper .swiper-slide a dl dd {
                    display: none;
                    color: #999;
                    font-size: 12px;
                    margin-top: 9px;
                }

                    .main .top .swiper .swiper-slide a dl dd .iconfont {
                        color: #FFBB32;
                        font-size: 12px;
                        margin-right: 5px;
                    }

@media screen and (min-width: 1181px) {
    .main .top .swiper .swiper-slide a:hover dl dt {
        text-decoration: underline;
    }
}

.main .top .swiper-top-p1, .main .top .swiper-top-n1, .main .top .moreAll {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #F9FAFB;
    border-radius: 28px;
    top: calc(50% - 25px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    cursor: pointer;
}

    .main .top .swiper-top-p1 > .iconfont, .main .top .swiper-top-n1 > .iconfont, .main .top .moreAll > .iconfont {
        color: #999;
        font-size: 14px;
    }

    .main .top .swiper-top-p1:focus, .main .top .swiper-top-n1:focus, .main .top .moreAll:focus {
        outline: none;
    }

@media screen and (min-width: 1181px) {
    .main .top .swiper-top-p1:hover, .main .top .swiper-top-n1:hover, .main .top .moreAll:hover {
        background: #F2F9FF;
    }

        .main .top .swiper-top-p1:hover .iconfont, .main .top .swiper-top-n1:hover .iconfont, .main .top .moreAll:hover .iconfont {
            color: #007DF4;
        }
}

.main .top .swiper-top-p1 {
    left: 0;
}

.main .top .swiper-top-n1, .main .top .moreAll {
    right: 0;
}

.main .top .moreAll {
    display: none;
    background: #007DF4;
    color: #fff;
}

    .main .top .moreAll .iconfont {
        color: #fff;
    }

@media screen and (max-width: 970px) {
    .main .top .moreAll {
        display: flex;
        opacity: 0;
        pointer-events: none;
    }

        .main .top .moreAll.visible {
            opacity: 1;
            pointer-events: auto;
        }

    .main .top .swiper {
        width: 100%;
    }

        .main .top .swiper .swiper-slide {
            width: 188px;
            margin-right: 10px !important;
        }

            .main .top .swiper .swiper-slide a {
                background: #F9FAFB;
                border-radius: 20px;
                display: flex;
                align-items: center;
            }

                .main .top .swiper .swiper-slide a .thumb {
                    border-radius: 20px 0px 0px 20px;
                    margin-right: 10px;
                }

                .main .top .swiper .swiper-slide a dl {
                    width: calc(100% - 88px);
                }

                    .main .top .swiper .swiper-slide a dl dt {
                        text-align: start;
                    }

                    .main .top .swiper .swiper-slide a dl dd {
                        display: flex;
                        align-items: center;
                    }

    .main .top .swiper-top-n1, .main .top .swiper-top-p1 {
        display: none;
    }
}

.main .more {
    max-width: 400px;
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border-radius: 16px;
    border: 2px solid #D5E2CD;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    color: #007DF4;
    transition: all 0.3s;
    margin: 24px auto;
}

@media screen and (min-width: 1181px) {
    .main .more:hover {
        background: #ECF2E8;
    }
}

.main .Apps {
    margin: 24px 0;
}

    .main .Apps .AppsList {
        display: flex;
        flex-wrap: wrap;
    }

        .main .Apps .AppsList li {
            position: relative;
            width: calc((100% - 48px) / 4);
            margin: 24px 16px 0 0;
        }

            .main .Apps .AppsList li a {
                display: block;
                transition: all 0.3s;
                position: relative !important;
            }

                .main .Apps .AppsList li a .thumb {
                    width: 100%;
                    height: 0;
                    padding-bottom: 55%;
                    position: relative;
                    overflow: hidden;
                    border-radius: 16px;
                }

                    .main .Apps .AppsList li a .thumb img {
                        width: 100%;
                        height: 100%;
                        -o-object-fit: cover;
                        object-fit: cover;
                        -o-object-position: center;
                        object-position: center;
                        position: absolute;
                        top: 0;
                        left: 0;
                    }

                .main .Apps .AppsList li a .thumb1 {
                    position: absolute;
                    overflow: hidden;
                    width: 78px;
                    height: 78px;
                    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
                    border-radius: 20px;
                    border: 2px solid #FFFFFF;
                    bottom: 25px;
                    right: 24px;
                }

                    .main .Apps .AppsList li a .thumb1 img {
                        width: 100%;
                        height: 100%;
                        -o-object-fit: cover;
                        object-fit: cover;
                        -o-object-position: center;
                        object-position: center;
                    }

                .main .Apps .AppsList li a dl dt {
                    margin-top: 6px;
                    display: flex;
                    align-items: center;
                    position: relative;
                }

                    .main .Apps .AppsList li a dl dt span {
                        padding-top: 6px;
                        font-size: 12px;
                        color: #999;
                    }

                .main .Apps .AppsList li a dl dd {
                    margin-top: 10px;
                    font-weight: 600;
                    font-size: 16px;
                    color: #333333;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                }

@media screen and (min-width: 1181px) {
    .main .Apps .AppsList li a:hover .thumb1 {
        transition: all 0.3s;
        bottom: 35px;
    }

    .main .Apps .AppsList li a:hover dl dd {
        color: #007DF4;
        text-decoration: underline;
    }
}

.main .Apps .AppsList li:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width: 970px) {
    .main .Apps .AppsList li {
        width: calc((100% - 32px) / 3);
    }

        .main .Apps .AppsList li a {
            position: relative !important;
        }

        .main .Apps .AppsList li:nth-child(4n) {
            margin-right: 16px;
        }

        .main .Apps .AppsList li:nth-child(3n) {
            margin-right: 0;
        }
}

@media screen and (max-width: 767px) {
    .main .Apps .AppsList li {
        width: calc((100% - 16px) / 2);
    }

        .main .Apps .AppsList li a {
            position: relative !important;
        }

            .main .Apps .AppsList li a .thumb1 {
                left: calc(50% - 39px) !important;
                bottom: 52px;
                z-index: 9;
            }

            .main .Apps .AppsList li a dl {
                margin-top: 33px;
            }

                .main .Apps .AppsList li a dl dt {
                    margin-top: 0;
                    justify-content: center;
                }

                    .main .Apps .AppsList li a dl dt p {
                        justify-content: center;
                        display: flex;
                    }

                        .main .Apps .AppsList li a dl dt p .layui-rate {
                            width: 100%;
                            justify-content: center;
                        }

                .main .Apps .AppsList li a dl dd {
                    text-align: center;
                }

        .main .Apps .AppsList li:nth-child(3n) {
            margin-right: 16px;
        }

        .main .Apps .AppsList li:nth-child(2n) {
            margin-right: 0;
        }
}

.Games {
    margin: 24px 0;
}

    .Games .gamesList {
        display: flex;
        flex-wrap: wrap;
    }

        .Games .gamesList li {
            width: calc((100% - 90px) / 6);
            margin: 18px 18px 0 0;
        }

            .Games .gamesList li a {
                transition: all 0.3s;
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                background: #F9FAFB;
                border-radius: 16px;
                padding: 16px;
                transition: all 0.3s;
            }

                .Games .gamesList li a .thumb {
                    width: 78px;
                    height: 78px;
                    border-radius: 20px;
                    border: 2px solid #FFFFFF;
                    overflow: hidden;
                }

                    .Games .gamesList li a .thumb img {
                        width: 100%;
                        height: 100%;
                        -o-object-fit: cover;
                        object-fit: cover;
                        -o-object-position: center;
                        object-position: center;
                    }

                .Games .gamesList li a dl {
                    width: 100%;
                }

                    .Games .gamesList li a dl dt {
                        width: 100%;
                        text-align: center;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 1;
                        -webkit-box-orient: vertical;
                        margin-top: 16px;
                        font-size: 16px;
                        font-weight: 600;
                    }

                    .Games .gamesList li a dl dd {
                        margin-top: 8px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        color: #D8D8D8;
                    }

                        .Games .gamesList li a dl dd p {
                            font-size: 14px;
                            color: #999999;
                            margin-right: 6px;
                        }

                        .Games .gamesList li a dl dd span {
                            font-size: 12px;
                            color: #999999;
                            margin-left: 6px;
                        }

                            .Games .gamesList li a dl dd span .iconfont {
                                font-size: 12px;
                                color: #FFBB32;
                                margin-right: 4px;
                            }

                        .Games .gamesList li a dl dd small {
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            width: 110px;
                            height: 40px;
                            background: #FFFFFF;
                            border-radius: 20px;
                            border: 2px solid #EBF5FF;
                            color: #007DF4;
                            font-size: 16px;
                            font-weight: 600;
                            margin-top: 5px;
                        }

@media screen and (min-width: 1181px) {
    .Games .gamesList li a:hover dl dd small {
        background: #007DF4;
        color: #fff;
    }
}

.Games .gamesList li:nth-child(6n) {
    margin-right: 0;
}

@media screen and (max-width: 970px) {
    .Games .gamesList li {
        width: calc((100% - 36px) / 3);
    }

        .Games .gamesList li:nth-child(6n) {
            margin-right: 18px;
        }

        .Games .gamesList li:nth-child(3n) {
            margin-right: 0;
        }
}

@media screen and (max-width: 767px) {
    .Games .gamesList li {
        width: calc((100% - 18px) / 2);
    }

        .Games .gamesList li:nth-child(3n) {
            margin-right: 18px;
        }

        .Games .gamesList li:nth-child(2n) {
            margin-right: 0;
        }
}

.appsBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .appsBox .appList {
        width: calc(33.3% - 9px);
    }

        .appsBox .appList .title h2 {
            font-size: 24px;
        }

        .appsBox .appList .aList {
            display: flex;
            flex-wrap: wrap;
        }

            .appsBox .appList .aList li {
                width: 100%;
                margin-top: 18px;
            }

                .appsBox .appList .aList li a {
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    padding: 20px;
                    background: #F9FAFB;
                    border-radius: 16px;
                }

                    .appsBox .appList .aList li a span {
                        font-size: 16px;
                        color: #5F6368;
                        font-weight: 600;
                        margin-right: 12px;
                        width: 16px;
                    }

                    .appsBox .appList .aList li a .thumb {
                        margin-right: 16px;
                        width: 78px;
                        height: 78px;
                        border-radius: 20px;
                        border: 2px solid #FFFFFF;
                        overflow: hidden;
                    }

                        .appsBox .appList .aList li a .thumb img {
                            width: 100%;
                            height: 100%;
                            -o-object-fit: cover;
                            object-fit: cover;
                            -o-object-position: center;
                            object-position: center;
                        }

                    .appsBox .appList .aList li a dl {
                        width: calc(100% - 116px);
                    }

                        .appsBox .appList .aList li a dl dt {
                            overflow: hidden;
                            text-overflow: ellipsis;
                            display: -webkit-box;
                            -webkit-line-clamp: 1;
                            -webkit-box-orient: vertical;
                            font-size: 16px;
                            font-weight: 600;
                        }

                        .appsBox .appList .aList li a dl dd {
                            display: flex;
                            align-items: center;
                        }

                            .appsBox .appList .aList li a dl dd span {
                                font-size: 12px;
                                color: #999999;
                                padding-top: 6px;
                            }

@media screen and (min-width: 1181px) {
    .appsBox .appList .aList li a:hover {
        background: #F2F9FF;
    }
}

@media screen and (max-width: 970px) {
    .appsBox .appList {
        width: 100%;
    }

        .appsBox .appList + .appList {
            margin-top: 16px;
        }

        .appsBox .appList .aList {
            justify-content: space-between;
        }

            .appsBox .appList .aList li {
                width: calc(50% - 8px);
            }
}

@media screen and (max-width: 767px) {
    .appsBox .appList .aList li {
        width: 100%;
    }
}

.listMost {
    margin: 20px 0;
}

    .listMost .aList {
        display: flex;
        flex-wrap: wrap;
    }

        .listMost .aList li {
            width: calc((100% - 36px) / 3);
            margin-top: 18px;
            margin-right: 18px;
        }

            .listMost .aList li a {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 20px;
                background: #F9FAFB;
                border-radius: 16px;
            }

                .listMost .aList li a .thumb {
                    margin-right: 16px;
                    width: 78px;
                    height: 78px;
                    border-radius: 20px;
                    border: 2px solid #FFFFFF;
                    overflow: hidden;
                }

                    .listMost .aList li a .thumb img {
                        width: 100%;
                        height: 100%;
                        -o-object-fit: cover;
                        object-fit: cover;
                        -o-object-position: center;
                        object-position: center;
                    }

                .listMost .aList li a dl {
                    width: calc(100% - 94px);
                }

                    .listMost .aList li a dl dt {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 1;
                        -webkit-box-orient: vertical;
                        font-size: 16px;
                        font-weight: 600;
                    }

                    .listMost .aList li a dl dd {
                        display: flex;
                        align-items: center;
                    }

                        .listMost .aList li a dl dd p {
                            font-size: 14px;
                            color: #999999;
                            margin-right: 6px;
                        }

                        .listMost .aList li a dl dd span {
                            font-size: 12px;
                            color: #999999;
                            padding-top: 6px;
                        }

                            .listMost .aList li a dl dd span .iconfont {
                                font-size: 12px;
                                color: #FFBB32;
                                margin-right: 4px;
                            }

                        .listMost .aList li a dl dd small {
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            width: 80px;
                            height: 32px;
                            background: #FFFFFF;
                            border-radius: 16px;
                            border: 2px solid #EBF5FF;
                            color: #007DF4;
                            font-size: 14px;
                            font-weight: 600;
                            margin-left: auto;
                        }

@media screen and (min-width: 1181px) {
    .listMost .aList li a:hover {
        background: #F2F9FF;
    }

        .listMost .aList li a:hover dl dd small {
            background: #007DF4;
            color: #fff;
        }
}

.listMost .aList li:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width: 970px) {
    .listMost .aList li {
        width: calc((100% - 18px) / 2);
    }

        .listMost .aList li:nth-child(3n) {
            margin-right: 18px;
        }

        .listMost .aList li:nth-child(2n) {
            margin-right: 0;
        }
}

@media screen and (max-width: 767px) {
    .listMost .aList li {
        width: 100%;
        margin-right: 0 !important;
    }
}

.listMost .aList_2 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-flow: row dense;
    gap: 12px;
}

    .listMost .aList_2 li {
        width: 100%;
    }

        .listMost .aList_2 li a {
            display: block;
            width: 100%;
            position: relative;
            border-radius: 16px;
            overflow: hidden;
        }

            .listMost .aList_2 li a .thumb {
                width: 100%;
                aspect-ratio: 1/1;
                overflow: hidden;
            }

                .listMost .aList_2 li a .thumb img {
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                    -o-object-position: center;
                    object-position: center;
                    transition: all 0.1s ease;
                }

            .listMost .aList_2 li a p {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                transform: translateY(100%);
                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
                text-align: center;
                padding: 30px 10px 10px;
                font-size: 14px;
                color: #fff;
                transition: all 0.1s ease;
            }

            .listMost .aList_2 li a:hover .thumb img {
                transform: scale(1.1);
            }

            .listMost .aList_2 li a:hover p {
                transform: translateY(0);
            }

        .listMost .aList_2 li:nth-child(1) {
            grid-column: span 3;
            grid-row: span 3;
        }

        .listMost .aList_2 li:nth-child(2) {
            grid-column: span 2;
            grid-row: span 2;
        }

        .listMost .aList_2 li:nth-child(3) {
            grid-column: 1/3;
            grid-row: 4/6;
        }

        .listMost .aList_2 li:nth-child(4) {
            grid-column: 4/6;
            grid-row: 4/6;
        }

        .listMost .aList_2 li:nth-child(5) {
            grid-column: 7/9;
            grid-row: 1/3;
        }

        .listMost .aList_2 li:nth-child(6) {
            grid-column: 8/10;
            grid-row: 4/6;
        }

@media screen and (max-width: 1100px) {
    .listMost .aList_2 {
        grid-template-columns: repeat(10, 1fr);
    }
}

@media screen and (max-width: 900px) {
    .listMost .aList_2 {
        grid-template-columns: repeat(8, 1fr);
    }

        .listMost .aList_2 li:nth-child(6) {
            grid-column: 7/9;
            grid-row: 4/6;
        }
}

@media screen and (max-width: 700px) {
    .listMost .aList_2 {
        grid-template-columns: repeat(6, 1fr);
    }

        .listMost .aList_2 li:nth-child(5), .listMost .aList_2 li:nth-child(6) {
            grid-column: initial;
            grid-row: initial;
        }
}

@media screen and (max-width: 500px) {
    .listMost .aList_2 {
        grid-template-columns: repeat(3, 1fr);
    }

        .listMost .aList_2 li:nth-child(1) {
            grid-column: span 2;
            grid-row: span 2;
        }

        .listMost .aList_2 li:nth-child(2) {
            grid-column: 2/4;
            grid-row: 4/6;
        }

        .listMost .aList_2 li:nth-child(3) {
            grid-column: 1/3;
            grid-row: 7/9;
        }

        .listMost .aList_2 li:nth-child(4) {
            grid-column: 2/4;
            grid-row: 10/12;
        }
}

.searchMain .searchList {
    display: flex;
    flex-wrap: wrap;
}

    .searchMain .searchList li {
        width: 100%;
        margin-top: 16px;
    }

        .searchMain .searchList li a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            transition: all 0.3s;
            padding: 16px;
            background: #F9FAFB;
            border-radius: 16px;
        }

            .searchMain .searchList li a .thumb {
                width: 120px;
                height: 120px;
                border-radius: 20px;
                border: 2px solid #FFFFFF;
                margin-right: 12px;
                overflow: hidden;
            }

                .searchMain .searchList li a .thumb img {
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                    -o-object-position: center;
                    object-position: center;
                }

            .searchMain .searchList li a dl {
                width: calc(100% - 234px);
            }

                .searchMain .searchList li a dl dt {
                    font-size: 16px;
                    color: #333333;
                    line-height: 20px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                }

                .searchMain .searchList li a dl dd {
                    font-weight: 500;
                    font-size: 14px;
                    color: #666;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    display: flex;
                    align-items: center;
                }

                    .searchMain .searchList li a dl dd span {
                        padding-top: 7px;
                        font-size: 12px;
                        color: #999999;
                    }

                    .searchMain .searchList li a dl dd + dd {
                        margin-top: 10px;
                    }

            .searchMain .searchList li a small {
                transition: all 0.3s;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 110px;
                height: 40px;
                background: #FFFFFF;
                border-radius: 20px;
                border: 2px solid #EBF5FF;
                color: #007DF4;
                font-size: 16px;
                font-weight: 600;
            }

@media screen and (min-width: 1181px) {
    .searchMain .searchList li a:hover {
        background: #F2F9FF;
    }

        .searchMain .searchList li a:hover small {
            background: #007DF4;
            color: #fff;
        }
}

@media screen and (max-width: 767px) {
    .searchMain .searchList li a .thumb {
        width: 78px;
        height: 78px;
    }

    .searchMain .searchList li a dl {
        width: calc(100% - 180px);
    }

        .searchMain .searchList li a dl dd + dd {
            margin-top: 6px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

    .searchMain .searchList li a small {
        margin-left: 10px;
        width: 80px;
    }
}

.searchMain .nosearch {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

    .searchMain .nosearch > img {
        width: 300px;
        height: 170px;
    }

    .searchMain .nosearch h1 {
        font-weight: 800;
        font-size: 24px;
        color: #333333;
        margin: 24px 0;
    }

    .searchMain .nosearch > p {
        font-size: 16px;
        color: #666;
        margin-top: 14px;
    }

.searchMain .searchGuide {
    display: flex;
    flex-wrap: wrap;
}

    .searchMain .searchGuide li {
        width: calc((100% - 60px) / 4);
        margin: 24px 20px 0 0;
    }

        .searchMain .searchGuide li a {
            transition: all 0.3s;
        }

            .searchMain .searchGuide li a .thumb {
                width: 100%;
                height: 0;
                padding-bottom: 75%;
                position: relative;
                overflow: hidden;
                border: 1px solid #D5E2CD;
                border-radius: 16px;
            }

                .searchMain .searchGuide li a .thumb img {
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                    -o-object-position: center;
                    object-position: center;
                    position: absolute;
                    top: 0;
                    left: 0;
                }

            .searchMain .searchGuide li a dl dt {
                display: inline-block;
                line-height: 17px;
                margin-top: 12px;
                color: #999;
            }

            .searchMain .searchGuide li a dl dd {
                margin-top: 10px;
                font-weight: 600;
                font-size: 18px;
                color: #333333;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
            }

@media screen and (min-width: 1181px) {
    .searchMain .searchGuide li a:hover dl dd {
        color: #007DF4;
        text-decoration: underline;
    }
}

.searchMain .searchGuide li:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width: 700px) {
    .searchMain .searchGuide li {
        width: calc((100% - 20px) / 2);
    }

        .searchMain .searchGuide li:nth-child(4n) {
            margin-right: 20px;
        }

        .searchMain .searchGuide li:nth-child(2n) {
            margin-right: 0;
        }
}

.lateMain {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 24px 0;
}

    .lateMain .lateA {
        width: 210px;
        background: #F9F9F9;
        border-radius: 16px;
        border: 1px solid #D5E2CD;
        padding: 12px;
    }

        .lateMain .lateA nav {
            display: flex;
            flex-direction: column;
        }

            .lateMain .lateA nav a {
                background: transparent;
                border-radius: 16px;
                padding: 12px 16px;
                color: #333;
                font-weight: 600;
                transition: all 0.3s;
            }

                .lateMain .lateA nav a.active {
                    color: #007DF4;
                    background: #ECF2E8;
                }

@media screen and (min-width: 1181px) {
    .lateMain .lateA nav a:hover {
        color: #007DF4;
        background: #ECF2E8;
    }
}

.lateMain .lateB {
    width: calc(100% - 230px);
}

    .lateMain .lateB .newList {
        display: grid;
        grid-gap: 24px 24px;
        grid-template-columns: repeat(1, 100%);
        margin-bottom: 16px;
    }

        .lateMain .lateB .newList > li {
            width: 100%;
        }

            .lateMain .lateB .newList > li > a {
                width: 100%;
                display: flex;
                align-items: center;
                transition: all 0.3s;
            }

                .lateMain .lateB .newList > li > a .thumb {
                    width: 25%;
                    height: 0;
                    padding-bottom: 14%;
                    position: relative;
                    overflow: hidden;
                    border-radius: 16px;
                    margin-right: 12px;
                }

                    .lateMain .lateB .newList > li > a .thumb > img {
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        -o-object-fit: cover;
                        object-fit: cover;
                        -o-object-position: center;
                        object-position: center;
                    }

                .lateMain .lateB .newList > li > a > dl {
                    width: calc(75% - 12px);
                }

                    .lateMain .lateB .newList > li > a > dl > dt {
                        font-size: 14px;
                        font-weight: 500;
                        font-size: 14px;
                        color: #999999;
                    }

                    .lateMain .lateB .newList > li > a > dl > dd {
                        margin-top: 6px;
                        font-weight: 600;
                        font-size: 20px;
                        color: #333333;
                        line-height: 27px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                    }

                        .lateMain .lateB .newList > li > a > dl > dd + dd {
                            font-weight: 400;
                            font-size: 16px;
                            color: #666666;
                            line-height: 21px;
                        }

@media screen and (min-width: 1181px) {
    .lateMain .lateB .newList > li > a:hover dl dd:nth-child(2) {
        color: #007DF4;
        text-decoration: underline;
    }
}

@media screen and (max-width: 768px) {
    .lateMain .lateB .newList > li > a .thumb {
        width: 142px;
        height: 80px;
    }

    .lateMain .lateB .newList > li > a dl {
        width: calc(100% - 154px);
    }

        .lateMain .lateB .newList > li > a dl dd {
            margin-top: 4px;
            font-size: 12px;
            line-height: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }
}

.lateMain .lateB .newList .add .ad {
    margin: 0;
}

    .lateMain .lateB .newList .add .ad p {
        margin-bottom: 0;
    }

.lateMain .lateB .newList .add {
    grid-row: 1/2;
    grid-column: 1/2;
}

    .lateMain .lateB .newList .add + .add {
        grid-row: 5/6;
        grid-column: 1/2;
    }

@media screen and (max-width: 1025px) {
    .lateMain .lateA {
        display: none;
    }

    .lateMain .lateB {
        width: 100%;
    }
}

.learn {
    margin: 24px 0;
}

    .learn .learnList {
        display: flex;
        flex-wrap: wrap;
    }

        .learn .learnList li {
            width: calc((100% - 36px) / 3);
            margin-top: 16px;
            margin-right: 18px;
        }

            .learn .learnList li a {
                display: flex;
                align-items: center;
                justify-content: space-between;
                transition: all 0.3s;
            }

                .learn .learnList li a .thumb {
                    width: 166px;
                    height: 94px;
                    border-radius: 16px;
                    position: relative;
                    overflow: hidden;
                    margin-right: 10px;
                    border: 1px solid #D5E2CD;
                }

                    .learn .learnList li a .thumb img {
                        width: 100%;
                        height: 100%;
                        -o-object-fit: cover;
                        object-fit: cover;
                        -o-object-position: center;
                        object-position: center;
                    }

                .learn .learnList li a dl {
                    width: calc(100% - 176px);
                }

                    .learn .learnList li a dl dt {
                        font-weight: 500;
                        font-size: 14px;
                        color: #999999;
                    }

                    .learn .learnList li a dl dd {
                        margin-top: 12px;
                        font-weight: 600;
                        font-size: 16px;
                        color: #333333;
                        line-height: 24px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                    }

@media screen and (min-width: 1181px) {
    .learn .learnList li a:hover dl dd {
        color: #007DF4;
        text-decoration: underline;
    }
}

.learn .learnList li:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width: 900px) {
    .learn .learnList li {
        width: calc((100% - 18px) / 2);
    }

        .learn .learnList li:nth-child(3n) {
            margin-right: 18px;
        }

        .learn .learnList li:nth-child(2n) {
            margin-right: 0;
        }
}

@media screen and (max-width: 700px) {
    .learn .learnList li {
        width: 100%;
        margin-right: 0;
    }

        .learn .learnList li:nth-child(2n) {
            margin-right: 0;
        }
}

@media screen and (max-width: 767px) {
    .ad,
    .offer,
    .category,
    .available,
    .list,
    .popularStore,
    .mainbox .left .nameBox,
    .topOffers,
    .mainbox .left .available,
    .paginationList,
    .company,
    .mainbox .left .res,
    .latestNews {
        margin: 16px 0;
    }

    .list,
    .popularStore,
    .paginationList,
    .topOffers,
    .available,
    .ad,
    .mainname,
    .shopdeal,
    .listbox,
    .company {
        box-shadow: none !important;
        padding: 0 !important;
    }
}

.errorBox {
    min-height: calc(100% - 300px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .errorBox > img {
        width: 240px;
    }

    .errorBox > h3 {
        font-size: 48px;
        margin: 20px 0;
    }

    .errorBox > p {
        color: #666;
        margin-top: 24px;
        font-family: Montserrat-Regular;
    }

    .errorBox .can {
        margin-top: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 152px;
        height: 40px;
        background: #007DF4;
        border-radius: 8px;
        color: #fff;
        font-size: 16px;
    }

.company {
    margin: 24px 0;
    background: #FFFFFF;
}

    .company h2 {
        font-size: 24px;
        text-align: left;
    }

    .company h3 {
        font-size: 20px;
        margin: 15px 0;
    }

    .company p {
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 28px;
        color: #999;
        font-family: Fredoka-Regular;
    }

    .company form {
        margin-top: 16px;
    }

        .company form .layui-form-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 12px;
            position: relative;
        }

            .company form .layui-form-item input {
                width: 100%;
                height: 48px;
                background: #FFFFFF;
                border-radius: 8px;
                border: 1px solid #E7E7E7;
                color: #9C9FA3;
                outline: none;
                text-indent: 16px;
            }

                .company form .layui-form-item input::-webkit-input-placeholder {
                    color: #9C9FA3;
                }

            .company form .layui-form-item textarea {
                padding-top: 16px;
                width: 100%;
                background: #FFFFFF;
                border-radius: 8px;
                border: 1px solid #E7E7E7;
                color: #9C9FA3;
                outline: none;
                text-indent: 16px;
            }

                .company form .layui-form-item textarea::-webkit-input-placeholder {
                    color: #9C9FA3;
                }

        .company form .item {
            display: flex;
            width: 100%;
            justify-content: space-between;
        }

            .company form .item > .formItem {
                width: calc(50% - 12px);
            }

@media screen and (max-width: 767px) {
    .company form .item {
        display: inline-block;
    }

        .company form .item .formItem {
            width: 100%;
        }
}

.company form button {
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
    width: 95px;
    height: 40px;
    background: #007DF4;
    font-weight: 600;
    color: #fff;
    border: none;
    border-radius: 20px;
}

@media screen and (min-width: 1181px) {
    .company form button:hover {
        opacity: 0.8;
    }
}

.extensionBox .extension {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
}

    .extensionBox .extension > li {
        width: calc((100% - 80px) / 6);
        margin-right: 16px;
        margin-bottom: 16px;
    }

        .extensionBox .extension > li > a {
            width: 100%;
            height: 0;
            padding-bottom: 50%;
            border-radius: 8px;
            border: 1px solid #F5F5F5;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
            overflow: hidden;
            transition: all 0.3s;
            position: relative;
        }

            .extensionBox .extension > li > a > img {
                transition: all 0.3s;
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                -o-object-position: center;
                object-position: center;
                -o-object-fit: cover;
                object-fit: cover;
            }

@media screen and (min-width: 1181px) {
    .extensionBox .extension > li > a:hover > img {
        transform: scale(1.1);
    }
}

.extensionBox .extension > li:nth-child(6n) {
    margin-right: 0;
}

@media screen and (max-width: 1180px) {
    .extensionBox .extension > li {
        width: calc((100% - 50px) / 6);
        margin-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .extensionBox .extension > li {
        width: calc((100% - 20px) / 3);
    }

        .extensionBox .extension > li:nth-child(6n) {
            margin-right: 10px;
        }

        .extensionBox .extension > li:nth-child(3n) {
            margin-right: 0;
        }
}

.extensionBox .hotoffers .offerList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .extensionBox .hotoffers .offerList > li {
        width: calc(50% - 8px);
        margin-bottom: 16px;
    }

        .extensionBox .hotoffers .offerList > li > a {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 16px;
            background: #FFFFFF;
            box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
            border-radius: 16px;
            transition: all 0.3s;
            border: 2px solid transparent;
        }

            .extensionBox .hotoffers .offerList > li > a .thumb {
                width: 120px;
                height: 120px;
                background: #fff;
                border-radius: 8px;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 10px;
                overflow: hidden;
                position: relative;
            }

                .extensionBox .hotoffers .offerList > li > a .thumb::before {
                    position: absolute;
                    content: "";
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                    background: rgba(0, 0, 0, 0.03);
                    z-index: 99;
                }

                .extensionBox .hotoffers .offerList > li > a .thumb > img {
                    width: 100%;
                }

            .extensionBox .hotoffers .offerList > li > a > dl {
                width: calc(100% - 282px);
            }

                .extensionBox .hotoffers .offerList > li > a > dl > dt {
                    display: flex;
                    align-items: center;
                }

                    .extensionBox .hotoffers .offerList > li > a > dl > dt > span {
                        color: #04C181;
                        font-size: 12px;
                    }

                        .extensionBox .hotoffers .offerList > li > a > dl > dt > span .iconfont {
                            color: #04C181;
                            font-size: 12px;
                        }

                    .extensionBox .hotoffers .offerList > li > a > dl > dt > p {
                        color: #000;
                        font-size: 12px;
                    }

                .extensionBox .hotoffers .offerList > li > a > dl > dd {
                    margin-top: 12px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    font-size: 16px;
                    line-height: 23px;
                    font-family: Montserrat-Bold;
                }

                    .extensionBox .hotoffers .offerList > li > a > dl > dd > p {
                        display: inline-block;
                        color: #007DF4;
                        font-family: Montserrat-Regular;
                        line-height: 18px;
                        padding: 3px 8px;
                        font-size: 12px;
                        border-radius: 14px;
                        border: 1px solid rgba(255, 39, 72, 0.2);
                    }

            .extensionBox .hotoffers .offerList > li > a .you {
                width: 40px;
                height: 40px;
                background: #FF5358;
                border-radius: 20px;
                display: none;
                align-items: center;
                justify-content: center;
            }

                .extensionBox .hotoffers .offerList > li > a .you .iconfont {
                    color: #fff;
                }

            .extensionBox .hotoffers .offerList > li > a.deal > .dox {
                width: 130px;
                height: 40px;
                background: #FF5358;
                border-radius: 20px;
                color: #fff;
                text-align: center;
                line-height: 40px;
                font-family: Montserrat-Bold;
            }

@media screen and (min-width: 1181px) {
    .extensionBox .hotoffers .offerList > li > a.deal:hover {
        border: 2px solid #ECF2E8;
    }

        .extensionBox .hotoffers .offerList > li > a.deal:hover .dox {
            opacity: 0.8;
        }
}

.extensionBox .hotoffers .offerList > li > a.code > .dox {
    width: 130px;
    height: 40px;
    position: relative;
    transition: all 0.25s ease-out;
    background: #FF5358;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-family: Montserrat-Bold;
}

    .extensionBox .hotoffers .offerList > li > a.code > .dox > p {
        height: 100%;
        width: calc(100% - 30px);
        background: #007DF4;
        display: flex;
        padding-left: 12px;
        align-items: center;
        justify-content: center;
        border-radius: 20px 0 0 20px;
        z-index: 2;
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        font-family: Montserrat-Bold;
        transition: all 0.25s ease-out;
    }

        .extensionBox .hotoffers .offerList > li > a.code > .dox > p::before {
            border-left: 0 solid transparent;
            border-right: 15px solid transparent;
            border-bottom: 40px solid #007DF4;
            content: "";
            display: inherit;
            height: 0;
            left: 100%;
            position: absolute;
            top: 0;
            transition: all 0.25s ease-out;
            width: 0;
        }

    .extensionBox .hotoffers .offerList > li > a.code > .dox > span {
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: 1px dashed #007DF4;
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: flex-end;
        text-align: right;
        padding-right: 10px;
        border-radius: 20px;
        background: #fff;
        color: #007DF4;
        font-family: Montserrat-Bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

@media screen and (min-width: 1181px) {
    .extensionBox .hotoffers .offerList > li > a.code:hover {
        border: 2px solid #ECF2E8;
    }

        .extensionBox .hotoffers .offerList > li > a.code:hover .dox > p {
            width: calc(100% - 35px);
        }
}

@media screen and (max-width: 1279px) {
    .extensionBox .hotoffers .offerList > li > a > dl {
        width: calc(100% - 192px);
    }

    .extensionBox .hotoffers .offerList > li > a.deal .dox, .extensionBox .hotoffers .offerList > li > a.code .dox {
        display: none;
    }

    .extensionBox .hotoffers .offerList > li > a .you {
        display: flex;
    }
}

@media screen and (max-width: 1023px) {
    .extensionBox .hotoffers .offerList > li > a .thumb {
        width: 110px;
        height: 110px;
    }

    .extensionBox .hotoffers .offerList > li > a > dl {
        width: calc(100% - 122px);
    }

    .extensionBox .hotoffers .offerList > li > a .you {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .extensionBox .hotoffers .offerList > li {
        width: 100%;
    }
}

footer {
    margin-top: 55px;
    background: #fff;
    padding: 24px 0;
    box-shadow: 0px -2px 0px 0px #EBEFF3;
}

    footer .container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

        footer .container .logo {
            display: flex;
        }

            footer .container .logo img {
                height: 40px;
            }

        footer .container nav {
            display: flex;
            flex-direction: column;
            margin-top: 4px;
        }

            footer .container nav > a {
                margin-top: 16px;
                color: #333;
                font-size: 16px;
            }

@media screen and (min-width: 1181px) {
    footer .container nav > a:hover {
        text-decoration: underline;
    }
}

footer .container p {
    margin-top: 24px;
    color: #666;
    font-size: 14px;
}

footer .container .language {
    cursor: pointer;
    padding: 10px 12px;
    background: #FFFFFF;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    background: #007DF4;
}

    footer .container .language .iconfont {
        font-size: 16px;
        margin-right: 8px;
        color: #fff;
        font-weight: 400;
    }

.categoryBox {
    z-index: 99;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: left;
}

    .categoryBox .box {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        background: #fff;
        width: 290px;
        padding: 20px 20px 40px 20px;
    }

        .categoryBox .box .apps {
            height: 50%;
        }

            .categoryBox .box .apps .title {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .categoryBox .box .apps .title h2 {
                    font-size: 20px;
                    color: #333333;
                    line-height: 24px;
                }

                .categoryBox .box .apps .title a {
                    width: 40px;
                    height: 40px;
                    background: #F9FAFB;
                    border-radius: 12px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    .categoryBox .box .apps .title a img {
                        width: 20px;
                        height: 20px;
                        transform: rotate(-90deg);
                    }

            .categoryBox .box .apps .listNav {
                height: calc(100% - 40px);
                overflow-y: scroll;
                margin-top: 12px;
                display: block;
                background: #FFFFFF;
            }

                .categoryBox .box .apps .listNav li a {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    width: 100%;
                    padding: 11px 16px 11px 24px;
                    background: #F9FAFB;
                    border-radius: 12px;
                    position: relative;
                }

                    .categoryBox .box .apps .listNav li a::before {
                        font-family: iconfont;
                        content: "\e81b";
                        position: absolute;
                        color: #007DF4;
                        font-size: 4px;
                        top: 18px;
                        left: 12px;
                    }

                    .categoryBox .box .apps .listNav li a p {
                        font-size: 16px;
                        color: #333333;
                        font-weight: 600;
                    }

                    .categoryBox .box .apps .listNav li a span {
                        font-size: 14px;
                        color: #666666;
                    }

@media screen and (min-width: 1181px) {
    .categoryBox .box .apps .listNav li a:hover {
        background: #EBF5FF;
    }
}

.categoryBox .box .apps .listNav li + li {
    margin-top: 8px;
}

.categoryBox .box .apps + .apps {
    margin-top: 16px;
}

.searchBox {
    z-index: 99;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

    .searchBox .box {
        background: #fff;
        width: 100%;
        height: -moz-max-content;
        height: max-content;
        padding: 20px;
    }

        .searchBox .box h2 {
            font-weight: 800;
            font-size: 24px;
            text-align: center;
            margin: 27px 0;
        }

        .searchBox .box .searchBtn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 40px;
            background: #F5F5F5;
            border-radius: 16px;
            overflow: hidden;
            transition: all 0.3s;
            position: relative;
        }

            .searchBox .box .searchBtn > input {
                border-radius: 20px;
                width: 100%;
                height: 40px;
                background: #F5F5F5;
                color: #999;
                font-size: 14px;
                text-indent: 16px;
                -webkit-text-fill-color: #999;
                border: none;
            }

            .searchBox .box .searchBtn > button {
                background: transparent;
                position: absolute;
                width: 20px;
                height: 20px;
                top: 10px;
                right: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .searchBox .box .searchBtn > button .iconfont {
                    font-size: 16px;
                    color: #999;
                }

        .searchBox .box .trend {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
        }

            .searchBox .box .trend li {
                margin: 12px 12px 0 0;
            }

                .searchBox .box .trend li a {
                    display: inline-block;
                    background: #F5F5F5;
                    border-radius: 16px;
                    padding: 10px 8px;
                    font-weight: 600;
                    font-size: 16px;
                    color: #5F6368;
                }

.emailBox {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
}

    .emailBox .Box .form {
        background: linear-gradient(180deg, #CDE7FF 0%, #FFFFFF 14.14%, #FFFFFF 100%);
        box-shadow: 2px 2px 12px 0px #9EB5CB;
        border-radius: 50px;
        border: 2px solid #007DF4;
        padding: 16px;
        position: relative;
    }

        .emailBox .Box .form h3 {
            text-align: center;
            font-size: 20px;
        }

        .emailBox .Box .form form {
            margin-top: 16px;
        }

            .emailBox .Box .form form .layui-form-item {
                display: flex;
                align-items: flex-start;
                margin-bottom: 12px;
                position: relative;
                width: 300px;
                min-height: 44px;
                background: #F9FAFB;
            }

                .emailBox .Box .form form .layui-form-item input {
                    width: 100%;
                    height: 48px;
                    background: #F9FAFB;
                    border-radius: 8px;
                    border: none;
                    color: #999;
                    outline: none;
                    text-indent: 16px;
                }

                    .emailBox .Box .form form .layui-form-item input::-webkit-input-placeholder {
                        color: #999;
                    }

                .emailBox .Box .form form .layui-form-item span {
                    padding: 16px;
                    font-size: 14px;
                    color: #999999;
                    line-height: 16px;
                }

            .emailBox .Box .form form button {
                outline: none;
                cursor: pointer;
                transition: all 0.3s;
                width: 240px;
                height: 50px;
                background: #007DF4;
                font-weight: 600;
                color: #fff;
                border: none;
                border-radius: 20px;
                margin: 16px auto 0 auto;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 16px;
            }

@media screen and (min-width: 1181px) {
    .emailBox .Box .form form button:hover {
        opacity: 0.8;
    }
}

.emailBox .Box .form::before, .emailBox .Box .form::after {
    position: absolute;
    content: "";
    width: 62px;
    height: 56px;
    background-size: 100% 100%;
    background-image: url("../img/dotL.png");
    top: -10px;
}

.emailBox .Box .form::before {
    left: 0;
}

.emailBox .Box .form::after {
    right: 0;
    background-image: url("../img/dotR.png");
}

.emailBox .close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    margin: 12px auto;
}

    .emailBox .close .iconfont {
        color: #fff;
        font-size: 16px;
    }

@media screen and (max-width: 767px) {
    .emailBox {
        top: 50px;
    }
}

.languageBox {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
}

    .languageBox .languageL {
        background: linear-gradient(180deg, #CDE7FF 0%, #FFFFFF 26.91%, #FFFFFF 100%);
        box-shadow: 2px 2px 12px 0px #9EB5CB;
        border-radius: 20px;
        border: 2px solid #007DF4;
        width: 332px;
        padding: 16px;
    }

        .languageBox .languageL h3 {
            font-size: 20px;
            text-align: center;
        }

        .languageBox .languageL .languageList {
            display: flex;
            flex-wrap: wrap;
            margin-top: 6px;
        }

            .languageBox .languageL .languageList li {
                width: calc(50% - 10px);
                position: relative;
                padding: 10px 6px 10px 24px;
                font-size: 16px;
                background: #F9FAFB;
                border-radius: 12px;
                margin: 8px 10px 0 0;
                font-weight: 600;
                cursor: pointer;
                transition: all 0.3s;
            }

                .languageBox .languageL .languageList li::before {
                    content: "\e81b";
                    font-family: iconfont;
                    position: absolute;
                    left: 12px;
                    top: 18px;
                    font-size: 4px;
                    color: #007DF4;
                }

@media screen and (min-width: 1181px) {
    .languageBox .languageL .languageList li:hover {
        background: #EBF5FF;
    }
}

.languageBox .close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    margin: 12px auto;
}

    .languageBox .close .iconfont {
        color: #fff;
        font-size: 16px;
    }

@media screen and (max-width: 767px) {
    .languageBox {
        top: 50px;
    }
}

.error {
    color: red;
}

.top_lea {
    cursor: pointer;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
    display: none;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 25px;
    position: fixed;
    align-items: center;
    justify-content: center;
    right: 15px;
    bottom: 162px;
    z-index: 9999;
}

    .top_lea .iconfont {
        color: #666;
        font-size: 18px;
    }

#apkBox {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 999;
    justify-content: center;
    align-items: center;
}

    #apkBox .dBox {
        width: 480px;
        height: 202px;
        background: #FFFFFF;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 40px 0;
        margin: 0 15px;
    }

        #apkBox .dBox > h2 {
            font-size: 20px;
            color: #333;
            font-weight: 600;
            margin-bottom: 30px;
            text-align: center;
            text-transform: none;
        }

            #apkBox .dBox > h2 > span {
                font-size: 20px;
                color: #333;
                font-weight: 700;
            }

        #apkBox .dBox .Btn > a {
            display: inline-block;
            line-height: 38px;
            text-align: center;
            width: 160px;
            height: 40px;
            background: #FFFFFF;
            color: #007DF4;
            border-radius: 10px;
            border: 1px solid #007DF4;
            transition: all 0.3s;
        }

            #apkBox .dBox .Btn > a:hover {
                background: #007DF4;
                color: #fff;
                box-shadow: 0 2px 10px 2px #ECF2E8;
            }

            #apkBox .dBox .Btn > a + a {
                background: #007DF4;
                color: #fff;
                margin-left: 15px;
            }

    #apkBox.active {
        display: flex;
    }
/*# sourceMappingURL=main.css.map */

/* ===== 骨架屏样式 ===== */
@keyframes skeleton-shimmer {
    0% {
        background-position: -200% 0
    }

    100% {
        background-position: 200% 0
    }
}

.sk {
    background: linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 1.5s infinite;
    border-radius: 8px
}

.sk-text {
    height: 14px;
    margin: 8px 0;
    border-radius: 4px
}

.sk-title {
    height: 20px;
    width: 50%;
    margin: 12px 0;
    border-radius: 4px
}

.sk-img {
    width: 100%;
    aspect-ratio: 16/10;
    border-radius: 12px
}

.sk-card {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 16px
}

.sk-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap
}

.sk-app {
    display: inline-block;
    width: calc(25% - 12px);
    margin-bottom: 16px
}

    .sk-app .sk-icon {
        width: 80px;
        height: 80px;
        border-radius: 16px;
        margin: 0 auto 8px
    }

.sk-game {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    background: #fff;
    border-radius: 12px;
    padding: 10px
}

    .sk-game .sk-icon {
        width: 60px;
        height: 60px;
        border-radius: 12px;
        flex-shrink: 0
    }

.sk-detail-header {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 20px;
    background: #fff;
    border-radius: 16px;
    margin-bottom: 20px
}

.sk-detail-icon {
    width: 130px;
    height: 130px;
    border-radius: 16px;
    flex-shrink: 0
}

@media screen and (max-width:767px) {
    .sk-app {
        width: calc(50% - 8px)
    }
}
