@charset "UTF-8";
html,body{
    margin: 0 !important;
    padding: 0 !important;
}
.site {
    padding-top: 0 !important;
}
.site-header {
    top: 0 !important;
}
html{
    --accent-color:#22aaff;--accent-color-min:#22baff;}
    
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
    background-color: var(--accent-color);
}
@-webkit-keyframes banner {
	from {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes banner {
	from {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
.n-box {
    padding: 10px 10px 10px 10px;
    background-color: #fff;
    display: block;
    margin-top: 30px;
    position: relative;
    border-radius: 10px;
    padding: 20px;
}
.article-content .content-gallery-warning {
    max-width: 340px;
    border-radius: 4px;
    position: relative;
    padding: 4px 0;
    text-align: center;
    background-color: rgb(246,246,246);
    font-size: 12px;
    margin: 0 auto;
    color: #fd721f;
    margin-bottom: 30px;
}
.article-content .content-gallery-warning .fa {
    padding-right: 4px;
}
.article-content .content-gallery-warning span {
    padding: 0 1px;
    font-size: 14px;
    font-weight: 600;
}
.article-content .content-gallery-warning .btn {
    border-radius: 0;
    font-weight: normal;
    padding: 0;
    line-height: 20px;
    margin-left: 10px;
}
.article-content .content-gallery-warning a {
    color: #2196F3;
}
.post-video .video-play video {
    position: relative;
    display: block;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}
.post-video .video-box-hand {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
}
.post-video .show-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.video-box-hand:hover .meta-video-tag {
	display: none;
}
.post-video .video-play {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.audio-wrapper {
    background-color: #1a1a1a;
    color: #3e3e3e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    margin-bottom: 20px;
}
.audio-info {
    display: flex;
}
.audio-left {
    display: flex;
    justify-content: center;
    align-items: center;
}
.audio-left img {
    width: 200px !important;
    margin: 0 !important;
    height: 200px;
    display: initial;
    cursor: pointer;
    position: absolute;
    z-index: 3;
}
.post-video>.video .meta-video-tag {
    content: ' ';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    background: url(/wp-content/themes/xb-theme/assets/images/video/play.png) 50% no-repeat;
    background-size: cover;
    z-index: 1;
}
@-webkit-keyframes z {
	from {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
	}
	to {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
	}
}
.cover-bg {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    background: url(/wp-content/themes/xb-theme/assets/images/music/pan.png) no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
    border-radius: 50%;
    -webkit-animation: z 5s linear 0s infinite;
    -moz-animation: z 5s linear 0s infinite;
    -ms-animation: z 5s linear 0s infinite;
    animation: z 5s linear 0s infinite;
}
.audio-right {
    width: 100%;
    margin: 20px;
}
.audio-right h1 {
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    color: #eee;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.poster-footer {
    margin-bottom: 36px;
    font-size: 14px;
}
.poster-footer a {
    margin-right: 24px;
    color: #eee;
}
.progress-bar-bg {
    background-color: #d9d9d9;
    position: relative;
    height: 36px;
    cursor: pointer;
}
.progress-yinfu {
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 3;
    width: 101%;
    height: 100%;
    background: url(/wp-content/themes/xb-theme/assets/images/music/audio-s-b.svg) repeat-x;
}
.progress-bar-bg span {
    content: " ";
    width: 2px;
    height: 100%;
    background: linear-gradient(45deg,#b18f6a,#fdd1a1);
    position: absolute;
    cursor: pointer;
}
.progress-bar {
    background: linear-gradient(45deg,#b18f6a,#fdd1a1);
    width: 0;
    height: 100%;
}
.audio-time {
    overflow: hidden;
    margin-top: 4px;
    color: #eee;
}
.audio-length-current {
    float: left;
    font-size: 14px;
}
.audio-length-total {
    float: right;
    font-size: 14px;
}
.n-box fieldset {
    border: 1px dashed #bdbdbd;
    padding: 10px;
    border-radius: 5px;
    line-height: 2em;
    font-size: 12px;
    color: #bdbdbd;
    text-align: center;
}
.widget-title {
    position: relative;
    color: #393e46;
    font-size: .875rem;
    letter-spacing: 5px;
    padding-bottom: .875rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
}
.widget-title:hover:after {
    width: 100px;
}
/*音乐缩略图*/
.audio-pan .play-icon{position: relative;top: 0;padding: 10px 50px;z-index: 2}
.audio-pan .play-zhen{position: absolute;top: 20px;right: 24px;width: auto !important;height: 100px;z-index: 2;transform:rotate(-9deg);transition: all .6s ease-in-out;transform-origin: right top;}
.audio-pan .play-dot{position: absolute;top: 15px;right: 17px;width: 20px !important;height: 20px;z-index: 3;}
.audio-pan .play-pan{position: absolute;top: 0;padding: 10px 50px;}
@-webkit-keyframes z {
	from {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
	}
	to {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
	}
}
.widget-userinfo .author_avatar a {
    font-size: 0.9rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}
.widget-userinfo .author-fields .num {
    position: static;
    background: transparent;
    color: #fff;
    font-size: 23px;
}
.burger:before, .burger:after {
    background-color: transparent;
}
.burger>i {
    display: inline-block;
    margin-top: 3px;
    margin-left: 7px;
}
.widget-title:after {
    content: "";
    position: absolute;
    background-color: #3d7eff;
    left: 1px;
    width: 50px;
    height: 3px;
    bottom: -2px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.n-box legend {
    color: #ffffff;
    width: 30%;
    text-align: center;
    background: #3d7eff;
    border-radius: 5px;
}
.tabtst {
    overflow: hidden;
    width: 100%;
    height: 55px;
    cursor: pointer;
    margin-bottom: 20px;
}
.tabtst li.on {
    border-bottom: 2px solid #3d7eff;
    color: #333;
    line-height: 53px;
    font-weight: 400;
}
.tabtst li {
    float: left;
    padding: 0 20px;
    text-align: center;
    line-height: 53px;
    font-size: 18px;
    color: #ccc;
    list-style: none;
}
.article-content li {
    margin-bottom: 10px;
}
.btn--secondary {
    background: #3d7eff !important;
}
.widget-area .widget .pwd {
    display: none;
}
.navbar-sticky:not(.ads-before-header) .site-header, .navbar-sticky_transparent:not(.ads-before-header) .site-header, .stick-now .site-header {
    top: 35px;
}
.mask-body-dark {
    background: rgba(0,0,0,.4);
    background-color: rgba(25, 37, 49, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    pointer-events: auto;
    transition-duration: .2s;
}
.mask-body {
    display: flex;
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: .625em;
    overflow-x: hidden;
    background-color: transparent;
    -webkit-overflow-scrolling: touch;
}
.omnisearch.show {
    opacity: 1;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.omnisearch {
    width: 100%;
    margin-top: 1.5rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    background-color: transparent;
    pointer-events: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.15s, -webkit-transform 0.3s;
    transition: opacity 0.15s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.15s;
    transition: transform 0.3s, opacity 0.15s;
    transition: transform 0.3s, opacity 0.15s, -webkit-transform 0.3s;
    font-family: RiPlus-Black;
}
.omnisearch-form .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.omnisearch .omnisearch-form .input-group-text {
    font-size: 1.875rem;
    background: transparent;
    color: #C0CCDA;
    background-color: #FFF;
    border: 1px solid #E0E6ED;
}
.input-group-merge .form-control:not(:first-child):not(.is-valid):not(.is-invalid) {
    border-left: 0;
    padding-left: 0;
}
.omnisearch .omnisearch-form .form-control {
    display: block;
    height: 68px;
    font-size: 1.25rem;
    color: #454545;
    background-color: transparent;
    background-image: none;
    border: 0;
    outline: none;
}
.omnisearch.show .omnisearch-form, .omnisearch.show .omnisearch-suggestions {
    pointer-events: auto;
}
.omnisearch.show .omnisearch-suggestions {
    opacity: 1;
}
.omnisearch.show .omnisearch-form, .omnisearch.show .omnisearch-suggestions {
    pointer-events: auto;
}
.omnisearch .omnisearch-suggestions {
    width: 680px;
    min-height: 150px;
    padding: 1.5rem;
    background: white;
    margin: auto;
    border-radius: 0.375rem;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition-delay: 0.21s;
    -o-transition-delay: 0.21s;
    transition-delay: 0.21s;
}
.omnisearch .omnisearch-suggestions:before {
    background: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    left: 20px;
    position: absolute;
    bottom: 100%;
    -webkit-transform: rotate(-45deg) translateY(1rem);
    -ms-transform: rotate(-45deg) translateY(1rem);
    transform: rotate(-45deg) translateY(1rem);
    z-index: -5;
    border-radius: 0.2rem;
}
.omnisearch .omnisearch-suggestions .search-keywords {
    font-size: 15px;
    margin-bottom: 20px;
}
.omnisearch .omnisearch-suggestions .search-keywords>a {
    display: inline-block;
    color: #6c757d;
    margin-right: 10px;
    background: #eaeaea;
    padding: 3px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.omnisearch .omnisearch-suggestions .search-keywords a:hover {
    color: #007afb;
}
.omnisearch .omnisearch-suggestions .heading {
    font-size: 1rem;
    color: #8492A6;
}
.omnisearch .omnisearch-suggestions #search-ajax-res li {
    padding: 3px 0;
}
.omnisearch .omnisearch-suggestions .list-link {
    display: inline-block;
    color: #6c757d;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 85%;
}
.omnisearch .omnisearch-suggestions .list-link i {
    padding: 5px 0px;
    padding-right: 5px;
    color: #2196F3;
}
.omnisearch .omnisearch-suggestions span {
    padding-left: 5px;
    font-size: 13px !important;
    color: #a7a7a7;
    float: right;
}
.form-group {
    margin-bottom: 1rem;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}
.omnisearch .omnisearch-form {
    display: block;
    position: relative;
    z-index: 700;
    background: #FFF;
    border-radius: 0.375rem;
    width: 680px;
    margin: auto;
}
.xb_ad .xb_ad_no:before {
    position: absolute;
    content: " ";
    width: 26px;
    height: 1pc;
    background: url(/wp-content/themes/xb-theme/assets/images/ad/watermark.png);
    right: 15px;
    font-size: 9pt;
    text-align: center;
    bottom: 0;
    color: #fff;
}
.xb_ad .login-btn:before {
    position: absolute;
    content: " ";
    width: 26px;
    height: 1pc;
    background: url(/wp-content/themes/xb-theme/assets/images/ad/watermark.png);
    right: 15px;
    font-size: 9pt;
    text-align: center;
    bottom: 0;
    color: #fff;
}
.user-profile-container {
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 30px;
}
.user-submenu {
    margin: 0 -20px 30px;
}
.user-submenu a.current {
    color: #fff;
    background: #3385ff;
}
.user-submenu a {
    display: inline-block;
    margin: 0 15px;
    line-height: 26px;
    height: 26px;
    white-space: nowrap;
    padding: 0 10px;
    color: #8f8f8f;
    font-size: 14px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.user-profile-container .payvip-header {
    color: #fff;
    background-repeat: no-repeat;
    margin: -30px;
    margin-bottom: 20px;
    border-radius: 4px 4px 0 0;
    padding: 30px;
}
.user-profile-container .payvip-header h4 {
    font-weight: 700;
    font-size: 1.5rem;
    color: #FFF;
}
.user-profile-container .payvip-content {
	justify-content: center;
	margin-bottom: 20px;
}
.user-profile-container .pay-vip-item {
    border: 2px solid #cacaca;
    border-radius: 5px !important;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.user-profile-container .pay-vip-item .vip-title {
    padding: 10px;
    margin: 0;
    font-weight: 500;
    font-size: 25px;
    text-align: center;
}
.user-profile-container .pay-vip-item .vip-text {
    margin: 0;
    text-align: center;
    margin-bottom: 5px;
}
.user-profile-container .pay-vip-item .vip-price {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #ffc12b;
    padding-bottom: 20px;
}
.border-dashed {
    border-style: dashed !important;
    border: 2px dashed rgba(0,0,0,.125);
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-body>div {
	-ms-flex-align: center!important;
    align-items: center!important;
    ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.mb-md-0, .my-md-0 {
    margin-bottom: 0!important;
}
.badge {
    font-weight: 500;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.card-body button.btn {
	background-color: transparent;
}
.btn-warning {
    width: 100%;
    padding: 5px 0;
    font-size: 15px;
    color: #212529;
    background-color: #ffc107 !important;
    border-color: #ffc107;
}
.pay-note {
	margin-top: 1rem;
}
.pay-note p {
	color: #6c757d;
	margin: 0;
}
.pay-note p small {
	font-size: 80%;
	font-weight: 400;
}
.user-profile-container .pay-vip-item .vip-price small {
    color: #3c3c3c;
}
.user-profile-container .pay-vip-item.ok {
    border: 2px solid #ffc107;
    background-color: rgba(255, 193, 43, 0.1);
}
.image-line {
    width: 100%;
    height: 20px;
    background-image: url(https://yunsheji.cc/wp-content/themes/riplus/assets/img/img_line.png);
    margin: 0 auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 1rem 0;
}
.btn-tg {
	color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    margin-right: 10px;
}
.btn-jl {
	color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    margin-left: 10px;
}
.zzbg {
	width: 100%;
	height: 450px;
	background: #000;
}
.zzbg>div {
	position: relative;
    width: 300000%;
    height: 100%;
    opacity: .4;
    animation: banner 100000s linear infinite;
}
.waves-box {
    position: absolute;
    top: 120px;
    text-align: center;
    color: white;
    width: 100%;
}
.waves-inner {
    height: 100%;
    width: 100%;
    margin: 0;
    padding-top: 105px;
}
.waves-inner h2 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    padding: 0px 5px;
}
.waves-inner p {
    font-size: 20px;
    padding: 30px;
    margin-bottom: 30px;
}
.waves-inner a {
    padding: 10px 28px;
    font-size: 1.2em;
    background: #fff;
    color: var(--accent-color);
    font-weight: bold;
    border-radius: 50px;
}
.layout-width, .newIndex-layout {
    padding-top: 40px;
    width: 100%;
    font-size: 14px;
    height: 100%;
}
.newIndex-layout .container {
    max-width: 1200px;
}
.container:before, .container:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both;
}
.newIndex-layout .form-box {
    padding: 10px;
    border-radius: 50px;
    margin-top: 10px;
    margin-left: 20%;
    margin-right: 20%;
    background: rgba(255,255,255,.2);
}
.newIndex-layout .row {
    margin: 0px;
    border-radius: 50px;
    overflow: hidden;
}
.newIndex-layout .home-search-results {
    position: absolute;
    top: 295px;
    width: 58%;
    left: 21%;
    background-color: #ffffff;
    overflow: hidden;
    z-index: 999;
    border-radius: 4px;
    visibility: visible;
    animation-duration: 300ms;
    height: auto;
    display: none;
    animation-name: aspAnFadeInDrop;
    -webkit-animation-name: aspAnFadeInDrop;
    box-shadow: 0 10px 20px rgba(213,213,213,0.4);
    border: 1px solid #dcdcdc;
}
.newIndex-layout .col-xs-12 {
    padding: 0px;
}
.waves-inner>h2>span {
	color: #c7c7c7;
}
.newIndex-layout input[type="text"] {
    margin-bottom: 0px;
    border: 0px;
    padding-right: 0px;
    font-size: 16px;
}
.newIndex-layout input[type="submit"] {
    margin-bottom: 0px;
    border: 0px;
    border-radius: 0px;
    font-size: 18px;
    padding: 0px;
    height: 36px;
    background-color: #3d7eff;
}
.home-division {
	background-color: #fff;
	margin-bottom: 15px;
}
.home-division .item {
    position: relative;
}
.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
}
.home-division .item>a {
	padding: 1.5rem 0;
	display: flex;
}
.mdi {
    position: relative;
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.text-left {
    text-align: left!important;
}
.home-division .item>a h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: .5rem;
}
.home-division .item>a h3 .badge {
    border-radius: 14px;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: top;
    padding-left: .8em;
    font-weight: 500;
}
.text-muted {
    color: #6c757d;
    margin: 0;
}
.home-division .item>a>.item-icon {
    font-size: 3.5rem;
    margin-right: 10px;
    line-height: 0;
}
.home-division .item>a>.item-icon>img {
	width: 56px;
	height: 56px;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)infinite;
}
@keyframes move-forever {0% {transform:translate3d(-90px,0,0);}
100% {transform:translate3d(85px,0,0);}
}
.newIndex-layout input:focus {
    outline: none;
}
.newIndex-layout .rmbq {
	margin: 0 18%;
	background: rgba(255,255,255,.4);
	padding: 10px 0;
	border-radius: 40px;
	font-size: 15px;
}
.newIndex-layout .rmbq a {
	color: #FFF;
	padding: 0 15px;
}
.uposts .hentry .title {
	padding-right: 50px;
}
.sort_page {
	width: 100%;
	text-align: center;
}
.sort_page>ul {
	margin: 0;
	padding: 10px 0;
}
@media only screen and (max-width: 767px) {
    .xb_ad {
        display: none;
    }
	.vip-item {
		width: 90% !important;
	}
	.footer-statistics {
		display: none;
	}
	.waves-inner h2 {
		font-size: 18px;
	}
	.newIndex-layout .form-box {
		border-radius: 0;
    	margin: 0;
	}
	.newIndex-layout .row {
		border-radius: 0;
	}
	.newIndex-layout .rmbq {
		display: none;
	}
	.zzbg {
		height: 280px;
	}
	.waves-inner {
		padding-top: 20px;
	}
	.home-division {
		display: none;
	}
	.vip-article-title {
		font-size: 20px !important;
	}
	.vip-desc {
		display: none;
	}
}
.sort_page>ul>li>a,.sort_page>ul>li>span {
    display: inline-block;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.05);
    overflow: hidden;
    transition: all .2s ease-in-out;
    vertical-align: top;
    color: #999;
    pointer-events: auto;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
    padding: .5rem .75rem;
    line-height: 1;
    margin: 0 5px;
    border-radius: 4px;
    border: 1px solid #f3f3f3;
}
.sort_page>ul>li>a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #3385fc;
    background: #fff;
    border-color: #3385fc;
}
.sort_page>ul>li {
	display: inline-block;
}
.uposts .hentry .title {
	padding-right: 45px;
}
.numeric-pagination .page-numbers:not(ul).current {
	background-color: #3d7eff;
}
.filter--content .filter-item span {
	background-color: #3d7eff;
	color: #FFF;
}
.filter--content .filter-item a.on {
	border: 1px dashed #3d7eff;
	background-color: #3d7eff;
	color: #FFF;
}
.vip-container {
	padding: 40px 0 25px;
	margin-bottom: 0;
	background-image: url(../images/vipbg.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
}
.filter--content .filter-tab span {
	background-color: #3d7eff;
	color: #FFF;
}
.filter--content .filter-tab a.on {
    color: #3d7eff;
}
.filter--content .filter-tab .tab.on i:before {
	color: #3d7eff;
}
.xb_type_bj {
    background: url(/wp-content/themes/xb-theme/assets/images/ad2.png)no-repeat;
    height: 60px;
}
.header_search {
    width: 620px;
    height: 42px;
    float: left;
    position: absolute;
    left: 10px;
    padding-top: 10px;
}
.header_search .search_form .search_input {
    float: left;
    width: 268px;
    height: 38px;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 3px 0 0 3px;
    position: relative;
}
.header_search .search_form .search_input input {
    border: none;
    color: #999;
    font: normal 14px tahoma, PingFangSC, "microsoft yahei ui", "microsoft yahei", sans-serif;
    overflow: hidden;
	margin-bottom: 0;
    background: #fff;
}
.header_search input {
    background: none;
    border-radius: 0;
    outline: none;
    resize: none;
    appearance: none;
    height: 38px;
}
.header_search .search_btn {
	position: absolute;
	top: 0;
	right: -80px;
    width: 80px;
    height: 38px;
    display: inline-block;
    line-height: 1;
    border-radius: 0 3px 3px 0;
    border: none;
    cursor: pointer;
    background: #3d7eff;
    text-align: center;
    color: #FFF;
    font-size: 20px;
}
.header_search .search_btn>i {
	position: relative;
	top: -3px;
}
.filter--content {
	padding: 0;
}
.filter--content>form {
	padding: 20px;
}
.openVip-Btn {
    float: right;
    height: 28px;
    line-height: 28px;
    color: #fbfafa;
    text-align: center;
    margin-top: 16px;
    border-radius: 4px;
    margin-right: 80px;
    padding: 0 8px;
    background: #ed1c24;
    background-image: none;
    background-image: -webkit-gradient(linear,left top,right top,from(#e74118),to(#fc8321));
    background-image: -webkit-linear-gradient(left,#e74017,#fc8120);
    background-image: linear-gradient(to right,#e63d17,#fd8621);
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#17e66c,endColorStr=#10c55b);
}
.vip-article-header {
	text-align: center
}
.vip-article-title {
	margin-top: 100px;
	margin-bottom: 50px;
	font-size: 28px
}
.vip-desc {
	text-align: center;
	font-size: 14px;
	color: #8a92a9;
	margin-top: -40px;
	margin-bottom: 40px
}
.vip-wrapper {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
.vip-content {
	text-align: center;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.vip-item {
	padding: 0 20px 20px;
	border-radius: 3px;
	background-color: #fff;
	text-align: center;
	flex: 1 1 auto;
	min-width: 250px;
	max-width: 350px;
	margin: 0 15px 30px;
	position: relative;
	-webkit-box-shadow: 0 8px 10px 0 rgba(0,0,0,.1);
	box-shadow: 0 8px 10px 0 rgba(0,0,0,.1);
	transition: all .3s cubic-bezier(.4,0,.2,1);
	-webkit-transition: all .3s cubic-bezier(.4,0,.2,1);
	-moz-transition: all .3s cubic-bezier(.4,0,.2,1);
	-ms-transition: all .3s cubic-bezier(.4,0,.2,1);
	-o-transition: all .3s cubic-bezier(.4,0,.2,1)
}
.vip-item h6 {
	font-size: 20px;
	margin: 0 -30px;
	background: #ff5f33;
	padding: 15px 0;
	font-weight: 400;
	color: #fff;
	border-radius: 3px 3px 0 0
}
.vip-item .price {
	font-weight: 600;
	font-size: 32px;
	display: block;
	margin: 20px 0 5px
}
.vip-item .price small {
	font-size: 14px
}
.vip-item p.border-decor {
	margin: 20px 0;
	text-align: center
}
.vip-item>ul {
	margin: 0;
	padding: 0;
}
.vip-item ul li {
	font-size: 15px;
	padding-bottom: 10px;
	list-style: none
}
.vip-item a {
	margin-top: 10px;
	color: #FFF;
}
.vip-item:hover {
	top: -10px
}
.vip-item p.border-decor span {
	background: #f5f5f5;
	border-radius: 30px;
	padding: 7px 12px 5px;
	color: #333;
	display: inline-block;
	line-height: 1;
	font-size: 13px
}
.home-cat-nav-wrap {
	background-color: #fff0;
}

.bid-status-wrapper {
	position: absolute;
    left: 15px;
    top: 20px;
}
.bid-status-wrapper .bid-status {
    color: #fff;
    width: 92px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 20px;
    font-size: 16px;
    background: #0092FF;
    background-size: 100% 100%;
    position: relative;
}
.bid-status-wrapper .bid-status::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 0;
    height: 0;
    width: 0;
    border: 15px solid;
    border-color: transparent transparent transparent #0092FF;
}
.task-detail-text {
	margin-top: 30px;
}
.task-detail-text h2 {
    font-weight: bold;
    margin-bottom: 36px;
    font-size: 24px;
    color: #333333;
}
.task-detail-text .reward {
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 30px;
}
.task-detail-text .reward .price {
    font-weight: bold;
    font-size: 24px;
    color: #ff0000;
}
.task-detail-text .task-type {
    height: 24px;
    line-height: 24px;
    background: #EEEEEE;
    padding: 0 10px;
    border-radius: 4px;
    margin-left: 22px;
}
.flex-hor-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.bid-task-lxfs {
	position: absolute;
    top: 50px;
    right: 60px;
}
.bid-task-lxfs>a {
	color: #fff;
    font-size: 16px;
    width: 120px;
    height: 40px;
    border-radius: 4px;
    background: #0092FF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.bid-info {
    margin: 0px 0 16px 0;
}
.bid-info > span {
    margin-right: 48px;
}
.bid-info span.deadline {
    min-width: 216px;
}
.bid-info span.deadline .icon-shijian {
	font-weight: bold;
    font-size: 15px;
}
.bid-info > span img {
	display: inline-block;
    margin-right: 6px;
}
.price-red {
    color: #ff0000;
}
.bid-info span.deadline span.color-blue {
    display: inline-block;
    min-width: 2em;
    text-align: center;
}
.color-blue {
    color: #0092FF;
}
.project-process {
    background: #FAFAFA;
    padding: 20px 94px;
}
.process-bar {
    color: #656565;
    display: flex;
    justify-content: space-around;
}
.process-bar div.process-bar-item {
    flex: 1;
    text-align: center;
    position: relative;
}
.process-bar > div.process-bar-item.active {
    color: #0092FF;
}
.process-bar > div i, .process-bar > div img {
    position: relative;
    z-index: 2;
}
.process-bar img {
	display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: inherit;
}
.process-bar > div.process-bar-item.active::after {
    background: #0092FF;
}
.process-bar > div.process-bar-item::after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    background: #DFDFDF;
    z-index: 1;
}
.process-bar div.process-bar-item div {
    line-height: 1.8;
}
.process-bar .iconfont {
	display: inline-block;
    color: #C3C3C3;
    font-size: 24px;
    vertical-align: middle;
    background: #fff;
    border-radius: 100%;
    position: relative;
    z-index: 2;
    top: -3px;
}
.process-bar .icon-duihao {
	font-size: 21px;
	top: 0;
}
.process-bar .iconfont.active {
	color: #0092FF;
}
.task_user_info {
	display: block;
    padding: 10px;
    overflow: hidden;
}
.task_user_info>ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.task_user_info>ul>li {
    float: left;
    width: 100%;
    text-align: center;
}
.task_user_info>ul:first-child>li:last-child {
	border-bottom: #e5e5e5 solid 1px;
    font-size: 14px;
    padding: 10px 0;
}
.task_user_info>ul>li>img {
	display: inline-block;
    padding: 5px;
    border: #e5e5e5 solid 1px;
    background-color: #fff;
}
.task_user_info .infotwo .l1 {
    width: 49%;
    color: #6c6c6c;
    padding: 15px 0;
}
.task_user_info .infotwo .hf {
    border-left: #e5e5e5 solid 1px;
}
.task_user_info .infotwo li>strong {
	font-size: 24px;
    font-weight: bold;
    margin-top: 26px;
    color: #282828;
}
.task_user_info .infotwo .hf>strong {
    color: #ff0000;
}
.infotwo>li {
	border-bottom: 1px solid #e5e5e5;
}
.bid-operate a.biding {
	display: inline-block;
    font-size: 18px;
    text-align: center;
    width: 100%;
    line-height: 46px;
    border-radius: 3px;
    margin: 14px 0 0 0;
}
.blue-btn {
    color: #fff;
    background: #0092FF;
    padding: 4px 12px;
}
#file0{
	margin: 0;
	padding: 0;
}
.task_cj>ul>li {
	margin-bottom: 15px;
}
.task_cj>ul>li:last-child {
	margin-bottom: 0;
}
.task_cj>h3 {
    display: inline-block;
    font-size: 15px;
    padding: 0 0 7px 0;
    border-bottom: 2px solid #0092FF;
    color: #333;
    font-weight: 400;
}
.task_cj .task_title {
	background: #F1F3F4;
    padding: 10px 8px;
    border-radius: 4px;
    font-size: 14px;
}
.task_cj .task_info {
	font-size: 14px;
}
.task_cj p:first-child>em {
	float: right;
	font-style: inherit;
	color: #1890ff;
}
.task_cj p:first-child {
	margin-bottom: 10px;
}
.task_cj p:last-child {
	padding-bottom: 10px;
	border-bottom: 1px dashed #000;
	margin: 0;
}
.task_cj p:last-child>span {
	display: inline-block;
	width: 20%;
	color: #FF0000;
}
.task_cj p:last-child>em {
	display: inline-block;
	width: 80%;
	text-align: right;
	font-style: inherit;
}
.task_cj p:last-child>em>span {
	display: inline-block;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dltask {
	margin: 0;
}
.dltask em {
    display: block;
    font-size: 15px;
    color: #0985f5;
    font-style: normal;
}
.dltask ul {
    color: #999;
    padding: 7px 0;
    margin: 0;
    list-style: none outside;
}
.dltask ul li {
    font-size: 12px;
    line-height: 12px;
    padding: 5px 0;
}
.dltask .iconfont {
    width: 30px;
    display: inline-block;
}
.my_task {
	top: 20px !important;
}
.dltask a {
	position: absolute;
    top: 70px;
    right: 35px;
    display: inline-block;
    width: 40%;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #fe883a;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.xb_ad_no {
	cursor: pointer;
}
.xb_ad {
	background-color: #FFF;
}
.xb_ad .xb_ad_no img {
	width: 100%;
	height: 140px;
}
.xb_ad .login-btn img {
    width: 100%;
	height: 140px;
}
.xb_ad>div:first-child {
	padding-left: 0;
	padding-right: 5px;
}
.xb_ad>div:last-child {
	padding-left: 5px;
	padding-right: 0;
}
.task_cf>a {
	opacity: .9;
    font-size: 14px;
    display: inline-block;
    padding: 6px 10px 5px 35px;
    margin: 0 15px -1px 15px;
    border-radius: 15px;
    cursor: pointer;
    line-height: 25px;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #333;
    text-decoration: none;
}
.task_sx_left .curr {
	color: #f60;
    font-weight: 700;
}
.task_sx_left>a {
	display: inline-block;
    line-height: 39px;
    position: relative;
    font-size: 14px;
}
.task_sx_pr_left>ul {
	float: left;
	margin: 0;
}
.task_sx_pr_left>ul>form>li {
	float: left;
	width: 70px;
}
.task_sx_pr_left .sep {
    width: 10px;
    text-align: center;
    margin: 5px 5px 0px 5px;
}
.task_sx_pr_left input[type="text"] {
	margin-top: 6px;
	margin-bottom: 0;
	height: 25px;
}
.task_sx_pr_left .submit {
	margin-left: 8px;
    display: none;
    height: 25px;
    padding: 0 10px;
    background: #f40;
    color: #fff;
    border: 0;
    line-height: 23px;
    white-space: nowrap;
    border: 1px solid #f40;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    background-clip: padding-box;
    float: left;
}
.task_sx_pr_left .submit {
    color: #333;
    border-color: #e5e5e5;
    background: #f7f7f7;
    display: inline-block;
    margin-left: 5px;
    margin-top: 6px;
}
.task_sx_zb {
	margin-top: 6px;
	margin-left: 25px;
	cursor:pointer;
	font-size: 12px;
}
.task_sx_zb>a:first-child {
	color: #f60;
}
.task_sx_zb input[type=radio] {
	min-width: 13px;
	width: 13px;
	height: 13px;
	border-radius: 0;
}
.task_sx_zb>a:last-child {
	margin-left: 25px;
    position: absolute;
    top: 155px;
}
.tlist {
	width: 100%;
}
.tlist dl {
    transition: all .2s ease-in-out;
    background: #fff;
    display: block;
    border-bottom: 1px solid #F1F1F1;
    padding: 10px;
    overflow: hidden;
    margin: 0;
}
.tlist dl:hover {
    box-shadow: 0 1px 8px 0 rgba(53,53,53,.2);
    position: relative;
    z-index: 1;
}
.tlist dt {
    width: 57%;
}
.tlist .d3 a.t_end:hover {
    background: #ccc;
    color: #fff;
}
.tlist .d3 a:hover {
    background: #6899ec;
    color: #fff;
}

.tlist dd, .tlist dt {
    float: left;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    color: #999;
    font-size:12px;
    font-weight:400;
    margin: 0;
}
.tlist dt p.tit {
    font-size: 16px;
    padding: 0;
}
.tlist dt p {
    padding: 0 5px;
    display: block;
    height: 25px;
    overflow: hidden;
    color: #999;
    margin: 0;
    font-size:12px;
    font-weight:400;
}
.tk_green {
	color: #3a933a;
}
.tlist dt p a:hover {
    text-decoration: underline;
}
.tlist dt b {
    color: #f70;
}
.tlist dt p a {
    color: #0b73bb;
}
.tlist dt span {
    color: #999;
}
.tlist .d1 {
    width: 15%;
}
.tlist .d2 {
    width: 18%;
}
.tlist .d3 {
    float: right;
    width: 10%;
}
.tlist .d3 a.t_end {
    background: #fff;
    border: 1px solid #ccc;
}
.tlist .d3 a {
    color: #666;
    background: #f5faff;
    margin: 8px 0 5px 0;
    display: inline-block;
    line-height: 20px;
    padding: 5px 12px;
    border: 1px solid #bed3f0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.cf_curr {
	font-weight: bold;
}
.wred {
	color: #000;
}
.atct_rzcg {
	width: 100%;
	height: 100%;
	background: #FFF;
	text-align: center;
	padding: 70px 0;
}
.atct_rzcg>h2 {
    font-size: 21px;
    color: rgb(204, 204, 204);
    font-weight:200;
    margin-top: 20px;
    letter-spacing: 10px;
}
.atct_upload {
	background: #fff;
    border: 1px dashed #dcdee2;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
    padding: 20px 0px;
}
.post-jbxx-content li {
	display: inline-block;
    padding: 5px 10px;
}
.post-jbxx-content .l1 {
	color: #fff;
    border: 1px solid #ea5e00;
    background-color: #ea5e00;
}
.post-jbxx-content .l2 {
	color: #ea5e00;
    border: 1px solid #ea5e00;
}
.atct_upload_img {
	background: #fff;
    border: 1px dashed #dcdee2;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
    padding: 20px;
}

.atct_upload input[type=file] {
    display: block;
    height: 100%;
    position: absolute;
    bottom: 0px;
    width: 100%;
    opacity: 0;
}

.atct_upload_img>img {
	display: initial;
	max-width: 100%;
}

.u-text-format h2 {
	font-size: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddfe2;
    padding-bottom: 7px;
    line-height: 1.4;
    color: #000;
    margin-top: 40px;
}

.post-pre-next-bg {
	width: 100%;
	height: 130px;
	overflow: hidden;
}
.article-nav span {
	padding: 10px;
}
.post-pre-next-bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    z-index: 1;
}
.post-per-next-cats a {
    display: inline-block !important;
    padding: 0 7px;
    margin-right: 5px;
    background-color: #3021ec;
    font-size: 12px;
    color: #FFF;
}
.post-pre-next-info-qt h2 {
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0;
    height: 30px;
    overflow: hidden;
}
.post-pre-next-info-qt h2 a {
	color: #FFF;
}
.post-pre-next-info-qt {
	display: inline-block;
	margin-left: 30px;
}
.post-pre-next-info.right .post-pre-next-info-qt {
	margin-right: 30px;
}
.post-pre-next-info-jt:first-child {
	position: absolute;
	left: 5px;
}
.post-pre-next-info-jt:last-child {
	position: absolute;
	right: 5px;
}
.post-pre-next-bg>img {
    width: 100%;
    height: 300px;
    margin-top: -100px;
}
.entry-navigation {
	padding: 0;
}
.post-pre-next-info-qt p {
	font-size: 12px;
}
.post-pre-next {
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    position: relative;
    margin: 5px;
}
.post-pre-next-info {
	position: absolute;
	width: 100%;
	z-index: 2;
	padding: 16px;
}
.post-pre-next-info-jt>a {
	font-size: 14px;
    font-weight: 700;
    color: #FFF;
}
.post-pre-next-info-jt {
	display: inline-block;
}
.post-pre-next-info i {
    font-size: 30px;
    background-color: rgba(255, 255, 255, 0.45);
    line-height: 34px;
    padding: 0 10px;
    display: block;
}
.post-pre-next-info.right {
	text-align: right;
}
.clear {
	clear:both
}
.entry-tags a {
    background-color: #ffead938;
    border: 1px dashed #0056ff;
}
.entry-tags a:hover {
    background-color: #467eff;
    border: 1px dashed #0056ff;
    color: #fff;
}
.post-pre-next-info>a {
	display: inline-block !important;
}
.xb_pwd {
    padding: 5px;
    margin: 5px;
    color: #999999;
    border-radius: 4px;
    text-align: center;
    position: relative;
    font-size: 15px;
}
.ts {
    font-size: 15px;
}
.bz {
    font-size: 12px;
    color: #ccc;
}
.xb_pwd .copypaw {
    font-weight: 600;
    background-color: #c1c1c1;
    border-radius: 4px;
    color: #ffffff;
    padding: 2px 10px;
    background-image: linear-gradient(45deg,#9E9E9E 25%,white 0,white 50%,#9E9E9E 0,#9E9E9E 75%,white 0);
    background-size: 2px 2px;
}
@font-face {
  font-family: "iconfont";
  src: url("//at.alicdn.com/t/font_29668_op57pe23sw9.eot");
  src: url("//at.alicdn.com/t/font_29668_op57pe23sw9.eot?#iefix")
      format("embedded-opentype"),
    url("//at.alicdn.com/t/font_29668_op57pe23sw9.woff2") format("woff2"),
    url("//at.alicdn.com/t/font_29668_op57pe23sw9.woff") format("woff"),
    url("//at.alicdn.com/t/font_29668_op57pe23sw9.ttf") format("truetype"),
    url("//at.alicdn.com/t/font_29668_op57pe23sw9.svg#iconfont") format("svg");
}
.theme-item-focus .iconfont {
  position: relative;
  display: inline-block;
  font: normal normal normal 14px/1 iconfont;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.theme-item-brand1 .iconfont {
    height: 50px;
    font-size: 50px;
    color: var(--accent-color);
    margin-bottom: 5px;
}
.theme-item-sv li .iconfont {
    position: relative;
    top: 1px;
    display: inline-block;
    font-size: 15px;
    width: 15px;
    text-align: center;
    margin-right: 10px;
}
.shengming {
    display: block;
    float: left;
    font-size: 14px;
    color: #929191;
    margin-top: 20px;
}
.shengming p>em {
    color: var(--accent-color);
}
.theme-item-sidebar {
  float: left;
  width: 35%;
  position: relative;
}
.theme-item-image {
  position: relative;
  border: 1px solid #eee;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 30px;
  height: 386px;
}
img.themeimg {
    width: 365px;
    height: 270px;
    border-radius: 10px;
    margin: 0 auto;
}
.pricing-options li {
    padding: 10px 0;
    font-size: 14px;
    cursor: pointer;
    color: #8c8c8c;
}
.pricing-options li .pricing__opt {
    font-weight: 600;
    float: right;
}
.type_icont_2 {
    display: inline-block;
    height: 22px;
    line-height: 21px;
    color: #fff;
    padding: 0 16px;
    border-radius: 13px;
    font-size: 12px;
    transition: all 0.3s ease;
    border-color: #ff8a00;
}
.type_icont_2 {
    background: linear-gradient(90deg, #ffc107, #ff7365, #ff82ea, #ffc107);
    background-size: 1400% 300%;
    animation: mymove 10s ease infinite;
    -webkit-animation: mymove 10s ease infinite;
    -moz-animation: mymove 10s ease infinite;
    color: #fff;
    border: none;
    margin-left: 20px;
}
.btn-primary-outline {
  line-height: 36px;
  color: var(--accent-color);
  background-color: transparent;
  border: 1px solid var(--accent-color);
}
.theme-item-focus .btn {
  display: inline-block;
  font-weight: normal;
  /*color: #666;*/
  text-align: center;
  vertical-align: top;
  user-select: none;
  border: none;
  padding: 0 36px;
  line-height: 38px;
  font-size: 14px;
  border-radius: 100px;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.theme-item-focus .theme-item-preview {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
  bottom: -15px;
  font-weight: bold;
  line-height: 44px;
}
.theme-item-preview .iconfont {
  font-weight: bold;
}
.theme-demo-qrcode {
  position: absolute;
  bottom: 1px;
  left: 1px;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  width: 94px;
  text-align: center;
  background-color: #fff;
  padding: 5px;
  border-radius: 0 0 0 8px;
}
.theme-demo-qrcode small {
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
}
.theme-item-fcontent {
  float: left;
  width: 48%;
  margin-left: 3%;
}
.theme-item-counter {
  float: right;
  margin-top: 5px;
  color: #bbb;
  font-size: 12px;
}
.theme-item-fcontent h1 {
  margin: 0 0;
  font-size: 20px;
  font-weight: bold;
  border-left: 5px solid var(--accent-color);
  padding-left: 10px;
  overflow: hidden;
}
.theme-item-fcontent h4 {
  margin: 10px 0 0;
  font-size: 12px;
  display: inline-block;
  color: var(--accent-color);
  font-weight: bold;
}
.theme-item-fcontent h3 {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  font-weight: bold;
  display: flex;
}
.theme-item-price {
  margin: 20px 0 0;
  padding: 15px 0;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  display: flex;
  justify-content: space-between;
}
.theme-item-price strong {
  float: right;
  font-size: 30px;
  line-height: 1;
  color: var(--accent-color);
  margin-left: 10px;
}
.theme-item-price strong dfn {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  position: relative;
  top: -4px;
  margin-right: 7px;
}
.theme-item-price h5 {
  font-size: 14px;
  color: var(--accent-color);
  line-height: 30px;
  margin: 0;
  font-weight: bold;
}
.theme-item-sv {
  margin-top: 24px;
}
.theme-item-sv h6 {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: bold;
}
.theme-item-sv ul {
  overflow: hidden;
  font-size: 0;
  margin: 0 -1% 0 0;
  padding: 0;
}
.theme-item-sv li {
  -webkit-transition: color 0.25s, background-color 0.25s;
  -moz-transition: color 0.25s, background-color 0.25s;
  -ms-transition: color 0.25s, background-color 0.25s;
  -o-transition: color 0.25s, background-color 0.25s;
  transition: color 0.25s, background-color 0.25s;
  color: #666;
  cursor: default;
  vertical-align: top;
  width: 32.3333333333%;
  margin-right: 1%;
  margin-bottom: 1%;
  display: inline-block;
  padding: 5px 5px 5px 12px;
  background-color: #f6f6f6;
  border-radius: 8px;
}
.theme-item-sv li span {
  font-size: 12px;
}
.theme-item-orderarea {
  font-size: 0;
}
.theme-item-orderarea .btn {
  margin-right: 5px;
  font-size: 14px;
  color: #fff;
  border: none;
  -webkit-box-shadow: 0 5px 6px 0 rgba(73,105,230,.22);
  box-shadow: 0 5px 6px 0 rgba(73,105,230,.22);
  border-radius: 18px;
  display: inline-block;
  background: -webkit-gradient(linear,left bottom,left top,from(var(--accent-color)),to(var(--accent-color-min)));
  background: linear-gradient(0deg,var(--accent-color),var(--accent-color-min));
  font-weight: 500;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  margin-top: 15px !important;
}
.btn-primary {
  color: #fff;
  background-color: var(--accent-color);
}
.theme-item-orderarea .btn-default {
  padding: 0 30px;
}
.theme-item-brand {
  float: right;
  width: 11%;
}
.theme-item-brand1 {
  color: #999;
  background-color: #f6f6f6;
  padding: 15px 15px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
}
.theme-item-brand1 p {
  margin: 0 0 10px;
  line-height: 1.5;
}
.theme-item-brand2 {
  color: #999;
  background-color: #f6f6f6;
  padding: 15px 15px;
  border-radius: 8px;
  text-align: center;
  font-size: 12px;
}
.theme-item-brand2 img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 10px;
}
.theme-item-brand2 h4 {
  margin: 0 0 10px;
  font-size: 12px;
  color: var(--accent-color);
}
.theme-item-brand2 p {
  margin: 0;
  color: #999;
  line-height: 1.5;
}
.theme-item-focus {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding: 30px 15px;
  margin-bottom: 50px;
  border-radius: 10px;
}
.theme-item-focus .btn-primary-outline {
  line-height: 36px;
  color: var(--accent-color);
  background-color: transparent;
  border: 1px solid var(--accent-color);
}

.site-data-wp {
    height: 246px;
    background-size: cover;
    background-color: #7a99f2;
    background-position: center;
    text-align: center;
    font-size: 0;
    width: 100%;
}
.site-data-wp .data-items {
    padding-top: 45px;
    padding-bottom: 32px;
    font-size: 0;
    min-height: 85px;
    margin: 0;
    padding-left: 0;
}
.site-data-wp li {
    display: inline-block;
    vertical-align: top;
    width: 220px;
}
.site-data-wp li i {
    display: inline-block;
    height: 25px;
}
.site-data-wp li span {
    display: block;
    line-height: 48px;
    font-size: 36px;
    color: #fff;
    position: relative;
}
.site-data-wp li strong {
    display: block;
    color: #abbae5;
    font-size: 12px;
    line-height: 1;
    -webkit-transition: color .3s cubic-bezier(.31,1,.34,1);
    transition: color .3s cubic-bezier(.31,1,.34,1);
}
.site-data-wp .btn-outlined {
    min-width: 100px;
    height: 40px;
    line-height: 36px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
}
.site-data-wp .btn:hover {
    opacity: 0.8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.site-data-wp .btn-outlined:active, .site-data-wp .btn-outlined:hover {
    background-color: rgba(255,255,255,.2);
}

.label-tijiao {
	background-color: #009688;
}

.label-chuli {
	background-color: #FFB800;
}

.label-jieshu {
	background-color: #FF5722;
}

.site-header {
	position: unset;
}
.message-list>ul>.right .dmsg-row-top {
	display: block;
	height: 20px;
}
.message-list>ul>.right .dmsg-row-top>a {
	float: right;
}
.message-list>ul>.right .dmsg-row-top>time {
	float: left;
}
.message-list>ul>.right .dmsg-row-bottom {
	text-align: right;
}
.message-list>ul img {
	display: inline-block;
	max-width: 25% !important;
}


.close_foot>button {
	float: right;
	margin-top: 10px;
	color: #fff;
    background-color: #2d8cf0;
    border-color: #2d8cf0;
    width: 100px;
    display: inline-block;
    cursor: pointer;
    padding: 0 15px;
    height: 32px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid transparent;
    outline: none;
}

.close_foot #editor3>div:last-child {
	height: 140px !important;
}
#choiceWindow {
	position:absolute;
	top:35%;
	left:50%;
}
.close_body {
	height: 400px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 16px;
    font-size: 14px;
    line-height: 1.5;
}
.message-list ul {
	margin: 0;
	padding: 0;
}
.message-list li {
	display: flex;
    padding: 16px;
    align-items: center;
    border-bottom: 1px solid #ebeef5;
}
.dmsg-row {
    width: 100%;
}
.dmsg-row-top {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.dmsg-row-top a {
    font-weight: 700;
}
.dmsg-row-bottom {
    text-align: left;
}
.dmsg-content {
    margin: 5px 0;
    font-size: 14px;
    color: #999;
}
.dmsg-content p {
    display: inline-block;
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 0px;
}
.message-list li>img {
    margin-right: 10px;
    width: 40px;
    height: 40px;
}
#choiceWindow>div {
	display:none;
	width:1000px; 
	height:700px; 
	position:absolute;
	left:-500px; 
	top:-250px; 
	padding:20px;
	z-index:2;
	overflow:auto;
	border-radius: 5px;
	background: #FFF;
}
#choiceWindow>div .close {
	z-index: 1;
    font-size: 20px;
    position: absolute;
    right: 8px;
    top: 8px;
    overflow: hidden;
    cursor: pointer;
    color: #999;
}
#backGround {
	display:none;
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	background-color:black;
	z-index:1;
	-moz-opacity:0.8;
	opacity:.80;
	filter:alpha(opacity=88);
}

.table-feedback tbody tr {
	background-color: #f9f9f9;
}

.table-feedback tbody tr th {
	vertical-align: inherit !important;
}

.table-feedback tbody tr td {
	vertical-align: inherit !important;
}

.feedback .mwz {
	display: block;
	width: 100%;
    background: #fff;
    border-bottom: #e5e5e5 3px solid;
    height: 45px;
    line-height: 45px;
}

.feedback  .mwz li.cur {
    display: inline-block;
    color: #333;
    border-bottom: #6899ec 3px solid;
    margin-bottom: -3px;
    height: 45px;
    color: #265892;
}
.feedback  .mwz .prompt.r {
    float: right;
}
.feedback  .mwz li.cur a {
    color: #265892;
}

.mso.buy {
	background: #fffaf4;
}
.div_search {
	display: inline-block;
}
.div_search select {
	width: 115px;
}
.search-btn {
	display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    opacity: .9;
    background: #265892;
    font-weight: 700;
}
.mso {
    background: #fff;
    padding: 18px 0;
    display: block;
    text-align: center;
    border-bottom: 0;
}

.mso ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    zoom: 1;
}

.mytk-list article {
	margin-bottom: 10px;
}

.mytk_list_meta {
	background: #fff8f8;
	padding: 8px 5px;
}

.mytk_list_meta a {
	display: inline-block;
	text-align: center;
    width: 16%;
    color: #eb5350;
    border: 1px dotted #eb5350;
    border-radius: 5px;
    cursor: pointer;
}

.mytk_list {
	width: 100%;
	user-seletct: none;
-webkit-user-seletct: none;
-moz-user-seletct: none;
-ms-user-seletct: none;
}
.mytk_list_header {
	padding: 5px;
	background: #E6E6FA;
}
.header_title {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-size: 15px;
    margin: 0;
    padding: 8px 5px;
    cursor: pointer;
}
.header_title a {
	font-weight: 400;
}
.header_title .task_status {
	border: solid 1px #5298fe;
    color: #5298fe;
    border-radius: 3px;
    padding: 0 5px;
    font-weight: 600;
    margin-right: 5px;
    line-height: 18px;
    font-size: 11px;
}


.task_tc .swal2-header {
	border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}
.task_tc .swal2-title {
	font-size: 20px;
    font-weight: 400;
}
.info-zb {
	position: absolute;
	position: absolute;
    top: 10%;
    right: 3%;
}
.task-new-ico {
    letter-spacing: 2px;
    font-weight: 600;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    width: 100%;
}
.task-new-ico img {
    margin-top: -6px;
    display: inline-block;
}
.task-post {
    display: flex;
    flex-wrap: wrap;
}
.task-post>div>article {
    padding: 10px;
    background-color: #FFF;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    transition: box-shadow .3s cubic-bezier(.215,.61,.355,1),transform .3s cubic-bezier(.215,.61,.355,1),-webkit-box-shadow .3s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s cubic-bezier(.215,.61,.355,1);
    transform: translate(0,0);
}
.task-post>div>article:hover {
    -webkit-box-shadow: 0 34px 20px -24px rgba(136,161,206,0.3);
    box-shadow: 0 34px 20px -24px rgba(136,161,206,0.3);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
}
.task-post>div>article>p {
    text-align: center;
    margin-top: 20px;
}
.task-post>div>article>p>img {
    display: inline;
    width: 100px;
    height: 85px;
}
.task-post>div>article>p:nth-child(3) span {
    font-weight: 600;
    font-size: 18px;
}
.task-post>div>article>p:nth-child(4) {
    text-align: left;
}
.task-post>div>article>p:nth-child(4) span {
    padding: 0 12px;
    font-size: 14px;
    color: #8f8f8f;
}
.task-post>div>article>p:nth-child(5) {
    border-top: 1px solid #ccc;
    margin: 0;
}
.task-post>div>article>p:nth-child(6) span:first-child {
    text-align: left;
}
.task-post>div>article>ul {
    display: flex;
    font-size: 12px;
    padding: 5px 0;
    margin: 0;
}
.task-post>div>article>ul>li {
    display: inherit;
}
.task-post>div>article>ul>li:first-child {
    color: #555;
    flex: auto;
}
.task-post>div>article>ul>li:last-child {
    margin-left: 8px;
    position: relative;
    display: inline-block;
    padding: 1px 6px;
    text-align: center;
    background-color: #FFB800;
    color: #fff;
    border-radius: 2px;
}
.task-post>article>div {
    display: inline-block;
    padding: 25px 0;
}
.task-post .task-post-vip {
    background-color: #34495e;
    width: 20%;
    text-align: center;
}
.task-post .task-post-vip span {
    background-color: #FFF;
    padding: 5px 20px;
    border-radius: 15px;
    border: 1px solid #FFF;
    color: #90611d;
    font-weight: 600;
    letter-spacing: 2px;
}
.task-post .task-post-vip::after {
    border: solid transparent;
    content: '';
    height: 0;
    position: absolute;
    width: 0;
    border-width: 15px;
    border-left-color: #34495e;
    margin-left: 4.6%;
    margin-top: -3px;
}
.task-vip {
    position: absolute;
    top: 10px;
    left: -3rem;
    z-index: 1;
    width: 160px;
    height: 35px;
    background: #2c63ff;
    color: #fff;
    line-height: 35px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center;
    font-size: 14px;
}
.task-post .avatar {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.16);
    border: 8px solid #eee;
}
.task-bid-form .bid-input {
    border: 1px solid #eee;
    border-radius: 3px;
    height: 30px;
    width: 80px;
}
.task-bid-form .bid-btn {
    display: inline-block;
    background: #3D7EFF;
    padding: 10px 25px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
}
.post-head {
    background-color: #FFF;
    padding: 15px;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.post-head-left {
    width: 20%;
}
.post-head-left>p {
    text-align: center;
    margin: 0;
}
.post-head-left>p>img {
    width: 120px;
    height: 120px;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.16);
    border: 8px solid #eee;
}
.post-head-center {
    width: 60%;
}
.post-head>div {
    float: left;
}
.post-head-center .title {
    font-size: 25px;
    font-weight: 800;
    border-left: 5px solid #2c63ff;
    padding-left: 10px;
}
.post-head-center .bq {
    border-left: 5px solid #2c63ff;
    padding-left: 10px;
}
.post-head-center>p {
    margin: 0;
}
.post-head-center>p:first-child {
    margin: 10px 0 55px 0;
}
.post-head-center>p:last-child span {
    width: 32.8%;
    display: inline-block;
}

.post-head-right {
    width: 20%;
    position: absolute;
    right: 2%;
    top: 9%;
}
.post-head-right>li {
    margin: 12px 0;
    padding: 8px 15px;
    display: inherit;
    background-color: #3D7EFF;
    border-radius: 10px;
    text-align: center;
    color: #FFF;
}
.post-center {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    background-color: #FFF;
    padding: 20px;
}
.post-center .post-jbxx {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
}
.post-center .post-jbxx:after {
    content: '';
    height: 1px;
    width: 100px;
    background: #333;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.post-jbxx-content>div {
    display: inline-block;
    width: 33%;
}
.post-content {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    background-color: #FFF;
    padding: 20px;
}
.post-content .post-postms {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
}
.post-content .post-postms:after {
    content: '';
    height: 1px;
    width: 100px;
    background: #333;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.post-footer {
    margin-top: 20px;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 20px;
}
.post-tb-content {
    padding: 15px;
    margin-bottom: 20px;
    background: #f9f9f9;
    border-radius: 3px;
    font-size: 14px;
    position: relative;
}
.post-tb-content:last-child {
    margin-bottom: 0;
}
.post-tb-content .bid-user .avatar {
    display: inline-block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
.post-tb-content .bid-user .info {
    display: inline-block;
    position: relative;
    top: 12px;
}
.post-tb-content .bid-user .info .me {
    background: #aaa;
    color: #fff;
    padding: 1px 7px;
    border-radius: 2px;
    line-height: 1;
    font-size: 12px;
    margin-left: 5px;
}
.post-tb-content .bid-user .info .qq {
    font-size: 12px;
    color: #999;
}










.codecdk-panel .jq22-flex {
	height: auto;
	display: inherit;
}

.jq22-digit {
	overflow: hidden;
}

.jq22-digit span {
	display: inline-block;
}

.jq22-digit span:first-child {
	font-size: 16px;
}

.jq22-digit span:last-child {
	float: right;
}

.jq22-price-nub {
	background-image: linear-gradient( 135deg, #6B73FF 10%, #000DFF 100%) !important;
}

.jq22-full {
	background: #737aff;
	color: #ffffff;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
    background-color: #ededed;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #ededed;
}
::-webkit-scrollbar-track {
    background-color: #ededed;
}
.search_form button {
	width: 80px;
    height: 38px;
    display: block;
    float: left;
    border-radius: 0 50px 50px 0;
    border: none;
    cursor: pointer;
    background: linear-gradient(125deg,#64c0ff 0%,#2f49fd 100%);
}


.navbar .logo {
    max-width: 200px;
}

.author-page-info {
	text-align: center;
	height: 100%;
	padding: 60px 0 0 0;
}
.author-page-info div {
	display: inline-block;
}
.author-page-info div:nth-child(2) {
	display: inline-block;
	width: 20%;
}
.author-page-info-left div {
	display: inline-block;
	padding: 0 30px;
}
.author-page-info-right div {
	display: inline-block;
	padding: 0 30px;
}
.author-page-info-right em {
	display: inline-block;
	margin-top: 10px;
    width: 1px;
    height: 32px;
    background: #a8a8a8;
}
.author-page-info-left em {
	display: inline-block;
	margin-top: 10px;
    width: 1px;
    height: 32px;
    background: #a8a8a8;
}
.author-page-info-center p:first-child {
	max-width: 300px;
    font-size: 20px;
    line-height: 38px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: -14px;
    margin-bottom: 0;
}
.author-page-info-center p:last-child {
	margin-top: 3px;
    font-size: 16px;
    line-height: 16px;
    color: #969696;
}
.author-page-info-left div p:first-child {
	font-size: 30px;
	font-weight: bold;
    color: #fff;
}
.author-page-info-left div p:last-child {
	font-size: 14px;
    color: #fff;
}
.author-page-info-right div p:first-child {
	font-size: 30px;
	font-weight: bold;
    color: #fff;
}
.author-page-info-right div p:last-child {
	font-size: 14px;
    color: #fff;
}
.author-info-center {
	margin-top: -60px;
	position: relative;
	text-align: center;
	height: 165px;
    background: #fff;
}
.author-info-menu>ul {
	margin: 0;
	padding: 0;
}
.author-info-menu>ul>li {
	padding: 0 15px;
    line-height: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    position: relative;
}
.author-info-menu>ul>li>a {
	padding: 16px 0;
    display: block;
    border-bottom: 2px solid transparent;
    font-size: 16px;
}
.author-info-menu .active {
	color: #282828;
    border-bottom: 2px solid #444;
}
.author-info-menu>ul>li>a:hover {
	color: #282828;
    border-bottom: 2px solid #444;
}
.author-info-center-img {
	display: inline-block;
    width: 95px;
    height: 95px;
    background: #d3d3d3;
    position: absolute;
    left: 50%;
    top: -50px;
    border-radius: 50%;
    border: 5px solid #313339;
    margin-left: -50px;
    cursor: pointer;
}
.author-info-center-img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.author-page-info-center .icon-renzheng {
	margin-left: 5px;
    font-size: 20px;
}
.author-page-info-center .icon-renzheng>span {
	position: relative;
	font-size: 12px;
    color: #313339;
    padding: 0 5px;
    border-radius: 5px;
    cursor: default;
    bottom: 3px;
}
.author-page-info-center .chenghao>img {
	display: inline-block;
	width: 25px;
	margin-bottom: 5px;
}
.author-page-info-center .chenghao>span {
	position: relative;
    font-size: 14px;
    color: #edf0f7;
    padding: 0 5px;
    border-radius: 5px;
    cursor: default;
    bottom: 2px;
    background: #2680f0;
}

.author-info-center-centent {
	text-align: center;
}
.author-info-center-centent p {
	margin-top: 70px;
	display: inline-block;
}
.author-info-center-centent p .vip-icon {
	display: inline-block;
	background: url(/wp-content/themes/xb-theme/assets/images/ui_center.dc62c11.png) no-repeat;
    width: 90px;
    height: 30px;
}
.author-info-center-centent p .center-safety-bar {
	display: inline-block;
	width: 120px;
    height: 12px;
    background: #f1f1f1;
    border-radius: 10px;
    margin: 9px 10px 7px 0;
}
.author-info-center-centent p .center-safety-bar i {
    display: inline-block;
	-webkit-transition: .2s .2s;
    transition: .2s .2s;
    border-radius: 6px;
    vertical-align: top;
    height: 12px;
    background: -webkit-gradient(linear,right top,left top,from(rgba(69,39,255,.74)),color-stop(rgba(50,143,222,.83)),to(#0be5ff));
    background: linear-gradient(-90deg,rgba(69,39,255,.74),rgba(50,143,222,.83),#0be5ff);
    float: left;
}
.author-info-center-centent .center-due-date {
	position: relative;
    text-align: center;
    margin: 0 20px;
    padding-left: 10px;
    padding-right: 20px;
    height: 23px;
    background: transparent;
    border: solid #e8e8e8;
    border-width: 0 1px;
}
.author-info-center-centent p span {
	font-size: 14px;
    line-height: 28px;
    color: #6c727f;
    vertical-align: top;
}
.author-info-center-centent p a {
	font-size: 14px;
    line-height: 28px;
    color: #6c727f;
    vertical-align: top;
    text-decoration: underline;
    margin-left: 10px;
}
.pay_cdk .cdk {
    outline: none;
    text-align: center;
    font-size: 15px;
    background: #fff;
    border: dashed var(--accent-color) 1px;
}
.pay_cdk .cdk:disabled {
    background: #fff;
    border: dashed #ccc 1px;
}
.pay_cdk .ts {
    font-size: 12px;
}
.postdown_right .postdown_description em {
    color: #fcfbf7;
    float: left;
    background: #ed1c24 none repeat scroll 0 0;
    padding: 0 10px 0 10px;
    line-height: 20px;
    height: 20px;
    display: block;
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
    margin-top: -2px;
    margin-right: 10px;
    font-style: normal;
}
.postdown_buy a {
    cursor: pointer;
}
.postdown_buy_sm em {
    display: inline-block;
    width: 85%;
    font-style: normal;
    color: #6B798E;
    font-size: 12px;
}
@keyframes mymove {
	0% {
		background-position: 0% 0%
	}

	50% {
		background-position: 50% 100%
	}

	100% {
		background-position: 100% 0%
	}
}
.postdown_buy_sm_tub {
    background: linear-gradient(90deg,#ffc107,#ff7365,#ff82ea,#ffc107);
    background-size: 1400% 300%;
    padding: 4px 15px;
    margin-left: 15px;
    margin-right: 10px;
    border-radius: 30px;
    color: #FFF;
    font-size: 14px;
    animation: mymove 10s ease infinite;
    -webkit-animation: mymove 10s ease infinite;
    -moz-animation: mymove 10s ease infinite;
    position: relative;
    bottom: 14px;
}
.postdown_buy_sm {
    background-color: #F0F4FF;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
}
.postdown_buy>div:last-child {
    margin-right: 0;
}
.postdown_buy>div {
    margin-right: 20px;
}
.postdown_buy {
    height: 50px;
    margin-top: 15px;
    overflow: hidden;
}
.postdown_buy_ys li {
    width: 170px;
    list-style: none;
    height: 46px;
    float: left;
    border: #d2d2d2 1px solid;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
.postdown_buy_ys li a {
    font-size: 14px;
    display: block;
    color: #474747;
    text-align: center;
}
.postdown_buy_ys li:hover {
    border-color: #ed1c24;
}
.postdown_buy_ys li:hover a {
    color: #ed1c24;
}
.postdown_buy .postdown_buy_ys {
    height: 50px;
    line-height: 45px;
    float: left;
    overflow: hidden;
}
.postdown_buy .postdown_buy_pwd {
    height: 50px;
    line-height: 50px;
    float: left;
    overflow: hidden;
}
.postdown_buy .postdown_buy_down {
    height: 48px;
    line-height: 48px;
    float: left;
    overflow: hidden;
}
.postdown_buy .postdown_buy_down li {
    width: 170px;
    list-style: none;
    float: left;
    background: #ed1c24;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
.postdown_buy .postdown_buy_down li a {
    font-size: 14px;
    display: block;
    color: #FFF;
    text-align: center;
}
.postdown_clear {
    clear: both;
}
.postdown_price .qqzx {
    display: block;
    float: right;
}
.postdown_price .qqzx p {
    color: #c7c8c8;
    font-size: 12px;
}
.postdown_xprice_list dd em {
    text-align: center;
    border: solid 1px #ed1c24;
    color: #ed1c24;
    border-radius: 3px;
    padding: 1px 5px;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2px;
    font-style: normal;
}
.postdown_xprice_list dd:first-child span:nth-child(1) {
    border: solid 1px #5298fe;
    color: #5298fe;
}
.postdown_xprice_list dd:last-child span:nth-child(1) {
    border: solid 1px #ff8500;
    color: #ff8500;
}
.postdown_xprice_list dd span:nth-child(3) {
    width: 80px;
    margin-left: 5px;
    border: solid 1px #67C23A;
    color: #67C23A;
}
.postdown_xprice_list dd span {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    padding: 0 5px;
    font-weight: 600;
    margin-right: 5px;
    line-height: 18px;
    font-size: 11px;
}
.postdown_xprice_list {
    float: left;
    margin: 0;
}
.postdown_price_list {
    float: left;
    margin-left: 145px;
}
.postdown_price_note:hover .postdown_price_note_content {
    display:block;
}
.postdown_price_note_content {
    display: none;
    padding: 10px;
    position: absolute;
    top: -30px;
    left: 89px;
    width: 230px;
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.postdown_price_note_content:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 100px;
    top: 45px;
    border-top: 10px solid rgba(0,0,0,.2);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.postdown_price_note_content:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 100px;
    top: 44px;
    border-top: 9px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}
.postdown_price_note {
    float: left;
    display: block;
    margin-top: 15px;
    margin-left: 10px;
    font-size: 16px;
    color: #ccc;
}
.postdown_price_val em {
    font-size: 40px;
    float: right;
    display: block;
    font-style: normal;
}
.postdown_price_val {
    position: relative;
    float: left;
    display: inline;
    font-size: 16px;
    color: #e74e52;
    line-height: 40px;
}
.postdown_xprice {
    float: left;
    padding-top: 15px;
}
.postdown_price {
    position: relative;
    height: 100px;
    border-bottom: #eeeeee 1px dotted;
    margin-bottom: 10px;
    zoom: 1;
}
.postdown_ad a {
    height: 60px;
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    color: #ed1c24;
}
.postdown_ad {
    width: 100%;
    height: 60px;
    border: 1px dashed #a3a3a3;
    margin: 20px 0;
}
.postdown_right .postdown_description span:last-child {
    margin-right: 0;
}
.postdown_right .postdown_description span {
    font-size: 12px;
    margin-right: 20px;
    background: #eff0f1;
    padding: 4px 5px;
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
}
.postdown_right .postdown_description {
    margin-top: 5px;
    line-height: 16px;
    font-size: 14px;
    width: 100%;
    color: #6c6c6c;
    font-weight: normal;
    position: relative;
    border-bottom: #eeeeee 1px dotted;
    padding-bottom: 10px;
}
.postdown_title {
    height: 40px;
    line-height: 40px;
    padding-bottom: 8px;
}
.postdown_title h1 {
    width: 800px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    COLOR: #333;
    font-weight: normal;
    float: left;
}
.postdown_title i {
    margin-left: 10px;
    padding: 0 10px;
    height: 18px;
    display: block;
    border: 1px solid #ed1c24;
    color: #ed1c24;
    float: left;
    line-height: 18px;
    margin-top: 6px;
    text-align: center;
    font-size: 14px;
    font-style: inherit;
}
.postdown_title i a {
    color: #ed1c24;
}
.postdown {
    width: 100%;
    background: #fff;
    margin-top: -35px;
    margin-bottom: 50px;
}
.postdown_info {
    display: inline-block;
    background: #ffffff;
    padding: 15px 0;
}
.postdown_left {
    width: 442px;
    float: left;
}
.postdown_left_img {
    width: 420px;
    height: 420px;
    padding: 10px;
    margin: 20px 0;
    background: #ffffff;
    border: #eeeeee 1px solid;
}
.postdown_left_img img {
    width: 100%;
    height: 100%;
}
.postdown_right {
    width: 940px;
    float: right;
    background: #FFF;
    padding: 20px 0;
    overflow: hidden;
}
.dabolang {
    width: 100%;
    height: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #fff0!important;
    margin-top: -19px;
    margin-bottom: 50px;
}

@keyframes move {
	0% {
		transform: translate(-175px,0px) scale(1,1)
	}

	50% {
		transform: translate(-87px,0px) scale(1,.5)
	}

	100% {
		transform: translate(0px,0px) scale(1,1)
	}
}
#dabolangl1, #dabolangl2, #dabolangl3 {
    background-color: #f6f6f6 !important;
}
#dabolangl1 {
    -webkit-mask: url(/wp-content/themes/xb-theme/assets/images/svg/mobanweb_001.svg);
    mask: url(/wp-content/themes/xb-theme/assets/images/svg/mobanweb_001.svg);
    animation-delay: -2s;
    animation-duration: 12s;
}
#dabolangl2 {
    -webkit-mask: url(/wp-content/themes/xb-theme/assets/images/svg/mobanweb_002.svg);
    mask: url(/wp-content/themes/xb-theme/assets/images/svg/mobanweb_002.svg);
    animation-delay: -2s;
    animation-duration: 5s;
}
#dabolangl3 {
    -webkit-mask: url(/wp-content/themes/xb-theme/assets/images/svg/mobanweb_003.svg);
    mask: url(/wp-content/themes/xb-theme/assets/images/svg/mobanweb_003.svg);
    animation-delay: -1s;
    animation-duration: 3s;
}
.dabolangl {
    width: 200%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 350px 100%;
    transform-origin: 0 100% 0;
    animation-name: move;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.article-focusbox {
    color: #eee;
    text-align: center;
}
.article-title {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}
.article-meta {
    font-size: 13px;
    opacity: .8;
}
.article-meta .item {
    display: inline-block;
    margin: 0 10px;
}
.article-meta .item a {
    color: #fff;
    padding: 2px 8px;
    border-radius: 50px;
}
.article-meta .item:last-child a {
    background: #4e89ff;
}
.posttopimg {
    padding: 60px 0;
    background-position: center center;
    background-size: unset;
    background-repeat: repeat;
    margin-top: -60px;
}

.article-content img {
    width: 100% !important;
}

.container>.entry-wrapper>#faultType {
    line-height: 45px;
    width: auto;
    font-weight: lighter;
    font-size: 20px;
    color: #0e1b2b;
    padding-left: 10px;
    margin-bottom: 30px;
    text-align: center;
}
.index_xinxi_right {
	float: right;
	width: 40%;
}
.index_xinxi_left {
	float: left;
	width: 60%;
}
.index_xinxi_right_info {
	margin: 0 0 0 20px;
	background: #FFF;
	padding: 20px;
}
.index_xinxi_left_info {
	margin: 0 20px 0 0;
	background: #FFF;
	padding: 20px;
}
.index_xinxi_left_info ul {
	margin: 15px 0 0 0;
	padding: 0;
}
.index_xinxi_left_info ul li {
	padding: 5px 0;
}
.index_xinxi_right_info ul {
	margin: 15px 0 0 0;
	padding: 0;
}
.index_xinxi_right_info ul li {
	padding: 5px 0;
}
.vipday>li {
    padding: 10px 15px;
    margin: 10px 0;
    background: #FFF;
}

.yc-list {
    padding-left: 0;
}

.yc-list>li {
    display: inline-block;
    padding: 0px 30px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    margin: 0 20px;
}

.yc-list>li:nth-child(1) {
    background: #1b00ff;
}

.yc-list>li:nth-child(2) {
    background: #b40bde;
}

.yc-list>li:nth-child(3) {
    background: #da6500;
}

.yc-list>li>a {
    color: #FFF;
}
.navbar .sub-menu .menu-item::before {
    box-sizing: border-box;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-left: 10px;
    margin-top: -6px;
    left: 0;
    border-color: #61e1b9;
}
.navbar .sub-menu .menu-item:nth-child(1)::before {
    border: 3px solid #7a99f2;
}
.navbar .sub-menu .menu-item:nth-child(2)::before {
    border: 3px solid #f5c745;
}
.navbar .sub-menu .menu-item:nth-child(3)::before {
    border: 3px solid #f1787f;
}
.navbar .sub-menu .menu-item:nth-child(4)::before {
    border: 3px solid #70d7cf;
}
.navbar .sub-menu .menu-item:nth-child(5)::before {
    border: 3px solid #7a99f2;
}
.navbar .sub-menu .menu-item:nth-child(6)::before {
    border: 3px solid #f5c745;
}
.navbar .sub-menu .menu-item:nth-child(7)::before {
    border: 3px solid #f1787f;
}
.navbar .sub-menu .menu-item:nth-child(8)::before {
    border: 3px solid #70d7cf;
}
.navbar .sub-menu .menu-item:nth-child(9)::before {
    border: 3px solid #7a99f2;
}
.navbar .sub-menu .menu-item:nth-child(10)::before {
    border: 3px solid #f5c745;
}
.navbar .sub-menu .menu-item:nth-child(11)::before {
    border: 3px solid #f1787f;
}
.navbar .sub-menu .menu-item:nth-child(12)::before {
    border: 3px solid #70d7cf;
}
.navbar .sub-menu .menu-item:nth-child(13)::before {
    border: 3px solid #7a99f2;
}
.navbar .sub-menu .menu-item:nth-child(14)::before {
    border: 3px solid #f5c745;
}
.navbar .sub-menu .menu-item:nth-child(15)::before {
    border: 3px solid #f1787f;
}
.header__group.active .header__cat {
	background: transparent;
}

.article-nav a {
	display: contents;
}
.wic_slogin {
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    height: auto;
    line-height: 45px;
    background: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    font-family: microsoft yahei;
    transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
    background: #fff;
}
.wic_slogin .wp {
    width: 100%;
    align-content: center;
}
.wic_slogin_info {
    display: inline-block;
    font-size: 22px;
    color: #000;
    letter-spacing: 2px;
    height: 40px;
    line-height: 40px;
    font-weight: 300;
}
.wic_slogin_info a {
    color: #3d7eff;
}
.wic_slogin_btn {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    margin: 0 8px;
}
.wic_slogin_btn a {
    display: block;
    background: #3d7eff;
    color: #fff;
    padding: 0 40px;
    border-radius: 3px;
    font-size: 16px;
    border-radius: 50px;
}
.wic_slogin_qq .fa-qq, .wic_slogin_wechat .fa-wechat, .loginbutton .fa-user {
    color: #fff;
    margin-right: 3px;
}
.wic_slogin_line {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 1px;
    height: 10px;
    background: #ccc;
}
.wic_slogin_qq {
    border-radius: 10%;
    display:inline-block !important;
    zoom:1;
    display:inline;
    line-height:40px;
    height:40px;
    margin:0 8px;
    white-space: nowrap;

}
.wic_slogin_qq a {
    display:block;
    color:#fff;
    padding:0 40px;
    border-radius:3px;
    font-size:16px;
    background:#f6aa07;
    border-radius: 50px;
}
.wic_slogin_qq a:hover {
    background-color:#f6aa07;
    text-decoration:none
}
.wic_slogin_wechat{display:inline-block;*zoom:1;*display:inline;line-height:40px;height:40px;margin:0 8px;white-space: nowrap;}
.wic_slogin_wechat a{display:block;color:#fff;padding:0 40px;border-radius:3px;font-size:16px;background:#2bac19;border-radius: 50px;}
.wic_slogin_wechat a:hover{background-color:#2bac19;text-decoration:none}
.num {
    position: absolute;
    top: 8px;
    left: 66%;
    color: #555;
    border-radius: 8px;
    text-align: center;
    font-family: Calibri;
    background: #eee;
    font-size: 12px;
    min-width: 32px;
}
.navbar .sub-menu .menu-item>a {
    font-weight: 400;
}
.youscmenulanse {
    box-sizing: border-box;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-left: 10px;
    margin-top: -6px;
    left: 0;
    border-color: #61e1b9;
    border: 3px solid #7a99f2;
}
.youscmenuhongse {
    box-sizing: border-box;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-left: 10px;
    margin-top: -6px;
    left: 0;
    border-color: #61e1b9;
    border: 3px solid #f1787f;
}
.button, .btn--primary {
    background: linear-gradient(125deg,#467eff 0%,#0056ff 100%);
}
.ymd_link {
	margin: 0;
	padding: 0;
	height: 60px;
    background: #edf3f9;
    border: 1px dashed #edf3f9;
    border-radius: 5px;
}
.ymd_link>li:first-child{
	margin-left: 10px;
}
.ymd_link>li {
	float: left;
	color: #cbcfd8;
    display: inline;
    margin: 0 .5em;
    height: 60px;
    line-height: 60px;
}
.ymd_link>span {
	float: left;
    display: inline-block;
    font-size: 14px;
    background: linear-gradient(-125deg,#0295f9 0%,#2f49fd 100%);
    height: 60px;
    padding: 0 30px;
    padding-top: 0;
    color: #fff;
    padding-top: 6px;
    margin-top: 4.5px;
    margin: -1px;
    text-align: center;
    border-radius: 5px 0 0 5px;
}
.ymd_link>span>a {
    background: linear-gradient(-180deg,#ffffff 2%,#ffffff 98%);
    padding: 1px 10px;
    border-radius: 20px;
    color: #0a79ed;
}
.form-holder {
    margin-top: -65px !important;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin: 60px 0;
}
.has-shadow {
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.1), -1px 0 2px rgba(0,0,0,.05);
    box-shadow: 2px 2px 2px rgba(0,0,0,.1), -1px 0 2px rgba(0,0,0,.05);
    margin: 0 auto;
}
.form-holder .info {
    background: url(/wp-content/themes/xb-theme/assets/images/bc_bg.jpg);
    color: #fff;
}
.form-holder .info h1 {
    font-size: 2.5em;
    font-weight: 600;
    color: #FFF;
}
.form-holder .info p {
    font-weight: 300;
}
.form-holder .info, .form-holder .form {
    padding: 40px;
}
.form-holder .form .content {
	width: 100%;
}
.form-holder .form form {
    width: 100%;
}
.form-holder .form .form-group {
    position: relative;
    margin-bottom: 30px;
}
.form-holder .form .form-group>.xb_email_cap,.bc_phone_cap {
	position: absolute;
    top: 10px;
    right: 0px;
}
input.input-material{
	width:100%;
	border:none;
	border-bottom:1px solid #eee;
	padding:10px 0;
	background: inherit;
	outline: none;
}
input.input-material.is-invalid{
	border-color:#dc3545!important;
}
input.input-material:focus{
	border-color:#796aee;
}
.form-holder .info .logo {
	text-align: center;
}
.form-holder .info .logo>img {
	display: inline-block;
	width: 100px;
	border-radius: 50%;
	margin-bottom: 20px;
}
.form-holder .info p {
	text-align: center;
	font-size: 25px;
	margin-top: 25px;
}
.form-holder>.row {
	background-color: #FFF;
	margin: 0 -45px;
}
.service-list>em {
    display: block;
    border: 1px solid #EEE;
    overflow: hidden;
    margin: 0 10px 0 0px;
    padding: 0;
    float: left;
    padding: 15px;
    border-radius: 50%;
    background-color: #FFF;
}
.service-list>em img {
	max-width: inherit;
    width: 45px;
    height: 45px;
}
.service-list .kekecent {
    float: left;
    width: 215px;
    margin-top: 5px;
}
.service-list>.kekecent>b {
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: left;
}
.service-list>.kekecent p {
    display: block;
    line-height: 20px;
    color: #666;
    font-size: 14px;
    padding-top: 2px;
    text-align: left;
}
.keketq {
    float: left;
    margin: 0 10px;
    text-align: center;
    background: #F5F5F5;
    border-bottom: 1px solid #F0F0F0;
    height: auto !important;
    padding: 0px 10px;
    border-radius: 0px;
    font: 12px/1.5 microsoft yahei,Tahoma,Helvetica,'SimSun',sans-serif;
    line-height: 30px;
    color: #444;
}
.payvip-box .vip-info {
	float: left;
	padding: 10px;
	width: 100%;
	border: 1px solid;
}
.payvip-box .gurow {
    padding: 20px 0;
    margin-left: 20px;
    float: left;
}
.subboxs {
    float: left;
}
.chargebox .label {
    float: left;
    width: 70px;
    color: #959595;
    text-align: left;
    font-size: 14px;
    margin-top: 20px;
}
.hg {
    background: url(http://www.sucai8.cn/source/plugin/keke_group/template/images/ico3.png) left no-repeat;
    padding-left: 30px;
    float: left;
    line-height: 30px;
}
.czcontents {
	float: left;;
}
.payvip-box .active {
    box-shadow: 0 0 20px #FFF0EC;
    border: 1px solid #FADABA;
    background: url(http://www.sucai8.cn/source/plugin/keke_group/template/images/floor-hot-bg1.png) 0 -50px repeat-x;
}
.payvip-box .active:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: url(http://www.sucai8.cn/source/plugin/keke_group/template/images/jb.png) 100% 100% no-repeat;
    content: '';
}
.service-list {
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #E9E9E9;
    box-shadow: 0 0 20px 0px #E6E6E6;
     background: url(http://www.sucai8.cn/source/plugin/keke_group/template/images/floor-hot-bg.png) 0 -50px repeat-x; 
    text-align: center;
    padding: 20px 5px 20px 20px;
    position: relative;
}
.cztips {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    background: #f9f9f9;
    padding: 45px 0;
    margin-bottom: 45px;
}
.cztips .smtitle {
    text-align: center;
    font-size: 26px;
    color: #010101;
    line-height: 50px;
    font-weight: bold;
    background: url(https://www.ppt20.com/statics/images/home/vip/tlebgs2.png) no-repeat center;
}
.cztips ul {
    padding-top: 40px;
    padding-left: 220px;
}
.cztips li {
    overflow: hidden;
    padding: 5px 0;
}
.priceBox {
    color: #FFFFFF;
    text-align: center;
    background-image: url(https://static.fotor.com.cn/static/web/site/features/pricing/images/vipBox.png);
    background-size: 100% 100%;
    height: 355px;
    padding-top: 56px;
    box-sizing: border-box;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.priceBox h3 {
    font-weight: bold;
    font-size: 24px;
    color: #FFF;
    margin: 0;
    margin-bottom: 10px;
    line-height: 31px;
}
.priceBox .priceBoxInfo {
    font-size: 14px;
    font-weight: 400;
}
.priceBoxList {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    margin-top: 31px;
    margin-bottom: 35px;
}
.priceBoxList .priceBoxListItem {
    display: inline-block;
    width: 300px;
    height: 107px;
    margin: 0 20px;
}
.one {
    background-image: url(https://static.fotor.com.cn/static/web/site/features/pricing/images/price2.png);
    background-size: 100% 100%;
}
.two {
    background-image: url(https://static.fotor.com.cn/static/web/site/features/pricing/images/price2.png);
    background-size: 100% 100%;
}
.three {
    background-image: url(https://static.fotor.com.cn/static/web/site/features/pricing/images/price1.png);
    background-size: 100% 100%;
    position: relative;
}
.month {
    height: 40px;
    line-height: 40px;
    color: #1950B7;
    font-size: 18px;
    font-weight: 600;
}
.money {
    height: 68px;
    line-height: 68px;
    color: #fff;
    font-size: 29px;
    font-weight: bold;
}
.header-svip {
	background-image: url(https://static.fotor.com.cn/static/web/site/features/pricing/images/banner.png);
}
.header-svip .slogan {
	text-align: left;
    top: 110px;
    transform: translateY(0);
    box-sizing: border-box;
    padding: 30px 0 30px 24.7%;
    height: auto;
    width: 100%;
    margin-bottom: 50px;
}
.header-svip .slogan h1 {
	margin: 0;
    padding: 0;
    font-size: 38px;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
}
.header-svip .text {
	color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-top: 25px;
    font-family: Microsoft YaHei;
}
.header-svip .text p {
    margin: 0 auto;
    font-weight: 500;
    line-height: 30px;
}
.header-svip .slogan a, .newpay {
    border-radius: 4px;
    background-color: #fff;
    color: #214B98;
    width: 121px;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    margin-top: 43px;
    font-size: 16px;
    padding: 0;
}
.header-svip .slogan a {
    border-color: #fff;
    transition: .3s all;
}
.btn_center {
    margin: 0 auto;
}
.u-text-format h3 {
	font-size: 18px;
}
.u-text-format h4 {
    margin: 25px 0 20px;
    border-left: 4px solid #1b54bc;
    padding: 0 0 0 10px;
    line-height: 17px;
}
/* 底部公众号关注模块 */
.join-us-area {
    overflow: hidden;
}
.bg-dark {
    background: #002147 none repeat scroll 0 0;
}
.default-padding {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}
.animated.side-bg {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: infiUpDown;
    animation-name: infiUpDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.side-bg.left {
    left: 30px;
    right: auto;
}
.side-bg {
    height: 100%;
    position: absolute;
    right: 30px;
    top: 0;
    width: 35%;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.side-bg img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 80%;
}
.join-us-area .subscription-content {
    top: -25px;
}
.join-us-area .subscription-content h2 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: -5px;
    color: #FFF;
}
.subscription-content p {
    color: #FFF;
}
.join-us-area .subscription-content img {
    height: 125px;
    margin-top: 30px;
    position: absolute;
    display: inline;
}
.join-us-area .community-info {
    padding-left: 35px;
}
.join-us-area .community-info .fun-fact-items {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 25px;
}
.join-us-area .community-info .fun-fact-items + a {
    margin-right: 20px;
}
.btn.btn-light.border {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}
.join-us-area .community-info a {
    margin-top: 30px;
}
.btn.btn-light {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #ffffff;
    color: #232323;
    padding: 5px 40px;
    border-radius: 0;
}
.join-us-area .community-info .fun-fact-items .fun-fact {
    padding-right: 80px;
}
.join-us-area .community-info .fun-fact-items .fun-fact .icon-inc {
    position: relative;
    display: inline-block;
}
.join-us-area .community-info .fun-fact-items .fun-fact .timer {
    font-family: fantasy;
    font-size: 50px;
    margin-bottom: 15px;
    line-height: 0.9;
    color: #ffffff;
    margin-top: -5px;
    letter-spacing: 3px;
}
.join-us-area .community-info .fun-fact-items .fun-fact .medium {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #232323;
    display: block;
    color: #ffffff;
    width: 100px;
}
.join-us-area .community-info .fun-fact-items .fun-fact .icon-inc::after {
    position: absolute;
    content: "+";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    right: -25px;
    top: 15px;
    font-size: 20px;
}
.btn.btn-light.border:hover {
    background: #ffffff none repeat scroll 0 0 !important;
    border: 2px solid #ffffff !important;
    color: #232323 !important;
    opacity: 1;
}

/* 顶部公告样式css */
li{
    list-style-type:none
}
.header-banner {
    width: 100%;
    color: #b2bac2;
    position: relative;
    z-index: 999;
}
.header-banner {
    background-color: #333;
}
.header-banner-content {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
}
.deangg {
    line-height: 30px;
}
.deanggspan {
    float: left;
    margin: 0 auto;
    width: 105px;
    color: #333;
    font-size: 14px;
}
.deanggspan i {
    float: left;
    display: block;
    margin-top: 6px;
    margin-right: 6px;
    margin-left: 5px;
    font-size: 18px;
    background-color: #ffa81d;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.deanggspan span {
    float: left;
    display: block;
    color: #eee;
}
.deanggc {
    float: left;
}
.announce-wrap {
    height: 30px;
    overflow: hidden;
}
.deanggc ul {
    margin-top: -30px;
}
.deanggc ul li {
    clear: both;
    display: block;
    width: 100%;
    height: 30px;
    font-size: 14px;
}
.deanggc ul li a {
    float: left;
    font-weight: 700;
    background: #e2951a;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.deanggc ul li span {
    float: right;
    width: 120px;
    color: #999;
    font-size: 12px;
    margin-left: 15px;
}
.header-banner-left ul {
    display: flex;
    list-style-type: none;
    padding: 0.15rem .6rem;
    background: #000;
    border-color: #fff;
    border-radius: 25px;
    margin: 0;
    line-height: 14px;
}
.header-banner-left .menu li {
    margin-left: 14px;
}
.header-banner-left .menu li:first-child {
    margin-left: 0;
}
.header-banner-left .menu li a {
    display: flex;
    align-items: center;
    opacity: .5;
    transition: opacity .2s ease-out;
}
.header-banner .ym-menu a, .header-banner {
    color: #fff;
}
.header-banner-left .menu li a:hover {
    opacity: 1;
    transition: opacity .2s ease-out;
}
.uitop {
    margin-top: 36px;
}
.nav-active>a {
    color: #3d7eff !important;
}
.navbar .nav-list>.menu-item>a {
	font-size: 15px;
    font-weight: 400;
    color: #444444;
}
.navbar .nav-list>.menu-item>a:hover {
	color: #3e82f2;
}
.navFix {
    margin-top: 0;
    position: fixed !important;
    background-color: rgba(255,255,255);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-box-shadow: 0 0.3125rem 0.3125rem -0.3125rem rgba(0,0,0,0.117);
    -moz-box-shadow: 0 0.3125rem 0.3125rem -0.3125rem rgba(0,0,0,0.117);
    box-shadow: 0 0.3125rem 0.3125rem -0.3125rem rgba(0,0,0,0.117);
}
.deangg b {
    float: left;
    display: block;
    margin-top: 9px;
    width: 1px;
    height: 12px;
    background: #a8a8a8;
}
.post-list-meta-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: -36px;
    right: 0;
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    transition: bottom .3s ease;
}
.post-grid:hover .post-list-meta-box {
	bottom: 0;
    transition: bottom .3s ease;
}
.post-grid .entry-media {
	overflow: hidden;
}
.vipicon {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 12px;
    top: 8px;
    border-radius: 5px;
    background: #ffa800 url(/wp-content/themes/xb-theme/assets/images/svg/vip.svg) 50% no-repeat;
    background-size: 20px auto;
    z-index: 1;
}
#edit_post {
	z-index: 2;
}
#edit_post:hover {
	opacity: 1 !important;
}
.editicon {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 12px;
    top: 8px;
    border-radius: 5px;
    background: #3d7eff url(/wp-content/themes/xb-theme/assets/images/post_edit.png) 50% no-repeat;
    background-size: 20px auto;
    z-index: 1;
}
.post-list-meta-like {
	padding-right: 5px;
    color: #FFF;
}
.freeicon {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 12px;
    top: 8px;
    border-radius: 5px;
    background: #11b719 url(/wp-content/themes/xb-theme/assets/images/svg/free.svg) 50% no-repeat;
    background-size: 20px auto;
    z-index: 1;
}
.post-list-meta {
    margin-top: 5px;
    border-top: 0;
    padding: 0;
    margin: 0;
}
.post-list-meta-views {
    padding-right: 5px;
    color: #FFF;
}
.b2-radius {
    border-radius: 2px;
}
.post-list-cat {
    font-size: 12px;
}
.post-list-meta-box .post-list-cat a:first-child {
    display: block;
}
a.post-list-cat-item {
    color: #fff;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    display: none;
}
.post-list-meta {
    display: flex;
    font-size: 12px;
    align-items: center;
}
.section {
    padding-bottom: 15px;
    padding-top: 15px;
}
.home-cat-nav-wrap ul li {
	margin: 0 10px;
	line-height: 40px;
}
.home-cat-nav-wrap ul li>button {
	font-size: 15px;
    padding: 10px 20px !important;
    font-weight: 400;
    background: #FFF;
    border-radius: 5px;
    line-height: 1;
}
.home-cat-nav-wrap ul li .btn {
	padding: 0;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
}
.home-cat-nav-wrap ul li:hover .btn{
    background-color: #3d7eff;
    color: #FFF;
}
.home-cat-nav-wrap ul:nth-child(1)>li {
    float: left;
}
.home-cat-nav-wrap ul:nth-child(2) {
    float: right;
}
.swiper-pagination-bullet {
    width: 25px;
    height: 2px;
    border-radius: 0;
}
.mdi-brightness-4 {
    font-size: 20px;
}
.navbar .tap-dark {
    background-color: initial;
}
.navbar .search-open {
    background-color: initial;
}
.navbar .tap-dark img {
    width: 20px;
}
.navbar .search-open img {
    width: 20px;
}
.navbar .navbar-vip {
    position: absolute;
    top: 36px;
    height: 100px;
    right: 28%;
    width: 120px;
    background-color: inherit;
}
.navbar .navbar-vip>a>img {
    width: 60px;
}
.navbar .navbar-vip>a {
    position: absolute;
}
.home_title {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
}
.home_title .title {
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 20px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    width: calc(100% - 48px);
}
.home_title .title .pricing-title {
    font-size: 18px;
    color: #333;
    margin-right: 8px;
    font-weight: 700;
    margin: 0 0 15px;
    display: inline-block;
    vertical-align: bottom;
}
.index_fenlei {
    float: right;
    margin-left: 20px;
    font-size: 0.75rem;
    font-weight: 400;
    color: #878787;
    margin-top: 4px;
    display: block;
    padding: 3px 0px;
    border-radius: 5px;
    line-height: 16px;
}
.fwq_fenlei_title {
    float: right;
    display: block;
    padding: 3px 0px;
    width: 18px;
    height: 24px;
    line-height: 24px;
}
.fwq_fenlei_title:before {
    display: inline-block;
    padding: 0 .5rem;
    content: '/';
    color: #ff7979;
    vertical-align: middle;
    position: relative;
    top: -0.3rem;
    font-weight: 600;
}
.fwq_fenlei_title:after {
    display: inline-block;
    padding: 0 .5rem;
    content: '/';
    color: #6cb5fe;
    vertical-align: middle;
    position: relative;
    top: -0.3rem;
    left: -17px;
    font-weight: 600;
}
@keyframes super_giftl{
	0%,100%{transform: rotateY(0deg);}
	50%{transform: rotateY(-50deg);}
}
@-webkit-keyframes super_giftl{
	0%,100%{-webkit-transform: rotateY(0deg);}
	50%{-webkit-transform: rotateY(-50deg);}
}
@keyframes super_giftr{
	0%,100%{transform: rotateY(0deg);}
	50%{transform: rotateY(50deg);}
}
@-webkit-keyframes super_giftr{
	0%,100%{-webkit-transform: rotateY(0deg);}
	50%{-webkit-transform: rotateY(50deg);}
}

@keyframes super_mask{
	0%{transform: translate(0,0) rotate(-30deg);}
	50%,100%{transform: translate(56px,22px) rotate(-30deg);}
}
@-webkit-keyframes super_mask{
	0%{-webkit-transform: translate(0,0) rotate(-30deg);}
	50%,100%{-webkit-transform: translate(56px,22px) rotate(-30deg);}
}
.navbar .navbar-vip>a::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -20px;
    background: url(/wp-content/themes/xb-theme/assets/images/wing.png) no-repeat 0 0;
    width: 13px;
    height: 15px;
    transform-origin: right center;
    -webkit-transform-origin: right center;
    animation: super_giftl 1s linear both infinite;
    -webkit-animation: super_giftl 1s linear both infinite;
}
.navbar .navbar-vip>a::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -20px;
    background: url(/wp-content/themes/xb-theme/assets/images/wing.png) no-repeat -20px 0;
    width: 13px;
    height: 15px;
    transform-origin: left center;
    -webkit-transform-origin: left center;
    animation: super_giftr 1s linear both infinite;
    -webkit-animation: super_giftr 1s linear both infinite;
}
.navbar .actions>div+div {
    margin-left: 15px;
}
.h-navs .h-nav-btn:hover .h-nav-temp {
    display: block;
}
.h-nav-temp-vip {
    padding-top: 0;
    padding-bottom: 0;
}
.h-nav-temp {
    display: none;
    position: absolute;
    top: 100px;
    left: 50px;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    background: white;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 1px rgba(0,87,255,0.1);
    overflow: hidden;
    z-index: 9999;
}
.navbar-vip:hover:after {
	left: 0;
	right: 0;
}
.navbar-vip::after {
    display: inline-block;
    content: " ";
    position: absolute;
    top: 95px;
    left: 50%;
    right: 50%;
    height: 5px;
    background: #ffa81d;
    transition: all .3s;
}
.h-nav-vip-auth {
    width: 477px;
    padding: 0;
    margin: 0;
}
.navbar-vip:hover .h-nav-temp {
    display: block;
    
}
.h-nav-vip-title {
    height: 78px;
    background: url(images/vip_auth.png);
    line-height: 78px;
    text-align: center;
    color: white;
    font-size: 24px;
}
.h-nav-vip-subtitle {
    position: relative;
    padding-top: 18px;
    text-align: center;
    font-size: 14px;
    color: #666666;
}
.h-nav-vip-items {
    padding: 20px 60px 10px 60px;
    float: left;
}
.h-nav-vip-charge {
    text-align: center;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}
.h-nav-line-left {
    position: absolute;
    left: 60px;
    top: 27px;
    width: 44px;
    height: 2px;
    background: #979797;
}
.h-nav-line-right {
    position: absolute;
    right: 60px;
    top: 27px;
    width: 44px;
    height: 2px;
    background: #979797;
}
.h-nav-vip-items > div {
    float: left;
    width: 50%;
    margin-bottom: 22px;
    height: 37px;
}
.h-nav-vip-items > div > a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.h-nav-vip-items > div > a > img {
    height: 34px;
    width: 33px;
    margin-right: 20px;
}
.h-nav-vip-items > div > a > span {
    line-height: 34px;
    color: #1C1D21;
    font-size: 16px;
}
.h-nav-vip-charge a {
    display: inline-block;
    width: 238px;
    height: 49px;
    border-radius: 25px;
    background: #F7DBA7;
    background: linear-gradient(90deg,rgba(247,219,167,1) 0%,rgba(233,190,110,1) 100%);
    color: #1C1D21;
    font-size: 18px;
    line-height: 49px;
}
.h-nav-vip-btn > span {
    vertical-align: middle;
    line-height: 49px;
}
.h-nav-vip-icon {
    display: inline-block;
    margin-right: 13px;
    width: 36px;
    height: 29px;
    background: url(//js.isheji5.com/custom/img/common/vip_btn.png);
}
.h-nav-vip-items > div > a > * {
    float: left;
}
.index-search {
    padding: 30px;
    background-color: #FFF;
}
.uk-position-relative {
    position: relative!important;
}
.uk-display-inline-block {
    display: inline-block!important;
}
.uk-h5, h5 {
    font-size: 16px;
    line-height: 1.4;
}
.side-title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #2c63ff;
    bottom: -17px;
    left: 0;
}
.uk-margin-top {
    margin-top: 40px!important;
}
.uk-flex {
    display: flex;
}
.uk-overflow-hidden {
    overflow: hidden;
}
.search-form input {
    color: #9bacc8;
    border: 0;
    font-size: 14px;
    background: #fafaff;
    margin-bottom: 0px;
}
.uk-flex-1 {
    flex: 1;
}
.uk-input, .uk-select:not([multiple]):not([size]) {
    height: 40px;
    vertical-align: middle;
    display: inline-block;
}
.uk-input, .uk-select, .uk-textarea {
    font-size: 13px;
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color,background-color,border;
}
.index-search button {
    width: 30%;
    border: 0;
    color: #fff;
    font-size: 15px;
    background: #2c63ff;
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 0;
}
.uk-list {
    margin: 20px 0 35px 0;
    padding: 0;
    list-style: none;
}
.side-tag li:nth-child(1) {
	padding: 0;
}
.side-tag li:nth-child(9) {
	padding: 0;
}
.side-tag li {
	display: inline-block;
	padding: 0 5px;
	width: 12.5%;
	margin-bottom: 10px;
}
.side-tag a {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fafaff;
    font-size: 14px;
    color: #666666;
}
.uk-text-small {
    font-size: .875rem;
    line-height: 1.5;
}
.b-r-4 {
    border-radius: 4px!important;
}
.side-tag a:hover {
    background: #3d7eff;
    color: #fff;
}
.post-grid {
    border: 0;
}
.post-grid .entry-wrapper {
    padding: 10px 10px 0 10px;
}
.entry-header {
    padding: 5px;
}
.xb-svip {
    border: solid 1px #5298fe;
    color: #5298fe;
    border-radius: 3px;
    padding: 0 5px;
    font-weight: 600;
    margin-right: 5px;
    line-height: 18px;
    font-size: 11px;
}
.post-grid .entry-header .entry-title {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    letter-spacing: -.2px;
    margin-bottom: 0;
    display: block;
    height: 20px;
}
.entry-footer .post-meta-box {
	margin: 0;
	padding: 5px 5px;
}
.entry-footer {
    font-weight: 400;
}
.entry-footer .post-meta-box li:nth-child(1) {
    flex: 1;
    padding: 0;
}
.entry-footer .post-meta-box .meta-views {
    padding-left: 8px;
}
.entry-footer .post-meta-box .meta-price {
    margin-left: 8px;
    position: relative;
    display: inline-block;
    padding: 1px 6px;
    text-align: center;
    background: linear-gradient(-125deg,#ffffff 0%,#ffffff 100%);
    box-shadow: 0 8px 10px rgba(255,255,255,.3);
    color: #f13232!important;
    border-radius: 2px;
    line-height: initial;
}
.entry-header .entry-title {
	font-weight: normal;
	letter-spacing: 0;
}
.post-price {
    position: relative;
    float: right;
    margin-left: 10px;
    border-radius: 4px;
    padding: 2px 6px;
    color: #2a62ff;
    background-color: rgba(222,144,2,.05);
}
.post-grid {
    overflow: hidden;
}
span.bk-price {
    position: absolute;
    top: 10px;
    left: -4rem;
    z-index: 1;
    width: 160px;
    height: 35px;
    background: #2c63ff;
    color: #fff;
    line-height: 35px;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    text-align: center;
    font-size: 14px;
}
span.bk-price1 {
    position: absolute;
    top: 10px;
    left: -4rem;
    z-index: 1;
    width: 160px;
    height: 35px;
    background: #ffa81d;
    color: #fff;
    line-height: 35px;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    text-align: center;
    font-size: 14px;
}
.text-header {
    margin-left: 3px;
    margin-top: 6px;
}
.footer-widget .widget--title h5 {
    position: relative;
    font-size: 1.1rem;
    letter-spacing: 2px;
    padding: 0 0 1rem;
    margin: 0 0 1rem;
    font-weight: 300;
    color: #2e2e2e;
}
.footer-widget .widget--newsletter button {
    font-size: 18px;
}
.footer-widget .widget--newsletter .newsletter--form img {
    height: 30px;
    left: 14px;
    position: absolute;
    top: 10px;
    vertical-align: middle;
    width: 30px;
}
.footer-widget .widget--newsletter .form-control {
    padding: 0 15px 0 58px;
    height: 48px;
    color: #a9a9a9;
    border: 2px solid #33353a;
}
.mb-30 {
    margin-bottom: 5px !important;
}
.footer-widget .widget--newsletter h6 {
    font-size: 13px;
}
.site-footer__section-inner {
    position: relative;
    height: 60px;
    line-height: 60px;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background:#000;
}
.site-footer {
    padding: 20px 0 0 0;
}
.site-footer .site-info {
    padding-bottom: 0;
    margin: 0;
}
.site-footer .site-info a, .site-footer .site-info {
    font-family: alenws-Regular;
}
.site-footer .site-info a {
    color: #aaa;
}
.site-footer__section-right {
    flex: 1;
    padding-left: 10px;
    text-align: right;
    height: 60px;
    line-height: 85px;
}
.social-navigation ul {
    margin: 0;
    height: 60px;
    list-style: none;
}
.social-navigation li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.social-navigation li a {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
    background-color: rgba(255,255,255,.1);
    font-size: 16px;
}
.social-navigation li a.qq {
    background-color: #007ee5;
}
.social-navigation li a i {
    position: absolute;
    top: 28%;
    left: 30%;
}
.social-navigation li a.weibo {
    background-color: #e6162d;
}
.social-navigation li a.weixin {
    background-color: #51c332;
}
.social-navigation li a.mail {
    background-color: #1f99df;
}
.wechat:hover .wechatimg {
    -webkit-transform:translate3d(0,10px,0);
    transform:translate3d(0,10px,0);
    opacity:1;
    visibility:visible
}
.wechatimg {
    position: absolute;
    z-index: 999;
    visibility: hidden;
    width: 121px;
    height: 121px;
    padding: 10px;
    background: #fff;
    bottom: 80px;
    right: 265px;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    transition: .7s all ease;
    -webkit-transition: .7s all ease;
    -moz-transition: .7s all linear;
    -o-transition: .7s all ease;
    -ms-transition: .7s all ease;
    opacity: 0;
    border: 2px solid #33353a;
}
.wechat:hover .wechatimg {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    opacity: 1;
    visibility: visible;
}
.wechatimg:after {
    content: "";
    display: block;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #33353a transparent transparent;
    margin-left: -10px;
    position: absolute;
    bottom: -10px;
    left: 50%;
}

.index-task {
    width: 24.75%;
}
.index-task::after {
    width: 80px;
}
.home-cat-nav-wrap {
	padding: 0;
}
.active>button {
    background: #3d7eff !important;
    color: #FFF;
}
.btn--white {
    background-color: transparent;
}
.index-task-list {
    display: inline-block;;
    width: 24.75%;
    height: 270px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.index-task-list li {
    float: left;
    padding: 0 0 0 8px;
    background-color: #fafafa;
    margin: 5px 0;
    width: 95%;
    height: 60px;
}
.index-task-list li a {
    color: #365092;
    font-size: 14px;
    margin-left: 5px;
}
.index-task-list li .yjq {
    text-decoration: line-through;
}
.index-task-list li p {
    color: #999;
    font-weight: 400;
    float: left;
    font-size: 12px;
    width: 100%;
    margin: 4px 0 5px 0;
}
.index-task-list .task-price {
    color: #ff6900;
    font-size: 14px;
}
.index-task-list .task-user {
    float: right;
    font-size: 12px;
    color: #777;
    margin-right: 5px;
}
.index-task-list .task-user img {
    display: inline-block;
    width: 18px;
    border-radius: 100%;
    border: 1px solid #eee;
    margin-right: 3px;
    margin-bottom: 3px;
}
.index-task-list1 {
    display: inline-block;;
    width: 24.75%;
    height: 270px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.index-task-list1 li {
    border: 1px dashed red;
    width: 95%;
    height: 60px;
    padding: 5px;
    margin: 4px 0;
    float: left;
}
.index-task-list1 li p {
    margin: 0;
    float: left;
}
.index-task-list1 li>p>img {
    display: inline;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    margin-right: 10px;
    float: left;
}
.index-task-list1 li span {
    float: left;
    width: 150px;
}
.index-task-list1 li span>a {
    float: left;
    font-size: 13px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.index-task-list1 li span>a:hover {
    text-decoration: underline;
}
.index-task-list1 li span>img {
    position: absolute;
    margin-top: 25px;
}
.index-task-list1 li .xx {
    margin-right: 30px;
    width: 65px;
    height: 45px;
}
.index-task-list1 li .fd {
    font-size: 12px;
    margin-top: -2px;
}
.index-task-list1 li .rz {
    font-size: 12px;
}
.themeinfo {
    padding: 30px 10px;
    background-color: #fff;
    margin: 30px 0;
}
.gw_btns a {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    margin-right: 0;
    font-size: 14px;
    background: #ffb219;
    border-radius: 30px;
}
a.lan {
    display: inline-block;
    border: 0 !important;
    width: 183px;
    margin-right: 10px;
}
.m {
    width: 100%;
    margin: 0 auto;
}
.problem {
    width: 100%;
    position: relative;
}
.proPhoto {
    display: block;
    width: 420px;
    height: 420px;
    border: 1px solid #f5f5f5;
    position: absolute;
    top: 5px;
    left: 5px;
    background: url(/wp-content/uploads/bj.png) no-repeat;
    background-size: 100% 100%;
    padding: 65px 24px 0 26px;
}
.proPhoto>img {
    width: 100%;
    height: 100%;
}
.proPhoto>em {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: #0606061a;
    border-radius: 50px;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
}
.proChoice {
    padding: 0 0 0 415px;
    margin-left: 5px;
    margin-top: 6px;
}
.clearfloat {
    clear: both;
    zoom: 1;
    position: relative;
    background-color: #fff;
}
.proChoice h3, .proChoice h1 {
    line-height: 45px;
    width: auto;
    font-weight: lighter;
    font-size: 20px !important;
    color: #0e1b2b;
    border-left: 5px solid #2c63ff;
    padding-left: 10px;
}
.clearfloat:after {
    clear: both;
    content: "";
    display: block;
}
.proChoice .description {
    margin-top: 5px;
    line-height: 16px;
    font-size: 14px;
    width: 100%;
    color: #6c6c6c;
    font-weight: normal;
    position: relative;
}
.proChoice .description span {
    font-size: 12px;
    margin-right: 10px;
    background: #eff0f1;
    padding: 6px 13px;
    border-radius: 3px;
    color: #8c8c8c;
}
.svip2>a {
    font-weight: 1000;
    color: #ffb712;
}
.proChoice .description>em {
    color: #fcfbf7;
    float: right;
    background: #b6b1b1 none repeat scroll 0 0;
    padding: 0 0 0 15px;
    line-height: 20px;
    height: 20px;
    display: block;
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
    margin-top: -2px;
    background: linear-gradient(90deg,#0674ec,#54a1f5,#ff82ea,#2e8ef7);
    background-size: 1400% 300%;
    -webkit-animation: mymove 10s ease infinite;
    -moz-animation: mymove 10s ease infinite;
}
.proChoice .description>em>a {
    color: #FFF;
}
#deviceList {
    margin-top: 20px;
}
.proChoice .mbxzb_ad {
    height: 60px;
    width: 100%;
    border: 1px dashed #a3a3a3;
    margin-top: 25px;
}
.proChoice #deviceList>a {
    height: 60px;
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    color: #ed1c24;
}
.clearfloat:after {
    clear: both;
    content: "";
    display: block;
}
.proChoice .soft {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
}
.proChoice .soft em {
    padding: 0;
    margin-left: 0;
    height: 30px;
    border: #a6a6a6 1px dashed;
    text-align: center;
    float: left;
    display: block;
    color: #929191;
    line-height: 30px;
    width: 100px;
    position: relative;
    border-top-left-radius: 0;
    border-top-right-radius: 32px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 32px;
    border-left: 5px solid #1a1919;
}
.proChoice .soft span {
    height: 30px;
    border: #a6a6a6 1px dashed;
    text-align: center;
    float: left;
    margin-left: 6px;
    display: block;
    color: #929191;
    line-height: 28px;
    width: 113px;
    float: right;
    position: relative;
}
.proChoice .soft span:after {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 21px;
    content: "";
    right: -1px;
    border-bottom: 10px solid #222;
    border-left: 10px solid transparent;
}
.mbxzb-vip, .mbxzb-vip1, .mbxzb-vip3 {
    position: relative;
    height: 120px;
}
.xprice_val {
    position: relative;
    float: left;
    display: inline;
    font-size: 16px;
    color: #e74e52;
    line-height: 40px;
    padding-top: 40px;
}
.xprice_val>em {
    font-size: 40px;
    display: block;
    float: right;
}
.proChoice .huiyuan {
    background: linear-gradient(90deg, #ffc107, #ff7365, #ff82ea, #ffc107);
    background-size: 1400% 300%;
    animation: mymove 10s ease infinite;
    -webkit-animation: mymove 10s ease infinite;
    -moz-animation: mymove 10s ease infinite;
    color: #fff;
    font-size: .875rem;
    border-radius: 30px;
    position: relative;
    top: 50px;
    display: initial;
    padding: 5px 20px;
    margin-left: 40px;
}
.down-detail {
    width: 183px;
    float: left;
    position: absolute;
    top: 120px;
}
.down-detail>button {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    font-size: 15px;
    border-radius: 30px;
    background: #2c63ff;
    border: none;
    cursor: pointer;
    outline: inherit;
    font-weight: inherit;
}
.down-detail>button:hover {
    opacity: 0.8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 8px 10px rgba(32, 160, 255, 0.3);
    box-shadow: 0 8px 10px rgba(32, 160, 255, 0.3);
}
.pwd .copypaw {
    cursor: copy;
    line-height: 48px;
    font-weight: 600;
    background-color: #c1c1c1;
    color: #d2d2d2;
    background-image: linear-gradient(45deg, #9E9E9E 25%, white 0, white 50%, #9E9E9E 0, #9E9E9E 75%, white 0);
    background-size: 2px 2px;
    box-shadow: 0 0 0;
}
.pwd .copypaw:hover {
    cursor: copy;
    color: #ffffff;
}
.down-detail>a {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    font-size: 15px;
    border-radius: 30px;
    background: linear-gradient(-125deg,#f90202 0%, #fd2f44 100%);
    border: none;
    cursor: pointer;
    outline: inherit;
    font-weight: inherit;
}
.down-detail>a:hover {
    opacity: 0.8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 8px 10px rgba(236, 25, 25, 0.3);
    box-shadow: 0 8px 10px rgba(236, 25, 25, 0.3);
}
.down-notice {
    position: absolute;
    right: 0;
    margin-top: -54px;
}
.down-notice:hover p{
    display: block;
}
.down-notice span {
    cursor: pointer;
    background: none !important;
    margin-right: 0 !important;
    height: 30px;
    text-align: center;
    float: left;
    margin-left: 6px;
    display: block;
    color: #ff0000;
    line-height: 28px;
    width: 113px;
    float: right;
    position: relative;
}
.down-notice span:after {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 19px;
    content: "";
    right: -1px;
    border-bottom: 10px solid #ff000a;
    border-left: 10px solid transparent;
}
.down-notice p {
    display: none;
    z-index: 1;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 8px 16px;
    width: 360px;
    border: solid 1px #ff5f33;
    color: #ff5e52;
    background: #fff;
    text-align: justify;
    font-size: 14px;
    line-height: 25px;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 15px 3px rgba(146,146,146,.1);
    -moz-box-shadow: 0 3px 15px 3px rgba(146,146,146,.1);
    box-shadow: 0 3px 15px 3px #ff5e523d;
}
.pwd {
    display: grid;
    width: 180px;
    height: 48px;
}
.proChoice .clearfloat .qqzx p {
    color: #c7c8c8;
    margin-bottom: 5px;
    font-size: 12px;
}
.gw_btns {
    margin-top: -1px;
}
.gw_btns>a:hover {
    opacity: 0.8;
}
.gw_btns .hei1 {
    color: #fff;
    background: #333;
}
.gw_btns .gw_btn_blue {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    width: 183px;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin-right: 0;
    font-size: 14px;
}
.gw_btns .hei2 {
    color: #fff;
    background: #333;
}
.gw_btns .hei {
    color: #fff;
    background: #333;
    margin-left: 8px;
}
.author-page-header {
    width: 100%;
    height: 225px;
    background: #313339;
}
.author-user-info {
	position: relative;
    width: 725px;
    height: 100%;
    background: transparent;
    margin: 0 auto;
    padding: 55px 0;
    text-align: center;
}
.author-user-info div {
	display: inline-block;
    cursor: pointer;
}
.author-page-header .author-user-info div em {
	display: inline-block;
    position: absolute;
    top: 32%;
    width: 1px;
    height: 32px;
    background: #a8a8a8;
}
.author-user-info .right-info div {
	padding: 0 30px;
}
.author-user-info .left-info div {
	padding: 0 30px;
}
.author-user-info .number-style {
	font-size: 30px;
    line-height: 30px;
    color: #fff;
}
.author-user-info .number-name {
	font-size: 14px;
    line-height: 40px;
    color: #fff;
}
.author-user-info .center-info {
	position: absolute;
}
.author-user-info .center-info .center-info-name {
	max-width: 300px;
    font-size: 20px;
    line-height: 38px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: -14px;
}
.author-user-info .center-info .center-info-id {
	margin-top: 3px;
    font-size: 16px;
    line-height: 16px;
    color: #969696;
}
#cao_widget_pay-3 {
	display: none;
}
.middle_wrap {
    position: relative;
    margin-top: -60px;
    padding-left: 280px;
    box-sizing: border-box;
}
.middle_wrap .person_card {
    width: 280px;
    margin-top: -159px;
    margin-left: -280px;
}
.z {
    float: left !important;
}
.person_works {
    margin-top: -60px;
    width: 100%;
}
.person_card .person_card_top {
    height: 159px;
    background: url(assets/images/t_bg.png) no-repeat center top;
    background-size: 280px auto;
    margin-bottom: -1px;
}
.person_card_top .hot_num {
    width: 95px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #303133;
    font-size: 18px;
    margin: 0 auto;
    font-weight: bold;
    display: block;
}
.person_card_top .hot_num i {
    color: #ff5542;
    font-size: 22px;
    display: inline-block;
    margin-right: 2px;
}
.person_card_top .person_head {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 22px auto 0;
}
.person_card_top .person_head img:first-of-type {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 1s cubic-bezier(0.77,0,0.175,1);
}
.person_card .person_card_bottom {
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.person_card_bottom .person_name {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #303133;
    line-height: 1;
}
.person_card_bottom .person_intro {
    font-size: 14px;
    color: #BFC4CD;
    text-align: center;
    line-height: 20px;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.label-warning {
    background-color: #f0ad4e;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.person_card_bottom .person_fans {
    height: 60px;
}
.person_card_bottom .person_fans a {
    font-size: 12px;
    color: #909399;
    width: 92px;
    text-align: center;
    display: inline-block;
}
.person_card_bottom .person_fans a:first-of-type span {
    color: #3D7EFF;
}
.person_card_bottom .person_fans a span {
    font-size: 22px;
    font-weight: bold;
    color: #303133;
    display: inherit;
}
.person_card_bottom .person_fans em {
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #EDEFF2;
}

.person_card_bottom .edit, .person_card_bottom .other_edit {
    padding: 30px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #EDEFF2;
}
.person_card_bottom .horner, .person_card_bottom .person_fans, .person_card_bottom .edit, .person_card_bottom .other_edit {
    font-size: 0;
    text-align: center;
}
.person_card_bottom .edit a, .person_card_bottom .other_edit a {
    display: inline-block;
    width: 98px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #BFC4CD;
    color: #BFC4CD;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}
.person_card_bottom .edit a:last-of-type, .person_card_bottom .other_edit a:last-of-type {
    border: 1px solid #3D7EFF;
    background-color: #3D7EFF;
    margin-left: 20px;
    color: white;
}
.person_card_bottom .myself_card {
    padding: 0 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #EDEFF2;
}
.person_card_bottom .myself_card li:first-of-type {
    height: 50px;
    line-height: 50px;
}
.person_card_bottom .myself_card li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #909399;
    font-size: 14px;
}
.person_card_bottom .myself_card li:first-of-type h3 {
    color: #303133;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
}
.person_card_bottom .myself_card li:last-of-type {
    margin-bottom: 8px;
}
.person_works .operate_nav {
    height: 60px;
    font-size: 16px;
    margin-left: 25px;
}
.operate_nav li {
	float: left;
}
.operate_nav a {
	color: white;
	opacity: 0.5;
}
.operate_nav a .active {
    opacity: 1;
    color: #FFF;
}
.operate_nav .active-info>a {
	color: #FFF;
	opacity: 1;
}
.operate_nav a:hover {
	opacity: 1;
}
.person_works .operate_nav>a, .person_works .operate_nav>div {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: white;
    font-size: 16px;
    opacity: 0.5;
    padding: 0 15px;
}
.person_works .operate_nav>a i {
    color: white;
    opacity: 0.5;
}
.person_works .operate_nav em {
    display: inline-block;
    width: 1px;
    height: 24px;
    background: rgba(255,255,255,0.2);
    vertical-align: bottom;
    margin: 18px 10px 0 10px;
}
.user-profile .edit--profile-area {
	padding: 21px 0;
}
.edit--profile-links li a {
	height: 45px;
	line-height: 45px;
	padding: 0;
}
.edit--profile-links li a.active {
	color: #eb5350;
    background: #fff8f8;
    border-left: 4px solid #eb5350;
    border-radius: 0;
}
.person_works .operate_nav>div.up {
    opacity: 1;
    width: 27px;
    padding-right: 0;
}
.person_works .operate_nav>div.up i {
    color: white;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.min_page {
    height: auto;
    margin-right: 0;
}
.middle_wrap {
	width: 100%;
}
/* 手机端自适应 */
@media only screen and (max-width: 767px) {
    .postdown_info {
        width: 100%;
    }
    .postdown_left {
        width: inherit;
    }
    .postdown_left_img {
        width: inherit;
        padding: 7px;
    }
    .postdown_left_img>div {
        width: 100% !important;
    }
    .postdown_right {
        width: 100%;
        float: inherit;
    }
    .postdown_title h1 {
        width: inherit;
        overflow: inherit;
        text-overflow: initial;
        white-space: inherit;
        font-size: 20px;
        font-weight: bold;
    }
    .postdown_description {
        display: none;
    }
    .postdown_title i {
        display: none;
    }
    .postdown_ad a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 10px;
    }
    .postdown_xprice {
        width: 39%;
    }
    .postdown_price_list {
        width: 61%;
        margin-left: 0;
    }
    .postdown_price_val em {
        font-size: 28px;
    }
    .postdown_price_note {
        display: none;
    }
    .postdown_price .qqzx {
        display: none;
    }
    .postdown_buy_down,.postdown_buy_pwd {
        width: 50%;
    }
    .postdown_buy {
        height: auto;
    }
    .postdown_buy .postdown_buy_ys {
        width: 50%;
    }
    .postdown_buy .postdown_buy_ys>li {
        width: 98% !important;
    }
    .postdown_buy>div:last-child {
        width: 100%;
    }
    .postdown_buy>div:nth-last-child(2)>li {
        float: right;
    }
    .postdown_buy>div:last-child>li {
        width: 100% !important;
    }
    .postdown_buy_sm_tub {
        position: static;
    }
    .postdown_buy_sm em {
        width: 100%;
        padding: 0 5px;
    }
    .postdown_buy_sm {
        height: auto;
    }
    .pwd {
        width: 98% !important;
        float: right;
    }
    .postdown_buy_down>li {
        width: 98% !important;
    }
    .postdown_buy>div {
        margin-right: 0;
    }
	.themeinfo {
		display: none;
	}
	.person_card {
		display: none;
	}
	.middle_wrap {
		padding-left: 0;
	}
	.author-page-header .container>h3 {
		padding-top: 65px;
	}
	#cao_widget_pay-3 {
		display: block;
	}
	.pwd {
		position: inherit;
		width: auto;
		height: auto;
	}
    .join-us-area {
        text-align: center;
    }
    .default-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .join-us-area .community-info {
        padding-left: 15px;
        margin-top: 30px;
        text-align: center;
    }
    .join-us-area .community-info .fun-fact-items {
        display: block;
    }
    .join-us-area .community-info .fun-fact-items .fun-fact {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .slider-user {
        display: none;
    }
    .join-us-area .community-info .fun-fact-items .fun-fact .medium {
        width: auto;
    }
    .navbar .navbar-vip {
        display: none;
    }
    .navbar .actions>div+div {
        margin-left: 5px;
    }
    .header-banner {
        display: none;
    }
    .uitop {
        margin-top: auto;
    }
    .entry-header {
        padding: inherit;
    }
    .post-list .entry-header .entry-title {
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .entry-header .entry-meta {
        margin-bottom: inherit;
    }
    .post-list {
        overflow: hidden;
    }
    .burger:before, .burger:after {
        content: inherit;
        width: auto;
    }
    .site-footer__section-right {
        display: none;
    }
    .site-footer {
        padding: 0;
    }
    .r_b_tip {
        display: none;
    }
    .slider-info-box {
        padding: 16px 16px 0 16px;
    }
    .article-nav-prev-zuo {
        top: 13%;
    }
    .article-nav-prev-you {
        top: 65%;
    }
    .article-nav a {
        margin-right: inherit;
    }
    .header_search {
    	display: none;
    }
    .uk-list {
    	display: none;
    }
    .index-search {
    	margin-bottom: 65px;
    }
    .home_title .index_fenlei {
    	display: none;
    }
    .home_title>div:nth-child(2) {
    	display: none;
    }
    .post-grid .entry-wrapper {
    	padding: 5px;
    }
}
@media (min-width: 1450px) {
    .max_width .col-lg-1-5 {
        flex: 0 0 20%;
        width: 20%;
        max-width: 20%;
    }
}
@media (max-width: 1440px) {
	a.lan {
		display: none;
	}
	.gw_btns .hei2 {
		display: none;
	}
	.gw_btns .hei {
		display: none;
	}
	.proChoice .description>em {
		display: none;
	}
	.proChoice .soft {
		display: none;
	}
	.down-notice {
		display: none;
	}
}


.widget-userinfo {
    background: url(/wp-content/themes/xb-theme/assets/images/user_info_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 34px 10px -24px rgba(136,161,206,0.34);
}

.authorinfo-header-title {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    display: flex!important;
}
.authorinfo-codesign-single {
    width: 40px;
    height: 40px;
    display: flex;
    flex-shrink: 0;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 1s cubic-bezier(0.77,0,0.175,1);
}
.author-info-vip-single {
    margin-left: 0.4rem;
    flex-shrink: 0;
    border-radius: 500px;
    cursor: pointer;
}
.authorinfo-header {
    font-size: 0.9rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}
.author-qiandao-single {
    padding: 0px;
    padding-top: 0px;
    height: 40px;
    line-height: 40px;
    right: -15px;
    position: absolute;
}
.xb-author-fields {
    background-color: rgba(0,0,0,0)!important;
    color: #fff;
    margin-left: 50px;
}
.xb-author-yue {
    font-size: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.navbar .login-btn {
    background: transparent;
    background-color: transparent;
    color: #3e82f2;
    border: 1px solid #3e82f2;
}
.header__style_user .header__dropdown {
    width: 250px;
    z-index: 9999;
}
.header-top {
    padding: 5px;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    color: #72767b;
}

.header-top .xb-qiandao {
    margin-left: 10px;
    cursor: pointer;
}
.head-user-ava-cen {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.head-user-ava-cen img {
    width: 50px;
    border-radius: 3px;
    border: 1px solid #9e9e9e3b;
}
.head-user-ava-cen a {
    display: block;
    color: black;
    font-size: 16px;
}
.head-user-other {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: left;
    margin-top: 5px;
    font-size: 16px;
}
.head-user-other>a {
    color: black;
    margin: 12px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-center {
    display: inherit;
    padding: 15px 0 0 0;
}
.jrgs {
    height:115px;
}
@media screen and (max-width: 971px) {
.navbar2 {
    height: 0px;
}
.hidden-xs {
    display: none!important;
}
.header-gap {
    height: 100px;
}
}
@media (max-width: 544px) {
	.theme-item-focus {
	    padding: 0;
	    margin-top: 1px;
	    margin-bottom: 25px;
	}
	.theme-item-sidebar {
		width: auto;
    	float: none;
    	margin-bottom: 0;
	}
	.theme-item-image {
		border: none;
    	border-radius: 0;
    	height: auto;
    	display: block;
    	text-align: center;
    	padding: 30px 0;
	}
	.theme-item-image img {
    	max-height: 200px;
	}
	.theme-item-fcontent {
		width: auto;
    	margin-left: 0;
    	padding-bottom: 10px;
    	margin-top: 10px;
    	padding: 10px;
	}
	.theme-item-fcontent h1 {
    	font-size: 18px;
	}
	.postdown_buy_sm {
		margin-top: 0;
		line-height: 35px;
	}
	.postdown_buy_sm em {
		padding: 0 10px;
	}
	.theme-item-price {
    	margin: 15px 0;
    	padding: 0;
    	border-top: none;
    	border-bottom: none;
    	display: list-item;
	}
	.yuan_price {
    	display: flex;
    	margin: 0 auto;
    	margin-left: 0;
	}
	.theme-item-price h5 {
    	line-height: 24px;
    	color: var(--accent-color);
    	font-size: 14px;
    	display: flex;
	}
	.theme-item-price strong {
    	font-weight: bold;
    	font-size: 24px;
	}
	.theme-item-price strong {
    	font-weight: bold;
    	font-size: 24px;
	}
	.theme-item-price strong dfn {
    	top: -2px;
	}
	.theme-item-brand {
    	display: block;
    	float: none;
    	width: auto;
    	clear: both;
    	margin-left: -15px;
    	margin-right: -15px;
    	background-color: #f2f2f2;
    	padding: 10px 0;
    	overflow: hidden;
	}	
	.theme-item-brand1 {
    	float: left;
    	width: 45%;
    	background-color: #fff;
    	margin-bottom: 0;
    	margin-left: 15px;
    	height: 165px;
	}
	.theme-item-brand2 {
    	float: right;
    	width: 45%;
    	margin-right: 15px;
    	background-color: #fff;
    	height: 165px;
	}
	.theme-item-sv li {
    	width: 49%;
	}
	.navbar .search-open {
	    display: none;
	}
	.article-nav span {
	    width: 100%;
	}
	.article-nav span.article-nav-next::before {
	    background-color: transparent;
	}
	.pay_mdl {
	    width: 100%;
	}
	.pay_mdl>li {
	    width: 100% !important;
	}
	.codesign-esc>p {
	    overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
	}
	.author-info-center-centent {
	    display: none;
	}
	.author-info-menu>ul {
	    padding-top: 50px;
	}
	.jrgs {
	    height:80px;
	}
	.navbar-sticky:not(.ads-before-header) .site-header, .navbar-sticky_transparent:not(.ads-before-header) .site-header, .stick-now .site-header {
	    top: 0;
	}
	.beian {
	    display: none;
	}
	.wic_slogin {
        padding: 5px;
        line-height: 35px;
    }
    .wic_slogin_info {
        display: relative;
        font-size: 16px;
        line-height: 30px;
        height: 30px;
    }
    .wic_slogin_btn, .wic_slogin_qq, .wic_slogin_wechat {
        height: 30px;
        line-height: 30px;
    }
    .wic_slogin_btn a, .wic_slogin_qq a, .wic_slogin_wechat a {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        padding: 0 8px;
    }
    .pay-vip-item {
        margin-bottom: 15px;
    }
    .burger>i {
        display: inline-block;
        margin-top: 3px;
        margin-left: 7px;
    }
    .form-holder {
        margin-top: -105px !important;
    }
    .postdown_buy_down {
        width: 100%;
        margin-bottom: 5px;
    }
    .postdown_buy_down>li {
        width: 100% !important;
    }
}

/* 适配暗黑模式 */
.xb-dark .navbar .nav-list>.menu-item>a {
    color: #ffffff;
}
.xb-dark .site-header {
    background-color: #1d2021;
}
.xb-dark .header-banner {
    background-color: #181a1b;
}
.xb-dark .navbar .navbar-button, .xb-dark .off-canvas .canvas-close {
    background-color: transparent;
}
.xb-dark .head-user-other>a {
    color: #ffffff;
}
.xb-dark .head-user-ava-cen a {
    color: #ffffff;
}
.xb-dark .header__group.active .header__cat {
    background-color: transparent;
}
.xb-dark .home-division {
    background-color: #232627;
}
.xb-dark .xb_ad {
    background-color: #232627;
}
.xb-dark .home-cat-nav-wrap {
    background-color: transparent;
}
.xb-dark .entry-footer .post-meta-box .meta-price {
    background: #525252;
    box-shadow: inherit;
}
.xb-dark .entry-footer .post-meta-box .meta-price>span {
    color: #ffffff !important;
}
.xb-dark .vip-item>ul>li {
    color: #B1B1C1;
}
.xb-dark .footer-widget .widget--title h5 {
    color: #aaaaaa;
}
.xb-dark .footer-widget .widget--newsletter .form-control {
    border: 1px solid #aaaaaa;
}
.xb-dark .footer-widget .widget--newsletter button>i {
    color: #FFC107;
}
.xb-dark .home_title .title .pricing-title {
    color: #ffffff;
}
.xb-dark .codecdk-panel {
    background-color: #232627;
}
.xb-dark .codecdk-panel .jq22-flex:before {
    background: #FFC107;
}
.xb-dark .codecdk-panel .jq22-flex:after {
    background: #FFC107;
}
.xb-dark .ymd_link {
    background: transparent;
}
.xb-dark .ymd_link>span {
    background: #2d2d2d;
}
.xb-dark .vip-item {
    background: transparent;
}
.xb-dark .fk_service_upward_cont span {
    color: #000;
}
.xb-dark .postdown {
    background: #2d2d2d;
}
.xb-dark .postdown_info {
    background: #2d2d2d;
}
.xb-dark .postdown_right {
    background: #2d2d2d;
}
.xb-dark .postdown_left_img {
    background: #2d2d2d;
}
.xb-dark .postdown_title h1 {
    color: #ffffff;
}
.xb-dark .postdown_right .postdown_description span a {
    color: #6c6c6c;
}
.xb-dark .postdown_right .postdown_description span {
    background: #1d2021;
}
.xb-dark .postdown_buy_sm {
    background: #1d2021;
}
.xb-dark .postdown_buy_ys li a {
    color: #ffffff;
}
.xb-dark .u-text-format h2 {
    color: #ffffff;
}
.xb-dark .author-info-center {
    background: #1d2021;
}
.xb-dark .author-info-menu .active {
    color: #ffffff;
}
.xb-dark .author-info-center-centent p .center-safety-bar {
    background: #6c727f;
}
.xb-dark .form-box {
    background: #1d2021;
}
.xb-dark .author-info-menu>ul>li>a:hover {
    color: #ffffff;
}
.xb-dark .user-profile-container {
    background: #1d2021;
}
.xb-dark .user-profile-container .pay-vip-item .vip-price small {
    color: #ffffff;
}
.xb-dark .card {
    background: #1d2021;
}
.xb-dark .charge .modules__title h4 {
    background: #232425;
}
.xb-dark .form_title_area {
    background: #1d2021;
}
.xb-dark table thead {
    background: #1d2021;
}
.xb-dark table thead tr th {
    color: #ffffff;
}
.xb-dark .feedback .mwz {
    background: #1d2021;
}
.xb-dark .feedback .mwz li.cur a {
    color: #ffffff;
}
.xb-dark .mso.buy {
    background: #1d2021 !important;
}
.xb-dark .task_cf>a {
    color: #ffffff;
}
.xb-dark .tlist dl {
    background: transparent;
}
.xb-dark .tlist .d3 a.t_end {
    background: #313435;
    color: #ffffff;
}
.xb-dark .tlist .d3 a {
    background: #313435;
    color: #ffffff;
}
.xb-dark .sort_page>ul>li>a, .sort_page>ul>li>span {
    background: #313435;
    color: #ffffff;
}
.xb-dark .task_cj .task_title {
    background: #313435;
}
.xb-dark .project-process {
    background: #1d2021;
}
.xb-dark .post-content {
    background: #1d2021;
}
.xb-dark .post-content .post-postms {
    color: #ffffff;
}
.xb-dark .post-postms-content>p {
    color: #ffffff;
}
.xb-dark .post-center {
    background: #1d2021;
}
.xb-dark .post-center .post-jbxx {
    color: #ffffff;
}
.xb-dark .post-tb-content {
    background: #1d2021;
}
.xb-dark .task_sx_pr_left .submit {
    background: #232425;
    color: #ffffff;
}
.xb-dark .task-detail-text h2 {
    color: #ffffff;
}
.xb-dark .bid-info > span {
    color: #ffffff;
}
.xb-dark .bid-user .name {
    color: #ffffff;
}
.xb-dark .bid-content {
    color: #ffffff;
}
.xb-dark .table-feedback tbody tr {
    background: #171819;
    color: #ffffff;
}
.xb-dark .table-feedback font {
    color: #ffffff !important;
}
.xb-dark #choiceWindow>div {
    background: #171819;
}
.xb-dark #editor3>div {
    background-color: #171819 !important;
}
.xb-dark .burger {
    color: #FFC107;
}
.xb-dark .burger>i {
    display: inline-block;
    margin-top: 3px;
    margin-left: 7px;
}
.xb-dark .theme-item-focus {
    background: #171819;
}
.xb-dark .atct_upload {
    background: #232425;
}
.xb-dark .tabtst li.on  {
    color: #fff;
}

/* 会员中心工单回复 */
.feedback_status {
	width: 100%;
	padding-top: 4px;
}
.feedback_status_list>ul {
	margin: 0;
	margin-left: 16px;
	padding: 0;
}
.feedback_status_list>ul>li {
	display: inline-block;
	position: relative;
    width: 33%;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background-color: #9abafb;
    z-index: 1;
    text-align: center;
}
.feedback_status_list>ul>li.active {
	background-color: #3d7eff;
}
.feedback_status_list>ul>li>span {
	display: inline-block;
	width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.feedback_status_list>ul>li.active:before {
	border-top: 16px solid #3d7eff;
	border-bottom: 16px solid #3d7eff;
}
.feedback_status_list>ul>li.active:first-child::before {
	border-left: 16px solid #3d7eff !important;
}
.feedback_status_list>ul>li:first-child::before {
	border-left: 16px solid #9abafb !important;
}
.feedback_status_list>ul>li:before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -16px;
    z-index: 8;
    border-top: 16px solid #9abafb;
    border-left: 16px solid transparent!important;
    border-bottom: 16px solid #9abafb;
}
.feedback_status_list>ul>li:after {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 22px;
    height: 32px;
    right: 0;
    z-index: 9;
    border-top: 16px solid transparent!important;
    border-left: 16px solid #9abafb;
    border-bottom: 16px solid transparent!important;
    background-color: #f6f6f6;
}
.feedback_status_list>ul>li.active>span {
	background-color: #3d7eff;
}
.feedback_status_list>ul>li.active:after {
	border-left: 16px solid #3d7eff;
}
.feedback_card {
	width: 100%;
	margin-top: 15px;
	padding: 10px;
	background: #ffffff;
}
.feedback_card>div>ul {
	margin: 0;
	padding: 0;
}
.feedback_card>div>ul>li {
	display: inline-block;
	width: 33%;
	color: rgba(0,0,0,.85);
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    padding-left: 100px;
}
.feedback_card>div>ul>li em {
	color: rgba(0,0,0,.65);
	font-style: normal;
}
.feedback_content {
	margin-top: 20px;
}
.feedback_title {
	padding: 11px 16px;
    background: #ffffff;
    border-left: 2px solid #3d7eff;
    border-bottom: 2px solid #d7d8d9;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #373d41;
}
.feedback_content_list {
    border-top: none;
    background: #ffffff;
    overflow-y:auto;
}
.feedback_content_list>ul {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y:scroll;
}
.feedback_content_item>li {
	padding: 12px 0;
}
.feedback_content_item_meta {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    margin: 20px 5px 0 0;
    padding: 2px 10px 0;
}
.feedback_content_item_meta.admin {
	flex-direction: row-reverse;
}
.fd_item_avatar {
	margin-right: 16px;
}
.ant-avatar {
	box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 12px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    background: #ccc;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background: transparent;
}
.ant-avatar>img {
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fd_item_content {
	display: flex;
    justify-content: flex-end;
    flex: none;
    max-width: 65%;
}
.fd_item_content_title {
	font-size: 12Px;
    color: #999;
    line-height: 20Px;
    margin-bottom: 0;
}
.fd_item_content_top {
	text-align: right;
    margin-right: 10Px;
    color: #979797;
    font-weight: 400;
}
.fd_item_content_bottom {
	border: 1px solid #3d7eff;
    padding: 12px 22px;
    margin-right: 10px;
    border-radius: 4px;
    position: relative;
}
.fd_item_content_bottom>div>span {
	color: #373d41;
    font-size: 12px;
    line-height: 16px;
    white-space: pre-wrap;
    word-break: break-all;
    font-weight: 400;
}
.fd_item_content_bottom:after {
	content: "";
    position: absolute;
    top: 2px;
    right: -6px;
    z-index: 999;
    width: 10px;
    height: 14px;
    transform-style: inherit;
    transform: rotate(1deg) skewX(-35deg);
    background: #fff;
    border-top: 1px solid #3d7eff;
    border-right: 1px solid #3d7eff;
}
.feedback_content_item_meta.user .fd_item_content_bottom {
	background: #f7f9fa;
    border: 1px solid #e8e8e8;
    border-radius: 4Px;
    padding: 12px 10px;
    position: relative;
    width: auto;
}
.feedback_content_item_meta.user .fd_item_content_bottom:after {
	content: "";
    position: absolute;
    top: 2px;
    left: -6px;
    z-index: 999;
    width: 10px;
    height: 14px;
    transform-style: inherit;
    transform: rotate(-1deg) skewX(35deg);
    background: #f7f9fa;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: none;
}
.feedback_content_item_meta.user .fd_item_content_top {
	text-align: left;
}
.feedback_content_item_meta.user .name {
	margin-right: 15px;
}
.feedback_content_item_meta.admin .name {
	float: right;
	margin-left: 15px;
}
.feedback_hf {
	margin-top: 20px;
}
.feedback_hf_content {
	background: #ffffff;
}
.feedback_hf_content>button {
	float: right;
	margin-top: 10px;
	color: #fff;
    background-color: #2d8cf0;
    border-color: #2d8cf0;
    width: 100px;
    display: inline-block;
    cursor: pointer;
    padding: 0 15px;
    height: 32px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid transparent;
    outline: none;
}
.fd_item_content_bottom p {
	margin: 0;
	padding: 0;
}
.fd_item_content_bottom p>img {
	display: inline-block;
    width: 50Px;
    height: 50Px;
    vertical-align: bottom;
}
.feedback_zhuti {
	background: #ffffff;
	padding: 10px;
}
.feedback_hf_end {
	padding: 24px 80px;
    border: 1px solid #d7d8d9;
    border-top: none;
    background: #ffffff;
}
.feedback_hf_end>span {
	font-size: 12px;
    color: #373d41;
}
/* 文章内样式 */
.article-content ul>li:before {
	position: absolute;
    left: 60px;
    width: 3px;
    height: 3px;
    border-radius: 10px;
    background: #333;
    content: " ";
    margin-top: 10px;
}

/* 底部信息栏样式 */
.footer-info-bar {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 15px 0;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}
.footer-info-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.footer-info-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer-info-logo {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer-info-desc {
    font-size: 13px;
    opacity: 0.9;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.footer-info-desc .info-item {
    display: flex;
    align-items: center;
    gap: 5px;
}
.footer-info-desc .info-item a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s;
}
.footer-info-desc .info-item a:hover {
    opacity: 0.8;
    text-decoration: underline;
}
.footer-info-desc .info-divider {
    opacity: 0.5;
}
.footer-info-right {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.info-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}
.info-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    color: #fff;
}
.qq-btn {
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.3);
}
.qq-btn:hover {
    background: rgba(255,255,255,0.3);
}
.weixin-btn {
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.3);
    cursor: default;
}
.email-btn {
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.3);
}
.email-btn:hover {
    background: rgba(255,255,255,0.3);
}
.text-danger {
    color: #ff6b6b;
}
/* 响应式 */
@media (max-width: 768px) {
    .footer-info-content {
        flex-direction: column;
        text-align: center;
    }
    .footer-info-left {
        align-items: center;
    }
    .footer-info-desc {
        justify-content: center;
    }
    .footer-info-right {
        justify-content: center;
    }
}

/* 侧边栏粘性定位 */
.sidebar-column {
    position: sticky;
    top: 20px;
    align-self: flex-start;
}
.content-column {
    position: sticky;
    top: 20px;
}

/* VIP模块响应式 */
@media (max-width: 991px) {
    .vip-item {
        flex: 1 1 auto;
        min-width: 200px;
        max-width: 280px;
    }
}
@media (max-width: 768px) {
    .vip-item {
        flex: 1 1 auto;
        min-width: 100%;
        max-width: 100%;
    }
    .vip-container {
        padding: 30px 0 20px;
    }
}

/* 资源卡片样式修复 */
.posts-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.posts-wrapper > .col-lg-1-5 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.post-grid {
    height: 100%;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
.post-grid .entry-media {
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}
.post-grid .entry-media img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    object-fit: cover;
}
.post-grid .entry-wrapper {
    padding: 12px;
}
.post-grid .entry-title {
    font-size: 14px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.post-grid .entry-footer {
    padding-top: 8px;
    border-top: 1px solid #f0f0f0;
}
.sticky-icon1, .sticky-icon2, .sticky-icon3, .sticky-icon4 {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 11px;
    color: #fff;
    z-index: 10;
}
.sticky-icon1 { background: #4CAF50; }
.sticky-icon2 { background: #FF9800; }
.sticky-icon3 { background: #E91E63; }
.sticky-icon4 { background: #9C27B0; }
.grid_author_avt {
    display: block;
    margin-bottom: 8px;
}
.grid_author_bggo {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

/* 修复 col-lg-1-5 五列布局 */
.col-lg-1-5 {
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

/* 响应式调整 */
@media (max-width: 1199px) {
    .col-lg-1-5 {
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%;
    }
}
@media (max-width: 991px) {
    .col-lg-1-5 {
        flex: 0 0 33.333%;
        width: 33.333%;
        max-width: 33.333%;
    }
}
@media (max-width: 767px) {
    .col-lg-1-5 {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }
}
@media (max-width: 480px) {
    .col-lg-1-5 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
}


