a,aside,body,div,footer,html,i,img,li,nav,p,section,ul {
	padding: 0;
	margin: 0
}

li {
	list-style: none
}

a {
	text-decoration: none
}

body {
	font-size: 12px;
	font-family: Helvetica Neue,Microsoft Yahei
}

.container,.main,body {
	background: #076986
}

.iconfont {
	color: #000000;
	padding-right: 4px
}

.container .left-bar {
	position: fixed;
	padding: 0 20px;
	background: #ffffff;
	box-sizing: border-box;
	flex-direction: column;
	height: 100vh;
	display: flex;
	width: 248px;
    transition: all .5s;
}

.container .main {
	position: relative;
	display: flex;
	flex-direction: column;
	-webkit-box-orient: vertical;
	margin-left: 248px
}

.container .main .iconfont {
	font-size: 18px;
    color: red;
}

.set-scroll {
	background-color: #000000;
	border-radius: 0;
	width: 4px
}

.left-bar .title {
	color:red;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	font-weight: bolder;
}

.left-bar .title p {
	text-align: center
}

.left-bar .nav {
	flex: 1;
	-webkit-box-flex: 1;
	flex-grow: 1
}

.left-bar .nav .item {
	height: 48px;
	font-size: 18px;
	font-weight: 700;
	line-height: 46px;
	border-top: 2px solid rgba(255, 255, 255, 0.04);
	border-bottom: 2px solid rgba(123, 255, 0, 0.04)
}

.left-bar .nav>.active {
	position: relative
}

.left-bar .nav>.active .line {
	position: absolute;
	right: 0;
	height: 30px;
	width: 4px;
	background: #000000;
	z-index: 100000;
	margin-top: 10px
}

.left-bar .nav-item {
	min-height: 100vh;
	overflow-y: scroll
}

.left-bar .nav-item::-webkit-scrollbar-track {
	background-color: #000000;
	border-radius: 0;
	width: 4px
}

.left-bar .nav-item::-webkit-scrollbar-thumb {
	background-color: #000000;
	border-radius: 0;
	width: 4px
}

.left-bar .nav-item::-webkit-scrollbar {
	background-color: #000000;
	border-radius: 0;
	width: 4px
}

.left-bar .nav-item li {
	padding-left: 30px;
	height: 32px;
	line-height: 32px;
	padding-top: 5px;
}

.left-bar .nav-item li:hover a,.left-bar .nav-item li:hover i,.left-bar .nav-item li>.active,.left-bar .nav-item li>.active i {
	color: rgb(4, 0, 255)
}

.left-bar .nav-item li a {
	text-decoration: none;
	font-size: 15px;
	display: inline-block;
	width: 100%;
	font-weight: bold;
	color: #000000

}

.nav .item a {
	color: rgb(0, 0, 0)
}

.nav .comment {
	position: fixed;
	z-index: 100;
	bottom: 1px;
	width: 200px;
	background: #30333c
}

.main #mainContent {
	max-width: 1200px
}

.main .box {
	overflow: hidden;
	margin: 20px 30px;
	background: #fff;
    padding-bottom: 20px;
    border: 2px solid blue;
}


.main .box .item {
	width: calc(33% - 33px);
	border: 1px solid blue;
	box-shadow: 1px 2px 3px #f2f6f8;
	border-radius: 6px;
	padding: 10px;
	min-width: 200px;
	margin: 22px 0 0 10px;
	float: left;
	overflow: hidden;
	transition: all .3s
}

.main .box .item:hover {
	transform: translateY(-5px)
}

.main .box .item .no-logo {
	color: #3273dc;
	font-weight: 700;
	font-size: 14px
}

.main .box .item .logo {
	height: 40px;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	color: red;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 .1rem
}

.main .box .item .logo img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	vertical-align: middle
}

.main .box .item .desc {
	color: rgb(0, 0, 0);
	text-shadow: 3px 3px 10px white;
	font-size: 12px;
	padding-top: 10px;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.footer {
	width: 100%;
	bottom: 0;
	line-height: 45px;
	background: #fff;
	box-shadow: 0 0 1rem rgba(0,0,0,.2)
}

.footer .copyright {
	margin-left: 30px;
	color: #949494;
	font-size: 12px
}

.footer .copyright a {
	text-decoration: none;
	color: #3a85ff
}

#menu-box {
	display: none;
	width: 100%;
	background: #fff;
	text-align: right;
	position: sticky;
	top: 0;
    z-index: 2;
	box-shadow: 1px 1px 8px #e0ddf0;
	height: 50px
}

#menu-box #menu {
	height: 50px;
	width: 40px;
	position: absolute;
	right: 10px
}

#menu-box #menu * {
	transition: all .3s;
	-webkit-transition: all .3s;
	box-sizing: border-box
}

#menu-box #menu input[type=checkbox] {
	display: none
}

#menu-box #menu input[type=checkbox]:checked~.menu-spin>.horizontal {
	opacity: 0
}

#menu-box #menu input[type=checkbox]:checked~.menu-spin>.line-1 {
	transform: rotate(405deg);
	-webkit-transform: rotate(405deg);
	margin-top: 10px
}

#menu-box #menu input[type=checkbox]:checked~.menu-spin>.line-2 {
	transform: rotate(-405deg);
	-webkit-transform: rotate(-405deg);
	margin-top: -10px
}

#menu-box #menu label {
	cursor: pointer;
	position: absolute;
	z-index: 99;
	height: 100%;
	width: 100%;
	top: 10px;
	left: 0
}

#menu-box #menu label .line {
	position: absolute;
	height: 4px;
	width: 100%;
	background-color: #a2a2a2
}

#menu-box #menu label .horizontal {
	top: 10px
}

#menu-box #menu label .line-2 {
	top: 20px
}

#fixedBar {
	padding: 10px;
	background: #fff;
	width: 25px;
	height: 25px;
	position: fixed;
	right: 10px;
	bottom: 30px;
	z-index: 9999;
	box-shadow: 0 0 20 #eee;
	box-shadow: 0 0 20px #ccc;
	cursor: pointer;
	display: none
}

#fixedBar svg {
	color: #9e9e9e
}

@media screen and (max-width:611px) {
	.container .box .item {
		width: 85%;
		min-width: 100px
	}

	.container .main {
		margin-left: 0
	}

	.container .left-bar {
		z-index: 999;
		left: -249px
	}

	#menu-box {
		display: block
	}
}

@media screen and (min-width:611px) {
	.container .left-bar {
		left: 0
	}
}

@media screen and (min-width:612px) and (max-width:720px) {
	.container .box .item {
		width: 85%
	}

	.container .left-bar {
		left: 0
	}
}

@media screen and (min-width:720px) and (max-width:800px) {
	.container .box .item {
		width: 360px
	}
}

@media screen and (min-width:800px) and (max-width:1220px) {
	.container .box .item {
		width: calc(49% - 50px)
	}
}

@media screen and (min-width:1120px) and (max-width:1920px) {
	.container .box .item {
		width: calc(33% - 33px)
	}
}

/* 更多书签和收藏 */
.main .box .sub-category>div {
    margin-left: 20px;
	padding: 12px 0 0 5px;
    font-size: 18px;
}
.main .box .sub-category .title{
	float: left;
	border-bottom: solid 3px rgb(0, 0, 0);
	color: red;
	font-weight: 1000;
}
.main .box .sub-category .moreBM{
	float: right;
	margin: 0 10px 0 0;
}
.main .box .sub-category .moreBM>a>img{
	height: 22px;
}
.main .box .sub-category .moreBM>a>img:hover{
	background-color: rgb(190, 187, 187);
	border-radius: 3px;
}
.main .box .content{
	clear: both;
}
.main .box .content .more{
	background: rgb(170, 165, 165);
}