@charset "utf-8";


/*-- 全局reset
-------------------------------------------*/

/*@font-face {*/
/*	font-family: 'SourceHanSansSC-Regular';*/
/*    src: url('/static/css/font/SourceHanSansSC-Regular.otf');*/
   
/*}*/

/*@font-face {*/
/*	font-family: 'SourceHanSansSC-Normal';*/
/*    src: url('/static/css/font/SourceHanSansSC-Normal.otf');*/
/*}*/

/*@font-face {*/
/*	font-family: 'HarmonyOS_Sans_SC_Light';*/
/*    src: url('/static/css/font/HarmonyOS_Sans_SC_Light.ttf');*/
   
/*}*/

@font-face {
	font-family: 'HarmonyOS_Sans_SC_Regular';
    src: url('/static/css/font/HarmonyOS_Sans_SC_Regular.ttf');
   
}
/*@font-face {*/
/*	font-family: 'HarmonyOS_Sans_SC_Medium';*/
/*    src: url('/static/css/font/HarmonyOS_Sans_SC_Medium.ttf');*/
   
/*}*/


html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	font: 12px/1.5  'HarmonyOS_Sans_SC_Regular,sans-serif';
	color: #000;
}

/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}

/*设置默认字体*/
:focus {
	outline: 0;
}

ul,
ol {
	list-style: none;
	margin-bottom: 0!important;
	margin-top: 0!important;
}

/*重置列表*/
fieldset, img {
	border: 0 none;
	vertical-align: top;
}
img{
 display: block;   
}
/*重置图片元素*/
address, caption, cite, code, dfn, em, i, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

code, kbd, samp, tt {
	font-size: 100%;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
	*font-size: 100%;
	outline: none;
}

/*
form label {
    cursor: pointer;
}
*/

textarea {
	resize: none;
}

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

/*重置表格*/
blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}

a:hover {
	text-decoration: none;
}



/*--清除浮动
-------------------------------------------*/
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.cf:after,
.clearfix:after {
	clear: both;
}

.cf,
.clearfix {
	clear: both;
	*zoom: 1;
}

/*-- 字号、颜色、外边距、内补丁、居中、行高、显示、隐藏
--------------------------------------------------------------------------*/


/* 隐藏 居中 */

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}
.tl{
    text-align: left;
}
.show {
	display: block;
}

.hide {
	display: none !important;
}

.w100 {
    width: 100%;
}
.h100{
   height:100%; 
}

.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}

