﻿* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000000;
}

    a:hover {
        text-decoration: none;
    }

li {
    list-style: none;
}

.location {
    position: absolute;
}

body {
    width: 10rem;
    text-align: center;
    overflow-x: hidden;
    background-color: #ffffff;
    margin:auto;
}

.content .resultText00 {
    background: #dbf1ff;
}

.content .resultText01 {
    background: #E6F8E6;
}

.content .resultText02 {
    background: #FEEFEF;
}

.content .resultText {
    width: 10rem;
    height: 1.2rem;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    z-index: 10;
}

    .content .resultText .icon {
        width: 0.48rem;
        height: 0.48rem;
        border-radius: 50%;
        margin: 0rem 0.34666667rem 0rem 0.26666667rem;
        text-align: center;
        font-size: 0.32rem;
        color: #ffffff;
    }

        .content .resultText .icon img {
            width: 0.48rem;
            height: 0.48rem;
        }

    .content .resultText .icon00 {
        background-color: #10AEFF;
    }

    .content .resultText .icon02 {
        background-color: #F76260;
    }

    .content .resultText span {
        font-size: 0.37333333rem;
        color: #676767;
    }

        .content .resultText span .search {
            font-size: 0.37333333rem;
            color: #576B95;
        }

    .content .resultText .close {
        width: 0.26666667rem;
        height: 0.26666667rem;
        position: absolute;
        top: 0.48rem;
        right: calc(50% - 5rem + 0.48rem);
    }

.content .boxResult {
    width: 10rem;
    height: 1.2rem;
}

.content .boxWhite {
    width: 9.97333333rem;
    height: 0.26666667rem;
    background: #f6f6f6;
}

.content .card1 {
    width: 10rem;
    background-color: #ffffff;
    margin: 0rem 0rem 0.53333333rem 0rem;
}

    .content .card1 .title {
        width: 10rem;
        height: 1.2rem;
        border-bottom: 1px solid #FAFAFA;
        font-family: PingFang SC;
        font-weight: bold;
        display: flex;
        align-items: center;
        align-content: center;
    }

        .content .card1 .title .line {
            width: 0.05333333rem;
            height: 0.4rem;
            background: #000000;
            border-radius: 1px;
            margin: 0rem 0rem 0rem 0.4rem;
        }

        .content .card1 .title .text {
            margin: 0rem 0rem 0rem 0.16rem;
            font-size: 0.42666667rem;
            color: #000000;
        }

    .content .card1 .cardContent .item {
        height: auto;
    }

        .content .card1 .cardContent .item .txt01 {
            height: 1.38666667rem;
            line-height: 1.38666667rem;
            text-align: left;
            font-size: 0.37333333rem;
            color: #888888;
            margin: 0rem 0rem 0rem 0.4rem;
        }

        .content .card1 .cardContent .item .box_pic {
            margin: 0rem 0rem 0rem 0.4rem;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            align-content: flex-start;
            flex-wrap: nowrap;
            position: relative;
        }

            .content .card1 .cardContent .item .box_pic img {
                width: 9.2rem;
                height: auto;
                object-fit: cover;
                margin: 0rem 0.18666667rem 0rem 0rem;
            }

        .content .card1 .cardContent .item .box_cover {
            width: 2.93333333rem;
            height: 2.93333333rem;
            position: absolute;
            top: 0rem;
            left: 6.26666667rem;
            display: flex;
            justify-content: center;
            align-items: center;
            background: rgba(0, 0, 0, 0.5);
            font-size: 0.4rem;
            color: #ffffff;
        }

.content .box_btn {
    width: 10rem;
    height: 1.33333333rem;
    background-color: #ffffff;
    line-height: 1.33333333rem;
    text-align: center;
    padding: 0rem 0rem 1.33333333rem 0rem;
    margin: 1.33333333rem auto 0;
}

.content .btn {
    width: 7.46666667rem;
    height: 1.33333333rem;
    background: #919BEA;
    opacity: 0.4;
    border-radius: 0.66666667rem;
    margin: auto;
    font-size: 0.48rem;
    color: #FFFFFF;
}

.content .btn01 {
    width: 7.46666667rem;
    height: 1.33333333rem;
    background: #919BEA;
    border-radius: 0.66666667rem;
    margin: auto;
    font-size: 0.48rem;
    color: #FFFFFF;
}

.box_alert {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 1000;
}

    .box_alert .alertContent {
        width: 8.34666667rem;
        /* height: 5.89333333rem; */
        padding: 0 0 1rem 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        background: #ffffff;
        border-radius: 0.53333333rem;
        flex-wrap: wrap;
        position: relative;
    }

        .box_alert .alertContent .close {
            width: 0.32rem;
            position: absolute;
            top: 0.34666667rem;
            right: 0.34666667rem;
        }

        .box_alert .alertContent .title {
            width: 100%;
            text-align: center;
            font-size: 0.53333333rem;
            color: #333333;
            font-family: PingFang SC;
            font-weight: bold;
            margin: 0.8rem auto 0;
            height: 0.50666667rem;
            line-height: 0.50666667rem;
        }

        .box_alert .alertContent .content {
            width: 5.94666667rem;
            font-size: 0.37333333rem;
            color: #333333;
            text-align: left;
            margin: 1.06666667rem auto 0;
            font-family: PingFang SC;
            font-weight: 500;
            max-height: 7rem;
            overflow-y: scroll;
            padding: 0 0.2rem 0 0;
        }
