body {
	text-align: center;
}
.pc-navigation {
	background-image: none;
}
.contentContainer {
	display: inline-block;
	position: relative;
	text-align: center;
	margin: 0 auto;
	margin-top: 98px;
	margin-bottom: 100px;
	width: 100%;
}

.mainContainer {
	width: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
}
.ourPhoneContainer {
	display: none;
}
.advantageTitle {
	font-size: 36px;
	line-height: 36px;
	color: #333;
	font-weight: 400;
	margin: 90px auto 50px auto;
}
.advantageTitle br {
	display: none;
}
.middleBigImage {
	max-width: 1124px;
	margin-bottom: 70px;
}
.middleSlashImage {
	margin-bottom: 70px;
	display:flex;
}
.contentContainer .loginButton {
	display: block;
	box-sizing: border-box;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 2px;
  color: white;
  background-color: #5f84e9;
  padding: 14px 22px 14px 24px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  -o-border-radius: 27px;
  border-radius: 27px;
  display: inline-block;
  margin: 40px auto 0 auto;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  text-align: center;
	border: none;
  box-shadow: 0 4px 10px rgba(0,0,0,.3);
  -webkit-box-shadow:  0 4px 10px rgba(0,0,0,.3);
  -moz-box-shadow: 0 4px 10px rgba(0,0,0,.3);
}
.contentContainer ol {
	list-style-type: decimal!important;
	list-style: decimal!important;
	padding: 0;
	text-align: left;
	margin-left: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #353535;
}
.contentContainer .info {
	width: 800px;
	margin: 0 auto;
}
.contentContainer .info h2 {
	font-size: 18px;
	line-height: 24px;
	color: #353535;
	text-align: left;
	font-weight: bold;
	margin-top: 80px;
	margin-bottom: 2px;
}
.contentContainer .info h3 {
	font-size: 16px;
	line-height: 24px;
	color: #353535;
	text-align: left;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 2px;
}
.contentContainer .info p {
	font-size: 16px;
	line-height: 24px;
	color: #353535;
	text-align: left;
}
.emailInfo {
	text-align: center!important;
	color: #999!important;
}

































