#join-add {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    padding-top: 10%;
    background: rgba(0, 0, 0, 0.69);
    display: none;
}

.join-bg {
    width: 100%;
    background: url("../images/join-bg.jpg");
    background-size: 100%;
    margin-bottom: 23px;
    text-align: center;
    color: #fff;
    padding-top: 10%;
}

.join-bg .join-title {
    font-size: 56px;
    font-family: "Microsoft Yahei";
    font-weight: 700;
}

.join-bg .join-desc {
    font-size: 56px;
    font-family: "Microsoft Yahei";
    font-weight: 400;
}

.join-bg .join-btn {
    margin: auto;
    margin-top: 50px;
    padding-bottom: 228px;
}

.join-bg .join-btn img {
    width: 160px;
    cursor: pointer;
}

.join-add {
    width: 860px;
    height: 720px;
    margin: auto;
    background: #FFFFFF;
    border-radius: 18px 18px 18px 18px;
    padding: 23px;
}

.join-add-close {
    text-align: right;
}

.join-add-close img {
    width: 44px;
    height: 44px;
    cursor: pointer;
}

.join-add-title {
    font-family: "Microsoft Yahei";
    font-weight: 400;
    font-size: 20px;
    color: #121212;
    line-height: 23px;
    text-align: center;
    margin-bottom: 53px;
}

.join-add-content {
    display: flex;
}

.join-add-content .join-add-input input {
    width: 350px;
    height: 55px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #D4D5D6;
    padding-left: 15px;
    margin-left: 36px;
    margin-top: 30px;
    color: #595959;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    font-weight: 400;
}

.join-add-content .select {
    width: 350px;
    height: 55px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #D4D5D6;
    padding-left: 15px;
    margin-left: 36px;
    margin-top: 30px;
    color: #595959;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    font-weight: 400;
}

.join-remark {
    width: 740px;
    height: 135px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #D4D5D6;
    margin: auto;
    padding: 15px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    font-weight: 400;
    margin-top: 30px;
}

.join-add-btn {
    width: 350px;
    margin: auto;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    background: #E9002F;
    border-radius: 0px 0px 0px 0px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    font-weight: 400;
    margin-top: 57px;
    cursor: pointer;
}

.shop-bg {
    width: 100%;
    height: 540px;
    background-image: url("../images/products-banner.png");
    background-size: 100%;
    /* padding-top: 13%; */
    padding: 120px 0 0 0;
}

.shop-bg .shop-title {
    text-align: center;
    font-size: 60px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}

.shop-bg .search {
    display: flex;
    height: 126px;
    background: url("../images/shop-bg1.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 40px;
    justify-content: center;
    align-items: center;
}

.shop-bg .search .address-red {
    width: 32px;
    height: 39px;
    margin-right: 12px;
    display: block;
}

.shop-bg .select {
    width: 24%;
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #ffffff;
    border-radius: 8px 8px 8px 8px;
    margin-right: 12px;
    padding-left: 10px;
    color: #8F97A7;
}

.shop-bg .search .btn {
    width: 160px;
    height: 56px;
    line-height: 46px;
    background: #E5002D;
    border-radius: 8px 8px 8px 8px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

.shop-bg .search .btn .search-img {
    width: 16px;
    height: 17px;
}

.shop-count {
    width: 100%;
    height: 100px;
    line-height: 100px;
    background: #fff;
}

.shop-count .title {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.shop-count .title span {
    font-size: 32px;
    font-weight: 600;
    color: #E5002D;
}

#mapContainer {
    width: 100%;
    height: 1000px;
    position: absolute;
    /* position: relative; */
    top: 0;
    z-index: 3;
    /* margin: 0 0 20px 0; */
}

.shop-list {
    width: 35%;
    max-height: 830px;
    background: #FFFFFFDD;
    box-shadow: 0px 20px 60px -5px rgba(3, 27, 69, 0.1);
    border-radius: 16px 16px 16px 16px;
    padding: 41px;
    position: absolute;
    top: 80px;
    z-index: 9;
    overflow: scroll;
}

.search-container {
    position: relative;
}

.search-container input[type="text"] {
    padding-left: 15px;
    padding-right: 30px;
    /* 确保输入框右侧有足够的空间放置图标 */
    width: 100%;
    height: 48px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #C3CAD7;
}

.search-container .search-icon {
    width: 27px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.shop-list .line {
    height: 1px;
    background: #C3CAD7;
    margin-top: 40px;
    margin-bottom: 30px;
}

.list-content {
    max-height: 600px;
    /* overflow-y: auto; */
}

.mapview {
    position: relative;
    height: 1000px;
    margin: 0 0 20px 0;
}

.shop-list .shop-name {
    font-size: 18px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 700;
    color: #000000;
    line-height: 40px;
    cursor: pointer;
}

.shop-list .list {
    padding-top: 10px;
    padding-bottom: 10px;
}

.shop-list .list .shop-other {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #7A7A7A;
    line-height: 14px;
    margin-bottom: 10px;
}

.shop-list .list .shop-other img {
    width: 10px;
}

@media (max-width: 575.98px) {
    .shop-bg {
        height: 500px;
        padding: 70px 0 0 0;
    }

    .shop-bg .shop-title {
        font-size: 36px;
    }

    .shop-bg .search {
        padding: 20px 0;
        background: none;
        flex-direction: column;
        height: auto;
    }

    .shop-bg .search .address-red {
        display: none;
    }

    .shop-bg .select {
        width: 70%;
        margin: 0 0 12px 0;
    }

    .shop-bg .search .btn {
        width: 70%;
    }

    #mapContainer {
        width: 100%;
        height: 800px;
        z-index: 3;
        /* margin: 0 0 20px 0; */
    }

    .mapview {
        height: 800px;
        margin: 0 0 20px 0;
    }

    .shop-list {
        width: 60%;
        max-height: 360px;
        background: #FFFFFFCC;
        box-shadow: 0px 20px 60px -5px rgba(3, 27, 69, 0.1);
        border-radius: 16px 16px 16px 16px;
        padding: 16px;
        position: absolute;
        top: 20px;
        z-index: 9;
        overflow: scroll;
    }

    .shop-list .line {
        height: 1px;
        background: #C3CAD7;
        margin-top: 20px;
        margin-bottom: 12px;
    }

    .join-bg {
        width: 100%;
        background: url("../images/join-bg.jpg");
        background-size: 100%;
        margin-bottom: 23px;
        text-align: center;
        color: #fff;
        padding-top: 10%;
    }

    .join-bg .join-title {
        font-size: 26px;
        font-family: "Microsoft Yahei";
        font-weight: 700;
    }

    .join-bg .join-desc {
        font-size: 26px;
        font-family: "Microsoft Yahei";
        font-weight: 400;
    }

    .join-bg .join-btn {
        margin: auto;
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .join-bg .join-btn img {
        width: 100px;
        cursor: pointer;
    }

    #join-add {
        padding-top: 25%;
    }

    .join-add {
        width: 90%;
        height: 625px;
        margin: auto;
        background: #FFFFFF;
        border-radius: 18px 18px 18px 18px;
        padding: 23px;
    }

    .join-add-close {
        text-align: right;
    }

    .join-add-close img {
        width: 22px;
        height: 22px;
        cursor: pointer;
    }

    .join-add-title {
        font-family: "Microsoft Yahei";
        font-weight: 400;
        font-size: 16px;
        color: #121212;
        line-height: 23px;
        text-align: center;
        margin-bottom: 23px;
        margin-top: 10px;
    }

    .join-add-content {
        display: block;
    }

    .join-add-content .join-add-input input {
        width: 100%;
        height: 50x;
        border-radius: 0px 0px 0px 0px;
        border: 1px solid #D4D5D6;
        padding-left: 10px;
        margin-left: 0px;
        margin-top: 10px;
        color: #595959;
        font-size: 12px;
        font-family: "Microsoft Yahei";
        font-weight: 400;
    }

    .join-add-content .select {
        width: 100%;
        height: 50px;
        border-radius: 0px 0px 0px 0px;
        border: 1px solid #D4D5D6;
        padding-left: 15px;
        margin-left: 0px;
        margin-top: 10px;
        color: #595959;
        font-size: 12px;
        font-family: "Microsoft Yahei";
        font-weight: 400;
    }

    .join-remark {
        width: 100%;
        height: 115px;
        border-radius: 0px 0px 0px 0px;
        border: 1px solid #D4D5D6;
        margin: auto;
        padding: 15px;
        font-size: 12px;
        font-family: "Microsoft Yahei";
        font-weight: 400;
        margin-top: 30px;
    }

    .join-add-btn {
        width: 100%;
        margin: auto;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        background: #E9002F;
        border-radius: 0px 0px 0px 0px;
        font-size: 14px;
        font-family: "Microsoft Yahei";
        font-weight: 400;
        margin-top: 27px;
        cursor: pointer;
    }
}