@charset "utf-8";
::-webkit-scrollbar {
	width: 12px;
	height: 12px;
	-webkit-border-radius: 10px;
}
::-webkit-scrollbar-track {
	-webkit-border-radius: 10px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.2);
	background-color: rgba(0, 0, 0, 0.05);
	width: 3px;
	height: 3px;
	border:1px solid rgba(255,255,255,0.05);
}
::-webkit-scrollbar-track-piece {
	-webkit-border-radius: 10px;
	background-color: rgba(234, 234, 234, 1);
	-webkit-box-shadow: inset 0px 0px 6px rgba(0,0,0,0.15);
	width: 3px;
	height: 3px;
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	background-color: rgba(244, 244, 244, 1);
	-webkit-box-shadow: inset 1px 1px 15px rgba(255,255,255,0.8),
	inset 1px 1px 0px rgba(255,255,255,0.8);
	border:1px solid rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
	background-color: rgba(204, 204, 204, 1);
	-webkit-box-shadow: none;
	border:1px solid rgba(0,0,0,0.1);
}
::-webkit-scrollbar-track:window-inactive,
::-webkit-scrollbar-track-piece:window-inactive,
::-webkit-scrollbar-thumb:window-inactive {
	-webkit-box-shadow:none;
}
::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	display: none;
}
::-webkit-scrollbar-corner {
	background-color: transparent;
}
::-webkit-resizer{
	background-color: transparent;
}
body{font-size:12px;font-family:"微软雅黑";line-height:22px;padding:0px;margin:0px;background:#f1f1f1}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0px;padding:0px;}
table{border-collapse:collapse;}
a,img{border:0;}
ol,ul{list-style:none}
a{color:#2f549f;text-decoration:none;}
a:hover{color:#2f549f;text-decoration:underline;}
.clearfix{clear:both;width:0px;height:0px;overflow:hidden;}

.w880{margin:0 auto;width:880px;}

/*网站头部 */
.head{height:35px;line-height:35px}
.right{float:right;width:200px;text-align:right;}
.w1{width:100%;border-bottom:3px solid #2196f3;background:#fafafa;}

.red{color:red;font: 12px/1.5 tahoma,arial,宋体,sans-serif;}
.form{width:620px;margin:0 auto;}
.form ul li{margin-bottom:20px;}
.input{height:28px;line-height:28px;width:250px;padding:2px 3px;border-radius:2px;border:1px solid #dadada;outline:none;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;}
.input:focus{border-color:#75a1f0;box-shadow: 0 0 12px #75a1f0;outline:medium none;transition:all 0.218s ease 0s;}
.code{width:100px;margin-right:20px;}
.codeimg{cursor:pointer;vertical-align: middle;}
.submit{height:32px;line-height:32px;background:#2196f3;width:110px;border:0px;outline:none;color:#fff;border-radius:2px;cursor:pointer;transition:all 0.318s ease 0s;}
.submit:hover{opacity: 0.8;color:#fff;}


.main{margin:85px auto;padding:50px 50px 80px;overflow:auto;background:#fff;border:1px solid #eee;box-shadow:0 0px 10px rgba(0, 0, 0, 0.09);width:820px;}
.main h1{border-bottom: 1px dashed #ccc;color:#494949;padding:10px 0;font-size: 25px;margin-bottom:30px;}
.main_left{width:600px;float:left;border-right:1px solid #ccc;}
.reset_type{font-size:16px;height:40px;line-height:40px;margin:20px 20px;background:#fffefc;border:1px solid #eee;width:520px;padding:20px 10px;}
.reset_type span{color:#ff770d;font-family: Georgia,Arial;font-size:32px;margin:0 5px;}
.reset_type a{border-color:#666;border-color: -moz-use-text-color #666 #666 -moz-use-text-color;border-style: none solid solid none;border-width: 0 1px 1px 0;display:black;float:right;color:#333;height:28px;line-height:28px;font-size:12px;width:75px;text-align:center;background:#eee;margin-top:5px;}
.reset_type a:hover{text-decoration:none;background:#fafafa;}

.main_right{float:right;width:185px;font-size:14px}
.button{background:#2196f3;color:#fff;border-radius: 2px;display: inline-block;font-size: 14px;text-align: center;padding:5px 25px;transition:all 0.213s}
.button:hover{opacity: 0.8;color:#fff;text-decoration: none}

.title{padding: 5px 10px;width:520px;margin-bottom:30px;background:#fffced;border:1px solid #ff8400;color:#ff8400;font-size:14px;font-weight:bold;}


/*网站底部 */
.footer{width:100%;line-height:50px;border-top:1px solid #e6eaee;text-align:center;background:#fff;position:fixed;bottom:0;color:#999;font-size:12px}
.footer a{color:#999;font-size:12px}