/*
Theme Name: Fashionistas
Theme URI: http://athemes.com/theme/fashionista
Author: aThemes
Author URI: http://athemes.com
Description: Fashionistas is a bold and fun theme built on Bootstrap, suitable for magazine style blogs.
Version: 1.7
License: GNU General Public License v3.0
License URI: license.txt
Tags: black, white, two-columns, fixed-layout, threaded-comments, full-width-template, custom-menu
*/


/* Global
----------------------------------------------- */
body {
	color: #fff;
	font-family: 'Inter', 'Helvetica Neue','Hiragino Sans GB','WenQuanYi Micro Hei','Microsoft Yahei',sans-serif;
	line-height: 1.8;
	background: #232555;
	}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 1.25em 0 .5em;
	font-weight: 400;
	font-family: 'Inter', Oswald, "Microsoft Yahei", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	}
h1 {
	font-size: 16px;
	font-size: 1.6rem;
	}
h2 {
	font-size: 14px;
	font-size: 1.4rem;
	}
h3 {
	font-size: 13px;
	font-size: 1.3rem;
	}
h4 {
	font-size: 12px;
	font-size: 1.2rem;
	}
h5 {
	font-size: 11px;
	font-size: 1.1rem;
	}
h6 {
	font-size: 10px;
	font-size: 1rem;
	}


/* Links */
a {
	color: #17a96a;
	outline: none;
	-webkit-transition: all 0.14s ease 0s; 
	   -moz-transition: all 0.14s ease 0s; 
		 -o-transition: all 0.14s ease 0s; 
	}
a:hover,
a:focus,
a:active {
	color: #17a96a;
	}

/* Text Elements */
blockquote p {
	line-height: 1.6;
	}
dd {
	margin-bottom: 1em;
	}

/* Forms */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	color: #fff;
	line-height: 26px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	}
textarea {
	width: 80%;
	height: auto;
	}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #d6d6d6;
	outline: 0;
	outline: thin dotted \9;
  /* IE6-9 */

	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 14px;
	font-weight: 300;
	font-family: 'Inter', Oswald, "Microsoft Yahei", Arial, Helvetica, sans-serif;
	line-height: 1.15;
	background: #204FA9;
	border: 0;
	color: #fff;
	padding: 15px 30px;
	border-radius: 4px;
	margin-top: 15px;
	cursor: pointer;
	}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #204FA9;
	}

/* Tables */
table {
	width: 100%;
	margin-bottom: 20px;
	}
table th,
table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
	}
table th {
	font-weight: bold;
	}
table thead th {
	vertical-align: bottom;
	}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
	border-top: 0;
	}
table tbody + tbody {
	border-top: 2px solid #ddd;
	}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
	}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 1.5em 1.5em 0;
	}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 1.5em 1.5em;
	}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
	}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	display: block;
	clip: auto !important;
	line-height: normal;
	text-decoration: none;
	z-index: 100000; /* Above WP toolbar */
	}

/* Clearing */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
* html .clearfix {
	height: 1%;
	}
*:first-child+html .clearfix {
	min-height: 1px;
	}
.clearfix {
	display: block;
	}
.clear {
	clear: both;
	}

/* HEADER
----------------------------------------------- */
.site-header {
	padding: 0 0 20px;
	/*background-image: url(/blog/images/header-background.png);*/
	/*background-size: cover;*/
	height: 550px;
	background-position: 0 20%;
	position: relative;
	}
.header-background-img-box {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	height: 600px;
	overflow: hidden;
	width: 100%;
	z-index: -1;
}
.header-background-img-box img {
	object-fit: fill;
	width: 100%;
}
.header-background-img-box::after {
	content: '';
	width: 100%;
	height: 30%;
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgb(0 0 0 / 0%) 19%, rgb(35 37 85) 95%);
}
.site-branding {
	float: left;
	width: 100%;
	}
.site-title {
	margin: 0;
	font-size: 64px;
	font-family: 'Inter', Oswald, "Microsoft Yahei", Arial, Helvetica, sans-serif;
	font-weight: 900;
	/*text-transform: uppercase;*/
	line-height: 1em;
	text-align: center;
	}
.site-title a {
	color: #fff;
	text-decoration: none;
	}
.site-description {
	line-height: 1.4;
	font-size: 28px;
	margin-top: 20px;
	margin-bottom: 100px;
	color: #fff;
	font-weight: 300;
	font-family: 'Inter', Oswald, "Microsoft Yahei", Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
	/*letter-spacing: 2px;*/
	text-align: center;
	}

/* MENU
----------------------------------------------- */
.sf-menu ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.sf-menu ul {
	display: inline-block;
	}
* html .sf-menu ul {
	height: 1%;
	}
*:first-child+html .sf-menu ul {
	min-height: 1px;
	}
.sf-menu ul {
	display: block;
	}

.sf-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.sf-menu li ul {
	top: -999em;
	position: absolute;
	z-index: 900;
	}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 40px;
	}
.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul {
	top: -999em;
	}
.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul {
	top: 0;
	left: 170px;
	}
.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {
	top: -999em;
	}
.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
	top: 0;
	left: 170px;
	}
.sf-menu li {
	float: left;
	position: relative;
	visibility:	inherit;
	}
.sf-menu li a {
	float: left;
	display: block;
	font-weight: 400;
	font-family: 'Inter', Oswald, "Microsoft Yahei", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	}
.sf-menu li a:hover,
.sf-menu li.sfHover > a,
.sf-menu li.current_page_item > a,
.sf-menu li.current-menu-item > a,
.sf-menu li.current-menu-parent > a,
.sf-menu li.current-page-parent > a,
.sf-menu li.current-page-ancestor > a,
.sf-menu li.current_page_ancestor > a {
	}
.sf-menu li:hover li a,
.sf-menu li.sfHover li a {
	width: 140px;
	}

/* 分割线 */
.divider {
	height: 1px;
	background-color: #ffffff1f;
	margin-bottom: 80px;
	margin-top: 80px
}

.home-container {
	display: flex;
	justify-content: center;
	align-items: flex-start
}

.home-container .home-container-box {
	flex-shrink: 0; margin-right: 15px
}

.home-container .home-container-box .home-img-box {
	height: 400px; width: 540px; padding: 50px 50px;
}

.home-container .home-container-box .home-img-box img {
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	border-radius: 4px;
}

#top-navigation {
	background: #333;
	}
#top-navigation ul {
	border-left: 1px dotted #565656;
	}
#top-navigation li ul {
	}
#top-navigation li:hover ul,
#top-navigation li.sfHover ul {
	top: 40px;
	background: #333;
	border-left: none;
	border-top: 1px dotted #565656;
	}
#top-navigation li li:hover ul,
#top-navigation li li.sfHover ul {
	top: -1px;
	border-left: 1px dotted #565656;
	}
#top-navigation li {
	border-right: 1px dotted #565656;
	}
#top-navigation li li {
	border-right: none;
	border-bottom: 1px dotted #565656;
	}
#top-navigation li a {
	padding: 0 15px;
	color: #a6a6a6;
	font-size: .9em;
	line-height: 40px;
	}
#top-navigation li a:hover,
#top-navigation li.sfHover > a,
#top-navigation li.current_page_item > a,
#top-navigation li.current-menu-item > a,
#top-navigation li.current-menu-parent > a,
#top-navigation li.current-page-parent > a,
#top-navigation li.current-page-ancestor > a,
#top-navigation li.current_page_ancestor > a {
	color: #fff;
	}
#top-navigation li:hover li a,
#top-navigation li.sfHover li a {
	padding: 10px 15px;
	font-size: .75em;
	line-height: normal;
	}

#main-navigation {
	/*border: solid #333;*/
	border-width: 1px 0 3px;
	}
#main-navigation li a {
	padding: 0 20px;
	color: #fff;
	font-size: 1.2em;
	line-height: 50px;
	letter-spacing: 1px;
	}
#main-navigation .sf-menu > ul > li:after {
	width: 6px;
	float: left;
	margin-top: 6px;
	content: "/";
	display: block;
	color: #e6e6e6;
	font-size: 1.6em;
	font-family: 'Inter', Arial, Helvetica, sans-serif;
	}
#main-navigation .sf-menu > ul > li:last-child:after {
	display: none;
	}
#main-navigation li:hover ul,
#main-navigation li.sfHover ul {
	top: 50px;
	background: #333;
	}
#main-navigation li li:hover ul,
#main-navigation li li.sfHover ul {
	top: -1px;
	border-left: 1px dotted #565656;
	}
#main-navigation li li {
	border-bottom: 1px dotted #565656;
	}
#main-navigation li li a {
	color: #a6a6a6;
	}
#main-navigation li a:hover,
#main-navigation li.sfHover > a,
#main-navigation li.current_page_item > a,
#main-navigation li.current-menu-item > a,
#main-navigation li.current-menu-parent > a,
#main-navigation li.current-page-parent > a,
#main-navigation li.current-page-ancestor > a,
#main-navigation li.current_page_ancestor > a {
	color: #17a96a;
	}
#main-navigation li:hover li a,
#main-navigation li.sfHover li a {
	padding: 10px 20px;
	font-size: .75em;
	line-height: normal;
	}

/* Small Navigation */
.nav-open,
.nav-close {
	display: none;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	font-family: 'Inter', Oswald, "方正姚体", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 50px;
	letter-spacing: 1px;
	}
@media only screen and (max-width: 60em) {
	.nav-open {
		display: inline-block;
		}
	#main-navigation:target > .nav-open {
		display: none;
		}
	#main-navigation:target > .nav-close {
		display: inline-block;
		}
	#main-navigation > .sf-menu {
		position: relative;
		text-align: left;
		}
	#main-navigation > .sf-menu > ul {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		max-height: 0;
		max-width: 16em;
		overflow: hidden;
		background: #333;
		z-index: 1;
		}
	#main-navigation:target > .sf-menu > ul {
		max-height: 900px;
		max-width: 100%;
		z-index: 901;
		}
	.main-navigation-open > .sf-menu > ul {
		max-height: 400px !important;
		}
	#main-navigation > .sf-menu > ul > li {
		float: none;
		display: block;
		border-bottom: 1px dotted #565656;
		}
	#main-navigation > .sf-menu ul li:only-child {
		border-top: 1px dotted #565656;
		}
	#main-navigation > .sf-menu ul li:last-child {
		border-bottom: none;
		}
	#main-navigation > .sf-menu > ul > li:after {
		display: none;
		}
	#main-navigation li a {
		float: none;
		display: block;
		color: #fff;
		}
    #main-navigation li li:hover ul,
    #main-navigation li li.sfHover ul {
	    border-left: none;
	    }
	ul.sub-menu li {
		float: none;
		display: block;
		z-index: 902;
	    }
    .sf-menu li ul {
        top: -999em;
        position: static;
        z-index: 900;
        }
	}


/* LAYOUT
----------------------------------------------- */
.container {
	width: 1160px;
	padding: 0;
	}
.content-area {
	width: 100%;
	float: left;
	}
.site-content {
	margin: 0 340px 0 0;
	}
.site-sidebar {
	width: 300px;
	float: left;
	margin: 0 0 0 -300px;
	}

/* CONTENT
----------------------------------------------- */
.site-main {
	padding: 40px 0;
	}
.site-content li {
	margin: 0 0 .75em;
	}
.site-content ul ul,
.site-content ul ol,
.site-content ol ol,
.site-content ol ul {
	margin-top: .75em;
	}

.sticky {
	}
.hentry {
	margin: 0 0 40px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	}

.entry-header {
	margin: 0 0 1.25em;
	text-align: center;
	}
.entry-title {
	margin: 0 40px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	text-transform: uppercase;
	}
.entry-title a {
	color: #fff;
	text-decoration: none;
	}
.entry-title a:hover {
	color: #17a96a;
	}
.entry-meta {
	color: #a6a6a6;
	font-size: .9em;
	font-weight: 300;
	font-family: 'Inter', Oswald,"Microsoft Yahei", Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
	}
.entry-meta a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	}
.entry-meta a:hover {
	color: #fff;
	}
.entry-meta .cat-links {
	margin: 0 20px 0 0;
	}
.entry-meta [class^="ico-"]:before {
	margin-right: 5px;
	color: #fff;
	}
.comments-link:before,
.author.vcard:before {
	margin: 0 0 0 8px;
	padding: 0 6px 0 0;
	content: "/";
	color: #d6d6d6;
	}
.entry-thumbnail {
	margin: 0 0 20px;
	}
.entry-thumbnail img {
	display: block;
	}
.entry-content {
	margin: 0 0 30px;
	}
.entry-summary {
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 30px;
	}
.entry-footer {
	clear: both;
	padding: 8px 0;
	border: solid rgba(207, 211, 225, 0.2);
	border-width: 0 0 1px;
	}
.entry-footer-hr {
	margin: 1px 0 0 0 ;
	border-top: 2px solid #333;
	}
.more-link,
.page-links {
	margin: 15px 0 0;
	display: block;
	text-align: center;
	}
.post-password-required label {
	float: left;
	margin: 0 10px 0 0;
	}

.page-header {
	margin: 0 0 30px;
	border-bottom: 3px solid #333;
	}
.page-title {
	margin: 0 0 10px;
	color: #a6a6a6;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
body.page .entry-header {
	text-align: left;
	}
body.page .entry-title {
	margin: 0;
	}

body.search .page .entry-footer {
	padding: 0;
	border-top: none;
	}

/* Author Box */
.author-info {
	margin: 0 0 40px;
	padding: 0 0 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
.author-info .author-photo {
	float: left;
	margin: 0 30px 0 0;
	}
.author-info .author-content {
	margin: 0 0 0 105px;
	}
.author-info .author-content h3 {
	margin: 0 0 10px;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
.author-info .author-links a {
	margin: 0 20px 0 0;
	color: #a6a6a6;
	font-size: .9em;
	font-family: 'Inter', Oswald, "Microsoft Yahei", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	}
.author-info .author-links a:hover {
	color: #fff;
	}

/* Media
----------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	border: none;
	}
.wp-caption {
	border: 1px solid #d5d5d5;
	margin-bottom: 1.5em;
	max-width: 100%;
	}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
	}
.wp-caption-text {
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: .5em 0;
	}
.site-content .gallery {
	margin-bottom: 1.5em;
	}
.gallery-caption {
	}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
	}
.site-content .gallery dd {
	margin: 0;
	}
.entry-attachment .attachment {
	margin: 0 0 15px;
	}

/* Navigation
----------------------------------------------- */
.site-content [class*="navigation"] {
	margin: 0 0 15px;
	overflow: hidden;
	}
[class*="navigation"] .nav-previous {
	width: 50%;
	float: left;
	}
[class*="navigation"] .nav-next {
	width: 50%;
	float: right;
	text-align: right;
	}
.site-content [class*="navigation"] a {
	display: inline-block;
	padding: 4px 15px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 300;
	font-family: 'Inter', Oswald, "Microsoft Yahei", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 26px;
	background: #333;
	border: solid #666;
	border-width: 0 0 3px;
	}
.site-content [class*="navigation"] a:hover {
	background: #666;
	border-color: #fff;
	}
.site-content .post-navigation {
	margin-top: -25px;
	padding: 0 0 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
.site-content .post-navigation a {
	padding: 0;
	color: #fff;
	font-size: .9em;
	font-weight: 400;
	line-height: 20px;
	background: none;
	border: none;
	}
.site-content .post-navigation a:hover {
	color: #17a96a;
	background: none;
	border: none;
	}
.site-content .post-navigation span {
	display: block;
	color: #a6a6a6;
	font-size: 1.3em;
	font-family: 'Inter', Oswald, "Microsoft Yahei", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
.site-content .post-navigation .meta-nav {
	display: none;
	}
.site-content .post-navigation .nav-next {
	width: 35%;
	margin-left: 5%;
	padding-right: 10%;
	text-align: left;
	}
.site-content .post-navigation .nav-previous {
	width: 35%;
	margin-right: 5%;
	padding-left: 10%;
	text-align: right;
	}

/* COMMENTS
----------------------------------------------- */
#reply-title,
.comments-title {
	margin: 0 0 20px;
	padding: 0 0 15px;
	color: #a6a6a6;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 3px solid #333;
	}
.comment-list {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	}
.comment-list ul.children {
	margin: 0 0 0 50px;
	list-style: none;
	}
.comment-list li.comment,
.comment-list li.pingback {
	margin: 0;
	padding: 0;
	}
.comment-list li.pingback p {
	margin: 0;
	font-style: italic;
	}
.comment-list li.comment .comment-body {
	padding: 30px 0 20px;
	border-bottom: 1px solid #d6d6d6;
	}
.comment-list li.comment .comment-author .avatar {
	float: left;
	margin: 0 20px 0 0;
	display: block;
	}
.comment-list li.comment .comment-author .fn {
	color: #999;
	font-size: 1.2em;
	font-family: 'Inter', Oswald, "Microsoft Yahei", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
.comment-list li.comment .comment-author .fn a {
	color: #fff;
	text-decoration: none;
	}
.comment-list li.comment .comment-author .fn a:hover {
	color: #17a96a;
	}
.comment-list li.comment .comment-metadata {
	margin: 0 0 3px;
	}
.comment-list li.comment .comment-metadata a {
	color: #a6a6a6;
	font-size: .9em;
	font-weight: 300;
	font-family: 'Inter', Oswald, "Microsoft Yahei", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	}
.comment-list li.comment .comment-metadata a:hover {
	color: #fff;
	}
.comment-list li.comment .reply {
	float: right;
	}
.comment-list li.comment .reply a {
	color: #a6a6a6;
	font-size: .9em;
	font-weight: 300;
	font-family: 'Inter', Oswald, "Microsoft Yahei", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	}
.comment-list li.comment .reply a:hover {
	color: #fff;
	}
.comment-content {
	clear: both;
	margin: 20px 0 0;
	}
.comment-content a {
	word-wrap: break-word;
	}
.bypostauthor {
	}

/* Comment Form */
#reply-title {
	margin-top: 20px;
	}
#cancel-comment-reply-link {
	margin: 0 0 0 10px;
	color: #fff;
	font-size: .9em;
	text-decoration: none;
	}
#commentform {
	margin: 0;
	padding: 0;
	}
#commentform label {
	color: #a6a6a6;
	font-family: 'Inter', Oswald, "Microsoft Yahei", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
#commentform textarea {
	height: 125px;
	}

/* WIDGETS
----------------------------------------------- */
.widget-title {
	margin: 0 0 1px;
	padding: 10px 0 10px;
	font-size: 1.2em;
	font-weight: 500;
	text-align: left;
	/*text-transform: uppercase;*/
	/*letter-spacing: 2px;*/
	}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
	}

.widget ul {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
	}
.widget ul ul {
	margin: 0 0 0 10px;
	}
.widget li {
	margin: 0 0 10px;
	}

.widget li a {
	color: #fff;
	}
.widget li a:hover {
	color: #17a96a;
	}
.widget-tab-nav {
	border-bottom: 1px solid rgba(255,255,255,0.2);;
}
.tagcloud {
	margin-bottom: 10px
}

/* Widget Tabs */
ul.widget-tab-nav {
	margin: 0 0 15px;
	/*border-bottom: 3px solid #333;*/
	*zoom: 1;
	}
.widget-tab-nav li {
	/*float: left;*/
	width: auto;
	max-width: 100%;
	margin: 0;
	text-align: left;
	color: #fff;
	}
.widget-tab-nav li a {
	display: block;
	padding: 4px 0;
	color: #a6a6a6;
	font-size: 1.2em;
	font-family: 'Inter', Oswald, "Microsoft Yahei", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 30px;
	background: none;
	border: none;
	border-radius: 0;
	}
.widget-tab-nav li a:hover,
.widget-tab-nav li a:focus {
	color: #fff;
	text-decoration: none;
	}
.widget-tab-nav li.active a {
	color: #fff;
	/*background: #333;*/
	}
.widget-tab-content .tab-pane {
	display: none;
	}
.widget-tab-content .active {
	display: block;
	}
.widget-tab-content .tab-pane li {
	margin: 0 0 15px;
	}
.widget-entry-thumbnail {
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
	border: 1px solid #eee;
	overflow: hidden;
	}
.widget-entry-thumbnail img {
	width: auto;
	height: 50px;
	display: block;
	transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
	}
.widget-entry-thumbnail img:hover {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: filter .3s cubic-bezier(.215,.61,.355,1);
    transition: filter .3s cubic-bezier(.215,.61,.355,1);
}
.widget-entry-summary {
	margin: 3px 0 0 60px;
	}
.widget-entry-content span,
.widget-entry-summary span {
	color: #a6a6a6;
	font-size: .875em;
	font-weight: 300;
	font-family: 'Inter', Oswald, "Microsoft Yahei", Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
	}
.widget-entry-content h4,
.widget-entry-summary h4 {
	margin: 0;
	font-size: 1em;
	text-transform: uppercase;
	line-height: 1.4;
	}
.widget-entry-content h4 a,
.widget-entry-summary h4 a {
	}
.widget-entry-content h4 a:hover,
.widget-entry-summary h4 a:hover {
	text-decoration: none;
	}
#widget-tab-tags {
	padding: 0 0 15px;
	font-size: .9em;
	font-weight: 300;
	font-family: 'Inter', Oswald, "Microsoft Yahei", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 1.8;
	}
#widget-tab-tags a {
	color: #a6a6a6;
	text-decoration: none;
	}
#widget-tab-tags a:hover {
	color: #fff;
	}

/* Widget oEmbed */
.widget-oembed-content {
	margin: 0 auto 5px;
	}
.widget-oembed-content embed,
.widget-oembed-content iframe,
.widget-oembed-content object,
.widget-oembed-content video {
	max-width: 100%;
	min-height: 200px;
	max-height: 250px;
	}
.widget-oembed-description {
	margin: 0 0 15px;
	}

/* Widget Social Icons */
.widget-social-icons li {
	float: left;
	/*margin: 5px 10px 5px 0;*/
	margin: 5px 0 5px 0;
	text-align: center;
	}
.widget-social-icons li a {
	display: block;
	}
.widget-social-icons li a [class^="fa"]:before {
	width: 40px;
	margin: 0;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	border-radius: 4px;
	/*background: #333;*/
	}
.widget-social-icons li a:hover [class^="fa"]:before {
	background: #17a96a;
	}

/* Widget Flickr */
.widget-flickr-stream {
	margin: 0 -10px;
	}
.flickr_badge_image {
	float: left;
	width: 60px;
	display: block;
	margin: 0 10px 20px 10px;
	}
.flickr_badge_image img {
	display: block;
	}

/* Header Widgets */
.site-header .widget {
	float: right;
	clear: right;
	margin: 0;
	text-align: right;
	border: none;
	}

.site-header-image {
	max-height:800px; 
	min-height:500px; 
	overflow: hidden;
	position: relative;
}

.blur {	
    filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */
    
    -webkit-filter: blur(11px); /* Chrome, Opera */
       -moz-filter: blur(11px);
        -ms-filter: blur(11px);    
            filter: blur(11px);
    
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false); /* IE6~IE9 */
	}

/* SIDEBAR
----------------------------------------------- */
.site-sidebar .widget_search .search-form {
	margin: 15px 0;
	}
.site-sidebar .widget_search .search-field {
	float: left;
	width: 65%;
	margin: 0 10px 0 0;
	}

/* SITE EXTRA
----------------------------------------------- */
.site-extra {
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2)
	}
.site-extra .pad {
	margin: 0 -15px;
	}
.site-extra .widget-area {
	float: left;
	width: 25%;
	}
.extra-one .widget-area {
	width: 100%;
	}
.extra-two .widget-area {
	width: 50%;
	}
.extra-three .widget-area {
	width: 33.3%;
	}
.site-extra .widget {
	margin: 0 15px 30px;
	padding: 0;
	border: none;
	}

.site-extra .widget-social-icons li a [class^="ico-"]:before {
	width: 25px;
	line-height: 25px;
	background: none;
	}
.site-extra .widget-social-icons li a:hover [class^="ico-"]:before {
	color: #17a96a;
	}

/* FOOTER
----------------------------------------------- */
.site-footer {
	padding: 20px;
	color: #fff;
	font-size: .875em;
	font-family: 'Inter', Oswald, "Microsoft Yahei", Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
	/*letter-spacing: 1px;*/
	background: #232555;
	border-top: 1px solid rgba(207, 211, 225, 0.2);
	}
.site-footer a {
	color: #8d98be;
	text-decoration: none;
	}
.site-footer a:hover {
	color: #17a96a;
	}
.site-info {
	float: left;
	}
.site-credit {
	float: right;
	}

/**
 * vue-tippy 提示框的全局样式
 <tippy
    placement="bottom-start"
    :width="300"  // 宽度
    :arrow="false" // 是否显示箭头
    :offset="[0, 3]" // 偏移
    trigger="click" // 触发条件
    theme="light" // 主题
    :interactive="true" // 在dom上的位置
 **/

.tippy-box[data-animation='fade'][data-state='hidden'] {
	opacity: 0;
}
[data-tippy-root] {
	max-width: calc(100vw - 10px);
}
.tippy-box {
	position: relative;
	background: #232555;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.6;
	outline: 0;
	transition-property: transform, visibility, opacity;
}
.tippy-box[data-placement^='top'] > .tippy-arrow {
	bottom: 0;
}
.tippy-box[data-placement^='top'] > .tippy-arrow:before {
	bottom: -7px;
	left: 0;
	border-width: 8px 8px 0;
	border-top-color: initial;
	transform-origin: center top;
}
.tippy-box[data-placement^='bottom'] > .tippy-arrow {
	top: 0;
}
.tippy-box[data-placement^='bottom'] > .tippy-arrow:before {
	top: -7px;
	left: 0;
	border-width: 0 8px 8px;
	border-bottom-color: initial;
	transform-origin: center bottom;
}
.tippy-box[data-placement^='left'] > .tippy-arrow {
	right: 0;
}
.tippy-box[data-placement^='left'] > .tippy-arrow:before {
	border-width: 8px 0 8px 8px;
	border-left-color: initial;
	right: -7px;
	transform-origin: center left;
}
.tippy-box[data-placement^='right'] > .tippy-arrow {
	left: 0;
}
.tippy-box[data-placement^='right'] > .tippy-arrow:before {
	left: -7px;
	border-width: 8px 8px 8px 0;
	border-right-color: initial;
	transform-origin: center right;
}
.tippy-box[data-inertia][data-state='visible'] {
	transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
	width: 16px;
	height: 16px;
	color: #232555;
}
.tippy-arrow:before {
	content: '';
	position: absolute;
	border-color: transparent;
	border-style: solid;
}
.tippy-content {
	position: relative;
	padding: 20px;
	z-index: 1;
}

.tippy-box[data-theme~='transparent'] {
	background: rgba(16, 18, 67, 0.8);
	color: #fff;
	box-shadow: 0 2px 12px 0 #0000001a;
	border: 0;
}

.tippy-box[data-theme~='light'] {
	background: #fff;
	color: #373459;
	box-shadow: 0 2px 12px 0 #0000001a;
	border: 1px solid #cecdd6;
}
.tippy-box[data-theme~='light'] .tippy-arrow {
	color: #fff;
}
.tippy-box[data-theme~='light-nav'] .tippy-content {
	max-height: 600px; overflow-y: auto;
}

.tippy-box[data-theme~='light-nav'] {
	background: #EBF1FF;
	color: #373459;
	box-shadow: 0px 9px 100px -20px rgb(50 50 93 / 25%), 0px 8px 60px -20px rgb(0 0 0 / 30%);
	border: 0;
	/* border-top-left-radius: 0;
    border-top-right-radius: 0; */
	border-radius: 12px;
}
.tippy-box[data-theme~=light-nav]::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 28px;
	background: transparent;
	top: -28px;
}
.tippy-box[data-theme~='light-nav'] .tippy-arrow {
	color: #EBF1FF;
}

/* border.css */
.tippy-box {
	border: 1px transparent;
}
.tippy-box[data-placement^='top'] > .tippy-arrow:after {
	border-top-color: inherit;
	border-width: 8px 8px 0;
	bottom: -8px;
	left: 0;
}
.tippy-box[data-placement^='bottom'] > .tippy-arrow:after {
	border-bottom-color: inherit;
	border-width: 0 8px 8px;
	top: -8px;
	left: 0;
}
.tippy-box[data-placement^='left'] > .tippy-arrow:after {
	border-left-color: inherit;
	border-width: 8px 0 8px 8px;
	right: -8px;
	top: 0;
}
.tippy-box[data-placement^='right'] > .tippy-arrow:after {
	border-width: 8px 8px 8px 0;
	left: -8px;
	top: 0;
	border-right-color: inherit;
}
.tippy-box[data-placement^='top'] > .tippy-svg-arrow > svg:first-child:not(:last-child) {
	top: 17px;
}
.tippy-box[data-placement^='bottom'] > .tippy-svg-arrow > svg:first-child:not(:last-child) {
	bottom: 17px;
}
.tippy-box[data-placement^='left'] > .tippy-svg-arrow > svg:first-child:not(:last-child) {
	left: 12px;
}
.tippy-box[data-placement^='right'] > .tippy-svg-arrow > svg:first-child:not(:last-child) {
	right: 12px;
}
.tippy-arrow {
	border-color: inherit;
}
.tippy-arrow:after {
	content: '';
	z-index: -1;
	position: absolute;
	border-color: transparent;
	border-style: solid;
}

.toast-container {
	top: 15px;
	right: 15px;
	overflow: hidden;
	position: fixed;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	animation: open-toast 0.3s linear;
	z-index: 999999;
	background-color: white;
}
.toast-body {
	align-self: flex-start;
}
.toast-frame {
	padding: 20px 20px 20px 50px;
	display: flex;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	align-items: center;
	flex-wrap: wrap;
	width: 350px;
	min-height: 60px;
	position: relative;
}
.toast-frame svg {
	width: 24px;
	height: 24px;
	position: absolute;
	left: 15px;
	top: 20px;
}
.toast-img {
	height: 40px;
}
.toast-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #5a5875;
	align-self: center;
}
.toast-message {
	color: rgba(90, 88, 117, 0.6);
	font-weight: 400;
	font-size: 12px;
	line-height: 1.6;
}
.toast-close {
	color: #8f8e9f;
	position: absolute;
	right: 25px;
	top: 15px;
	cursor: pointer;
}
.toast-close:hover {
	color: #333;
}
.toast-close:before {
	content:'';
	position: absolute;
	width: 15px;
	height: 1px;
	background-color: currentColor;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.toast-close:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 1px;
	background-color: currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/****************************************** 弹出提示框 ****************************************/
.alert-wrapper {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 0 auto;
	left: 0;
	top: 0;
	overflow: hidden;
	position: fixed;
	background: rgba(0, 0, 0, 0.3);
	z-index: 9999;
	font-family: Inter-Regular, Trebuchet-MS, sans-serif;
}
@keyframes open-frame {
	/* 25% {
       transform: scale(0.95);
    }
     50% {
       transform: scale(0.97);
    }
     75% {
       transform: scale(0.93);
    }
     */
	0% {
		transform: scale(0.2);
	}
	100% {
		transform: scale(1);
	}
}
.alert-frame {
	background: #fff;
	min-height: 150px;
	width: 480px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	animation: open-frame 0.3s ease;
}
.alert-header {
	display: flex;
	flex-direction: row;
	height: 35px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: relative;
}
.alert-close {
	color: #8f8e9f;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	display: block;
	width: 20px;
	height: 20px;
}
.alert-close:hover {
	color: #333;
}
.alert-close:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 1px;
	background-color: currentColor;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px;
}
.alert-close:after {
	content:'';
	position: absolute;
	width: 15px;
	height: 1px;
	background-color: currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 8px;
}
.alert-body {
	padding: 0 30px 30px 30px;
}
.alert-body__main {
	position: relative;
}
.alert-body__main >
div {
	margin-left: 45px;
	min-height: 80px;
}
.alert-body__main svg {
	width: 30px;
	height: 30px;
	position: absolute;
}
.alert-body__button {
	text-align: right;
	margin-top: 15px;
}
.alert-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #5a5875;
	align-self: center;
}
.alert-message {
	font-size: 14px;
	color: rgba(90, 88, 117, 0.6);
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 1.6;
	overflow: hidden;
	word-wrap: break-word;
}
.alert-button {
	font-size: 16px;
	min-width: 90px;
	height: 30px;
	background: #3b7ff8;
	color: #fff;
	border: 1px solid #3b7ff8;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.5s;
	padding: 0 15px;
	align-self: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.alert-button:hover {
	background-color: #3573e0;
	box-shadow: inset 0 0 0 1px #3b7ff8;
}
.alert-button:focus {
	outline: 0;
}

.send-email-input {
	background: rgba(255, 255, 255, 0.1);
	border:0;
	padding: 15px;
	width: 100%;
	border-radius: 4px !important;
	color: #fff !important;
	font-size: 14px;
	box-sizing: border-box;
	line-height: 1.15 !important;
	margin-top: 10px;
}
.send-email-input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.send-email-input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color: rgba(255, 255, 255, 0.5);
}
.send-email-input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color: rgba(255, 255, 255, 0.5);
}
.send-email-input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
	color: rgba(255, 255, 255, 0.5);
}
.send-email-button {
	background: #204FA9;
	border: 0;
	color: #fff;
	padding: 15px 30px;
	border-radius: 4px;
	margin-top: 15px;
	cursor: pointer;
}

/** header **/
.header-nav-list {
	margin-top: 90px;
}
.header-nav-list li{
	width: 30%;
	border-radius: 8px;
	background: linear-gradient(21deg, rgb(104 83 205 / 27%) 19%, rgb(59 127 248 / 75%) 95%);
	align-self: stretch;
}
.header-nav-list li:hover{
	box-shadow: 0 0 0 3px #24ce85;
}
@media screen and (max-width: 768px) {

	.header-nav-list li{
		font-size: 12px;
	}
}
.header-nav-list li a{
	color:#fff;
	display:inline-block;
	font-size: 0.9rem;
	display: flex;
	padding: 30px 20px;

	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.header-nav-list li a svg {
	height: 40px;
}
.header-nav-list li a span{
	padding-top: 20px;
	font-size: 16px;
}
.header-nav-list li.active{
	box-shadow: 0 0 0 3px #24ce85;
}

.huski-header{
	padding: 15px 0;
	background: #232555;
	box-shadow: 0px 2px 2px rgba(55, 52, 89, 0.2);
	width: 100%;
	position: fixed;
	z-index: 99999;
	height: 60px;
	transition: all 0.25s linear;
	top: 0;
}
.huski-blog-header{
	padding-top: 12rem;
	text-align: center;
	margin-bottom: 60px;
}
/*
.huski-nav-bar li{
  padding-left: 50px;
}
@media screen and (max-width: 1440px) {
  .huski-nav-bar li{
    padding-left: 25px;
  }
}
.huski-nav-bar li a{
  color: #ffffffd9;
  font-size: 1rem;
  padding: 0 10px;
}
.huski-nav-bar li a:hover{
  color: #24CE85;
}
.huski-nav-bar li>a:hover{
  background: rgba(255, 255, 255, 0.1490196078);
  border-radius: 6.25rem;
}
.huski-nav-bar li button{
  font-size: 1rem;
  color:#ffffffd9;
  padding:  0 10px;
}
.dropdown-menu a{
  font-size: 1rem;
}
.huski-nav-bar li button:hover{
  color: #24CE85;
  background: rgba(255, 255, 255, 0.1490196078);
  border-radius: 6.25rem;
} */

.huski-nav-item{
	color: #ffffffd9;
	font-size: 1rem;
	padding: 0 10px;
	margin-left: 40px;
	padding:5px 10px;
}
.huski-nav-item:hover{
	background: rgba(255, 255, 255, 0.1490196078);
	border-radius: 6.25rem;
	color: #24CE85;
}

.huski-logo img {
	width: 140px;
}

/* RESPONSIVE SUPPORT
----------------------------------------------- */
@media screen and (max-width: 960px) {
	.container {
		width: 90%;
		}
	.site-content {
		margin-right: 40%;
		}
	.site-sidebar {
		width: 35%;
		margin-left: -35%;
		}
	.site-sidebar .widget_search .search-field {
		width: 95%;
		margin: 0 0 10px;
		}
	.site-extra .widget-area {
		width: 50%;
		}
	}
@media screen and (max-width: 758px) {
	.site-header .widget-area {
		display: none;
		}
	.site-header .site-branding {
		float: none;
		text-align: center;
		}
	.site-header-image > img {
		height: 500px;
		width: auto;
		min-width: 100%;
		display: block;
	    transform: translate(-50%,-50%);
	    position: absolute;
	    top: 50%;
	    left: 50%;
		}
	.content-area {
		float: none;
		}
	.site-content {
		margin: 0;
		}
	.site-sidebar {
		width: auto;
		float: none;
		margin: 20px 0 0;
		}
	.site-extra .widget-area {
		width: 100%;
		}
	}
@media screen and (max-width: 480px) {
	.site-footer {
		text-align: center;
		}
	.site-footer .site-info,
	.site-footer .site-credit {
		float: none;
		}
	}
@media screen and (max-width: 320px) {
	}
