@charset "utf-8";
@font-face {
	font-family: 'FontAwesome';
	src: url('./fontawesome-webfont.woff?v=4.2.0') format('woff'), url('./fontawesome-webfont.ttf?v=4.2.0') format('truetype');
	font-weight: normal;
	font-style: normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa {
	display: inline-block;
	font: normal normal normal 12px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-exchange:before {
	content: "\f0ec";
}
.toTop {
	width: 35px;
	height: 35px;
	font-size: 24px;
	line-height: 16px;
	color: #fff;
	background: rgba(7,195,212,0.75);
	border-radius: 50%;
	-webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	position: fixed;
	right: 20px;
	bottom: 100px;
	display: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
	padding-top: 5px;
}
.toTop:hover {
	color: #fff;
	background: #66f2ff;
	text-decoration: none;
}
.mobile .toTop, .tablet .toTop {
	display: none !important;
}
.fa {
	line-height: inherit;
}
[class*='fa-']:before {
	font-weight: 400;
	font-family: "FontAwesome";
}

.phoneWrap {
	width: 98%;
	position: fixed;
	bottom: 10px;
	line-height: 40px;
	text-align: center;
	z-index: 999;
}
.phoneWrap a {
	display: block;
	color: #fff;
	transition: all 0.5s;
}
.phoneWrap a:hover {
	color: #fff;
}
.phoneWrap ul {
	margin: 0;
	padding: 0;
}
.phoneWrap li {
	text-align: center;
	list-style: none;
	float: left;
	border-radius: 20px;
	width: calc(100%/4 - 20px);
	margin: 0 10px;
	background: rgba(7,195,212,0.75);
	transition: all 0.5s;
}
.phoneWrap li:hover {
	background-color: rgba(7,74,212,0.75);
}
.sp1 {
	margin: 0 0.8%;
}
