@charset "utf-8";
/*
    Theme Name: 网名主题
    Theme URI: https://www.qqwm.cn/
    Author: 阿叶
    Author URI: https://www.qqwm.cn/
    Description: 
    Version: v1.1.0
*/

/**
 +------------------------------------------------------------------------------
 * 网站样式重写
 +------------------------------------------------------------------------------
 */

html {
	-webkit-text-size-adjust: none;
	/*解决chrome浏览器下字体不能小于12px*/
	font-size: 62.5%;
	overflow-x: hidden;
}

body {
	font-size: 1.4rem;
	color: #6A717B;
	font-family: "PingFang SC", Helvetica, Arial, sans-serif;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-smoothing: antialiased;
	overflow-x: hidden;
}

*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	zoom: 1;
}

html * {
	outline: 0;
	zoom: 1;
}

html button::-moz-focus-inner {
	border-color: transparent!important;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

fieldset,
a img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 500;
	color: #4E5255;
}

q:before,
q:after {
	content: '';
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
	/*去掉苹果的默认UI来渲染按钮*/
}

em,
i {
	font-style: normal;
}

.input:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

em,
i {
	font-style: normal;
}

a {
	margin: 0;
	padding: 0;
	background: 0 0;
	color: #4E5255;
	vertical-align: baseline;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #673ab7;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:focus,
input:focus {
	outline: none;
}

img {
	max-width: 100%;
}

.circle {
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.artPost img {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	max-width: 300px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
}


/* 清除浮动*/

.colwrapper {
	overflow: hidden;
	zoom: 1/*for ie*/
	;
	margin: 5px auto;
}


/* 高度自适应 */

.strong {
	font-weight: bold;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.show {
	display: block;
	visibility: visible;
}

.hide {
	display: none;
	visibility: hidden;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.op {
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.break {
	word-wrap: break-word;
	overflow: hidden;
	/*word-break:break-all;*/
}

.tl {
	text-align: left
}

.tr {
	text-align: right;
}

a {
	outline: medium none;
}

a {
	blr: expression(this.onFocus=this.blur());
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent
}

:focus {
	outline: 0
}

a,
div {
	-moz-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: transparent
}

body {
	background: #f0f3f6;
	padding-top: 65px;
}

body.index.home {
	padding-top: 0px;
}


/*文字两侧对齐*/

.justify {
	text-align: justify;
	text-justify: distribute-all-lines;
	text-align-last: justify;
	-moz-text-align-last: justify;
	-webkit-text-align-last: justify;
}


/*超出省略号*/

.tn {
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.container:before,
.container:after,
.warp:after,
.main:before,
.main:after,
.orw:before,
.orw:after,
.artWarp:after,
.artWarp:before {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
}

.container:after,
.main:after,
.orw:after,
.artWarp:after {
	clear: both;
}

.container {
	max-width: 1240px;
	padding: 0 12px;
	margin: 0 auto;
	position: relative;
	clear: both;
}

.warp {
	margin-top: 0px;
	overflow: hidden;
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-placeholder {
	color: #888;
}

::-webkit-input-placeholder {
	color: #888;
}

::-ms-input-placeholder {
	color: #888;
}


/*----------- 头部 -----------*/

.header {
	width: 100%;
	display: block;
	background: #673ab7;
	top: 0;
	padding: 10px 0;
	-moz-osx-font-smoothing: auto;
}

.header .container {
	width: 100%;
	margin: 0 auto;
}

.header .headBox {
	width: 100%;
	padding: 0;
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 3;
}

.header .logo {
	display: inline-block;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header .logo a {
	display: inline-block;
	height: 39px;
	position: relative;
	font-size: 0;
	overflow: hidden;
}

.header .logo a img {
	height: 100%;
}

.header .logo a.name {
	font-size: 28px;
	line-height: 56px;
}

.index.home .header .logo a.name {
	color: #fff;
}

.header .headRight {
	display: inline-flex;
	align-items: center;
}

.header .headRight .control {
	display: inline-block;
	margin-left: 15px;
	cursor: pointer;
	color: #E4E9F6;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.header .headRight > div:nth-child(2) {
	margin-left: 5px;
}

.header .headRight [class*='Btn'] {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}

.header .headRight .control i {
	font-size: 16px;
}

.header .headRight .control.meunBtn {
	display: none;
}

.header .navBar {
	margin: 0 0 0 30px;
}

.header .navBar li {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	position: relative;
	vertical-align: top;
}

.header .navBar li a {
	display: inline-block;
	padding: 0 12px;
	color: #E4E9F6;
	font-size: 14px;
	position: relative;
	z-index: 2;
	min-width: 62px;
	text-align: center;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

.header .navBar li>a:hover,
.header .navBar .current-menu-item a  {
	color: #FFFFFF;
	font-weight: bold;
}


/*banner区域*/

.main {
	width: 100%;
	margin: 20px auto;
	max-width: 1240px;
	padding: 0 12px;
	display: block;
	clear: both;
	position: relative;
}

.dj-Module {
	background: #ffffff;
	margin-top: 20px;
	padding: 25px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.dj-Module .title {
	padding: 0 0 10px 0;
	margin-bottom: 12px;
	overflow: hidden;
	position: relative;
}

.dj-Module .title h2 {
	font-size: 16px;
	color: #333;
	display: inline-block;
	font-weight: 600;
}


.dj-Module .tips {
	padding: 50px 0;
	text-align: center;
	line-height: 1.8;
	opacity: .68;
}

.dj-Module.tops {
	position: relative;
	margin-top: 0px;
	z-index: 2;
	min-height: 100px;
}

.home .dj-Module.tops {}

.dj-Module.tops > div {
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.dj-Module.tops .middle {
	width: 100%;
	float: left;
	padding: 0 280px 0 360px;
}

.dj-Module.tops .left {
	width: 360px;
	float: left;
	margin-right: -360px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.dj-Module.tops .right {
	width: 280px;
	padding: 15px;
	float: right;
	margin-left: -280px;
	overflow: hidden;
	background: #f6f8fa;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.dj-Module.tops .right .title {
	border-bottom: 0px #dfe5eb solid;
	margin-bottom: 2px;
}

.dj-Module.tops .middle .box {
	padding: 0 30px;
}

.dj-Module.tops .middle .title {
	padding: 12px 10px;
	background: #f6f8fa;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 12px;
}

.dj-Module.tops .middle .title i {
	color: #06bcab;
}

.dj-Module.tops .middle .title span {
	position: absolute;
	right: 12px;
	font-size: 12px;
	top: 15px;
}

.dj-Module.tops .middle li {
	display: flex;
	align-items: center;
	height: 32px;
	line-height: 32px;
}

.dj-Module.tops .middle li a {
	padding-left: 25px;
	display: block;
	flex: 1;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dj-Module.tops .middle li a:before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 14px;
	background-color: #d6d9dc;
	margin-left: 5px;
}

.dj-Module.tops .middle li .time {
	color: #aaa;
	font-size: 13px;
}

.dj-Module .middle .subTitle {
	padding: 12px 10px;
	background-color: #f6f8fa;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 12px;
	position: relative;
	overflow: hidden;
}

.dj-Module .middle .subTitle span.ico {
	width: 68px;
	height: 48px;
	position: absolute;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: 48px;
	background-position: center;
	padding: 0;
}

.dj-Module .middle .subTitle span {
	font-weight: 600;
	font-size: 16px;
	padding-left: 18px;
	color: #4E5255;
}

.dj-Module .middle .subTitle:after {
	content: '';
	width: 5px;
	height: 14px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-right: 5px;
	position: absolute;
	left: 15px;
	top: 16px;
	background-color: currentColor;
}

.dj-Module.tops .bnCateBox {
	margin-top: 15px;
	position: relative;
}

.dj-Module.tops .bnCateBox .swiper-slide .item {}

.dj-Module.tops .bnCateBox .bnCateSwiper {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px auto;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.dj-Module.tops .bnCateBox .bnCateSwiper .swiper-wrapper {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.dj-Module.tops .bnCateBox .bnCateSwiper.swiper-container-horizontal .swiper-wrapper {
	opacity: 1;
	visibility: visible;
}

.dj-Module.tops .bnCateBox .swiper-slide a {
	color: currentColor;
	display: flex;
	position: relative;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
	padding: 10px;
	height: 91px;
	flex-direction: column;
	justify-content: center;
}

.dj-Module.tops .bnCateBox .swiper-slide a i {
	font-size: 26px;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.dj-Module.tops .bnCateBox .swiper-slide a h3 {
	font-weight: normal;
	position: relative;
	font-size: 12px;
	padding-top: 6px;
	z-index: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dj-Module.tops .bnCateBox .swiper-slide a:after,
.dj-Module.tops .bnCateBox .swiper-slide a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: currentColor;
	opacity: .05;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.dj-Module.tops .bnCateBox .swiper-slide a:before {
	opacity: .2;
	border: 1px currentColor solid;
	background: none;
}

.dj-Module.tops .bnCateBox .bnCateNav {
	width: 100%;
	font-size: 12px;
}

.dj-Module.tops .bnCateBox .swiper-pagination-bullet {
	margin: 0 2px;
	width: 4px;
	height: 4px;
}

.dj-Module.dj-Cate {
	background: none;
	padding: 0;
	margin-top: 0;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: flex;
	flex-direction: column;
}

.dj-Module.dj-Cate .hotCate {
	padding: 12px 25px;
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.dj-Module.dj-Cate .box > div {
	margin-top: 20px;
}

.dj-Module .titCate {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.dj-Module .titCate ul {
	width: calc(100% / 4 - 20px);
	flex-basis: calc(100% / 4 - 20px);
	margin: 10px 10px;
	font-size: 0;
}

.dj-Module .titCate li.h {
	display: block;
	font-size: 16px;
	margin-bottom: 12px;
	font-weight: 500;
	height: auto;
}

.dj-Module .titCate li.h a {
	color: #4E5255;
	font-weight: 600;
}

.dj-Module .titCate li.h i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	vertical-align: 2px;
	font-size: 12px;
	background: #f66;
	color: #fff;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	margin-right: 10px;
}

.dj-Module .titCate li {
	display: inline-block;
	font-size: 14px;
	margin-right: 10px;
	height: 26px;
	line-height: 26px;
}

.dj-Module .titCate li a {
	color: #6A717B;
}

.dj-Module .titCate li a:hover {
	color: #673ab7;
}

.dj-Module .titCate ul:nth-child(8n+1) li.h i {
	background: #f66;
}

.dj-Module .titCate ul:nth-child(8n+2) li.h i {
	background: #dcb103;
}

.dj-Module .titCate ul:nth-child(8n+3) li.h i {
	background: #08c3bc
}

.dj-Module .titCate ul:nth-child(8n+4) li.h i {
	background: #497cff
}

.dj-Module .titCate ul:nth-child(8n+5) li.h i {
	background: #9b75f0
}

.dj-Module .titCate ul:nth-child(8n+6) li.h i {
	background: #f075dd
}

.dj-Module .titCate ul:nth-child(8n+7) li.h i {
	background: #ff9759
}

.dj-Module .titCate ul:nth-child(8n+8) li.h i {
	background: #7eb665
}

.dj-Module.dj-Cate .icoCate {
	background: none;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.dj-Module.dj-Cate .icoCate .iconSwiper .item {
	height: 100%;
	min-height: 100px;
	background: currentColor;
	background: linear-gradient(60deg, currentColor 40%, rgba(255, 255, 255, 0.35) 100%);
	background-color: rgba(0, 0, 0, 0);
	background-color: currentColor;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.dj-Module.dj-Cate .icoCate .iconSwiper .item a {
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 25px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.dj-Module.dj-Cate .icoCate .iconSwiper .item a h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.dj-Module.dj-Cate .icoCate .iconSwiper .item a h3 span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 0 1px;
	opacity: .8;
}

.dj-Module.dj-Cate .icoCate .iconSwiper .item i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 68px;
	opacity: .1;
}

.dj-Module.dj-Cate .icoCate .swiper-slide {
	height: auto;
}

.dj-Module.floor {
	min-height: auto;
}

.dj-Module .head {
	padding: 0 60px 10px 0;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	position: relative;
}

.dj-Module .head a.more {
	position: absolute;
	right: 0;
	color: #999ea5;
}

.dj-Module .head a:hover.more {
	color: currentColor;
}

.cNext {
	right: 0;
	background: linear-gradient(262.81deg, #ffffff 20%, hsla(0, 0%, 100%, 0) 100%);
	text-indent: 16px;
}

.cPrev {
	left: 0;
	background: linear-gradient(88.81deg, #ffffff 20%, hsla(0, 0%, 100%, 0) 100%);
	text-indent: -16px;
}

.cNext:before {
	content: "\ea6e";
}

.cPrev:before {
	content: "\ea64";
}

.dj-Module .head .cateArr {
	height: 100%;
}

.dj-Module .head .cateArr .swiper-slide {
	min-width: 50px;
	line-height: 26px;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 10px 0px 0;
	white-space: nowrap;
	background-color: #f6f8fa;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.dj-Module .head .cateArr .swiper-slide:hover {
	background-color: currentColor;
}

.dj-Module .head .cateArr .swiper-slide a {
	display: block;
	padding: 0 10px;
	width: 100%;
	color: #999ea5;
	font-size: 12px;
	-moz-osx-font-smoothing: auto;
}

.dj-Module .head .cateArr .swiper-slide:hover a {
	color: #fff;
}

.dj-Module.floor .title,
.dj-Module.mod .title {
	display: inline-block;
	margin: 0;
	padding: 0 30px 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.dj-Module.floor .title h2,
.dj-Module.mod .title h2 {
	font-size: 22px;
}

.dj-Module.floor .title i,
.dj-Module.mod .title i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 24px;
	margin-right: 10px;
	color: currentColor;
}

.dj-Module.floor .title h2 a:hover,
.dj-Module.floor li a:hover {
	color: currentColor;
}

.dj-Module.floor .middle {
	display: flex;
}

.dj-Module.floor .middle li {
	font-size: 14px;
	height: 33px;
	line-height: 32px;
	padding-left: 15px;
}

.dj-Module.floor .middle .left {
	width: 100%;
	padding-right: 40px;
	max-height: 412px;
}

.dj-Module.floor .middle .right {
	width: 280px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-height: 412px;
}

.dj-Module.floor .middle li.noArr,
.dj-Module.floor .middle .left li.noArr {
	height: auto!important;
	line-height: 1.4!important;
	color: #6A717B;
	padding: 15px 0!important;
	text-align: center;
	background-color: #f6f8fa1c;
	border-radius: 15px;
	border: dashed 1px #e9edf0;
	font-size: 13px;
	-webkit-line-clamp: none!important;
}

.dj-Module.floor .middle .left li.noArr {
	width: calc(100% / 1 - 40px)!important;
	flex-basis: calc(100% / 1 - 40px)!important;
	padding: 45px 0!important;
	margin-bottom: -15px;
}

.dj-Module.floor .middle li.noArr p {
	opacity: .5;
}

.dj-Module.floor .middle li.noArr:before,
.dj-Module.floor .middle .left li.noArr:after {
	display: none;
}

.dj-Module .count {
	counter-reset: item;
}

.dj-Module .count li {
	margin-bottom: 5px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	counter-increment: item;
	padding-left: 30px;
	position: relative;
}

.dj-Module .count li:before {
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	content: counter(item);
	margin-right: 5px;
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	background: #e9edf2;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	font-size: 12px;
	color: #6A717B;
}

.dj-Module .count li:nth-child(-n+3):before {
	color: #fff!important;
}

.dj-Module .count li:nth-child(1):before {
	background: #ff7059!important;
}

.dj-Module .count li:nth-child(2):before {
	background: #15b2ff!important;
}

.dj-Module .count li:nth-child(3):before {
	background: #a9b8e2!important;
}

.dj-Module .count li:last-child {
	margin-bottom: 0;
}

.dj-Module.floor .middle li .tit {
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
	color: #4E5255;
}

.dj-Module.floor .middle li .tit:hover {
	color: currentColor;
}

.dj-Module.floor .middle .right li {
	padding-left: 30px;
	height: 36px;
	line-height: 36px;
}

.dj-Module.floor .middle .right li:before {
	top: 6px;
}

.dj-Module.floor .middle .right li .img {
	display: none;
}

.dj-Module.floor .middle .right li .item .text {
	padding-left: 0;
}

.dj-Module.floor .middle .left ul {
	display: flex;
	margin: 8px -20px 0;
	font-size: 0;
	flex-wrap: wrap;
}

.dj-Module.floor .middle .left ul.first {
	margin-top: 0;
	margin-bottom: 15px;
}


/* .dj-Module.floor .middle .left ul li a,.dj-Module.floor .dj-Tit .middle .left ul li a{ opacity: .68;}
.dj-Module.floor .middle .left ul li a:hover,.dj-Module.floor .dj-Tit .middle .left ul li a:hover{ opacity: 1;} */

.dj-Module.floor .middle .left ul li:nth-child(-n+2) a,
.dj-Module.floor .dj-Tit .middle .left ul li:nth-child(-n+3) a {
	font-weight: 600;
	opacity: 1;
}

.dj-Module.floor .middle .left ul.first li {
	width: calc(100% / 2 - 40px);
	flex-basis: calc(100% / 2 - 40px);
}

.dj-Module.floor .middle .left li {
	width: calc(100% / 2 - 40px);
	flex-basis: calc(100% / 2 - 40px);
	margin: 0 20px;
	padding-right: 80px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.dj-Module.floor .middle .left li:after {
	content: '';
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 14px;
	background-color: #d6d9dc;
}

.dj-Module.floor .middle .left li span {
	position: absolute;
	right: 0;
	top: 1px;
	font-size: 12px;
	color: #999ea5;
	font-family: Arial, sans-serif;
}

.dj-Module.floor .middle .left li.thumb,
.dj-Module.floor .dj-Pic .middle li {
	height: auto;
	line-height: inherit;
	margin-bottom: 0px;
	padding: 0;
}

.dj-Module.floor .middle .left li.thumb:after,
.dj-Module.floor .dj-Pic .middle li:after {
	display: none;
}

.dj-Module.floor .middle li .item {
	display: flex;
	overflow: hidden;
}

.dj-Module.floor .middle li .img {
	font-size: 0;
	width: 105px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.dj-Module.floor .middle li .img a {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	display: block;
	position: relative;
}

.dj-Module.floor .middle li .img a:after {
	content: '';
	padding-top: 68%;
	display: block;
}

.dj-Module.floor .middle li .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.dj-Module.floor .middle li .item .text {
	padding-left: 16px;
}

.dj-Module.floor .middle li .item .text .tit {
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top: 2px;
}

.dj-Module.floor .middle li .item .des {
	line-height: 1.6;
	font-size: 12px;
	margin-top: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #4E5255;
	opacity: .68;
}

.dj-Module.floor .dj-Pic .middle {
	display: block;
}

.dj-Module.floor .dj-Pic .middle ul {
	display: flex;
	margin: -10px -10px -10px;
	font-size: 0;
	flex-wrap: wrap;
}

.dj-Module.floor .dj-Pic .middle li {
	width: calc(100% / 4 - 20px);
	flex-basis: calc(100% / 4 - 20px);
	margin: 10px;
}

.dj-Module.floor .dj-Pic .middle li .img {
	width: 100%;
}

.dj-Module.floor .dj-Pic .middle li .text {
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top: 10px;
	text-align: center;
	color: currentColor;
}

.dj-Module.floor .dj-Pic .middle li a:hover {
	color: currentColor;
}

.dj-Module.floor .dj-Pic .middle li.noArr {
	width: calc(100% / 1 - 20px);
	flex-basis: calc(100% / 1 - 20px);
	padding: 25px 0 !important;
}

.dj-Module.floor .dj-Tit .middle .left {
	padding-right: 0;
}

.dj-Module.floor .dj-Tit .middle .left ul:first-of-type {
	margin-top: -5px;
}

.dj-Module.floor .dj-Tit .middle {
	flex-direction: column;
}

.dj-Module.floor .dj-Tit .middle .left li {
	width: calc(100% / 3 - 40px);
	flex-basis: calc(100% / 3 - 40px);
}

.dj-Module.floor .dj-Tit .middle .left li.noArr {
	margin-bottom: 0px;
	padding: 25px 0 !important;
}

.dj-Module.floor .dj-Tit .middle .right {
	margin-top: 15px;
	width: 100%;
}

.dj-Module.floor .dj-Tit .middle .right ul {
	display: flex;
	flex-wrap: wrap;
	margin: 8px -20px 0;
}

.dj-Module.floor .dj-Tit .middle .right li {
	width: calc(100% / 3 - 40px);
	flex-basis: calc(100% / 3 - 40px);
	margin: 0 20px;
}

.dj-Module.floor .dj-Tit .middle .right li.noArr {
	width: calc(100% / 1 - 40px);
	flex-basis: calc(100% / 1 - 40px);
}

.dj-Module.mod .head {
	margin-bottom: 8px;
}

.dj-Module.mod .title h2 {
	color: #4E5255;
}

.dj-Module.mod .head a:hover {
	color: #673ab7;
}

.dj-Module.mod .link {
	font-size: 0px;
}

.dj-Module.mod .link li {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	margin: 0 15px 0 0;
	font-size: 14px;
	position: relative;
}

.dj-Module.mod .links .title i {
	color: #1692ff;
}

.dj-Module.mod .tags .title i {
	color: #b177e1;
}


/*热门标签*/

.dj-Module .dj-Tags li {
	display: inline-block;
	vertical-align: top;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 14px;
}

.dj-Module .dj-Tags li a {
	display: block;
	padding: 0 10px;
	overflow: hidden;
	background: #f6f8fa;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.dj-Module .dj-Tags li a span {
	font-size: 12px;
	opacity: .68;
	margin-left: 3px;
}

.dj-Module .dj-Tags li a:hover {
	background: #673ab7;
	color: #fff;
}

.dj-Module.catePost {
	margin: 0 0 20px;
	padding: 20px;
}

.dj-Module.catePost .title {
	margin-bottom: 2px;
}

.dj-Module.catePost .title h2 {
	font-size: 18px;
}

.dj-Module.catePost .cateItem {
	background: #f6f8fa;
	padding: 20px 20px 12px;
	margin-bottom: 20px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: inline-block;
	width: 100%;
}

.dj-Module.catePost .cateItem:last-of-type {
	margin-bottom: 0;
}

.dj-Module.catePost ul {
	margin: 0 -15px;
	font-size: 0;
}

.dj-Module.catePost li {
	width: calc(100% / 3 - 30px);
	margin: 0 15px;
	display: inline-block;
	vertical-align: top;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
}

.dj-Module.catePost .count li:before {
	top: 7px;
	background: #d7dee8;
}

.dj-Module.catePost .title i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	vertical-align: -1px;
	margin-right: 6px;
	font-size: 22px;
}

.dj-Module.catePost .cateDes {
	padding: 20px;
}

.dj-Module.catePost .cateDes .title h2 {
	font-size: 18px;
}

.dj-Module.catePost .cateDes .text {
	padding: 0px 25px;
	min-height: 30px;
	font-size: 14px;
	line-height: 1.8;
	position: relative;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	text-justify: distribute-all-lines;
	-webkit-text-align-last: justify;
}

.dj-Module.catePost .cateDes .text:before,
.dj-Module.catePost .cateDes .text:after {
	content: "\ec51";
	font-family: 'remixicon' !important;
	position: absolute;
	font-size: 24px;
	color: #dde3ea;
}

.dj-Module.catePost .cateDes .text:before {
	top: -10px;
	left: 0px;
}

.dj-Module.catePost .cateDes .text:after {
	content: "\ec52";
	bottom: -10px;
	right: 0px;
}

.dj-Module.catePost .subCate.cateItem {
	padding: 20px;
}

.dj-Module.catePost .subCate ul {
	margin: 0;
}

.dj-Module.catePost .subCate li {
	width: auto;
	margin: 6px 6px 0px 0;
}

.dj-Module.catePost .subCate li a {
	background: #eef2f5;
	display: block;
	padding: 0 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.dj-Module.catePost .subCate li a:hover,
.dj-Module.catePost .subCate li.active a:hover {
	background: #673ab7;
	color: #fff;
}

.dj-Module.catePost .subCate li.active a {
	color: #673ab7;
}

.warp .dj-Post {
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.warp .meta span {
	margin-right: 20px;
}


.single-box {
	padding-right: 350px;
	position: relative;
	float: left;
	width: 100%;
}

.single-box .artArr .post h3 {
	font-size: 18px;
	font-weight: 500;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.single-box .artArr .post h3 span.istop {
	font-size: 12px;
	padding: 0px 5px;
	height: 18px;
	line-height: 20px;
	color: #fff;
	background: #FF311B;
	border-radius: 30px;
	display: inline-block;
	vertical-align: 2px;
	margin-right: 3px;
}

.single-box .artArr .post .intro {
	line-height: 1.7;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.single-box .artArr .post .intro strong,
.single-box .artArr .post h3 strong {
	color: #673ab7;
}

.single-box .artArr .artList .post,
.single-box .dj-BnGg {
	padding: 20px;
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}

.single-box .dj-BnGg {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 0;
}

.dj-BnGg a {
	display: block;
}

.dj-BnGg img {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
}

.dj-Module.dj-BnGg {
	padding: 0;
}

.dj-Module.dj-BnGg.mob {
	display: none;
}

.single-box .dj-BnGg.fot {
	margin-top: 20px;
	margin-bottom: 0;
}

.single-box .artArr .artList .post:first-of-type {
	margin-top: 0;
}

.single-box .artArr.listPic .item {
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	-ms-flex-direction: row;
	flex-direction: row;
}

.single-box .artArr.listPic .item .thumb {
	width: 200px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: hidden;
	font-size: 0;
}

.single-box .artArr.listPic .item .thumb a {
	display: block;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	background-color: #f0f3f6;
}

.single-box .artArr.listPic .item .text {
	padding-left: 20px;
}

.single-box .artArr .title {
	margin-bottom: 20px;
	padding: 12px 10px 12px 28px;
	background-color: #f6f8fa;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: relative;
}

.single-box .artArr .title h2 {
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
}

.single-box .artArr .title:before {
	content: '';
	width: 5px;
	height: 14px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-right: 5px;
	position: absolute;
	left: 15px;
	top: 18px;
	background-color: #673ab7;
}

.single-box .artArr.listTit {
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
}

.single-box .artArr.listTit .post {
	background: transparent;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	margin: 12px 0;
}

.single-box .artArr.listTit .post:nth-child(5n) {
	margin-bottom: 40px;
}

.single-box .artArr.listTit .post:last-of-type {
	margin-bottom: 0;
}

.single-box .artArr.listTit .item {
	padding-right: 88px;
	position: relative;
}

.single-box .artArr.listTit .item .date {
	position: absolute;
	top: 4px;
	right: 0;
	font-size: 13px;
	color: #9ca0ad;
	background-color: #fff;
	padding-left: 12px;
	font-family: Arial;
}

.single-box .artArr.listTit .item h3 {
	font-size: 16px;
	font-weight: normal;
	position: relative;
	padding-left: 12px;
}

.single-box .artArr.listTit .item h3 a {
	background-color: #fff;
	padding-right: 12px;
	position: relative;
	z-index: 1;
}

.single-box .artArr.listTit .item h3:before,
.single-box .artArr.listTit .item h3:after {
	content: '';
	position: absolute;
}

.single-box .artArr.listTit .item h3:after {
	width: 90%;
	right: 0;
	border-bottom: 1px dashed #e4e8ec;
	top: 11px
}

.single-box .artArr.listTit .item h3:before {
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 9.5px;
	background-color: #d6d9dc;
}

.single-box .artArr .item .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-box .artArr .item .thumb a:after {
	content: '';
	padding-top: 68%;
	display: block;
}

.single-box .artArr .item .text {
	font-size: 1.4rem;
	line-height: 1.6;
	min-width: 0;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.single-box .artArr .meta {
	margin-top: 15px;
	font-size: 0;
}

.single-box .artArr .meta span {
	display: inline-block;
	color: #999ea5;
	margin: 2px 12px 0px 0;
	font-size: 12px;
}

.single-box .artArr .meta span:last-of-type {
	margin-right: 0;
}

.single-box .artArr .meta span a {
	color: #999ea5;
}

.single-box .artArr .meta span a:hover {
	color: #673ab7;
}

.single-box .artArr .meta span img {
	width: 22px;
	height: 22px;
	border-radius: 100px;
	display: inline-block;
	vertical-align: -6px;
	margin-right: 4px;
	object-fit: cover;
}

.single-box .artArr .meta span.user:before {
	display: none;
}


/*侧栏模块*/

.sidebar {
    position: relative;
    z-index: 100;
	width: 330px;
	float: right;
	margin-left: -330px;
	margin-top: 0px;
	padding: 0.5px 0;
}

.sidebar.bnSidebar {
	margin-top: 0px;
	position: relative;
	z-index: 3;
}

.widget {
	padding: 20px 20px 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	border: 0px solid #ececec;
}

.widget:last-of-type {
	margin-bottom: 0;
}

.widget .title {
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 15px;
	border-bottom: 1px #f0f3f6 solid;
}

.widget .title:after,
.widget .title:before {
	content: '';
	width: 9px;
	height: 9px;
	background-color: #abda00;
	transform: rotate(45deg);
	display: block;
	position: absolute;
	right: 0;
	top: 4px;
	opacity: 1;
	border-radius: 2px;
}

.widget .title:after {
	right: 14px;
	background-color: #ffb895;
}

.widget li.tips {
	height: auto !important;
	line-height: 1.4 !important;
	color: #6A717B80;
	padding: 15px 0 !important;
	text-align: center;
	background-color: #f6f8fa1c;
	border-radius: 8px;
	border: dashed 1px #e9edf0;
	font-size: 13px;
	-webkit-line-clamp: none !important;
}

.widget li.tips::after,
.widget li.tips::before {
	display: none !important;
}

.widget li h4 {
	font-size: 14px;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-weight: normal;
}

.widget li:after {
	margin: 15px 0;
}

.widget li:last-of-type:after {
	display: none;
}

.widget li .date {
	display: block;
	font-size: 12px;
	color: #999ea5;
}

.widget li .item .thumb:before {
	content: counter(nums, decimal);
	color: #FFF;
	display: none;
	border: solid 2px #FFF;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 12px;
	font-family: "Arial", sans-serif;
	font-weight: 600;
	height: 22px;
	line-height: 19px;
	left: 0;
	text-align: center;
	top: -10px;
	position: absolute;
	width: 22px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
	background: #673ab7;
	z-index: 1;
}


/*标签*/

.widget.divTags,
.widget.divLinkage {
	font-size: 0;
	padding-bottom: 14px;
}

.widget.divTags li,
.widget.divLinkage li {
	display: inline-block;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	overflow: visible;
	height: auto;
	-moz-osx-font-smoothing: auto;
}

.widget.divTags li:after {
	display: none;
}

.widget.divTags li a {
	font-size: 13px;
	color: #6A717B;
	padding: 0px 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin: 0px 5px 5px 0;
	height: 34px;
	line-height: 32px;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	border: 1px solid #f0f3f6
}

.widget.divTags li a span {
	font-size: 12px;
}

.widget.divTags li a:hover {
	color: #fff;
	border: 1px solid #673ab7;
	background: #673ab7;
}


/*最新发布*/
.widget.tit {}
.widget.tit .title {
	margin-bottom: 10px;
}
.widget li {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.widget li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}
.widget.tit li a {
    display: block;
    flex: 1;
}
.widget.tit li .time {
    color: #999;
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
}


/*热门文章*/

.widget.dj-HotArt li {
	position: relative;
}

/*带图的*/
.widget.pic li {
	height: auto;
	padding-left: 0;
}

.widget.pic li .item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
}

.widget.pic li .item .thumb {
	width: 120px;
	height: 82px;
	position: relative;
	font-size: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 5px;
	overflow: hidden;
	background: #f2f5f8;
}

.widget.pic li .item .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.widget.pic li .item .text {
	padding-left: 12px;
	overflow: hidden;
}


.widget.pic li .item .text span {
	font-size: 12px;
	display: block;
	color: #999ea5;
	margin-top: 15px;
}

.widget.pic li .item .text span a {
	color: #999ea5;
}

.widget.pic li .item .text span a:hover {
	color: #673ab7;
}

.widget.HotArt li .num {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin-right: 10px;
    display: block;
    background: #e9edf2;
    border-radius: 30px;
    font-size: 12px;
    color: #6A717B;
}
.widget.HotArt li:nth-child(1) .num {
    background: #ff7059 !important;
    color: #fff !important;
}
.widget.HotArt li:nth-child(2) .num {
    background: #15b2ff!important;
    color: #fff !important;
}
.widget.HotArt li:nth-child(3) .num {
    background: #a9b8e2!important;
    color: #fff !important;
}
.widget.HotTag {}
.widget.HotTag ul {
    display: flex;
    flex-wrap: wrap;
    margin: -2px
}
.widget.HotTag li {
    border: 0;
    display: inline-block;
    width: 33.33%;
    text-align: center;
    padding: 0 !important;
    margin: 0!important;
}
.widget.HotTag li a {
    margin: 2px;
    display: block;
    border: 1px solid #eee;
    padding: 0 18px;
    border-radius: 4px;
    font-size: 12px;
    color: #606266;
    height: 30px;
    line-height: 30px;
}

.widget.dj-LeftBn,
.widget.divbn {
	border: none;
	padding: 0;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.widget.dj-LeftBn a,
.widget.divbn a {
	display: block;
	font-size: 0;
}

.widget.dj-LeftBn.no div,
.widget.divbn.no div {
	padding: 0!important;
}

.widget.dj-LeftText .img,
.widget.divText .img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.widget.dj-LeftText,
.widget.divText {
	text-align: center;
	color: #8F9BAD;
	line-height: 1.7;
	font-size: 15px;
}

.widget.dj-LeftText p,
.widget.divText p {
	margin-bottom: 15px;
}

.widget.dj-LeftText p:last-of-type,
.widget.divText p:last-of-type {
	margin-bottom: 0;
}

.widget.dj-LeftText h3,
.widget.divText h3,
.widget.dj-LeftText h4,
.widget.divText h4,
.widget.dj-LeftText h5,
.widget.divText h5 {
	line-height: 1.4;
	margin-bottom: 12px;
}

.widget.dj-LeftText h3,
.widget.divText h3 {
	font-size: 20px;
}

.widget.dj-LeftText h4,
.widget.divText h4 {
	font-size: 18px;
}

.widget.dj-LeftText h5,
.widget.divText h5 {
	font-size: 16px;
}

.bnSidebar .widget.divPrevious {
	padding: 30px;
	min-height: 533px;
}

.bnSidebar .widget.divPrevious .title {
	padding-bottom: 0;
}

.widget .dj-Tab {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
	list-style: none;
}

.widget .dj-Tab li {
	text-align: center;
	margin: 0 5px;
	background: 0 0;
	border: solid 1px #EBEBEB;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	height: 44px;
	line-height: 42px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease;
	font-size: 15px;
	color: #8F9BAD;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	width: calc(100% / 2 - 10px);
	display: inline-block;
	vertical-align: top;
}

.widget .dj-Tab li.active {
	background: #673ab7;
	background: -webkit-linear-gradient(left, #673ab7 0%, #FFA388 51%, #673ab7 100%);
	background: linear-gradient(to right, #673ab7 0%, #FFA388 51%, #673ab7 100%);
	background-size: auto;
	border-color: transparent;
	background-size: 200% auto;
	color: #fff;
}

.widget .dj-Tab li:after,
.bnSidebar .widget.divPrevious .title:after,
.bnSidebar .widget.divPrevious li:nth-child(-n+3) .item .thumb:before,
.dj-TabCon .dj-Con,
.widget.divLinkage li:after,
.widget.divMisc li:after {
	display: none;
}


/*侧栏友情链接*/

.widget.divLinkage li a {
	font-size: 14px;
	font-weight: normal;
	padding: 3px 0px;
	display: block;
	margin: 4px 10px 4px 0;
	line-height: 20px;
	color: #8F9BAD;
}

.widget.divLinkage li a:hover {
	color: #673ab7;
}


/*divMisc*/

.widget.divMisc li {
	height: auto;
	line-height: normal;
	font-size: 0;
	margin: 4px 4px 4px 0;
	display: inline-block;
	vertical-align: top;
}

.widget.divMisc img {
	max-height: 30px;
	max-width: none;
	width: auto;
}


/*控制面板*/

.widget.divContorPanel .cp-hello {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}

.widget.divContorPanel a:before {
	font-family: 'remixicon';
	display: inline-block;
	vertical-align: -1px;
	margin-right: 2px;
}

.widget.divContorPanel .cp-login {
	margin-right: 10px;
}

.widget.divContorPanel .cp-login a:before {
	content: "\e09a";
}

.widget.divContorPanel .cp-vrs a:before {
	content: "\e060";
}


/*日历*/

.widget.divCalendar table {
	width: 100%;
}

.widget.divCalendar table th {
	color: #8F9BAD;
}

.widget.divCalendar table th,
.widget.divCalendar table td {
	text-align: center;
	padding: 10px 10px;
	border: none;
	background: #fafafb;
}

.widget.divCalendar table caption {
	text-align: center;
	padding-bottom: 12px;
}

.widget.divCalendar table caption a {
	display: inline-block;
	vertical-align: middle;
}

.widget.divCalendar table caption a:nth-child(2) {
	font-size: 18px;
	font-weight: 600;
}

.widget.divCalendar table td a {
	color: #673ab7;
	opacity: .8;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}

.widget.divCalendar table td a:hover {
	opacity: 1;
}


/*推荐文章*/

.widget.dj-TopArt .swiperTop {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	padding-bottom: 40px;
}

.widget.dj-TopArt .swiperTop .swiper-pagination {
	bottom: 0;
}

.widget.dj-TopArt .thumb a {
	display: block;
	position: relative;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.widget.dj-TopArt .thumb a:after {
	content: '';
	padding-top: 75%;
	display: block;
}

.widget.dj-TopArt .thumb a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.widget.dj-TopArt h4 {
	margin: 20px 0 15px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: normal;
}

.widget.dj-TopArt .meta span {
	font-size: 12px;
	margin-right: 10px;
	color: #999ea5;
}


/*搜索*/

.divSearchPanel form {
	width: 100%;
}

.divSearchPanel form {
	padding-right: 30px;
	background: #f8f9fb;
	border: 1px solid #f0f3f6;
	height: 32px;
	position: relative;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}

.divSearchPanel form input {
	width: 100%;
	border: medium none;
	height: 30px;
	padding: 0 10px;
	background: none;
}

.divSearchPanel form button {
	border: medium none;
	background: #673ab7;
	color: #fff;
	width: 40px;
	height: 30px;
	position: absolute;
	right: 0px;
	top: 0px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	cursor: pointer;
}


/*最新评论*/

.widget.divComments li {
	height: auto;
	line-height: 24px;
}

.widget.divComments li i {
	font-style: normal;
	color: #9ca0ad;
	font-size: 12px;
}

.widget.divComments li a {
	position: relative;
	top: 0px;
}

.widget.divComments li .msg {
	margin-top: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.widget.divComments li:hover .author {
	-webkit-box-shadow: 0 0 10px #fff;
	box-shadow: 0 0 10px #fff;
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}


/*面包屑*/

.dj-Crumb {
	width: 100%;
	margin: 15px auto -4px;
	font-size: 12px;
	position: relative;
	z-index: 2;
	color: #8F9BAD;
	display: none;
}

.dj-Crumb .container {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.dj-Crumb.show {
	display: block;
}

.dj-Crumb a {
	font-size: 12px;
	color: #8F9BAD;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dj-Crumb a:hover {
	color: #673ab7;
}

.dj-Crumb i {
	font-size: 12px;
	color: #8F9BAD;
	margin: 0 4px;
	display: inline-block;
	vertical-align: 0px;
	height: 14px;
}

.dj-Crumb i:before {
	content: "\ea6e";
	font-family: remixicon !important;
}

.single-box .artArr .noArr {
	text-align: center;
	font-size: 18px;
	padding: 150px 0;
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.single-box .artArr .noArr * {
	opacity: .4;
}

.single-box .artArr .noArr .ri-newspaper-line {
	font-size: 40px;
	display: block;
	margin-bottom: 10px;
}


/*内容页*/

.single .artPost {
	background: #fff;
	padding: 25px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 20px;
}

.single .artPost:first-of-type {
	margin-top: 0;
}

.single .postHead {
	margin-bottom: 25px;
}

.single h1 {
	font-size: 26px;
	line-height: 1.4;
	margin-bottom: 20px;
}

.single .postMeta {
	font-size: 0;
}

.single .meta {
	font-size: 0;
}

.single .meta span {
	padding-right: 10px;
	position: relative;
	font-size: 12px;
	color: #999ea5;
	display: inline-block;
}

.single .meta span a {
	color: #999ea5;
}

.single .meta span a:hover {
	color: #673ab7;
}

.single .meta span:last-of-type {
	padding-right: 0;
}

.single .meta span i {
	font-size: 12px;
	display: inline-block;
	margin-right: 3px;
}

.single .single-body {
	font-size: 16px;
	line-height: 1.8;
	position: relative;
	overflow: hidden;
}

.single .single-body .wm-content p {
    padding: 10px 0;
    border-bottom: 1px dashed #e4e8ec
}

.single.word .postBody .artUm {
	padding: 20px 60px;
}

.single .single-body .artUm {
	position: relative;
}

.single .single-body .artUm p {
	margin-bottom: 16px;
	text-align: justify;
}

.single .single-body .artUm img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: -.8rem;
	overflow: hidden;
}

.single .single-body .artUm a {
	color: #673ab7;
}

.single .single-body .artUm a:hover {
	color: #232328
}

.single .single-body .artUm li p {
	overflow: visible;
	text-indent: 0;
	margin: 3px 0
}

.single .single-body .artUm ol,
.single .single-body .artUm ul {
	margin-left: 3rem;
	margin-bottom: 2rem;
}

.single .single-body .artUm em,
.single .single-body .artUm i {
	font-style: italic;
}

.single .single-body .artUm li {
	list-style: inherit;
}

.single .single-body .artUm code {
	width: 93%;
	padding: 5px;
	background: #f8f9fb;
}

.single .single-body .artUm blockquote {
	width: 100%;
	background: #f8f9fb;
	border-left: 0.3rem solid #F0F3F6;
	margin: 2rem 0px 2.5rem;
	padding: .5rem 2rem;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.single .single-body .artUm blockquote p {
	padding: 10px 0;
	margin-bottom: 0;
}

.single .single-body .artUm img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: -.6rem
}

.single .single-body .artUm table {
	border-collapse: collapse;
	background: #fff;
	line-height: 140%;
	margin: 15px 0;
}

.single .single-body .artUm td,
th {
	margin: 0;
	padding: 10px 10px;
	text-indent: 0em;
	border: 1px solid #F0F3F6;
	background: #fff
}

.single .single-body .artUm h1,
.single .single-body .artUm h2,
.single .single-body .artUm h3,
.single .single-body .artUm h4,
.single .single-body .artUm h5,
.single .single-body .artUm h6 {
	color: #333;
	margin: 5px 0 3px 0;
	display: inline-block;
	width: 100%;
}

.single .single-body .artUm h1 {
	padding: 0;
	font-size: 22px
}

.single .single-body .artUm h2 {
	padding: 0;
	font-size: 20px
}

.single .single-body .artUm h3 {
	padding: 0;
	font-size: 18px
}

.single .single-body .artUm h4 {
	padding: 0;
	font-size: 16px
}

.single .single-body .artUm h5 {
	padding: 0;
	font-size: 15px
}

.single .single-body .artUm h6 {
	padding: 0;
	font-size: 14px
}

.single .single-body .desc {
	padding: 15px 20px;
	background: #f8f9fb;
	border-left: 3px solid #F0F3F6;
	margin: 10px 0 20px 0;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	text-justify: distribute-all-lines;
	-webkit-text-align-last: justify;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}



.single .single .single-body .artUm blockquote p {
	margin: 10px 0;
}


.single .artArr li {
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f3f6;
}

.single .artArr li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 1px;
	border-bottom: none
}

.single .artArr li .item {
	overflow: hidden;
	position: relative;
	margin-top: 0px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	-ms-flex-direction: row;
	flex-direction: row;
}

.single .artArr li .item .text {
	padding-left: 20px;
}

.single .artArr li .item .text h3 {
	font-size: 18px;
	font-weight: 500;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.single .artArr li .item .text .meta span {
	padding-left: 0;
}

.single .artArr li .item .intro {
	line-height: 1.7;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.single .artArr li .item .thumb {
	width: 200px;
	height: auto;
	position: relative;
	font-size: 0;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.single .artArr li .item .thumb a {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px auto;
	display: block;
	position: relative;
	background-color: #f0f3f6;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}


.single .artPost .title {
	padding: 0 0 15px 0;
	font-size: 18px;
	margin-bottom: 8px;
	position: relative;
	color: #232328;
	border-bottom: 1px solid #f0f3f6;
}

.single .artArr.dj-Tit ul {
	font-size: 0;
	margin-right: -30px;
	padding-top: 5px;
}

.single .artArr.dj-Tit li {
	width: calc(100% / 2 - 30px);
	height: 36px;
	line-height: 36px;
	margin: 0 30px 0 0;
	border-bottom: none;
	padding: 0 60px 0 20px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.single .artArr.dj-Tit li:before {
	content: "\ed0f";
	font-size: 16px;
	color: #999ea5;
	position: absolute;
	left: 0;
	top: 0;
	font-family: remixicon !important;
	line-height: 35px;
}

.single .artArr.dj-Tit li .date {
	position: absolute;
	font-size: 12px;
	top: 0;
	right: 0;
	color: #999ea5;
	font-family: Arial, sans-serif;
}

.single .artArr.dj-Tit li h3 {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.single .artPost .title h2 {
	font-weight: 600;
}


/*上下篇*/

.single .postShare {
	display: flex;
	justify-content: space-between;
}

.single .postShare.fn {
	justify-content: flex-end;
}

.single .postNav {
	font-size: 0;
}

.single .postNav div {
	display: inline-block;
}

.single .postNav div a {
	height: 3.2rem;
	font-size: 14px;
	line-height: 3.0rem;
	color: #8F9BAD;
	border: solid 1px #F0F3F6;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	display: block;
	padding: 0 1.5rem;
	margin: 0px 0 0px 8px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.single .postNav div a:hover,
.single .postLike a:hover {
	border: 1px solid #673ab7;
	color: #673ab7;
}


/*点赞*/

.single .postLike {
	text-align: center;
	margin-top: 30px;
}

.single .postLike a {
	display: inline-block;
	min-width: 80px;
	height: 40px;
	line-height: 38px;
	padding: 0 15px;
	border: 1px solid #F0F3F6;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	cursor: pointer;
	color: #8F9BAD;
}

.single .postLike a i {
	margin-right: 4px;
}


/*适配插件*/

.single .ly_pay_main {
	box-shadow: 0 5px 20px #00000042;
}

.single .ly_pay_die {
	box-shadow: 0 0 2px 1px #00000042;
	right: -8px;
	top: -8px;
}

.single .single-body #ly_pay {
	list-style-type: none;
	font-size: 0;
	margin: 20px 0 0 0;
	display: inline-block;
}

.single .single-body div.ly_pay_view {
	background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 85%);
	width: auto !important;
	left: 0;
	right: 0;
}

.single .single-body .ly_pay_word {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: none;
	float: none;
	display: inline-block;
	padding: 8px;
	font-size: 14px;
	margin: 0;
	background: #f8f9fb;
	border: 1px solid #F0F3F6;
}

.single .single-body .ly_pay_word:before {
	content: "\ed1a";
	background-image: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: remixicon !important;
	color: #fff;
	text-align: center;
	font-size: 32px;
	width: 56px;
	height: 56px;
	background: linear-gradient(60deg, #1c52a1 40%, #1c62ce 100%);
}

.single .single-body .ly_pay_word .ly_pay_word1 {
	padding: 12px 0;
	font-size: 16px;
}

.single .single-body .ly_pay_word .ly_pay_word2 {
	text-align: left;
	width: calc(100% - 272px);
	margin: auto 8px;
}

.single .single-body .ly_pay_down:before,
.single .single-body .ly_pay_word1:before {
	content: "\ec53";
	font-family: remixicon !important;
	font-size: 18px;
	background-image: none;
	color: #fff;
	vertical-align: -1px;
	width: 24px;
	height: 32px;
	line-height: 32px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.single .single-body .ly_pay {
	padding: 5px 0;
	font-size: 0;
}

.single .single-body .ly_pay div {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #1fabff;
	-moz-osx-font-smoothing: auto;
	padding: 10px 5px;
}

.single .single-body .ly_pay>div {
	transition: background-color .3s, width .3s, color .3s;
	-webkit-tansition: background-color .3s, width .3s, color .3s;
	-moz-transition: background-color .3s, width .3s, color .3s
}

.single .single-body .ly_pay div:before {
	font-family: remixicon !important;
	margin-right: 2px;
}

.single .single-body .ly_pay[data-float="0"],
.single .single-body .ly_pay[data-float="1"] {
	width: auto !important;
	white-space: nowrap;
	margin-left: 35px;
}

.single .single-body .ly_pay[data-float="1"] {
	margin-left: 0px;
	margin-right: 35px;
}

.single .single-body .ly_pay[data-float="2"] {
	margin-bottom: 15px;
}

.single .single-body .ly_pay[data-float="3"] {
	margin-top: 15px;
}

.single.word .postBody .ly_pay[data-float="0"] {
	margin-left: 95px;
}

.single.word .postBody .ly_pay[data-float="0"] {
	margin-right: 95px;
}

.single.word .postBody .ly_pay[data-float="1"] {
	margin-left: -60px;
}

.single .single-body .ly_pay[data-float="0"]>div,
.single .single-body .ly_pay[data-float="1"] div {
	padding: 10px;
	overflow: hidden;
	width: 32px !important;
	height: 32px;
	min-width: 32px;
	color: rgba(255, 255, 255, 0);
}

.single .single-body .ly_pay[data-float="0"]>div:hover,
.single .single-body .ly_pay[data-float="1"]>div:hover {
	width: 80px !important;
	color: rgba(255, 255, 255, 1);
}

.single .single-body .ly_pay[data-float="0"] div:before,
.single .single-body .ly_pay[data-float="1"] div:before {
	margin-right: 11px;
	transition: margin-right .3s;
	-webkit-tansition: margin-right .3s;
	-moz-transition: margin-right .3s;
	color: rgba(255, 255, 255, 1);
}

.single .single-body .ly_pay[data-float="0"]>div:hover:before,
.single .single-body .ly_pay[data-float="1"]>div:hover:before {
	margin-right: 2px;
}

.single .single-body .ly_pay .ly_pay_copymain,
.single .single-body .ly_pay .ly_pay_wordmain,
.single .single-body .ly_pay .ly_pay_rmbsmain {
	width: 80px;
	margin: 3px 5px;
}

.single .single-body .ly_pay .ly_pay_copymain {
	background-color: #f48e22;
}

.single .single-body .ly_pay .ly_pay_copymain:hover {
	background-color: #f45f16;
}

.single .single-body .ly_pay .ly_pay_wordmain {
	background-color: #44b449;
}

.single .single-body .ly_pay .ly_pay_wordmain:hover {
	background-color: #21a93c;
}

.single .single-body .ly_pay .ly_pay_wordmain:before {
	content: "\ec53";
}

.single .single-body .ly_pay .ly_pay_copymain:before {
	content: "\ecd5";
}

.single .single-body .ly_pay .ly_pay_rmbsmain:before {
	content: "\eca7";
}

.single .single-body .ly_pay .ly_pay_rmbsmain:hover {
	background-color: #1f8cff;
}

.single .single-body .ly_pay div,
.single .single-body .ly_pay_down,
.single .single-body .ly_pay_word1,
.single .single-body .ly_pay_go span,
.single .single-body [class^="ly_pay_code1_"] {
	box-shadow: none
}

.single .single-body .ly_pay_view > div {
	text-decoration: none;
	line-height: 32px;
	width: 120px;
	padding: 0 10px 20px;
	left: 50%;
	margin-left: -60px;
	color: #673ab7;
	/* color: #fff; background-color: #673ab7;-webkit-border-radius: 5px;border-radius: 5px; */
}

.single .single-body .ly_pay_view > div:after,
.single .single-body .ly_pay_view > div:before {
	content: '';
	transform: rotate(0deg);
	margin: 0;
	color: #673ab7
}

.single .single-body .ly_pay_view > div:after {
	content: "\f491";
	font-family: remixicon !important;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -8px;
	-webkit-animation-name: up, down;
	animation-name: up, down;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate
}

@-webkit-keyframes up {
	100% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px)
	}
}

@keyframes up {
	100% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px)
	}
}

@-webkit-keyframes down {
	0% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px)
	}
	50% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
	100% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px)
	}
}

@keyframes down {
	0% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px)
	}
	50% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
	100% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px)
	}
}

.single #ly_pay_clipboard {
	position: absolute;
	z-index: -1;
	overflow: hidden;
	opacity: 0;
	bottom: -10px;
}


/*文章分享*/

.bdshare {
	display: inline-block;
	font-size: 0;
}

.bdshare * {
	font-family: remixicon!important;
	font-style: normal;
}

.bdshare .icon-qq:before {
	content: "\F03A"
}

.bdshare .icon-weibo:before {
	content: "\F2B9"
}

.bdshare .icon-wechat:before {
	content: "\F2B5"
}

.bdshare .icon-douban:before {
	content: "\EC4F"
}

.bdshare .icon-qzone:before {
	content: "\f08a";
}

.bdshare .icon-linkedin:before {
	content: "\EEB5"
}

.bdshare .icon-diandian:before {
	content: "\f05a"
}

.bdshare .icon-facebook:before {
	content: "\ECBC"
}

.bdshare .icon-google:before {
	content: "\EDD4"
}

.bdshare .icon-twitter:before {
	content: "\F23A"
}

.bdshare a {
	position: relative;
	text-decoration: none;
	margin-right: 3px;
	display: inline-block;
	outline: 0
}

.bdshare .share-icon {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 0px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	line-height: 28px;
	border: 1px solid #666;
	color: #666;
	text-align: center;
	vertical-align: middle;
	transition: all .3s;
	-webkit-tansition: all .3s;
	-moz-transition: all .3s
}

.bdshare .share-icon:before {
	font-size: 18px;
}

.bdshare .share-icon:hover {
	background: #666;
	color: #fff;
	text-decoration: none;
}

.bdshare .icon-weibo {
	color: #f78585;
	border-color: #f78585
}

.bdshare .icon-weibo:hover {
	background: #f78585
}

.bdshare .icon-qq {
	color: #56b6e7;
	border-color: #56b6e7
}

.bdshare .icon-qq:hover {
	background: #56b6e7
}

.bdshare .icon-qzone {
	color: #fdbe3d;
	border-color: #fdbe3d
}

.bdshare .icon-qzone:hover {
	background: #fdbe3d
}

.bdshare .icon-douban {
	color: #33b045;
	border-color: #33b045
}

.bdshare .icon-douban:hover {
	background: #33b045
}

.bdshare .icon-linkedin {
	color: #0077b5;
	border-color: #0077b5
}

.bdshare .icon-linkedin:hover {
	background: #0077b5
}

.bdshare .icon-facebook {
	color: #44619d;
	border-color: #44619d
}

.bdshare .icon-facebook:hover {
	background: #44619d
}

.bdshare .icon-google {
	color: #db4437;
	border-color: #db4437
}

.bdshare .icon-google:hover {
	background: #db4437
}

.bdshare .icon-twitter {
	color: #55acee;
	border-color: #55acee
}

.bdshare .icon-twitter:hover {
	background: #55acee
}

.bdshare .icon-diandian {
	color: #307dca;
	border-color: #307dca
}

.bdshare .icon-diandian:hover {
	background: #307dca
}

.bdshare .icon-wechat {
	position: relative;
	color: #7bc549;
	border-color: #7bc549
}

.bdshare .icon-wechat:hover {
	background: #7bc549
}

.bdshare .icon-wechat .wechat-qrcode.bottom {
	top: 40px;
	left: -84px
}

.bdshare .icon-wechat .wechat-qrcode.bottom:after {
	display: none
}

.bdshare .icon-wechat .wechat-qrcode h4 {
	font-weight: 500;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	background-color: #f2f3f6;
	margin: 0;
	padding: 0;
	color: #666976
}

.bdshare .icon-wechat .wechat-qrcode .qrcode {
	width: 100%;
	margin: 15px auto 10px;
}

.bdshare .icon-wechat .wechat-qrcode .qrcode img {
	margin: 0 auto;
	border: 3px solid #fff;
}

.bdshare .icon-wechat .wechat-qrcode .qrcode table {
	margin: 0!important
}

.bdshare .icon-wechat .wechat-qrcode .help p {
	font-weight: 400;
	text-align: center;
	line-height: 16px;
	padding: 0;
	margin: 0
}

.bdshare .icon-wechat .wechat-qrcode {
	position: fixed;
	z-index: 999;
	top: 50%;
	left: 50%;
	width: 192px;
	height: 268px;
	color: #666976;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
	visibility: hidden;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	transition: all .3s;
	-webkit-tansition: all .3s;
	-moz-transition: all .3s
}

.bdshare .icon-wechat .wechat-qrcode.open {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%) scale(1);
}

.dj-BnGg {
	font-size: 0;
	display: block;
}

.single .dj-BnGg {
	padding: 0;
}

.single .dj-BnGg a {
	display: block;
}

.single .artPost.dj-BnGg {
	padding: 20px;
	margin-bottom: 0;
}

.single .artPost.dj-BnGg.fot {
	margin-bottom: 0;
}


/*版权*/

.dj-Copyright {
	line-height: 22px;
	display: inline-block;
	padding: 10px 15px;
	font-size: 12px;
	color: #9ca0ad;
	background: #f8f9fb;
	border: 1px dashed #F0F3F6;
	width: 100%;
	margin: 0 0 30px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.dj-Copyright a {
	color: #F6491E;
	opacity: .45;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}

.dj-Copyright a:hover {
	opacity: 1;
}

.dj-Copyright p {
	margin: 0;
}


/*目录*/

.treeList {
	position: fixed;
	width: 100%;
	max-width: 300px;
	top: 50%;
	transform: translateY(-50%);
	right: -300px;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
	z-index: 12;
	display: none;
	-moz-osx-font-smoothing: auto;
	-webkit-transition: right 0.3s ease;
	-o-transition: right 0.3s ease;
	transition: right 0.3s ease;
}

.treeList.in {
	right: -1px;
}

.treeList .tree {
	padding: 20px 15px;
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	overflow: hidden;
	border: 1px #673ab7 solid;
}

.treeList .treeUl {
	position: relative;
	max-height: 578px;
	min-height: 70px;
}

.treeList ul {
	padding-left: 6px;
}

.treeList li {
	font-weight: normal;
	line-height: 34px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 0 10px;
	margin-bottom: 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.treeList li:last-child {
	margin-bottom: 0;
}

.treeList li a {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #081018;
}

.treeList li:after,
.treeList .tree:after {
	content: '';
	position: absolute;
	background: #673ab7;
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
}

.treeList .tree:after {
	opacity: .95;
	background: #fff;
}

.treeList li.active a {
	color: #673ab7;
}

.treeList li.h1,
.treeList li.h2 {
	padding-left: 10px;
}

.treeList li.h1:after,
.treeList li.h2:after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #4E5255;
	border-radius: 10px;
	left: 0;
	top: 15px;
	opacity: .2;
	z-index: 1;
}

.treeList li.h1.active:after,
.treeList li.h2.active:after {
	background-color: #673ab7;
	opacity: 1;
}

.treeList li.h4 {
	margin-left: 15px;
}

.treeList li.h5 {
	margin-left: 30px;
}

.treeList li.h6 {
	margin-left: 45px;
}

.treeList .treeBj {
	background: #673ab7;
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: .08;
	display: none;
}

.treeList .treeBtn {
	position: absolute;
	width: 30px;
	padding: 10px 2px 6px;
	line-height: 15px;
	background: #673ab7;
	color: #fff;
	text-align: center;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	height: 91px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.treeList .treeBtn:after {
	content: "\ea5f";
	font-family: remixicon !important;
	font-style: normal;
	width: 14px;
	height: 14px;
	margin-top: 2px;
}

.treeList.in .treeBtn:after {
	content: "\ea6b";
}

.mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	display: none;
	z-index: 998
}


/*----------- comm -----------*/

.commBox .postText {
	padding: 5px 0 0
}

.commBox .post-Comment {
	margin-top: 15px;
}

.commBox .title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 50px;
	height: 1px;
}

.cmBox {
	margin-bottom: 10px;
}

.msgArticle {
	padding: 1rem .2rem
}

.avatar {
	float: left;
	position: relative;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background-color: #fff;
	margin-right: 1rem
}

.avatar img {
	width: 4rem;
	height: 4rem;
	-webkit-transition: .4s;
	-webkit-transition: -webkit-transform .4s ease-out;
	transition: transform .4s ease-out;
	-moz-transition: -moz-transform .4s ease-out;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	object-fit: cover;
}

.avatar img:hover {
	transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
}

.commBody {
	position: relative;
	margin-left: 6.2rem;
	padding: 0 2rem 1.8rem!important;
	background: #f8f8f9;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.commBody .commBody {
	margin-left: 5.2rem;
	background: #fff;
}

.commBody .commBody .commTop {
	background: #fff;
}

.commBody .commBody:after {
	border-right-color: #fff!important;
}

.commBody:before {
	z-index: 1
}

.commBody:after {
	border-right-color: #f8f8f9!important;
	margin-left: 1px;
	z-index: 2
}

.commBody:after,
.commBody:before {
	position: absolute;
	top: .8rem;
	left: -.8rem;
	right: 100%;
	width: 0;
	height: 0;
	display: block;
	content: " ";
	border-color: transparent;
	border-style: solid solid solid;
	border-width: .8rem .8rem .8rem 0;
	pointer-events: none
}

.commBody .commInfo {
	font-size: 1.4rem;
	line-height: 2rem;
	margin: .5rem 0 1.5rem 0;
	word-wrap: break-word
}

.commBody .commInfo a {
	margin-right: 4px;
	color: #673ab7;
	opacity: .8;
}

.commBody .commInfo a:hover {
	opacity: 1;
}

.commTop {
	padding: 1.2rem 1rem 1rem;
	margin-left: -1rem;
	margin-right: -1rem;
	margin-bottom: 1rem;
	font-weight: 500;
	font-size: 1.4rem;
	background: #f8f8f9;
}

.commTop a {
	color: #9ca0ad;
	font-size: 12px;
	margin-right: .8rem
}

.commFooter {
	font-size: 12px;
	line-height: 16px;
	margin-top: .5rem;
}

.commTime {
	font-size: 12px;
	margin-right: .8rem;
	color: #9ca0ad
}

.commReply {
	font-size: 12px;
	color: #9ca0ad
}

.msgname .msgname,
div.children {
	margin-left: 2.5rem
}

div.children > div.children {
	margin-left: 3rem
}

.msgname .msgname .avatar,
div.children .avatar,
div.children .avatar img,
.msgname .msgname .avatar img {
	width: 3rem;
	height: 3rem;
	margin-left: 0px;
}

#divCommentPost p.postTop {
	width: 100%;
	line-height: 3rem;
	font-size: 12px;
	clear: both;
	position: relative;
	z-index: 5;
	overflow: hidden
}

#divCommentPost p a {
	margin-right: .6rem;
	cursor: pointer;
	text-decoration: none;
	color: #666666;
	float: right;
}

#divCommentPost p.postTop small {
	position: relative;
	font-size: 12px;
	cursor: pointer;
	text-align: right;
	float: right;
	margin-left: 6px;
}

.pinglun {
	font-size: 12px;
	z-index: 2;
	position: relative;
	clear: both;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
	font: inherit;
	line-height: inherit;
	background: 0 0;
	width: auto;
	float: none;
	transition: none;
	overflow: hidden;
}

#txaArticle {
	position: relative;
	z-index: 1;
	padding: 5px;
	height: 14rem;
	min-height: 14rem;
	margin: 0;
	resize: none;
	outline: 0;
	width: 100%;
	min-width: 100%;
	border: 1px solid #EBEBEB;
	background: #f8f8f9;
	font-size: 14px;
	line-height: 1.6;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.post-toolbar {
	margin-top: 1rem;
	overflow: hidden;
	float: right;
}

input.button {
	float: right;
	height: 3.8rem;
	width: 10rem;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	border: none;
	color: #FFF;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #673ab7;
}

input.button:hover {
	background-position: bottom center;
}

.postText {
	padding: 2rem 0 0;
}

.postText ul {
	display: block;
	font-size: 0;
	margin: 0 -5px;
}

.postText ul li {
	margin-bottom: 10px;
	text-align: left;
	display: inline-block;
	width: 33.333%;
	padding: 0 5px;
	vertical-align: top;
}

.postText.isVerify ul li {
	width: 50%;
}

.postText ul li.hide {
	display: none;
}

.postText ul li.verify,
.postText ul li .inputBox {
	position: relative
}

.postText ul li.verify img {
	position: absolute;
	top: .3rem;
	right: .8rem;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input.text {
	margin-right: 1rem;
	position: relative;
	border: 1px solid #EBEBEB;
	border-radius: 0rem;
	height: 3.6rem;
	padding: .3rem 6px;
	outline: 0;
	width: 100%;
	box-shadow: none;
	background: #f8f8f9;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.postText ul li label {
	color: #bbb
}

.children .commBody {
	margin-left: 5.2rem;
}

.rName {
	position: absolute;
	font-size: 14px;
	top: 2px;
	right: 2px;
	height: 32px;
	line-height: 32px;
	background: #eaeaf0;
	padding: 0px 8px;
	cursor: pointer;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

.noList {
	font-size: 20px;
	font-weight: 500;
	color: #8F9BAD;
	padding: 15px 0 5px;
	opacity: .3;
	width: 100%;
	text-align: center;
}


/*----------- 分页 -----------*/

.pageNav {
	text-align: center;
	padding: 3px;
	margin-top: 20px;
	display: block;
	clear: both;
	font-size: 0;
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.pageNav a,
.pageNav span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #8F9BAD;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	text-decoration: none;
	border: solid 1px #f0f3f6;
	height: 36px;
	line-height: 36px;
	text-align: center;
	min-width: 36px;
	padding: 0 4px;
	transition: all 0.15s ease-in-out;
	margin: 5px;
}

.pageNav a:hover {
	background: #f0f3f6;
	color: #673ab7;
}

.pageNav span.current {
	border-color: transparent;
	background: #673ab7;
	color: #fff;
}

.commentpagebar .pageNav {
	display: block!important;
	margin: 15px 0 5px;
}

.ias-trigger {
	width: 100%;
	display: block;
	margin: 20px auto 0;
}

.ias-trigger a,
.ias-noneleft {
	padding: 0 20px;
	width: 100%;
	text-align: center;
	height: 42px;
	line-height: 40px;
	border: 1px solid #ffffff;
	display: inline-block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	color: #8F9BAD;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
}

.ias-trigger a:hover {
	color: #673ab7;
	background: #673ab71A;
	border: 1px solid #673ab7;
}

.ias-spinner {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px auto;
	height: 42px;
	margin-top: 20px;
}

.ias-trigger-next {
	cursor: pointer;
	float: inherit;
	text-align: center;
}

.ias-noneleft {
	cursor: default;
	margin: 20px auto 0;
	display: block;
	opacity: .5;
}


/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 */

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

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

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

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px;
}

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

.navBox {
	background: #fff;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.navBox .swiper-slide {
	width: -moz-fit-content;
	width: fit-content;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 6px 15px 6px 0;
	white-space: nowrap;
}

.navBox .swiper-slide:first-child {
	margin-left: 12px;
}

.navBox .swiper-slide a {
	padding: 0 30px;
	height: 42px;
	line-height: 42px;
	border-radius: 22px;
	background-color: #f0f0f0;
	-moz-osx-font-smoothing: auto;
}

.navBox .swiper-slide.active a {
	background-color: #673ab7;
	color: #fff;
}

.navBox .btn {
	width: 50px;
	height: 55px;
	line-height: 55px;
	position: absolute;
	top: 0;
	z-index: 99;
	opacity: .95;
	transition: opacity .3s;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #673ab7;
}

.navBox .btn:before {
	font-family: remixicon !important;
	font-size: 20px;
	font-weight: bold;
}

.nNext {
	right: 0;
	background: linear-gradient(262.81deg, #673ab740 20.94%, hsla(0, 0%, 100%, 0) 94.4%);
	text-indent: 8px;
}

.nPrev {
	left: 0;
	background: linear-gradient(88.81deg, #673ab740 20.94%, hsla(0, 0%, 100%, 0) 94.4%);
	text-indent: -8px;
}

.nNext:before {
	content: "\ea6e";
}

.nPrev:before {
	content: "\ea64";
}

.navBox .btn.disabled {
	display: none;
}

.banner {
	overflow: hidden;
	font-size: 0;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.banner .bannerBox {
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 8px 20px rgba(32, 54, 86, 0.3);
	-moz-box-shadow: 0 8px 20px rgba(32, 54, 86, 0.3);
	box-shadow: 0 8px 20px rgba(32, 54, 86, 0.3);
}

.banner .bannerBox .item {
	background: #232328;
	position: relative;
	overflow: hidden;
	font-size: 0;
}

.banner .bannerBox .item:after {
	content: '';
	padding-top: 76%;
	display: block;
}

.banner .bannerBox .item .shade {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
}

.banner .bannerBox .item .title {
	position: absolute;
	bottom: 15px;
	left: 20px;
	right: 20px;
	z-index: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 0;
	padding-bottom: 0;
}

.banner .bannerBox .item .title h4 {
	font-size: 16px;
	font-weight: 500;
	padding-right: 10%;
	line-height: 1.3;
	color: #fff;
}

.banner .bannerBox .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	left: 0;
	top: 0;
}

.banner .bannerBox .item a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets {
	width: auto;
	top: 18px;
	bottom: auto;
	right: auto;
	left: 16px;
}

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


/*底部*/

.footer {
	background: #232328;
	font-size: 12px;
	line-height: 1.6;
	padding: 25px 0;
	color: #79889E;
}


.footer .fotText {
	background: #ffffff15;
}

.footer .fotText p {
	margin-bottom: 12px;
}

.footer .fotText p:last-of-type {
	margin-bottom: 0;
}

.footer a {
	color: #79889E;
	border-bottom: 1px solid #79889E;
}

.footer a:hover {
	text-decoration: underline;
}

.footer .footWrap {
	
}
.footer .fotLink {}
.footer .text {
    margin: 10px 0;
    text-align: center;
}
.footer .fotLink ul {
	font-size: 0px;
}

.footer .fotLink ul li:last-of-type {
	margin-right: 0;
	padding-right: 0;
}

.footer .fotLink ul li:last-of-type:after {
	display: none;
}

.footer .fotLink ul li {
	display: inline;
	padding: 0 6px;
	margin-right: 6px;
	font-size: 12px;
	position: relative;
}

.footer .fotLink ul li:first-of-type {
	padding-left: 0;
}

.footer .fotLink ul li:after {
	content: '';
	width: 1px;
	height: 10px;
	background: #79889E60;
	display: inline-block;
	position: absolute;
	top: 4px;
	right: -3px;
}

.footer .copyRight a,
.footer .fotLink ul li a {
	border-bottom: 1px solid transparent;
}

.footer .copyRight {
	font-size: 12px;
}

.footer .copyRight span {
	margin-right: 5px;
}

.floatBox {
	position: fixed;
	right: 12px;
	cursor: pointer;
	background: #ffffff;
	bottom: 20px;
	width: 44px;
	height: auto;
	box-shadow: rgba(42, 42, 46, 0.02) 0px 0px 20px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	display: none;
	z-index: 1;
}

.floatBox .floorBox li {
	font-size: 12px;
	padding: 10px 6px;
	justify-content: center;
	position: relative;
	display: flex;
	align-items: center;
	line-height: 14px;
}

.floatBox .floorBox li:after {
	content: '';
	position: absolute;
	left: 8px;
	right: 8px;
	bottom: 0px;
	height: 1px;
	background: #f6f8fa;
}

.floatBox .floorBox li a {
	max-height: 31px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.floatBox .floorBox li.active a,
.floatBox .gotop:hover {
	color: #673ab7;
}

.floatBox .floorBox li.active a {
	font-weight: bold;
}

.floatBox .gotop {
	width: 100%;
	line-height: 44px;
}

.leftNav {
	width: 260px;
	height: 100vh;
	background-color: #fff;
	position: fixed;
	z-index: 999;
	top: 0;
	left: -260px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.open .leftNav {
	left: 0;
}

.leftNav .mClose {
	width: 36px;
	height: 36px;
	line-height: 36px;
	padding: 0;
	right: 5px;
	position: absolute;
	top: 5px;
	color: #000;
	text-align: center;
	cursor: pointer;
	z-index: 1;
}

.leftNav .mClose i {
	font-size: 20px;
}

.leftNav .mobNav {
	margin-top: 45px;
	padding: 0 20px;
	max-height: calc(100vh - 45px);
}

.leftNav .mobNav li {
	line-height: 38px;
	position: relative;
}

.leftNav .mobNav li > ul {
	background-color: #f6f6f6;
	padding: 10px 15px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 5px 0;
	display: none;
}

.leftNav .mobNav li > ul li {
	line-height: 30px;
}

.leftNav .mobNav li em.dot {
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	padding: 0;
	position: absolute;
	right: -15px;
	top: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.leftNav .mobNav li em.dot.open {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.leftNav .mobNav li em.dot:before {
	font-family: 'remixicon' !important;
	content: "\ea50";
	font-size: 20px;
}


/*动效*/

@keyframes growOut {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	80% {
		transform: scale(1.1);
		opacity: 0.8;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}


/*适应*/

@media screen and (max-width:1280px) {
	.dj-Module.floor .middle .left li {
		padding-right: 60px;
	}
	.dj-Module.catePost li {
		width: calc(100% / 2 - 30px);
	}
	.single.word .postBody .artUm {
		padding: 20px 40px;
	}
	.single.word .postBody .ly_pay[data-float="1"] {
		margin-left: -40px;
	}
	.single.word .postBody .ly_pay[data-float="0"] {
		margin-left: 76px;
	}
}

@media screen and (max-width:1024px) {
	.single-box {
		padding-right: 330px;
	}
	.sidebar {
		width: 310px;
		margin-left: -310px;
	}
	.banner .bannerBox .item .title {
		bottom: 18px;
		left: 22px;
		right: 22px;
	}
	.banner .bannerBox .item .title h4 {
		font-size: 18px;
		padding-right: 10%;
	}
	.dj-Module.tops .middle {
		padding: 0 260px 0 360px;
	}
	.dj-Module.tops .right {
		width: 260px;
		margin-left: -260px;
	}
	.dj-Module.floor .dj-Tit .middle .left li,
	.dj-Module.floor .dj-Tit .middle .right li {
		width: calc(100% / 2 - 40px);
		flex-basis: calc(100% / 2 - 40px);
	}
	.dj-Module.floor .dj-Tit .middle .left li:last-of-type {
		display: none;
	}
	.dj-Module.floor .dj-Tit .middle .left ul li:nth-child(3) a {
		font-weight: normal;
	}
	.dj-Module.floor .middle .left ul li:nth-child(-n+2) a {
		font-weight: bold;
	}
	.single.word .postBody .artUm {
		padding: 20px 20px;
	}
	.single.word .postBody .ly_pay[data-float="1"] {
		margin-left: -20px;
	}
	.single.word .postBody .ly_pay[data-float="0"] {
		margin-left: 61px;
	}
}

@media screen and (max-width:992px) {
	.dj-Module.tops .middle {
		padding: 0 240px 0 360px;
	}
	.dj-Module.tops .right {
		width: 240px;
		margin-left: -240px;
	}
}

@media screen and (max-width:960px) {
	.dj-Module.tops .middle .box {
		padding: 0 0 0 25px;
	}
	.dj-Module.tops .middle {
		padding: 0 0 0 360px;
	}
	.dj-Module.tops .right {
		width: 100%;
		margin-left: 0;
		margin-top: 25px;
	}
	.dj-Module.floor .middle {
		display: block;
	}
	.dj-Module.floor .middle .left {
		padding-right: 0px;
		max-height: 460px;
	}
	.dj-Module.floor .middle .right {
		width: 100%;
		margin-top: 15px;
	}
	.dj-Module.floor .middle .right .count {
		margin: 0 -20px;
		max-height: 198px;
	}
	.dj-Module.floor .middle .right li {
		width: calc(100% / 2 - 40px);
		flex-basis: calc(100% / 2 - 40px);
		margin: 0 20px;
		display: inline-block;
	}
	.dj-Module.floor .dj-Tit .middle .right ul {
		max-height: none;
	}
	.header .headRight .control.meunBtn {
		display: block;
	}
	.header .navBar {
		display: none;
	}
	.single-box {
		padding-right: 310px;
	}
	.sidebar {
		width: 290px;
		margin-left: -290px;
	}
	.single .postTitle {
		font-size: 24px;
	}
}

@media screen and (max-width:900px) {
	.single-box {
		padding-right: 0px;
	}
	.sidebar {
		width: 100%;
		margin-left: 0px;
		margin-top: 20px;
	}
	.single-box .artArr.listTit .post:nth-child(5n) {
		margin-bottom: 30px;
	}
	.single-box .artArr.listTit .post:last-of-type {
		margin-bottom: 0;
	}
	.dj-Module.catePost li {
		width: calc(100% / 3 - 30px);
	}
	.single.word .postBody .artUm {
		padding: 20px 50px;
	}
}

@media screen and (max-width:840px) {
	.single .single-body .ly_pay_word .ly_pay_word1 {
		width: 120px;
		display: inline-block;
	}
	.single .single-body .ly_pay_word .ly_pay_word2 {
		width: calc(100% - 192px);
	}
}

@media screen and (max-width:840px) {
	.dj-Module.catePost li {
		width: calc(100% / 2 - 30px);
	}
}

@media screen and (max-width:750px) {
	.dj-Module.floor .dj-Pic .middle li {
		width: calc(100% / 2 - 20px);
		flex-basis: calc(100% / 2 - 20px);
	}
	.dj-Module.tops .middle .box {
		padding: 0;
	}
	.dj-Module.tops .bnCateBox {
		padding-bottom: 15px;
	}
	.dj-Module.tops .bnCateBox .bnCateNav {
		bottom: -6px;
	}
	.dj-Module.tops .left {
		margin-right: 0px;
		float: none;
		width: 100%;
	}
	.dj-Module.tops .middle {
		margin: 0 10px 0 0;
		padding: 15px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		overflow: hidden;
		background: #f6f8fa;
		height: 380px;
	}
	.single .artPost {
	    padding: 15px;
	}
	.single .meta .view {
	    display: none;
	}
	.dj-Module {
	    padding: 10px;
	}
	.dj-Module.tops .middle li {
	}
	.dj-Module.tops .middle li i {
		left: 0;
	}
	.dj-Module.tops .middle .title {
		margin-bottom: 2px;
		padding: 0 0 10px 0;
	}
	.dj-Module.tops .middle .title span {
		top: 2px;
		right: 0px;
	}
	.dj-Module.tops .right {
		margin: 0 0 0 10px;
	}
	.dj-Module.tops .middle,
	.dj-Module.tops .right {
		width: calc(50% - 10px);
		margin-top: 20px;
	}
	.dj-Module .titCate ul {
		width: calc(100% / 2 - 20px);
		flex-basis: calc(100% / 2 - 20px);
	}
	.single-box .artArr.listPic .item .thumb,
	.single .artArr li .item .thumb {
		width: 180px;
	}
	.single-box .artArr .meta,
	.single-box .artArr .post .intro,
	.single .artArr li .item .intro {
		margin-top: 10px;
	}
	.single .postTitle {
		font-size: 22px;
	}
	.dj-Module.dj-BnGg.pc {
		display: none;
	}
	.dj-Module.dj-BnGg.mob {
		display: block;
	}
}

@media screen and (max-width:640px) {
	.searchBox .searchForm {
		height: 44px;
	}
	.searchBox .searchForm button {
		width: 62px;
		height: 38px;
	}
	.dj-Module.tops .middle {
		margin: 0 0 0 0px
	}
	.dj-Module.tops .middle {
		margin: 0 0px 0 0;
	}
	.dj-Module.tops .middle,
	.dj-Module.tops .right {
		width: calc(100% - 0px);
		margin-top: 16px;
		;
		height: auto;
	}
	.dj-Module.floor .dj-Tit .middle .left li,
	.dj-Module.floor .dj-Tit .middle .right li {
		width: calc(100% / 1 - 40px);
		flex-basis: calc(100% / 1 - 40px);
	}
	.dj-Module.floor .middle .left,
	.dj-Module.floor .dj-Tit .middle .right {
		max-height: none;
	}
	.dj-Module.floor .middle .left ul li:nth-child(-n+2) a,
	.dj-Module.floor .dj-Tit .middle .left ul li:nth-child(-n+3) a {
		font-weight: normal;
	}
	.dj-Module.floor .middle .left ul li:first-of-type a {
		font-weight: bold !important;
	}
	.dj-Module.floor .dj-Tit .middle .left li:last-of-type {
		display: block;
	}
	.dj-Module.floor .middle .left ul.first li,
	.dj-Module.floor .middle .left li,
	.dj-Module.floor .middle .right li {
		width: calc(100% / 1 - 40px);
		flex-basis: calc(100% / 1 - 40px);
	}
	.dj-Module.floor .middle .left ul.first li:last-of-type {
		margin-top: 20px;
	}
	.dj-Module.floor .middle .right .count,
	.dj-Module.floor .middle .right {
		max-height: none;
	}
	.single.word .postBody .artUm {
		padding: 10px 30px;
	}
	.single .artArr.dj-Tit li {
		padding-right: 45px;
		height: 32px;
		line-height: 32px;
	}
	.single .artArr.dj-Tit li:before {
		top: -2px;
	}
	.single .artArr.dj-Tit li .date {
		top: 1px;
	}
	.single-box .artArr.listPic .item .thumb,
	.single .artArr li .item .thumb {
		width: 160px;
	}
	.single-box .artArr .post h3,
	.single .artArr li .item .text h3 {
		font-size: 16px;
		line-height: 1.4;
	}
	.single-box .artArr .meta,
	.single-box .artArr.listPic .intro,
	.single-box .artArr .meta,
	.single .artArr li .item .intro {
		margin-top: 8px;
		line-height: 1.6;
	}
	.single-box .artArr .post .intro,
	.single .artArr li .item .intro {
		font-size: 12px;
	}
	.single .artArr li .item .text .meta span.user {
		display: none;
	}
	.single .postHead {
		margin-bottom: 20px;
	}
	.single .postTitle {
		font-size: 20px;
		margin-bottom: 8px;
	}
	.single-box .artArr.listTit .item .date {
		font-size: 12px;
	}
	.single-box .artArr.listTit .item h3 {
		font-size: 14px;
	}
	.single-box .artArr.listTit .item h3:before {
		top: 8px;
	}
	.single .single-body .ly_pay_word .ly_pay_word1 {
		width: 110px;
	}
	.single .single-body .ly_pay_word .ly_pay_word2 {
		width: calc(100% - 182px);
	}
}

@media screen and (max-width:580px) {
	.searchBox .box {
		padding: 0 20px;
	}
	.searchPop {
		width: 440px;
		margin-left: -220px;
		padding: 25px;
	}
	.searchPop .input {
		height: 42px;
		padding-right: 60px;
	}
	.searchPop button {
		width: 52px;
		height: 42px;
		right: 25px;
	}
	.dj-Module.tops .middle,
	.dj-Module.tops .right {
		width: 100%;
		margin: 15px 0 0;
	}
	.dj-Module .titCate ul {
		width: calc(100% / 1 - 20px);
		flex-basis: calc(100% / 1 - 20px);
	}
	.dj-Module.catePost li {
		width: calc(100% / 1 - 30px);
	}
	.single.word .postBody .artUm {
		padding: 10px 20px;
	}
	.single .artArr.dj-Tit li {
		width: calc(100% / 1 - 30px);
	}
	.single-box .artArr .meta span.cate,
	.single-box .artArr.listTit .item h3:after {
		display: none;
	}
	.single .single-body .ly_pay_word .ly_pay_word1 {
		width: 100%;
		display: block;
		margin-top: 10px;
		padding: 10px 0;
	}
	.single .single-body .ly_pay_word .ly_pay_word2 {
		width: calc(100% - 64px);
		margin: auto 0px auto 8px;
	}
}

@media screen and (max-width:480px) {
	.searchBox .searchForm {
		height: 40px;
	}
	.searchBox .searchForm button {
		width: 52px;
		height: 34px;
	}
	.searchBox .searchForm button:after,
	.searchPop button:after {
		font-size: 18px;
	}
	.searchBox .hot-search {
		padding-left: 40px;
	}
	.searchBox .hot-search label {
		width: 37px;
	}
	.searchBox .searchForm input {
		font-size: 14px;
		padding-left: 12px;
	}
	.searchPop .input {
		height: 38px;
		padding-right: 60px;
	}
	.searchPop button {
		width: 50px;
		height: 38px;
		right: 20px;
	}
	.searchBox .hot-search a,
	.searchBox .hot-search label {
		font-size: 12px;
	}
	.searchPop {
		width: 340px;
		margin-left: -170px;
		padding: 20px;
	}
	.banner .bannerBox .item .title {
		bottom: 14px;
		left: 18px;
		right: 18px;
	}
	.banner .bannerBox .item .title h4 {
		font-size: 14px;
		padding-right: 6%;
	}
	.dj-Module.floor .dj-Pic .middle ul {
		margin: -12px 0 -12px -15px;
	}
	.dj-Module.floor .dj-Pic .middle li {
		width: calc(100% / 2 - 15px);
		flex-basis: calc(100% / 2 - 15px);
		margin: 5px 0 10px 15px;
	}
	.single.word .postBody .artUm {
		padding: 10px 0px;
	}
	.single-box .artArr.listPic .item .thumb,
	.single .artArr li .item .thumb {
		width: 120px;
	}
	.single-box .artArr.listPic .post .intro,
	.single .artArr li .item .intro {
		display: none;
	}
	.single-box .artArr .post h3,
	.single .artArr li .item .text h3 {
		-webkit-line-clamp: 2;
	}
	.single-box .artArr.listPic .item .text,
	.single .artArr li .item .text {
		padding-left: 15px;
	}
	.bdshare a {
		margin: 0px 3px 0px 0;
	}
	.single .postNav div a {
		margin: 0px 0 0px 3px;
	}
	.single-box .artArr.listTit .item h3 {
		-webkit-line-clamp: 1;
	}
}

@media screen and (max-width:375px) {
	.searchBox .searchForm {
		height: 36px;
	}
	.searchBox .searchForm button {
		width: 42px;
		height: 30px;
	}
	.searchBox .searchForm input {
		padding-left: 10px;
		font-size: 12px;
	}
	.searchBox .searchForm button:after,
	.searchPop button:after {
		font-size: 16px;
	}
	.warp .catePost .swiper-slide {
		max-width: 150.5px;
		margin-right: 10px;
	}
}