header{
	position:fixed;
	width:100%;
	left:0;
	top:0;
	z-index: 1111;
	background: #242A37;
}
.banner {
	width: 100%;
	height: 455px;
	background: url(../images/user/banner-user.png) no-repeat center;
	background-size: 100% 100%;
}

.banner-title {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 152px 0 0 0;
}

.search-box {
	display: block;
	width: 539px;
	height: 49px;
	background: #fff;
	border-radius: 5px;
	position: relative;
	padding: 0 15px;
	margin: 41px auto 25px;
}

.search-box input {
	width: 100%;
	height: 100%;
	border: none;
	background: transparent;
	outline: none;
	font-size: 18px;
	color: #747474;
}

.search-box .search-btn {
	position: absolute;
	right: 20px;
	top: 15px;
	width: 20px;
	height: 20px;
	background: url(../images/user/icon_search.png)no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.hot-search-box {
	display: flex;
	font-size: 14px;
	color: #fff;
	margin: 21px 0 0 320px;
}

.hot-search-box .search-tag {
	line-height: 20px;
	text-align: center;
	margin-left: 25px;
	box-sizing: border-box;
	cursor: pointer;
}

.usermenu {
	width: 1200px;
	height: 100px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(10, 16, 126, 0.1);
	border-radius: 10px;
	margin: -50px auto 45px;
}

.usermenu-link {
	display: block;
	width: 25%;
	line-height: 100px;
	font-size: 18px;
	color: #333;
	position: relative;
}

.usermenu-link:after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 50px;
	background: #E8E8E8;
	right: 0;
	top: 22px;
}

.usermenu-link:last-child:after {
	width: 0;
}

.usermenu-icon {
	display: block;
	margin: 25px 18px 0 78px;
}

.main {
	width: 626px;
	margin: -104px 53px 0 53px;
	line-height: 1.5;
	/* padding-top:104px; */
	margin-top: 62px;
}

.postion ,.main .postion{
	width: 100%;
	border-bottom: 1px solid rgba(102, 102, 102, 0.15);
	padding: 13px 0 38px 0;
}
.main .postion{
	margin:0;
	font-size:18px;
	font-weight:bold;
}
.postion a {
	color: #333;
}

.main-title {
	font-size: 24px;
	font-weight: 500;
	color: #2B2B2B;
	margin: 27px 0;
}

.main a {
	color: #2b2b2b;
}

.list {
	margin-top: 114px;
	padding-left: 19px;
	border-left: 1px solid rgba(102, 102, 102, 0.15);
}

.list-title {
	display: inline-block;
	width: 180px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #666;
}

.list-active {
	color: #1A5BFD;
}

.nodata {
	width: 298px;
	text-align: center;
	color: #666;
	font-size: 24px;
	margin: 0 auto;
}

/*更新日志*/
.logs-l {
	width: 25%;
	position: relative;
	padding: 0 30px;
	margin: 27px 0;
}
.logs-r {
	position: relative;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	width: 400px;
}
.logs-r::before {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background: linear-gradient(2deg, rgba(50, 32, 147, 1) 0%, rgba(19, 204, 249, 1) 0%, rgba(22, 87, 246, 1) 100%);
	position: absolute;
	left: -20px;
	right: 0;
	border-radius: 2px;
	bottom: -10px;
	padding-bottom: 24px;
}
.logs-time {
	font-weight: 500;
}
.logs-point {
	display: block;
	width: 15px;
	height: 15px;
	background: url("../images/user/icon_dot.png") no-repeat;
	background-size: auto auto;
	background-size: 100% 100%;
	position: absolute;
	right: 11px;
	top: 18px;
}

.update-logs-con{
	height:auto;
	overflow:hidden;
}
.logs-r-title {
	width: 400px;
	line-height: 28px;
	margin: 27px 0;
	/* text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden; */
	font-size: 22px;
	font-weight: 500;
	color: rgba(43, 43, 43, 1);
}
.logs-edition {
	color: #666;
	line-height: 25px;
}
@media screen and (max-width:1274px) {
	.search-box{
		margin: 21px auto 25px;
		height: 69px;
		line-height:69px;
	}
	.banner-title {
		font-size: 46px;
		 padding: 142px 0 0 0;
	}
	.hot-search-box {
    font-size: 24px;
    margin:0;
    text-align: center;
    margin: 0;
    display: block;
}
	.hot-search-box span{
          display: inline-block;
	}
	.search-tag-box{
		    display: inline-block;
	}
	
	.search-box input {
		font-size: 26px;
	}
	
	.search-box .search-btn {
		top: 10px;
		width: 30px;
		height: 30px;
	}
	.logs-l {
		text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
	}
	.usermenu-link{
		font-size:28px;
	}
}