@charset "UTF-8";

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,aside,footer,header,nav,section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

main {
	display: block;
}

pre {
	font-family: monospace,monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

b,strong {
	font-weight: inherit;
}

b,strong {
	font-weight: bolder;
}

code {
	font-family: monospace,monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,input {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,input {
	overflow: visible;
}

button {
	text-transform: none;
}

button,html [type="button"],[type="reset"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

template {
	display: none;
}[hidden] {
	display: none;
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
	background-color: #e0e0e0;
}

::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
	background-color: #34495e;
}

.container {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 575px) {
	.container {
		max-width: 460px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 991px) {
	.container .container.small {
		padding: 0;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}

	.container.small {
		max-width: 780px;
	}
}

@media (min-width: 1230px) {
	.container {
		max-width: 1200px;
	}
}

@media (min-width: 1450px) {
	.max_width .container {
		max-width: 1440px;
	}

	.max_width .col-lg-1-5 {
		flex: 0 0 20%;
		width: 20%;
		max-width: 20%;
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.col-6,.col-12,.col-sm-3,.col-sm-4,.col-sm-6,.col-sm-12,.col-md-2,.col-md-3,.col-md-4,.col-md-6,.col-md-9,.col-md-12,.col-lg-3,.col-lg-9,.col-lg-12 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {

	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 768px) {

	.col-md-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) {

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 575px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 576px) and (max-width:767px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.hidden-md {
		display: none !important;
	}
}

html {
	box-sizing: border-box;
	--accent-color: #1a1a1a;
}

*,*:before,*:after {
	box-sizing: inherit;
}

body {
	background-color: rgb(246,246,246);
	color: #555;
	font-family: Lato,sans-serif;
	font-size: 15px;
	line-height: 24px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #34495e;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover {
	opacity: .8;
}

h1,h2,h3,h4,h5,h6 {
	color: #555;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
}

p {
	margin: 0 0 15px;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

ul,dl {
	margin: 30px 0;
	padding-left: 30px;
}

dl {
	padding-left: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 15px 0;
}

pre {
	overflow-y: scroll;
}

input[type="text"],input[type="password"],input[type="email"],input[type="search"] {
	border: 0;
	border-radius: 0;
	font-family: Lato,sans-serif;
	line-height: 36px;
	margin-bottom: 10px;
	padding: 0 12px;
	transition: border-color cubic-bezier(0.77,0,0.175,1);
	width: 100%;
	border: 1px solid #f1f1f1;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="search"]:focus {
}

label {
	display: inline-block;
	margin-bottom: 5px;
	vertical-align: middle;
}

@-webkit-keyframes hue {
	from {
		-webkit-filter: hue-rotate(0deg);
	}

	to {
		-webkit-filter: hue-rotate(-360deg);
	}
}

div.inline {
	position: relative;
}

div.inline .inline-field {
	margin-bottom: 0;
	padding-right: 20px;
	text-overflow: ellipsis;
	outline: none;
}

.button {
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: Lato,sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1;
	outline: none;
	padding: 12px 20px;
	text-align: center;
	background-color: #34495e;
}

.button:hover {
	opacity: 0.8;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn {
	border: none;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 36px;
	outline: none;
	padding: 0 18px;
	text-align: center;
	position: relative;
}

.btn.disabled,.btn[disabled] {
	cursor: not-allowed;
	filter: alpha(opacity=35);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .35;
}

.btn:hover {
	opacity: 0.8;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn--primary {
	color: #ffffff;
	background: #34495e;
	background: -webkit-gradient(linear,left top,right top,from(#34495e),to(#475f77));
	background: -webkit-linear-gradient(left,#34495e,#475f77);
	background: linear-gradient(90deg,#34495e,#475f77);
	-webkit-box-shadow: 0 3px 5px rgba(52, 73, 94, .5));
	box-shadow: 0 3px 5px rgba(52, 73, 94, .5));
}

.btn--secondary {
	color: #ffffff;
	background: #20a0ff;
	background: -webkit-gradient(linear,left top,right top,from(#20a0ff),to(#20b8ff));
	background: -webkit-linear-gradient(left,#20a0ff,#20b8ff);
	background: linear-gradient(90deg,#20a0ff,#20b8ff);
	-webkit-box-shadow: 0 3px 5px rgba(32,160,255,.5);
	box-shadow: 0 3px 5px rgba(32,160,255,.5);
}

.btn--danger {
	color: #ffffff;
	background: #61be33;
	background: -webkit-gradient(linear,left top,right top,from(#61be33),to(#8fce44));
	background: -webkit-linear-gradient(left,#61be33,#8fce44);
	background: linear-gradient(90deg,#61be33,#8fce44);
	-webkit-box-shadow: 0 3px 5px rgba(104,195,59,.5);
	box-shadow: 0 3px 5px rgba(104,195,59,.5);
}

.btn--white {
	background-color: #FFF;
	color: #34495e;
	-webkit-box-shadow: 0 3px 5px rgba(52, 73, 94, .5));
	box-shadow: 0 3px 5px rgba(52, 73, 94, .5));
}

.btn--block {
	width: 100% !important;
}

.site {
	position: relative;
	overflow: hidden;
}

.site-content {
	padding-bottom: 60px;
	padding-top: 60px;
}

@media (max-width: 767px) {
	.site-content {
		padding-bottom: 30px;
		padding-top: 30px;
	}
}

.sidebar-right .sidebar-column .widget-area {
}

@media (max-width: 575px) {
	.sidebar-column .widget-area {
		margin: 60px auto 0;
		max-width: 300px;
		padding: 0 !important;
	}
}

@media (max-width: 991px) {
	.sidebar-column .widget-area {
		margin: 10px auto 0;
		max-width: 460px;
		padding: 0 !important;
	}
}

@media (min-width: 992px) {
	.content-column {
		flex: 0 0 72%;
		max-width: 72%;
	}

	.sidebar-column {
		flex: 0 0 28%;
		max-width: 28%;
	}
}

.u-clearfix:before,.u-clearfix:after {
	content: " ";
	display: table;
}

.u-clearfix:after {
	clear: both;
}

.u-plain-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.u-permalink {
	bottom: 0;
	left: 0;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 50;
}

.u-border-title {
	align-items: center;
	display: flex;
}

.u-border-title:before {
	background-color: #1a1a1a;
	content: "";
	height: 2px;
	margin-right: 10px;
	width: 30px;
}

.u-text-format>*:first-child,.u-text-format>*:first-child>*:first-child {
	margin-top: 0 !important;
}

.u-text-format>*:last-child,.u-text-format>*:last-child>*:last-child {
	margin-bottom: 0 !important;
}

.u-text-format h1,.u-text-format h2,.u-text-format h3,.u-text-format h4,.u-text-format h5,.u-text-format h6 {
	font-weight: 900;
	margin-bottom: 12px;
	margin-top: 12px;
}

.u-text-format h1 {
	font-size: 28px;
}

.u-text-format h2 {
	font-size: 25px;
}

.u-text-format h3 {
	font-size: 22px;
}

.u-text-format h4 {
	font-size: 19px;
}

.u-text-format h5 {
	font-size: 16px;
}

.u-text-format h6 {
	font-size: 13px;
}

.u-text-format ul ul,.u-text-format dl ul,.u-text-format ul dl,.u-text-format dl dl {
	margin: 0;
}

.u-text-format li {
	margin: 5px 0;
}

.u-text-format a {
	font-weight: 700;
	text-decoration: underline;
}

.lazyloaded {
	opacity: 1;
	transition: opacity 0.3s cubic-bezier(0.77,0,0.175,1);
}

.section.search.parallax {
	display: flex;
	min-height: 200px;
	position: relative;
	text-align: center;
	padding: 0;
}

.section.search.parallax img {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.section.search.parallax .container {
	margin: auto;
	padding-bottom: 0;
	padding-top: 0;
	width: 100%;
}/*home-cat-nav-wrap*/.home-cat-nav-wrap {
	margin-bottom: 30px;
	position: relative;
	background-color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
}

.home-cat-nav-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-cat-nav-wrap ul li {
	margin: 0 3px;
}

.home-cat-nav-wrap ul li:hover .btn {
	background-color: #f6f6f6;
}/*home-cat-nav-wrap end*/

@keyframes aspAnFadeInDrop {
	0% {
		opacity: 0;
		transform: translate(0,-50px);
	}

	100% {
		opacity: 1;
		transform: translate(0,0);
	}
}

@-webkit-keyframes aspAnFadeInDrop {
	0% {
		opacity: 0;
		transform: translate(0,-50px);
		-webkit-transform: translate(0,-50px);
	}

	100% {
		opacity: 1;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
	}
}

@media (max-width: 768px) {

	.home-cat-nav-wrap {
		display: none;
	}
}

.filter--content {
	margin-top: -90px;
	display: block;
	padding: 20px;
	width: 100%;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	z-index: 1;
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0 34px 20px -24px rgba(0,36,100,0.06);
	border: 1px solid #f3f3f3;
}

.filter--content .form-box {
	padding: 0;
	padding-bottom: 0;
}

.filter--content .filter-item span {
	margin-right: 10px;
	background-color: #eeeeee;
	padding: 2px 6px;
	border-radius: 4px;
	color: #7b8695;
	border: 1px solid transparent;
}

.filter--content .filter-item a {
	display: inline-block;
	margin-top: 0;
	margin-right: 10px;
	border-bottom: 1px solid transparent;
	color: #808080;
	border-radius: 0;
	padding: 0 10px;
	position: relative;
	border: 1px solid transparent;
	border-radius: 4px;
}

.filter--content .filter-item a.on {
	border: 1px dashed #a5a5a5;
	background-color: #eee;
}

.filter--content .filter-item a:hover {
	border: 1px dashed #cecece;
	background-color: #eee;
}

.filter--content .filter-item>.on {
	color: #1890ff
}

.filter--content .filter-item {
	margin-top: 10px
}

.filter--content .filter-tag {
	position: relative;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.filter--content .filter-tag li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}

.filter--content .filter-tab {
	border-top: 1px solid #E9E9E9;
	padding-top: 13px;
	margin-top: 10px;
	margin-bottom: -10px;
}

.filter--content .filter-tab span {
	margin-right: 10px;
	background-color: #eeeeee;
	padding: 2px 6px;
	border-radius: 4px;
	color: #7b8695;
	border: 1px solid transparent;
}

.filter--content .filter-tab li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}

.filter--content .filter-tab a {
	display: inline-block;
	margin-top: 0;
	margin-right: 20px;
	color: #808080;
	position: relative;
}

.filter--content .filter-tab a i {
	width: 18px;
	height: 18px;
	border: 1px solid #aeaeae;
	border-radius: 4px;
	margin-right: 6px;
	display: inline-block;
	vertical-align: -4px;
	border-radius: 100%;
}

.filter--content .filter-tab a.on {
	color: #FF9800;
}

.filter--content .filter-tab a em {
	font-style: normal;
}

.filter--content .filter-tab li.rightss {
	float: right;
}

@media (max-width: 768px) {
	.filter--content {
		margin-top: -10px;
		display: block;
		padding: 10px;
	}

	.filter--content .filter-item span,.filter--content .filter-tab span {
		width: 100%;
		display: inline-block;
		margin-bottom: 10px;
	}

	.filter--content .filter-item a {
		margin-right: 5px;
		line-height: 20px;
		font-size: 13px;
		padding: 0 5px;
	}

	.filter--content .filter-tab a {
		margin-right: 5px;
		font-size: 13px;
	}

	.filter--content .filter-tab li.rightss {
		float: none;
		margin-bottom: 10px;
		margin-top: 10px;
		margin-right: 5px;
	}
}

.site-header {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.07);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: background-color 0.3s cubic-bezier(0.77,0,0.175,1),box-shadow 0.3s cubic-bezier(0.77,0,0.175,1),-webkit-transform 0.3s cubic-bezier(0.77,0,0.175,1);
	transition: background-color 0.3s cubic-bezier(0.77,0,0.175,1),box-shadow 0.3s cubic-bezier(0.77,0,0.175,1),transform 0.3s cubic-bezier(0.77,0,0.175,1);
	transition: background-color 0.3s cubic-bezier(0.77,0,0.175,1),box-shadow 0.3s cubic-bezier(0.77,0,0.175,1),transform 0.3s cubic-bezier(0.77,0,0.175,1),-webkit-transform 0.3s cubic-bezier(0.77,0,0.175,1);
	z-index: 99;
}

.navbar {
	align-items: center;
	display: flex;
	height: 80px;
	position: relative;
}

.navbar .logo {
	margin-right: 12px;
	max-width: 120px;
	height: auto;
}

.navbar .menu-item {
	display: inline-block;
	position: relative;
}

.navbar .menu-item>a {
	display: block;
	font-weight: 700;
	letter-spacing: .2px;
}

/* .navbar .menu-item.menu-item-has-children>a:after {
	color: #aaa;
	content: "\f140";
	font-family: "Material Design Icons";
	font-size: 13px;
	font-weight: 400;
	margin-left: 5px;
	transition: color 0.3s cubic-bezier(0.77,0,0.175,1);
} */

.navbar .menu-item:hover>.sub-menu {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}

.navbar .nav-list>.menu-item>a {
	font-size: 14px;
	line-height: 81px;
	margin: 0 12px;
	transition: color 0.3s cubic-bezier(0.77,0,0.175,1);
}

.navbar .sub-menu {
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.07);
	list-style-type: none;
	margin: -1px 0 0 -18px;
	min-width: 160px;
	opacity: 0;
	padding: 12px 0;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	transition: all 0.3s cubic-bezier(0.77,0,0.175,1);
	visibility: hidden;
	z-index: 80;
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(8, auto);
	gap: 0;
	max-height: min(320px, 70vh);
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: thin;
}

.navbar .sub-menu .menu-item {
	display: block;
	min-width: 128px;
}

.navbar .nav-list > .menu-item:nth-last-child(-n + 3) .sub-menu {
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -18px;
}

.navbar .sub-menu .menu-item>a {
	align-items: center;
	display: flex;
	font-size: 11px;
	line-height: 18px;
	padding: 9px 30px;
	transition: -webkit-transform 0.3s cubic-bezier(0.77,0,0.175,1);
	transition: transform 0.3s cubic-bezier(0.77,0,0.175,1);
	transition: transform 0.3s cubic-bezier(0.77,0,0.175,1),-webkit-transform 0.3s cubic-bezier(0.77,0,0.175,1);
}

.navbar .sub-menu .menu-item>a:hover {
	opacity: 1;
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.navbar .sub-menu .menu-item.menu-item-has-children>a {
	justify-content: space-between;
}

.navbar .sub-menu .menu-item.menu-item-has-children>a:after {
	content: "\f142";
	line-height: 1;
	margin-right: -4px;
}

.navbar .sub-menu .sub-menu {
	left: 100%;
	margin: -20px 0 0;
	top: 0;
}

.navbar .actions {
	display: flex;
	flex-grow: 1;
	justify-content: flex-end;
}

.navbar .actions>div+div {
	margin-left: 5px;
}

.navbar .navbar-button {
	align-items: center;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	height: 30px;
	justify-content: center;
	width: 30px;
	margin-right: 10px;
	background-color: #f6f6f6;
	border: 0;
	color: #34495e;
}

.navbar .login-btn {
	align-items: center;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	height: 30px;
	justify-content: center;
	width: 80px;
	margin-right: 10px;
	background-color: #f6f6f6;
	border: 0;
	color: #34495e;
}

.navbar .user-pbtn {
	align-items: center;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	height: 30px;
	justify-content: center;
	max-width: 100px;
	margin-right: 10px;
	border: 0;
	color: #34495e;
}

.navbar .user-pbtn img {
	align-items: center;
	border-radius: 30px;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	height: 30px;
	justify-content: center;
	margin-right: 5px;
	border: 2px solid #eee;
	width: 30px;
}

.navbar .user-pbtn span {
	-webkit-line-clamp: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.navbar .login-btn:hover,.navbar .user-pbtn:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.burger {
	border-radius: 50%;
	cursor: pointer;
	height: 30px;
	position: relative;
	width: 30px;
	background-color: #f6f6f6;
	border: 0;
}

.burger:before,.burger:after {
	background-color: #34495e;
	content: "";
	height: 2px;
	left: 10px;
	position: absolute;
	width: 10px;
}

.burger:before {
	top: 10px;
}

.burger:after {
	bottom: 10px;
}

.logo-wrapper {
	position: relative;
}

.logo:not(.text) {
	transition: opacity 0.3s cubic-bezier(0.77,0,0.175,1);
}

.logo.text {
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 2px;
	transition: color 0.3s cubic-bezier(0.77,0,0.175,1);
}/*navber-hver*//*nav*/.header__group {
	position: relative
}

.header__group:before,.header__group:after {
	background: transparent;
	bottom: -5px;
	height: 16px;
	position: absolute;
	width: 16px
}

.header__group:before {
	border-bottom-right-radius: 8px;
	box-shadow: 6px 6px 0 #2c2c2c;
	left: -16px
}/*.header__group_cats .header__cat{padding:20px 31px 20px 19px}.header__group_cats .header__cat:after{content:'';position:absolute;top:50%;right:0;width:1px;height:38px;margin-top:-19px;background:#424242}*/

.header__style_user .header__dropdown {
	left: inherit;
	right: -130px;
	border-radius: 8px;
	width: 400px;
	top: 30px;
}

.header__group_user.active:before {
	content: none
}

.header__group.active .header__cat {
	background: #fff;
	box-shadow: 0 5px 0 0 #fff;
}

.header__cat a {
	color: #fff;
}

.header__cat a:hover {
/* color: #404040; */
}

.header__group.active .header__cat:after {
	display: none
}

.header__group.active .header__dropdown {
	display: block
}

@media only screen and (max-width: 767px) {
	.header__group_user.active .header__cat {
		background: none;
		box-shadow: none
	}
}

@media only screen and (max-width: 767px) {
	.header__group_user.active .header__dropdown {
		display: none
	}
}

.header__dropdown {
	display: none;
	position: absolute;
	top: calc(100% + 0px);
	left: 0;
	background: #fff;
	border-radius: 0 0 8px 8px;
}

.header-box {
	color: #8495a0;
}

.header-box {
	margin: 0 20px;
	padding: 15px 0;
}

.refresh-header-top {
	width: 100%;
}

.header-box {
	color: #8495a0;
}

.header-box {
	margin: 0 20px;
	padding: 15px 0;
}

.header-box {
	color: #fff
}

.refresh-header-top {
	width: 100%;
}

.header-top {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 2px dashed #34495e;
}

.header-top img {
	float: left;
	width: 45px;
	border-radius: 50%;
	margin-top: 2px;
	margin-right: 10px;
	height: 45px;
}

.header-top .logout {
	position: absolute;
	right: 0;
	top: 0;
	color: #888;
}

.header-top .logout:hover {
	color: #E91E63;
}

.user-names {
	max-width: 100px;
	overflow: hidden;
	display: block;
	word-wrap: break-word;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	font-size: 14px;
}

.wp-VIP {
	margin-left: 10px;
	font-style: normal;
	color: #fff;
	font-size: 12px !important;
	background-color: #fd7a25;
	padding: 2px 8px;
	border-radius: 10px;
}

.header-top .group-name {
	background: linear-gradient(90deg, #fd731f, #fe822f);
	padding: 2px 8px;
	border-radius: 10px;
	font-size: 12px;
	margin-left: 10px;
	font-style: normal;
	font-weight: normal;
}

.header-top p {
	margin-top: 10px;
	font-size: 12px;
	color: #8495a0;
	cursor: pointer;
}

.header-center {
	display: flex;
	padding: 15px 0
}

.header-center {
	position: relative
}

.header-center .md-r {
	float: left;
	width: 50%;
}

.header-center .md-t {
	padding: 9px;
	margin-bottom: 5px;
	border-radius: 5px;
	position: relative;
	background-color: #2196F3;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header-center .md-t:hover {
	opacity: 0.8;
}

.header-center .md-t span {
	color: #fff;
	display: block;
	margin-bottom: 5px;
	font-size: 14px
}

.header-center .md-t p {
	font-size: 11px
}

.header-center .md-t a,.header-center .md-b a {
	position: absolute;
	right: 10px;
	top: 5px;
	padding: 4px 10px;
	border-radius: 4px;
	background-color: #fe812e;
	display: inline-block;
	line-height: 14px;
	font-size: 12px;
	color: #fff;
}

.header-center .md-t a:hover {
/* background: #2aa461; *//* color: #fff; */
}

.header-center .md-b {
	padding: 9px;
	position: relative;
	border-radius: 6px;
	background-color: #8BC34A;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header-center .md-b:hover {
	opacity: 0.8;
}

.header-center .md-b span {
	color: #fff;
	padding-bottom: 5px;
	display: block;
	font-size: 14px
}

.header-center .md-b p {
	font-size: 11px
}

.header-top p {
	margin-top: 10px;
	font-size: 12px;
	color: #8495a0;
	cursor: pointer;
}

.header-dropdown {
	font-size: 12px;
}

.header-center p {
	margin: auto;
}

.header-top p {
	margin: auto;
}

.header__cat {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
/* height: 68px; */
	padding-left: 10px;
	border-radius: 8px 8px 0 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	padding-top: 0;
}

.section {
	padding-bottom: 40px;
	padding-top: 40px;
}

.pt-30 {
	padding-top: 30px !important;
}

.mt-0 {
	margin-top: 0;
}

.mt-10 {
	margin-top: 10px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

@media (max-width: 767px) {
	.section {
		padding-bottom: 30px;
		padding-top: 30px;
	}
}/* .home .home-vip-mod */

.module.parallax {
	display: flex;
	min-height: 220px;
	position: relative;
	text-align: center;
}

.module.parallax img {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.module.parallax .container {
	margin: auto;
	padding-bottom: 30px;
	padding-top: 30px;
}

.module.parallax .entry-title {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 0;
	position: relative;
}

.module.parallax .button {
	margin: 30px 5px 0;
	position: relative;
	z-index: 60;
	background-color: #34495e;
}

@media (max-width: 767px) {
	.module.parallax {
		min-height: 250px;
	}

	.module.parallax .entry-title {
		font-size: 20px;
	}

	.module.parallax .button {
		width: 100%;
	}

	.module.parallax .button+.button {
		margin-top: 10px;
	}
}

.slider.big {
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 34px 20px -24px rgba(0,36,100,0.3);
	-webkit-box-shadow: 0 34px 20px -24px rgba(0,36,100,0.3);
}

.module.slider .post {
	background-position: center;
	background-size: cover;
	height: 400px;
	display: block;
}

  

.module.slider .post:before {
	background-color: #1f2b38;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.3 cubic-bezier(0.77,0,0.175,1);
}

.module.slider .post.lazyloaded:before {
	opacity: 0;
}

.module.slider .entry-wrapper {
	bottom: 0;
	left: 0;
	max-width: 300px;
	padding: 60px 20px 30px;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.3s cubic-bezier(0.77,0,0.175,1);
}

.module.slider .entry-wrapper:before {
	background-color: #1f2b38;
	bottom: 0;
	content: "";
	left: 0;
	opacity: .6;
	position: absolute;
	right: 0;
	top: 0;
}

.module.slider .entry-wrapper>* {
	position: relative;
}

.module.slider .entry-excerpt {
	color: #fff;
	margin-top: 30px;
	-webkit-line-clamp: 5;
}

.module.slider .entry-footer a {
	color: #34495e;
}

.module.slider.center .owl-item:not(.center) .entry-wrapper {
	opacity: 0;
}

@media (max-width: 768px) {

	.module.slider .post {
		height: 320px;
	}

	.module.slider .entry-wrapper {
		max-width: none;
	}

	.module.slider .entry-header .entry-meta {
/* justify-content: center; */
	}
}

@media (max-width: 991px) {
	.module.slider.center .entry-wrapper {
		max-width: none;
	}
}

.module.image {
	position: relative;
}/*home gridpost*//* codecdk-panel *//* category-box *//* category-box2 *//* category-box end */.uposts {
	position: relative;
	display: block;
	background-color: #fff;
	margin-bottom: 20px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.02);
	border-radius: 4px;
	padding: 20px;
}

.uposts .codesign-list {
	height: 90px;
	background: rgba(51, 51, 51, 0.8);
	border-radius: 4px 4px 0 0;
	padding: 24px;
	margin: -20px -20px 22px -20px;
	position: relative;
	background-size: 100%;
	background-position: center center;
}

.uposts h4.codeisgn-h4 {
	margin-bottom: 0;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 1;
}

.uposts .codeisgn-h4 a {
	color: #fff;
}

.uposts span.codesign-esc {
	text-align: center;
	line-height: 38px;
	color: rgba(255, 255, 255, 0.6);
	position: relative;
	z-index: 1;
	display: block;
}

.uposts .codesign-cover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #0000008c;
	border-radius: 4px 4px 0 0;
	z-index: 0;
}



.uposts .hentry {
	margin-bottom: 8px;
	position: relative;
	display: inline-block;
	width: 100%;
}

.uposts .hentry .title {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	padding-right: 60px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.uposts .hentry .post-num {
	background-color: #999;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	margin: 0 8px 0 0;
	text-align: center;
	border-radius: 4px;
}

.uposts .meta {
	position: absolute;
	position: absolute;
	top: 0;
	right: 0;
	color: #999;
	font-size: 13px;
}

.post-grid .entry-media {
	margin-bottom: 0;
	position: relative;
}

.post-grid .entry-media img {
	margin: 0 auto;
	width: 100%;
	border-radius: 4px 4px 0 0;
}

.entry-media {
	margin-bottom: 10px;
	position: relative;
}

.entry-media .placeholder {
	background-color: #ffffff;
	height: 0;
	overflow: hidden;
/* border-radius: 4px 4px 0 0; */
}

.entry-media img {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

.entry-media img:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.entry-header {
	word-break: break-all;
}

.entry-header .entry-meta {
	align-items: center;
	color: #aaa;
	display: flex;
	flex-wrap: wrap;
	font-size: 11px;
	letter-spacing: .2px;
	margin-bottom: 5px;
	text-align: center;
}

.entry-header .entry-meta>span+span {
	margin-left: 15px;
}

.entry-header .entry-meta a {
	color: #aaa;
}

.entry-header .entry-meta .avatar {
	border-radius: 50%;
	height: 15px;
	margin-right: 8px;
	width: 15px;
}

.entry-header .entry-meta .meta-category {
	display: flex;
	flex-wrap: wrap;
}

.entry-header .entry-meta .meta-category a {
	align-items: center;
	display: flex;
}

.entry-header .entry-meta .meta-category a+a {
	margin-left: 8px;
}

.entry-header .entry-meta .meta-category .dot {
	background-color: var(--accent-color);
	border-radius: 50%;
	height: 6px;
	margin-right: 5px;
	width: 6px;
	background-color: #fd721f;
}

.entry-header .entry-meta .meta-category a:nth-child(2) .dot {
	background-color: #4CAF50;
}

.entry-header .entry-meta .meta-category a:nth-child(3) .dot {
	background-color: #2196F3;
}

.entry-header .entry-title {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.2px;
	margin-bottom: 0;
}

.post-grid .entry-header .entry-title {
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.post-list .entry-header .entry-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.entry-excerpt {
	font-size: 13px;
	margin-top: 10px;
	color: #aaa;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	margin-bottom: 10px;
}

.entry-footer {
	display: block;
}

.entry-footer a {
	position: relative;
	margin-right: 5px;
	color: #aaaaaa;
	padding: 4px 6px;
	border-radius: 4px;
	font-weight: 500;
	background: rgb(246,246,246);
	line-height: 1;
}

@media (max-width: 576px) {
	.entry-excerpt,.entry-footer {
		display: none !important;
	}

	.module.slider .entry-excerpt {
		display: block !important;
	}
}

.entry-navigation {
	background-color: #ffffff;
	display: block;
	margin-top: 30px;
	position: relative;
	border-radius: 5px;
	padding: 20px;
}

.article-nav {
	overflow: hidden;
	font-size: 14px;
	color: #bbb;
}

.article-nav span {
	float: left;
	position: relative;
	width: 50%;
}

.article-nav span.article-nav-next {
	float: right;
	text-align: right
}

.article-nav span.article-nav-next::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: block;
	width: 1px;
	background-color: #eee;
}

.article-nav a {
	color: #999;
	margin-right: 10px;
	display: inline-block;
}

.article-nav span.article-nav-next a {
	margin-left: 10px;
	margin-right: 0;
}

.article-nav a:hover {
	color: #45B6F7;
}

@media (max-width: 991px) {
	.entry-navigation {
		margin-bottom: 30px;
	}
}

@media (max-width: 768px) {
	.article-nav span {
		float: none;
		display: block;
		width: 100%;
	}

	.article-nav span.article-nav-next {
		float: none;
		display: block;
		clear: both;
		text-align: left;
		margin-top: 15px;
		padding-top: 15px;
	}

	.article-nav span.article-nav-next::before {
		left: 0;
		top: 0;
		width: 100%;
		height: 1px;
	}

	.article-nav span.article-nav-next a {
		margin-left: 0;
	}

	.article-nav a {
		margin-right: 0;
		display: block;
	}
}

.entry-tags {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.entry-tags a {
	background-color: #f4f4f4;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	color: #555;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.article-copyright {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	background: #f7fbff;
	padding: 10px 20px;
	border: 1px dashed #e6e6e6;
	border-radius: 4px;
	font-size: 12px;
	margin-top: 20px;
}

.article-copyright a {
	color: #555;
}

.single .type-post .entry-header,.page .type-page .entry-header {
	/* margin-bottom: 30px; */
}

.single .type-post .entry-meta,.page .type-page .entry-meta {
	margin-bottom: 10px;
}

.single .type-post .entry-title,.page .type-page .entry-title {
	/* font-size: 40px; */
	/* font-weight: 900; */
	/* line-height: 1.1; */
}

.single .type-post .entry-media,.page .type-page .entry-media {
	/* margin-bottom: 45px;
	margin-top: 45px; */
}

.single .type-post .entry-content>p,.page .type-page .entry-content>p,.single .type-post .entry-content ul,.page .type-page .entry-content ul {
	font-size: 16px;
	line-height: 30px;
}

.single .type-post .entry-content>p,.page .type-page .entry-content>p {
	margin-bottom: 20px;
}

.single .type-post .entry-content strong,.page .type-page .entry-content strong {
	color: #1a1a1a;
}

@media (max-width: 767px) {
	.single .type-post .entry-title,.page .type-page .entry-title {
		font-size: 24px;
	}

	.single .type-post .entry-media,.page .type-page .entry-media {
		/* margin-bottom: 30px; */
		/* margin-top: 30px; */
	}
}

.mypay-list .post-list {
	background: #f6f6f6;
}

.post-list {
	display: flex;
	margin-bottom: 30px;
	position: relative;
	padding: 10px;
	background: #ffffff;
	border-radius: 4px;
}

.post-list .entry-media {
	flex-shrink: 0;
	margin-bottom: 0;
	margin-right: 20px;
	width: 220px;
}

.post-list .entry-wrapper,.post-grid .entry-wrapper {
	width: 100%;
}

@media (max-width: 767px) {
	.post-list .entry-media {
		width: 120px;
	}

	.post-list .entry-title {
		font-size: 16px;
	}
}

.post-grid {
	margin-bottom: 30px;
	background-color: #FFF;
	border-radius: 4px;
	transition: box-shadow .3s cubic-bezier(.215,.61,.355,1),transform .3s cubic-bezier(.215,.61,.355,1),-webkit-box-shadow .3s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s cubic-bezier(.215,.61,.355,1);
	transform: translate(0,0);
	border: 1px solid #eee;
}

.post-grid:hover {
	-webkit-box-shadow: 0 34px 20px -24px rgba(136,161,206,0.3);
	box-shadow: 0 34px 20px -24px rgba(136,161,206,0.3);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-ms-transform: translateY(-5px);
}

@media (max-width: 575px) {
	.post-list {
		margin-bottom: 10px;
	}

	.post-grid {
		margin-bottom: 20px;
	}

	.posts-wrapper .col-6:nth-child(2n) {
		padding-left: 5px;
		padding-right: 15px;
	}

	.posts-wrapper .col-6:nth-child(2n-1) {
		padding-left: 15px;
		padding-right: 5px;
	}
}

.post-grid .entry-wrapper {
	padding: 10px 10px 20px 10px;
}/*related*/

.related-posts-grid {
	background-color: #ffffff;
	display: block;
	margin-top: 30px;
	position: relative;
	border-radius: 5px;
	padding: 20px;
}

.related-posts-grid .entry-title {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: -0.2px;
	margin-bottom: 0;
}

.dimmer {
	background: rgba(0,0,0,0.7);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
}

.main-search {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.main-search .search-form {
	height: 100%;
}

.main-search .search-field {
	background-color: transparent;
	font-size: 20px;
	font-weight: 700;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	border: 0;
}

.main-search .search-field::-webkit-input-placeholder {
	color: #aaa;
}

.main-search .search-field:-ms-input-placeholder {
	color: #aaa;
}

.main-search .search-field::-ms-input-placeholder {
	color: #aaa;
}

.main-search .search-field::placeholder {
	color: #aaa;
}

.main-search .search-submit {
	display: none;
}

.main-search .search-close {
	font-size: 15px;
	margin-top: -15px;
	position: absolute;
	right: 0;
	top: 50%;
}

.search-open .main-search {
	display: block;
	z-index: 10;
}

.search-open .navbar>*:not(.main-search) {
	display: none;
}

.term-bar {
	align-items: center;
	background-color: #34495e;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 60px 0;
	position: relative;
	text-align: center;
}

.term-bar:before {
	background-color: #34495e;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.3s cubic-bezier(0.77,0,0.175,1);
}

.term-bar.lazyloaded:before {
	opacity: .5;
}

.term-bar .term-title {
	color: #fff;
	font-size: 23px;
	font-weight: 900;
	line-height: 1;
	margin: 0;
	position: relative;
}

@media (max-width: 768px) {
	.term-bar {
		padding: 40px 0;
	}

	.term-bar .term-title {
		margin: 0;
	}
}

.site-footer {
	background-color: #ffffff;
	color: #aaa;
	padding: 20px 0;
	text-align: center;
}

.site-footer a {
	font-weight: 500;
}

.site-footer .nav-list {
	display: flex;
	justify-content: center;
}

.site-footer .nav-list .menu-item+.menu-item:before {
	content: "/";
	margin: 0 10px;
}

.site-footer .site-info {
	margin: 15px auto 0;
	max-width: 750px;
	font-size: 13px;
}

.site-footer .site-info a {
	color: #aaa;
	margin-left: 5px;
}

.footer-widget {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	border-bottom: 1px solid #eeeeee;
}

@media (max-width: 576px) {
	.footer-widget {
		display: none;
	}
}

.footer-widget .widget--title h5 {
	font-family: 'Poppins',sans-serif;
	color: #34495e;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 27px;
}

.footer-widget .footer--logo {
	margin-bottom: 44px;
	max-width: 180px;
}

.footer-widget .widget--about p {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 30px;
	color: #aaaaaa;
}

.footer-widget .widget--about ul li {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #34495e;
	margin-bottom: 4px;
	display: block;
}

.footer-widget .widget--about ul li:last-of-type {
	margin-bottom: 0;
}

.footer-widget .widget--links ul li a {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 9px;
	display: block;
}

.footer-widget .widget--links ul li:last-of-type a {
	margin-bottom: 0;
}

.footer-widget .widget--newsletter .newsletter--form {
	position: relative;
}

.footer-widget .widget--newsletter .form-control {
	background-color: #f8f8f8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #eeeeee;
	font-size: 14px;
	color: #aaaaaa;
	height: 42px;
}

.footer-widget .widget--newsletter button {
	background-color: transparent;
	line-height: 40px;
	color: #34495e;
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	top: 2px;
	right: 20px;
	cursor: pointer;
	border: none;
	height: auto;
	padding: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.footer-widget .widget--newsletter:hover button {
	-webkit-transform: translateX(7px);
	transform: translateX(7px);
}

.footer-widget .widget--newsletter h6 {
	line-height: 1;
	font-weight: 500;
	font-size: 12px;
	margin-bottom: 24px;
}

@media (max-width: 767px) {
	.site-footer .nav-list {
		flex-direction: column;
	}

	.site-footer .nav-list .menu-item+.menu-item {
		margin-top: 5px;
	}

	.site-footer .nav-list .menu-item+.menu-item:before {
		display: none;
	}
}

.breadcrumbs {
	font-size: 13px;
	text-align: left;
	margin-bottom: 30px;
	margin-top: -30px;
	color: #999;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.breadcrumbs a {
	color: #999;
}

@media (max-width: 575px) {
	.breadcrumbs {
		margin-bottom: 10px;
		margin-top: -20px;
	}
}

.entry-wrapper .widget-pay {
	margin-bottom: 30px;
	margin-top: 30px;
	border-top: 1px solid #eee;
	padding-top: 10px;
}

.article-content {
	border-radius: 4px;
	background-color: #fff;
	word-wrap: break-word;
	padding: 20px;
}

.article-content img {
/*     width: 100%; */
	border-radius: 5px;
}

.article-content pre {
	margin: 20px 0;
	padding: 10px 20px;
	border: none;
	background: #03152a;
	color: #b3b3b3;
	font: 12px/20px 'courier new'
}

.article-content .entry-header .entry-meta {
	margin-bottom: 10px;
}

.article-content .entry-header .entry-title {
	font-size: 1.5em;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #eee;
	margin-bottom: 30px;
	color: #555;
	margin-top: 0;
}

.article-content .h1,.article-content .h2,.article-content .h3,.article-content h1,.article-content h2,.article-content h3 {
	margin: 30px 0 20px;
	line-height: 1.4;
	font-weight: 700
}

.article-content h4,.article-content h5 {
	font-weight: 700;
	font-size: 1.17em;
	margin-bottom: .875rem;
}

.article-content .h1,.article-content h1 {
	font-size: 24px;
	color: #03A9F4;
}

.article-content .h2,.article-content h2 {
	padding-bottom: 12px;
	font-size: 20px;
	border-bottom: 4px solid #f0f4f5;
}

.article-content .h3,.article-content h3 {
	padding-left: 10px;
	font-size: 18px;
	line-height: 1.2;
	border-left: 4px solid #0f81fb
}

.article-content p {
	margin-bottom: 20px;
	line-height: 1.8;
	word-wrap: break-word
}

@media (max-width: 768px) {
	.article-content p {
		text-align: justify
	}
}

.article-content>p {
	white-space: pre-wrap
}

.article-content ul {
	padding-left: 2em;
	margin-bottom: 20px;
	list-style-position: outside;
	list-style-type: disc;
}

.article-content li {
	margin-bottom: 10px
}

.article-content img {
	height: auto
}

.article-content img {
	max-width: 100%;
	vertical-align: top
}

.article-content button,.article-content input {
	max-width: 100%
}

.article-content pre {
	padding: 30px;
	background: #2b303b;
	border-radius: 3px;
	border: 0;
	color: #6fbb72;
	font-size: 14px;
}

@media (max-width: 768px) {
	.article-content pre {
		padding: 10px
	}
}/*//VIDEO*//**fenye**//*tags*/.tags .tagslist {
	overflow: hidden;
}

.tags .tagslist ul {
	list-style-type: none;
	padding: 0;
	margin: 0 -2% 0 0;
}

.tags .tagslist li {
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 15px;
	border: 1px solid #eee;
	background-color: #ffffff;
	border-radius: 2px;
	text-align: center;
}

.tags .tagslist  .name {
	background-color: #eee;
	display: inline-block;
	padding: 0 10px 0;
	font-size: 12px;
	color: #666;
}

.tags .tagslist li .name:hover {
	background-color: #444;
	color: #fff;
}

.tags .tagslist li:hover {
	border-color: #ccc;
}

.tags .tagslist li:hover .name {
	background-color: #333;
	color: #fff;
}

.tags .tagslist li small {
	margin-left: 10px;
	color: #bbb;
}

.tags .tagslist li p {
	margin: 10px 0 0;
	font-size: 12px;
	height: 17px;
	overflow: hidden;
	display: block;
	line-height: 1.5;
}

.tags .tagslist a {
	text-decoration: none;
}

@media (max-width: 1024px) {
	.tags .tagslist li {
		width: 31.3333333%;
	}
}

@media (max-width: 768px) {
	.tags .tagslist li {
		width: 48%;
	}
}

@media (max-width: 544px) {
	.tags .tagslist li {
		padding: 10px;
	}
}

@media (max-width: 575px) {
	.article-content {
		padding: 10px;
	}

	.entry-header .entry-title,.article-content .entry-header .entry-title {
		font-size: 14px;
		font-weight: 500;
		padding-bottom: 0;
	}
}/*zhaunti*//* ads */

.widget-area .widget {
	position: relative;
	background-color: #fff;
	padding: 20px;
	border-radius: 4px;
	clear: both;
	overflow: hidden;
}

.widget-area .widget+.widget {
	margin-top: 20px;
}

.widget-area .widget .widget-title {
	font-size: 15px;
	letter-spacing: .5px;
	line-height: 1;
	margin-bottom: 10px;
}

.widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget ul li {
	line-height: 20px;
	padding: 5px 0;
	list-style: none;
}

.widget ul li>a {
	/* display: inline-block; */
	font-size:13px;
}

.widget ul li+li>a,.widget ul ul li>a {
	margin-top: 0;
}/*widget-userinfo*//*widget-userinfo end*/

.widget .widget-pay {
	display: block;
}

.widget-pay .pay--rateinfo {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 11;
	background: #f0ad4e;
	margin: 0;
	border-radius: 4px;
	margin-bottom: 15px;
	color: #fff;
	background: linear-gradient(to right, rgb(244, 216, 122), rgb(230, 195, 80));
}

.widget-pay .pay--rateinfo b {
	margin: 0 10px;
}

.widget-pay .pay--rateinfo b .price {
	font-size: 28px;
	margin-right: 5px;
}

.widget-pay .pay--rateinfo b .ua {
	color: #8c8c8c;
}

.widget-pay .pay--rateinfo b sup {
	font-size: 14px;
	margin-left: 3px;
}

.widget-pay .pricing-options {
	position: relative;
	margin-bottom: 10px;
}

.widget-pay .pricing-options li {
	padding: 10px 0;
	font-size: 14px;
	cursor: pointer;
	color: #8c8c8c;
}

.widget-pay .pricing-options li +li {
	border-top: 1px dashed #eee;
}

.widget-pay .pricing-options li .pricing__opt {
	font-weight: 600;
}

.widget-pay .pay--content {
	position: relative;
	padding-bottom: 10px;
}

.widget-pay .pay-box {
}

.widget-pay .pay-box .pwd {
	padding: 5px;
	margin-top: 10px;
	display: block;
	background-color: #fffacd;
	color: #999999;
	border-radius: 4px;
	text-align: center;
	border: 1px dashed #ffc12b;
}

.widget-pay .pay-box .pwd .copypaw {
	cursor: copy;
	font-weight: 600;
	background-color: #ffffff;
	border-radius: 4px;
	color: #969696;
	padding: 0 10px;
}

.widget-pay .pay-box .pwd .copypaw:hover {
	cursor: copy;
}

.widget-pay .pay--content p {
	margin-bottom: 10px;
	text-align: center;
}

.widget-pay .agent--contact {
	overflow: hidden;
	border-radius: 4px;
}

.agent--contact ul {
}

.agent--contact .list-paybody {
	padding: 10px;
	background-color: #f3f7ff;
}

.widget-pay .ac_qqhao {
	padding-top: 20px;
	text-align: center;
}

.widget-pay .ac_qqhao a {
}

.agent--contact ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #8c8c8c;
	font-size: 13px;
}

.cao-widget-posts .posts {
	display: block;
}

.cao-widget-posts .posts .left {
	padding: 10px 0 5px 115px;
	overflow: hidden;
	border-bottom: 1px solid #f0f0f0;
}

.cao-widget-posts .posts .left .entry-media {
	margin-bottom: 10px;
	position: relative;
	width: 100px;
	float: left;
	margin-left: -115px;
	border-radius: 4px;
	overflow: hidden;
}

.widget_tag_cloud .tagcloud {
	display: flex;
	flex-wrap: wrap;
}

.widget_tag_cloud .tagcloud>a {
	align-items: center;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	color: #555;
	display: flex;
	font-size: 14px !important;
	font-weight: 500;
	line-height: 1;
	margin: 0 6px 6px 0;
	padding: 6px 8px;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes scaleOut {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleOut {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

._404 {
	display: flex;
	height: calc(80vh - 80px - 120px);
}

._404 ._404-inner {
	margin: auto;
}

._404 .entry-title,._404 .entry-content {
	text-align: center;
}

._404 .entry-title {
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 15px;
	margin-top: -60px;
}

._404 .search-form {
	margin: 45px auto 0;
	max-width: 350px;
}

@media (max-width: 767px) {
	._404 {
		height: calc(100vh - 80px - 60px);
	}
}

img.mr-2 {
	width: 120px;
	margin-left: 10px;
}

.form-group {
	margin-bottom: 30px;
	position: relative;
}

.form-control {
	font-family: 'Poppins',sans-serif;
	background-color: #f8f8f8;
	border: 1px solid #eeeeee;
	font-size: 14px;
	color: #aaaaaa;
	line-height: 42px;
	margin-bottom: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.form-control:focus {
	border-color: #64ddbb;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.form-control[disabled] {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled] {
	cursor: not-allowed
}

.form-control::-webkit-input-placeholder {
	color: #aaaaaa;
}

.form-control:-moz-placeholder {
	color: #aaaaaa;
}

.form-control::-moz-placeholder {
	color: #aaaaaa;
}

.form-control:-ms-input-placeholder {
	color: #aaaaaa;
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

a.label:focus,a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #777
}

.label-default[href]:focus,.label-default[href]:hover {
	background-color: #5e5e5e
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus,.label-info[href]:hover {
	background-color: #31b0d5
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: text-bottom;
	background-color: #777;
	border-radius: .25rem;
	margin-right:5px;
}

.badge-warning {
	color: #ffffff;
	background-color: #ffc107;
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

a.badge:focus,a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.form-box {
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 40px;
	margin-bottom: 30px;
}

.form-group {
	margin-bottom: 30px;
	position: relative;
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

#user-profile {
}

.user-profile {
}

.user-profile .sidebar-card {
	background: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 30px;
}

.author-card .author-infos {
	padding: 30px 0;
	text-align: center;
}

.author-card .author-infos .author_avatar {
	width: 100px;
	height: 100px;
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.author_avatar .avatar {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,.16);
	border: 8px solid #eee;
}

.author-card .author-infos .author {
	padding-top: 15px;
}

.author-card .author-infos .author h4 {
	font-weight: 600;
	font-size: 18px;
	padding: 0;
	margin: 0;
}

.author-card .author-infos .author p {
	line-height: 30px;
	padding-top: 6px;
	margin: 0;
}

.user-profile .edit--profile-area {
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 21px 40px;
	margin-bottom: 30px;
}

.edit--profile-links li a {
	padding: 6px 12px;
	display: block;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	text-align: center;
}

.edit--profile-links li a:hover {
	opacity: 0.8
}

.edit--profile-links li a.active {
	background: #34495e;
	color: #ffffff;
}

@media (max-width: 576px) {
	.edit--profile-links {
		display: flex;
		justify-content: normal;
		align-items: center;
		flex-wrap: wrap;
	}

	.edit--profile-links li {
		width: 50%;
	}

	.edit--profile-links li a.active {
		background: transparent;
		color: #2196F3;
	}

	.author-card .author-infos .author_avatar {
		display: none;
	}

	.author-card .author-infos {
		padding: 10px 0;
		text-align: center;
	}
}

.btn.avatarinfo {
	margin-right: 0;
	padding-left: 0;
}

.btn.avatarinfo label {
	position: relative;
}

.btn.avatarinfo a[class*=upload] {
	position: absolute;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -17px 0 0 -24px;
	width: 100%;
	height: 100%;
}

.btn.avatarinfo a[class*=upload] i {
	font-size: 20px;
	color: #000000;
	opacity: 0.5;
}

.btn.avatarinfo a[class*=upload] input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.btn.avatarinfo img {
	margin: 0;
	padding: 0;
	margin-right: 0;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.payvip-box {
	display: block;
}

.payvip-box .vip-info {
	position: relative;
	text-align: center;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 22px 0 20px;
	margin-bottom: 30px;
	border: 5px solid;
	border-color: transparent;
	opacity: 0.3;
	filter: alpha(opacity=30);
	cursor: pointer;
}

.payvip-box .vip-info.active {
	border-color: #F44336;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-animation: hue 6s infinite linear;
}

.payvip-box .vip-info:hover {
	box-shadow: 0 10px 20px rgba(150,150,150,0.51);
	transition: all 0.3s;
	border-color: #F44336;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.payvip-box .vip-info p {
	color: #fff;
	margin: 0;
	padding: 10px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.1);
}

.payvip-box .vip-info small {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	font-weight: 600;
	color: #000;
	padding: 2px 14px;
	background-color: #fff;
	border-radius: 0 0 0 15px;
}

.payvip-box .vip-info .vipc {
	left: 0;
	position: absolute;
	top: 0;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	padding: 6px 16px;
	opacity: 0.4;
}

.payvip-box .vip-info h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	margin: 0;
	text-shadow: 0 5px 5px rgba(0,0,0,.1);
}

.charge .modules__title {
	border-bottom: 1px solid #ececec;
	padding: 10px;
	position: relative;
}

.charge .modules__title h4 {
	text-align: center;
	padding: 10px;
	background-color: #f6f6f6;
	border-radius: 4px;
	color: #ff6a6d;
}

@media (max-width: 576px) {
	.form-box {
		padding: 20px;
	}
}

.register-login-modal .modal-content {
	border: none;
	box-shadow: none;
	position: relative;
	background-color: transparent;
}

.register-login-modal .popup-logo {
	height: auto;
	width: 60%;
	margin: 0 auto;
	padding: 10px 20px;
}

.register-login-modal .nav-tabs {
	border-bottom: none;
	text-align: center;
	padding-left: 0;
	padding: 10px;
	list-style: none;
	margin: 0;
}

.register-login-modal .nav-tabs>li {
	float: none;
	display: inline-block;
}

.register-login-modal .nav-tabs>li>a {
	opacity: .3;
	padding: 0px 10px;
	border: none;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	font-weight: 600;
}

.register-login-modal .nav-tabs>li.active>a,.register-login-modal .nav-tabs>li.active>a:focus,.register-login-modal .nav-tabs>li.active>a:hover,.register-login-modal .nav-tabs>li>a:focus,.register-login-modal .nav-tabs>li>a:active,.register-login-modal .nav-tabs>li>a:hover {
	background-color: transparent;
	border: none;
	opacity: 1;
}

.register-login-modal .tab-content {
	padding: 20px;
	background-color: #ffffff;
	border-radius: 4px;
}

.register-login-modal .rest-password {
	color: #34495e;
	font-size: 15px;
}

.register-login-modal .form-group {
	margin-bottom: 15px;
}

.modal-body {
	position: relative;
	padding: 15px
}


.tab-content>.active {
	display: block;
}

.text-center {
	text-align: center;
}

.rollbar {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 999;
	display: none;
	width: 50px
}

@media (max-width: 768px) {

	.rollbar {
		right: -100px
	}
}/*pay box btn*//*列表*/.entry-footer {
	display: block;
}

.entry-footer .post-meta-box {
	display: flex;
	padding: 5px 15px;
	font-size: 12px;
	align-items: center;
	justify-content: flex-end;
	border-top: 1px solid #ebeef5;
	color: #b4b4b4;
	margin: -15px;
	margin-top: 10px;
	list-style: none;
}

.entry-footer .post-meta-box li:nth-child(1) {
	flex: 1;
	padding: 0;
}

.entry-footer .post-meta-box .meta-date {
	color: #555;
}

.entry-footer .post-meta-box .meta-views {
	padding-left: 8px;
}

.entry-footer .post-meta-box .meta-price {
	margin-left: 8px;
	position: relative;
	display: inline-block;
	padding: 1px 6px;
	text-align: center;
	background-color: #FFB800;
	color: #fff;
	border-radius: 2px;
	line-height: initial;
}

.post-grid .entry-header .entry-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 15px;
	color: rgba(0, 0, 0, .8);
	height: 44px;
	line-height: 22px;
	white-space: unset;
	text-overflow: unset;
}

.entry-excerpt {
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 5px 0;
	line-height: 22px;
	font-size: 13px;
	height: 44px;
}

.post-expire-time {
	position: absolute;
	right: 0;
	top: 0;
	padding: 4px 12px;
	background: #f9655a;
	color: #fff;
	border-radius: 0 0 0 10px;
	font-size: 13px;
}

.post-expire-time.ok {
	background: #8BC34A;
	color: #fff;
}/*poster*//*poster end*//*mod ripro-dark  .ripro-dark */


/* 下载记录 */
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
  }
  .card {
    width: 100%;
    border: 0.0625rem solid rgba(231, 234, 243, 0.7);
    border-radius: 0.5rem;
  }
  .h3, h3 {
        font-size: 1.75rem;
    }
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
  }
  .text-white {
    color: #fff !important;
  }
  .list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
  }
  .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
  .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
  }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  .list-group-item + .list-group-item {
    border-top-width: 0;
  }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
  }
  .text-muted {
    color: #6c757d !important;
  }



  /* 提示 */
/*info*/
.meta .copypaw {
  cursor: copy;
  font-weight: 600;
  /* background-color: #c1c1c1; */
  border-radius: 4px;
  /* color: #d2d2d2; */
  /* background-image: linear-gradient(
    45deg,
    #9e9e9e 25%,
    white 0,
    white 50%,
    #9e9e9e 0,
    #9e9e9e 75%,
    white 0
  ); */
  background-size: 2px 2px;
}
.container:after,
.container:before {
  display: table-cell;
  content: "";
  line-height: 0;
}
.article-box {
  position: relative;
  /*margin-top: -155px;*/
  width: 100%;
  z-index: 9;
  margin-bottom: 20px;
}
.content-box {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.article-info {
  padding: 20px 0 5px 10px;
  overflow: hidden;
}
article,
aside,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
.article-info .thumb {
  width: 28.8%;
  float: left;
  padding: 10px 20px;
  box-shadow: 8px 14px 20px 6px rgba(39, 44, 49, 0.06),
    1px 3px 8px 6px rgba(39, 44, 49, 0.03);
  border-radius: 12px;
}
.iop {
  /* height: 248pxs; */
  background-size: cover;
  border-radius: 4px;
  margin-top: 5px;
  background-size: 100% 100%;
}
.article-info img {
  height: auto;
  border-radius: 4px;
  width: auto;
  margin-top: 5px;
}
.article-info .meta {
  width: 70%;
  float: right;
  padding: 20px;
}
.meta .zy {
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #535353;
  padding: 10px;
}
.meta .zy > strong {
  font-weight: bold;
}
.article-info .des {
  margin-top: 15px;
  font-weight: bold;
}
span.buy .price {
  font-size: 30px;
  color: #40a9ff;
  line-height: 50px;
  margin-left: 10px;
}
.des i {
  font-size: 20px;
  font-style: normal;
}
.des u {
  color: #999;
  font-size: 12px;
  text-decoration: none;
  padding-left: 10px;
}
.btn {
  display: inline-block;
  padding: 0.35rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  border-radius: 2px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  vertical-align: middle;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
}

.login .btn {
  border-radius: 50px;
  width: 100% !important;
  margin: 0;
}
.btn-buy {
  margin-top: 15px;
  line-height: 30px;
  width: 170px;
  margin-right: 5px;
  background-color: #40a9ff;
  color: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(32, 160, 255, 0.3);
  box-shadow: 0 8px 10px rgba(32, 160, 255, 0.3);
}
.btn-buy:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-box-shadow: 0 0px 0px rgba(32, 160, 255, 0.3);
  box-shadow: 0 0px 0px rgba(32, 160, 255, 0.3);
  background: linear-gradient(-125deg, #69bff9 0%, #7080ef 100%);
  border-color: #40a9ff;
  background-color: #40a9ff;
  color: #fff;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  .downinfo {
    display: block;
    width: 100%;
  }
  .article-box {
    width: 100%;
  }
  .article-info {
    padding: 10px 0 5px 10px;
  }
  .article-info .thumb {
    width: 97%;
  }
  .article-info .meta {
    width: 100%;
    padding-left: 10px;
    margin-top: 30px;
    margin-top: 30px;
  }
  .article-info img {
    height: auto;
    margin-bottom: 20px;
  }
  .article-info .des {
    text-align: center;
  }
  .meta ul.tagcc {
    display: block;
    background: #f6f6f6;
    padding: 5px;
    border-radius: 4px;
    margin-top: 30px;
  }
  .downinfo.pay-box {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
  }
  .downinfo.pay-box:empty {
    display: none;
  }
  .meta .btn-buy {
    line-height: 24px;
    width: 100%;
  }
  .downinfo.pay-box .btn-buy {
    width: auto;
    flex: 1;
    margin-right: 0;
    min-width: 0;
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .meta .serv {
    text-align: center;
  }
  .meta .serv > span {
    display: inline-block;
    width: 49%;
    padding: 0 1%;
  }
}
ul.tagcc {
  display: block;
  background: #f6f6f6;
  padding: 5px;
  border-radius: 4px;
  margin: 20px 0 0 0;
}
.tagcc li {
  padding: 5px 10px;
}
.meta .serv {
  padding: 0;
  list-style: none;
  font-size: 0;
  margin: 10px;
}
.meta .serv li {
  display: inline-block;
  margin-right: 15px;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
ul.serv li > i {
  color: #40a9ff;
  font-size: 20px;
  margin-right: 5px;
}
.shengming {
  display: block;
  font-size: 14px;
  color: #929191;
}
.shengming p {
  padding: 10px;
  border-radius: 4px;
  background: #f6f6f6;
}
.container:after,
.container:before {
  display: table-cell;
  content: "";
  line-height: 0;
}
.meta .tagcc,
.meta .serv,
.meta a {
  color: #555;
}
.zy h1 {
  margin: 5px;
  width: 80%;
  font-size: 20px;
}
@media (max-width: 768px) {
  .zy h1 {
    margin: 5px;
    width: 100%;
    font-size: 20px;
    text-align: center;
  }
}
a.btn.btn-buy.down {
  color: #fff;
}
.tagcc li span {
  margin-right: 16px;
}

.meta a {
  color: #fff;
}
/*single标题热度*/
.works-top .right {
  /* float: left; */
  /* width: 200px; */
  flex: 1;
  text-align: right;
  margin: 5px;
}
@media (max-width: 768px) {
  .works-top .right {
    /* float: left; */
    /* width: 200px; */
    display: none;
    flex: 1;
    text-align: right;
    margin: 5px;
  }
}
.works-top .hot {
  margin-right: 12px;
}
.works-top .hot i {
  font-size: 30px;
  color: #acbbc6;
  vertical-align: middle;
}
.works-top .hot .num {
  font-size: 30px;
  color: #acbbc6;
  font-weight: bold;
  font-style: italic;
  vertical-align: middle;
}
.works-top .hot .num strong {
  position: absolute;
  right: -4px;
  top: 0px;
  font-size: 22px;
}
i.wp.wp-huo {
  color: #f44336;
  font-style: italic;
}
.zy.works-top {
  border-radius: 5px 5px 0 0;
  display: flex;
}
.tabtst {
  overflow: hidden;
  width: 100%;
  height: 55px;
  cursor: pointer;
  /* border-bottom: 1px solid #535353;*/
  margin-bottom: 20px;
}
.tabtst li {
  float: left;
  padding: 0 20px;
  text-align: center;
  line-height: 53px;
  font-size: 18px;
  color: #ccc;
  list-style: none;
}
.tabtst li.on {
  border-bottom: 2px solid #40a9ff;
  color: #929191;
  line-height: 53px;
  font-weight: 700;
}
.buy .fa {
  margin-right: 10px;
}
.buy span {
  margin-left: 10px;
  color: #555;
}
.meta .price {
  color: #ffc107;
  font-size: 28px;
  margin-right: 5px;
  font-size: 20px;
}
.meta .ua {
  font-size: 28px;
  margin-right: 5px;
  font-size: 20px;
}
.col-sm-6,
.col-sm-6,
.col-md-9 {
  padding-bottom: unset;
}
.btn--block {
  width: unset !important;
}

.article-info ul {
  list-style: none;
}
@keyframes mymove {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 100% 0%;
  }
}
.go-down {
  margin-top: 15px;
  line-height: 34px;
  width: 180px;
  margin-right: 5px;
  background-color: #40a9ff;
  color: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(32, 160, 255, 0.3);
  box-shadow: 0 8px 10px rgba(32, 160, 255, 0.3);
}
.widget-pay .btn-buy,
.widget-pay .btn--block,
.widget-pay .go-down {
  width: 100% !important;
}
/*ver*/
/*文章样式*/
.entry-content code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
pre * {
  background: transparent !important;
}
.u-text-format h2 {
  font-size: 22px;
}
.u-text-format h3 {
  font-size: 20px;
}
/*大前端样式*/
img {
  vertical-align: middle;
  max-width: 100%;
}
@font-face {
  font-family: "iconfont";
  src: url("//at.alicdn.com/t/font_29668_op57pe23sw9.eot");
  src: url("//at.alicdn.com/t/font_29668_op57pe23sw9.eot?#iefix")
      format("embedded-opentype"),
    url("//at.alicdn.com/t/font_29668_op57pe23sw9.woff2") format("woff2"),
    url("//at.alicdn.com/t/font_29668_op57pe23sw9.woff") format("woff"),
    url("//at.alicdn.com/t/font_29668_op57pe23sw9.ttf") format("truetype"),
    url("//at.alicdn.com/t/font_29668_op57pe23sw9.svg#iconfont") format("svg");
}
.pricing-options {
  position: relative;
  margin-bottom: 10px;
}
.pricing-options li {
  padding: 10px 0;
  font-size: 14px;
  cursor: pointer;
  color: #8c8c8c;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.pricing-options li .pricing__opt {
  font-weight: 600;
  float: right;
}
.pricing-options strong {
  float: right;
  font-size: 20px;
  line-height: 1;
  color: #01cdb8;
  margin-left: 10px;
}
.btn--danger {
  color: #ffffff;
  background: #00cbb7;
  /* background: -webkit-gradient(linear,left top,right top,from(#61be33),to(#8fce44)); */
  /* background: -webkit-linear-gradient(left,#61be33,#8fce44); */
  /* background: linear-gradient(90deg,#61be33,#8fce44); */
  /* -webkit-box-shadow: 0 3px 5px rgba(104,195,59,.5); */
  /* box-shadow: 0 3px 5px rgba(104,195,59,.5); */
}
/*大前端样式结束*/
/*-------古腾堡编辑器---------古腾堡编辑器---------古腾堡编辑器---------古腾堡编辑器---------古腾堡编辑器-------*/
/*-------古腾堡编辑器---------古腾堡编辑器---------古腾堡编辑器---------古腾堡编辑器---------古腾堡编辑器-------*/
/*-------古腾堡编辑器---------古腾堡编辑器---------古腾堡编辑器---------古腾堡编辑器---------古腾堡编辑器-------*/
/*-------古腾堡编辑器---------古腾堡编辑器---------古腾堡编辑器---------古腾堡编辑器---------古腾堡编辑器-------*/
/*-------古腾堡编辑器---------古腾堡编辑器---------古腾堡编辑器---------古腾堡编辑器---------古腾堡编辑器-------*/
/*-------古腾堡编辑器---------古腾堡编辑器---------古腾堡编辑器---------古腾堡编辑器---------古腾堡编辑器-------*/
/*-------古腾堡编辑器---------古腾堡编辑器---------古腾堡编辑器---------古腾堡编辑器---------古腾堡编辑器-------*/
input:focus {
  border-color: #90d1f6;
}
/*----按钮样式------按钮样式------按钮样式------按钮样式------按钮样式------按钮样式------按钮样式----*/
/*----按钮样式------按钮样式------按钮样式------按钮样式------按钮样式------按钮样式------按钮样式----*/
/*----按钮样式------按钮样式------按钮样式------按钮样式------按钮样式------按钮样式------按钮样式----*/
/*----按钮样式------按钮样式------按钮样式------按钮样式------按钮样式------按钮样式------按钮样式----*/
/*----按钮样式------按钮样式------按钮样式------按钮样式------按钮样式------按钮样式------按钮样式----*/
/*----按钮样式------按钮样式------按钮样式------按钮样式------按钮样式------按钮样式------按钮样式----*/
/*----按钮样式------按钮样式------按钮样式------按钮样式------按钮样式------按钮样式------按钮样式----*/
/*----按钮样式------按钮样式------按钮样式------按钮样式------按钮样式------按钮样式------按钮样式----*/
.modal-content {
  border-radius: 8px;
  background: var(--main-bg-color);
  border: none;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
}
.modal-body {
  position: relative;
  padding: 15px;
}
@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
input:focus {
  border-color: #90d1f6;
}
svg:not(:root) {
  overflow: hidden;
}
svg {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.entry-footer .post-meta-box {
  margin-top: 0;
  border-top: none;
  padding: 0 15px;
}
.post-grid .entry-wrapper {
  padding: 10px 10px 15px 10px;
}
.entry-footer .post-meta-box:hover {
  border-top: 1px solid #ebeef5;
}
/*滑动信息COPY b2*/
.post-grid .entry-media {
  overflow: hidden;
  border-radius: 5px;
}
.post .entry-media {
  overflow: hidden;
  border-radius: 5px;
}
/*滑动信息 end  */
/*修改字体大小*/
.u-text-format h1,
.u-text-format h2,
.u-text-format h3,
.u-text-format h4,
.u-text-format h5,
.u-text-format h6 {
  margin-bottom: 1rem;
}
.u-text-format h1 {
  font-size: 1.625rem;
}
.u-text-format h2 {
  font-size: 1.25rem;
  border-left: 3px solid #448ef6;
  padding-left: 15px;
}
.u-text-format h3 {
  position: relative;
  font-size: 1.125rem;
  padding-left: 20px;
}
.u-text-format h3:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 8px;
  width: 8px;
  border-radius: 20px;
  background-color: #448ef6;
}
.u-text-format h4 {
  font-size: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f2f2f5;
}
.u-text-format h5 {
  font-size: 0.875rem;
}
.u-text-format h6 {
  font-size: 0.75rem;
}
.u-text-format p a {
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
  border-bottom: solid #98a3b1 1px;
  padding-top: 0.2em;
}

.u-text-format p a:hover {
  color: #fafafa !important;
  background-color: #898b90;
  border-bottom: solid transparent 1px;
}

@media (max-width: 768px) {
  .go-down {
    display: block;
    width: 100%;
  }
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

a:link,
a:visited {
  text-decoration: none;
}

.text-muted {
  color: #9ca0ad !important;
}
.text-muted {
  color: #6c757d !important;
}

@media (max-width: 544px) {

  .pricing-options li {
    padding: 10px 0 0 0;
    font-size: 0.75rem;
    cursor: pointer;
    color: #8c8c8c;
  }
}
/*修改字体大小end*/
