@charset "UTF-8";
/* Common Style */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&family=Noto+Sans+SC:wght@500;700&family=Roboto:ital,wght@0,500;1,400&display=swap");
@import url("https://fonts.yecdn.com/css2?family=Manrope:wght@400;500;600&family=Noto+Sans+SC:wght@500;700&family=Roboto:ital,wght@0,500;1,400&display=swap");

body {
	font-family: "思源黑体", 'Noto Sans SC', 'Manrope', 'Roboto', Helvetica, sans-serif !important;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}

.col-xs-12 {
	width: 100%;
}

@media (min-width: 992px) {
	.col-lg-25 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

* {
	outline: none;
}

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

a:hover,
a:focus,
a:active {
	color: #0b6857 !important;
	text-decoration: none !important;
}

.t-u {
	text-transform: uppercase;
}

.hide {
	display: none;
}

.pc-block {
	display: inline-block !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.pc-block {
		display: none !important;
	}
}

.app-block {
	display: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.app-block {
		display: inline-block !important;
	}
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		width: 100%;
	}
}

/* layui样式重置 */
.layui-nav * {
	font-size: 16px;
}

.layui-nav .layui-nav-item a {
	color: #000;
}

.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
	color: #000;
}

.layui-nav-itemed>a,
.layui-nav-tree .layui-nav-title a,
.layui-nav-tree .layui-nav-title a:hover {
	background-color: #fff !important;
	color: #000 !important;
}

.platform-layout .platform-side .layui-nav-tree .layui-nav-item:hover>a {
	background-color: #f9f9f9 !important;
	color: #0b6857 !important;
}

.layui-nav-tree .layui-nav-item>a .layui-nav-more {
	padding: 0px !important;
}

.layui-side .layui-nav .layui-nav-more {
	transform: rotate(-90deg);
}

.layui-side .layui-nav .layui-nav-mored,
.layui-side .layui-nav-itemed>a .layui-nav-more {
	transform: rotate(0deg);
}

.layui-layout-admin .layui-header a cite {
	font-size: 14px;
}

.layui-nav-itemed>.layui-nav-child {
	background-color: #fff !important;
}

.layui-layout-admin .layui-side-menu .layui-nav>.layui-nav-item .layui-icon:first-child {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-top: -18px;
	left: 12px;
}

.layadmin-side-shrink .layadmin-pagetabs,
.layadmin-side-shrink .layui-layout-admin .layui-body,
.layadmin-side-shrink .layui-layout-admin .layui-footer,
.layadmin-side-shrink .layui-layout-admin .layui-layout-left {
	left: 90px;
}

.btn-primary {
	color: #fff;
	background-color: #006857;
	border-color: #006857;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-pagination {
	width: auto !important;
	background: rgba(0, 0, 0, 0.5);
	max-width: 6.5% !important;
	min-width: 5% !important;
	border-radius: 30px;
	margin: 0 auto;
	position: relative;
	bottom: 40px !important;
	height: 20px;
	padding-bottom: 2px;
	line-height: 16px;
}

.swiper-pagination-bullet {
	background: #fff;
}

.swiper-pagination-bullet-active {
	background: #fff;
}

.pop_mask,
.pop_mask_page {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2000;
	display: none;
}

.pop_content {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2001;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
	transform: scale(0);
	z-index: 9999;
}

.pop_content.show {
	opacity: 1 !important;
	visibility: visible !important;
	transform: scale(1) !important;
}

.pop_content .page_btn {
	width: 173px;
	height: 36px;
	display: flex;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	background: #006857;
	color: #fff;
	font-weight: 300;
	border: 2px solid #006857;
	position: relative;
}

.pop_content .page_btn:hover {
	color: #fff !important;
}

.pop_content .next_btn {
	width: 173px;
	height: 36px;
	display: flex;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #006857;
	font-weight: 300;
	border: 2px solid #006857;
	position: relative;
}

.pop_content .next_btn a {
	color: #006857 !important;
}

.pop_content .next_btn:hover {
	color: #fff !important;
	background: #006857;
}

.pop_content .in_content {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #fff;
	border-bottom: 9px solid #006857;
	padding: 30px 50px;
	transform: translate(-50%, -50%);
}

.pop_content .in_content .close_btn {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	background-color: #edeff1;
	color: #006857;
	border-radius: 50%;
	font-size: 16px;
	transform: all .3s;
}

.pop_content .in_content .close_btn:hover {
	transform: rotate(180deg);
	background-color: #006857;
	color: #fff;
}

.pop_content .in_content .close_btn:hover::before {
	color: #fff;
}

.pop_content .in_content h3.tit {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

.pop_content .in_content p.tit {
	font-size: 15px;
	color: #666;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.pop_content .in_content .tab {
	margin-bottom: 20px;
	text-align: center;
}

.pop_content .in_content .tab a {
	display: inline-block;
	color: #999;
	font-size: 18px;
	margin: 0 20px;
	position: relative;
	font-weight: normal;
	padding-bottom: 10px;
}

.pop_content .in_content .tab a:hover,
.pop_content .in_content .tab a.active {
	color: #006857;
}

.pop_content .in_content .tab a:hover::after,
.pop_content .in_content .tab a.active::after {
	width: 30px;
}

.pop_content .in_content .tab a::after {
	content: "";
	background-color: #006857;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 4px;
	transition: all .3s;
}

.pop_content .in_content .input_line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #f2f3f4;
	margin-bottom: 15px;
}

.pop_content .in_content .input_line input,
.pop_content .in_content .input_line textarea,
.pop_content .in_content .input_line select {
	border: 0;
	background: transparent;
	font-size: 16px;
	padding: 10px 10px;
	color: #333;
	width: 100%;
}

.pop_content .in_content .input_line input::placeholder,
.pop_content .in_content .input_line textarea::placeholder,
.pop_content .in_content .input_line select::placeholder {
	color: #999;
}

.pop_content .in_content .input_line input.w_60,
.pop_content .in_content .input_line textarea.w_60,
.pop_content .in_content .input_line select.w_60 {
	width: 60%;
}

.pop_content .in_content .input_line textarea {
	height: 80px;
	resize: none;
}

.pop_content .in_content .input_line select {
	border: 0;
}

.pop_content .in_content .code_btn {
	border: 1px solid #0044b4;
	border-radius: 2em;
	color: #0044b4;
	font-size: 16px;
	padding: 3px 12px;
	margin-right: 10px;
	transition: all .3s;
}

.pop_content .in_content .code_btn:hover {
	background-color: #0044b4;
	color: #fff !important;
}

.pop_content .in_content .code_btn:hover::before {
	color: #fff !important;
}

.pop_content .in_content .safe_info {
	margin-bottom: 15px;
	text-align: center;
}

.pop_content .in_content .safe_info i,
.pop_content .in_content .safe_info span {
	vertical-align: middle;
	display: inline-block;
}

.pop_content .in_content .safe_info i {
	width: 16px;
	height: 16px;
	background: url(../images/common/safe_ico.png) center no-repeat;
}

.pop_content .in_content .safe_info span {
	color: #666;
	padding-left: 10px;
	font-size: 14px;
}

.pop_content .in_content .check_line {
	text-align: center;
}

.pop_content .in_content .check_line label {
	font-size: 16px;
	color: #999;
}

.pop_content .in_content .check_line label a {
	color: #002e7c;
}

.pop_content .in_content .viewDownload_list ul li {
	margin: 8px 0px;
}

.pop_content .in_content .viewDownload_list ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
}

.pop_content .in_content .viewDownload_list ul li p {
	padding-left: 40px;
	position: relative;
	display: flex;
	align-items: center;
}

.pop_content .in_content .viewDownload_list ul li span {
	width: 30px;
	height: 30px;
	color: #fb2c41;
	background-color: #ffebef;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	font-style: inherit;
	font-weight: bold;
	border-radius: 6px;
	margin-right: 10px;
	position: absolute;
	left: 0px;
}

.pop_content .in_content .viewDownload_list ul li i.download_icon {
	width: 20px;
	height: 20px;
	background: url(../images/common/page_download_icon.png) center center no-repeat;
	background-size: contain;
	display: inline-block;
}

.pop_content .in_content .viewDownload_list ul li:hover {
	background-color: #F2F6F6;
	color: #008678;
}

.pop_content .in_content .btn_con {
	width: 80%;
	display: flex;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
}

.pop_content .in_content .btn_con.s_1 a {
	width: 180px;
	margin: 0px auto;
}

.pop_content .in_content .btn_con a {
	width: 100%;
	text-align: center;
	color: #fff !important;
}

.pop_content .in_content .btn_con a.next_btn {
	color: #006857 !important;
}

.pop_content .in_content .btn_con a.next_btn:hover {
	color: #fff !important;
	background: #006857;
}

.pop_content .in_content dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.pop_content .in_content dl dt {
	width: 30%;
	margin-bottom: 10px;
	padding-right: 30px;
}

.pop_content .in_content dl dt span {
	font-size: 15px;
	color: #333;
	font-weight: 500;
}

.pop_content .in_content dl dd {
	width: 70%;
	padding-right: 20px;
}

.pop_content .in_content dl dd.last {
	margin-right: 0;
}

.pop_content .in_content dl dd.w_100 {
	width: 100%;
}

.login__con {
	width: 460px;
	max-width: 90%;
}

.login__con input[type="checkbox"],
.login__con input[type="radio"] {
	display: none;
}

.login__con input[type="checkbox"]:checked+label:after,
.login__con input[type="radio"]:checked+label:after {
	font-family: "FontAwesome";
	content: "\f00c";
	color: #002e7c;
}

.login__con input[type="checkbox"]:disabled+label,
.login__con input[type="radio"]:disabled+label {
	cursor: default;
	background-color: #efefef;
}

.login__con input[type="checkbox"]+label,
.login__con input[type="radio"]+label {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	line-height: 20px;
	background-color: #edeff1;
	border: 2px solid #d8d9db;
	vertical-align: middle;
	text-align: center;
	color: #002e7c;
	border-radius: 50%;
	cursor: pointer;
	margin-right: 5px;
	font-size: 12px;
}

.ask__con {
	width: 680px;
	max-width: 95%;
}

/*----------------------------------------*/
/*  Header
/*----------------------------------------*/
.platform-layout .platform-header {
	z-index: 1089;
	background: rgba(255, 255, 255, 0.5);
	height: 80px;
	border-bottom: 1px solid #e2e2e2;
}

.platform-layout .platform-header .logo {
	position: absolute;
	top: 8px;
	left: 52px;
	width: 135px;
	height: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.platform-layout .platform-header .logo {
		top: 23px;
		left: 55px;
		width: 70px;
	}
}

.platform-layout .platform-header .logo img {
	width: 100%;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.platform-layout .platform-header .layui-nav {
	padding: 0px 0px;
	display: flex;
	right: 182px;
}

.platform-layout .platform-header .layui-nav .layui-nav-item:hover a cite {
	color: #0b6857;
}

.platform-layout .platform-header .layui-nav .layui-nav-item:hover i {
	color: #0b6857;
}

.platform-layout .platform-header .layui-nav .layui-nav-child a {
	font-size: 15px;
	padding: 10px 20px;
}

.platform-layout .platform-header .layui-nav .layui-nav-child a:hover {
	color: #0b6857;
}

.platform-layout .platform-header .layui-nav .layui-nav-child a.active {
	color: #0b6857;
}

.platform-layout .platform-header .layui-layout-left {
	padding: 0px 10px;
}

.platform-layout .platform-header .layui-nav-bar {
	display: none;
}

.platform-layout .platform-header .layui-logo,
.platform-layout .platform-header .layui-nav .layui-nav-item {
	height: 80px;
	line-height: 80px;
}

.platform-layout .platform-header .layui-layout-right .layui-nav-child {
	padding: 0px;
}

.platform-layout .platform-header .layui-nav-child {
	top: 75px;
}

.platform-layout .platform-header .layui-icon-shrink-right {
	font-size: 14px;
}

.platform-layout .platform-header input.layui-input-search {
	border: 1px solid #e6e6e6;
	border-radius: 30px;
	height: 40px;
	width: 320px;
	font-size: 14px;
	line-height: 40px;
	padding-left: 24px;
}

.platform-layout .platform-header .searchBox {
	width: 640px;
	display: flex;
	align-items: center;
}

.platform-layout .platform-header .searchBox .searchTags {
	display: flex;
	margin-left: 20px;
}

.platform-layout .platform-header .searchBox .searchTags::after {
	display: none;
}

.platform-layout .platform-header .searchBox .searchTags a {
	font-size: 14px;
	color: #0b6857;
	margin: 0px 15px;
}

.platform-layout .platform-header .searchBox .searchTags a:hover {
	text-decoration: underline;
}

.platform-layout .platform-header .searchInput {
	position: relative;
	width: 320px;
}

.platform-layout .platform-header .searchInput .layui-btn {
	width: 64px;
	height: 42px;
	position: absolute;
	right: 0px;
	top: 20px;
	border: 0px;
	box-shadow: none;
	outline: none;
}

.platform-layout .platform-header .searchInput .nav-search-icon {
	width: 40px;
	height: 40px;
	background: url(../images/common/nav-search-icon.png) center center no-repeat;
	display: inline-block;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.platform-layout .platform-header .searchInput:hover .nav-search-icon {
	background: url(../images/common/nav-search-icon_h.png) center center no-repeat;
}

.platform-layout .platform-header .loginBox {
	width: 160px;
	border-left: 1px solid #d0dad9;
	height: 80px;
	right: 0px;
	top: 0px;
	position: absolute;
	display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.platform-layout .platform-header .loginBox {
		width: 100px;
	}
}

.platform-layout .platform-header .loginBox .loginBtn {
	width: 70%;
	height: 100%;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.platform-layout .platform-header .loginBox .fullscreenBtn {
	width: 20%;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
}

.platform-layout .platform-header .loginBox i.nav-user-icon {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url(../images/common/top_user_icon.png) center center no-repeat;
	margin-right: 12px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.platform-layout .platform-header .loginBox i.nav-user-icon {
		margin-right: 8px;
	}
}

.platform-layout .platform-header .loginBox:hover a {
	color: #0b6857;
}

.platform-layout .platform-header .loginBox:hover i.nav-user-icon {
	background: url(../images/common/top_user_icon_h.png) center center no-repeat;
}

.platform-layout .platform-side {
	background-color: #fff !important;
	box-shadow: none;
	height: calc(100% - 80px);
	bottom: 0px;
	top: auto;
	/*滚动条区域*/
	/*滚动条*/
	/*滚动条外层轨道*/
}

.platform-layout .platform-side::-webkit-scrollbar {
	width: 2px;
	background-color: #fff;
}

.platform-layout .platform-side::-webkit-scrollbar-thumb {
	background-color: #006857;
	border-radius: 12px;
}

.platform-layout .platform-side::-webkit-scrollbar-track {
	background-color: #e1eceb;
}

.platform-layout .platform-side .layui-nav {
	margin-top: 0px;
}

.platform-layout .platform-side .side-icon {
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center center;
}

.platform-layout .platform-side .nav-icon-home,
.platform-layout .platform-side .nav-icon-22 {
	background-image: url(../images/common/slidenav_icon_home.png);
}

.platform-layout .platform-side .nav-icon-activity,
.platform-layout .platform-side .nav-icon-2 {
	background-image: url(../images/common/slidenav_icon_activity.png);
}

.platform-layout .platform-side .nav-icon-space,
.platform-layout .platform-side .nav-icon-1 {
	background-image: url(../images/common/slidenav_icon_space.png);
}

.platform-layout .platform-side .nav-icon-resources,
.platform-layout .platform-side .nav-icon-11 {
	background-image: url(../images/common/slidenav_icon_resources.png);
}

.platform-layout .platform-side .nav-icon-gift,
.platform-layout .platform-side .nav-icon-25 {
	background-image: url(../images/common/slidenav_icon_gift.png);
}

.platform-layout .platform-side .nav-icon-dt,
.platform-layout .platform-side .nav-icon-28 {
	background-image: url(../images/common/slidenav_icon_dt.png);
}

.platform-layout .platform-side .nav-icon-apply,
.platform-layout .platform-side .nav-icon-15 {
	background-image: url(../images/common/slidenav_icon_apply.png);
}

.platform-layout .platform-side .nav-icon-bidding,
.platform-layout .platform-side .nav-icon-29 {
	background-image: url(../images/common/slidenav_icon_bidding.png);
}

.platform-layout .platform-side .nav-icon-about,
.platform-layout .platform-side .nav-icon-16 {
	background-image: url(../images/common/slidenav_icon_about.png);
}

.platform-layout .platform-side .layui-nav-tree .layui-nav-item {
	line-height: 60px;
}

.platform-layout .platform-side .layui-nav-tree .layui-nav-item a {
	padding-top: 0px;
	height: 60px;
	line-height: 60px;
	padding-left: 52px;
	text-decoration: none;
}

.platform-layout .platform-side .layui-nav-item.active>a {
	background-color: #f3f5f5 !important;
	color: #0b6857 !important;
}

.platform-layout .platform-side .layui-nav-item.drop-child.active>a {
	background-color: #fff !important;
	color: #0b6857 !important;
}

.platform-layout .platform-side .layui-nav-tree .layui-this,
.platform-layout .platform-side .layui-nav-tree .layui-this>a,
.platform-layout .platform-side .layui-nav-tree .layui-nav-child dd.layui-this,
.platform-layout .platform-side .layui-nav-tree .layui-nav-child dd.layui-this a {
	background-color: #fff !important;
	color: #000 !important;
}

.platform-layout .platform-side .layui-nav-tree .layui-nav-item .layui-nav-child a {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
}

.platform-layout .platform-side .layui-nav-tree .layui-nav-item .layui-nav-child a:hover {
	color: #0b6857;
}

.platform-layout .platform-side .layui-nav-child a.active {
	background-color: #f3f5f5 !important;
	color: #0b6857;
}

.platform-layout .platform-side .layui-nav-item:hover .nav-icon-home,
.platform-layout .platform-side .layui-nav-item:hover .nav-icon-22,
.platform-layout .platform-side .layui-nav-item.active .nav-icon-home,
.platform-layout .platform-side .layui-nav-item.active .nav-icon-22 {
	background-image: url(../images/common/slidenav_icon_home_h.png);
}

.platform-layout .platform-side .layui-nav-item:hover .nav-icon-activity,
.platform-layout .platform-side .layui-nav-item:hover .nav-icon-2,
.platform-layout .platform-side .layui-nav-item.active .nav-icon-activity,
.platform-layout .platform-side .layui-nav-item.active .nav-icon-2 {
	background-image: url(../images/common/slidenav_icon_activity_h.png);
}

.platform-layout .platform-side .layui-nav-item:hover .nav-icon-space,
.platform-layout .platform-side .layui-nav-item:hover .nav-icon-1,
.platform-layout .platform-side .layui-nav-item.active .nav-icon-space,
.platform-layout .platform-side .layui-nav-item.active .nav-icon-1 {
	background-image: url(../images/common/slidenav_icon_space_h.png);
}

.platform-layout .platform-side .layui-nav-item:hover .nav-icon-resources,
.platform-layout .platform-side .layui-nav-item:hover .nav-icon-11,
.platform-layout .platform-side .layui-nav-item.active .nav-icon-resources,
.platform-layout .platform-side .layui-nav-item.active .nav-icon-11 {
	background-image: url(../images/common/slidenav_icon_resources_h.png);
}

.platform-layout .platform-side .layui-nav-item:hover .nav-icon-gift,
.platform-layout .platform-side .layui-nav-item:hover .nav-icon-25,
.platform-layout .platform-side .layui-nav-item.active .nav-icon-gift,
.platform-layout .platform-side .layui-nav-item.active .nav-icon-25 {
	background-image: url(../images/common/slidenav_icon_gift_h.png);
}

.platform-layout .platform-side .layui-nav-item:hover .nav-icon-dt,
.platform-layout .platform-side .layui-nav-item:hover .nav-icon-28,
.platform-layout .platform-side .layui-nav-item.active .nav-icon-dt,
.platform-layout .platform-side .layui-nav-item.active .nav-icon-28 {
	background-image: url(../images/common/slidenav_icon_dt_h.png);
}

.platform-layout .platform-side .layui-nav-item:hover .nav-icon-apply,
.platform-layout .platform-side .layui-nav-item:hover .nav-icon-15,
.platform-layout .platform-side .layui-nav-item.active .nav-icon-apply,
.platform-layout .platform-side .layui-nav-item.active .nav-icon-15 {
	background-image: url(../images/common/slidenav_icon_apply_h.png);
}

.platform-layout .platform-side .layui-nav-item:hover .nav-icon-bidding,
.platform-layout .platform-side .layui-nav-item:hover .nav-icon-29,
.platform-layout .platform-side .layui-nav-item.active .nav-icon-bidding,
.platform-layout .platform-side .layui-nav-item.active .nav-icon-29 {
	background-image: url(../images/common/slidenav_icon_bidding_h.png);
}

.platform-layout .platform-side .layui-nav-item:hover .nav-icon-about,
.platform-layout .platform-side .layui-nav-item:hover .nav-icon-16,
.platform-layout .platform-side .layui-nav-item.active .nav-icon-about,
.platform-layout .platform-side .layui-nav-item.active .nav-icon-16 {
	background-image: url(../images/common/slidenav_icon_about_h.png);
}

.layadmin-side-shrink .platform-header .logo {
	top: 20px;
	left: 10px;
	width: 70px;
}

.layadmin-side-shrink .platform-side .platform-nav {
	position: static;
	width: 80px;
}

.layadmin-side-shrink .platform-side .platform-nav>.layui-nav-item .layui-icon:first-child {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	left: 22px;
}

.layadmin-side-shrink .platform-side {
	width: 82px;
}

/*----------------------------------------*/
/*  Home
/*----------------------------------------*/
html {
	background: #f2f2f2 url(../images/common/bodybg.jpg) center top no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

/*@media (max-width: 1919px) and (min-width: 1850px) {*/
/*	html {*/
/*		zoom: 80%;*/
/*	}*/

/*	@-ms-viewport {*/
/*		width: 1920px;*/
/*	}*/
/*}*/

.layui-layout-body {
	overflow-y: hidden;
}

.platform-layout .platform-body {
	overflow-y: scroll;
	overflow-x: hidden;
	top: 80px;
	padding: 60px 40px;
	z-index: 1020;
	/*滚动条区域*/
	/*滚动条*/
	/*滚动条外层轨道*/
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.platform-layout .platform-body {
		padding: 40px 25px;
	}
}

.platform-layout .platform-body::-webkit-scrollbar {
	width: 6px;
	background-color: #fff;
}

.platform-layout .platform-body::-webkit-scrollbar-thumb {
	background-color: #006857;
	border-radius: 12px;
}

.platform-layout .platform-body::-webkit-scrollbar-track {
	background-color: #e1eceb;
}

.platform-content .panelTopBar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 20px;
	margin-bottom: 25px;
}

.platform-content .panelTitle {
	height: 20px;
	font-size: 20px;
	color: #333333;
	font-weight: 600;
	padding-left: 12px;
	position: relative;
	line-height: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.platform-content .panelTitle {
		font-size: 18px;
	}
}

.platform-content .panelTitle::before {
	position: absolute;
	height: 100%;
	width: 2px;
	left: 0px;
	content: '';
	display: block;
	background: #b71c39;
}

.platform-content .panelTitle .subtitle {
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	margin-left: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.platform-content .panelTitle .subtitle {
		font-size: 13px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.platform-content .panelTitle .subtitle {
		font-size: 12px;
	}
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.platform-content .panelTitle .subtitle {
		display: none;
	}
}

.platform-content .panelMorebtn a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.platform-content .panelMorebtn span {
	color: #999999;
	font-size: 14px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.platform-content .panelMorebtn span {
		font-size: 12px;
	}
}

.platform-content .panelMorebtn .layui-icon {
	width: 20px;
	height: 20px;
	font-size: 12px;
	border-radius: 30px;
	color: #fff;
	background-color: #dadada;
	margin-left: 10px;
	display: inline-block;
	line-height: 21px;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.platform-content .panelMorebtn:hover span {
	color: #0b6857;
}

.platform-content .panelMorebtn:hover .layui-icon {
	background-color: #0b6857;
}

.platform-content .row {
	margin-bottom: 40px;
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.platform-content .row {
		margin-bottom: 20px;
	}
}

/* 首页模块 */
.homeWrap {
	/*营销资源 */
}

.homeWrap .resourcesList {
	margin-bottom: 0px;
	padding: 0px 10px;
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.homeWrap .resourcesList {
		margin-bottom: 20px;
	}
}

.homeWrap .resourcesList .col-lg-3 {
	padding: 0px 5px;
}

.homeWrap .resourcesList .innerDoc {
	position: relative;
	height: 176px;
}

@media only screen and (min-width: 2560px) and (max-width: 3840px) {
	.homeWrap .resourcesList .innerDoc {
		height: 250px;
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
	.homeWrap .resourcesList .innerDoc {
		height: 148px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .resourcesList .innerDoc {
		height: 134px;
	}
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.homeWrap .resourcesList .innerDoc {
		margin-bottom: 20px;
	}
}

.homeWrap .resourcesList .innerDoc img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 10;
	border-radius: 12px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

.homeWrap .resourcesList .innerDoc .docInfo {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 20;
	display: block;
	top: 0px;
	border-radius: 12px;
}

.homeWrap .resourcesList .innerDoc .docInfo::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	display: inline-block;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)) no-repeat;
	z-index: 25;
	border-radius: 12px;
}

.homeWrap .resourcesList .innerDoc .docInfo .docIitle {
	font-size: 14px;
	position: absolute;
	bottom: 16px;
	left: 16px;
	z-index: 30;
	color: #fff;
	word-break: break-all;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.homeWrap .resourcesList .innerDoc .docInfo .docIitle {
		font-size: 13px;
		bottom: 12px;
		left: 12px;
	}
}

.homeWrap .resourcesList .innerDoc .docInfo .docIcon {
	width: 30px;
	height: 30px;
	background-color: #b71c39;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	position: absolute;
	top: 16px;
	left: 16px;
	border-radius: 30px;
	z-index: 30;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.homeWrap .resourcesList .innerDoc .docInfo .docIcon {
		width: 20px;
		height: 20px;
		top: 12px;
		left: 12px;
		background-size: 10px 10px;
	}
}

.homeWrap .resourcesList .innerDoc .docInfo .doc-icon-pic {
	background-image: url(../images/common/doc_icon_pic.png);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.homeWrap .resourcesList .innerDoc .docInfo .doc-icon-pic {
		background-size: 10px 10px;
	}
}

.homeWrap .resourcesList .innerDoc .docInfo .doc-icon-ppt {
	background-image: url(../images/common/doc_icon_ppt.png);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.homeWrap .resourcesList .innerDoc .docInfo .doc-icon-ppt {
		background-size: 10px 10px;
	}
}

.homeWrap .resourcesList .innerDoc .docInfo .doc-icon-pdf {
	background-image: url(../images/common/doc_icon_pdf.png);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.homeWrap .resourcesList .innerDoc .docInfo .doc-icon-pdf {
		background-size: 10px 10px;
	}
}

.homeWrap .resourcesList .innerDoc .docInfo .doc-icon-video {
	background-image: url(../images/common/doc_icon_video.png);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.homeWrap .resourcesList .innerDoc .docInfo .doc-icon-video {
		background-size: 10px 10px;
	}
}

.homeWrap .noticeWrap {
	min-height: 174px;
	background: #fff;
	padding: 4px 20px;
	border-radius: 12px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	display: flex;
}

@media only screen and (min-width: 2560px) and (max-width: 3840px) {
	.homeWrap .noticeWrap {
		min-height: 248px;
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
	.homeWrap .noticeWrap {
		min-height: 146px;
		background: #fff;
		padding: 0px 10px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .noticeWrap {
		min-height: 132px;
		padding: 0px 10px;
	}
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.homeWrap .noticeWrap {
		margin-bottom: 20px;
	}
}

.homeWrap .noticeWrap .noticeList {
	width: 100%;
}

.homeWrap .noticeWrap .noticeList .noticeInner {
	padding: 8px 0px;
	border-bottom: 1px solid #ebebeb;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.homeWrap .noticeWrap .noticeList .noticeInner {
		padding: 4px 0px;
	}
}

.homeWrap .noticeWrap .noticeList .noticeInner a {
	display: flex;
	align-items: center;
}

.homeWrap .noticeWrap .noticeList .noticeInner a span {
	height: 32px;
	padding: 2px 10px;
	color: #008678;
	border-radius: 6px;
	display: block;
	background: #f2f6f6;
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
}

.homeWrap .noticeWrap .noticeList .noticeInner a span i {
	font-size: 12px;
	font-style: inherit;
	color: #008678;
	display: block;
}

.homeWrap .noticeWrap .noticeList .noticeInner a p {
	display: inline-block;
	color: #000000;
	font-size: 14px;
	margin-left: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
	.homeWrap .noticeWrap .noticeList .noticeInner a p {
		font-size: 14px;
		margin-left: 5px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .noticeWrap .noticeList .noticeInner a p {
		font-size: 13px;
		margin-left: 5px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.homeWrap .noticeWrap .noticeList .noticeInner a p {
		font-size: 12px;
		margin-left: 5px;
	}
}

.homeWrap .noticeWrap .noticeList .noticeInner:nth-of-type(3) {
	border: none;
}

.homeWrap .activityWrap {
	display: flex;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	height: 320px;
	padding: 20px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.homeWrap .activityWrap {
		height: 300px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .activityWrap {
		height: 280px;
		padding: 15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.homeWrap .activityWrap {
		height: 240px;
	}
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.homeWrap .activityWrap {
		flex-direction: column;
		height: auto;
		padding: 15px;
		margin-bottom: 40px;
	}
}

.homeWrap .activityWrap .activityPic {
	position: relative;
	width: 100%;
	min-width: 500px;
}


.homeWrap .activityWrap .activityPic img {
	max-width: 100%;
	height: auto;
	/*object-fit: cover;*/
	border-radius: 12px;
}


.homeWrap .activityWrap .activityPic .status-icon {
	background: #b71c39;
	width: 90px;
	height: 30px;
	display: inline-block;
	position: absolute;
	bottom: 18px;
	left: 18px;
	padding-left: 20px;
	border-radius: 12px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	line-height: 30px;
}

.homeWrap .activityWrap .activityPic .living-icon {
	background: #b71c39 url(../images/common/living.gif) 20% center no-repeat;
	background-size: 14px 11px;
}

.homeWrap .activityWrap .activityIntro {
	position: relative;
	padding: 20px 15px 20px 30px;
}

.homeWrap .activityWrap .activityIntro h4 {
	color: #008678;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.3;
}
.homeWrap .activityWrap .activityIntro p {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 70px;
}


.homeWrap .giftWrap .giftInner {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 320px;
}

.homeWrap .giftWrap .giftInner a p.title {
    font-size: 1rem;
    margin-top: 30px;
    padding: 0px 10px;
    text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}

.homeWrap .giftWrap .giftInner a p.price {
	font-size: 18px;
	font-weight: bold;
	color: #008678;
	padding-top: 3px;
}


.homeWrap .giftWrap .giftInner img {
	max-width: 100%;
	max-height: 165px;
}


.homeWrap .activityWrap .activityIntro .summary .time {
	display: inline-block;
	/*padding-left: 18px;*/
	/*margin-left: 18px;*/
	font-size: 14px;
	color: #999999;
	position: relative;
}

.homeWrap .activityWrap .activityIntro .summary .time::before {
	/*height: 80%;*/
	/*top: 10%;*/
	/*width: 1px;*/
	/*content: '';*/
	/*position: absolute;*/
	/*left: 0px;*/
	/*background: #ebebeb;*/
}


@media only screen and (min-width: 1921px) and (max-width: 2256px) {
   .homeWrap .activityWrap {
        height: 280px;
        padding: 20px;
    }
    .homeWrap .giftWrap .giftInner {
        height: 280px;
    }
    .homeWrap .activityWrap .activityPic {
		min-width: 360px;
	}
	.homeWrap .activityWrap .activityIntro p {
         font-size: 13px;
	}
	.homeWrap .activityWrap .activityIntro {
        padding: 10px 15px 10px 25px;
    }
	.homeWrap .activityWrap .activityPic .status-icon {
         bottom: 46px;
	}
}

@media only screen and (min-width: 1751px) and (max-width: 1920px) {
    .homeWrap .activityWrap {
        height: 280px;
        padding: 20px;
    }
    .homeWrap .giftWrap .giftInner {
        height: 280px;
    }
    .homeWrap .activityWrap .activityPic {
		min-width: 420px;
	}
	.homeWrap .activityWrap .activityIntro p {
         font-size: 13px;
	}
	.homeWrap .activityWrap .activityIntro {
        padding: 0px 15px 10px 25px;
    }
	.homeWrap .activityWrap .activityPic .status-icon {
         bottom: 16px;
	}
}



@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
     .homeWrap .activityWrap {
        height: 260px;
        padding: 20px;
    }
    .homeWrap .giftWrap .giftInner {
        height: 260px;
    }
    .homeWrap .activityWrap .activityPic {
		min-width: 360px;
	}
	.homeWrap .activityWrap .activityIntro {
        padding: 0px 15px 10px 25px;
    }
	.homeWrap .activityWrap .activityIntro p {
         font-size: 13px;
	}
	
	.homeWrap .activityWrap .activityPic .status-icon {
         bottom: 26px;
	}
	.homeWrap .activityWrap .activityIntro h4 {
        font-size: 17px;
    }
	.homeWrap .activityWrap .activityIntro p {
		font-size: 13px;
		line-height: 1.5;
		height: 36px;
		-webkit-line-clamp: 2;
	}
	.homeWrap .giftWrap .giftInner img {
        max-width: 100%;
        max-height: 145px;
    }
    .homeWrap .giftWrap .giftInner a p.title {
        font-size: 13px;
        height:auto;
    }
    .homeWrap .giftWrap .giftInner a p.price {
        font-size: 16px;
        font-weight: bold;
        color: #008678;
        padding-top: 3px;
    }
    .homeWrap .activityWrap .activityIntro .summary .time {
		font-size: 12px;
		/*padding-left: 10px;*/
		/*margin-left: 10px;*/
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .homeWrap .activityWrap {
        height: 230px;
        padding: 15px;
    }
    .homeWrap .giftWrap .giftInner {
        height: 230px;
    }
    .homeWrap .activityWrap .activityIntro {
        padding: 0px 15px 10px 25px;
    }
    .homeWrap .activityWrap .activityPic {
		min-width: 320px;
	}
	.homeWrap .activityWrap .activityIntro h4 {
        font-size: 16px;
    }
    .homeWrap .giftWrap .giftInner img {
        max-width: 100%;
        max-height: 105px;
    }
     .homeWrap .giftWrap .giftInner a p.title {
        height:36px;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .activityWrap {
        height: 230px;
        padding: 15px;
    }
    .homeWrap .giftWrap .giftInner {
        height: 230px;
    }
    .homeWrap .activityWrap .activityPic {
		min-width: 300px;
	}
	.homeWrap .activityWrap .activityIntro {
        padding: 0px 15px 10px 25px;
    }
    .homeWrap .activityWrap .activityIntro h4 {
        font-size: 16px;
    }
	.homeWrap .activityWrap .activityIntro p {
         font-size: 12px;
         line-height: 1.5;
		height: 36px;
		-webkit-line-clamp: 2;
	}
	.homeWrap .giftWrap .giftInner img {
        max-width: 100%;
        max-height: 85px;
    }
     .homeWrap .giftWrap .giftInner a p.title {
        height:36px;
    }
    .homeWrap .activityWrap .activityPic .status-icon{
        width: 80px;
        height: 28px;
        bottom:36px;
        font-size:12px;
    }
    .homeWrap .activityWrap .activityIntro .summary .time {
		font-size: 12px;
		/*padding-left: 10px;*/
		/*margin-left: 10px;*/
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
	.homeWrap .activityWrap {
        height: 200px;
        padding: 15px;
    }
    .homeWrap .giftWrap .giftInner {
        height: 200px;
    }
    .homeWrap .activityWrap .activityIntro {
        padding: 0px 15px 10px 15px;
    }
    .homeWrap .activityWrap .activityIntro h4 {
        font-size: 15px;
    }
    .homeWrap .activityWrap .activityPic {
		min-width: 260px;
	}
	.homeWrap .activityWrap .activityIntro p{
        display: none;
    }
    .homeWrap .activityWrap .activityIntro .summary .time{
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px){
    .homeWrap .activityWrap {
        height: 220px;
    }
	.homeWrap .activityWrap .activityPic {
		min-width: 160px;
	}
	.homeWrap .giftWrap .giftInner {
        height: 220px;
    }
    .homeWrap .activityWrap .activityIntro {
        padding: 0px 15px 10px 15px;
    }
	.homeWrap .activityWrap .activityIntro h4 {
		font-size: 16px;
		line-height: 1.2;
	}
	.homeWrap .activityWrap .activityIntro p {
    	display: none;
	}
	.homeWrap .activityWrap .activityPic .status-icon{
        display: none;
    }
    .homeWrap .activityWrap .activityIntro .summary .time{
        font-size:12px;
    }
    .homeWrap .giftWrap .col-lg-4 {
        width: 33.33333333%;
    }
    .homeWrap .giftWrap .giftInner img {
        max-height: 85px;
    }
   
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.homeWrap .activityWrap .activityIntro {
		padding: 20px 15px 50px 15px;
	}
	.homeWrap .activityWrap .activityPic img {
		max-height: 200px;
	}
	
}



.homeWrap .activityWrap .activityIntro .summary {
	position: absolute;
	bottom: 0px;
	display: flex;
	align-items: center;
}

.homeWrap .activityWrap .activityIntro .summary .user {
	display: flex;
	height: 26px;
	align-items: center;
}

.homeWrap .activityWrap .activityIntro .summary .user img {
	border-radius: 50%;
	width: 26px;
	height: 26px;
	display: inline-block;
}

.homeWrap .activityWrap .activityIntro .summary .user i {
	font-size: 14px;
	color: #999999;
	margin-left: 10px;
	font-style: inherit;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.homeWrap .activityWrap .activityIntro .summary .user i {
		font-size: 12px;
	}
}


.homeWrap .giftWrap .giftList {
	margin-bottom: 0px;
	padding: 0px 10px;
}

.homeWrap .giftWrap .col-lg-4 {
	padding: 0px 5px;
}


.homeWrap .giftWrap .giftInner a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}


@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.homeWrap .giftWrap .giftInner a p.title {
		font-size: 13px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 320px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.homeWrap .giftWrap .giftInner a p.price {
		font-size: 15px;
	}
}

.homeWrap .spaceWrap {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	height: 370px;
	padding: 20px;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
	.homeWrap .spaceWrap {
		height: 340px;
		padding: 15px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .spaceWrap {
		height: 300px;
	}
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.homeWrap .spaceWrap {
		height: auto;
		margin-bottom: 40px;
	}
}

.homeWrap .spaceWrap .col-lg-5 {
	padding: 0px;
}

.homeWrap .spaceRecomBox {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.homeWrap .spaceRecomBox .row {
	margin-bottom: 0px;
}

.homeWrap .spaceRecomBox .col-lg-12,
.homeWrap .spaceRecomBox .col-lg-8,
.homeWrap .spaceRecomBox .col-lg-4 {
	padding: 0px;
}

.homeWrap .spaceRecomBox .recomInner {
	width: calc(100% - 30px);
	padding: 30px 20px;
	height: 155px;
	border-radius: 12px;
	background: #fff9f0 url(../images/home/spaceinner_pic01.png) right center no-repeat;
	padding-right: 42%;
	margin-bottom: 16px;
}


.homeWrap .spaceRecomBox .col-lg-12:nth-of-type(2) .recomInner {
	padding-right: 20px;
	padding-left: 36%;
	border-radius: 12px;
	background: #eef6fc url(../images/home/spaceinner_pic02.png) left center no-repeat;
	text-align: right;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .spaceRecomBox .recomInner {
		height: 135px;
		background-size: 40%;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .spaceRecomBox .recomInner {
		height: 115px;
		padding: 20px 15px;
		padding-right: 40%;
		padding: 20px 20px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .homeWrap .spaceRecomBox .recomInner {
        padding-right: 12%;
        background-position: right bottom;
        background-size: 50%;
    }
    .homeWrap .spaceRecomBox .col-lg-12:nth-of-type(2) .recomInner {
        padding-left: 12%;
       background-position: right bottom;
        background-size: 60%;
    }
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.homeWrap .spaceRecomBox .recomInner {
		background-size: 40%;
		width: calc(100% - 0px);
	}
}

.homeWrap .spaceRecomBox .recomInner h4 {
	font-size: 18px;
	font-weight: bold;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .spaceRecomBox .recomInner h4 {
		font-size: 16px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .spaceRecomBox .recomInner h4 {
		font-size: 14px;
	}
}

.homeWrap .spaceRecomBox .recomInner p {
	color: #666666;
	font-size: 14px;
	line-height: 21px;
	margin-top: 10px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
	.homeWrap .spaceRecomBox .recomInner p {
		font-size: 14px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .spaceRecomBox .recomInner p {
		font-size: 13px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .spaceRecomBox .recomInner p {
		font-size: 12px;
		line-height: 18px;
	}
}


@media only screen and (min-width: 1600px) and (max-width: 1750px) {
	.homeWrap .spaceRecomBox .col-lg-12:nth-of-type(2) .recomInner {
		background-size: 50%;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .spaceRecomBox .col-lg-12:nth-of-type(2) .recomInner {
		background-size: 50%;
		padding-left: 42%;
	}
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.homeWrap .spaceRecomBox .col-lg-12:nth-of-type(2) .recomInner {
		background-size: 40%;
	}
}

.homeWrap .newsletterBox {
	background: #fff4f6 url(../images/home/spaceinner_pic03.png) center 90% no-repeat;
	border-radius: 12px;
	text-align: center;
	padding: 20px;
	height: calc(100% - 16px);
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .newsletterBox {
		padding: 15px 6px;
	}
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.homeWrap .newsletterBox {
		height: 248px;
		margin: 0px -15px;
	}
}

.homeWrap .newsletterBox h4 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .newsletterBox h4 {
		font-size: 16px;
		margin-top: 20px;
	}
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.homeWrap .newsletterBox h4 {
		font-size: 15px;
	}
}

.homeWrap .newsletterBox p {
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 21px;
	margin-top: 10px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .newsletterBox p {
		font-size: 13px;
	}
}

.homeWrap .hotnewsWrap {
	background: #fbfbfb;
	border-radius: 12px;
	padding: 20px;
	height: calc(100% - 16px);
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
	.homeWrap .hotnewsWrap {
		padding: 10px 0px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .hotnewsWrap {
		padding: 10px 6px;
	}
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.homeWrap .hotnewsWrap {
		height: 300px;
		margin: 0px -15px;
	}
}

.homeWrap .hotnewsWrap .hotTitle {
	font-size: 18px;
	font-weight: bold;
	marign-bottom: 8px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.homeWrap .hotnewsWrap .hotTitle {
		font-size: 16px;
	}
}

.homeWrap .hotnewsWrap .newsList .news-li {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
	.homeWrap .hotnewsWrap .newsList .news-li {
		font-size: 13px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.homeWrap .hotnewsWrap .newsList .news-li {
		font-size: 12px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .hotnewsWrap .newsList .news-li {
		font-size: 12px;
		height: 42px;
		line-height: 42px;
	}
}

.homeWrap .hotnewsWrap .newsList li a {
	display: flex;
	align-items: center;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
	.homeWrap .hotnewsWrap .newsList li a {
		font-size: 13px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .hotnewsWrap .newsList li a {
		font-size: 12px;
	}
}

.homeWrap .hotnewsWrap .newsList li a span {
	width: 100%;
	max-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 14px;
}

.homeWrap .hotnewsWrap .newsList li a:hover {
	color: #0b6857;
	text-decoration: underline;
}

.homeWrap .hotnewsWrap .newsList i.news-icon {
	width: 30px;
	height: 30px;
	color: #fb2c41;
	background-color: #ffebef;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	font-style: inherit;
	font-weight: bold;
	border-radius: 6px;
	margin-right: 10px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .hotnewsWrap .newsList i.news-icon {
		width: 20px;
		height: 20px;
		margin-right: 6px;
		line-height: 20px;
	}
}

.homeWrap .hotnewsWrap .newsList .news-icon-topping {
	background: url(../images/common/news_icon_topping.png) center center no-repeat;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .hotnewsWrap .newsList .news-icon-topping {
		background-size: 8px 8px;
	}
}

.homeWrap .hotnewsWrap .newsList .news-li li:nth-of-type(3) i.news-icon {
	color: #fd5b1d;
	background-color: #fff0eb;
}

.homeWrap .hotnewsWrap .newsList .news-li li:nth-of-type(4) i.news-icon {
	color: #f69d28;
	background-color: #fff5e7;
}

.homeWrap .hotnewsWrap .newsList .news-li li:nth-of-type(5) i.news-icon {
	color: #989ba6;
	background-color: #f6f7fa;
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.homeWrap .dtWrap {
		margin-bottom: 20px;
	}
}

.homeWrap .dtWrap .dtList {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	padding: 20px;
	height: 370px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
	.homeWrap .dtWrap .dtList {
		height: 340px;
		padding: 15px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .dtWrap .dtList {
		height: 300px;
		padding: 15px;
	}
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.homeWrap .dtWrap .dtList {
		height: auto;
	}
}

.homeWrap .dtWrap .dtList .dtInner {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
	align-items: center;
}

.homeWrap .dtWrap .dtList .dtInner .titleBox p {
	color: #000;
	font-size: 16px;
	line-height: 30px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
	.homeWrap .dtWrap .dtList .dtInner .titleBox p {
		font-size: 14px;
		line-height: 24px;
	}

	.homeWrap .dtWrap .dtList .dtInner .titleBox p br {
		display: none;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .dtWrap .dtList .dtInner .titleBox p {
		font-size: 14px;
		line-height: 24px;
	}

	.homeWrap .dtWrap .dtList .dtInner .titleBox p br {
		display: none;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.homeWrap .dtWrap .dtList .dtInner .titleBox p {
		font-size: 14px;
		line-height: 24px;
	}

	.homeWrap .dtWrap .dtList .dtInner .titleBox p br {
		display: none;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.homeWrap .dtWrap .dtList .dtInner .titleBox p {
		font-size: 14px;
		line-height: 21px;
	}
}

.homeWrap .dtWrap .dtList .dtInner .titleBox .popmoreBtn {
	width: 108px;
	height: 36px;
	text-align: center;
	font-size: 14px;
	background: #008678;
	color: #fff;
	line-height: 36px;
	margin-top: 20px;
	border-radius: 30px;
	display: inline-block;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .dtWrap .dtList .dtInner .titleBox .popmoreBtn {
		width: 88px;
		height: 32px;
		text-align: center;
		font-size: 12px;
		line-height: 32px;
		margin-top: 12px;
	}
}

.homeWrap .dtWrap .dtList .dtInner .imgBox a {
	width: 140px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f9f9f9;
	overflow: hidden;
	border-radius: 12px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
	.homeWrap .dtWrap .dtList .dtInner .imgBox a {
		width: 120px;
		height: 120px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.homeWrap .dtWrap .dtList .dtInner .imgBox a {
		width: 100px;
		height: 100px;
	}
}

.homeWrap .dtWrap .dtList .dtInner .imgBox img {
	max-width: 100%;
}

.homeWrap .dtWrap .dtList .dtInner:nth-of-type(2) {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	padding-top: 20px;
	border: none;
}

.homeWrap .dtWrap .dtList .dtInner:nth-of-type(2) .imgBox {
	margin-right: 20px;
}

.homeWrap .wechatArticle {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	padding: 20px;
	height: 340px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .wechatArticle {
		height: 330px;
		padding: 15px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.homeWrap .wechatArticle {
		padding: 15px;
	}
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.homeWrap .wechatArticle {
		margin-bottom: 30px;
	}
}

.homeWrap .wechatArticle .articleInner {
	height: 90px;
	display: flex;
	align-items: center;
	background-color: #fff;
	border-bottom: 1px solid #ebebeb;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0);
}

.homeWrap .wechatArticle .articleInner>a {
	width: 100%;
	padding: 30px 20px;
	color: #333333;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 50;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.homeWrap .wechatArticle .articleInner>a {
		padding: 20px 15px;
	}
}

.homeWrap .wechatArticle .articleInner .txt {
	width: 55%;
	color: #999;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
	.homeWrap .wechatArticle .articleInner .txt {
		width: 50%;
		font-size: 14px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.homeWrap .wechatArticle .articleInner .txt {
		width: 48%;
		font-size: 14px;
	}
}

.homeWrap .wechatArticle .articleInner .imgPop {
	width: 300px;
	height: 128px;
	display: inline-block;
	position: absolute;
	right: 10%;
	z-index: 5;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
	.homeWrap .wechatArticle .articleInner .imgPop {
		width: 200px;
		height: 85px;
		right: 12%;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.homeWrap .wechatArticle .articleInner .imgPop {
		width: 180px;
		height: 77px;
		right: 12%;
	}
}

.homeWrap .wechatArticle .articleInner .imgPop img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	opacity: 0;
	border-radius: 16px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
	.homeWrap .wechatArticle .articleInner .imgPop img {
		border-radius: 8px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.homeWrap .wechatArticle .articleInner .imgPop img {
		border-radius: 6px;
	}
}

.homeWrap .wechatArticle .articleInner:hover,
.homeWrap .wechatArticle .articleInner.active {
	background-color: #f9f9f9;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	z-index: 20;
	border-radius: 16px;
	border-bottom: 1px solid #fff;
}

.homeWrap .wechatArticle .articleInner:hover .txt,
.homeWrap .wechatArticle .articleInner.active .txt {
	color: #ee2d51;
}

.homeWrap .wechatArticle .articleInner:hover .imgPop img,
.homeWrap .wechatArticle .articleInner.active .imgPop img {
	opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {

	.homeWrap .wechatArticle .articleInner:hover .imgPop img,
	.homeWrap .wechatArticle .articleInner.active .imgPop img {
		opacity: 0;
	}
}

.homeWrap .wechatArticle .moreBtn {
	display: inline-block;
	width: 48px;
	height: 36px;
	background: #f9f9f9;
	text-align: center;
	line-height: 36px;
	border-radius: 30px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.homeWrap .wechatArticle .moreBtn {
		width: 36px;
		height: 30px;
		line-height: 34px;
	}
}

.homeWrap .wechatArticle .moreBtn .more-icon {
	width: 15px;
	height: 15px;
	display: inline-block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background: url(../images/common/moreicon_arrow.png) center center no-repeat;
}

.homeWrap .wechatArticle .articleInner:hover .moreBtn {
	background: #008678;
}

.homeWrap .wechatArticle .articleInner:hover .moreBtn .more-icon {
	background: url(../images/common/moreicon_arrow_w.png) center center no-repeat;
}

.homeWrap .standardWrap .standardList {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	padding: 20px;
	height: 340px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .standardWrap .standardList {
		height: 330px;
		padding: 15px;
	}
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.homeWrap .standardWrap .standardList {
		height: auto;
	}
}

.homeWrap .standardWrap .standardList table {
	max-height: 300px;
	font-size: 14px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .standardWrap .standardList table {
		max-height: 290px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.homeWrap .standardWrap .standardList table {
		font-size: 12px;
	}
}

.homeWrap .standardWrap .standardList table th {
	border: 0px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .standardWrap .standardList table th {
		padding: 4px 12px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.homeWrap .standardWrap .standardList table th {
		font-size: 12px;
	}
}

.homeWrap .standardWrap .standardList table tr,
.homeWrap .standardWrap .standardList table td {
	border: 0px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {

	.homeWrap .standardWrap .standardList table tr,
	.homeWrap .standardWrap .standardList table td {
		padding: 2px 10px;
		line-height: 18px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {

	.homeWrap .standardWrap .standardList table tr,
	.homeWrap .standardWrap .standardList table td {
		font-size: 12px;
	}
}

.homeWrap .standardWrap .standardList table thead tr {
	background: none;
	height: 50px;
	line-height: 50px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.homeWrap .standardWrap .standardList table thead tr {
		height: auto;
		line-height: auto;
	}
}

.homeWrap .standardWrap .standardList table th {
	border-top: 2px solid #008678;
	padding: 9px 8px;
}

.homeWrap .standardWrap .standardList span {
	font-size: 12px;
}

.homeWrap .standardWrap .standardList .text-red,
.homeWrap .standardWrap .standardList .text-purple,
.homeWrap .standardWrap .standardList .text-green {
	width: 80px;
	height: 30px;
	display: inline-block;
	padding: 2px 6px;
	border-radius: 6px;
	text-align: center;
	line-height: 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {

	.homeWrap .standardWrap .standardList .text-red,
	.homeWrap .standardWrap .standardList .text-purple,
	.homeWrap .standardWrap .standardList .text-green {
		width: 80px;
		height: 25px;
		line-height: 18px;
	}
}

.homeWrap .standardWrap .standardList .text-red {
	background: #ffebef;
	color: #ee2d51;
}

.homeWrap .standardWrap .standardList .text-purple {
	background: #eeebfa;
	color: #654aae;
}

.homeWrap .standardWrap .standardList .text-green {
	background: #e1f4f2;
	color: #008678;
}

/*----------------------------------------*/
/*  Pages
/*----------------------------------------*/
.pageColumn {
	margin-top: -20px !important;
	/*选项卡*/
}

.pageColumn .panelTopBar {
	height: 66px;
	padding-bottom: 10px;
	margin-bottom: 18px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pageColumn .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: .25rem;
	display: block;
	opacity: 0;
	visibility: hidden;
	transform: translateY(1rem);
	width: 100px;
	left: -40px;
	border: none;
	padding-top: 6px;
}

.pageColumn .dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.pageColumn .dropdown-item {
		font-size: 12px;
		padding: .15rem 1rem;
	}
}

.pageColumn .dropdown-item:hover {
	background: #f3f5f5;
}

.pageColumn .dropdown-item.active {
	background: #f3f5f5;
	color: #008678;
}

.pageColumn .sortingBtn {
	width: 108px;
	height: 36px;
	background: #fff;
	line-height: 36px;
	border-radius: 30px;
	text-align: center;
	display: inline-block;
	color: #333333;
	font-size: 14px;
	cursor: pointer;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.pageColumn .sortingBtn {
		width: 88px;
		height: 32px;
		line-height: 32px;
		font-size: 13px;
	}
}

.pageColumn .sortingBtn:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.pageColumn .columnTab {
	display: flex;
	justify-content: space-between;
}

.pageColumn .columnTab .tabList {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.pageColumn .columnTab .tabList .tabInner {
	margin-right: 60px;
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.pageColumn .columnTab .tabList .tabInner {
		margin-right: 30px;
	}
}

.pageColumn .columnTab .tabList .tabInner a {
	position: relative;
	display: flex;
	align-items: center;
}

.pageColumn .columnTab .tabList .tabInner .tab-icon {
	width: 25px;
	height: 25px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 8px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	opacity: .6;
}

.pageColumn .columnTab .tabList .tabInner .trend-icon {
	background-image: url(../images/common/trend_icon.png);
}

.pageColumn .columnTab .tabList .tabInner .briefing-icon {
	background-image: url(../images/common/briefing_icon.png);
}

.pageColumn .columnTab .tabList .tabInner .newsletter-icon {
	background-image: url(../images/common/newsletter_icon.png);
}

.pageColumn .columnTab .tabList .tabInner .official-blog-icon {
	background-image: url(../images/common/official_blog_icon.png);
}

.pageColumn .columnTab .tabList .tabInner .library-icon {
	background-image: url(../images/common/library_icon.png);
}

.pageColumn .columnTab .tabList .tabInner .materials-icon {
	background-image: url(../images/common/materials_icon.png);
}

.pageColumn .columnTab .tabList .tabInner .report-icon {
	background-image: url(../images/common/report_icon.png);
}

.pageColumn .columnTab .tabList .tabInner .content-icon {
	background-image: url(../images/common/content_icon.png);
}

.pageColumn .columnTab .tabList .tabInner .videolist-icon {
	background-image: url(../images/common/videolist_icon.png);
}

.pageColumn .columnTab .tabList .tabInner .download-icon {
	background-image: url(../images/common/download_icon.png);
}

.pageColumn .columnTab .tabList .tabInner span.title {
	font-size: 18px;
	color: #999999;
	position: relative;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.pageColumn .columnTab .tabList .tabInner span.title {
		font-size: 16px;
	}
}

.pageColumn .columnTab .tabList .tabInner span.title::after {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	bottom: -8px;
	background: #008678;
	left: 50%;
	border-radius: 30px;
	margin-left: -6px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.pageColumn .columnTab .tabList .tabInner .tips {
	background: rgba(183, 28, 57, 0);
	border: 1px solid #e0dfdf;
	padding: 1px 6px;
	display: inline-block;
	position: absolute;
	top: -5px;
	font-style: inherit;
	right: -30px;
	color: #b71c39;
	font-size: 12px;
	border-radius: 30px;
}

.pageColumn .columnTab .tabList .tabInner.active span.title,
.pageColumn .columnTab .tabList .tabInner:hover span.title {
	color: #008678;
}

.pageColumn .columnTab .tabList .tabInner.active span.title::after,
.pageColumn .columnTab .tabList .tabInner:hover span.title::after {
	opacity: 1;
}

.pageColumn .columnTab .tabList .tabInner.active .tips,
.pageColumn .columnTab .tabList .tabInner:hover .tips {
	color: #fff;
	background: #b71c39;
	border: 1px solid #b71c39;
}

.pageColumn .columnTab .tabList .tabInner.active .tab-icon,
.pageColumn .columnTab .tabList .tabInner:hover .tab-icon {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}

.pageColumn .columnTab .tabList .tabInner.active .trend-icon,
.pageColumn .columnTab .tabList .tabInner:hover .trend-icon {
	background-image: url(../images/common/trend_icon_h.png);
}

.pageColumn .columnTab .tabList .tabInner.active .briefing-icon,
.pageColumn .columnTab .tabList .tabInner:hover .briefing-icon {
	background-image: url(../images/common/briefing_icon_h.png);
}

.pageColumn .columnTab .tabList .tabInner.active .newsletter-icon,
.pageColumn .columnTab .tabList .tabInner:hover .newsletter-icon {
	background-image: url(../images/common/newsletter_icon_h.png);
}

.pageColumn .columnTab .tabList .tabInner.active .official-blog-icon,
.pageColumn .columnTab .tabList .tabInner:hover .official-blog-icon {
	background-image: url(../images/common/official_blog_icon_h.png);
}

.pageColumn .columnTab .tabList .tabInner.active .library-icon,
.pageColumn .columnTab .tabList .tabInner:hover .library-icon {
	background-image: url(../images/common/library_icon_h.png);
}

.pageColumn .columnTab .tabList .tabInner.active .materials-icon,
.pageColumn .columnTab .tabList .tabInner:hover .materials-icon {
	background-image: url(../images/common/materials_icon_h.png);
}

.pageColumn .columnTab .tabList .tabInner.active .report-icon,
.pageColumn .columnTab .tabList .tabInner:hover .report-icon {
	background-image: url(../images/common/report_icon_h.png);
}

.pageColumn .columnTab .tabList .tabInner.active .content-icon,
.pageColumn .columnTab .tabList .tabInner:hover .content-icon {
	background-image: url(../images/common/content_icon_h.png);
}

.pageColumn .columnTab .tabList .tabInner.active .videolist-icon,
.pageColumn .columnTab .tabList .tabInner:hover .videolist-icon {
	background-image: url(../images/common/videolist_icon_h.png);
}

.pageColumn .columnTab .tabList .tabInner.active .download-icon,
.pageColumn .columnTab .tabList .tabInner:hover .download-icon {
	background-image: url(../images/common/download_icon_h.png);
}

.pageColumn .filterWrap {
	margin-bottom: 40px;
}

.pageColumn .filterWrap .filterInner {
	align-items: center;
	margin-bottom: 15px;
}

.pageColumn .filterWrap .filterInner h5 {
	width: 50px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #999;
	float: left;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.pageColumn .filterWrap .filterInner h5 {
		width: 44px;
		height: 32px;
		line-height: 30px;
	}
}

.pageColumn .filterWrap .filterInner .filterTags {
	display: flex;
}

.pageColumn .filterWrap .filterInner .filterTags li {
	width: 158px;
	height: 36px;
	line-height: 36px;
	margin: 0px 10px;
	border-radius: 30px;
	border: 1px solid #e0e0e0;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.pageColumn .filterWrap .filterInner .filterTags li {
		width: 128px;
		height: 32px;
		line-height: 30px;
		margin: 0px 8px;
	}
}

.pageColumn .filterWrap .filterInner .filterTags li a {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
	width: 100%;
	padding: 0px 20px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.pageColumn .filterWrap .filterInner .filterTags li a {
		padding: 0px;
	}
}

.pageColumn .filterWrap .filterInner .filterTags li a span {
	color: #333;
	font-size: 14px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
	.pageColumn .filterWrap .filterInner .filterTags li a span {
		font-size: 13px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.pageColumn .filterWrap .filterInner .filterTags li a span {
		font-size: 12px;
	}
}

.pageColumn .filterWrap .filterInner .filterTags li a i {
	font-size: 14px;
	border: 1px solid #e0e0e0;
	color: #b71c39;
	border-radius: 50%;
	text-align: center;
	width: 35px;
	display: inline-block;
	height: 35px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-style: inherit;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	display: none;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.pageColumn .filterWrap .filterInner .filterTags li a i {
		font-size: 12px;
		border: 1px solid #e0e0e0;
		color: #b71c39;
		width: 30px;
		height: 30px;
		line-height: 28px;
	}
}

.pageColumn .filterWrap .filterInner .filterTags li:nth-of-type(1) {
	width: auto;
}

.pageColumn .filterWrap .filterInner .filterTags li:nth-of-type(1) a {
	padding: 0px 45px;
}

.pageColumn .filterWrap .filterInner .filterTags li:nth-of-type(1) a span {
	margin-left: -26px;
}

.pageColumn .filterWrap .filterInner .filterTags li:nth-of-type(1) i {
	display: block;
}

.pageColumn .filterWrap .filterInner .filterTags li.active,
.pageColumn .filterWrap .filterInner .filterTags li:hover {
	background: #008678;
	border: 1px solid #008678;
}

.pageColumn .filterWrap .filterInner .filterTags li.active span,
.pageColumn .filterWrap .filterInner .filterTags li:hover span {
	color: #fff;
}

.pageColumn .filterWrap .filterInner .filterTags li.active i,
.pageColumn .filterWrap .filterInner .filterTags li:hover i {
	background: #4daba1;
	color: #fff;
	border: 1px solid #4daba1;
}

.pageColumn .siderBar {
	margin-top: 30px;
}

.pageColumn .siderBar .businessContact {
	margin-bottom: 40px;
}

.pageColumn .siderBar .businessContact h5 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.pageColumn .siderBar .businessContact .contactInner {
	background: #fff;
	padding: 16px 20px;
	border-radius: 12px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.pageColumn .siderBar .businessContact .contactInner {
		padding: 16px 10px;
	}
}

.pageColumn .siderBar .businessContact .contactInner .avatarBox {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.pageColumn .siderBar .businessContact .contactInner .avatarBox img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 50%;
}

.pageColumn .siderBar .businessContact .contactInner .avatarBox span {
	color: #333333;
	font-size: 16px;
}

.pageColumn .siderBar .businessContact .contactInner .contactInfo {
	display: flex;
	flex-direction: row;
}

.pageColumn .siderBar .businessContact .contactInner .contactInfo .infoLi {
	margin-right: 30px;
	padding-top: 4px;
}

.pageColumn .siderBar .businessContact .contactInner .contactInfo .infoLi i.slider-icon {
	width: 17px;
	height: 17px;
	display: block;
	margin-bottom: 3px;
}

.pageColumn .siderBar .businessContact .contactInner .contactInfo .infoLi .phone-icon {
	background: url(../images/common/phone_icon_h.png) center center no-repeat;
}

.pageColumn .siderBar .businessContact .contactInner .contactInfo .infoLi .email-icon {
	background: url(../images/common/mail_icon_h.png) center center no-repeat;
}

.pageColumn .siderBar .businessContact .contactInner .contactInfo .infoLi span {
	font-size: 14px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.pageColumn .siderBar .businessContact .contactInner .contactInfo .infoLi span {
		font-size: 13px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.pageColumn .siderBar .businessContact .contactInner .contactInfo .infoLi span {
		font-size: 12px;
	}
}

.pageColumn .commentWrap {
	margin-bottom: 40px;
}

.pageColumn .commentWrap .panel-default {
	border-radius: 12px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

.pageColumn .commentWrap .commentTitle {
	margin-bottom: 20px;
}

.pageColumn .commentWrap .commentTitle h5 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.pageColumn .commentWrap .commentContent {
	background: #fff;
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.pageColumn .commentWrap .form-group {
	margin-bottom: 10px;
	position: relative;
}

.pageColumn .commentWrap .commentBtn {
	border-radius: 30px;
	background: #008678;
	font-size: 14px;
	width: 108px;
	height: 36px;
	line-height: 30px;
	outline: none;
	border: none;
	color: #fff;
	position: absolute;
	bottom: 8px;
	right: 8px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
	.pageColumn .commentWrap .commentBtn {
		font-size: 13px;
		width: 88px;
		height: 32px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.pageColumn .commentWrap .commentBtn {
		width: 88px;
		height: 32px;
		font-size: 12px;
	}
}

.pageColumn .commentWrap textarea.form-control {
	border-radius: 8px;
	box-shadow: none;
	border-color: #eeeeee;
	max-height: 120px;
	font-size: 14px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
	.pageColumn .commentWrap textarea.form-control {
		font-size: 13px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.pageColumn .commentWrap textarea.form-control {
		font-size: 12px;
	}
}

.pageColumn .commentWrap .commentlist dl {
	position: relative;
	border-bottom: 1px solid #eee;
	clear: both;
	padding: 8px 0;
	margin-bottom: 5px;
}

.pageColumn .commentWrap .commentlist dl dt {
	float: left;
	margin-right: 10px;
	width: 44px;
	height: 44px;
	display: block;
	position: absolute;
}

.pageColumn .commentWrap .commentlist dl dt img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.pageColumn .commentWrap .commentlist dl dd {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
}

.pageColumn .commentWrap .commentlist dl dd cite a {
	color: #008678;
	font-size: 14px;
}

.pageColumn .commentWrap .commentlist dl dd small {
	color: #999;
	margin: 0 0 0 3px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}

.pageColumn .commentWrap .commentlist dl dd dl {
	margin: 0px;
	border-top: 1px solid #eee;
	border-bottom: none;
	padding-top: 15px;
	padding-bottom: 0;
}

.pageColumn .commentWrap .commentlist dl dd dl dd {
	width: 100%;
}

.pageColumn .commentWrap .commentlist dl dd p {
	margin-top: 5px;
	margin-bottom: 8px;
	line-height: 24px;
	font-size: 14px;
	color: #333333;
}

.pageColumn .commentWrap .commentlist dl dd p em {
	font-style: normal;
	display: inline-block;
	padding: 0 5px;
	height: 22px;
	line-height: 22px;
	font-weight: 400;
	font-size: 13px;
	text-align: center;
	color: #007bff;
	background: #e5f2ff;
	border-radius: 2px;
}

.pageColumn .commentWrap .commentlist dl cite {
	font-style: normal;
}

.pageColumn .activityInner {
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	padding: 20px;
}

.pageColumn .activityInner .activityCard {
	display: flex;
	justify-content: space-between;
}

.pageColumn .activityInner .activitySummary {
	width: 70%;
	position: relative;
	padding-right: 30px;
	padding-bottom: 30px;
}

.pageColumn .activityInner .activitySummary .titleBox {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.pageColumn .activityInner .activitySummary .titleBox {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
}

.pageColumn .activityInner .activitySummary .titleBox span.title {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.pageColumn .activityInner .activitySummary .titleBox span.title {
		font-size: 16px;
	}
}

.pageColumn .activityInner .activitySummary .titleBox span.date {
	font-size: 14px;
	color: #999999;
	display: flex;
	height: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.pageColumn .activityInner .activitySummary .titleBox span.date {
		font-size: 13px;
	}
}

.pageColumn .activityInner .activitySummary .titleBox i.time-icon {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../images/common/time-icon.png) center center no-repeat;
	margin-right: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.pageColumn .activityInner .activitySummary .titleBox i.time-icon {
		background-size: 14px 14px;
		margin-right: 6px;
	}
}

.pageColumn .activityInner .activitySummary p.intro {
	color: #666666;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 10px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.pageColumn .activityInner .activitySummary p.intro {
		font-size: 13px;
		line-height: 21px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.pageColumn .activityInner .activitySummary p.intro {
		font-size: 12px;
		line-height: 18px;
	}
}

.pageColumn .activityInner .activitySummary .tags {
	display: flex;
	position: absolute;
	bottom: 0px;
	margin-left: -10px;
}

.pageColumn .activityInner .activitySummary .tags li {
	background: #f2f6f6;
	color: #0b6857;
	padding: 4px 10px;
	text-align: center;
	margin-left: 10px;
	font-size: 14px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.pageColumn .activityInner .activitySummary .tags li {
		font-size: 12px;
		padding: 3px 8px;
	}
}

.pageColumn .activityInner .activitySummary .tags li a {
	color: #0b6857;
}

.pageColumn .activityInner .activityImg {
	width: 30%;
	min-height: 250px;
	max-height: 510px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.pageColumn .activityInner .activityImg {
		min-height: auto;
	}
}

.pageColumn .activityInner .activityImg img {
	border-radius: 16px;
	width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.pageColumn .activityInner:nth-child(2n) .activityCard {
	flex-direction: row-reverse;
	display: flex;
}

.pageColumn .activityInner:nth-child(2n) .activitySummary {
	padding-right: 0px;
	padding-left: 30px;
}

.pageColumn .materialInner {
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	padding-bottom: 20px;
	/*padding: 20px;*/
}

.pageColumn .materialInner .materialImg {
	max-height: 265px;
	margin-bottom: 5%;
	overflow: hidden;
}

@media only screen and (min-width: 2560px) and (max-width: 3840px) {
	.pageColumn .materialInner .materialImg {
		max-height: 389px;
		overflow: hidden;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),{
    .pageColumn .materialInner .materialImg {
    	max-height: 160px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.pageColumn .materialInner .materialImg {
		margin-bottom: 20px;
	}
}

.pageColumn .materialInner .materialImg img {
	border-radius: 16px;
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
    border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

.pageColumn .materialInner .materialSummary {
	width: 100%;
	position: relative;
	/*padding-bottom: 60px;*/
	padding: 0px 20px 60px 20px;
}

.pageColumn .materialInner .materialSummary .titleBox {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	display: flex;
	/*align-items: center;*/
	justify-content: space-between;
	min-height:50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .pageColumn .materialInner .materialSummary .titleBox {
    	margin-bottom: 8px;
	    padding-bottom: 8px;
	    min-height:50px;
    }
}

.pageColumn .materialInner .materialSummary .titleBox span.title {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px){
    .pageColumn .materialInner .materialSummary .titleBox span.title {
    	font-size: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.pageColumn .materialInner .materialSummary .titleBox span.title {
		font-size: 16px;
	}
}

.pageColumn .materialInner .materialSummary span.date {
	font-size: 14px;
	color: #999999;
	display: flex;
	align-items: center;
	height: 20px;
	position: absolute;
	bottom: 8px;
	right: 20px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.pageColumn .materialInner .materialSummary span.date {
		bottom: 4px;
	}
}

.pageColumn .materialInner .materialSummary span.date i.time-icon {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../images/common/time-icon.png) center center no-repeat;
	margin-right: 10px;
	margin-top: -2px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.pageColumn .materialInner .materialSummary span.date i.time-icon {
		background-size: 14px 14px;
		margin-right: 6px;
	}
}

.pageColumn .materialInner .materialSummary p.intro {
	color: #666666;
	line-height: 24px;
	font-size: 14px;
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	/*display: -webkit-box;*/
	/*-webkit-box-orient: vertical;*/
	/*-webkit-line-clamp: 3;*/
	/*height: 68px;*/
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.pageColumn .materialInner .materialSummary p.intro {
		line-height: 21px;
		font-size: 13px;
	}
}

.pageColumn .materialInner .materialSummary .tags {
	display: flex;
	position: absolute;
	bottom: 0px;
	left: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.pageColumn .materialInner .materialSummary .tags {
		display: none;
	}
}

.pageColumn .materialInner .materialSummary .tags li {
	background: #f2f6f6;
	color: #0b6857;
	padding: 4px 10px;
	text-align: center;
	margin-left: 10px;
	font-size: 14px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.pageColumn .materialInner .materialSummary .tags li {
		font-size: 12px;
		padding: 4px 6px;
		margin-left: 6px;
	}
}

.pageColumn .materialInner .materialSummary .tags li a {
	color: #0b6857;
}

/* 活动与发布 */
.activityPage {
	overflow-x: hidden;
}

.activityPage .activitySwiper {
	padding-top: 40px;
	margin-bottom: 25px;
	height: 360px;
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 2560px) and (max-width: 3840px) {
	.activityPage .activitySwiper {
		height: 540px;
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
	.activityPage .activitySwiper {
		height: 290px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.activityPage .activitySwiper {
		height: 250px;
	}
}

.activityPage .activitySwiper .swiper-container {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: inherit;
}

.activityPage .activitySwiper .activity-slide {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.activityPage .activitySwiper .swiper-slide {
    cursor:pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.activityPage .activitySwiper a{
    pointer-events: none;
}

.activityPage .activitySwiper .swiper-slide img {
	border-radius: 16px;
	width: 100%;
	max-width: 100%;
	max-height: 360px;
}

.activityPage .activitySwiper .swiper-slide-active,
.activityPage .activitySwiper .swiper-slide-duplicate-active {
	transform: scale(2)!important;
	z-index: 80;
}

.activityPage .activitySwiper .swiper-slide-active a,
.activityPage .activitySwiper .swiper-slide-duplicate-active a{
   pointer-events: all; 
}

.activityPage .activitySwiper .swiper-slide-prev {
	position: relative;
	z-index: 20;
}

.activityPage .activitySwiper .swiper-slide-prev img {
	filter: blur(2px);
}

.activityPage .activitySwiper .swiper-slide-next {
	position: relative;
	z-index: 20;
}

.activityPage .activitySwiper .swiper-slide-next img {
	filter: blur(2px);
}

.activityPage .activitySwiper .swiper-pagination {
	bottom: -50px !important;
}

@media only screen and (min-width: 2560px) and (max-width: 3840px) {
	.activityPage .activitySwiper .swiper-pagination {
		bottom: -80px !important;
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
	.activityPage .activitySwiper .swiper-pagination {
		bottom: -30px !important;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.activityPage .activitySwiper .swiper-pagination {
		bottom: -30px !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.activityPage .activitySwiper .swiper-pagination {
		bottom: -20px !important;
	}
}

/* E创空间 */
.esapcePage .esapceRecomBox .esapceSwiper {
	background: #fff;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	height: 360px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
	.esapcePage .esapceRecomBox .esapceSwiper {
		height: 320px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.esapcePage .esapceRecomBox .esapceSwiper {
		height: 260px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.esapcePage .esapceRecomBox .esapceSwiper {
		height: 230px;
	}
}

.esapcePage .esapceRecomBox .esapceSwiper .swiper-slide {
	border-radius: 16px;
}

.esapcePage .esapceRecomBox .esapceSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.esapcePage .esapceRecomBox .esapceSwiper .swiper-slide img {
		height: 230px;
	}
}

.esapcePage .dtWrap .dtList {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	padding: 20px;
	height: 360px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
	.esapcePage .dtWrap .dtList {
		height: 320px;
		padding: 15px 20px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.esapcePage .dtWrap .dtList {
		height: 260px;
		padding: 10px 20px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.esapcePage .dtWrap .dtList {
		height: 230px;
		padding: 10px 20px;
	}
}

.esapcePage .dtWrap .dtList .dtInner {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
	align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.esapcePage .dtWrap .dtList .dtInner {
		padding-bottom: 10px;
	}
}

.esapcePage .dtWrap .dtList .dtInner .titleBox {
	width: 60%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.esapcePage .dtWrap .dtList .dtInner .titleBox {
		width: 64%;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.esapcePage .dtWrap .dtList .dtInner .titleBox {
		width: 70%;
	}
}

.esapcePage .dtWrap .dtList .dtInner .titleBox h5 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
	.esapcePage .dtWrap .dtList .dtInner .titleBox h5 {
		font-size: 16px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.esapcePage .dtWrap .dtList .dtInner .titleBox h5 {
		font-size: 16px;
		margin-bottom: 5px;
	}
}

.esapcePage .dtWrap .dtList .dtInner .titleBox p {
	color: #666666;
	font-size: 14px;
	line-height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.esapcePage .dtWrap .dtList .dtInner .titleBox p {
		font-size: 12px;
		line-height: 18px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.esapcePage .dtWrap .dtList .dtInner .titleBox p {
		font-size: 12px;
		line-height: 18px;
	}

	.esapcePage .dtWrap .dtList .dtInner .titleBox p br {
		display: none;
	}
}

.esapcePage .dtWrap .dtList .dtInner .titleBox .popmoreBtn {
	width: 108px;
	height: 36px;
	text-align: center;
	font-size: 14px;
	background: #008678;
	color: #fff;
	line-height: 36px;
	margin-top: 20px;
	border-radius: 30px;
	display: inline-block;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
	.esapcePage .dtWrap .dtList .dtInner .titleBox .popmoreBtn {
		width: 88px;
		height: 32px;
		text-align: center;
		font-size: 12px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.esapcePage .dtWrap .dtList .dtInner .titleBox .popmoreBtn {
		width: 80px;
		height: 26px;
		text-align: center;
		font-size: 12px;
		line-height: 24px;
		margin-top: 5px;
	}
}

.esapcePage .dtWrap .dtList .dtInner .imgBox a {
	width: 140px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f9f9f9;
	overflow: hidden;
	border-radius: 12px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
	.esapcePage .dtWrap .dtList .dtInner .imgBox a {
		width: 120px;
		height: 120px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.esapcePage .dtWrap .dtList .dtInner .imgBox a {
		width: 100px;
		height: 100px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.esapcePage .dtWrap .dtList .dtInner .imgBox a {
		width: 60px;
		height: 60px;
	}
}

.esapcePage .dtWrap .dtList .dtInner .imgBox img {
	max-width: 100%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.esapcePage .dtWrap .dtList .dtInner .imgBox img {
		width: 80px;
	}
}

.esapcePage .dtWrap .dtList .dtInner:nth-of-type(2) {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	padding-top: 24px;
	border: none;
	text-align: right;
	position: relative;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.esapcePage .dtWrap .dtList .dtInner:nth-of-type(2) {
		padding-top: 24px;
	}
}

.esapcePage .dtWrap .dtList .dtInner:nth-of-type(2) .titleBox {
	width: 60%;
	right: 0px;
	position: absolute;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.esapcePage .dtWrap .dtList .dtInner:nth-of-type(2) .titleBox {
		width: 64%;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.esapcePage .dtWrap .dtList .dtInner:nth-of-type(2) .titleBox {
		width: 78%;
	}
}

.esapcePage .dtWrap .dtList .dtInner:nth-of-type(2) .imgBox {
	margin-right: 20px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
	.esapcePage .dtWrap .dtList .dtInner:nth-of-type(2) .imgBox {
		width: 100px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.esapcePage .dtWrap .dtList .dtInner:nth-of-type(2) .imgBox {
		width: 90px;
	}
}


/*营销资料*/
.marketing-wrapper{
    padding-bottom: 10%;
}
.marketingPage{
    height: 100%;
    position: relative;
}
.marketingPage .pager{
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    bottom: -6%;
}
.marketingPage .panelTopBar {
	margin-bottom: 8px;
	border: none;
}

.marketingPage .columnTab {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.marketingPage .columnTab .tabList {
	margin-bottom: 0px;
}

.newsletterPage .materialInner{
	padding-top:20px;
}


.newsletterPage .newsletterList span.date {
	right: auto;
	left: 0px;
}

/*活动详情*/
.activityDetail .panelTopBar {
	margin-top: 6px;
}

.activityDetail .tabInner {
	margin-right: 30px;
}

.activityDetail .activity-viewsInfo {
	width: 100%;
	display: flex;
	flex-direction: row;
	background: #fff;
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.activityDetail .activity-viewsInfo {
		flex-direction: column;
	}
}

.activityDetail .activity-viewsInfo .activity-viewsImg {
	width: 400px;
	min-height: 250px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
	.activityDetail .activity-viewsInfo .activity-viewsImg {
		width: 360px;
		min-height: 210px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.activityDetail .activity-viewsInfo .activity-viewsImg {
		width: 320px;
		min-height: 180px;
	}
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.activityDetail .activity-viewsInfo .activity-viewsImg {
		width: 100%;
		min-height: 180px;
	}
}

.activityDetail .activity-viewsInfo .activity-viewsImg img {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
	border-radius: 12px;
}

.activityDetail .activity-viewsInfo .activity-viewsSummary {
	width: calc(100% - 400px);
	height: auto;
	padding-left: 30px;
	position: relative;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.activityDetail .activity-viewsInfo .activity-viewsSummary {
		width: calc(100% - 360px);
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.activityDetail .activity-viewsInfo .activity-viewsSummary {
		width: calc(100% - 320px);
	}
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.activityDetail .activity-viewsInfo .activity-viewsSummary {
		width: calc(100%);
		padding-left: 0px;
	}
}

.activityDetail .activity-viewsInfo .activity-viewsSummary h5.title {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.activityDetail .activity-viewsInfo .activity-viewsSummary .infoWrap {
	display: flex;
	flex-direction: row;
	text-align: center;
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.activityDetail .activity-viewsInfo .activity-viewsSummary .infoWrap {
		display: block;
		flex-direction: inherit;
		margin-bottom: 20px;
		overflow: hidden;
	}
}

.activityDetail .activity-viewsInfo .activity-viewsSummary .infoWrap .infoInner {
	width: 25%;
	padding: 10px 20px;
	text-align: center;
	margin-right: 25px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
	.activityDetail .activity-viewsInfo .activity-viewsSummary .infoWrap .infoInner {
		margin-right: 0px;
		padding: 10px 0px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.activityDetail .activity-viewsInfo .activity-viewsSummary .infoWrap .infoInner {
		margin-right: 0px;
		padding: 10px 0px;
	}
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.activityDetail .activity-viewsInfo .activity-viewsSummary .infoWrap .infoInner {
		width: 50%;
		float: left;
		margin: 0px;
		height: 120px;
	}
}

.activityDetail .activity-viewsInfo .activity-viewsSummary .infoWrap .infoInner p {
	font-size: 40px;
	text-align: center;
	margin-bottom: 10px;
	font-family: 'Arial';
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
	.activityDetail .activity-viewsInfo .activity-viewsSummary .infoWrap .infoInner p {
		font-size: 32px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.activityDetail .activity-viewsInfo .activity-viewsSummary .infoWrap .infoInner p {
		font-size: 24px;
	}
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.activityDetail .activity-viewsInfo .activity-viewsSummary .infoWrap .infoInner p {
		font-size: 24px;
	}
}

.activityDetail .activity-viewsInfo .activity-viewsSummary .infoWrap .infoInner span {
	color: #333333;
	font-size: 14px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
	.activityDetail .activity-viewsInfo .activity-viewsSummary .infoWrap .infoInner span {
		font-size: 13px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.activityDetail .activity-viewsInfo .activity-viewsSummary .infoWrap .infoInner span {
		font-size: 12px;
	}
}

.activityDetail .activity-viewsInfo .activity-viewsSummary .infoWrap .infoInner:nth-of-type(1) {
	margin-left: -20px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.activityDetail .activity-viewsInfo .activity-viewsSummary .infoWrap .infoInner:nth-of-type(1) {
		margin-left: 0px;
	}
}

.activityDetail .activity-viewsInfo .activity-viewsSummary .infoWrap .infoInner:nth-of-type(1) p {
	color: #fd5b1d;
}

.activityDetail .activity-viewsInfo .activity-viewsSummary .infoWrap .infoInner:nth-of-type(2) p {
	color: #f69d28;
}

.activityDetail .activity-viewsInfo .activity-viewsSummary .infoWrap .infoInner:nth-of-type(3) p {
	color: #654aae;
}

.activityDetail .activity-viewsInfo .activity-viewsSummary .infoWrap .infoInner:nth-of-type(4) p {
	color: #1c6bdc;
}

.activityDetail .activity-viewsInfo .activity-viewsSummary .tips {
	position: absolute;
	bottom: 10px;
	display: flex;
	align-items: center;
}

.activityDetail .activity-viewsInfo .activity-viewsSummary span.date {
	font-size: 14px;
	color: #999999;
	display: flex;
	height: 20px;
	margin-right: 20px;
}

.activityDetail .activity-viewsInfo .activity-viewsSummary span.date i.time-icon {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../images/common/time-icon.png) center center no-repeat;
	margin-right: 10px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.activityDetail .activity-viewsInfo .activity-viewsSummary span.date i.time-icon {
		background-size: 14px 14px;
		margin-right: 6px;
	}
}

.activityDetail .activity-viewsInfo .activity-viewsSummary .tags {
	display: flex;
}

.activityDetail .activity-viewsInfo .activity-viewsSummary .tags li {
	background: #f2f6f6;
	color: #0b6857;
	padding: 4px 10px;
	text-align: center;
	margin-left: 10px;
	font-size: 14px;
}

.activityDetail .activity-viewsInfo .activity-viewsSummary .tags li a {
	color: #0b6857;
}

.activityDetail .viewsTabwrap .columnTab .tabList {
	margin-bottom: 20px;
}

.activityDetail .viewsTabwrap .tabContent {
	background: #fff;
	padding: 20px 20px 40px 20px;
	border-radius: 12px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	font-size: 14px;
}

.activityDetail .viewsTabwrap .tabContent p {
	font-family: "思源黑体", 'Noto Sans SC', 'Manrope', 'Roboto', Helvetica, sans-serif !important;
}

.activityDetail .viewsTabwrap .tabContent span {
	font-family: "思源黑体", 'Noto Sans SC', 'Manrope', 'Roboto', Helvetica, sans-serif !important;
}

.activityDetail .viewsTabwrap .tabContent img {
	max-width: 100% !important;
}

.activityDetail .viewsTabwrap .tabContent .openMore {
	display: flex;
	align-items: center;
	margin-top: 18px;
	line-height: 18px;
}

.activityDetail .viewsTabwrap .tabContent .openMore span {
	color: #008678;
	font-size: 14px;
	margin-right: 8px;
}

.activityDetail .viewsTabwrap .tabContent .moreTxtbtn {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-block;
	background: #008678 url(../images/common/arrow_w_btn.png) center center no-repeat;
}

.activityDetail .activityMedia {
	margin-top: 40px;
}

.activityDetail .activityMedia .pagePanelTitle {
	margin-bottom: 20px;
}

.activityDetail .activityMedia .pagePanelTitle h5 {
	display: flex;
	align-items: center;
}

.activityDetail .activityMedia .pagePanelTitle h5 .img-icon {
	width: 24px;
	height: 24px;
	background: url(../images/common/mediaimg-icon.png) center center no-repeat;
	display: inline-block;
	margin-right: 10px;
}

.activityDetail .activityMedia .pagePanelTitle h5 span {
	font-size: 18px;
}

.activityDetail .activityMedia .mediaList {
	background: #fff;
	padding: 20px 15px;
	border-radius: 12px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

.activityDetail .activityMedia .mediaList .listContent {
	margin: 10px;
	column-count: 3;
	column-gap: 20px;
}

.activityDetail .activityMedia .mediaList .listContent .liInner {
	width: 100%;
	height: 100%;
	position: relative;
	margin-bottom: 20px;
}

.activityDetail .activityMedia .mediaList .listContent a {
	width: 100%;
	position: relative;
}

.activityDetail .activityMedia .mediaList .listContent img.thumbnail {
	max-width: 100%;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	display: inline-block;
}

.activityDetail .activityMedia .mediaList .listContent .videoLink {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	z-index: 10;
	cursor: pointer;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.activityDetail .activityMedia .mediaList .listContent .videoLink {
		width: 50px;
		height: 50px;
		margin-left: -25px;
		margin-top: -25px;
	}
}

.activityDetail .activityMedia .mediaList .listContent .videoBtn {
	position: absolute;
	display: inline-block;
	width: 80px;
	height: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: #fff url(../images/common/videoplay_icon.png) 58% center no-repeat;
	border-radius: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.activityDetail .activityMedia .mediaList .listContent .videoBtn {
		width: 50px;
		height: 50px;
		margin-left: -25px;
		margin-top: -25px;
	}
}

.activityDetail .activityMedia .box {
	margin: 10px;
	column-count: 3;
	column-gap: 10px;
}

.activityDetail .activityMedia .item {
	margin-bottom: 10px;
}

.activityDetail .activityMedia .item img {
	width: 100%;
	height: 100%;
}

/* 文章详情 */
.articleDetial .panelTopBar {
	margin-bottom: 0px;
	border: none;
}

.articleDetial .detailConent {
	background: #fff;
	padding: 40px 60px;
	padding-bottom: 80px;
	border-radius: 12px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

@media lg,
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.articleDetial .detailConent {
		padding: 30px 20px;
	}
}

.articleDetial .detailConent .titleBox {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
}

.articleDetial .detailConent .titleBox h5 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.articleDetial .detailConent .titleBox p {
	display: flex;
	margin-bottom: 16px;
	align-items: center;
}

.articleDetial .detailConent .titleBox span.date {
	font-size: 14px;
	color: #999999;
	display: flex;
	height: 20px;
	margin-right: 20px;
}

.articleDetial .detailConent .titleBox i.time-icon {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../images/common/time-icon.png) center center no-repeat;
	margin-right: 10px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.articleDetial .detailConent .titleBox i.time-icon {
		background-size: 14px 14px;
		margin-right: 6px;
	}
}

.articleDetial .detailConent .titleBox span.author {
	color: #999999;
}

.articleDetial .detailConent .content img {
	max-width: 100% !important;
}

.articleDetial .detailConent .content iframe,
.articleDetial .detailConent .content video {
	max-width: 100% !important;
	width: 100% !important;
	min-height: 500px !important;
}

.articleDetial .siderBar {
	margin-top: 66px;
}

.articleDetial .siderBar .likeWrap {
	background: #fff;
	padding: 20px 15px;
	border-radius: 12px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 30px;
}

.articleDetial .siderBar .likeWrap p {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 16px;
}

.articleDetial .siderBar .likeWrap i.like-icon {
	width: 32px;
	height: 32px;
	background: url(../images/common/likebtn_icon.png) center center no-repeat;
	display: inline-block;
}

.articleDetial .siderBar .likeWrap .likeBtn {
	text-align: center;
	font-size: 18px;
	color: #666666;
	font-family: 'Arial';
	margin-top: 10px;
}

.materialList.waterfallList .grid-sizer,
.materialList.waterfallList .materialInner {
	width: 22%;
}


@media screen and (min-width: 992px) and (max-width: 1200px) {

	.materialList.waterfallList .grid-sizer,
	.materialList.waterfallList .materialInner {
		width: 31%;
	}
}


@media screen and (min-width: 768px) and (max-width: 992px) {

	.materialList.waterfallList .grid-sizer,
	.materialList.waterfallList .materialInner {
		width: 48%;
	}

}

@media screen and (max-width: 750px) {

	.materialList.waterfallList .grid-sizer,
	.materialList.waterfallList .materialInner {
		width: 100%;
	}


}

/*瀑布流列表*/
.waterfallList {
	/* column-count: 4;
-webkit-column-count: 4;
-moz-column-count: 4;
column-gap: 10px; */
	width: 100%;
	position: relative;
	box-sizing: border-box;
}

.waterfallList::after {
	content: '';
	display: block;
	clear: both;
}

.waterfallList .materialInner {
	position: absolute;
	break-inside: avoid;
	position: relative;
	box-sizing: border-box;
	page-break-inside: avoid;
	display: inline-block;
	float: left;
	margin-bottom: 20px;
}

.waterfallList .materialInner .materialCard {
	position: relative;
	z-index: 6;
}

.waterfallList .materialInner .materialImg {
	max-height: inherit;
}

.waterfallList .materialInner .info p {
	color: #000;
	font-size: 14px;
	line-height: 24px;
}

.waterfallList .materialInner .info p span {
	color: #999;
}

.waterfallList .materialInner .materialSummary span.date i.time-icon {
	margin-top: -2px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .waterfallList .materialInner .materialSummary span.date i.time-icon {
		margin-top: 0px;
	}
}

.waterfallList .materialInner .downloadMask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	opacity: 0;
	top: 0px;
	left: 0px;
	border-radius: 12px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.waterfallList .materialInner .downloadMask .downloadBtn {
	color: #fff;
	width: 100px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 40px;
	border-radius: 30px;
	background-color: #0b6857;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.waterfallList .materialInner .downloadMask .downloadBtn:hover {
	background-color: #4daba1;
}

.waterfallList .materialInner:hover .downloadMask {
	opacity: 1;
}

/*DT设计思维*/
.dtspacePage {
	/*DT 最新动态*/
	/*一站式工具*/
	/*资源申请*/
	/*往期回顾*/
	/*DT 团队成员*/
}

.dtspacePage .siderBar {
	margin-top: 0px;
}

.dtspacePage .dtSwiper .panelTopBar {
	border: none;
	margin-bottom: 0px;
}

.dtspacePage .dtSwiper .swiper-container {
	height: 360px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
	.dtspacePage .dtSwiper .swiper-container {
		height: 300px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.dtspacePage .dtSwiper .swiper-container {
		height: 260px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.dtspacePage .dtSwiper .swiper-container {
		height: 200px;
	}
}

.dtspacePage .dtSwiper .swiper-slide {
	height: 360px;
	border-radius: 12px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
	.dtspacePage .dtSwiper .swiper-slide {
		height: 300px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.dtspacePage .dtSwiper .swiper-slide {
		height: 260px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.dtspacePage .dtSwiper .swiper-slide {
		height: 200px;
	}
}

.dtspacePage .dtSwiper .swiper-slide img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	border-radius: 12px;
}

.dtspacePage .lastedSwiper .swiper-pagination {
	max-width: 12.5% !important;
	min-width: 12.5% !important;
}

.dtspacePage .lastedSwiper .panelTopBar {
	border: none;
	margin-bottom: 0px;
}

.dtspacePage .lastedSwiper .panelTitle {
	padding-left: 0px;
}

.dtspacePage .lastedSwiper .panelTitle:before {
	display: none;
}

.dtspacePage .lastedSwiper .swiper-container {
	height: 360px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
	.dtspacePage .lastedSwiper .swiper-container {
		height: 300px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.dtspacePage .lastedSwiper .swiper-container {
		height: 260px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.dtspacePage .lastedSwiper .swiper-container {
		height: 200px;
	}
}

.dtspacePage .lastedSwiper .swiper-slide {
	height: 360px;
	border-radius: 12px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
	.dtspacePage .lastedSwiper .swiper-slide {
		height: 300px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.dtspacePage .lastedSwiper .swiper-slide {
		height: 260px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.dtspacePage .lastedSwiper .swiper-slide {
		height: 200px;
	}
}

.dtspacePage .lastedSwiper .swiper-slide img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}

.dtspacePage .toolWrapper {
	margin-top: 20px;
}

.dtspacePage .toolWrapper .panelTopBar {
	border: none;
	margin-bottom: 0px;
}

.dtspacePage .toolWrapper .panelTitle {
	padding-left: 0px;
}

.dtspacePage .toolWrapper .panelTitle:before {
	display: none;
}

.dtspacePage .toolWrapper .toolList {
	height: 540px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	padding: 40px 30px;
	display: flex;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
	.dtspacePage .toolWrapper .toolList {
		height: 420px;
		padding: 20px 30px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.dtspacePage .toolWrapper .toolList {
		height: 360px;
	}
}

.dtspacePage .toolWrapper .toolList .row {
	align-items: center;
	margin: 0px;
}

.dtspacePage .toolWrapper .toolList .toolInner {
	text-align: center;
	margin-bottom: 20px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.dtspacePage .toolWrapper .toolList .toolInner img {
		width: 120px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.dtspacePage .toolWrapper .toolList .toolInner img {
		width: 100px;
	}
}

.dtspacePage .toolWrapper .toolList .toolInner p {
	margin-top: 20px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
	.dtspacePage .toolWrapper .toolList .toolInner p {
		margin-top: 15px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.dtspacePage .toolWrapper .toolList .toolInner p {
		margin-top: 10px;
	}
}

.dtspacePage .dtWrap {
	margin-top: 20px;
}

.dtspacePage .dtWrap .panelTopBar {
	border: none;
	margin-bottom: 0px;
}

.dtspacePage .dtWrap .panelTitle {
	padding-left: 0px;
}

.dtspacePage .dtWrap .panelTitle:before {
	display: none;
}

.dtspacePage .dtWrap .dtList {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	padding: 20px;
	height: 370px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
	.dtspacePage .dtWrap .dtList {
		height: 270px;
		padding: 15px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.dtspacePage .dtWrap .dtList {
		height: 260px;
		padding: 10px;
	}
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.dtspacePage .dtWrap .dtList {
		height: auto;
	}
}

.dtspacePage .dtWrap .dtList .dtInner {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
	align-items: center;
}

.dtspacePage .dtWrap .dtList .dtInner .titleBox p {
	color: #000;
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
	.dtspacePage .dtWrap .dtList .dtInner .titleBox p {
		font-size: 16px;
		line-height: 21px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.dtspacePage .dtWrap .dtList .dtInner .titleBox p {
		font-size: 13px;
		line-height: 21px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.dtspacePage .dtWrap .dtList .dtInner .titleBox p {
		font-size: 15px;
		line-height: 21px;
	}

	.dtspacePage .dtWrap .dtList .dtInner .titleBox p br {
		display: none;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.dtspacePage .dtWrap .dtList .dtInner .titleBox p {
		font-size: 12px;
		line-height: 18px;
	}
}

.dtspacePage .dtWrap .dtList .dtInner .titleBox .popmoreBtn {
	width: 108px;
	height: 36px;
	text-align: center;
	font-size: 14px;
	background: #008678;
	color: #fff;
	line-height: 36px;
	margin-top: 20px;
	border-radius: 30px;
	display: inline-block;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.dtspacePage .dtWrap .dtList .dtInner .titleBox .popmoreBtn {
		width: 88px;
		height: 32px;
		text-align: center;
		font-size: 12px;
		line-height: 32px;
	}
}

.dtspacePage .dtWrap .dtList .dtInner .imgBox a {
	width: 140px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f9f9f9;
	overflow: hidden;
	border-radius: 12px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
	.dtspacePage .dtWrap .dtList .dtInner .imgBox a {
		width: 90px;
		height: 90px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.dtspacePage .dtWrap .dtList .dtInner .imgBox a {
		width: 80px;
		height: 80px;
	}
}

.dtspacePage .dtWrap .dtList .dtInner .imgBox img {
	max-width: 100%;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.dtspacePage .dtWrap .dtList .dtInner .imgBox img {
		width: 100px;
	}
}

.dtspacePage .dtWrap .dtList .dtInner:nth-of-type(2) {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	padding-top: 20px;
	border: none;
}

.dtspacePage .dtWrap .dtList .dtInner:nth-of-type(2) .imgBox {
	margin-right: 20px;
}

.dtspacePage .reviewWrap {
	margin-top: 20px;
}

.dtspacePage .reviewWrap .panelTopBar {
	border: none;
	margin-bottom: 0px;
}

.dtspacePage .reviewWrap .panelTitle {
	padding-left: 0px;
}

.dtspacePage .reviewWrap .panelTitle:before {
	display: none;
}

.dtspacePage .reviewWrap .reviewList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	padding: 30px 20px 10px 20px;
	overflow: hidden;
}

.dtspacePage .reviewWrap .reviewList .row {
	margin-bottom: 0px;
}

.dtspacePage .reviewWrap .reviewList .listInner {
	margin-bottom: 30px;
	text-align: center;
	overflow: hidden;
}

.dtspacePage .reviewWrap .reviewList .listInner img {
	max-width: 100%;
}

.dtspacePage .reviewWrap .reviewList .listInner h5 {
	margin-top: 15px;
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 3;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.dtspacePage .reviewWrap .reviewList .listInner h5 {
		font-size: 14px;
	}
}

.dtspacePage .dtTeamWrap {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	padding: 20px 20px 30px 20px;
	margin-top: 20px;
}

.dtspacePage .dtTeamWrap .panelTopBar {
	border: none;
	margin-bottom: 0px;
}

.dtspacePage .dtTeamWrap .panelTitle {
	padding-left: 0px;
}

.dtspacePage .dtTeamWrap .panelTitle:before {
	display: none;
}

.dtspacePage .dtTeamWrap .dtTeamList .row {
	margin-bottom: 0px;
}

.dtspacePage .dtTeamWrap .dtTeamList .col-lg-6 {
	padding-right: 10px;
	padding-left: 10px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.dtspacePage .dtTeamWrap .dtTeamList .col-lg-6 {
		padding: 0px 4px;
	}
}

.dtspacePage .dtTeamWrap .dtTeamList .listInner {
	display: flex;
	align-items: center;
	background: #f9f9f9;
	border-radius: 12px;
	padding: 15px 20px;
	margin-bottom: 15px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.dtspacePage .dtTeamWrap .dtTeamList .listInner {
		padding: 10px 10px;
	}
}

.dtspacePage .dtTeamWrap .dtTeamList .listInner img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
	.dtspacePage .dtTeamWrap .dtTeamList .listInner img {
		width: 50px;
		height: 50px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.dtspacePage .dtTeamWrap .dtTeamList .listInner img {
		width: 40px;
		height: 40px;
	}
}

.dtspacePage .dtTeamWrap .dtTeamList .listInner .info {
	margin-left: 10px;
	line-height: 1.5;
}

.dtspacePage .dtTeamWrap .dtTeamList .listInner .info h5 {
	font-size: 16px;
	color: #008678;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
	.dtspacePage .dtTeamWrap .dtTeamList .listInner .info h5 {
		font-size: 14px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.dtspacePage .dtTeamWrap .dtTeamList .listInner .info h5 {
		font-size: 13px;
	}
}

.dtspacePage .dtTeamWrap .dtTeamList .listInner .info p {
	color: #666666;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
	.dtspacePage .dtTeamWrap .dtTeamList .listInner .info p {
		font-size: 14px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.dtspacePage .dtTeamWrap .dtTeamList .listInner .info p {
		font-size: 13px;
	}
}

/* 关于市场部 */
.aboutEccom .panelTopBar {
	border: none;
	margin-bottom: 0px;
}

.aboutEccom .kvFull {
	margin-bottom: 20px;
}

.aboutEccom .kvFull .panelTopBar {
	margin-bottom: 0px;
}

.aboutEccom .kvFull img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aboutEccom .serviceContent .panelTitle {
	padding-left: 0px;
}

.aboutEccom .serviceContent .panelTitle:before {
	display: none;
}

.aboutEccom .serviceContent .teamBox {
	height: 540px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	padding: 20px;
	text-align: center;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
	.aboutEccom .serviceContent .teamBox {
		height: 425px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.aboutEccom .serviceContent .teamBox {
		height: 360px;
	}
}

.aboutEccom .serviceContent .teamBox img {
	max-width: 100%;
	height: 100%;
}

.aboutEccom .serviceContent .serviceList {
	height: 540px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	padding: 40px 30px;
	display: flex;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
	.aboutEccom .serviceContent .serviceList {
		height: 425px;
		padding: 20px 30px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.aboutEccom .serviceContent .serviceList {
		height: 360px;
		padding: 20px 30px;
	}
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.aboutEccom .serviceContent .serviceList {
		padding: 20px 30px;
	}
}

.aboutEccom .serviceContent .serviceList .row {
	align-items: center;
	margin: 0px;
}

.aboutEccom .serviceContent .serviceList .seviceInner {
	text-align: center;
	margin-bottom: 20px;
}

.aboutEccom .serviceContent .serviceList .seviceInner img {
	max-width: 100%;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
	.aboutEccom .serviceContent .serviceList .seviceInner img {
		width: 120px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.aboutEccom .serviceContent .serviceList .seviceInner img {
		width: 80px;
	}
}

.aboutEccom .serviceContent .serviceList .seviceInner p {
	margin-top: 20px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
	.aboutEccom .serviceContent .serviceList .seviceInner p {
		margin-top: 10px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.aboutEccom .serviceContent .serviceList .seviceInner p {
		margin-top: 10px;
		font-size: 14px;
	}
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.aboutEccom .serviceContent .serviceList .seviceInner p {
		font-size: 14px;
	}
}

.anchorPoint {
	height: 80px;
	margin-top: -80px;
}

.aboutEccom .anchorPoint {
	height: 160px;
	margin-top: -160px;
}

.aboutEccom .lastedNewsList .filterWrap .filterInner .filterTags li {
	width: 128px;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.aboutEccom .lastedNewsList .filterWrap .filterInner .filterTags li {
		width: 128px;
		margin: 0px 8px;
	}
}

.aboutEccom .lastedNewsList .filterWrap .filterInner .filterTags li:nth-of-type(1) {
	width: 100px;
}

.aboutEccom .lastedNewsList .listBar {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.aboutEccom .lastedNewsList .listBar .sortingBtn {
	position: absolute;
	right: 0px;
	top: 0px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.aboutEccom .lastedNewsList .activityInner .activityImg {
	width: 200px;
	height: 200px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.aboutEccom .lastedNewsList .activityInner .activityImg {
		width: 160px;
		height: 160px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.aboutEccom .lastedNewsList .activityInner .activityImg {
		width: 140px;
		height: 140px;
	}
}

.aboutEccom .lastedNewsList .activityInner .activityImg img {
	max-width: 100%;
}

.aboutEccom .lastedNewsList .activityInner .activitySummary {
	padding-left: 10px;
}

.aboutEccom .lastedNewsList .activityInner .activitySummary .tags {
	margin-left: -10px;
}

.aboutEccom .lastedNewsList .activityInner .activitySummary .red {
	background-color: #ffebef;
}

.aboutEccom .lastedNewsList .activityInner .activitySummary .red a {
	color: #ee2d51;
}

.aboutEccom .lastedNewsList .activityInner .activitySummary .purple {
	background-color: #eeebfa;
}

.aboutEccom .lastedNewsList .activityInner .activitySummary .purple a {
	color: #654aae;
}

.aboutEccom .lastedNewsList .activityInner .activitySummary .green {
	background-color: #e1f4f2;
}

.aboutEccom .lastedNewsList .activityInner .activitySummary .green a {
	color: #008678;
}

.aboutEccom .lastedNewsList .activityInner .activitySummary .blue {
	background-color: #e9f2fb;
}

.aboutEccom .lastedNewsList .activityInner .activitySummary .blue a {
	color: #0f6dd9;
}

.aboutEccom .lastedNewsList .activityInner .activitySummary span.date {
	font-size: 14px;
	color: #999999;
	display: flex;
	align-items: center;
	height: 20px;
	position: absolute;
	bottom: 2px;
	right: 30px;
}

.aboutEccom .lastedNewsList .activityInner .activitySummary span.date i.time-icon {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../images/common/time-icon.png) center center no-repeat;
	margin-right: 10px;
	margin-top: -2px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.aboutEccom .lastedNewsList .activityInner .activitySummary span.date i.time-icon {
		background-size: 14px 14px;
		margin-right: 6px;
	}
}

/*搜索页详情定义*/
.pageColumn.searchPage .filterWrap .filterInner .filterTags li a i {
	display: block;
}

.pageColumn.searchPage .activityPage {
	overflow-x: inherit;
}

/*活动详情页-照片弹窗*/
/*fancy_box*/
.fancybox-container .fancybox-bg {
	background: rgba(255, 255, 255, 0.96) !important;
}

.fancybox-container .fancybox-button {
	color: #008678 !important;
}

.tmpbtn_close svg {
	width: 20px;
	height: 20px;
	fill: #008678;
}

.tmpbtn_close svg path {
	fill: #008678;
}

.tmpbtn_left {
	border-bottom-left-radius: 0;
	position: absolute;
	left: 3.7%;
	top: 38%;
	width: 200px;
	height: 200px;
	z-index: 99999;
	color: rgba(255, 255, 255, 0);
	cursor: pointer;
}

.tmpbtn_right {
	border-bottom-left-radius: 0;
	position: absolute;
	right: 3.7%;
	top: 38%;
	width: 200px;
	height: 200px;
	z-index: 99999;
	color: rgba(255, 255, 255, 0);
	cursor: pointer;
}

.tmpbtn_close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 18px;
	height: 18px;
	z-index: 99999;
	cursor: pointer;
}

@media (min-width: 1025px) {
	.tmpbtn_close {
		position: absolute;
		right: 40px;
		top: 45px;
		width: 18px;
		height: 18px;
		z-index: 99999;
		cursor: pointer;
	}
}

.tmp_shownumber {
	position: absolute;
	left: 14%;
	top: 38%;
	width: 200px;
	height: 200px;
	line-height: 200px;
	z-index: 9999;
	font-size: 14px;
	color: #fff;
	letter-spacing: 2px;
}

.tmp_shownumber .tmp_shownumber_left {
	font-size: 14px;
}

.tmp_shownumber .tmp_shownumber_right {
	font-size: 14px;
}

.quick-view-bullets {
	list-style: none;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	z-index: 99999;
	-webkit-tap-highlight-color: transparent;
}

.quick-view-bullets li {
	display: inline-block;
	vertical-align: top;
}

.quick-view-bullets li a {
	display: block;
	height: 30px;
	width: 10px;
	position: relative;
}

.quick-view-bullets li a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 5px;
	height: 5px;
	border-radius: 10px;
	text-indent: -99999px;
	overflow: hidden;
	background: #dcdddd;
}

.quick-view-bullets li.active a span {
	background: #595757;
}

.fancybox-caption-wrap,
.quick-view-bullets.div_wap {
	display: block;
}

		/*----------------------------------------*/
		/*  Footer
/*----------------------------------------*/
