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

html{
	font-family:montserrat, sans-serif;
	font-size:62.5%;
	overflow:hidden;
}

body{
	max-width:1920px;
	margin:0 auto;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	background:#333;
}

::-webkit-scrollbar{width:11px;}
::-webkit-scrollbar-track{background:#ddd;}
::-webkit-scrollbar-thumb{background:#999; border-radius:5px;}

a:link, a:hover, a:active, a:visited{text-decoration:none; outline:none;}

input, select, textarea{outline:none; border:none; font-family:montserrat, sans-serif;}

.clear{clear:both;}


.cols{
	display:grid;
	grid-template-columns:360px 1fr;
}

.cola{
	height:calc(100vh - 32px);
	overflow-y:scroll;
	padding-top:14px;
	padding-bottom:20vh;
}

.at{
	display:block;
	font-size:13px;
	letter-spacing:1px;
	line-height:23px;
	padding:0 9px;
	color:#aaa;
	cursor:pointer;
	white-space:nowrap;
	overflow:hidden;
	margin-bottom:9px;
	position:relative;
	border-left:9px solid transparent;
}

.at:hover, .aact{border-left:9px solid darkorange;}

.done:after{
	content:'';
	position:absolute;
	right:9px; top:0;
	height:23px; width:7px;
	border-radius:3px;
	background:darkorange;
}

.cutted{display:none;}

.colb{
	height:calc(100vh - 32px);
	overflow-y:scroll;
	padding-bottom:20vh;
}

.idcopy{position:relative; cursor:pointer;}
.idcopy:active{bottom:2px;}

.binp{
	display:block;
	width:100%;
	background:#555;
	color:#aaa;
	height:25px;
	padding:0 11px;
	font-size:13px;
	letter-spacing:1px;
}

.binp::placeholder{color:#333;}

.bbtns{
	font-size:0;
	background:#0099cc;
}

.bbtn{
	display:inline-block;
	font-size:14px;
	line-height:25px;
	background:#0099cc;
	color:white;
	letter-spacing:1px;
	cursor:pointer;
	position:relative;
	text-align:center;
	border-right:2px solid #ddd;
}

.bbtnid{width:160px;}
.bbtntop{width:99px;}
.bbtnsta{width:70px;}

.bbtn:active{bottom:2px;}

.imgt, .bvid, .ogimg{
	float:left;
	width:290px;
	margin-left:20px;
	border-radius:5px;
}

.bvid{
	display:none;
}

.bsel{
	float:left;
	margin-left:14px;
	cursor:pointer;
	height:27px;
	padding:0 9px;
	width:140px;
	border:2px dashed #999;
	border-radius:14px;
	font-size:1.1rem;
	letter-spacing:1px;
}

.bline{
	border-top:2px dashed #007399;
	margin:14px 0;
}

.bstory{
	-webkit-user-modify: read-write-plaintext-only;
	outline:none;
	padding:0 20px;
	font-size:16px;
	line-height:25px;
	letter-spacing:1px;
	min-height:54px;
	color:#aaa;
}

.gotop{
	display:none;
	position:fixed;
	z-index:54;
	right:54px;
	bottom:0;
	background:linear-gradient(#0099cc, #007399);
	font-size:20px;
	color:white;
	padding:7px 11px;
	border:2px solid white;
	border-bottom:none;
	border-radius:11px 11px 0 0;
	cursor:pointer;
}

.gotop:hover{background:#0099cc;}
.gotop:active{bottom:2px;}

