body {
	background-color: #ffffff;
}

.total-header {
	position: inherit !important;
}

.me-text-color ul {
	color: #585858 !important;
}

.me-banner-width {
	height: 479px;
	background-color: #f5f5f5;
}

.me-banner-width img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.me-position {
	background-color: #ffffff;
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #f5f5f5;
	border-top: 1px solid #f5f5f5;
}

.me-case {
	margin-top: 26px !important;
	margin-bottom: 26px !important;
}

.me-return{
	background-color: #e6f5f5;
	color: #1aaaad;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: center;
	border-radius: 10px;
	font-size: 16px;
	cursor: pointer;
	
}
.me-con{
	height: 400px;
	background-color: blueviolet;
	line-height: 400px;
	text-align: center;
	color: #ffffff;
}
.information-a{
	text-align: center;
	width: 100%;
}
.information-a div{
	display: inline-block;
	width: 100px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 1px solid #ebebeb;
	background-color: #1aaaad;
	border-radius: 3px;
	color: #ffffff;
	margin-right: 40px;
	}

@media screen and (max-width: 1200px) {
	.total-main{
		width: 94% !important;
	}
}

@media screen and (max-width: 768px) {
	
}