/* 基本css */
body {
	font-family: "Microsoft Yahei";
	-webkit-font-smoothing: antialiased;
	background: #F7F7F7;
	margin: 0 auto;
	font-size: 15px;
	color: #404040;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: middle;
}

button {
	cursor: pointer;
}

select:disabled {
	background: #f1f1f1;
	cursor: not-allowed
}

.cl {
	zoom: 1;
}

a,
a:hover {
	text-decoration: none;
	color: #f66;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 17px;
	margin-right: 5px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.top-icon {
	font-size: 18px;
	color: #fff;
	padding-left: 3px;
}

.main {
	width: 100%;
}

@-webkit-keyframes searchLights {
	0% {
		left: -100px;
		top: 0;
	}

	to {
		left: 120px;
		top: 100px;
	}
}

@-o-keyframes searchLights {
	0% {
		left: -100px;
		top: 0;
	}

	to {
		left: 120px;
		top: 100px;
	}
}

@-moz-keyframes searchLights {
	0% {
		left: -100px;
		top: 0;
	}

	to {
		left: 120px;
		top: 100px;
	}
}

@keyframes searchLights {
	0% {
		left: -100px;
		top: 0;
	}

	to {
		left: 120px;
		top: 100px;
	}
}

.header_bg {
	height: 60px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.login_text .xiala {
	font-size: 12px;
	margin-left: 5px;
	margin-right: 0;
}

.header_inner {
	max-width: 1180px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.logo img {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	height: 50px;
	width: auto;
}

.logo .logo-pc {
	display: inline-block;
}

.logo .logo-moible {
	display: none;
}

.logo a:before {
	content: "";
	position: absolute;
	left: -665px;
	top: -460px;
	width: 220px;
	height: 15px;
	background-color: rgba(255, 255, 255, .5);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: searchLights 1s ease-in 1s infinite;
	-o-animation: searchLights 1s ease-in 1s infinite;
	animation: searchLights 1s ease-in 1s infinite;
	opacity: 0
}

.header_menu {
	float: left;
	height: 68px;
	line-height: 100px;
	font-size: 16px;
	color: #666;
	margin-top: 0;
	margin-left: 10px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.header_inner ul {
	list-style: none;
}

.header_menu ul li {
	float: left;
	height: 69px;
	line-height: 69px;
	position: relative;
	text-align: center;
}

.header_menu ul li.current {
	border-bottom: 3px solid #ff5c5c;
}

.header_menu ul li i:first-child {
	color: #f66;
}

.header_menu ul li:hover i:first-child {
	color: #f66;
}

.header_menu ul li i.fa-color-none {
	color: unset;
	color: inherit;
}

.header_menu ul li a:hover,
.header_menu ul li.current-menu-ancestor>a,
.header_menu ul li.current-menu-item>a,
.header_menu ul li.current-post-ancestor>a,
.header_menu ul li.current-post-parent>a {
	color: #ff5c5c;
	opacity: 0.8;
}

.header_menu ul li a {
	color: rgb(13, 13, 13);
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.header_menu>ul>li>ul {
	position: absolute;
	background: #fff;
	width: 150px;
	z-index: 99;
	margin-top: -1px;
	top: 90px;
	left: 50%;
	margin-left: -75px;
	display: none;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.61);
	border-top: solid 2px #f66;
}

.header_menu>ul>li>ul:after {
	font-family: FontAwesome;
	content: "\f0d8";
	display: inline-block;
	color: #f66;
	float: none;
	position: absolute;
	top: -10px;
	left: 50%;
	height: 10px;
	font-size: 24px;
	line-height: 10px;
	margin-left: -5px;
}

.header_menu ul li ul li {
	width: 151px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	position: relative;
	text-align: center;
}

.header_menu ul li ul li a {
	display: block;
	padding-left: 15px;
	color: #333;
}

.header_menu ul li ul li ul {
	position: absolute;
	background: #fff;
	width: 151px;
	display: none;
	left: 151px;
	margin-left: 0;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.61);
	top: 10px;
}

.header_menu ul li:hover>ul {
	display: block;
}

.header_menu>ul>li.toke>a:after {
	font-family: FontAwesome;
	content: "\f0d7";
	display: inline-block;
	color: #f66;
	float: none;
	position: relative;
	top: 0;
	left: 4px;
}

.header_menu>ul>li.megamenu>ul:after {
	display: none;
}

.header_menu>ul>li.megamenu>ul:before {
	content: " ";
	display: inline-block;
	position: absolute;
	top: -2px;
	left: -3px;
	background: #fff;
	width: 100%;
	height: 28px;
	padding: 0 3px;
	box-sizing: content-box;
}

/* 样式3 */
.nav_headertop {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	transition: top .5s;
	z-index: 99;
	opacity: 0.98;
}

.hiddened {
	top: -90px;
}

.home-filter {
	width: 100%;
	max-width: 1180px;
	margin: 20px auto 0;
	padding-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.h-screen-wrap {
	position: relative;
	float: left;
	max-width: 1200px;
	width: 100%;
	overflow: hidden;
}

.h-screen {
	margin: 0;
	list-style: none;
	white-space: nowrap;
	height: 50px;
	overflow: hidden;
}

.h-screen li {
	position: relative;
	float: left;
	display: block;
	width: calc(100% / 7);
}

.h-screen li a {
	display: block;
	height: 40px;
	padding: 0 18px;
	font-size: 14px;
	background-color: rgba(237, 237, 237);
	border-radius: 3px;
	color: rgb(13, 13, 13);
	line-height: 40px;
	text-align: center;
	margin: 2px 20px;
	/* box-shadow: 1px 1px 2px rgb(0 0 0 / 28%); */
}

.h-screen li a:hover {
	color: #f66;
	background-color: rgba(228, 228, 228);
}

.h-screen li a:first-child {
	margin-left: 2px;
}

.h-screen li a .num {
	position: relative;
	display: inline-block;
	height: 18px;
	line-height: 18px;
	margin-left: 10px;
	padding: 0 3px;
	background-color: #3498db;
	font-size: 12px;
	color: #fff;
}

.h-screen li a .num:after,
.h-screen li a .num:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-style: solid;
}

.h-screen li a .num:before {
	top: 0;
	left: -6px;
	border-color: transparent #3498db transparent transparent;
	border-width: 9px 6px 9px 0;
}

.h-screen li a .num:after {
	top: 0;
	right: -6px;
	border-color: transparent transparent transparent #3498db;
	border-width: 9px 0 9px 6px;
}

.h-screen li.current-menu-item a {
	border: 1px solid #FE6E66;
	font-weight: 500;
	color: #fff;
	background-color: #fe6e66;
	box-shadow: 1px 1px 5px rgba(251, 0, 0, 0.24);
}

.h-screen li.current-menu-item a:before {
	color: #fff;
}

.h-screen li.current-menu-item a:hover {
	background-color: #fe6e66;
	color: #fff;
}

.h-screen-wrap .arrow-left,
.h-screen-wrap .arrow-right {
	color: #f66;
	font-size: 34px;
	position: absolute;
	z-index: 99;
	top: -5px;
}

.h-screen-wrap .arrow-left {
	left: 0;
	display: none;
}

.h-screen-wrap .arrow-right {
	right: 5px;
}

.h-screen-wrap .arrow-left:hover,
.h-screen-wrap .arrow-right:hover {
	color: #f66;
}

.login_text {
	float: right;
	/* padding-top:18px; */
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.rlogin {
	padding: 0 10px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	float: right;
}

.reg_hre_btn {
	display: block;
	max-width: 128px;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #ff5c5c;
	border-radius: 4px;
}

.reg_hre_btn:hover {
	background: #f87171;
}

.login_hre_btn {
	color: #666;
	background: #f6f6f6;
}

.reg_hre_btn:hover {
	color: #fff;
}

.search_bar_input {
	width: 120px;
	float: right;
	height: 40px;
	padding-left: 8px;
	border: none;
	background: 0 0;
	outline: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.search_bar_input:focus {
	width: 160px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.update_area {
	width: 100%;
	background: #f8f9fa;
	overflow: hidden;
	position: relative;
	margin-top: 60px;
}

.update_area_content {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

a.pre-cat {
	position: absolute;
	left: 0;
	top: 30%;
	width: 50px;
	background-color: #F0F0F0;
	line-height: 150px;
	text-align: center;
	font-size: 2.5em;
	border-radius: 0 20% 20% 0;
}

a.next-cat {
	position: absolute;
	right: 0;
	top: 30%;
	width: 50px;
	background-color: #F0F0F0;
	line-height: 150px;
	text-align: center;
	font-size: 2.5em;
	border-radius: 20% 0 0 20%;
}

.pages,
.screen-reader-text {
	display: none;
}

.slide-mask {
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	display: none;
}

.slide-wrapper {
	position: fixed;
	display: none\9;
	z-index: 100;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	max-width: 250px;
	background-color: #fff;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	overflow: auto;
}

.slide-wrapper::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.slide-wrapper.moved {
	-webkit-transform: translate3d(0, 0, 0);
	display: block\9;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* 样式二幻灯片 */
.wrappter {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	overflow: hidden;
	max-height: 377px;
	/* margin-top:90px; */
}

.wrappter .wrp_right li {
	padding: 6px 0;
	position: relative;
	overflow: hidden;
}

.wrappter .wrp_right li div {
	position: absolute;
	bottom: 6px;
	width: 285px;
	padding: 10px;
	border-radius: 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.01) 5%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.01) 5%, rgba(0, 0, 0, 0.5) 100%);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 5%, rgba(0, 0, 0, 0.6) 100%);
	color: #eee;
}

.wrappter .wrp_right li:hover div {
	background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.01) 5%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.01) 5%, rgba(0, 0, 0, 0.5) 100%);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 5%, rgba(0, 0, 0, 0.5) 100%);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.wrappter .wrp_right li div span {
	padding: 3px 7px;
	background: #f00;
	color: #fff;
	border-radius: 4px;
	display: none;
}

.wrappter .wrp_right li div p {
	margin-top: 10px;
	text-shadow: 1px 1px 2px #000;
}

.wrappter img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	vertical-align: middle;
}

.wrappter li {
	float: left;
	width: 100%;
	list-style-type: none;
}

/* 面包屑导航 */
.header-mbx-nav {
	max-width: 1200px;
	width: 100%;
	font-size: 14px;
	margin: 0 auto;
	padding: 35px 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.header-mbx-nav i {
	font-size: .9em;
	margin-right: 4px;
}

.header-mbx-nav a {
	color: #666;
}

.header-mbx-nav .mbx-nav-right {
	float: right;
	color: #f5b7b7;
	font-weight: bold;
}

/* 首页推荐 */
.fl {
	max-width: 1180px;
	width: 100%;
	/* min-height:70px; */
	background: #fff;
	margin: 90px auto 20px;
	/* border:1px solid #ebebeb; */
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	border-radius: 4px;
	transition: all .4s;
	box-shadow: 0 2px 5px 0 rgb(136 153 165 / 35%);
}

.fl:hover {
	-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.fl .filter-tag {
	height: auto;
	overflow: hidden;
	font-size: 14px;
}

.fl .fl_list {
	position: relative;
	float: left;
	width: 100%;
	color: #777;
	padding: 15px;
	overflow: hidden;
}

.fl .fl_list span {
	display: flex;
}

.fl .fl_list span p {
	padding: 0 5px;
	color: #f66;
}

.fl #filter-wrap-category .fl_list {
	padding-left: 50px;
	border-bottom: dashed 1px #dedede;
	padding-bottom: 10px;
}

.fl_link {
	color: #777;
	display: inline-block;
	text-decoration: none;
	padding: 0 12px;
}

.fl #filter-wrap-category .filter-tag .fl_list:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.fl #filter-wrap-category .fl_list>span {
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #666;
	width: 50px;
	text-align: right;
}

.cat-linked,
.tag-linked,
.orderby-linked,
.linked {
	color: #f66;
	font-weight: 700;
}

.filter-box-hide {
	position: absolute;
	bottom: 5px;
	right: 0;
	height: 30px;
	line-height: 30px;
	color: #f57979;
	font-weight: bold;
	background: #fff;
	cursor: pointer;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.22) 2%, #ffffff 8%);
	width: 20%;
	min-width: 150px;
	padding-left: 40px;
}

.filter-box-show {
	display: inline-block;
	padding: 0 20px;
	color: #f66;
	font-weight: bold;
	cursor: pointer;
}

.main {
	max-width: 1210px;
	background: #f8f9fa;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 40px;
	margin-top: 90px;
}

hr {
	margin-top: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

.main_inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.main_left {
	width: 774px;
	float: left;
	background: #fff;
	min-height: 400px;
	height: auto;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgb(135 152 164 / 50%);
}

.main_right {
	float: right;
	width: 398px;
}

.single-cat,
.single-cat a,
.single-cat span {
	color: #999;
	font-size: 13px;
	margin-top: 10px;
}

.content {
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
}

.content_left {
	width: 100%;
	float: left;
	padding: 10px 27px 20px 27px;
	position: relative;
	font-size: 15px;
	line-height: 1.9;
	color: #333;
}

.content_left p {
	margin: 5px 0;
	font-size: 15px;
	color: #333;
	line-height: 1.9;
}

.content_left ol {
	background-color: #F9F9F9;
	padding: 20px 20px 20px 40px;
	font-size: 16px;
	line-height: 30px;
	margin: 15px auto;
	border-radius: 0;
	border: 1px solid #f7f7f7;
	color: #F58A8A;
}

.content_left blockquote {
	background-color: antiquewhite;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	line-height: 30px;
	margin: 15px auto;
	border-radius: 0px;
	border: 1px solid #fff;
	border-left: 0px solid #248EFA
}

.content_left blockquote p {
	color: #444;
}

.content_left img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
	display: block;
}

.content_left iframe {
	margin: 0 auto;
	max-width: 100%;
	display: block;
}

.tag_list {
	float: left;
	border: 1px solid #ddd;
	color: #999;
	padding: 2px 8px 2px 8px;
	margin-left: 4px;
	margin-right: 4px;
}

.tag_list2 {
	float: left;
	border: 1px solid #ddd;
	color: #999;
	padding: 2px 8px 2px 8px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
}

.widget {
	margin-bottom: 20px;
}

.widget ul {
	list-style: none;
}

.widget:hover h3 span {
	padding-right: 20px;
	transition: all .6s;
}

.form-control {
	/* box-shadow:inset 0 1px 1px rgba(0,0,0,0.075); */
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
	outline: 0;
}

/* 特别推荐 S */
.widget_textasst a {
	display: block;
	padding: 0 15px 15px;
	border: 1px solid #eee;
	background-color: #fff;
	font-size: 12px;
	border-radius: 2px
}

.widget_textasst a h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0
}

.widget_textasst a p {
	color: #999;
	margin-bottom: 0
}

.widget_textasst a strong {
	margin: -1px 0 0 0;
	display: inline-block;
	padding: 4px 10px;
	color: #fff;
	font-size: 14px;
	font-weight: normal
}

.widget_textasst a.style01 {
	color: #45B6F7
}

.widget_textasst a.style01:hover {
	border-color: #45B6F7
}

.widget_textasst a.style01 strong {
	background-color: #45B6F7
}

.widget_textasst a.style02 {
	color: #FF5E52
}

.widget_textasst a.style02:hover {
	border-color: #FF5E52
}

.widget_textasst-4 a.style02 strong {
	background-color: #FF5E52
}

.style02 strong {
	background: red;
}

.widget_textasst a.style03 {
	color: #5CB85C
}

.widget_textasst a.style03:hover {
	border-color: #5CB85C
}

.widget_textasst a.style03 strong {
	background-color: #5CB85C
}

.widget_textasst a.style04 {
	color: #C35BFF
}

.widget_textasst a.style04:hover {
	border-color: #C35BFF
}

.main_right .widget_textasst-4 a.style04 strong {
	background-color: #C35BFF;
	width: 100px;
}

/* 特别推荐 E */
.fixed {
	width: 280px;
	position: fixed;
	top: 10px;
}

.fot {
	bottom: 20px;
	width: 100%;
	font-size: 13px;
	color: #555;
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid rgb(229 231 235);
}

.fot .footer_copy {
	font-size: 12px;
}

.fot p {
	line-height: 35px;
	padding-bottom: 10px;
}

.footer_menus a {
	color: #555;
	position: relative;
	padding: 0 15px;
}

.footer_menus a:after {
	position: absolute;
	right: 0;
	top: -7px;
	content: "|";
	font-size: 1em;
	color: #B5B2B2;
}

.footer_menus a:last-child:after {
	position: initial;
	display: none;
}

.cbbfixed {
	position: fixed;
	right: 10px;
	transition: bottom ease .3s;
	bottom: -85px;
	z-index: 3;
	cursor: pointer;
}

.cbbfixed .cbbtn {
	width: 50px;
	height: 45px;
	line-height: 36px;
	font-size: 2em;
	text-align: center;
	display: block;
	color: #E0E0E0;
	background-color: #FF5C5C;
	border-radius: 4px;
}

.cbbfixed .gotop {
	transition: background-color ease .3s;
	margin-top: 1px;
}

.cbbfixed .gotop:hover {
	background-color: #2c2d2e;
}

.btn {
	text-indent: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.link_tit {
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	border-bottom: 1px solid #888888;
	height: 12px;
	width: 100%;
	max-width: 200px;
	margin: 10px auto;
}

.link_tit span {
	background-color: #FFFFFF;
	padding: 0 10px;
}

ul.links li {
	width: auto;
	padding: 5px 8px;
}

ul.links li a {
	color: #7D7D7D;
}

.content_left video,
.content_left iframe {
	margin: 5px auto;
	width: 100%;
	height: auto;
}

/** 分类样式2UI */
.cat_demo2_UI {
	height: 160px;
	padding: 48px 20px 0;
	position: relative;
	color: #fff;
	margin-top: 68px;
	margin-bottom: 20px;
	background-color: #384047;
}

.cat_demo2_bgimg {
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.demo2-large {
	max-width: 1180px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: visible;
	line-height: 25px;
}

.demo2-large h1 {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-weight: 400;
	position: relative;
	font-size: 24px;
	line-height: 1;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
}

.demo2-large p {
	text-align: center;
	color: #c5c5c5;
}

.cat_mode_demo2 {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #607D8B;
	padding: 10px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.88);
	opacity: 0.9;
}

/** 导航字体图标 **/
.fax a:before {
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 5px;
}

/* 头部登录后导航样式 */
.header_inner {
	overflow: visible;
}

.login_text {
	position: relative;
	display: flex;
	height: 69px;
	margin-left: 15px;
	align-items: center;
}

/* 菜单栏下拉菜单 */
.nav_user {
	position: absolute;
	display: none;
	width: 94px;
	padding-top: 11px;
	right: -2px;
	z-index: 999;
	filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.16));
}

.user-drop-box {
	position: absolute;
	right: 0;
	width: 220px;
	background: #fff;
	border-bottom: 5px solid #ff5c5c;
}

.header-usermenu-list-vip {
	display: flex;
	align-items: center;
	color: orange;
}

.header-usermenu-list-vip p.vip-img {
	margin-left: 10px;
	cursor: default;
	width: 65px;
	height: 22px;
	display: inline-block;
	background-size: cover;
	transition: .3s;
}

.header-usermenu-list-vip .vip-type-cj {
	background: url(https://cdn.talkae.com/image/vip/vip-mark-img-1.png) no-repeat center;
}

.header-usermenu-list-vip .vip-type-hj {
	background: url(https://cdn.talkae.com/image/vip/vip-mark-img-1.png) no-repeat center;
}

.header-usermenu-list-vip .vip-type-bj {
	background: url(https://cdn.talkae.com/image/vip/vip-mark-img-1.png) no-repeat center;
}

.header-usermenu-list-vip .vip-type-zs {
	background: url(https://cdn.talkae.com/image/vip/vip-mark-img-1.png) no-repeat center;
}

.header-usermenu-list-vip .cur-vip {
	color: #ff5c5c;
}

.user-id-wrap {
	height: 80px;
	padding-top: 20px;
	padding-left: 20px;
	cursor: default;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #FF4E54;
}

.user-id-wrap .avatar-wrap {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 45px;
}

.user-id-wrap .avatar-wrap>img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.user-id-wrap .opearation-info {
	display: inline-block;
	margin-left: 15px;
	max-width: 130px;
	text-align: left;
}

/* 查过宽度显示省略号 */
.user-id-wrap .opearation-info>p {
	height: 16px;
	line-height: 16px;
	margin-bottom: 12px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	white-space: nowrap;
	word-wrap: break-word;
	text-overflow: ellipsis;
	overflow: hidden;
}

.user-id-wrap .opearation-info>p:last-child {
	height: 14px;
	line-height: 14px;
	font-size: 14px;
}

.header_vip_div {
	height: 70px;
	position: relative;
	padding-left: 65px;
	padding-top: 8px;
	border-bottom: solid 1px #cacaca;
}

.header_vip_div i {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 15px;
	left: 10px;
}

.header_vip_div i img {
	width: 40px;
	height: 40px;
}

.header_vip_div p {
	line-height: 25px;
	color: #838282;
}

.header_vip_div p a {
	padding: 4px 15px;
	border-radius: 20px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	background: linear-gradient(to right, #FF9800, #ff6969);
}

.header_user_tab {
	height: 50px;
	line-height: 50px;
	border-top: solid 1px #d0d0d0;
	letter-spacing: 2px;
}

.header_user_tab a {
	width: 100%;
	padding-left: 33px;
	font-size: 15px;
	color: #666;
	cursor: default;
}

.header_user_tab a:hover {
	color: #f66;
}

.header_user_tab a:nth-child(2) {
	border-left: solid 1px #d0d0d0;
	border-right: solid 1px #d0d0d0;
}

.header_usermenu {
	line-height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	letter-spacing: 2px;
}

.header_usermenu>li>a {
	padding-left: 30px;
	color: #666262;
	display: block;
	cursor: default;
}

.header_usermenu>li>a>i {
	font-size: 1.2em;
}

.header_usermenu>li>a:hover {
	color: #f66;
}

.h-screen .current a {
	border: none;
	font-weight: 500;
	background-color: #fe6e66;
	background: linear-gradient(90deg, #f3698f 10%, #f94a72 90%);
	color: #fff;
	box-shadow: 1px 1px 5px rgba(251, 0, 0, 0.24);
}

.h-screen .current a:hover {
	color: #fff;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.current a:before {
	color: #fff;
}

.loading_ajax {
	width: 100%;
	height: 0;
	text-align: center;
	margin: 0 auto;
	color: #fe6e66;
	overflow: hidden;
}

.loading_ajax .ajax_div_span {
	width: 50px;
	height: 10px;
	text-align: center;
	margin: 0 auto;
	color: #238a0b;
	overflow: hidden;
}

._ajax_paged {
	text-align: center;
	position: relative;
}

._ajax_paged span#_ajax_spanallpost {
	background: #fb6d6d;
	background: linear-gradient(90deg, #ff2f4d 10%, #f94a4c 90%);
	padding: 12px 30px;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	margin: 20px 0 50px 0;
	border-radius: 50px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

._ajax_paged span#_ajax_spanallpost:hover {
	padding: 12px 40px;
}

._ajax_paged span#_ajax_postpage_loading {
	margin-top: -10px;
	display: none;
	margin-bottom: 20px;
}

._ajax_paged .ajax-end {
	margin-bottom: 20px;
	color: #a19f9f;
}

/*垂直居中*/
.verticalAlign {
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	margin-left: -1px;
}

.xcConfirm .xc_layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666666;
	opacity: 0.5;
	z-index: 2147000000;
}

.xcConfirm .popBox {
	position: fixed;
	left: 50%;
	top: 30%;
	background-color: #fff;
	z-index: 2147000001;
	width: 100%;
	max-width: 500px;
	margin-left: -250px;
	margin-top: -150px;
	border-radius: 5px;
	font-weight: 700;
	color: #535e66;
}

.xcConfirm .popBox .ttBox {
	height: 30px;
	line-height: 30px;
	padding: 10px 30px;
	border-bottom: solid 1px #eef0f1;
	box-sizing: content-box;
}

.xcConfirm .popBox .ttBox .tt {
	font-size: 18px;
	display: block;
	float: left;
	height: 30px;
	position: relative;
}

.xcConfirm .popBox .ttBox .clsBtn {
	display: block;
	cursor: pointer;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 22px;
	right: 30px;
	background: url(../images/icons.png) -48px -96px no-repeat;
}

.xcConfirm .popBox .txtBox {
	margin: 35px auto;
	width: 100%;
	max-width: 370px;
	overflow: hidden;
}

.xcConfirm .popBox .txtBox .bigIcon {
	float: left;
	margin-right: 20px;
	width: 48px;
	height: 48px;
	background-image: url(../images/icons.png);
	background-repeat: no-repeat;
	background-position: 48px 0;
}

.xcConfirm .popBox .txtBox p {
	font-size: 16px;
	line-height: 26px;
	overflow-x: hidden;
	overflow-y: auto;
}

.xcConfirm .popBox .txtBox p input {
	max-width: 300px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: none;
	font-size: 14px;
	margin-top: 16px;
	padding: 0 10px;
	outline: none;
	border-bottom: solid 1px #666;
}

.xcConfirm .popBox .btnArea {
	border-top: solid 1px #eef0f1;
}

.xcConfirm .popBox .btnGroup {
	float: right;
	margin-bottom: 15px;
}

.xcConfirm .popBox .btnGroup .sgBtn {
	margin-top: 14px;
	margin-right: 10px;
}

.xcConfirm .popBox .sgBtn {
	display: block;
	cursor: pointer;
	float: left;
	width: 95px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #FFF;
	border-radius: 5px;
}

.xcConfirm .popBox .sgBtn.ok {
	background-color: #0095d9;
	color: #FFF;
}

.xcConfirm .popBox .sgBtn.cancel {
	background-color: #546a79;
	color: #FFF;
}

a.rlogin.reg_hre_btn>i>img {
	width: 20px;
	height: auto;
	margin-right: 3px;
}

.item_images_info {
	padding: 0 50px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #aaa;
	font-size: 13px;
}

.item_title {
	height: auto;
	padding: 20px 30px;
}

.item_images_info.item_blog_info {
	display: flex;
	text-align: left;
	padding: 0 30px;
	border-bottom: solid 1px #f0f0f0;
	padding-bottom: 5px;
	height: 35px
}

.item_images_info a {
	color: #999;
}

.main_inner .image-info-cat {
	max-width: 250px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.main_inner .image-info-cat::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 10px;
	margin: -5px 8px 0 10px;
}

.item_blog_info .post_views {
	margin-right: 10px;
}

.item_blog_info .post_edit {
	padding-right: 5px;
}

.post_views p {
	text-align: left;
	padding: 0 30px;
	border-bottom: solid 1px #f0f0f0;
	padding-bottom: 5px;
	height: 35px
}

.item_images_info span i {
	margin-right: 3px;
}

.down_botton {
	position: absolute;
	top: 15px;
	right: 0;
	width: 200px;
	text-align: center;
}

.down_botton a {
	display: inline-block;
	line-height: 30px;
	background: #4CAF50;
	color: #fff;
	padding: 0 20px;
	border-radius: 4px;
	margin-bottom: 8px;
	width: 100%;
	max-width: 130px;
}

/**自适应代码**/
@media (min-width:800px) {
	.mobie {
		display: none;
	}
}

@media (max-width:800px) {
	.logo .logo-pc {
		display: none;
	}

	.main_left {
		width: 100%;
	}

	.index_header {
		max-height: 50px;
		margin-bottom: 10px;
	}

	.wrp_right {
		display: none;
	}

	.wrappter .wrp_left {
		display: none;
	}

	.logo img {
		width: auto;
		height: 40px;
	}

	.login_text {
		margin-left: 0;
		padding-top: 0;
	}

	.login_text>a {
		padding-top: 0;
		line-height: 50px;
		height: 50px;
		display: inline-block;
		padding: 0 10px;
		max-width: 128px;
	}

	.login_text>a>i {
		font-size: 24px;
		color: #666;
		margin-right: 0;
	}

	.cat_demo2_UI {
		margin-top: -10px;
	}

	.header-mbx-nav {
		padding: 15px;
	}

	.item_title,
	.single_mianimage .item_title {
		padding: 15px;
	}

	.item_title h1 {
		font-size: 22px;
	}

	.item_info {
		margin: 0;
		padding-left: 65px;
	}

	.item_info .post-authoravatar {
		left: 10px;
	}

	.item_info .post-metainfo-right {
		display: none;
	}

	.single_mianimage .item_title h1 {
		font-size: 18px;
		padding-top: 5px;
	}

	.single_mianimage .item_images_info span.image-info-author,
	.single_mianimage .item_images_info span.cx-views {
		display: none;
	}

	.item_images_info.item_blog_info {
		padding: 0 10px 5px
	}
}

@media (max-width:500px) {

	.cat_bg .cat_bg_img p,
	.fot p span,
	.home-filter,
	.next-cat,
	.pre-cat {
		display: none;
	}

	.content_left {
		padding: 20px 10px 10px;
	}

	.fl .filter-wrap {
		padding: 20px 10px;
	}

	.fl #filter-wrap-category {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.fl #filter-wrap-category .fl_list a span {
		display: none;
	}

	.fl #filter-wrap-category .fl_list a.orderby-linked span {
		display: inline-block;
	}

	.current,
	.current .screen-reader-text,
	.next,
	.prev {
		display: inline-block;
	}

	.xcConfirm .popBox {
		left: 2%;
		top: 35%;
		width: 96%;
		height: auto;
		margin-left: 0;
	}

	.xcConfirm .popBox .ttBox {
		padding: 10px 20px;
	}

	.xcConfirm .popBox .ttBox .clsBtn {
		right: 20px;
	}

	.xcConfirm .popBox .txtBox {
		margin: 20px 10px;
	}

	.xcConfirm .popBox .txtBox p {
		padding-right: 10px;
	}

	.xcConfirm .popBox .btnGroup {
		margin-right: 10px;
	}
}

@media (max-width:400px) {
	.header_inner {
		position: relative;
	}

	.cat_demo2_UI {
		padding: 48px 20px 0;
	}
}

/* 缩略图css */
/*  * Core Owl Carousel CSS File *v2.0.0 */
/* clearfix */
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: pan-Y;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-stage-outer.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-controls .owl-nav div,
.owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl-video-play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: scale;
	transition-duration: 100ms;
	transition-timing-function: ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-moz-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	transition-property: opacity;
	transition-duration: 400ms;
	transition-timing-function: ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

.owl-loaded {
	display: block;
}

.owl-loading {
	opacity: 0;
	display: block;
}

.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* If mouseDrag:false then you are able to select text */
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: all;
	-moz-user-select: all;
	-ms-user-select: all;
	user-select: all;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel .owl-item img.owl-lazy {
	opacity: 0;
}

.owl-carousel .owl-item img {
	opacity: 1;
	display: block;
	width: 100%;
}

/* to do */
.owl-carousel .owl-stage.backfacefix .owl-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.owl-rtl {
	direction: rtl;
}

.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* animate */
.animated {
	-webkit-animation-duration: 600ms;
	animation-duration: 600ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-animated-in {
	z-index: 0;
}

.owl-animated-out {
	z-index: 1;
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.cx-header-slider {
	position: relative;
}

.cx-header-slider .owl-item.center .item a:after,
.cx-header-slider .owl-item:hover .item a:after {
	opacity: 0;
}

.cx-header-slider .owl-dots {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	visibility: hidden
}

.cx-header-slider .owl-dots .owl-dot {
	border: none;
	background: none;
	outline: none;
}

.cx-header-slider .owl-dots .owl-dot span {
	width: 10px;
	height: 5px;
	margin: 5px;
	background: #737373;
	display: block;
	transition: opacity 200ms ease;
	border-radius: 30px;
}

.cx-header-slider .owl-dots .owl-dot.active span {
	width: 15px;
	background: #fff;
}

.cx-header-slider .owl-nav div {
	background: none;
	border-radius: 0;
	position: absolute;
	top: 50%;
	padding: 0;
	width: 45px;
	height: 65px;
	cursor: pointer;
	line-height: 65px;
	font-size: 70px;
	text-align: center;
	margin: 0;
	margin-top: -35px;
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: none;
	color: #fff;
}

.cx-header-slider:hover .owl-nav div {
	opacity: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.cx-header-slider .owl-nav .owl-next {
	right: 3%;
	visibility: hidden
}

.cx-header-slider .owl-nav .owl-prev {
	left: 3%;
	visibility: hidden
}

@media (max-width:1180px) {
	.cx-slider-three .cx-header-slider .owl-item .item {
		width: 100%;
	}

	.cx-header-slider .owl-item .item {
		width: 100%;
	}

	.cx-slider-three .cx-header-slider .owl-item .item a:after {
		opacity: 0;
	}

	.cx-header-slider .owl-item .item a:after {
		opacity: 0;
	}
}

@media (max-width:780px) {
	.cx-header-slider .owl-nav div {
		display: none;
	}

	.cx-header-slider .owl-dots {
		bottom: 8px;
	}
}

/*new*/
tbody {
	line-height: 28px;
	font-size: 14px;
}

/*侧边栏标签云自带*/
.tagcloud {
	background-color: #fff;
	padding-top: 8px;
}

.tagcloud a {
	color: #555;
}

.tagcloud li {
	background-color: #fff;
	list-style-type: none;
	display: inline-block;
}

.widget_tag_cloud .tagcloud a {
	display: inline-block;
	margin: 3px 10px 3px 0;
}

/* tob特别推荐 */
.widget_widget_textasst a {
	display: block;
	padding: 0 15px 25px;
	background-color: #fff;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgb(135 152 164 / 50%);
}

.widget_widget_textasst a h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0
}

.widget_widget_textasst a p {
	color: #999;
	margin-bottom: 0;
	padding-top: 8px;
}

.widget_widget_textasst a strong {
	margin: -1px 0 0 0;
	display: inline-block;
	padding: 4px 10px;
	color: #fff;
	font-size: 14px;
	font-weight: normal
}

.widget_widget_textasst a.style01 {
	color: #45B6F7
}

.widget_widget_textasst a.style01:hover {
	border-color: #45B6F7
}

.widget_widget_textasst a.style01 strong {
	background-color: #45B6F7
}

.widget_widget_textasst a.style02 {
	color: #FF4E54;
	cursor: default;
}

.widget_widget_textasst a.style02:hover {
	border-color: #FF4E54
}

.widget_widget_textasst-4 a.style02 strong {
	background-color: #FF4E54
}

.style02 strong {
	background: #ff5c5c;
}

.widget_widget_textasst a.style03 {
	color: #5CB85C
}

.widget_widget_textasst a.style03:hover {
	border-color: #5CB85C
}

.widget_widget_textasst a.style03 strong {
	background-color: #5CB85C
}

.widget_widget_textasst a.style04 {
	color: #C35BFF
}

.widget_widget_textasst a.style04:hover {
	border-color: #C35BFF
}

.main_right .widget_widget_textasst-4 a.style04 strong {
	background-color: #C35BFF;
	width: 100px;
}

/* 热门标签 S */
.tagslist {
	overflow: hidden;
	width: 1180px;
	margin: 0 auto;
	margin-bottom: 25px;
}

.tagslist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tagslist li {
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	padding: 15px;
	width: calc(20% - 15px);
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.tagslist li:hover {
	border-color: #999;
}

.tagslist li:hover .name {
	background-color: #384047;
	color: #fff;
}

.tagslist li .name {
	display: inline-block;
	padding: 5px 10px 4px;
	background-color: #dcdcdc;
	color: #666;
	font-size: 12px;
}

.tagslist li .name:hover {
	background-color: #FF6651;
	color: #fff;
}

.tagslist li small {
	margin-left: 10px;
	color: #bbb;
}

.tagslist li p {
	display: block;
	overflow: hidden;
	margin: 10px 0 0;
	height: 36px;
	font-size: 12px;
	line-height: 1.5;
}

.tagslist li p a {
	color: #999;
}

.tagslist li p a:hover {
	color: #555;
}

/* 热门标签 E */
/* 微信绑定失败页 S */
.weixin_failed {
	width: 100%;
	max-width: 1210px;
	background: #f8f9fa;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 40px;
	margin-top: 90px;
}

.weixin_failed_inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.weixin_bind_failed {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	min-height: 400px;
	height: auto;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgb(135 152 164 / 50%);
}

.weixin_bind_failed .item_title {
	height: auto;
	padding: 20px 30px;
	text-align: center;
}

.weixin_bind_back_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	font-weight: 600;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
	transition-duration: 200ms;
	cursor: pointer;
	height: 48px;
	min-width: 360px;
	margin-top: 100px;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	background: #ff5c5c;
}

.weixin_bind_back_button:hover {
	color: rgb(0, 0, 0);
	opacity: 0.8;
}

/* 微信绑定失败页 E */