@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
	box-sizing: border-box;
	word-wrap: break-word
}

body {
	font: 14px PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
	color: #000;
	background: #efefef;
	word-break: break-all;
}

button,
input,
select,
textarea {
	font-family: inherit;
	line-height: inherit
}

ul,
li,
div {
	list-style: none;
}

ul::-webkit-scrollbar,
div::-webkit-scrollbar {
	display: none;
}

a {
	text-decoration: none;
	color: #333
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
}

a:hover {
	color: #206be7;
	text-decoration: none
}

a,
a:hover {
	transition: all .3s ease-out 0s
}

h1 {
	font-size: 28px
}

h2 {
	font-size: 18px
}

h3 {
	font-size: 16px
}

.clearfix:after {
	clear: both
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: ""
}

.container {
	width: 1200px;
	margin: 0 auto
}

.fl {
	float: left
}

.fr {
	float: right
}

.plr-20 {
	padding: 0 20px
}

.mt-82 {
	margin-top: 82px;
	overflow: hidden
}

:after,
:before {
	box-sizing: border-box
}

.clearfix {
	clear: both
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	border: 0;
	background: #fff;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1)
}

.header-l {
	float: left
}

.navbar-toggle {
	display: none;
	position: relative;
	float: right;
	padding: 9px 10px;
	margin: 13px 15px 13px 0;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

.header .header-l .logo {
	height: 62px;
	display: table-cell;
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 1;
	vertical-align: middle;
	transition: all .3s ease-out 0s
}

.logo img {
	max-height: 35px;
}

.header .navbar {
	float: left;
	margin-left: 40px
}

.header .navbar-list {
	position: relative;
	font-size: 0
}

.navbar-list>li {
	position: relative;
	display: inline-block;
	font-size: 0;
	padding: 0 10px;
}

.header .navbar-list>li>a {
	color: #333;
	line-height: 62px;
	background: none;
	font-size: 15px;
}

.header .navbar-list>.current-menu-item>a {
	color: #206be7
}

.header .navbar-list>li.active>a {
	color: #206be7
}

.header .navbar-list>li>i,
.header .menu-r ul.profile>li>i {
	color: #333;
	margin-left: 3px;
	vertical-align: -1px;
	transition: all .3s ease-out 0s;
	font-size: 15px;
}

.header .menu-r ul.profile>li>i {
	float: right;
	height: 26px;
	line-height: 26px;
}

.header .navbar-list>li:hover i,
.menu-r ul.profile>li:hover i {
	transform: rotate(180deg);
	color: #206be7;
}

.menu-r ul.profile>li:hover>a {
	color: #206be7;
}

.header .navbar-list li ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	min-width: 120px;
	font-size: 14px;
	padding: 2px 0 0;
}

.header .navbar-list li ul,
.dropdown-menu {
	background: #fff;
	opacity: 0;
	margin: 0;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: opacity .1s .2s, visibility .1s .3s, -webkit-transform .3s;
	-o-transition: transform .3s, opacity .1s .2s, visibility .1s .3s;
	transition: transform .3s, opacity .1s .2s, visibility .1s .3s;
	transition: transform .3s, opacity .1s .2s, visibility .1s .3s, -webkit-transform .3s;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .18);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .18);
}

.header .navbar-list>li:hover>a {
	color: #206be7
}

.header .navbar-list>li:hover>a>i {
	color: #206be7;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg)
}

.header .navbar-list>li:hover ul {
	opacity: 1;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	-webkit-transition: opacity .1s, -webkit-transform .3s;
	-o-transition: transform .3s, opacity .1s;
	transition: transform .3s, opacity .1s;
	transition: transform .3s, opacity .1s, -webkit-transform .3s;
	visibility: visible;
}

.header .navbar-list li ul li:hover {
	background: #206be7
}

.header .navbar-list li ul li a {
	transition: all 0s
}

.header .navbar-list li ul li:hover a {
	color: #fff
}

.header .navbar-list li ul li a {
	display: block;
	padding: 9px 15px
}

.menu-r {
	position: relative;
	float: right;
	font-size: 0;
	height: 26px;
	line-height: 26px;
	margin-top: 19px;
	z-index: 99
}

.search-icon,
.user-wrap,
a.publish {
	display: inline-block;
	font-size: 14px;
	color: #5a5a5a;
	cursor: pointer;
	line-height: 26px;
	vertical-align: middle;
}

.search-icon:hover i,
.user-wrap a:hover,
.hVPost-content h3:hover,
.hCPost-content h3:hover,
.w-cPost .cPost-list li h3 a:hover,
.cm-word a:hover {
	color: #206be7
}

.user-wrap {
	font-size: 0;
	height: 26px;
	margin-left: 20px
}

.user-wrap a {
	display: inline-block;
	font-size: 14px;
	color: #5a5a5a;
	line-height: 26px;
	vertical-align: middle;
}

.user-wrap a.login {
	position: relative;
	padding-right: 9px;
	margin-right: 9px
}

.user-wrap a.login:after {
	position: absolute;
	right: 0;
	top: 6px;
	width: 1px;
	height: 14px;
	content: "";
	background: #5a5a5a;
	opacity: .9
}

.user-wrap a.publish {
	font-size: 12px;
	margin-left: 20px;
	border-radius: 3px;
	padding: 0 15px;
	color: #fff;
	background-color: #206be7;
	border-color: #206be7;
	outline: 0;
	-webkit-transition: all .1s ease-out 0s;
	-o-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s
}

.search {
	display: none;
	font-size: 15px;
	position: absolute;
	left: 0;
	top: 18px;
	width: 100%;
	z-index: 1
}

.profile {
	float: left;
}

.profile .menu-item {
	position: relative;
	height: 43px;
}

.menu-item .menu-item-user {
	display: inline-block;
	font-size: 0;
	height: 26px;
}

.menu-item-user span.menu-item-avatar {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 5px;
}

.menu-item-user .menu-item-avatar img.avatar {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

span.menu-item-name {
	display: inline-block;
	font-size: 14px;
	max-width: 120px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	min-width: 120px;
	padding: 5px 0;
	font-size: 14px;
	text-align: left;
}

.dropdown-menu:before {
	top: -14px;
	border-bottom-color: #eee;
}

.dropdown-menu:after {
	z-index: 1;
	top: -13px;
	border-bottom: 7px solid #fff;
}

.profile .dropdown:hover .dropdown-menu {
	display: block;
	opacity: 1;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	-webkit-transition: opacity .1s, -webkit-transform .3s;
	-o-transition: transform .3s, opacity .1s;
	transition: transform .3s, opacity .1s;
	transition: transform .3s, opacity .1s, -webkit-transform .3s;
	visibility: visible;
}

.dropdown-menu a {
	position: relative;
	display: block;
	line-height: 20px;
	padding: 9px 15px;
}

.dropdown-menu>li>a:hover {
	color: #fff;
	background: #206be7;
}

.search form {
	display: block;
	width: 360px;
	margin: 0 auto
}

.search-off {
	float: left;
	width: 25px;
	font-size: 18px;
	height: 26px;
	background-image: url(images/close.png);
	background-size: 26px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 15px;
	cursor: pointer
}

.search input.input-text {
	width: 280px;
	border: 0;
	line-height: 16px;
	font-size: 14px;
	color: #262626;
	outline: none;
	float: left;
	margin-top: 5px;
	padding: 0 10px 0 15px;
	border-left: 1px solid #262626
}

.search button.search-btn {
	line-height: 26px;
	font-size: 15px;
	color: #5a5a5a;
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	background: none;
	cursor: pointer
}

.main {
	width: 75%;
	padding-right: 20px;
	float: left;
	overflow: hidden
}

.m-l-none {
	float: none;
	width: 100%;
	padding: 0
}

.banner,
.swiper-slide,
.swiper-container {
	border-radius: 3px
}

.j-slider .swiper-slide {
	width: 25%;
	margin-right: 20px;
}

.swiper-slide a {
	display: block;
}

.swiper-container {
	float: left;
	width: 77%;
	margin-bottom: 10px
}

.banner {
	margin: 0 0 10px
}

.swiper-slide img {
	width: 100%;
	height: 380px;
	display: block;
	border-radius: 3px
}

h3.slide-title {
	position: absolute;
	z-index: 1;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 40px 15px 16px;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
	box-sizing: border-box;
	background: #333;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6))
}

.slide-title a {
	display: block;
	color: #fff;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal
}

.swiper-container-horizontal .swiper-pagination {
	width: auto;
	right: 15px;
	left: auto;
	bottom: 25px;
	z-index: 2;
	height: 6px;
	font-size: 0;
	transition: none;
}

.swiper-pagination-bullet {
	width: 8px;
	height: 6px;
	border-radius: 6px;
	margin: 0 3px;
	background-color: #fff;
	opacity: .5
}

.swiper-pagination-bullet-active {
	width: 18px;
	opacity: 1;
	background: #007aff
}

.swiper-pagination-bullet:hover {
	opacity: 1;
	background: #007aff
}

.swiper-button-next,
.swiper-button-prev {
	background-image: none;
	width: 30px;
	height: 40px;
	line-height: 30px;
	text-align: center;
	opacity: 0;
	background-color: #000;
	color: #fff;
	font-size: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
	opacity: .5
}

.swiper-button-next {
	right: -20px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.swiper-button-prev {
	left: -20px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.swiper-container:hover .swiper-button-next {
	right: 0
}

.swiper-container:hover .swiper-button-prev {
	left: 0
}

.swiper-button-next i,
.swiper-button-prev i {
	vertical-align: -3px
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
	opacity: .8
}

.feature-post {
	float: right;
	width: 23%;
	padding-left: 10px;
	box-sizing: border-box
}

.feature-post li {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden
}

.feature-post li img {
	height: 120px;
	width: 100%;
	display: block;
	border-radius: 3px
}

.feature-post li h3 {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .3);
	font-weight: normal
}

.feature-post li h3 a {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
	text-overflow: ellipsis
}

.sticky-more {
	float: right;
	font-size: 0
}

.sticky-more div {
	position: static;
	display: inline-block;
	width: 26px;
	height: 24px;
	color: #aaa;
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	background: 0 0;
	vertical-align: top;
	opacity: 1;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.swiper-sticky-prev {
	margin-right: 8px
}

.sticky-more div:hover {
	background: #206be7;
	color: #fff;
	border-color: #206be7
}

.j-slider {
	padding: 20px 0 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.sticky {
	border-radius: 3px;
	padding: 0 20px 20px;
	background: #fff;
	margin: 0 0 20px
}

.sticky ul {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.sticky li a {
	position: relative;
	display: block;
	overflow: hidden;
	box-sizing: border-box
}

.sticky li a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: -webkit-gradient(linear, 0 50%, 0 100%, from(transparent), to(rgba(0, 0, 0, 0.6)))
}

.sticky li img {
	display: block;
	width: 100%;
	height: 126px;
	border-radius: 3px
}

.sticky-info {
	position: absolute;
	z-index: 2;
	margin: 0 10px 10px;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff
}

.sticky li a h3 {
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	margin: 5px 0 0;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.new-articles {
	padding: 0 20px;
	background: #fff;
	border-radius: 3px
}

/*.article-page {padding:0 30px;}*/
.index-title {
	position: relative;
	background: #fff;
	border-bottom: 1px solid #ddd;
	line-height: 24px;
	height: 51px;
	overflow: hidden
}

.title-pd {
	padding: 15px 0 13px
}

.new-articles .index-title {
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;
	font-size: 0
}

.inside-title {
	border-color: #f7f7f7
}

.index-title li {
	display: inline-block;
	font-size: 16px;
	margin-right: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.index-title li:last-child {
	margin-right: 0
}

.index-title li a {
	display: block;
	height: 100%;
	line-height: 48px;
	color: #999;
	transition: all .3s ease-out
}

.index-title span {
	font-size: 16px;
	padding: 11px 0;
	color: #206be7;
	border-bottom: 2px solid #206be7
}

.index-title small {
	font-size: 14px;
	margin-left: 10px;
	color: #5a5a5a;
	line-height: 14px;
	display: inline-block;
	vertical-align: middle
}

.index-title a:hover {
	color: #206be7
}

.index-title li.active a {
	color: #206be7;
	border-bottom: 2px solid #206be7
}

.article-list .article-item,
.article-list .article-ad {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
	overflow: hidden;
	border-bottom: 1px solid rgba(239, 239, 239, 0.8)
}

.article-list .article-img {
	position: relative;
	width: 30%;
	height: 157px;
	overflow: hidden;
	border-radius: 3px;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	flex-grow: 0;
}

.author-articles .article-img {
	height: 214px;
}

.article-list .article-img a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.article-list .article-img img {
	height: 100%;
	width: 100%
}

.feature-post li img,
.sticky li img,
.article-list .article-img img,
.article-list .item-images span i,
.hVPost-thumb img,
.hCPost-thumb img {
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.article-list .article-img:hover img,
.article-list .item-images span:hover i,
.hVPost-thumb:hover img,
li.first-li:hover .hVPost-thumb img,
.hCPost-thumb:hover img,
.sticky li a:hover img,
.feature-post li:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.article-list .item-content {
	position: relative;
	width: 100%;
	margin-left: 20px
}

.article-list .item-title {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 28px;
	max-height: 56px;
	overflow: hidden;
	font-weight: 500
}

.article-list .item-excerpt {
	height: 52px;
	margin-bottom: 10px;
	line-height: 26px;
	color: #5a5a5a;
	font-size: 15px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: block;
}

.article-list .item-meta {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #999;
	font-size: 0
}

.article-list .item-author {
	margin-right: 15px;
	display: inline-block
}

.article-list .item-author a {
	height: 24px;
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
	font-size: 12px
}

.article-list .item-author a img {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 3px;
	border-radius: 50%;
	background: #f5f5f5;
	vertical-align: top
}

.article-list .item-date,
.article-list .item-cate,
.article-list {
	display: inline-block;
	margin-right: 0;
	vertical-align: top;
	line-height: 24px;
	color: #999;
	font-size: 12px
}

.article-list {
	display: block
}

.item-meta-right {
	font-size: 12px;
	float: right;
	line-height: 24px
}

.item-meta-right span,
.article-info span {
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 16px
}

.article-info span {
	padding: 0 10px 0 0
}

span.item-views,
span.item-praise {
	padding-left: 20px;
	padding-right: 15px
}

span.item-views {
	background-image: url(images/view.png);
}

.article-head span.item-views {
	background-image: url(images/view.png);
	padding-right: 0;
}

span.item-praise {
	background-image: url(images/praise.png)
}

.article-info span.item-date {
	padding-left: 20px;
	background-image: url(images/time.png);
	background-size: 15px;
}

.item-meta-right span.item-comments {
	background-image: url(images/comments.png)
}

.article-list .item-images {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px
}

.article-list .item-images span:before {
	position: relative;
	z-index: 1;
	display: block;
	content: "";
	padding-top: 62.5%
}

.article-list .item-images span {
	position: relative;
	width: 24.25%;
	overflow: hidden;
	border-radius: 3px;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.article-list .item-images span i {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%
}

.article-list .article-item2 .item-meta {
	position: relative
}

.article-list .article-item2 .item-content {
	margin-left: 0
}

.cate1-box {
	font-size: 0;
}

.cate1-article-box {
	width: 50%;
	margin-top: 20px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

.cate-articles {
	padding: 0 20px 10px;
	background: #fff;
	border-radius: 3px;
	box-sizing: border-box;
}

.cate1-box .cate1-article-box:nth-child(odd)>.cate-articles {
	margin-right: 10px;
}

.cate1-box .cate1-article-box:nth-child(even)>.cate-articles {
	margin-left: 10px;
}

a.more {
	position: absolute;
	right: 0;
}

a.more i {
	font-size: 22px;
	color: #888;
}

a.more:hover i {
	color: #206be7
}

.cate1-first-article {
	margin: 20px 0;
}

.cate1-first-article a {
	position: relative;
	color: #eee;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 228px;
	border-radius: 3px;
}

.cate1-first-article a img {
	height: 100%;
	width: 100%;
	display: block;
	border-radius: 3px;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.first-article-box {
	width: 100%;
	padding: 8px 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.first-article-box h3 {
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	width: 100%;
	font-weight: 400;
	padding: 0 2px;
	color: #fff;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.first-article-box h3:hover {
	opacity: .9
}

i.mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border-radius: 3px;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .01) 30%, rgba(0, 0, 0, .65));
}

.cate1-article-info {
	font-size: 14px;
	padding: 5px 3px 0;
	line-height: 28px;
}

.cate1-article-info span {
	padding-right: 13px;
}

.cate1-more-article {
	position: relative;
	padding-left: 13px;
	margin-bottom: 13px;
	font-size: 15px;
}

.cate1-more-article:before,
ul.cate3-articles li:before {
	position: absolute;
	left: 0;
	top: 5px;
	content: "";
	width: 0;
	height: 0;
	line-height: 0;
	border: 4px solid transparent;
	border-left: 5px solid #ccc;
}

.cate1-more-left {
	float: left;
	line-height: 20px;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cate1-more-left i {
	font-size: 16px;
	color: #ccc;
	margin-right: 5px;
}

span.time {
	display: block;
	max-width: 20%;
	color: #999;
	text-align: right;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cate2-article-box {
	margin-top: 20px;
}

.cate-articles ul {
	margin: 20px -10px 0;
}

.cate-articles ul li {
	width: 25%;
	float: left
}

.cate-articles ul li.ias-trigger {
	float: left;
	width: 100%;
	margin-top: -18px;
}

.follow-list li.ias-trigger {
	margin-top: -12px;
}

.cate2-article {
	background: #fff;
	margin: 0 10px 20px;
	border-radius: 3px;
	overflow: hidden;
	border: 1px solid #f8f8f8;
}

.cate2-article>a {
	display: block;
	position: relative;
	height: 215px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cate2-article>a>img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.cate1-first-article:hover img,
.cate2-article:hover>a>img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.cate2-article-title {
	font-weight: normal;
	font-size: 15px;
	height: 40px;
	line-height: 20px;
	margin: 10px 0;
	padding: 0 10px;
	overflow: hidden;
}

.cate2-article-title {
	font-weight: normal;
	font-size: 15px;
	height: 40px;
	line-height: 20px;
	margin: 15px 0;
	padding: 0 15px;
}

.cate2-article-meta {
	margin: 0 15px 15px;
	font-size: 12px;
	line-height: 20px;
}

.cate2-article-meta a {
	color: #5a5a5a;
	display: block;
	float: left;
	max-width: 50%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cate2-article-meta a:hover {
	color: #206be7
}

.cate2-article-meta a img {
	width: 20px;
	height: 20px;
	margin-right: 3px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: -5px;
}

.cate2-article-meta span {
	float: right;
	display: block;
	max-width: 50%;
	color: #888;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cate3-box {
	margin-top: 20px;
	background: #fff;
	padding-bottom: 10px;
	border-radius: 3px;
	overflow: hidden;
}

.cate3-article-box {
	width: 50%;
	float: left;
	padding: 10px 20px 20px;
	box-sizing: border-box;
}

ul.cate3-articles li {
	position: relative;
	padding: 15px 0;
	color: #333;
	line-height: 32px;
	border-bottom: 1px solid rgba(239, 239, 239, 0.8);
}

ul.cate3-articles li:before {
	top: 27px;
}

ul.cate3-articles li a {
	float: left;
	display: block;
	max-width: 80%;
	font-size: 15px;
	padding-left: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.article-box {
	padding: 20px 0 30px;
}

.article-head {
	margin-bottom: 20px
}

.article-title {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 500;
}

.article-info {
	font-size: 14px;
	color: #828282;
	line-height: 26px;
	padding-bottom: 10px;
}

.article-info a {
	color: #828282;
	padding: 0 10px 0 0
}

.article-info a.item-author {
	color: #000;
}

.article-content {
	position: relative;
	font-size: 16px;
	color: #262626;
	line-height: 1.8
}

.article-content p {
	margin-bottom: 20px;
	line-height: 1.8;
	word-wrap: break-word
}

.article-content blockquote {
	padding: 10px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.8;
	color: #555555;
	background: #f5f5f5;
	border: 1px solid #efefef;
	border-radius: 3px;
}

.article-content blockquote p {
	margin: 0;
}

.article-content a {
	color: #206be7;
}

.article-content img {
	border-radius: 3px;
}

.article-content pre {
	word-break: break-all;
	overflow: auto;
	margin-bottom: 20px;
	background: #f5f2f0;
	padding: 20px;
	line-height: 1.5;
	border-radius: 3px;
}

.article-box .article-content audio,
.article-box .article-content embed,
.article-box .article-content iframe,
.article-box .article-content img,
.article-box .article-content video {
	max-width: 100%;
	vertical-align: top
}

.article-content table {
	background-color: transparent;
	font-size: 16px;
	width: 100%;
	border-top: solid 1px #ddd;
	border-right: solid 1px #ddd;
	box-sizing: border-box;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 0 10px;
	word-break: break-all;
	word-wrap: break-word;
}

.article-content tbody tr:nth-child(odd) {
	background: #f9f9f9;
}

.article-content table td,
table td,
.article-content table th {
	padding: 5px;
	box-sizing: border-box;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.article-box .article-content .h1,
.article-box .article-content .h2,
.article-box .article-content .h3,
.article-box .article-content h1,
.article-box .article-content h2,
.article-box .article-content h3 {
	position: relative;
	margin: 30px 0 20px;
	line-height: 1.4;
	font-weight: 500
}

.article-box .article-content h2 {
	padding: 0 0 0 12px;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	border-left: 8px solid #4F9CEE;
}

.article-box .article-content>.h3,
.article-box .article-content>h3 {
	font-size: 18px;
	position: relative;
	padding-left: 18px;
	line-height: 1.46;
	border: 0
}

.article-box .article-content>h3 {
	font-weight: 700;
	margin: 20px 0;
	padding: 0;
}

.article-credit {
	border: 1px solid #efefef;
	background-color: #f8f8f8;
	border-radius: 4px;
	padding: 13px 15px;
	line-height: 25px;
	color: #828282;
	font-size: 14px;
	margin: 30px 0 0;
}

.article-credit a {
	color: #828282
}

.entry-bottom {
	margin-top: 30px
}

.article-footer {
	text-align: center;
	font-size: 0;
	margin-top: 30px
}

.reward {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	padding-top: 150px;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, .4);
	z-index: 1000
}

.reward-content {
	position: relative;
	background-color: #fefefe;
	margin: 0 auto;
	border-radius: 4px;
	border: 1px solid #888;
	font-size: 14px;
	width: 400px;
	padding: 25px 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .20), 0 6px 20px 0 rgba(0, 0, 0, .19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: .4s
}

.reward-content h3 {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px
}

.reward-WeChat,
.reward-Alipay {
	float: left;
	width: 49%;
	margin-right: 2%
}

.reward-Alipay {
	margin-right: 0
}

.reward-content img {
	width: 100%;
	height: auto
}

.reward .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: 700;
	position: absolute;
	top: 8px;
	right: 10px;
	line-height: 25px;
	cursor: pointer
}

.article-sponsor,
.article-like {
	display: inline-block;
	font-size: 16px;
	margin: 0 5px
}

.article-sponsor span,
.article-like span.praise-count {
	border: 1px solid;
	border-radius: 5px;
	display: inline-block;
	padding: 7px 30px;
	cursor: pointer
}

.article-sponsor span:hover,
.article-like span.praise-count:hover {
	color: #fff;
	background-color: #00aeff
}

.article-sponsor,
.article-like a {
	color: #00aeff;
	border-color: #00aeff
}

.article-like em {
	font-style: normal
}

.article-box .entry-tags {
	font-size: 0;
	margin: 22px 0 0;
}

.article-box .entry-tags a {
	display: inline-block;
	line-height: 20px;
	padding: 5px 12px;
	margin: 8px 8px 0 0;
	font-size: 14px;
	border-radius: 50px;
	color: #666;
	border: 1px solid #999;
	background: rgba(239, 239, 239, .4);
}

.article-box .entry-tags a:hover {
	background: #206be7;
	border: 1px solid #206be7;
	color: #fff
}

.entry-bottom .item-author {
	float: left;
	font-size: 0;
	margin-top: 4px;
	max-width: 50%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.entry-bottom .item-author img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-right: 5px;
}

.entry-bottom .item-author>a>span {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
	color: #206be7;
}

.entry-bottom .item-author>a>span.user-group {
	position: relative;
	display: inline-block;
	margin-top: 2px;
	padding: 3px 10px;
	margin-left: 8px;
	color: #206be7;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	vertical-align: top;
	border-radius: 3px;
	border: 1px solid #206be7;
	overflow: hidden;
}

.entry-bottom .item-author>a>span.user-group:before {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	content: "";
}

.entry-bottom .item-author>a>span.user-group:after {
	position: absolute;
	z-index: 0;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	content: "";
	background: #206be7;
	opacity: .148;
}

.article-share {
	position: relative;
	float: right;
	color: #999
}

.article-share ul li {
	display: inline-block;
	padding-right: 20px
}

.article-share ul li a {
	font-size: 14px;
	color: #888;
	font-weight: 400
}

.article-share ul li a:hover {
	color: #B9CB41
}

.article-share {
	text-align: right;
	color: #999
}

.article-share>span {
	line-height: 32px;
	display: inline-block;
	font-size: 14px;
	vertical-align: middle
}

.article-share a {
	text-align: center;
	margin-left: 6px;
	padding: 5px;
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 100%;
	border: 1px #eee solid;
	cursor: pointer;
	box-sizing: border-box
}

.article-share a.qqzone {
	padding: 4px
}

.article-share a.weixin svg {
	fill: #25D38A
}

.article-share a.weibo svg {
	fill: #EC4141
}

.article-share a.qq svg {
	fill: #0085FF
}

.article-share a.qqzone svg {
	fill: #FECC2F
}

.article-share a.weixin:hover {
	background-color: #25D38A;
	border-color: #25D38A
}

.article-share a.weixin:hover svg {
	fill: #fff
}

.article-share a.weibo:hover {
	background-color: #EC4141;
	border-color: #EC4141
}

.article-share a.weibo:hover svg {
	fill: #fff
}

.article-share a.qq:hover {
	background-color: #0085FF;
	border-color: #0085FF
}

.article-share a.qq:hover svg {
	fill: #fFF
}

.article-share a.qqzone:hover {
	background-color: #FECC2F;
	border-color: #FECC2F
}

.article-share a svg {
	width: 20px;
	height: 20px;
	vertical-align: top
}

.article-share a:hover svg {
	fill: #fff
}

.article-share>a.weixin .qrpopup {
	position: absolute;
	top: -190px;
	right: 60px;
	padding: 8px 8px 0;
	background-color: #fff;
	border: 1px #eee solid;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	z-index: 12
}

.article-share>a.weixin .qrpopup span {
	display: block;
	font-size: 12px;
	white-space: nowrap
}

.article-share>a.weixin:hover .qrpopup {
	top: -195px;
	opacity: 1;
	visibility: visible
}

.article-nav {
	margin-top: 30px;
	border-top: 1px dashed #eaeaea;
	padding: 30px 15px 0;
}

.article-nav a {
	margin-top: 5px;
	display: block;
	line-height: 22px;
	color: #333
}

.article-nav a:hover {
	color: #206be7
}

.article-nav div {
	color: #999;
	font-size: 14px;
	width: 50%;
	box-sizing: border-box
}

.article-nav-prev {
	float: left;
	padding-right: 5px
}

.article-nav-next {
	padding-left: 5px;
	float: right;
	text-align: right
}

.related-content {
	padding: 30px 0 10px;
	border-top: 1px dashed #eaeaea;
	margin: 30px 0 0
}

.related-content .w-title {
	font-size: 18px;
}

.related-content ul {
	margin-top: 15px
}

.related-content ul li.article-item {
	font-size: 14px;
	color: #999;
	list-style: none;
}

.related-content ul li.article-item:last-child {
	border: 0
}

.related-content .article-list {
	margin-right: 0;
	margin-top: 10px;
}

/*评论消息css*/
div#comment {
	padding-top: 20px;
}

.comm-tab {
	background: #fff;
}

.comm-msgs {
	padding-bottom: 20px;
	background: #fff;
}

.comm-msgs>.msgs-tit {
	margin-bottom: 30px;
	font-size: 18px;
}

.comm-msg-list {
	font-size: 14px;
	margin-bottom: 15px;
}

.comm-msg-list .comm-msg {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #eee;
	overflow: hidden;
}

ul.comm-child-msg-list {
	position: relative;
	margin-left: 50px;
	border-top: 1px solid #eee;
	background: #f8f8f8;
}

ul.comm-child-msg-list>li {
	padding: 20px;
}

ul.comm-msg-list+label+label+.comm-child-msg-list {
	border-top: 0;
}

ul.comm-msg-list+label+label+.comm-child-msg-list:before {
	position: absolute;
	left: 15px;
	top: -17px;
	border: 9px solid transparent;
	border-bottom: 10px solid #f8f8f8;
	content: "";
}

.msg-text ul.comm-child-msg-list {
	margin-left: 0;
	margin-top: 20px;
}

.msg-img {
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}

.msg-img img {
	width: 100%;
	height: 100%;
	display: block
}

.msg-info {
	margin-left: 50px;
}

.msg-name {
	line-height: 20px;
}

.msg-name>.commer {
	font-size: 14px;
	color: #000;
}

.msg-name>span {
	font-size: 13px;
	color: #999;
	margin: 0 10px 0 5px;
}

a.comm-r-c-a {
	display: none;
	font-size: 13px;
	color: #666;
	float: right;
}

span.comm-time {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #828282;
}

.msg-text {
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #262626;
}

.comm-msg:hover>.msg-img>.mask {
	display: block;
}

.msg-name>.commer:hover {
	color: #206be7;
	text-decoration: underline;
}

.comm-reply:hover {
	color: #206be7;
}

.comm-msg:hover a.comm-reply {
	display: inline;
}

.msg-text a.comm-r-c-a {
	display: none !important;
}

.msg-info ul.comm-msg-list {
	margin-top: 20px;
	margin-left: -60px;
}

.msg-text .at {
	color: #555;
}

.no-comm p {
	line-height: 30px;
}

.no-comm i {
	font-size: 18px;
	color: #333;
	margin-right: 1px;
	vertical-align: -1px;
}

.no-comm {
	text-align: center;
	padding: 20px 0 0;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.comm-msgs .no-comm:nth-child(7) {
	display: none;
}

/*评论表单css*/
.comm-cancel {
	float: right;
	display: block;
	line-height: 62px;
	margin-right: 20px;
}

.comm-cancel a {
	font-size: 14px;
	color: #fe5b34;
}

#comm-post>.com-tit {
	position: relative;
	background: #fff;
}

#comm-post>.com-tit>.w-title {
	font-size: 18px;
}

.comm-form {
	padding: 8px 0 10px;
	margin-bottom: 20px;
	border-top: 0;
	background: #fff;
}

.comm-form>form>.comm-area {
	border-radius: 3px;
	border: 1px solid #eee;
}

.comm-msgs #comm-post {
	padding: 0 0 0 50px;
}

.comm-msgs .comm-child-msg-list+#comm-post {
	padding-top: 20px;
}

.comm-user li {
	width: 50%;
	float: left;
	margin-bottom: 15px;
}

.comm-group {
	position: relative;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}

.comm-user>ul>li:nth-child(odd)>.comm-group {
	margin-right: 5px;
}

.comm-user>ul>li:nth-child(even)>.comm-group {
	margin-left: 5px;
}

span.comm-user-info {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	text-align: center;
	border-right: 1px solid #eee;
	box-sizing: border-box;
}

.comm-user li img {
	width: auto;
	position: absolute;
	top: 1px;
	right: 1px;
	height: 38px;
	cursor: pointer;
}

.comm-user input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding: 0 10px 0 60px;
	border: 0;
	box-sizing: border-box;
	outline: 0;
}

.comm-area textarea,
.not-allow-comment {
	width: 100%;
	height: 120px;
	line-height: 180%;
	font-size: 14px;
	padding: 15px;
	resize: none;
	border: 0;
	outline: 0;
	border-radius: 3px;
	box-sizing: border-box;
}

.not-allow-comment {
	color: #999;
	background: #fbfbfb;
}

.comm-tools {
	width: 100%;
	padding: 10px 15px;
	border-top: 1px dotted #eee;
	background: #fdfdfd;
	box-sizing: border-box;
}

span.comm-avatar {
	display: block;
	max-width: 50%;
	float: left;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}

span.comm-avatar img {
	display: block;
	width: 32px;
	float: left;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #eee;
}

span.comm-avatar em {
	display: block;
	height: 20px;
	line-height: 20px;
	font-style: normal;
	color: #00a2ca;
	margin-left: 38px;
	margin-top: 6px;
	padding: 0 5px 0 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-image: url(images/ux.png);
	background-repeat: no-repeat;
	background-position: 0 -40px;
}

.comm-sumbit {
	float: right;
	max-width: 50%;
	height: 32px;
	line-height: 32px;
}

.comm-sumbit span {
	font-size: 14px;
	color: #555;
	padding-right: 10px;
}

.comm-tools button {
	width: 88px;
	height: 32px;
	line-height: 32px;
	color: #FFFFFF;
	border: 0;
	background: #206be7;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
}

/*sidebar*/
.sidebar {
	width: 25%;
	float: right;
	overflow: hidden
}

.widget {
	background: #fff;
	border-radius: 3px;
	margin-top: 20px;
	overflow: hidden
}

.sidebar .widget:nth-child(1) {
	margin-top: 0
}

.widget .adsense {
	margin: -20px -20px 0;
}

.user-box {
	position: relative;
	display: block;
	font-size: 18px
}

.user-content {
	font-size: 14px;
	position: relative;
	padding: 10px 15px 0 15px
}

.user-avatar {
	position: inherit;
	width: 90px;
	z-index: 1;
	margin: 35px auto 8px
}

.user-avatar img {
	display: block;
	width: 100%;
	height: 90px;
	border-radius: 50%
}

.user-content .user-name {
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	padding: 10px 0 0;
	line-height: 25px
}

.user-content .user-motto {
	text-align: center;
	margin-bottom: 10px;
	line-height: 25px
}

.user-link {
	margin: 15px;
	display: flex;
	justify-content: center
}

.user-link a {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 34px;
	font-size: 14px;
	color: #888;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 50%;
	margin: 0 10px;
	cursor: pointer
}

.user-link a.qq {
	color: #0085FF
}

.user-link a.qq:hover {
	background: #0085FF
}

.user-link a.wechat {
	color: #25D38A
}

.user-link a.wechat:hover {
	background: #25D38A
}

.user-link a.email {
	color: #f57b7b
}

.user-link a.email:hover {
	background: #f57b7b
}

.user-link a.weibo {
	color: #FECC2F
}

.user-link a.weibo:hover {
	background: #FECC2F
}

.user-link a:hover {
	color: #fff
}

.user-link a i {
	display: inline-block;
	font-size: 20px;
	vertical-align: middle
}

.user-info {
	background: #fff;
	font-size: 14px;
	text-align: center;
	margin: 0 -15px;
	border-radius: 0 0 5px 5px;
	border-top: 1px solid #efefef
}

.user-info p {
	float: left;
	width: 33.33333333333333%;
	height: 58px;
	line-height: 20px;
	padding: 8px 3px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.user-info p:first-child {
	border-right: 1px solid #efefef
}

.user-info p:last-child {
	border-left: 1px solid #efefef
}

.author-banner {
	text-align: center;
	max-height: 406px;
	padding: 60px 0;
	border-radius: 3px;
	background-color: #0aadf8;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	background-position: center center;
	overflow: hidden;
}

.author-header {
	position: relative;
	z-index: 9;
}

.author-avatar {
	margin-bottom: 15px;
	font-size: 0;
}

.author-avatar img {
	width: 116px;
	height: 116px;
	border-radius: 100%;
	border: 2px solid #fff;
}

.author-header h1 {
	color: #fff;
	font-weight: 300;
	margin-bottom: 10px;
}

.author-header h1 span.author-field {
	background-color: #06bcff;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	margin-left: 6px;
	padding: 0 6px;
	line-height: 24px;
	border-radius: 2px;
	vertical-align: 5px;
	font-weight: 500;
}

.author-intro {
	max-width: 720px;
	max-height: 48px;
	overflow: hidden;
	display: inline-block;
	color: #ddd;
	margin-bottom: 20px;
	font-size: 13px;
}

.author-meta {
	font-size: 0;
	margin-bottom: 20px;
}

.author-meta .author-item {
	font-size: 16px;
	color: #fff;
	padding: 0 8px;
	display: inline-block;
}

.author-meta .author-item b {
	font-weight: 600;
}

.follow-links {
	font-size: 0;
}

.follow-links a {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	line-height: 14px;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
	padding: 6px 15px;
	margin: 0 8px;
	background-color: #206be7;
	border: 1px solid #206be7;
	white-space: nowrap;
	-webkit-transition: all .1s ease-out 0s;
	-o-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s;
}

.author-banner .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 8;
	visibility: visible;
}

/*author sidebar*/
.profile-nav {
	padding: 0 20px;
	background: #fff;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.profile-nav ul {
	font-size: 0;
	text-align: center;
	border-bottom: 1px solid #eee;
}

.profile-nav li {
	position: relative;
	display: inline-block;
	max-width: 20%;
	font-size: 14px;
	padding: 0 30px;
	line-height: 20px;
	color: #fff;
}

.profile-nav li a {
	display: block;
	padding: 22px 0 20px;
}

.profile-nav li.current a {
	color: #206be7;
	border-bottom: 2px solid #206be7;
}

.w-title {
	position: relative;
	margin: 0 0 10px;
	color: #333;
	padding: 0 0 0 12px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1
}

.w-title:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	content: "";
	background: #206be7;
	border-radius: 2px
}

.widget {
	padding: 18px 18px 0
}

.hVPost-list,
.hCPost-list {
	padding: 8px 0 5px
}

.hVPost-list li,
.hCPost-list li {
	padding: 0 0 13px;
	overflow: hidden
}

.hVPost-list li a {
	display: block;
	max-height: 42px;
	line-height: 21px;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	overflow: hidden;
}

.hVPost-list li a:hover {
	color: #206be7;
}

.hCPost-list li a {
	display: block;
	overflow: hidden
}

.hVPost-thumb,
.hCPost-thumb {
	float: left;
	overflow: hidden;
	display: block;
	width: 100px
}

.hVPost-thumb img,
.hCPost-thumb img {
	display: block;
	width: 100px;
	height: 66px;
	border-radius: 3px
}

.hVPost-content,
.hCPost-content {
	margin-left: 110px
}

.hVPost-content h3,
.hCPost-content h3 {
	height: 42px;
	line-height: 21px;
	font-size: 14px;
	color: #333;
	margin-bottom: 8px;
	font-weight: normal;
	overflow: hidden
}

li.first-li {
	display: block;
	margin: 0 0 20px 0;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	padding: 0;
}

li.first-li .hVPost-thumb {
	float: none;
	width: 100%;
	background: #333;
	border-radius: 3px;
}

li.first-li .hVPost-thumb img {
	height: 164px;
	width: 100%;
	opacity: .7;
	display: block;
}

li.first-li .hVPost-content {
	position: absolute;
	bottom: 34%;
	left: 0;
	right: 0;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 22px;
	margin-left: 0;
}

li.first-li .hVPost-content h3 {
	color: #fff;
	margin: 0;
}

.hVPost-list li.first-li a {
	max-height: none;
}

.hVPost-list li i {
	display: block;
	width: 16px;
	height: 16px;
	background: #B1B1B1;
	float: left;
	margin-top: 3px;
	margin-right: 8px;
	position: relative;
	font-style: normal;
	border-radius: 3px;
}

.hVPost-list li i::before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 9px;
	color: #fff;
	line-height: 16px;
	width: 16px;
	text-align: center;
}

.hVPost-list li:nth-child(2) i {
	background: #FF6600;
}

.hVPost-list li:nth-child(3) i {
	background: #206be7;
}

.hVPost-list li:nth-child(4) i {
	background: #12b805;
}

.hVPost-list li:nth-child(2) i::before {
	content: "1";
}

.hVPost-list li:nth-child(3) i::before {
	content: "2";
}

.hVPost-list li:nth-child(4) i::before {
	content: "3";
}

.hVPost-list li:nth-child(5) i::before {
	content: "4";
}

.hVPost-list li:nth-child(6) i::before {
	content: "5";
}

.hVPost-list li:nth-child(7) i::before {
	content: "6";
}

.hVPost-list li:nth-child(8) i::before {
	content: "7";
}

.hVPost-list li:nth-child(9) i::before {
	content: "8";
}

p.item-date {
	font-size: 12px;
	color: #999
}

.post-info span.item-date {
	margin-right: 10px
}

.w-previous {
	margin: 20PX -1px 0
}

.w-previous .previous-list {
	margin: 13px 1px;
	border-left: 1px dashed #f1eded
}

.w-previous .previous-list li {
	position: relative;
	padding: 5px 0 5px 15px;
	margin-bottom: 13px;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease
}

.w-previous .previous-list li:before {
	font-size: 50px;
	color: #b5b5b5;
	position: absolute;
	margin-left: -6px;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	border-radius: 6px;
	border: 4px solid #206be7;
	background: #fff;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	opacity: .3;
	content: "";
	transition: .4s color ease;
	-moz-transition: .4s color ease;
	-webkit-transition: .4s color ease
}

.w-previous .previous-list li:hover:before {
	opacity: .7
}

.w-previous .previous-list h3 {
	padding-bottom: 5px;
	font-weight: normal;
}

.w-previous .previous-list h3 a {
	display: block;
	font-size: 14px;
	color: #333;
	max-height: 44px;
	line-height: 22px;
	overflow: hidden;
}

.w-previous .previous-list h3:hover a {
	color: #206be7
}

.w-previous .previous-list li:last-child {
	border-bottom: 0
}

.w-previous .previous-list .w-time {
	color: #999;
	line-height: 20px;
	height: 20px;
	font-size: 12px
}

.cPost-list {
	padding: 8px 0 5px
}

.w-cPost .cPost-list li {
	position: relative;
	padding: 0 0 13px 12px;
}

.w-cPost .cPost-list li:before {
	position: absolute;
	left: 0;
	top: 7px;
	content: "";
	width: 0;
	height: 0;
	line-height: 0;
	border: 4px solid transparent;
	border-left: 5px solid #ccc
}

.w-cPost .cPost-list li h3 {
	font-size: 14px;
	font-weight: normal
}

.w-cPost .cPost-list li h3 a {
	color: #5a5a5a;
	display: block;
	max-height: 42px;
	line-height: 21px;
	overflow: hidden;
}

.widget .comment-list {
	padding: 8px 0 0
}

.widget .comment-list li {
	padding-bottom: 18px
}

.widget .comment-list .cmt {
	position: relative;
	font-size: 14px;
	border-radius: 3px;
	color: #333;
	border: 1px dotted #E6E6E6;
	padding: 10px 12px
}

.widget .comment-list .cmt:before {
	position: absolute;
	left: 23px;
	top: -10px;
	content: "";
	width: 0;
	height: 0;
	line-height: 0;
	border: 5px solid transparent;
	border-bottom-color: rgb(255 255 255)
}

.widget .comment-list .cmt p {
	line-height: 22px;
	max-height: 88px;
	overflow: hidden
}

.widget .comment-list .cmi {
	padding: 10px;
	overflow: hidden;
	background: rgba(32, 107, 231, .08)
}

.cmi .avatar {
	float: left;
	width: 40px
}

.cmi .avatar img {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: block
}

.widget .comment-author-link {
	line-height: 16px
}

.widget .cm-word {
	overflow: hidden;
	padding-left: 10px
}

.cm-word a {
	font-size: 12px;
	color: #333
}

.widget .comment-author-link span {
	font-size: 12px;
	color: #9baab6
}

.widget .cm-title {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.tag-list {
	margin-top: 13px;
}

.tag-list ul {
	font-size: 0;
	margin: 0 -3px;
	padding-bottom: 15px
}

.tag-list li {
	display: inline-block;
	width: 33.3334%;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px
}

.tag-list li a {
	display: block;
	text-align: center;
	border: 1px solid rgba(99, 99, 99, .5);
	margin: 2px;
	padding: 5px 12px;
	background: rgba(255, 255, 255, .2);
	overflow: hidden;
	box-sizing: border-box;
	text-overflow: ellipsis;
	color: #666;
	border-radius: 2px;
	line-height: 14px
}

.tag-list li a:hover {
	color: #fff;
	background: #206be7;
	border-color: #206be7
}

.w-author-avatar {
	margin: -18px -18px 0;
	background-size: cover;
	position: relative;
	height: 111px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 51px;
}

.w-author-avatar span {
	display: block;
	position: absolute;
	top: 68px;
	left: 50%;
	margin-left: -41px;
	padding: 0;
	background-color: transparent;
	border-radius: 100%;
}

.w-author-avatar img {
	display: block;
	width: 82px;
	height: 82px;
	border-radius: 50%;
}

.w-author-box h4 {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	text-align: center;
}

.w-author-box h4 {
	color: #262626;
}

.w-author-box .w-author-Intro {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #5a5a5a;
	text-align: center;
}

.w-author-statis {
	margin: 0 -18px 18px;
	border-bottom: 1px dashed #efefef;
	padding: 0 0 18px;
}

.w-author-statis ul {
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
}

.w-author-statis ul li {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 16px;
}

.w-author-statis ul li span {
	display: block;
	color: #999;
	font-size: 12px;
}

.w-author-statis ul li em {
	display: block;
	color: #262626;
	line-height: 22px;
	font-style: normal;
}

.w-author .w-title {
	font-size: 14px;
}

ul.pages {
	display: block;
	text-align: center;
	padding: 20px 0;
	font-size: 0
}

ul.pages li {
	display: inline-block;
	font-size: 14px;
	line-height: 28px;
	cursor: pointer;
	text-align: center;
	margin: 0 5px;
	color: #5a5a5a;
	background-color: #f4f4f5;
	border-radius: 2px;
	min-width: 30px
}

ul.pages li a,
ul.pages li span {
	display: block;
	padding: 0 10px;
	color: #5a5a5a
}

ul.pages li a.this-page,
ul.pages li a:hover {
	background: #206be7;
	color: #fff
}

.index-title li.breadcrumb {
	font-size: 14px;
	color: #999;
	position: absolute;
	left: 0;
	bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.index-title li.breadcrumb a {
	display: inline;
	line-height: 24px
}

.index-title li.breadcrumb i:after {
	content: "/";
	padding: 0 7px;
	color: #ccc;
}

.friend-link {
	padding: 0 20px;
	background: #fff;
	margin-top: 20px;
	border-radius: 3px;
}

.friend-link .index-title a {
	float: right;
	font-size: 14px;
	font-weight: 400;
	color: #828282
}

.friend-link ul {
	padding: 20px 0;
	margin: 0 -5px
}

.friend-link ul li {
	float: left;
	padding: 0 5px 5px
}

.friend-link ul li a {
	color: #999;
	font-size: 14px
}

.friend-link ul li a:hover,
.friend-link .index-title a:hover {
	color: #206be7;
}

.ias-trigger {
	text-align: center;
	font-size: 0;
	padding: 20px 0
}

.ias-trigger a {
	display: inline-block;
	cursor: pointer;
	color: #5a5a5a;
	border: 1px solid #206be7;
	white-space: nowrap;
	padding: 9px 90px;
	font-size: 14px;
	line-height: 16px;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.ias-trigger a:hover {
	background: #206be7;
	color: #fff
}

.ias-trigger+li.ias-trigger {
	display: none
}

.footer {
	padding: 35px 0;
	margin: 20px 0 0;
	color: #5f676f;
	background: #2d3237
}

.footer a {
	color: #5f676f
}

.footer .footer-nav {
	margin: 0 0 8px;
	font-size: 0
}

.footer .footer-nav p {
	font-size: 14px;
}

.footer .footer-nav li {
	display: inline-block;
	margin-right: 15px;
	line-height: 1.4;
}

.footer .footer-nav li a {
	font-size: 14px;
	color: #76818c
}

.footer a:hover,
.footer .footer-nav a:hover {
	color: #b3c0ce
}

.footer .copyright {
	font-size: 12px;
	line-height: 21px
}

.r-action {
	position: fixed;
	z-index: 999;
	top: 50%;
	right: 10px;
	width: 40px;
}

.a-box {
	position: relative;
	width: 40px;
	height: 40px;
	margin-top: 2px;
	color: #999;
	background: #eee;
	box-shadow: inset -1px -1px 0 0 rgba(0, 0, 0, .06);
	border-radius: 2px;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.a-box:after {
	content: "";
	position: absolute;
	top: 0;
	height: 40px;
	width: 40px;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	font-family: FontAwesome;
	overflow: hidden;
}

.go-top {
	display: none;
}

.contact:after {
	content: "\f0e5";
}

.WeChat:after {
	content: "\f029";
}

.go-top:after {
	font-size: 30px;
	line-height: 38px;
	content: "\f106";
}

.contact-wrap,
.WeChat-wrap {
	display: none;
	position: absolute;
	right: 41px;
	top: 0;
	width: 200px;
	padding: 10px;
	font-size: 12px;
	color: #333;
	background-color: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, .3);
	cursor: auto;
}

.contact-title {
	margin: 0 0 10px;
	padding: 5px;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	background-color: #3ca5f6;
}

.r-action .contact p {
	margin-bottom: 5px;
}

.r-action .contact p a {
	color: #1abc9c;
}

.r-action img {
	vertical-align: middle;
}

.WeChat-wrap {
	top: -42px;
	width: 150px;
	padding: 2px;
}

.WeChat-wrap img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.a-box:hover:after {
	padding: 4px;
	font-size: 12px;
	line-height: 16px;
	word-break: break-all;
	background: #206be7;
	color: #fff;
}

.contact:hover:after {
	content: "\8054\7CFB\5BA2\670D";
}

.a-box:hover .contact-wrap,
.a-box:hover .WeChat-wrap {
	display: block
}

.WeChat:hover:after {
	content: "\5173\6CE8\5FAE\4FE1";
}

.go-top:hover:after {
	content: "\8FD4\56DE\9876\90E8";
}

.author-content {
	padding: 20px 20px 0;
	background: #fff;
}

.author-content ul.comment-list li {
	padding: 0 0 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #efefef;
}

.author-content .comment-info {
	margin-bottom: 12px;
	color: #999;
	font-size: 14px;
	line-height: 20px;
}

.author-content span.comment-date {
	margin-right: 10px;
}

.author-content span.comment-date i {
	margin-right: 5px;
	font-size: 16px;
	opacity: .7;
	vertical-align: top;
}

.author-content .comment-info a {
	color: #206be7;
	margin-left: 10px;
}

ul.follow-list {
	font-size: 0;
}

li.follow-item {
	display: inline-block;
	width: 24%;
	margin: 0 0.5% 1%;
	padding: 15px 20px;
	border-radius: 3px;
	background: rgba(239, 239, 239, .7);
}

.follow-avatar {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}

.follow-avatar img {
	width: 100%;
	height: 100%;
}

.follow-content {
	margin-left: 60px;
}

.follow-content h3 {
	font-size: 0;
	line-height: 24px;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.follow-content h3 a {
	font-size: 15px;
	display: inline-block;
	max-width: 50%;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
}

.follow-list .attention-btn {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	line-height: 14px;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
	padding: 3px 8px;
	margin: 0 0 0 6px;
	background-color: #206be7;
	white-space: nowrap;
	-webkit-transition: all .1s ease-out 0s;
	-o-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s;
}

p.follow-intro {
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.profile-list {
	padding-top: 10px;
}

li.profile-item {
	float: left;
	width: 50%;
	line-height: 24px;
	font-size: 14px;
	padding: 0 20px;
	margin-bottom: 30px;
	color: #4e5358;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

li.autograph {
	overflow: auto;
	width: 100%;
	white-space: normal;
}

li.profile-item span {
	color: #b1b1b1;
}

.author-content ul li.warning-box {
	font-size: 15px;
	padding: 0 0 20px;
	margin-bottom: 20px;
	border: 0
}

.article-list li.warning-box {
	font-size: 15px;
	color: #333;
	padding: 20px 0;
	margin-bottom: 20px;
	border: 0
}

/*login reg*/
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}

.member-wrap {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9998;
	text-align: center;
	background-color: rgba(0, 0, 0, .3);
}

.member-modal {
	display: inline-block
}

.member-wrap.fade .login-box,
.member-wrap.fade .reg-box {
	position: relative;
	display: none;
	width: auto;
	padding: 20px 30px;
	margin-top: 15vh;
	text-align: left;
	background-color: #fff;
	box-shadow: 0 5px 15px #00000080;
	border-radius: 5px;
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	transform: translateY(-25%);
	-webkit-transition: all 2s ease-out 0s;
	-o-transition: all 2s ease-out 0s;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.member-wrap.in .login-box,
.member-wrap.in .reg-box {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.member-body {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 360px;
	max-width: 410px;
	padding: 40px 0 50px;
	text-align: left;
	background: #fff;
	border-radius: 4px;
	-webkit-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}

.member-form-head {
	margin-bottom: 40px;
	text-align: center;
}

.member-form-logo img {
	display: inline-block;
	height: 40px;
	max-width: 300px;
	line-height: 40px;
}

.member-form-title {
	margin: 0 0 30px;
}

.member-form-title h3 {
	display: inline-block;
	padding: 0;
	border: 0;
	margin: 0;
	color: #262626;
	font-size: 16px;
	font-weight: 500;
}

span.member-switch {
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px !important;
	color: #5a5a5a;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

span.member-switch a {
	background-color: transparent;
	color: #206be7;
	text-decoration: none;
}

.member-form-group {
	position: relative;
}

.member-form-group input,
.member-input-group input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 8px 15px;
	line-height: 20px;
	font-size: 14px;
	color: #262626;
	font-weight: 400;
	border: 1px solid #dcdfe6;
	border-radius: 3px;
	background: #fff;
	outline: 0;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.member-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	margin-bottom: 5px;
}

.authcode,
.forget-email-btn {
	width: 95px;
	position: absolute;
	z-index: 100;
	right: 1px;
	top: 1px;
}

.authcode img {
	display: block;
	width: 100%;
	height: 38px;
	cursor: pointer;
	margin-right: 1px;
}

button.lr-btn-block {
	padding: 10px 16px;
	border-radius: 3px;
	display: block;
	width: 100%;
	background-color: #206be7;
	border: 0;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.member-remember {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #5a5a5a;
}

.member-remember label {
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}

.member-remember input#Remember {
	margin: 4px 0 0 -18px;
	line-height: normal;
	position: absolute;
}

.member-remember a {
	float: right;
	color: #206be7;
}

span.lr-close {
	position: absolute;
	right: 10px;
	top: 8px;
	display: block;
	padding: 0;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 15px;
	font-size: 18px;
	color: #828282;
	cursor: pointer;
}

.member-form-footer {
	margin: 30px 0 0;
	font-size: 13px;
	color: #5a5a5a;
	line-height: 24px;
	height: 24px;
}

.member-form-footer ul {
	float: right;
	font-size: 0;
}

.member-form-footer ul li {
	font-size: 13px;
	display: inline-block;
}

.member-form-footer ul a {
	display: block;
	line-height: 24px;
}

.member-form-footer ul i {
	color: #56abe4;
	font-size: 16px;
	vertical-align: -1px;
	margin: 0 3px 0 0;
}

/*个人中心页*/
.entry-content {
	position: relative;
	font-size: 16px;
	color: #262626;
	line-height: 1.8;
}

.member-account-nav {
	float: left;
	width: 300px;
}

.member-account-user {
	padding: 50px 40px;
	margin-bottom: 20px;
	text-align: center;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
}

.member-account-avatar {
	position: relative;
	margin: 0 auto 15px;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .2);
	border: 2px solid #fff;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	cursor: default;
}

.uploadface {
	cursor: pointer;
}

.uploadface:hover {
	border-color: rgba(32, 107, 231, .6);
}

.member-account-avatar img {
	display: block;
	width: 100%;
	height: 100%;
}

.edit-avatar {
	display: block;
}

.member-account-name {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 10px;
}

.member-account-name a {
	color: #262626;
}

.member-account-dio {
	font-size: 14px;
	color: #828282;
}

a.member-account-tg {
	display: block;
	width: 100%;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 0;
	line-height: 16px;
	border-radius: 4px;
	color: #fff;
	white-space: nowrap;
	padding: 9px 20px;
	border: 1px solid #206be7;
	background-color: #206be7;
	outline: 0;
	box-sizing: border-box;
	-webkit-transition: all .1s ease-out 0s;
	-o-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s;
}

.member-account-menu {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
}

.member-account-menu li {
	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #f8f8f8;
}

.member-account-menu .active:before {
	position: absolute;
	left: 0;
	top: 10px;
	width: 2px;
	height: 32px;
	background: #206be7;
	content: "";
}

.member-account-menu a {
	display: block;
	padding: 14px 24px;
	font-size: 14px;
	line-height: 24px;
	color: #262626;
}

.member-account-menu a:hover {
	background: rgba(0, 0, 0, .02);
	text-decoration: none;
}

.member-account-menu li:hover a {
	color: #206be7;
}

.member-account-content {
	margin-left: 320px;
	padding: 20px 40px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
	box-sizing: border-box;
}

.member-account-title {
	margin: 0 -40px 30px;
	padding: 0 40px 20px;
	font-size: 18px;
	line-height: 26px;
	border-bottom: 1px solid #f1f1f1;
	color: #262626;
	font-weight: normal;
}

ul#author-edit {
	display: block;
	width: 100%;
}

ul#author-edit>* {
	padding-bottom: 20px;
}

ul#author-edit li {
	color: #4e5358;
}

.author-edit label {
	color: #333;
	padding: 6px 5px;
	display: block;
	font-size: 14px;
}

.author-edit input[type="text"],
.author-edit input[type="password"],
.author-edit textarea {
	display: block;
	padding: 10px;
	width: 100%;
	line-height: 16px;
	font-size: 14px;
	border: 1px solid #eee;
	outline: none;
	background-color: #fbfbfb;
	color: #4e5358;
	border-radius: 3px;
	box-sizing: border-box;
}

.author-edit input[type="text"],
.author-edit textarea,
.author-edit input[type="password"] {
	background-color: transparent;
}

.author-edit textarea {
	max-width: 100%;
}

.salong_file_button>a {
	display: none;
	position: absolute;
	top: 50%;
	left: 5%;
	width: 90%;
	text-align: center;
	line-height: 24px;
	margin-top: -12px;
	background: rgba(248, 248, 248, .9);
	border-radius: 3px;
}

.author-edit span {
	color: #4e5358;
	display: block;
	font-size: 12px;
}

ul#author-edit .author_submit {
	border: 1px #206be7 solid;
	background-color: #206be7;
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	padding: 6px 15px;
	cursor: pointer;
	line-height: 16px;
	border-radius: 3px;
}

.member-account-item label {
	float: left;
	width: 120px;
	line-height: 22px;
	margin: 0;
	font-size: 14px;
	color: #828282;
	font-weight: 400;
}

.member-account-item {
	margin-bottom: 30px;
}

.member-account-text {
	font-size: 14px;
	line-height: 22px;
	color: #262626;
}

.member-account-text a {
	margin-left: 20px;
	color: #206be7;
}

.member-account-text span {
	margin-left: 20px;
	color: #828282;
}

.author-edit span.email-unverified {
	color: #999;
	padding: 5px 0;
	display: block;
	font-size: 12px;
}

.author-edit a.send-mail {
	color: #f60;
}

/*找回密码*/
.member-forget {
	background: #fff;
}

ul.r-pwd-box {
	position: relative;
	width: 400px;
	margin: 0 auto;
	padding: 50px 0;
}

ul.r-pwd-box li {
	position: relative;
	margin-bottom: 20px;
}

ul.r-pwd-box li label {
	display: block;
	max-width: 100%;
	margin-bottom: 8px;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
}

ul.r-pwd-box li input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 9px 15px;
	line-height: 20px;
	font-size: 14px;
	color: #262626;
	font-weight: 400;
	border: 1px solid #dcdfe6;
	border-radius: 3px;
	background: #fff;
	outline: 0;
	box-sizing: border-box;
}

ul.r-pwd-box li .authcode,
.forget-email-btn {
	top: 29px;
}

.forget-email-btn {
	padding: 0
}

span.forget-email-btn button {
	width: 100%;
	border: 0;
	display: block;
	line-height: 36px;
	background: #dcdfe6;
	outline: 0;
	cursor: pointer;
}

#reset-btn {
	display: block;
	text-align: center;
	cursor: pointer;
	border: 1px solid #206be7;
	white-space: nowrap;
	padding: 9px 20px;
	font-size: 14px;
	line-height: 20px;
	border-radius: 3px;
	user-select: none;
	color: #fff;
	background-color: #206be7;
}

/*投稿*/
.tougao-content,
.tougao-info {
	padding: 30px;
	background: #fff;
}

.tougao-item {
	margin-bottom: 15px;
	color: #5a5a5a;
}

span.tougao-item-l {
	padding: 0 15px 0 0;
	display: block;
	float: left;
	width: 6%;
	height: 32px;
	line-height: 32px;
}

.tougao-item-r {
	width: auto;
	margin-left: 6%;
}

.tougao-item-r input,
.tougao-item-r textarea {
	width: 100%;
	max-width: 100%;
	display: block;
	font-size: 14px;
	height: 32px;
	box-sizing: border-box;
	border: 1px solid #dcdfe6;
	outline: 0;
	padding: 6px 10px;
	color: #555;
}

.tougao-item-r textarea {
	height: auto;
	min-height: 75px;
}

.edui-default .edui-editor-bottomContainer td {
	padding-right: 10px;
}

.edui-default .edui-editor-breadcrumb {
	padding-left: 8px
}

.edui-default .edui-editor {
	z-index: 1 !important;
}

.tougao-btn {
	margin-bottom: 20px
}

.tougao-btn button {
	display: block;
	width: 100%;
	padding: 11px 20px;
	font-size: 14px;
	line-height: 16px;
	border-radius: 4px;
	color: #fff;
	background-color: #206be7;
	border: 1px solid #206be7;
	outline: 0;
	cursor: pointer;
	-webkit-transition: all .1s ease-out 0s;
	-o-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s;
}

.tougao-cate {
	margin-bottom: 20px;
	border: 1px solid #efefef;
}

.pf-side-label {
	border-bottom: 1px solid #efefef;
	background: #fafafa;
}

.pf-side-label h3 {
	margin: 0;
	padding-left: 10px;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	color: #262626;
}

.pf-side-input {
	padding: 15px;
}

select.tougao_cate {
	width: 100%;
	height: auto;
	display: block;
	font-size: 14px;
	padding: 2px 5px;
	border-radius: 3px;
	outline: 0;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dcdfe6;
	-webkit-transition: border-color .15s ease-in-out;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color .15s ease-in-out;
}

.tougao-vcode {
	position: relative;
	width: 100%
}

.tougao-vcode input {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	outline: 0;
	border: 1px solid #efefef;
	padding: 0 5px;
	box-sizing: border-box
}

.tougao-vcode .authcode,
.forget-email-btn {
	width: 90px;
}

.authcode img {
	display: block;
	width: 100%;
	height: 38px;
	cursor: pointer;
	margin-right: 1px;
}

div#edui1 {
	width: 100% !important;
}

.c-message {
	font-size: 0;
	text-align: center;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto !important;
	width: auto !important;
	max-width: 300px;
	background: transparent !important;
	padding: 0 !important;
	box-shadow: 0 0 0 transparent !important;
}

.c-message--main {
	position: relative;
	display: inline-block;
	padding: 5px 20px 5px 50px;
	background: #fff;
	width: auto;
	margin: auto;
	box-shadow: 0 2px 4px rgb(0 0 0 / 12%), 0 0 6px rgb(0 0 0 / 4%);
}

.c-message--tip {
	font-size: 14px;
	white-space: nowrap;
}

.adsense {
	border-radius: 3px;
	overflow: hidden;
}

.adsense a,
.adsense img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 3px;
}

.adsense .ad-mb {
	margin-bottom: 20px;
	background: #fff;
}

.adsense .ad-mt {
	margin-top: 20px;
	background: #fff;
}

/*标签云*/
.tags-main {
	padding: 20px;
	background: #fff;
}

.tags-head {
	margin-bottom: 35px;
}

h2.tags-title {
	position: relative;
	margin-bottom: 0;
	text-align: center;
	margin-top: 0;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
}

h2.tags-title:after {
	position: absolute;
	left: 50%;
	bottom: -15px;
	width: 20px;
	height: 2px;
	margin-left: -10px;
	background: #888;
	content: "";
	border-radius: 2px;
}

.tags_list {
	position: relative;
	margin-bottom: 20px;
	font-size: 16px;
	color: #262626;
	line-height: 36px;
}

.tsort-title {
	position: relative;
	color: #262626;
	padding: 0 0 0 12px;
	margin: 0 8px 15px;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
}

.tsort-title:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	content: "";
	background: #206be7;
	border-radius: 2px;
}

.tags_list ul {
	overflow: hidden;
}

.tags_list ul li {
	position: relative;
	float: left;
	width: 14.2857%;
	padding: 0;
	margin: 0;
	list-style: none;
	color: #262626;
	background: #fff;
}

.tags_list ul li a {
	position: relative;
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0 50px 0 10px;
	font-size: 16px;
	color: inherit;
	margin: 8px;
	overflow: hidden;
	box-shadow: 0 0 1px rgb(38 38 38 / 60%);
}

.tags_list ul li a:hover {
	background: #206be7;
	color: #fff;
}

.tags_list ul li span {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 14px;
	line-height: 36px;
	color: rgb(38 38 38 / 60%);
}

.tags_list ul li a:hover span {
	color: #fff;
}

@media (max-width:1199px) {
	.container {
		width: 100%;
	}

	/*.container {width:970px}*/
	.swiper-container,
	.feature-post {
		width: 100%;
	}

	.swiper-slide img {
		height: 395px;
	}

	.feature-post {
		padding: 0;
		font-size: 0;
		margin-top: 10px;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.feature-post li {
		width: 33.334%;
		margin-right: 15px;
	}

	.feature-post li:last-child {
		margin-right: 0;
	}

	.feature-post li img {
		height: 141px
	}

	.sticky li img {
		height: 136px;
	}

	.article-list .article-img {
		height: 125px;
	}

	li.first-li .hVPost-thumb img {
		height: 129px;
	}

	.article-list .item-title a {
		display: block;
		max-height: 28px;
		overflow: hidden;
	}

	.article-list .item-author {
		display: none;
	}

	.hVPost-thumb img,
	.hCPost-thumb img {
		width: 80px;
		height: 48px;
	}

	.hVPost-thumb,
	.hCPost-thumb {
		width: auto
	}

	.hVPost-content,
	.hCPost-content {
		margin-left: 90px;
	}

	p.item-date {
		display: none
	}

	.cate1-first-article a {
		height: 171px;
	}

	.cate2-article>a {
		height: 169px
	}

	ul.cate3-articles li a {
		max-width: 75%
	}
}

@media (max-width:970px) {

	/*.container {width:768px}*/
	.header-l,
	.container {
		width: 100%;
		float: none;
	}

	.header .header-l .logo {
		padding-left: 15px;
	}

	/*手机端导航按钮图标*/
	.navbar-toggle {
		display: block;
		outline: none;
	}

	.friend-link {
		display: none
	}

	.navbar-toggle .icon-bar {
		display: block;
		width: 20px;
		height: 2px;
		border-radius: 1px;
	}

	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 5px;
	}

	.icon-bar {
		transition: all .3s ease-out .3s;
		background: #5a5a5a;
	}

	.m-navbar-show .navbar-toggle {
		position: fixed;
		top: 0;
		z-index: 1000;
		right: 20%;
		background: 0 0;
		border: 0;
		margin-top: 8px;
		margin-right: 0;
		-webkit-transition: all .3s ease-out 0s;
		-o-transition: all .3s ease-out 0s;
		transition: all .3s ease-out 0s;
	}

	.m-navbar-show .icon-bar {
		background: #fff;
		-webkit-transition: all .3s ease-out .3s;
		-o-transition: all .3s ease-out .3s;
		transition: all .3s ease-out .3s;
	}

	.m-navbar-show .icon-bar-1 {
		margin-bottom: 0;
		-webkit-transform: rotate(-45deg) translate(-5px, 5px);
		-ms-transform: rotate(-45deg) translate(-5px, 5px);
		transform: rotate(-45deg) translate(-5px, 5px);
	}

	.m-navbar-show .icon-bar-2 {
		opacity: 0;
	}

	.m-navbar-show .icon-bar-3 {
		-webkit-transform: rotate(45deg) translate(-5px, -5px);
		-ms-transform: rotate(45deg) translate(-5px, -5px);
		transform: rotate(45deg) translate(-5px, -5px);
	}

	/*导航盒子*/
	.header-menu {
		position: fixed;
		bottom: 0;
		top: 0;
		left: -100%;
		z-index: 998;
		padding: 50px 0;
		width: 80%;
		height: 100%;
		margin: 0;
		background: #206be7;
		-webkit-transition: all .3s ease-out 0s;
		-o-transition: all .3s ease-out 0s;
		transition: all .3s ease-out 0s;
		overflow: auto;
		border: 0;
	}

	.header-menu.show {
		left: 0;
		overflow-y: auto;
	}

	.header-menu:before,
	.header-menu:after {
		content: " ";
		display: table;
	}

	.header-menu:after {
		clear: both;
	}

	/*手机端导航菜单*/
	.header .navbar {
		float: none;
		margin: 0;
	}

	.header .navbar-list {
		padding: 0;
		margin: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-top: 1px solid rgba(0, 0, 0, .05);
	}

	.navbar-list>li,
	.menu-r,
	.profile {
		float: none;
	}

	.navbar-list>li {
		display: block;
		position: relative;
		padding: 0 20px;
		border-bottom: 1px solid rgba(0, 0, 0, .07);
	}

	.header .navbar-list>li.current-menu-item {
		background: rgba(255, 255, 255, .1);
	}

	.header .navbar-list>li>a,
	.header .navbar-list>li>i,
	.header .menu-r ul.profile>li>i {
		color: #fff;
		line-height: 48px;
	}

	.header .navbar-list>.current-menu-item>a {
		color: #fff;
	}

	.header .navbar-list>li>a {
		display: block;
		position: static
	}

	.header .navbar-list>li:hover>a {
		color: #fff;
	}

	.header .navbar-list>li ul {
		display: none;
		opacity: 1;
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		-webkit-transition: opacity .1s, -webkit-transform .3s;
		-o-transition: transform .3s, opacity .1s;
		transition: transform .3s, opacity .1s;
		transition: transform .3s, opacity .1s, -webkit-transform .3s;
		visibility: visible;
		position: static;
		background: rgba(0, 0, 0, .05);
		box-shadow: 0 0 0 transparent;
		border-radius: 5px;
		margin: 0 -20px;
		padding: 0;
	}

	.header .navbar-list li ul li a {
		font-size: 15px;
		color: #fff;
		padding: 0 20px;
		line-height: 48px;
		border-top: 1px solid rgba(0, 0, 0, .05);
	}

	.header .navbar-list>li>i,
	.header .menu-r ul.profile>li>i {
		position: absolute;
		width: 50px;
		height: 50px;
		text-align: center;
		margin-left: 0;
		right: 0;
		top: 0;
		font-size: 20px;
		z-index: 99;
		border-left: 1px solid rgba(0, 0, 0, .07);
	}

	.header .menu-r ul.profile>li>i {
		width: 42px;
		height: 42px;
		line-height: 42px;
		border-left: 0;
	}

	.menu-r,
	.profile,
	.profile .menu-item {
		height: auto;
	}

	.profile .menu-item {
		margin-bottom: 20px;
		padding-right: 0
	}

	.user-wrap {
		display: block;
		padding: 5px 20px 20px;
		margin-left: 0;
		height: 100%;
		cursor: default;
	}

	.dropdown-menu {
		display: none;
		position: static;
		float: none;
		width: 100%;
		padding: 0;
		visibility: visible;
		opacity: 1;
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		background: rgba(0, 0, 0, .1);
		border: 0;
		box-sizing: border-box;
		border-radius: 5px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.user-wrap a {
		color: #fff;
		padding: 10px 20px
	}

	.user-wrap a.login,
	.user-wrap a.register {
		position: relative;
		width: 48%;
		margin: 0 0 20px;
		padding: 8px 30px;
		line-height: 22px;
		text-align: center;
		color: rgba(255, 255, 255, .8);
		background: rgba(255, 255, 255, .1);
		box-sizing: border-box;
	}

	.user-wrap a.login {
		margin-right: 2%;
	}

	.user-wrap a.register {
		margin-left: 2%;
	}

	.user-wrap a.login:after {
		width: 0;
		height: 0;
	}

	.profile .dropdown:hover .dropdown-menu {
		display: none;
	}

	.dropdown-menu>li>a:hover {
		color: #fff;
		background: transparent;
	}

	.menu-item .menu-item-user {
		display: block;
		color: #fff;
		padding: 8px 0;
	}

	.search-icon,
	.search-off {
		display: none;
	}

	.search,
	.user-wrap a.publish {
		display: block
	}

	.user-wrap a.publish {
		background: rgba(255, 255, 255, .1);
		text-align: center;
		margin-left: 0;
		line-height: 36px;
	}

	.user-wrap a:hover {
		color: #fff
	}

	.search,
	.search form {
		position: relative;
	}

	.search {
		padding: 0 20px;
	}

	.search form,
	.search,
	.search input.input-text {
		width: 100%;
		box-sizing: border-box;
	}

	.search input.input-text {
		width: 100%;
		height: 36px;
		padding: 5px 32px 5px 10px;
		line-height: 20px;
		margin: 0;
		color: #333 !important;
		background: #fff;
		border: 1px solid #fff;
	}

	.search button.search-btn {
		position: absolute;
		right: 10px;
		top: 0;
		line-height: 36px;
		color: #5a5a5a;
	}

	.m-navbar-show .body-shadow {
		position: fixed;
		z-index: 996;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		content: "";
		background: rgba(0, 0, 0, .3);
	}

	.main {
		width: 100%;
		padding-right: 0;
	}

	.swiper-slide img {
		height: 409px;
	}

	.sidebar {
		display: none
	}

	.feature-post li img {
		height: 153px;
	}

	.sticky li img {
		height: 151px;
	}

	.article-list .article-img {
		height: 136px;
	}

	.footer .container {
		padding: 0 20px;
		text-align: center;
	}

	.header .navbar-list>li:hover i,
	.menu-r ul.profile>li:hover i {
		color: #fff;
		transform: rotate(0);
	}

	.menu-r ul.profile>li:hover>a {
		color: #fff;
	}

	.member-account-nav {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.member-account-content {
		margin-left: 0
	}

	.member-account-title {
		padding: 0 20px 20px;
		margin: 0 -20px 30px;
	}

	.member-account-content {
		padding: 20px;
	}

	.cate1-first-article a {
		height: 195px;
	}

	.cate2-article>a {
		height: 130px;
	}

	.tougao-content,
	.tougao-info {
		padding: 20px;
		border-radius: 3px;
	}

	.tougao-content .tougao-item:last-child {
		margin-bottom: 0;
	}

	.tougao-sidebar {
		display: block;
		width: 100%;
		margin-top: 20px;
	}

	span.tougao-item-l,
	.tougao-item-r {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.tougao-vcode input {
		padding: 0 10px;
	}

	li.follow-item {
		width: 49%;
	}

	.tags_list ul li {
		width: 20%;
	}
}

@media (max-width:767px) {

	/*.container {width:540px}*/
	.navbar-toggle {
		margin: 10px 0;
	}

	.header .header-l .logo {
		height: 56px;
		padding-left: 10px
	}

	.header .header-l .logo img {
		max-height: 30px;
	}

	.banner,
	.swiper-slide,
	.swiper-container,
	.swiper-slide img {
		border-radius: 0
	}

	.mt-82 {
		margin-top: 65px;
	}

	/*.index-mt {margin-top:50px;}*/
	.r-action,
	.feature-post li:last-child,
	.item-meta-right {
		display: none
	}

	.swiper-slide img {
		height: 302px;
	}

	.feature-post li {
		width: 50%
	}

	.feature-post li:first-child {
		margin-left: 15px
	}

	.feature-post li img {
		height: 155px;
	}

	.sticky li img {
		height: 157px;
	}

	.article-list .article-img {
		width: 35%;
		height: 109px;
	}

	.article-list .item-excerpt {
		display: none;
	}

	.article-list .item-title a {
		max-height: 56px;
		font-size: 16px
	}

	.article-list .item-content {
		margin-left: 10px;
	}

	.article-list .article-item,
	.article-list .article-ad {
		padding: 15px 0
	}

	.article-nav {
		padding: 30px 0 0
	}

	.article-nav div {
		width: 100%;
		float: none;
		padding-right: 0;
		text-align: left;
		padding-left: 0;
	}

	.article-nav div:first-child {
		margin-bottom: 20px;
	}

	.article-nav i {
		display: none;
	}

	.article-nav a {
		display: inline
	}

	.entry-bottom {
		display: none
	}

	.msg-img {
		width: 30px;
		height: 30px;
	}

	.msg-info {
		margin-left: 40px;
	}

	.msg-text {
		padding-left: 40px;
	}

	ul.comm-child-msg-list {
		margin-left: 40px;
	}

	ul.comm-child-msg-list>li {
		padding: 15px;
	}

	.new-articles {
		padding: 0 20px;
	}

	.member-body {
		min-width: 300px;
		padding: 30px 0;
	}

	.member-wrap.fade .login-box,
	.member-wrap.fade .reg-box {
		display: block;
		padding: 0 30px;
	}

	.comm-user li {
		float: none;
		width: 100%;
	}

	.comm-user>ul>li:nth-child(odd)>.comm-group,
	.comm-user>ul>li:nth-child(even)>.comm-group {
		margin: 0;
	}

	.comm-sumbit span {
		display: none
	}

	.cate1-article-box,
	.cate3-article-box {
		width: 100%;
	}

	.cate1-box .cate1-article-box>.cate-articles {
		margin: 0 !important;
	}

	.cate1-first-article a {
		height: 292px;
	}

	.cate-articles ul li {
		width: 50%
	}

	.cate2-article>a {
		height: 188px;
	}

	.tags_list ul li {
		width: 33.3333%;
	}
}

@media (max-width:539px) {

	/*.container {width:412px}*/
	.banner,
	.swiper-slide,
	.swiper-container,
	.swiper-slide img {
		width: 100%;
		box-sizing: border-box
	}

	.swiper-slide img {
		height: 230px;
	}

	.feature-post li img {
		height: 115px;
	}

	.sticky li img {
		height: 118px;
	}

	.index-title small {
		display: none
	}

	.article-list .article-img {
		height: 84px;
	}

	.article-list .item-title a {
		line-height: 23px;
		max-height: 46px;
	}

	.article-list .item-images span {
		width: 32.5%
	}

	.article-list .item-images span:last-child {
		display: none
	}

	.new-articles,
	.footer .container {
		padding: 0 15px;
	}

	.profile-nav {
		padding: 0 13px;
	}

	.cate-articles {
		padding: 0 15px 7px;
	}

	.sticky {
		padding: 0 15px 15px;
	}

	.author-content {
		padding: 20px 15px 0;
	}

	.cate3-article-box {
		padding: 10px 15px 20px;
	}

	.tougao-content,
	.tougao-info {
		padding: 20px 15px;
	}

	.profile-nav li a {
		display: block;
		padding: 18px 0 16px;
	}

	.profile-nav li {
		padding: 0 20px;
	}

	.comm-user input {
		height: 37px;
		line-height: 37px;
	}

	.comm-user li img {
		height: 35px;
	}

	.cate1-first-article a {
		height: 223px;
	}

	.cate2-article>a {
		height: 138px;
	}

	.cate2-article-title {
		padding: 0 10px
	}

	.cate2-article-meta {
		margin: 0 10px 15px;
	}

	.cate-articles ul {
		margin: 20px -8px 0;
	}

	.cate2-article {
		background: #fff;
		margin: 0 8px 15px;
	}

	ul.cate3-articles li a,
	.cate1-more-left {
		max-width: 70%;
	}

	span.time {
		max-width: 30%;
	}

	.article-title {
		font-size: 22px;
	}

	li.follow-item {
		width: 100%;
		margin: 0 0 1%;
	}

	li.profile-item {
		width: 100%;
		padding: 0;
	}

	.tags-main {
		padding: 0 7px 1px;
	}

	.tags-head {
		padding: 15px 0 0;
	}

	h2.tags-title {
		font-size: 22px;
	}

	.tags_list ul li {
		width: 50%;
	}
}

@media (max-width:411px) {

	/*.container {width:360px}*/
	.swiper-slide img {
		height: 202px;
	}

	.feature-post {
		margin-top: 5px;
	}

	.feature-post li img {
		height: 99px;
	}

	.sticky li img {
		height: 102px;
	}

	.banner {
		margin: 0 0 5px;
	}

	.j-slider {
		padding: 15px 0 0;
	}

	.article-list {
		margin-right: 0
	}

	.article-list .article-img {
		height: 73px;
	}

	.article-list .item-title a {
		display: block;
		line-height: 22px;
		max-height: 44px;
	}

	.article-list .item-meta {
		bottom: -2px;
	}

	.member-wrap.fade .login-box,
	.member-wrap.fade .reg-box {
		padding: 0 20px;
	}

	.member-form-head {
		margin-bottom: 30px;
	}

	.member-form-logo img {
		height: 35px;
		line-height: 35px;
	}

	span.lr-close {
		right: 5px;
	}

	.profile-nav li a {
		display: block;
		padding: 16px 0 14px;
	}

	.profile-nav li {
		padding: 0 13px;
	}

	.author-banner {
		padding: 35px 0;
	}

	.author-avatar img {
		width: 65px;
		height: 65px;
	}

	.author-header h1 {
		font-size: 26px;
	}

	.author-intro {
		margin-bottom: 15px;
	}

	.author-meta {
		margin-bottom: 18px;
	}

	.reward-content {
		width: 320px;
	}

	.cate1-first-article a {
		height: 193px;
	}

	.cate2-article>a {
		height: 122px;
	}

	ul.cate3-articles li a,
	.cate1-more-left {
		max-width: 65%;
	}

	span.time {
		max-width: 35%;
	}
}

@media (max-width:359px) {
	.container {
		max-width: 320px;
	}

	.swiper-slide img {
		height: 180px;
	}

	.feature-post li img,
	.sticky li img {
		height: 86px;
	}

	.article-list .article-img {
		height: 61px
	}

	.member-body {
		min-width: 240px;
		padding: 20px 0;
	}

	.member-wrap.fade .login-box,
	.member-wrap.fade .reg-box {
		display: block;
		padding: 0 20px;
	}

	.member-form-head {
		margin-bottom: 20px;
	}

	span.lr-close {
		right: 5px;
	}

	.member-form-logo img {
		height: 30px;
	}

	.member-form-group input,
	.member-input-group input {
		height: 32px;
	}

	.authcode img {
		height: 30px;
	}

	.authcode,
	.forget-email-btn {
		width: 80px;
	}

	ul.cate3-articles li a,
	.cate1-more-left {
		max-width: 60%;
	}

	span.time {
		max-width: 40%;
	}

	.tougao-vcode input {
		height: 32px;
	}
}

/*! font Awesome图标样式
  *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  */
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158"
}

.fa-won:before,
.fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}