.store-main {
    background-color: #e0e0e0;
    padding: 40px 0 140px;
}
.store-intr {
    font-size: 18px;
    color: #0b0b0b;
}
.store-page {
    margin-top: 40px;
}
.store-page .store-input-view {
    background: #fff;
    border-radius: 10px;
    padding: 50px 60px;
}
.store-page .store-location-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.store-page .store-location-search>* {
    height: 35px;
    width: 46.4%;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-top: 30px;
    position: relative;
    cursor: pointer;
}
.store-page .detail-location-input {
    width: 100%;
    margin-top: 0;
    cursor: default;
}
.store-page .detail-location-input input {
    cursor: pointer;
}
.store-page .store-location-search>* input,
.store-page .store-location-search>* select {
    border-radius: 10px;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    font-size: 16px;
    color: #333;
}
.store-page .store-location-search>* select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.store-page .address-keyword-wrapper {
    /* width: 58.4%; */
    width: 800px;
}
.store-page .store-type {
    width: 37.6%;
}
.primary-btn {
    color: #fff !important;
    background-color: #dc1e32;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    letter-spacing: 1px;
    border-radius: 16px;
    min-width: 150px;
    height: 32px;
    padding: 0 25px;
    cursor: pointer;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
.store-page .store-location-search .primary-btn {
    width: 118px;
    border: none;
    font-size: 16px;
}
.store-page .error {
    margin-top: 20px;
}
button,
input,
select {
    border: none;
}
.error,
.loading,
.message,
.success {
    display: none;
    font-size: 14px;
}
.store-page .store-map-container {
    margin-top: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
}
.store-page .store-map-container .store-map {
    position: relative;
}
.store-page #china-store-google-map,
.store-page #china-store-map {
    height: 700px;
    width: 100%;
}

.select2-container .selection {
    width: 100%;
}
.select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 10px;
    padding-left: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
    font-size: 16px;
    color: #333;
}
.select2-container .select2-selection--single {
    height: 31px;
    background-color: transparent;
}
.select2-results__option {
    padding: 10px 15px;
}
.select2-container .select2-selection__arrow {
    display: none;
}


._citys { width: 450px; display: inline-block; border: 2px solid #eee; padding: 5px; position: relative; background-color: #fff; }
._citys span { color: #56b4f8; height: 15px; width: 15px; line-height: 15px; text-align: center; border-radius: 3px; position: absolute; right: 10px; top: 10px; border: 1px solid #56b4f8; cursor: pointer; }
._citys0 { width: 100%; height: 34px; display: inline-block; border-bottom: 2px solid #56b4f8; padding: 0; margin: 0; }
._citys0 li { display: inline-block; line-height: 34px; font-size: 15px; color: #888; width: 80px; text-align: center; cursor: pointer; }
.citySel { background-color: #56b4f8; color: #fff !important; }
._citys1 { width: 100%; display: inline-block; padding: 10px 0; }
._citys1 a { width: 83px; height: 35px; display: inline-block; background-color: #f5f5f5; color: #666; margin-left: 6px; margin-top: 3px; line-height: 35px; text-align: center; cursor: pointer; font-size: 13px; overflow: hidden; }
._citys1 a:hover { color: #fff; background-color: #56b4f8; }
.AreaS { background-color: #56b4f8 !important; color: #fff !important; }

.infoBoxContent .infoBoxName {
    font-size: 18px;
    color: #e1251b;
}
.infoBoxContent .infoBoxAddress,
.infoBoxContent .infoBoxTel {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
}
