.user-index {
	/*width: 100vw;*/
	height: 690px;
	background: url('../img/yhqt.jpg') no-repeat;
	background-position: center top;
}

.user-container {
	width: 1200px;
	margin: 0 auto;
}

.user-login {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 110px;
}

.user-login h1 {
	font-size: 48px;
	font-weight: bold;
	color: #0270C4;
	position: relative;
	padding: 13px 0;
}

.user-login h1::before {
	content: '';
	width: 186px;
	height: 5px;
	background: #2C98EE;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -93px;
}
.input-style{
	width: 337px;
	height: 39px;
	background: #FFFFFF;
	margin-top: 5px;
	padding: 5px;
}
.input-style input{
	width: 100%;
	line-height:39px;
	border:none;
	outline: none;
	display: inline-block;
	height: 39px;
}
.input-style .get-code{
	font-size: 16px;
	color: #EB2100;
	width: 30%;
	border: none;
	text-align: center;
	background: none;
	border-left: #eee solid 1px;

}
.user-login-btn{
	width: 347px;
	height:49px;
	background: #0598E4;
	color: #fff;
	display: block;
	border: none;
	margin-top: 25px;
}
.user-top-nav{
	overflow: hidden;
	list-style-type: none;
}
.user-top-nav li{
	 float: left;
		font-size: 16px;
		color: #142F65;

}
.user-info{
	display: flex;
	justify-content: space-between;
}
.user-info-l{
	width: 217px;
	border-top: #0598E4 solid 3px;
	background-color: #F7F8FA;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.user-portrait{
	width: 98px;
	height: 98px;
	border-radius: 98px;
	overflow: hidden;
	margin-top: 32px;
	margin-bottom: 25px;
}
.user-portrait img{
	width: 98px;
	height: 98px;
}
.user-info-l h2{
	color: #0377C9;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.user-info-r{
	width: 957px;
	border: 1px solid #E8E8E8;
	padding: 5px;
}
.user-info-item{
	width: 80%;
	font-size: 14px;
	color:#142F65;
	display: inline-flex;
	align-items: center;
	margin-top: 10px;
}
.user-info-item img{
	width: 22px;
	height: 20px;
	margin-right:10px;
}
.user-menu{
	width: 100%;
	margin-top: 35px;
}
.user-menu-item{
	font-size: 18px;
	color: #142F65;
	width: 100%;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}
.user-menu-item.active{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0598E4;
}
.change-info{
	padding:40px 70px;
}
.change-info-item{
	display: flex;
	margin-bottom: 50px;
}
.change-info-item-l{
	width:10%;
	font-size: 14px;
	color: #565656;
}
.change-info-item-r{
	width: 80%;
}
.upload-img{
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 80px;
	height: 80px;
}
.upload-img input{
	width: 100%;
	height: 100%;
}
.change-nickname input{
	width: 301px;
	height: 34px;
	border: 1px solid #E8E8E8;
	outline: none;
	padding:0 10px;
}
.change-btn{
	width: 134px;
	height: 40px;
	line-height: 40px;
	background: #FF6200;
	font-size: 16px;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
}
.isrequired{
	position: relative;
}
.isrequired:before{
	content: '*';
	color: #EB2100;
	left: -10px;
	position: absolute;
}
.user-comment-item{
	display: flex;
}
.user-comment-header{
	background: #0598E4;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}
.conmment-body .user-comment-item>div{
	padding:20px 5px;
}
.comment-l{
	width: 30%;
}
.comment-m{
	width: 50%;
}
.comment-r{
	width: 20%;
}
.conmment-body{
	font-size: 14px;
	color: #3E3E3E;
}
.conmment-body>.user-comment-item:nth-child(even){
	background-color:#F7F8FA;
}
ul{
	list-style: none;
}
.page-nav ul{
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
}
.page-nav ul li{
	display: block;
	margin: 0 1px;
	background-color: #F0EEEF;
	border-radius: 5px;
	padding:5px 8px;
	font-size: 14px;
	margin-left:5px;
}
.page-nav ul li.active{
	color: #fff;
	background-color: #0598E4;
}
.commont-more{
	color: #0270C4;
	text-align:center;
	cursor: pointer;
	padding:5px;
	border-radius: 5px;
	border: #0270C4 solid 1px;
	margin-top: 20px;
}