html{
	display:block;
}
body{
	width: 100%;
    min-height: 100%;
	position:absolute;
}
.head{
	width:100%;
	height:70px;
	background-color:#363636;
}
.layout{
	width:1200px;
	margin:0 auto;
}
.logo{
	float:left;
	margin-top:16px;
}
.logo img{
	width:94px;
	vertical-align:bottom;
	opacity:.7;
}
.logo span{
	font-family:"微软雅黑";
	font-size:24px;
	color:#ADADAD;
	border-left:#ADADAD 2px solid;
	padding-left:15px;
	margin-left:15px;
}
.head .menu{
	float:left;
	height:70px;
	margin-left:60px;
}
.head .menu a,.head .login a{
	color:#AFAFAF;
	font-size:14px;
}
.head .menu ul li{
	float:left;
	line-height:70px;
	margin:0 30px;
}
.head .menu ul li.active a{
	color:#fff;
}
.head .login{
	float:right;
	line-height:70px;
	color:#AFAFAF;
}
.head .login a{
	margin:0 5px;
}
.content{
	padding-bottom:86px;
}
.add-app-btn{
	height:34px;
	width:110px;
	line-height:34px;
	color:#fff;
	font-size:14px;
	text-align:center;
	background-color:#20a53a;
	border-radius:3px;
	cursor:pointer;
	margin:30px 0;
}
.add-app-btn a{
	display:block;
	color:#fff;
}
.data-box .table{
	border: 1px solid #e6e7ec;
	width:100%;
	text-align:left;
	border-collapse:collapse;
}
.data-box .table th{
	background-color:#EBEEF0;
	padding:20px;
	font-size:14px;
	font-weight:normal;
}
.data-box .table td{
	padding:20px;
	font-size:14px;
	border-bottom:#e6e7ec 1px solid;
}
.data-box .table .pic{
	float:left;
	margin-right:20px;
}
.data-box .table .pic img{
	width:70px;
}
.data-box .table .info{
	display:inline-block;
}
.data-box .table .info h3{
	margin-bottom:20px;
	font-weight:normal;
}
.data-box .table .info p{
	color:#666
}

/*创建应用*/
.title{
	height:30px;
	font-size:14px;
	margin-top:30px;
}
.title a{
	color:#20a52a
}
.title .gap{
	margin:0 10px
}

.bt-form{
	padding:30px;
	border:#E6E7EC 1px solid;
}
.line {
	margin-bottom:25px;
}
.line .tname {
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	width: 100px
}

.line .info-r {
	margin-bottom: 5px;
	margin-left: 100px;
	position: relative
}
.tips{
	margin-top:5px;
	color:#999999;
	font-size:14px;
	line-height:22px;
}
.bt-input-text {
	border: 1px solid #E6E6E6;
	width:520px;
	height: 35px;
	line-height: 34px;
	padding-left: 5px;
	border-radius: 2px;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.bt-input-text:focus,
.bt-input-text:active {
	border: #66afe9 1px solid;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.upload-box{
	vertical-align: top;
	display:inline-block;
}
.upload-demo{
	display:inline-block;
	margin-left:40px;
	border-left:#E6E6E6 1px solid;
	padding-left:40px;
}
.upload-demo img{
	width:80px;
}
.upload-demo p{
	color:#999;
	margin-bottom:5px;
}
.bt-submit-line {
	border-top:#E6E6E6 1px solid;
	padding-top:30px;
}
.bt-submit-line .bt-submit{
	margin-left:100px;
}
.bt-submit {
	background-color: #20a53a;
	border-radius: 3px;
	width: 160px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-size:14px;
	cursor: pointer
}
.upload-btn{
	position:relative;
	background-color:#F1F1F1;
	height:30px;
	width:120px;
	text-align:center;
	line-height:30px;
	border:#E6E7EC 1px solid;
	border-radius:3px;
	font-size:14px;
	margin-top:10px;
}
.upload-btn input{
	position:absolute;
	top:0;
	left:0;
	width:120px;
	height:30px;
	opacity:0;
}
/*详情*/
.info-box {
    border: 1px solid #E6E6E6;
}
.info-box h3{
	font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 44px;
    background-color: #ebebeb;
    padding: 0 32px;
}
.info-box h3 a{
	float:right;
	font-size:13px;
}
.info-list {
    padding: 20px 32px;
}
.info-item {
    overflow: hidden;
    margin-bottom: 20px;
	font-size:14px;
}
.info-item:last-child{
	margin-bottom:0;
}
.info-item .tname{
	float:left;
	width:180px;
}
.info-content img{
	width:30px;
}
.check-status-box{
	border:#E6E6E6 1px solid;
	padding:30px;
	height:70px;
	position:relative;
}
.check-status-box .pic{
	float:left;
	margin-right:20px;
}
.check-status-box .pic img{
	width:70px;
}
.check-status{
	font-size:14px;
}
.check-status .app-name{
	margin-bottom:30px;
}
.app-des{
	color:#999;
}
.app-check-status{
	position: absolute;
    top: 30px;
	right:30px;
    width: 100px;
	text-align:center;
	background-color:#f24d4d;
	color:#fff;
	font-size:14px;
	height:32px;
	line-height:32px;
	border-radius:3px;
	cursor:pointer;
}

.version-warp .table{
	width:100%;
	font-size:14px;
	border-collapse:collapse;
}
.version-warp .table th{
	padding:0 20px;
	line-height:46px;
	font-weight:normal;
	text-align:left;
	color:#666;
}
.version-warp .table td{
	padding:15px 20px;
	border-bottom:#e6e7ec 1px solid;
}
.version-body tr:last-child td{
	border-bottom:none;
}

.footer{
	border-top:#e6e7ec 1px solid;
	margin-top:30px;
	padding-bottom:40px;
	padding-top:30px;
	width:1200px;
	position:absolute;
	bottom:0;
}
.footer p{
	text-align:center;
	color:#999;
}
/*首页底部*/
.btfooter{
	background-color:#333333;
	width:100%;
	text-align:center;
}
.btfooter .copyright {
    font-size: 13px;
    padding: 20px 0;
    text-align: center;
	color: #aaa;
  	line-height:30px;
}
.flink a{
	margin: 0 7px;
	color:#666;
}
.btfooter .copyright a{
	color: #aaa;
}
.btfooter .copyright a:hover, .flink a:hover{
	color: #37a12b;
}

.footer_nav{
	padding-bottom: 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid #555;
}
.nav_groud{
	padding-top: 30px;
	height:150px;
}
.nav_list{
	width: 220px;
	float: left;
}
.nav_list .item{
	font-size: 16px;
	color: #fff;
	text-align: left;
	margin-bottom: 15px
}
.nav_list li{
	font-size: 14px;
	margin-bottom: 10px;
	text-align: left;
}
.nav_list li a:hover{
	color: #ececec;
}
.nav_list li a,
.nav_list li span{
	color: #bbb;
}
.nav_logo{
	width: 300px;
	box-sizing: border-box; 
	text-align: center;
	float:right;
}
.nav_logo img{
	width: 90px;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
.nav_logo span{
	font-size: 16px;
	color: #bbb;
	display: block;
}

.el-alert {
	box-sizing: border-box;
	border-radius: 4px;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	opacity: 1;
	display: flex;
	align-items: center;
	transition: opacity .2s;
	margin: 15px;
	padding: 17px;
	line-height: 20px;
}
.el-alert-warning {
	background-color: #fdf6ec;
	color: #e6a23c;
}

.flex{
	display: flex;
}
.items-center{
	align-items: center;
}


.el-breadcrumb:after, .el-breadcrumb:before, .el-button-group:after, .el-button-group:before, .el-form-item:after, .el-form-item:before, .el-form-item__content:after, .el-form-item__content:before { display: table; content: ""; }
.el-form-item__content:after { clear: both; }
.el-form-item:after { clear: both; }
.el-form-item.is-required .el-form-item__label:before { content: '*'; color: #ff4949; margin-right: 4px; }
.el-form-item__label { text-align: right; vertical-align: middle; float: left; font-size: 14px; color: #485c6a; line-height: 1; padding: 11px 12px 11px 0; box-sizing: border-box; }
.el-form-item__content {position: relative; font-size: 14px; }
.el-input { position: relative; font-size: 14px; display: inline-block; width: 100%; }
.el-input.is-disabled .el-input__inner { background-color: #eef2f6; border-color: #d1dde5; color: #bbb; cursor: not-allowed; }
.el-input.is-disabled .el-input__inner::-webkit-input-placeholder { color: #bfcfd9; }
.el-input.is-disabled .el-input__inner::-moz-placeholder { color: #bfcfd9; }
.el-input.is-disabled .el-input__inner:-ms-input-placeholder { color: #bfcfd9; }
.el-input.is-disabled .el-input__inner::placeholder { color: #bfcfd9; }
.el-input.is-active .el-input__inner { outline: 0; border-color: #00aaee; }
.el-input__inner { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: #fff; background-image: none; border-radius: 4px; border: 1px solid #bfcfd9; box-sizing: border-box; color: #1f313d; display: block; font-size: inherit; height: 36px; line-height: 1; outline: 0; padding: 3px 10px; transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); width: 100%; }
.el-input__inner::-webkit-input-placeholder { color: #97adbe; }
.el-input__inner::-moz-placeholder { color: #97adbe; }
.el-input__inner:-ms-input-placeholder { color: #97adbe; }
.el-input__inner::placeholder { color: #97adbe; }
.el-input__inner:hover { border-color: #2ac348; }
.el-input__inner:focus { outline: 0; border-color: #2ac348; }
.el-form-item.is-required .el-form-item__label:before { content: '*'; color: #ff4949; margin-right: 4px; }
.el-form-item__error { color: #ff4949; font-size: 12px; line-height: 1; padding-top: 4px; position: absolute; top: 100%; left: 0; }
.el-input-group { line-height: normal; display: inline-table; width: 100%; border-collapse: separate; }
.el-input-group > .el-input__inner { vertical-align: middle; display: table-cell; }
.el-input-group__append, .el-input-group__prepend { background-color: #fafdff; color: #97adbe; vertical-align: middle; display: table-cell; position: relative; border: 1px solid #bfcfd9; border-radius: 4px; padding: 0 10px; width: 1%; white-space: nowrap; }
.el-input-group--prepend .el-input__inner, .el-input-group__append { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.el-input-group--append .el-input__inner, .el-input-group__prepend { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.el-input-group__append .el-button, .el-input-group__append .el-select, .el-input-group__prepend .el-button, .el-input-group__prepend .el-select { display: block; margin: -10px; }
.el-input-group__append .el-button, .el-input-group__append .el-select .el-input__inner, .el-input-group__append .el-select:hover .el-input__inner, .el-input-group__prepend .el-button, .el-input-group__prepend .el-select .el-input__inner, .el-input-group__prepend .el-select:hover .el-input__inner { border-color: transparent; background-color: transparent; color: inherit; border-top: 0; border-bottom: 0; }
.el-input-group__append .el-button, .el-input-group__append .el-input, .el-input-group__prepend .el-button, .el-input-group__prepend .el-input { font-size: inherit; }
.w-100 { width: 100%; }
.el-button--primary { color: #fff; border: none; border-radius: 2px;}
.el-button--primary:active { outline: 0; }
.el-button--primary.is-plain { background: #fff; border: 1px solid #bfcfd9; color: #1f313d; }
.el-button--primary.is-plain:focus, .el-button--primary.is-plain:hover { background: #fff; border-color: #00aaee; color: #00aaee; }
.el-button--primary.is-plain:active { background: #fff; border-color: #0099d6; color: #0099d6; outline: 0; }