﻿* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body,
html {
	background-color: #f8f8f8;
	height: 100%;
}

.app {
	height: 100%;
	background-color: #FFFFFF;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABYCAIAAAC79grhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplZWM4MGM2OC1iODQyLTNiNGEtODdlYi05YjIxOGZmZDM1YzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDA1M0YwRENGOTI2MTFFOEFFOEJDQjU2M0REN0ZDOTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDA1M0YwREJGOTI2MTFFOEFFOEJDQjU2M0REN0ZDOTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMDMwNjBjYi00NzY2LTI0NGEtYjMxZi01ZTFlM2U1OWFkOTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ZWVjODBjNjgtYjg0Mi0zYjRhLTg3ZWItOWIyMThmZmQzNWM0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+72RpLgAAAF1JREFUeNp0UEEOwCAMIjx6r9kv9or9aQkzKpPM9EBokaKWz3mQ90UADRosUFFbV68npOYZ7FnZq71Przpr3aM880zmz6x/LurcxdbDV/3B78wMhPbtA9tuCrwCDADmElbqxl9pGQAAAABJRU5ErkJggg==);

    background-size: 100% 100%;
    background-repeat: no-repeat;
	z-index: 10002;
	text-align: center;
	display: flex;
	justify-content: space-between;
	max-width: 800px;
	right: 0;
	margin: 0 auto;
	padding: 0 15px;
}

.header>div {
	font-size: 18px;
	color: #ffffff;
	flex: 1 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header>div:first-child {
	justify-content: flex-start;
	font-size: 16px;
}
.header a{
	color: #FFFFFF;
}
.header>div:first-child i{
	font-size: 24px;
	font-weight: 400;
}
.header>div:last-child{
	justify-content: flex-end;
}
.header>div:last-child i{
	font-size: 21px;
}
.logo {
	width: 20%;
	max-width: 100px;
	margin: 0 auto;
}

.content {
	padding-top: 60px;
	text-align: center;
}

.loginbox {
	width: 80%;
	max-width: 650px;
	margin: 0 auto;
	padding-top: 20px;
}

button,
input {
	overflow: visible;
}

.loginbox input,
.contnetBox input,
.search_input  input{
	color: #555;
	font-size: 16px;
	line-height: 40px;
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	color: #323233;
	text-align: left;
	background-color: transparent;
	border: 0;
	resize: none;

}

button,
input,
select,
textarea {
	outline: none;
}

.listItem {
	height: 40px;
	position: relative;
	margin-top: 20px;
}

.listItem:after {
	position: absolute;
	box-sizing: border-box;
	content: " ";
	pointer-events: none;
	right: 0px;
	bottom: 0;
	left: 0px;
	border-bottom: 1px solid #bcbcbc;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
}

.toreg {
	height: 50px;
	text-align: right;
	line-height: 50px;

}

.toreg a {
	color: cornflowerblue;
	font-size: 14px;
}

a {
	text-decoration: none;
}

input[type="submit"] {
	width: 80% !important;
	background: #f35317;
	color: #FFFFFF;
	border-radius: 5px;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
}

.userTitle {
	height: 200px;
	background: #f35317;
	display: flex;
	justify-content: center;
	align-items: center;
}

.userimg {
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
}

.userTitle a {
	color: #FFFFFF;
	font-size: 18px;
}

.usercontent .item {
	height: 50px;
	background: #FFFFFF;
	border-bottom: 1px solid #BCBCBC;
	display: flex;
	align-items: center;
	padding-left: 10px;
	color: #555555;
	justify-content: space-between;
}

.usercontent .item span {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

.usercontent .item:first-child i {
	font-size: 22px;
}

.usercontent .item i {
	font-size: 20px;
	margin-right: 10px;
}

.usercontent .item i:last-child {
	font-size: 17px;
}

.itemlist {
	margin-top: 10px;
}

.usercontent .item a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	color: #555555;
}

.contnetBox {
	padding-top: 60px;
}

.title {
	height: 40px;
	max-width: 400px;
	position: relative;
	margin:0 20px;
	padding: 0 5px;
	border-radius: 5px;
	display: flex;
}
.title>div:first-child,.column>div:first-child{
	width: 100px;
	display: flex;
	align-items: center;
}

.title:after,.column::after {
	position: absolute;
	box-sizing: border-box;
	content: " ";
	pointer-events: none;
	right: 0px;
	bottom: 0;
	left: 0px;
	border-bottom: 2px solid #bcbcbc;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
}

.articlecontent {
	padding: 20px;
}

.articlecontent textarea {
	width: 100%;
	min-height: 300px;
	padding: 10px;
}

.article_title {
	height: 30px;
	padding: 0 5px;
}

.collItem {
	position: relative;
	background: #FFFFFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 10px;
	color: #555555;
}

.collItem::after,.searchItem::after {
	position: absolute;
	box-sizing: border-box;
	content: " ";
	pointer-events: none;
	right: 0px;
	bottom: 0;
	left: 0px;
	border-bottom: 1px solid #bcbcbc;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
}

.collItem:last-child {
	border: none;
}

.collItem>div:first-child {
	height: 100%;
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 16px;

}

.collItem>div:last-child {
	width: 50px;
	display: flex;
	justify-content: flex-end;
}

.collItem>div:last-child a {
	font-size: 16px;
	font-weight: 400;
	height: 100%;
	align-items: center;
	color: #555555;
	margin-right: 10px;
}

.collItem>a {
	font-size: 16px;
	font-weight: bold;
	min-width: 80px;
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #F13131 !important;
}

.collItem a {
	color: #555555;
}

.shortcut {
	display: flex;
	justify-content: flex-end;
	background: #F8F8F8;
	padding: 10px 0;
}

.shortcut a {
	padding: 2px 5px;
	border-radius: 5px;
	border: 1px solid #323233;
	margin-right: 10px;
}

.shortcut a:first-child {
	color: #6495ED;
	border: 1px solid #6495ED;
}

.shortcut a:last-child {
	color: #F13131;
	border: 1px solid #F13131;
}

.handle a:first-child {
	color: #6495ED;
}

.handle a:last-child {
	color: #F13131;
}

.plItem {
	text-align: left;
	padding: 5px;
	position: relative;
	margin: 0 10px 10px 10px;
	background: #FFFFFF;
	border-radius: 10px;

}

.plItem>div {
	margin-top: 10px;
}

.plinfo {
	padding: 0 30px;
	color: #555555;
	font-size: 14px;
}

.plinfo {}

.handle {
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.handle a {
	margin-right: 10px;


}

.usrname {
	padding-left: 10px;
}

.page {
	display: flex;
	height: 50px;
	justify-content: flex-end;
	background: #FFFFFF;
}

.page div {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-right: 20px;
}

.page div a {
	padding: 2px 5px;
	border: 1px solid #F13131;
	border-radius: 5px;
	color: #F13131;
}

.portrait img {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	/* box-shadow:0px 0px  5px 1px #555555; */
}
.sjportrait a{
	color: #F13131 ;
}
.sjportrait {
	color: #F13131;
	border: 1px solid #F13131;
	width: 80px;
	margin: 10px auto;
	border-radius: 10px;
	font-size: 14px;
}
.tohome{
	position: absolute;
	top: 15px;
	left: 20px;

}
.toperv{
position: absolute;
	top: 10px;
right: 10px;


}
.toperv p,.tohome  p{
font-size:13px;
margin-top: -3px;
}
.tohome i{
	font-size: 25px;
}
.searchBox{
	width: 100%;
	padding: 10px 10px;
	height: 65px;
	display: flex;
	align-items: center;
	background-color: #f5f5f9;

}
.search{
	width: 100%;
	display: flex;
}
.search_input{
	height:40px ;
	width: 100%;
	border-radius: 20px;
	background: #FFFFFF;
	padding-left: 20px;
	display: flex;
	justify-content: space-between;
}
.search_input  input{
	height: 100%;
	width: 100%;
}
.search button{
	border: none;
	background-color:#FFFFFF;
	margin-right: 20px;
}
.search button i{
	font-size: 20px;
	color: #07c160;
}
.searchItem{
	position: relative;
}
.searchItem a{
	display: flex;
	padding:  15px 15px;
	position: relative;
	justify-content: space-between;
	align-items: center;
	color: #333;
	
}
.searchItem .articletime{
	font-size: 13px;
	color: #555555;
	min-width: 100px;
	
}
.articleTite{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.notList{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 400px;
}
.notList img{
	width: 100px;
}
.column{
	max-width:400px;
	margin:0 20px;
	padding: 0 5px;
	position: relative;
	margin-bottom: 10px;
	display: flex;
}

.column select{
	width: 100%;
	height: 40px;
	border: none;
	color: #555555;
	font-size: 16px;
}

.column select option{
	background: #07C160;
}