<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*Html5*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
/*Base*/
html {
	font-size: 14px ;
	font-family:"微软雅黑","\5b8b\4f53",Arial,sans-serif;
	color: #000;
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
}
h1,h2,h3,h4,h5,h6{
    font-size: 14px ;
	font-family:"微软雅黑","\5b8b\4f53",Arial,sans-serif;
	color: #000;
}
em{font-style:normal;}
* {
    margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
    background: transparent; /*修正win8系统IE连接灰色背景*/
	outline:none;
	blr:expression(this.onFocus=this.blur());
	color:#000;
}
a:focus {
    outline: 0;
}
a:active,
a:hover {
    outline: 0;
	/*transition:text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;*/
}
img {
    border: 0;
	-ms-interpolation-mode:bicubic;/*ie7 解决图片缩放失真问题*/
	vertical-align:top;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
    font-family: inherit; 
    font-size: 100%; 
    margin: 0;
    outline:none;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; 
    cursor: pointer; 
}

button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
}
input[type="search"] {
    -webkit-appearance: textfield; 
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input.submit {
	border: 0;
	margin: 0;
	cursor: pointer;
}
input.radio {
	width: 13px;
	height: 13px;
	float: left;
	display: inline;
}
textarea {
    overflow: auto; 
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul,
ol { 
	list-style:none;
}
/*清除浮动*/
.clear{
	overflow:hidden;
	clear:both;
}
.clearfix{
	display:table;
	content: "";
	clear: both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.img_responsive{
	max-width:100%;
	max-height:170px;
}
.blank3{
	height:3px;
	margin:0 auto;
}
.blank5{
	height:5px;
	margin:0 auto;
}
.blank10{
	height:10px;
	margin:0 auto;
}
.blank20{
	height:20px;
	margin:0 auto;
}
.blank30{
	height:30px;
	margin:0 auto;
}
.blank40{
	height:40px;
	margin:0 auto;
}
.blank50{
	height:50px;
	margin:0 auto;
}
.blank90{
	height:90px;
	margin:0 auto;
}
.wrapper{
	max-width:1920px;
	min-width:1308px;
	height:100%;
	margin:0 auto;
	background:#f2f2f2;
}

.container{
	width:1308px;
	margin:0 auto;
}

.container2 {
	position:relative;
	top:94px;
	z-index:2;
	width:980px;
	height:0;
	margin:auto;
}
.storage-info {
	display:none;
	position:absolute;
	top:0;
	width:980px;
	height:30px;
	padding:20px 0;
	text-align:right;
	overflow:hidden;
}
.storage-info span {
	position:relative;
	display:inline-block;
	height:30px;
	margin:0 0 0 40px;
	padding-left:48px;
	line-height:30px;
	zoom:1;
	font-size:18px;
	color:white;
}
.storage-info i {
	position:absolute;
	top:0;
	left:0;
	width:36px;
	height:30px;
	overflow:hidden;
	background-image:url(../images/icon_storage.gif?v=201406241538);
	background-repeat:no-repeat;
}
.ist-user {
	background-position:0 0;
}
.ist-storage {
	background-position:-36px 0;
}
.ist-file {
	background-position:-72px 0;
}
.register-box {
	position:absolute;
	top:-500px;
	left:-105px;
	width:391px;
	height:235px;
	background:url("../images/login_bg.jpg");
}
.reg-tab {
	position:relative;
	width:396px;
	height:57px;
	zoom:1;
	overflow:hidden;
	border-radius:3px 3px 0 0;
}
.reg-tab span {
	float:left;
	width:198px;
	height:57px;
	margin-left:-1px;
	line-height:57px;
	text-align:center;
	font-size:24px;
	color:#444;
	border-left:1px solid #d2d3d4;
	background:url(../images/bg_tab_x.png?v=201406241538) repeat-x 0 0;
	cursor:pointer;
}
.reg-tab span:first-child {
	border-top-left-radius:3px;
}
.reg-tab span:last-child {
	border-top-right-radius:3px;
}
.reg-tab span.current {
	background:none;
	cursor:default;
}
.reg-slogan {
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:16px;
	color:#fff;
	margin-top:20px;
}
.reg-form {
	width:328px;
	height:320px;
	margin:auto;
	margin-right:20px;
}
.reg-form .cell {
	position:relative;
	height:40px;
	margin-bottom:18px;
	zoom:1;

}
.reg-form .cell label {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	padding:0 12px;
	line-height:30px;
	font-size:16px;
	color:#000;
	font-weight:bold;
	cursor:text;
	border-right:1px solid #ccc;
}
.reg-form .cell input {
	border: none;
	position:absolute;
	top:0;
	left:0;
	width:200px;
	height:30px;
	line-height: 30px;
	padding:2px 11px;
	padding-left:90px;
	font-size:16px;
	background:url("../images/text_bg.png") no-repeat;
	border-radius: 10px;
}
.reg-form .cell .icon-form {
	top:11px;
	right:10px;
}
.reg-form .vcode input {
	width:110px;
}
.reg-form .button {
	position:absolute;
	left:144px;
	width:109px;
	height:28px;
	padding:0;
	font-size:14px;
	/*text-indent: -9999px;*/
	background: url("../images/search.png") no-repeat transparent;
	color:#fff;
	text-align: center;
	line-height: 28px;
}
.reg-form input[type=submit]{border: none;}
.reg-form .vcode img {
	position:absolute;
	top:0;
	left:144px;
	width:110px;
	height:40px;
}
.reg-form .vcode span {
	position:absolute;
	top:0;
	left:264px;
	line-height:40px;
	font-size:14px;
}
.reg-form .vcode .icon-form {
	right:204px;
}
.reg-form .vcode .login-popup-hint {
	right:194px;
}
.reg-form .user-agreement {
	height:16px;
	margin-top:-22px;
	padding:18px 0;
	line-height:16px;
}
.reg-form .user-agreement input {
	float:left;
	width:14px;
	height:14px;
	margin:1px 5px 0 0;
}
.reg-form .bottom {
	height:40px;
}
.reg-form .bottom .button {
	display:block;
	border-radius:3px;
}







</pre></body></html>