.store {
    margin-top: 70px;
    margin-bottom: 70px;
}

.store .content {
    margin-right: 15px;
}

.store .sidebar {
    width: 50%;
}

.store .sidebar .pic img {
    width: 100%;
}

.store .item {
    font-size: 14px;
    border-bottom: 1px #e5e7eb solid;
    line-height: 2.2;
    padding-bottom: 15px;
    padding-top: 15px;
    cursor: pointer;
    position: relative;
}

.store .item .tit {
    padding-left: 35px;
    background: url(../images/address.svg)no-repeat left 4px;
    background-size: 26px;
    font-size: 16px;
	font-weight: bold;
}
.store .item .text span{
	color: #8f8f8f
}
.store .item .map {
    position: absolute;
    right: 0;
    top: 50%;
    width: 80px;
    font-size: 16px;
    background: url(../images/map.svg)no-repeat center top;
    background-size: 30px;
    padding-top: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #999;
}

.store .address-con {
    width: 100%;
    height: 55vh;
    overflow-y: auto;
    margin-top: 40px;
}

.store .title {
    font-size: 24px;
}

.store .md {
    border-bottom: 1px #000 solid;
    margin-top: 50px;
    padding-bottom: 10px;
    font-size: 14px;
}

.store .md .tit {
    margin-right: 15px;
}

.store .md span {
    color: #999;
}

.store .t1 {
    font-size: 12px;
    color: #999;
    margin-top: 25px;
}

.layui-form {
    margin-top: 20px;
}

.layui-input {
    border-bottom-color: #000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.layui-form input[type='submit'] {
    background-color: #295bdd;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    width: 90px;
    height: 32px;
    font-size: 14px;
    color: #FFF;
    border: 0;
    margin-top: 0;
}

.layui-form-item .layui-inline {
    margin-right: 10px;
}

.layui-form-select dl {
    z-index: 999;
}

.layui-form-select dl dd.layui-this {
    background-color: #295bdd;
}
.store .item:hover{
	background-color: #fafafa
}
@media (max-width:1199px) {
    .store .item .map {
        font-size: 14px;
    }
}

@media (max-width:950px) {
    .store {
        display: block;
    }
    .store .sidebar {
        width: 100%;
        margin-top: 30px;
    }
    .store .content {
        margin-right: 0;
    }
}

@media (max-width:540px) {
    .layui-form input[type='submit'] {
        width: 100%;
    }
    .layui-form-item {
        margin-bottom: 0;
    }
    .layui-form {
        display: block;
    }
}