html,body, 
div, dl, dt, dd, ul, p, th, td,
h1, h2, h3, h4, h5, h6, 
pre, code, form, 
fieldset, legend{
	margin: 0;
	padding: 0;
}
cite, 
em, 
strong, 
th {
	font-style: normal;
}
td, 
th, 
div {
	word-break:break-all;
	word-wrap:break-word;
}
form{
	display:inline;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
th {
	text-align: left;
}
ol li {
	list-style: decimal outside;
}
ol{
	padding:0 0 0 18px;
	margin:0;
}
li {
	list-style:none;
}
img {
	border: 0;
}
html {
	-webkit-text-size-adjust:none;
	overflow-y:scroll;
}

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

.clearfix{
	zoom:1;
}
.clearfix:after{
	content:'\20';
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}

body{
	font:12px/1.5 Arial,Microsoft Yahei,Simsun;
	color:#333;
	background: #fff;
}
a:link{
	color: #5a5a5a;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a:visited{
	color: #5a5a5a;
}
/*
===================
包裹
===================
*/
.wrap{
	margin: 50px auto 0;
	width: 900px;
	background: #fff;
}
.section {
	border: 1px solid #D9DFF6;
}

.top {
	height: 180px;
	line-height: 180px;
	position: relative;
	color: #fff;
	background: #1BA4F9 url(../images/top.png) 0 0 no-repeat;
}

.top .logo{ 
	float: left;
	font-size: 26px;
	text-indent: 70px;
}	

.top .version{ 
	float: left;
	font-size: 16px;
	margin-left: 20px;
	padding-top: 5px;
}

.header{
	height: 42px;
	position: relative;
	color: #fff;
	background: #1BA4F9 url(../images/header.png) 0 0 no-repeat;
}

.header .logo{
	float: left;
	width: 140px;
	height: 42px;
	line-height: 42px;
	background: url(../images/logo.png) no-repeat 30px center;
	background-size: 24px 24px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	text-indent: 70px;
}

.header .version {
	float: left;
	overflow:hidden;
	font-size: 12px;
	color: #fff;
	padding-top: 12px;
}

.main{
	padding-top:35px;
}

.footer{
	text-align:center;
	padding:15px 0 50px;
	color:#999999;
}
.footer a{
	color:#999;
	text-decoration:none;
}
.bottom{
	text-align: center;
}

.main .title {
	width: 840px;
	height: 40px;
	line-height: 40px;
	background: #ECEFFA;
	border: 1px solid #ECEFFA;
	margin: 0 auto;
	text-indent: 20px;
}

.pact{
	border: 1px solid #D9DFF6;
	border-top: none;
	width: 800px;
	height: 350px;
	padding: 20px;
	overflow: hidden;
	display: block;
	overflow-y: scroll;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 22px;
	outline: none;
}
pre{
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	word-break : normal;
}


.step{
	width: 469px;
	height: 100px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color:#fff;
}

.step li{
	float:left;
	height: 100px;
	line-height: 100px;
	width:33.333%;
	text-align:center;
	font-size:14px;
	color:#6f7885;
	font-weight:700;
	position: relative;
}
.step li div{
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	height:30px;
	text-align:center;
	line-height:30px;
	font-size: 14px;
	color:#000000;
	font-family:Microsoft Yahei;
	width: 100%;
}

.step li.current{
	background-position:right -106px;
	background-repeat:no-repeat;
	color:#246ea5;
}

.step .step1.current {
	background: url(../images/step1_ing.png) right top no-repeat;
}
.step .step1.current div{
	color: #56BDEA;
}
.step .step1.on {
	background: url(../images/step1_on.png) right top no-repeat;
}
.step .step1.on div{
	color: #C2DA5E;
	padding-left: 20px;
	background: url(../images/checked.png) 22% center no-repeat;
}
.step .step2 {
	background: url(../images/step2.png) right top no-repeat;
	background-size: 100%;
}
.step .step2.current {
	background: url(../images/step2_ing.png) right top no-repeat;
	background-size: 100%;
}
.step .step2.current div{
	color: #56BDEA;
}
.step .step2.on {
	background: url(../images/step2_on.png) right top no-repeat;
	background-size: 100%;
}
.step .step2.on div{
	color: #C2DA5E;
	padding-left: 20px;
	background: url(../images/checked.png) 22% center no-repeat;
}
.step .step3 {
	background: url(../images/step3.png) left top no-repeat;
}
.step .step3.current {
	background: url(../images/step3_ing.png) left top no-repeat;
}
.step .step3.current div{
	color: #56BDEA;
}
.step .step3.on {
	background: url(../images/step3_on.png) left top no-repeat;
}
.step .step3.on div{
	color: #C2DA5E;
	padding-left: 20px;
	background: url(../images/checked.png) 22% center no-repeat;
}

/* 第二步 */
.server{
	padding: 20px;
}
.server table{
	margin-bottom:20px;
	border: 1px solid #E4E9F9;
}
.server table th, .server table td{
	height: 40px;
	text-indent: 10px;
}
.server table th{
	background: #ECEFFA;
	color: #000B3C;
	font-weight:700;
}
.server table td{
	border-bottom: 1px solid #ECEFFA;
}

.gray{
	color:#bbb;
}
.server tr:hover .gray{
	color:#333;
}
.database {
	padding-bottom: 0px;
}
.database table tbody tr{
	height: 50px;
}

.database table td {	
	border: none;
}

.database table td.tar {
	width: 150px;
	text-align: right;
}
.database .input{
	border: 1px solid;
	border-color: #e3e9ef;
	padding-left: 10px;
	width: 400px;
	height: 35px;
}
.database .input:hover,
.database .input:focus{
	border: 1px solid #0e85d5;
	outline: none;
}


.step3 {
	margin-top: 0px;
}

.correct_span {
	display:block;
	float:left;
	width:20px;
	height:16px;
	text-indent:-2000em;
	overflow:hidden;
	background:url(../images/checked.png) right center no-repeat;
}
.error_span{
	display:block;
	float:left;
	width:20px;
	height:16px;
	text-indent:-2000em;
	overflow:hidden;
	background:url(../images/unchecked.png) right center no-repeat;
}


.install{	
	box-shadow:5px 5px 5px #f7f7f7 inset;
	border:1px solid #bdbcbc;
	width:670px;
	height:350px;
	padding:10px;
	overflow:hidden;
	display:block;
	overflow-y:scroll;
	margin:25px auto;
	font-size:12px;
	margin-bottom:22px;
	outline:none;
	display: none;
}
.install ul{
	line-height:1.8;
}

.progress {
	width:670px;
	margin:25px auto;
	margin-bottom:22px;
	outline:none;
}

/* 安装成功 */
.success_tip{
	/*border:1px solid #e0e9f0;*/
	background:#fff url(../images/complete.png) 180px center no-repeat;
	padding: 80px 80px 80px 420px;
	line-height: 2;
}
.success_tip .finished{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding-bottom: 30px;
}
.success_tip p {
	margin-bottom: 20px;
}

.error_tip{
	background:url(../images/ignore.png) 130px 45px no-repeat;
	padding: 50px 80px 60px 230px;
}

.line {
	margin: 0 40px;
	height: 1px;
	border-top: 1px solid #eceffa;
}


/* tips */
.tips,
.tips_block span{
	line-height:25px;
	padding:0 6px;
}
.tips{
	border:1px solid #faebd2;
	background:#ffffe9;
	color:#666;
}
.tips_error,
.tips_success{
	color:#cc3333;
	padding-left:16px;
	background:url(../images/tips_system.png) -20px 2px no-repeat;
	display:inline-block;
	line-height:18px;
}	
.tips_success{
	color:#008800;
	background-position:0 -19px;
}
.tips_loading{
	color:#cc3333;
	color:#333333;
	display:inline-block;
	line-height:20px;
}

/* loading */
.loading{
	border-radius: 16px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background:#000;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	position: fixed;
	_position:absolute;
	left: 50%;
	margin-left: -50px;
	top: 50%;
	margin-top:-15px;
}
.loading span{
	background:url(../images/pop_loading.gif) 0 center no-repeat;
	padding-left:24px;
}

/* 按钮 */
.btn {
	display: inline-block;
	width: 140px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	border-radius: 5px;
	margin: 20px auto;
	color: #236AE1 !important;
	border: none;
	cursor: pointer;
}
.btn:hover {
	color: #fff !important;
	background: #236AE1;
}

.btn-primary {
	color: #fff !important; 
	background: #0581F3;
}

.btn-loading {
	display: inline-block;
	width: 140px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	border-radius: 5px;
	margin: 20px auto;
	color: #236AE1 !important;
	border: none;
	cursor: pointer;
	border: 1px solid #ccc;
}


