@import "dark-background.css";

a, abbr, address, blockquote, body, caption, cite, code, dd, del, dfn, div, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, label, legend, object, p, pre, q, small, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr {

    border: 0;
    margin: 0;

}

a {

	color: inherit;
	text-decoration:none

}

a:hover {

	color: inherit;

}

img {

	border:none;

}

li{

	list-style: none;

}

button {

	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	background-color:transparent;

}

body {

	overflow: auto;
	min-width: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    color: #fcfcfc;

}

.breadcrumb{

	background-color: unset;
	padding-left: 0;
	margin-top: 1.25rem;
	margin-bottom: 0;

}

.breadcrumb a{

	color: #F7931E;

}

.breadcrumb-item + .breadcrumb-item::before {

    color: #dddddd;

}

.main{
	display: none;
}

.breadcrumb-item.active {

    color: #dddddd;

}

/* 手机端侧边栏（在底部） */
.left-side{

	color: #dfdfdf;
	margin-top: 10px;

}

.left-side .title{

	color: #f7f7f7;

}

.left-side .left-side-item{

	padding-top: 20px;
	padding-bottom: 20px;

}

.left-side .left-side-item .title{

	font-weight: bold;
	border-top: 2px solid #454d55;
	padding: 0.75rem;

}

.left-side .left-side-item .items,
.left-side .left-side-item .title{

	background-color: #343a40;

}

.left-side .recommend .item,
.left-side .selectHero .items{

	border-top: 1px solid #454d55;
	padding: 0.75rem;

}

.left-side .recommend .item a{

	display: block;
	width: 100%;
	height: 100%;

}

.left-side .recommend .item{

		transition: all 0.4s;

}

.left-side .recommend .item:hover{

	color: #f7f7f7;
	background-color: #464f58;

}

.left-side .selectHero .items{

	display: flex;
	flex-wrap: wrap;
	padding: 6px;

}

.left-side .selectHero .item{

	display: inline-block;
	margin: 3px;
	padding: 1px 3px;
	flex: 1 0 auto;
	max-width: 75px;
	text-align: center;

}
/* 手机端侧边栏end */

/* 桌面端侧边栏 */
@media (min-width: 992px) {
	.left-side .recommend{

		margin-top: 156px;

	}
}
/* 桌面端侧边栏end */

li.lower-size,
span.lower-size{

	font-size: 13px !important;

}

.breadcrumb{

	background-color: unset;
	padding-left: 0;
	margin-top: 1.25rem;
	margin-bottom: 0;

}

.breadcrumb a{

	color: #F7931E;

}

.breadcrumb-item + .breadcrumb-item::before {

    color: #dddddd;

}

.breadcrumb-item.active {

    color: #dddddd;

}
