@charset "utf-8";

/*
 * @Author: hl,haolei@ec.com.cn
 * @Date: 2025-07-04 18:20:41
 * @LastEditTime: 2026-01-26 14:29:27
 * @LastEditors: hl,haolei@ec.com.cn
 * @Description:
 */
.u-area-box {
    display: none;
}

.u-area-box.u-sub-region-box {
    display: block;
}

.u-area-box {
    margin: 40px var(--padding-1) 0;
    padding: var(--padding-1);
    border-radius: 10px;
    border: solid 1px #ffffff;
}

.u-area-box .u-tt {
    font-size: 42px;
    font-weight: 600;
    line-height: 55px;
    color: #005ae1;
    text-align: left;
}

.u-area-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.u-area-list .u-item {
    margin: 15px 0;
    padding: 10px 0;
    width: 48%;
    background-color: #f4f9ff;
    border-radius: 10px;
    border: solid 1px #005cdc;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    font-size: 20px;
    line-height: 40px;
    color: #000;
    text-align: center;
}

.u-area-list .u-item:hover,
.u-area-list .u-item:active {
    background-color: #3f86f9;
    color: #ffffff;
    box-shadow: 0px 6px 24px 0px rgba(162, 197, 217, 0.66);
}

.m-gis-map-box .u-gis-map-box {
    position: relative;
    padding-top: 60px;
}

.m-gis-map-box .u-sch-ipt-box {
    position: absolute;
    top: 7%;
    left: 30%;
    width: 360px;
    z-index: 500;
}

.m-gis-map-box .u-sch-ipt-box .layui-input {
    padding: 0 55px 0 30px;
    height: 52px;
    background-color: #ffffff;
    font-size: 22px;
    line-height: 50px;
    color: #333;
    border-radius: 26px;
    border: solid 1px #d10b04;
}

.m-gis-map-box .u-sch-ipt-box .layui-input::placeholder {
    color: #999999;
}

.m-gis-map-box .u-sch-ipt-box .u-sch-btn {
    position: absolute;
    top: 50%;
    right: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background-color: #d10b04;
    font-size: 18px;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    box-shadow: 0px 12px 18px 3px rgba(14, 98, 215, 0.21);
    border-radius: 50%;
    transform: translateY(-50%);
}

.m-gis-map-box .u-sch-btn .iconfont {
    font-size: 20px;
}

.m-gis-map-box .u-charts-box {
    height: 800px;
}

.m-qr-code-box .hd {
    padding: 80px 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-qr-code-box .hd .u-tt {
    font-size: 36px;
    font-weight: 600;
    color: #000000;
}

.m-qr-code-box .u-keyword {
    margin-right: 5px;
    color: #d10b04;
}

.m-qr-code-box .u-ct-box {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 0 40px;
    width: 840px;
    background-color: #ffffff;
    box-shadow: inset 0px 2px 9px 0px #a3b4de;
    border-radius: 10px;
    border: solid 1px #ffffff;
}

.m-qr-code-box .u-qr-code-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    justify-items: center; */
}

.m-qr-code-box .u-qr-code-list li {
    width: 240px;
}

.m-qr-code-box .u-qr-code-list li+li {
    margin-left: 105px;
}

.m-qr-code-box .u-qr-code-list .u-tt {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    color: #005ae1;
    text-align: center;
}

.m-qr-code-box .u-qr-code-list .u-img-box {
    margin: 45px auto 0;
    padding: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 240px;
    height: 240px;
    background-color: #ffffff;
    border: solid 1px #c8dbff;
}

.m-qr-code-box .u-qr-code-list .u-img-box img {
    max-width: 100%;
    max-height: 100%;
}

.m-qr-code-box .u-tips {
    margin-top: 30px;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    text-align: center;
}

.m-qr-code-box .u-qr-code-none {
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(243, 241, 247, 1);
    border-radius: 6px;
}

.m-qr-code-box .u-qr-code-none .u-tt {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    color: rgba(14, 92, 203, 1);
}

.m-qr-code-box .u-qr-code-none .u-img {
    margin-top: 15px;
    width: 150px;
    height: 150px;
}

.m-qr-code-box .u-qr-code-none .u-img img {
    max-width: 100%;
    max-height: 100%;
}



/* 地图 tooltip */

.map-tooltip-box {
    width: 480px;
    background-image: linear-gradient(0deg, #2d5acd 0%, #3f86f9 100%);
    box-shadow: 0px 10px 8px 0px rgba(53, 119, 227, 0.5);
    border-radius: 15px;
    padding: 10px;
}

.map-tooltip-box .tooltip-title {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-tooltip-box .u-tt {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    padding: 0 30px;
    color: #ffffff;
}

.map-tooltip-box .u-tt::after {
    position: absolute;
    left: 50%;
    bottom: 7px;
    width: 66px;
    height: 7px;
    background-color: #fa453f;
    content: '';
    transform: translateX(-50%);
    z-index: 5;
}

.map-tooltip-box .u-tt>span {
    position: relative;
    z-index: 10;
}


.map-tooltip-box .tooltip-list {
    padding: 15px 10px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 14px;
}

.map-tooltip-box .tooltip-list .u-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 36px;
    color: #000000;
    border-radius: 18px;
    text-align: center;
}

.map-tooltip-box .tooltip-list .u-item:hover,
.map-tooltip-box .tooltip-list .u-item.z-crt {
    background-color: #3f86f9;
    color: #ffffff;
}


@media screen and (min-width:2000px) {}

@media screen and (max-width:1700px) {}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1280px) {}

/********** 移动端及华为C7平板 ***********/
@media screen and (max-width:992px) {

    .u-area-box {
        display: block;
    }

    .m-gis-map-box .u-charts-box {
        display: none;
    }

    .m-qr-code-box {
        padding: 0 var(--padding-1);
    }

    .m-qr-code-box .hd {
        padding: .6rem 0 .4rem;
    }

    .m-gis-map-box .u-sch-ipt-box {
        position: relative;
        margin: 0 auto;
        left: 0;
        top: 0;
        width: 95%;
    }

    .m-gis-map-box .u-gis-map-box {
        padding-top: .5rem;
    }

    .m-qr-code-box .hd .u-tt {
        font-size: .4rem;
    }

    .m-qr-code-box .u-ct-box {
        width: 100%;
        padding: .4rem var(--padding-1);
        background-color: transparent;
        box-shadow: none;
    }

    .m-qr-code-box .u-qr-code-list {
        flex-direction: column;
        align-items: center;
    }

    .m-qr-code-box .u-qr-code-list li {
        width: auto;
    }

    .m-qr-code-box .u-qr-code-list li+li {
        margin-left: 0;
        margin-top: .8rem;
    }

    .m-qr-code-box .u-qr-code-list .u-tt {
        font-size: .36rem;
        line-height: 1.5;
    }

    .m-qr-code-box .u-qr-code-list .u-img-box {
        margin-top: .2rem;
        width: 3rem;
        height: 3rem;
        border: none;
    }

    .m-qr-code-box .u-tips {
        margin-top: .4rem;
        font-size: .26rem;
        line-height: .4rem;
        color: #000;
    }

    .m-qr-code-box .u-qr-code-none {
        padding: .3rem .5rem;
    }

    .m-qr-code-box .u-qr-code-none .u-tt {
        font-size: .36rem;
    }

    .u-area-box {
        margin: .4rem var(--padding-1) 0;
        padding: var(--padding-1);
        border-radius: 10px;
        border: solid 1px #ffffff;
    }

    .u-area-box .u-tt {
        font-size: .42rem;
        font-weight: 600;
        line-height: .55rem;
        color: #005ae1;
        text-align: left;
    }

    .u-sub-region-box .u-tt {
        color: #fa453f;
    }

    .u-area-list {
        margin-top: .1rem;
    }

    .u-area-list .u-item {
        margin: .15rem 0;
        padding: .1rem 0;
        border-radius: .1rem;
        font-size: .26rem;
        line-height: .45rem;
        color: #000;
    }
}