﻿* {
	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: -webkit-gradient(linear,right top,left top,color-stop(32%,#069eff),to(#b3eaff));
    background: -webkit-linear-gradient(right,#069eff 32%,#b3eaff 100%);
    background: -o-linear-gradient(right,#069eff 32%,#b3eaff 100%);
    background: linear-gradient(to left,#069eff 32%,#b3eaff 100%);
	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: #069eff;
	color: #FFFFFF;
	border-radius: 5px;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
}

.userTitle {
	height: 200px;
	background:#069eff;
	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: 10px;
	left: 20px;

}
.tohome i{
	font-size: 25px;
}
.tohome   p{
  font-size:13px;
  margin-top: -3px;
}
.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;
}