﻿.banner {
    height: 65vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}
.banner-title {
    position: absolute;
    bottom: 30%;
    color: #fff;
    text-align: center;
    width: 100%;
}
.banner-title p{font-size:1.5rem}
.banner-title h2{font-size:4rem}
.contact{padding:8rem 20%}
.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: 2.5rem;
    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: 12rem;
    line-height: 2rem;
    padding-left: 1rem;
}
.searchBtn {
    background: #000;
    color: #fff;
    line-height: 2.3rem;
    width: 5rem;
    margin-left: 1rem;
}
.shop-box {
    padding-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shop{width:47%;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:1.25rem}
.shop-address{font-size:1rem;margin-top:0.25rem}
.btn-box{text-align:center}
.btn-box button {
    width: 10rem;
    border: 1px solid;
    line-height: 3rem;
    margin: 0 3%;
}