.shop {
    padding: 182px 0 171px;
    background: #fafafa;
}

.glory-love-hall {
    padding: 0 10px;
}

.hall-title {
    font-weight: 300;
    color: #222222;
    line-height: 1;
    text-align: center;
}

.hall-subtitle {
    font-weight: 300;
    font-size: 18px;
    color: #898989;
    line-height: 30px;
    margin-top: 36px;
    text-align: center;
}

.hall-image {
    margin-top: 53px;
}

.hall-image img {
    display: block;
    width: 100%;
}

.shop-finder {
    margin-top: 100px;
}

.shop-finder .shop-finder-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.shop-finder-left {
    width: 400px;
    position: sticky;
    top: 241px;
}

.shop-finder-left .finder-title {
    font-weight: 300;
    font-size: 24px;
    color: #222222;
    line-height: 1;
}

.shop-finder-left .finder-form {
    margin-top: 30px;
    display: block;
}

.shop-finder-left .finder-form .form-group {
    margin-bottom: 10px;
}

.shop-finder-left .finder-form .form-group select {
    display: block;
    width: 100%;
    background: transparent;
    border: 1px solid #DEDEDE;
    height: 60px;
    padding: 0 19px;
    outline: none;
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 18px;
    color: #898989;
    line-height: 30px;
    appearance: none;
    background-image: url(../img/arrow.png);
    background-size: 18px auto;
    background-position: right 19px center;
    background-repeat: no-repeat;
}

.shop-finder-left .finder-form .search-button {
    width: 160px;
    line-height: 50px;
    background: #EA5520;
    margin-top: 20px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    letter-spacing: 5px;
}

.shop-finder-left .social-media {
    margin-top: 85px;
}

.shop-finder-left .social-media-title {
    font-weight: 300;
    font-size: 24px;
    color: #222222;
    line-height: 1;
}

.shop-finder-left .social-media .social-icons {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

.shop-finder-left .social-media .social-icons a {
    position: relative;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #DEDEDE;
    color: rgba(137, 137, 137, 1);
    transition: all .6s;
    font-size: 20px;
}

.shop-finder-left .social-media .social-icons a:hover {
    background: #EA5520;
    color: #fff;
    border-color: #EA5520;
}

.shop-finder-left .social-media .social-icons a.icon-weixin:hover .qrcode-popup {
    display: block;
}

.shop-finder-right {
    flex: 1;
    margin-left: 100px;
}

.shop-finder-right .city-header {
    font-weight: 300;
    font-size: 24px;
    color: #222222;
    line-height: 1;
    padding-bottom: 31px;
    border-bottom: 1px solid rgba(222, 222, 222, 1);
}

.shop-finder-right .shop-item {
    padding: 34px 0 47px;
    border-bottom: 1px solid rgba(222, 222, 222, 1);
}

.shop-finder-right .shop-item .shop-name {
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 30px;
}

.shop-finder-right .shop-item .shop-address {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 14px;
}

.shop-finder-right .shop-item .shop-address .iconfont {
    color: rgba(245, 175, 126, 1)
}

.shop-finder-right .shop-item .shop-address .map-link {
    display: inline-block;
    padding: 0 20px;
    line-height: 36px;
    background: #F5AF7E;
    border-radius: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 20px;
}

.shop-finder-right .shop-contact-info {
    margin-top: 23px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 430px;
    max-width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    gap: 0 20px;
}

.shop-finder-right .shop-contact-info .iconfont {
    color: rgba(245, 175, 126, 1);
    font-size: 24px;
}

.shop-finder-right .shop-hours,
.shop-finder-right .shop-phone {
    display: flex;
}

.shop-finder-right .shop-hours span,
.shop-finder-right .shop-phone span {
    margin-left: 10px;
    flex: 1;
}

.shop-finder-right .shop-actions {
    margin-top: 32px;
    display: flex;
    gap: 10px;
}

.shop-finder-right .shop-actions .action-btn {
    position: relative;
    width: 130px;
    line-height: 48px;
    background: #FAFAFA;
    border: 1px solid #F5AF7E;
    font-weight: 400;
    font-size: 16px;
    color: #F5AF7E;
    text-align: center;
    transition: all .6s;
}

.shop-finder-right .shop-actions .action-btn:hover {
    background: rgba(234, 85, 32, 1);
    border-color: rgba(234, 85, 32, 1);
    color: #fff;
}

.shop-finder-right .shop-actions .contact-btn:hover .qrcode-popup {
    display: block;
}

.reservation-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 960px;
    max-width: 94%;
    background: #FFFFFF;
    padding: 60px 40px;
}

.reservation-content .close {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(120%, -120%);
    color: #fff;
    cursor: pointer;
}

.reservation-title {
    font-weight: 300;
    font-size: 24px;
    color: #222222;
    line-height: 1;
    text-align: center;
}

.reservation-form {
    width: 600px;
    margin: 30px auto 0;
    max-width: 100%;
}

.reservation-form .form-groups:not(:last-child) {
    margin-bottom: 10px;
}

.reservation-form .form-groups {
    display: flex;
    gap: 10px;
}

.reservation-form .form-group {
    display: flex;
    align-items: center;
    flex: 1;
    width: 100%;
    padding: 0 20px;
    border: 1px solid rgba(222, 222, 222, 0.5);
}

.reservation-form .form-group label {
    font-size: 16px;
    color: #222222;
    line-height: 30px;
    margin-right: 15px;
}

.reservation-form .form-group label span {
    color: rgba(234, 85, 32, 1);
}

.reservation-form .form-groups select,
.reservation-form .form-groups textarea,
.reservation-form .form-groups input {
    display: flex;
    flex: 1;
    width: 100%;
    height: 50px;
    outline: none;
    border: none;
    padding: 10px 0;
    font-size: 16px;
    color: #222222;
    line-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.reservation-form .form-groups input::placeholder {
    color: #222222;
}

.reservation-form .form-groups1 .form-group:not(:last-child) {
    flex: .6;
}

.reservation-form .form-groups select {
    appearance: none;
    background-image: url(../img/arrow.png);
    background-size: 12px auto;
    background-position: right 0px center;
    background-repeat: no-repeat;
}

.reservation-form .form-groups textarea {
    height: 110px;
    resize: none;
}

.reservation-form .submit-btn {
    margin-top: 30px;
    line-height: 50px;
    background: #EA5520;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.reservation-form .inputBox {
    flex: 1;
    position: relative;
}

.reservation-form #visit-date::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 0;
    height: 100%;
    padding-top: 35px;
    padding-left: calc(100% - 20px);
}

.reservation-form .privacy-agreement {
    display: flex;
    margin-top: 15px;
    /* align-items: center; */
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}

.reservation-form .privacy-agreement .privacy-check {
    flex: 1;
}

.reservation-form .privacy-agreement a {
    color: #999;
}

.reservation-form .privacy-agreement a:hover {
    color: #EA5520;
}

.reservation-form .privacy-agreement input {
    position: relative;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border-radius: 50%;
    border: 1px solid rgba(153, 153, 153, 0.5);
    visibility: hidden;
    margin-right: 6px;
    margin-top: 7px;
}

.reservation-form .privacy-agreement input::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    visibility: visible;
    border: 1px solid rgba(153, 153, 153, 0.5);
}

.reservation-form .privacy-agreement input:checked::before {
    background: rgba(234, 85, 32, 1);
    border-color: rgba(234, 85, 32, 1);
}

@media (max-width:1440px) {
    .shop-finder-right {
        margin-left: 50px;
    }
}

@media (max-width:1199px) {
    .shop {
        padding: 80px 0;
    }

    .shop-finder {
        margin-top: 80px;
    }

    .hall-image {
        margin-top: 45px;
    }

    .hall-subtitle {
        margin-top: 20px;
    }

    .shop-finder-left {
        width: 300px;
    }

    .reservation-content .close {
        transform: translate(0, -120%);
    }
}

@media (max-width:1024px) {

    .shop-finder-right .shop-item .shop-name,
    .shop-finder-right .city-header,
    .shop-finder-left .social-media-title {
        font-size: 22px;
    }

    .shop-finder-left .social-media {
        margin-top: 40px;
    }

    .shop-finder .shop-finder-wrapper {
        flex-direction: column;
    }

    .shop-finder-left {
        position: relative;
        top: 0;
        width: 100%;
    }

    .shop-finder-right {
        flex: none;
        margin-left: 0;
        margin-top: 40px;
        width: 100%;
    }

    .shop {
        padding: 70px 0;
    }

    .shop-finder {
        margin-top: 70px;
    }

    .hall-image {
        margin-top: 40px;
    }

    .hall-subtitle {
        margin-top: 10px;
    }

    .shop-finder-left .finder-title {
        font-size: 22px;
    }

    .shop-finder-left .finder-form .form-group select {
        height: 50px;
        font-size: 16px;
    }

    .shop-finder-left .social-media .social-icons {
        margin-top: 20px;
    }

    .shop-finder-right .city-header {
        padding-bottom: 25px;
    }

    .shop-finder-right .shop-item {
        padding: 30px 0;
    }
}

@media (max-width: 768px) {
    .reservation-form .form-groups1 .form-group:not(:last-child) {
        flex: 1;
    }

    .reservation-form .form-groups1 {
        flex-wrap: wrap;
    }

    .reservation-form .form-groups1 .form-group:last-child {
        width: 100%;
        flex: none;
    }

    .reservation-title {
        font-size: 22px;
    }

    .reservation-content {
        padding: 40px 25px;
    }

    .shop-finder-right .shop-actions {
        margin-top: 20px;
    }

    .shop-finder-right .shop-actions .action-btn {
        line-height: 42px;
    }

    .shop-finder-left .social-media .social-icons {
        margin-top: 15px;
    }

    .shop-finder-right .shop-item .shop-name,
    .shop-finder-right .city-header,
    .shop-finder-left .finder-title,
    .shop-finder-left .social-media-title {
        font-size: 20px;
    }

    .shop-finder-left .social-media {
        margin-top: 30px;
    }

    .shop {
        padding: 60px 0;
    }

    .shop-finder {
        margin-top: 60px;
    }

    .hall-image {
        margin-top: 30px;
    }

    .shop-finder-right {
        margin-top: 30px;
    }

    .reservation-form .form-groups select,
    .reservation-form .form-groups textarea,
    .reservation-form .form-groups input {
        padding: 5px 0;
        height: 40px;
        font-size: 14px;
    }

    .reservation-form .form-group label {
        font-size: 14px;
    }

    .reservation-form .submit-btn {
        margin-top: 20px;
        line-height: 42px;
    }

    .reservation-form .privacy-agreement label {
        font-size: 14px;
        align-self: center;
        flex: 1;
        line-height: 24px;
    }

    .reservation-form .privacy-agreement input {
        margin-top: 4px;
    }

    .reservation-form .form-group {
        padding: 0 13px;
    }
}

@media (max-width: 500px) {
    .reservation-title {
        font-size: 20px;
    }

    .shop-finder-right .city-header {
        padding-bottom: 20px;
    }

    .shop-finder-left .finder-form .search-button {
        line-height: 45px;
        width: 130px;
    }

    .shop-finder-left .finder-form {
        margin-top: 25px;
    }

    .shop-finder-left .social-media {
        margin-top: 25px;
    }

    .shop {
        padding: 50px 0;
    }

    .shop-finder {
        margin-top: 50px;
    }

    .hall-image {
        margin-top: 25px;
    }
}