/* 初始化 */
html{-webkit-text-size-adjust:none;overflow-y:scroll;}
body,input,button,select,textarea{font:12px/1.5  Microsoft YaHei,Tahoma,Helvetica,'SimSun',sans-serif;color:#444;}
html,body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,th,td{margin:0;padding:0;border:none}
body{background:url(../images/bg.png);}
td,th,div {word-break:break-all;word-wrap:break-word;}
address,cite,dfn,em,var{font-style:normal;font-weight:normal}
table{empty-cells:show;border-spacing:0;}
ul,ol,li{list-style:none}
ul li,ol li{list-style:none;}
img{border:none;}
label{cursor:pointer;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
button,input,select,textarea{font-size:100%;}
hr{display:block;clear:both;*margin-top:-8px !important;*margin-bottom:-8px !important;}
/* input select textarea */
input[type="checkbox"]{vertical-align:middle; margin-top:0;}
input,textarea{padding:6px;border-radius: 4px;font-size: 100%;line-height: 16px\9;*line-height: 18px;*vertical-align: -2px;background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s;margin-right: 3px;}
textarea{resize:none;min-height:60px;line-height: 15px;}
textarea:focus,input:focus,select:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6)}
select{height: 30px;line-height: 30px;background-color: #fff;border: 1px solid #ccc;display: inline-block;padding: 6px;color: #555;margin-top: -2px;padding-top: 4px;*margin-top: -8px;vertical-align: middle;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;font-size: 100%;}

/* 基础样式 */
.clearfix {_zoom: 1;}
.clearfix:after {content: ".";display: block;visibility: hidden;clear: both;height: 0px;}

.wrap{margin:90px auto 0;box-shadow:0 0 20px #3F3F3F;width:980px;background-color:#fff;border-radius: 6px;overflow: hidden;}
/* 头部样式 */
.header{height:80px;padding: 0 5px;box-shadow:0 3px 3px #ddd;position:relative;color:#fff;background:#133ab3;}
.header-title{float:left;font-size: 40px;line-height: 80px;}
.header-install{float: left;margin-top: 26px;font-size: 20px; padding-left: 20px;}
.header-version{float: right;margin-top: 50px;}

/* 步骤 */
.step{border-bottom:1px solid #dce1e5;height:60px;}
.step li{float:left;height:59px;line-height:60px;width:20%;text-align:center;font-size:14px;color:#6f7885;font-weight:700;}
.step li em{width:32px;height:32px;text-align:center;line-height:32px;display:inline-block;background:#999999;border-radius: 50%;font-size:20px;color:#fff;font-family:Microsoft Yahei;margin-right:10px;vertical-align:-1px}
.step li.current{background-position:right -106px;background-repeat:no-repeat;color:#246ea5;}
.step li.current em{background:#133ab3}
.step li.on{background-position:0 -176px;}
.step li.on em{background-position:-70px -70px;}

.pact {box-shadow: 5px 5px 5px #f7f7f7 inset;height: 350px;padding: 20px 20px; white-space: pre-wrap; overflow: hidden;display: block;overflow-y: scroll;margin: 0 auto;font-size: 12px;line-height: 1.5;outline: none;}
/* 服务器检测/信息输入 */
.server{padding:20px 20px 0 65px;}
.server table{margin-bottom:20px;}
.server td{padding:3px 5px;}
.server .td1{color:#417b9d;font-weight:700;}
.server .input{border:1px solid;border-color:#e3e9ef;padding:3px;width:200px;}
.server .input:hover,
.server .input:focus{border:1px solid #0e85d5;outline:none;}
.gray{color:#bbb;}
.server tr:hover .gray{color:#333;}

/* 正确错误 */
.correct_span,
.error_span{display:block;float:left;width:20px;height:16px;text-indent:-2000em;margin-top: 2px;overflow:hidden;background:url(../images/icon.png) no-repeat;margin-right:5px;}
.error_span{background-position:0 -23px;}
/* 成功提示 */
.success_tip{background:#fff url(../images/complete.png) 210px center no-repeat;font-size: 14px;padding:50px 80px 50px 300px;line-height:2;}
.success_tip a{color:#0166a5;text-decoration:none;font-size: 20px;font-weight: 700;}
.success_tip a:hover{text-decoration:underline;}

/*
===================
操作提示
>>	tips					普通
>>	tips_error		错误
>>	tips_success	正确
>>	tips_loading	加载中
使用方法
	可独立样式使用，亦可与tips组装，例：
	<div class="tips"><span class="tips_error">错误内容</span></div>
	
	可在外出包裹 tips_block 对错误提示进行块级效果展示
===================
*/
.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;}
/* 数据表写入 */
.install{	box-shadow:5px 5px 5px #f7f7f7 inset;border:1px solid #bdbcbc;width:900px;height:350px;padding:10px;overflow:hidden;display:block;overflow-y:scroll;margin:25px auto;font-size:12px;margin-bottom:22px;outline:none}
.install ul{line-height:1.8;}
/* 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-box{padding: 10px;text-align: center;border-top: 1px solid #ccc;}
.btn,.btn_old{display:inline-block;width:100px;height:30px;background:#133ab3;font:bold 14px/30px Arial,"Microsoft Yahei",Simsun;text-decoration:none;color:#fff;margin:0 5px;border:0 none;cursor:pointer;vertical-align:top;}
.btn:hover{background-position:0 -30px;text-decoration:none;}
.btn.error{background-position: 0 -60px;color: #DF0000;}
.btn_old,.btn_old:hover{background-position:0 -60px;color:#999 !important;cursor:default;text-decoration:none;}
/* 底部 */
.footer{text-align:center;padding:15px 0 50px;color:#999999;}
.footer a{color:#999;text-decoration:none;}

body {
    background: #f5f6fa;
}

.wrap {
    margin: 50px auto 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    width: 1000px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.header {
    height: 90px;
    padding: 0 30px;
    box-shadow: 0 2px 10px rgba(19, 58, 179, 0.1);
    position: relative;
    color: #fff;
    background: linear-gradient(135deg, #133ab3, #1e56ff);
}

.header-title {
    float: left;
    font-size: 42px;
    line-height: 90px;
    font-weight: 300;
}

.header-install {
    float: left;
    margin-top: 30px;
    font-size: 22px;
    padding-left: 25px;
}

.step {
    border-bottom: 1px solid #eef0f5;
    height: 70px;
    background: #fff;
}

.step li {
    float: left;
    height: 69px;
    line-height: 70px;
    width: 20%;
    text-align: center;
    font-size: 15px;
    color: #6f7885;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
}

.step li em {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    background: #e0e6ed;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    margin-right: 12px;
    transition: all 0.3s ease;
}

.step li.current {
    color: #133ab3;
}

.step li.current em {
    background: #133ab3;
    box-shadow: 0 2px 10px rgba(19, 58, 179, 0.2);
}

/* 按钮样式优化 */
.btn {
    display: inline-block;
    width: 120px;
    height: 40px;
    background: #133ab3;
    font: 600 15px/40px "Microsoft Yahei";
    text-decoration: none;
    color: #fff;
    margin: 0 8px;
    border: 0 none;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn:hover {
    background: #1e56ff;
    transform: translateY(-1px);
    box-shadow: 0 2px 10px rgba(19, 58, 179, 0.2);
}

/* 输入框样式优化 */
input, textarea {
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #dce1e5;
    transition: all 0.3s ease;
}

input:focus, textarea:focus {
    border-color: #133ab3;
    box-shadow: 0 0 0 2px rgba(19, 58, 179, 0.1);
}

.btn.error{
	color: #999999;
    background: #eeeeee;
}