/*banner图文字特定颜色*/
.two-banner .word-fix h1 {
    color: #e5002d !important;
}
.two-banner .word-fix p {
    color: #e5002d !important;
}
/*banner图文字特定颜色*/

/*门店列表*/
.store-box {
    position: relative;
    overflow: hidden;
    margin:2% 0 0 0;
    width: 100%;
}
.store {
    position: absolute;
    left: 50%;
    top: 60px;
    z-index: 8;
    margin-left: 100px;
    width: 500px;
}
.store .store-list {
    background-color: #fff;
}

.store .store-list .screen {
    padding: 5%;
    overflow: hidden;
}
.store .store-list .screen select {
    border: 1px #ddd solid;
    color: #6a6a6a;
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 30%;
    padding: 0px 3px;
}
.store .store-list .screen button {
    display: block;
    border: 1px #ddd solid;
    color: #fff;
    float: left;
    height: 40px;
    width: 30%;
    padding: 0px 3px;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top,#e5002d,#e5002d);
    box-shadow: 0 10px 6px 0 rgb(229 0 45 / 10%);
}
.store .store-list .screen button:hover {
    background-image: -webkit-linear-gradient(left,#e5002d,#e5002d);
    box-shadow: 0 10px 6px 0 rgb(229 0 45 / 15%);
}
.store .store-list ul {
    width: 500px;
    height: 680px;
    overflow-x: auto;
    padding:5%;
}
.store .store-list ul li {
    margin:0 0 20px 0;
    padding:5% 0;
    border-bottom:1px solid #dedede;
}
.store .store-list ul li h2 {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    transition: all 0.4s;
    margin-bottom: 5px;
}
.store .store-list ul li:hover h2 {
    color:#17433b;
}
.store .store-list ul li h3 {
    font-size: 14px;
    color: #666666;
    margin: 15px 0;
}
.store .store-list ul li h4 {
    font-size: 14px;
    color: #666;
}
.store .store-list ul li h5 {
    margin: 15px 0;
    font-size: 14px;
    color: #666;
}
.store .store-list ul li:hover h5 {
    font-size: 14px;
    color: #e5002d;
}
.store-map {}
.store-map .map {
    width: calc(100% + 1000px);
    height: 800px;
    margin-left: -1000px;
}
@media screen and (max-width:800px){
.store-box {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.store {
    position: static;
    width: auto;
    margin:0;
}
.store .store-list {
    width: auto;
    height: auto;
    overflow: hidden;
}
.store .store-list ul {
    padding:5%;
}
.store .store-list ul li {
    margin:0 0 20px 0;
    padding:5% 0;
    border-bottom:1px solid #dedede;
}
.store .store-list ul li h2 {
    font-size: 16px;
    margin-bottom: 5px;
}
.store .store-list ul li h3 {
    font-size: 14px;
    margin: 10px 0;
}
.store .store-list ul li h4 {
    font-size: 14px;
}
.store .store-list ul li h5 {
    font-size: 14px;
}

.store-map {
    display: none;
}
.store-map .map {
}
}

