html, body {
    background: #030101;
    background-image: linear-gradient(#0a162d, #030101);
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 20px;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}

* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #000;
}

::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #000;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #333;
}

.preload {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 900px;
    overflow: hidden;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
}

    .preload .content {
        width: 200px;
        height: 200px;
        overflow: hidden;
        position: fixed;
        left: 50%;
        top: 50%;
        margin-top: -100px;
        margin-left: -100px;
        overflow: hidden;
    }

        .preload .content .text {
            width: 100%;
            font-size: 10px;
            color: #fff;
            margin-top: 40px;
            font-weight: 300;
            text-align: center;
        }


.xhand-blackground {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 500px;
    color: #ccc;
}

.xhand-message {
    cursor: pointer;
    border-radius: 10px;
    width: 260px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    position: fixed;
    left: 50%;
    margin-left: -140px;
    text-align: center;
    top: 50%;
}

.xhand-confirm {
    width: 300px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    background: #fff;
    box-shadow: #999 0 0 5px;
    overflow: hidden;
}

    .xhand-confirm p {
        padding: 40px 20px;
        font-size: 16px;
        color: #777;
        overflow: hidden;
        line-height: 20px;
        text-align: center;
    }

    .xhand-confirm .buttons {
        text-align: center;
        padding: 10px;
        background: #f1f1f1;
        border-top: #eee 1px solid;
    }

        .xhand-confirm .buttons a {
            border-radius: 2px;
            display: inline-block;
            width: 80px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            font-size: 12px;
            color: #fff;
            background: #0b6691;
            border: #023d58 1px solid;
            margin: 0 6px;
        }

            .xhand-confirm .buttons a.cancel {
                background: #fff;
                color: #666;
                border-color: #ccc;
            }


.report-page {
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
}

.main-nav-title {
    display: none;
}

.main-nav {
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
}

    .main-nav .item {
        cursor: pointer;
        display: inline-block;
        padding: 10px 20px;
        overflow: hidden;
    }

        .main-nav .item .text {
            margin: 8px auto 0 auto;
            font-size: 12px;
            text-align: center;
            max-width: 100px;
            color: #fff;
        }

        .main-nav .item .icon {
            width: 20px;
            height: 20px;
            background-repeat: no-repeat;
            background-size: cover;
            margin: 0 auto;
        }

    .main-nav .item-image .icon {
        background-image: url(/Public/images/report/a3.2.0/group-1.png);
    }

    .main-nav .item-water .icon {
        background-image: url(/Public/images/report/a3.2.0/group-2.png);
    }

    .main-nav .item-skin .icon,
    .main-nav .item-shallow .icon {
        background-image: url(/Public/images/report/a3.2.0/group-3.png);
    }

    .main-nav .item-deep .icon {
        background-image: url(/Public/images/report/a3.2.0/group-4.png);
    }

    .main-nav .item-forecast .icon {
        background-image: url(/Public/images/report/a3.2.0/group-5.png);
    }

    .main-nav .item-report .icon {
        background-image: url(/Public/images/report/a3.2.0/group-6.png);
    }

    .main-nav .item-compare .icon {
        background-image: url(/Public/images/report/a3.2.0/group-7.png);
    }


    .main-nav .item .selected {
        color: #20D9D9;
    }

    .main-nav .item-image .selected:nth-child(1) {
        background-image: url(/Public/images/report/a3.2.0/group-1-selected.png);
    }

    .main-nav .item-water .selected:nth-child(1) {
        background-image: url(/Public/images/report/a3.2.0/group-2-selected.png);
    }

    .main-nav .item-skin .selected:nth-child(1),
    .main-nav .item-shallow .selected:nth-child(1) {
        background-image: url(/Public/images/report/a3.2.0/group-3-selected.png);
    }

    .main-nav .item-deep .selected:nth-child(1) {
        background-image: url(/Public/images/report/a3.2.0/group-4-selected.png);
    }

    .main-nav .item-forecast .selected:nth-child(1) {
        background-image: url(/Public/images/report/a3.2.0/group-5-selected.png);
    }

    .main-nav .item-report .selected:nth-child(1) {
        background-image: url(/Public/images/report/a3.2.0/group-6-selected.png);
    }

    .main-nav .item-compare .selected:nth-child(1) {
        background-image: url(/Public/images/report/a3.2.0/group-7-selected.png);
    }

    .main-nav .item-compare {
        display: none;
    }

.sub-nav {
    overflow: hidden;
    margin-top: 20px;
    text-align: center;
}

    .sub-nav a {
        display: inline-block;
        padding: 0 20px;
        color: #999;
        font-size: 14px;
        cursor: pointer;
        border-radius: 35px;
        line-height: 35px;
        height: 35px;
        border: 0;
        overflow: hidden;
    }

        .sub-nav a.selected {
            background: linear-gradient( 90deg, #0784ab 0%, #056292 100%);
            color: #fff;
            padding: 0 18px;
            height: 31px;
            line-height: 31px;
            border: #20D9D9 2px solid;
        }

.state-box {
    margin: 20px;
    margin-bottom: 0;
    overflow: hidden;
    background: rgba(246,237,255,0.1);
    border-radius: 20px;
    padding: 20px;
}

    .state-box .title {
        line-height: 20px;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        border-left: #20D9D9 4px solid;
        padding-left: 10px;
    }

    .state-box .content {
        text-align: center;
        position: relative;
        overflow: hidden;
    }

        .state-box .content canvas {
            display: block;
            margin: 0 auto;
            overflow: hidden;
        }

        .state-box .content .percent {
            position: absolute;
            width: 100%;
            text-align: center;
            height: 30px;
            line-height: 30px;
            left: 0;
            color: #fff;
            font-size: 20px;
            color: #fff400;
            font-weight: 300;
            top: 50%;
            z-index: 99;
        }

        .state-box .content .percent-text {
            position: absolute;
            width: 100%;
            text-align: center;
            height: 40px;
            z-index: 99;
            line-height: 40px;
            font-size: 24px;
            font-weight: bold;
            color: #fff;
            left: 0;
            top: 50%;
            margin-top: -30px;
        }

    .state-box .circle {
        position: absolute;
        left: 50%;
        top: 50%;
        overflow: hidden;
    }

    .state-box .desc {
        font-weight: 300;
        font-size: 14px;
        overflow: hidden;
        color: #fff;
    }

    .state-box .region {
        overflow: hidden;
    }

        .state-box .region .item {
            overflow: hidden;
            border-top: #444 1px solid;
            color: #fff;
        }

            .state-box .region .item .name {
                text-align: center;
                font-size: 12px;
                font-weight: 300;
                height: 30px;
                line-height: 30px;
                background: linear-gradient(to right, rgba(0,0,0,0) 20%, rgba(255,255,255,0.1) 45%, rgba(255,255,255,0.1) 55%,rgba(0,0,0,0) 80%);
            }

            .state-box .region .item ul,
            .state-box .region .item ul li {
                list-style: none;
                overflow: hidden;
                padding: 0;
                margin: 0;
            }

                .state-box .region .item ul li {
                    width: 33.33%;
                    float: left;
                    text-align: center;
                    padding: 10px 0;
                }

                    .state-box .region .item ul li h4 {
                        padding: 0;
                        margin: 0;
                        font-size: 14px;
                    }

                    .state-box .region .item ul li p {
                        padding: 0;
                        margin: 0;
                        font-size: 10px;
                        color: #999;
                    }

.content-case {
    margin: 20px;
    margin-bottom: 0;
    overflow: hidden;
}

    .content-case .item {
        overflow: hidden;
        background: rgba(246,237,255,0.1);
        border-radius: 20px;
        margin-top: 20px;
        overflow: hidden;
        padding: 20px;
    }

        .content-case .item .desc {
            font-weight: 300;
            font-size: 14px;
            overflow: hidden;
            color: #fff;
        }


        .content-case .item .title {
            line-height: 20px;
            font-size: 18px;
            font-weight: bold;
            color: #fff;
            border-left: #20D9D9 4px solid;
            padding-left: 10px;
        }

        .content-case .item .text-row {
            margin-top: 10px;
            overflow: hidden;
        }

            .content-case .item .text-row .text-item {
                overflow: hidden;
            }

                .content-case .item .text-row .text-item h3 {
                    font-size: 16px;
                    font-weight: bold;
                    color: #fff;
                    margin-top: 10px;
                }

                .content-case .item .text-row .text-item p {
                    margin-top: 10px;
                    font-weight: 300;
                    font-size: 14px;
                    color: #ddd;
                    overflow: hidden;
                }


        .content-case .item .image-row {
            margin-top: 10px;
            overflow: hidden;
        }

            .content-case .item .image-row .image-item {
                width: 25%;
                float: left;
                height: 150px;
                text-align: center;
                overflow: hidden;
            }

                .content-case .item .image-row .image-item .image {
                    width: 80%;
                    margin: 0 auto;
                    height: 100px;
                    margin-top: 10px;
                    background-size: cover;
                    border-radius: 10px;
                    background-repeat: no-repeat;
                    background-position: center center;
                    overflow: hidden;
                }

                .content-case .item .image-row .image-item h3 {
                    font-size: 12px;
                    line-height: 1;
                    font-weight: bold;
                    color: #fff;
                    margin-top: 10px;
                }

                .content-case .item .image-row .image-item p {
                    margin-top: 5px;
                    font-weight: 300;
                    font-size: 14px;
                    color: #ddd;
                    overflow: hidden;
                }

        .content-case .item:first-of-type {
            margin-top: 0;
        }

.image-box {
    margin: 20px;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

    .image-box .image {
        overflow: hidden;
    }

    .image-box .slider,
    .image-box .cover {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 8;
        overflow: hidden;
    }

        .image-box .slider img,
        .image-box .cover img,
        .image-box .image img {
            float: left;
            width: 100%;
        }

    .image-box .slider {
        z-index: 9;
        width: 0;
        left: auto;
        right: 0;
    }

        .image-box .slider img {
            float: right;
        }

    .image-box .slider-bar {
        display: none;
        position: absolute;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 10;
        overflow: hidden;
    }

        .image-box .slider-bar a {
            float: left;
            width: 1%;
            height: 100%;
            outline: none;
        }

    .image-box .image-tools {
        width: 80px;
        overflow: hidden;
        position: absolute;
        right: 10px;
        bottom: 10px;
        padding-bottom: 20px;
        z-index: 99;
        overflow: hidden;
    }

        .image-box .image-tools .item {
            width: 80px;
            overflow: hidden;
            text-align: center;
            margin-top: 10px;
        }

            .image-box .image-tools .item .icon {
                width: 50px;
                height: 50px;
                border-radius: 50px;
                border: #eee 2px solid;
                background-repeat: no-repeat;
                background-size: cover;
                margin: 0 auto;
            }

            .image-box .image-tools .item .text {
                font-size: 14px;
                margin-top: 2px;
                color: #eee;
            }

        .image-box .image-tools .item-selected .icon {
            border-color: #fff;
            background-color: #20D9D9;
        }

        .image-box .image-tools .item-selected .text {
            color: #fff;
            text-shadow: #20D9D9 1px 1px 3px;
        }


        .image-box .image-tools .facetype-1 .icon {
            background-image: url(/Public/images/report/a3.2.0/face-left.png);
        }

        .image-box .image-tools .facetype-2 .icon {
            background-image: url(/Public/images/report/a3.2.0/face-zheng.png);
        }

        .image-box .image-tools .facetype-3 .icon {
            background-image: url(/Public/images/report/a3.2.0/face-right.png);
        }

        .image-box .image-tools .biaozhu .icon {
            background-image: url(/Public/images/report/a3.2.0/image-tools-biaozhu.png);
        }

        .image-box .image-tools .weiguan .icon {
            background-image: url(/Public/images/report/a3.2.0/image-tools-weiguan.png);
        }

    .image-box .image-switch {
        overflow: hidden;
        width: 100%;
        text-align: center;
        background: rgba(246,237,255,0.05);
        padding-top: 20px;
    }

        .image-box .image-switch .item {
            display: inline-block;
            margin: 0 10px;
        }

            .image-box .image-switch .item .icon {
                width: 50px;
                height: 50px;
                border-radius: 50px;
                border: #eee 2px solid;
                background-repeat: no-repeat;
                background-size: cover;
                margin: 0 auto;
            }

            .image-box .image-switch .item .text {
                font-size: 14px;
                margin-top: 10px;
                color: #eee;
            }

        .image-box .image-switch .item-selected .icon {
            border-color: #fff;
            background-color: #20D9D9;
        }

        .image-box .image-switch .item-selected .text {
            color: #fff;
            text-shadow: #20D9D9 1px 1px 3px;
        }


        .image-box .image-switch .facetype-1 .icon {
            background-image: url(/Public/images/report/a3.2.0/face-left.png);
        }

        .image-box .image-switch .facetype-2 .icon {
            background-image: url(/Public/images/report/a3.2.0/face-zheng.png);
        }

        .image-box .image-switch .facetype-3 .icon {
            background-image: url(/Public/images/report/a3.2.0/face-right.png);
        }

    .image-box .image-collectlist {
        padding: 20px 10px;
        background: rgba(246,237,255,0.05);
        overflow: hidden;
    }

        .image-box .image-collectlist .item {
            float: left;
            overflow: hidden;
        }

            .image-box .image-collectlist .item .icon {
                width: 80%;
                border-radius: 10px;
                border: #000 2px solid;
                overflow: hidden;
                margin: 0 auto;
            }

                .image-box .image-collectlist .item .icon img {
                    width: 100%;
                    float: left;
                }

            .image-box .image-collectlist .item .text {
                margin-top: 10px;
                font-size: 14px;
                text-align: center;
                overflow: hidden;
                color: #fff;
            }

        .image-box .image-collectlist .item-selected .icon {
            border: #20D9D9 2px solid;
        }

        .image-box .image-collectlist .item-selected .text {
            color: #20D9D9;
        }

.moni-box {
    text-align: center;
    overflow: hidden;
    margin-top: 20px;
}

    .moni-box .types {
        overflow: hidden;
    }

        .moni-box .types a {
            display: inline-block;
            padding: 0 20px;
            margin: 0 10px;
            height: 35px;
            line-height: 35px;
            font-size: 14px;
            border-radius: 35px;
            color: #ccc;
            border: #ccc 2px solid;
        }

            .moni-box .types a.selected {
                border-color: #20D9D9;
                color: #20D9D9;
            }

    .moni-box .image {
        min-height: 300px;
        background: #222;
        margin: 0 20px;
        border-radius: 20px;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

        .moni-box .image img {
            width: 100%;
            float: left;
        }

    .moni-box .timeline {
        overflow: hidden;
        margin: 20px;
        background: #333;
        border-radius: 10px;
    }

        .moni-box .timeline a {
            height: 10px;
            float: left;
        }

            .moni-box .timeline a.selected {
                background: #20D9D9;
            }

    .moni-box .image .calculating {
        width: 100%;
        margin-top: 40%;
        text-align: center;
        font-weight: 300;
        color: #fff;
        font-size: 14px;
    }




.report-box {
    overflow: hidden;
}

    .report-box .box {
        overflow: hidden;
        margin: 20px;
        margin-bottom: 0;
        overflow: hidden;
        background: rgba(246,237,255,0.1);
        border-radius: 20px;
        padding: 20px;
    }

        .report-box .box .title {
            line-height: 20px;
            font-size: 18px;
            font-weight: bold;
            color: #fff;
            border-left: #20D9D9 4px solid;
            padding-left: 10px;
        }



    .report-box .customer {
        padding-top: 10px;
        margin-top: 10px;
        overflow: hidden;
        position: relative;
        padding-left: 90px;
        padding-right: 90px;
        height: 90px;
    }

        .report-box .customer .avatar {
            position: absolute;
            left: 10px;
            top: 10px;
            background: #000;
            width: 65px;
            height: 65px;
            border-radius: 65px;
            overflow: hidden;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center;
            border: #333 2px solid;
        }

        .report-box .customer .name {
            font-weight: bold;
            font-size: 16px;
            color: #fff;
            overflow: hidden;
        }


        .report-box .customer .info {
            color: #999;
            margin-top: 5px;
            font-size: 12px;
            overflow: hidden;
            font-weight: 300;
        }

        .report-box .customer span {
            color: #444;
            font-size: 9px;
            margin: 0 3px;
            font-style: normal;
        }

        .report-box .customer .count {
            margin-top: 5px;
            color: #999;
            font-size: 10px;
            overflow: hidden;
            font-weight: 300;
        }

            .report-box .customer .count em {
                font-style: normal;
            }


        .report-box .customer .socre {
            position: absolute;
            right: 0px;
            top: 10px;
            width: 70px;
        }

            .report-box .customer .socre em {
                display: block;
                margin: 0 auto;
                background: #20D9D924;
                border: #0784ab 2px dashed;
                font-style: normal;
                height: 50px;
                width: 50px;
                border-radius: 50px;
                text-align: center;
                line-height: 50px;
                font-size: 30px;
                color: #fff;
            }

            .report-box .customer .socre p {
                font-size: 8px;
                color: #fff;
                text-align: center;
                margin-top: 5px;
            }

        .report-box .customer .predicted-age {
            position: absolute;
            right: 70px;
            top: 10px;
            width: 70px;
        }

            .report-box .customer .predicted-age em {
                display: block;
                margin: 0 auto;
                background: #20d9d924;
                border: #20D9D9 2px dashed;
                font-style: normal;
                height: 50px;
                width: 50px;
                border-radius: 50px;
                text-align: center;
                line-height: 50px;
                font-size: 30px;
                color: #fff;
            }

            .report-box .customer .predicted-age p {
                font-size: 8px;
                color: #fff;
                margin-top: 5px;
                text-align: center;
            }

    .report-box .strong {
        overflow: hidden;
    }

        .report-box .strong .content {
            height: 200px;
            text-align: center;
            position: relative;
            padding-right: 220px;
        }

            .report-box .strong .content .charts {
                position: absolute;
                right: 0;
                top: 0;
                width: 200px;
                height: 200px;
            }

            .report-box .strong .content .water {
                text-align: center;
                overflow: hidden;
            }

                .report-box .strong .content .water .text {
                    color: #ccc;
                    font-size: 14px;
                    margin-top: 14px;
                }

    .report-box .levels {
        overflow: hidden;
    }

        .report-box .levels .content {
            width: 100%;
            margin-top: 10px;
            overflow: hidden;
        }

            .report-box .levels .content .language-label {
                font-size: 12px;
                color: #fff;
                margin: 0;
            }


    .report-box .warnning {
        overflow: hidden;
    }


        .report-box .warnning .nav a {
            display: inline-block;
            padding: 0 8px;
            color: #999;
            font-size: 10px;
            cursor: pointer;
            border-radius: 20px;
            line-height: 20px;
            height: 20px;
            border: 0;
            overflow: hidden;
        }

            .report-box .warnning .nav a.selected {
                background: linear-gradient( 90deg, #0784ab 0%, #056292 100%);
                border: #20D9D9 2px solid;
                color: #fff;
                padding: 0 7px;
                height: 18px;
                line-height: 18px;
            }


.print-bt {
    text-align: center;
    color: #fff;
    overflow: hidden;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 44px;
    height: 44px;
    border: #fff 1px solid;
    border-radius: 44px;
    line-height: 44px;
    background: rgba(255,255,255,0.3);
}


    .print-bt i {
        font-size: 26px;
        color: #fff;
    }


@media screen and (max-width: 750px) {
    .main-nav .item {
        padding: 0;
        margin: 0;
        width: 40px;
        height: 40px;
        overflow: visible;
        position: relative;
    }

        .main-nav .item .icon {
            margin-top: 10px;
            z-index: 99;
        }

        .main-nav .item .text {
            position: absolute;
            width: 200px;
            max-width: 200px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            color: #20D9D9;
            font-weight: 300;
            font-size: 9px;
            bottom: -10px;
            margin-left: -100px;
            left: 50%;
            z-index: 2;
            text-indent: -9999em;
        }

        .main-nav .item .selected:nth-child(2) {
            text-indent: 0;
            z-index: 1;
        }


    .main-nav {
        width: 100%;
        margin: 0;
        position: fixed;
        padding-top: 5px;
        padding-bottom: 5px;
        background: #030101d9;
        left: 0;
        top: 0;
        z-index: 999;
    }

    .main-nav-space {
        height: 0px;
        width: 100%;
        overflow: hidden;
        margin-top: 70px;
    }


    .sub-nav {
        padding: 0 20px;
        overflow: hidden;
    }

        .sub-nav a {
            font-size: 10px;
            padding: 0 8px;
            border-radius: 25px;
            line-height: 25px;
            height: 25px;
            font-size: 10px;
        }

            .sub-nav a.selected {
                line-height: 21px;
                height: 21px;
                padding: 0 6px;
            }

    .state-box {
        margin: 10px;
        margin-bottom: 0;
    }

        .state-box .title {
            font-size: 16px;
        }

    .content-case {
        margin: 0 10px;
        margin-top: 10px;
    }

        .content-case .item {
            margin-top: 10px;
        }

            .content-case .item .title {
                font-size: 16px;
            }

            .content-case .item .text-row .text-item h3 {
                font-size: 14px;
            }

            .content-case .item .text-row .text-item p {
                font-size: 12px;
            }

    .image-box {
        margin: 10px;
        margin-bottom: 0;
    }

        .image-box .image-tools {
            width: 50px;
            padding-bottom: 10px;
        }

            .image-box .image-tools .item {
                width: 50px;
            }

                .image-box .image-tools .item .icon {
                    width: 30px;
                    height: 30px;
                    border-radius: 30px;
                }

                .image-box .image-tools .item .text {
                    font-size: 8px;
                }

        .image-box .image-switch .item .icon {
            width: 30px;
            height: 30px;
            border-radius: 30px;
        }

        .image-box .image-switch .item .text {
            font-size: 10px;
            margin-top: 5px;
        }

        .image-box .image-collectlist .item .text {
            margin-top: 5px;
            font-size: 10px;
        }

    .water-box .scale {
        font-size: 10px;
    }

    .water-box .region {
        font-size: 10px;
    }

    .water-box .value {
        font-size: 10px;
    }

    .water-box {
        margin: 10px;
        margin-bottom: 0;
    }

    .moni-box .types a {
        padding: 0 15px;
        margin: 0 6px;
        height: 25px;
        line-height: 25px;
        font-size: 10px;
        border-radius: 25px;
    }

    .report-box .box {
        padding: 10px;
        margin: 10px;
    }

    .report-box .levels .content .item {
        width: 25%;
    }

        .report-box .levels .content .item .text {
            font-size: 9px;
        }

    .report-box .strong .content .item {
        width: 50%;
        display: block;
        float: left;
    }

        .report-box .strong .content .item p {
            width: 100%;
            overflow: hidden;
            font-size: 10px;
        }

    .report-box .box .title {
        margin-left: 10px;
        font-size: 16px;
        margin-top: 10px;
    }
}



.canvasBox {
    align-items: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin: 1em;
    width: 10em;
    height: 10em;
    margin: 0 auto;
}

.spinnerOneBox {
    align-items: center;
    border: 0.3em solid transparent;
    border-top: 0.3em solid #20D9D9;
    border-right: 0.3em solid #20D9D9;
    border-radius: 100%;
    display: flex;
    justify-content: center;
}

.spinnerMaxBox {
    animation: spinnerOne 3s linear infinite;
    height: 3em;
    width: 3em;
}

.spinnerMidBox {
    animation: spinnerOne 5s linear infinite;
    height: 2.4em;
    width: 2.4em;
}

.spinnerMinBox {
    animation: spinnerOne 5s linear infinite;
    height: 1.8em;
    width: 1.8em;
}


@keyframes spinnerOne {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.preload-ani {
    width: 48px;
    height: 48px;
    margin: auto;
    position: relative;
}

    .preload-ani:before {
        content: '';
        width: 48px;
        height: 5px;
        background: #20D9D950;
        position: absolute;
        top: 60px;
        left: 0;
        border-radius: 50%;
        animation: shadow324 0.5s linear infinite;
    }

    .preload-ani:after {
        content: '';
        width: 100%;
        height: 100%;
        background: #20D9D9;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 4px;
        animation: jump7456 0.5s linear infinite;
    }

.result-score {
    overflow: hidden;
    padding-top: 20px;
    margin: 0px auto;
}

    .result-score .item {
        width: 50%;
        float: left;
    }

        .result-score .item .value {
            position: relative;
            font-weight: bold;
            width: 100px;
            height: 100px;
            line-height: 100px;
            text-align: center;
            font-size: 40px;
            border-radius: 50%;
            color: #fff;
            box-shadow: #20D9D9 0 0 20px;
            background: linear-gradient(to bottom, #20D9D9 0%, #0784ab 35%, #0784ab 65%, #20D9D9 100%);
            margin: 0 auto;
            overflow: hidden;
        }


        .result-score .item p {
            height: 30px;
            line-height: 30px;
            font-size: 14px;
            font-weight: 300;
            text-align: center;
            color: #ccc;
        }

        .result-score .item .value em {
            position: absolute;
            width: 20px;
            height: 20px;
            background: radial-gradient(circle, #00ffcc, transparent 70%);
            border-radius: 50%;
            animation: glow-move 5s linear infinite;
        }

        .result-score .item .value span {
            font-size: 10px;
            line-height: 110px;
        }

        .result-score .item:last-of-type .value {
            box-shadow: #1d92ce 0 0 20px;
            background: linear-gradient(to bottom, #1d92ce 0%, #056292 35%, #056292 65%, #1d92ce 100%);
        }

            .result-score .item:last-of-type .value em {
                background: radial-gradient(circle, #00bdff, transparent 70%);
            }

@keyframes glow-move {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) translateX(70px) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg) translateX(70px) rotate(-360deg);
    }
}

@keyframes jump7456 {
    15% {
        border-bottom-right-radius: 3px;
    }

    25% {
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        transform: translateY(18px) scale(1, .9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }

    75% {
        transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        transform: translateY(0) rotate(90deg);
    }
}

@keyframes shadow324 {

    0%, 100% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1);
    }
}



.water-ball {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #00aaff;
    overflow: hidden;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    margin-top: 35px;
    color: #fff;
    text-align: center;
    line-height: 100px;
    font-size: 30px;
    font-weight: bold;
}

    .water-ball span {
        font-size: 14px;
    }

    .water-ball::before {
        content: '';
        position: absolute;
        width: 250px;
        height: 250px;
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: 40%;
        bottom: -70%;
        left: 50%;
        transform: translate(-50%, -50%);
        animation: wave 5s infinite linear;
    }

    .water-ball::after {
        content: '';
        position: absolute;
        width: 180px;
        height: 180px;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 40%;
        bottom: -50%;
        left: 50%;
        transform: translate(-50%, -50%);
        animation: wave 7s infinite linear;
    }

@keyframes wave {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


.nursing-content {
    margin: 10px;
    margin-bottom: 0;
    overflow: hidden;
    background: rgba(246,237,255,0.1);
    border-radius: 20px;
    padding: 20px;
    display: none;
    overflow: hidden;
}



    .nursing-content .nursing-item {
        margin-top: 15px;
        padding-top: 15px;
        position: relative;
        height: 80px;
        padding-left: 100px;
        overflow: hidden;
        border-top: #333 1px dotted;
    }


        .nursing-content .nursing-item .image {
            width: 80px;
            height: 80px;
            background-color: #333;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center;
            border-radius: 10px;
            overflow: hidden;
            position: absolute;
            left: 0;
            top: 15px;
        }

        .nursing-content .nursing-item .title {
            font-size: 16px;
            height: 30px;
            font-weight: 500;
            color: #fff;
            overflow: hidden;
        }

            .nursing-content .nursing-item .title span {
                margin-left: 20px;
                color: #fff;
                font-weight: normal;
                color: #20D9D9;
                float: right;
            }



        .nursing-content .nursing-item .slogan {
            margin-top: 5px;
            display: -webkit-box;
            width: 100%;
            color: #aaa;
            font-size: 14px;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            display: box;
            word-break: break-all;
            font-weight: 300;
            line-height: 20px;
            height: 40px;
        }


        .nursing-content .nursing-item:first-of-type {
            margin-top: 0;
            padding-top: 0;
            border-top: 0;
        }

            .nursing-content .nursing-item:first-of-type .image {
                top: 0;
            }


.popup-nursing {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0,0,0,0.3);
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999;
}


    .popup-nursing .content {
        background: #fff;
        position: fixed;
        z-index: 99999;
        max-height: 90vh;
        padding: 0px 20px 20px 20px;
        width: calc(86vw - 40px);
        left: 7vw;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        bottom: -100vh;
        overflow: hidden;
    }

        .popup-nursing .content .title {
            padding-top: 15px;
            font-size: 20px;
            font-weight: 500;
            overflow: hidden;
            position: relative;
            padding-right: 40px;
        }

            .popup-nursing .content .title .close {
                position: absolute;
                width: 50px;
                height: 50px;
                text-align: right;
                line-height: 50px;
                right: 0;
                top: 0;
                font-size: 30px;
                color: #999;
                overflow: hidden;
            }


        .popup-nursing .content .slogan {
            font-size: 16px;
            font-weight: 300;
            color: #f85f10;
            margin-top: 10px;
            line-height: 1.2;
            overflow: hidden;
        }


            .popup-nursing .content .slogan .price {
                float: left;
                font-size: 16px;
                font-weight: 400;
                overflow: hidden;
                margin-right: 10px;
            }


        .popup-nursing .content .detail {
            font-size: 16px;
            margin-top: 10px;
            font-weight: 300;
            line-height: 1.5;
            overflow: hidden;
        }

        .popup-nursing .content .swiper {
            margin-top: 15px;
            border-radius: 10px;
            overflow: hidden;
        }

            .popup-nursing .content .swiper .swiper-slide .image {
                float: left;
                width: 100%;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center center;
                background-color: #ccc;
                overflow: hidden;
                padding-top: 100%;
            }
