@charset "utf-8";

.contact-us .module-title {
	text-align: center;
}
.contact-us .shop {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
}
.contact-us .shop-list {
	width: 100%;
}
.contact-us .shop-imgs {
	width: 100%;
	overflow: hidden;
}
.contact-us .shop-list ul {
	height: 100%;
}
.contact-us .shop-list li {
	width: 100%;
	height: 33.33%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 4.5% 5%;
	background-color: #f5f5f5;
}
.contact-us .shop-list li+li {
	border-top: 1px solid #e0e0e0;
}
.contact-us .shop-list li.on {
	background-color: #ededed;
}
.contact-us .shop-list li .name {
	font-size: 18px;
	color: #333;
	line-height: 1;
}
.contact-us .shop-list li .name img {
	width: 17px;
	height: 17px;
	margin-right: 10px;
	margin-top: 1px;
}
.contact-us .shop-list li .address {
	font-size: 16px;
	margin: 2.5% 0 2%;
}
.contact-us .shop-list li .time {
	color: #c99a5e;
}
.contact-us .shop-imgs .shop-img {
	width: 100%;
}
.map, .message {
	margin-top: 60px;
}
.message .module-title {
	text-align: center;
}
.message-form {
	margin-top: 40px;
}
.message-form li {
	float: left;
	width: 100%;
	background-color: #f5f5f5;
	color: #999;
	font-size: 16px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding-left: 20px;
}
.message-form .input-item {
	width: 100%;
	flex: 1;
	margin: 14.5px 0;
	padding-right: 20px;
	border: none;
	background-color: transparent;
}
.message-form .message-content {
	align-items: flex-start;
	padding: 14.5px 20px;
	width: 100%;
}
.message-form .area-item {
	flex: 1;
	border: none;
	background-color: transparent;
}
.message-form .form-btn {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.form-btn .btn {
	width: 45%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
	color: #999;
	font-size: 18px;
	border: none;
}
.form-btn .btn-primary {
	background-color: #c99a5e;
	color: #fff;
}
.form-btn .btn+.btn {
	margin-left: 5%;
}
.form-btn .btn:hover {
	background-color: #d9d9d9;
}
.form-btn .btn-primary:hover {
	background-color: #c38332;
}
