* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	background-color: #F5F5F5;
}

#contain {
	padding-bottom: 4rem;
}

#navigation {
	height: 5rem;
	background-color: #191970;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex: 1 1 auto;
	align-items: center;
}

#navleft {
	flex-basis: 70%;
	display: flex;
	flex-direction: row;
	align-items: center;
}

#navleft img {
	height: 3rem;
	padding: 5px;
	border-radius: 12px;
}

#navleft span {
	font-size: 1.2rem;
	font-weight: 600;
	color: white;
}

#navright {
	flex-basis: 30%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	color: white;
}

.swiper-slide img {
	width: 100%
}

#shaoerbiancheng {
	display: flex;
	flex-direction: column;
	padding: 1rem;
}

#shaoerbiancheng div img {
	width: 8rem;
}

#srbctext {
	font-size: 1rem;
	color: #696969;
}

.img1 {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	text-align: center;
	padding: 10px;
}

.img1 div {
	width: 40%;
	background-color: white;
	border-radius: 10px;
}

.img1-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
}

.img1-item img {
	width: 8rem;
	height: 45%;
}

.img1-item-title {
	font-weight: 600;
	font-size: 1.2rem;
}

.img1-item-text {
	font-size: 0.8rem;
	color: #696969;
}

#jinbeilebiancheng {
	display: flex;
	flex-direction: column;
	padding: 1rem;
}

#jinbeilebiancheng img {
	width: 8rem;
}

#jinbeilebiancheng-item {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

#jinbeilebiancheng-itemtext {
	font-size: 0.8rem;
	color: #696969;
}

#img2 {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

#img2 img {
	width: 45%;
	border-radius: 10px;
	align-items: center;
	padding: 5px;
}

#buttombar {
	width: 100%;
	height: 5rem;
	background-color: #2F4F4F;
	margin-top: 3rem;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

#buttombar-item {
	color: white;
	padding: 8px;
	font-size: 0.7rem;
}

#erweima img {
	width: 5rem;
	display: flex;
}

/*底部tab*/
#button {
	position: fixed;
	bottom: 0;
	height: 4rem;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	background-color: white;
}

#button img {
	width: 1.8rem;
}

.button-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 0.7rem;
}

.kaiban {
	background-color: white;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 4rem;
	margin: 5px;
	padding: 10px;
	border-radius: 10px;
}

.kaiban img {
	height: 4rem;
	width: 4rem;
	border-radius: 10px;
}

.kaibanmiddle {
	width: 50%;
	display: flex;
	flex-direction: column;
	font-size: 0.7rem;
}

.kaibanmiddle span:nth-child(1) {
	font-size: 0.8rem;
	font-weight: 600;
	color: red;
}

.kaibanmiddle span:nth-child(3) {
	font-size: 0.8rem;
	font-weight: 600;
	color: red;
}

.kaibanright {
	background-color: #FF4500;
	color: white;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	border-radius: 30px;
}

.kaibanright span {
	padding: 10px;
	font-size: 1rem;
	font-weight: 600;
}