@charset "UTF-8";

/*----------------登录页面-----------------*/

.loginblock {
	background: url(../images/loginimg.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.main .loginBox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 410px;
	height: 330px;
	margin-top: -165px;
	margin-left: -205px;
}

.formBox {
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 6px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.4);
}

.loginbos {
	padding: 20px 40px 50px 50px;
}

.loginicon {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 13px;
	width: 20px;
}

.loginlogo {
	width: 140px;
	margin: 40px 30px 0;
}

.box h3 {
	color: #333;
	font-size: 20px;
	margin: 50px auto 0;
}

.loginlogo img {
	width: 100%;
}

.box input {
	display: block;
	width: 240px;
	height: 30px;
	padding: 3px 6px;
	border-radius: 3px;
	margin-top: 6px;
	background: none;
	border: none;
	color: #333;
	border: 1px solid #eee;
	background-color: rgba(255, 255, 255, 0.5);
}

.main .box .submitBox button {
	width: 254px;
	background: none;
	border: none;
	background-color: #1AA094;
	border-radius: 3px;
	color: #fff;
	padding: 8px 0;
	margin: 10px;
	cursor: pointer;
}

.main .box .submitBox button:hover {
	opacity: 0.9;
}


/*-----------登录页面 end-----------*/


/*-----------公共样式-----------*/

.wrap {
	padding: 16px;
}

.nodata {
	text-align: center;
	height: 100px;
	line-height: 100px;
	display: none;
}

.redrequired {
	color: #ff0000;
	margin-right: 5px;
}

.layui-code,
.layui-upload-list {
	margin: 0;
}

.layui-upload-list {
	width: 200px;
	max-height: 200px;
	overflow: hidden;
	clear: both;
}

.layui-upload-list img {
	width: 100%;
	border-radius: 4px;
}

.layui-table td,
.layui-table th {
	text-align: center;
}

.layui-form-label {
	width: 100px;
}

.imgUrl {
	width: 50px;
	height: 50px;
}

.fansImg {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 5px;
}

#upload {
	float: left;
	margin-right: 10px;
}

#page {
	text-align: center;
}


/*-----------公共样式 end-----------*/


/*-------------弹出框-------------*/

.popupbox {
	width: 100%;
}

.popupbos {
	background-color: #fff;
	width: 100%;
	padding: 16px 26px 16px 16px;
	box-sizing: border-box;
}

.popupbos p {
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 40px;
	color: #666;
}

.popupbos .layui-form-label {
	width: 90px;
	padding: 9px 0;
}

.popupbos .layui-input-block {
	margin-left: 90px;
}


/*-------------弹出框  end-------------*/