/* 门店查询 */
.content {
    min-height: 800px;
}

.content .center-box {
    padding-top: 70px;
}

.search-store {
    width: 100%;
    min-height: 740px;
}

.search-bar {
    width: 100%;
    height: 84px;
    margin-top: 68px;
    background-image: url(../img/juxing49.png);
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 42px;
}

.search-bar select {
    width: 420px;
    height: 45px;
    border: solid 1px #ffffff;
    font-size: 16px;
    line-height: 43px;
    padding: 0 16px;
    color: #ffffff;
    background-color: transparent;
}

.search-bar select option {
    color: #333333;
}

.search-bar button {
    width: 240px;
    height: 45px;
    background-color: #ffffff;
    border: none;
    font-size: 16px;
}

.areas {
    width: 100%;
    min-height: 400px;
    border: solid 1px #dedede;
    padding: 30px 24px;
    display: flex;
    align-items: flex-start;
    justify-self: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-bottom: 80px;
}

.shwd {
    width: 490px;
    height: 164px;
    border-bottom: solid 1px #dedede;
    position: relative;
    margin-right: 39px;
    margin-bottom: 43px;
}
.shwd:nth-child(3n){
	margin-right: 0;
}
.shwd:before {
    content: "";
    width: 135px;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #d50e05;
}

.shwd .img-box {
    width: 190px;
    height: 140px;
    position: relative;
    overflow: hidden;
    z-index: 10;
    float: left;
}

.img-box .inset-img-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 600ms;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.shwd:hover .inset-img-box {
    transform: scale(1.1);
}

.right-infos {
    width: 300px;
    float: right;
    height: 100%;
    padding-left: 28px;
    padding-top: 10px;
}

.right-infos h1 {
	font-size: 20px;
	margin-bottom: 16px;
}
.right-infos .paths{
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	margin-bottom: 12px;
}
.right-infos .call{
	font-size: 14px;
	color: #999999;
}