@charset "utf-8";

/* css document */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #f4f5f9;
	 -webkit-text-size-adjust:100%!important;
}

body h1,
h2,
h3,
h4,
h5,
h6,
p,
samp,
div,
ul li,
ol li,
a,
dl,
dt,
dd,
select,
input,
button,
textarea {
	font-family: "微软雅黑";
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	list-style: none;
	outline: none;
}

a:hover {
	border: 0px;
}

button {
	cursor: pointer;
}

.clear {
	clear: both;
}

table {
	border-spacing: none;
	border-collapse: collapse;
}

.file-type-main {
	width: 100%;
	float: left;
	border-bottom: 1px solid #e1e1e1;
}



/*头部共用样式*/

.header {
	background: #fff;
	height: 3.5rem;
	width: 100%;
	float: left;
	border-bottom: 1px solid #ccc;
}

.header .logo {
	width: 50%;
	float: left;
}

.header .logo img.header-logo {
	width: 7rem;
	float: left;
	margin-top: 1rem;
	margin-left: 1rem;
}

.header .login {
	width: 50%;
	float: right;
}

.header .login ul {
	float: right;
	margin-right: 1rem;
}

.header .login ul li {
	float: left;
	font-size: 1rem;
	color: #333;
	line-height: 3.5rem;
}

.header .login ul li img {
	width: 2.2rem;
	margin-top: 0.7rem;
	margin-left: 0.5rem;
}

.header .login.already-login ul li {
	color: #1c97ff;
}