.store-main {
    background-color: #e0e0e0;
    padding: .4rem .15rem .3rem;
}
.store-intr {
    font-size: .24rem;
    color: #282828;
    padding: 0 .25rem;
}
.store-intr * {
    font-size: .24rem !important;
}
.store-page {
    margin-top: .3rem;
}
.store-page .store-input-view {
    background: #fff;
    border-radius: .1rem;
    padding: .3rem .25rem;
}
.store-page .store-location-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.store-page .store-location-search>* {
    height: .6rem;
    width: 46.4%;
    border-radius: .05rem;
    border: 1px solid #ccc;
    margin-top: .3rem;
    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: .1rem;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 .15rem;
    font-size: .24rem;
    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: 100%; */
}
.store-page .store-type {
    width: 37.6%;
}
.primary-btn {
    color: #ededed !important;
    background-color: #dc1e32;
    font-size: .24rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    letter-spacing: 1px;
    border-radius: .05rem;
    height: .6rem;
    padding: 0 .2rem;
    cursor: pointer;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
.store-page .store-location-search .primary-btn {
    width: 30%;
    border: none;
}
.store-page .error {
    margin-top: .15rem;
}
button,
input,
select {
    border: none;
}
.error,
.loading,
.message,
.success {
    display: none;
    font-size: .24rem;
}
.store-page .store-map-container {
    margin-top: .25rem;
    padding: .2rem;
    background: #fff;
    border-radius: .1rem;
}
.store-page .store-map-container .store-map {
    position: relative;
}
.store-page #china-store-google-map,
.store-page #china-store-map {
    height: 4.7rem;
    width: 100%;
}

._citys { width: 100%; display: inline-block; border: 2px solid #eee; padding: .05rem; position: relative; background-color: #fff; }
._citys span { color: #56b4f8; height: .3rem; width: .3rem; line-height: .25rem; text-align: center; border-radius: 3px; position: absolute; right: 10px; top: 10px; border: 1px solid #56b4f8; cursor: pointer; }
._citys0 { width: 100%; height: .6rem; display: inline-block; border-bottom: 2px solid #56b4f8; padding: 0; margin: 0; }
._citys0 li { display: inline-block; line-height: .6rem; font-size: .24rem; color: #888; width: 1.2rem; text-align: center; cursor: pointer; }
.citySel { background-color: #56b4f8; color: #fff !important; }
._citys1 { width: 100%; display: inline-block; padding: .1rem 0; }
._citys1 p { font-size: .24rem;}
._citys1 a { width: 1.2rem; height: .6rem; line-height: .6rem; display: inline-block; background-color: #f5f5f5; color: #666; margin-left: .08rem; margin-top: .08rem; margin-bottom: .08rem;  text-align: center; cursor: pointer; font-size: .24rem; overflow: hidden; }
._citys1 a:hover { color: #fff; background-color: #56b4f8; }
.AreaS { background-color: #56b4f8 !important; color: #fff !important; }

.infoBoxContent .infoBoxName {
    font-size: .34rem;
    color: #e1251b;
}
.infoBoxContent .infoBoxAddress,
.infoBoxContent .infoBoxTel {
    font-size: .24rem;
    color: #333;
    margin-top: .05rem;
}
