@charset "utf-8";

/*作者信息*/
.user_lab_title {
	padding-left: 20px;
	height: 120px;
	border-radius: 5px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.user_info {
	float: left;
	font-size: 15px;
	width: 50%;
	margin-left: 30px;
	margin-top: 10px;
	font-size: 15px;
	color: #000;
}

.user_info div {
	height: 30px;
	line-height: 30px;
}

.user_info span {
	color: red;
	margin-right: 50px;
}

.user-content {
	padding: 0px 0px; /* margin-top:50px; */
	font-size: 15px;
	font-weight: 400;
	color: #000;
}

.user_lab {
	margin: 0 10px;
	height: 70px;
	padding-left: 10px;
	line-height: 70px;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	margin-bottom: 3px;
	/* border-bottom: 1px solid #eae8e8; */
	clear: both;
}

.user_tit {
	width: 100px;
	float: left;
}

.user_lab input[type=radio] {
	height: 20px;
	width: 30px;
}

.user_tit img {
	max-width: 100px;
}

.user_val {
	height: 45px;
	display: table-cell;
	vertical-align: bottom;
}

.user_val input[type=text] {
	padding-top: 10px;
	width: 150px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #0F2543;
}

div #info_button {
	width: 100%; 
	border: none;
	outline: none;
	color: white;
	padding: 10px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	background-color: #5d83bd;
}

div #info_button:active {
	background-color: #23a7d2;
}

div #logoff_button {
	width: 95%;
	
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	margin-top:20px;
	cursor: pointer;
	border-radius: 4px;
	background-color: #cb1a0e;
}

div #logoff_button:active {
	background-color: #ff0000;
}