@charset "utf-8";
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
}


img {
	max-width: 100%;
	vertical-align: middle;
}

ul,
li {
	list-style: none;
}

ul,
li,
ol,
div,
p {
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

h2,
h3,
h4 {
	font-weight: normal;
}

input,
textarea {
	font-family: -apple-system-font, Helvetica Neue, sans-serif;
	outline: none;
}

i {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #333333;
}

button {
	border: 0;
	outline: none;
	background-color: transparent;
}


a:hover {
	color: #ac2424;
}

::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 6px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 6px;
}

::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	background: #999;

}

::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	background: #EDEDED;
}

.iconfont {
	font-size: 16px;
}

/* 盒子 */
.flex {
	display: flex;
}

.flex-center {
	display: flex;
	align-items: center;
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.no-flex {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* new recharge style */
.m-line-1 {
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.cur_pointer {
	cursor: pointer;
}

.flex-col {
	-prefix-box-flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}

.flex_bd {
	-prefix-box-flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}

.zBetween {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/* 显示两行文字 */
.line-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.line-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* 文字省略号 */
.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.clearfix::after {
	clear: both;
	content: '';
	display: block;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}


/* 按钮 */
.btn {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	height: 32px;
	line-height: 30px;
	margin: 0;
	padding: 0 10px;
	font-size: 14px;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-appearance: none;
}

.btn::after {
	display: none;
}

.btn-block {
	display: block;
	width: 100%;
}

/* 开始 */
.wrapper {
	padding: 20px 0;
	min-height: 500px;
	background-color: #f4f4f4;
}

.container {
	margin: 0 auto;
	width: 1200px;
}

.bread-box {
	margin-bottom: 30px;
	color: #666;
}

.bread-box .active {
	color: #ac2424;
}

navigator:hover {
	color: #ac2424;
}
