*,
:after,
:before {
    box-sizing: border-box
}
@keyframes example {
    from {display: block;}
    to {display: none;}
}
.load_page {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: white;
    animation-name: example;
    animation-duration: 2s;
    display: block;
}
.top_left_header {
    display: flex;
    align-items: center
}

#CRmove_search {
    padding: 10px 0
}

#CRmove_search .group_header_se {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    height: auto
}

#CRmove_search .group_header_se input {
    padding: 0 20px;
    font-size: 13px;
    height: 43px;
    line-height: 43px;
    font-weight: 400;
    color: #a4a4a4
}

#CRmove_search .group_header_se input:-ms-input-placeholder {
    font-weight: 400;
    color: #a4a4a4
}

#CRmove_search .group_header_se input::-moz-placeholder {
    font-weight: 400;
    color: #a4a4a4
}

#CRmove_search .group_header_se input::placeholder {
    font-weight: 400;
    color: #a4a4a4
}

#CRmove_search .group_header_se button#search_btn {
    border-radius: 0;
    background: transparent;
    width: 43px;
    height: 43px
}

#CRmove_search .group_header_se button#search_btn i {
    font-size: 20px;
    color: #5a5a5a;
    transition: all .2s ease
}

#CRmove_search .group_header_se button#search_btn:hover i {
    color: #c09578
}

#CRlogo img {
    transition: all .3s ease
}

.CRanimation_text {
    display: none !important
}

.store-card {
    padding: 1rem;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    transition: all .3s ease
}

.store-card a {
    color: #5a5a5a;
    transition: all .3s ease
}

.store-card:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .35)
}

.store-card:hover a {
    color: #747474
}

.store-card .store-title {
    font-size: 18px;
    font-family: "Noto Serif", serif;
    font-weight: 700;
    color: #c09578;
    margin-bottom: 10px
}

.store-card i {
    margin-right: 6px
}

.store-card .store-address {
    margin-bottom: 10px
}

.blog-recommend-product {
    position: -webkit-sticky;
    position: sticky;
    top: 60px
}