@charset "UTF-8";
/*
Theme Name: Motioner
Theme URI: http://alx.media/themes/motioner/
Version: 1.1.3
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 5.8
Description: <a href="http://alx.media/themes/motioner/">Motioner</a> is a flexible personal blog theme with plenty of options. It is optimized for all devices and built to work with blocks. You can pick accent colors, set sidebar to the left or right and choose website max-width with a few clicks. Demo: http://demo.alx.media/x/?theme=Motioner
Author: Alexander Agnarson
Author URI: http://alx.media
Tags: blog, news, entertainment, one-column, two-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, custom-logo, custom-header, custom-background, footer-widgets, wide-blocks
Text Domain: motioner

	Copyright: (c) 2018 Alexander "Alx" Agnarson
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html{
    overflow-x: hidden;
    overscroll-behavior-y: none; /* 防止 iOS 回弹让 fixed 失效 */
  -webkit-overflow-scrolling: touch;
}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}

ol,ul {
	list-style: none
}

blockquote,q {
	quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

:root {
	--wk-desktop-min-width: 1520px
}

body {
	background: #fff;
	font-size: 16px;
	line-height: 1.5em;
	color: #1B1F4D;
	font-family: "Figtree",Arial,sans-serif !important;
	overscroll-behavior-y: none; /* 防止 iOS 回弹让 fixed 失效 */
  -webkit-overflow-scrolling: touch;
}

a {
	color: #1B1F4D;
	text-decoration: none
}

a:hover {
	color: #1B1F4D
}

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

a,a:after,a:before {
	transition-property: background color;
	transition-duration: .2s;
	transition-timing-function: ease
}

a img {
	transition: opacity .2s ease
}

address,cite,em {
	font-style: italic
}

strong {
	font-weight: 600
}

.alignleft,.left {
	float: left
}

.alignright,.right {
	float: right
}

.aligncenter {
	margin-left: auto;
	margin-right: auto
}
.image-wrap img{
    display: block;
    width:100%;
    height: auto;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}
.hide-author-card .saboxplugin-wrap{
    display: none !important;
}
.group:after,.group:before {
	content: "";
	display: table
}

.group:after {
	clear: both
}

.group {
	zoom: 1
}

.fa,.fab,.fal,.far,.fas {
	width: 1em;
	text-align: center
}
.container{
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
}
/*header头部样式*/
#wrap-nav-header{
    position: fixed;
    width:100%;
    left:0;
    top: 24px;
    z-index: 999;
}
body.no_top_cta_body #wrap-nav-header{
    top:24px;
}
#wrap-nav-header.wk-inner-page-nav{
    top:83px;
    background: #fff;
    box-shadow: 0px 12px 20px 0px #0000000F;
}
body.no_top_cta_body #wrap-nav-header.wk-inner-page-nav{
    top:0;
}
#wrap-nav-header.fixed{
    top:0 !important;
    background: #fff;
    box-shadow: 0px 12px 20px 0px #0000000F;
}
#wrap-nav-header.fixed + .wk-category-head {
    top:65px;
}
#wrap-nav-header.fixed + .wk-banner + .wk-category-head{
    top:65px;
}
#wrap-nav-header.fixed .wk-wrap-nav-inner,
#wrap-nav-header.wk-inner-page-nav .wk-wrap-nav-inner{
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    border:none;
    padding: 0;
}
.wk-wrap-nav-inner{
    width: 1400px;
    margin: 0 auto;
    background: rgba(255,255,255,.85);
    border: 1px solid #F5F5FC;
    box-shadow: 0px 12px 20px 0px #0000000F;
    border-radius: 99px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 40px;
    backdrop-filter: saturate(0%) blur(2px);
}
.site-title a{
    display: block;
}
.site-title a img{
    display: block;
    height: 32px;
    width: auto;
}
#nav-header{
    display: flex;
    align-items: center;
    margin: 0 40px;
}
#nav-header a{
    color:#1B1F4D
}
#nav-header>li{
    height: 67px;
    line-height: 67px;
    padding:0 20px;
    position: relative;
}
#nav-header li:hover>ul.sub-menu{
    opacity: 1;
    padding-top: 24px;
    z-index: 1;
    pointer-events: auto;
}
#nav-header>li.current-menu-item>span.menu-item-wrapper{
    position: relative;
    display: flex;
}
#nav-header>li.current-menu-item>span.menu-item-wrapper>a{
    font-weight: 600;
}
#nav-header>li.current-menu-item>span.menu-item-wrapper:after{
    content:'';
    width: 34px;
    height: 7px;
    background: url(img/current_nav_line.svg) center no-repeat;
    position: absolute;
    left:50%;
    margin-left: -17px;
    bottom:10px;
    background-size: contain;
}
#nav-header ul.sub-menu{
    position: absolute;
    padding-top: 34px;
    left:0;
    width: auto;
    opacity: 0;
    z-index: -999;
    transition: padding-top 0.3s ease;
    pointer-events: none;
}
#nav-header>li>.sub-menu:before{
    width: 24px;
    height: 24px;
    background: rgba(255,255,255);
    content:'';
    transform: rotate(-45deg); /* 逆时针旋转45度并水平居中 */
    left:36px;
    top:26px;
    position: absolute;
    z-index: 1;
}
.banner_cat{
    margin-top: 120px;
}
#nav-header>li:hover>.sub-menu:before{
    top:16px;
    transition: top 0.3s ease;
}
#nav-header a{
    cursor: pointer;                                            
}
#nav-header ul.sub-menu li a{
    line-height: 24px;
    padding: 8px 12px;
    border-radius: 12px;
    display: block;
}
#nav-header>li:hover>span>a{
    color: rgb(255,83,83);
}
#nav-header>li:hover>.menu-item-wrapper.has-arrow svg{
    transform: rotate(-180deg);
    color: rgb(255,83,83);
}
#nav-header ul.sub-menu li{
    margin-bottom: 8px;
    line-height: normal;
}
#nav-header li:not(.course-menu) ul.sub-menu li:hover a{
    background-color: rgb(245,245,252);
}
#nav-header ul.sub-menu li:last-child{
    margin-bottom: 0;
}
#nav-header li.course-menu ul.sub-menu .sub-menu-wrap{
    display: flex;
    justify-content: space-between;
}
#nav-header li.course-menu ul.sub-menu .sub-menu-wrap>li{
    margin-right: 12px;
    width: 220px;
    border-radius: 12px;
    background-image: linear-gradient(277.61deg,rgba(255,176,83,.06) -3.09%,rgba(255,83,83,.08) 72.8%,rgba(252,50,86,.08) 128.81%);
    display: block;
    height: 100%;
    margin-bottom: 0;
    padding: 2px;
    overflow: hidden;
}
#nav-header li.course-menu ul.sub-menu .sub-menu-wrap>li:nth-child(2){
    background-image: linear-gradient(276.37deg,rgba(0,178,255,.06) -.81%,rgba(0,146,255,.08) 57.87%,rgba(0,56,255,.08) 133.39%);
}
#nav-header li.course-menu ul.sub-menu .sub-menu-wrap>li:nth-child(3){
    background-image: linear-gradient(274.01deg,rgba(248,66,186,.04) .09%,rgba(134,66,248,.08) 59.67%,rgba(70,66,248,.08) 132.58%);
}
#nav-header li.course-menu ul.sub-menu .sub-menu-wrap>li:last-child{
    margin-right: 0;
}
#nav-header li.course-menu ul.sub-menu .sub-menu-wrap>li:hover{
    background-image: linear-gradient(277.61deg,rgba(255,176,83,.81) -3.09%,#ff5353 72.8%,#fc3256 128.81%);
}
#nav-header li.course-menu ul.sub-menu .sub-menu-wrap>li:nth-child(2):hover{
    background-image: linear-gradient(276.37deg,rgba(0,178,255,.77) -.81%,#0092ff 57.87%,#0038ff 133.39%);
}
#nav-header li.course-menu ul.sub-menu .sub-menu-wrap>li:nth-child(3):hover{
    background-image: linear-gradient(274.01deg,rgba(248,66,186,.51) .09%,#8642f8 59.67%,#4642f8 132.58%);
}
#nav-header li.course-menu ul.sub-menu .sub-menu-wrap>li>.menu-item-wrapper{
    background-image: linear-gradient(278deg,rgba(255,176,83,.03) -3.09%,rgba(255,83,83,.04) 56.31%,rgba(252,50,86,.04) 100.16%);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    display: block;
    border-radius: 10px;
}
#nav-header li.course-menu ul.sub-menu .sub-menu-wrap>li:nth-child(2)>.menu-item-wrapper{
    background-image: linear-gradient(276deg,rgba(0,178,255,.03) -.81%,rgba(0,146,255,.04) 43.33%,rgba(0,56,255,.04) 100.14%);
}
#nav-header li.course-menu ul.sub-menu .sub-menu-wrap>li:nth-child(3)>.menu-item-wrapper{
    background-image: linear-gradient(274deg,rgba(248,66,186,.02) .09%,rgba(134,66,248,.04) 45.06%,rgba(70,66,248,.04) 100.09%);
}
#nav-header li.course-menu ul.sub-menu .sub-menu-wrap>li>.menu-item-wrapper>a{
    padding: 16px;
    background-image: url(img/nav-bg-chinese.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}
#nav-header li.course-menu ul.sub-menu .sub-menu-wrap>li:nth-child(2)>.menu-item-wrapper>a{
    background-image: url(img/nav-bg-math.png);
}
#nav-header li.course-menu ul.sub-menu .sub-menu-wrap>li:nth-child(3)>.menu-item-wrapper>a{
    background-image: url(img/nav-bg-english.png);
}
#nav-header li.course-menu ul.sub-menu .sub-menu-wrap>li>.menu-item-wrapper>a>span{
    display: block;
    font-weight: 600;
}
#nav-header li.course-menu ul.sub-menu .sub-menu-wrap>li>.menu-item-wrapper>a>.age_appropriate{
    font-size: 12px;
    color: #fff;
    padding: 2px 10px;
    background-image: linear-gradient(278deg,rgba(255,176,83,.61) -3.09%,rgba(255,83,83,.75) 56.31%,rgba(252,50,86,.75) 100.16%);
    border:1px solid #fff;
    border-radius: 2px 8px 8px 8px;
    margin-top: 8px;
    margin-bottom: 12px;
    display: inline-block;
    line-height: 14px;
}
#nav-header li.course-menu ul.sub-menu .sub-menu-wrap>li:nth-child(2)>.menu-item-wrapper>a>.age_appropriate{
    background-image: linear-gradient(276deg,rgba(0,178,255,.46) -.81%,rgba(0,146,255,.6) 43.33%,rgba(0,56,255,.6) 100.14%);
}
#nav-header li.course-menu ul.sub-menu .sub-menu-wrap>li:nth-child(3)>.menu-item-wrapper>a>.age_appropriate{
    background-image: linear-gradient(274deg,rgba(248,66,186,.36) .09%,rgba(134,66,248,.7) 45.06%,rgba(70,66,248,.7) 100.09%);
}
#nav-header li.course-menu ul.sub-menu .sub-menu-wrap>li>.menu-item-wrapper>a>p{
    font-size: 12px;
    line-height: 16px;
}
.sub-menu-wrap{
    padding: 12px;
    background: rgba(255,255,255);
    border-radius: 24px;
    box-shadow: 0px 12px 20px 0px #0000000F;
    position: relative;
    z-index: 2;
    width: max-content;
}
.header-user-avatar{
    display: block;
    width: 38px;
    height: 38px;
    overflow: hidden;
    border: 1px solid rgb(240 241 252);
    border-radius: 50%;
}
.header-user-avatar{
    position: relative;
    overflow: hidden;
}
.header-user-avatar img{
    display: block;
    width:100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.header-user-wrap>.header-user-avatar{
    cursor: pointer;
}
.header-user-wrap:hover .header-user-menu-wrap{
    opacity: 1;
    padding-top: 24px;
    z-index: 1;
    pointer-events: auto;
}
.header-user-menu-wrap{
    position: absolute;
    padding-top: 34px;
    right:0;
    width: auto;
    opacity: 0;
    z-index: -999;
    transition: padding-top 0.3s ease;
    pointer-events: none;
}
.header-user-menu-wrap ul{
    padding: 12px;
    background: rgba(255,255,255);
    border-radius: 24px;
    box-shadow: 0px 12px 20px 0px #0000000F;
    position: relative;
    z-index: 2;
    width: max-content;
    text-transform: capitalize;
}
.header-user-menu-wrap ul li a{
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 12px;
}
.header-user-menu-wrap ul li a:hover{
    background-color: rgb(245 245 252);
    color: rgb(27 31 77);
}
.header-user-menu-wrap ul li a img{
    display: block;
    border-radius: 50%;
    border: 1px solid rgb(240 241 252);
    width:20px;
    height: 20px;
}
.header-user-menu-wrap ul li a span{
    padding-left:8px;
    font-size: 16px;
}
.header-user-wrap .header-user-menu-wrap:before{
    width: 24px;
    height: 24px;
    background: rgba(255,255,255);
    content:'';
    transform: rotate(-45deg); /* 逆时针旋转45度并水平居中 */
    right:28px;
    top:26px;
    position: absolute;
    z-index: 1;
}
.header-user-wrap:hover .header-user-menu-wrap:before{
    top:16px;
    transition: top 0.3s ease;
}
.wk-header-right{
    margin-left: auto;
    margin-right: 0;
    display: flex;
    align-items: center;
}
.language-button{
    display: flex;
    align-items: center;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    padding: 0 10px;
    background-image: linear-gradient(94deg,rgba(156,65,199,.06) .44%,rgba(63,100,253,.06) 44.33%,rgba(2,156,255,.06) 97%);
    font-size:14px;
    color: #1B1F4D;
}
.language-button img{
    display: block;
    height: 16px;
    width:auto;
    margin-right: 3px;
}
.login-button, .study-center-button{
    display: block;
    height: 38px;
    line-height: 38px;
    color: #1B1F4D;
    padding: 0 20px;
    border-radius: 19px;
    border:1px solid #1B1F4D;
    transition:  all ease .4s;
    margin: 0 24px;
}
.login-button:hover, .study-center-button:hover{
    background: #1B1F4D;
    color: #fff;
}

.try-now-button, .footer-cta-button{
    color: #fff !important;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    background: linear-gradient(90.07deg, #FF5353 0.07%, #6D38FB 61.45%, #009DFF 99.94%);
    padding: 0 20px;
}
.footer-cta-button{
    height: 35px !important;
    line-height: 35px !important;
    border-radius: 18px !important;
    padding: 0 20px !important;
    font-size: 16px !important;
}
@keyframes gradient-animation-2{0%{background-position:100% 0;background-size:220% 100%}20%{background-position:0 0}30%{background-position:30% 0;background-size:500% 100%}60%{background-position:70% 0;background-size:600% 100%}70%{background-position:90% 0;background-size:600% 100%;background-size:800% 100%}to{background-position:100% 0;background-size:800% 100%}}
.menu-item-wrapper.has-arrow{
    display: flex;
    align-items: center;
}
.menu-item-wrapper.has-arrow>a{
    padding-right:5px;
}
.menu-item-wrapper.has-arrow svg{
    /*padding-left:5px;*/
    transition: all ease .4s;
}
/*首页banner*/
.wk-banner{
  background-image: url(img/home_banner_bj.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 150px;
  padding-bottom: 80px;
}
.banner-swiper-slide{
    padding: 0 calc((100% - 1400px)/2);
    display: flex;
    justify-content: space-between;
}
.banner-slide-l{
    width: 40.7%;
    padding-bottom: 86px;
}
.banner-slide-r{
    width: 49%;
}
.banner-slide-r a{
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 36px;
}
.banner-slide-r a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.banner-slide-l h3 a{
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    padding: 4px 8px;
    border-radius: 99px;
    border:1px solid #fff;
    background: linear-gradient(90deg, rgba(255, 83, 83, 0.08) 8.55%, rgba(109, 56, 251, 0.08) 61.14%, rgba(0, 157, 255, 0.08) 100%);
}
.banner-slide-l h3 a:hover{
    background: linear-gradient(90deg, #FF5353 8.55%, #6D38FB 61.14%, #009DFF 100%);
    color: #fff;
}
.banner-slide-l h2 a{
    font-size: 34px;
    line-height: 1.2;
    font-weight: 900;
    display: block;
    margin: 15px 0;
}
.banner-slide-l p{
    font-weight: 400;
    font-size:20px;
    line-height: 28px;
    margin: 20px 0 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
    height: 84px;
    color: #484C70;
}
.wk-banner .swiper-horizontal>.swiper-pagination-bullets, 
.wk-banner .swiper-pagination-bullets.swiper-pagination-horizontal, 
.wk-banner .swiper-pagination-custom, .swiper-pagination-fraction{
    width: auto;
    bottom: -7px;
    left:calc((100% - 1400px)/2 - 7px);
}
.wk-banner .swiper-pagination-bullet{
    width:16px;
    height: 16px;
    background-color: transparent;
    border:1.5px solid #1B1F4D;
    opacity: 1;
    margin: 0 7px !important;
}
.wk-banner .swiper-pagination-bullet-active{
    background: #1B1F4D;
    opacity: 1;
}

button,input,label,select,textarea {
	font-family: inherit
}

.themeform button,.themeform input,.themeform label,.themeform select,.themeform textarea {
	font-size: 14px
}

.themeform button::-moz-focus-inner,.themeform input::-moz-focus-inner {
	border: 0;
	padding: 0
}

.themeform button,.themeform input[type=email],.themeform input[type=number],.themeform input[type=password],.themeform input[type=search],.themeform input[type=submit],.themeform input[type=tel],.themeform input[type=text],.themeform input[type=url],.themeform select,.themeform textarea {
	margin: 0;
	box-sizing: border-box;
	border-radius: 0
}

.themeform button,.themeform input,.themeform select,.themeform textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	transition: all .2s ease
}

.themeform select {
	appearance: normal;
	-moz-appearance: menulist;
	-webkit-appearance: menulist
}

.themeform input[type=checkbox] {
	-moz-appearance: checkbox;
	-webkit-appearance: checkbox
}

.themeform input[type=radio] {
	-moz-appearance: radio;
	-webkit-appearance: radio
}

.themeform label {
	font-weight: 600;
	color: #333
}

.themeform input[type=email],.themeform input[type=number],.themeform input[type=password],.themeform input[type=search],.themeform input[type=tel],.themeform input[type=text],.themeform input[type=url],.themeform select,.themeform textarea {
	background: #fff;
	border: 2px solid #e5e5e5;
	color: #777;
	display: block;
	max-width: 100%;
	outline: 0;
	padding: 7px 8px
}

.themeform input[type=email]:focus,.themeform input[type=number]:focus,.themeform input[type=password]:focus,.themeform input[type=search]:focus,.themeform input[type=tel]:focus,.themeform input[type=text]:focus,.themeform input[type=url]:focus,.themeform select:focus,.themeform textarea:focus {
	border-color: #ddd;
	color: #333;
	box-shadow: 0 0 3px rgba(0,0,0,.1)
}

.themeform label .required {
	color: #333
}

.themeform button[type=button],.themeform button[type=reset],.themeform button[type=submit],.themeform input[type=button],.themeform input[type=reset],.themeform input[type=submit] {
	background: #333;
	color: #fff;
	padding: 8px 14px;
	font-weight: 600;
	display: inline-block;
	border: none;
	cursor: pointer;
	border-radius: 3px
}

.themeform button[type=button]:hover,.themeform button[type=reset]:hover,.themeform button[type=submit]:hover,.themeform input[type=button]:hover,.themeform input[type=reset]:hover,.themeform input[type=submit]:hover {
	background: #333
}

.themeform.searchform div {
	position: relative
}

.themeform.searchform div input {
	background: #fff;
	padding-left: 26px;
	line-height: 20px
}

.themeform.searchform div:after {
	color: #ccc;
	line-height: 24px;
	font-size: 14px;
	content: "\f002";
	position: absolute;
	left: 10px;
	top: 6px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900
}

.entry {
	font-size: 20px;
	line-height: 1.6;
	font-weight: 400;
}

.entry a {
	color: #1AA7FF;
	text-decoration: none
}
.entry strong{
    font-weight: 900;
}
.entry hr {
	border: 0;
	background: #e5e5e5;
	height: 2px;
	width: 30%;
	margin: 40px auto
}

.entry dd,.entry p {
	margin-bottom: 1em
}

.entry dt {
	color: #333
}

.entry dt {
	font-weight: 600
}

.entry address {
	margin-bottom: 1em
}
.entry img{
    border-radius: 24px;
}
.entry blockquote {
	position: relative;
	color: #777;
	font-style: italic;
	margin: 0 0 20px 0;
	padding-left: 50px
}

.entry blockquote p {
	font-weight: 400;
	color: #444;
	margin-bottom: .75em
}

.entry blockquote:before {
	content: "\f10d";
	color: #ccc;
	font-size: 32px;
	font-style: normal;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0
}

.entry blockquote.twitter-tweet:before {
	content: "\f099"
}

.entry code,.entry pre {
	font-family: Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
	font-size: 11px
}

.entry pre {
	background: url(img/pre.png) repeat top;
	padding: 18px 20px;
	margin: 30px 0;
	border: 1px solid #ddd;
	line-height: 19px;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow-x: auto;
	overflow-y: hidden
}

.entry code {
	background: #ddd;
	padding: 0 3px
}

.entry ins {
	background: #fff486
}

.entry sub,.entry sup {
	font-size: 62.5%
}

.entry sub {
	vertical-align: sub
}

.entry sup {
	vertical-align: super
}

.entry attachment img,.entry img.size-auto,.entry img.size-large,.entry img.size-medium {
	max-width: 100%;
	height: auto
}

.entry img.alignleft {
	margin: 18px 20px 18px 0
}

.entry img.alignright {
	margin: 18px 0 18px 20px
}

.entry img.aligncenter {
	margin: 18px auto;
	clear: both;
	display: block
}

.entry img .size-full {
	width: 100%!important
}

.entry .gallery img,.entry img.wp-smiley {
	margin: 0
}

.entry .wp-caption {
	background: #f1f1f1;
	max-width: 100%;
	margin-bottom: 14px;
	padding-top: 5px;
	text-align: center
}

.entry .wp-caption-text {
	font-style: italic
}

.entry .wp-caption a {
	border-bottom: none
}

.entry .wp-caption img {
	margin: 0;
	max-width: 100%;
	height: auto
}

.entry .wp-caption.alignleft {
	margin-right: 20px
}

.entry .wp-caption.alignright {
	margin-left: 20px
}

.entry .wp-caption.alignnone {
	overflow: hidden
}

.entry .wp-caption.alignnone img {
	margin: 0 auto;
	max-width: 100%!important
}

.entry .wp-caption-text {
	color: #999;
	font-size: 13px;
	padding: 0 0 8px 0;
	margin: 0
}

.entry table {
	font-size: 14px;
	margin-bottom: 1.5em;
	width: 100%;
	text-align: center
}

.entry table tr.alt {
	background: #eee
}

.entry table td {
	border: 1px solid #ddd;
	text-align: center;
	padding: 5px;
	vertical-align: middle
}

.entry table th {
	border: 1px solid #ddd;
	font-weight: 600;
	text-align: center;
	padding: 10px 5px
}

.entry .gallery,.widget .gallery {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin-top: 15px!important;
	margin-bottom: 15px!important
}

.entry .gallery img,.widget .gallery img {
	display: block;
	width: 100%;
	height: auto;
	border-width: 1px 2px!important;
	border-color: transparent!important
}

.entry .gallery .gallery-item,.widget .gallery .gallery-item {
	position: relative;
	overflow: hidden;
	border-color: transparent;
	margin-top: 0!important
}

.entry .gallery .gallery-caption,.widget .gallery .gallery-caption {
	background: rgba(255,255,255,.8);
	color: #333;
	font-size: 13px;
	line-height: 1.4em;
	padding: 10px 0;
	text-align: left;
	text-indent: 10px;
	font-style: normal;
	margin: 0;
	bottom: -44px;
	left: 2px;
	right: 2px;
	overflow: hidden;
	position: absolute;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease
}

.entry .gallery .gallery-item:hover .gallery-caption {
	bottom: 0
}

.entry .gallery-columns-5 .gallery-caption,.entry .gallery-columns-6 .gallery-caption,.entry .gallery-columns-7 .gallery-caption,.entry .gallery-columns-8 .gallery-caption,.entry .gallery-columns-9 .gallery-caption,.widget .gallery-columns-2 .gallery-caption,.widget .gallery-columns-3 .gallery-caption,.widget .gallery-columns-4 .gallery-caption,.widget .gallery-columns-5 .gallery-caption,.widget .gallery-columns-6 .gallery-caption,.widget .gallery-columns-7 .gallery-caption,.widget .gallery-columns-8 .gallery-caption,.widget .gallery-columns-9 .gallery-caption {
	display: none!important
}

#reply-title,.heading {
	font-weight: 400;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 1em
}
.post-recommed-wrapper{
	margin-top: 65px;
}
.heading i {
	font-size: 22px;
	margin-right: 6px
}

.entry p {
	margin-bottom: 32px
}
body .saboxplugin-wrap{
    margin: 0;
    border:none;
    border-radius: 23px;
    padding: 32px;
    background: #F8F9FF;
    position: relative;
}
body .saboxplugin-wrap:before{
    content:'';
    width: 250px;
    height: 22px;
    background:url(img/author-card-bg-l.svg) top center no-repeat;
    position: absolute;
    top:0;
    left:25%;
    z-index: 1;
}
body .saboxplugin-wrap:after{
    content:'';
    width: 314px;
    height: 152px;
    background:url(img/author-card-bg-r.svg) top center no-repeat;
    position: absolute;
    bottom: 0;
    right:0;
    z-index: 1;
}
body .saboxplugin-tab{
    display: flex;
    flex-wrap: wrap;
}
body .saboxplugin-tab>div{
    z-index: 3;
    position: relative;
}
body .saboxplugin-wrap .saboxplugin-gravatar{
    float: none;
    padding: 0;
    margin-right: 16px;
}
body .saboxplugin-wrap .saboxplugin-gravatar img{
    width: 64px;
    height: 64px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}
body .saboxplugin-wrap .saboxplugin-authorname{
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}
body .saboxplugin-wrap .saboxplugin-authorname a{
    color: #1B1F4D;
    display: block;
    line-height: 64px;
}
body .saboxplugin-wrap .saboxplugin-desc p, body .saboxplugin-wrap .saboxplugin-desc{
    margin: 0;
    font-size: 16px !important;
    line-height:24px !important;
    font-weight: 400;
    color: #484C70;
}
body .saboxplugin-wrap .saboxplugin-desc{
    margin-top: 5px;
}
body .sab-edit-settings{
    display: none;
}
body .saboxplugin-wrap .saboxplugin-socials {
    position: absolute;
    top:41px;
    right:32px;
    padding: 0;
    background: none;
    border-top:none;
    display: flex;
    align-items: center;
}
body .saboxplugin-wrap .saboxplugin-socials a{
    display: block;
    padding: 7px 7px 6px 7px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #DFE0ED;
    background: #fff;
    margin: 0 0 0 24px !important;
    width: 46px;
    height: 46px;
}
body .saboxplugin-wrap .saboxplugin-socials a svg{
    width: 28px;
    height: 28px;
    color: #919295;
}
.author-page-cate-header{
    margin: 32px 0;
}
h1,h2,h3,h4,h5,h6 {
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6 {
	font-weight: 600;
	line-height: 1.3em
}

.entry h1 span,.entry h2 span,.entry h3 span,.entry h4 span,.entry h5 span,.entry h6 span {
	color: #bbb
}

.entry h1 {
	font-size: 38px;
	letter-spacing: -1px
}

.entry h2 {
	font-size: 34px;
	letter-spacing: -.7px
}

.entry h3 {
	font-size: 28px;
	letter-spacing: -.5px
}

.entry h4 {
	font-size: 24px;
	letter-spacing: -.3px
}

.entry h5 {
	font-size: 20px;
	font-weight: 600
}

.entry h6 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase
}

.entry ol,.entry ul {
	margin: 0 0 15px 30px;
	padding-left: 30px
}

.entry ol ol,.entry ol ul,.entry ul ol,.entry ul ul {
	margin-bottom: 0
}

.entry li {
	margin: 0
}

.entry ol ul li,.entry ul li {
	list-style: square
}

.entry ol li,.entry ol ul ol li {
	list-style: decimal
}

.entry .wp-block-audio figcaption,.entry .wp-block-embed figcaption,.entry .wp-block-image figcaption {
	font-size: 14px;
	text-align: center
}

.entry .wp-block-gallery {
	padding: 0;
	margin-left: 0
}

.entry .wp-block-gallery .blocks-gallery-grid {
	margin: 0;
	padding: 0
}

.entry .wp-block-gallery .blocks-gallery-item figcaption {
	box-sizing: border-box
}

.entry .wp-block-quote {
	margin-bottom: 20px
}

.entry .wp-block-quote.is-large {
	padding-left: 50px
}

.entry .wp-block-file a.wp-block-file__button {
	color: #fff
}

.entry .wp-block-pullquote {
	padding-top: 0;
	padding-bottom: 0
}

.entry .wp-block-pullquote.alignleft {
	margin-right: 2em
}

.entry .wp-block-pullquote.alignright {
	margin-left: 2em
}

.entry .wp-block-pullquote blockquote {
	padding-left: 50px;
	text-align: left
}

.entry .wp-block-pullquote blockquote p {
	line-height: 1.4em
}

.entry .wp-block-code code {
	background: 0 0
}

.entry .wp-block-button a {
	color: #fff
}

.entry .has-large-font-size {
	line-height: 1.4em
}

.entry .wp-block-latest-comments {
	padding-left: 0
}

.entry .wp-block-archives,.entry .wp-block-audio,.entry .wp-block-button,.entry .wp-block-calendar,.entry .wp-block-categories,.entry .wp-block-code,.entry .wp-block-columns,.entry .wp-block-cover,.entry .wp-block-embed,.entry .wp-block-file,.entry .wp-block-gallery,.entry .wp-block-image,.entry .wp-block-latest-comments,.entry .wp-block-latest-posts,.entry .wp-block-media-text,.entry .wp-block-preformatted,.entry .wp-block-pullquote,.entry .wp-block-quote,.entry .wp-block-rss,.entry .wp-block-search,.entry .wp-block-separator,.entry .wp-block-shortcode,.entry .wp-block-table,.entry .wp-block-tag-cloud,.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6,.entry>ol,.entry>ul {
	margin-top: 32px;
	margin-bottom: 32px
}

#wrapper {
	margin: 0 auto
}

.container-inner {
	min-width: 100%;
	width: 100%;
	margin: 0 auto
}

.main-inner {
	position: relative;
	min-height: 600px;
	background: #fcf3f4
}

.content {
	margin: 0 auto;
	position: relative;
	box-sizing: border-box
}
.content.wk-post-content{
	width: calc(76.186% - 24px);
}

.content.wk-elementor-content{
	width: 100%;
}

/*.wk-post-notoc-wrapper .content.wk-post-content{*/
/*    width: 100%;*/
/*} */
.pad {
	padding: 30px 50px
}

body.boxed {
	background: #ddd
}

.boxed #wrapper {
	background: #fff;
	max-width: 1200px;
	margin: 0 auto;
	box-shadow: 0 0 3px rgba(0,0,0,.2)
}

.col-2cl #header {
	order: 3
}

.col-2cl .s2 {
	order: 1;
	border-right: 1px solid #eee
}

.col-2cl .main {
	order: 2
}

.col-2cr #header {
	order: 1
}

.col-2cr .s2 {
	order: 3;
	border-left: 1px solid #eee
}

.col-2cr .main {
	order: 2
}

.sidebar {
	position: relative;
	z-index: 2;
	height: 100%
}

.sidebar .pad {
	padding-left: 20px;
	padding-right: 20px
}

.s1 {
	z-index: 2
}

.grid {
	margin-right: 3.2%;
	float: left;
	display: inline;
	position: relative
}

.last {
	clear: right;
	margin-right: 0!important
}

.one-full {
	margin-right: 0;
	width: 100%
}

.one-half {
	width: 48.4%
}

.one-third {
	width: 31.2%
}

.two-third {
	width: 65.6%
}

.one-fourth {
	width: 22.6%
}

.three-fourth {
	width: 74.2%
}

.one-fifth {
	width: 17.4%
}

.two-fifth {
	width: 38.1%
}

.three-fifth {
	width: 58.7%
}

.four-fifth {
	width: 79.4%
}

embed,iframe,object {
	max-width: 100%
}

.video-container {
	height: auto!important;
	max-width: 100%!important;
	text-align: center
}

.video-container iframe {
	margin: 0 auto
}

.video-container>div {
	margin: 0 auto
}

.image-container {
	position: relative
}

.image-container img {
	display: block;
	width: 100%;
	height: auto
}

.image-caption {
	background: rgba(0,0,0,.7);
	color: #fff;
	font-size: 13px;
	line-height: 1.3em;
	font-style: italic;
	padding: 8px 10px;
	position: absolute;
	bottom: 8px;
	left: 8px;
	margin-right: 8px;
	border-radius: 2px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.4),0 1px 0 rgba(255,255,255,.03)
}

.social-links {
	float: right;
	position: relative;
	z-index: 2
}

.social-links li {
	display: inline-block;
	margin-left: 8px;
	line-height: 16px;
	font-size: 0
}

.social-links li a {
	display: block!important;
	position: relative;
	text-align: center
}

.social-links .social-tooltip {
	color: #333;
	font-size: 24px;
	display: inline;
	position: relative;
	z-index: 98
}

.social-links .social-tooltip:hover {
	color: #444;
	text-decoration: none
}

.social-links .social-tooltip:hover:after {
	top: -36px;
	background: #eee;
	font-size: 14px;
	color: #666;
	content: attr(title);
	display: block;
	right: 0;
	padding: 5px 10px;
	position: absolute;
	white-space: nowrap;
	border-radius: 3px
}

.social-links .social-tooltip:hover:before {
	top: -10px;
	right: 8px;
	border: solid;
	border-color: #eee transparent;
	border-width: 5px 5px 0 5px;
	content: "";
	display: block;
	position: absolute;
	z-index: 1
}
.search-tag-results-wrap{
    margin: 24px 0;
    border-radius: 36px;
    height: 56px;
    line-height: 56px;
    padding: 0 32px;
    background: #F8F9FF;
    font-size: 20px;
    font-weight: 400;
    color: #8D8FA6;
}
.search-tag-results-wrap num{
    font-weight: 700;
    color: #1B1F4D;
}
.search-tag-results-wrap b{
    font-weight: 600;
}
.page-title {
	padding: 20px 40px;
	border-bottom: 1px solid #eee
}

.page-title i {
	margin-right: 12px
}

.page-title h1,.page-title h2,.page-title h3,.page-title h4 {
	font-size: 32px;
	line-height: 1.4em;
	font-weight: 600
}

.page-title span {
	color: #999;
	font-weight: 300
}

.page-title .notebox {
	font-size: 18px;
	font-weight: 300;
	margin-top: 10px
}

.notebox {
	position: relative;
	color: #777;
	font-size: 15px;
	line-height: 1.6em
}

.error404 .notebox {
	margin-bottom: 30px
}

.error404 .notebox input {
	margin-top: 10px
}

.notebox span {
	font-weight: 600
}

.notebox .search-again {
	margin-top: 10px
}

.notebox input[type=text] {
	width: 100%
}

.page-image {
	overflow: hidden;
	position: relative;
	margin: 0 0 30px 0
}

.page-image-text {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	width: 100%;
	text-align: center
}

.page-image-text .caption {
	color: #fff;
	font-size: 44px;
	line-height: 70px;
	text-transform: uppercase;
	font-weight: 600;
	text-shadow: 0 0 20px rgba(0,0,0,.3)
}

.page-image-text .description {
	display: block;
	color: #fff;
	font-size: 15px;
	line-height: 36px;
	font-weight: 300
}
.wk-default-block.author-latest-post-block{
    padding-top: 0;
}
.page-image-text .description i {
	background: rgba(0,0,0,.7);
	opacity: .9;
	font-style: normal;
	padding: 6px 10px;
	border-radius: 2px
}
.author .home-post-list-block{
	padding-bottom: 64px;
}
.pagination {
	margin-top:32px;
}
.page_navi{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0 !important;
}
.page_navi a{
	font-size: 16px;
	color: #666;
	display: block;
	min-width: 41px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	padding: 0 8px;
    border:1px solid #666;
	margin: 0 8px;
	border-radius: 5px;
	box-sizing: border-box;
}
.page_navi a.connot-click{
	color: #999 !important;
	border:1px solid #999 !important;
	background: none !important;
}
.page_navi a.current, .page_navi a:hover{
	color: #fff;
	background: #FF5353;
	border:none;
}
.pagination a {
	font-size: 18px
}

.pagination ul {
	text-align: center;
	font-size: 0
}

.pagination ul li {
	display: inline-block;
	float: none
}

.pagination ul li a {
	display: inline-block;
	margin: 10px;
	min-width: 300px;
	border-radius: 23px;
	border: 0;
	padding: 0px 20px;
	height: 46px;
	line-height: 46px;
	color: #FF5353;
	font-size: 16px;
	border:1px solid #FF5353;
}

.pagination ul li a:hover {
	transform: scale(1.05)
}

.thumb-icon {
	background: rgba(0,0,0,.7);
	color: #fff;
	text-align: center;
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin-left: -16px;
	margin-bottom: -16px;
	border-radius: 4px;
	transition: all .7s ease;
	box-shadow: 0 0 2px rgba(255,255,255,.4);
	transform: rotate(45deg)
}

.thumb-icon i {
	font-size: 18px;
	padding: 7px 0;
	transform: rotate(-45deg)
}

.thumb-icon .fa-play {
	margin: -1px 0 0 2px
}

.thumb-icon.small {
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin: 0 0 -12px -12px;
	border-radius: 3px
}

.thumb-icon.small i {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0
}

#wrapper {
	background: #fff
}

#wrapper-inner {
	display: flex
}

#header {
	background: #000;
	min-width: 320px;
	max-width: 320px;
	position: relative;
	z-index: 101;
	box-sizing: border-box
}

.main {
	width: 100%;
	min-height: 100vh
}

.s2 {
	background: #fff;
	position: relative;
	min-width: 90px;
	max-width: 90px;
	z-index: 99
}

.s2 .social-links {
	float: left;
	padding: 20px 0;
	width: 100%
}

.s2 .social-links li {
	margin: 0 auto;
	padding: 4px 0;
	width: 100%;
	position: relative
}

.s2 .social-links li:before {
	content: "";
	height: 1px;
	background: rgba(0,0,0,.06);
	position: absolute;
	left: 30px;
	right: 30px;
	top: 0
}

.s2 .social-links li:first-child:before {
	display: none
}

.s2 .social-links .social-tooltip {
	display: block;
	font-size: 24px;
	padding: 18px 10px;
	margin: 0 20px;
	color: #000
}

.s2 .social-links .social-tooltip:hover {
	background: rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1),inset 0 -1px 0 rgba(255,255,255,.1),0 1px 0 rgba(0,0,0,.1);
	border-radius: 10px;
	color: #333;
	text-decoration: none
}

.s2 .social-links .social-tooltip:hover:after {
	background: #000;
	color: #fff;
	padding: 7px 10px;
	top: 14px;
	left: 50px;
	right: auto
}

.s2 .social-links .social-tooltip:hover:before {
	top: 24px;
	left: 45px;
	right: auto;
	border-color: transparent #000;
	border-width: 5px 5px 5px 0
}

.col-2cr .s2 .social-links .social-tooltip:hover:after {
	left: auto;
	right: 50px
}

.col-2cr .s2 .social-links .social-tooltip:hover:before {
	left: auto;
	right: 45px;
	border-width: 5px 0 5px 5px
}

.site-title {
	position: relative;
	z-index: 2
}

.site-title a {
	display: block;
	color: #fff;
	max-width: 100%
}

/*.site-title a img {*/
/*	width: 114px;*/
/*	padding: 0;*/
/*	border-radius: 0*/
/*}*/

.site-description {
	text-align: center;
	padding: 20px 40px;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 300;
	color: #aaa;
	position: relative;
	z-index: 2
}

.site-header {
	background: #eee
}

.site-image {
	display: block;
	margin: 0 auto;
	max-height: 400px
}

@media only screen and (max-width:960px) {
	.site-description {
		color: rgba(255,255,255,.6)
	}

	.s2 .social-links,.site-description {
		background: linear-gradient(90deg,#bd1d9d 0,#d64141 100%);
		box-shadow: inset 0 1px 0 rgba(255,255,255,.15)
	}

	.s2 .social-links .social-tooltip,.s2 .social-links .social-tooltip:hover {
		color: #fff
	}
}

#profile {
	background: #fff;
	position: relative;
	padding-top: 60px;
	text-align: center;
	border-radius: 10px;
	border:1px solid #E7E7E9;
	margin-bottom: 24px;
}

#profile-inner {
	position: relative;
	padding: 66px 35px 35px
}

#profile-image {
	background: #fff;
	margin-left: -60px;
	width: 120px;
	height: 120px;
	display: block;
	border-radius: 100%;
	position: absolute;
	right: 50%;
	left: 50%;
	top: -70px;
	z-index: 2;
	box-sizing: border-box;
	border: 1px solid #E7E7E9;
}

#profile-image img {
	display: block;
	border-radius: 100%;
	width: 100%
}

#profile-name {
	display: block;
	color: #333;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 10px
}

#profile-description {
	font-size: 16px;
	line-height: 24px;
	color: #444;
	position: relative;
	text-align: left;
}
#profile-description.over-height p{
	overflow: hidden;
	height: 168px;
}
.profile-des-more{
	display: flex;
	margin-top: 16px;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 24px;
	color: #FF5353;
}
.profile-des-more i{
	padding-left: 5px;
	-moz-transform:scaleY(-1);
    -webkit-transform:scaleY(-1);
    -o-transform:scaleY(-1);
    transform:scaleY(-1);
    /*IE*/
    filter:FlipV;
}
.profile-des-more.show i{
	-moz-transform:none;
    -webkit-transform:none;
    -o-transform:none;
    transform:none;
    /*IE*/
    filter:none;
}
#profile-description:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 2px
}

.post-comments {
	background: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: #fff;
	display: block;
	position: absolute;
	top: 7px;
	right: 7px;
	z-index: 6;
	border-radius: 7px
}

.post-comments>span {
	display: block;
	position: relative;
	padding: 8px 8px
}

.post-comments>span:before {
	content: "";
	position: absolute;
	left: -11px;
	bottom: 13px;
	border-style: solid;
	border-width: 6px;
	border-color: transparent #000 transparent transparent
}

.post-comments:hover {
	color: #fff;
	opacity: .75
}
.wk-container{
	max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
	box-sizing: border-box
}
.content-inner-wrap{
	display: flex;
	justify-content: space-between;
}
.content-inner-l{
	width: 57.643%;
}
.content-inner-r{
	width: 42.357%;
	padding-left: 24px;
	box-sizing: border-box;
}
.type-list-content{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.article-type-list {
	display: flex;
	flex-direction: row-reverse;
	margin: 0 auto;
	border-bottom:1px solid #EBECFA;
	padding-bottom: 24px;
	margin-bottom: 24px;
}
.content-inner-list-wrap{
	background: #fff;
	padding: 32px;
}
.type-list-left {
	width: 34.726%;
	position: relative;
	flex:unset;
}

.type-list-center {
	flex:1;
	position: relative;
	float: left;
	box-sizing: border-box;
	padding-right: 60px;
}
.type-list-center.no-thumb{
	padding-right: 0;
}
.banner_cat img{
    display: block;
}
.type-list-right .post-comments {
	bottom: 30px;
	right: 30px;
	top: auto
}

.type-list-right .more-link {
	border: 2px solid #ff484e;
	color: #ff484e;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	display: block;
	position: absolute;
	left: 30px;
	bottom: 30px;
	padding: 5px 14px;
	border-radius: 10px
}

.type-list-right .more-link:hover {
	color: #000;
	border-color: #000
}

.type-list-date {
	font-weight: 400;
	line-height: 1.4em;
	color: #999;
}

.type-list-category {
	color: #000;
	display: flex;
	align-items: center;
	font-size: 18px;
	margin-top: auto;
	margin-bottom: 0;
}
.type-list-category>span{
	padding: 0 8px;
	font-size: 20px;
}

.type-list-category a {
	color: #ff484e;
}

.type-list-category a:hover {
	color: #000
}

.type-list-thumbnail {
	display: block;
	overflow: hidden;
	border-radius: 10px
}

.type-list-title {
	font-size: 20px;
	line-height: 1.4;
    font-weight: 600;
    margin-top: -5px;
	
}
.type-list-title a {
	position: relative;
	/* box-shadow: 0 2px 0 #ff5353 */
}

/* .type-list-title a:hover {
	color: #000;
	box-shadow: 0 2px 0 #000
} */

.type-list-excerpt {
	font-size: 16px;
    line-height: 24px;
    color: #8D8FA6;
    margin-top: 8px;
    margin-bottom: 20px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.type-list-metas{
    display: flex;
    align-items: center;
    margin-top: auto;
    margin-bottom: 0;
    justify-content: space-between;
}
.type-list-metas .home-post-metas{
    margin-top: 0;
}
.sidebar-wrap{
	padding: 32px;
	margin-bottom: 24px;
}
.content-inner-r .sidebar-wrap:last-child{
    margin-bottom: 0;
}
.sidebar-wrap.hot-tags-sidebar{
    background: linear-gradient(131.65deg, rgba(255, 83, 83, 0.04) 7.77%, rgba(109, 56, 251, 0.04) 49.81%, rgba(0, 157, 255, 0.04) 98.53%);
    border: 2px solid #FFFFFF
}
.sidebar-wrap.sidebar-banner-wrap{
	padding: 0;
	border:none;
	background: none;
}
.sidebar-banner-wrap .swiper{
    --swiper-theme-color: #FF5353;
}
.sidebar-wrap.sidebar-banner-wrap .swiper-pagination{
	position: relative;
	bottom: unset;
	margin-top: 16px;
}
.sidebar-wrap.sidebar-banner-wrap .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	margin:0 6px !important;
	background-color: transparent !important;
	opacity: 1;
	border: 1px solid #1B1F4D
}
.sidebar-wrap.sidebar-banner-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity: 1;
	background-color: #1B1F4D !important;
}
.banner-thumb{
	display: block;
	width: 100%;
}
.banner-thumb img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 36px;
	overflow: hidden;
	border: 1px solid #F0F1FC
}
.sidebar-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 32px;
}
.single .sidebar-title{
	margin-bottom: 19px;
}
.sidebar-title h2{
	font-size: 28px;
    line-height: 1.2;
    color: #1B1F4D;
    font-weight: 900;
}
.tags-lists{
	display: flex;
	margin-right: -16px;
	margin-bottom: -16px;
	flex-wrap: wrap;
}
.tags-lists li{
	padding-right: 16px;
	margin-bottom: 16px;
}
@keyframes rotate{
	from{
	transform:rotate(0deg);
	}
	to{
	transform:rotate(360deg);
	}
}
.tags-lists li a{
	display: block;
	padding: 0px 24px;
	font-size: 20px;
	font-weight: 400;
	line-height: 48px;
	height: 48px;
	color: #484C70;
	background: #fff;
	border-radius: 24px;
	box-shadow: 0px 8px 30px 0px #0000000F;
}
.tags-lists li a:hover{
	background: #1B1F4D;
	color: #fff;
}
.sidebar-title a{
	display: flex;
	align-items: center;
	font-size: 16px;
	height: 35px;
	padding: 0 20px;
	border: 1.5px solid #1B1F4D;
	border-radius: 18px;
	
}
.single .sidebar-title a{
	font-size: 14px;
}
.sidebar-title a i{
	content:'';
	display: block;
	width: 16px;
	height: 16px;
	background: url(img/change.svg) no-repeat center;
}
.sidebar-title a span{
	padding-left: 5px;
	font-weight: 600;
}
.refresh-tags.loading i{
	animation:rotate .4s linear infinite;
}
body.search article.type-page .type-list-center,body.search article.type-page .type-list-center.no-thumb {
	border-right: 0;
	width: 100%
}

body.search article.type-page .type-list-left,body.search article.type-page .type-list-right {
	display: none
}

.toggle-search {
	background: linear-gradient(90deg,#bd1d9d 0,#d64141 100%);
	outline: 0;
	border: 0;
	padding: 27px 0;
	width: 90px;
	color: #333;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	cursor: pointer;
	display: block
}

.toggle-search:focus {
	box-shadow: 0 0 20px rgba(0,0,0,.3)
}

.toggle-search.active {
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	background: linear-gradient(90deg,#bd1d9d 0,#d64141 100%)
}

.toggle-search.active i:before {
	content: "\f00d"
}

.search-expand {
	display: none;
	background: #d64141;
	padding: 23px 30px 23px 0;
	position: absolute;
	top: 0;
	left: 90px;
	width: 310px;
	z-index: 10
}

.col-2cr .search-expand {
	background: #bd1d9d;
	padding-left: 30px;
	padding-right: 0;
	left: auto;
	right: 90px
}

.search-expand .themeform input {
	background: #fff;
	width: 100%;
	border: 1px solid #ddd
}

.search-expand .themeform input:focus {
	border-color: #ccc;
	box-shadow: inset 0 0 20px rgba(0,0,0,.3)
}

.toggle-search.active {
	padding-top: 30px;
	padding-bottom: 29px
}

.toggle-search .svg-icon {
	fill: #fff;
	margin: 0 auto
}

.toggle-search #svg-close {
	display: none
}

.toggle-search.active #svg-search {
	display: none
}

.toggle-search.active #svg-close {
	display: block;
	fill: rgba(255,255,255,0.6)
}

.toggle-search:focus #svg-close {
	fill: #fff
}

.menu-toggle-icon {
	width: 18px;
	height: 12px;
	position: relative;
	transform: rotate(0);
	transition: .5s ease-in-out;
	cursor: pointer
}

.menu-toggle-icon span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #fff;
	transition: .25s ease
}

.menu-toggle-icon span:nth-child(1) {
	top: 0
}

.menu-toggle-icon span:nth-child(2) {
	top: 4px
}

.menu-toggle-icon span:nth-child(3) {
	top: 8px
}

.toggled .menu-toggle-icon span:nth-child(1) {
	transform: rotate(45deg) translateY(6px)
}

.toggled .menu-toggle-icon span:nth-child(2) {
	width: 0%;
	opacity: 0
}

.toggled .menu-toggle-icon span:nth-child(3) {
	transform: rotate(-45deg) translateY(-6px)
}

@media only screen and (min-width:720px) {
	.mobile-menu #wrap-nav-mobile {
		display: none
	}
}

@media only screen and (max-width:719px) {
	.mobile-menu #wrap-nav-header {
		display: none
	}

	#nav-header,#nav-mobile {
		display: none
	}

	.mobile #nav-header,.mobile #nav-mobile {
		display: block
	}
}

.nav-menu>.menu-toggle {
	display: none
}

.nav-menu.mobile>.menu-toggle {
	display: block;
	margin: 18px 0 0 24px
}

.nav-menu.mobile>.menu-toggle~* {
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background: #ff5353 url(https://www.wukongsch.com/icon/mobile-nav-background.png) 0 100%/contain no-repeat;
	overflow: auto;
	margin-top: 16px
}

.nav-menu.mobile>.menu-toggle[aria-expanded=false]~* {
	max-height: 0;
	transition: max-height .5s cubic-bezier(0, 1.05, 0, 1)
}

.nav-menu .menu,.nav-menu .menu ul {
	display: flex;
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0
}

.nav-menu a {
	display: block;
	text-decoration: none;
	width: 100%;
	font-family:"Roboto-Medium";
}

.nav-menu.mobile ul {
	flex-direction: column
}

.nav-menu .menu ul {
	flex-direction: column;
	max-width: 0;
	max-height: 0;
	overflow: hidden
}

.nav-menu .menu ul.active,.nav-menu:not(.mobile) .menu li.hover>ul {
	max-width: 100vw;
	max-height: 300vh
}

.nav-menu:not(.mobile) .menu .sub-menu {
	position: absolute;
	white-space: nowrap
}

.nav-menu .screen-reader-text {
	display: none
}

.nav-menu .menu-item-wrapper {
	display: flex
}

@media (min-width:1240px) {
	.nav-menu .menu-item-wrapper>button {
		width: 0;
		height: 0;
		overflow: hidden
	}
}

.nav-menu {
	line-height: 20px;
	flex: 1
}

.nav-menu button {
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	position: relative;
	text-align: inherit;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: 0 0;
	border: none;
	box-shadow: none;
	border-radius: 0;
	font-size: inherit;
	font-weight: 400;
	letter-spacing: inherit;
	padding: 0;
	text-transform: none
}

.nav-menu.mobile .menu ul {
	transition: max-height .5s;
	max-width: 100%;
	background: #fff;
	margin-top: -1px
}

.nav-menu.mobile .menu ul a {
	color: #333;
	transition: none
}

.nav-menu:not(.mobile) .menu {
	justify-content: flex-start
}

.nav-menu:not(.mobile) .menu li.hover>ul,.nav-menu:not(.mobile) .menu ul.active {
	overflow: visible;
	min-width: 200px;
	opacity: 1;
	transition: opacity .15s linear,transform .15s linear
}

.nav-menu:not(.mobile) .menu ul .sub-menu {
	left: 220px;
	top: 0
}

.nav-menu:not(.mobile) .menu {
	position: relative
}

.nav-menu:not(.mobile) .menu ul {
	font-size: 16px;
	opacity: 0;
	padding: 15px 0;
	position: absolute;
	top: 100%;
	transition: opacity .3s;
	z-index: 102
}

.nav-menu:not(.mobile) .menu ul li {
	position: relative
}

.nav-menu:not(.mobile) .menu ul a {
	display: block;
	padding: 9px 22px;
	transition: color .1s;
	width: 100%
}

.nav-menu:not(.mobile) .menu li.menu-item-has-children.focus>ul {
	min-width: 200px;
	max-width: 200px;
	max-height: 300vh;
	overflow: visible;
	opacity: 1;
	transform: translateY(0);
	transition: opacity .15s linear,transform .15s linear
}

.nav-menu:not(.mobile) .menu li.menu-item-has-children.focus>ul:focus-within {
	opacity: 1!important
}

.nav-menu:not(.mobile) .menu li ul.sub-menu:not(.active) {
	opacity: 0
}

.nav-menu:not(.mobile) .menu li.hover ul.sub-menu:not(.active) {
	opacity: 1
}

.nav-menu:not(.mobile) .menu li.focus ul ul.sub-menu:not(.active) {
	opacity: 0
}

.nav-menu:not(.mobile) .menu li.focus ul li.hover ul.sub-menu {
	opacity: 1
}

.nav-menu:not(.mobile) .menu ul ul {
	left: calc(100% + 20px);
	top: -10px!important
}

.nav-menu:not(.mobile) .menu ul ul:before {
	bottom: 0;
	height: auto;
	left: auto;
	left: -20px;
	top: 0;
	width: 22px
}

.nav-menu:not(.mobile) .menu ul ul:after {
	border-bottom-color: transparent;
	bottom: auto;
	left: -16px;
	top: 20px
}

.nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul:before {
	left: auto;
	right: -20px
}

.nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul {
	right: calc(100% + 20px);
	left: auto
}

.nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul:after {
	border-right-color: transparent;
	right: -16px;
	left: auto
}

.nav-menu-dropdown-left .nav-menu:not(.mobile) ul ul button .svg-icon {
	transform: none
}

.nav-menu.mobile {
	padding: 0;
	height: 46px
}

.nav-menu.mobile button:focus {
	outline: 0
}

.nav-menu.mobile button.active .svg-icon {
	transform: rotate(180deg)
}

.nav-menu.mobile ul {
	border: 0
}

.nav-menu.mobile ul li .menu-item-wrapper {
	justify-content: space-between;
	margin: 0 24px
}

.nav-menu.mobile>div>ul>li:last-child {
	margin-bottom: 52px
}

.nav-menu.mobile ul li a {
	font-size: 22px;
	padding: 22px 0
}

.nav-menu.mobile ul li .nav-menu.mobile ul ul li a {
	padding: 12px 0
}

.nav-menu.mobile ul.menu .nav-menu.mobile ul ul ul li a {
	padding: 12px 0 12px 60px
}

.nav-menu.mobile ul button {
	margin: 10px 0;
	padding: 0 20px;
	text-align: right
}

.nav-menu.mobile.toggled>div>ul.menu ul.sub-menu,.nav-menu.mobile>div>ul.menu {
	display: none
}

.nav-menu.mobile.toggled>div>ul.menu,.nav-menu.mobile.toggled>div>ul.menu ul.sub-menu.active {
	display: block
}

.nav-menu a {
	color: #fff
}

.nav-menu .svg-icon {
	fill: #fff
}

.nav-menu:not(.mobile) .menu ul {
	background: rgba(255,255,255,.8);
	border-top: 5px solid #f72e2e;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px)
}

.nav-menu:not(.mobile) .menu ul:after {
	border-bottom-color: #000
}

.nav-menu:not(.mobile) .menu ul ul:after {
	border-right-color: #000
}

.nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul:after {
	border-left-color: #000
}

.nav-menu:not(.mobile) {
	font-size: 18px;
	float: none;
	color: #fff
}

.nav-menu:not(.mobile) ul ul a:hover {
	color: #ff5353
}

.nav-menu:not(.mobile) ul ul>li:hover>span {
	background: rgba(255,255,255,.1)
}

.nav-menu:not(.mobile) ul ul a {
	color: #333;
	font-weight: 400
}

.nav-menu:not(.mobile) button {
	background: 0 0;
	color: #666;
	padding: 0 4px;
	margin-left: 2px;
	border-radius: 4px;
	display: none
}

.nav-menu:not(.mobile) button.active {
	background: #eee;
	color: #333
}

.nav-menu:not(.mobile) button .svg-icon {
	fill: #bbb
}

.nav-menu:not(.mobile) ul ul button {
	background: 0 0;
	color: #eee;
	padding: 0 5px;
	margin: 0 10px 0 0
}

.nav-menu:not(.mobile) ul ul button.active {
	background: #444;
	color: #eee
}

.nav-menu:not(.mobile) ul ul button .svg-icon {
	transform: rotate(-90deg)
}

.nav-menu:not(.mobile) .menu>li {
	position: relative
}

.nav-menu:not(.mobile) .menu>li:last-child {
	margin-right: 0
}

.nav-menu:not(.mobile) li.current-menu-ancestor>span>a,.nav-menu:not(.mobile) li.current-post-parent>span>a {
	color: #dc3262
}

.nav-menu:not(.mobile) ul ul li.current-menu-ancestor>span>a,.nav-menu:not(.mobile) ul ul li.current-menu-item>span>a,.nav-menu:not(.mobile) ul ul li.current-post-parent>span>a,.nav-menu:not(.mobile) ul ul li.current_page_item>span>a {
	color: #aaa
}

.nav-menu.mobile ul ul {
	background: rgba(0,0,0,.03)
}

.nav-menu.mobile ul li .menu-item-wrapper,.nav-menu.mobile ul ul li .menu-item-wrapper {
	border-bottom: 1px solid #fff
}

.nav-menu.mobile .sub-menu li:not(:last-child) .menu-item-wrapper {
	border-color: #333
}

.nav-menu.mobile ul button,.nav-menu.mobile ul ul button {
	flex: 1
}

.nav-menu.mobile>div>ul {
	height: 150vh
}

.slick-image-slide-wrapper {
	position: relative
}

.slick-image-slide {
	background: #333
}

.slick-image-slide .slick-slide>div>div {
	display: block!important
}

.slick-image-slide .slick-slide {
	position: relative
}

.slick-image-slide .slick-slide img {
	margin: 0 auto
}

.slick-image-slide-nav {
	position: absolute;
	text-align: center;
	margin-top: -10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 99;
	pointer-events: none
}

.slick-image-slide-nav .slick-prev {
	float: left
}

.slick-image-slide-nav .slick-next {
	float: right
}

.slick-image-slide-nav .slick-next,.slick-image-slide-nav .slick-prev {
	background: #eee;
	transition: all .3s ease;
	position: relative;
	display: inline-block;
	margin: 10px;
	height: 34px;
	width: 34px;
	border-radius: 4px;
	pointer-events: auto
}

.slick-image-slide-nav .slick-next:focus,.slick-image-slide-nav .slick-next:hover,.slick-image-slide-nav .slick-prev:focus,.slick-image-slide-nav .slick-prev:hover {
	background: #e5e5e5
}

.slick-image-slide-nav .slick-prev {
	left: 0
}

.slick-image-slide-nav .slick-next {
	right: 0
}

.slick-image-slide-nav .slick-prev:before {
	color: #000;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f053"
}

.slick-image-slide-nav .slick-next:before {
	color: #000;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054"
}

.slick-image-slide-dots {
	background: red
}

.slick-image-slide-dots .slick-dots li {
	height: 10px;
	width: 10px;
	margin: 0 3px
}

.slick-image-slide-dots .slick-dots li button {
	background: rgba(0,0,0,.2);
	height: 10px;
	width: 10px;
	border-radius: 100%;
	text-indent: -9999px;
	overflow: hidden
}

.slick-image-slide-dots .slick-dots .slick-active button {
	background: rgba(0,0,0,.7)
}

.post-format {
	position: relative
}

.front-widgets {
	background: #fff;
	max-width: 920px;
	border-radius: 10px;
	border: 1px solid #eee;
	border-bottom-color: #ddd;
	margin: 20px auto;
	padding: 0 40px;
	box-sizing: border-box
}

.front-widget-col {
	width: 50%;
	float: left
}

.front-widget-inner {
	margin-right: 30px
}

.front-widgets .widget {
	padding-top: 20px;
	padding-bottom: 20px
}

#footer {
	position: relative;
	border-top: 1px solid #eee
}

#footer-ads {
	background: #fff;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #eee
}

#footer-ads .widget {
	padding-bottom: 0;
	font-size: 0;
	line-height: 0
}

#footer-ads h3 {
	display: none
}

#footer-widgets {
	border-bottom: 1px solid #eee
}

#footer-widgets .widget {
	padding: 20px 0
}

#footer-bottom {
	position: relative;
	z-index: 99;
	background: #fff;
}

#footer-bottom img {
	box-shadow: none
}

#footer-bottom .pad {
	padding-top: 20px
}

#footer-bottom a {
	color: #444
}

#footer-bottom a:hover {
	color: #333
}

#footer-bottom #footer-logo {
	display: inline-block;
	margin-bottom: 20px;
	max-height: 60px;
	border-radius: 0;
}

#footer-bottom #copyright,#footer-bottom #credit {
	color: #666;
	font-weight: 300;
	line-height: 1.6em
}

#footer-bottom #back-to-top {
	border: 1px solid #eee;
	border-top: 0;
	color: #333;
	padding: 10px 0;
	overflow: hidden;
	text-align: center;
	width: 60px;
	height: 30px;
	display: block;
	margin: 0 auto;
	margin: 0 auto 0;
	border-radius: 0 0 10px 10px;
}

#footer-bottom #back-to-top i {
	font-size: 38px;
	position: relative;
	top: -7px
}

#footer-bottom #back-to-top:hover {
	color: #333
}

#footer-bottom .social-links {
	padding-top: 30px;
	float: none
}

#footer-bottom .social-links a {
	color: #444
}

#footer-bottom .social-links a:hover {
	color: #333
}

#footer-bottom .social-links .social-tooltip {
	font-size: 20px
}

#footer-bottom .social-links .social-tooltip:hover:after {
	background: #333;
	color: #fff
}

#footer-bottom .social-links .social-tooltip:hover:before {
	border-color: #333 transparent
}
.footer-wukong-img{
    position: absolute;
    right:10px;
    top:-200px;
}
.footer-wukong-img img{
    width: 357px;
    height: auto;
}
.content>article {
	padding: 20px
}

.post-wrapper {
	background: #fff;
	box-shadow: 0px 8px 30px 0px #0000000F;
	border-radius: 36px;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	padding: 32px;
}

.elementor-wrapper {
	background: #fff;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	padding: 0px;
}

.entry-header {
	margin-bottom: 32px;
	position: relative
}

.entry-header .entry-title {
	font-weight: 900;
	font-size: 34px;
	line-height: 1.2;
	margin-bottom: 24px;
}
.entry-header .single-tags{
    margin-bottom: 14px;
    flex-wrap: wrap;
    height: auto;
}

.entry-header .entry-meta {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4em;
	color: #999
}
.entry-header .single-tags .tag-link{
    margin-bottom: 10px;
}
.entry-header .entry-meta .entry-category {
	color: #999;
	margin-left: 10px
}

.entry-header .entry-meta .entry-category a {
	color: #ff484e;
	font-weight: 600
}

.entry-header .entry-meta .entry-category a:hover {
	color: #000
}
.post-author-meta{
    display: flex;
    align-items: center;
}
.post-author-meta img{
    display: block;
    width:36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #F0F1FC;
    margin-right: 8.5px;
}
.post-author-meta span{
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}
.entry-media {
	max-width: 1920px;
	margin-bottom: 40px;
	padding-left: 0;
	padding-right: 0
}

.entry-content {
	position: relative
}

.entry-footer {
	margin-top: 32px;
	padding-top:24px;
	border-top: 1px solid #EBECFA;
	display: flex;
	justify-content: center;
}
.sharethis-inline-share-buttons .st-btn{
    display: block !important;
    background: #F5F5FC !important;
}
.entry-footer .entry-footer-share .sharethis-inline-share-buttons .st-btn{
    width: 28px !important;
    height: 28px !important;
    padding: 4px !important;
    display: block !important;
}
.entry-footer .entry-footer-share .sharethis-inline-share-buttons .st-btn img{
    width: 28px !important;
    height: 28px !important;
    top:-3px !important;
}
.entry-bar {
	transition: all .25s ease-in-out;
	transform: translate3d(0,0,0)
}

.entry-bar.hide-scroll {
	transform: translateY(100%)
}

.sharrre-header {
	background: #fff;
	border-bottom: 1px solid #eee;
	margin: 0 0 20px;
	overflow: hidden
}

.sharrre-header>span {
	display: none
}

.sharrre-header .post-sharrre {
	margin-top: 30px
}

.sharrre-header .sharrre {
	width: 25%;
	float: left
}

.sharrre-header .sharrre .box {
	display: block;
	padding: 10px 14px 10px 10px;
	border-left: 1px solid #eee
}

.sharrre-header .sharrre#twitter .box {
	border-left: 0
}

.sharrre-header .sharrre .count {
	width: 60%;
	margin-left: 10%;
	background: #eee;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 900;
	line-height: 30px;
	position: relative;
	text-align: center;
	border-radius: 6px
}

.sharrre-header .sharrre .count:after {
	display: block;
	content: "";
	position: absolute;
	right: -12px;
	width: 0;
	height: 0;
	border: solid 6px transparent;
	border-left-color: #eee;
	bottom: 9px
}

.sharrre-header .sharrre .share {
	width: 20%;
	margin-left: 10%;
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	padding: 0;
	text-align: center;
	text-decoration: none
}

.sharrre-header .sharrre .count,.sharrre-header .sharrre .count:after,.sharrre-header .sharrre .share {
	float: left;
	transition: all .3s ease
}

.sharrre-header .sharrre .box:hover {
	background: #fff!important
}

.sharrre-header .sharrre .box:hover .count {
	color: #fff!important
}

.sharrre-header .sharrre#twitter .box:hover {
	background: #eef6f9
}

.sharrre-header .sharrre#twitter .box {
	border-bottom-color: #24a5db
}

.sharrre-header .sharrre#twitter .box:hover .count:after {
	border-left-color: #24a5db
}

.sharrre-header .sharrre#twitter .box:hover .count,.sharrre-header .sharrre#twitter .count,.sharrre-header .sharrre#twitter .share {
	color: #24a5db
}

.sharrre-header .sharrre#twitter .box:hover .count {
	background: #24a5db
}

.sharrre-header .sharrre#facebook .box:hover {
	background: #f0f2f7
}

.sharrre-header .sharrre#facebook .box {
	border-bottom-color: #3b5998
}

.sharrre-header .sharrre#facebook .box:hover .count:after {
	border-left-color: #3b5998
}

.sharrre-header .sharrre#facebook .box:hover .count,.sharrre-header .sharrre#facebook .count,.sharrre-header .sharrre#facebook .share {
	color: #3b5998
}

.sharrre-header .sharrre#facebook .box:hover .count {
	background: #3b5998
}

.sharrre-header .sharrre#pinterest .box:hover {
	background: #fbf1f0
}

.sharrre-header .sharrre#pinterest .box {
	border-bottom-color: #ca2128
}

.sharrre-header .sharrre#pinterest .box:hover .count:after {
	border-left-color: #ca2128
}

.sharrre-header .sharrre#pinterest .box:hover .count,.sharrre-header .sharrre#pinterest .count,.sharrre-header .sharrre#pinterest .share {
	color: #ca2128
}

.sharrre-header .sharrre#pinterest .box:hover .count {
	background: #ca2128
}

.sharrre-header .sharrre#linkedin .box:hover {
	background: #f2f8fb
}

.sharrre-header .sharrre#linkedin .box {
	border-bottom-color: #0077b5
}

.sharrre-header .sharrre#linkedin .box:hover .count:after {
	border-left-color: #0077b5
}

.sharrre-header .sharrre#linkedin .box:hover .count,.sharrre-header .sharrre#linkedin .count,.sharrre-header .sharrre#linkedin .share {
	color: #0077b5
}

.sharrre-header .sharrre#linkedin .box:hover .count {
	background: #0077b5
}

.sharrre-footer {
	display: flex;
	flex: 0 1 auto;
	margin: 0 -10px;
}
/*文章留资卡片*/
.retention-card-new{
    padding: 32px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 32px auto;
    width: auto;
    background: linear-gradient(90deg, rgba(255, 29, 67, 0.06) 0%, rgba(255, 58, 58, 0.06) 49.98%, rgba(255, 118, 90, 0.06) 100%);
    position: relative;
    z-index: 1;
}
.wk-sidebar-wrapper .retention-card-new{
    width:100% !important;
    flex-direction: column-reverse;
    text-align: center;
    justify-content: center;
    box-shadow: 0px 8px 30px 0px #0000000F;
    border: 1px solid #FFFFFFCC;
    border-radius: 36px;
    
}
.wk-sidebar-wrapper .retention-card-l {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.retention-card-new[data-lang="zh"]{
    max-width: 760px;
}
.retention-card-new[data-subject="MATH"]{
    background: linear-gradient(88.05deg, rgba(0, 146, 255, 0.06) 1.67%, rgba(0, 213, 242, 0.06) 98.38%);
}
.retention-card-r{
    width: 230px;
    height: 230px;
    margin-left: 32px;
    flex:none;
    background-image:url(img/card_english.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.wk-sidebar-wrapper .retention-card-r {
    margin-bottom: 16px;
    margin-left: 0;
    width: 100%;
    height: 180px;
}
.retention-card-new[data-subject="MATH"] .retention-card-r{
    background-image:url(img/card_math.png);
}
.retention-card-new[data-subject="CHINESE"] .retention-card-r{
    background-image:url(img/card_chinese.png);
}
.gloabl-retention-card-wrap .retention-card-r{
    background-image:url(img/card-gloabl-avatar.png);
    position: relative;
}
.gloabl-retention-card-wrap .retention-card-r:before{
    content:'';
    width:72px;
    height:56px;
    background-image:url(img/card-gloabl-wenli.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top:-20px;
    left:-20px;
}
.gloabl-retention-card-wrap .retention-card-new .retention-card-l h3{
    line-height: 34px;
}
.trustpilot-image{
    height: 16px;
    width: 194px;
    background-image:url(img/trustpilot.svg);
    background-position: center left;
    background-repeat: no-repeat;
}
.retention-card-l{
    flex:1;
}
.retention-card-new .retention-card-l h3{
    font-size: 28px !important;
    font-weight: bold;
    margin: 22px 0 8px 0;
    font-weight: 900;
}
.wk-sidebar-wrapper .retention-card-l h3{
    font-size: 20px !important;
    margin-top: 0;
    line-height: 29px;
}
.wk-sidebar-wrapper .retention-card-l .trustpilot-image {
    order: 1;
    margin-top: 18px;
}
.wk-sidebar-wrapper .retention-card-new .retention-card-l>p{
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    color: #484C70 !important;
}
.gloabl-retention-card-wrap .retention-card-new .retention-card-l>p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.wk-sidebar-wrapper .retention-card-l a.retention-card-button {
    margin-top: 16px;
    height: 46px;
    line-height: 42px !important;
    padding: 0 30px;
    font-size: 16px;
}
.retention-card-l h3 span{
    color: #ff2640;
    background: linear-gradient(88.04deg, #8642F8 1.68%, #C740E8 98.37%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.retention-card-new[data-subject="MATH"] .retention-card-l h3 span{
    background: linear-gradient(88.05deg, #256AF2 1.67%, #14A9FF 98.38%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.retention-card-new[data-subject="CHINESE"] .retention-card-l h3 span{
    background: linear-gradient(90deg, #FF1D43 0%, #FF3A3A 49.98%, #FF765A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.retention-card-l p{
    margin: 0;
}
.retention-card-new .retention-card-l>p{
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    color: #484C70 !important;
}
.retention-card-l a.retention-card-button{
    display: inline-block;
    height: 48px;
    line-height: 44px !important;
    padding: 0 30px;
    color: #fff ;
    background: linear-gradient(88.04deg, #8642F8 1.68%, #C740E8 98.37%);
    border: 2px solid #fff;
    font-size:20px;
    line-height: 1.2;
    font-weight: 700;
    border-radius: 24px;
    margin-top: 24px;
    position: relative;
}
.retention-card-l a.retention-card-button:before{
    content:'';
    width:100%;
    height:68px;
    position: absolute;
    left:0;
    top:0px;
    z-index: -1;
    background-image: url(img/english-bt-shadow-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.retention-card-new[data-subject="MATH"] .retention-card-l a.retention-card-button:before{
    background-image: url(img/math-bt-shadow-bg.png);
}
.retention-card-new[data-subject="CHINESE"] .retention-card-l a.retention-card-button:before{
    background-image: url(img/chinese-bt-shadow-bg.png);
}
.retention-card-new[data-subject="MATH"] .retention-card-l a.retention-card-button{
    background: linear-gradient(88.05deg, #2757FF 1.67%, #15B9FF 98.38%);
}
.retention-card-new[data-subject="CHINESE"] .retention-card-l a.retention-card-button{
    background: linear-gradient(90deg, #FF1D43 0%, #FF3A3A 49.98%, #FF765A 100%);
}
.retention-new-button, .global-cta-btn{
    display: flex;
    justify-content:center;
    margin-bottom: 32px;
    position: relative;
    z-index: 9;
}
.retention-new-button a, .global-cta-btn a{
    display: block;
    height: 71px;
    line-height: 71px;
    padding: 0 60px;
    border-radius: 36px;
    background: linear-gradient(90deg, #FF5353 8.55%, #6D38FB 61.14%, #009DFF 100%);
    border: 2px solid #fff;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: auto;
}
.retention-new-button a:after, .global-cta-btn a:after{
    content: '';
    background: linear-gradient(90deg, #FF5353 8.55%, #6D38FB 61.14%, #009DFF 100%);
    position: absolute;
    top: 50%;
    z-index: -1;
    display: block;
    width: 100%;
    height: 60%;
    border-radius: 99px;
    left: 0;
    -webkit-filter: blur(25px);
    filter: blur(25px);
    opacity: .7;
}
.retention-new-button[data-lang="zh"] a, .global-cta-btn[data-lang="zh"] a{
    font-weight: 600;
}
@media (max-width:719px) {
	.sharrre-footer {
		display: block
	}
}

.sharrre-footer .sharrre {
	width: 25%;
	float: left;
	flex-basis: 50%;
	max-width: 50%;
	padding: 10px
}

@media (max-width:719px) {
	.sharrre-footer .sharrre {
		width: auto;
		max-width: none;
		float: none;
		padding: 0;
		margin: 0 10% 10px
	}
}

.sharrre-footer .sharrre .box {
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 13px;
	border-radius: 6px
}

.sharrre-footer .sharrre .box:hover {
	opacity: .85
}

.sharrre-footer .sharrre#twitter-footer .box {
	background: #24a5db
}

.sharrre-footer .sharrre#facebook-footer .box {
	background: #3b5998
}

.sharrre-footer .sharrre#reddit-footer .box {
	background: #ff5352
}

.sharrre-footer .sharrre#linkedin-footer .box {
	background: #247bb3
}

.sharrre-footer .sharrre .share {
	font-weight: 600;
	text-transform: uppercase
}

.sharrre-footer .sharrre .share span {
	color: rgba(255,255,255,.7)
}

.sharrre-footer .sharrre .share i {
	font-size: 22px;
	margin-right: 6px;
	float: left;
	position: relative;
	bottom: -2px
}

.sharrre-footer .sharrre .count {
	background: rgba(255,255,255,.15);
	float: right;
	min-width: 10px;
	padding: 0 10px;
	text-align: center;
	border-radius: 6px
}

.sharrre-footer .sharrre .count i {
	font-size: 18px;
	margin: 3px 0 0;
	float: none
}

.post-pages {
	font-weight: 600;
	margin-bottom: 20px
}

.post-tags {
	margin: 0 0 60px
}

.post-tags span {
	font-size: 14px;
	color: #999;
	display: inline-block;
	margin: 0 7px 0 0
}

.post-tags a {
	background: #eee;
	display: inline-block;
	white-space: nowrap;
	font-size: 14px;
	color: #999;
	padding: 1px 7px;
	margin: 0 5px 6px 0;
	border-radius: 3px
}

.post-tags a:hover {
	background-color: #e5e5e5;
	color: #777
}

.author-bio {
	background: #f5f5f5;
	padding: 0 20px 20px;
	border-radius: 10px;
	position: relative;
	color: #777;
	margin: 40px 0;
	text-align: center
}

.author-bio .bio-avatar {
	width: 64px;
	height: auto;
	position: relative;
	display: inline-block;
	margin-top: -32px
}

.author-bio .bio-avatar:after {
	background: #333;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 4px 4px;
	content: "\f303";
	color: #fff;
	font-size: 10px;
	line-height: 12px;
	width: 12px;
	font-style: normal;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-align: center;
	border-radius: 100%
}

.author-bio .bio-avatar img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 100%
}

.author-bio p {
	margin-bottom: 8px
}

.author-bio .bio-name {
	color: #333;
	font-size: 19px;
	font-weight: 600;
	margin: 10px 0
}

.author-bio .bio-desc {
	color: #777;
	font-size: 16px;
	line-height: 1.5em
}

.related-posts {
	margin-bottom: 40px
}

.related-posts li {
	width: 33.33%;
	float: left;
	display: inline
}

.related-post {
	border-right: 1px solid transparent
}

.related-inner {
	padding: 0 20px 0 0
}

.related-title {
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.4em;
	letter-spacing: 0;
	display: block
}

.related-title a {
	color: #333
}

.related-title a:hover {
	color: #000
}

.related-thumbnail {
	width: 100%;
	transition: all 1s ease
}

.related-thumbnail {
	position: relative;
	margin-bottom: 20px
}

.related-thumbnail img {
	display: block;
	width: 100%;
	height: auto
}

.related-thumbnail:hover .thumb-icon {
	background: #fff;
	color: #333
}

.post-nav {
	margin: 40px 0;
	display: flex;
	align-items: center;
}

.post-nav li {
	width: 50%;
}

.post-nav li a {
	position: relative;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	color:#000;
	line-height: 24px;
}

.post-nav li i {
	color: #ccc;
	font-size: 18px;
	position: absolute;
	top: 50%;
	margin-top: -10px
}

.post-nav li a strong {
	display: block;
	font-size: 12px;
	color: #aaa;
	letter-spacing: .5px;
	font-weight: 400;
	text-transform: uppercase
}

.post-nav li a span {
	font-size: 18px;
	color: #000;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.post-nav li a:hover span {
	color: #000
}

.post-nav li a:hover i {
	color: #000
}

.post-nav li.previous{
	padding-right: 32px
}

.post-nav li.next {
	border-left: 1px solid #eee;
	padding-left: 32px;
}
.post-nav li p{
	text-align: center;
	line-height: 24px;
	font-size: 18px;
}
.post-nav li.previous i {
	left: 10px
}

.post-nav li.next i {
	right: 10px
}

.post-nav li a i,.post-nav li a span {
	transition-property: background color;
	transition-duration: .2s;
	transition-timing-function: ease-out
}

.sidebar .post-nav {
	background: 0 0;
	margin: 30px 0
}

.sidebar .post-nav li {
	width: 100%
}

.sidebar .post-nav li:first-child a {
	margin-bottom: 10px
}

.sidebar .post-nav li a {
	background: #161616
}

.sidebar .post-nav li a span {
	color: #dc3262;
	font-size: 16px
}

.sidebar .post-nav li a:hover span {
	color: #fff
}

.sidebar .post-nav li a:hover i {
	color: #fff
}

.sidebar .post-nav li:last-child a strong {
	text-align: right
}

.sidebar .post-nav li.next a {
	border-left: 0
}

.sidebar .post-nav li a strong {
	color: #666
}

.sidebar .post-nav li i {
	color: #999
}

.format-audio .post-format iframe {
	height: 166px;
	width: 100%
}

.widget {
	color: #777;
	font-size: 14px
}

.widget a {
	color: #777;
	font-weight: 600
}

.widget a:hover {
	color: #333
}

.widget>h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 -50px 10px;
	padding: 0 50px
}

.widget>h3 a,.widget>h3 a:hover {
	color: #333
}

.widget>h3 a img {
	display: none;
	float: left;
	margin: 3px 7px 0 0
}

.widget select {
	border: 1px solid #ddd;
	color: #777;
	font-size: 15px;
	padding: 7px;
	width: 100%;
	max-width: 100%
}

.widget label.screen-reader-text {
	display: none
}

.sidebar .widget {
	padding: 32px;
}
.sidebar-wrap.sidebar-widget-wrap{
    padding: 0;
}

.widget>div>ul li a:before,.widget>ul li a:before,.widget>ul li:before,.widget_calendar caption:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 12px;
	margin-right: 6px;
	color: #ccc;
	display: inline-block!important;
	width: 1em;
	text-align: center
}

.widget>ul li a:hover:before {
	color: #999
}

.widget_archive>ul>li a:before {
	content: "\f073"
}

.widget_categories>ul>li a:before {
	content: "\f07c"
}

.widget_links>ul>li a:before {
	content: "\f08e"
}

.widget_meta>ul>li a:before {
	content: "\f0da"
}

.widget_recent_comments>ul>li:before {
	content: "\f075"
}

.widget_recent_entries>ul>li a:before {
	content: "\f017"
}

.widget_calendar caption:before {
	content: "\f073"
}

.widget_nav_menu ul li a:before,.widget_pages ul li a:before {
	content: "\f068"
}

.widget_calendar>h3,.widget_search>h3,.widget_tag_cloud>h3,.widget_text>h3 {
	margin-bottom: 1em
}

.alx-posts li,.alx-tab li,.widget_archive ul li,.widget_categories ul li,.widget_links ul li,.widget_meta ul li,.widget_nav_menu ul li a,.widget_pages ul li a,.widget_recent_comments ul li,.widget_recent_entries ul li,.widget_rss ul li {
	padding: 7px 0
}

.widget_archive ul li,.widget_categories ul li,.widget_links ul li {
	color: #bbb
}

.widget_recent_comments ul li,.widget_recent_entries ul li {
	color: #999
}

.widget_recent_entries .post-date {
	display: block
}

.widget_nav_menu ul li a,.widget_pages ul li a {
	display: block
}

.widget_nav_menu li li a,.widget_pages li li a {
	padding-left: 15px
}

.widget_nav_menu li li li a,.widget_pages li li li a {
	padding-left: 30px
}

.widget_nav_menu ul ul,.widget_nav_menu ul ul ul,.widget_pages ul ul,.widget_pages ul ul ul {
	border: 0
}

.widget_categories li li {
	padding-left: 15px;
	border-bottom: 0;
	padding-bottom: 0
}

.widget_categories li li li {
	padding-left: 15px;
	border-bottom: 0
}

.widget_categories li li a {
	font-size: 13px
}

.widget_rss ul li a {
	color: #333;
	display: block
}

.widget_rss ul li span.rss-date {
	color: #333;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
	font-size: 12px
}

.widget_rss ul li cite {
	color: #999
}

.widget_search input.search {
	color: #999;
	padding-left: 26px;
	width: 100%
}

.widget_search #searchsubmit,.widget_search .screen-reader-text {
	display: none
}

.widget_text .textwidget p {
	margin-bottom: 1em
}

.widget_calendar a {
	color: #333;
	font-weight: 600
}

.widget_calendar a:hover {
	color: #333!important
}

.widget_calendar #wp-calendar {
	width: 100%
}

.widget_calendar caption {
	background: #333;
	color: #fff;
	padding: 5px 10px
}

.widget_calendar caption:before {
	color: #fff;
	color: rgba(255,255,255,.7);
	font-size: 15px
}

.widget_calendar thead {
	background: #e2e2e2;
	box-shadow: inset 0 -1px 0 #eee
}

.widget_calendar th {
	font-weight: 600
}

.widget_calendar td,.widget_calendar th {
	padding: 3px 0;
	text-align: center;
	border: 1px solid #e2e2e2
}

.widget_calendar .pad {
	padding: 0!important
}

.alx-tabs-nav {
	background: linear-gradient(0deg,#e5e5e5 0,#f1f1f1 100%);
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	margin: 0 0 24px;
	text-align: center
}

.alx-tabs-nav.tab-count-1 li {
	width: 100%
}

.alx-tabs-nav.tab-count-2 li {
	width: 50%
}

.alx-tabs-nav.tab-count-3 li {
	width: 33.333%
}

.alx-tabs-nav.tab-count-4 li {
	width: 25%
}

.alx-tabs-nav li {
	display: block;
	float: left
}

.alx-tabs-nav li a {
	color: #333;
	font-size: 18px;
	display: block;
	padding: 14px 0
}

.alx-tabs-nav li:first-child a {
	border-left: 0
}

.alx-tabs-nav li a:hover {
	color: #555
}

.alx-tabs-nav li.active a {
	background: linear-gradient(130deg,#bd1d9d 0,#d64141 100%);
	color: #fff
}

.alx-tabs-nav li a span {
	display: none
}

.alx-posts li,.alx-tab li {
	font-weight: 300;
	line-height: 1.4em
}

.alx-posts a,.alx-tab a {
	transition: all .2s ease
}

.alx-posts img,.alx-tab img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px
}

.alx-tab.thumbs-enabled li {
	padding-left: 62px
}

.alx-tab .tab-item-thumbnail {
	width: 48px;
	margin-left: -62px;
	float: left
}

.alx-posts .post-item-thumbnail,.alx-tab .tab-item-thumbnail {
	position: relative;
	transition: all 1s ease
}

.alx-tab.avatars-enabled li {
	padding-left: 62px
}

.alx-tab .tab-item-avatar {
	margin-left: -62px;
	width: 48px;
	float: left;
	transition: all 1s ease
}

.alx-posts .post-item-category,.alx-tab .tab-item-category {
	color: #aaa;
	font-size: 14px
}

.alx-posts .post-item-title a,.alx-tab .tab-item-comment a,.alx-tab .tab-item-title a {
	color: #333
}

.alx-posts .post-item-category a:hover,.alx-tab .tab-item-category a:hover {
	color: #333!important
}

.alx-posts .post-item-title,.alx-tab .tab-item-comment,.alx-tab .tab-item-title {
	margin: 2px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.alx-posts .post-item-date,.alx-tab .tab-item-date,.alx-tab .tab-item-name {
	color: #bbb;
	font-size: 13px
}

.alx-posts li:hover .post-item-thumbnail,.alx-tab li:hover .tab-item-avatar,.alx-tab li:hover .tab-item-thumbnail {
	opacity: .75
}

.alx-posts li:hover .thumb-icon,.alx-tab li:hover .thumb-icon {
	background: #fff;
	color: #111
}

.alx-posts .post-item-category a,.alx-posts li:hover .post-item-title a,.alx-tab .tab-item-category a,.alx-tab li:hover .tab-item-comment a,.alx-tab li:hover .tab-item-title a {
	color: #dc3262
}

.alx-posts .post-item-thumbnail {
	margin-bottom: 10px
}

.alx-posts .post-item-title {
	font-size: 16px;
	line-height: 1.5em
}

.s1 .alx-posts .post-item-title {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 300
}

.s1 .alx-posts .post-item-category,.s1 .alx-posts .post-item-date {
	font-size: 13px
}

.widget_motioner_video h3 {
	margin-bottom: 14px
}

.dark .widget {
	color: rgba(255,255,255,.6);
}

.dark .widget a {
	color: rgba(255,255,255,.8)
}

.dark .widget a:hover {
	color: #fff
}

.dark .widget>h3,.dark .widget>h3 a,.dark .widget>h3 a:hover {
	color: #fff
}

.dark .widget select {
	background: rgba(0,0,0,.25);
	border-color: rgba(255,255,255,.1);
	color: rgba(255,255,255,.8)
}

.dark .widget>div>ul li a:before,.dark .widget>ul li a:before,.dark .widget>ul li:before {
	color: rgba(255,255,255,.6);
	opacity: .5
}

.dark .widget>ul li a:hover:before,.dark .widget_calendar caption:before {
	color: #fff
}

.dark .alx-posts li,.dark .alx-tab li,.dark .widget_archive ul li,.dark .widget_calendar td,.dark .widget_calendar th,.dark .widget_categories ul li,.dark .widget_links ul li,.dark .widget_meta ul li,.dark .widget_nav_menu ul li a,.dark .widget_pages ul li a,.dark .widget_recent_comments ul li,.dark .widget_recent_entries ul li,.dark .widget_rss ul li {
	border-color: #333
}

.dark .widget_archive ul li,.dark .widget_categories ul li,.dark .widget_links ul li,.dark .widget_recent_comments ul li,.dark .widget_recent_entries ul li {
	color: rgba(255,255,255,.6)
}

.dark .widget_rss ul li a {
	color: #fff
}

.dark .widget_rss ul li span.rss-date {
	color: rgba(255,255,255,.8)
}

.dark .widget_rss ul li cite {
	color: rgba(255,255,255,.5)
}

.dark .widget_calendar a:hover {
	color: rgba(255,255,255,.8)!important
}

.dark .widget_calendar a {
	color: #fff
}

.dark .widget_calendar thead {
	background: rgba(0,0,0,.1);
	color: #ccc;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.1)
}

.dark .widget_calendar caption {
	background: rgba(255,255,255,.2)
}

.dark .widget_calendar td,.dark .widget_calendar th {
	border-color: rgba(255,255,255,.1)
}

.dark .alx-tabs-nav {
	background: linear-gradient(0deg,#111 0,#222 100%)
}

.dark .alx-tabs-nav li.active a {
	color: #fff;
	border-bottom-color: #fff
}

.dark .alx-posts .post-item-category a,.dark .alx-posts li:hover .post-item-title a,.dark .alx-tab .tab-item-category a,.dark .alx-tab li:hover .tab-item-comment a,.dark .alx-tab li:hover .tab-item-title a {
	color: #dc3262
}

.dark .alx-posts .post-item-category a:hover,.dark .alx-tab .tab-item-category a:hover {
	color: rgba(255,255,255,.8)!important
}

.dark .alx-posts .post-item-date,.dark .alx-tab .tab-item-date,.dark .alx-tab .tab-item-name {
	color: rgba(255,255,255,.5)
}
.post-comment-wrap{
    margin-top: 24px;
    background: #fff;
    box-shadow: 0px 8px 30px 0px #0000000F;
    border-radius: 36px;
    width: 100%;
    overflow: hidden;
    padding: 32px;
}
#pinglist-container {
	display: none
}

.comment-tabs {
	margin-bottom: 30px
}

.comment-tabs li {
	float: left
}

.comment-tabs li a {
	background: #f5f5f5;
	border-radius: 10px;
	font-weight: 600;
	padding: 10px 14px;
	margin-bottom: 4px;
	display: block;
	color: #aaa
}

.comment-tabs li:first-child a {
	margin-right: 4px
}

.comment-tabs li a:hover {
	color: #333
}

.comment-tabs li span {
	background-color: #fff;
	padding: 0 6px;
	margin-left: 8px;
	border-radius: 4px
}

.comment-tabs li i {
	margin-right: 6px
}

.comment-tabs li.active a {
	color: #333;
	border-bottom-color: #333
}
.commentlist, .pinglist{
    margin-bottom: 0px;
}
.commentlist li,.pinglist li {
	display: flex;
	margin-bottom: 32px;
}
.commentlist li .gravatar,.pinglist li .gravatar{
    width: 36px;
    flex:none;
    margin-right: 8px;
}
.commentlist li .gravatar img,.pinglist li .gravatar img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #F0F1FC;
}
.commentlist .comment-body,.pinglist li {
	clear: both;
	position: relative;
	padding-bottom: 15px
}
.comment_content{
    flex:1;
}
.wk-cancel-comment-reply{
    display: none;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    border: 1.5px solid #C6C7D2;
    border-radius: 19px;
    color: #8D8FA6;
    font-weight: 600;
    box-sizing: border-box;
    margin-left: 12px;
}
.comment-reply-wrap .wk-comment-form{
    margin-top: 8px;
}
.comment-reply-wrap .wk-cancel-comment-reply{
    display: block;
}
.commnetlisttop{
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 700;
}
.commnetlisttop .commentmeta-data{
    color: #8D8FA6;
    font-weight: 400;
    padding-left:8px;
}
.comment_text{
    margin: 8px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.commentlist .comment-author,.commentlist .comment-awaiting-moderation,.commentlist .comment-meta {
	font-size: 13px;
	display: block;
	float: left;
	line-height: 20px
}
.commentlist .child-commnets-count{
    margin-left: 44px;
    display: flex;
    align-items: center;
    margin-top: -16px;
    margin-bottom: 16px;
}
.commentlist ul.children{
    display: none;
}
.commentlist ul.children.active{
    display: block;
}
.show-child-comments-button{
    display: flex;
    align-items: center;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    padding: 0 12px;
    font-size: 14px;
    color: #484C70;
    background: #F5F5FC;
}
.show-child-comments-button span{
    padding-right: 4px;
}
.show-child-comments-button img{
    display: block;
}
.show-child-comments-button.on img{
    transform: scaleY(-1);
}
.commentlist ul{
    padding-left:44px;
}
.commentlist .comment-author {
	margin-right: 6px
}

.commentlist .fn,.pinglist .ping-link {
	color: #333;
	font-size: 13px;
	font-style: normal;
	font-weight: 600
}

.commentlist .says {
	display: none
}

.commentlist .avatar {
	position: absolute;
	left: -60px;
	top: 0;
	width: 48px;
	height: 48px;
	border-radius: 100%
}

.commentlist .comment-meta:before,.pinglist .ping-meta:before {
	color: #ccc;
	content: "\f017";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 10px;
	margin-right: 3px;
	vertical-align: 4%
}

.commentlist .comment-meta a,.pinglist .ping-meta {
	color: #aaa
}

.commentlist .reply {
	font-size: 13px;
	line-height: 16px
}

.commentlist .reply a {
	color: #aaa
}

.commentlist .reply a:hover {
	color: #333
}

.comment-awaiting-moderation {
	color: #333;
	font-style: normal
}

.pinglist li {
	padding-left: 0
}

.commentlist .comment-body p {
	margin-bottom: 8px;
	color: #777;
	clear: both
}

.commentlist .comment-body strong {
	font-weight: 700
}

.commentlist .comment-body em {
	font-style: italic
}

.commentlist .comment-body ol li {
	list-style: decimal;
	margin-left: 2em;
	padding: 0
}

.commentlist .comment-body ul li {
	list-style: square;
	margin-left: 2em;
	padding: 0
}

.commentlist li.bypostauthor>.comment-body:after,.commentlist li.comment-author-admin>.comment-body:after {
	background: #333;
	display: block;
	position: absolute;
	content: "\f303";
	color: #fff;
	line-height: 12px;
	width: 12px;
	font-style: normal;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-align: center
}

.commentlist li.comment-author-admin>.comment-body:after {
	content: "\f005"
}

.commentlist li.bypostauthor>.comment-body:after,.commentlist li.comment-author-admin>.comment-body:after {
	top: 32px;
	left: -28px;
	font-size: 8px;
	padding: 2px;
	border-radius: 100%
}

.commentlist li li.bypostauthor>.comment-body:after,.commentlist li li.comment-author-admin>.comment-body:after {
	top: 22px;
	left: -26px;
	font-size: 8px;
	padding: 1px;
	border-radius: 100%
}

.commentlist li li {
	padding-left: 48px;
	margin: 0
}

.commentlist li li .avatar {
	width: 36px;
	height: 36px;
	left: -48px;
	top: 0
}

.commentlist li li .comment-meta {
	left: 70px
}

.comments-nav {
	margin-bottom: 20px
}

.comments-nav a {
	font-weight: 600
}

.comments-nav .nav-previous {
	float: left
}

.comments-nav .nav-next {
	float: right
}

.comment-notes,.form-allowed-tags,.logged-in-as {
	display: none
}
.comment_bottom{
    display: flex;
    align-items: center;
}
.comment_bottom a{
     color: #8D8FA6;
     font-size: 16px;
     font-weight: 400;
     line-height: 1.2;
}
.commentzan #comment_zan{
    display: flex;
    align-items: center;
    position: relative;
}
.commentzan #comment_zan img{
    display: block;
    margin-right: 2.5px;
}
.comment_bottom .replycomment{
    padding-left:12px;
    margin-left: 12px;
    position: relative;
    display: block;
}
.comment_bottom .replycomment.phone-show{
    display: none;
}
.comment_bottom .replycomment:after{
    content:'';
    width: 1px;
    height: 12px;
    background: #DFE0ED;
    position: absolute;
    left:0;
    top:50%;
    margin-top: -6px;
}
.wk-main-comment-form-wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}
.wk-main-comment-form-wrap .wk-main-comment-form-l{
    width: 36px;
    flex:none;
    margin-right: 8px;
}
.wk-main-comment-form-wrap .wk-main-comment-form-l img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #F0F1FC
}
.wk-main-comment-form-wrap .wk-main-comment-form-r{
    flex:1;
}
.wk-comment-form{
    width: 100%;
    position: relative;
}
.wk-comment-form .wk-comment-form-area{
    width: 100%;
    border: 1px solid #EBECFA !important; 
    padding: 32px 32px 70px 32px;
    background: #F8F9FF;
    border-radius: 24px;
    height: 150px;
    font-size:16px;
    font-weight: 400;
    box-sizing: border-box;
    box-shadow: none !important;
    resize:none
}
.wk-comment-form-action{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 32px;
    right:32px;
}
.wk-comment-form-action .commnet-num{
    font-size:16px;
    font-weight: 400;
    line-height: 1.2;
    padding-right: 12px;
    position: relative;
    display: block;
    margin-right: 12px;
}
.wk-comment-form-action .commnet-num:after{
    content:'';
    width: 1px;
    height: 12px;
    background: #dfe0ed;
    position: absolute;
    right:0;
    top:50%;
    margin-top: -6px;
}
.wk-comment-button{
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    border: 1.5px solid #C6C7D2;
    border-radius: 19px;
    color: #8D8FA6;
    font-weight: 600;
    box-sizing: border-box;
}
.wk-comment-form-action .commnet-num .allowed_num{
    color: #8D8FA6;
}
.wk-comment-button.can-replay{
    border: 1.5px solid #1B1F4D;
    color: #1B1F4D;
}
#respond {
	position: relative
}

#reply-title {
	margin-bottom: 32px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 900;
}
#reply-title span{
    color: #8D8FA6;
    padding-left: 10px;
    font-weight: 400;
}
li #reply-title {
	font-size: 0;
	margin: 0!important;
	padding: 0;
	height: 0;
	border-top: 0
}

#cancel-comment-reply-link {
	color: #999;
	display: block;
	position: absolute;
	bottom: 26px;
	right: 20px;
	font-size: 12px
}

#cancel-comment-reply-link:hover {
	color: #777
}

#commentform {
	background: #f5f5f5;
	padding: 10px 20px 20px;
	margin-bottom: 15px;
	border-radius: 10px
}

#commentform p.comment-form-author {
	width: 48%;
	float: left
}

#commentform p.comment-form-email {
	width: 48%;
	float: right
}

#commentform p.comment-form-comment,#commentform p.comment-form-url {
	clear: both
}

#commentform label {
	padding: 6px 0;
	font-weight: 600;
	display: block
}

#commentform input[type=text],#commentform textarea {
	max-width: 100%;
	width: 100%
}

#commentform textarea {
	height: 100px
}

#commentform p.form-submit {
	margin-top: 10px
}

.logged-in #reply-title {
	margin-bottom: 20px
}

.logged-in #commentform p.comment-form-comment {
	margin-top: 10px
}

.logged-in #commentform p.comment-form-comment label {
	display: none
}

#commentform .comment-form-cookies-consent {
	padding: 10px 0
}

#commentform .comment-form-cookies-consent label {
	display: inline
}

.wp-pagenavi {
	float: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wp-pagenavi a,.wp-pagenavi span {
	color: #484C70;
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	padding: 0 4px;
	min-width: 24px;
	display: block;
	margin: 0 8px;
	border-radius: 4px;
	background: #F5F5FC;
	font-weight: 400;
}
.wp-pagenavi a:active,.wp-pagenavi a:hover,.wp-pagenavi span.current {
	color: #fff;
	background: #1B1F4D;
}

.wp-pagenavi a:active,.wp-pagenavi span.current {
	font-weight: 600;

}

.wp-pagenavi span.pages {
	display: none !important;
}

/*.wp-pagenavi span.pages:before {*/
/*	content: "\f15c";*/
/*	font-family: "Font Awesome 5 Free";*/
/*	font-weight: 900;*/
/*	margin-right: 6px*/
/*}*/
.wp-pagenavi a.previouspostslink{
    content:'' !important;
    background: url(img/mx-right.svg) center no-repeat;
    transform: scaleX(-1);
    font-size: 0;
}
.wp-pagenavi a.nextpostslink{
    content:'' !important;
    background: url(img/mx-right.svg) center no-repeat;
    font-size: 0;
}
.wp-pagenavi a.first, .wp-pagenavi a.last{
    display: none !important;
}
.wp-pagenavi span.extend {
	border: none!important;
	padding-left: 0;
	padding-right: 0
}
.slick-slider {
	overflow: hidden;
	min-width: 100%;
	width: 0
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
	transform: translate3d(0,0,0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,.slick-track:before {
	display: table;
	content: ""
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff url(img/ajax-loader.gif) center center no-repeat
}

.slick-next,.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	transform: translate(0,-50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,.slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: "←"
}[dir=rtl] .slick-prev:before {
	content: "→"
}

.slick-next {
	right: -25px
}[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: "→"
}[dir=rtl] .slick-next:before {
	content: "←"
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}

.slick-dots li button:focus,.slick-dots li button:hover {
	outline: 0
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

.screen-reader-text {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important
}

.screen-reader-text:focus {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
	clip: auto!important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #333;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

#page[tabindex="-1"]:focus {
	outline: 0
}
.wk-footer {
	background: #fff;
	padding-top: 40px;
	font-size: 18px
}

.wk-footer-content {
	max-width: 1520px;
	margin: 0 auto
}

.wk-footer-content ul {
	position: relative;
	padding-left: 0;
	list-style: none
}

.wk-footer-content ul a {
	text-decoration: none
}

.wk-footer-follow {
	font-weight: 700;
	margin-bottom: 2rem;
	font-size: 22px;
	color: #333
}

@media (max-width:719px) {
	.wk-footer-follow {
		margin-top: 13.3333333333vmin
	}
}

@media (min-width:720px) {
	.wk-footer-top {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: flex-start;
		padding: 0 50px
	}
}

@media (max-width:719px) {
	.wk-footer-social {
		padding: 0 8%
	}
}

.wk-footer-social-link {
	display: inline-flex
}

@media (max-width:719px) {
	.wk-footer-social-link {
		justify-content: space-between
	}
}

.wk-footer-social-link li:not(:last-child) {
	margin-right: 16px
}

.wk-footer-social-link li img {
	width: 48px;
	transition: all .3s;
	filter: grayscale(100%);
	opacity: .6
}

.wk-footer-social-link li img:hover {
	filter: grayscale(0%);
	opacity: 1
}

.wk-footer-contact {
	margin-top: 46px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

.wk-footer-contact-type {
	text-align: left
}
.wk-footer-tell{
	margin-top: -10px;
}
.wk-contact-office .office{
	font-size: 16px;
	color: #666;
}
.wk-footer-tell p{
	line-height: 1.4;
}
.wk-footer-contact-type img {
	width: 28px;
	margin-right: 22px
}

.wk-footer-contact-type>div {
	display: flex;
	align-items: flex-start;
	margin-bottom: 2rem
}

@media (max-width:719px) {
	.wk-footer-contact-type>div {
		margin-bottom: 1.5rem
	}
}

.wk-footer-contact-type>div a,.wk-footer-contact-type>div img {
	vertical-align: middle
}

.wk-footer-contact-type p {
	white-space: pre-line;
	line-height: 2
}

@media (max-width:719px) {
	.wk-footer-contact-type {
		font-size: 15px
	}

	.wk-footer-contact-type img {
		width: 22px;
		margin-right: 10px
	}
	.wk-footer-contact-type>div:last-child>img{
		margin-top: 5px;
	}
	.wk-contact-office span.office{
		font-size: 13px;
		color: #666;
		display: block;
		line-height: 22px;
	}
	.wk-footer-contact-type p{
		white-space: normal;
	}
}

.wk-footer-contact-qrcode {
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 33px;
	border: 4px solid #f66;
	width: 99px;
	border-radius: 10px;
	overflow: hidden
}

.wk-footer-contact-qrcode img {
	width: 100%;
	vertical-align: middle
}

@media (max-width:719px) {
	.wk-footer-contact-qrcode {
		width: 76px
	}
}

.wk-footer-nav {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-wpm h3{
	font-size: 18px;
	line-height: 24px;
	padding-left: 20px;
	color: #333;
	
	position: relative;
	margin-bottom: 20px;
}
.footer-wpm h3::before{
	width: 6px;
	height: 18px;
	content:'';
	background-color: #FF5353;
	border-radius: 4px;
	left:0;
	top:3px;
	position: absolute;
}
html[lang="zh-CN"] .footer-wpm h3{
	font-weight: 600;
}

@media (min-width:720px) {
	.wk-footer-nav {
		width: 24%
	}
}

@media (max-width:719px) {
	.wk-footer-nav {
		justify-content: space-evenly
	}
}

@media (min-width:720px) {
	.wk-footer-nav>.wk-footer-nav-wrapper {
		border-left: 1px solid #e7e7e9;
		padding-left: 1rem
	}
}

.wk-footer-nav>.wk-footer-nav-wrapper li {
	min-width: 110px
}

.wk-footer-nav>.wk-footer-nav-wrapper li:not(:last-child) {
	margin-bottom: 2rem
}

.wk-footer-pay-partner {
	text-align: center;
	margin: 55px 0 18px 0
}

.wk-footer-pay-partner img {
	max-width: 90%;
	max-height: 40px;
	width: auto;
}

.wp-footer-copyright {
	font-size: 14px;
	margin-bottom: 49px;
	text-align: center
}

.wp-footer-copyright span {
	text-decoration: underline
}

.wk-footer-bottom {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	height: 130px
}

@media (max-width:1239px) {
	.wk-footer-bottom {
		height: 88px
	}
}

.wk-footer-bottom::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 120%;
	height: 110px;
	background: rgba(255,83,83,.2);
	transform: rotate(2.5deg);
	transform-origin: 0 0
}

.wk-footer-bottom::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 130px;
	background: #ff5353;
	transform: rotate(-2deg);
	transform-origin: 100% 100% 0
}

.wk-footer-site-logo {
	z-index: 1;
	margin-top: 4%
}

.wk-footer-site-logo img {
	width: 142px!important
}

@media (max-width:1239px) {
	.wk-footer-site-logo .site-title {
		line-height: normal;
		padding: 0
	}

	.wk-footer-site-logo img {
		width: 110px!important
	}
}

.wp-home-banner {
	position: relative;
	padding-top: 35%;
	background: url(img/wk/bg-pc.svg) no-repeat center -30%/50%,linear-gradient(180deg,#f66 0,#ff8f8f 100%)
}
.wp-home-banner-new{
	position: relative;
	padding-top: 31.25%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* .wp-home-banner-new::after{
	content: '';
	width: 100%;
	padding-top: 21.875%;
	position: absolute;
	left:0;
	bottom:0;
	
} */
.wp-home-banner-new-up{
	position: absolute;
	left:0;
	width: 100%;
	bottom:0;
	z-index: 3;
	color: #fff;
	padding: 30px 0 80px 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.banner-new-up-inner h4{
	margin-bottom: 8px;
}
.banner-new-up-inner h4 a{
	display: block;
	color: #fff;
	font-size: 20px;
	font-family:"Roboto-Medium";
	line-height: 28px;
}
.banner-new-up-inner h2{
	color: #fff;
	font-size: 48px;
	line-height: 56px;
	font-family:"Roboto-Medium";
	width: 55%;
}
html[lang="zh-CN"] .banner-new-up-inner h2{
    font-weight: 600;
}
.banner-new-up-inner p{
	font-size: 24px;
	line-height: 36px;
	margin-top: 16px;
}
.home-banner-link-button{
	margin-top: 64px;
	display: flex;
}
.home-banner-link-button a{
	display: block;
	height: 46px;
	line-height: 46px;
	border-radius: 23px;
	background: #ff5353;
	color: #fff;
	font-size: 16px;
	width: 300px;
	text-align: center;
}
@media (max-width:719px) {
	.wp-home-banner {
		padding-top: 89.6%;
		background: url(img/wk/bg-mobile.svg) no-repeat center -26%/100%,linear-gradient(180deg,#f66 0,#ff8f8f 100%)
	}
}

.wp-home-banner-btn {
	position: absolute;
	bottom: 17px;
	font-size: 2.962962963vmin;
	color: #fff!important;
	background: linear-gradient(180deg,#fbcb6b 0,#f7b228 100%);
	box-shadow: 0 6px 0 #c98600;
	border-radius: 36px;
	line-height: normal;
	padding: .8333333333vmin 4.2592592593vmin;
	left: 50%;
	transform: translateX(-50%)
}

@media (max-width:719px) {
	.wp-home-banner-btn {
		padding: 7px 31px;
		font-size: 22px
	}
}
.wk-sub-menu{
	/* overflow: hidden; */
	flex:1;
}
.wk-category-wrapper {
	width: 100%;
	/* overflow-x: scroll; */
	padding: 0;
	margin: 0;
	list-style: none;
	min-width: 0;
	font-size: 0;
	/* height: 78.5px; */
	/* -webkit-overflow-scrolling : touch;
	overflow-x:scroll;
	overflow-y:hidden; */
	word-break: keep-all;
	white-space: nowrap;
	margin-right: -1px;
}

.wk-category-wrapper>li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 1px;
	padding: 14px 0;
}
.wk-category-wrapper li .children{
	display: none;
	position: absolute;
	background: #fff;
	border-radius: 4px; 
	min-width: 100%;
	width: fit-content;
	left:0;
	z-index: 99;   
	padding: 10px 0;     
	box-shadow: 0px 2px 6px 0px #0000000D;                
}
.wk-category-wrapper li .children a{
	display: block;
	font-size: 16px;
	height: 19px;
	line-height: 19px;
	padding: 10px 20px;
}
.wk-category-wrapper li:hover .children{
	display: block;
}
.wk-category-wrapper>li>span {
	display: block;
	text-decoration: none;
	border-radius: 16px;
	transition: background-color .3s;
	font-size: 16px;
	line-height: 1.2;
	border:2px solid rgba(255,255,255,0);
	box-sizing: border-box;
}
.wk-category-wrapper>li>span.menu-item-wrapper.has-arrow{
    padding-right:24px;
}
.wk-category-wrapper>li>span>a{
    padding: 12px 24px;
    display: block;
}
.wk-category-wrapper>li.current-menu-item>span>a,
.wk-category-wrapper>li:hover>span>a, 
.wk-category-wrapper>li>.children>li.current-menu-item>span>a,
.wk-category-wrapper>li>.children>li:hover>span>a{
    background: linear-gradient(90deg, #FF5353 -54.01%, #6D38FB 50.38%, #009DFF 127.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.wk-category-wrapper>li.current-menu-item>span,
.wk-category-wrapper>li>.children>li.current-menu-item>span{
    font-weight: 700;
    border:2px solid #fff;
    background: linear-gradient(90deg, rgba(255, 83, 83, 0.08) 8.55%, rgba(109, 56, 251, 0.08) 61.14%, rgba(0, 157, 255, 0.08) 100%);
}
.wk-category-wrapper>li>ul{
    padding-top: 34px;
    top:50px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    opacity: 0;
    z-index: -999;
    transition: padding-top 0.3s ease;
    pointer-events: none;
    position: absolute;
}
.wk-category-wrapper>li:hover .has-arrow svg{
    transform: scaleY(-1);
}
.wk-category-wrapper>li:hover>ul.sub-menu{
    opacity: 1;
    padding-top: 24px;
    z-index: 999;
    pointer-events: auto;
}
.wk-category-wrapper a p{
    display: none !important;
}
.wk-category-wrapper>li>ul.sub-menu>.sub-menu-wrap{
    display: block;
    font-size: 15px;
}
.wk-category-wrapper>li>ul.sub-menu>.sub-menu-wrap a p{
    display: none;
}
.wk-category-wrapper>li>ul:before{
    width: 24px;
    height: 24px;
    background: rgba(255,255,255);
    content:'';
    transform: rotate(-45deg); /* 逆时针旋转45度并水平居中 */
    left:50%;
    margin-left: -17px;
    top:26px;
    transition: top 0.3s ease;
    position: absolute;
    z-index: 1;
}
.wk-category-wrapper>li:hover>ul:before{
    top:16px;
}
.wk-category-wrapper>li>ul li a{
    line-height: 24px;
    padding: 8px 12px;
    border-radius: 12px;
    display: block;
}
.wk-category-wrapper>li>ul li{
    margin-bottom: 8px;
    line-height: normal;
}
.wk-category-wrapper>li>ul li:last-child{
    margin-bottom: 0;
}
.wk-category-wrapper>li>ul li:hover a{
    background-color: rgb(245,245,252);
}
.wk-category-head {
	position: -webkit-sticky;
	position: sticky;
	top: 149px;  
	margin: 0;
	z-index: 7;
    background: linear-gradient(90deg, rgba(255, 83, 83, 0.08) 8.55%, rgba(109, 56, 251, 0.08) 61.14%, rgba(0, 157, 255, 0.08) 100%);
    background-color: #fff;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
body.no_top_cta_body .wk-category-head{
    top:65px;
}
.wk-category-head.cat-nav-fix{
	position: fixed;
	left:0;
	width: 100%;
	z-index: 100;
	top:65px
}
.wk-category-head-inner {
	box-sizing: border-box;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/*.wk-category-head-inner>nav {*/
/*	display: flex*/
/*}*/
.cat-filters{
	display: none;
}
.cat-filters img{
	display: block;
	width: 26px;
	height: 26px;
	cursor: pointer;
}
.cat-filters img.filter-red,.cat-filters img.filter-close{
	display: none;
}
.wk-category-head-inner.active .cat-filters img.filter-close{
	display: block;
}
.wk-category-head-inner.active .cat-filters img.filter-red,
.wk-category-head-inner.active .cat-filters img.filter-dark{
    display: none;
}
.wk-category-head.cat-archive .cat-filters img.filter-red{
	display: block;
}
.wk-category-head.cat-archive .wk-category-head-inner.active .cat-filters img.filter-red{
	display: none;
}
.wk-category-head.cat-archive .cat-filters img.filter-dark{
	display: none;
}
.menu-search .searchform{
	display: flex;
	align-items: center;
	width: 465px;
	box-sizing: border-box;
	height: 43px;
	border-radius: 22px;
	background: #fff;
	padding: 0 24px;
	position: relative;
}
.menu-search .searchform input{
	border:none;
	background: none;
	flex:1;
	outline: none;
	font-size: 16px;
}
.menu-search .searchform input::placeholder{
	color: #8D8FA6              ;
}
.search-icon{
	width: 24px;
	flex:none;
	cursor: pointer;
}
.menu-search.focous .search-icon{
	display: none;
}
.menu-search.focous-remove .search-icon{
	display: none;
}
.search-icon img{
	display: block;
	width: 16px;
	height: 16px;
}
.search-icon.search-close-icon{
	display: none;
}
.popular-searches-popup{
	display: none;
	position: absolute;
	width: 100%;
	left:0;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 8px 30px 0px #0000000F;
	padding: 24px;
	z-index: 999;
	top:53px;
	box-sizing: border-box;
	border-radius: 24px;
}
.popular-searches-popup h3{
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 8px;
}
.popular-search-texts{
	display: flex;
	margin-right: -10px;
	flex-wrap: wrap;
}
.menu-search.focous .popular-searches-popup{
    display: block;
}
.popular-search-texts a {
	display: block;
	line-height: 34px;
    padding: 0px 12px;
    height: 34px;
	border-radius: 99px;
	margin-right: 10px;
	margin-top: 10px;
	background: #F5F5FC;
	font-size: 14px;
	font-weight: 400;
	color: #484C70;
}
.popular-search-texts a:hover{
    color: #fff;
    background: #1B1F4D;
}
button.search-button{
    background: #FF5353;
    border:none;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    padding: 0px 12px;
    height: 34px;
    border-radius: 99px;
    position: absolute;
    right:5px;
    top:4px;
    display: none;
}
.menu-search.focous button.search-button{
    display: block;
}
html[lang="zh-CN"] button.search-button{
    padding: 0px 16px;
}
.wk-all-category {
	position: relative;
	display: none;
	padding: 0 10px;
	z-index: 7;
	outline: 0
}

@media (hover:hover) {
	.wk-all-category:hover .wk-all-category-hoverable::after {
		transform: rotate(180deg)
	}

	.wk-all-category:hover .wk-all-category-list {
		display: block
	}
}

@media (hover:none) {
	.wk-all-category.hover .wk-all-category-hoverable::after {
		transform: rotate(180deg)
	}

	.wk-all-category.hover .wk-all-category-list {
		display: block
	}
}

.wk-all-category.visible {
	visibility: visible
}

@media (max-width:719px) {
	.wk-all-category.visible {
		display: block
	}
}

.wk-all-category .wk-all-category-list {
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	border: 1px solid #eee;
	display: none;
	min-width: 100%;
	padding: 10px 0;
	max-width: 300px;
	max-height: 300px;
	overflow: auto;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 4px 10px rgba(0,0,0,.2)
}

.wk-all-category .wk-all-category-list a {
	padding: 6px 12px;
	font-weight: 400;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.wk-all-category .wk-all-category-list a:hover {
	color: #ff5353
}

.wk-all-category .wk-all-category-hoverable {
	position: relative;
	cursor: pointer;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.wk-all-category .wk-all-category-hoverable::after {
	content: "";
	display: inline-block;
	border: 5px transparent solid;
	border-top-color: #fff;
	margin: 4px 0 0 6px;
	transition: transform .3s;
	transform-origin: 50% 25%
}

.wk-article-list-avatar {
	display: flex;
	align-items: center;
	margin-top: 10px
}

.wk-article-list-avatar .avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 12px
}

.wk-article-list-avatar .wk-article-list-author {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.wk-post-wrapper {
	padding: 0;
}
.wk-sidebar-wrapper{
	width: 23.714%;
	margin-right: 24px;
}

.wk-post-wrapper .sidebar .post-nav li a {
	background: #fcf5f5
}

.wk-post-wrapper .sidebar .post-nav li a span {
	color: #6c6a68
}

.wk-post-wrapper .sidebar .post-nav li a:hover i {
	color: #000
}

.wk-post-wrapper .sidebar .widget.widget_search {
	border-bottom: 1px solid #E7E7E9
}

.wk-post-wrapper .themeform.searchform div {
	position: relative
}

.wk-post-wrapper .themeform.searchform div input {
	background: #fff;
	padding-left: 26px;
	line-height: 20px
}

.wk-post-wrapper .themeform.searchform div:after {
	color: #ccc;
	line-height: 24px;
	font-size: 14px;
	content: "\f002";
	position: absolute;
	left: 10px;
	top: 6px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900
}

.wk-post-wrapper .widget_search input.search {
	color: #999;
	padding-left: 26px;
	width: 100%
}

.wk-post-wrapper .widget_search #searchsubmit,.wk-post-wrapper .widget_search .screen-reader-text {
	display: none
}

.wk-post-wrapper .widget_search h3 {
	color: #333
}

.wk-post-wrapper .alx-posts li,.wk-post-wrapper .alx-tab li {
	padding: 7px 0
}

.wk-post-wrapper .alx-tabs-nav {
	background: #f1f1f1;
	margin-bottom: 10px;
	text-align: center
}

.wk-post-wrapper .alx-tabs-nav.tab-count-1 li {
	width: 100%
}

.wk-post-wrapper .alx-tabs-nav.tab-count-2 li {
	width: 50%
}

.wk-post-wrapper .alx-tabs-nav.tab-count-3 li {
	width: 33.333%
}

.wk-post-wrapper .alx-tabs-nav.tab-count-4 li {
	width: 25%
}

.wk-post-wrapper .alx-tabs-nav li {
	display: block;
	float: left
}

.wk-post-wrapper .alx-tabs-nav li a {
	background: #ff9e9e;
	font-size: 18px;
	display: block;
	padding: 14px 0
}

.wk-post-wrapper .alx-tabs-nav li a:hover {
	background: #f96868
}

.wk-post-wrapper .alx-tabs-nav li.active a {
	background: #f96868;
	border-color: #b6abab;
	color: #fff
}

.wk-post-wrapper .alx-tabs-nav li a span {
	display: none
}

.wk-post-wrapper .alx-posts li,.wk-post-wrapper .alx-tab li {
	font-weight: 400;
	line-height: 1.4em
}

.wk-post-wrapper .alx-posts a,.wk-post-wrapper .alx-tab a {
	transition: all .2s ease
}

.wk-post-wrapper .alx-posts img,.wk-post-wrapper .alx-tab img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px
}

.wk-post-wrapper .alx-tab.thumbs-enabled li {
	padding-left: 62px
}

.wk-post-wrapper .alx-tab .tab-item-thumbnail {
	width: 48px;
	margin-left: -62px;
	float: left
}

.wk-post-wrapper .alx-posts .post-item-thumbnail,.wk-post-wrapper .alx-tab .tab-item-thumbnail {
	position: relative;
	transition: all 1s ease
}

.wk-post-wrapper .alx-tab.avatars-enabled li {
	padding-left: 62px
}

.wk-post-wrapper .alx-tab .tab-item-avatar {
	margin-left: -62px;
	width: 48px;
	float: left;
	transition: all 1s ease
}

.wk-post-wrapper .alx-posts .post-item-category,.wk-post-wrapper .alx-tab .tab-item-category {
	color: #aaa;
	font-size: 14px
}

.wk-post-wrapper .alx-posts .post-item-title a,.wk-post-wrapper .alx-tab .tab-item-comment a,.wk-post-wrapper .alx-tab .tab-item-title a {
	color: #333
}

.wk-post-wrapper .alx-posts .post-item-category a:hover,.wk-post-wrapper .alx-tab .tab-item-category a:hover {
	color: #333!important
}

.wk-post-wrapper .alx-posts .post-item-title,.wk-post-wrapper .alx-tab .tab-item-comment,.wk-post-wrapper .alx-tab .tab-item-title {
	margin: 2px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.wk-post-wrapper .alx-posts .post-item-date,.wk-post-wrapper .alx-tab .tab-item-date,.wk-post-wrapper .alx-tab .tab-item-name {
	color: #bbb;
	font-size: 13px
}

.wk-post-wrapper .alx-posts li:hover .post-item-thumbnail,.wk-post-wrapper .alx-tab li:hover .tab-item-avatar,.wk-post-wrapper .alx-tab li:hover .tab-item-thumbnail {
	opacity: .75
}

.wk-post-wrapper .alx-posts li:hover .thumb-icon,.wk-post-wrapper .alx-tab li:hover .thumb-icon {
	background: #fff;
	color: #111
}

.wk-post-wrapper .alx-posts .post-item-category a,.wk-post-wrapper .alx-posts li:hover .post-item-title a,.wk-post-wrapper .alx-tab .tab-item-category a,.wk-post-wrapper .alx-tab li:hover .tab-item-comment a,.wk-post-wrapper .alx-tab li:hover .tab-item-title a {
	color: rgba(0,0,0,.5)
}

.wk-post-wrapper .alx-posts .post-item-thumbnail {
	margin-bottom: 10px
}

.wk-post-wrapper .alx-posts .post-item-title {
	font-size: 16px;
	line-height: 1.5em
}

.wk-post-wrapper .s1 .alx-posts .post-item-title {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 400
}

.wk-post-wrapper .s1 .alx-posts .post-item-category,.wk-post-wrapper .s1 .alx-posts .post-item-date {
	font-size: 13px
}

.wk-post-wrapper .sidebar-directory-box {
	display: block;
	position: sticky;
    top: 90px;
    left: 0;
    right: 0;
    z-index: 99;
    margin-left: auto;
    flex:none;
}
.wk-post-wrapper .sidebar-directory-box .wk_eztoc_box{
    display: block;
	border: 1px solid #EBECFA;
	padding: 24px 32px 16px 17px;
	font-size: 16px;
	color: #8D8FA6;
	background: #fff;
	box-shadow: 0px 8px 30px 0px #0000000F;
	border-radius: 36px;
	margin-bottom: 24px;
}
.wk-post-wrapper #ez-toc-container{
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}
.wk-post-wrapper #ez-toc-container li {
	line-height: 1.2;
	padding: 8px 0;
}
.tzggtit{
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
    color: #1B1F4D;
    margin-bottom: 8px;
    padding-left:17px;
}
.wk-post-wrapper #ez-toc-container .ez-toc-title-toggle {
	position: absolute;
	left: 18px;
	top: 22px
}
.wk-post-wrapper .ez-toc-btn-default {
	background: 0 0;
	line-height: 1.2;
	padding: 0 4px
}

.wk-post-wrapper #ez-toc-container a.ez-toc-toggle {
	color: #a3a3a3
}

.wk-post-wrapper .ez-toc-toggle i.ez-toc-glyphicon {
	font-size: 12px
}

.wk-post-wrapper #ez-toc-container a {
    color: #8D8FA6;
    font-weight: 400;
    position: relative;
    padding-left:15px;
}
.wk-post-wrapper #ez-toc-container a:hover{
    color: #1B1F4D;
    text-decoration: none;
}

.wk-post-wrapper #ez-toc-container nav li a.active {
	color: #1B1F4D;
	font-weight: bold;
}
.wk-post-wrapper #ez-toc-container nav li a.active:before{
    content:'';
    width: 10px;
    height: 10px;
    background: url(img/toc-arrow.svg) center no-repeat;
    position: absolute;
    left:0px;
    top:4px;
}
@media (max-width:719px) {
	.wk-sidebar-wrapper {
		margin-top: 16px
	}
}

.wk-post-wrapper {
	display: flex;
	margin-bottom: 77px;
	align-items: flex-start;
	justify-content: space-between;
}

@media (max-width:719px) {
	.wk-post-wrapper {
		flex-direction: column;
		align-items: inherit;
		flex-direction: column-reverse
	}
}

.wk-post-wrapper .content-inner {
	padding: 0
}

.wk-post-wrapper .content-inner>article {
	margin-bottom: 0
}

@media (max-width:719px) {
	.wk-post-wrapper .content-inner>article {
		padding: 0
	}
}

@media (max-width:719px) {
	.content-inner>article {
		padding: 0 20px
	}
}

#move-sidebar-content {
	display: flex
}

@media (max-width:719px) {
	#move-sidebar-content .sidebar {
		max-width: 100%;
		min-width: 100%;
		border-radius: 0
	}
}

@media (max-width:960px) {
	#move-sidebar-content .sidebar {
		max-width: 100%;
		min-width: 100%;
		border-radius: 0
	}
}
.wk-wrap-nav .menu>.pll-parent-menu-item a:hover {
	background: 0 0!important
}

.wk-wrap-nav .menu>.pll-parent-menu-item .sub-menu {
	top: calc(100% + 2px);
	width: 102px!important
}

.wk-wrap-nav .menu>.pll-parent-menu-item .svg-icon {
	fill: #fff!important
}
.wk-wrap-nav .menu>.pll-parent-menu-item{
	height: 32px;
}
.wk-wrap-nav .menu>.pll-parent-menu-item .has-arrow>a {
	position: relative;
	display: flex;
	flex: 1;
	padding: 0 10px;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	border-radius: 100px;
	height: 32px;
	border:1px solid #fff !important;
	line-height: 32px;
}

.wk-wrap-nav .menu>.pll-parent-menu-item .has-arrow>a::before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	background: url("https://cdnwukong.com/images/public/icons/icon-translate.svg")
}

.wk-wrap-nav .menu>.pll-parent-menu-item .has-arrow>a::after {
	content: "";
	width: 8px;
	height: 4px;
	display: inline-block;
	vertical-align: middle;
	background: url("https://cdnwukong.com/images/public/icons/icon-down.svg")
}

.wk-wrap-nav .menu>.pll-parent-menu-item button {
	display: none
}

.nav-menu:not(.mobile) .menu {
	white-space: nowrap
}

.nav-menu:not(.mobile) .menu>.pll-parent-menu-item {
	position: absolute;
	right: 0;
	min-width: 130px
}

.nav-menu.mobile.toggled~.wk-enter-study-center {
	display: none
}
.pll-parent-menu-item>.menu-item-wrapper {
	display: flex;
	align-items: center
}

.wk-wrap-nav .mobile .pll-parent-menu-item.focus .sub-menu, .wk-wrap-nav .mobile .pll-parent-menu-item:hover .sub-menu{
	overflow: inherit;
	visibility: visible!important;
	max-height: initial;
	background: rgba(255,255,255,.8);
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	margin-top: 0px;
	max-width: none;
	display: block;
}
.wk-wrap-nav .mobile .pll-parent-menu-item.focus .sub-menu .current-lang a, .wk-wrap-nav .mobile .pll-parent-menu-item:hover .sub-menu .current-lang a {
	color: #aaa
}

.wk-wrap-nav .mobile .pll-parent-menu-item.focus .sub-menu .menu-item-wrapper, .wk-wrap-nav .mobile .pll-parent-menu-item:hover .sub-menu .menu-item-wrapper {
	border: none
}

.wk-wrap-nav .mobile .pll-parent-menu-item.focus .sub-menu a, .wk-wrap-nav .mobile .pll-parent-menu-item:hover .sub-menu a {
	font-size: 14px;
	line-height: 28px;
	padding: 0
}

.wk-wrap-nav .mobile .pll-parent-menu-item {
	position: absolute;
	top: 14px;
	right: 20px;
	margin-bottom: 0!important;
	height: 22px;
	z-index: 999999;
}

@media (max-width:719px) {
	.wk-wrap-nav .mobile .pll-parent-menu-item {
		right: 120px;
		height: 28px;
		padding-bottom: 6px;
		top: 13px
	}
}
.wk-wrap-nav .mobile .pll-parent-menu-item>.menu-item-wrapper {
	display: block
}

.wk-wrap-nav .mobile .pll-parent-menu-item .sub-menu {
	display: block!important;
	position: absolute;
	right: 0
}

.wk-wrap-nav .mobile .pll-parent-menu-item .has-arrow {
	margin: 0;
	border: none
}

.wk-wrap-nav .mobile .pll-parent-menu-item .has-arrow>a {
	border: none;
	margin: 0;
	font-size: 12px;
	padding: 0 8px;
	width: auto;
	outline: 0;
	white-space: nowrap;
	box-sizing: border-box;
	min-width: 88px
}

.wk-wrap-nav .mobile .pll-parent-menu-item .has-arrow>a::before {
	width: 12px;
	height: 12px;
	background-size: contain
}

.wk-wrap-nav .mobile .pll-parent-menu-item .has-arrow>a::after {
	width: 8px;
	height: 4px
}
.page-main{
    padding-top: 76px;
    padding-bottom: 80px;
}
.wk-post-crumbs {
	padding: 24px 0;
	font-size: 16px;
	color: #1B1F4D;
	line-height: 1.2;
}

.wk-post-crumbs a {
	color: inherit
}

.wk-post-crumbs span {
	color: #8D8FA6
}
.wk-tag-crumbs{
	padding: 48px 0;
}
.wk-tag-crumbs span{
    font-size: 28px;
	line-height: 42px;
	color: #000;
	
}
html[lang="zh-CN"] .wk-tag-crumbs span{
	font-weight: 600;
}
.wk-enter-study-center {
	margin-left: 8px;
	font-size: 14px;
	height: 29px;
	line-height: 29px;
	color: #ff5353;
	background: #fff;
	border-radius: 30px;
	font-weight: 600;
	padding: 0 12px;
	box-shadow: 0 1px 3px rgba(223,31,31,.25);
	white-space: nowrap;
}

@media (max-width:719px) {
	.wk-enter-study-center {
		height: 22px;
		line-height: 22px;
		font-size: 10px;
		padding: 0 7px;
	}

	.wk-enter-study-center img {
		width: 8px
	}
}

@media (max-width:1239px) {
	.wk-enter-study-center {
		margin-right: 20px
	}
}

.wk-enter-study-center:hover {
	color: #ff5353
}
.wk-post-main.no-cat-banner{
    padding-top: 93px;
}

.wk-list-by-category {
	position: -webkit-sticky;
	position: sticky;
	background: #fff;
	padding: 30px 40px;
	box-sizing: border-box
}

@media (min-width:720px) {
	.wk-list-by-category.sticky {
		position: fixed;
		z-index: 100
	}
}

.wk-list-by-category h5 {
	font-size: 18px
}

.ez-toc {
	position: -webkit-sticky;
	position: sticky;
	background: #fff;
	box-sizing: border-box
}

.wk-list-by-category .wk-category-post-list {
	margin-top: 16px;
	width: 100%;
	color: #333
}

.wk-list-by-category .wk-category-post-list li {
	display: flex;
	margin-bottom: 8px
}

.wk-list-by-category .wk-category-post-list li span {
	margin-left: auto;
	color: #999
}

.wk-list-by-category .wk-category-post-list li a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 10px;
	flex: 1;
	min-width: 0;
	max-width: 170px;
	box-sizing: border-box;
	color: #333
}

.wk-list-by-category .wk-category-post-list li a:hover {
	color: #ff484e
}

.ez-toc-widget-container a.ez-toc-link {
	color: #333
}

.ez-toc-widget-container a.ez-toc-link:hover {
	color: #333
}

.ez-toc-widget-container ul.ez-toc-list li::before {
	height: 22px
}

.ez-toc-widget-container a.ez-toc-link {
	color: #9f9f9f;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.ez-toc-widget-container a.ez-toc-link:before {
	transition: none
}

.ez-toc-widget-container li.active>a.ez-toc-link {
	color: #444
}

.wk-cate-header {
	background: linear-gradient(89.57deg, rgba(255, 83, 83, 0.08) -5%, rgba(251, 138, 56, 0.08) 60.27%, rgba(66, 0, 255, 0.08) 99.63%);
	margin-bottom: 24px;
	border-radius: 36px;
	position: relative;
	overflow: hidden;
}
.wk-cate-header:before{
    width: 247px;
    height: 20px;
    content:'';
    position: absolute;
    background: url(img/elliptic-l.svg) no-repeat;
    left:28%;
    top:0;
    z-index: 0;
}
.wk-cate-header:after{
    width: 217px;
    height: 135px;
    content:'';
    position: absolute;
    background: url(img/elliptic-r.svg) no-repeat;
    right:0;
    bottom:0;
    z-index: 0;
}

.wk-cate-header-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.wk-cate-header-l{
    flex:1;
    padding: 24px 0px 24px 32px!important;
    position: relative;
    z-index: 1;
}
.wk-cate-header-r{
    width: 243px;
    padding-right:16px;
    flex:none;
    position: relative;
    z-index: 1;
}
.wk-cate-header-r img{
    width: 198px;
    height: 198px;
    display: none;
}
.wk-cate-header-name {
	font-size: 28px;
	line-height: 1.2;
	color: #1B1F4D;
	font-weight: 900;
	
}
@media (max-width:719px) {
	.wk-cate-header-name {
		font-size: 20px
	}
}

.wk-cate-header-desc{
	font-size: 20px;
    line-height:1.4;
    color: #484C70 !important;
    margin-top: 16px;
}
.wk-cate-posts-count{
	font-size: 16px;
	line-height: 1.2;
	color: #8D8FA6;
	margin-top: 16px;
}

@media (max-width:719px) {
	.wk-cate-header-desc {
		font-size: 16px
	}
}

.wk-author-header-inner {
	display: flex
}

.wk-author-header-inner .avatar {
	width: 96px;
	height: 96px;
	border-radius: 100%;
	vertical-align: middle;
	box-sizing: border-box;
	border:1px solid #e7e7e9;
}

@media (max-width:719px) {
	.wk-author-header-inner .avatar {
		width: 80px;
		height: 80px;
		display: block;
	}
}

.wk-author-name-desc {
	display: inline-block;
	vertical-align: middle;
	margin-left: 27px;
	padding-top: 14px
}

@media (max-width:719px) {
	.wk-author-name-desc {
		margin-left: 0;
		text-align: center;
	}
}

.wk-author-name-desc .wk-author-name {
	font-size: 28px;
	
	color: #000;
}
html[lang="zh-CN"] .wk-author-name-desc .wk-author-name{
	font-weight: 600;
}
@media (max-width:719px) {
	.wk-author-name-desc .wk-author-name {
		font-size: 24px
	}
}

.wk-author-name-desc .wk-author-desc {
	color: #444;
	font-size: 24px
}
.author-latest-post{
	display: flex;
	background: #fff;
	border-radius: 36px;
	overflow: hidden;
	box-shadow: 0px 8px 30px 0px #0000000F;
}
.author-latest-l{
	width: 66.66%;
}
.author-latest-l a{
	display: block;
	padding-bottom: 56%;
	position: relative;
}
.author-latest-l a img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}
.author-latest-r{
	width: 33.33%;
	padding: 32px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.author-latest-r h4{
	display: flex;
}
.author-latest-r h3{
	margin: 24px 0 16px 0;
}
.author-latest-r h3 a{
	display: block;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}
.author-latest-r p{
	font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
    color: #8D8FA6;
}
.author-latest-r .home-post-meta-item{
    padding-right: 0;
    margin-right: 0;
}
.author-latest-r .home-post-meta-item:after{
    display: none;
}
/*2023-05-09以后添加*/
.wk-default-block{
	padding-top: 80px;
}
.wk-default-block.home-recommend-block{
    padding-top: 30px;
}
.wk-main .wk-default-block:last-child{
	padding-bottom: 80px;
}
.wk-block-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.wk-block-title h2{
	font-size: 34px;
	line-height: 1.2;
	font-weight: 900;
}
.wk-block-title a{
	display: flex;
	font-size: 16px;
	line-height: 24px;
	color: #484C70;
	align-items: center;
}
.wk-block-title a span{
	display: block;
}
.wk-block-title a i{
	font-weight: 600;
	display: block;
	color: #444;
	margin-left: 5px;
	font-size: 12px;
}
.wk-home-recommend-wrap{
	display: flex;
	margin-right: -23px;
}
.recommend-wrap-l{
	width: 40%;
	padding-right: 24px;
}
.recommend-wrap-r{
	width: 60%;
	padding-right: 24px;
}
.thumbnail_wrap{
	border-radius: 16px;
	overflow: hidden;
	display: block;
}
.thumbnail_wrap img{
	display: block;
	width: 100%;
	height: auto;
}
.recommend-default-list li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}
.recommend-default-list li:last-child{
    margin-bottom:0;
}
.recommend-default-list li .post-item-l{
    width: 160px;
    flex:none;
    margin-right: 24px;
}
.recommend-default-list li .post-item-r{
    flex:1;
    display: flex;
    flex-direction: column;
}
.sidebar-wrap .recommend-default-list li{
    display: block;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #EBECFA
}
.sidebar-wrap .recommend-default-list li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}
.sidebar-wrap .home-post-metas{
    margin-top: 16px;
}
.post-item-r .home-post-metas{
    margin-bottom: 0;
    margin-top: auto;
}
.single .recommend-default-list li{
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.recommend-default-list li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.recommend-default-list li h3{
	margin-bottom: 10px;
}
.recommend-default-list li h3 a{
	display: block;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
html[lang="zh-CN"] .recommend-default-list li h3 a{
	font-weight: 600;
}
.recommend-metas{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 16px;
	font-size: 16px;
}
.recommend-metas a{
	display: block;
	color: #FF5353;
}
.recommend-metas span{
	display: block;
	color: #999;
}
.recommend-post-first{
	height: 100%;
}
.post-item-wrap{
    background: #fff;
	border-radius: 36px;
	box-shadow: 0px 8px 30px 0px #0000000F;
	overflow: hidden;
}
.recommend-post-first .thumbnail_wrap{
    border-radius: 36px 36px 0 0;
}
.recommend-post-up{
	padding: 15px 24px 24px 24px;
}
.recommend-post-up h4 a{
	display: block;
	font-size: 20px;
	line-height: 28px;
}
.recommend-post-up h3 a{
	display: block;
    font-size: 28px;
	line-height: 1.2;
	font-weight: 700;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recommend-post-up h3{
	margin-top: 9px;
}
.recommend-post-up p{
	font-size: 16px;
	line-height: 24px;
	height: 72px;
	margin-top: 16px;
	color: #8D8FA6;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.home-post-metas{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}
.cat-link{
    display: block;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
    border-radius: 13px;
    background:  linear-gradient(90deg, rgba(255, 83, 83, 0.08) 8.55%, rgba(109, 56, 251, 0.08) 61.14%, rgba(0, 157, 255, 0.08) 100%);
}
.cat-link:hover{
    background: linear-gradient(90deg, #FF5353 8.55%, #6D38FB 61.14%, #009DFF 100%);
    color: #fff;
}
.home-post-meta-r{
    display: flex;
    align-items: center;
}
.home-post-meta-item{
    display: flex;
    align-items: center;
    padding-right: 12px;
    margin-right:12px;
    position: relative;
    color: #8D8FA6;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
}
.entry-header .home-post-meta-item{
    font-size: 16px;
}
.entry-header .home-post-meta-item img{
    height: 24px;
}
.sharethis-buttons-meta{
    position: relative;
}
.entry-header .sharethis-buttons-meta>a{
    display: flex;
    height: 27px;
    align-items: center;
    padding: 0 12px;
    background: #f5f5fc;
    border-radius: 14px;
    color: #484C70;
    font-size: 16px;
}
.entry-header .sharethis-buttons-meta>a>img{
    height: 14px;
    display: block;
    width: auto;
    margin-right: 3px;
}
.post-share-popoup{
    position: absolute;
    right: 0;
    top:27px;
    width: max-content;
    z-index: -1;
    opacity: 0;
    padding-top: 16px;
}
.sharethis-buttons-meta:hover .post-share-popoup{
    opacity: 1;
    z-index: 99;
}
.post-share-popoup .sharethis-inline-share-buttons:before{
    width: 24px;
    height: 24px;
    background: rgba(255,255,255);
    content: '';
    transform: rotate(-45deg);
    right:27px;
    top: -8px;
    position: absolute;
    z-index:1;
}
.post-share-popoup .sharethis-inline-share-buttons{
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 16px;
    padding: 16px 8px 16px 16px;
    box-shadow: 0px 0px 20px 0px #00000014;
}
.post-share-popoup .sharethis-inline-share-buttons>div{
    position: relative;
    z-index: 4;
}
.post-share-popoup .sharethis-inline-share-buttons img{
    top:12px !important;
    margin-right: 0 !important;
}
.home-post-meta-item img{
    display: block;
    margin-right: 3px;
    margin-top: -2px;
    height: 18px;
}
.home-post-meta-item span{
    display: block;
}
.home-post-meta-item:after{
    content:'';
    width: 1px;
    height: 12px;
    background: #DFE0ED;
    position: absolute;
    right:0;
    top:50%;
    margin-top: -6px;
}
.home-post-meta-r .home-post-meta-item:last-child{
    padding-right: 0;
    margin-right: 0;
}
.home-post-meta-r .home-post-meta-item:last-child:after{
    display: none;
}
.home-post-meta-r .home-post-meta-item.last-one{
    padding-right:0;
}
.home-post-meta-r .home-post-meta-item.last-one:after{
    display: none;
}
.recommend-default-list.post-item-wrap{
    padding: 24px;
    height: 100%;
}
.default-post-lists{
	display: flex;
	flex-wrap: wrap;
	margin-right: -23px;
	margin-bottom: -23px;
}
.default-post-lists li{
	width: 33.33%;
	padding-right: 23px;
	margin-bottom: 23px;
	box-sizing: border-box;
}
.default-post-inner{
	height: 100%;
	display: flex;
	flex-direction: column;
}
.default-post-inner .thumbnail_wrap{
	flex:none;
	border-radius: 36px 36px 0 0;
}
.default-post-buttom h3 a{
	display: block;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	max-height: 72px;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}

.default-post-buttom{
	padding: 20px 24px 24px 24px;
	display: flex;
	flex-direction: column;
	flex:1;
}
.default-post-buttom p{
	font-size: 16px;
	line-height: 24px;
	color: #8D8FA6;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 400;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.default-post-item-bottom{
	margin-top: auto;
	margin-bottom: 0;
}
.home-post-metas .home-post-meta-item:last-child{
    padding-right:0;
    margin-right: 0;
}
.home-post-metas .home-post-meta-item:last-child:after{
    display: none;
}
.default-post-lists .home-post-metas .home-post-meta-item{
    padding-right: 0;
    margin-right: 0;
}
.default-post-lists .home-post-metas .home-post-meta-item:after{
    display: none;
}
.single-tags{
    margin-right: -10px;
    font-size: 0;
    overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	height: 25px;
}
.single-tags .tag-link{
    height: 25px;
    line-height: 25px;
    padding: 0 8px;
    background: #f5f5fc;
    border-radius: 13px;
    color: #484C70;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    
}
.single-tags .tag-link:hover{
    color: #fff;
    background: #1B1F4D;
}
.swiper-wrapper.default-post-lists{
    flex-wrap: nowrap;
    margin-right: 0;
    margin-bottom: 0;
    /*padding-left:calc((100% - 1400px)/2);*/
}
.swiper-wrapper.default-post-lists .swiper-slide{
    height: auto;
}
.wk-recommends-list-block .swiper-pagination{
    position: relative !important;
    display: block !important;
    margin-top: 0 !important;
}
.wk-recommends-list-block .swiper-button-next,
.wk-recommends-list-block .swiper-button-prev{
    position: relative !important;
}
.wk-recommends-list-block .swiper-button-next, .wk-recommends-list-block .swiper-button-prev{
    top:auto;
    margin-top: 0;
    width: 24px;
    height: 24px;
    color: #484C70;
}
.wk-recommends-list-block .swiper-button-next:after, .wk-recommends-list-block .swiper-button-prev:after{
    font-size: 12px;
    font-weight: 600;
}
.wk-recommends-list-block .swiper-button-next.swiper-button-disabled, 
.wk-recommends-list-block .swiper-button-prev.swiper-button-disabled{
    color: #DFE0ED;
    opacity: 1;
}
.wk-recommends-list-block .swiper-button-prev, .swiper-rtl .swiper-button-next{
    left:auto;
}
.wk-recommends-list-block .swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: auto;
}
.wk-block-title-r{
    display: flex;
    align-items: center;
    margin-right: -5px;
}
.wk-recommends-list-block .swiper-horizontal>.swiper-pagination-bullets, 
.wk-recommends-list-block .swiper-pagination-bullets.swiper-pagination-horizontal, 
.wk-recommends-list-block .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0 !important; 
}
.swiper-pagination-total{
    color: #8D8FA6 !important;
}
.read-time{
	display: flex;
	align-items: center;
}
.read-time i{
	font-weight: 100;
	padding-right: 5px;
}
.wk-default-block.wpm-block{
	padding: 0 !important;
	margin-top: 50px;
}
.wpm-block{
	background-color: #ff6666;
	background-image: url(img/wpm-banner.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}
.wpm-block-inner{
	display: flex;
	align-items: center;
}
.wpm-block-inner>img{
	display: block;
	height: 205px;
	width: auto;
	flex:unset;
}
.wpm-block-inner .wpm-text-wrap{
	flex:1;
	padding: 0 25px;
}
.wpm-block-inner .wpm_form{
    width: 490px;
	flex:unset;
	position: relative;
}
.wpm_form{
	position: relative;
}
/*底部样式*/
.footer-top{
    height: 800px;
    position: relative;
    margin-bottom: -285px;
    z-index: 1;
    background: linear-gradient(180deg, #1B1F4D 0%, #561499 100%);
}
.footer-top:before{
    content:'';
    width:100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    background: linear-gradient(180deg, #1D1F50 12.51%, rgba(86, 20, 152, .4) 100%);
    z-index: 3;
}
.footer-top-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top:0;
    left:0;
    padding: 100px 6% 0 6%;
    z-index: 2;
}
.footer-top-bg img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.footer-leave-message-wrap{
    padding-top: 160px;
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    z-index: 9;
}
.footer-leave-message-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.footer-leave-message-inner h2{
    font-size: 48px;
    line-height: 1.2;
    color: #fff;
    font-weight: 900;
    text-align: center;
}
.footer-leave-message-button{
    height: 66px;
    line-height: 1.2;
    color: #fff !important;
    border-radius: 33px;
    padding: 16px 60px;
    display: block;
    border:2px solid #fff;
    background: linear-gradient(90deg, #FF5353 8.55%, #6D38FB 61.14%, #009DFF 100%);
    font-size: 28px;
    font-weight: 700;
    margin-top: 60px;
    position: relative;
    z-index: auto;
}
.footer-leave-message-button:after{
    content: '';
    background: linear-gradient(90deg, #FF5353 8.55%, #6D38FB 61.14%, #009DFF 100%);
    position: absolute;
    top:40%;
    z-index: -10;
    display: block;
    width:100%;
    height: 60%;
    border-radius: 99px;
    left:0;
    -webkit-filter: blur(25px);
    filter: blur(25px);
    opacity: .7;
}
.colorfulBtn:hover, .colorfulBtn:hover:after {
    animation: gradient-animation-2 10s ease infinite;
}
.footer-middle{
    position: relative;
    z-index: 2;
}
.footer-middle-inner{
    background: rgb(49 53 95);
    border-radius: 36px;
    padding: 60px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    position: relative;
}
.footer-middle-t{
    display: flex;
    justify-content: space-between;
}
.footer-middle-t-l{
    width: 53.5%;
    display: flex;
    flex-direction: column;
}
.footer-middle-t-r{
    width: 46.5%;
    padding-left:49px;
    border-left:1px solid hsla(0,0%,100%,.08);
}
.wk-footer-nav{
    display: flex;
    justify-content: space-between;
    width:100%;
    margin-bottom: 60px;
}
.wk-footer-nav li a{
    color: #fff;
    line-height: 1.2;
}
.wk-footer-nav>li{
    flex:1;
}
.wk-footer-nav svg{
    display: none !important;
}
.wk-footer-nav>li>span>a{
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 16px;
}
.wk-footer-nav>li>ul>li{
    margin-top: 24px;
}
.wk-footer-nav>li>ul>li>span>a{
    color: #fff;
    opacity: .85;
    display: block;
}
.wk-footer-nav>li>ul>li>span>a:hover{
    opacity: 1;
}
.footer-payments-wrap{
    width:100%;
    margin-top: auto;
    margin-bottom: 0;
}
.footer-payments-wrap h3,
.footer-subscribe-wrap h3,
.footer-app-download-wrap h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}
.footer-payments-lists{
    margin-right: -16px;
    display: flex;
    flex-wrap: wrap;
}
.footer-payments-lists li{
    margin-top: 16px;
    padding-right: 16px;
}
.footer-payments-lists li img{
    display: block;
    height: 48px;
    width: auto;
}
.subscribe-form{
    margin-top: 16px;
    width: 100%;
    position: relative;
}
.subscribe-form input{
    height: 48px;
    line-height: 48px;
    padding: 0 24px 0 24px;
    border-radius: 24px;
    border:none;
    background: #fff !important;
    box-shadow: none;
    width: 100%;
    font-size: 16px;
    outline: none;
}
.subscribe-form input:-webkit-autofill {
    background: transparent;
    transition: background-color 50000s ease-in-out 0s;
    -webkit-text-fill-color: unset;
}
.subscribe-form .footer-subscribe-button{
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 24px;
    background: #FF5353;
    border-radius: 20px;
    position: absolute;
    top:4px;
    right:4px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.subscribe-form .footer-subscribe-button span{
    color: #fff;
    animation:rotate .4s linear infinite;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    width: 24px;
    position: relative;
    top:8px;
}
.footer-app-download-lists{
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-app-download-lists li{
    height: auto;
    flex:none;
}
.footer-app-download-lists li a img{
    display: block;
    max-height: 79px;
    width: auto;
    max-width: 100%;
}
.footer-app-download-wrap{
    margin-top: 34px;
}
.cappa_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
}
.cappa_wrap a{
    display: block;
}
.cappa_wrap a img{
    height: 60px;
    width: auto;
}
.cappa_wrap p{
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
}
.socails-wrap{
    margin-top: 34px;
}
.socail-lists{
    display: flex;
    justify-content: center;
    align-items: center;
}
.socail-lists li{
    padding: 0 12px;
}
.socail-lists li a{
    display: block;
    background: #FDFDFD;
    border-radius: 7.33px;
    overflow: hidden;
    height: 44px;
    width:44px;
    opacity: .5;
}
.socail-lists li a img{
    height: 44px;
    width: 44px;
    margin-bottom: 0;
}
.socail-lists li a:hover{
    opacity: 1;
}
.awards-wrap{
    margin-top: 34px;
}
.awards-lists{
    display: flex;
    justify-content: space-between;
    margin-right: -16px;
}
.awards-lists li{
    width: 33.33%;
    padding-right: 16px;
}
.award-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.award-item img{
    display: block;
    width: 26px;
    height: auto;
}
.award-item img:last-child{
    transform: rotateY(180deg);
}
.award-words{
    text-align: center;
}
.award-words h4{
    font-size: 12px;
    font-weight: 16px;
}
.award-words p{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    opacity: .45;
    margin-top: 5px;
}
.footer-middle-b{
    margin-top: 60px;
}
.contacts-lists{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 12px 48px 12px 0;
    background: #FFFFFF14;
    border-radius: 36px;
}
.contacts-lists li{
    flex:1;
}
.contact-item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.contact-item img{
    height: 16px;
    display: block;
    width: auto;
    margin-right: 12px;
}
.contact-item h4, .contact-item h4 a{
    line-height: 24px;
    font-weight: 500;
    color: #fff;
}
.contact-des, .contact-des a{
    line-height: 16.8px;
    color: #FFFFFF73;
}
.footer-bottom{
    position: relative;
    z-index: 2;
}
.footer-bottom-inner{
    margin-top: 40px;
}
.footer-bottom-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-bottom-nav li{
    padding: 0 8px;
    font-size: 14px;
    font-weight: 400 !important;
}
.footer-bottom-nav li span{
    color: #484C70;
}
.footer-bg-image img{
    display: block;
    width: 714px;
    height: auto;
    margin: 120px auto 0 auto;
}
body .wpm_form .wpm_email input{
    width: 100%;
	border:none;
	height: 52px;
	line-height: 52px;
	border-radius: 26px;
	padding: 0 140px 0 24px;
	box-sizing: border-box;
	font-size: 18px;
	outline: none;
}
body .footer-wpm .wpm_form .wpm_email input{
    background: #f1f1f2;
}
body .wpm_form .wpm_submit a.wpm_submitbtn{
    position: absolute;
	right: 4px;
	top:4px;
	height: 44px;
	line-height: 44px;
	width: 118px;
	text-align: center;
	color: #fff !important;
	border-radius: 22px;
	font-size: 16px;
	background-color: #FF5353;
}
body .wpm_form .wpm_submit a.wpm_submitbtn i{
	font-weight: 600;
	animation:rotate .4s linear infinite;
}
.footer-wpm{
	width: 100%;
	margin-bottom: 36px;
}
.wk_sub_error{
	margin-top: 16px;
    display: none;
}
.wk-recommends-list-block{
	background: #F8F9FF;
	padding: 80px 0;
}
.wk-cat-nav-height{
	height: 67px;
	display: none;
}
.phone-show{
    display: none;
}
body.author .page-main{
    padding-bottom: 0 !important;
}
.phone-menu{
    display: none;
}

/**
* Navigation Defaults
*/
.nav {
    position: fixed;
    z-index: 999;
    opacity: 0;
  }
  .nav--active{
      height: 100% !important;
  }
  .nav--active .nav {
    opacity: 1;
  }
  .nav__list {
    margin: 0;
    border-top: 1px solid #e5e5e5;
    height: calc(100vh - 57px);
    background: #fff;
    padding-top: 20px;
  }
  .nav__list li {
    list-style-type: none;
  }
  .nav__list>li{
    padding: 0 20px;
    position: relative;
    line-height: 50px;
  }
  .nav__list li a{
    font-size: 20px;
    font-weight: 700;
    color: #1B1F4D;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    line-height: 60px;
  }
  .nav__list>li>a{
    display: block;
    border-bottom: 1px solid #e5e5e5;
  }
  .nav__list>li.menu-item-has-children span.iconfont {
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 50px;
    z-index: 9999;
    padding: 0 20px;
    color: #999;
    display: block;
  }
  .nav__list>li.menu-item-has-children.show span.iconfont {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }
  .nav__list>li.show .sub-menu{
    display: block;
  }
  .nav__list>li.bigshow .sub-menu{
    display: block;
  }
  .nav__list .sub-menu{
    display: none;
    padding-left: 15px;
  }
  .nav__list .sub-menu li a{
      display: block;
      font-size: 18px;
  }
  .nav__list .sub-menu li .sub-menu{
    display: none;
    position: fixed;
    top:0px;
    left:0;
    bottom:0;
    right:0;
    z-index: 999999;
    padding: 0 15px;
  }
  .nav__list .sub-menu li .sub-menu.sub--active{
    display: block;
  }
  .nav__list .sub-menu li .sub-menu li a{
      color: #000;
      display: block;
      border-bottom: 1px solid #e5e5e5;
  }
  .nav__list .sub-menu li .sub-menu li a.menu_back{
    vertical-align: middle;
  }
  .nav__list .sub-menu li .sub-menu li a.menu_back i{
    display: inline-block;
    transform:rotate(180deg);
    margin-right: 5px;
    vertical-align: middle;
    font-size: 18px;
  }
  .nav__list .sub-menu li .sub-menu li a.menu_back span{
    vertical-align: middle;
    display: inline-block;
  }
  /* Default navigation icon */
  .nav__trigger {
    display: flex;
    align-items: center;
      position: absolute;
      width: 24px;
      left: 20px;
      padding: 3px;
      z-index: 9999;
      height: 24px;
      top:16.5px;
  }
  /* .nav--active .nav__icon, .fixheader .nav__icon, .fixed .nav__icon, .header:hover .nav__icon{
      background: #24262b;
  }
  .nav--active .nav__icon:before, .fixheader .nav__icon:before, .fixed .nav__icon:before, .header:hover .nav__icon:before{
      background: #24262b;
  }
  .nav--active .nav__icon:after, .fixheader .nav__icon:after, .fixed .nav__icon:after, .header:hover .nav__icon:after{
      background: #24262b;
  } */
  .nav__icon {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background-color: #1B1F4D;
  }
  .nav__icon:before,
  .nav__icon:after {
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    background: #1B1F4D;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .nav__icon:before {
    margin-top: -6px;
  }
  .nav__icon:after {
    margin-top: 6px;
  }
  /* Don't nest if you don't have to. */
  /**
  * Style #1
  */
  .style-1 .nav {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    width: 100%;
    top: 0;
    padding-top: 57px;
  }
  .style-1 .nav__link {
    opacity: 0;
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
  }
  .style-1 .nav--active .nav__link {
    opacity: 1;
    font-size: 16px;
    line-height: 45px;
  }
  .style-1 .nav--active .nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
     background: #fff;
     width: 100%;
     left:0;
     bottom:0;
  }
  .style-1 .nav--active .nav__icon {
    background: rgba(0, 0, 0, 0);
  }
  .style-1 .nav--active .nav__icon:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #000;
  }
  .style-1 .nav--active .nav__icon:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            background: #000;
  }
  .nav__list .menu-item-wrapper.has-arrow{
      justify-content: space-between;
  }
  .nav__list .menu-item-wrapper.has-arrow svg{
      width: 16px;
      height: 16px;
  }
  .nav__list .sub-menu-wrap{
      padding: 0;
      background: none;
      box-shadow: none;
      border-radius: 0;
  }
  .nav__list .age_appropriate,
  .nav__list .menu-item-wrapper>a>p{
      display: none;
  }
  .nav__list>li.show svg{
      transform: scaleY(-1);
  }
.new-phone-show{
    display: none !important;
}
.wk-user-menu-popoup{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000B2;
    z-index: 99999;
}
.wk-user-menu-popoup-inner{
    padding: 16px;
    border-radius: 16px 16px 0 0;
    background: #fff;
    box-shadow: 0px 8px 30px 0px #0000000F;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.user-menu-popoup-close{
    display: block;
    opacity: .5;
    cursor: pointer;
    position: absolute;
    top:16px;
    right:16px;
}
.user-menu-popoup-close img{
    width: 24px;
    height: 24px;
}
.wk-user-menu-popoup-main{
    display: flex;
    flex-direction: column;
    padding: 16px 20px;
    align-items: center;
}
.wk-user-menu-popoup-main img{
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 0 solid #e5e7eb;
}
.wk-user-menu-popoup-main h2{
    color: #1b1f4d;
    font-size: 16px;
    font-weight: 800;
    margin: 12px auto 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize;
}
.wk-user-menu-popoup-main .user-menu-loginbutton{
    width: 100%;
    display: block;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    color: #fff;
    background: linear-gradient(90.07deg, #FF5353 0.07%, #6D38FB 61.45%, #009DFF 99.94%);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border: none;
    margin: 0;
}
.wk-user-menu-popoup-main .user-logout-button{
    color: #8d8fa6;
    margin: 24px auto;
    text-align: center;
    font-size: 20px;
    padding: 16px;
    width: 100%;
}
@media (max-width: 1440px){
    .header-user-menu-wrap ul li a span{
        font-size: 14px;
    }
    .footer-wukong-img{
        top:-144px;
    }
    .footer-wukong-img img{
        width: 260px;
        height: auto;
    }
    .wk-home-recommend-wrap{
        margin-right: -16px;
    }
    .recommend-wrap-r{
        padding-right:16px;
    }
    body{
        font-size: 14px;
    }
	.wk-container, .container{
	    max-width: 1024px;
	}
	.wk-wrap-nav-inner{
	    width: 984px;
	    padding: 0 20px;
	}
	#nav-header>li{
	    padding: 0 10px;
	    height: 65px;
        line-height: 65px;
	}
	.site-title a img{
	    height: 24px;
	}
	#nav-header{
	    margin: 0 24px;
	}
	.language-button{
	    font-size: 12px;
	}
	.login-button{
	    margin: 0 12px;
	}
	.banner-swiper-slide{
	    padding: 0 calc((100% - 984px)/2);
	}
	.wk-banner {
        padding-top: 135px;
        padding-bottom: 65px;
    }
    .banner-slide-l h3 a{
        font-size: 12px;
    }
    .banner-slide-l h2 a{
        font-size: 28px;
        margin: 12px 0 8px 0;
    }
    .banner-slide-l p{
        font-size: 16px;
        line-height: 24px;
        height: 72px;
        margin: 0 0 8px 0;
    }
    .banner-more-link img{
        display: block;
        width: 16px;
    }
    .banner-slide-l{
        padding-bottom: 40px;
    }
    .wk-banner .swiper-horizontal>.swiper-pagination-bullets, .wk-banner .swiper-pagination-bullets.swiper-pagination-horizontal, .wk-banner .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: -4px;
        left: calc((100% - 984px)/2 - 4px);
    }
    .wk-banner .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
        margin: 0 4px !important;
    }
    .wk-category-head.cat-nav-fix{
        top:148px;
    }
    .wk-category-head{
        top:148px;
    }
    .wk-category-head-inner{
        font-size: 14px;
    }
    .wk-category-wrapper>li>span{
        font-size: 14px;
    }
    .wk-category-wrapper>li>span>a{
        padding: 8px 16px;
    }
    .wk-category-wrapper>li{
        padding:10.5px 0;
    }
    .menu-search .searchform{
        width: 250px;
        height: 33px;
    }
    .menu-search .searchform input{
        font-size: 14px;
    }
    button.search-button {
        font-size: 12px;
        line-height: 27px;
        height: 27px;
        right: 3px;
        top: 3px;
    }
    .popular-searches-popup{
        padding: 16px;
        border-radius: 16px;
    }
    .popular-searches-popup h3{
        font-size: 14px;
        margin-bottom: 8px;
    }
    .wk-cat-nav-height{
        height: 65px;
    }
    .popular-search-texts a{
        height: 25px;
        line-height: 25px;
        margin-right: 8px;
        margin-top: 8px;
        font-size: 12px;
        padding: 0 8px;
    }
    .wk-category-wrapper>li>ul li{
        margin-bottom: 0;
    }
    .wk-category-wrapper>li>ul.sub-menu>.sub-menu-wrap{
        font-size: 14px;
    }
    .wk-default-block.home-recommend-block{
        padding-top: 24px;
    }
    .wk-block-title h2{
        font-size: 28px;
    }
    .wk-block-title{
        margin-bottom: 24px;
    }
    .recommend-post-up{
        padding: 16px;
    }
    .recommend-post-up h3{
        margin-top: 0;
    }
    .recommend-post-up h3 a{
        font-size: 20px;
    }
    .recommend-post-up p{
        font-size: 14px;
        line-height: 22px;
        height: 66px;
        margin-top: 12px;
    }
    .home-post-metas{
        margin-top: 16px;
    }
    .cat-link{
        font-size: 12px;
        height: 22px;
        line-height: 22px;
    }
    .home-post-meta-item {
        padding-right: 8px;
        margin-right:8px;
        font-size: 12px;
    }
    .home-post-meta-item img{
        height: 12px;
        margin-right: 2px;
        margin-top: -1px;
    }
    .recommend-default-list.post-item-wrap{
        padding: 16px;
    }
    .recommend-default-list li .post-item-l {
        width: 128px;
        margin-right: 16px;
    }
    .recommend-default-list li h3 a{
        font-size: 16px;
    }
    .recommend-wrap-l{
        padding-right: 16px;
    }
    .recommend-default-list li:last-child{
        display: none;
    }
    .recommend-post-first .thumbnail_wrap{
        border-radius: 24px 24px 0 0;
    }
    .post-item-wrap{
        border-radius: 24px;
    }
    .banner-slide-r a{
        border-radius: 24px;
    }
    .recommend-default-list li{
        margin-bottom: 33px;
    }
    .recommend-default-list li:nth-child(4){
        margin-bottom: 0;
    }
    .wk-default-block{
        padding-top: 60px;
    }
    .default-post-buttom{
        padding: 16px;
    }
    .default-post-buttom h3 a{
        font-size: 16px;
        line-height: 24px;
        max-height: unset;
		-webkit-line-clamp: unset;
    }
    .default-post-buttom p{
        font-size: 14px;
        line-height: 22px;
        margin-top: 8px;
        margin-bottom: 12px;
    }
    .single-tags .tag-link{
        height: 22px;
        line-height: 22px;
        font-size: 12px;
        margin-right: 4px;
    }
    .home-post-list-block .home-post-metas{
        margin-top: 14px;
    }
    .default-post-lists{
        margin-right: -16px;
        margin-bottom: -16px;
    }
    .default-post-lists li{
        padding-right:16px;
        margin-bottom: 16px;
    }
    .wk-recommends-list-block{
        padding: 48px 0 60px 0;
    }
    /*.swiper-wrapper.default-post-lists{*/
    /*    padding-left: calc((100% - 984px)/2);*/
    /*}*/
    .default-post-inner .thumbnail_wrap{
        border-radius: 24px 24px 0 0;
    }
    .footer-top{
        height: 584px;
        margin-bottom: -224px;
    }
    .footer-leave-message-wrap{
        padding-top: 120px;
    }
    .footer-top-bg{
        padding: 90px 0 0 0;
    }
    .footer-leave-message-inner h2{
        font-size: 34px;
    }
    .footer-leave-message-button{
        margin-top: 48px;
        height: 56px;
        padding: 14px 48px;
        font-size: 20px;
    }
    .footer-middle-inner {
        padding: 40px;
        font-size: 12px;
    }
    .wk-footer-nav>li>span>a{
        font-size: 14px;
        margin-bottom: 12px;
    }
    .wk-footer-nav>li>ul>li{
        margin-top: 12px;
    }
    .footer-middle-t-l{
        padding-right:24px;
    }
    .wk-footer-nav>li{
        flex:none;
    }
    .footer-middle-t-r{
        padding-left:40px;
    }
    .footer-payments-wrap h3, .footer-subscribe-wrap h3, .footer-app-download-wrap h3{
        font-size: 14px;
    }
    .subscribe-form input {
        height: 43px;
        line-height: 43px;
        font-size: 14px;
    }
    .subscribe-form .footer-subscribe-button {
        height: 35px;
        line-height: 35px;
        padding: 0 24px;
        color: #fff;
        font-size: 16px;
    }
    .footer-app-download-wrap{
        margin-top: 28px;
    }
    .footer-app-download-lists li a img{
        height: 50px;
    }
    .cappa_wrap{
        margin-top: 28px;
    }
    .cappa_wrap a img{
        height: 50px;
    }
    .cappa_wrap p{
        font-size: 14px;
    }
    .socails-wrap{
        margin-top: 28px;
    }
    .socail-lists li{
        padding: 0;
    }
    .socail-lists li a img{
        width: 36px;
        height: 36px;
    }
    .socail-lists{
        justify-content: space-between;
    }
    .socail-lists li a{
        width: 36px;
        height: 36px;
    }
    .phone-show{
        display: block;
    }
    .pc-show{
        display: none;
    }
    .awards-wrap{
        margin-top: 40px;
    }
    .footer-middle-b{
        margin-top: 40px;
    }
    .awards-lists{
        justify-content: center;
    }
    .awards-lists li{
        width: 22%;
        margin: 0 33px;
    }
    .wk-footer-nav{
        margin-bottom: 40px;
    }
    .footer-payments-lists li img{
        height: 40px;
    }
    .contact-des, .contact-des a{
        font-size: 12px;
        line-height: 1.3;
    }
    .contacts-lists{
        padding-right: 24px;
    }
    .footer-bottom-inner{
        margin-top: 24px;
    }
    .footer-bottom-nav li{
        font-size: 12px;
    }
    .footer-bg-image img{
        margin: 60px auto 0 auto;
        width: 476px;
    }
    .page-main {
        padding-top: 65px;
        padding-bottom: 60px;
    }
    .wk-post-crumbs{
        padding: 16px 0;
        font-size: 14px;
    }
    .wk-cate-header-l{
        padding:24px;
    }
    .wk-cate-header-name{
        font-size: 20px;
    }
    .wk-cate-header-desc{
        margin-top: 12px;
        font-size: 16px;
        line-height: 1.2;
    }
    .wk-cate-header-r{
        width: 150px;
        padding-right: 12px;
    }
    .wk-cate-header-r img{
        width: 100%;
        height: auto;
    }
    .wk-cate-posts-count{
        font-size: 14px;
        margin-top: 12px;
    }
    .wk-cate-header{
        margin-bottom: 16px;
    }
    .content-inner-list-wrap{
        padding: 24px;
    }
    .article-type-list{
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
    .type-list-title{
        font-size: 16px;
        line-height: 24px;
    }
    .type-list-excerpt{
        font-size: 14px;
        line-height: 22px;
        margin-top: 4px;
        margin-bottom: 12px;
    }
    .type-list-center{
        padding-right: 24px;
    }
    .type-list-left{
        width: 230px;
    }
    .pagination{
        margin-top: 24px;
    }
    .sidebar-wrap{
        padding: 24px;
        margin-bottom: 16px;
    }
    .sidebar-title{
        margin-bottom: 24px;
    }
    .sidebar-title h2{
        font-size: 20px;
    }.sidebar-wrap .recommend-default-list li{
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
    .content-inner-r{
        padding-left: 16px;
    }
    .sidebar-title a{
        height: 33px;
        font-size: 14px;
    }
    .tags-lists li a{
        height: 35px;
        line-height: 35px;
        padding: 0 16px;
        font-size: 16px;
    }
    .tags-lists li{
        padding-right: 12px;
        margin-bottom: 12px;
    }
    .tags-lists{
        margin-right: -12px;
        margin-bottom: -12px;
    }
    .sidebar-wrap.sidebar-banner-wrap .swiper-pagination{
        margin-top: 12px;
    }
    .sidebar-wrap.sidebar-banner-wrap .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
        margin: 0 4px !important;
    }
    .banner-thumb img{
        border-radius: 24px;
    }
    .search-tag-results-wrap{
        margin: 16px 0;
        height: 43px;
        line-height: 43px;
        font-size: 16px;
    }
    .wk-post-wrapper .sidebar-directory-box .wk_eztoc_box{
        padding: 16px 24px 16px 8px;
        border-radius: 24px;
    }
    .wk-sidebar-wrapper{
        margin-right: 16px;
    }
    .tzggtit {
        font-size: 20px;
        font-weight: 900;
        line-height: 1.2;
        color: #1B1F4D;
        margin-bottom: 0px;
        padding-left: 16px;
    }
    .wk-post-wrapper #ez-toc-container a{
        padding-left:16px;
    }
    .wk-post-wrapper #ez-toc-container li{
        padding: 4px 0;
        font-size: 14px;
        line-height: 1.2;
    }
    .wk-post-wrapper #ez-toc-container nav li a.active:before{
        top:2px;
    }
    .post-wrapper{
        padding: 24px;
        border-radius: 24px;
    }
    .entry-header .entry-title{
        font-size: 28px;
        margin-bottom: 16px;
    }
    .entry-header .single-tags .tag-link{
        margin-bottom: 0;
    }
    .entry-header .single-tags{
        margin-bottom: 16px;
    }
    .post-author-meta img{
        width: 28px;
        height: 28px;
        margin-right: 5.5px;
    }
    .post-author-meta span{
        font-size: 14px;
    }
    .entry-header .home-post-meta-item{
        font-size: 14px;
    }
    .entry-header .home-post-meta-item img{
        width: 16px;
        height: 16px;
    }
    .entry-header .sharethis-buttons-meta>a {
        font-size: 14px;
    }
    .entry-header{
        margin-bottom: 24px;
    }
    .entry p{
        margin-bottom: 16px;
    }
    .entry {
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
    }
    .entry .wp-block-archives, .entry .wp-block-audio, .entry .wp-block-button, .entry .wp-block-calendar, .entry .wp-block-categories, .entry .wp-block-code, .entry .wp-block-columns, .entry .wp-block-cover, .entry .wp-block-embed, .entry .wp-block-file, .entry .wp-block-gallery, .entry .wp-block-image, .entry .wp-block-latest-comments, .entry .wp-block-latest-posts, .entry .wp-block-media-text, .entry .wp-block-preformatted, .entry .wp-block-pullquote, .entry .wp-block-quote, .entry .wp-block-rss, .entry .wp-block-search, .entry .wp-block-separator, .entry .wp-block-shortcode, .entry .wp-block-table, .entry .wp-block-tag-cloud, .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry>ol, .entry>ul{
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .entry h2{
        font-size: 20px;
        line-height: 1.2;
    }
    .entry h1 {
    	font-size: 24px;
    }
    .entry h3 {
    	font-size: 18px;
    }
    
    .entry h4 {
    	font-size: 16px;
    }
    
    .entry h5 {
    	font-size: 14px;
    }
    .entry h6 {
    	font-size: 12px;
    }
    .retention-card-new{
        padding: 24px;
        margin-bottom: 24px;
        border-radius: 16px;
    }
    .entry img{
        border-radius: 16px;
    }
    .retention-card-new .retention-card-l h3{
        font-size: 20px !important;
        line-height: 24px;
        margin: 16px 0 8px 0 !important;
        margin-top: 16px !important;
        margin-bottom: 8px !important;
    }
    .retention-card-l p{
        margin: 0;
    }
    .retention-card-new .retention-card-l>p{
        font-size: 16px !important;
        line-height: 1.2;
    }
    .retention-card-l a.retention-card-button{
        margin-top: 16px;
        height: 43px;
        line-height:39px !important;
        padding: 0 30px;
        font-size: 16px;
    }
    .retention-card-r{
        width: 180px;
        height: 180px;
        margin-left: 24px;
    }
    .gloabl-retention-card-wrap .retention-card-r{
        width: 204px;
        height: 220px;
    }
    .retention-new-button a, .global-cta-btn a{
        height: 56px;
        line-height: 53px;
        padding: 0 48px;
        font-size: 20px;
    }
    body .saboxplugin-wrap{
        padding: 24px;
        border-radius: 16px;
    }
    body .saboxplugin-wrap .saboxplugin-gravatar img{
        width: 48px;
        height: 48px;
    }
    body .saboxplugin-wrap .saboxplugin-gravatar{
        margin-right: 12px;
    }
    body .saboxplugin-wrap .saboxplugin-authorname{
        font-size: 20px;
    }
    body .saboxplugin-wrap .saboxplugin-authorname a{
        line-height: 48px;
    }
    body .saboxplugin-wrap .saboxplugin-socials a svg{
        width: 21px;
        height: 21px;
    }
    body .saboxplugin-wrap .saboxplugin-socials{
        right:24px;
        top:33px;
    }
    body .saboxplugin-wrap .saboxplugin-socials a{
        padding: 5px;
        margin-left: 16px !important;
        width:35px;
        height: 35px;
    }
    body .saboxplugin-wrap .saboxplugin-desc p, body .saboxplugin-wrap .saboxplugin-desc{
        font-size: 14px;
        line-height:22px;
    }
    body .saboxplugin-wrap .saboxplugin-desc{
        margin-top: 0;
    }
    .entry-footer{
        margin-top: 24px;
    }
    .wk-post-wrapper{
        margin-bottom: 60px;
    }
    .post-comment-wrap{
        margin-top: 16px;
        padding: 24px;
        border-radius: 24px;
    }
    .logged-in #reply-title {
        margin-bottom: 16px;
    }
    #reply-title {
        margin-bottom: 24px;
        font-size: 20px;
    }
    .wk-comment-form .wk-comment-form-area{
        padding: 24px 24px 59px 24px;
        border-radius: 16px;
        height: 126px;
    }
    .wk-comment-form-action{
        right: 24px;
        bottom:24px;
    }
    .wk-comment-button{
        height: 35px;
        line-height: 35px;
    }
    .wk-cancel-comment-reply{
        display: none;
        height: 35px;
        line-height: 35px;
    }
    .wk-main-comment-form-wrap{
        margin-bottom: 24px;
    }
    .commentlist li, .pinglist li{
        margin-bottom: 24px;
    }
    .author-latest-l{
        width: 60%;
    }
    .author-latest-r{
        width: 40%;
        padding: 24px;
    }
    .author-latest-r h3{
        margin: 16px 0 8px 0;
    }
    .author-latest-r p{
        font-size: 14px;
        line-height: 22px;
        margin-top: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    html[lang="zh-CN"] .retention-card-l h3{
        line-height: 28px;
    }
    .wk-cate-header{
	    border-radius: 24px;
	}
	.gloabl-retention-card-wrap .retention-card-new{
        max-width: 660px !important;
    }
}
@media (max-width: 1024px){
    .new-pc-show{
        display: none !important;
    }
    .new-phone-show{
        display: block !important;
    }
    .banner_cat{
        margin-top: 96px;
    }
    .footer-wukong-img{
        top:-100px;
    }
    .footer-wukong-img img{
        width: 180px;
        height: auto;
    }
    .retention-card-new[data-lang="zh"]{
        width: 100%;
    }
    .wk-container, .container{
        max-width: 768px;
        width: 100%;
    }
    .wk-wrap-nav-inner{
        width: 728px;
        height: 57px;
    }
    #wrap-nav-header{
        /*top:93px;*/
    }
    #wrap-nav-header.nav-open{
        top:0;
    }
    #nav-header{
        display: none;
    }
    .login-button{
        display: none;
    }
    .wk-category-head.cat-nav-fix, .wk-category-head{
        top:130px;
    }
    body.no_top_cta_body .wk-category-head.cat-nav-fix, body.no_top_cta_body .wk-category-head{
        top:56px;
    }
    #wrap-nav-header.fixed + .wk-category-head{
        top:56px;
    }
    #wrap-nav-header.fixed + .wk-banner + .wk-category-head{
        top:56px;
    }
    .phone-menu{
        display: block;
    }
    .language-button{
        position: absolute;
        top:12.5px;
        right:20px;
        z-index: 999;
        font-size: 14px;
        display: none;
    }
    .language-button.active{
        display: flex;
    }
    .try-now-button, .footer-cta-button{
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        font-weight: 700;
    }
    .site-title{
        position: absolute;
        left:50%;
        top:50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 9999;
    }
    #wrap-nav-header.fixed .wk-wrap-nav-inner, 
    #wrap-nav-header.wk-inner-page-nav .wk-wrap-nav-inner{
        width: 100%;
        padding: 0 20px;
    }
    .wk-banner {
        padding-top: 93px;
        padding-bottom: 24px;
    }
    .banner-swiper-slide {
        padding: 0 calc((100% - 728px)/2);
        display: block;
    }
    .banner-slide-l{
        padding-bottom: 12px;
        width: 100%;
    }
    .banner-slide-r{
        width: 100%;
    }
    .banner-slide-r a img{
        position: relative;
        height: auto;
    }
    .banner-slide-l h2 a{
        font-size: 24px;
        margin: 8px 0 12px 0;
    }
    .banner-slide-l p{
        font-size: 14px;
        height: 48px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0;
    }
    .banner-more-link{
        display: none;
    }
    .wk-banner .swiper-horizontal>.swiper-pagination-bullets, .wk-banner .swiper-pagination-bullets.swiper-pagination-horizontal, .wk-banner .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 0px;
        left: 0;
        position: relative;
        margin-top: 12px;
    }
    .phone-login-button-wrap{
        margin-top: 24px;
    }
    .phone-login-button-wrap .login-button{
        display: block;
        height: 60px;
        line-height: 60px;
        border-radius: 30px;
        color: #fff;
        background: linear-gradient(90.07deg, #FF5353 0.07%, #6D38FB 61.45%, #009DFF 99.94%);
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        border:none;
        margin: 0;
    }
    .menu-search .searchform {
        width: 33px;
        height: 33px;
        padding: 0;
    }
    .search-icon{
        height: 33px;
        width: 33px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu-search .searchform input{
        display: none;
    }
    .wk-default-block{
        padding-top: 48px;
    }
    /*.swiper-wrapper.default-post-lists {*/
    /*    padding-left: calc((100% - 728px)/2);*/
    /*}*/
    .wk-recommends-list-block{
        padding: 48px 0;
    }
    .wk-main .wk-default-block:last-child{
        padding-bottom: 48px;
    }
    .page-main {
        padding-top: 57px;
        padding-bottom: 48px;
    }
    .wk-post-main.no-cat-banner{
        padding-top: 69px;
    }
    .author-latest-l{
        width: 50%;
    }
    .author-latest-r{
        width: 50%;
        padding: 16px;
    }
    .menu-search{
        flex:none;
    }
    .wk-category-head-inner>nav{
        margin-right: 12px;
    }
    .wk-category-wrapper{
        overflow-x: auto;
        white-space: nowrap;
        display: block;
    }
    .wk-category-wrapper::-webkit-scrollbar{
        display: none;
    }
    .wk-category-wrapper>li{
        display: inline-block;
    }
}
.wk-comment-form-popoup{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    background: #000000B2;
    z-index: 99999;
}
.wk-comment-form-popoup-inner{
    padding: 16px;
    border-radius: 16px 16px 0 0;
    background: #fff;
    box-shadow: 0px 8px 30px 0px #0000000F;
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
}
.wk-comment-form-popoup-inner h3{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wk-comment-form-popoup-inner h3 img{
    display: block;
    width: 24px;
    height: 24px;
    opacity: .5;
    cursor: pointer;
}
.wk-comment-phone-area{
    display: none;
}
.wk-comment-phone-area textarea{
    display: block;
    border-radius: 16px;
    font-size: 14px;
    padding: 24px;
    border: 1px solid #EBECFA !important;
    background: #F8F9FF;
    color: #8D8FA6;
    width: 100%;
    resize: none;
    line-height: 1.4;
    height: 68px;
    overflow: hidden;
    
}
@media (max-width: 768px){
    .footer-wukong-img{
        display: none;
    }
    .wk-container, .container{
        max-width: 100% !important;
        width: 100% !important;
    }
    .wk-wrap-nav-inner{
        width: calc(100% - 40px);
    }
    .nav-open .wk-wrap-nav-inner{
        width: 100%;
        background: #fff;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }
    .banner-swiper-slide{
         padding: 0 20px;
    }
    .wk-home-recommend-wrap{
        display: block;
        margin-right: 0;
    }
    .recommend-wrap-l{
        width: 100%;
        padding-right: 0px;
        margin-bottom: 16px;
    }
    .recommend-wrap-r{
        width: 100%;
        padding-right: 0;
    }
/*     .default-post-lists{
        overflow-x: auto;
        white-space: nowrap;
        display: block;
    } */
    .default-post-lists::-webkit-scrollbar{
        display: none;
    }
    .default-post-lists li{
        display: inline-block;
        width: 94%;
    }
    .default-post-lists li .default-post-inner{
        white-space: normal;
    }
    .footer-top{
        height:254px;
        margin-bottom: 0;
    }
    .footer-leave-message-wrap{
        padding-top: 48px;
    }
    .footer-leave-message-inner h2{
        font-size: 28px;
    }
    .footer-leave-message-button{
        margin-top: 24px;
        height: 48px;
        padding: 10px 30px;
    }
    .footer-top-bg{
        padding-top: 48px;
    }
    .footer-top-bg img{
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
        opacity: .4;
    }
    .footer-middle .wk-container{
        max-width: 100%;
        padding: 0;
    }
    .footer-middle-inner{
        border-radius: 0;
        padding: 20px;
    }
    .footer-middle-t{
        display: block;
    }
    .footer-middle-t-l{
        width: 100%;
        padding-right:0;
        display: block;
    }
    .footer-middle-t-r{
        width: 100%;
        padding-left:0;
        border-left: none;
        margin-top: 40px;
    }
    .wk-footer-nav{
        flex-wrap: wrap;
        margin-bottom: 0;
        justify-content: space-between;
    }
    .wk-footer-nav>li{
        margin-bottom: 40px;
        width: 46%;
    }
    .wk-footer-nav>li:nth-child(odd){
        border-right: 1px solid #FFFFFF14;
    }
    .wk-footer-nav>li>span>a{
        font-size: 16px;
    }
    .footer-payments-lists li{
        width: 33.33%;
    }
    .footer-payments-lists li img{
        height: auto;
    }
    .awards-lists{
        flex-direction: column;
        align-items: center;
        margin-right:0;
    }
    .awards-lists li{
        width: 176px;
        margin: 0;
        margin-bottom: 40px;
        padding-right: 0;
    }
    .awards-lists li:last-child{
        margin-bottom: 0;
    }
    .contacts-lists{
        padding: 24px;
        border-radius: 24px;
        display: block;
    }
    .contact-item{
        justify-content: flex-start;
    }
    .contacts-lists li{
        margin-bottom: 24px;
    }
    .contacts-lists li:last-child{
        margin-bottom: 0;
    }
    .contact-item h4, .contact-item h4 a{
        font-size: 14px;
    }
    .footer-payments-wrap h3, .footer-subscribe-wrap h3, .footer-app-download-wrap h3{
        font-size: 16px;
    }
    .footer-bg-image img{
        width: 100%;
        margin: 24px 0 0 0;
    }
    .swiper-wrapper.default-post-lists{
        padding-left:0 !important;
        padding-right:0 !important;
        overflow-x: unset;
    }
    .wk-category-head-inner>nav{
        width: calc(100% - 50px);
    }
    .recommend-default-list li .post-item-l{
        display: none;
    }
    .wk-recommends-list-block{
        width: 100%;
        overflow: hidden;
    }
    .wk-block-title-r{
        display: none;
    }
    .wk-category-head.cat-nav-fix{
        height: 56px;
    }
    .wk-category-head.cat-nav-fix nav{
        display: none;
    }
    .menu-search.phone-focous{
        position: absolute;
        left:20px;
        right:20px;
        top:0;
        z-index: 9;
        height: 57px;
        padding-left:36px;
    }
    .menu-search.phone-focous .searchform{
        width: 100%;
        height: 37px;
        margin-top: 10px;
        padding: 0 15px 0 10px;
    }
    .popular-searches-popup{
        top:47px;
    }
    .menu-search.phone-focous .searchform input{
        display: block;
        padding: 0 80px 0 0px;
    }
    .search-show-icon input{
        padding-left:20px;
    }
    button.search-button{
        height: 29px;
        line-height: 29px;
        right: 4px;
        top:4px;
    }
    .menu-search.phone-focous .search-icon.search-close-icon {
        display: flex;
        position: absolute;
        left:-36px;
        width: 24px;
        height: 24px;
    }
    .menu-search.phone-focous .search-icon.search-close-icon img{
        width: 24px;
        height: 24px;
    }
    .popular-searches-popup h3{
        font-size: 20px;
    }
    .popular-search-texts a{
        height: 34px;
        line-height: 34px;
    }
    .try-now-button, .footer-cta-button{
        padding: 0 12px;
    }
    .wk-wrap-nav-inner{
	    padding-right: 12px;
	}
	.content-inner-wrap{
	    display: block;
	}
	.content-inner-l{
	    width: 100%;
	    margin-bottom: 16px;
	}
	.content-inner-r{
	    width: 100%;
	    padding-left:0;
	}
	.wk-cate-header-r{
	    display: none;
	}
	.wk-cate-header-l{
	    padding:16px;
	}
	.wk-cate-header{
	    border-radius: 16px;
	}
	.content-inner-list-wrap{
	    padding: 16px;
	    border-radius: 16px;
	}
	.article-type-list{
	    display: block;
	}
	.type-list-left{
	    width: 100%;
	    margin-bottom: 12px;
	}
	.type-list-center{
	    padding-right: 0;
	}
	.sidebar-wrap{
	    padding: 16px;
	}
	.post-item-wrap{
	    border-radius: 16px;
	}
	.wk-post-wrapper .sidebar-directory-box{
	    display: none;
	}
	.content.wk-post-content{
	    width: 100%;
	}
	.wk-post-wrapper{
	    display: block;
	    margin-bottom: 48px;
	}
	.post-wrapper{
	    padding: 16px;
	    border-radius: 16px;
	}
	.entry-header .entry-title{
	    font-size: 20px;
	    margin-bottom: 12px;
	}
	.home-post-metas{
	    margin-top: 12px;
	    flex-wrap: wrap;
	}
	.home-post-meta-r{
	    width: 100%;
	    margin-top: 10px;
	}
	.entry-header{
	    margin-bottom: 16px;
	}
	.entry {
        font-size: 14px;
        line-height: 24px;
    }
    .entry .wp-block-archives, .entry .wp-block-audio, .entry .wp-block-button, .entry .wp-block-calendar, .entry .wp-block-categories, .entry .wp-block-code, .entry .wp-block-columns, .entry .wp-block-cover, .entry .wp-block-embed, .entry .wp-block-file, .entry .wp-block-gallery, .entry .wp-block-image, .entry .wp-block-latest-comments, .entry .wp-block-latest-posts, .entry .wp-block-media-text, .entry .wp-block-preformatted, .entry .wp-block-pullquote, .entry .wp-block-quote, .entry .wp-block-rss, .entry .wp-block-search, .entry .wp-block-separator, .entry .wp-block-shortcode, .entry .wp-block-table, .entry .wp-block-tag-cloud, .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry>ol, .entry>ul{
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .entry h2{
        font-size: 16px;
        line-height: 1.2;
    }
    .entry h1 {
    	font-size: 18px;
    }
    .entry h3 {
    	font-size: 15px;
    }
    
    .entry h4 {
    	font-size: 14px;
    }
    
    .entry h5 {
    	font-size: 13px;
    }
    .entry ol, .entry ul{
        padding-left:16px;
        margin-left: 16px;
    }
    .retention-card-new{
        padding: 16px;
        border-radius: 16px;
        flex-direction: column-reverse;
    }
    .retention-card-r{
        margin-bottom: 16px;
        margin-left: 0;
        width: 100%;
    }
    .retention-card-l{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .retention-card-l .trustpilot-image{
        order:1;
        margin-top: 18px;
    }
    .retention-card-new .retention-card-l h3{
        margin-top: 0 !important;
        font-size: 20px !important;
    }
    .entry-footer{
        padding-top: 16px;
        margin-top: 16px;
    }
    body .saboxplugin-wrap .saboxplugin-gravatar{
        margin-left: 0;
        margin-right: 8.5px;
    }
    body .saboxplugin-wrap .saboxplugin-gravatar img{
        width: 36px;
        height: 36px;
    }
    body .saboxplugin-wrap .saboxplugin-authorname{
        font-size: 16px;
    }
    body .saboxplugin-wrap .saboxplugin-authorname a{
        line-height: 36px;
    }
    body .saboxplugin-wrap .saboxplugin-desc p, body .saboxplugin-wrap .saboxplugin-desc {
        font-size: 14px !important;
        line-height: 22px !important;
        text-align: left;
    }
    body .saboxplugin-wrap .saboxplugin-desc{
        margin-top: 12px;
    }
    body .saboxplugin-wrap .saboxplugin-socials a{
        width: 24px;
        height: 24px;
        margin-left: 10px !important;
    }
    body .saboxplugin-wrap .saboxplugin-socials a svg{
        width: 14px;
        height: 14px;
    }
    body .saboxplugin-wrap .saboxplugin-socials{
        right: 16px;
        top:30px;
    }
    .wk-main-comment-form-wrap .wk-main-comment-form-l,.commentlist li .gravatar, .pinglist li .gravatar{
        width: 28px;
    }
    .wk-main-comment-form-wrap .wk-main-comment-form-l img,.commentlist li .gravatar img, .pinglist li .gravatar img{
        width: 28px;
        height: 28px;
    }
    .wk-main-comment-form-wrap{
        margin-bottom: 16px;
    }
    .commnetlisttop{
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }
    .comment_text{
        font-size: 14px;
        line-height: 22px;
    }
    .wk-main-comment-form-r .wk-comment-form{
        display: none;
    }
    .wk-comment-phone-area{
        display: block !important;
    }
    .commentlist .child-commnets-count{
        margin-left: 36px;
    }
    .comment_bottom .replycomment.phone-show{
        display: block;
    }
    .comment_bottom .replycomment.pc-show{
        display: none;
    }
}
body .saboxplugin-wrap .saboxplugin-authorname a:hover{
	color: #1aa7ff!important;
}
/*WordPress日记2025-05-29日后添加*/
.top-cta-wrap{
    background-image: url(img/cta-bg-pc.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.top-cta-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 83px;
}
.top-cta-slogan{
    background: linear-gradient(89.6deg, #FF5353 14.29%, #6D38FB 63.38%, #009DFF 99.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}
.top-cta-slogan br{
    display: none;
}
.top-cta-slogan span{
    font-weight: 800;
}
.top-cta-button{
    display: block;
    height: 35px;
    line-height: 35px;
    border-radius: 18px;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: #1B1F4D;
}
html[lang="zh-CN"] .top-cta-button{
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
}
.top-cta-button:hover{
    background: linear-gradient(90.07deg, #FF5353 0.07%, #6D38FB 61.45%, #009DFF 99.94%);
    color: #fff;
}
.footer-cta-wrap {
  background-color: #fff;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: -300px; /* 初始隐藏 */
  z-index: 9999;
  backdrop-filter: blur(20px);
  box-shadow: 0px -12px 20px 0px #00000014;
  border-radius: 16px 16px 0 0;
  transition: bottom ease .4s;
  display: none;
  border-top: 1px solid rgba(255,255,255, .6);
  background-image: url(img/cta-footer-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 24px;
  padding-bottom: 24px;
  /*padding-bottom: max(24px, env(safe-area-inset-bottom));*/
  transform: translateZ(0);
  will-change: transform;
}
/*@supports(padding-bottom: constant(safe-area-inset-bottom)) {*/
/*  .footer-cta-wrap {*/
/*    padding-bottom: max(24px, constant(safe-area-inset-bottom));*/
/*  }*/
/*}*/
.footer-cta-wrap.active {
  bottom: 0; /* ❗️关键修复点，不要用 env(...) */
}
.footer-cta-inner{
    display: flex;
    justify-content:center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
.footer-cta-button{
    display: block;
    margin-bottom: 16px;
}
.footer-cta-slogan{
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
}
html[lang="zh-CN"] .footer-cta-slogan{
    font-weight: normal;
}
.footer-cta-slogan span{
    font-weight: 800;
}
.gloabl-retention-card-wrap{
    position: fixed;
    z-index: 9999999;
    background: rgba(0,0,0, .7);
    padding: 20px;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
}
.gloabl-retention-card-wrap.is-visible{
    display: flex;
}
.gloabl-retention-card-wrap .retention-card-new{
    margin-bottom: 0;
    position: relative;
    max-width: 840px;
    background: linear-gradient(89.6deg, rgba(255, 83, 83, 0.06) 14.29%, rgba(109, 56, 251, 0.06) 63.38%, rgba(0, 157, 255, 0.06) 99.65%);
    background-color: #fff;
}
.global-cta-close-bt{
    width:24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top:15px;
    right:15px;
    z-index: 3;
    background-image: url(img/gloabl-card-close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.gloabl-retention-card-wrap .global-cta-btn{
    margin-bottom: 0;
    justify-content: flex-start;
}
.gloabl-retention-card-wrap .retention-card-l a.colorfulBtn {
    height: 49px;
    line-height: 45px !important;
    padding: 0 30px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    border-radius: 25px;
    margin-top: 24px;
}
.wk-blog-related-posts-blocks .wk-recommends-list-block:nth-child(2), .wk-blog-related-posts-blocks .wk-recommends-list-block:nth-child(3){
    padding-top:0px;
}
@media (max-width: 1440px){
    .wk-sidebar-wrapper .retention-card-l h3{
        margin-top: 0 !important;
    }
    .gloabl-retention-card-wrap .retention-card-new .retention-card-l h3{
        line-height: 24px !important;
    }
    .gloabl-retention-card-wrap .retention-card-new .retention-card-l>p{
        font-size: 14px !important;
        line-height: 22px;
    }
    .gloabl-retention-card-wrap .retention-card-l a.colorfulBtn{
        font-size: 16px;
        height: 46px;
        line-height: 42px !important;
        margin-top:16px;
        font-weight: 600;
    }
}
@media (max-width: 1024px){
    .top-cta-inner{
        height: 73px;
    }
    #wrap-nav-header.wk-inner-page-nav{
        top:73px;
    }
    html[lang="zh-CN"] .top-cta-button{
        height: 36px;
        line-height: 36px;
        border-radius: 18px;
    }
    .top-cta-wrap{
        background-image: url(img/cta-bg-pad.svg);
    }
    .top-cta-slogan{
        font-size: 16px;
        line-height: 23px;
    }
    .top-cta-slogan span{
        font-weight: 700;
    }
    .top-cta-button{
        font-size: 14px;
        height: 33px;
        line-height:33px;
    }
    .wk-sidebar-wrapper .retention-card-r{
        height: 130px;
    }
    .gloabl-retention-card-wrap .retention-card-r:before{
        width: 60px;
        height: 52px;
        top:-10px;
        left:-10px;
    }
}
#st-2{
        display:none !important;
    }
@media (max-width: 768px){
    .top-cta-slogan br{
        display: block;
    }
    body.width-footer-cta footer.footer{
        margin-bottom: 106px;
    }
    .footer-cta-wrap{
        display: block;
    }
    .top-cta-wrap{
        background-image: url(img/cta-bg-phone.svg);
    }
    .top-cta-inner{
        height: 135px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .top-cta-button{
        margin-top: 16px;
    }
    #wrap-nav-header{
        top: 12.5px;
    }
    .gloabl-retention-card-wrap .retention-card-r{
        height: 180px;
        width:232px;
        background-image: url(img/card-gloabl-avatar-phone.png);
    }
    .gloabl-retention-card-wrap .retention-card-r:before{
        width: 44px;
        height: 40px;
        top: 0px;
        left: 0px;
    }
    .gloabl-retention-card-wrap .retention-card-l a.colorfulBtn{
        font-size: 18px;
        height: 54px;
        line-height: 50px !important;
        border-radius: 30px !important;
        width:100%;
    }
    html[lang="zh-CN"] .gloabl-retention-card-wrap .retention-card-l a.colorfulBtn{
        height: 57px;
        line-height: 53px !important;
        border-radius: 32px !important;
    }
    .gloabl-retention-card-wrap .global-cta-btn{
        width:100%;
    }
    .gloabl-retention-card-wrap .retention-card-new{
        padding: 24px;
        border-radius: 24px;
        margin-bottom: 80px;
    }
    .global-cta-close-bt{
        top:auto;
        bottom:-80px;
        right:auto;
        left:50%;
        width: 36px;
        height: 36px;
        margin-left: -18px;
        background-image: url(img/gloabl-card-close-white.svg);
    }
    #wrap-nav-header.wk-inner-page-nav{
        top:135px;
    }
    .wk-category-head.cat-nav-fix, .wk-category-head{
        top:193px;
    }
    body.no_top_cta_body .wk-category-head.cat-nav-fix, body.no_top_cta_body .wk-category-head{
        top:56px;
    }
    .top-cta-slogan{
        padding: 0 16px;
    }
}