html,
body {
	color: #9aa0ae;
	overflow-x: hidden;
}

body {
}
.vague{
	filter: blur(15px);
}

body{
	background: #25272b url(/resources/player/background-19.png) repeat center center;
}

.mainBG{
	background-image: url(/resources/imgs/bg/body.jpg);
	background-repeat: repeat;
	background-position: 0 0;
}
.bodyBG{
	background-image: url(../imgs/body_base_bg.png);
	background-repeat: repeat;
	background-position: 0 0;
}
.boxBG{
	background-image: url(../imgs/box_base_bg.png);
	background-repeat: repeat;
	background-position: 0 0;
}
.itemBG{
	background-image: url(../imgs/bg.webp)!important;
	background-repeat: repeat;
	background-position: 0 0;
}

/*
	TOP_FRAME
*/
.top-frame{
	background: rgba(29,34,44, .75) url(/resources/imgs/bg/navbar.jpg) repeat;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100vw;
	height: 53px;
	padding: 0 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(0,0,0,0.5);
}

.top-frame .top-frame-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 53px;
}

.top-frame .top-nav {
	display: none;
	height: 15px;
	width: 25px;
	margin: 0 25px 0 15px;
	cursor: pointer;
	position: relative;
}

.top-frame .top-nav::before,
.top-frame .top-nav::after,
.top-frame .top-nav span.m {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #999999;
	transition: all .2s;
}

.top-frame .top-nav::after {
	top: 6px;
}

.top-frame .top-nav span.m {
	top: 12px;
}

.top-frame .top-nav:hover::before,
.top-frame .top-nav:hover::after,
.top-frame .top-nav:hover span.m {
	background-color: #000000;
}

.top-frame .top-nav:hover::before {
	top: 6px;
}

.top-frame .top-nav:hover::after {
	top: 12px;
}

.top-frame .top-nav:hover span.m {
	top: 0;
}

.top-frame .search-btn {
	display: inline !important;
}

.top-frame .search {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	background-color: rgba(29,34,44, .95);
	padding: 35px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.top-frame .search .input-outer{
	border-color: #2c3443!important;
	background-color: #2c3443!important;
}
.top-frame .search .input-outer.active {
	border-color: #3e4b5f !important;
	background-color: #3e4b5f!important;
}
.top-frame .search .input-outer .input, .top-frame .search .input-outer .btn.btn-a-link{
	background-color: transparent!important;
	color: #b3beca!important;
	font-family: "ROBOTO";
}

.top-frame .search .search-record h3{
	font-size: 14px;
	font-weight: lighter;
	text-shadow: 2px 2px 0 rgba(0,0,0,1);
}

@media (max-width: 992px) {
	.top-frame .search {
		width: 100%;
	}
}

/*
.top-frame .search {
	position: relative;
	display: block;
	min-width: 300px;
}

*/

.top-frame .logo{
	text-decoration: none;
	user-select: none;
	opacity: .9;
	transition: opacity .1s;
}
.top-frame .logo:hover{
	opacity: 1;
}
.top-frame .logo img{
	height: 20px;
}
.top-frame .logo span{
	color: #fff;
	white-space: nowrap;
	margin-left: 10px;
	font-size: 14px;
	font-weight: lighter;
	font-family: "Anton";
}

.top-frame .top-user {
	height: 35px;
}

.top-frame .top-user .publis-subject,
.top-frame .top-user .new-notice,
.top-frame .search-btn {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	color: #000000;
	text-align: center;
	cursor: pointer;
	transition: all .2s ease;
}

.top-frame .top-user .publis-subject:hover {
	font-size: 24px;
}

.top-frame .search-btn {
	color: #FFFFFF;
}

.top-frame .search-btn:hover {
	color: #0099FF;
}

.top-frame .top-user img.avatar {
	width: 35px;
	height: 35px;
	border-radius: 0;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}

.top-frame .top-user .hovermenu {
	padding: 20px 30px;
	border-radius: 0;
}

.top-frame .top-user .hovermenu .item {
	position: relative;
	display: block;
	white-space: nowrap;
	color: #333333;
	font-size: 14px;
	margin-left: 0;
}

.top-frame .top-user .hovermenu .item:hover {
	color: #0099FF;
	text-decoration: none;
}

.top-frame .top-user .hovermenu .item:not(:first-child) {
	margin-top: 15px;
}
.top-frame .nav-menu{
	height: 53px;
}
.top-frame .nav-menu .hovermenu-toggle{
	padding: 0 15px;
	margin-left: 5px;
}
.top-frame .nav-menu>a, .top-frame .nav-menu .hovermenu-toggle>a{
	height: 53px;
	line-height: 53px;
	font-size: 12px;
	white-space: nowrap;
}
.top-frame .nav-menu .hovermenu-toggle>a{
	color: #ffba00;
}
.top-frame .nav-menu .hovermenu-toggle.i-active{
	background: #000;
}


.top-frame .nav-menu .hovermenu{
	background: #000;
	border-radius: 0;
	border: none;
}
.top-frame .nav-menu .hovermenu::after{
	display: none;
}
.top-frame .nav-menu .hovermenu .all-category{
	padding: 15px;
}
.top-frame .nav-menu .hovermenu .all-category a{
	display: block;
	white-space: nowrap;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	user-select: none;
}
.top-frame .nav-menu .hovermenu .all-category a:hover{
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 5px;
}
.top-frame .nav-menu .hovermenu .all-category a.active{
	color: #f7cc31;
}
.top-frame .nav-menu .hovermenu .all-category a.no-link,
.top-frame .nav-menu .hovermenu .all-category a.no-link:hover,
.top-frame .nav-menu .hovermenu .all-category a.no-link.active{
	background-color: transparent;
	cursor: default;
	color: #70a1b1;
}

.left-frame{
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 200px;
	height: calc(100vh - 50px);
	margin-top: 50px;
	background-color: rgba(37,39,43, .75);
	overflow-x: hidden;
	overflow-y: scroll;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	padding-bottom: 50px;
}
.left-frame.on{
	left: 0!important;
}

.left-frame a{
	display: block;
	font-weight: 400;
	color: #E0E0E0;
	cursor: pointer;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3), 0 0 3px rgba(255, 255, 255, 0.1);
	transition: all .2s;
}
.left-frame a:hover{
	color: #FFFFFF;
}

.left-frame .menu a{
	font-size: 15px;
}
.left-frame .menu a.active{
	color: #f7cc31;
}

.left-frame .column{
	margin-top: 15px;
}
.left-frame .column ul{
	padding-left: 15px;
}
.left-frame .column>ul{
	padding-left: 0;
}
.left-frame .column ul li{
	position: relative;
	height: 30px;
}
.left-frame .column ul li a{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	font-weight: lighter;
	padding: 0 10px;
}
.left-frame .column ul li a:hover{
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	text-decoration: none;
}
.left-frame .column ul li.active{
	background-color: rgba(0, 0, 0, 0.2);
}
.left-frame .column ul li.active::before{
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 3px;
	height: 14px;
	background-color: #f7cc31;
}

.main-frame{
	width: 100vw;
	height: auto;
	padding-top: 70px;
}

.content-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
}

.content-main{
	position: relative;
	max-width: 100%;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-height: calc(100vh - 130px);
	padding-bottom: 180px;
	overflow: hidden;
}
.content-main.on{
	margin-right: 15px;
}

.comments-wrap{
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	width: 30%;
	max-width: 30%;
	min-width: 400px;
	height: calc(100vh - 130px);
	background-color: rgba(29,34,44, .6);
	border: solid 1px #2c3443;
}
.comments-wrap.on{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.comments-wrap .comments-window{
	width: 100%;
	height: calc(100% - 160px);
	overflow: auto;
	padding: 15px;
}
.comments-wrap .comments-window .item .contents{
	font-size: 14px;
	line-height: 1.8em;
	margin-top: 15px;
	color: rgba(255,255,255,.6);
	white-space: normal;
	word-break: break-word;
}
.comments-wrap .comments-window .item .contents img{
	height: 30px;
	margin: 0!important;
	vertical-align: middle;
}
.comments-wrap .comments-window .item:not(:first-child){
	margin-top: 15px;
}

.comments-wrap .comments-editor{
	height: 120px;
	background: #FFF;
}

.comments-wrap .comments-header, .comments-wrap .side-header{
	height: 40px;
	background: url(/resources/imgs/bg/navbar.jpg) repeat 0 -1px;
	border-bottom: solid 1px #323e53;
}
.comments-wrap .right-side{
	display: none;
	height: 100%;
}
.comments-wrap .right-side .side-window{
	width: 100%;
	height: calc(100% - 40px);
	overflow: auto;
	padding: 15px;
}
.comments-wrap .right-side .side-window .col-6{
	margin-bottom: 15px;
}

.elements-mask{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	z-index: 1004;
}
.elements-mask.on{
	display: block;
}

.content-main .infos{
	position: absolute;
	width: 100%;
	background-color: rgba(67, 66, 65, 1);
	background: url(/resources/imgs/bg/footbg.jpg);
	height: 150px;
	z-index: 5;
	left: 0;
	bottom: 0;
	border-top: solid 1px #2c3443;
}
.content-main .infos *{
	color: rgba(255, 255, 255, 0.75);
}


@media (max-width: 1920px) {
	.post-list .post-item{
		-ms-flex: 0 0 20%!important;
		flex: 0 0 20%!important;
		max-width: 20%!important;
	}
}
@media (max-width: 1360px) {
	.post-list .post-item{
		-ms-flex: 0 0 25%!important;
		flex: 0 0 25%!important;
		max-width: 25%!important;
	}
}
@media (max-width: 1280px) {
	.masonry{
		columns: 3;
	}
	.top-frame .top-nav{
		display: inline;
	}
	.left-frame{
		left: -100%;
	}
	.outer-inner{
		max-width: 100%;
	}
	.top-frame .top-nav::before{
		top: 0;
		transform: rotate(0deg);
	}
	.top-frame .top-nav::after{
		top: 6px;
		transform: rotate(0deg);
	}
	.top-frame .top-nav span.m{
		top: 12px;
		transform: rotate(0deg);
	}
}

@media (max-width: 992px) {
	.masonry{
		columns: 2;
		padding: 0 15px;
	}
	.left-frame{
		left: -100%;
	}
	.main-frame{
		padding-left: 0;
	}
	.outer-inner{
		max-width: 100%;
	}
	
	.outer-inner.np{
		padding: 0;
	}
	
	.content-wrap{
		margin-top: 0;
	}
	.content-main{
		margin-right: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.comments-wrap{
		z-index: 1010;
		position: fixed;
		max-width: 100vw;
		min-width: 100vw;
		width: 100%;
		height: 85vh;
		top: -100%;
		right: 0;
		border-style: solid none none none;
	}
	.comments-wrap.on{
		top: 0vh;
		right: 0;
		margin: 0!important;
	}
}
@media (max-width: 768px) {
	.masonry{
		columns: 1;
		padding: 0 15px;
	}
	.post-list .post-item{
		-ms-flex: 0 0 33.333333%!important;
		flex: 0 0 33.333333%!important;
		max-width: 33.333333%!important;
	}
}

@media (max-width: 576px) {
	.post-list .post-item{
		-ms-flex: 0 0 50%!important;
		flex: 0 0 50%!important;
		max-width: 50%!important;
	}
}


/* POST LIST */
.post-list{}
.post-list .box-generic{
	height: 100%;
}
.post-list a{
	color: #999999;
}
.post-list a:hover{
	color: #333333;
	text-decoration: none;
}
.post-list .post-item{
	margin: 15px 0;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666666%;
	flex: 0 0 16.666666%;
	max-width: 16.666666%;
	min-width: 150px;
}
.post-list .post-item .box-wrap.content-main{
	transition: all .2s;
}
.post-list .post-item:hover .box-wrap.content-main{
	box-shadow:  0 0 0 3px rgba(255, 109, 45, 0.4);
}

footer.footer{
	padding: 50px 0;
	border-top: solid 1px rgba(0, 0, 0, 0.3);
}
footer.footer .logo{
	text-decoration: none;
	user-select: none;
	opacity: .7;
	transition: opacity .1s;
}
footer.footer .logo:hover{
	opacity: 1;
}
footer.footer .logo img{
	height: 24px;
}
footer.footer .logo span{
	color: #000000;
	white-space: nowrap;
	margin-left: 10px;
	font-size: 18px;
	font-weight: lighter;
	transform: skew(-10deg, 0);
}

.pagination .page-item:not(:first-child) {
    margin-left: -1px;
}
.pagination .page-item .page-link{
	padding: 0 8px;
}


/*
	GM EDITOR
*/
.gm-editor{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}
.gm-editor.mini{
	height: 120px;
}
.gm-editor .editor-emoji{
	display: none;
	position: absolute;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-height: 150px;
	background-color: #FFFFFF;
	left: 0;
	bottom: 100%;
	padding: 15px;
	overflow: auto;
	user-select: none;
	border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.gm-editor .editor-emoji.on{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.gm-editor .editor-emoji span{
	margin: 1px;
}
.gm-editor .editor-emoji span:hover{
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.gm-editor .editor-emoji span img{
	cursor: pointer;
	width: 30px;
	transition: all .1s;
}
.gm-editor .editor-btn-smile{
	background-color: #1a73e8;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: 700;
	padding: 0 15px;
}
.gm-editor .editor-btn-smile:hover, .gm-editor .editor-btn-smile.on{
	background-color: rgba(0, 0, 0, 1);
	color: #FFFFFF;
}


.gm-editor .editor-tools{
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	background-color: rgba(44, 51, 67, 1.0);
}
.gm-editor .editor-tools .input-outer{
	width: 100%;
	background-color: transparent;
	border: none!important;
	height: 28px;
}
.gm-editor .editor-tools .input-outer span{
	white-space: nowrap;
}
.gm-editor .editor-tools .input-outer input{
	height: 100%;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.55);
	min-height: auto;
	padding: 0 5px;
	font-family: "ROBOTO";
	font-size: 14px!important;
	color: #1a73e8;
}
.gm-editor .editor-tools .input-outer input:hover, .gm-editor .editor-tools .input-outer input:hover:active, .gm-editor .editor-tools .input-outer input:focus{
	background-color: rgba(255, 255, 255, 1);
}
.gm-editor .editor-tools .input-outer img{
	min-width: 65px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
}
.gm-editor.mini .editor-area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
}
.gm-editor .editor-area .editor-input{
	outline: none;
	resize: none;
	background-color: rgba(255, 255, 255, 1);
	border: none;
	width: 100%;
	padding: 15px;
	font-family: "Roboto", "OS","AE", "Helvetica Neue", "sans-serif", "Arial", "Microsoft YaHei", "PingFangSC-Regular", "\5fae\8f6f\96c5\9ed1", -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 13px;
	color: #333333;
	line-height: 1.5em;
}
.gm-editor.mini .editor-area .editor-input{
	height: 80px;
}

.gm-editor .editor-send{
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	white-space: nowrap;
	color: #FFFFFF;
	background-color: #f7cc31;
	background-image: none;
	border-radius: 0;
	padding: 0 15px;
	user-select: none;
	transition: background-color .2s;
	border: none;
}
.gm-editor .editor-send:hover{
	text-decoration: none;
	background-color: rgba(150, 60, 180, 1);
	color: #FFFFFF;
}
.gm-editor .editor-send:focus, .gm-editor .editor-send:active{
	background-color: #000000;
}



fieldset{
	position: relative;
	border: solid 1px #2c3443;
	border-radius: 0;
}
fieldset legend{
	margin-left: 15px;
	padding: 10px;
	font-size: 14px;
}

.post-tags{
	padding: 15px;
	background-color: rgba(29,34,44, .35);
}
.prev-next{
	padding: 15px;
	background-color: rgba(29,34,44, .35);
}
.prev-next, .prev-next .prev, .prev-next .prev *, .prev-next .next, .prev-next .next *{
	font-size: 16px;
}
.prev-next .next{
	margin-top: 30px;
	text-align: right;
}
.prev-next .prev, .prev-next .next{
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.column-title{
	color: #ffba00;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	font-family: "ANTON";
	letter-spacing: 2px;
	user-select: none;
}
.column-title::before, .column-title::after{
	display: inline-block;
	content: "";
	width: 25px;
	height: 20px;
	background-image: url(../imgs/column-title.png);
	background-position: left center;
}
.column-title::before{
	margin-right: 15px;
}
.column-title::after{
	margin-left: 15px;
	background-position: -25px center;
}

.article-adBox{
	margin: 0 15px;
	width: 100%;
	overflow: hidden;
}

.btm-a{
	display: inline-flex;
	padding: 0 30px;
	height: 36px;
	line-height: 36px;
	border: 1px solid rgba(55, 99, 170, 1);
	background-image: linear-gradient(0deg, #000 30%, #333 100%);
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
	box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.3);
	border-radius: 10px;
}
.btm-a:hover{
	text-decoration: none;
	background-image: linear-gradient(0deg, #000 0%, #333 100%);
}

.friends a{
	white-space: nowrap;
	padding: 10px 15px;
	background-color: rgba(0, 0, 0, 0.75);
	margin: 10px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
	border-radius: 15px;
	user-select: none;
	transition: all .15s ease-in-out;
	position: relative;
	transform: rotate(-5deg);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	z-index: 1;
}
.friends a:hover{
	background-color: rgba(26, 115, 232, 1);
	color: #FFFFFF;
	transform: scale(1.5) rotate(0deg);
	box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.35);
	z-index: 2;
}

.ads-box {
	max-width: 1200px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.05);
}

.ads-box .ads-wrap {
	text-align: center;
	background-image: url(../imgs/logo/logo-light.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 18px;
	min-height: 50px;
	width: 100%;
	overflow: hidden;
}

.right-tools {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: fixed;
	z-index: 100;
	bottom: 30px;
	right: 30px;
}

.right-tools a.item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	width: 30px;
	background-color: rgba(12, 101, 169, 0.85);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	cursor: pointer;
	color: #FFFFFF;
}

.right-tools a.item:not(:first-child) {
	margin-top: 2px;
}

.right-tools a.item:hover {
	background-color: rgba(12, 101, 169, 1);
}

@media (max-width: 992px) {
	.right-tools {
		right: 0;
		bottom: 0;
	}
}