<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
*Desc: CSS Reset.
* Author: huzhangjun
* Time: 2016-03-01
*/

/* Reset default browser CSS. */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

body,
dd,
dl,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
legend,
p,
pre,
ol,
ul {
	margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

td,
th {
	padding: 0
}

table {
	font-size: inherit
}

fieldset,
img {
	border: 0;
	display: block;
	width: 100%;
	vertical-align: bottom;
}

li,
ol,
ul {
	list-style: none
}

h1,
h2,
h3,
h4 {
	/* font-size: 18px; */
	font-weight: 400
}

html,
body {
	width: 100%;
	height: 100%;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
}

body {
	font-size: 14px;
	line-height: 1.5;
	background: #fff;
	font-weight: 300;
	color: #333333;
}

::-webkit-scrollbar {
	display: none;
}

body,
button,
input,
select,
textarea {
	font-family: Helvetica, Tahoma, Arial,"寰蒋闆呴粦" ,"榛戜綋-绠€", "Heiti SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "鏂囨硥椹垮井绫抽粦", "WenQuanYi Micro Hei", sans-serif;
	outline: 0;
	-webkit-text-size-adjust: none
}

button,
input,
select,
textarea {
	font-size: inherit;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="datetime-local"],
input[type="time"],
input[type="number"],
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	box-sizing: border-box;
	border: none;
	background: none;
	border-radius: 0 0 0 0;
	box-shadow: none;
}

a,
input,
textarea,
select,
button {
	outline: 0;
}

/*鍘绘帀鑻规灉榛樿鏍峰紡*/
input {
	-webkit-appearance: none;
	border: none;
	box-sizing: border-box;
}

/*webkit琛ㄥ崟杈撳叆妗唒laceholder鐨勯鑹插€兼敼鍙�*/
input::-moz-input-placeholder {
	color: #AAAAAA;
}

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

input::input-placeholder {
	color: #AAAAAA;
}

input:focus::-moz-input-placeholder {
	color: #dddddd;
}

input:focus::-webkit-input-placeholder {
	color: #dddddd;
}

/* input:focus::input-placeholder {
	color: #dddddd;
} */

/*webkit琛ㄥ崟鍏冪礌鐨勯粯璁ゅ瑙傞噸缃�*/
.app {
	-webkit-appearance: none;
}

/*绂佺敤 select 榛樿涓嬫媺绠ご*/
select::-ms-expand {
	display: none;
}

/*绂佺敤PC绔〃鍗曡緭鍏ユ榛樿娓呴櫎鎸夐挳*/
input[type=text]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=number]::-ms-clear {
	display: none;
}

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

::selection {
	background: #333;
	color: #fff;
}

i,
em {
	font-style: normal;
}

a {
	color: #00a3e1;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(105, 186, 255, .13)
}

:focus {
	outline: 0
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
</pre></body></html>