html,body{
	height: 100%; color: #313131;
}
.main{
	height: 100%;
}
.mgt-10{
	margin-top: 10px;
}

/*----------首页----------*/
.index-main{
	background-image: url('/projects/chenhua/admin/img/admin-bg.jpg'); background-size: cover; background-position: center;
}
.login-form{
	width: 440px; height: 280px; position: absolute; left: 50%; margin-left: -220px; top: 50%; margin-top: -140px;
	box-sizing: border-box; padding: 20px; background-color: rgba(0, 0, 0, .6); border-radius: 10px;
}
.login-form-top{
	height: 60px; margin-bottom: 20px;
}
.login-form-top img{
	display: block; float: left; width: 60px; height: 60px;
}
.login-form-info{
	width: 320px; float: right; height: 60px; text-align: center; color: #ffffff;
}
.login-form-title{
	height: 30px; line-height: 30px; font-weight: bold; font-size: 20px; border-bottom: 1px solid #e6e6e6;
}
.login-form-text{
	height: 29px; line-height: 29px; font-size: 16px;
}

/*----------添加----------*/
.page-form{
	width: 900px; margin-left: auto; margin-right: auto; padding-top: 20px; padding-bottom: 30px;
}
.rui-field legend{
	font-size: 14px; color: #FF5722; font-weight: 500;
}
.rui-field legend span{
	font-size: 12px; color: #1E9FFF; font-weight: 500; margin-left: 10px;
}
.layui-field-box a{
	color: #FF5722;
}
.rui-span{
	color: #FF5722; font-size: 12px; font-weight: bold; margin-left: 15px;
}
.rui-imgbox{
	width: 90px; height: 60px; margin-right: 10px; float: left; background-size: contain; background-position: center;
	box-sizing: border-box; border: 1px solid #e6e6e6; background-repeat: no-repeat; margin-bottom: 5px;
	position: relative;
}
.rui-imgbg{
	position: absolute; top: 0; left: 0; right: 0; bottom: 0;
	background-image: url('img/choice.png'); background-size: 30px 30px; background-position: center;
	background-repeat: no-repeat; background-color: rgba(0, 0, 0, .5);
}
#rui-up-back{
	width: 258px; height: 136px; background-size: contain; background-position: center;
	box-sizing: border-box; border: 1px solid #e6e6e6; background-repeat: no-repeat;
	position: relative;
}
#rui-clear-img{
	position: absolute; top: 0; right: 0;
}
.rui-up-back{
	width: 258px; height: 136px; background-size: contain; background-position: center;
	box-sizing: border-box; border: 1px solid #e6e6e6; background-repeat: no-repeat;
	position: relative;
}
.rui-clear-img{
	position: absolute; top: 0; right: 0;
}
.rui-addbar{
	padding-bottom: 5px; text-align: center;
}
.rui-addbar.select{
	border-bottom: 2px solid #009688; color: #009688;
}

/*----------表格----------*/
.table-img{
	width: 100%; height: 100%; background-size: contain; background-position: center; background-repeat: no-repeat;
}
.rui-seeimg{
	width: 300px; height: 200px; background-size: contain; background-position: center; background-repeat: no-repeat;
}

