@charset "UTF-8";
article,aside,blockquote,body,button,code,dd,details,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,input,legend,li,menu,nav,ol,p,pre,section,td,textarea,th,ul {
	margin: 0;
	padding: 0
}
body {
	background-color: #efeeee;
	color: #333;
	font-family: "Open Sans","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",Arial,Verdana,Tahoma,sans-serif;
	font-size: 15px;
	overflow: auto;
	width: 100%;
	height: 100%
}
a {
	outline: 0;
	text-decoration: none;
	color: #333;
	-moz-transition: ease-in-out .25s;
	-webkit-transition: ease-in-out .25s;
	-o-transition: ease-in-out .25s;
	-ms-transition: ease-in-out .25s;
	transition: ease-in-out .25s
}
.nav a:hover,a:hover {
	color: #268df7
}
li {
	list-style: none
}
a img {
	border: none
}
hr {
	border: none;
	border-bottom: 1px solid #eee
}
.clearfix::after {
	content: "";
	display: block;
	clear: both
}
*,::after,::before {
	box-sizing: border-box
}
.clear {
	clear: both
}
#header {
	position: fixed;
	top: 0;
	z-index: 999;
	line-height: 72px;
	background-color: #efeeee;
	width: 100%;
	height: 72px;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%)
}
.inner {
	margin: 0 auto;
	max-width: 1200px;
}
.iinner {
	margin: 0 auto;
	max-width: 1380px
}
#main {
	width: 1200px;
	margin: 90px auto 0
}
.white-entry {
	padding: 0 15px
}
.white-mb,.white-mbs {
	margin-bottom: 15px;
	color: #888888!important
}
.white-mb a,.white-mbs a {
	color: #888888!important
}
.white-mbimg {
	background-position: 0 50%;
	background-size: cover;
}
.white-mb-bg {
	background-color: rgba(0,0,0,.5);
}
.white-mb-content {
	width: 100%;
	margin: 0 auto 20px;
	padding: 30px 20px;
	text-align: center;
	color: #ffffff;
}
.white-mb-h1 {
	font-size: 26px;
	margin-bottom: 15px;
}
.white-mb-p {
	color: #eeeeee;
}
.nav-left {
	float: left
}
.nav-right {
	float: right
}
.nav-rightg {
	float: right;
	transform:translateY(-1px);
}
.logo {
	width: 120px;
	height: 60px;
	display: inline;
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.logo h1 {
	margin: 0;
	font-size: 0;
	padding: 0;
	display: contents
}
.logo a {
	width: 100%;
	height: 73px;
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.logo img {
	padding:5px;
	box-shadow: 18px 18px 30px rgba(0,0,0,0.1),
    -18px -18px 30px rgba(255,255,255,1);
	width: 100%;
	display: block;
	vertical-align: middle;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.nav {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	float: left;
}
.nav ul {
	margin: 0;
	text-align: center;
}
.gengduo li ul {
	display: none!important;
}
.nav ul li ul {
	position: absolute;
	min-width: 80px;
	border-left: 4px solid #268df7;
	overflow: hidden;
	display: none;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 2px 0 rgb(0 0 0 / 22%);
	transition: .2s;
	z-index: 11;
}
.nav>ul>li {
	display: inline-block;
	position: relative;
	min-width: 80px;
	height:35px;
	padding: 0 20px;
	margin-left:10px;
	line-height: 34px;
	background-color: #efeeee;
	box-shadow: 18px 18px 30px rgba(0,0,0,0.1),
    -18px -18px 30px rgba(255,255,255,1);
}
.nav>ul>li:hover {
    box-shadow: 0 0 0 rgba(0,0,0,0.1),
    0 0 0 rgba(255,255,255,1),
     inset 18px 18px 30px rgba(0,0,0,0.1),
     inset -18px -18px 30px rgba(255,255,255,1);
    transition: box-shadow .4s ease-out;
}
.navbar-item.down>a:after {
	content: '';
	position: absolute;
	top: 34px;
	right: 0;
	border-color: #4e5358 transparent transparent transparent;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	transition: .2s
}
.nav ul li a {
	color: #4e5358;
	font-size: 15px;
}
.nav ul li a i {
	margin-right: 5px
}
.nav ul .active {
	box-shadow: 0 0 0 rgba(0,0,0,0.1),
    0 0 0 rgba(255,255,255,1),
     inset 18px 18px 30px rgba(0,0,0,0.1),
     inset -18px -18px 30px rgba(255,255,255,1);
}
.nav ul .active::before {
	box-shadow: 0 0 0 rgba(0,0,0,0.1),
    0 0 0 rgba(255,255,255,1),
     inset 18px 18px 30px rgba(0,0,0,0.1),
     inset -18px -18px 30px rgba(255,255,255,1);
}
.nav ul li:hover ul {
	display: block
}
.nav>ul>li>ul>li {
	width: 100%;
	line-height: 44px;
	border-bottom: 1px solid #f2f2f2;
}
.nav>ul>li>ul>li:last-child {
	margin-bottom: 0;
	border-bottom: none
}
.navBtn {
	display: none;
	width: 25px;
	height: 70px;
	position: relative;
	cursor: pointer;
	margin: 0 20px
}
.navBtn span:before {
	top: -9px
}
.navBtn span:after {
	bottom: -8px
}
.navBtn span {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: 0;
	width: 100%;
	height: 2px;
	background-color: #2997f7
}
.navBtn span:after,.navBtn span:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #2997f7;
	position: absolute;
	left: 0;
	transition: all .3s
}
.navBtn.open span {
	height: 0
}
.navBtn.open span:before {
	transform: rotate(45deg);
	top: 50%
}
.navBtn.open span:after {
	transform: rotate(-45deg);
	top: 50%
}
.navbar-btn {
	margin-left: 20px;
	height: 70px;
}
.navbar-btn-sun {
	background: #f5f6f7;
	color: #4e5358;
	width: 29px;
	height: 29px;
	line-height: 28px;
	text-align: center;
	border-radius: 100%;
	position: relative;
	display: inline-block;
	vertical-align: middle
}
.nav-user-img {
	display: inline-block;
	height: 100%
}
.nav-user-img img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	vertical-align: middle
}
.navbar-user {
	position: relative
}
.nav-search {
	cursor: pointer
}
.navbar-user:hover ul {
	display: block
}
.navbar-user ul {
	position: absolute;
	width: 100px;
	background: #fff;
	right: 0;
	top: 70px;
	text-align: center;
	display: none;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 15%);
	border-radius: 5px;
	overflow: hidden
}
.navbar-user li {
	text-decoration: none;
	display: block;
	padding: 10px 0;
	font-size: 13px;
	line-height: 19px
}
.navbar-btn-newadd {
	font-size: .8em;
	padding: 8px 10px;
	border-radius: 5px;
	background-color: #efeeee;
	box-shadow: 18px 18px 30px rgba(0,0,0,0.1),
    -18px -18px 30px rgba(255,255,255,1);
}
.navbar-btn-newadd:hover {
	transition: box-shadow .4s ease-out;
	box-shadow: 0 0 0 rgba(0,0,0,0.1),
    0 0 0 rgba(255,255,255,1),
     inset 18px 18px 30px rgba(0,0,0,0.1),
     inset -18px -18px 30px rgba(255,255,255,1);
}
#mnav {
	position: fixed;
	left: -250px;
	top: 0;
	width: 230px;
	height: 100%;
	color: #fff;
	display: block;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-backdrop-filter: saturate(5) blur(20px);
	backdrop-filter: saturate(5) blur(20px);
	background-color: #ffffff85;
	z-index: 998;
	transition: left .3s;
	-webkit-box-shadow: 0 2px 20px 0 #8590a6;
	-moz-box-shadow: 0 2px 20px 0 #8590a6;
	box-shadow: 0 2px 20px 0 #8590a6
}
#mnav.open {
	left: 0
}
#mnav a {
	color: #4e5358
}
#mnav ul li ul {
	display: none
}
#mnav>ul {
	margin: 90px 20px 0;
	background: rgba(0,0,0,.03);
	border-radius: 5px;
	float: unset
}
#mnav li {
	font-size: 14px;
	padding: 5px 15px;
	position: relative;
	line-height: 30px;
	text-align: left
}
#mnav li em {
	position: absolute;
	right: 0;
	top: 0;
	width: 2em;
	height: 40px;
	display: block;
	cursor: pointer
}
#mnav li em:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	transform: rotate(45deg);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -7px 0 0 -7px
}
#mnav li li {
	background-color: transparent;
	color: #fff
}
#mnav li li a {
	padding-left: 5px
}
.m-search {
	margin: 90px 0 20px;
	width: 100%
}
.m-search form {
	position: relative;
	padding: 0 20px
}
.m-search-input {
	width: 100%;
	height: 33px;
	line-height: 33px;
	border-radius: 2px;
	outline: 0;
	border: 1px solid #dcdcdc;
	padding: 0 33px 0 10px;
	box-sizing: border-box
}
.m-search-btn {
	height: 33px;
	width: 33px;
	position: absolute;
	top: 0;
	right: 20px;
	border: none;
	outline: 0;
	cursor: pointer;
	background: 0 0;
	-webkit-appearance: none
}
.white-title {
	background: #fff;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 5px
}
.white-title h1 {
	font-size: 16px
}
.white-left {
	width: 880px;
	float: left
}
.white-right {
	width: 300px;
	float: right
}
.white-post {
	overflow: hidden;
	background-color: #efeeee;
	box-shadow: 18px 18px 30px rgba(0,0,0,0.1),
    -18px -18px 30px rgba(255,255,255,1);
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 20px;
	display: flex
}
.white-post:hover {
    box-shadow: 0 0 0 rgba(0,0,0,0.1),
    0 0 0 rgba(255,255,255,1),
     inset 18px 18px 30px rgba(0,0,0,0.1),
     inset -18px -18px 30px rgba(255,255,255,1);
    transition: box-shadow .4s ease-out;
}
.white-post-ads {
	background: #ffffff;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 20px;
}
.white-post-ads img {
	width: 100%;
}
.white-post-entry {
	position: relative;
	height: 140px;
	flex: auto;
	overflow: hidden;
}
.white-post-meta .post-meta {
	color: #727272;
	font-size: 13px;
	margin-right: 20px;
	flex-grow: 1
}
.white-post-meta .post-meta i {
	margin-right: 5px
}
.white-post-meta .post-meta a {
	color: #888888;
    box-shadow: 0 0 0 rgba(0,0,0,0.1),
    0 0 0 rgba(255,255,255,1),
     inset 18px 18px 30px rgba(0,0,0,0.1),
     inset -18px -18px 30px rgba(255,255,255,1);
	padding: 4px 7px;
}
.white-post-thumb img {
	height: 130px;
	width: 100%;
	border-radius: 5px;
	transition: transform .3s ease 0s
}
.white-left-thumb a:hover img,.white-post-thumb a:hover img {
	transform: scale(1.2,1.2);
	transition: transform .3s ease 0s
}
.white-post-entry-title {
	margin-bottom: 10px;
	font-size: 20px;
	overflow: hidden
}
.white-post-entry-title h2 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	font-weight: 500
}
.white-post-entry-title h2>a {
	color: #111
}
.white-post-entry-title h2>a:hover {
	color: #268df7
}
.white-post-entry-title .title-shuxing {
	color: #fff;
	border-radius: 2px;
	font-weight: 400;
	padding: 2px 5px;
	font-size: 12px;
	margin: 0 0.4rem 0 0;
	position: relative;
}
.white-con-title .title-shuxing {
	color: #fff;
	border-radius: 2px;
	font-weight: 400;
	padding: 2px 5px;
	font-size: 14px;
	margin: 0 0.4rem 0 0;
	position: relative;
}
.color-top {
	background: linear-gradient(135deg,#fd7a64 10%,#fb2d2d 100%);
}
.color-yuan {
	background: linear-gradient(135deg,#f6b044 10%,#fb2d2d 100%);
}
.color-zhuan {
	background: linear-gradient(135deg,#39b010 10%,#268df7 100%);
}
.color-zui {
	background: #5271ff;
}
.white-left-intro {
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: box;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 20px
}
.white-left-thumb {
	margin-right: 20px
}
.white-left-thumb>a {
	display: block;
	overflow: hidden;
	width: 200px;
	height: 140px;
	border-radius: 5px
}
.white-left-thumb img {
	width: 100%;
	height: 140px;
	object-fit: cover;
	transition: transform .3s ease 0s;
	border-radius: 5px
}
.white-post-meta {
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	white-space: nowrap;
	height: 24px;
	line-height: 24px;
	color: #666;
	position: absolute;
	bottom: 0
}
.white-post-meta-right {
	text-align: right
}
.white-page,.pagebar {
	text-align: center;
	line-height: normal;
	margin: 10px 0
}
.white-page a,.now-page,.pagebar a {
	display: inline-block;
	padding: 6px 10px;
	background-color: #eee;
	color: #666;
	font-size: 14px;
	border-radius: 2px;
	margin: 2px 5px
}
.white-page a:hover,.now-page {
	background-color: #2997f7;
	color: #fff
}
.ias_trigger {
	text-align: center;
	line-height: 35px;
	margin: 20px 0;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s
}
.ias_trigger a {
	display: inline-block;
	background: #268df7;
	color: #fff;
	width: 40%;
	border-radius: 3px
}
.ias_trigger a:hover {
	opacity: .8
}
.load-tip {
	font-size: 14px
}
.load-tip a {
	color: #39442e;
	text-decoration: none;
	outline: 0
}
.pagination-loading {
	text-align: center;
	font-size: 14px
}
.pagination-loading img {
	width: 22px;
	vertical-align: middle
}
.white {
	width:100%;
	margin-bottom: 20px;
	padding: 20px 20px 10px 20px;
	background-color: #efeeee;
	border-radius: 5px;
	box-shadow: 18px 18px 30px rgba(0,0,0,0.1),
    -18px -18px 30px rgba(255,255,255,1);
}
.white:hover {
    box-shadow: 0 0 0 rgba(0,0,0,0.1),
    0 0 0 rgba(255,255,255,1),
     inset 18px 18px 30px rgba(0,0,0,0.1),
     inset -18px -18px 30px rgba(255,255,255,1);
    transition: box-shadow .4s ease-out;
}
.white h3 {
	border-bottom: 1px solid #f0f0f0;
	font-size: 16px;
	font-weight: 500;
	padding-left: 15px;
	position: relative;
	padding-bottom: 10px
}
.white h3:before,.white-links h3:before {
	content: '';
	width: 4px;
	height: 18px;
	left: 0;
	background: #2997f7;
	top: 3px;
	border-radius: 2px;
	position: absolute
}
.white .is-hidden {
	display: none
}
.divwhiteads img {
	width: 100%
}
.divComments li {
	font-size: 14px;
	color: #595855;
	position: relative;
	padding: 10px 0;
	border-bottom: 1px #e7dada solid!important;
}
.divComments li img {
	width: 30px;
	height: 30px;
	position: absolute;
	border-radius: 50%;
	margin-top: 5px;
	padding:5px;
	box-shadow: 18px 18px 30px rgba(0,0,0,0.1),
    -18px -18px 30px rgba(255,255,255,1);
}
.divCommentsp {
	padding-left: 40px
}
.divCommentsp p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px
}
.divCommentsp span {
	font-size: 12px;
	color: #999
}
.divwhitehotart ul li,.divwhitehotcom ul li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: .875em;
	margin: 20px 0;
	line-height: 21px
}
.hotart-thumbnail {
	position: relative;
	width: 100%;
	height: 150px;
	border-radius: 5px;
	overflow: hidden
}
.hotart-thumbnail img {
	width: 100%;
	height: 100%;
}
.hotart-thumbnail b {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	display: block;
	padding: 0 10px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	width: 100%;
	background-color: rgba(0,0,0,.3)
}
.divwhitehotart ul li:nth-child(2) i,.divwhitehotcom ul li:first-child i {
	background-color: #d90000;
	color: #fff
}
.divwhitehotart ul li:nth-child(3) i,.divwhitehotcom ul li:nth-child(2) i {
	background-color: #fd6440;
	color: #fff
}
.divwhitehotart ul li:nth-child(4) i,.divwhitehotcom ul li:nth-child(3) i {
	background-color: #46b450;
	color: #fff
}
.divwhitehotart ul li i,.divwhitehotcom ul li i {
	font-style: normal;
	font-size: .75em;
	background-color: #eee;
	color: #888;
	padding: 3px 8px;
	margin-right: 8px;
	border-radius: 3px
}
.widget-calendar table {
	width: 100%;
	text-align: center
}
.widget-calendar table caption {
	line-height: 40px;
	font-size: 16px
}
.widget-calendar table tbody tr td a {
	color: #f75336
}
.white.divSearchPanel form {
	position: relative;
	margin: 20px 0;
	width: 100%
}
.white.divSearchPanel input[type=text] {
	border-radius: 50px;
	background-color: #fff;
	border: 1px #efefef solid;
	padding: 10px 20px;
	box-sizing: border-box;
	width: 100%;
	font-size: 12px;
	outline: 0
}
.white.divSearchPanel input[type=submit] {
	position: absolute;
	height: 20px;
	color: #000;
	cursor: pointer;
	font-size: 14px;
	top: 50%;
	margin-top: -10px;
	right: 10px;
	line-height: 20px;
	padding: 0;
	border: none;
	background-color: transparent;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	padding-left: 10px;
	padding-right: 5px;
	border-left: 1px solid rgba(126,127,127,.58)
}
.white.divContorPanel {
	position: relative
}
.widget-controlpanel {
	text-align: center
}
.widget-controlpanel span.cp-hello {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 10px 0
}
.widget-controlpanel span.cp-login,.widget-controlpanel span.cp-vrs {
	line-height: 30px;
	text-align: center
}
.widget-controlpanel span.cp-login a,.widget-controlpanel span.cp-vrs a {
	padding: 0 20px;
	font-size: 14px;
	border: 1px solid #ddd;
	border-radius: 20px;
	display: inline-block
}
.divArchives ul,.divAuthors ul,.divCatalog ul,.divFavorites ul,.divLinkage ul,.divStatistics ul {
	font-size: 0;
	margin-top: 20px
}
.divArchives li,.divAuthors li,.divCatalog li,.divFavorites li,.divLinkage li,.divStatistics li {
	display: inline-block;
	width: 50%;
	line-height: 26px;
	margin-bottom: 5px;
	font-size: 16px;
	padding-bottom: 5px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.divTags li,.divwhiterandtag li {
	display: inline-block;
	padding: 10px 5px 0 0
}
.divTags li a,.divwhiterandtag li a {
	display: block;
	background-color: #efeeee;
	box-shadow: 18px 18px 30px rgba(0,0,0,0.1),
    -18px -18px 30px rgba(255,255,255,1);
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 12px
}
.divTags li a:hover {
	opacity: .8;
    box-shadow: 0 0 0 rgba(0,0,0,0.1),
    0 0 0 rgba(255,255,255,1),
     inset 18px 18px 30px rgba(0,0,0,0.1),
     inset -18px -18px 30px rgba(255,255,255,1);
    transition: box-shadow .4s ease-out;
}
.divTags li:nth-child(8n-7) a,.divwhiterandtag li:nth-child(8n-7) a {
	color: #8a9b0f
}
.divTags li:nth-child(8n-6) a,.divwhiterandtag li:nth-child(8n-6) a {
	color: #eb6841
}
.divTags li:nth-child(8n-5) a,.divwhiterandtag li:nth-child(8n-5) a {
	color: #3fb8af
}
.divTags li:nth-child(8n-4) a,.divwhiterandtag li:nth-child(8n-4) a {
	color: #fe4365
}
.divTags li:nth-child(8n-3) a,.divwhiterandtag li:nth-child(8n-3) a {
	color: #fc9d9a
}
.divTags li:nth-child(8n-2) a,.divwhiterandtag li:nth-child(8n-2) a {
	color: #edc951
}
.divTags li:nth-child(8n-1) a,.divwhiterandtag li:nth-child(8n-1) a {
	color: #c8c8a9
}
.divTags li:nth-child(8n) a,.divwhiterandtag li:nth-child(8n) a {
	color: #83af9b
}
.divTags li:first-child a,.divwhiterandtag li:first-child a {
	color: #e1474d
}
.divTags li:last-child a,.divwhiterandtag li:last-child a {
	color: #3299bb
}
.divwhiterandart li {
	margin: 10px 0
}
.divMisc li {
	display: inline-block;
	width: 50%;
	text-align: center
}
.divPrevious li {
	border-bottom: 1px solid #f0f0f0;
	border-top: 0;
	font-size: 15px;
	padding: 15px 0;
	overflow: hidden
}
.divPrevious li:last-child,.divwhitehotart li:last-child {
	border-bottom: none
}
.catelogBox {
	display: none
}
#catelogul {
	position: relative;
	border-left: 1px solid #ccc;
	margin: 20px 0;
	padding: 15px 0
}
#catelogul::before {
	bottom: auto;
	top: 0
}
#catelogul li::before,#catelogul::after,#catelogul::before {
	position: absolute;
	bottom: 0;
	left: -6px;
	width: 11px;
	height: 11px;
	border: 2px solid #268df7;
	background: #fff;
	border-radius: 15px;
	content: '';
	transition: .15s
}
#catelogul li::before {
	top: 50%;
	transform: translateY(-50%);
	border: 3px solid #268df7;
	background: #fff;
	opacity: 1;
	border-width: 2px;
	width: 7px;
	height: 7px;
	left: -4px
}
#catelogul li {
	transform: scale(1);
	transform-origin: bottom;
	transition: transform .2s,opacity 0s;
	position: relative;
	display: block
}
#catelogul li a {
	margin: 0 10px;
	display: block;
	border-radius: 4px;
	margin-right: 25px;
	padding: 8px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all
}
#catelogul li.active a,#catelogul li:hover a {
	background: rgb(114 114 114 / 8%);
	color: #268df7
}
#catelogul li.er a {
	padding-left: 25px
}
#catelogul li.active {
	transform: scale(1);
	height: auto;
	opacity: 1
}
.white-right-img {
	width: 95px;
	height: 60px;
	float: left
}
.white-right-img img {
	width: 100%;
	height: 60px;
	border-radius: 5px
}
.white-right-entry {
	margin-left: 110px
}
.white-right-entry h4 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.white-right-entry span {
	color: #999;
	font-size: 13px
}
.white-con-title {
	margin-bottom: 20px
}
.white-con-title h1 {
	width: 100%;
	margin: 0 0 20px 0;
	font-weight: 700;
	word-wrap: break-word;
	word-break: break-all;
	font-size: 22px
}
.white-Auth-Meta {
	position: relative
}
.white-Auth-img {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px
}
.white-Auth-img img {
	width: 100%;
	border-radius: 50%
}
.white-Auth-Other {
	vertical-align: middle;
	display: inline-block;
	color: #888
}
.white-Auth-Other span {
	margin-right: 15px;
	vertical-align: middle;
	line-height: 1.4
}
.white-Auth-Other span .category {
	background: rgba(41,151,247,.1);
	height: 30px;
	color: #2997f7;
	padding: 5px;
	font-weight: 500;
	border-radius: 4px
}
.white-con-wz p {
	text-align: justify;
	word-break: break-word;
	line-height: 30px;
	font-size: 16px;
	word-wrap: break-word
}
.white-con-wz a {
	color: #2997f7;
}
.white-con-wz img {
	max-width: 100%
}
.white-con-wz h1,.white-con-wz h2,.white-con-wz h3,.white-con-wz h4,.white-con-wz h5,.white-con-wz h6 {
	color: #303133;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 18px;
	position: relative
}
.white-con-wz h1 {
	padding: 0 15px 0 20px
}
.white-con-wz h1::before {
	content: '➦ ';
	color: #409eff;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px
}
.white-con-wz h2 {
	padding: 0 15px
}
.white-con-wz h2::before {
	content: '';
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 0;
	width: 4px;
	border-radius: 2px;
	background: #409eff
}
.white-con-wz h3 {
	padding: 0 15px
}
.white-con-wz h3::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
	background: #409eff;
	border-radius: 0 4px 4px 0
}
.white-con-wz h4::before {
	content: '[-ิ_•ิ]';
	color: #409eff;
	font-weight: 600;
	margin-right: 5px
}
.white-con-wz h5 {
	padding: 0 15px 0 28px
}
.white-con-wz h5::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAC8klEQVRYR+3WP2gTURwH8O/vKnVRRHKXP52cBO3g4p/BqYNIhy4muajUQRBFKjQV1En6ZxJBcmlRCoJDRe3FDiJVwamLS3FwqbgIgss1l2ZQF5XeT3I1Z3NJ7u5dLlAwN9699/t97vfe7/EIO/yhHe5DD9jpCv3fFVTu856+Xzi62Y/35hj9CFPNrlUwWeRJAJfBGADwBcBNI0/PRZFdAdo4xlQLjCqKjBzogat7hZCRAgPghJGBgbFnxglAOvS7b/fLb+q+qnv5BHBCyEBAWTdnANy2IxOtWSC1qsY+1jOFwAVG+gIVvXyHQbcaKuZCxmf5iMQogXFQtEsBeO5JT6BcMu+Bcb1lUhcyqfExACUAB6JEtgUqi+U5JrrmmcyFHCjwSYtQO+tSUSFbAmXdnAdwJVASdyWLPAS2kbFA8xsHNS13EzCmlx8R6KJQcBcypfFpho3cKxRna3ADsgEo6+ZjAKMhgjZ1d2KWR2gTSyD0h4jnIB2gXDIXwciFCPZvSnMl0wwshYrJGDImaMUGKovlLBPVOrDjh8APzFx8zDkjNa7FzYoGZsKT9XEarQOHmei1aJA246cqOWW6/i2l8VMGzoWIPW/k6eq2Ja6UwCz8pw2JGZ8sS8pUz8fWau/jGp+SgLchcGBgZD1Py41NUuoI+ZloV8ZU93+ogZKzfBiWfXAPCgMJU8Y42avQdMzI4ZBfmSizocqrUeJaAmsvBZGGBCtTziXeRY1rCxRAViEhXckqK93AeQJ9kYTvlmVlqmcTdhNEtefc+9X3utVmuX+CkK6oyqtu4nwrWP8bF5IZdGYjJ79wDuMCz4D+XmhFWnZbt7ab5ltBB6mbkyAaBPFCJassuwMmNb4L4EZgXwBc4AoGTZrUeA6A9x1yK6tzzvnFDlxBv0D176kCP2TCpbbjBXCRV9DZk0VeAONCE1IQ1zWg3dlF1sFQHWQIXFeBNrLAw5BwHBZWjQl6E3SbbB8X+R4Mg/Ca0wN2WtFeBTut4B84mFI4VpekyAAAAABJRU5ErkJggg==");
	background-size: 100% 100%
}
.white-con-wz h6 {
	padding: 0 15px 0 28px
}
.white-con-wz h6::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAEI0lEQVRYR+3Xb2wTZRwH8G/vL22RPy5GW8fK6rJpGeFFY9RO3TRRE1HfmEAammEyjZmOSEg1RrPZaTD6xjhU/Ndlf0CZgwmD+qcgZBRIETeqY0Vcnc7pGonhRY2l3m2t5upqjq693l2vcy+8N81zz/NcPvf75fd7rjos8ku3yH34HyjK0PqlDLPzD56vMNL0VHxmpgXAoUIZXKgI3sMSpK+cNTAbylaj/9IkprnLM3+mkg8XQi4EsJ4lSL+ZNbAfVd+JG/XLcSERg3M8IAtZauBtDEkeNdN6fX9NfRqXueQiSwm00wQRMDMGw94snBJkqYBrSYIIXs/ojftqGq6IXHZRFIpkKYC2JSw9SJE663W0nthlqcMawwrJYpVCag1M48pNy1YNvLWRffGNIYSCv6Cnog7rjCtVIbUEXoG7qeqaNMj51F58dWoKPZY62JeWyUJG+ctcIplcIizWCpgTl9EIyODJn9BtceDWq/6B57tO/H4R688fFaZ7AWzWAiiJEyMDx39Ed6UDdyy7Ni/w1ekxbP95VJi/F8CRYoGycGLksaEJdFU6cPdy0zxkR/RbtE6FhPvHATQUm2JFODHSfyyCLmsd7lth/hf53q/jcE8OC+NTAG7PTKiNoCqcGPnpF+PotDrwwNXl+OC3H9A8cVqYPgPgFnFo1QCLwomRg4cvoPMGBzZHTgq3zwKwZ+ddKVATXAZhf+gdnPvuojAUqmJdrspRAtQU93pXEM+8clgwhQHU5itruUBNcTt6TsP9sl8weQC0S/VFOUBNcW/2folt2z+XhZPTZh6kSKJ79aqVRuFszRxfUm8sNbdz9xlsfekz2bhCQBvDMMM8z+ubN92Mjrb71brS+97dM4wtnk8U4SSBBEGErVarzeVywePxoHVLA1pb6lUh3+8bwZMv+BTjpIAVACa9Xq+uqakJ7e3tqpGd/WfR3Jr+81awIJS0mY0A+sLhMGw2W3qfGmTXvhAef/6gapxUBDuqqqoejUQiBvFbKUH2DHyNx54bLAqXF0jT9HBjY6Pd6/XOi7oc5K7936Dp2QNF4/IBrTqdLuLxeIi2tracRSGF/PDgKB55er8muHzATQB2m81m+P1+1NbmPoVyIfsOnUOj+2PNcPmAO1iWbeE4TmexWODz+WQhayrL4No2oCkuJ5Bl2VGO49ZmcisXObdeVSuRaq7ZZ3G10KBTqRQl3pQPGY1GEQgE4HQ6heVDAO5S1cklNmUDXQRB9KZSqXkfESaTCW63G7FYDKFQKDEyMoJoNKqfe/bbAJ7QGpcrxa8xDLOV5/k0kGXZv2ZnZ5FMJtNjmqYvURR1IpFInAcwAeD7ud/pUuDmAY1G41g8Hl9DkmScoqggx3FHAIyJMMlSQfI9V5zKagDC93dsoRFKimQx2dIWOV/U/yn6bx0WyDj8vgLOAAAAAElFTkSuQmCC");
	background-size: 100% 100%
}
.white-con-wz video {
	max-width: 100%
}
.white-con-wz table {
	width: 100%
}
.white-con-wz table td,.three-con-wz table th {
	box-sizing: border-box;
	padding: 10px;
	text-align: left
}
.white-con-wz .firstRow td {
	background-color: #268df7;
	font-weight: 700;
	color: #fff;
}
.white-con-wz table tr {
	background: #ececec
}
.white-con-wz table tr:nth-child(2n-1) {
	background-color: #f5f5f5;
	transition: all .125s ease-in-out
}
.white-con-wz table tr:hover {
	background-color: rgba(129,208,177,.3)
}
.white-con-wz h1,.white-con-wz h2,.white-con-wz h3,.white-con-wz h4,.white-con-wz h5,.white-con-wz h6,.white-con-wz h7,.white-con-wz p,.white-con-wz pre {
	margin: 10px 0
}
.white-con-wz blockquote {
	border: 1px dotted #fefefe;
	padding: 10px 20px;
	border-radius: 5px;
	background: #f4f4f4
}
.white-con-tags {
	margin: 30px 0 10px 0
}
.white-con-tags a {
	padding: 4px 10px;
	background-color: #efeeee;
	box-shadow: 18px 18px 30px rgba(0,0,0,0.1),
    -18px -18px 30px rgba(255,255,255,1);
	color: #888888;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 400;
	margin: 0 5px 5px 0;
	border-radius: 3px;
	display: inline-block
}

.white-con-tags a:hover {
	box-shadow: 0 0 0 rgba(0,0,0,0.1),
    0 0 0 rgba(255,255,255,1),
     inset 18px 18px 30px rgba(0,0,0,0.1),
     inset -18px -18px 30px rgba(255,255,255,1);
	color: #888888
}
.white-tool-ds {
	margin: 20px 0;
	text-align: center
}
.white-tool-ds .dashang {
	padding: 10px 20px;
	background-color: #e74851;
	color: #fff;
	border-radius: 6px;
	transition: all .3s;
	cursor: pointer
}
.shang-box {
	width: 250px;
	height: 300px;
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
	position: fixed;
	z-index: 1000;
	left: 50%;
	top: 50%;
	margin-left: -125px;
	margin-top: -200px;
	-webkit-box-shadow: 0 2px 20px 0 #8590a6;
	-moz-box-shadow: 0 2px 20px 0 #8590a6;
	box-shadow: 0 2px 20px 0 #8590a6
}
.shang-close {
	float: right;
	display: inline-block;
	cursor: pointer
}
.shang-payimg {
	width: 140px;
	border: 1px solid rgb(227 229 236 / 40%);
	margin: 40px auto 0;
	height: 140px
}
.shang-payimg img {
	display: block;
	text-align: center;
	width: 138px;
	height: 138px
}
.shang-payselect {
	margin: 35px 0;
	text-align: center
}
.pay_item {
	display: inline-block;
	text-align: center;
	background: #f0f8ff;
	padding: 5px 0;
	margin: 0 10px;
	width: 80px;
	border-radius: 5px;
	cursor: pointer
}
.pay_item.checked,.pay_item:hover {
	color: #fff;
	background: #f1404b
}
.white-entry-bar {
	height: 60px;
	width: 100%
}
.white-bar-inner {
	padding: 10px 0 10px;
	max-width: 840px;
	width: 100%
}
.white-entry-bar.fixed .white-bar-inner {
	position: fixed;
	bottom: 0;
	border-top: 1px solid #ddd
}
.white-bar-auth a {
	vertical-align: middle;
	text-decoration: none
}
.author-info {
	margin-left: 10px;
	padding: 3px 7px;
	font-size: 12px;
	border-radius: 2px;
	color: #2997f7;
	background: rgba(41,151,247,.1)
}
.white-bar-auth a:last-child {
	border-radius: 2px;
	color: #18a52a;
	background: rgba(18,185,40,.1)
}
.white-bar-auth {
	transform: translateY(6px);
}
.white-bar-auth .author-info i {
	margin-right: 5px
}
.white-bar-auth img {
	display: inline-block;
	width: 24px;
	height: 24px;
	padding:3px;
	box-shadow: 18px 18px 30px rgba(0,0,0,0.1),
    -18px -18px 30px rgba(255,255,255,1);
	margin-right: 5px;
	border-radius: 50%;
	vertical-align: top
}
.white-bar-auth .author-name {
	max-width: 120px;
	line-height: 24px;
	display: inline-block;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top
}
.white-bar-auth .author-name i {
	color: #ffc200
}
.white-tool-item,.social-share {
	text-align: center;
	position: relative;
	display: inline-block;
	margin-left: 10px;
	color: #828282;
	line-height: 24px
}
.white-tool-ico {
	display: inline-block;
	cursor: pointer;
	width: 35px;
	height: 35px;
	margin-left: 10px;
	position: relative;
	text-align: center;
	background-color: #efeeee;
	box-shadow: 18px 18px 30px rgba(0,0,0,0.1),
    -18px -18px 30px rgba(255,255,255,1);
	font-size: 1rem;
	line-height: 35px;
	border-radius: 50%;
}
.white-tool-ico i {
	color: #f1404b
}
.white-tool-ico span {
	position: absolute;
	left: 24px;
	top: 5px;
	padding: 0 5px;
	height: 16px;
	border-radius: 8px;
	background-color: #f1404b;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	font-weight: 600
}
.social-share a {
	position: relative;
	text-decoration: none;
	display: inline-block;
	outline: 0
}
.social-share .social-share-icon {
	position: relative;
	width: 35px;
	height: 35px;
	margin-left: 5px;
	line-height: 35px;
	color: #666;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	background-color: #efeeee;
	box-shadow: 18px 18px 30px rgba(0,0,0,0.1),
    -18px -18px 30px rgba(255,255,255,1);
	border-radius: 50%;
	font-size: 18px;
}
.white-tool-ico:hover,.social-share-icon:hover {
	/* background-color: #2f2f2f */
}
.social-share .icon-weibo {
	color: #f1404b;
	transition: .2s
}
.social-share .icon-qq {
	color: #3d93e0;
	transition: .2s
}
.social-share .icon-wechat {
	color: #7bc549;
	transition: .2s
}
.social-share .icon-douban {
	color: #33b045;
	transition: .2s
}
.social-share .icon-twitter {
	color: #007aff;
	transition: .2s
}
.social-share .icon-google {
	color: #e00034;
	transition: .2s
}
.social-share .icon-wechat .wechat-qrcode {
	display: none;
	border: 1px solid #eee;
	position: absolute;
	z-index: 9;
	top: -205px;
	left: -84px;
	width: 200px;
	height: 192px;
	color: #666;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 2px 10px #aaa;
	transition: all .2s;
	-webkit-tansition: all 350ms;
	-moz-transition: all 350ms
}
.social-share .icon-wechat .wechat-qrcode.bottom {
	top: 40px;
	left: -84px
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
	display: none
}
.social-share .icon-wechat .wechat-qrcode h4 {
	font-weight: 400;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	color: #777
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
	width: 105px;
	margin: 10px auto
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
	margin: 0!important
}
.social-share .icon-wechat .wechat-qrcode .help p {
	font-weight: 400;
	line-height: 16px;
	padding: 0;
	margin: 0
}
.social-share .icon-wechat .wechat-qrcode:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -13px;
	width: 0;
	height: 0;
	border-width: 8px 6px 6px 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent
}
.social-share .icon-wechat:hover .wechat-qrcode {
	display: block
}
.pagination {
	padding: 24px 0 30px;
	text-align: center
}
.pagination ul {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0
}
.pagination ul>li {
	display: inline
}
.pagination ul>li>a,.pagination ul>li>span {
	margin: 0 5px;
	float: left;
	padding: 8px 20px 7px;
	text-decoration: none;
	background-color: #efeeee;
	box-shadow: 18px 18px 30px rgba(0,0,0,0.1),
    -18px -18px 30px rgba(255,255,255,1);
	color: #000;
	opacity: .7
}
.pagination-multi ul>li>a,.pagination-multi ul>li>span {
	padding: 8px 13px;
	margin: 0 6px;
	font-size: 12px;
	border-radius: 5px
}
.pagination ul>li>a:focus,.pagination ul>li>a:hover {
	opacity: 1
}
.pagination ul>.active>a,.pagination ul>.active>span {
	background-color: #efeeee!important;
	box-shadow:inset 2px 2px 5px #b8b9be,inset -3px -3px 7px #fff!important;
	color: #000;
	border-radius: 5px
}
.pagination ul>.active>a,.pagination ul>.active>span {
	cursor: default
}
.pagination ul>.disabled>a,.pagination ul>.disabled>a:focus,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>span,.pagination ul>li>span {
	color: #999;
	background-color: transparent;
	cursor: default
}
.pagination ul>li.next-page>a {
	background-color: #efeeee;
	color: #000
}
@media(max-width:767px) {
	.pagination-multi ul>li>a {
		padding: 8px 20px
	}
}
.white-sm {
	border: 1px dashed #008cff;
	box-shadow: 0 0 0 rgba(0,0,0,0.1),
    0 0 0 rgba(255,255,255,1),
     inset 18px 18px 30px rgba(0,0,0,0.1),
     inset -18px -18px 30px rgba(255,255,255,1);
	padding: 10px;
	border-radius: 5px;
	line-height: 2em;
	color: #6d6d6d;
	margin-top: 15px
}
.white-sm-title {
	width: 25%;
	color: #fff;
	background-color: #008cff;
	border-radius: 5px;
	background-image: linear-gradient(to right,#268df7,#59c3fb);
	text-align: center
}
.white-comment h3,.white-con-xg h3,.white-ping h3 {
	margin-bottom: 20px;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	padding-left: 15px
}
.white-comment h3:before,.white-con-xg h3:before,.white-ping h3:before {
	content: '';
	width: 3px;
	height: 17px;
	left: 0;
	background: #007aff;
	top: 3px;
	position: absolute
}
.white-comment-post {
	margin-bottom: 0
}
.white-comm {
	font-size: 13px;
	line-height: 22px;
	padding: 16px 0;
	border-bottom: 1px solid #ede3e3;
}
.white-comm .msgname {
	position: relative
}
.commentname:hover .revertcomment {
	display: inline-block
}
.white-ping>ul>.msgarticle {
	margin-left: 60px;
	list-style-position: outside;
	padding: 10px 0 0
}
.white-ping>ul>.msgarticle>ul .commentinfo {
	padding-left: 60px
}
.white-comm .msgarticle ul {
	padding: 20px 0 0;
	margin: 20px 0 0;
	border-top: 1px solid #f1f1f1;
	border-bottom: none
}
.white-comm .msgname img {
	width: 50px;
	border-radius: 50%;
	position: absolute;
	padding: 10px;
	box-shadow: 18px 18px 30px rgba(0,0,0,0.1),
    -18px -18px 30px rgba(255,255,255,1);
}
.white-comm .msgname img:hover {
    box-shadow: 0 0 0 rgba(0,0,0,0.1),
    0 0 0 rgba(255,255,255,1),
     inset 18px 18px 30px rgba(0,0,0,0.1),
     inset -18px -18px 30px rgba(255,255,255,1);
    transition: box-shadow .4s ease-out;
}
.white-comm .msgname .section {
	margin-left: 60px
}
.white-comm .commentname {
	margin-bottom: 5px
}
.commentname .comtime {
	color: #999;
	margin-left: 15px
}
.commentname .revertcomment {
	background-color: #efeeee;
	box-shadow: 18px 18px 30px rgba(0,0,0,0.1),
    -18px -18px 30px rgba(255,255,255,1);
	display: none;
	padding: 0 10px;
	border-radius: 2px;
	position: relative;
	top: 0;
	font-size: 12px;
	float: right
}
.white-ping-not {
	text-align: center;
	padding: 20px 0
}
.white-ping-not p {
	color: #999
}
.white-not-center {
	padding: 20px 0
}
.white-comment-info ul {
	display: block;
	font-size: 0
}
.white-comment-info li {
	margin-right: 0;
	text-align: left;
	padding-right: 10px;
	display: inline-block;
	width: 33.333%;
	box-sizing: border-box;
	margin-bottom: 10px
}
.white-comment-info li:last-child {
	padding-right: 0
}
.white-comment-info li input {
	position: relative;
	border: 1px solid rgba(227,229,236,.4);
	border-radius: 4px;
	height: 45px;
	outline: 0;
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
	background-color: #efeeee;
	box-shadow: 0 0 0 rgba(0,0,0,0.1),
    0 0 0 rgba(255,255,255,1),
     inset 18px 18px 30px rgba(0,0,0,0.1),
     inset -18px -18px 30px rgba(255,255,255,1);
}
.white-txa {
	margin-bottom: 10px
}
.white-txa textarea {
	position: relative;
	padding: 8px;
	margin: 0;
	outline: 0;
	width: 100%;
	border: 1px solid rgba(227,229,236,.4);
	box-shadow: 0 0 0 rgba(0,0,0,0.1),
    0 0 0 rgba(255,255,255,1),
     inset 18px 18px 30px rgba(0,0,0,0.1),
     inset -18px -18px 30px rgba(255,255,255,1);
	background-color: #efeeee;
	border-radius: .4rem;
	font-size: 14px;
	line-height: 1.6;
	color: rgba(0,0,0,.8);
	box-sizing: border-box
}
.whitet-submit-ma {
}
.whitet-submit-ma input {
	position: absolute;
	left: 110px;
	height: 40px;
	line-height: 40px;
	width: 60%;
	padding-left: 10px;
	border: 1px solid rgba(227,229,236,.4);
	background-color: #f9fafc;
}
.whitet-submit-ma img {
	border: 1px solid rgba(227,229,236,.4);
	height: 40px;
	line-height: 40px;
	width: 40%;
}
.whitet-submit-img {
	border-left: 1px solid #eee;
	position: absolute;
	right: 4px;
	top: 5px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	font-weight: 400;
	border-radius: .2rem;
	text-align: center;
	vertical-align: middle
}
.whitet-submit-img img {
	height: 100%;
	border-radius: .3rem
}
.whitet-submit .whitet-submit-btn {
	float: right;
	position: relative;
	height: 36px;
	width: 80px;
	border-radius: 3px;
	text-align: center;
	font-size: 14px;
	border: none;
	color: #000;
	background-color: #efeeee;
	box-shadow: 18px 18px 30px rgba(0,0,0,0.1),
    -18px -18px 30px rgba(255,255,255,1);
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-appearance: none
}
.whitet-submit input{
	position: relative;
	border: 1px solid rgba(227,229,236,.4);
	border-radius: 4px;
	height:40px;
	outline: 0;
	width: 200px;
	padding: 5px 10px;
	background-color: #efeeee;
	box-shadow: 0 0 0 rgba(0,0,0,0.1),
    0 0 0 rgba(255,255,255,1),
     inset 18px 18px 30px rgba(0,0,0,0.1),
     inset -18px -18px 30px rgba(255,255,255,1);
}


.whitet-submit .quxiaoannniu{
	border-radius: 4px;
	height:36px;
	margin-left:10px;
	width: 82px;
	padding: 7px 15px;
	background-color: #efeeee;
	box-shadow: 18px 18px 30px rgba(0,0,0,0.1),
    -18px -18px 30px rgba(255,255,255,1);
	display:none;float:right;
}

.whitet-submit .quxiaoannniu:hover{
	box-shadow: 0 0 0 rgba(0,0,0,0.1),
    0 0 0 rgba(255,255,255,1),
     inset 18px 18px 30px rgba(0,0,0,0.1),
     inset -18px -18px 30px rgba(255,255,255,1);
}


.whitet-submit .verifyimg img{
	transform:translateY(12%);
}
.whitet-submit .verifyimg {
	position: absolute;
	left: 125px;
}
.whitet-submit .whitet-submit-btn:hover {
	opacity: .8;
	box-shadow: 0 0 0 rgba(0,0,0,0.1),
    0 0 0 rgba(255,255,255,1),
     inset 18px 18px 30px rgba(0,0,0,0.1),
     inset -18px -18px 30px rgba(255,255,255,1);
}
.whitet-submit .whitet-submit-btn[disabled] {
	background: #cccccc;
	cursor: not-allowed;
}
.white-dianzan {
	text-align: center;
	margin: 10px 0;
	cursor: pointer
}
.white-con-next {
	font-size: 0;
	margin: 20px 0
}
.white-con-next li {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	width: 50%;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box
}
.white-con-next p {
	color: #999;
	margin-bottom: 10px
}
.white-con-next li:nth-child(1) {
	padding-right: 20px;
	border-right: 1px #efefef solid
}
.white-con-next li:nth-child(2) {
	text-align: right;
	padding-left: 20px
}
.white-box {
	padding: 20px;
	background-color: #efeeee;
	box-shadow: 18px 18px 30px rgba(0,0,0,0.1),
    -18px -18px 30px rgba(255,255,255,1);
	border-radius: 5px
}
.white-box:hover {
    box-shadow: 0 0 0 rgba(0,0,0,0.1),
    0 0 0 rgba(255,255,255,1),
     inset 18px 18px 30px rgba(0,0,0,0.1),
     inset -18px -18px 30px rgba(255,255,255,1);
    transition: box-shadow .4s ease-out;
}
.white-ads {
	margin-bottom: 20px
}
.white-ads img {
	width: 100%
}
.white-banner {
	position: relative;
	width: 100%;
	max-height: 400px;
	margin-bottom: 20px;
	overflow: hidden
}
.white-tuijian {
	margin-bottom: 20px
}
.tuijian-title {
	margin-bottom: 20px
}
.tuijian-title h3 {
	display: inline-block;
	font-weight: 400
}
.tuijian-btn {
	display: inline-block;
	width: 24px;
	height: 24px;
	color: #999;
	text-align: center;
	box-shadow: -.1768rem -.1768rem .25rem hsla(0,0%,100%,.35),.1326rem .1326rem .3rem rgba(54,100,152,.15),inset 0 0 0 transparent,inset max(1px,.125rem) max(1px,.125rem) max(1px,.25rem) hsla(0,0%,100%,.6);
	border-radius: 3px;
	cursor: pointer;
}
.tuijian-btn:hover {
	box-shadow: 0 0 0 rgba(0,0,0,0.1),
    0 0 0 rgba(255,255,255,1),
     inset 18px 18px 30px rgba(0,0,0,0.1),
     inset -18px -18px 30px rgba(255,255,255,1);
}
.white-tuijian-con li {
	width: 23.7%;
	border-radius: 5px;
	overflow: hidden
}
.white-tuijian-con li img {
	width: 100%;
	height: 140px;
	border-radius: 5px
}
.white-tuijian-con .tuijian-info {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	width: 100%;
	padding:6px 10px;
	background-image: linear-gradient(180deg,rgba(0,0,0,.01) 30%,rgba(0,0,0,.65))
}
.white-comment,.white-con-xg,.white-ping {
	margin-bottom: 20px
}
.slide-item-body {
	flex-wrap: nowrap;
	margin-left: 2px;
	margin-right: 2px
}
.slide-item-body li {
	width: 24%;
	display: block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #000
}
.slide-item-body li a {
	display: block
}
.slide-item-body li .new-img {
	text-shadow: 0 0 5px rgb(0 0 0 / 20%);
	color: #fff;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(116,116,116,.08);
	padding: 0;
	border-radius: 5px
}
.new-img img {
	width: 100%;
	height: 120px;
	display: block;
	object-fit: cover;
}
.new-body {
	padding: 20px 20px 40px 20px
}
.new-body-title {
	line-height: 24px;
	font-size: 15px;
	width: 100%;
	position: absolute;
	bottom: 0;
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 2px 5px;
	background: rgb(220 220 220 / 20%)
}
.new-body-text {
	padding-top: 20px;
	height: 90px;
	min-height: 50px;
	line-height: 18px;
	font-size: 14px;
	overflow: hidden
}
.swiper-container a {
	display: block;
	position: relative;
	font-size: 0
}
.white-banner-one img {
	width: 100%;
	height: 100%;
	max-height: 360px;
	padding:5px;
	box-shadow:inset 2px 2px 5px #fbfbfb, inset -3px -3px 7px #fff5f5;
	border-radius: 5px
}
.white-banner-one img:hover {
	box-shadow: 0 0 0 rgba(0,0,0,0.1),
    0 0 0 rgba(255,255,255,1),
     inset 18px 18px 30px rgba(0,0,0,0.1),
     inset -18px -18px 30px rgba(255,255,255,1);
}
.swiper-container-horizontal>.swiper-pagination-bullets.white-pagination {
	bottom: 10px
}
.white-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 100px;
	overflow: hidden;
	background: #dfe1f1;
	border: none;
	cursor: pointer;
	content: "";
	display: inline-block;
	box-sizing: border-box;
	opacity: 1;
	vertical-align: middle
}
.white-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #f9fafc;
	box-sizing: border-box;
	width: 24px
}
.footer {
	text-align: center;
	font-size: 14px;
	color: #888;
}
.wide {
	margin: 15px 0
}
.wide p {
	line-height: 30px
}
.white-links {
	width: 1220px;
	margin: 0 auto;
	border-radius: 5px
}
.white-links .white-link {
	margin: 0 10px;
	background-color: #efeeee;
	box-shadow: 18px 18px 30px rgba(0,0,0,0.1),
    -18px -18px 30px rgba(255,255,255,1);
	padding: 20px;
	border-radius: 5px
}
.white-links:hover .white-link:hover {
	box-shadow: 0 0 0 rgba(0,0,0,0.1),
    0 0 0 rgba(255,255,255,1),
     inset 18px 18px 30px rgba(0,0,0,0.1),
     inset -18px -18px 30px rgba(255,255,255,1);
}
.white-links li {
	display: inline-block;
	margin-right: 20px
}
.white-links-title {
	margin-bottom: 20px
}
.white-links-title small {
	display: inline-block;
	font-style: normal;
	margin-left: 10px
}
.white-link h3 {
	font-size: 15px;
	font-weight: 400;
	padding-left: 15px;
	position: relative;
	display: inline-block
}
.white-links a {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 10px 5px 0;box-shadow: 18px 18px 30px rgba(0,0,0,0.1),
    -18px -18px 30px rgba(255,255,255,1);
	color: #999;
	transition: .2s;
	font-size: 14px
}
.white-links a:hover {
	box-shadow: 0 0 0 rgba(0,0,0,0.1),
    0 0 0 rgba(255,255,255,1),
     inset 18px 18px 30px rgba(0,0,0,0.1),
     inset -18px -18px 30px rgba(255,255,255,1);
}
.jian-one-rigtool {
	position: fixed;
	bottom: 60px;
	right: 20px;
	z-index: 1030;
	text-align: center;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
	transition: .3s
}
.jian-rigtool-btn {
	display: block;
	position: relative
}
.jian-rigtool-btn a:hover {
	box-shadow: 0 0 0 rgba(0,0,0,0.1),
    0 0 0 rgba(255,255,255,1),
     inset 18px 18px 30px rgba(0,0,0,0.1),
     inset -18px -18px 30px rgba(255,255,255,1);
}
.jian-rigtool-btn a {
	background-color: #efeeee;
	box-shadow: 18px 18px 30px rgba(0,0,0,0.1),
    -18px -18px 30px rgba(255,255,255,1);
	font-size: 22px;
	color: #494952;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: 10px;
	display: block;
	cursor: pointer;
	border-radius: 5px;
	transition: .2s
}
.jian-rigtool-wccha:hover .jian-rigtool-btn-wecha {
	visibility: visible;
	opacity: 1
}
.jian-rigtool-btn-wecha {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	right: 35px;
	left: auto;
	margin-right: 15px;
	border-radius: 5px;
	width: 120px;
	top: -40px;
	padding: 0
}
.jian-rigtool-btn-wecha img {
	width: 100%;
	border-radius: 5px
}
.search-box-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
	visibility: hidden;
	transform: perspective(1px) scale(1.1);
	transition: visibility 0s linear .15s,opacity .15s 0s,transform .15s;
	z-index: 9999999;
	display: flex;
	align-items: center
}
.show-modal {
	opacity: 1;
	visibility: visible;
	transform: perspective(1px) scale(1);
	transition: visibility 0s linear 0s,opacity .15s 0s,transform .15s;
	backdrop-filter: saturate(97%) blur(41px)
}
.search-box-content {
	background-color: #efeeee;
	width: 350px;
	max-width: 100%;
	padding: 40px 24px 24px 24px;
	margin: 0 auto;
	position: relative;
}
.search-box-close {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1;
	font-size: 30px;
	height: 43px;
	display: block;
	line-height: 34px;
	width: 43px;
	text-align: center;
	cursor: pointer;
	color: #b2bac2;
	z-index: 6
}
.search-box-close:hover {
	color: #333
}
.search-box-title {
	font-size: 18px;
	text-align: center;
	margin: 30px 20px;
	font-weight: 200;
	color: #858585
}
.search-box-form input {
	width: 100%;
	padding: 16px;
	font-size: 16px;
	background-color: #efeeee;
	box-shadow: 0 0 0 rgba(0,0,0,0.1),
    0 0 0 rgba(255,255,255,1),
     inset 18px 18px 30px rgba(0,0,0,0.1),
     inset -18px -18px 30px rgba(255,255,255,1);
	border: 0;
	display: block;
	margin: 0;
	outline: 0
}
.search-box-btn {
	padding: 10px 40px;
	color: #000;
	transition: opacity .2s;
	position: relative;
	cursor: pointer;
	font-size: 12px;
	background: #efeeee;
	box-shadow: 18px 18px 30px rgba(0,0,0,0.1),
    -18px -18px 30px rgba(255,255,255,1);
	border-style: none;
	margin: 20px auto;
	display: block
}
.search-box-btn:hover {
    box-shadow: 0 0 0 rgba(0,0,0,0.1),
    0 0 0 rgba(255,255,255,1),
     inset 18px 18px 30px rgba(0,0,0,0.1),
     inset -18px -18px 30px rgba(255,255,255,1);
    transition: box-shadow .4s ease-out;
}
.verify-wrap {
	width: 250px;
	height: 35px;
	position: relative
}
.verify-wrap .drag-btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 35px;
	background: #fff url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAiCAYAAAApkEs2AAAA/UlEQVRYhe3XLc9GYBjG8eN6dkdFIQuqoCiCbj6ob2CCIplRaJKqEHT3c/kAz66Xc/fLnvO3UY7N/jNmxDAMF77AQ57iOH53x5/GccTPuyNUcSg1DqXGodQ4lNr/CC3LEsuyaG8mrEKzLEPXdZjnWWszYRXq+z7yPMc0Tej7XnkzYf2Muq6LoiiwrivatsV1XUrby0Mlx3Huu7fvO5qmUd50kL31QgijTdXD+gq/zvNEVVXwPA9pmipvOqxDj+O4Q4IgQJIkypsuq9Bt21DXNaIoug/VzYRVqHw55J0Kw1BrMyHkXyj/3BHiUGocSo1DqXEota8Jvb/18hP16Z7qL3h/w53n4AAAAABJRU5ErkJggg==) no-repeat center center;background-size: 100% 100%;
	z-index: 2;
	cursor: move;
}
.verify-wrap .suc-drag-btn {
	background: #fff url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAiCAYAAAApkEs2AAACA0lEQVRYhe2Y2yuDYRzHv7PJYc5zKspYSRMymStXu5NCs5W4csEfwJ+gSA53csg1F4R/gSu0OcWSmNIQkfMcEvu9tdpY79793leo91Nbbft993x6nj2/52kal8v1gX+Ajp4sFstve4jidrsR99sSUlFFlUYVVRpVVGl0SnyJ934VaxczOLpdwd3bufBeWnw+StLrYc1tQ3FqnewxZIk+vz9g7rAHO9dL3z67efXBfTkrPCqymtBqGkaiNoU9FnvpSXJyzx5R8itUQ7WU4cIWnT/qhe9xS3I91VKGC0uUfpPbV4uSajUhQ1CGshxYorRxpGDObECf1Ysm40DM2a+wNhPt7mhUZzvhMI1Aq9HBkFgUUzYSrBkNtiDCkGBES/Eg8pLKwiSdplFB8uRhEzMH3RGzsSC7j9oKe1CT4wi0oEZMeRzITy4XJOM0WkFy2uOE//1O7jA8UWrm1CeJ5dMxlGXYoI/PQrd5AQlavagkZTmwlt4UOHGCnPs9wkw+vl0jSZcWdSZDsz8uas1tD3t99rSL8b0W3Lz4cHy/LrrctYEjlQNr6Y2ptag0NIf10gv/Pvo3akRzlOGe++yTyV4yhAJ9leR6qqUMF7YoXTC6zPPChSMaVEO1ci4lstoTDdxROhE4Fjv/9jUvCIkoISPGv7nhq6JKo4oqjSqqNEIfpf8f/zqf+36643RPeo8AAAAASUVORK5CYII=) no-repeat center center;background-size: 100% 100%
}
.verify-wrap .drag-progress {
	position: absolute;
	left: 0;
	top: 0;
	height: 35px;
	background-color: #7ac23c;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 35px;
}
.verify-wrap .fix-tips,.verify-msg {
	width: 100%;
	position: absolute;
	right: 0;
	left: 0;
	height: 100%;
	color: #51555c;
	z-index: 1;
	line-height: 35px;
	font-size: 12px;
	text-align: center
}
.verify-wrap .verify-msg {
	background-color: #7ac23c;
	color: #fff;
	display: none
}
@media only screen and (max-width:1066px) {
	.nav {
		display: none
	}
	.navBtn {
		display: block;
	}
	.logo {
		float: none;
		display: inline-block;
		position: absolute;
		left: 50%;
		margin-left: -60px;
	}
	.navbar-user {
		margin-right: 20px;
	}
}
@media only screen and (max-width:768px) {
	
	
	
	
	
.white-tuijian-con li img {
	width: 100%;
	height: 90px;
	border-radius: 5px
}
	
	
	
	
	
	
	#main,.inner,.white-entry,.white-left,.white-right {
		width: 100%
	}
	.white-entry {
		padding: 20px
	}
	.white-right {
		padding: 10px
	}
	.white-tool-comm, .nav, .social-share a:nth-child(n+4) {
		display: none
	}
	.white-mbs {
		margin: 0 10px
	}
	.white-entry-bar.fixed .white-bar-inner {
		left: 10px;
		right: 10px;
		width: initial;
		padding: 10px 20px
	}
	.white-links {
		width: 100%
	}
	.white-tuijian-con li {
		width: 48.5%
	}
	.navBtn {
		display: block
	}
	.slide-item-body li {
		width: 48.5%
	}
	.navbar-item.down>a:after {
		display: none
	}
	.white-banner {
		max-height: 340px
	}
	.white-banner-one img {
		max-height: 300px
	}
	.navbar-user {
		margin-right: 20px
	}
	.white-mbimg {
		margin: 0 10px;
	}
	.white-left {
		padding: 0 10px;
		margin-right: 0
	}
	.white-comm li .revertcomment {
		display: inline-block
	}
	.white-con-xg .post-xiangguan {
		width: 48%
	}
	.white-con-xg .post-xiangguan:nth-child(2n) {
		margin-right: 0
	}
	.white-con-xg .post-xiangguan:nth-child(3n) {
		margin-right: 2%
	}
	.logo {
		float: none;
		display: inline-block;
		position: absolute;
		left: 50%;
		margin-left: -60px
	}
	.white-con-sm {
		display: none
	}
}
@media only screen and (max-width:560px) {
	.white-left-thumb {
		margin-right: 10px
	}
	.white-left-thumb>a {
		width: 125px;
		height: auto
	}
	.white-left-thumb img {
		height: 100px
	}
	.white-post-entry-title {
		margin-bottom: 0
	}
	.author-info,.white-left-intro,.white-post-meta-right {
		display: none
	}
	.white-post-entry {
		height: 100px;
		width: 0
	}
	.white-post-entry-title h2 {
		overflow: hidden;
		height: 50px;
		line-height: 25px;
		white-space: unset;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical
	}
}
/* 夜间模式 */
body.night .ri-sun-fill:before {
	content: "\ef72"
}
body.night .nav a:hover,body.night a:hover {
	color: #666
}
body.night {
	background-color: #292a2d;
	color: #999
}
body.night .white, body.night .white-box, body.night .white-links>div, body.night .white-post,body.night .white-post-ads,body.night .shang-box, body.night .white-title, body.night .white-con-tags a {
	background: #323335;
	box-shadow: 18px 18px 30px rgba(0, 0, 0, 0.53),
    -18px -18px 30px rgba(50, 50, 50, 0.9);
}
body.night .white:hover, body.night .white-box:hover, body.night .white-links>div:hover, body.night .white-post:hover,body.night .white-post-ads:hover,body.night .shang-box:hover, body.night .white-title:hover,body.night .search-box-form input, body.night .white-con-tags a:hover {
	background: #323335;
	color: #999;
	box-shadow:inset 2px 2px 5px #000000,inset -3px -3px 7px #4c4c4c;
}
body.night .white-comm .msgname img,body.night .divComments li img {
	box-shadow: 18px 18px 30px rgba(0, 0, 0, 0.53),
    -18px -18px 30px rgba(50, 50, 50, 0.9);
}
body.night .white-comment-info li input,body.night .white-txa textarea {
	border:0;
	box-shadow:inset 2px 2px 5px #000000,inset -3px -3px 7px #4c4c4c;
}
/* body.night .search-box-btn */
body.night .search-box-content {
	background: #323335;
}
body.night .search-box-content {
	background: #323335;
}
body.night .whitet-submit .whitet-submit-btn,body.night .whitet-submit .quxiaoannniu,body.night .commentname .revertcomment,body.night .divTags li a,.divwhiterandtag li a,body.night .navbar-btn-newadd,body.night .nav>ul>li,body.night .search-box-btn,body.night .jian-rigtool-btn a,body.night .white-banner-one img,body.night .tuijian-btn,body.night .joe_post__pagination-item a,body.night .white-links a {
	border:0;
	color: #666464;
	background-color: rgb(37 40 44);
	box-shadow: 18px 18px 30px rgba(0, 0, 0, 0.53),
    -18px -18px 30px rgba(50, 50, 50, 0.9);
}
body.night .whitet-submit .whitet-submit-btn:hover,body.night .whitet-submit .quxiaoannniu:hover,body.night .commentname .revertcomment:hover,body.night .divTags li a:hover,.divwhiterandtag li a:hover,body.night .navbar-btn-newadd:hover,body.night .nav>ul>li:hover,body.night .nav ul .active,body.night .search-box-btn:hover,body.night .jian-rigtool-btn a:hover,body.night .white-banner-one img:hover,body.night .tuijian-btn:hover,body.night .joe_post__pagination-item a:hover,body.night .white-links a:hover,body.night .white-links:hover .white-link:hover {
	box-shadow:inset 2px 2px 5px #000000,inset -3px -3px 7px #4c4c4c;
}
body.night .white-tool-ico,body.night .social-share .social-share-icon,body.night .logo img{
	background-color: rgb(37 40 44);
	box-shadow:18px 18px 30px rgb(0 0 0 / 53%), -18px -18px 30px rgb(50 50 50 / 90%)
}
body.night .pagination ul>li>a,.pagination ul>li>span,body.night .white-bar-auth img {
	border:0;
	color: #666464;
	background-color: rgb(37 40 44);
	box-shadow: 18px 18px 30px rgba(0, 0, 0, 0.53),
    -18px -18px 30px rgba(50, 50, 50, 0.9);
}
body.night .pagination ul>li>a:hover,.pagination ul>li>span:hover {
	border:0;
	color: #666464;
	background-color: rgb(37 40 44);
	box-shadow:inset 2px 2px 5px #000000,inset -3px -3px 7px #4c4c4c;
}
body.night .pagination ul>.active>a,.pagination ul>.active>span {
	border:0;
	color: #666464;
	background-color: rgb(37 40 44);
	box-shadow:inset 2px 2px 5px #000000,inset -3px -3px 7px #4c4c4c;
}
body.night .white-post-meta .post-meta a {
	box-shadow:inset 2px 2px 5px #000000,inset -3px -3px 7px #4c4c4c;
}
body.night #header,body.night .nav ul li ul,body.night .navbar-user ul {
	background-color: #222
}
body.night .nav>ul>li>ul>li {
	border-bottom: none
}
body.night .commentname .revertcomment {
	background: #484848;
	border: 1px solid #484848
}
body.night .white-comm .msgarticle ul {
	border-top: 1px solid #484848
}
body.night .white-left-intro {
	color: #b4b6bb
}
body.night #catelogul li::before,body.night #catelogul::after,body.night #catelogul::before {
	background: #323335
}
body.night .white-con-next li:nth-child(1) {
	border-right: 1px #484848 solid
}
body.night .white-con-wz blockquote,body.night .white-con-wz h3,body.night .white-con-wz table tr,body.night .pay_item {
	background: #292a2d
}
body.night .white-con-wz blockquote {
	border: 1px dotted #484848
}
body.night .pay_item.checked,body.night .pay_item:hover {
	color: #fff;
	background: #f1404b
}
body.night .white-page a,body.night .now-page,body.night .pagebar a {
	background-color: #323335
}
body.night .tuijian-btn {
	/* border: 1px solid #484848 */
}
body.night .white-comment-info li input,body.night .white-txa textarea {
	background: rgb(50 51 53);
	color: #bbb
}
body.night .divPrevious li,body.night .white h3 {
	border-bottom: 1px solid #484848
}
body.night .nav ul li a,body.night a {
	color: #888888
}
body.night .white-entry-bar.fixed .white-bar-inner {
	border-top: 1px solid #484848
}
body.night .white-bar-inner {
	background: rgb(50 51 53);
	border-top: 1px solid rgb(50 51 53)
}
body.night .navbar-item.down:after {
	border-color: #e5eef7 transparent transparent transparent
}
body.night .divComments li {
	border-bottom: 1px #423939 solid!important;
}
body.night .white-sm {
	box-shadow:inset 2px 2px 5px #000000,inset -3px -3px 7px #4e4e4e;
}
[data-balloon] {
	position: relative
}[data-balloon]:before {
	filter: alpha(opactiy=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.18s ease-out;
	-moz-transition: all 0.18s ease-out;
	-ms-transition: all 0.18s ease-out;
	-o-transition: all 0.18s ease-out;
	transition: all 0.18s ease-out;
	background: rgba(17,17,17,0.9);
	border-radius: 4px;
	color: #fff;
	content: attr(data-balloon);
	font-size: 12px;
	padding: .5em 1em;
	position: absolute;
	white-space: nowrap;
	z-index: 10;
	font-family: miranafont,"Hiragino Sans GB","Microsoft YaHei",SimSun,sans-serif;
}[data-balloon]:after {
	background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17,17,17,0.9)" transform="rotate(0)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
	background-size: 100% auto;
	width: 18px;
	height: 6px;
	filter: alpha(opactiy=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.18s ease-out;
	-moz-transition: all 0.18s ease-out;
	-ms-transition: all 0.18s ease-out;
	-o-transition: all 0.18s ease-out;
	transition: all 0.18s ease-out;
	content: '';
	position: absolute;
	z-index: 10
}[data-balloon]:hover:before,[data-balloon]:hover:after {
	filter: alpha(opactiy=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	pointer-events: auto
}[data-balloon][data-balloon-break]:before {
	white-space: normal
}[data-balloon][data-balloon-pos="up"]:before {
	bottom: 100%;
	left: 50%;
	margin-bottom: 11px;
	-webkit-transform: translate3d(-50%, 10px, 0);
	-moz-transform: translate3d(-50%, 10px, 0);
	-ms-transform: translate3d(-50%, 10px, 0);
	transform: translate3d(-50%, 10px, 0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top
}[data-balloon][data-balloon-pos="up"]:after {
	bottom: 100%;
	left: 50%;
	margin-bottom: 5px;
	-webkit-transform: translate3d(-50%, 10px, 0);
	-moz-transform: translate3d(-50%, 10px, 0);
	-ms-transform: translate3d(-50%, 10px, 0);
	transform: translate3d(-50%, 10px, 0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top
}[data-balloon][data-balloon-pos="up"]:hover:before {
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0)
}[data-balloon][data-balloon-pos="up"]:hover:after {
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0)
}[data-balloon][data-balloon-pos='down']:before {
	left: 50%;
	margin-top: 11px;
	top: 100%;
	-webkit-transform: translate3d(-50%, -10px, 0);
	-moz-transform: translate3d(-50%, -10px, 0);
	-ms-transform: translate3d(-50%, -10px, 0);
	transform: translate3d(-50%, -10px, 0)
}[data-balloon][data-balloon-pos='down']:after {
	background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17,17,17,0.9)" transform="rotate(180 18 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
	background-size: 100% auto;
	width: 18px;
	height: 6px;
	left: 50%;
	margin-top: 5px;
	top: 100%;
	-webkit-transform: translate3d(-50%, -10px, 0);
	-moz-transform: translate3d(-50%, -10px, 0);
	-ms-transform: translate3d(-50%, -10px, 0);
	transform: translate3d(-50%, -10px, 0)
}[data-balloon][data-balloon-pos='down']:hover:before {
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0)
}[data-balloon][data-balloon-pos='down']:hover:after {
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0)
}[data-balloon][data-balloon-pos='left']:before {
	margin-right: 11px;
	right: 100%;
	top: 50%;
	-webkit-transform: translate3d(10px, -50%, 0);
	-moz-transform: translate3d(10px, -50%, 0);
	-ms-transform: translate3d(10px, -50%, 0);
	transform: translate3d(10px, -50%, 0)
}[data-balloon][data-balloon-pos='left']:after {
	background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17,17,17,0.9)" transform="rotate(-90 18 18)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
	background-size: 100% auto;
	width: 6px;
	height: 18px;
	margin-right: 5px;
	right: 100%;
	top: 50%;
	-webkit-transform: translate3d(10px, -50%, 0);
	-moz-transform: translate3d(10px, -50%, 0);
	-ms-transform: translate3d(10px, -50%, 0);
	transform: translate3d(10px, -50%, 0)
}[data-balloon][data-balloon-pos='left']:hover:before {
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}[data-balloon][data-balloon-pos='left']:hover:after {
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}[data-balloon][data-balloon-pos='right']:before {
	left: 100%;
	margin-left: 11px;
	top: 50%;
	-webkit-transform: translate3d(-10px, -50%, 0);
	-moz-transform: translate3d(-10px, -50%, 0);
	-ms-transform: translate3d(-10px, -50%, 0);
	transform: translate3d(-10px, -50%, 0)
}[data-balloon][data-balloon-pos='right']:after {
	background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17,17,17,0.9)" transform="rotate(90 6 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
	background-size: 100% auto;
	width: 6px;
	height: 18px;
	left: 100%;
	margin-left: 5px;
	top: 50%;
	-webkit-transform: translate3d(-10px, -50%, 0);
	-moz-transform: translate3d(-10px, -50%, 0);
	-ms-transform: translate3d(-10px, -50%, 0);
	transform: translate3d(-10px, -50%, 0)
}[data-balloon][data-balloon-pos='right']:hover:before {
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}[data-balloon][data-balloon-pos='right']:hover:after {
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}[data-balloon][data-balloon-length='small']:before {
	white-space: normal;
	width: 80px
}[data-balloon][data-balloon-length='medium']:before {
	white-space: normal;
	width: 150px
}[data-balloon][data-balloon-length='large']:before {
	white-space: normal;
	width: 260px
}[data-balloon][data-balloon-length='xlarge']:before {
	white-space: normal;
	width: 380px
}
@media screen and (max-width: 768px) {
[	data-balloon][data-balloon-length='xlarge']:before {
		white-space: normal;
		width: 90vw
	}
}[data-balloon][data-balloon-length='fit']:before {
	white-space: normal;
	width: 100%
}

.joe_post__pagination {
	display: flex;
	justify-content: space-between;
	margin-top: 15px
}
.joe_post__pagination-item {
	margin-bottom: 15px
}
.joe_post__pagination-item a {
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	color: #494952;
	border-radius: 3px;
	background-color: #efeeee;
	box-shadow: 18px 18px 30px rgba(0,0,0,0.1),
    -18px -18px 30px rgba(255,255,255,1);
	font-size: 12px;
}
.joe_post__pagination-item a:hover {
	-webkit-animation: pulse 1s;
	animation: pulse 1s;
	box-shadow: 0 0 0 rgba(0,0,0,0.1),
    0 0 0 rgba(255,255,255,1),
     inset 18px 18px 30px rgba(0,0,0,0.1),
     inset -18px -18px 30px rgba(255,255,255,1);
}
.joe_post__pagination-item.next {
	margin-left: auto
}





.account {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 12px;
}
.account img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right:7px;
}
.account .name {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    color: #000;
}
.account .name p {
    font-size: 18px;
}
.account .name span {
    font-size: 12px;
}