@charset "utf-8";

/* reset */
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
input,
select,
textarea,
button,
p,
blockquote,
th,
td,
figure {
	margin: 0;
	padding: 0;
	*zoom: 1
}
/*@font-face {
	font-family: "HarmonyOS_Sans_SC_Light";
	src: url(/static/cn/font/Alibaba-PuHuiTi-Light.woff);
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Regular";
	src: url(/static/cn/font/Alibaba-PuHuiTi-Regular.woff);
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Bold";
	src: url(/static/cn/font/Alibaba-PuHuiTi-Bold.woff);
}*/
textarea,
input,
button,
input{
    	font-family:"Microsoft Yahei", "微软雅黑", "PingFang SC", arial, "\5b8b\4f53" !important;
}
body {
	color: #333;
	font-family:"Microsoft Yahei", "微软雅黑", "PingFang SC", arial, "\5b8b\4f53" ;
}

li {
	list-style-type: none
}

iframe,
frame,
fieldset,
img {
	border: 0 none
}

img {
	vertical-align: top;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}

input[type=button],
input[type=submit],
input[type=reset] {
	cursor: pointer
}

button {
	cursor: pointer
}

input,
textarea,
button {
	-webkit-border-radius: 0;
	-webkit-appearance: none
}

input[type=radio] {
	-webkit-border-radius: 100%;
	-webkit-appearance: radio
}

input[type=checkbox] {
	-webkit-appearance: checkbox
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box
}

textarea {
	overflow: auto;
	resize: none
}

blockquote,
q {
	quotes: none
}

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

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

caption,
th {
	text-align: left
}

th {
	font-weight: normal
}



a:link,
a:visited,
a:active,
a {
	text-decoration: none;
	color: inherit;
}

a {

	font-size: inherit;
	color: inherit;
	blr: expression(this.onFocus=this.blur())
}

a * {
	*cursor: pointer
}

:focus {
	outline: none
}



.w1440 {
	width: 1440px;
	margin: auto;
}

.w1600 {
	width: 1600px;
	margin: auto;
}

@media only screen and (max-width: 1600px) {
	.w1440 {
		width: 80%;
	}

	.w1600 {
		width: 80%;
	}
}

@media only screen and (max-width: 1200px) {
	.w1440 {
		width: 90%;
	}

	.w1600 {
		width: 90%;
	}
}
