@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-x: hidden;
	font-size: 13.3333333333vw;
}
/*
@font-face {
  font-family: "SourceHanSans-Regular";
  src: url("../font/SourceHanSans-Regular.otf") format("truetype");
}

@font-face {
  font-family:"SourceHanSerifSC-Regular";
  src: url("../font/SourceHanSerifSC-Regular.otf") format("truetype");
}*/

body {
	width: 100%;
	min-width: 320px;
	min-height: 100vh;
	margin: 0 auto;
	 /*font-family:"SourceHanSerifSC-Regular";*/
	background: #fff;
	overflow-x: hidden;
	text-align: left;
	position: relative;
	font-size: 16px;
	color: #333;
}

img {
	border: none;
}

h1, h2, h3 ,h4{
	font-weight: normal;
}

a {
	color: #5d5d5d;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none；
}

input, textarea, select {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	font-size: 1em;
	outline: none;
	margin: 0;
	padding: 0;
}

input::-webkit-input-placeholder {
	color: #999;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

input[type='button'], input[type='text'], input[type='search'], input[type='submit'], input[type='reset'], input[type='date'], input[type='time'], input[type='number'] {
	-webkit-appearance: none;
}

select {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

ul, ol {
	padding: 0;
	list-style-type: none;
}

em {
	font-style: normal;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

input.sub, label {
	border: none;
	cursor: pointer;
}

input, textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: none;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

td, th {
	padding: 0;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

* {
	box-sizing: border-box;
}