* {
    margin: 0;
    padding: 0;
}

body, html {
    font-family: "思源黑体" !important;
}

@font-face {
    font-family: "思源黑体";
    src: url("../../font/SourceHanSans-Normal.otf");
}

a, img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

ul {
    list-style: none;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.alignL {
    text-align: left;
}

.alignC {
    text-align: center;
}

.alignR {
    text-align: right;
}

.clear {
    clear: both;
}

.fontB {
    font-weight: bold;
}

.wrapper {
    width: 1200px;
    margin: auto;
}

.displayNone {
    display: none;
}

@media screen and (max-width: 767px) {
    .wrapper {
        width: 100% !important;
    }
	
	.cate-detail-wrapper {
    width: 100vw !important;
    margin: 30px auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
	}
	.cate-detail-container {
    width: 100vw !important;
	}
}

.sidebar {
    width: 250px;
}

.glyphicon {
    top: 0;
}