html {
    height: 100%;
}
body {
    padding: 0;
    margin: 0;
    color: #585858;
    font-size: 14px;
    font-family: "microsoft yahei","微软雅黑";
    background-color: #e7e8eb;
    min-width: 800px;
    height: 100%;
}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html{height: 100%;}

h1, h2, h3, h4, h5, h6, form, div, p, i, img, ul, li, ol, table, tr, td, th, fieldset, label, legend, button, input{margin: 0;padding: 0;}
a{text-decoration: none;color: #00c7bd;}
ul, ol {    list-style: none;}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    padding: 6px 6px;
    text-indent: 1px;
    border: 2px solid #dce4ec;
        border-top-width: 2px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-left-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
 border-color:#1abc9c;
 -webkit-box-shadow:none;
 -moz-box-shadow:none;
 box-shadow:none
}
.wrap {
    box-shadow: 0 0 1px #ccc;
    width: 750px;
    background: #fff;
    border-radius: 3px;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -375px;
		overflow-y: auto;
}
.wrap .section{max-height: 540px;}
.header {
    background: #00c7bd;
    height: 60px;
    position: relative;
    color: #fff;
    border-radius: 3px 3px 0 0;
}
.logo {
    float: left;
    width: auto;
    height: 60px;
    overflow: hidden;
    font-size: 24px;
    line-height: 60px;
    padding: 0 15px;
    margin: 0;
    font-weight: normal;
}
.version {
    float: right;
    margin: 0 20px 0 0;
    height: 100%;
    line-height: 60px;
}
.main{
	padding-top:30px;
}


.footer {
    padding: 0;
    position: fixed;
    bottom: 0;
    line-height: 45px;
    text-align: center;
    left: 0;
    right: 0;
    color: #fff;
    background: #393939;
}

.footer a {
	color: #999;
	text-decoration: none;
}

.bottom {
	padding: 0 0 25px;
}

.agreement {
	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: 0 auto;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 22px;
	outline: none;
}

.version {
	float: right;
	margin: 0 20px 0 0;
	height: 100%;
	line-height: 60px;
}

.logo {
	float: left;
	width: auto;
	height: 60px;
	overflow: hidden;
	font-size: 24px;
	line-height: 60px;
	padding: 0 15px;
	margin: 0;
	font-weight:normal;
}

.step {
	border-bottom: 1px solid #dce1e5;
	background-color: #fff;
}

.step li {
	float: left;
	height: 60px;
	line-height: 60px;
	width: 25%;
	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;
	font-size: 20px;
	color: #fff;
	font-family: 'Microsoft Yahei';
	margin-right: 10px;
	vertical-align: 0;
	background-color: #ddd;
	border-radius: 50%;
	font-style: normal;
}

.step li.current {
	color: #2c3e50;
}

.step li.current em {
	background:#2c3e50;
}

.server {
	padding: 20px 20px 10px 20px;
	clear: both;
	background: #fff;
}

.server table {
	margin-bottom: 20px;
}

.server td {
	padding: 3px 5px;
	
	border-bottom: 1px dashed #ddd;
}
.server .td01{width: 1px;}
.server .td1 {
	color: #2c3e50;
	font-weight: 700;
}

.server .logininput {
	border-width: 1px;
	
	width: 200px;
	margin:0;
}

.server .logininput:hover, .server .logininput:focus {
	outline: none;
}

.gray {
	color: #bbb;
}

.server tr:hover .gray {
	color: #333;
}

.correct.fa{
	color:#1dccaa;
	font-size:16px;
}
.error.fa{
	color:#e95d4e;
	font-size:16px;
}

.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;
}

.install ul {
	line-height: 1.8;
}


.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: 0px;
	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;
}

.question{
	color:#f4a425;
	cursor:pointer;
}

.question:hover{
	color:#D08207;
}

#particles-js {
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(/Install/Tpl/Public/images/bg.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

.btn{
    height: 40px;
    font-size: 18px;
    background-color: #00C7BD;
    border-radius: 5px;
    border: none;
    color: #fff;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
	padding: 0;
	line-height: 40px;
	text-align: center;
	width: 170px;
	display: inline-block;
	margin: 0 20px;
}
.text-center{text-align: center;}
.btnbox{margin-bottom: 20px;}