﻿.banner  img{
    width: 100%; height:100%;


}
.banner-title {
    position: absolute;
    top: 35%;
    color: #fff;
    text-align: center;
    width: 100%;
}
.banner-title p{font-size:1.25rem}
.banner-title h2{font-size:2.5rem}
.contact{padding:5rem 7%}
.mode > .mode-i {
    border-bottom: 1px solid;
    padding: 1.5rem 0;
    border-bottom: 1px solid;
}
.mode-i {
    display: flex;
    align-items: center;
    flex:1
}
.contact-t {
    font-size: 1.75rem;
    font-weight: bold;
}
.icon{width:3.5rem;line-height:0;margin-right:1.5rem}
.icon img{width:100%}
.message{margin-top:5rem;}
.form{margin-top:2rem}
.form input,.form textarea{
    background: #f8f8f8;
    border: none;
    font-size: 1.15rem;
    padding: 1rem;
    resize:none;
    font-family: 'PingFang Medium';
    width:23%
}
.input-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.text-box {
    margin-top: 2rem;
    background: #f8f8f8;
    text-align: right;
}
.text-box textarea {
    width: 100%;
    height: 13rem;
}
.submit {
    background: #000;
    color: #fff;
    line-height: 3rem;
    font-size: 1.15rem;
    font-family: 'PingFang Medium';
    padding: 0 4rem;
}
.shops{margin-top:7rem}
.shop-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #8e8e8e;
}
.keyword {
    width: 10rem;
    line-height: 2rem;
    padding-left: 1rem;
    border: 1px solid #000;
}
.searchBtn {
    background: #000;
    color: #fff;
    line-height: 2.3rem;
    width: 5rem;
    margin-left: .5rem;
}
.shop-box {
    padding-top: 2rem;
}
.shop{margin-bottom:4rem}
.shop-img {
    height: 20rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.shop-info{padding-top:1rem;}
.shop-name{font-size:14px;}
.shop-address{font-size:12px;margin-top:0.75rem}
.btn-box{text-align:center}
.btn-box button {
    width: 10rem;
    border: 1px solid;
    line-height: 3rem;
    margin: 0 3%;
}
.c-address{flex:1;display:flex;}
.c-address span:last-child{flex:1}