@font-face {
	font-family: "SY_Light";
	src: url("../font/SourceHanSansSC-Light.woff2") format("woff2"),
		 url("../font/SourceHanSansSC-Light.woff") format("woff"),
	 	 url("../font/SourceHanSansSC-Light.ttf") format("truetype"), 
	 	 url("../font/SourceHanSansSC-Light.eot") format("embedded-opentype"),
	 	 url("../font/SourceHanSansSC-Light.svg") format("svg");
}

@font-face {
	font-family: "SCL_Light";
	src: url("../font/SourceHanSansCN-Light.woff2") format("woff2"),
		 url("../font/SourceHanSansCN-Light.woff") format("woff"),
	 	 url("../font/SourceHanSansCN-Light.ttf") format("truetype"), 
	 	 url("../font/SourceHanSansCN-Light.eot") format("embedded-opentype"),
	 	 url("../font/SourceHanSansCN-Light.svg") format("svg");
}
@font-face {
	font-family: "SCR";
	src: url("../font/SourceHanSansCN-Regular.woff2") format("woff2"),
		 url("../font/SourceHanSansCN-Regular.woff") format("woff"),
	 	 url("../font/SourceHanSansCN-Regular.ttf") format("truetype"), 
	 	 url("../font/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
	 	 url("../font/SourceHanSansCN-Regular.svg") format("svg");
}
@font-face {
	font-family: "S29";
	src: url("../font/29.woff2") format("woff2"),
		 url("../font/29.woff") format("woff"),
	 	 url("../font/29.ttf") format("truetype"), 
	 	 url("../font/29.eot") format("embedded-opentype"),
	 	 url("../font/29.svg") format("svg");
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
figure,
figcaption,
th,
td {
	margin: 0;
	padding: 0;
	font-weight: 300 !important;
	-ms-font-weight:300 !important;
	-moz-font-weight:300 !important;
	-webkit-font-weight:300 !important;
	-o-font-weight:300 !important;
	font-family: "SCL_Light" , -apple-system, BlinkMacSystemFont,
	    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
	    "Fira Sans", "Droid Sans", "Helvetica Neue",
	    sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

a,
input,
button,
select,
textarea {
	outline: none;
	user-select: text;
	-webkit-user-select: text;
	border-radius: 0;
}

q:before,
q:after {
	content: ;
}

abbr,
acronym {
	border: 0;
}

a,
button {
	cursor: pointer;
}


body{
	 font-family: "SCL_Light" , -apple-system, BlinkMacSystemFont,
	     "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
	     "Fira Sans", "Droid Sans", "Helvetica Neue",
	     sans-serif;
}

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

.fl {
	float: left;
}

.fr {
	float: right;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ellipsis2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: justify;
	text-justify: distribute-all-lines;
}

.ellipsis3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-align: justify;
	text-justify: distribute-all-lines;
}

.ellipsis4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-align: justify;
	text-justify: distribute-all-lines;
}

.l_scrollx{
	overflow: auto;
	overflow-x: scroll;
	overflow-y: auto;
}
.l_scrolly{
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

.l_scroll::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 3px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 3px;
}

.l_scroll::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

.l_scroll::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}
