.shopbody {
	width: 100%;
	min-width: 1226px;
	background: #F8F8F8;
	display: flex;
	justify-content: center
}

.shop {
	width: 1226px;
	background: #F8F8F8;
}
.storesNational{
	width: 860px;
	height: 254px;
	padding: 53px 183px;
}
.expansionChinese{
	font-size: 34px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 34px;
}
.expansion{
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
}
.contentArr{
	display: flex;
	justify-content: space-between;
}
.contentInfor{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 35px;
}
.contentInfor img{
	height: 48px;
}
.contentInfor div{
	font-size: 20px;
	
	color: #FFFFFF;
}
.contentInfor div>span{
	font-size: 36px;
	font-weight: bold;
	color: #FFE100;
	line-height: 72px;
}
.shop .address{
	margin-top: 60px;
}
.title {
	display: flex;
	justify-content: center;
}

.titleChinese {
	font-size: 30px;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
}

.title button {
	margin-top: 50px;
	width: 200px;
	height: 40px;
	background: #F8F8F8;
	border: 1px solid #333333;
}

.storeArr {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.stores-cont{
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.storeBranch2 {
	margin-top: 10px;
	display: flex;
	align-items: center;
	width: 596px;
	height: 100px;
	background: #ffffff;
}
.storeBranch {
	display: flex;
	align-items: center;
	width: 596px;
	height: 100px;
	background: #ffffff;
}

.storeBranch .storeImg {
	margin: 16px;
}
.storeBranch2 .storeImg2{
	margin: 16px;
}
.storeBranch .storeText .storeName {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.storeBranch .storeText .storeAddress {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}
