*{
	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-y:hidden;
}

body{
	max-width:1920px;
	margin:0 auto;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	background:white;
	position:relative;

}

::-webkit-scrollbar{width: 10px;}
::-webkit-scrollbar-track{background: white;}
::-webkit-scrollbar-thumb{background:orange; border-radius:5px;}

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

input, select, textarea{
	outline:none;
	border:none;
}

.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.store{display:none;}
.clear{clear:both;}

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

.cola{
	height:calc(100vh - 27px);
	overflow-y:scroll;
	background:#007399;
	border-top:2px solid #eee;
	padding-top:9px;
	padding-bottom:140px;
}

.at{
	font-size:14px;
	letter-spacing:1px;
	line-height:25px;
	padding:0 25px 0 9px;
	margin-bottom:2px;
	color:white;
	cursor:pointer;
	position:relative;
}

.at:active{bottom:2px;}
.at:hover, .aact{background:#eee; color:#333; font-weight:500;}

.colb{
	height:calc(100vh - 27px);
	overflow-y:scroll;
	padding:9px 14px 140px 14px;
}

.bimg{
	display:inline-block;
	max-width:320px;
	max-height:140px;
	margin:9px;
	cursor:pointer;
	border-top:5px dashed transparent;
}

.imact{
	border-top:5px dashed red;
}

.bbottom{height:140px;}

.single{
	display:none;
	position:fixed;
	z-index:9;
	left:50%; top:50%;
	transform:translate(-50%, -50%);
	max-width:70vw;
	max-height:70vh;
	border:5px solid white;
	border-radius:9px;
}

.txerlog{
	display:none;
}

.colc{
	height:calc(100vh - 27px);
	overflow-y:scroll;
	padding:9px 14px 140px 14px;
}

.cins{
	display:none;
}

.cimg{
	display:block;
	max-width:100%;
	margin:0 auto;
}

.cpath{
	font-size:16px;
	letter-spacing:1px;
	cursor:pointer;
	position:relative;
}

.cpath:active{bottom:2px;}

.cdim{
	font-size:16px;
	letter-spacing:1px;
}

.inpFile{
	display:none;
}
