/* =========================================================
   css/lib/lib.css · L1 基础工具层（PC）：reset + 全站工具类单源（.fl/.fr/.clear/.clearfix/.w840/.w320/.w1200/.min/.row/.posCenter/.txtOver）｜不许出现：业务组件｜链序：本文件最先
   ========================================================= */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
}
html,
body {
	margin: 0 auto;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	font-size: 14px;
	color: #262626;
	font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
.row {
	margin: 0;
}
.row:after {
	clear: both
}
.row:after,
.row:before {
	display: table;
	content: " "
}
i {
	font-style: normal;
	display: block;
}
img {
	display: inline-block;
}
label {
	position: relative;
	cursor: pointer;
}
input {
	-webkit-tap-highlight-color: transparent;
	outline: none;
	display: block;
}
input[type=radio],
input[type=checkbox] {
	cursor: pointer;
}
button {
	cursor: pointer;
}
a {
	text-decoration: none;
}
input[type=button],
input[type=submit],
input[type=file],
button,
a {
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
}

ul,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

input[type=radio],
label {
	-webkit-tap-highlight-color: transparent;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
}

td,
th {
	padding: 0;
}

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



.table {
border-collapse: collapse !important;width: 100%;max-width: 100%;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: middle;
	text-align: center;
}

.table>thead>tr>th {
	vertical-align: bottom;
}

.flexBox {
	display: flex;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.autoBox {
	width: 100%;
	position: relative;
}

.posCenterX {
	display: block;
	margin: 0 auto;
}

.posCenter {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate(-50%, -50%, 0);
	-moz-transform: translate(-50%, -50%, 0);
	-webkit-transform: translate(-50%, -50%, 0);
	-o-transform: translate(-50%, -50%, 0);
}

.posCenterY {
	position: absolute;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	-ms-transform: translate(0, -50%, 0);
	-moz-transform: translate(0, -50%, 0);
	-webkit-transform: translate(0, -50%, 0);
	-o-transform: translate(0, -50%, 0);
}

.absCenterX {
	position: absolute;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	-ms-transform: translate(-50%, 0, 0);
	-moz-transform: translate(-50%, 0, 0);
	-webkit-transform: translate(-50%, 0, 0);
	-o-transform: translate(-50%, 0, 0);
}

.autoBgImg {
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.coverImg {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}

.txtOver {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
}

.transition {
	transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
}

/* 
	transform-origin:center bottom;
	-ms-transform-origin:center bottom; 	
	-moz-transform-origin:center bottom;	
	-webkit-transform-origin:center bottom;
	-o-transform-origin:center bottom; 
	transform:scale(1.2);
	-ms-transform:scale(1.2); 	
	-moz-transform:scale(1.2); 	
	-webkit-transform:scale(1.2); 
	-o-transform:scale(1.2);
	transition-property: background-color;
	-moz-transition-property: background-color;
	-webkit-transition-property: background-color;
	-o-transition-property: background-color; 
*/

/* ---- 布局工具类（自 pcneiye.css 迁入 · 20260915 阶段3 单源化） ---- */
.clear {display:block;clear:both;}
.w840 {width:840px;overflow:hidden;}
.w320 {width:320px;}
