@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;
	outline: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
	font-size: 100%;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	color: #666;
	font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.8;
	background-color: #f1f1f1;
	background-repeat: repeat;
	background-size: inherit;
	background-attachment: fixed;
	background-position: center center;
	/*background-image:url(../images/body_bg.jpg);*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

nav ul {
	list-style: none;
}

nav ul {
	list-style: none;
}

li {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

a {
	margin: 0;
	padding: 0;
	background: transparent;
	color: #333;
	vertical-align: baseline;
	text-decoration: none;
	font-size: 100%;
	font-family: "Open Sans", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", Arial, Verdana, Tahoma, sans-serif;
}

a:hover,
a:focus {
	color: #b10b0b;
	text-decoration: none;
	cursor: pointer;
}

a:focus {
	color: #333;
}

a:hover {
	opacity: .9;
	text-decoration: none;
	color: #448EF6;
}

p {
	line-height: 20px;
}

img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

.content-wrap {
	width: 100%;
	overflow: hidden
}

.container {
	margin: 0 auto;
	max-width: 1170px;
	padding: 0 15px;
}

.entry-content p.more,
hr {
	display: block;
	margin: 1em 0;
	padding: 0;
	height: 1px;
	border: 0;
	border-top: 1px solid #666;
}

input,
select,
button,
textarea {
	vertical-align: middle;
	font-family: Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", "Open Sans", "Hiragino Sans GB", Verdana, sans-serif;
}

:focus {
	outline: 0
}

a,
button,
input {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.left,
.fl {
	float: left;
}

.right,
.fr {
	float: right;
}

.clear {
	clear: both;
}

.visible-phone {
	display: none !important;
}

.visible-tablet {
	display: none !important;
}

.hidden-desktop {
	display: none !important;
}

.visible-desktop {
	display: inherit !important;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

sub {
	vertical-align: sub;
	font-size: smaller;
}

.bizad1,
.bizad2,
.bizad3 {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mt20 {
	margin-top: 20px;
}

.mb15 {
	margin-bottom: 15px;
}

.mt15 {
	margin-top: 15px;
}

.homedia.sell20 {
	margin-top: 5px;
}

.mb-20 {
	margin-bottom: -20px;
}

.box-shadow {
	background-color: #fff;
	vertical-align: top;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	border-radius: 2px;
	box-shadow: 0 1px 3px 0 rgba(165, 152, 152, 0.38);
}

article,
input,
textarea,
b,
ul,
li,
button,
a {
	-moz-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.in-out {
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: " ";
	clear: both;
}

::-webkit-scrollbar-track {
	background: rgb(221, 221, 221);
}

::-webkit-scrollbar-thumb {
	background: rgb(88, 165, 195);
	border-radius: 4px;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

i.fa {
	padding-right: 5px;
}

#percentageCounter {
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 3px;
	z-index: 2;
	background-color: #448EF6;
}

.arc_v1 {
	background: #d1d5dc;
	color: #fff;
}

.arc_v2 {
	background: #448EF6;
	color: #fff;
}

.arc_v3 {
	background: #f6b044;
	color: #fff;
}

.arc_v4 {
	background: #c444f6;
	color: #fff;
}

.arc_v5 {
	background: #f64444;
	color: #fff;
}

.arc_v6 {
	color: #fff;
	background-image: linear-gradient(90deg, #3ca5f6 0%, #a86af9 100%);
	background-image: -webkit-linear-gradient(0deg, #3ca5f6 0%, #a86af9 100%);
}

.arc_v7 {
	background: #000;
	color: #fff;
}

#divPrevious ul li a:hover,
ul.two-box-list li a:hover,
a.widget-posts-title:hover {
	margin-left: 8px;
}

.post-recom {
	margin: 20px 0 0px 0;
	padding-bottom: 20px;
}

/*404*/
.error-page {
	text-align: center;
	margin-top: 0px;
}

.not-found-title {
	color: #d5d7da;
	font-size: 14em;
	margin: 0;
	line-height: 1
}

.not-found-back {
	color: #979797
}

.error-page .search-submit {
	top: 0;
}

.search-form {
	position: relative;
	max-width: 600px;
	margin: 20px auto;
}

.error-page .search-box input,
.widget-area .search-box input {
	color: #113a5d;
	border-color: #F4F6F9;
	border-radius: 8px;
	background-color: #d5d7da;
	border: 1px #ddd solid;
	width: 100%;
	padding-left: 1em;
	padding-right: .6em;
	height: 36px;
}

.error-page .search-submit {
	border: 0;
	padding: 0;
	background: 0 0;
	width: 30px;
	height: 30px;
	line-height: 36px;
	color: #969696;
	position: absolute;
	right: 5px;
	top: 2px;
	line-height: normal;
	text-align: center;
}

.error-page .search-submit i.fa.fa-search {
	font-size: 1.35em;
}

.error-page p {
	margin-top: 8px;
	font-size: 15px;
}

.index404 ul#tag_cloud {
	padding: 0;
	list-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.index404 .pic-box {
	margin-top: 5px;
}

.index404 ul#tag_cloud li {
	display: inline-block;
	margin: 5px 4px 0;
	padding: 6px;
	border-radius: 36px;
}

.index404 ul#tag_cloud li a {
	background: rgb(84, 181, 219);
	color: #fff;
	border-radius: 3px;
	padding: 6px 15px;
}
.top-header {
	height: 112px;
}

.site-main {
	margin-top: 20px;
}

.top-bar {
	position: relative;
	width: 100%;
	z-index: 69;
	box-shadow: 0px 5px 40px 0px rgba(17, 58, 93, 0.1) !important;
	background-color: #fff;
}

.new-header {
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.secnav-b {
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.new-header-b,
.secnav-b.fixed-nav {
	border-bottom: 0px solid rgba(0, 0, 0, .05);
}

border-top:1px solid rgba(0, 0, 0, .05);
}

nav.top-bar-navigation {
	float: right;
}

nav.top-bar-navigation ul {
	float: left;
}

nav.top-bar-navigation ul li {
	position: relative;
	display: block;
	float: left;
	padding: 0 15px;
}

nav.top-bar-navigation>ul>li:first-child {
	padding-left: 0;
}

nav.top-bar-navigation>ul>li:hover>a,
nav.top-bar-navigation>ul>li.active>a {
	color: #1878ff;
}

nav.top-bar-navigation ul li a {
	display: block;
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 55px;
	color: #555;
}

nav.top-bar-navigation>ul>li.menu-item-has-children>a:after {
	content: ".";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	position: relative;
	top: -1px;
	left: 5px;
	overflow: hidden;
}

nav.top-bar-navigation ul li>ul {
	float: left;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 55px;
	padding: 8px 10px;
	border-radius: 4px;
	z-index: 100;
}

nav.top-bar-navigation ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	filter: alpha(opacity=100);
}

nav.top-bar-navigation ul li>ul:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -1px;
	left: 5%;
	z-index: 1;
	border-top: 2px solid #54b5db;
	width: 90%;
}

nav.top-bar-navigation ul li:hover ul li {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

nav.top-bar-navigation ul li>ul>li {
	color: #448EF6;
	position: relative;
	display: block;
	float: left;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

nav.top-bar-navigation ul li>ul>li>a {
	padding: 0;
	line-height: inherit;
	display: block;
	padding: 4px 0 4px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 14px;
	white-space: nowrap;
}

nav.top-bar-navigation ul li>ul>li>a:hover {
	color: #448EF6;
	opacity: 1;
}

nav.top-bar-navigation ul li>ul>li a:before {
	content: '';
	height: 1px;
	width: 10px;
	background-color: #448EF6;
	opacity: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	position: absolute;
	left: -2px;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	-khtml-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

nav.top-bar-navigation ul li>ul>li>a:hover:before {
	opacity: 1;
}
.box {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin: 0 auto;
	width: 1000px;
}

.top-bar-left .logo {
	line-height: 50px;
	white-space: nowrap;
}

.top-bar-left .logo img {
	display: inline-block;
	height: 56px;
}

img.sublogo {
	display: inline-block;
	width: 120px !important;
}

@-webkit-keyframes changeImg {
	from {
		left: -100%;
	}

	100% {
		left: 200%;
	}
}

.mobile-menu .widget {
	display: none;
}

.shan {
	position: absolute;
	-webkit-animation: changeImg 3s ease 0s;
	-o-animation: changeImg 3s ease 0s;
	animation: changeImg 3s ease 0s;
	top: -50%;
	width: 30%;
	height: 200%;
	content: "";
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
	transform: skewX(-45deg);
	animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.btn-article {
	display: block;
	cursor: pointer;
	border-radius: 3px;
	text-align: center;
	line-height: 2.4;
	outline: none;
	border: none;
}

.search-btn a {
	height: 36px;
	line-height: 20px;
	padding: 8px 15px;
	margin: 10px 0;
	color: #fff;
	font-size: 14px;
	border-radius: 8px;
	box-sizing: border-box;
	background: #3b5160;
}

.search-warp {
	float: right;
	width: 460px;
	height: 36px;
	background: #f3f5f6;
	border-radius: 8px;
	padding-right: 103px;
	margin: 10px 0 10px 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.search-warp .search-area {
	width: 100% !important;
	height: 36px;
	font-size: 14px;
	color: #9199a1;
	padding: 0;
	margin: 0;
	border-radius: 5px 0 0 5px;
	position: relative;
}

.search-warp .search-area input.search-input {
	width: 100%;
	height: 36px;
	line-height: 20px;
	padding: 8px 16px;
	font-size: 14px;
	color: #9199a1;
	border-radius: inherit;
	background: #f3f5f6;
	border: 0px;
}

.search-warp button.showhide-search {
	height: 36px;
	line-height: 21px;
	padding: 0px 15px;
	color: #fff;
	font-size: 14px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	box-sizing: border-box;
	background: #3b5160;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	cursor: pointer;
}

.search-warp button.showhide-search:hover {
	background: #54b5db;
}

.site-wrap {
	padding-top: 75px;
}

/*secnav*/
.top-bar.fixed-nav {
	position: fixed;
	top: 0;
}

.secnav {
	height: 56px;
	position: relative;
}

.top-bar.fixed-nav.fixed-enabled .secnav,
.secnav.fixed-nav {
	height: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .25s ease-out 0s;
	-o-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s;
}

.top-bar.fixed-nav.fixed-appear .secnav,
.secnav.fixed-nav.fixed-enabled.fixed-appear {
	height: 56px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .25s ease-out 0s;
	-o-transition: all .25s ease-out 0s;
	transition: all .25s ease-out 0s;
	-webkit-animation-name: slideDown;
	-moz-animation-name: slideDown;
	-o-animation-name: slideDown;
	animation-name: slideDown;
}

.fav-subnav {
	position: absolute;
	width: 100%;
	padding-right: 30px;
}

.secnav.fixed-nav .fav-subnav {
	height: 0;
}

.secnav.fixed-nav.fixed-appear .fav-subnav {
	height: auto;
}

/*banner*/
.main {
	width: 72%;
	background: #fff;
	box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);
	border-radius: 5px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
}
i.mask {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .05) 5%, rgba(0, 0, 0, 0.18));
}

span.badge {
	border-radius: 2px;
	font-weight: 400;
	padding: .20em .35em;
	font-size: 12px;
	margin: 0 .40rem 0 0;
	position: relative;
	top: -1px;
}

span.arc_v2 {
	background: #448EF6;
	color: #fff;
}

.entyr-icon {
	align-items: center;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 19px;
	justify-content: center;
	left: 5px;
	line-height: 1;
	position: absolute;
	top: 5px;
}

.entyr-icon i.fa {
	font-size: 20px;
}
a.block-fea {
	position: absolute;
	border-radius: 5px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: rgba(120, 120, 120, 0.1);
}

/*side侧栏*/
.side {
	width: 26.666%;
}

.widget {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 1.5rem;
	background: #ffffff;
	border-radius: 8px;
	padding: 15px;
	box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);
}

.widget:last-child {
	margin-bottom: 0;
}

.widget-title {
	font-size: 18px;
	text-transform: uppercase;
	margin: -5px 0 12px;
	padding-bottom: 6px;
	position: relative;
	border-bottom: 1px solid rgba(221, 221, 221, .8);
}

.widget-title:before {
	border-top: 1px solid #54b5db;
	width: 20px;
}

.widget-title:before {
	display: inline-block;
	z-index: 1;
	content: " ";
	position: absolute;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #f92900 !important;
	width: 12px;
	height: 12px;
	-webkit-box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
	box-shadow: 20px 0 #fbc606, 40px 0 #448ef6;
	float: right;
	right: 44px;
	top: 11px;
	border-color: transparent;
}

.widget-title i.fa {
	font-size: 18px;
	color: #000;
	padding-right: 8px;
}

.widget-title i.fa.fa-divTags:before {
	content: "\f02c";
}

.widget-title i.fa.fa-side_con:before {
	content: "\f06d";
}

.widget-title i.fa.fa-divCalendar:before {
	content: "\f073";
}

.widget-title i.fa.fa-divContorPanel:before {
	content: "\f0e4";
}

.widget-title i.fa.fa-divFavorites:before {
	content: "\f005";
}

.widget-title i.fa.fa-divSearchPanel:before {
	content: "\f002";
}

.widget-title i.fa.fa-divStatistics:before {
	content: "\f1ea";
}

.widget-title i.fa.fa-divMisc:before {
	content: "\f02d";
}

.widget-title i.fa.fa-divLinkage:before {
	content: "\f127";
}

.widget-title i.fa.fa-divPrevious:before,
.widget-title i.fa.fa-divArchives:before {
	content: "\f15c";
}

.widget-title i.fa.fa-divComments:before {
	content: "\f086";
}

.widget-title i.fa:before,
.widget-title i.fa.fa-divNavBar:before,
.widget-title i.fa.fa-authors:before,
.widget-title i.fa.fa-divCatalog:before {
	content: "\f0c9";
}

.widget-title span {
	display: inline-block;
	padding: 0 10px 0 0;
	background: #ffffff;
	position: relative;
	z-index: 2;
	font-weight: normal;
	color: #333;
}

/**/
.site-header {
	border-bottom: 1px solid rgba(99, 99, 99, .1);
	margin-bottom: 20px;
	margin-top: -20px;
}

.main-navigation {
	line-height: 40px;
	margin: 0 auto;
	height: 40px;
}

.menu-nav-inline {
	float: left;
	position: relative;
	max-width: 60%;
	height: 42px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.menu-nav-inline li {
	list-style-type: none;
	float: left;
	line-height: 40px;
	padding: 0 20px 0 0;
	white-space: nowrap;
}

.menu-nav-inline a {
	position: relative;
}

.menu-nav-inline .menu-item.active a:after {
	position: absolute;
	left: 0;
	bottom: -11px;
	width: 100%;
	height: 2px;
	background: #3ca5f6;
	border-radius: 2px;
	content: "";
}

.primary-menu {
	float: right;
	max-width: 39%;
}

.primary-menu ul {
	height: 40px;
	overflow: hidden;
	text-align: center;
	margin: 0;
	padding: 0;
}

.primary-menu ul li {
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.primary-menu ul li:first-child {
	margin-top: 0;
	transition: margin-top .8s;
}

.primary-menu a {
	font-size: 12px !important;
}

.primary-menu span i,
.primary-menu a:hover {
	color: #54b5db;
}

.primary-menu a {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 40px;
	color: #54b5db;
}

.pic-box .two-box-tit {
	margin-bottom: 15px;
}

/**/
.pic-box {
	margin-top: 20px;
	border-radius: 8px;
}

ul.pic-box-list {
	overflow: hidden;
	margin: 10px 7px 0 7px;
}

ul.pic-box-list li {
	width: 25%;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
	border-radius: 5px;
}

ul.pic-box-list li a {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0 7px 5px 7px;
	border: #f1f1f1 1px solid;
	border-radius: 8px;
}

i.thumb {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 66.7%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	position: relative;
	overflow: hidden;
	transition: all .2s;
}

ul.pic-box-list li h3 {
	padding: 5px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
	font-size: 15px;
	background-size: 20px;
}

ul.pic-box-list li p {
	font-size: 12px;
	color: #999;
	overflow: hidden;
	margin: 5px 0;
	padding: 0 10px;
}

ul.pic-box-list li p b.datetime {
	float: left;
	font-weight: normal;
	margin-left: 0;
}

ul.pic-box-list li p span.viewd {
	float: right;
}

/*imglist*/
.side-content ul.imglist.pic-box-list {
	margin-top: 20px;
}

.home-index ul.imglist.pic-box-list {
	margin-top: 0;
	margin-left: -7px;
	margin-right: -7px;
}

ul.imglist.pic-box-list {
	margin: 10px -7px 0;
	overflow: visible;
	display: table;
	clear: both;
}

ul.imglist.pic-box-list li {
	width: 33.333%;
	overflow: visible;
}

ul.imglist.pic-box-list li a {
	border: #f1f1f1 0px solid;
}

li.sell-list:hover,
ul.imglist.pic-box-list li a:hover {
	transform: translate(0, -5px);
	color: #54b5db;
}

ul.imglist.pic-box-list li h3 {
	padding: 5px 2px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space: normal;
	min-height: 64px;
}

ul.imglist.pic-box-list p {
	padding: 0 2px 10px 2px;
	border-bottom: 1px solid #ddd;
}

/*ads*/
.adimgs {
	margin: 20px 0px 10px;
	display: block;
}

/*list*/
.post-list {
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.post-list:first-child {
	margin-top: -20px;
}

.entry-container {
	display: block;
	position: relative;
	min-height: 118px;
	padding: 20px 0px 20px 230px;
}

.featured-container {
	position: relative;
}

.featured-container:before,
.entry-container:before {
	position: absolute;
	content: '';
	left: -21px;
	width: 4px;
	height: 23px;
	background: #409eff;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	transition: transform 0.35s, -webkit-transform 0.35s;
}

.featured-container:before {
	top: 5px;
}

.featured-container:hover:before,
.entry-container:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

ul.pic-box-list li a:hover .pic-thumb img,
.rowimg .feaimg:hover a.feaimg-content,
.entry-container:hover a.block-fea {
	transition: All .7s ease;
	-webkit-transform: scale(1.2) rotate(-6deg);
	-moz-transform: scale(1.2) rotate(-6deg);
	-o-transform: scale(1.2) rotate(-6deg);
	-ms-transform: scale(1.2) rotate(-6deg);
	transform: scale(1.2) rotate(-6deg);
}

.feaimg {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0;
	align-items: flex-start;
	border-radius: 5px;
}

.feaimg:after {
	content: '';
	display: block;
	padding-top: 100%;
	padding-top: 66.66666%;
	background: #fff;
	border-radius: 8px;
}

.fea-21x9:after {
	padding-top: 42.857143%;
}

.block-image.feaimg {
	width: 210px;
	height: 158px;
	position: absolute;
	padding-top: 0;
	margin-right: 20px;
	left: 0;
}

.featitle {
	margin-bottom: 5px;
}

header.entry-header {
	position: relative;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: auto 40%;
}

.post-list header.entry-header {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.entry-title {
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: 500;
}

.entry-container .entry-title {
	margin: 0;
	font-size: 18px;
	line-height: 26px;
	text-overflow: ellipsis;
	overflow: hidden;
}

span.entry-title a {
	color: #333;
}

.entry-summary p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	color: #999;
	line-height: 25px;
	margin: 0.7em 0;
}

.ss p {
	height: 80px;
}

.entry-meta {
	font-size: 11px;
	color: #939393;
	letter-spacing: 0px !important;
	line-height: 1;
}

.fea-meta {
	margin-bottom: 5px !important;
}

.entry-meta a {
	color: #939393;
}

.entry-title a:hover,
.entry-meta a:hover {
	color: #448EF6;
}

.avatar {
	border-radius: 50%;
}

img.avatar.avatar-140.photo {
	margin-right: 5px;
}

span.separator {
	color: #e1e1e1;
	padding: 0 5px;
}

.rowimg {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -0.6rem;
	margin-right: -0.6rem;
	margin-top: 10px;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding-left: 0.6rem;
	padding-right: 0.6rem;
}

.feaimg-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0;
	border-radius: inherit;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: rgba(120, 120, 120, 0.1);
}

.featured {
	padding-top: 1.25rem;
}

.feaimg.fea-21x9 {
	margin-top: 10px;
}

ul.widget-box.side_con li {
	margin: 10px 0;
	overflow: hidden;
	line-height: 24px;
	position: relative;
	padding-left: 15px;
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
}

ul.widget-box.side_con li:last-child {
	margin-bottom: 5px;
}

ul.widget-box.side_con li:before {
	position: absolute;
	left: 2px;
	top: 10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #3f8efd;
	content: "";
}

ul.widget-box.side_con li p {
	margin-top: 4px;
	line-height: 1.5;
	font-size: 13px;
	margin-left: -15px;
	color: #666;
	white-space: normal;
	padding: 5px 10px;
	background: #f7f7f7;
	position: relative;
	border-radius: 4px;
}

ul.widget-box.side_con li p:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-bottom: 6px solid #f7f7f7;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	left: 15px;
	bottom: 100%;
}

.sell-ul li .pic-thumb img,
ul.imglist li .pic-thumb img,
ul.pic-box-list .pic-thumb img,
i.two-thumb img,
.post-list img.lazy {
	width: 100%;
	align-self: center;
	position: absolute;
	object-fit: cover;
	height: 100%;
}

.feaimg.fea-21x9 a.feaimg-content {
	display: flex;
}

.feaimg.fea-21x9 img.lazy.bigpic {
	align-self: center;
	width: 100%;
}

.pic-thumb {
	display: flex;
	width: 100%;
	height: 177px;
	position: relative;
	overflow: hidden;
	transition: all .2s;
}

i.two-thumb {
	align-self: center;
	display: flex;
	width: 100%;
	height: 141px;
	position: relative;
	overflow: hidden;
	transition: all .2s;
}

.part-mor .pic-thumb {
	height: 123px;
}

.sell-ul li .pic-thumb {
	height: 235px;
}

ul.imglist li .pic-thumb {
	height: 165px;
}

.widget-posts-meta i {
	font-size: 13px;
	color: #969696;
	font-style: normal;
	float: right;
}

.hotimg {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
}

.list-item {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
}

.list-overlay-content {
	color: #fff;
}

.list-item.list-overlay-content {
	border-radius: 3px;
	overflow: hidden;
}

.h-2x {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
}

.list-title {
	line-height: 1.4285714286;
	display: block;
	color: inherit;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space: normal;
	padding-bottom: 0 !important;
}

.list-overlay-content .list-footer {
	margin-top: 0.25rem;
	cursor: pointer;
}

.text-xs {
	font-size: 10px !important;
}

.list-overlay-content .text-muted:not(i) {
	color: rgba(255, 255, 255, 0.5) !important;
}

.list-overlay-content a:hover {
	color: #fff;
}

.search-c .entry-container strong {
	font-weight: 500;
	color: #f92900;
}

/*最新文章替换*/
#divPrevious ul {
	margin-top: -8px;
}

#divPrevious ul li {
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 99%;
	padding: 0;
	border-bottom: 1px dotted #cbcbcb;
}

#divPrevious ul li:last-child {
	border-bottom: 1px dotted transparent;
	border-bottom: 1px dotted transparent;
	margin-bottom: -12px;
}

#divPrevious ul li a {
	width: 100%;
	display: block;
	padding: 9px 0 12px 3px;
}

#divPrevious ul li .time {
	float: left;
	width: 78px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #616161;
	font-size: 9pt;
	background: #f2f2f2;
	font-family: arial;
	padding: 0;
}

#divPrevious ul li .title {
	height: 36px;
	line-height: 18px;
	font-size: 14px;
	color: #3f3f3f;
	padding: 0;
	padding-left: 9pt;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space: normal;
}

#divPrevious ul li span.r {
	font-size: 22px;
	width: 30px;
	margin-right: 2px;
	text-align: right;
}

#divPrevious ul li span.y {
	font-size: 9pt;
	margin-left: 5px;
	position: relative;
	bottom: 1px;
}

/*site-imgs*/
ul.widget-box.services li {
	width: auto;
	line-height: 30px;
	position: relative;
}

li.site-imgs {
	margin-bottom: 8px;
}

li.site-about {
	margin-top: 8px;
}

li.site-about a {
	display: inline-block;
	background-color: #f60;
	width: 33.333%;
	color: #fff;
	text-align: center;
	padding: 6px 0;
}

li.site-about a.ad_link {
	background-color: #38ca34;
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
}

li.site-about a.weibo_link {
	background-color: #3690cf;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
}

ul.divLinkage li {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 10px;
}

a.shoucang,
a.lcFavBtn {
	color: #fff;
	padding: 0 10px;
	border-radius: 2px;
	font-size: 12px;
	line-height: 32px;
	display: inline-block;
	margin: 0 3px 10px 0;
	background: rgb(84, 181, 219);
}

a.lcFavBtn.collected,
a.shoucang.collected {
	background: #3b5160;
}

.readlist i.fa {
	padding-right: 2px;
}

a.shoucang:before,
a.lcFavBtn:before {
	content: "\f006";
	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;
	padding-right: 2px;
}

a.shoucang.collected:before,
a.lcFavBtn.collected:before {
	content: "\f005";
}

.z-thumbs-up {
	cursor: pointer;
}

/*side_random*/
.widget-box.side_random {
	overflow: hidden;
}

.side_random li.r-item {
	float: left;
	width: 48.5%;
	position: relative;
	line-height: 1.46;
	padding: 0 3px;
	margin: 0px 0 15px;
	overflow: hidden;
}

.side_random li.r-item:nth-child(even) {
	float: right;
}

.side_random li.r-item:nth-last-of-type(-n+2) {
	border-bottom: 0;
	margin-bottom: -10px;
}

.side_random li .r-item-wrap {
	position: relative;
}

.side_random li .r-thumb {
	position: relative;
	height: 0;
	display: block;
	padding-top: 62.5%;
	border-radius: 8px;
	background: #f8f9fa;
	overflow: hidden;
}

.side_random li img {
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	max-width: 100%;
	vertical-align: top;
}

.r-item-wrap:hover a.r-thumb img {
	opacity: .68;
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.side_random li h4.r-title {
	margin: 0;
	bottom: 0;
	opacity: 1;
	padding: 5px 0 10px;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
}

.side_random li h4.r-title a {
	height: 36px;
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 18px;
}

.has-image[data-image-fit=contain-w] {
	overflow-x: hidden;
	overflow-y: auto
}
.has-image[data-image-fit=cover] {
	overflow: visible;
	touch-action: none
}

/*pagination*/
.pagination {
	overflow: hidden;
	margin-top: 15px;
}

.pagination ul {
	display: inline-block;
}

.pagination ul>li {
	display: inline-block;
}

.pagination ul>li>a,
.pagination ul>li span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 3px 5px 3px 0px;
	border-radius: 8px;
	font-size: 12px;
}

.pagination ul>li:first-child a {
	margin-left: 0;
}

.pagination ul>li.active a,
.pagination ul>li>a:hover {
	background-color: #448ef6;
	color: #fff;
	border-color: transparent;
}

#loadmore {
	float: right;
}

a#post_over {
	font-size: 14px;
	padding: 6px 20px;
	background-color: #fff;
	display: block;
	border-radius: 8px;
	color: #666;
	border: 1px solid #ddd;
}

a#post_over:hover,
a#post_over.disabled {
	background: #448ef6;
	color: #fff;
}

.pagination.autoload #loadmore {
	float: inherit;
	text-align: center;
}

.pagination.autoload #loadmore a#post_over {
	padding: 10px 20px;
}

.catlist-main .ias_loader,
.catlist-main .ias_trigger,
.catlist-main .ias-trigger-prev {
	text-align: center;
	display: inline-block;
	width: 100%;
	cursor: pointer;
	border: 1px solid #ddd;
	padding: 10px 20px;
	background: #58a5c3;
	color: #fff;
	margin-top: 15px;
}

.home-main .ias_loader,
.home-main .ias_trigger,
.home-main .ias-trigger-prev {
	float: left;
	text-align: center;
	display: inline-block;
	width: 100%;
	cursor: pointer;
	border: 1px solid #ddd;
	padding: 10px 20px;
	background: #58a5c3;
	color: #fff;
}

/*gonggao*/
section#gonggao {
	padding: 0;
}

ul.widget-box.gonggao {
	overflow: hidden;
}

ul.widget-box.gonggao strong {
	margin: -1px 0 0 20px;
	background: #00AAEE;
	display: inline-block;
	padding: 4px 15px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

ul.widget-box.gonggao h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 5px 20px;
	color: #333;
}

ul.widget-box.gonggao p {
	margin: 0 15px 10px 15px;
	line-height: 1.8;
	color: #666;
	text-indent: 2em;
}

/*abautor*/
section.widget.abautor {
	padding: 0;
}

ul.widget-about-posts li {
	line-height: 30px;
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	padding-left: 13px;
	text-align: left;
}

ul.widget-about-posts li:before {
	position: absolute;
	left: 0px;
	top: 12px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #3f8efd;
	content: "";
}

span.coll-commnums,
.widget-posts-meta {
	font-size: 13px;
	color: #969696;
	font-style: normal;
	float: right;
	margin-left: 3px;
}

.widget-posts-text {
	text-align: left;
}

.widget-about-intro .widget-article-newest {
	text-transform: uppercase;
	margin: 12px 0;
	position: relative;
}

.widget-article-newest:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	border-top: 1px solid rgba(0, 0, 0, .05);
	z-index: 1;
}

.widget-article-newest span {
	padding: 0 10px 0 10px;
	background: #ffffff;
	position: relative;
	z-index: 2;
	color: rgb(68, 142, 246);
}

/*搜索*/
ul.widget-box.divSearchPanel {
	text-align: center
}

ul.widget-box.divSearchPanel input[type="text"] {
	width: 221px;
	height: 36px;
	color: #999;
	font-size: 14px;
	border: 1px solid #ddd;
	border-right: 0;
	line-height: 36px;
	display: inline-block;
	border-radius: 2px 0 0 2px;
	padding: 2px 10px;
}

ul.widget-box.divSearchPanel input[type="submit"] {
	border: 0;
	margin-left: -6px;
	cursor: pointer;
	width: 52px;
	height: 36px;
	display: inline-block;
	text-align: center;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

/*two-box-list*/
/*two-list*/
.two-box {
	float: left;
	width: 49.2345%;
	margin-top: 20px;
	border-radius: 8px;
}

.two-box:nth-child(even) {
	float: right;
}

.two-box-tit {
	border-radius: 2px 2px 0 0;
	border-bottom: 1px solid rgba(221, 221, 221, .8);
	height: 45px;
	line-height: 45px;
	padding-left: 15px;
	font-weight: 400;
	font-size: 16px;
	overflow: hidden;
}

.two-box-tit h3:after {
	position: absolute;
	width: 60px;
	height: 3px;
	content: "";
	background: #3690cf;
	left: 0;
	bottom: -1px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.two-box-tit h3 {
	font-weight: inherit;
	position: relative;
	display: inline-block;
}

.two-list-img {
	padding: 15px;
	display: block;
	overflow: hidden;
}

a.figure-thumb {
	float: left;
	width: 190px;
	height: 141px;
	margin: 4px 15px 0 0;
	overflow: hidden;
	transition-duration: .5s;
	display: flex;
}

a.figure-thumb i.thumb {
	padding-top: 75%;
	align-self: center;
}

ul.two-box-list {
	float: left;
	width: 61%;
	min-height: 150px;
}

span.two-list-date {
	float: right;
	color: #999;
	margin-left: 8px;
}

li.two-list-title {
	line-height: 30px;
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	padding-left: 10px;
}

li.two-list-title:before {
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	display: block;
	border: 4px transparent solid;
	border-right-width: 0;
	border-left-color: #ddd;
	top: 10px;
	left: 0;
}

a.figure-thumb:hover i.two-thumb,
a.figure-thumb:hover i.thumb {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-animation: tada 1s .2s ease both;
	-moz-animation: tada 1s .2s ease both;
}

/*links*/
.link-box {
	margin-top: 20px;
	overflow: hidden;
	border-radius: 8px;
	width: 100%;
}

.hot-news-title {
	margin-top: 11px;
	padding-bottom: 11px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid rgba(221, 221, 221, .8);
}

.hot-news-title h3 {
	font-size: 16px;
	color: #333;
	margin-right: 16px;
	display: inline-block;
	vertical-align: bottom;
	padding-left: 15px;
	margin-left: 0px;
	border-left: 4px solid #3690cf;
	font-weight: 400;
}

.link-box span.more-i {
	margin-top: 0;
}

span.subtxt {
	margin-left: 15px;
	font-size: 12px;
	color: #666;
}

span.suburl {
	float: right;
	display: inline-block;
	font-style: normal;
	color: #999;
	margin-right: 15px;
}

span.suburl a {
	color: #999;
	font-size: 12px;
	font-weight: 300;
}

span.suburl a i.fa {
	margin-left: 5px;
}

ul#link-home {
	font-size: 0;
	padding: 20px 20px 4px 25px;
}

ul#link-home li {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 9%;
	margin-right: 1%;
	margin-bottom: 15px;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

ul#link-home li img {
	width: 16px;
	margin-right: 3px;
	position: relative;
	top: -1px;
}

ul#link-home li a {
	vertical-align: middle;
}

/*catalog*/
h1.widget-list-title {
	font-size: 19px;
	text-transform: uppercase;
	position: relative;
	color: #333;
	font-weight: 500;
}

/**/
.entry-header .place {
	border-bottom: #e4e3e3 1px solid;
	margin-bottom: 15px;
	font-weight: 500;
}

.nat_tit {
	float: left;
	font-size: 16px;
	position: relative;
	cursor: pointer;
	padding-bottom: 10px;
}

.nat_tit:after {
	content: "";
	position: absolute;
	left: 0;
	background: #0d93d6;
	width: 100%;
	height: 3px;
	bottom: -1px;
	-moz-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.entry-header .place span.fr {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 70%;
}

.entry-header .place span a {
	padding-right: 5px;
}

.page-title {
	font-size: 24px;
	color: #333;
	margin: 0;
	margin-bottom: 14px;
	margin-top: 14px;
	font-weight: 600;
}

.contimg {
	float: left;
	margin: 0 10px 0 0;
}

span.autlv {
	font-size: 10px;
	color: #fff;
	display: inline-block;
	vertical-align: text-top;
	font-weight: normal;
	border-radius: 2px;
	line-height: 1.4;
	padding: 0 4px;
	margin-left: 5px;
	letter-spacing: 0px;
	margin-top: 1px;
}

.aut-0 {
	background: #d1d5dc;
}

.aut-1 {
	background: #fd4d4c;
}

.aut-2 {
	background: #f6b044;
}

.aut-3 {
	background: #c444f6;
}

.aut-4 {
	background: #f69644;
}

.aut-5 {
	background-image: linear-gradient(to right, #3ca5f6 0%, #a86af9 100%);
	background-image: -webkit-linear-gradient(0deg, #3ca5f6 0%, #a86af9 100%);
}

.aut-6 {
	background: #f64444;
}
.entry-meta-time {
	color: #333;
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
}

.border-theme {
	position: absolute;
	display: inline-block;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 1px;
	z-index: 2;
	background-color: rgba(0, 0, 0, .05);
}

.entry-content {
	text-align: justify;
	padding-top: 20px;
	padding: 10px 10px;
	word-wrap: break-word;
}

.contpost-meta {
	margin-bottom: 15px;
	padding-bottom: 15px;
	line-height: 35px;
}

.entry-content p {
	font-size: 15px;
	position: relative;
	color: rgba(51, 51, 51, .88);
	margin: 5px 0 10px;
	line-height: 180%;
}

.entry-content blockquote p {
	margin: 5px 0;
}

.entry-content img.copycode {
	top: -2px;
	position: relative;
}

.entry-content a {
	color: #fc5449;
	margin: 0 3px;
}

.entry-content ul li {
	margin: 5px 0px 5px 20px;
	list-style: disc;
	list-style-type: inherit;
}



.entry-content h1,
.entry-content h2 {
	font-size: 18px;
	font-weight: bold;
	border-left: 4px solid #4693e9;
	margin: 10px 0px 15px 0px;
	padding: 10px 0 10px 20px;
	background: #f5f5f5;
}

.entry-content h3 {
	font-size: 16px;
	border-left: 4px solid #ffae49;
	margin: 15px 00px 20px 00px;
	padding: 7px 0 6px 20px;
	color: #555;
	font-weight: bold;
}

.entry-content h4 {
	font-size: 15px;
	border-left: 4px solid #02aabb;
	padding: 5px 0 6px 20px;
	margin: 10px 0px 15px 0px;
}

.entry-content h5,
.entry-content h6 {
	font-size: 14px;
	margin: 10px 0px 12px 0px;
	padding: 3px 0 3px 20px;
	padding: 3px 0 3px 20px;
	border-left: 4px solid #bbbbbb;
	font-weight: initial;
	margin-bottom: 7px;
}
.showall {
	display: none;
}
span.muted {
	font-size: 12px;
	display: inline-block;
	margin-left: 15px;
	float: right;
}

ul.widget-box.divLinkage li img {
	height: 16px;
	margin-right: 3px;
	position: relative;
	top: -1px;
}

/*single-nav*/
.single-nav {
	clear: both;
	background-color: #fff;
	overflow: hidden;
	padding: 15px 0px;
	font-size: 15px;
	color: #666;
}

.single-nav.nowzbq {
	border-top: 1px solid #dddddd;
}

.j-lazy {
	position: relative;
	float: left;
	width: 49%;
	padding: 60px 15px 10px;
	color: #fff;
	background-size: cover;
	background-position: 50%;
	border-radius: 3px;
	overflow: hidden;
}

.entry-page-next.j-lazy {
	float: right;
}

.j-lazy:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	content: "";
}

.j-lazy a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	color: #fff;
	font-size: 14px;
}

.j-lazy a span {
	display: block;
	padding: 10px 15px 0;
	height: 50px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

.entry-page-info {
	position: relative;
	font-size: 14px;
	line-height: 16px;
	overflow: hidden;
}

a.prev-article,
a.next-article {
	position: fixed;
	top: 40%;
	text-align: center;
	color: #ddd;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

a.prev-article i.fa,
a.next-article i.fa {
	font-size: 120px;
}

a.prev-article {
	left: 50%;
	margin-left: -650px;
}

a.next-article {
	right: 50%;
	margin-right: -650px;
}

a.prev-article:hover,
a.next-article:hover {
	color: #333;
}

.entry-page-next:hover:before,
.entry-page-prev:hover:before {
	background: rgba(0, 0, 0, .7);
}

span.item-thumb {
	border-radius: 5px;
	margin-bottom: 10px;
	display: block;
}

/**/
footer.entry-footer {
	display: table;
	width: 100%;
	padding: 10px 0 0 0;
}

.post-tags {
	text-align: center;
	display: block;
	overflow: hidden;
}

.post-tags a {
	margin-right: 15px;
	margin-bottom: 15px;
	line-height: 32px;
	display: inline-block;
	padding: 0 8px;
	background: #fafafa;
	border-radius: 3px;
	border: 1px solid #f2f2f2;
	color: #555;
	cursor: pointer;
	font-size: 11px;
}

.post-tags a:hover {
	background: rgb(84, 181, 219);
	color: #fff;
}

.mobile_click .share {
	display: none;
}

.mobile_click.mobile_close .share {
	display: block;
}

#mClick.mobile_close {
	position: relative;
}

#mClick.mobile_click,
#mClick.mobile_close {
	float: right;
	color: #fff;
	padding: 0 10px;
	background: rgb(84, 181, 219);
	border-radius: 2px;
	font-size: 11px;
	line-height: 32px;
	cursor: pointer;
}

a#mClick,
a#mStats {
	opacity: 1;
}

/**/
.part-mor {
	padding: 20px 0px 5px 0px;
	border-radius: 5px;
}

.section-title {
	font-size: 18px;
	color: #333;
	line-height: 28px;
	padding-bottom: 15px;
	border-bottom: 0px solid #f2f2f2;
	position: relative;
	font-weight: bold;
	margin-bottom: 5px;
}

ul.section-cont-tags li {
	overflow: visible;
}

ul.section-cont-tags.pic-box-list {
	margin: 10px -5px 0 -5px;
	overflow: visible;
}

ul.section-cont-tags.pic-box-list h3 {
	font-size: 14px;
}

ul.section-cont-tags li a:hover {
	transform: translate(0, -5px);
	color: #54b5db;
}

/*footer*/
.site-footer {
	margin-top: 30px;
	border-top: 1px solid #448ef6;
	position: relative;
	z-index: 39;
	background: url(../images/footer-bg.png) #2a2a32;
}

.site-info.clearfix {
	border-top: 1px solid #448ef6;
}

.site-footer .footer-left {
	float: left;
	max-width: 857px;
}

.footer-right {
	width: 120px;
	padding-top: 23px;
}

.site-footer .footer-right {
	float: right;
	max-width: 314px;
}

.footer-l-top {
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #999;
}

.footer-l-top a {
	display: inline-block;
	color: #ddd;
	margin-right: 20px;
	font-size: 14px;
	padding: 0;
	line-height: 30px;
}

.footer-left a:hover {
	color: #fff;
}

.footer-l-top h3 {
	color: #f8f8f8;
}

.footer-l-top ul,
.footer-l-top li,
.footer-l-top h3 {
	display: inline-block;
}

.footer-l-btm {
	margin-bottom: 20px;
	line-height: 1.2;
	list-style: none;
}

.footer-l-btm p {
	line-height: 20px;
	font-size: 13px;
	color: #ddd;
}

.footer-l-btm p a {
	color: #ddd;
	font-size: 13px;
}

.footer-l-btm i.fa,
.footer-l-btm a {
	margin: 0 5px;
	padding-right: 0;
}

.site-info p {
	margin-bottom: 0;
}

.footer-l-btm p+p {
	margin-top: 10px;
}

.footer-l-btm p a img {
	height: 16px;
	position: relative;
	bottom: 2px;
	margin-right: 3px;
	opacity: 1;
}

p.btm-text a:first-child {
	margin-left: 0px;
}

span.rt-sql {
	margin-left: 5px;
}

/*--scroll--*/
.backtop {
	z-index: 999;
	bottom: 65px;
	position: fixed;
	right: 0px;
	margin-right: 15px;
	cursor: pointer;
}

.backtop a,
.backtop i {
	color: #fff;
}

.backtop .bt-box {
	padding: 11px 12px;
	margin-bottom: 5px;
	width: 41px;
	height: auto;
	line-height: 18px;
	vertical-align: middle;
	background: #58a5c3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	text-align: center;
}

.bt-box.weixin:hover,
.bt-box.tnrt:hover,
.bt-box.qq:hover,
.backtop .bt-box:hover {
	background: #3690cf;
}

.bt-box.weixin:hover a,
.bt-box.tnrt:hover a,
.bt-box.qq:hover a,
.backtop .bt-box:hover i {
	color: #fff;
}

.bt-box.tnrt a {
	font-size: 16px;
}

.backtop .weibo .pic {
	position: absolute;
	display: none
}

.backtop .weixin .pic {
	position: absolute;
	display: none
}

.backtop .top {
	display: none
}

.backtop .weibo .pic {
	left: -150px;
	bottom: 5px;
	max-width: 150px;
	padding: 8px;
	background: #fff;
	animation-duration: .5s;
	-webkit-animation: fade-in .5s;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.backtop .weixin .pic {
	left: -133px;
	bottom: 4px;
	max-width: 132px;
	padding: 8px;
	background: #fff;
	animation-duration: .5s;
	-webkit-animation: fade-in .5s;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.backtop a:hover,
.backtop i:hover {
	color: #f3f3f3;
}

.backtop .phone .phones {
	background: #ff6f3d;
}

#backtop i.fa {
	font-size: 1.2em;
	font-weight: bold;
	padding-right: 0;
}

.bt-box.bt-comments {
	padding: 0;
}

.bt-box.bt-comments a {
	padding: 11px 12px;
	display: block;
}

/*sell*/
main#main.sale-article-main {
	padding-top: 30px;
}

@-webkit-keyframes scale {

	0%,
	40%,
	100% {
		-moz-transform: scaleY(0.2);
		-ms-transform: scaleY(0.2);
		-o-transform: scaleY(0.2);
		-webkit-transform: scaleY(0.2);
		transform: scaleY(0.2)
	}

	20%,
	60% {
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}

@-moz-keyframes scale {

	0%,
	40%,
	100% {
		-moz-transform: scaleY(0.2);
		-ms-transform: scaleY(0.2);
		-o-transform: scaleY(0.2);
		-webkit-transform: scaleY(0.2);
		transform: scaleY(0.2)
	}

	20%,
	60% {
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}

@-ms-keyframes scale {

	0%,
	40%,
	100% {
		-moz-transform: scaleY(0.2);
		-ms-transform: scaleY(0.2);
		-o-transform: scaleY(0.2);
		-webkit-transform: scaleY(0.2);
		transform: scaleY(0.2)
	}

	20%,
	60% {
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}

@keyframes scale {

	0%,
	40%,
	100% {
		-moz-transform: scaleY(0.2);
		-ms-transform: scaleY(0.2);
		-o-transform: scaleY(0.2);
		-webkit-transform: scaleY(0.2);
		transform: scaleY(0.2)
	}

	20%,
	60% {
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}

#logo404 {
	background-color: #FFFFFF;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9EAA99;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

#cw404 {
	width: 720px;
	margin: 20px auto;
}

#cw404 h1 {
	font-size: 18px;
	line-height: 60px;
	font-weight: normal;
	text-align: center;
}

#cw404 .kuang {
	font-size: 14px;
	border: 1px solid #9EAA99;
	border-radius: 3px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
	padding: 20px;
	background-color: #FFFFFF;
}

#cw404 #ts404 {
	text-align: center;
}

@-webkit-keyframes around {
	100% {
		-webkit-transform: rotateX(-15deg) rotateY(-380deg) translateZ(-100px);
		transform: rotateX(-15deg) rotateY(-380deg) translateZ(-100px)
	}
}

@keyframes around {
	100% {
		-webkit-transform: rotateX(-15deg) rotateY(-380deg) translateZ(-100px);
		transform: rotateX(-15deg) rotateY(-380deg) translateZ(-100px)
	}
}

/*-------automenu---------*/
.autoMenu {
	position: fixed;
	bottom: 10%;
	right: 5%;
	z-index: 999;
	text-align: left;
}

.autoMenu ul {
	line-height: 2;
	overflow-y: auto;
	background: #fff;
	-webkit-box-shadow: 0 0 10px #CCC;
	-moz-box-shadow: 0 0 10px #CCC;
	box-shadow: 0 0 10px #CCC;
}

.autoMenu ul>li.sub {
	padding-left: 20px;
}

.autoMenu ul>li>a {
	color: #399c9c;
}

.autoMenu ul>li.active>a {
	color: #ff5370;
}

.btn-box {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-decoration: none;
	position: relative;
}

.icon-plus-sign {
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 4px solid #91ba61;
	background: #91ba61;
	position: absolute;
	top: 3px;
	left: 3px;
}

.icon-plus-sign:before,
.icon-plus-sign:after {
	content: '';
	display: inline-block;
	width: 3px;
	height: 20px;
	background: #fff;
	border-radius: 1px;
	position: absolute;
	top: 3px;
	left: 11.5px;
}

.icon-plus-sign:after {
	-webkit-transform: rotate(90deg);
}

.icon-minus-sign {
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 4px solid #ff5370;
	background: #ff5370;
	position: absolute;
	top: 3px;
	left: 3px;
}

.icon-minus-sign:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 3px;
	background: #fff;
	border-radius: 1px;
	position: absolute;
	left: 3px;
	top: 11.5px;
}

/*catatop-bg*/
.catatop-bg {
	display: table;
	width: 100%;
	height: 260px;
	background-position: 50%;
	background-size: auto 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

[data-paralasic] {
	background-position: 50% 0;
}

.site-main.catopbg {
	padding-top: 0px;
}

.sellist-wrap .navcates {
	padding: 0 15px;
}

.catatop-bg:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-color: rgba(0, 0, 0, 0.18);
	width: 100%;
	height: 100%;
}

.catatop-bg-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.catatop-bg-inner h1 {
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-size: 3rem;
	color: #fff;
	position: relative;
}

.catatop-bg-inner h1 a {
	color: #fff;
}

.catatop-bg-desc {
	position: relative;
	padding: 15px 0 0;
	margin: 0 auto;
	width: 60%;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space: normal;
}

nav.navcates {
	margin-top: -5px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 15px;
}

nav.navcates a {
	padding-right: 5px;
}

nav.navcates a:last-child {
	padding-right: 0;
}

#font-change a {
	padding-right: 0;
}

span#font-n {
	cursor: pointer;
}

.sale-wrap nav.navcates {
	margin-top: 10px;
	margin-bottom: -20px;
}

/*search-null*/
.search-null {
	color: #888;
	text-align: center;
	margin-top: 20px;
	padding: 60px 0px;
}

.search-null i.fa {
	margin-bottom: 10px;
	font-size: 100px;
	color: #e4e8eb;
	display: block;
}

.desc p {
	padding-top: 10px;
	max-width: 60%;
	margin: 0 auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}

/*PC*/
.top-bar-left .logo img.d-none,
.m-nav-header,
span.toggle-btn,
.m-nav-logo,
.m-nav-search,
.mobile_top_nav {
	display: none;
}

/*diy*/
.entry-content .lcp_download_field label {
	display: inline-block;
	width: auto;
}

ul.plinks-ul.favorite,
ul.plinks-ul.misc {
	margin-right: -2%;
	padding: 15px 0 5px 0;
	overflow: hidden;
	margin-left: 0;
	margin-top: 10px;
}

ul.plinks-ul.favorite li,
ul.plinks-ul.misc li {
	margin-left: 0;
	list-style: none;
	margin-right: 2%;
	width: 18%;
	float: left;
	text-align: center;
}

ul.plinks-ul.favorite li img,
ul.plinks-ul.misc li img {
	width: 100px;
	height: 100px;
	border-radius: 10%;
	object-fit: cover;
	vertical-align: middle;
}

ul.plinks-ul.favorite li h3,
ul.plinks-ul.misc li h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 36px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
	border-left: 0;
	margin: 0 auto;
}

ul.plinks-ul.favorite li a,
ul.plinks-ul.misc li a {
	color: #333;
}

@media screen and (min-width:1800px) and (max-width:1920px) {

	body.home,
	body.skinbg {
		background-size: 108%;
	}
}

@media screen and (min-width:1921px) {

	body.home,
	body.skinbg {
		background-size: contain;
	}
}

@media screen and (min-width:1000px) and (max-width:1200px) {
	li.two-list-title {
		width: 80%;
	}

	.left-wrap {
		width: 420px;
	}

	.right-wrap {
		width: 520px;
	}

	.right-title {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.tag-box {
		margin-top: 20px;
		font-size: 14px;
	}

	.item-tag-oprice {
		padding: 0;
	}

	b.shan {
		display: none;
	}

	ul.two-box-list {
		width: 53%;
	}

	ul.pic-box-list .pic-thumb {
		height: 16.60156vw;
	}

	.entry-content {
		text-align: left;
	}

	.showbody {
		top: 58px;
		width: 46vw;
		margin-left: -23vw;
		margin-top: 0;
	}
}

/*--Ipad--*/
@media screen and (max-width:999px) {

	.top-bar-right,
	.side,
	b.shan {
		display: none;
	}

	body.skinbg {
		background-image: none !important;
		background-color: #f1f1f1 !important;
	}

	body.skinbg .navcates,
	body.skinbg .navcates a {
		color: #333 !important;
	}

	body.skinbg .pos-rel {
		background: rgba(59, 81, 96, .88) !important;
	}

	body.home-category.skinbg.catop,
	body.home-tag.skinbg.catop,
	body.home-search.skinbg.catop {
		background-position: center 180px !important;
	}

	.container.secnav {
		display: none !important;
	}

	.mobile-menu .widget,
	.m-nav-header,
	.top-bar-left .logo img.d-none,
	span.toggle-btn,
	.m-nav-logo,
	.m-nav-search {
		display: block;
	}

	img.sublogo,
	img.night-logo {
		display: none;
	}

	.top-bar-left.header-nav {
		float: none;
	}

	.author-header,
	.main,
	.side {
		width: 100%;
		margin-top: 0px;
	}

	.author-meta {
		padding: 10px 0;
	}

	.top-header {
		height: 55px;
	}

	.m-nav-header {
		margin: 0;
		position: relative;
		z-index: 999;
		background-color: #222;
		float: left;
	}

	.m_nav-list {
		position: absolute;
		top: 12px;
		left: 0px;
		border: none;
	}

	.m_nav-list a i {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		width: 24px;
		height: 24px;
		background: 0 0;
	}

	.m_nav-list a span {
		display: inline-block;
		width: 24px;
		height: 1px;
		background: #000;
		transition: all .3s ease-out;
	}

	.m_nav-list a span:nth-child(2) {
		margin: 8px 0;
	}

	.m_nav-list.m_nav-close span:nth-child(2) {
		transform: scale3d(0, 1, 1);
	}

	.m_nav-list.m_nav-close span:nth-child(1) {
		transform: rotate(45deg) translate3d(6px, 6px, 0);
		transform-origin: center;
	}

	.m_nav-list.m_nav-close span:nth-child(3) {
		transform: rotate(-45deg) translate3d(7px, -7px, 0);
		transform-origin: center;
	}

	a#m-nav-so {
		display: inline-block;
		position: absolute;
		border-radius: 4px;
		top: 12px;
		right: 0;
		margin-right: 10px;
		line-height: 28px;
		font-size: 18px;
		font-weight: 100;
		cursor: pointer;
		color: #666;
		padding: 0px 15px;
	}

	#m-nav-so.n-nav-so {
		right: 0;
		padding-right: 5px;
	}

	.m-nav-logo {
		display: inline-block;
		line-height: 50px;
		margin-left: 40px;
	}

	.m-nav-logo a {
		font-size: 28px;
		line-height: 46px;
		color: #424242;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
		text-decoration: none;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}

	.m-nav-logo img {
		width: 100%;
		height: auto;
		max-width: 160px;
	}

	.m-nav-search {
		display: block;
		height: 0;
		text-align: center;
		margin: 0 auto;
	}

	.mini-search {
		padding: 15px;
		width: 100%;
		background: #f5f5f5;
		display: none;
		position: absolute;
		overflow: hidden;
		top: 55px;
		left: 0;
		z-index: 99;
		-webkit-box-pack: justify;
		border-color: #ebedf1;
		background-color: #3b5160;
	}

	.mini_search {
		padding: 15px;
		width: 100%;
		background: #f5f5f5;
		display: none;
		position: absolute;
		overflow: hidden;
		top: 55px;
		left: 0;
		z-index: 99;
		-webkit-box-pack: justify;
		border-color: #ebedf1;
		background-color: rgba(34, 40, 49, 0.79);
	}

	.mini_search form.searchform {
		position: relative;
		width: auto;
		margin: 0 auto;
	}

	.mini-search input#ls {
		padding-left: 10px;
		width: 98%;
		height: 40px;
		border: 1px solid #E4E3E3;
		background: #fff;
		border-radius: 8px;
	}

	.m-nav-search a.at-night {
		display: inline-block;
		position: absolute;
		border-radius: 4px;
		top: 15px;
		right: 0;
		margin-right: 16px;
	}

	aside.mobile_nav ul li.active:before,
	aside.mobile_nav ul li:hover:before {
		opacity: 0;
	}

	/*a#m-nav-so i.fa.fa-search:after {margin-left: 3px;content: '搜索';font-size: 15px;}*/
	button.btn-search.dtb2 {
		font-size: 1.2em;
		transition: all 0.4s ease;
		width: 40px;
		border: none;
		background: transparent;
		cursor: pointer;
		position: absolute;
		height: 40px;
		line-height: 39px;
		right: 20px;
		color: #A9A9A9;
		border-left: 1px solid #e4e3e3;
	}

	a#m-nav-so i.fa {
		font-size: 20px;
		padding-right: 3px;
	}

	nav.top-bar-navigation,
	nav.top-bar-navigation ul {
		float: none;
	}

	.mobile_top_nav {
		display: block;
	}

	nav.top-bar-navigation ul li>ul>li>a:hover:before,
	nav.top-bar-navigation ul li>ul:after {
		display: none;
	}

	nav.top-bar-navigation ul li {
		float: none;
		display: block;
	}

	nav.top-bar-navigation>ul>li:first-child {
		padding-left: 20px;
	}

	nav.top-bar-navigation ul li a {
		letter-spacing: normal;
		font-size: 100%;
		line-height: inherit;
	}

	nav.top-bar-navigation ul li>ul {
		float: none;
		opacity: 1;
		visibility: visible;
		position: relative;
		top: 0;
		padding: 0;
		border-radius: 8px;
		z-index: 100;
		display: none;
		-moz-transition: ease-in-out 0s;
		-webkit-transition: ease-in-out 0s;
		-o-transition: ease-in-out 0s;
		-ms-transition: ease-in-out 0s;
		transition: ease-in-out 0s;
	}

	nav.top-bar-navigation ul li>ul>li {
		color: #448EF6;
		position: relative;
		display: inherit;
		float: none;
		-webkit-transform: inherit;
		-moz-transform: inherit;
		-ms-transform: inherit;
		-o-transform: inherit;
		transform: inherit;
		line-height: 1.42857143;
	}

	nav.top-bar-navigation ul li>ul>li>a {
		line-height: inherit;
		display: block;
		padding: .75rem 0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		font-size: 14px;
		white-space: nowrap;
	}

	nav.top-bar-navigation ul li:hover ul {
		background: rgba(230, 230, 230, 0.68);
		box-shadow: none;
		-webkit-transition: all 0s ease-in-out;
		-moz-transition: all 0s ease-in-out;
		-o-transition: all 0s ease-in-out;
	}

	aside.mobile_nav {
		animation: right 1s;
		position: fixed;
		z-index: 90;
		bottom: 0px;
		top: 55px;
		left: -100%;
		margin: 0;
		padding: 0px;
		width: 100%;
		max-width: 320px;
		box-shadow: none;
		border-top: 0px solid white;
		overflow-y: auto;
		background: rgba(255, 255, 255, 1);
		overflow-x: hidden;
		-moz-transition: ease-in-out 0.6s;
		-webkit-transition: ease-in-out 0.6s;
		-o-transition: ease-in-out 0.6s;
		-ms-transition: ease-in-out 0.6s;
		transition: ease-in-out 0.6s;
	}

	aside.mobile_nav.mobile_nav_on {
		left: 0;
	}

	aside.mobile_nav.mobile_nav_on::-webkit-scrollbar-track {
		background: rgba(51, 51, 51, .1);
	}

	aside.mobile_nav.mobile_nav_on::-webkit-scrollbar-thumb {
		background: rgb(13, 147, 214);
		border-radius: 4px;
	}

	.mobile-menu .widget {
		margin: 15px 0;
		background: rgba(255, 255, 255, 0.88);
	}

	::-webkit-scrollbar {
		width: 6px;
		height: 6px;
	}

	.m_nav_sidebar {
		margin: -10px 15px 10px 15px;
		position: relative;
		padding: 15px 0;
	}

	.m_nav_sidebar .widget {
		border-radius: 8px;
	}

	aside.mobile_nav .m_nav_sidebar ul li {
		padding: 0;
	}

	aside.mobile_nav ul.widget_tabcelan ul li a {
		padding: 10px 5px 10px 30px;
	}

	ul.widget_tabcelan {
		border-radius: 8px;
	}

	.widget.wow.fadeInDown {
		visibility: visible !important;
		animation-name: fadeInDown !important;
	}

	ul.nav-pills {
		margin: 0 auto;
		position: relative;
		padding: 15px 0 10px 0;
		border-radius: 8px;
		box-shadow: none;
		background: rgba(255, 255, 255, 0.88);
		box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);
	}

	aside.mobile_nav ul li {
		list-style-type: none;
		position: relative;
		padding: 0 20px;
		line-height: 1.42857143;
	}

	aside.mobile_nav ul li.mobile_login,
	aside.mobile_nav ul li.m_night_nav,
	aside.mobile_nav ul li.qq_login {
		display: inline-block;
	}

	.mobile_top_nav {
		border-bottom: 1px solid #ddd;
		text-align: center;
		margin-top: -15px;
		padding: 20px 0 20px 0;
	}

	.mobile_top_nav li.qq_login {
		border-left: 1px solid #ddd;
	}

	li#nvabar-item-index {
		padding-top: 5px;
	}

	ul.sub-menu {
		background: rgba(230, 230, 230, 0.68);
	}

	ul.sub-menu li {
		border-bottom: 1px solid rgba(160, 160, 160, 0.26);
	}

	ul.sub-menu li:last-child {
		border-color: transparent;
	}

	.sub-menu li:nth-child(n) {
		-webkit-transition-delay: 0ms;
		-moz-transition-delay: 0ms;
		-ms-transition-delay: 0ms;
		-o-transition-delay: 0ms;
		transition-delay: 0ms;
	}

	aside.mobile_nav ul li a {
		position: relative;
		display: block;
		padding: .75rem 0;
	}

	nav.top-bar-navigation .side_random li h4.r-title a {
		padding: 0;
	}

	aside.mobile_nav .side_con li a {
		padding: 0;
	}

	aside.mobile_nav>ul li.active a,
	aside.mobile_nav ul li ul li.active a {
		color: #0d93d6;
	}

	span.toggle-btn {
		position: absolute;
		height: 38px;
		width: 58px;
		line-height: 38px;
		color: #333;
		text-align: center;
		top: 0;
		right: 0px;
		cursor: pointer;
		z-index: 100;
		display: block;
		padding-left: 25px;
		padding-right: 25px;
	}

	li.mobile_night,
	li.mobile_login {
		display: inline-block;
	}

	li.two-list-title {
		width: 75%;
	}

	.post-tags {
		width: 100%;
		margin-bottom: 10px;
	}

	.read_outer {
		float: none;
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 5px;
	}

	#mClick.mobile_click,
	#mClick.mobile_close {
		float: none;
		display: inline-block;
		margin-right: 5px;
	}

	.read_outer.san-praise-sdk {
		margin-right: 10px;
	}

	.post-tags a {
		margin-bottom: 8px;
		margin-right: 8px;
	}

	.mobile_top_nav {
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: cover;
	}

	.m_top_login img {
		border: 3px solid rgba(255, 255, 255, 0.68);
	}

	.mobile-menu .widget .widget-title span {
		background: transparent;
	}

	i.fa-chevron-down.active:before {
		content: "\f077";
	}

	.m_top_name a {
		margin-right: 8px;
		color: #fff;
	}

	.m_top_name a:last-child {
		margin-right: 0px;
	}

	.m_top_name {
		background: rgba(62, 62, 62, 0.38);
		margin-top: 15px;
		margin-bottom: -20px;
		padding: 10px 0;
		color: #fff;
	}

	/*mobile_nav_bg*/
	aside.mobile_aside.mobile_nav.mobile_nav_bg {
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: cover;
	}

	aside.mobile_aside.mobile_nav.mobile_nav_bg .mobile_top_nav {
		background-image: none !important;
		border-bottom-color: rgba(59, 81, 96, 0.28);
	}

	aside.mobile_aside.mobile_nav.mobile_nav_bg .m_top_name {
		background: transparent;
		margin-top: 0;
	}

	aside.mobile_aside.mobile_nav.mobile_nav_bg ul.nav-pills,
	aside.mobile_aside.mobile_nav.mobile_nav_bg .mobile-menu .widget {
		margin: 15px;
		background: rgba(255, 255, 255, 0.58);
	}

	.mobile_nav_bg .m_top_name,
	.mobile_nav_bg .m_top_name a {
		color: #555;
	}

	.left-wrap {
		width: 640px;
		margin: 0 auto;
		text-align: center;
		float: none;
	}

	.right-wrap {
		width: 640px;
		float: none;
		margin: 0 auto;
		margin-top: 30px;
	}

	.sell-ul li.sell-list {
		height: auto;
		margin-bottom: 15px;
	}

	ul.nav-pills>li:nth-of-type(n) a:after {
		display: none !important;
	}

	a.sell-author img {
		display: none;
	}

	li.sell-list h3 {
		padding: 5px 10px;
	}

	.box_read h1 {
		padding-right: 10px;
	}

	a.figure-thumb {
		width: 19.01901vw;
	}

	ul.two-box-list {
		width: 23.22322vw;
	}

	ul.pic-box-list .pic-thumb {
		height: 12.31231vw;
	}

	ul.imglist li .pic-thumb {
		height: 19.01901vw;
	}

	.sell-ul li .pic-thumb {
		height: 20.02002vw;
	}

	.part-mor .pic-thumb {
		height: 14.01401vw;
	}

	.catatop-bg {
		height: 180px;
	}

	ul#link-home li {
		width: 11.5%;
	}

	.entry-content {
		text-align: left;
	}

	body.home.cur {
		overflow: hidden;
		-moz-transition: all ease .3s;
		-o-transition: all ease .3s;
		-webkit-transition: all ease .3s;
		transition: all ease .3s;
	}

	body.home.cur #main,
	body.home.cur .catatop-bg,
	body.home.cur .pos-rel,
	body.home.cur .article-main,
	body.home.cur .site-footer {
		pointer-events: none;
		filter: blur(5px);
		-moz-transition: all ease .3s;
		-o-transition: all ease .3s;
		-webkit-transition: all ease .3s;
		transition: all ease .3s;
	}

	.article-wrap nav.navcates,
	.page-wrap nav.navcates {
		margin-top: 30px;
		margin-bottom: -25px;
	}

	.showbody {
		top: 58px;
		width: 46vw;
		margin-left: -23vw;
		margin-top: 0;
	}
}

@media screen and (max-width:860px) {
	a.figure-thumb i.thumb {
		padding-top: 50%;
		align-self: center;
	}

	a.figure-thumb {
		width: 100%;
		margin-right: 0;
	}

	ul.two-box-list {
		width: 100%;
		margin-top: 8px;
	}
}

@media screen and (max-width:800px) {
	.sp-slideshow {
		width: 100%;
		margin-bottom: 15px;
		height: 50vw;
		float: none !important;
	}

	.small-slider {
		width: 100%;
	}

	.small-slider-item {
		float: left;
		width: 49%;
		height: 27.50000vw;
		margin-bottom: 0;
	}

	.small-slider-item:nth-child(even) {
		float: right;
	}

	.toptext {
		margin-top: 10px;
	}

	a.prev-article,
	a.next-article {
		display: none;
	}

	.small-slider-item .title {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		white-space: normal;
		padding: 5px 5px 6px 5px;
	}

	.form-inpVerify {
		width: auto;
	}

	.small-slider-item .title span.badge {
		top: 0;
	}
}

@media screen and (max-width:768px) {
	.site-footer .footer-left {
		max-width: 100%;
		text-align: center;
		overflow: hidden;
		width: 100%;
	}

	.site-footer .footer-right {
		display: none;
	}

	li.two-list-title {
		width: auto;
	}

	.main.author-main {
		margin-top: 10px;
	}

	.author-meta img.avatar {
		width: 100px;
		height: 100%;
	}

	.left-wrap {
		width: 67.70833vw;
	}

	.right-wrap {
		width: 83.33333vw;
	}

	.sell-ul li.sell-list {
		width: 50%;
	}

	ul.al_post_list li a {
		max-width: 76%;
	}

	ul.tag_could li a,
	ul.xoxo.blogroll li a {
		white-space: nowrap;
		word-wrap: normal;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.mofang {
		width: 40px;
		height: 40px;
		-webkit-transform: translate(-100%, -100%);
		transform: translate(-100%, -100%);
		margin-right: 0;
	}

	.cube div {
		width: 60px;
		height: 60px
	}

	.cube div a {
		font-size: 12px;
		letter-spacing: 2px
	}

	.cube .front {
		-webkit-transform: rotateY(0) translateZ(30px);
		transform: rotateY(0) translateZ(30px);
	}

	.cube .back {
		-webkit-transform: rotateX(180deg) translateZ(30px);
		transform: rotateX(180deg) translateZ(30px)
	}

	.cube .left {
		-webkit-transform: rotateY(-90deg) translateZ(30px);
		transform: rotateY(-90deg) translateZ(30px)
	}

	.cube .right {
		-webkit-transform: rotateY(90deg) translateZ(30px);
		transform: rotateY(90deg) translateZ(30px)
	}

	.cube .top {
		-webkit-transform: rotateX(90deg) translateZ(30px);
		transform: rotateX(90deg) translateZ(30px)
	}

	.cube .bottom {
		-webkit-transform: rotateX(-90deg) translateZ(30px);
		transform: rotateX(-90deg) translateZ(30px)
	}

	.sell-ul li .pic-thumb {
		height: 28.64583vw;
	}

	ul#link-home li {
		width: 15.666%;
	}
}

@media screen and (max-width:680px) {
	.entry-meta a img {
		display: none;
	}

	.entry-container {
		padding: 15px 0px 15px 175px;
	}

	.entyr-icon i.fa,
	.entry-container .entry-title {
		font-size: 16px;
		max-height: 49px;
	}

	.block-image.feaimg {
		width: 160px;
		height: 120px;
		margin-right: 15px;
	}

	.ss p {
		height: 55px;
		padding-bottom: 0;
		font-size: 13px;
		-webkit-line-clamp: 2;
	}

	.entry-summary p {
		padding-bottom: 0;
	}

	ul.pic-box-list li {
		width: 50%;
	}

	ul.imglist.pic-box-list li h3 {
		font-size: 14px;
		min-height: 60px;
	}

	.rewards-popover {
		width: 80%;
		margin: 0 0 0 -40%;
		top: 20%;
	}

	.rewards-popover h3 {
		font-size: 14px;
	}

	.rewards-popover-item {
		width: 100px;
	}

	.rewards-popover-item h4 {
		font-size: 12px;
	}

	.rewards-popover-item img {
		width: 100px;
		height: 100px;
	}

	ul.al_post_list li a {
		max-width: 68%;
	}

	ul.tag_could li,
	ul.xoxo.blogroll li {
		width: 25%;
	}

	ul.pic-box-list .pic-thumb {
		height: 27.41176vw;
	}

	.part-mor .pic-thumb {
		height: 26.47058vw;
	}

	ul.plinks-ul.favorite li,
	ul.plinks-ul.misc li {
		width: 23%;
	}
}

@media screen and (max-width:600px) {

	.entry-summary,
	.primary-menu {
		display: none;
	}

	.menu-nav-inline {
		max-width: 100%;
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-box-pack: justify;
		padding: 0 10px;
		display: block;
		height: auto;
		text-overflow: clip;
	}

	ul.menu-nav-inline::-webkit-scrollbar-thumb {
		background: transparent;
		border-radius: 0;
	}

	ul.menu-nav-inline::-webkit-scrollbar-track {
		background: transparent;
	}

	.menu-nav-inline li:last-child {
		padding-right: 10px;
	}

	.menu-nav-inline li:last-child:after {
		width: 0px;
	}

	.menu-nav-inline li {
		position: relative;
		display: inline-block;
		float: none;
	}

	li.menu-item:after {
		position: absolute;
		top: 12px;
		right: 8px;
		content: "";
		width: 1px;
		height: 16px;
		background: hsla(0, 0%, 39%, .1);
	}

	.entry-container {
		min-height: 112px !important;
		padding: 12px 0 !important;
		padding-left: 120px !important;
		display: block;
		position: relative;
	}

	.block-image.feaimg {
		float: left !important;
		width: 106px !important;
		height: 80px !important;
		margin: 4px 16px 4px 0 !important;
	}

	.entyr-icon i.fa {
		font-size: 14px;
	}

	.toptext ul li {
		width: 49%
	}

	.page-title {
		margin-top: 5px;
	}

	.entry-container .entry-meta {
		bottom: 8px;
		position: absolute;
		height: 22px !important;
		text-overflow: ellipsis;
		overflow: hidden;
		margin-bottom: 0px !important;
	}

	.blocktext .entry-meta.fea-meta {
		bottom: 2px;
	}

	.pagination ul {
		display: block;
	}

	#loadmore {
		float: right;
		width: 100%;
		text-align: center;
	}

	.blockimg a.meta-cate,
	.blockimg a.meta-viewnums {
		display: none;
	}

	header.entry-header,
	span.entry-title,
	span.entry-title a {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.post-list header.entry-header,
	header.entry-header {
		white-space: normal;
	}

	a#post_over:hover,
	a#post_over.disabled {
		background: transparent;
		color: #666;
	}

	header.entry-header .contimg,
	.postArticle-meta {
		display: none;
	}

	.article-update-tips {
		margin-top: 15px;
	}

	.contimg .avatar {
		width: 25px;
		height: 25px;
	}

	.contpost-meta {
		height: 25px !important;
		line-height: 25px !important;
		padding-bottom: 0px;
		margin-bottom: 10px;
	}

	.entry-page-next.j-lazy {
		float: none;
		margin-top: 10px;
	}

	.j-lazy {
		width: 100% !important;
		float: none;
	}

	.post-list.blocktext .entry-summary {
		display: block;
	}

	.post-list.blocktext .entry-summary p {
		margin: 5px 0 25px 0;
		padding: 0;
		min-height: 100%;
		max-height: 45px;
	}

	ul.al_post_list {
		width: 100%;
		float: left;
		margin: 0 0 20px 0;
		padding: 0;
	}

	.featured {
		padding-bottom: 1.25rem;
	}

	.form-inpVerify {
		width: 100%;
		margin-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	ul#link-home li {
		width: 19%;
	}

	.error-page .search-box input {
		width: 90%;
	}

	.error-page .search-submit {
		right: 5%;
	}

	.index404 ul#tag_cloud {
		max-height: 126px;
		overflow: hidden;
	}

	.showbody {
		top: 58px;
		width: 300px;
		margin-left: -150px;
		margin-top: 0;
	}

	.pay_box:first-child {
		margin-lright: 0px;
	}

	.page_readers ul li {
		width: 47%;
		padding: 15px 10px 10px;
	}

	.page_readers ul li span.readersimg {
		float: none;
	}

	.page_readers ul li span.readersimg img {
		width: 60px;
		height: 60px;
		margin: 0 auto;
	}

	.page_readers ul li span.readersinfo {
		margin-top: 8px;
		padding: 0;
		text-align: center;
	}
}

@media screen and (max-width:560px) {
	ul.imglist.pic-box-list li {
		width: 50%;
	}

	.box_read {
		width: 90%;
	}

	.right-title {
		font-size: 22px;
	}

	.item-tag-oprice span.tag,
	.tag-box {
		font-size: 14px;
	}

	.item-tag-oprice {
		padding: 2px 10px;
	}

	p.jubao,
	p.sell-time a.sell-author {
		display: none;
	}

	p.sell-time a:last-child {
		float: left;
		width: 100%;
		margin-right: 0;
		text-align: left;
	}

	ul.tag_could li,
	ul.xoxo.blogroll li {
		width: 33.333%;
	}

	.two-box {
		width: 100%;
	}

	ul.two-box-list {
		min-height: auto;
	}

	.sellist-main,
	.site-main .row,
	.pic-list,
	.two-list {
		margin: 0 -15px;
	}

	.homedia.syimgad,
	.homedia.sytextad,
	.homedia.textbtad,
	.link-box {
		width: auto;
		margin: 20px -15px 0;
	}

	.sellist-wrap {
		padding: 0;
	}

	ul.imglist li .pic-thumb {
		height: 26.78571vw;
	}

	ul.plinks-ul.favorite li,
	ul.plinks-ul.misc li {
		width: 31.333%;
	}

	.footer-l-btm p {
		line-height: 180%;
	}

	.footer-l-btm p+p {
		margin-top: 5px;
	}

	a.lcFavBtn,
	.readlist .read_outer,
	.readlist #mClick {
		margin: 0 0.65217vw 6px 0;
	}

	.readlist i.fa {
		padding-right: 0px;
	}

	.readlist .read_outer.zanter {
		margin-left: 4px;
	}

	span.swiper-title {
		font-size: 15px;
	}

	.footer-l-top a {
		line-height: 25px;
	}
}

@media screen and (max-width:460px) {

	.featured a.meta-cate,
	.blockimg .entry-meta a:first-child,
	.blockimg time span.separator {
		display: none;
	}

	.blocktext .entry-meta a:first-child,
	.blocktext time span.separator {
		display: inline-block;
	}

	article.single-post h1.page-title {
		font-size: 16px !important;
	}

	article.single-post .contpost-meta {
		height: auto !important;
	}

	.entry-title,
	.entyr-icon i.fa,
	.entry-container .entry-title {
		font-size: 15px;
	}

	.home-index .side {
		width: 92%;
		margin: 20px 4% 0;
	}

	.side {
		width: 100%;
		margin: 20px auto 0;
	}
	span.muted {
		padding-top: 3px;
	}

	span.spid-box-sign {
		width: auto;
		padding: 0 10px;
		height: auto;
		line-height: 30px;
		top: 10px;
		right: 10px;
	}

	ul#link-home li {
		width: 24%;
	}

	.liuyan {
		width: 100%;
	}
}

@media screen and (max-width:425px) {
	ul.pic-box-list li h3 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		white-space: normal;
		height: 57px;
	}

	ul.pic-box-list li p {
		margin: 0px 0 5px 0;
	}

	span.WB-OS,
	ul.pic-box-list li p span.viewd {
		display: none;
	}

	.backtop .bt-box {
		padding: 7px 8px;
		width: 33px;
	}

	.backtop .bt-box.bt-comments {
		padding: 0;
	}

	.bt-box.bt-comments a {
		padding: 7px 8px;
	}

	#backtop .qq i.fa {
		font-size: 14px;
	}

	.right-inner .entry-meta.contpost-meta {
		height: auto !important;
	}

	.left-wrap {
		width: 83.33333vw;
	}

	.not-found-title {
		font-size: 11em;
	}

	ul.tag_could li,
	ul.xoxo.blogroll li {
		width: 50%;
	}

	ul.plinks-ul.favorite li,
	ul.plinks-ul.misc li {
		width: 48%;
	}
	.entyr-icon i.fa,
 {
		display: none;
	}

	aside.mobile_nav {
		max-width: 310px;
	}
}

@media screen and (max-width:380px) {
	span.cuxiao {
		margin-left: 5px;
		position: relative;
		top: 1px;
	}

	.item-tag-oprice {
		margin-bottom: 10px;
	}

	.item-tag.f1,
	.item-tag.f2,
	.item-tag.f3 {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 10px;
	}

	.item-tag.f3.fr {
		width: 100%;
		margin-right: 0;
	}

	.item-tag:last-child {
		margin-bottom: 0;
	}

	.sell-ul li.sell-list {
		width: 100%;
	}

	p.sell-time a.sell-author {
		display: inline-block;
	}

	p.sell-time a:last-child {
		float: right;
		width: auto;
		margin-right: 5px;
		text-align: left;
	}

	a.sell-author img {
		display: inline-block;
	}

	.comiis_poster_okimg img {
		margin: 50px 20px 10px;
	}

	.sell-ul li .pic-thumb {
		height: 52.63157vw;
	}

	.toptext {
		margin-top: 10px;
		padding-bottom: 5px;
	}

	.toptext ul li {
		width: 100%;
		padding: 0;
	}

	.toptext ul li:hover {
		padding-left: 10px;
	}

	.catatop-bg-inner h1 {
		font-size: 1.8em;
	}

	a.lcFavBtn:before,
	.readlist i.fa,
	.msgname .dot {
		display: none;
	}

	span.rewards-popover-close i.fa.fa-close {
		display: block;
	}

	ul#link-home li {
		width: 32.333%;
	}
}

@media screen and (max-width:340px) {
	a#m-nav-so i.fa.fa-search:after {
		content: '';
	}

	ul.al_post_list li a {
		max-width: 73%;
	}

	span.muted {
		display: none;
	}
}

@media screen and (max-width:330px) {
	aside.mobile_nav {
		min-width: 100%;
		width: 100%;
	}

	.form-inpVerify {
		width: 100%;
		padding: 0 10px;
	}

	.msgimg,
	span.com-title {
		display: none;
	}

	.showbody {
		width: 88%;
		margin-left: -44%;
	}
}
