* {
    box-sizing: border-box;
}

.w94 {
    width: 94.4%;
    margin: 0 auto;
}

.home-box {
    width: 100%;
    height: 100vh;
}

.map-box {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
/* 在CSS文件（index.css）中添加以下代码 */
/*.map-box, #allmap {
    width: 100%;
    height: 100%;
    touch-action: manipulation;
    cursor: move;
    overflow: visible;
    margin: 0;
    padding: 0;
}*/
/* 防止父容器阻止滚轮事件 */
/*.home-box {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: visible;
}*/


.home-search {
    height: .8rem;
    border-radius: .8rem;
    background: #fff;
    position: fixed;
    top: .48rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
}

.search-area {
    width: 2.1rem;
    padding-left: .2667rem;
    padding-right: .1333rem;
    border-right: .0133rem solid #e1e1e1;
    position: relative;
    display: flex;
    align-items: center;
}

    .search-area span {
        display: block;
        max-width: 100%;
        padding-right: .32rem;
        position: relative;
        font-size: .3733rem;
        color: #333333;
        line-height: 1.4;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: Nowrap;
    }

        .search-area span::after {
            display: block;
            content: '';
            width: .1867rem;
            height: .16rem;
            background: url(../images/ss-jt.png) no-repeat;
            background-size: 100% 100%;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }

#dlType1 {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: .2933rem;
    color: #333333;
    line-height: 1.4;
    border: none;
    outline: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    background: url(../images/ss-jt.png) no-repeat;
    background-position: right center;
    background-size: .1867rem;
}

    #dlType1::-ms-expand {
        display: none;
    }

.search-area ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
}

    .search-area ul li {
        font-size: .3733rem;
        color: #333333;
        line-height: 1.4;
        padding: .2rem 0 .2rem .4533rem;
        border-bottom: .0133rem solid #e1e1e1;
    }

        .search-area ul li:last-child {
            border-bottom: none;
        }

.search-input {
    width: calc(100% - 3.5rem);
}

    .search-input input {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0 .2667rem;
        border: none;
        outline: none;
        background: none;
        font-size: .2933rem;
        color: #333;
    }

.search-btn {
    width: 1.4rem;
    height: 100%;
    border-radius: 0 1.0933rem 1.0933rem 0;
    background: #6496f5;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .search-btn img {
        display: block;
        width: .4667rem;
    }

.address-box {
    position: fixed;
    bottom: .72rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background: #fff;
    border-radius: .1333rem;
    box-shadow: 0 0 2px 1px #d1d1d1;
    padding: .1333rem .2667rem;
}

.address-cz {
    padding: .1333rem 0 .2667rem;
    display: flex;
    justify-content: center;
    transition-duration: 0.3s;
}

    .address-cz.hidden {
        padding: .1333rem 0 .1333rem;
    }

    .address-cz span {
        display: block;
        font-size: .3467rem;
        color: #333;
        padding-right: .2667rem;
        position: relative;
    }

        .address-cz span::after {
            display: block;
            content: '';
            width: .1867rem;
            height: .16rem;
            background: url(../images/ss-jt.png) no-repeat;
            background-size: 100% 100%;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -0.08rem;
            transition-duration: 0.3s;
        }

    .address-cz.hidden span::after {
        transform: rotate(180deg);
    }


.address-box ul {
    max-height: 7.2rem;
    padding-right: .2667rem;
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

    .address-box ul::-webkit-scrollbar {
        width: .1067rem;
        background: #e5e5e5;
        border-radius: .1067rem;
    }

    .address-box ul::-webkit-scrollbar-thumb {
        width: .1067rem;
        background: #6496f5;
        border-radius: .1067rem;
    }

    .address-box ul::-webkit-scrollbar-corner {
        background: none;
    }

    .address-box ul::-webkit-scrollbar:horizontal {
        height: .12rem;
    }

    .address-box ul li {
        margin-bottom: .8rem;
    }

        .address-box ul li:last-child {
            margin-bottom: 0;
        }

        .address-box ul li a {
            display: flex;
            align-items: center;
        }

.address-icon {
    width: .88rem;
}

    .address-icon img {
        display: block;
        width: 100%;
    }

.address-infos {
    width: calc(100% - .88rem);
    padding-left: .32rem;
    padding-right: .32rem;
    position: relative;
}

    .address-infos::after {
        display: block;
        content: '';
        width: .1733rem;
        height: .2667rem;
        background: url(../images/address-jt.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        right: 0;
        bottom: .1333rem;
    }

    .address-infos h3 {
        font-size: .32rem;
        color: #333333;
        line-height: 1.4;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.address-infos-bottom {
    display: flex;
    margin-bottom: .0667rem;
}

.address-info {
    width: calc(100% - .88rem);
    padding-left: .32rem;
    padding-right: .32rem;
    position: relative;
}

    .address-info::after {
        display: block;
        content: '';
        width: .1733rem;
        height: .2667rem;
        background: url(../images/address-jt.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        right: 0;
        bottom: .1333rem;
    }

    .address-info h3 {
        font-size: .32rem;
        color: #333333;
        line-height: 1.4;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.address-info-bottom {
    display: flex;
    margin-bottom: .0667rem;
}

.address-distance {
    font-size: .28rem;
    color: #6496f5;
    line-height: 1.4;
    margin-right: .2rem;
    white-space: nowrap;
}

.address-text {
    font-size: .28rem;
    color: #999999;
    line-height: 1.4;
    margin-right: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 详情介绍页 */
.ne-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

    .ne-banner img {
        display: block;
        width: 100%;
    }

.about-content {
    width: 100%;
    background: #fff;
    border-radius: .2667rem .2667rem 0 0;
    position: relative;
    z-index: 4;
    margin-top: -0.2667rem;
}

.about-title {
    padding: .4rem .6667rem;
    border-radius: .2667rem;
    border-bottom: .1067rem solid #f5f5f5;
    display: flex;
    align-items: center;
}

.about-title-info {
    width: calc(100% - .6933rem);
    padding-right: .5333rem;
}

    .about-title-info h2 {
        font-size: .4533rem;
        color: #333333;
        font-weight: bold;
        line-height: 1.4;
        display: -webkit-Box;
        -webkit-Box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .about-title-info p {
        font-size: .3733rem;
        color: #999999;
        font-weight: normal;
        line-height: 1.4;
        display: -webkit-Box;
        -webkit-Box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        margin-bottom: .1333rem;
    }

    .about-title-info span {
        display: table;
        padding: 0 .1333rem;
        border-radius: .1333rem;
        border: .0133rem solid #6496f5;
        font-size: .2933rem;
        color: #6496f5;
        line-height: .5867rem;
    }

.go-map {
    display: block;
    width: .6933rem;
}

    .go-map img {
        display: block;
        width: 100%;
    }

    .go-map span {
        display: block;
        font-size: .2933rem;
        color: #6496f5;
        text-align: center;
        line-height: 1.4;
        margin-top: .1333rem;
    }

.about-section {
    padding: .4rem .6667rem;
    border-bottom: .0133rem solid #eeeeee;
}

.about-name {
    font-size: .4533rem;
    color: #333333;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: .2rem;
}

.about-tel-list {
    display: flex;
    flex-wrap: wrap;
}

    .about-tel-list a {
        font-size: .4267rem;
        color: #333;
        line-height: 1.4;
        margin-right: .5333rem;
    }

        .about-tel-list a:last-child {
            margin-right: 0;
        }

.about-section-info {
    font-size: .4267rem;
    color: #555555;
    line-height: 1.6;
    text-align: justify;
}

.section-sp {
    color: #333;
}

    .section-sp a {
        color: #333;
    }

.popup-mask {
    display: none;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
}

.popup-map {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.popup-map-title, .cancel-btn {
    padding: .2667rem 0;
    background: #fff;
    font-size: .3733rem;
    color: #666;
    line-height: 1.6;
    text-align: center;
}

.popup-map ul {
    background: #fff;
    margin-bottom: .2667rem;
}

    .popup-map ul li {
        border-top: .0133rem solid #e1e1e1;
    }

        .popup-map ul li a {
            display: block;
            padding: .2667rem 0;
            font-size: .4rem;
            color: #6496f5;
            line-height: 1.6;
            text-align: center;
        }
