/*--------------------------------------------------------------
>>> TABLE OF DOBBY CONTENTS
>>> Vtrois <seaton@vtrois.com>
----------------------------------------------------------------
1.0 Globe
2.0 Fonts
3.0 Navigation
4.0 Alpha
	4.1 List
	4.2 Content
5.0 Gamma
	5.1 List
6.0 Book
	6.1 List
	6.2 Content
7.0 Code
	7.1 List
	7.2 Content
8.0 Home
9.0 Carousel
10.0 404
11.0 Login
12.0 Comments
13.0 Widgets
14.0 Page
	14.1 Author
15.0 Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Globe
--------------------------------------------------------------*/

@charset "UTF-8";

html {
	font-size: 16px;
}

body {
	overflow-x: hidden;
	font-weight: 400;
	background: #000;
	-webkit-font-smoothing: antialiased;
	font-family: 'Gotham-Book', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB","Microsoft Yahei UI", "Microsoft Yahei", "Source Han Sans CN", sans-serif;
}

a:hover {
	text-decoration: none;
}

pre {
    padding: 1.5rem 1rem;
    font-size: 0.75rem;
    line-height: 1.7;
    word-break: break-all;
    word-wrap: break-word;
    color: #999999;
    background-color: #f8f8f8;
    border-radius: 0.25rem;
}

em {
	font-style: normal;
}

code {
	word-break: inherit;
	margin: 0 0.1875rem;
	padding: 0.125rem 0.25rem;
	font-size: 90%;
	color: #333;
	border-radius: 0.25rem;
	background-color: #eff0f1;
}

kbd {
	vertical-align: middle;
	display: inline-block;
	margin: -0.188rem .4em 0.0rem;
	padding: 0.15em 0.6em;
	font-size: 0.625rem;
	line-height: 1.5;
	color: #242729;
	text-shadow: 0 0.062rem 0 #FFF;
	background-color: #e1e3e5;
	border: 0.062rem solid #adb3b9;
	border-radius: 0.188rem;
	box-shadow: 0 0.062rem 0 rgba(12,13,14,0.2), 0 0 0 0.125rem #FFF inset;
	white-space: nowrap;
}

::selection {
	background: #ddd;
	color: #000;
	text-shadow: none
}

::-webkit-selection {
	background: #ddd;
	color: #000;
	text-shadow: none
}

::-moz-selection {
	background: #ddd;
	color: #000;
	text-shadow: none
}

::-webkit-scrollbar {
	width: 0.625rem;
	height: 0.4rem;
	overflow: auto;
}

::-webkit-scrollbar-thumb {
	background-color: #e6e6e6;
	min-height: 1.562rem;
	min-width: 1.562rem;
	border: 0.062rem solid #e0e0e0;
}

::-webkit-scrollbar-track {
	background-color: #f7f7f7;
	border: 0.062rem solid #efefef;
}

:active, :focus, button:focus {
	outline: none;
}

.b{
	font-weight: bold;
}

.main {
	font-weight: 400;
	/* background: #fff; */
}

.form-control:focus, .btn-primary.focus,
.btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,.btn-outline-primary.focus, .btn-outline-primary:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.0625rem #fff, 0 0 0 0.1rem rgba(0,123,255,.25);
}

.text-secondary {
	color: #585858!important;
}

.wp-caption {
	width: 100%!important;
}

.wp-caption-text {
	font-size: 14px;
    color: #999;
    text-align: center;
}



.article {
	word-wrap: break-word;
	word-break: break-all;
	min-height: 300px;
	padding-bottom: 50px;
}

.article h1,.article h2,.article h3,.article h4,.article h5,.article h6 {
	margin-top: 1.5rem;
	margin-bottom: 1.0rem;
	font-weight: 600;
	line-height: 1.25;
}

.article h1 {
	font-size: 1.85rem;
}

.article h2 {
	font-size: 1.5rem
}

.article h3 {
	font-size: 1.175rem
}

.article h4 {
	font-size: 1.125rem
}

.article h5 {
	font-size: 0.9375rem
}

.article h6 {
	font-size: 0.625rem
}

.article p {
	white-space: pre-line;
	line-height: 1.875rem;
	color: #4a4a4a;
}

.article blockquote {
	padding: 1rem;
	margin-bottom: 1rem;
	font-size: 0.9375rem;
	color: #819198;
	border-left: 0.375rem solid #dce6f0;
	background: #f2f7fb;
}

.article blockquote p {
	margin-bottom: -0.1875rem;
}

.article ul {
	padding-left: 2.0rem;
	list-style-type: square;
}

.article ol{
	margin-top:2rem;
}

.article li {
	line-height: 1.8rem;
	color:#40404f;
}

.article hr {
	height: 0.0625rem;
	margin: 1.5rem 0;
	border: none;
	border-top: 0.0625rem solid #A5A5A5;
}

.article img {
	height: auto;
	max-width: 100%;
}

.article table {
	display: table;
	width: 100%;
	overflow: auto;
	word-break: normal;
}

.article table th,.article table td {
	padding: 0.5rem 1rem;
	border: 0.0625rem solid #e9ebec;
}

.article table th {
	font-weight: bold;
}

.article table tr:nth-child(2n) {
	background-color: #f8f8f8;
}

.article .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.article>:first-child {
	margin-top: 0;
}

.article>:last-child {
	margin-bottom: 0;
}

.article .downbtn {
	padding: .5rem 1.25rem;
	border: .0625rem solid #0092ee;
	border-radius: .125rem;
	background: #0092ee;
	color: #fff!important;
	font-size: .875rem
}

.article .downbtn:hover {
	border: .0625rem solid #08d;
	background: #08d;
	color: #fff!important
}

.banner-panel {
	box-sizing: border-box;
	padding-top: 3rem;
	height: 18rem;
	color: #fff;
	background: center no-repeat #000;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	width: 100%;
	position: relative;
}

.banner-panel::before{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 2;
}

.banner-panel h1 {
	font-size: 3rem;
    /* letter-spacing: -2px; */
	font-weight: bold;
	margin-top:3rem;
}
.banner-panel h1,.banner-panel hr,.banner-panel p,#copy_btn,#sousuo{
	position: relative;
	z-index: 3;
}

.search-none-from {
	padding: 12rem 0;
}

.search-none-from p {
	font-size: 1.2rem;
}

/*--------------------------------------------------------------
2.0 Fonts
--------------------------------------------------------------*/

.dobby {
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	font-size: inherit;
	font-family: "dobby-fonts" !important;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

/*--------------------------------------------------------------
3.0 Navigation
--------------------------------------------------------------*/

.site-header {
	background-color:#000;
	-webkit-box-shadow: 0 0 0.5rem -0.0625rem rgba(0,0,0,0.6);
	box-shadow: 0 0 0.5rem -0.0625rem rgba(0,0,0,0.6);
}

.navbar .dobby, .navbar .text-gray {
	color: #ddd;
}

.navbar .v3-users {
	font-size: 1.3rem;
}

.navbar .v3-brush, .navbar .v3-editor {
	font-size: 1.1rem;
}

.navbar .avatars img {
	width: 1.875rem;
	height: 1.875rem;
	border-radius: 100%;
}

.navbar-toggler {
	border-radius: 0;
}

.navbar-collapse {
	flex-grow: 0;
	font-size: 0.875rem;
	white-space: nowrap;
}

.full-collapse {
	flex-grow: 1;
}

.full-collapse .form-inline {
	position: relative;
}

.full-collapse .form-inline .form-control {
	background: #36383d;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.312rem 2.25rem 0.312rem 0.625rem;
	width: 100%;
	height: 1.875rem;
	border: none;
	border-radius: 0.125rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	-webkit-box-shadow: 0 0.062rem 0.5rem rgba(0,0,0,.1);
	box-shadow: 0 0.062rem 0.5rem rgba(0,0,0,.1);
}

.full-collapse .form-inline .form-control:focus {
	background: #f7f8fa;
	color: #333;
}

.full-collapse .form-inline .btn-search {
	position: absolute;
	right: 0;
	top: 0;
	width: 1.625rem;
	height: 100%;
	border: none;
	background-color: transparent;
	line-height: 1.875rem;
	font-size: 0;
	text-align: left;
}

.full-collapse .form-inline .btn-search:after {
	content: "\e741";
	color: #5b5b5b;
	font-family: dobby-fonts;
	font-size: 1rem;
}

.navbar-brand {
	margin-right: 4rem;
}

.navbar-nav .form-control {
	border: 0;
	border-radius: 0;
}

.navbar-nav .form-group label {
	color: #fff
}

.nav-list .line {
	display: flex;
	width: 1.5rem;
	height: 0.15rem;
	background: #fff;
	transition: all 0.3s ease-out;
}

.nav-list .second-line {
	margin: 0.35rem 0;
}

.nav-close .first-line {
	transform: rotate(45deg) translate3d(0.35rem,0.35rem,0);
	transform-origin: center;
}

.nav-close .second-line {
	transform: scale3d(0,1,1);
}

.nav-close .third-line {
	transform: rotate(-45deg) translate3d(0.35rem,-0.35rem,0);
	transform-origin: center;
}

.dropdown-toggle::after {
	content: "\e8eb";
	font-family: dobby-fonts;
	-webkit-transition: .5s;
	transition: .5s;
	vertical-align: 0;
	border: none;
}

.dropdown-item {
	padding: .25rem 2.5rem;
}

.dropdown-menu {
	border: 0;
	left: 0;
	min-width: 8rem;
	background-color: #fff;
	-webkit-box-shadow: 0 0.3125rem 0.625rem -0.125rem rgba(142,142,142,.55);
	-moz-box-shadow: 0 .3125rem .625rem -.125rem rgba(142,142,142,.55);
	box-shadow: 0 0.3125rem 0.625rem -0.125rem rgba(142,142,142,.55);
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	/* -ms-border-radius: .25rem; */
}

.dropdown-item {
	font-size: 0.875rem
}

@media (max-width: 768px) {
	.menu-collapse {
		position: fixed;
		top: 3.5rem;
		bottom: 0;
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: auto;
		background-color: #343a40;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	.menu-collapse.open-menu {
		-webkit-transform: translateX(-1rem);
		transform: translateX(-1rem);
	}
}

@media (min-width: 768px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .9rem;
		padding-left: .9rem;
		font-weight: bold;
		font-size: 1rem;
	}
}

@media (min-width: 1040px) {
	.navbar-brand {
		margin-right: 5rem;
	}

	.nav-users,.nav-brush {
		margin-left: 1.562rem!important;
	}

	.form-inline {
		margin-right: 0.625rem!important;
	}
}

@media (min-width: 1300px) {
	.navbar-brand {
		margin-right: 9rem;
	}

	.navbar-full {
		margin-left: 3rem;
	}

	.nav-users {
		margin-right: 3rem!important;
	}

	.full-collapse .navbar-nav .nav-link {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
}

@media screen and (max-width: 768px) {
	.navbar .v3-users {
		font-size: 1.5rem;
	}

	.navbar-brand {
		margin-right: 0;
	}

	.navbar-collapse {
		margin-top: 0.312rem
	}

	.dropdown-item {
		padding: .25rem 1.5rem;
	}
}

/*--------------------------------------------------------------
4.1 Alpha list
--------------------------------------------------------------*/

.alpha-item {
	width: 100%;
	margin-bottom: 1.875rem;
}

.alpha-item .thumbnail {
	width: 100%;
}

.alpha-item .thumbnail .img {
	width: 100%;
}

.alpha-item .text {
	margin-bottom: 1.875rem;
	position: relative;
	width: 100%;
	background: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.alpha-item .text h3 {
	font-size: 16px;
    /* letter-spacing: -1px; */
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-height: 2em;
    text-align: left;
}

.alpha-item .text .stuff {
	margin: 0;
	padding: 0;
	border-top: 0.0625rem solid rgba(0, 0, 0, 0.05);
	padding-top: 0.9375rem;
}

.alpha-item .text .stuff li {
	list-style: none;
	display: inline-block;
	font-size: 0.9375rem;
}

.alpha-item .text .stuff li:not(:first-child) {
	margin-left: 0.625rem
}

.category-list {
	margin-bottom: -1.875rem;
}


.category-item .thumbnail {
	max-height: 350px;
    position: relative;
    display: block;
	overflow: hidden;
	min-height: 200px;
    background-size: cover!important;
	border-radius: 2px;
}

.category-item .thumbnail img{
	max-width: 100%;
}

#articlepage, #categorypage {
	display: block;
}

#categorypage {
	margin-top: -0.3125rem;
}

#articlepage .btn-loading, #categorypage .btn-loading {
	width: 10rem;
	border-radius: 6.25rem;
	color: #fff;
	font-size: .95rem;
	line-height: 2;
	border: none;
	/*background-color: #495056;*/
}

@-webkit-keyframes scale {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	45% {
		opacity: .7;
		-webkit-transform: scale(.1);
		transform: scale(.1)
	}

	80% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes scale {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	45% {
		opacity: .7;
		-webkit-transform: scale(.1);
		transform: scale(.1)
	}

	80% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.loading-box>div:nth-child(0) {
	-webkit-animation: scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);
	animation: scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08)
}

.loading-box>div:nth-child(1) {
	-webkit-animation: scale .75s .12s infinite cubic-bezier(.2,.68,.18,1.08);
	animation: scale .75s .12s infinite cubic-bezier(.2,.68,.18,1.08)
}

.loading-box>div:nth-child(2) {
	-webkit-animation: scale .75s .24s infinite cubic-bezier(.2,.68,.18,1.08);
	animation: scale .75s .24s infinite cubic-bezier(.2,.68,.18,1.08)
}

.loading-box>div:nth-child(3) {
	-webkit-animation: scale .75s .36s infinite cubic-bezier(.2,.68,.18,1.08);
	animation: scale .75s .36s infinite cubic-bezier(.2,.68,.18,1.08)
}

.loading-box>div {
	display: inline-block;
	margin: .125rem;
	width: .4375rem;
	height: .4375rem;
	border-radius: 100%;
	background-color: #fff;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

/*--------------------------------------------------------------
4.2 Alpha content
--------------------------------------------------------------*/

.alpha-content .post-bar {
	background-color: #e0e0e0;
	display: flex;
	position: relative;
	height: 18.75rem;
}

.alpha-content .post-bar .bg-thumbnail {
	position: absolute;
	left: 0;
	top: -1px;
	bottom: 0;
	width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.alpha-content .post-bar .bg-thumbnail:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: .5
}

.alpha-content .post-bar .meta {
	position: relative;
	margin: auto;
}

.alpha-content .post-bar .meta h1 {
	font-size: 2.8rem;
	white-space: nowrap;
}

.alpha-content .post-bar .meta .about {
	font-size: 0.9375rem;
}

.alpha-content .post-bar .meta .about span:not(:first-child) {
	margin-left: 0.875rem;
}

.alpha-content .fluid {
	/* max-width: 56.25rem; */
	margin: auto;
}

.alpha-content .copyright {
	font-size: 0.8125rem;
	line-height: 1.7;
	color: #9b9b9b;
}

.alpha-content .copyright a {
	color: #9b9b9b;
}

.alpha-content .author {
	padding: 1.25rem;
	border: 0.0625rem solid #e5e5e5;
	background-color: hsla(0,0%,71%,.1);
	border-radius: 0.25rem;
}

.alpha-content .author .meta {
	margin-top: .4rem;
	width: 50%
}

.alpha-content .author .meta img {
	float: left!important;
	margin-right: .5rem!important;
	margin-top:5px;
	max-width: 100%;
	border-radius: 50%;
}

.alpha-content .author .name {
	margin-bottom: -0.3125rem;
}

.alpha-content .author .motto {
	color: #666;
	font-size: .82rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

.alpha-content .author .share {
	margin-top: .95rem
}

.alpha-content .author .share .btn {
	padding-right: .0625rem;
	padding-left: .0625rem;
	width: 6.5rem;
	height: 2.5rem;
	font-size: 1rem;
	line-height: 1.75;
}

.alpha-content .author .share .btn-donate {
	border: .0625rem solid #00a2ff;
	border-radius: .125rem;
	color: #00a2ff
}

.alpha-content .author .share .btn-donate:focus,.alpha-content .author .share .btn-donate:hover {
	background-color: #0097ee;
	border-color: #0097ee;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff
}

.alpha-content .author .share .btn-thumbs {
	border: .0625rem solid #fb5235;
	border-radius: .125rem;
	color: #fb5235
}

.alpha-content .author .share .btn-thumbs:focus,.alpha-content .author .share .btn-thumbs:hover {
	background-color: #fb5235;
	border-color: #fb5235;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff
}

.alpha-content .author .share .btn-primary.focus,.btn-primary:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

@media screen and (max-width: 960px) {
	.alpha-content .post-bar {
		height: 16.875rem;
	}
}

@media screen and (max-width: 768px) {
	.alpha-content .post-bar {
		height: 14.375rem;
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}

	.alpha-content .post-bar .meta h1 {
		font-size: 1.5rem;
	}

	.alpha-content .post-bar .meta .about span:not(:first-child) {
		margin-left: 0.5rem;
	}

	.alpha-content .post-bar .meta .about {
		font-size: 0.8125rem;
	}

	.share-group .plain {
		margin: 0.25rem 0.3125rem;
		height: 2.1875rem;
		width: 2.1875rem;
	}

	.share-group .wrap {
		font-size: 1.125rem;
		line-height: 2.0625rem;
	}

	.alpha-content .author .meta {
		padding-bottom: 1rem;
		width: 100%;
		border-bottom: .0625rem solid #eee;
	}

	.alpha-content .author .name {
		padding-top: .27rem
	}

	.alpha-content .author .share .btn {
		border-radius: 6.25rem;
		width: 5.5rem;
		height: 2.1875rem;
		font-size: .9rem;
		line-height: 1.5;
	}
}

/*--------------------------------------------------------------
8.0 Home
--------------------------------------------------------------*/

.home-page .sort {
	padding: 4em 0;
	clear: both;
}

.home-page .sort .sorta {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	overflow: hidden;
	height: 23.125rem;
	-webkit-box-shadow: 0.0rem 0.0625rem 0.125rem 0.0rem rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0.0rem 0.0625rem 0.125rem 0.0rem rgba(0, 0, 0, 0.18);
	-ms-box-shadow: 0.0rem 0.0625rem 0.125rem 0.0rem rgba(0, 0, 0, 0.18);
	-o-box-shadow: 0.0rem 0.0625rem 0.125rem 0.0rem rgba(0, 0, 0, 0.18);
	box-shadow: 0.0rem 0.0625rem 0.125rem 0.0rem rgba(0, 0, 0, 0.18);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.home-page .sort .sorta .desc {
	background: white;
	padding: 0.0rem 1.25rem 1.25rem;
	position: absolute;
	bottom: -0.625rem;
	left: 0;
	right: 0;
	z-index: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.home-page .sort .sorta .desc span {
	color: rgba(0, 0, 0, 0.3);
	letter-spacing: 0.125rem;
	font-size: 0.875rem;
}

.home-page .sort .sorta .desc h3 {
	font-size: 1.375rem;
	font-weight: 400;
}

.home-page .sort .sorta:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	z-index: 0;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.home-page .sort .sorta .desc:after {
	position: absolute;
	top: -1.25rem;
	right: 0;
	left: 0;
	width: 103%;
	margin-left: -0.25rem;
	height: 3.125rem;
	z-index: -1;
	content: "";
	background: #fff;
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	transform: rotate(4deg);
}

.home-page .sort .sorta:hover, .home-page .sort .sorta:focus {
	-webkit-box-shadow: 0.0rem 0.0625rem 1.25rem 0.0rem rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0.0rem 0.0625rem 1.25rem 0.0rem rgba(0, 0, 0, 0.19);
	-ms-box-shadow: 0.0rem 0.0625rem 1.25rem 0.0rem rgba(0, 0, 0, 0.19);
	-o-box-shadow: 0.0rem 0.0625rem 1.25rem 0.0rem rgba(0, 0, 0, 0.19);
	box-shadow: 0.0rem 0.0625rem 1.25rem 0.0rem rgba(0, 0, 0, 0.19);
}

.home-page .sort .sorta:hover .desc, .home-page .sort .sorta:focus .desc {
	bottom: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.home-page .sort .sorta:hover:after, .home-page .sort .sorta:focus:after {
	opacity: 1;
}

.home-page .sort .sortb> a {
	display: block;
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	max-height: 140px;
}

.home-page .sort .sortb .thumbnail {
	display: block;
	width: 100%;
	height: auto;
}

.home-page .sort .sortb .meta {
	position: relative;
	background: #fff;
	width: 100%;
	padding: 1rem;
	-webkit-box-shadow: 0.0rem 0.625rem 1.25rem -0.75rem rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0.0rem 0.625rem 1.25rem -0.75rem rgba(0, 0, 0, 0.18);
	box-shadow: 0.0rem 0.625rem 1.25rem -0.75rem rgba(0, 0, 0, 0.18);
}

.home-page .sort .sortb .meta h3 {
	font-size: 1.25rem;
	margin-bottom: 0.625rem;
	font-weight: 400;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.home-page .sort .sortb .meta p {
	margin-bottom: 0;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
}

.home-page .sort .sortb .meta .category {
	color: white;
    font-size: 0.9rem;
    padding: 0.25rem 1rem;
    padding-left: 1.5rem;
    margin-left: -1.5rem;
    background: #00a2ff;
    position: relative;
    display: inline-block;
    margin-bottom: 0.5rem;
    letter-spacing: 0.15rem;
}

.home-page .sort .sortb .meta .category:before {
	position: absolute;
	top: -0.5625rem;
	left: 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 0.5625rem 0.5625rem;
	border-color: transparent transparent #00a2ff transparent;
}

.home-page .sort .sortc-list {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	display: flex;
	position: relative;
	float: left;
	padding: 1.0rem 0;
	margin: 0;
	width: 100%;
}

.home-page .sort .sortc {
	display: block;
	padding: 0;
	margin: 0 0 0.625rem 1%;
	list-style: none;
	min-height: 25.0rem;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	clear: left;
	position: relative;
	width: 32.3%;
}

.home-page .sort .sortc a:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 80;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background: rgba(0,0,0,.2);
}

.home-page .sort .sortc a:hover:before {
	background: rgba(0, 0, 0, 0.63);
}

.home-page .sort .sortc:nth-child(1),.home-page .sort .sortc:nth-child(4) {
	width: 65.6%;
}

.home-page .sort .sortc .meta {
	width: auto;
	bottom: 2em;
	left: 2em;
	right: 2em;
	position: absolute;
	z-index: 100;
}

.home-page .sort .sortc .meta span {
	letter-spacing: 0.125rem;
	font-size: 0.9375rem;
	color: rgba(255, 255, 255, 0.7);
}

.home-page .sort .sortc .meta h2 {
	font-size: 1.875rem;
}

@media screen and (max-width: 960px) {
	.home-page .sort .sortc,.home-page .sort .sortc:nth-child(1),.home-page .sort .sortc:nth-child(4) {
		width: 49%;
	}

	.home-page .sort .sortc .meta h2 {
		font-size: 1.5625rem;
	}
}

@media screen and (max-width: 768px) {
	.home-page .sort .sortb> a {
		max-height: 100%;
	}

	.home-page .flexslider .slider-text > .slider-text-inner .desc .meta {
		font-size: 0.875rem;
	}

	.home-page .flexslider .slider-text > .slider-text-inner .desc .more {
		text-align: center;
	}

	.home-page .flexslider .slider-text > .slider-text-inner h2 {
		font-size: 1.125rem;
		text-align: center;
	}

	.home-page .flexslider .slider-text > .slider-text-inner .desc .more .btn-outline-primary {
		width: 9.375rem;
		font-size: 0.9375rem;
		line-height: 1.375rem;
	}

	.home-page .sort .sortc,.home-page .sort .sortc:nth-child(1),.home-page .sort .sortc:nth-child(4) {
		width: 100%;
		margin: 1.0rem 0;
	}

	.home-page .sort .sortc .meta span {
		font-size: 1.0625rem;
	}

	.home-page .sort .sortc .meta h2 {
		font-size: 1.5625rem;
		padding-top: 0.625rem;
	}
}

/*--------------------------------------------------------------
9.0 Carousel
--------------------------------------------------------------*/

.slider {
	height: 20rem;
	background: #fff url(../images/loader.gif) no-repeat center center;
}

.flexslider {
	border: none;
	z-index: 1;
	margin-bottom: 0;
	width: 100%;
	margin-top:-1px;
}

.flexslider .slides {
	position: relative;
	overflow: hidden;
}

.flexslider .slides li {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 20rem;
}

.flexslider .flex-control-nav {
	bottom: 0;
	z-index: 1000;
}

.flexslider .flex-control-nav li a {
	background: rgba(255, 255, 255, 0.2);
	box-shadow: none;
	width: 1.9rem;
    height: 0.18rem;
	cursor: pointer;
}

.flexslider .flex-control-nav li a.flex-active {
	cursor: pointer;
	background: rgba(255, 255, 255, 0.7);
}

.flexslider .flex-direction-nav {
	display: none;
}

.flexslider .slider-text {
	display: table;
	opacity: 0;
	height: 20rem;
}

.flexslider .slider-text > .slider-text-inner {
	display: table-cell;
	vertical-align: middle;
	height: 20rem;
}

.flexslider .slider-text > .slider-text-inner h2 {
	font-size: 1.5rem;
	color: #000;
	letter-spacing: 0.125rem;
}

.flexslider .btn-outline-primary {
	border-radius: 0.125rem;
	font-size: 1.0rem;
	line-height: 1.5625rem;
	width: 11.125rem;
	letter-spacing: 0.15rem;
}

.flexslider .slider-text > .slider-text-inner .desc {
	background: rgba(255, 255, 255, 0.96);
	padding: 2rem;
}

.flexslider .slider-text > .slider-text-inner .desc .meta {
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
}

.flexslider .slider-text > .slider-text-inner .desc .more {
	margin-bottom: 0;
}

.flexslider .slider-text > .slider-text-inner .desc .more a {
	color: #fff;
	background-color: #00a2ff;
	border:0;
}

.flexslider .slider-text > .slider-text-inner .desc .price {
	font-size: 0.875rem;
	letter-spacing: 0.1875rem;
	display: block;
	margin-bottom: 1.25rem;
}

.flexslider .slider-text > .slider-text-inner .fh5co-lead {
	font-size: 1.25rem;
	color: #fff;
}

.flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
	color: #d9534f;
}


/*--------------------------------------------------------------
10.0 404
--------------------------------------------------------------*/

.page404 .overlay {
	background: url(../images/404.svg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 101%;
	position: absolute;
	top: -0.0625rem;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.page404 .overlay:after,.page404 .overlay:before {
	content: "";
	background: #ffffff;
	height: 100%;
	top: 0;
	position: absolute;
	z-index: 10;
	width: 1.25rem;
}

.page404 .overlay:before {
	left: 0;
}

.page404 .overlay:after {
	right: 0;
}

.page404 .thumbnail {
	position: relative;
	height: 31.25rem;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.page404 .meta {
	font-weight: 400;
}

.page404 .meta h2 {
	color: #444;
	font-size: 1.875rem;
}

.page404 .meta h3 {
	font-size: 1.0rem;
}

.page404 .meta .btn-outline-primary {
	border-radius: 0.125rem;
	width: 6.875rem;
}

.page404 .meta .back-prevpage {
	color: #fff;
	background-color: #00a2ff;
	border-color: #00a2ff;
}

.page404 .meta .back-prevpage:hover {
	background-color: #009ef9;
	border-color: #009ef9;
}

.page404 .meta .back-index {
	color: #666;
	background-color: transparent;
	background-image: none;
	border-color: #d8dcdf;
}

.page404 .meta .back-index:hover,.page404 .meta .back-index:not(:disabled):not(.disabled):active {
	color: #666;
	border-color: #d8dcdf;
	background-color: #f6f4f4;
}

@media screen and (max-width: 768px) {
	.page404 .thumbnail {
		height: 21.25rem;
	}

	.page404 .meta h2 {
		font-size: 1.5625rem;
	}
}

@media screen and (max-width: 480px) {
	.page404 .thumbnail {
		height: 12.5rem;
	}
}

/*--------------------------------------------------------------
15.0 Footer
--------------------------------------------------------------*/

.footer {
	padding: 1.7rem 0;
	/* background-color: #20202f; */
}

.footer-more-list ul {
	margin: 0 auto;
	padding-left: 0;
}

.footer-more-list li {
	display: inline-block;
	font-size: 90%;
	padding: 0 1rem;
	list-style: none;
}

.footer-more-list li a {
	color: #e1e1e1
}

.gotop-box {
	position: fixed;
	right: 1.2rem;
	bottom: 2rem;
	z-index: 999;
	visibility: hidden;
	width: 3rem;
	height: 3rem;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.gotop-box.active {
	visibility: visible;
	opacity: 1
}

.gotop-box a {
	display: table;
	border-radius: .125rem;
	background: rgba(0,0,0,.5);
	color: #fff;
	text-align: center
}

.gotop-box a i {
	display: table-cell;
	width: 3rem;
	height: 3rem;
	vertical-align: middle;
	font-size: 1.25rem
}

.gotop-box a:active,.gotop-box a:focus,.gotop-box a:hover {
	outline: 0;
	text-decoration: none
}

.miitbeian a {
	color: inherit;
}

@media screen and (max-width: 768px) {
	.copyright .license {
		display: block;
	}
}
.footer .ewm{
	max-width: 260px;
	margin-bottom:20px;
}
.footer a,.copyright a{
	color: inherit;
}
.footer .footlogo img {
    max-width: 200px;
}
.su-spoiler{
	margin-bottom: 10px !important;
}
/*.dwfaq{
	margin-bottom:10px !important;
}*/
.su-spoiler-title{
	font-size: 18px !important;
}
.su-spoiler-style-default>.su-spoiler-content {
	padding: 1em 0 1em 27px;
	line-height: 2rem;
	font-size: 0.9rem;
	}

@media screen and (max-width:768px) {
    .flink {
        display: none;
	}
article .su-button span {
    padding-top: .5em !important;
    padding-bottom: .5em !important;
    line-height: 1.4 !important;
}
}
#logo {max-width: 100px;}
#rowtop1,#rowtop2{
	padding-top:50px;
	border-top:5px dashed #f1f1f1;
}
#faq br{
	display: none;
}
table.qa tbody{
	font-size:14px;
}
table.qa thead tr th{
    font-size: 1.5em;
}
table.qa tbody tr.even td{
	font-weight: bold;
	background: #f6f6f6;
	font-size: 16px;
	color: #20202f;
}
table.qa tbody tr.odd td{
	background: #fcfcfc;
	color: #40404f;
	font-weight: normal;
}
.tablepress.qa tfoot th, .tablepress.qa thead th{
	background-color: #20202f;
	color:#fff;
}
.tablepress.qa thead th{
	border:none;
}
.article table.qa th, .article table.qa td{
	border:none;
}
/*shop 标签样式*/

.fenlei {
    position: absolute;
    z-index: 10;
    left: 35px;
    top: 20px;
    padding: 0 25px;
    overflow: hidden;
    background-color: #20202f;
    color: #fc3;
    font-weight: 600;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border-radius: 50px;
}

a.fenlei:hover {
    color: #fff;
    background: #00a2ff;
    transition: 0.5s;
}
.shopcode {
    position: absolute;
	z-index: 10;
	right: 30px;
	top: 15px;
	padding: 0 20px;
	overflow: hidden;
	background-color: #fff;
	color: #000;
	line-height: 2em;
	font-size: 12px;
	border-radius: 50px;
	font-weight: bold;
	white-space: nowrap;
}

.sow-image-container img{
	width:100% !important;
}
article .su-quote-style-default .su-quote-cite{
	font-size: 14px;
    margin-top: 1em;
    color: #60606f;
}
#buyform{
	margin-top: 5em;
    border: 3px dashed #a0a0af;
    background: #fff7f8;
    padding: 10px;
}
.su-button{
	margin-bottom:15px !important;
}

/* 二级分类导航 */

#cat-nav ul{
	list-style-type: none;
	padding-left:0;
	text-align:center;
	padding-bottom:20px;
	border-bottom:4px solid #ededef;

}
#cat-nav ul li{
	display: inline-block;
}

#cat-nav ul li a{
	display:inline-block;
	padding:5px 10px 3px;
	background:#fc3;
	color:#20202f;
	margin-bottom:10px;
}
#cat-nav ul li a:hover{
	background:#20202f;
	color:#fff;
}

/* 详情页购买按钮 */

#asktag{
	
	color: #999;
  text-decoration: none;
  padding-bottom: 20px;
  text-align:center;
  border-bottom: 0.0625rem solid #eaecef;
  margin-bottom:20px;

}

#asktag a.buybtn{
	font-size: 16px;
    font-weight: bold;
	display: inline-block;
	letter-spacing: 2px;
    line-height: 1em;
    background: #fc3;
    padding: 13px 30px 12px;
    color: #20202f;
    margin: 0 auto 15px;
    text-align: center;
    border-radius: 100px;
}

#asktag a.buybtn:hover{
    color: #000;
    margin: 1px auto 14px;
	background: #fc0;
}

#sousuo {
	text-align: center;
	padding-top:50px;
}

#sousuo input[type=text]{
    background: #fdfcf9;
    border: 1px solid #fc3;
    box-shadow: none;
    line-height: 48px;
    height: 48px;
    border-right: 0;
    padding: 0 10px;
    font-size: 32px;
    width: 65%;

}
#sousuo input[type=submit]{
    background: #fc3;
    color: #20202f;
    border: 0;
    margin-left: -5px;
    height: 48px;
    padding: 0 15px;
	font-size: 1.4rem;
	font-weight: bold;
	width: 30%;
	max-width: 100px;
    line-height: 48px;
    vertical-align: top;
}

#copyright{
	padding:10px 20px;
	background: #fc3;
	font-weight: bold;
	color:#333 !important;
	letter-spacing: 2px;
	border-radius: 50px;
}

#copyright a{
	color:#333;
}


.category-list .alpha-item .text h3 {
    font-size: 16px;
    /* letter-spacing: -1px; */
    display: block;
    line-height: 1.4em;
    margin-top: 0.5em;
  }
  .alert {
    border-radius: 0 !important;
  }

  .footer small {
    font-size: 12px;
  }
  
  .dwstyle .widget-title {
    font-size: 12px;
  }
  
  #fwmima {
    text-align: center;
    margin-top: 150px;
  }
  #fwmima [type="submit"] {
    background: #ffcc33;
    line-height: 35px;
    border: none;
    height: 35px;
    width: 80px;
    border-radius: 2px;
    vertical-align: middle;
    padding: 0;
  }
  .article table {
    word-break: normal !important;
  }
  .article table.qa{
	  border:5px solid #20202f;
	  border-top:none;
  }
  .article table.yellow{
	border:5px solid #fc3;
	border-top:none;
  }
  .tablepress.yellow tfoot th, .tablepress.yellow thead th{
	background-color: #fc3;
	color:#20202f;
  }
  
  /* .site-header,.footer {
    background-color: #000 !important;
  } */
  .siteorigin-widget-tinymce p br{
	  display: none;
  }
  .siteorigin-widget-tinymce p img{
	  padding-bottom:3px;
  }

  /* 底部作者信息 */

#site_ad{
    text-align:center;
    padding-top:5rem;
  }
  #site_ad h3{
    margin-bottom:20px;
  }
  #site_ad h3 a{
    padding: 3px 20px;
    font-size: 16px;
    color:#428dff;
    border:2px solid #428dff;
    border-radius:100px;
    background: #e8edfc;
  }
  #site_ad h3 a:hover{
    color:#fff;
    background: #428dff;
  }
  #site_ad p{
    margin:0;
    padding:0;
    font-size:14px;
    line-height: 2em;
  }
  #site_ad .wx{
    background: #e30;
    color: #fff !important;
    display: inline-block;
    margin-top: 0;
    width:180px;
  }
  #weixin{
    background: #e30;
    color: #fff !important;
    display: inline-block;
    margin-top: 0;
    padding:2px 15px;
  }
  #site_ad img.tx{
    max-width: 100px !important;
    border-radius:200px;
  }
  #site_ad img.ewm{
    max-width: 180px !important;
    margin-top:20px;
    padding:15px;
    background: #f9f9f9;
  }

  #contact{
	  background: #f0f0f0 url(../images/footer.jpg) repeat;
  }


  b.highlight {
    position: relative;
    z-index: 0;
}
  b.highlight:after{
	content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 8px;
    background-color: rgba(255,217,82,.4);
    left: 0;
    bottom: 1px;
    z-index: -1;
  }



#footad{
	background: #1d2124;

}
#footad .footad-item{
	margin-top:1rem;
	margin-bottom:1rem;
}
#footad .footad-item img{
	max-width: 100%;
	border-radius:6px;
}

/* #shop_footnav{
	background-color: #000;
}
#shop_footnav .container{
	max-width: 400px;
	background-color: #1d2124;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#shop_footnav a{
	color:#fff;
	opacity: 0.5;
	font-weight: bold;
	font-size:1rem;
	line-height: 1.4rem;
	padding:0 10px;
	display: inline-block;
}
#shop_footnav a:hover{
	opacity: 0.8;
} */


#shop .alpha-item .text h3{
	font-size:1.2rem;
}
#shop .pd-price{
	font-size:1.3rem;
	font-weight: bold;
}
#shop .pd-price .sale-price{
	color:#f40;
}
#shop .pd-price .old-price{
	text-decoration: line-through;
}

#shop article .alpha-item .inner{
	min-height:50px;
}
#shop_footnav{
	background-color: #000;
}
#shop_footnav .container{
	max-width: 400px;
	background-color: #1d2124;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#shop_footnav a{
	color:#fff;
	opacity: 0.5;
	font-weight: bold;
	font-size:1rem;
	line-height: 1.4rem;
	padding:0 10px;
	display: inline-block;
}
#shop_footnav a:hover{
	opacity: 0.8;
}

/* Reviews */

#review .alpha-item .text{
	border-radius: 10px;
}
#review .alpha-item .text .inner p{
	color:#4a4a4a;
	line-height: 1.8rem;
	padding:0;
}
#review .alpha-item .text .inner img{
	max-width: 100%;
	height:auto;
	border-radius:3px;
}
#review .alpha-item .text .stuff{
	background-color: #f9f9f9;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#review .quote_r{
	position: absolute;
    z-index: 10;
    right: 1rem;
    bottom: 10rem;
    font-size: 24px;
	opacity: 0.2;
}
#review .quote_l{
	position: absolute;
    z-index: 10;
    left: 1rem;
    top: 1rem;
    font-size: 24px;
	opacity: 0.2;
}
#review .alpha-item .text .stuff img.tx{
	max-width:70px;
	border-radius:100%;
}
#review .alpha-item .text .stuff img.star{
	max-width:80px;
}
#review .alpha-item .text .stuff li p{
	line-height: 1.6rem;
	padding-top:10px;
}
#review .alpha-item .text .review-product{
	font-size: 0.8rem;
}


/* 导航栏置顶动画 */

.fixed-top{
	-webkit-animation: stuckMoveDown .6s;
    animation: stuckMoveDown .6s;
	background-color: rgba(0, 0, 0, .9)!important;
}

@-webkit-keyframes stuckMoveDown {
	0% {
	  -webkit-transform: translateY(-100%);
	  transform: translateY(-100%);
	}
	100% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
  }
@keyframes stuckMoveDown {
	0% {
	  -webkit-transform: translateY(-100%);
	  transform: translateY(-100%);
	}
	100% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
  }


.bounce-animate {
	animation-name: float-bob;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-moz-animation-name: float-bob;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob;
	-o-animation-duration: 2s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* 子弹头样式 */
h2.zidan-h{
	font-size: 2.6rem;
	font-weight: bold;
}
p.zidan-p{
	color:#666;
}
/* 子弹头样式 */

#jz .jz-item img{
	max-width: 100%;
	border-radius:3px;
	box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}

ul.check-list{
	font-weight: normal;
	padding:20px 0 30px 10px;
	list-style-type: none;
}
ul.check-list li i{
	font-weight: bold;
	color: #20a53a;
	margin-right: 5px;
}

/* faq折叠CSS开始 */
#faq .btn-link{
	font-size:1.1rem;
	font-weight: bold;
	color: #343a40;
}
#faq{
	font-size:1rem;
	color: #666;
}
.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.collapse:not(.show) {
    display: none;
}
.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header {
    border-bottom: 1px solid #dedede;
}
/* faq折叠CSS结束 */