* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
}

.cbtbk_cl {
	clear: both;
}

.cbtbk_dn {
	display: none;
}

.db {
	display: block;
}

body .header {
	position: relative;
	z-index: 9;
	width: 100%;
	border: 0;
	background: #fff;
	-webkit-box-shadow: 0 0 3px 1px #fff;
	box-shadow: 0 0 3px 1px #fff;
	height: auto;
	padding: 5px 0 0 0;
	margin-bottom: 20px;
}

.header .cbtbk_container .navbar-header .cbtbk_logo img {
	/*width: 68%;*/
	/*height: auto;*/
}

.header .cbtbk_container {
	max-width: 1200px;
	margin: 0 auto;
}

.header .cbtbk_container .navbar-header {
	float: left;
}

.header .cbtbk_container .navbar-header .cbtbk_logo {
	vertical-align: middle;
	height: 64px;
	display: table-cell;
}

.header .cbtbk_container .navbar-header .cbtbk_logo img {
	vertical-align: top;
	display: block;
}

.cbtbk_collapse nav {
	float: left;
	margin-left: 40px;
}

.cbtbk_collapse .navbar-nav>li {
	float: left;
	position: relative;
}

body .header .nav>li>a:hover {
	color: #1162e8;
	background: 0 0;
}

body .header .navbar-nav .menu-item .a1 {
	position: absolute;
	top: 0;
	content: "";
	height: 64px;
	width: 16px;
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	opacity: .5;
	background-image: url('../fonts/jt.svg');
	background-size: 16px;
	background-position: 50%;
	background-repeat: no-repeat;
	right: -5px;
}

body .header .navbar-nav .menu-item:hover .a1 {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.cbtbk_collapse .navbar-nav>li>a {
	display: block;
	font-size: 14px;
	line-height: 64px;
	padding: 0 8px;
	color: hsl(0deg 0% 15% / 80%);
}

.cbtbk_dropdown>.dropdown-menu {
	padding: 2px 0;
	display: none;
	position: absolute;
	background-color: #fff;
}

.dropdown-menu>li>a {
	display: block;
	font-weight: 400;
	line-height: 1.42857;
	color: #232323;
	white-space: nowrap;
	padding: 9px 15px;
}

body .header .dropdown-menu>li>a:hover {
	color: #fff;
	background: #206be7;
}

body .header .navbar-nav .menu-item .dropdown-menu .a2 {
	opacity: 1;
	position: absolute;
	left: 50%;
	width: 0;
	height: 0;
	top: -16px;
	border-bottom-color: #eee;
	margin-left: -8px;
	border: 8px solid transparent;
	border-bottom: 8px solid #c3c3c3;
	content: "";
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

body .header .wpcom-adv-menu>.cbtbk_dropdown:hover>.dropdown-menu {
	display: block;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	-webkit-transition: opacity .1s, -webkit-transform .3s;
	-o-transition: transform .3s, opacity .1s;
	transition: transform .3s, opacity .1s;
	transition: transform .3s, opacity .1s, -webkit-transform .3s;
	visibility: visible;
}

.navbar-search {
	display: none;
	position: absolute;
	left: 0;
	top: 20px;
	width: 100%;
	z-index: 1;
}

.navbar-search-inner {
	width: 360px;
	margin: 0 auto;
}

.wpcom-icon {
	display: inline-block;
}

.navbar-search-close {
	display: inline-block;
	width: 26px;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	color: hsl(0deg 0% 15% / 80%);
	vertical-align: top;
	cursor: pointer;
}

.icon-svg,
.wpcom-icon svg {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

.navbar-search-btn,
.navbar-search-input {
	display: inline-block;
	background: 0 0;
	outline: 0;
	vertical-align: top;
}

.navbar-search-input {
	width: 280px;
	height: 16px;
	padding: 0 7px 0 15px;
	margin-left: 8px;
	margin-top: 5px;
	font-size: 14px;
	color: hsl(0deg 0% 15%);
	line-height: 16px;
	border: 0;
	border-left: 1px solid hsl(0deg 0% 15%);
	border-radius: 0;
	-webkit-box-sizing: border-box;
}

.navbar-search-btn {
	padding: 0;
	line-height: 26px;
	border: 0;
	font-size: 18px;
}

.navbar-action .profile a:hover,
.navbar-search-btn:hover,
.navbar-search-close:hover {
	color: #1162e8;
}

.navbar-search-icon .wi {
	display: inline-block;
	width: 22px;
	font-size: 18px;
	line-height: 26px;
}

.navbar-action {
	float: right;
	position: relative;
	z-index: 1002;
	height: 26px;
	margin-top: 19px;
	margin-left: 20px;
}

.navbar-action #j-user-wrap {
	display: inline-block;
	margin-left: 20px;
}

.navbar-action .login:first-child {
	position: relative;
	padding-right: 9px;
	margin-right: 7px;
}

.navbar-search-icon {
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.navbar-action .cur {
	font-size: 14px;
	color: hsl(0deg 0% 15% / 80%);
	line-height: 26px;
	display: inline-block;
}

.navbar-action .login:first-child:after {
	position: absolute;
	right: 0;
	top: 6px;
	width: 1px;
	height: 14px;
	content: "";
	background: hsl(0deg 0% 15% / 80%);
	opacity: .9;
}

.navbar-search,
:after,
:before,
input[type=search],
#j-user-wrap,
.navbar-action .login,
.btn-block {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.btn.btn-primary {
    position: relative;
	display: inline-block;
	color: #fff;
	background-color: #206be7;
	border-color: #206be7;
	outline: 0;
	-webkit-transition: all .1s ease-out 0s;
	-o-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s;
	padding: 8px 15px;
	font-size: 12px;
	line-height: 14px;
	border-radius: 3px;
	border: none;
	cursor: pointer;
}

.navbar-action .publish {
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 400;
	vertical-align: top;
}

.btn-sm,
.btn-xs {}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 10px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 1px;
	background: hsl(0deg 0% 15% / 80%);
}

.alert>p+p,
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 5px;
}

.m-dropdown,
.navbar-on-shadow {
	display: none;
	cursor: pointer;
}

.m-dropdown,
.navbar-on-shadow {
	display: none;
	cursor: pointer;
}

/* 登录 */
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-backdrop.cbtbk_in {
	opacity: .5;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 8866;
	background-color: #333;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	z-index: 8888;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal-login .modal-content>.close:hover {
	opacity: 1;
}

.modal.cbtbk_in .modal-dialog {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.close:active,
.close:hover {
	text-decoration: none;
	cursor: pointer;
}

.modal.cbtbk_fade .modal-dialog {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.modal-login .modal-dialog {
	width: 410px;
}

.modal-dialog {
	position: relative;
	display: inline-block;
	width: auto;
	margin-top: 6vh;
	text-align: left;
}

.modal-content {
	position: relative;
	background-color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px #fff;
	box-shadow: 0 1px 3px #fff;
	background-clip: padding-box;
	outline: 0;
}

.modal-login .modal-content>.close {
	position: absolute;
	z-index: 1;
	right: 0;
	top: -30px;
	font-size: 22px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	opacity: .85;
	text-shadow: none;
}

.modal-login .modal-body {
	padding: 0;
	min-height: 300px;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	text-align: center;
}

.member-form-wrap {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 410px;
	padding: 50px 25px;
	text-align: left;
	background: var(--member-el-bg-color);
	border-radius: 4px;
	-webkit-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.member-form-switcher {
	/* display: none; */
	position: absolute;
	right: 8px;
	top: 8px;
	width: 52px;
	height: 52px;
	text-align: center;
	color: #206be7;
	cursor: pointer;
}

.member-form-switcher .wpcom-icon {
	display: block;
	font-size: 52px;
	line-height: 1;
}

.member-form-head {
	margin-bottom: 20px;
	text-align: center;
}

.member-form-logo {
	display: inline-block;
	height: 40px;
	max-width: 300px;
	line-height: 40px;
}

.member-form-logo img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: top;
}

.member-form-tab {
	padding: 0 !important;
	margin: 0 0 20px !important;
	font-size: 14px;
	list-style: none;
}

.member-form-tab li.cbtbk_active {
	border-bottom-color: #206be7;
}

.member-form-tab li {
	display: inline-block;
	margin: 0 20px 0 0 !important;
	border: 0;
	border-bottom: 2px solid transparent;
}

.member-form-tab li.cbtbk_active a,
.member-lp-process li.cbtbk_active p {
	color: #206be7;
}

.member-account-name a:hover,
.member-form-tab a:hover {
	color: #1162e8;
}

.member-form-tab a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
}

.member-form-social,
.member-form-tab a,
.member-social-list .social-item a:after {
	color: hsl(0deg 0% 15% / 80%);
	line-height: 24px;
}

.wpcom-errmsg {
	display: none;
	font-size: 13px;
	border-radius: 4px;
	line-height: 20px;
}

.alert-danger {
	background-color: #fee;
	border-color: #ffe9e9;
	color: #fa5555;
}

.alert {
	padding: 12px 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 3px;
	overflow: hidden;
}

.member-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.member-form .form-group label {
	margin: 0;
	width: 100%;
}

.member-form .form-group .wi,
.member-form .form-group .wpcom-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 46px;
	text-align: center;
	color: hsl(0deg 0% 15% / 60%);
	font-size: 18px;
	line-height: 40px;
}

.member-form .form-input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 9px 15px 9px 42px;
	line-height: 20px;
	font-size: 14px;
	color: hsl(0deg 0% 15%);
	font-weight: 400;
	border: 1px solid hsl(0deg 0% 15% / 20%);
	border-radius: 4px;
	background: #fff;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.member-form .show-password {
	position: absolute;
	right: 0;
	top: 0;
	width: 46px;
	height: 40px;
	cursor: pointer;
}

.member-form .show-password .wi {
	font-size: 16px;
}

.member-form .member-remember {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	color: hsl(0deg 0% 15% / 80%);
	position: relative;
}

.checkbox label,
.radio label {
	min-height: 20px;
}

.checkbox label,
.checkbox-inline,
.radio label,
.radio-inline {
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}

.member-form .member-form-forgot {
	float: right;
	color: #206be7;
}

.member-form-wrap input[type=checkbox] {
	height: 1rem;
	width: 1rem;
	min-width: 1rem;
	outline: 0;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
	-webkit-box-shadow: inset 0 1px 2px hsl(0deg 0% 15% / 7%);
	box-shadow: inset 0 1px 2px hsl(0deg 0% 15% / 7%);
	-webkit-transition: border-color .05s ease-in-out;
	-o-transition: .05s border-color ease-in-out;
	transition: border-color .05s ease-in-out;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: -2px 0.5rem 0 0;
}

.member-form .btn-lg {
	position: relative;
	font-size: 14px;
	line-height: 16px;
	border-radius: 4px;
	outline: none;
	border: none;
}

.member-form .btn-block {
	display: block;
	width: 100%;
}

.member-form .btn.btn-primary:hover:before {
	pointer-events: none;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	content: "";
	background: 0 0;
	border: 1px solid #206be7;
	opacity: .3;
	border-radius: inherit;
	background: rgba(255, 255, 255, .1);
	opacity: 1;
}

.member-form-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.member-form-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	font-size: 14px;
}

.member-social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
	vertical-align: top;
	overflow: hidden;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.member-social-list .social-item {
	display: inline-block;
	margin: 0 0 5px !important;
	padding: 0 0 0 20px !important;
	text-align: right;
}

.member-form-social>span {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.member-social-list .social-qq {
	color: #22a4ff;
}

.member-social-list .social-weapp,
.member-social-list .social-wechat,
.member-social-list .social-wechat2 {
	color: #44b549;
}

.member-social-list .social-weibo {
	color: #e05244;
}

.member-social-list .social-item a {
	display: inline-block;
	padding: 0;
	font-size: 20px;
	line-height: 24px;
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

.member-social-list .social-item a:after {
	display: inline-block;
	font-size: 14px;
	line-height: inherit;
	content: attr(aria-label);
	vertical-align: top;
}

.member-form-footer2 {
	display: block;
	text-align: center;
}

.member-switch {
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px !important;
	color: hsl(0deg 0% 15% / 80%);
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.member-switch a {
	color: #206be7;
}

.member-form-title {
	margin: 0 0 30px;
}

.member-form-title h3 {
	display: inline-block;
	padding: 0 !important;
	border: 0 !important;
	margin: 0 !important;
	color: hsl(0deg 0% 15%) !important;
	font-size: 16px !important;
	font-weight: 500 !important;
}

.member-form-items .tishi {
	font-size: 12px;
}

.pull-right {
	float: right !important;
}

.member-form .form-group.sms-code {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.member-form .form-input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 9px 15px 9px 42px;
	line-height: 20px;
	font-size: 14px;
	color: hsl(0deg 0% 15%);
	font-weight: 400;
	border: 1px solid hsl(0deg 0% 15% / 20%);
	border-radius: 4px;
	background: #fff;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.member-form .form-group.sms-code .send-sms-code {
	width: 120px;
	margin-left: 15px;
	margin-bottom: 0;
	font-weight: 400;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: center;
}

.member-form .form-group.sms-code .send-sms-code img {
	width: 100%;
}

.member-form .form-group.sms-code .send-sms-code {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	color: hsl(0deg 0% 15% / 80%);
	background: #fff;
	border: 1px solid hsl(0deg 0% 15% / 20%);
	white-space: nowrap;
	font-size: 14px;
	line-height: 38px;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.member-form-qr-iframe {
	display: block;
	width: 240px;
	height: 262px;
	margin: 0 auto;
	border: 0;
}

.navbar-action .profile {
	display: inline-block;
	height: 45px;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	vertical-align: top;
}

.navbar-action .profile .cbtbk_dropdown {
	padding-right: 18px;
	position: relative;
}

.navbar-action .profile a {
	display: inline-block;
	line-height: 26px;
	color: hsl(0deg 0% 15% / 80%);
	text-decoration: none;
	vertical-align: top;
}

.navbar-action .profile .menu-item-avatar {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 5px;
	vertical-align: top;
}

.navbar-action .profile img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.navbar-action .profile .menu-item-name {
	display: inline-block;
	max-width: 120px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	vertical-align: top;
}

.navbar-action .profile .cbtbk_dropdown:after {
	position: absolute;
	right: 2px;
	top: 0;
	content: "";
	height: 26px;
	width: 16px;
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	opacity: .5;
	background-image: url(../fonts/jt.svg);
	background-size: 16px;
	background-position: 50%;
	background-repeat: no-repeat;
}

.multi-filter-item.open .multi-filter-more .wi,
.navbar-action .profile .cbtbk_dropdown:hover:after,
body .header .navbar-nav>.cbtbk_dropdown:hover:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.navbar-action .profile .menu-item {
	height: 45px;
}

.dropdown-menu {
	position: absolute;
	top: 96%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 120px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: var(--theme-el-bg-color);
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 2px;
	-webkit-box-shadow: 0 6px 12px hsla(var(--theme-color-hsl), .2);
	box-shadow: 0 6px 12px hsla(var(--theme-color-hsl), .2);
	background-clip: padding-box;
}

.navbar-action .profile .dropdown-menu a {
	position: relative;
	display: block;
	line-height: 20px;
}

.navbar-action .profile .dropdown-menu {
	margin: 0;
	min-width: 120px;
}

.navbar-action .profile .dropdown-menu:after,
.navbar-action .profile .dropdown-menu:before {
	position: absolute;
	left: 40px;
	margin-left: -7px;
	border: 7px solid transparent;
	content: "";
	opacity: 1;
	-webkit-transition: opacity .2s 0s;
	-o-transition: opacity .2s 0s;
	transition: opacity .2s 0s;
}

.navbar-action .profile .dropdown-menu:before {
	top: -15px;
	border-bottom: 7px solid #c3c3c3;
}

.navbar-action .profile .menu-item:hover .dropdown-menu {
	display: block;
}

/* 注册 */

/* 登录页面 */
.page-no-sidebar.member-login,
.page-no-sidebar.member-register {
	background-image: url(../images/pexels-h-emre-773471-2.jpg);
}

.entry .entry-content {
	position: relative;
	margin-bottom: 30px;
	font-size: 16px;
	color: hsl(0deg 0% 15%);
	line-height: 1.8;
}

.entry-content .btn-home {
	display: inline-block;
	position: fixed;
	right: 30px;
	top: 30px;
	font-size: 14px;
	line-height: 16px;
	padding: 9px 20px;
}

.entry-content .btn-home .wi {
	margin-right: 4px;
	font-size: 16px;
	vertical-align: top;
}

.page-no-sidebar.member-login .member-form-wrap,
.page-no-sidebar.member-register .member-form-wrap {
	margin: 30px auto;
}

.member-form-wrap {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 410px;
	padding: 20px 25px;
	text-align: left;
	background: #fff;
	border-radius: 4px;
	-webkit-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.page-no-sidebar.member-login,
.page-no-sidebar.member-register {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	background-color: #fff;
}

.wpcom-member .btn-home:hover {
	background: #1162e8;
}

/* 动画 */
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}


@media (min-width: 992px) {
	.navbar-toggle {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	body .header {
		position: fixed;
	}

	.header .cbtbk_container {
		padding: 0 10px 0 15px !important;
	}

	.navbar-collapse.cbtbk_collapse {
		display: none !important;
	}

	.header .cbtbk_container .navbar-header .cbtbk_logo {
		height: 50px;
	}

	body .header .cbtbk_logo img {
		max-height: 34px;
	}

	.header .cbtbk_container .navbar-header {
		margin: 0;
		float: none;
	}

	.cbtbk_collapse.cbtbk_in {
		display: block !important;
	}

	.navbar-collapse.cbtbk_in {
		overflow-y: auto;
	}

	.navbar-collapse {
		position: fixed !important;
		top: 0;
		bottom: 0;
		right: 100%;
		z-index: 998;
		padding: 50px 0;
		width: 80%;
		max-height: 100% !important;
		margin: 0 !important;
		background: #206be7;
		-webkit-transition: all .3s ease-out 0s;
		-o-transition: all .3s ease-out 0s;
		transition: all .3s ease-out 0s;
		overflow-y: scroll;
		border: 0;
	}

	body .header .primary-menu {
		margin: 0;
		float: none !important;
	}

	.navbar-on .navbar-toggle {
		position: fixed;
		top: 0;
		z-index: 1000;
		right: 100%;
		background: 0 0 !important;
		border: 0 !important;
		margin: 8px 0 0;
		color: #fff;
		-webkit-transition: all .3s ease-out 0s;
		-o-transition: all .3s ease-out 0s;
		transition: all .3s ease-out 0s;
		display: block;
	}

	.navbar-on {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: hidden;
		-webkit-transform: translateX(80%);
		-ms-transform: translateX(80%);
		transform: translateX(80%);
	}

	.navbar-on .icon-bar-1 {
		margin-bottom: 0;
		-webkit-transform: rotate(-45deg) translate(-5px, 5px);
		-ms-transform: rotate(-45deg) translate(-5px, 5px);
		transform: rotate(-45deg) translate(-5px, 5px);
	}

	.navbar-on .icon-bar {
		-webkit-transition: all .3s ease-out .3s;
		-o-transition: all .3s ease-out .3s;
		transition: all .3s ease-out .3s;
		background: #fff !important;
	}

	.navbar-on .icon-bar-2 {
		opacity: 0;
	}

	.navbar-on .icon-bar-3 {
		-webkit-transform: rotate(45deg) translate(-5px, -5px);
		-ms-transform: rotate(45deg) translate(-5px, -5px);
		transform: rotate(45deg) translate(-5px, -5px);
	}

	body .header .nav {
		font-size: 16px;
	}

	body .header .wpcom-adv-menu li {
		display: block !important;
		width: 100% !important;
	}

	body .header .wpcom-adv-menu .cbtbk_active>a {
		color: #fff !important;
		background: rgba(255, 255, 255, .1) !important;
	}

	body .header .wpcom-adv-menu li a {
		display: block !important;
		padding: 0 20px;
		font-weight: 400;
		line-height: 48px !important;
		color: #fff;
		border-bottom: 1px solid rgba(0, 0, 0, .05);
		font-size: 16px;
	}

	body .header .wpcom-adv-menu li a:active,
	body .header .wpcom-adv-menu li a:focus,
	body .header .wpcom-adv-menu li a:hover {
		color: #fff !important;
		background: rgba(255, 255, 255, .1) !important;
	}

	body .header .wpcom-adv-menu>.cbtbk_dropdown .dropdown-menu {
		position: relative;
		display: none;
		float: none;
		width: 100% !important;
		left: 0 !important;
		padding: 1px 0 !important;
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		visibility: visible;
		background: rgba(0, 0, 0, .05);
		opacity: 1;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-top: 0;
		border-left: 5px solid rgba(0, 0, 0, .04) !important;
		-webkit-box-sizing: border-box !important;
		box-sizing: border-box !important;
	}

	body .header .wpcom-adv-menu>.cbtbk_dropdown:hover>.dropdown-menu {
		display: none;
	}

	.dropdown-open>.m-dropdown i,
	.m-dropdown,
	.m-dropdown i,
	.navbar-on {
		-webkit-transition: all .3s ease-out 0s;
		-o-transition: all .3s ease-out 0s;
		transition: all .3s ease-out 0s;
	}

	.m-dropdown {
		display: block;
		position: absolute;
		right: 3px;
		top: 0;
		width: 50px;
		text-align: center;
		color: #fff;
	}

	.m-dropdown i {
		font-size: 18px;
		line-height: 48px;
		opacity: .6;
	}

	body .header .navbar-nav .menu-item .a1 {
		position: absolute;
		right: 50px;
		top: 7px;
		width: 1px;
		height: 34px;
		content: "";
		background: rgba(0, 0, 0, .07);
	}

	.navbar-action {
		float: none !important;
		margin: 0;
		height: auto;
		padding: 20px 0 30px;
		overflow: hidden;
	}

	.navbar-search-icon,
	.shopping-cart {
		display: none !important;
	}

	.navbar-action #j-user-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		padding: 20px;
		margin: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.navbar-action .login {
		width: 48%;
		margin: 20px;
		padding: 8px 30px !important;
		line-height: 22px;
		text-align: center;
		color: rgba(255, 255, 255, .8);
		background: rgba(255, 255, 255, .1);
	}

	.navbar-action .publish {
		margin: 0 20px;
		padding: 8px 30px;
		line-height: 22px;
		color: #fff;
		border: 0;
		display: block;
		text-align: center;
		border-radius: 0;
		background-color: rgba(255, 255, 255, .1) !important;

	}

	.navbar-action .login.cur {
		margin: 0;
	}

	.navbar-action .login:first-child:after {
		display: none;
	}

	.navbar-search {
		position: relative;
		display: block !important;
		width: 100%;
		padding: 0 20px;
		height: auto;
		border: 0;
		background: 0 0;
	}

	.navbar-search-inner {
		width: 100%;
		position: relative;
	}

	.navbar-search-close {
		display: none !important;
	}

	.navbar-search-input {
		width: 100%;
		height: 36px;
		padding: 5px 10px;
		line-height: 20px;
		margin: 0;
		color: #333 !important;
		background: #fff;
		border: 1px solid #fff;
	}

	.navbar-search-btn {
		position: absolute;
		right: 10px;
		top: 0;
		line-height: 36px;
		color: hsl(0deg 0% 15% / 80%);
	}

	.navbar-on .navbar-on-shadow {
		display: block;
		position: fixed;
		z-index: 10000000000;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		content: "";
		background: rgba(0, 0, 0, .3);
	}

	.navbar-action .login:hover,
	.navbar-action .btn:hover {
		color: #fff;
		-webkit-box-shadow: inset 0 0 5px 30px rgb(255 255 255 / 8%);
		box-shadow: inset 0 0 5px 30px rgb(255 255 255 / 8%);
	}

	.dropdown-open>.m-dropdown i {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.m-dropdown:after {
		position: absolute;
		left: 0;
		top: 7px;
		width: 1px;
		height: 34px;
		content: "";
		background: rgba(0, 0, 0, .07);
	}

	.navbar-action .profile .menu-item:hover .dropdown-menu,
	.navbar-action .profile .cbtbk_dropdown:after {
		display: none;
	}

	.navbar-action .profile a:active,
	.navbar-action .profile a:focus,
	.navbar-action .profile a:hover {
		color: #fff;
	}

	.navbar-action .profile .dropdown-menu:after,
	.navbar-action .profile .dropdown-menu:before {
		display: none;
	}

	body .navbar-nav .menu-item .dropdown-menu .a2 {
		display: none;
	}

	/* 登录页面 */
	.page-no-sidebar.member-login #wrap,
	.page-no-sidebar.member-register #wrap {
		background: #fff;
		position: relative;
		height: auto;
	}

	.member-form-wrap {
		width: auto !important;
		max-width: none !important;
		margin: 0 !important;
	}

	.wpcom-member .btn-home {
		display: none;
	}

	.navbar-action .profile {
		width: 100%;
		height: auto;
	}

	.navbar-action .profile .menu-item {
		height: auto;
		padding: 0;
	}

	.navbar-action .profile .menu-item>a {
		padding: 7px 0;
	}

	.navbar-action .profile .menu-item-user {
		line-height: 34px;
	}

	.navbar-action .profile a {
		display: block;
		color: #fff;
	}

	.navbar-action .profile .menu-item-avatar {
		margin-top: 4px;
	}

	.navbar-action .profile .dropdown-menu {
		position: relative;
		float: none;
		display: none;
		width: 100%;
		padding: 1px 0 !important;
		visibility: visible;
		opacity: 1;
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		background: rgba(0, 0, 0, .1);
		border: 0;
		border-left: 5px solid rgba(0, 0, 0, .08) !important;
		-webkit-box-sizing: border-box !important;
		box-sizing: border-box !important;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-action .profile .dropdown-menu li {
		border-bottom: 1px solid rgba(10, 10, 10, .05) !important;
	}

	/* 个人主页 */
	body.header-fixed #wrap {
		padding-top: 50px;
		overflow: hidden;
	}

	.wpcom-member.member-account .wrap,
	.wpcom-member.member-profile .wrap {
		margin: 0;
		padding: 0;
	}

	.member-account-nav {
		width: 80px;
		background: #f5f5f5;
	}

	.member-account-user {
		padding: 20px 10px;
		margin-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: 0 0;
	}

	.member-account-avatar {
		width: 48px;
		height: 48px;
		-webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 6%);
		box-shadow: 0 0 0 1px rgb(0 0 0 / 6%);
		margin: 0 auto 6px;
	}

	.member-account-name {
		font-size: 13px !important;
		font-weight: 600 !important;
		line-height: 1.2;
	}

	.member-account-dio {
		display: none;
	}

	.member-account-tg {
		display: none !important;
	}

	.member-account-menu {
		-webkit-box-shadow: none;
		box-shadow: none;
		background: 0 0;
	}

	.member-account-menu .cbtbk_active:before {
		height: 21px;
		width: 3px;
		border-radius: 3px;
	}

	.member-account-menu a {
		padding: 10px 10px 10px 12px;
		font-size: 13px;
		line-height: 21px;
		white-space: nowrap;
	}

	.member-account-menu .member-nav-icon {
		display: none;
	}

	.member-account-content {
		width: calc(100% - 80px);
		margin: 0;
		padding: 20px 15px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.member-account-item {
		display: block;
	}

	.member-account-item {
		margin-bottom: 20px;
	}

	.member-account-label {
		width: 100%;
	}

}
