@charset "utf-8";

/* ======================
   基础样式重置与变量定义
   ====================== */
:root {
	--primary-color: #ad0002;
	/* 主品牌色 */
	--secondary-color: #3498db;
	/* 次要色 */
	--title-color: #333;
	/* 次要色 */
	--text-color: #999;
	/* 正文颜色 */
	--hover-color: #ad0002;
	/* 浮动颜色 */
	--light-bg: #f8f9fa;
	/* 浅色背景 */
	--border-radius: 4px;
	/* 通用圆角 */
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body,
div,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
iframe,
input,
textarea,
select,
label,
article,
aside,
footer,
header,
menu,
nav,
section,
time,
audio,
video {
	margin: 0;
	padding: 0;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
	display: block
}

body {
	background: #fff;
	font-size: 14px;
	font-family: Alibaba Sans,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,Hiragino Sans GB,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
	color: var(--text-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit
}

textarea {
	resize: none
}

input,
select,
textarea {
	outline: 0;
	-webkit-user-modify: read-write-plaintext-only;
	appearance: none;
	/* 统一无前缀写法 */
}

input {
	-webkit-appearance: none;
	/* WebKit 内核浏览器 */
	-moz-appearance: none;
	/* Firefox 浏览器 */
	appearance: none;
	/* 标准化写法 */
}

iframe,
img {
	border: 0;
	max-width: 100%;
	/* 响应式处理 */
	height: auto;
}

em {
	font-style: normal;
}

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

i {
	font-style: normal
}

a {
	text-decoration: none;
	/* 去掉下划线 */
	color: var(--title-color);
	/* 企业常用的蓝色作为默认链接颜色 */
	transition: color 0.3s ease;
	/* 平滑过渡效果 */
}

a:hover {
	color: var(--hover-color);
	text-decoration: none;
	outline: none;
}

@font-face {
	font-family: 'dincond';
	src: url('../fonts/dincond-medium-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'qq';
	src: url('../fonts/qq.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light1.woff2") format("woff2"), url("../fonts/Roboto-Light1.woff") format("woff"), url("fonts/Roboto-Light1.ttf") format("truetype"), url("../fonts/Roboto-Light1.eot") format("embedded-opentype"), url("../fonts/Roboto-Light1.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.dincond {
	font-family: 'dincond';
}

.roboto {
	font-family: 'Roboto-Light';
}

.qq {
	font-family: 'qq';
}

.acea-row {
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	flex-wrap: wrap
}

.acea-row.row-middle {
	-o-box-align: center;
	align-items: center
}

.acea-row.row-top {
	-o-box-align: start;
	align-items: flex-start
}

.acea-row.row-bottom {
	-o-box-align: end;
	align-items: flex-end
}

.acea-row.row-center {
	-o-box-pack: center;
	justify-content: center
}

.acea-row.row-right {
	-o-box-pack: end;
	justify-content: flex-end
}

.acea-row.row-left {
	-o-box-pack: start;
	justify-content: flex-start
}

.acea-row.row-between {
	-o-box-pack: justify;
	justify-content: space-between
}

.acea-row.row-around {
	justify-content: space-around;
	-webkit-justify-content: space-around
}

.acea-row.row-column-around {
	flex-direction: column;
	justify-content: space-around;
	-webkit-justify-content: space-around
}

.acea-row.row-column {
	-o-box-orient: vertical;
	flex-direction: column
}

.acea-row.row-column-between {
	-o-box-orient: vertical;
	flex-direction: column;
	-o-box-pack: justify;
	justify-content: space-between
}

.acea-row.row-center-wrapper {
	-o-box-align: center;
	align-items: center;
	-o-box-pack: center;
	justify-content: center
}

.acea-row.row-between-wrapper {
	-o-box-align: center;
	align-items: center;
	-o-box-pack: justify;
	justify-content: space-between
}

.row-one {
	flex: 1;
}

.hidden {
	overflow: hidden;
}

.hr10 {
	height: 10px;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.hr20 {
	height: 20px;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.hr30 {
	height: 30px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.hr40 {
	height: 40px;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.hr60 {
	height: 60px;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}


.hr80 {
	height: 80px;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.hr100 {
	height: 100px;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.hr120 {
	height: 120px;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.fl {
	float: left;
}

.fr {
	float: right
}

.clear {
	clear: both;
}

/*示例1*/
#move_port {
	/*border: #4f616d 1px solid;
	border-radius: 3px;
	position: fixed;
	width: 350px;
	overflow: hidden;
	left: 0;
	background: #fff;
	top: 0;
	cursor: pointer;
	z-index: 10000;*/
	position: fixed;
	width: 300px;
	overflow: hidden;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 10000;
}

#move_port a {
	display: block;
	overflow: hidden;
}


#move_port a img {
	display: block;
	width: 300px;
	height: auto;
}

#move_port .post-box {
	position: relative;
	overflow: hidden;
}

#move_port .post-box .close_port {
	position: absolute;
	right: 0px;
	height: 40px;
	top: 0px;
	width: 80px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: #79c0e5;
}

#move_port .post-top {
	background: #85cbef;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	border-bottom: #f2f2f2 1px solid;
	padding: 0px 10px;
}

#move_port .post-center {
	width: 330px;
	background: #f3f8fc;
	overflow: hidden;
	padding: 10px;
	border-bottom: #f2f2f2 1px solid;
}

#move_port .post-center .post-photo {
	width: 80px;
	height: 80px;
	background: #fff;
	border: #d8d8da 1px solid;
	border-radius: 3px;
	box-sizing: border-box;
	float: left;
	margin-right: 10px;
}

#move_port .post-center .post-photo img {
	width: 78px;
	height: 78px;
	border: #fff 1px solid;
}

#move_port .post-center .post-text {
	height: 80px;
	float: left;
	width: 240px;
	overflow: hidden;
}

#move_port .post-center .post-text h4 {
	font-size: 18px;
	line-height: 22px;
	color: #4b5053;
	margin-bottom: 10px;
}

#move_port .post-center .post-text p {
	font-size: 13px;
	line-height: 18px;
	color: #666;
}

#move_port .post-foot {
	overflow: hidden;
	height: 30px;
	background: #cbe1ed;
	padding: 5px 10px;
}

#move_port .post-foot a {
	display: inline-block;
	width: auto;
	height: 26px;
	padding: 0px 10px;
	text-align: center;
	line-height: 26px;
	font-size: 13px;
	font-weight: bold;
	background: #ddebf4;
	border-radius: 20px;
	margin-left: 10px;
	float: right;
	border: #4f616d 1px solid;
	box-sizing: border-box;
	color: #4b5053;
}

/*表格*/
.tablebox {
	overflow-y: hidden;
}

/*白色表格*/
.table-white {
	display: table;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

.table-white * {
	word-break: keep-all;
	word-wrap: break-word;
	box-sizing: border-box;
}

.table-white thead {
	background: #f5f5f5;
}

.table-white thead tr {
	border-bottom: #f1f1f1 1px solid;
}

.table-white thead tr th {
	line-height: 22px;
	padding: 15px 10px;
	text-align: left;
	font-size: 14px;
	color: #4f4f4f;
}

.table-white tbody {
	background: #fff;
}

.table-white tbody tr {
	border-bottom: 1px solid #eee;
}

.table-white tbody tr td {
	line-height: 22px;
	padding: 15px 10px;
	text-align: left;
	font-size: 14px;
	color: #4f4f4f;
}

/*黑色表格*/
.table-black {
	display: table;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

.table-black * {
	word-break: keep-all;
	word-wrap: break-word;
	box-sizing: border-box;
}

.table-black thead {
	background: #333;
}

.table-black thead tr {
	border-bottom: #555555 1px solid;
}

.table-black thead tr th {
	line-height: 24px;
	padding: 15px 10px;
	text-align: left;
	font-size: 16px;
	color: #fff;
}

.table-black tbody {
	background: #444;
}

.table-black tbody tr {
	border-bottom: 1px solid #555555;
}

.table-black tbody tr td {
	line-height: 22px;
	padding: 15px 10px;
	text-align: left;
	font-size: 14px;
	color: #fff;
}

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

.line2 {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden
}

.line3 {
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.line4 {
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.fadeIn {
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
}
