/*reset*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

body {
	min-width: 320px;
	background: #fff;
	font-family: Inter, "Microsoft Yahei", Helvetica, Arial, sans-serif;
	line-height: 1.5;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	color: #1C1C1C;
	font-weight: 400;
}
@media (max-width: 1023px) {
	html {
		font-size: 16px;
	}
	.container {
		position: relative;
		margin: 0 auto;
		padding-left: 12px;
		padding-right: 12px;
		min-width: 320px;
	}
}
@media (min-width: 1024px) {
	html {
		font-size: 60px;
	}

	body {
		min-width: 1024px;
		position: relative;
	}

	.container {
		position: relative;
		margin: 0 auto;
		padding-left: 2rem;
		padding-right: 2rem;
		max-width: 1920px;
	}
}

@media (min-width: 1600px) {
	html {
		font-size: 70px;
	}
}

@media (min-width: 1940px) {
	html {
		font-size: 80px;
	}
}

/* @media (min-width: 2560px) {
	html {
		font-size: 100px;
	}
} */

html,
body,
h1,
h2,
h3,
h4,
h5,
p,
form {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 0;
}

a {
	text-decoration: none;
}

body,
a {
	color: #1C1C1C;
}

button {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ccc;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #ccc;
}

.no-list-style,
.no-list-style dt,
.no-list-style dd,
.no-list-style li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*base*/
.hide {
	display: none
}

.no-margin {
	margin: 0 !important;
}

.inline-block {
	display: inline-block;
}

.color-1 {
	color: #000
}

.color-2 {
	color: #595959;
}

.color-white {
	color: #fff !important;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.pointer {
	cursor: pointer;
}

.bg-white {
	background: #FFF;
}

.bg-gray {
	background: #F5F6F5;;
}


.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


table.text-center td,
table.text-center th {
	text-align: center;
}

:before,
:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pic {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pic>img {
	display: block;
	width: 100%;
}


/*btn*/
.btn {
	transition: all .8s;
	cursor: pointer;
	display: inline-block;
	border: none;
	outline: none;
}

.btn:hover {
	opacity: .8;
}

.btn a,
a.btn {
	text-decoration: none !important;
}

.btn .icon-arrow {
	font-size: 1em;
}

.btn-black {
	background: #1C1C1C;
	color: #FFF;
}

.header {
	position: fixed;
	z-index: 90;
	top: 0;
	left: 0;
	width: 100%;
	background-color: RGBA(255, 255, 255, .97);
	box-shadow: 0 0 5px RGBA(150, 150, 150, .3);
}

.header .pgTopbar .logo a {
	display: block;
	height: 100%;
}

.footer {
	background-color: #D9D9D9;
	color: #595959;
	font-family: 'Source Han Sans';
	text-align: center;
}

.footer a {
	color: #595959;
}

/* icons */
i.icon {
	font-style: normal;
}

.icon {
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.icon-s-1 {
	background-image: url('../images/icon-s-1.svg');
}

.icon-s-2 {
	background-image: url('../images/icon-s-2.svg');
}

.icon-s-3 {
	background-image: url('../images/icon-s-3.svg');
}

.icon-s-a {
	background-image: url('../images/icon-s-a.png');
}

.icon-s-b {
	background-image: url('../images/icon-s-b.png');
}

.icon-i-1 {
	background-image: url('../images/icon-i-1.svg');
}

.icon-i-2 {
	background-image: url('../images/icon-i-2.svg');
}

.icon-i-3 {
	background-image: url('../images/icon-i-3.svg');
}

.icon-i-4 {
	background-image: url('../images/icon-i-4.svg');
}

.icon-i-5 {
	background-image: url('../images/icon-i-5.svg');
}

.icon-address {
	background-image: url('../images/icon-address.svg');
}

.icon-tel {
	background-image: url('../images/icon-tel.svg');
}

.icon-mail {
	background-image: url('../images/icon-mail.svg');
}
.icon-lang {
	background-image: url('../images/icon-lang.svg');
}