/*以下代码是自适应样式*/
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
}
.two-banner {
    height: 80px;
}

/*门店列表*/
.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: #e4002b;
}
.store .store-list .screen button:hover {
    background: #e4002b;
}
.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 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:hover h4 {
    font-size: 14px;
    color: #e4002b;
}
.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-map {
    display: none;
}
.store-map .map {
}
}

