* {
	box-sizing: border-box;
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
}
body {
	font-family: PingFangSC-Regular, PingFang SC;
	font-size: 14px;
	color: white;
	background-color: rgba(251, 252, 254, 1);
}

.m-font {
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
}

ul,
ol {
	list-style: none;
	margin-bottom: 0 !important;
}

img {
	border: 0;
	vertical-align: middle;
}

a {
	color: white;
	text-decoration: none !important;
}

body > header {
	width: 100%;
	height: 80px;
	background-color: rgba(34, 34, 34, 1);
	display: flex;
}
body > header > nav {
	height: 100%;
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
body > header ul {
	height: 100%;
	font-size: 18px;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
}
body > header li {
	cursor: pointer;
	height: 100%;
	line-height: 80px;
	margin-right: 50px;
}
body > header li a {
	color: rgba(255, 255, 255, 1) !important;
}
body > header li:hover {
	color: rgba(66, 184, 131, 1);
	transition: border 0.3s;
	border-bottom: 5px solid rgba(66, 184, 131, 1);
}
body > header li:hover a {
	color: rgba(66, 184, 131, 1) !important;
}
body > header li:last-child {
	margin-right: 0;
}

.top-container {
	width: 100%;
	height: 750px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url('../images/mainbg.jpg');
	background-size: 100% 100%;
	background-position: center center;
}
.main-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 850px;
}
.main-text p:first-child {
	font-weight: normal;
	font-size: 60px;
	letter-spacing: 17px;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 30px;
}
.main-text p:nth-child(2) {
	font-family: PingFangSC-Regular, PingFang SC;
	color: rgba(255, 255, 255, 1);
	font-size: 24px;
	letter-spacing: 2px;
	margin-bottom: 40px;
}
.main-text span {
	width: 220px;
	height: 60px;
	line-height: 60px;
	background: rgba(66, 184, 131, 1);
	border-radius: 34px;
	border: 1px solid rgba(66, 184, 131, 1);
	font-size: 28px;
	letter-spacing: 6px;
	text-align: center;
	cursor: pointer;
	color: white;
}
body main {
	display: flex;
	width: 100%;
}
body main > div {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.section-1 > p {
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	color: rgba(66, 184, 131, 1);
	letter-spacing: 6px;
	margin-top: 60px;
}
.section-1 > .three-spot {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
}
.three-spot > .spot {
	cursor: pointer;
	height: 360px;
	width: 360px;
	background-color: #fff;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
	padding: 30px 17px 32px 37px;
}
.three-spot > .spot:hover {
	border-top: 4px solid rgba(66, 184, 131, 1);
	transition: border 0.3s;
}
.three-spot > .spot > svg {
	margin-bottom: 35px;
}
.three-spot > .spot > .spot-title {
	font-size: 22px;
	color: rgba(34, 34, 34, 1);
	letter-spacing: 4px;
	margin-bottom: 25px;
}
.three-spot > .spot > p:not(.spot-title) {
	font-size: 16px;
	color: rgba(34, 34, 34, 0.65);
	line-height: 40px;
	letter-spacing: 3px;
}
.section-2 {
	margin-top: 60px;
}
.section-2 > p {
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	color: rgba(66, 184, 131, 1);
	letter-spacing: 6px;
	margin-bottom: 30px;
}
.section-2 > .four-sopt {
	height: 540px;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	padding: 30px 70px 57px 70px;
}
.section-2 > .four-sopt > div {
	display: flex;
	justify-content: space-between;
}
.section-2 > .four-sopt > div:first-child {
	margin-bottom: 30px;
}
.four-sopt .spot-title {
	display: flex;
	align-items: center;
	margin-bottom: 22px;
	width: 460px;
}
.four-sopt .spot-title svg {
	margin-right: 16px;
}
.four-sopt .spot-title p {
	font-size: 18px;
	color: rgba(34, 34, 34, 1);
	letter-spacing: 3px;
}
.spot-title + p {
	font-size: 16px;
	color: rgba(34, 34, 34, 0.65);
	line-height: 30px;
	letter-spacing: 3px;
}
.section-3 {
	margin-top: 60px;
}
.section-3 > p {
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	color: rgba(66, 184, 131, 1);
	letter-spacing: 6px;
	margin-bottom: 30px;
}
.section-3 > .four-img {
	display: flex;
	overflow: auto;
}
footer {
	margin-top: 80px;
}
footer > .top {
	padding: 0 20px 30px 20px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(78, 89, 115, 0.28);
}
footer .top-left {
	width: 60%;
	display: flex;
	justify-content: space-between;
}
.top-left .link p:first-child {
	font-size: 16px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: rgba(78, 89, 115, 1);
	letter-spacing: 1px;
}
.top-left .link p {
	margin-bottom: 15px;
}
.link a {
	font-size: 14px;
	color: rgba(77, 88, 114, 1);
	letter-spacing: 1px;
}
.link a:hover {
	color: rgba(66, 184, 131, 1);
}

footer > .bottom {
	padding: 20px 20px 70px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.copy-right {
	font-size: 12px;
	font-family: 'FZLTHJW--GB1-0,FZLTHJW--GB1';
	color: rgba(78, 89, 115, 1);
	letter-spacing: 1px;
}
.copy-right p {
	margin-bottom: 15px;
}
.top-right > p {
	text-align: center;
	width: 100%;
	font-size: 12px;
	color: rgba(78, 89, 115, 1);
	letter-spacing: 1px;
}
.copy-right a {
	color: rgba(78, 89, 115, 1);
}
.copy-right a:hover {
	color: rgba(66, 184, 131, 1);
}
.modal-title {
	color: rgba(66, 184, 131, 1) !important;
}
.modal-footer .confirm {
	color: white;
	width: 60px;
	height: 33px;
	background: rgba(66, 184, 131, 1);
	border-radius: 2px;
	line-height: 33px;
	cursor: pointer;
	border: none;
}
.modal-footer .confirm:hover {
	background: rgb(44, 126, 89);
}

.form-group {
	margin-bottom: 2rem !important;
}
.modal-body form {
	padding: 0 25px;
}
div.col-sm-8 {
	position: relative;
}
.invalid-feedback {
	position: absolute;
	bottom: -20px;
	left: 20px;
}
.alert {
	position: fixed !important;
	z-index: 99999999;
	width: 100%;
	text-align: center;
}
@media (min-width: 576px) {
	.modal-dialog {
		max-width: 600px !important;
		margin: 1.75rem auto;
	}
}
