@charset "utf-8";

/* z-index: 2; */
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
	font-family: 'Poppins';
	src: url('../css/Poppins.otf') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
	font: 0.75rem/1.5;
	font-family: 'Poppins';
	font-weight: normal;
	color: #000;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	height: 100%;
}

h1 {
	margin: 0;
}

p {
	margin: 0;
}

a {
	color: blue;
	text-decoration: none;
	cursor: pointer;
	outline: 0 none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
	text-decoration: none;
}

a:focus {
	-moz-outline-style: none;
	border: 0;
	blr: expression(this.onFocus=this.blur());
}

input:focus {
	outline: none;
}

input,button,textarea {
	outline: none;
	font: 0.75rem/1.5;
	font-weight: normal;
	/*appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

header,footer,article,aside,section,nav,menu,hgroup,details,dialog,figure,figcaption {
	display: block;
}

ol,li,ul,dl,dt,dd {
	list-style: none;
}

fieldset,img {
	border: 0;
}

button,submit,input,select {
	vertical-align: middle;
}

button,submit {
	cursor: pointer;
}

h1,h2,h3,h4,h5,h6 {
	font-size: inherit;
	font-weight: normal;
}

b,em,i {
	display: inline-block;
	font-weight: normal;
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.po {
	overflow: hidden !important;
}

/* --- */

body {
	background: #ffffff;
}

/* --- */

.headerBox {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(40px);
	-webkit-backdrop-filter: blur(40px);
	z-index: 2;
	/* background: url(../images/bg_backgroundBlue.jpg) no-repeat;
	background-size: cover; */
}

.headerBox .content {
	padding: 24px 0;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-device-width: 1200px) {
	.headerBox .content {
		padding: 20px 0;
		width: 90%;
	}
}

@media screen and (max-device-width: 640px) {
	.headerBox .content {
		width: 100%;
		background: rgba(219, 219, 219, 0.15);
		flex-direction: column;
		align-items: center;
	}
}

.headerBox .content img {
	width: 260px;
	height: 36px;
}

@media screen and (max-device-width: 640px) {
	.headerBox .content img {
		width: 166px;
		height: 28px;
	}
}

.headerBox .content ul {
	display: flex;
}

@media screen and (max-device-width: 640px) {
	.headerBox .content ul {
		width: 100%;
		padding: 16px 14px 0 14px;
		justify-content: space-between;
	}
}

.headerBox .content ul li {
	margin-left: 40px;
}

@media screen and (max-device-width: 640px) {
	.headerBox .content ul li {
		margin-left: 0;
	}
}

.headerBox .content ul li a {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #1E0E62;
}

@media screen and (max-device-width: 640px) {
	.headerBox .content ul li a {
		padding: 0 16px;
		display: flex;
		font-size: 16px;
		line-height: 40px;
		border: 2px solid #D7D4E2;
		border-radius: 22px;
	}
}

/* --- */

.sloganBox {
	padding: 160px 0 40px 0;
	background: url(../images/bg_backgroundNoise.png) no-repeat;
	background-size: cover;
}

@media screen and (max-device-width: 640px) {
	.sloganBox {
		padding: 180px 0 40px 0;
	}
}

.sloganBox .content {
	width: 1200px;
	margin: 0 auto;
}

@media screen and (max-device-width: 1200px) {
	.sloganBox .content {
		width: 90%;
	}
}

@media screen and (max-device-width: 640px) {
	.sloganBox .content {
		width: 100%;
	}
}

.sloganBox .content .slogan {
	font-size: 68px;
	line-height: 90px;
	font-weight: 600;
	color: #1E0E62;
	text-align: center;
}

@media screen and (max-device-width: 640px) {
	.sloganBox .content .slogan {
		font-size: 34px;
		line-height: 44px;
	}
}

.sloganBox .content .link {
	margin: 32px 0 24px 0;
	display: flex;
	justify-content: center;
}

@media screen and (max-device-width: 1200px) {
	.sloganBox .content .link {
		margin: 52px 0 24px 0;
	}
}

@media screen and (max-device-width: 640px) {
	.sloganBox .content .link {
		margin: 40px 0 20px 0;
		flex-direction: column;
		align-items: center;
	}
}

.sloganBox .content .link a {
	padding: 0 32px;
	height: 60px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	border: 2px solid #25DAC5;
}

@media screen and (max-device-width: 640px) {
	.sloganBox .content .link a {
		padding: 0;
		width: 231px;
		justify-content: center;
	}
}

.sloganBox .content .link a:nth-child(1) {
	background: #25DAC5;
}

.sloganBox .content .link a:nth-child(2) {
	background: #ffffff;
	margin-left: 24px;
}

@media screen and (max-device-width: 640px) {
	.sloganBox .content .link a:nth-child(2) {
		margin-left: 0;
		margin-top: 16px;
	}
}

.sloganBox .content .link a span {
	font-size: 20px;
	font-weight: 600;
	margin-right: 12px;
}

@media screen and (max-device-width: 640px) {
	.sloganBox .content .link a span {
		font-size: 17px;
	}
}

.sloganBox .content .link a:nth-child(1) span {
	color: #ffffff;
}

.sloganBox .content .link a:nth-child(2) span {
	color: #25DAC5;
}

.sloganBox .content .link a img {
	width: 24px;
	height: 24px;
}

.sloganBox .content .text {
	display: flex;
	justify-content: center;
	font-size: 16px;
	line-height: 26px;
	color: rgb(21 20 57 / 78%);
}

/* --- */

.productBox {
	padding-bottom: 120px;
	background: url(../images/bg_backgroundBlue.jpg) no-repeat;
	background-size: cover;
}

@media screen and (max-device-width: 1200px) {
	.productBox {
		padding-bottom: 60px;
	}
}

@media screen and (max-device-width: 640px) {
	.productBox {
		padding-bottom: 80px;
	}
}

.productBox .content {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media screen and (max-device-width: 1200px) {
	.productBox .content {
		width: 90%;
	}
}

@media screen and (max-device-width: 640px) {
	.productBox .content {
		width: 100%;
	}
}

.productBox .content .desktop {
	display: flex;
	width: 1100px;
	height: 660px;
}

.productBox .content .tablet {
	display: none;
	width: 90%;
}

@media screen and (max-device-width: 1200px) {
	.productBox .content .desktop {
		display: none;
	}

	.productBox .content .tablet {
		display: flex;
	}
}

.productBox .content .mobile {
	display: none;
	width: 84%;
}

@media screen and (max-device-width: 640px) {
	.productBox .content .desktop,
	.productBox .content .tablet {
		display: none;
	}

	.productBox .content .mobile {
		display: flex;
	}
}

.productBox .content .introduce {
	margin-top: 48px;
	width: 100%;
	display: flex;
}

@media screen and (max-device-width: 1200px) {
	.productBox .content .introduce {
		margin-top: 60px;
	}
}

@media screen and (max-device-width: 640px) {
	.productBox .content .introduce {
		margin-top: 8px;
		flex-direction: column;
	}
}

.productBox .content .introduce li {
	padding: 0 36px;
	flex: 1;
	text-align: center;
}

@media screen and (max-device-width: 1200px) {
	.productBox .content .introduce li {
		width: 25%;
	}
}

@media screen and (max-device-width: 640px) {
	.productBox .content .introduce li {
		margin-top: 40px;
		padding: 0 32px;
		width: 100%;
	}
}

.productBox .content .introduce li em {
	padding: 0 36px;
	height: 60px;
	font-size: 18px;
	line-height: 60px;
	font-weight: 600;
	color: #ffffff;
	background: #000000;
	border-radius: 30px;
}

.productBox .content .introduce li p {
	margin-top: 32px;
	font-size: 18px;
	line-height: 28px;
	color: rgb(21 20 57 / 78%);
}

@media screen and (max-device-width: 1200px) {
	.productBox .content .introduce li p {
		margin-top: 24px;
		font-size: 16px;
		line-height: 26px;
	}
}

/* --- */

.giftCardBox {
	padding: 120px 0;
	width: 100%;
	background: url(../images/bg_backgroundNoise.png) no-repeat;
	background-size: cover;
}

@media screen and (max-device-width: 1200px) {
	.giftCardBox {
		padding: 80px 0;
	}
}

.giftCardBox .content {
	width: 1200px;
	margin: 0 auto;
}

@media screen and (max-device-width: 1200px) {
	.giftCardBox .content {
		width: 90%;
	}
}

@media screen and (max-device-width: 1200px) {
	.giftCardBox .content {
		width: 100%;
	}
}

.giftCardBox .content .title {
	padding: 0 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.giftCardBox .content .title h2 {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	color: #1E0E62;
	text-align: center;
}

@media screen and (max-device-width: 640px) {
	.giftCardBox .content .title h2 {
		font-size: 28px;
		line-height: 38px;
	}
}

.giftCardBox .content .title p {
	margin-top: 24px;
	font-size: 18px;
	line-height: 28px;
	color: rgb(21 20 57 / 65%);
}

@media screen and (max-device-width: 640px) {
	.giftCardBox .content .title p {
		margin-top: 16px;
		font-size: 16px;
		line-height: 26px;
	}
}

.giftCardBox .content .list {
	margin-top: 60px;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

@media screen and (max-device-width: 1200px) {
	.giftCardBox .content .list {
		width: 90%;
		margin: 60px auto 0 auto;
	}
}

@media screen and (max-device-width: 640px) {
	.giftCardBox .content .list {
		width: 100%;
		margin: 32px auto 0 auto;
	}
}

.giftCardBox .content .list img {
	width: 183px;
	height: 110px;
	margin-bottom: 20px;
}

@media screen and (max-device-width: 1200px) {
	.giftCardBox .content .list img {
		width: 30%;
		height: 100%;
		margin-bottom: 20px;
	}
}

@media screen and (max-device-width: 640px) {
	.giftCardBox .content .list img {
		width: 42%;
		height: 100%;
		margin-bottom: 20px;
	}
}

.giftCardBox .content .link {
	margin-top: 56px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media screen and (max-device-width: 640px) {
	.giftCardBox .content .link {
		margin-top: 20px;
	}
}

.giftCardBox .content .link a {
	padding: 0 32px;
	height: 60px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	background: #000000;
}

.giftCardBox .content .link a span {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin-right: 12px;
}

@media screen and (max-device-width: 640px) {
	.giftCardBox .content .link a span {
		font-size: 17px;
	}
}

.giftCardBox .content .link a img {
	width: 24px;
	height: 24px;
}

.giftCardBox .content .link p {
	margin-top: 24px;
	font-size: 16px;
	line-height: 26px;
	color: rgba(21, 20, 57, 0.4);
}

@media screen and (max-device-width: 640px) {
	.giftCardBox .content .link p {
		margin-top: 16px;
		font-size: 15px;
		line-height: 25px;
	}
}

/* --- */

.videoBox {
	padding: 120px 0;
	background: url(../images/bg_backgroundBlue.jpg) no-repeat;
	background-size: cover;
}

@media screen and (max-device-width: 640px) {
	.videoBox {
		padding: 80px 0;
	}
}

.videoBox .content {
	width: 1100px;
	margin: 0 auto;
}

@media screen and (max-device-width: 1200px) {
	.videoBox .content {
		width: 90%;
	}
}

@media screen and (max-device-width: 640px) {
	.videoBox .content {
		padding: 0 12px;
		width: 100%;
	}
}

.videoBox .content .mainTitle,
.videoBox .content .subTitle {
	padding: 0 20px;
	display: flex;
	flex-direction: column;
}

@media screen and (max-device-width: 640px) {
	.videoBox .content .mainTitle,
	.videoBox .content .subTitle {
		padding: 0 12px;
	}
}

.videoBox .content .mainTitle h2 {
	margin-bottom: 24px;
	font-size: 42px;
	line-height: 52px;
	font-weight: 600;
	color: #1E0E62;
}

@media screen and (max-device-width: 640px) {
	.videoBox .content .mainTitle h2 {
		margin-bottom: 4px;
		font-size: 28px;
		line-height: 38px;
	}
}

.videoBox .content .subTitle h2 {
	margin: 60px 0 16px 0;
	font-size: 32px;
	line-height: 42px;
	font-weight: 600;
	color: #1E0E62;
}

@media screen and (max-device-width: 640px) {
	.videoBox .content .subTitle h2 {
		margin: 32px 0 4px 0;
		font-size: 24px;
		line-height: 34px;
	}
}

.videoBox .content .mainTitle p,
.videoBox .content .subTitle p {
	margin-top: 16px;
	font-size: 18px;
	line-height: 28px;
	color: rgb(21 20 57 / 65%);
}

@media screen and (max-device-width: 640px) {
	.videoBox .content .mainTitle p,
	.videoBox .content .subTitle p {
		margin-top: 12px;
		font-size: 16px;
		line-height: 26px;
	}
}

.videoBox .content .video {
	margin-top: 60px;
	width: 100%;
	display: flex;
	border-radius: 40px;
	overflow: hidden;
}

@media screen and (max-device-width: 1200px) {
	.videoBox .content .video {
		border-radius: 20px;
	}
}

@media screen and (max-device-width: 640px) {
	.videoBox .content .video {
		margin-top: 40px;
	}
}

.videoBox .content .video video {
	width: 100%;
	background: #000000;
}

/* --- */

.chooseBox {
	padding: 120px 0;
	width: 100%;
	background: url(../images/bg_backgroundNoise.png) no-repeat;
	background-size: cover;
}

@media screen and (max-device-width: 640px) {
	.chooseBox {
		padding: 80px 0;
	}
}

.chooseBox .content {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

@media screen and (max-device-width: 1200px) {
	.chooseBox .content {
		width: 90%;
	}
}

@media screen and (max-device-width: 640px) {
	.chooseBox .content {
		padding: 0 24px;
		width: 100%;
	}
}

.chooseBox .content .title {
	margin-bottom: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

@media screen and (max-device-width: 1200px) {
	.chooseBox .content .title {
		margin-bottom: 0;
	}
}

.chooseBox .content .title h2 {
	font-size: 60px;
	line-height: 72px;
	font-weight: 600;
	color: #1E0E62;
}

@media screen and (max-device-width: 640px) {
	.chooseBox .content .title h2 {
		font-size: 32px;
		line-height: 42px;
	}
}

.chooseBox .content .title p {
	margin-top: 24px;
	font-size: 18px;
	line-height: 28px;
	color: rgb(21 20 57 / 78%);
}

@media screen and (max-device-width: 640px) {
	.chooseBox .content .title p {
		margin-top: 16px;
		font-size: 16px;
		line-height: 26px;
	}
}

.chooseBox .content .list {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-device-width: 1200px) {
	.chooseBox .content .list {
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
}

@media screen and (max-device-width: 640px) {
	.chooseBox .content .list {
		flex-direction: column;
	}
}

.chooseBox .content .list li {
	width: 224px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media screen and (max-device-width: 1200px) {
	.chooseBox .content .list li {
		margin-top: 80px;
		width: 30%;
	}
}

@media screen and (max-device-width: 900px) {
	.chooseBox .content .list li {
		width: 40%;
	}
}

@media screen and (max-device-width: 640px) {
	.chooseBox .content .list li {
		margin-top: 60px;
		width: 100%;
	}
}

.chooseBox .content .list li em {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 140px;
	border-radius: 70px;
	background: #fdfcff;
}

@media screen and (max-device-width: 640px) {
	.chooseBox .content .list li em {
		width: 120px;
		height: 120px;
		border-radius: 60px;
	}
}

.chooseBox .content .list li em img {
	width: 64px;
	height: 64px;
}

@media screen and (max-device-width: 640px) {
	.chooseBox .content .list li em img {
		width: 54px;
		height: 54px;
	}
}

.chooseBox .content .list li span {
	margin: 32px 0;
	display: flex;
	justify-content: center;
	width: 180px;
	height: 60px;
	border: 2px solid #1E0E62;
	border-radius: 30px;
	font-size: 20px;
	line-height: 60px;
	font-weight: 600;
	color: #1E0E62;
}

@media screen and (max-device-width: 640px) {
	.chooseBox .content .list li span {
		margin: 24px 0;
		width: 160px;
		height: 54px;
		border-radius: 27px;
		font-size: 17px;
		line-height: 50px;
	}
}

.chooseBox .content .list li p {
	font-size: 16px;
	line-height: 26px;
	color: #1E0E62;
	text-align: center;
}

/* --- */

.teamBox {
	padding: 120px 0;
	width: 100%;
	background-image: url('../images/bg_backgroundTeam.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

@media screen and (max-device-width: 640px) {
	.teamBox {
		padding: 80px 0;
	}
}

.teamBox .content {
	width: 1200px;
	margin: 0 auto;
}

@media screen and (max-device-width: 1200px) {
	.teamBox .content {
		width: 90%;
	}
}

@media screen and (max-device-width: 640px) {
	.teamBox .content {
		padding: 0 24px;
		width: 100%;
	}
}

.teamBox .content .title {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.teamBox .content .title h2 {
	font-size: 60px;
	line-height: 72px;
	font-weight: 600;
	color: #ffffff;
}

@media screen and (max-device-width: 640px) {
	.teamBox .content .title h2 {
		font-size: 36px;
		line-height: 46px;
	}
}

.teamBox .content .title p {
	margin-top: 20px;
	font-size: 28px;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-device-width: 640px) {
	.teamBox .content .title p {
		margin-top: 12px;
		font-size: 20px;
		line-height: 30px;
	}
}

.teamBox .content .list {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

@media screen and (max-device-width: 1200px) {
	.teamBox .content .list {
		margin-top: 20px;
	}
}

@media screen and (max-device-width: 640px) {
	.teamBox .content .list {
		margin-top: 8px;
	}
}

.teamBox .content .list li {
	margin-top: 20px;
	width: 370px;
	height: 370px;
	background: #ffffff;
	border: 2px solid #EBEAED;
	border-top-left-radius: 32px;
	border-top-right-radius: 32px;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

@media screen and (max-device-width: 1200px) {
	.teamBox .content .list li {
		margin-top: 60px;
		width: 42%;
		height: 390px;
	}
}

@media screen and (max-device-width: 640px) {
	.teamBox .content .list li {
		margin-top: 32px;
		width: 100%;
	}
}

.teamBox .content .list li img {
	margin-top: 40px;
	width: 120px;
	height: 120px;
}

@media screen and (max-device-width: 1200px) {
	.teamBox .content .list li img {
		width: 140px;
		height: 140px;
	}
}

.teamBox .content .list li em {
	margin-top: 28px;
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	color: #1E0E62;
}

@media screen and (max-device-width: 640px) {
	.teamBox .content .list li em {
		margin-top: 24px;
	}
}

.teamBox .content .list li span {
	margin-top: 10px;
	font-size: 15px;
	line-height: 26px;
	color: rgba(21, 20, 57, 0.4);
}

.teamBox .content .list li div {
	width: 100%;
	display: flex;
	border-top: 1px solid #EBEAED;
	position: absolute;
	left: 0;
	bottom: 0;
}

.teamBox .content .list li div a {
	width: 33.33%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.teamBox .content .list li div a:nth-child(2) {
	border-left: 1px solid #EBEAED;
	border-right: 1px solid #EBEAED;
}

.teamBox .content .list li div a img {
	margin: 0;
	width: 44px;
	height: 44px;
}

/* --- */

.footerBox {
	padding: 60px 0;
	width: 100%;
	background: #220950;
}

@media screen and (max-device-width: 640px) {
	.footerBox {
		padding: 40px 0;
	}
}

.footerBox .content {
	width: 1200px;
	margin: 0 auto;
}

@media screen and (max-device-width: 1200px) {
	.footerBox .content {
		width: 90%;
	}
}

@media screen and (max-device-width: 640px) {
	.footerBox .content {
		padding: 0 24px;
		width: 100%;
	}
}

.footerBox .content .weblink {
	padding-bottom: 36px;
	display: flex;
	border-bottom: 1px solid #4834A0;
}

@media screen and (max-device-width: 900px) {
	.footerBox .content .weblink {
		flex-direction: column;
	}
}

.footerBox .content .weblink a {
	margin-right: 80px;
	display: flex;
	align-items: center;
}

@media screen and (max-device-width: 900px) {
	.footerBox .content .weblink a {
		margin-right: 0;
		margin-top: 24px;
	}

	.footerBox .content .weblink a:nth-child(1) {
		margin-top: 0;
	}
}

@media screen and (max-device-width: 640px) {
	.footerBox .content .weblink a {
		margin-top: 16px;
	}
}

.footerBox .content .weblink a img {
	width: 14px;
	height: 16px;
	margin-right: 8px;
}

.footerBox .content .weblink a span {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #ffffff;
}

@media screen and (max-device-width: 900px) {
	.footerBox .content .weblink a span {
		font-size: 16px;
		line-height: 26px;
	}
}

.footerBox .content .contact {
	padding-top: 44px;
	display: flex;
	align-items: center;
}

@media screen and (max-device-width: 900px) {
	.footerBox .content .contact {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media screen and (max-device-width: 640px) {
	.footerBox .content .contact {
		padding-top: 40px;
	}
}

.footerBox .content .contact img {
	width: 260px;
	height: 36px;
}

.footerBox .content .contact img:nth-child(4) {
	display: none;
}

.footerBox .content .contact p {
	margin-left: 120px;
	display: flex;
	align-items: center;
}

@media screen and (max-device-width: 900px) {
	.footerBox .content .contact img:nth-child(1) {
		display: none;
	}

	.footerBox .content .contact img:nth-child(4) {
		display: flex;
	}

	.footerBox .content .contact p {
		margin-left: 0;
		margin-bottom: 24px;
	}
}

@media screen and (max-device-width: 640px) {
	
	.footerBox .content .contact p {
		margin-bottom: 16px;
	}
}

.footerBox .content .contact p em,
.footerBox .content .contact p span {
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}

.footerBox .content .contact p em {
	margin-right: 8px;
}