/*b2网站启用新字体开始*/
@charset "UTF-8";

@font-face {
	font-family:"ziti";
	src: url("https://cdn.qkget.cn/qkget/fonts/AlimamaFangYuanTiVF-Thin.woff2");
}
* {
	font-family:"ziti"
}

html,body,button,input,select,textarea{
   font-family: ziti,-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}
/*b2网站启用新字体结束*/

/*首页添加悬挂年兽，给博客喜增新年气氛
@media screen and (min-width: 850px){
    .NewYear {
        width: 200px;
        height: 200px;
        display: inline-block;
        background: url("https://cdn.qkget.cn/oizj/images/gj.webp") no-repeat 50%/100%;
        vertical-align: middle;
        position: fixed;
        left: 79%;
        top: 47px;
        z-index: 999;
        cursor: pointer;
        animation: new-year 1.2s ease-in-out 0s infinite alternate;
        margin-left: -1px;
        transform-origin: 50% 0;
        pointer-events: none;
    }
    }
    @keyframes new-year{
      0% {
        transform: rotate(10deg);
    }
      100%{
                transform: rotate(-10deg);
      }
    }
*/
body {
	/*background-position:center center;
	*/
	background-size:auto;
	background-repeat:repeat;
	background-attachment:scroll;
	cursor: url(https://cdn.qkget.cn/oizj/images/b1.cur), default;
}
a,button,img {
	cursor:url(https://cdn.qkget.cn/oizj/images/b2.cur),pointer !important;
}
/*彩色图标*/
.icon {
	width:1.2em;
	height:1.2em;
	vertical-align:-0.15em;
	fill:currentColor;
	overflow:hidden;
	margin-right:5px;
}

.top-menu .icon {
	position:relative;
	margin-right:6px;
	top:1px;
}
/*b2小工具标题*/
.b2-widget-box-first,.b2-widget-box{
    background: #fff;
    position: relative;
}
#nuandao .sidebar-innter .b2-widget-title {
    padding: 15px 10px;
}
#nuandao .sidebar-innter .b2-widget-title h2 {
    padding: 0 15px;
    position: relative;
    font-size: 15px;
    color: #606266;
    letter-spacing: .5px;
}
#nuandao .sidebar-innter .b2-widget-title h2:after {
	content:"";
	position:absolute;
	background:linear-gradient(125deg,#86a6f1 0%,#86a6f1 100%);
	left:15px;
	width:25px;
	height:3px;
	top:-15px;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
	transition:.5s
}
#nuandao .sidebar-innter .b2-widget-title:hover h2:after {
	width:21%
}
/*全局背景颜色*/
/*.site {
	background-image:linear-gradient(to right top,#d16ba5,#c777b9,#ba83ca,#aa8fd8,#9a9ae1,#8aa7ec,#79b3f4,#69bff8,#52cffe,#41dfff,#46eefa,#5ffbf1);
}
*/

.home_row {
	margin:0px 0px 15px 0px;
}
/*文章内容页广告*/
.alert {
	position:relative;
	padding:1rem 1rem;
	margin-bottom:1rem;
	border:1px solid transparent;
	border-radius:.25rem
}
.alert-warning {
	color:#664d03;
	background-color:#fff3cd;
	border-color:#ffecb5
}
.alert-dismissible {
	padding-right:3rem
}
.alert-dismissible .btn-close {
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	padding:1.25rem 1rem
}
.fade {
	transition:opacity .15s linear
}
@media (prefers-reduced-motion:reduce) {
	.fade {
	transition:none
}
}.fade:not(.show) {
	opacity:0
}
.badge {
	display:inline-block;
	padding:.35em .65em;
	font-size:.75em;
	font-weight:700;
	line-height:1;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:.25rem
}
.badge:empty {
	display:none
}
.btn .badge {
	position:relative;
	top:-1px
}
.bg-warning {
	background-color:#ffc107!important
}
.bg-danger {
	background-color:#dc3545!important
}
.text-dark {
	color:#212529!important
}
.btn-close {
	box-sizing:content-box;
	width:1em;
	height:1em;
	padding:.25em .25em;
	color:#000;
	background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border:0;
	border-radius:.25rem;
	opacity:.5
}
.btn-close:hover {
	color:#000;
	text-decoration:none;
	opacity:.75
}
.btn-close:focus {
	outline:0;
	box-shadow:0 0 0 .25rem rgba(13,110,253,.25);
	opacity:1
}
.btn-close.disabled,.btn-close:disabled {
	pointer-events:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	opacity:.25
}
.spinner-grow {
	display:inline-block;
	width:2rem;
	height:2rem;
	vertical-align:-.125em;
	background-color:currentColor;
	border-radius:50%;
	opacity:0;
	-webkit-animation:.75s linear infinite spinner-grow;
	animation:.75s linear infinite spinner-grow
}
@-webkit-keyframes spinner-grow {
	0% {
	transform:scale(0)
}
50% {
	opacity:1;
	transform:none
}
}@keyframes spinner-grow {
	0% {
	transform:scale(0)
}
50% {
	opacity:1;
	transform:none
}
}
.spinner-grow-sm {
	width:1rem;
	height:1rem
}
.small,small {
	font-size:.875em
}
sub,sup {
	position:relative;
	font-size:.75em;
	line-height:0;
	vertical-align:baseline
}
sub {
	bottom:-.25em
}
sup {
	top:-.5em
}
/* b2热门标签页面美化 */
#nuandao .tags-page {}
#nuandao .tags-page ul {}
#nuandao .tags-page ul li {}
#nuandao .tags-page ul li a {
    text-align: left;
}

/* b2分页美化*/
#nuandao .b2-pagenav {
    padding: 15px 15px 15px 15px;
}
#nuandao .b2-pagenav .btn-group {}
#nuandao .b2-pagenav .btn-group .button {
    background: #fff;
    padding: 8px 15px;
    border: 1px solid #f5f5f5;
    font-weight: normal;
    color: #666;
    font-size: 15px;
    transition: all .3s;
}
#nuandao .b2-pagenav .btn-group .button:hover {
    background: #FFA41B;
    color: #fff;
}
#nuandao .b2-pagenav .btn-group .disabled {
    background: #FFA41B;
    color: #fff;
}
#nuandao .b2-pagenav .pager-center {
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 0 rgba(0,0,0,.1);
}
#nuandao .b2-pagenav .btn-pager {}
#nuandao .b2-pagenav .btn-pager a {
    background: #fff;
    padding: 8px 15px;
    border: 1px solid #f5f5f5;
    font-weight: normal;
    color: #666;
    font-size: 15px;
    transition: all .3s;
}
#nuandao .b2-pagenav .btn-pager .selected {
    opacity: .5;
}

#nuandao .newsflashes-nav {
    margin-top: 0;
}
/*b2文档美化*/
#nuandao .tax-document_cat {}
#nuandao .b2-document-single {
    margin: 0;
    padding-top: 15px;
}
#nuandao .document-breadcrumb a {
    color: #606266;
}
#nuandao .b2-document-single .b2-single-content {
    margin-top: 20px;
}
#nuandao .b2-document-content {
    margin-top: 15px;
}
#nuandao .document-content .document-cat-top {
    margin-bottom: 60px;
}
#nuandao .document-content .document-cat-top h2 {
    margin-top: 0;
    margin-bottom: 15px;
}
#nuandao .document-content .document-cat-top p {
    color: #909399;
    font-size: 15px;
    letter-spacing: .5px;
}
#nuandao .document-left-item {
    padding: 20px;
}
#nuandao .document-left-item h2 {
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #ebeef5;
    padding-bottom: 15px;
}
#nuandao .document-left-item ul li {
    color: #909399;
    margin-top: 25px;
}
#nuandao .document-left-item ul li a {
    color: #606266;
}
#nuandao .single-document-search input {
    background: #fff;
    border-radius: 4px;
    padding: 8px;
    padding-left: 40px;
    border: 0;
}
#nuandao .single-document-search button {
    padding: 5px 10px;
}
#nuandao .document-content {}
#nuandao .document-content .box {
    background: transparent;
    overflow: hidden;
}
#nuandao .document-content .box .document-row {
    float: left;
    width: 25%;
    position: relative;
    display: block;
    height: 120px;
    border-right: 1px solid #ebeef5;
    background: #fff;
    transition: all .3s;
}
#nuandao .document-content .box .document-row:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px 0px #d6dce5;
}
#nuandao .document-content .box .document-row .document-cat-rot a {
    color: #909399;
    font-size: 13px;
}
#nuandao .document-content .box .document-row h3 {
    min-height: 46px;
    font-weight: normal;
    font-size: 16px;
}
#nuandao .document-content .box .document-row .document-row-right {
    width: auto;
    text-align: left;
    position: absolute;
    bottom: 10px;
    left: 0;
    padding-left: 15px;
    font-size: 14px;
    color: #909399;
}
#nuandao .document-row + .document-row {
    border-top: 1px solid #ebeef5;
}
#nuandao .document-row a:hover {
    text-decoration: none;
}
/* b2公告弹窗美化*/
#nuandao .gg-box {}
#nuandao .gg-box .modal-content {
    width: 28rem;
    overflow: hidden;
    margin-top: 0;
}
#nuandao .gg-box .gg-box-title {
}
#nuandao .gg-box-title .gg-title {
    width: 100%;
    text-align: center;
    padding: 0!important;
}
#nuandao .modal-content .gg-title {
    padding: 20px 30px 0px 30px;
}
#nuandao .modal-content .gg-title a {
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    display: block;
    font-family: Arial;
}
#nuandao .gg-title a:hover {
    text-decoration: none;
}
#nuandao .modal-content .gg-desc {
    padding: 20px 30px;
    font-size: 14px;
    letter-spacing: .5px;
    padding-bottom: 0;
}
#nuandao .modal-content .gg-desc p {
    color: #909399;
    font-family: Arial;
    background: #f8f8f8;
    padding: 20px;
    line-height: 24px;
}
#nuandao .modal-content .gg-box-title h2 {
    font-size: 22px;
    margin-bottom: 0;
    text-align: center;
}
#nuandao .gg-box-title .gg-title span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
#nuandao .title-bg {
    border: 0;
}
#nuandao .gg-button a {
    border: 0;
    display: inline-block;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .5px;
    background-color: #206aff;
    background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
    background-image: -webkit-linear-gradient(left, #006eff, #13adff);
    background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
    background-image: linear-gradient(90deg, #006eff, #13adff);
    -webkit-box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
    box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
}

/*VIP页面美化*/
 #vips .vip-list .vip-list-in .vip-row ul li:nth-child(2) span {
    color: #165DFF !important;
    text-decoration: none
}
 .vip-current {
    border: 0px dashed rgb(255 0 0);
}
#nuandao .vip-top {
    margin: -10px 0px 0px 0px;
    border: 0;
    background-image: linear-gradient(180deg, #206aff, #3989f5);
    position: relative;
}
#nuandao .vip-top .content-area {
    position: relative;
    z-index: 5;
}
#nuandao .vip-top > div {
    padding: 55px 0;
}
#nuandao .vip-top-bg img {
    position: absolute;
    left: 0;
    bottom: 0;
}
#nuandao .vip-top-bg img:last-child {
    right: 0;
    left: auto;
    top: 0;
}
#nuandao .vip-current {
    padding: 15px 30px;
    margin: 30px 0;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}
#nuandao .vip-top > div p {
    text-align: center;
    /*font-weight: bold;*/
    font-size: 32x;
    color: #fff;
}
#nuandao .vip-count ul li .vip-in {
    transition: all .3s;
}
#nuandao .vip-count ul li .vip-in i {
    font-size: 24px;
}
#nuandao .vip-count ul li .vip-in:hover {
    transform: translateY(-3px);
    box-shadow: 0px 15px 10px -15px #575d84;
}
#nuandao .vip-count ul li .vip-in .title {
    font-weight: bold;
    font-size: 18px;
}
#nuandao .vip-in-number {
    font-size: 13px;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}
#nuandao .vip-in-number b {
    font-size: 16px;
    font-weight: bold;
    margin: 0 3px;
}
#nuandao .vip-price-money {
    font-size: 14px;
    margin: 20px 0;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}
#nuandao .vip-count ul li .vip-in button {
    margin: 20px 0;
    padding: 10px 30px;
    background: #fff;
    border: 0;
    color: #444;
    font-size: 14px;
}
#nuandao .vip-count ul li:nth-child(1) .vip-in{
    background: linear-gradient(180.03deg, #D7E5FF 3.81%, #B9CBFF 99.98%);
}
#nuandao .vip-count ul li:nth-child(2) .vip-in{
    background: linear-gradient(180.03deg, #FFEBD1 3.81%, #FFDBB1 99.98%);
}
#nuandao .vip-count ul li:nth-child(3) .vip-in{
    background: linear-gradient(180.03deg, #393F68 0%, #24263C 100%);
}
#nuandao .vip-list {
    padding: 30px 0;
    margin: 50px 0;
}
#nuandao .vip-topbar {
    width: 100%;
    height: 3px;
}
#nuandao .vip-list .vip-item {
    width: 30%;
    padding: 0;
    transition: all .3s;
    background: #fff;
}
#nuandao .vip-list .vip-item:nth-child(2) {
    box-shadow: 0 0px 30px -20px #9E9E9E;
    z-index: 5;
}
#vips .vip-list .vip-list-in h2:before {
    content: "";
    display: flex;
    width: 32px;
    height: 32px;
    background: url(https://cdn.qkget.cn/oizj/images/vip.svg);
    margin-right: 10px;
    top: -4px;
    position: relative;
}
#vips .vip-list .vip-list-in h2 {
    color: #1D2129 !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600
}

#nuandao .vip-list .vip-item .vip-list-in {
    padding: 0;
}
#nuandao .vip-list .vip-item .vip-list-in h2 {
    flex: 1;
    text-align: left;
    font-size: 22px;
}
#nuandao .vip-list .vip-item .vip-list-in .vip-item-warp {
    /* display: flex; */
    padding: 30px;
    /* border-bottom: 1px solid #ebeef5; */
}
#nuandao .vip-list .vip-item .vip-list-in .vip-price {
    margin: 5px;
    align-items: baseline;
}
#nuandao .vip-list .vip-item .vip-list-in .vip-price-money {
    font-size: 14px;
    margin: 0;
}
#nuandao .vip-list .vip-item .vip-list-in .vip-price-money span {
    font-size: 20px;
}
#nuandao .vip-list .vip-item .vip-list-in .vip-price-day {
     color: #cf2e2e;
    font-size: 12px;
}
#nuandao .vip-list .vip-item .vip-list-in .vip-row {
    /* padding: 30px 0; */
}
#nuandao .vip-list .vip-item .vip-list-in .vip-row ul {
    text-align: left;
   /* padding-left: 50px;*/
}
#nuandao .vip-list .vip-item .vip-list-in .vip-row ul li {
   /* margin-bottom: 15px;*/
}
#nuandao .vip-list .vip-item .vip-list-in .vip-row ul li i {
    margin-right: 5px;
}
#nuandao .vip-list .vip-item .vip-list-in .vip-buy {
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #ebeef5;
}
.vip-row li {
    font-size: 15px;
}
#nuandao .vip-buy button {
    padding: 8px 26px;
    font-size: 15px;
}
#nuandao .vip-footer {
    font-family: Arial;
}
#nuandao .vip-footer p {
    color: #909399;
}
#nuandao .vip-faq {
    background: transparent;
}
#nuandao .vip-faq .vip-faq-list {
    padding: 0;
    overflow: hidden;
    background: #fff;
    margin-bottom: 15px;
}
#nuandao .vip-faq .vip-faq-list h2 {
    padding: 20px;
    color: #303133;
    font-size: 16px;
}
#nuandao .vip-faq .vip-faq-list p {
    margin: 0px 20px 20px;
    background: #eff1f4;
    padding: 20px;
    color: #909399;
    line-height: 28px;
}
/*下载小工具美化*/
.w-d-meta p {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 28px;
}

.w-d-meta p:before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background: url(https://cdn.qkget.cn/oizj/images/li-quan-1.svg);
    position: relative;
    margin-right: 8px;
    opacity: 0.65;
}
.w-d-download span button {
    padding-top: 14px;
    padding-bottom: 14px;
    background-image: linear-gradient(90deg, #4caf50, #4fba1b);
    box-shadow: 0 5px 10px 0 #4caf5094;
    border-radius: 4px;
    color: #ffffff !important;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
}
/*下载小工具美化*/
.post-pay-type > div i{
    color: #ff8936;
}
.post-pay-type .post-pay-type-icon{
    background: #00000094;
    border-radius: 50px;
    color: #fff;
    margin-right: 5px;
    padding-right: 5px;
    text-shadow:none;
    display: inline-flex;
}
/*文章样式1(post-1)*/
/*文章列表页美化开始*/
@media (max-width:768px) {
    
     .post-info .post-excerpt {
        padding:5px 5px!important;
    }
    
    
   
    
      .post-excerpt {
          font-size:12px!important;
      }
}
.post-info .post-excerpt p {
    -webkit-line-clamp: 2;
    overflow: hidden;
    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
 
  .post-excerpt {
    
    background: var(--main-shadow);
    
    font-size: 14px;
   
}
.b2-single-content .post-info .post-list-cat-item:before{
      margin-top: 1px!important;
}
.post-info .post-list-cat-item:before {
    content: '#';
    line-height: 15px;
    width: 15px;
    height: 15px;
    margin-top: 2px;
    margin-right: 5px;
    color: var(--b2color);
    text-align: center;
    float: left;
    background: var(--b2lightcolor);
    border-radius: 50%;
    display: block;
    /* position: absolute; */
    left: 0;
}
.b2_gap .item-post-style-1 .item-in,.b2_gap .item-post-style-5 .item-in, .b2_gap .item-post-style-2 .item-in, .b2_gap .item-post-style-3 .item-in, .b2_gap .item-post-style-4 .item-in {
    padding: 13px 13px 13px 13px;
    border-radius: var(--b2radius);
    -webkit-transition: all .2s;
    transition: all .2s;
    box-shadow: none;
}
 
.b2_gap .item-post-style-1 .post-module-thumb,.b2_gap .item-post-style-5 .post-module-thumb,.b2_gap .item-post-style-5 .post-module-thumb, .b2_gap .item-post-style-2 .post-module-thumb, .b2_gap .item-post-style-3 .post-module-thumb, .b2_gap .item-post-style-4 .post-module-thumb {
    position: relative;
    height: 0;
    overflow: hidden;
    border-radius: var(--b2radius);
}
 .post-info .post-excerpt  {
    background-color: #fafafa;
    border-radius: var(--b2radius);
    -webkit-transition: all .2s;
    transition: all .2s;
    
    padding: 16px 20px;
}
.item-post-style-1 .post-info .post-excerpt .mides,.item-post-style-5 .post-info .post-excerpt .mides, .item-post-style-2 .post-info .post-excerpt .mides, .item-post-style-3 .post-info .post-excerpt .mides, .item-post-style-4 .post-info .post-excerpt .mides {
    line-height: 25px;
    font-size: 14px;
    height: 50px;
    -webkit-line-clamp: 2;
    color: #8a8a8a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.item-post-style-1:hover .post-module-thumb img, .item-post-style-5:hover .post-module-thumb img,.item-post-style-2:hover .post-module-thumb img, .item-post-style-3:hover .post-module-thumb img, .item-post-style-4:hover .post-module-thumb img {
    transform: scale(1.05);
}
.item-post-style-1 .post-module-thumb img,.item-post-style-5 .post-module-thumb img, .item-post-style-2 .post-module-thumb img, .item-post-style-3 .post-module-thumb img, .item-post-style-4 .post-module-thumb img {
    -webkit-transition: all .3s;
    transition: all .3s;
}
/*角标*/
.tipss {
    display: block;
}
.mi-tips1 {
     background-color: #11d9aa;
        
}
.mi-tips2{
    background-color: #21a7d3;
}
.mi-tips3{
         background-color: #b118ff;

}
.mi-tips4{

   background-color: #ff7819;
}
.mi-tips5 {
   background-color: #ff1883;
}
.mi-tips6{
    background-color: #ff1818;
}
  /*角标款式*/
    .tipss {
    position: relative;
    top: -20px;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 20px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
}
.mi-views i,
.tipss i {
    position: relative;
    right:5px;
    font-size: 13px;
}
.post-module-thumb .mi-views {
    background-color: rgba(0,0,0,0.7);
    border-top-right-radius: 6px;
    padding: 0 10px 0 10px;
    margin-top: -40px;
    margin-left: 60px;
    position: absolute;
    color: #fff;
    line-height: 20px;
    height: 20px;
    text-align: center;
    font-size: 13px;
}
.post-module-thumb .mi-views-1 .mi-views-eye {
    font-size: 13px;
    padding: 0 6px 0 0;
}
.post-module-thumb .mi-views .mi-views-eye-s {
    font-size: 14px;
    padding: 0 6px 0 0;
}
.post-module-thumb .mi-views-1 {
    background-color: rgba(0,0,0,0.7);
    border-top-right-radius: 6px;
    padding: 0 10px 0 10px;
    margin-top: -19px;
    margin-left: 0;
    position: absolute;
    color: #fff;
    line-height: 21px;
    text-align: center;
    font-size: 13px;
}


/*首页文章列表开始*/
.post-3 .b2_gap>li .item-in,
.post-1 .b2_gap>li .item-in  {
     background: url(https://cdn.qkget.cn/oizj/images/post-bj.jpg) 0% 0% / 100% 100% no-repeat!important;
}

.post-1 .b2_gap>li .item-in {
    border-radius: var(--b2radius);
    margin-right: 15px;
    padding: 2px 12px 2px 12px;
}

.post-1 .post-module-thumb {
    border-radius: var(--b2radius);
}
.post-module-thumb:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;

    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 3;
    -webkit-transform: scale(2);
    transform: scale(2);
    transition: opacity .75s, -webkit-transform .75s;
    transition: transform .75s, opacity .75s;
    transition: transform .75s, opacity .75s, -webkit-transform .75s;
    opacity: 0;
    pointer-events: none;
}

.post-module-thumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    transition: background .35s;
    border-radius: 8px;
    z-index: 2;
    max-width: 765px;
    margin: 0 auto;
    pointer-events: none;
}
 .post-module-thumb:hover:before {
    background: rgba(0,0,0,.5)
}
.post-module-thumb:hover:after {
                -webkit-transform: scale(1);
                transform: scale(1);
                opacity: 1
}
/*首页文章列表结束*/

.post-item-zx .modules-title-box {
    height: 39px;
    background: url(https://cdn.qkget.cn/oizj/images/goods-title.png) no-repeat;
    background-position: 0 -220px; 
    position: relative;
    margin-left: -10px;
    margin-right: 20px;
}
.post-item-dnrj .modules-title-box {   
    height: 39px;
    background: url(https://cdn.qkget.cn/oizj/images/goods-title.png) no-repeat;
    background-position: 0 -165px;   
    position: relative;
    margin-left: -10px;
    margin-right: 20px;
}
.post-item-azrj .modules-title-box {   
    height: 39px;
    background: url(https://cdn.qkget.cn/oizj/images/goods-title.png) no-repeat;
    background-position: 0 -385px;  
    position: relative;
    margin-left: -10px;
    margin-right: 20px;
}
.post-item-ypzy .modules-title-box {   
    height: 39px;
    background: url(https://cdn.qkget.cn/oizj/images/goods-title.png) no-repeat;
    background-position: 0 0px;    
    position: relative;
    margin-left: -10px;
    margin-right: 20px;
}

.modules-title-box .module-title {
    padding-left: 45px;
    padding-top: 8px;
}
.post-list-cats a {
    font-size: 14px;
}
/*去除hover阴影*/
.post-list-meta-box {
    /*模块hover出现meat*/
    position: relative;
    /*visibility: hidden;*/
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.post-list-item:hover .post-list-meta-box {
    visibility: inherit;
    /*color: #1b1d1f;*/
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

/* 文章缩略图小动画开始 */
.post-module-thumb a.thumb-link{
	transition: 0.9s ease-out all;
}
.post-module-thumb a.thumb-link:hover::after {
	opacity:0.8;
	-webkit-transform:scale(1);
	transform:scale(1);
}
.post-module-thumb a.thumb-link:hover{
    /* -webkit-transform:translateY(-5px);
	transform:translateY(-5px); */
	box-shadow:0 5px 5px rgba(0,0,0,0.1);
	transition: 0.9s ease-out all;
	background:rgba(0,0,0,0.5);
}
.post-module-thumb a.thumb-link::before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0);
	transition:background 0.3s ease-out;
	z-index:2    
}
.post-module-thumb a.thumb-link::after{
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	width:50px;
	height:50px;
	margin:-25px 0 0 -25px;
	background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NSIgaGVpZ2h0PSI0NSIgdmlld0JveD0iMCAwIDQ1IDQ1IiBzdHJva2U9IiNmZmYiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIgc3Ryb2tlLXdpZHRoPSIyIj48Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSI2IiBzdHJva2Utb3BhY2l0eT0iMCI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iciIgYmVnaW49IjEuNXMiIGR1cj0iM3MiIHZhbHVlcz0iNjsyMiIgY2FsY01vZGU9ImxpbmVhciIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgYmVnaW49IjEuNXMiIGR1cj0iM3MiIHZhbHVlcz0iMTswIiBjYWxjTW9kZT0ibGluZWFyIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS13aWR0aCIgYmVnaW49IjEuNXMiIGR1cj0iM3MiIHZhbHVlcz0iMjswIiBjYWxjTW9kZT0ibGluZWFyIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIyIiBjeT0iMjIiIHI9IjYiIHN0cm9rZS1vcGFjaXR5PSIwIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiBiZWdpbj0iM3MiIGR1cj0iM3MiIHZhbHVlcz0iNjsyMiIgY2FsY01vZGU9ImxpbmVhciIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgYmVnaW49IjNzIiBkdXI9IjNzIiB2YWx1ZXM9IjE7MCIgY2FsY01vZGU9ImxpbmVhciIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utd2lkdGgiIGJlZ2luPSIzcyIgZHVyPSIzcyIgdmFsdWVzPSIyOzAiIGNhbGNNb2RlPSJsaW5lYXIiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjIiIGN5PSIyMiIgcj0iOCI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iciIgYmVnaW49IjBzIiBkdXI9IjEuNXMiIHZhbHVlcz0iNjsxOzI7Mzs0OzU7NiIgY2FsY01vZGU9ImxpbmVhciIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L2NpcmNsZT48L2c+PC9zdmc+);
	background-repeat:no-repeat;
	background-size:100% 100%;
	z-index:3;
	-webkit-transform:scale(2);
	transform:scale(2);
	transition:opacity 0.35s,-webkit-transform 0.35s;
	transition:transform 0.35s,opacity 0.35s;
	transition:transform 0.35s,opacity 0.35s,-webkit-transform 0.35s;
	opacity:0;
}
/* 文章缩略图小动画结束 */
.post-list-meta-avatar{
    position: relative;
    top: -3px;
    
}
/* 搜索/标签页面修复结束 
.archive-row .list-footer a.post-list-meta-avatar,
.archive-row .post-list-meta-box li.post-list-meta-like,
.post_tag .list-footer a.post-list-meta-avatar,
.post_tag .post-list-meta-box li.post-list-meta-like {
    display:none;
}
*/
/* 搜索/标签页面修复结束 */

/*下载信息*/
.post-pay-type{
    position: absolute;
    bottom: 10px;
    color: #fff;
    left: 15px;
    font-size: 12px;
}
.post-pay-type > div{
    margin-bottom:5px;
    white-space: nowrap;
}
.post-pay-type .post-pay-type-icon{
    background: #fff;
    border-radius: 50px;
    color:#333;
    margin-right: 5px;
    position: relative;
	top:2px;
    padding-right: 5px;
    text-shadow:none;
    display: inline-flex;
}
.post-pay-type .post-pay-type-icon b{
    font-weight: normal;
}
.post-pay-type span{
    line-height: 16px;
    height: 16px;
}
.post-pay-type > div i{
    color:#ff3355
}
/*文章内页下载模块背景*/
.download-rights{
    background-image: linear-gradient(90deg, #4caf50, #4fba1b);
    box-shadow: 0 5px 10px 0 #4caf5094;
    color: #fff;
}
#nuandao .download-info ul{
     margin-top:15px;
}
#nuandao .download-rights li {
    line-height: normal!important;
    padding: 5px 0!important;
    border-bottom: none!important;
}
#nuandao .download-rights li:after {
    display: none;
}
#nuandao .download-info li {
    line-height: normal!important;
    border-bottom: none!important;
    padding: 0!important;
}
#nuandao .download-info li:after {
    display: none;
}
/*游客支付按钮*/
.download-current a{
    background-image: linear-gradient(90deg, #4caf50, #4fba1b);
    box-shadow: 0 5px 10px 0 #4caf5094;
    border-radius: 4px;
    padding: 3px 15px;
    color:white;
    margin-left:10px;
    vertical-align: baseline;
	position: relative;
	top:2px;
    
}
/*b2主题顶部用户头像尺寸间距*/
    #nuandao .header-user {
        /*margin-right: 8px;*/
        top: 0;
    }
    #nuandao .user-tools {
        width: auto;
        height: auto;
    }
    #nuandao .top-user-info .top-user-box {
        width: 24px;
        height: 24px;
        margin-top: 12px;
    }
    #nuandao .top-user-info-box-name img {
        position: relative;
		top:3px;
    }
    #nuandao .top-user-avatar img {
        height: auto;
        width: 24px;
        height: 24px;
    }
    #nuandao .top-user-avatar span {
        position: relative;
		top:2px;
		left:24px;
    }
/* B2主题登录注册美化 */
    #nuandao .login-box-content {
        min-width: auto;   
    }
    #nuandao .login-box-img {
        display: none;
    }
    #nuandao .login-box-content .login-box-top {
        width: 100%;
    }

/*导航条美化*/
#nuandao .header-banner {
     /*显示顶部导航*/
    /*display: none;*/
}
#nuandao .site-header-in {
    box-shadow: none!important;
    z-index: 10;
}
/*去掉底部下划线*/
#nuandao .hob { 
    display: none!important;
}

/*4月29日*/
.header-banner-content {
        height: 45px;
    }
#nuandao .site.up .site-header-in {
    /*下滑不隐藏导航栏4月29*/
    transform: translate(0,-45px);
    transition: transform .3s;
}
#nuandao .site .site-header-in {
    transition: transform .3s;
}
#nuandao .header .top-style {
   
}
/*导航条下移4月20*/
.top-menu ul li.depth-0{
    /*height: 45px;*/
}

/*导航条下移*/
#nuandao .top-style-blur { /*导航条背景颜色*/
    
    /*顶部导航小间隙去除*/
    top: 0px;
}
#nuandao .top-menu ul li.depth-0 > a .marker {
    display: inline-block;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    font-size: .75rem;
    color: #ffffff;
    border-radius: 1rem;
    padding: .15rem .275rem;
    line-height: 1;
}
#nuandao .top-menu ul li.depth-0 > a .new {
    background: linear-gradient(to right,#6454ef 0,#3021ec 100%);
}

#nuandao .top-menu ul li.depth-0 > a .hot {
    background: linear-gradient(to right,#fa9b39 0,#e1601d 100%);
}
#nuandao .top-menu ul li.depth-0 > a .recom {
    background: linear-gradient(to right,#fa39f4 0,#991de1 100%);
}

#nuandao .hob { /*去掉底部下划线*/
    
}

#nuandao .user-tools { /*隐藏顶部用户头像原点*/
    background: transparent;
    width: auto;
    /*4月29margin-right: 6px;*/
}
#nuandao .header-user {
    /*4月29top: 22px;*/
    height: 40px;
}

/*侧边栏作者美化*/

#nuandao .user-widget-cover {
    height: 120px;
}
#nuandao .user-w-name h2 {
    font-size: 15px;
}
/* 评论美化 */
#nuandao .comments-area {
    border-bottom: 1px solid #ebeef5;
}


/*去除海报顶部间隙4月29修改50px*/
#nuandao .bar-item:hover span {
    display: none;
}
#nuandao .aside-bar .bar-item:hover {
    background: #206aff;
}
.bar-item.bar-qrcode:hover i {
    color: #fff!important;
}
/*猜你喜欢修复*/
.related-posts .b2font {
	font-size:12px;
	margin-right:5px;
}
/*去除文章作者名称下横线*/
.post-user-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -24px 0 -24px;
    padding: 10px 25px;
    background: #f7f8fa;
    margin-top: 20px;
    border-bottom: 0px solid #eee;
}


#nuandao .single-article .post-meta-row {}
#nuandao .single-article .post-meta li span {
    color: #666;
}
#nuandao .post-meta span {
    margin-right: 20px;
    padding: 0;
}
#nuandao .post-user-info {
    margin: 0;
    background: transparent;
    padding: 0;
    margin-top: 15px;
    border-top: 1px solid #eff1f4;
    padding-top: 15px;
}

/*b2手机端美化*/
.post-carts-list-row .flickity-prev-next-button.next {
    display: none;
}
@media screen and (max-width: 768px) {
    #nuandao .vip-top > div p {
    text-align: center;
    /*font-weight: bold;*/
    font-size: 20px;
    color: #fff;
}
        #vips .descript {
        display: none !important
    }
    .home .site-content {
        margin: 0;
    }
    /*B2主题手机端菜单*/
    #nuandao .top-menu ul li.depth-0 > a {
        color: #333;
        font-size: 15px;
    }
    #nuandao .login-button .b2-user {
        color: #fff;
    }
    #nuandao .header .menu-icon {
        top: 9px;
    }

    #nuandao .show-menu-box {
        background: #fff!important;
    }
    #nuandao .show-menu-box .top-menu {
        padding: 0;
    }
    #nuandao .show-menu-box .top-menu .top-menu-ul {
        margin-left: 30px;
        border-left: 1px solid #ebeef5;
        padding-bottom: 0;
        overflow: initial;
    }
    #nuandao .show-menu-box .top-menu ul li.depth-0 {
        border-radius: 0;
        margin: 0;
        overflow: initial;
    }
    #nuandao .top-menu ul li.depth-0 > a {
        /*text-indent: 10px;*/
        position: relative;
    }
    #nuandao .top-menu ul li.depth-0 > a:after {
        content: '';
        position: absolute;
        top: 16px;
        left: -5px;
        width: 8px;
        height: 8px;
        background: #dde7fa;
        border-radius: 50%;
    }
    #nuandao .show-menu-box .top-menu .sub-menu {
        top: unset;
        height: auto;
        margin: 0 20px;
        background: #f8f8f8;
        width: auto;
        padding: 15px;
    }
    #nuandao .show-menu-box .top-menu .sub-menu a {
        /* font-size: 14px; */
        color: #909399; 
        /* margin: 0; */
        /* padding: 0; */
    }
    #nuandao .b2-menu-3 .sub-menu-0 > li + li {
        border: 0;
        padding: 0;
    }
    #nuandao .b2-menu-3 .sub-menu-0>li:after {
        display: none;
    }
    #nuandao .site-header .menu-icon {
        background: transparent;
    }
    #nuandao .site-header .menu-icon>div {
        background-color: #fff;
    }
    /*b2主题顶部用户头像尺寸间距*/
    #nuandao .header-user {
        /*margin-right: 8px;*/
        top: 0;
    }
    #nuandao .user-tools {
        width: auto;
        height: auto;
    }
    #nuandao .top-user-info .top-user-box {
        width: 24px;
        height: 24px;
        margin-top: -2px;
    }
    #nuandao .top-user-avatar img {
        height: auto;
        width: 24px;
        height: 24px;
    }
    /*B2主题手机端轮播图*/
    #nuandao .module-sliders {
        margin: 0;
        padding: 0px 10px 10px 10px;
    }
    #nuandao .slider-4 .slider-4-box1 {
        display: none;
    }
    #nuandao .slider-4 .slider-row-1-in {
        width: 100%!important;
    }
    #nuandao .slider-4 .slider-row-2 {
        margin-left: -6px;
    }
    #nuandao .slider-4 .slider-row-2>div {
        width: 50%!important;
        display: none;
    }
    #nuandao .slider-4 .slider-row-2>div:nth-last-child(-n+2) {
        display: block!important;
    }
    #nuandao .slider-in-out {
        width: 100%;
    }
    #nuandao .slider-5-bottom {
        display: none;
    }
    
    /*B2主题手机端搜索*/
    #nuandao .search {
        padding: 30px 10px;
    }
    #nuandao .search h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #nuandao .search form {
        height: 46px;
    }
    #nuandao .search form .button {
        width: 86px;
        font-size: 13px;
    }
    /*B2主题手机端文章列表样式1*/
    #nuandao .post-1 .b2_gap > li {
        width: 50%!important;
    }
    /*B2主题手机端文章列表样式3*/
    #nuandao .post-3 {}
    #nuandao .post-3 .b2_gap {
        margin: 0;
    }
    #nuandao .post-3 .b2_gap li {
        padding: 0;
    }
    #nuandao .post-3 .b2_gap li .post-excerpt {
        display: block;
    }
    #nuandao .post-3 .post-module-thumb {
        height: auto;
        position: relative;
        width: 100%;
    }
    #nuandao .post-3 .b2_gap .item-in {
        display: block;
    }
    #nuandao .post-list .module-title {
        font-size: 18px;
    }
    #nuandao .post-3.post-item-theme .post-info {
        width: 100%;
        margin: 0;
    }
    
    #nuandao .post-3 .post-info h2 {
        height: auto;
    }
    #nuandao .post-3 .post-list-cat .post-list-cat-item {
        height: auto;
    }
   
    
    /*B2主题手机端专题样式*/
    #nuandao .home-collection-silder li {
        /* width: 100%!important; */
        /* padding-left: 10px; */
    }
    #nuandao .home-collection-in .home-collection-image {
        display: none;
    }
    #nuandao .module-collection {
    /*padding-top: 15px;*/
    }
    #nuandao .home-collection-row-2 a {
        -webkit-line-clamp: 1;
    }
    #nuandao .collection-out > ul {
        margin-left: -10px;
    }
    #nuandao .recomUser {
        padding: 10px;
    }
    #nuandao .recomUser ul li {
        width: 100%;
    }
    #nuandao .collection-box {
        margin: 10px;
    }
    #nuandao .collection-top {
        height: 120px;
        display: block;
        text-align: center;
        padding: 30px 0;
    }
    #nuandao .collection-list-top .content-area {
        height: 160px;
    }
    #nuandao .collection-list-top .content-area .read-more {
        position: absolute;
        bottom: 20px;
    }
    #nuandao .collection .post-3 .post-info {
        width: 100%;
    }
    /*B2主题手机端底部网站统计*/
    #nuandao .siteCount ul li span {
        font-size: 18px;
    }
    #nuandao .siteCount ul li b {
        font-size: 12px;
    }
    /*B2主题手机端分类页面*/
    #nuandao .tax-header {
        /*4月29修改10px原来0*/
        margin-top: 10px;
        padding: 10px;
    }
    #nuandao .category .post-1 .b2_gap > li {
        width: 50%!important;
    }
    /*B2主题手机端文章页下载模块*/
    #nuandao .nd-downMain .thumb {
        display: none;
    }
    #nuandao .nd-downBox {
                /*4月29修改15px原来-10*/
        margin: 15px 0px 0px 0px;
        padding: 20px;
    }
    #nuandao .nd-downMain .data {
        margin: 0;
    }
    #nuandao .nd-downMain .down a {
        padding: 6px 10px;
        font-size: 14px;
    }
    /*B2主题手机端文章页*/
    #nuandao .single-article {
        padding: 10px;
    }
    #nuandao .b2-single-content {
        margin: 0;
    }
    /*B2主题手机端VIP页面*/
    #nuandao .vip-list .vip-item {
        width: 100%!important
    }
    #nuandao .vip-list {
        padding: 10px;
    }
    #nuandao .widget-area {
        min-width: 100%;
    }
    /*B2主题手机端网站底部*/
    #nuandao .site-footer {
        padding: 20px 10px;
    }
    #nuandao .site-footer-nav {
        padding: 10px;
    }
    
    /*B2主题手机端作者页面*/
    #nuandao .author-header .mask-wrapper {
        padding-top: 40%;
    }
    #nuandao .author-header .user-panel {
       
        padding: 25PX 50px;
        /*bottom: unset;*/
        /*top: 185PX;*/
    }
    #nuandao .author-header .user-panel-info {
        display: flex;
        padding: 0 15px;
        position: unset;
    }
    #nuandao .author-header .user-panel>div {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #nuandao .author-header .user-panel-info>div {
        width: 100%;
    }
    #nuandao .author-header .user-panel-info h1 {
        align-items: normal;
    }
    #nuandao .author-header .user-panel .avatar {
        width: 60px;
        height: 60px;
        max-width: 60px;
        min-width: 60px;
    }
    #nuandao .author-header .user-panel .user-panel-editor-button {
        position: absolute;
        bottom: 0;
        top: auto;
        width: auto;
        margin: 10px;
    }
    #nuandao .author-header .user-panel .user-panel-editor-button .user-follow button {
        padding: 3px 4px;
    }
    /* B2主题登录注册美化 */
    #nuandao .login-box-content {
        min-width: auto;   
    }
    #nuandao .login-box-img {
        display: none;
    }
    #nuandao .login-box-content .login-box-top {
        width: 100%;
    }
    /* B2主题店铺美化 */
    #nuandao .module-products {
        padding: 0 10px;
    }
    /*b2主题首页文章列表左右间距*/
    #nuandao .module-posts {
        padding: 0 10px;
    }
    #nuandao .module-products .shop-box-row .shop-box-list ul {
        margin-left: -10px!important;
    }
    #nuandao .module-products .shop-box-row .shop-box-list ul li {
        padding-left: 10px!important;
        margin-bottom: 10px;
    }
    /*b2主题手机端店铺模块标题*/
    #nuandao .module-products .modules-title-box {
        padding: 0;
    }
    /*B2主题手机端小工具样*/
    #nuandao .aside-container {
        margin: 0;
        top: 0;
    }
    #nuandao .aside-container .bar-box {
        margin-top: 10px;
    }
    #nuandao .document-content .box .document-row {
        width: 100%;
    }
    /*B2主题手机端热门用户*/
    #nuandao .hotUser {
        width: auto;
        margin: 0 15px;
    }
    #nuandao .hotUser-list {
        margin-left: 10;
    }
    #nuandao .hotUser-list .itme {
        width: 50%;
        padding-left: 10px;
    }

}
@media screen and (max-width: 480px) {
#nuandao .single-article #post-meta {
    padding: 10px;
    }
#nuandao .post-meta span {
    margin-right: 0px;
    }
#nuandao .single-button-download {
    display:none;
    }
}

/*搜索模块*/ 
#primary-home .module-search {
    position: relative;
	top: -15px;
}
.module-search {
    filter: brightness( 100%) contrast( 100%) saturate( 100%) blur( 0px) hue-rotate( 0deg);
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s; 
	background-color: #191e4b;    
}
.module-search .wrapper {
    position: relative;
	top: -40px;
	margin-bottom:0px;    
}
.search-module-form ul{
    position: absolute;
    top: 0px;
    background: #fff;
    padding: 8px 8px 0 8px;
    z-index: 10;
	border-radius: 10px;
}
/*首页搜索表单颜色*/
.search-module-form{
    background: #fff;
	border-radius: 5px;
    position: relative;
    width: 65%;
}
.search-module-key{
    width: 60%;
    margin:16px auto 0 auto
}
/*首页搜索框*/

.search-module-form input{
    font-size:16px;    
}
/*首页分类搜索框*/
.picked-category{
    display: flex;
    white-space: nowrap;
    align-items: center;
    font-size: 14px;
    font-weight: 550;
    padding: 12px;
    background: #86A6F1;
    margin: 8px;
    height: 36px;
    box-sizing: border-box;
    cursor: pointer;
	color:#fff;
}
.search-module-form .search-button-action i{
    font-size: 30px;
	opacity: .3;
	color:#000000;
	
}
/*首页搜索logo*/
.search-module-title{
    font-size: 24px;
	letter-spacing: 2px;
    text-align: center;
    font-weight: 600;
}
#nuandao .search-module-title{
	color:#fff;
} 
/*首页搜索描述*/
.search-module-desc{
    font-size: 15px;
	font-weight: 500;
	letter-spacing: 2px;
    margin:20px auto 24px auto;
    text-align: center;
    max-width: 100%;
	margin-bottom: 50px;
}
.search-module-form .search-button-action{
    top: 3px;
    right: 0;
    color: initial;
    background: #fff;
}
/*首页搜索热门词*/
.search-module-key ul{
    display: flex;
    font-size: 15px;
	margin-bottom: -80px;
	justify-content: center;
    flex-flow: wrap;
	opacity: .8;
	font-weight: 700;
}
.search-module-key ul li{
    margin-right:8px;
    opacity: .6;
    margin-bottom:8px
}
.search-module-key ul li.search-key{
    opacity: 1;
    cursor: pointer;
}
/*首页模块上下间距*/
.search-module{
    padding:100px 0
}
/*底部可爱底线提示*/
.lastpagenotice_noticewrap {
	color:hsla(0,2.1%,18.8%,0.6);
}
.lastpagenotice_noticewrap img {
	height:73px;
	width:88px;
	margin:0 auto
}
.lastpagenotice_noticewrap .lastpagenotice_text {
	display:block;
	position:absolute;
	font-size:15px;
	line-height:20px;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	left:-webkit-calc(50% + 60px);
	left:calc(50% + 60px)
}
.lastpagenotice_noticewrap .lastpagenotice_line {
	width:100%;
	height:1px;
	background-color:hsla(0,0%,100%,.05);
	position:absolute;
	bottom:0
}
.app_normal {
	text-align:center;
	position:relative
}
/*底部可爱底线提示*/

.about-widget .footer-logo{
    height: 34px;
}
/*随机评论*/
.kuakua-first-box{
    width: 440px;
    border-radius: 16px;
    bottom: auto;
    min-height: 10rem;
    left: 50%;
    position: fixed;
    right: auto;
    bottom: 0%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 1032;
    box-shadow: 0px 0px 20px #0000001f;
    display: none;
}
@media screen and (max-width: 500px){.kuakua-first-box{width:94%;}}
.kuakua-ei{
    border-radius: 4px;
    overflow: inherit;
}
.kuakua-close{
    z-index: 9999;
    right: 14px !important;
    display: flex;
    position: absolute;
    right: 8px;
    top: 4px;
    padding: 16px;
    cursor: pointer;
}
.kuakua-column{
    position: absolute;
    width: 298px;
    height: auto;
    top: -28px;
    left: 0px;
    right: 0px;
    z-index: 6000;
    background: url(https://cdn.qkget.cn/oizj/images/kua-ribbon.png) 0% 0% / 298px 83px no-repeat;
    margin: 0 auto;
    text-align: center;
}
.kuakua-headerIcon{
    border-radius: 50%;
    position: relative;
    text-align: center;
    padding: 6px;
    background-color: rgb(255, 255, 255);
    width: 78px;
    height: 78px;
    margin:0px auto 0px auto;
}
.kuakua-icon{
    width: 60px !important;
    height: 60px !important;
    fill: currentcolor;
    transition: transform 0.3s ease 0s;
    cursor: pointer;
}
.kuakua-headerTitle{
    font-size: 20px;
    font-weight: 600;
    position: relative;
    top:-15px;
}
.kuakua-modal-body{
    position: relative;
    background-color: transparent;
    text-align: center;
    border-bottom: none;
    border-top: none;
    border-radius: 0px;
    box-shadow: none;
    padding: 65px 30px 20px 30px;
}
.kuakua-contentBox{
    width: 100%;
    min-height: 102px;
    padding: 15px 20px;
    margin-top: 20px;
    border-radius: 0;
    box-sizing: border-box;
    position: relative;
    background-color: rgb(244, 244, 244);
    text-align: center;
    border-bottom: none;
    border-top: none;
    box-shadow: none;
}
.kuakua-comment{
    margin-bottom: 10px;
    line-height: 26px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    word-break: break-all;
    transition: all 0s ease 0s;
    color: rgb(68, 68, 68);
    font-size: 18px;
}
.kuakua-cancelBtn{
    background-color: rgb(255, 255, 255);
    color: rgb(102, 102, 102);
    border: none;
    border-radius: 36px;
    transition: all 0.3s ease 0s;
    padding: 4px;
    width: 80px;
    display: inline-block;
    margin-top: 10px;
}
.kuakua-confirmBtn{
    background: rgb(255, 227, 0);
    width: 118px;
    height: 36px;
    display: inline-block;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(255, 227, 0);
    color: rgb(68, 68, 68);
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    box-sizing: border-box;
    margin-top: 20px;
}
.form-control:focus {
    border: 1px solid rgb(148 148 148) !important;
    box-shadow: none !important;
}

.com-form-button-l { position:relative;top:-45px;left:10px;}
.com-form-button-l i {font-size:14px;color:#388CEB;}
.com-form-button-l .icon {
	width:1.0em;
	height:1.0em;
	vertical-align:-0.15em;
}
.com-form-textarea { height:100px;background:linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));}
textarea#textarea {background-color:transparent;background:url(https://cdn.qkget.cn/oizj/images/plbj.png) right 10px top 2pxpx0px no-repeat;-moz-transition:ease-in-out 0.45s;-webkit-transition:ease-in-out 0.45s;-o-transition:ease-in-out 0.45s;-ms-transition:ease-in-out 0.45s;transition:ease-in-out 0.45s;}
textarea#textarea:focus {background-position-y:789px;-moz-transition:ease-in-out 0.45s;-webkit-transition:ease-in-out 0.45s;-o-transition:ease-in-out 0.45s;-ms-transition:ease-in-out 0.45s;transition:ease-in-out 0.45s;}
.comment-smile-box {
    top: 31px;
    background-color: #ffffff;
    border-radius: 4px;
    border:1px solid #e7e7e7;
}
.comment-smile-box.b2-show > button{
    background: none;
    border: 0px solid #ececec;
}
.comment-smile-box:before {
	position:absolute;
    top:-12px;
	width:0;
	height:0;
	border-bottom:6px solid #ffffff;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-top:6px solid transparent;
	display:block;
	content:'';
	z-index:2;
	left:15px;
}
.comment-smile-box:after {
	position:absolute;
    top:-13px;
	width:0;
	height:0;
    border-bottom:6px solid #e7e7e7;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-top:6px solid transparent;
	display:block;
	content:'';
	z-index:1;
	left:15px
}

/*加载更多按钮*/
 .post-list .load-more .post-load-button {
    width: auto;
    border: 0;
    transition: all .3s;
    padding: 12px 40px;
    font-size: 15px;
    letter-spacing: .5px;
    background: linear-gradient(45deg, #d89b18, #fda326, #c6560c);
    color: #fff!important;
    margin: 0px 0;
    font-weight:700;
}
.load-more{
    background-color: rgb(255 255 255 / 0%);
    box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 0%);
}
/*自定义浏览器滚动条样式*/
    /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
    ::-webkit-scrollbar {
        width: 10px;
        height: 9px;
    }
    /*定义滚动条轨道*/
    ::-webkit-scrollbar-track {
        /*background-color: transparent;*/
        background-color: #FFF;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
    }
    /*定义滑块 内阴影+圆角*/
    ::-webkit-scrollbar-thumb {
        background-color: #356be8;
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent);
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
    }
    /*文章内页文章顶部显示作者信息*/
 .post-user-info {
    display: flex;
}
/*文章内页顶部作者头像*/
 .post-meta-left .avatar {
    border-radius: 100%;
}
/*文章内页作者面板头像*/
 .w-a-info img {
    border-radius: 100%;
}
/*文章内页用户面板头像*/
 .user-w-avatar img {
    border-radius: 100%;
}
/*购买结构*/
 .buy-resout-title {
    font-size: 20px;
}
/*侧栏小工具签到排行头像圆角*/
 .mission-today-list img {
    border-radius: 100%;
}
/*签到管理页头像圆角*/
 .mission-page-list li .avatar {
    border-radius: 100%;
}
/*文章内页底部评论者头像圆角*/
 .comment .gravatar img, .com-info img {
    border-radius: 100%;
}
/*个人主页头像圆角*/
 .user-panel .avatar {
    border-radius: 100%;
}
.user-panel .avatar:hover .editor-avatar {
    border-radius: 100%;
}
/*文章内页隐藏作者信息*/
    .post-user-info {
        display: none!important;
    }
    
 
/*文字引导特效*/
.dynamic-island:hover {
    height: 60px; /* 鼠标悬停时高度为 100px */
    border-radius: 50px; /* 更新圆角半径以适应新高度 */
}

/* 内容和图片模糊效果 */
.island-content,
.dynamic-island img {
    filter: blur(10px); /* 初始状态模糊 */
    transition: filter 0.8s ease-in-out; /* 过渡到清晰状态 */
}

.dynamic-island.active .island-content,
.dynamic-island.active img {
    filter: blur(0); /* 激活状态清晰 */
}
.island-content {
    opacity: 0;
    transition: opacity 0.9s ease-in-out, filter 0.8s ease-in-out; /* 使内容加粗并从模糊到清晰 */
    font-weight: bold; /* 使文字加粗 */
    flex-grow: 1; /* 使内容区占满剩余空间 */
    text-align: right; /* 文字内容右对齐 */
    width:100%;
}

.dynamic-island.active .island-content {
    opacity: 1;
}

/* 图片样式 */
.dynamic-island img {
    position: absolute;
    left: 10px; /* 保持与灵动岛左边10px的距离 */
    width: 20px; /* 图片宽度 */
    height: 20px; /* 图片高度 */
    /* border-radius: 50%;  为圆形 */
    object-fit: cover; /* 保证图片内容充满容器 */
    transition: height 0.8s ease-in-out, width 0.8s ease-in-out, filter 0.8s ease-in-out;
}
.dynamic-island {
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%) scale(0); /* 初始状态缩小为0 */
    transform-origin: center;
    width: auto;
    max-width:80%;
    height: 40px;
    background-color: #000;
    border-radius: 25px; /* 与默认高度一致的圆角半径 */
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between; /* 图片和文字之间自动分配空间 */
    transition: transform 0.4s ease-in-out, height 0.6s ease-in-out, border-radius 0.6s ease-in-out, box-shadow 0.5s ease-in-out, opacity 0.5s ease-in-out;
    overflow: visible; /* 允许溢出，避免图片被遮挡 */
    z-index: 1000;
    padding-left: 35px; /* 确保内容不贴边 */
    padding-right: 20px; /* 确保内容不贴边 */
    opacity: 0;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.45); /* 添加黑色阴影 */
}

.dynamic-island.active {
    transform: translateX(-50%) scale(1); /* 激活状态放大为正常大小 */
    opacity: 1;
}

.dynamic-island.inactive {
    transform: translateX(-50%) scale(0); /* 关闭状态缩小 */
    opacity: 0;
}


.dynamic-island:hover img {
    width: 30px; /* 鼠标悬停时，图片宽度也增大 */
    height: 30px; /* 鼠标悬停时，图片高度增大 */
}

   .bars {
            display: flex;
            align-items: center; /* 垂直居中 */
            justify-content: flex-end; /* 向右对齐 */
            gap: 3px;
        }

        .bar {
            width: 2px;
            height: 13px;
            background-color: green;
            animation: bounce 1s infinite ease-in-out;
            animation-direction: alternate;
        }

        /* 增加更多的条形波动并调整动画时间 */
        .bar:nth-child(1) { animation-duration: 1s; }
        .bar:nth-child(2) { animation-duration: 0.9s; }
        .bar:nth-child(3) { animation-duration: 0.8s; }
        .bar:nth-child(4) { animation-duration: 0.7s; }
        .bar:nth-child(5) { animation-duration: 0.6s; }
        .bar:nth-child(6) { animation-duration: 0.9s; }
        .bar:nth-child(7) { animation-duration: 0.7s; }
   @keyframes bounce {
            0% {
                transform: scaleY(0.3);
                background-color: green;
            }
            50% {
                transform: scaleY(1);
                background-color: orange;
            }
            100% {
                transform: scaleY(0.3);
                background-color: green;
            }
        }

/*自定义广告位美化开始*/
.d-flex {
    display: -ms-flexbox;
    display: flex;
}
.card-head{
    padding:10px;
       justify-content: space-between;
           align-items: center;
}

.text-sm {
    font-size: 14px;
}
.hover-zoom-img img{
    border-radius:10px;
}
.gutters-5{
    display:flex;
    flex-flow:row wrap;
        padding: 0px 5px 0px 5px;
}

.gutters-5>* {
    padding: 5px;
}
@media (min-width: 768px) {
    .col-sm-2 {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .col-sm-2 {
        width: 100%;
    }
}

@media (min-width:768px) {
.graphicad  {
    text-shadow: 0 0 5px rgba(0,0,0,.2);
    height:60px;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-size: 100% 60px;
    padding: 0;   
}
}
@media (max-width:768px) {
.graphicad  {
    text-shadow: 0 0 5px rgba(0,0,0,.2);
    height:40px;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-size: 100% 40px;
    padding: 0;  
}
}
.d-flex {
    display: -ms-flexbox;
    display: flex;
}
.card-head{
    padding:10px;
    justify-content: space-between;
    align-items: center;    
}
.text-sm {
    font-size: 14px;
} 
.vc-yellow {
   color: #fff6f0;
        padding: 2px 10px 2px 10px;
    border-radius: 6px;
    background:var(--b2color);
    font-size:14px;   
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0px 5px 5px 5px;
}
.row-xs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;  
}

@media (min-width: 768px){
.col-md-6a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding:6px;
}
.col-md-6aa {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding:6px;
}
}
.auto-url-list {
    background:#efefef;
	padding:10px;
    text-align:center;
    white-space:nowrap;
	_white-space:normal;
	*white-space:normal;
	overflow:hidden;
	text-overflow:ellipsis;
    justify-content: center;
    display:flex;
}
.auto-ad-url .box {
    border:1px dashed #ccc;
	margin-top:20px;
}
/**新增文字广告**/
.txtguanggao{
    width: 100%;
    overflow: hidden;
    display: block;
	padding: 5px 5px 10px 10px;
}
.txtguanggao a{
    width: calc((100% - 20px) / 4);
    float: left;
    border-radius: 6px;
    line-height: 35.35px;
    height: 35.35px;
    text-align: center;
    font-size: 14px;
	font-weight:700;
    color: #000;
    display: inline-block;
    background-color:#EFEFEF;
    margin: 0px 5px 0px 0px;
	border:#efefef 1px solid;
    transition-duration: .3s;
}
.txtguanggao a:nth-child(1) {
    color: #5B5B5B;
}
.txtguanggao a:nth-child(2) {
    color: #4D54F7;
}
.txtguanggao a:nth-child(3) {
    color: #E37575;
}
.txtguanggao a:nth-child(4) {
    color: #E4996A;
}
.txtguanggao a:nth-child(5) {
    color: #5B97CD;
}
.txtguanggao a:nth-child(6) {
    color: #ffc107;
}
.txtguanggao a:nth-child(7) {
    color: #dc3545;
}
.txtguanggao a:nth-child(8){
    color: #007bff;
}
.txtguanggao a:hover{
background:#5FD661;color:#FFF
}
@media screen and (max-width: 1000px) {
.txtguanggao a{
   width: calc((100% - 10px) / 2);
    float: left;
    border-radius: 6px;
    line-height: 35.35px;
    height: 35.35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    background-color: rgb(255, 153, 159);
    margin: 2.5px;
    transition-duration: .3s;
}
}
	@media screen and (min-width: 1000px) {
		.txtguanggao a{
		width: calc((100% - 20px) / 4);
		}}
/*自定义广告位美化结束*/
/*边栏下载小工具*/
.b2-widget-download .downloadurl {
    font-size: 18px;
    padding: 0 16px 16px 0;
    border-bottom: 1px dashed #e2e3e4;
    font-weight: 600;
    line-height: 1;
    width: 100%;
    display: flex;
}
.b2-widget-download .downloadurl i {
    color: #ff6600;
    font-size: 18px;
    margin-right: 8px;
    transform: translateY(1px);
}
.b2-widget-download .cosbtn {
    font-size: 12px;
    padding-top: 20px;
    display: flex;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
}
.b2-widget-download .cosbtn a {
    color: #626f86;
}
.b2-widget-download .cosbtn a i {
    font-size: 14px !important;
    margin-right: 3px;
    line-height: 1;
}
.b2-widget-download .cosbtn .desc {
    position: relative;
    cursor: pointer;
}
.b2-widget-download .cosbtn .desc span {
    color: #626f86;
    font-size: 12px;
}
.b2-widget-download .cosbtn .desc span i {
    font-size: 14px !important;
    margin-right: 3px;
    line-height: 1;
}
.b2-widget-download .cosbtn .desc .banquan {
    display: none;
    position: absolute;
    padding-top: 20px;
    top: 8px;
    right: 0;
    z-index: 10;
}
.b2-widget-download .cosbtn .desc:hover .banquan {
    display: block
}
.b2-widget-download .cosbtn .desc .banquan .boxtitle {
    width: 300px;
    height: 100%;
    padding: 20px;
    display: block;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 0px 16px 1px rgba(0,0,0,.1);
    line-height: 1.5;
    color: #626f86;
}
.b2-widget-download .cosbtn .desc .banquan .boxtitle span {
    text-align: center;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.b2-widget-download .w-d-role {
    padding: 0 12px;
    background: #fff9e4;
    color: var(--key-color);
    border: 2px dashed #ffdd65;
}
/*边栏作者小工具美化*/
.user-cover img{
    height:100%;
    width:100%;
	border-radius: 6px 6px 0px 0px;
	margin-top:-3px;
}
.b2-widget-author .user-cover img{
    border-radius: 0px;
	margin-top:0px;
}
.author-tag{
     margin:0px auto;
     justify-content: center;
     display:flex;
}
.author-tag .tag-view {
    margin-left:2px;
    margin-right:2px;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 400;
    color: #ff5473;
    background: rgba(255, 84, 115, 0.1);
    border-radius:4px;
}
.author-tag .tag-follow {
    margin-left:2px;
    margin-right:2px;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 400;
    color: #ff6f06;
    background: rgba(255, 111, 6, 0.1);
    border-radius:4px;
}
.author-tag .tag-comment {
    margin-left:2px;
    margin-right:2px;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 400;
    color: #18a52a;
    background: rgba(18, 185, 40, 0.1);
    border-radius:4px;
}

.user-w-name h2 ,.author-name a {
    text-shadow: -2px 0 rgba(0, 255, 255, .5), 2px 0 rgba(255, 0, 0, .5);
    animation: shake-it .5s reverse infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);
    margin-top:3px;
}
@keyframes shake-it{
    0%{
        text-shadow: 0 0 rgba(0, 255, 255, .5), 0 0 rgba(255, 0, 0, .5);
    }
    25%{
        text-shadow: -2px 0 rgba(0, 255, 255, .5), 2px 0 rgba(255, 0, 0, .5);
    }
    50%{
        text-shadow: -5px 0 rgba(0, 255, 255, .5), 3px 0 rgba(255, 0, 0, .5);
    }
    100%{
        text-shadow: 3px 0 rgba(0, 255, 255, .5), 5px 0 rgba(255, 0, 0, .5);
    }
}
.author-tag .tag-posts {
    margin-left:2px;
    margin-right:2px;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 400;
    color: #2997f7;
    background: rgba(41, 151, 247, 0.1);
    border-radius:4px;
}
.widgetinfo{
    justify-content: center;
}
.widgetinfo .user-w-name{
    margin-left:0px!important;
}
.widgetinfo .user-w-name a{
    justify-content: center;
}
.card-content{
     margin-top: -45px;
     text-align:center;
}
.avatar-img, .avatar-lg {
    position: relative;
	top:10px;
    display: inline-block;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
}
.user-desc {
    color: #999;
    text-align:center;
    margin:10px auto;
    padding:0px 20px;
}
.graphic {
    text-shadow: 0 0 5px rgba(0,0,0,.2);
    height:160px;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 0;  
    
}
.user-avatar .avatar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0;
    border: 2px solid #FF9344;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}

/*会员标志*/
.vip-current .lv-icon.user-vip {
    position: relative;
	top:-4px;
    left:0px;
}
.download-current .lv-icon.user-lv {
    position: relative;
	top:-1px;
	left:5px;

}
.download-current .lv-icon.user-vip {
    position: relative;
	top:-1px;
    left:0px;
}
.comment-user-info .lv-icon.user-lv {
    position: relative;
}
.comment-user-info .lv-icon.user-vip {
    position: relative;
    left:3px;
}
.author-header .lv-icon.user-lv {
    top:2px;
	position: relative;
}
.author-header .lv-icon.user-vip {
    top:2px;
	position: relative;
}

.user-widget-info .user-w-name {
    position: relative;
	top:-5px;
}
.user-widget-info .rz i {
    position: relative;
	top:-50px;
	right:-87px;
	font-size:18px;
}
.user-widget-info .user_rz i {
    position: relative;
	font-size:25px;
	right:12px;
	top:9px;
}
.user-widget-info .user_vip {
    position: relative;
	left:12px;
	
}
.user-widget-info .lv-icon.user-lv {
    position: relative;
	left:0px;
}
.user-widget-info .lv-icon.user-vip {
    position: relative;
	left:-2px;
}
.lv-icon.user-lv {
    position: relative;
	left:0px;
}
.lv-icon.user-vip {
    position: relative;
    left:0px;
}

/*用户中心美化开始*/ 
.a-item-icon.i1{
    background-image: url('https://cdn.qkget.cn/oizj/images/author1.png') ;
    background-size: 100% 100%;
}

.a-item-icon.i2{
   background-image: url('https://cdn.qkget.cn/oizj/images/author2.png') ;
    background-size: 100% 100%;
}
.a-item-icon.i3{
   background-image: url('https://cdn.qkget.cn/oizj/images/author3.png') ;
    background-size: 100% 100%;
}
.a-item-icon.i4{
   background-image: url('https://cdn.qkget.cn/oizj/images/author4.png') ;
    background-size: 100% 100%;
}
.flex-item {
    flex: 1;
}
.flex-item p{
    margin-left:20px;
}

#author .user-panel .lv-icon{
    font-size:18px!important;
}

@media (max-width: 768px) {
     
    .a-item-icon{
  
    top: calc(50% - 1rem)!important;
}


     .mo-d {
        flex-direction: column;
    }
    .i-header-left {
        margin-bottom: 4rem;
    }

    .user-panel {
        padding: 0 12px 12px!important;
        margin-top: -24px!important;
    }

.a-icon .user-item-count span{
    font-size:20px!important;
}



}
.macfk-author .author-header{
    overflow: visible;
	padding-right:55px;

}
.macfk-author .user-panel{
    margin-top: -5px;
    align-items: center;
    padding:0 1.5rem;
}

.macfk-author h1.a-title{
    font-size: 1.5rem;
    margin-bottom: .75rem;
	margin-left: 1rem;
	padding-top: 1rem;
}

.macfk-author .user-panel .avatar:hover .editor-avatar{
    border-radius: 50%;
    text-align: center;
}

.macfk-author .user-panel h1{
    margin-left:.75rem;
    font-size: 1.125rem;
    color: rgb(32, 35, 43);
    margin-top:1em;
}
#userDisplayName{
    font-size: 1.5rem;
}
.a-loginout {
    margin-top:5px;
}
.a-loginout i{
    font-size: 1.5rem;
}
.macfk-author #author-post-list .single-header-left h1{
    font-size: 1.35rem;
}
.macfk-author .mask-wrapper{ 
    width: calc(100% - 3rem); 
    height: 90px;
    margin-top: -1.8rem;
    padding-top: 0;
    bottom: -60px;
    left: 1.5rem;
    padding: 0 1.5rem;
    border-radius: 0.75rem; 
    align-items: center;
}

.macfk-author .mask-wrapper p{
    display: inline-block;
    line-height: 50px;
    color: #fff;
}

.mask-wrapper .d-flex{
    align-items: center;
}

.macfk-author .user-panel .avatar{
    min-width: 80px;
    min-height: 80px; 
    width: 80px;
    height: 80px; 
    border-radius: 50%;
}
.d-flex.flex-pd1{
    margin-right: -1.7rem;
	margin-bottom:1.3em;
}

.a-item-icon{
    position: absolute;
    width: 5rem;
    height: 5rem;
    right: 0;
    top: calc(50% - 2.5rem);
}


.a-icon{
    padding: 1.5rem;
    height: 112px;
    position: relative;	
	background-color:#ececec;
	margin-right:1.5em;
}

.a-icon .user-item-name{
    font-size: 16px;
    color: rgb(128, 132, 140);
}

.a-icon .user-item-count span{
    font-size: 2.5rem;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
}
.a-icon .user-item-count i {
    font-size: 2.5rem;
}
.i-header-left{
    height: 180px;
    padding-top: 2rem;
}


.mask-wrapper img{
    width: 50px;
    vertical-align: bottom;
    height: 50px;
}

.mask-wrapper:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -14px;
    height: 14px;
    border-radius: 0 0 12px 12px;
    background-color: rgb(34 34 34 / 10%);
    z-index: 1;
}
/*用户中心美化结束*/










@media screen and (min-width: 768px){
    #syphb{
        margin-top:40px
    }
}
@media screen and (max-width: 768px){
    
    #syphb{
        margin-top:0px
    }

}

/** 首页排行榜列表开始 **/

.badg.badg-zib2, .but.badg-zib2 {
    font-size: 11px;
    padding: 4px;
    border-radius: 4px;
	margin-right:6px;
    color:#fff;
}
.b-yellow {
     background: #ff6f06;
}
.b-red {
    background: #ff5473;
}
.b-blue {
    background: #2997f7;
}
.b-grey {
     background: #ddd;
}
 @media (min-width: 768px) {
     
     
     
 .ranking-item{
        width:calc(33.333% - 10px );
    }
 
 
 
 }
@media (max-width: 768px) {
    .ranking-item{
        width:100%;
        margin-bottom:20px;
    }
}
.syphimg{
    width: 90px;
    height:60px;
    
    margin-right: 5px;
}
.syphimg img{
       border-radius: 8px;
       width:100%;
       height:100%;
    
}
.list.clearfix {
	display: flex;
	justify-content: space-between;
	  flex-wrap: wrap;
}

 
.fix-left .fix-item.active[data-v-3b17862b] {
    width: 280px;
}
.fix-left .fix-item.active .item-title[data-v-3b17862b] {
    height: 60px;
    line-height: 60px;
    background-color: #333;
    color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
a.top-icon.js-rank-bottom1 {
	display: block;
	width: 129px;
	height: 43px;
	line-height: 34px;
    margin: 0 auto;
    margin-top: -7px;
    background: url(https://cdn.qkget.cn/oizj/images/ranking1.png) no-repeat center/100%;
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
a.top-icon.js-rank-bottom2,
a.top-icon.js-rank-bottom4 {
	display: block;
	width: 129px;
	height: 43px;
	line-height: 34px;
    margin: 0 auto;
    margin-top: -7px;
    background: url(https://cdn.qkget.cn/oizj/images/ranking4.png) no-repeat center/100%;
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
a.top-icon.js-rank-bottom2 {
	background: url(https://cdn.qkget.cn/oizj/images/ranking2.png) no-repeat center/100%;
}
a.top-icon.js-rank-bottom3,
a.top-icon.js-rank-bottom9 {
	display: block;
	width: 129px;
	height: 43px;
	line-height: 34px;
    margin: 0 auto;
    margin-top: -7px;
    background: url(https://cdn.qkget.cn/oizj/images/ranking9.png) no-repeat center/100%;
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
a.top-icon.js-rank-bottom3 {
	background: url(https://cdn.qkget.cn/oizj/images/ranking3.png) no-repeat center/100%;
}
.class-box {
	margin-top: 10px;
}

a.class-item.js-rank {
	display: block;
	width: 100%;
	 
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.num-icon {
	width: 19px;
	height: 22px;
	margin: 0 12px 0 15px;
}
.num-icon-1 {
	background: url(https://cdn.qkget.cn/oizj/images/top1.png) no-repeat center/100%;"
}
.num-icon-2 {
	background: url(https://cdn.qkget.cn/oizj/images/top2.png) no-repeat center/100%;"
}
.num-icon-3 {
	background: url(https://cdn.qkget.cn/oizj/images/top3.png) no-repeat center/100%;"
}
.num-icon-4 {
	background: url(https://cdn.qkget.cn/oizj/images/top4.png) no-repeat center/100%;"
}
.num-icon-5 {
	background: url(https://cdn.qkget.cn/oizj/images/top5.png) no-repeat center/100%;"
}
.num-icon-6 {
	background: url(https://cdn.qkget.cn/oizj/images/top6.png) no-repeat center/100%;"
}

.class-info {
    margin-left:10px;
	width: 225px;
	font-size: 13px;
}

.name {
	color: var(--key-color);
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 2px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.price {
	color: #f01414;
	font-weight: 600;
	margin-bottom: 2px;
}

.study-num {
	color: #9199a1;
	font-weight: 400;
}

.num-icon.num-icon2 {
	
	
	margin: 0 12px 0 15px;
	width: 19px;
	height: 22px;
}

.num-icon.num-icon3 {


	margin: 0 12px 0 15px;
	width: 19px;
	height: 22px;
}

.num-icon.num-icon4 {


	margin: 0 12px 0 15px;
	width: 19px;
	height: 22px;
}

.num-icon.num-icon5 {


	margin: 0 12px 0 15px;
	width: 19px;
	height: 22px;
}

.num-icon.num-icon6 {
	
	
	margin: 0 12px 0 15px;
	width: 19px;
	height: 22px;
}



a.bottom-link.js-rank-bottom {
	width: 120px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	font-size: 13px;
	color: #fff;
	line-height: 13px;
	font-weight: 500;
	background-image: linear-gradient(270deg,#ff4f39 0,#fd6400 100%);
	border-radius: 12px;
	margin-bottom: 20px;
}

/** 首页排行榜列表结束 **/
.fix-left .fix-item.active .item-title i[data-v-3b17862b], .fix-left .fix-item.active .rank-box[data-v-3b17862b] {
    display: block;
}
.fix-item {
    width: 50px;
    height: 68px;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    border-radius: 15px;
    transition: all .2s;
}
.item-title {
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    color: #333;
}

.fix-left {
    position: fixed;
    top: 150px;
    left: 10px;
    z-index: 10;
}
/*仿macgf文章小样式开始*/
 @media (max-width: 768px) {
  .tools{
      display:none!important;
  }   
     
 }
.tools {
    display: flex;
    align-items: center;
    padding: 4px;
}


.rank-box[data-v-3b17862b] {
    display: none;
    padding: 20px 20px 0px 20px;
    height: 350px;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}


.fix-left .fix-item.active .item-title img[data-v-3b17862b] {
    display: inline-block;
    margin: -5px 15px 0 0;
}
.fix-left .fix-item.active .item-title span[data-v-3b17862b] {
    font-size: 14px;
}
span[data-v-3b17862b] {
    font-size: 12px;
}
img[data-v-3b17862b] {
	width: 30px;
	display: block;
	margin: 8px auto 0;
}
 
.circle {
    padding: 0 4px;
}
.tools_red {
display: inline-block;
    align-items: center;
    width: 10px;
    height: 10px;
    padding: 1px;
    border-radius: 50%;
    background-color: #FF5144;
}
.tools_yellow {
display: inline-block;
    align-items: center;
    width: 10px;
    height: 10px;
    padding: 1px;
    border-radius: 50%;
    background-color: #2997F7;
}
.post-3 .post-excerpt{
    padding:0!important;
}
.tools_green {
display: inline-block;
    align-items: center;
    width: 10px;
    height: 10px;
    padding: 1px;
    border-radius: 50%;
    background-color: #BFC930;
}
span.macgf_soft_time {
    font-size: 14px;
    color: #787777;
    margin-left: auto;
    margin-right: 5px;
    right: 0;
    pointer-events: none;
}
.macgf_soft_time svg {
    margin-right: 2px;
    width: 14px;
    height: 14px;
    vertical-align: -2px;
}
/*仿macgf文章小样式结束*/


#TA-con{/*修改按钮颜色*/
    background-color: #FFA41B;
}
#TA-con:hover {/*修改按钮颜色——鼠标移动至按钮*/
    background-color: #FFA41B;
}
#orange-mask path{/*修改动态的条颜色*/
    stroke: #FF3355;
}
#mask path{/*修改条颜色 —— 长条*/
    stroke: rgb(255 164 29);
}
#mask ellipse{/*修改条颜色 —— 点*/
    fill: rgb(255 164 29);
}
#mask rect{/*修改条颜色 —— 短条*/
    fill: rgb(255 164 29);
}




.mi-row{
   
    margin: 0 auto;
    
    position: relative;
     
    border-radius: 5px;
   
    margin-bottom: 20px;
}

.micntbg {
    display: flex;
    justify-content: space-evenly;
     flex-wrap: wrap;
     
}
.micntbg .pldsi {
    flex: auto;
    overflow: hidden;
    padding: 5px;
    width:25%;
}
.micntbg .pldsi .micnt-widget {
    background: rgb(255 255 255 / 83%);
    backdrop-filter: saturate(5) blur(20px);
    margin-bottom: 0;
	display: flex;
    align-items: center;
    clear: both;
    padding: 15px;
    box-shadow: 0 0 10px rgb(116 116 116 / 8%);
}
.micntbg .text-ellipsis {
    overflow: hidden;
    
    white-space: nowrap;
    font-weight: 700;
    font-size: 1.2em;
    color: #757575;
}
.micntbg .mi-ellipsis {
    overflow: hidden;
    
    white-space: nowrap;
    margin-top: 6px;
    color: #777;
}
.micntbg .flexx {
    flex: auto;
    overflow: hidden;
}
.micntbg .ml6 {
    margin-left: 6px;
}
.micntbg .ml10 {
    margin-left: 10px;
}
.micntbg .pldsi a {
    transition: color .2s,background .3s,opacity .3s,box-shadow .3s,transform .3s;
}
.micntbg .text-ellipsis:hover {
    color: var(--b2color)!important;
    outline: 0;
    text-decoration: none;
}
.mi-ico{
   
}
img.class-pic {
    width: 100%;
    height:100%;
    border-radius: 8px;
    margin-right: 5px;
}
/*悬浮榜单美化开始*/

.b-theme {
    background: #f74735;
}

/*悬浮榜单美化结束*/
.badg.badg-sm {
    font-size: 12px;
    padding: 3px;
    /* vertical-align: 1px; */
    /* min-width: 30px; */
    border-radius: 4px;
    color: #fff;
}
/*动态弹幕美化开始*/
 .swiper-slide>img {
     height:45px;
     width:45px;
     border-radius:10px;
     margin-right:10px;
 }
@media (max-width:768px) {
    #jitheme_new.plate-news .swiper-container:first-child,#jitheme_new.plate-news .swiper-container:last-child{
    
display:none;    
}
    #jitheme_new .news-item p, #jitheme_new .news-item a{
        width:200px!important;
    }
    #jitheme_new .news-item h6 i.fr{
        display:none;
    }
    #jitheme_new.plate-news .swiper-container{
        width:100%!important;
        margin:5px auto!important;
    }
    
}
#jitheme_new .news-item .avatar {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    margin-right: 0px;
}

#jitheme_new.plate-news {
    padding: 15px;
    width: 100%;
    justify-content: space-between;
}


#jitheme_new.plate-news .swiper-container {
    width: calc(33.33333% - 11px);
    height: 80px;
    margin: 0px 16px;
    display: flex;
}

#jitheme_new.plate-news .swiper-container {
    margin: 0;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform,-webkit-transform;
    box-sizing: content-box;
}
.green{
    color:unset!important;
}
dfn, cite, em, i {
    font-style: unset;
}
#jitheme_new .news-item.blue {
    background: rgba(63,140,255,0.08);
}
#jitheme_new .news-item.orange {
    background: rgba(230,125,97,0.08);
}
#jitheme_new .news-item.green {
    background: rgba(70,198,158,0.08);
}
#jitheme_new .news-item {
    height: 80px !important;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    padding: 16px;
    float: left;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.swiper-slide .new_fl {
    margin-left: 5px; 
}
#jitheme_new .news-item h6 {
    font-size: 16px;
    line-height: 22px;
    display: flex;
    font-weight: normal;
}
.swiper-slide .author-name {
    font-size: 15px;
    margin-bottom: 5px; 
    display: flex;
    white-space: nowrap;
}
.swiper-slide .author-name .uname {
    font-weight: bold;
    font-size: 15px;
    margin-right: 10px;
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-slide  .author-name b {
    font-weight: bold;
    font-size: 12px;
    
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lv-icon{
    margin-right:3px;
}
 
.swiper-slide  .lv-icon i{
 margin-left:5px;
 right:unset!important;
 line-height:18px!important;
 margin-top:1px;
}
.swiper-slide .author-name .long-label {
    display: flex;
    justify-content: center;
    align-items: center;
}
#jitheme_new .news-item h6 i {
    font-size: 12px;
    color: #91929E;
    line-height: 22px;
    right: 20px;
    position: absolute;
}
#jitheme_new .news-item p, #jitheme_new .news-item a {
    font-size: 12px;
    color: #91929E;
    line-height: 17px;
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.red {
    padding: 0px 5px;
    color: #ff3355;
}

.swiper-slide.blue img.class-pic {
     height:45px;
     width:45px;
     border-radius:12px;
	 margin-top:2px;
	 margin-right:8px;
 }
 .swiper-slide.orange img,
 .swiper-slide.green img {
     margin-top:2px;
 }
/*动态弹幕美化结束*/

/*边栏小工具top5排行*/
.b2-widget-hot li.widget-post-none:nth-child(4) .b2-widget-post-order,.b2-widget-hot li.widget-post-small:nth-child(4) .b2-widget-post-order,
.b2-widget-hot li.widget-post-none:nth-child(5) .b2-widget-post-order,.b2-widget-hot li.widget-post-small:nth-child(5) .b2-widget-post-order,
.b2-widget-hot li.widget-post-none:nth-child(6) .b2-widget-post-order,.b2-widget-hot li.widget-post-small:nth-child(6) .b2-widget-post-order{
    background-color: #bbb;
    color:#fff
}

.b2-widget-hot li.widget-post-none:nth-child(4) .b2-widget-post-order::after,.b2-widget-hot li.widget-post-small:nth-child(4) .b2-widget-post-order::after,
.b2-widget-hot li.widget-post-none:nth-child(5) .b2-widget-post-order::after,.b2-widget-hot li.widget-post-small:nth-child(5) .b2-widget-post-order::after,
.b2-widget-hot li.widget-post-none:nth-child(6) .b2-widget-post-order::after,.b2-widget-hot li.widget-post-small:nth-child(6) .b2-widget-post-order::after {
    border-bottom: 4px solid #bbb;
}

.b2-widget-hot li.widget-post-none:nth-child(4) .b2-widget-post-order::after,.b2-widget-hot li.widget-post-none:nth-child(5) .b2-widget-post-order::after,.b2-widget-hot li.widget-post-none:nth-child(6) .b2-widget-post-order::after,.b2-widget-hot li.widget-post-small:nth-child(4) .b2-widget-post-order::after,.b2-widget-hot li.widget-post-small:nth-child(5) .b2-widget-post-order::after,.b2-widget-hot li.widget-post-small:nth-child(6) .b2-widget-post-order::after {
    content: '';
    bottom: -2px;
    left: 1px;
    height: 0;
    width: 0;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    position: absolute;
    transform: rotate(34deg);
}




/*头部导航和大图海报美化开始*/
badge .b2font{
    font-size:.9em!important;
}
badge {
    font-size: .8em;
    line-height: 1.2;
    padding: 0.1em 0.4em;
    min-width: 0.8em;
    min-height: 0.8em;
    display: inline-block;
    vertical-align: center;
    border-radius: 50px;
    font-weight:400!important;
   
    
    
    text-align: center;
    
    z-index: 1;
}
.badgeml6 {
    margin-left:6px;
   padding-left:10px;
   
}
.jb-vip1{
    background: linear-gradient(25deg, #eabe7b 10%, #f5e3c7 70%, #edc788 100%);
    color: #866127;
}

.jb-vip2  {
    background: linear-gradient(317deg, #4d4c4c 30%, #7b7b7b 70%, #5f5c5c 100%);
color: #ddd;

}

.jb-red {
    background:linear-gradient(135deg, #fd7a64 10%, #fb2d2d 100%);;
     color: #fff;
}
.jb-blue {
    background: linear-gradient(135deg, #59c3fb 10%, #268df7 100%);
     color: #fff;
}
/*底部多功能导航*/
 .my-face {
    animation: my-face 5s infinite ease-in-out;
    color: #00f1ff;
    display: inline-block;
    margin: 0 5px;
}
@-webkit-keyframes my-face {
    2%, 24%, 80% {
        -webkit-transform: translate(0, 1.5px) rotate(1.5deg);
        transform: translate(0, 1.5px) rotate(1.5deg)
    }
    4%, 68%, 98% {
        -webkit-transform: translate(0, -1.5px) rotate(-.5deg);
        transform: translate(0, -1.5px) rotate(-.5deg)
    }
    38%, 6% {
        -webkit-transform: translate(0, 1.5px) rotate(-1.5deg);
        transform: translate(0, 1.5px) rotate(-1.5deg)
    }
    8%, 86% {
        -webkit-transform: translate(0, -1.5px) rotate(-1.5deg);
        transform: translate(0, -1.5px) rotate(-1.5deg)
    }
    10%, 72% {
        -webkit-transform: translate(0, 2.5px) rotate(1.5deg);
        transform: translate(0, 2.5px) rotate(1.5deg)
    }
    12%, 64%, 78%, 96% {
        -webkit-transform: translate(0, -.5px) rotate(1.5deg);
        transform: translate(0, -.5px) rotate(1.5deg)
    }
    14%, 54% {
        -webkit-transform: translate(0, -1.5px) rotate(1.5deg);
        transform: translate(0, -1.5px) rotate(1.5deg)
    }
    16% {
        -webkit-transform: translate(0, -.5px) rotate(-1.5deg);
        transform: translate(0, -.5px) rotate(-1.5deg)
    }
    18%, 22% {
        -webkit-transform: translate(0, .5px) rotate(-1.5deg);
        transform: translate(0, .5px) rotate(-1.5deg)
    }
    20%, 36%, 46% {
        -webkit-transform: translate(0, -1.5px) rotate(2.5deg);
        transform: translate(0, -1.5px) rotate(2.5deg)
    }
    26%, 50% {
        -webkit-transform: translate(0, .5px) rotate(.5deg);
        transform: translate(0, .5px) rotate(.5deg)
    }
    28% {
        -webkit-transform: translate(0, .5px) rotate(1.5deg);
        transform: translate(0, .5px) rotate(1.5deg)
    }
    30%, 40%, 62%, 76%, 88% {
        -webkit-transform: translate(0, -.5px) rotate(2.5deg);
        transform: translate(0, -.5px) rotate(2.5deg)
    }
    32%, 34%, 66% {
        -webkit-transform: translate(0, 1.5px) rotate(-.5deg);
        transform: translate(0, 1.5px) rotate(-.5deg)
    }
    42% {
        -webkit-transform: translate(0, 2.5px) rotate(-1.5deg);
        transform: translate(0, 2.5px) rotate(-1.5deg)
    }
    44%, 70% {
        -webkit-transform: translate(0, 1.5px) rotate(.5deg);
        transform: translate(0, 1.5px) rotate(.5deg)
    }
    48%, 74%, 82% {
        -webkit-transform: translate(0, -.5px) rotate(.5deg);
        transform: translate(0, -.5px) rotate(.5deg)
    }
    52%, 56%, 60% {
        -webkit-transform: translate(0, 2.5px) rotate(2.5deg);
        transform: translate(0, 2.5px) rotate(2.5deg)
    }
    58% {
        -webkit-transform: translate(0, .5px) rotate(2.5deg);
        transform: translate(0, .5px) rotate(2.5deg)
    }
    84% {
        -webkit-transform: translate(0, 1.5px) rotate(2.5deg);
        transform: translate(0, 1.5px) rotate(2.5deg)
    }
    90% {
        -webkit-transform: translate(0, 2.5px) rotate(-.5deg);
        transform: translate(0, 2.5px) rotate(-.5deg)
    }
    92% {
        -webkit-transform: translate(0, .5px) rotate(-.5deg);
        transform: translate(0, .5px) rotate(-.5deg)
    }
    94% {
        -webkit-transform: translate(0, 2.5px) rotate(.5deg);
        transform: translate(0, 2.5px) rotate(.5deg)
    }
    0%, 100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}
@keyframes my-face {
    2%, 24%, 80% {
        -webkit-transform: translate(0, 1.5px) rotate(1.5deg);
        transform: translate(0, 1.5px) rotate(1.5deg)
    }
    4%, 68%, 98% {
        -webkit-transform: translate(0, -1.5px) rotate(-.5deg);
        transform: translate(0, -1.5px) rotate(-.5deg)
    }
    38%, 6% {
        -webkit-transform: translate(0, 1.5px) rotate(-1.5deg);
        transform: translate(0, 1.5px) rotate(-1.5deg)
    }
    8%, 86% {
        -webkit-transform: translate(0, -1.5px) rotate(-1.5deg);
        transform: translate(0, -1.5px) rotate(-1.5deg)
    }
    10%, 72% {
        -webkit-transform: translate(0, 2.5px) rotate(1.5deg);
        transform: translate(0, 2.5px) rotate(1.5deg)
    }
    12%, 64%, 78%, 96% {
        -webkit-transform: translate(0, -.5px) rotate(1.5deg);
        transform: translate(0, -.5px) rotate(1.5deg)
    }
    14%, 54% {
        -webkit-transform: translate(0, -1.5px) rotate(1.5deg);
        transform: translate(0, -1.5px) rotate(1.5deg)
    }
    16% {
        -webkit-transform: translate(0, -.5px) rotate(-1.5deg);
        transform: translate(0, -.5px) rotate(-1.5deg)
    }
    18%, 22% {
        -webkit-transform: translate(0, .5px) rotate(-1.5deg);
        transform: translate(0, .5px) rotate(-1.5deg)
    }
    20%, 36%, 46% {
        -webkit-transform: translate(0, -1.5px) rotate(2.5deg);
        transform: translate(0, -1.5px) rotate(2.5deg)
    }
    26%, 50% {
        -webkit-transform: translate(0, .5px) rotate(.5deg);
        transform: translate(0, .5px) rotate(.5deg)
    }
    28% {
        -webkit-transform: translate(0, .5px) rotate(1.5deg);
        transform: translate(0, .5px) rotate(1.5deg)
    }
    30%, 40%, 62%, 76%, 88% {
        -webkit-transform: translate(0, -.5px) rotate(2.5deg);
        transform: translate(0, -.5px) rotate(2.5deg)
    }
    32%, 34%, 66% {
        -webkit-transform: translate(0, 1.5px) rotate(-.5deg);
        transform: translate(0, 1.5px) rotate(-.5deg)
    }
    42% {
        -webkit-transform: translate(0, 2.5px) rotate(-1.5deg);
        transform: translate(0, 2.5px) rotate(-1.5deg)
    }
    44%, 70% {
        -webkit-transform: translate(0, 1.5px) rotate(.5deg);
        transform: translate(0, 1.5px) rotate(.5deg)
    }
    48%, 74%, 82% {
        -webkit-transform: translate(0, -.5px) rotate(.5deg);
        transform: translate(0, -.5px) rotate(.5deg)
    }
    52%, 56%, 60% {
        -webkit-transform: translate(0, 2.5px) rotate(2.5deg);
        transform: translate(0, 2.5px) rotate(2.5deg)
    }
    58% {
        -webkit-transform: translate(0, .5px) rotate(2.5deg);
        transform: translate(0, .5px) rotate(2.5deg)
    }
    84% {
        -webkit-transform: translate(0, 1.5px) rotate(2.5deg);
        transform: translate(0, 1.5px) rotate(2.5deg)
    }
    90% {
        -webkit-transform: translate(0, 2.5px) rotate(-.5deg);
        transform: translate(0, 2.5px) rotate(-.5deg)
    }
    92% {
        -webkit-transform: translate(0, .5px) rotate(-.5deg);
        transform: translate(0, .5px) rotate(-.5deg)
    }
    94% {
        -webkit-transform: translate(0, 2.5px) rotate(.5deg);
        transform: translate(0, 2.5px) rotate(.5deg)
    }
    0%, 100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}
/* end */
/*底部导航*/
@media (max-width: 800px){.footwaveline{display: none;}}

.wz-color span{
    cursor: pointer;
}

/*页面全局过渡效果*/
#Loadanimation {
	background-color:#fff;
	height:100%;
	width:100%;
	position:fixed;
	z-index:1;
	margin-top:0px;
	top:0px;
}
#Loadanimation-center {
	width:100%;
	height:100%;
	position:relative;
}
#Loadanimation-center-absolute {
	position:absolute;
	left:50%;
	top:50%;
	height:200px;
	width:200px;
	margin-top:-100px;
	margin-left:-100px;
}
.cnm_object {
	-moz-border-radius:50% 50% 50% 50%;
	-webkit-border-radius:50% 50% 50% 50%;
	border-radius:50% 50% 50% 50%;
	position:absolute;
	border-left:5px solid #87CEFA;
	border-right:5px solid #FFC0CB;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	-webkit-animation:animate 1.5s infinite;
	animation:animate 1.5s infinite;
}
#cnm_one {
	left:75px;
	top:75px;
	width:50px;
	height:50px;
}
#cnm_two {
	left:65px;
	top:65px;
	width:70px;
	height:70px;
	-webkit-animation-delay:0.1s;
	animation-delay:0.1s;
}
#cnm_three {
	left:55px;
	top:55px;
	width:90px;
	height:90px;
	-webkit-animation-delay:0.2s;
	animation-delay:0.2s;
}
#cnm_four {
	left:45px;
	top:45px;
	width:110px;
	height:110px;
	-webkit-animation-delay:0.3s;
	animation-delay:0.3s;
}
@-webkit-keyframes animate {
	50% {
	-ms-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}
100% {
	-ms-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
}
}@keyframes animate {
	50% {
	-ms-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}
100% {
	-ms-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
}
}
/*顶部弹出用户头像修复*/
.top-user-info-box-name img.avatar {
	position: relative;
	top: -9px;
}
/*文章内页样式美化开始*/

.single-article .entry-content>h1,

.single-article .entry-content>h2,

.single-article .entry-content>h3,

.single-article .entry-content>h4
 {
	position:relative;
	padding-bottom:8px;
	left:10px;
}
.single-article .entry-content h1,.single-article .entry-content h2,.single-article .entry-content h3,.single-article .entry-content h4,.single-article .entry-content h5 {
	margin:20px 0;
	font-weight:700
}
.single-article .entry-content h1 {
	font-size:22px
}
.single-article .entry-content h2 {
	font-size:20px
}
.single-article .entry-content h3 {
	font-size:18px
}
.single-article .entry-content h4 {
	font-size:16px
}
.single-article .entry-content h5,.single-article .entry-content h6 {
	font-size:14px
}

.single-article .entry-content > h2,.single-article .entry-content > h1 {
	z-index:1;
}
.single-article .entry-content > h3:hover::before,.single-article .entry-content > h3:hover::after,.single-article .entry-content > h2:hover::before,.single-article .entry-content > h2:hover::after,.single-article .entry-content > h1:hover::before,.single-article .entry-content > h1:hover::after {
	transform:scale(1.2) !important;
	transform-origin:center !important;
	transition:0.4s;
}
.single-article .entry-content h3::before,.single-article .entry-content h2::before,.single-article .entry-content h1::before {
	box-shadow:none !important;
	opacity:0.6 !important;
	border-radius:50% !important;
	top:2px !important;
	left:-10px !important;
	z-index:1;
	content:"";
	position:absolute;
	transition:0.4s;

}
.single-article .entry-content h1::before,.single-article .entry-content h1::after {
	background:linear-gradient(#409eff,transparent) !important;
}
.single-article .entry-content h2::before,.single-article .entry-content h2::after {
	background:linear-gradient(#00ff62,transparent) !important;
}
.single-article .entry-content h3::before,.single-article .entry-content h3::after {
	background:linear-gradient(#C0392B,transparent) !important;
}
.single-article .entry-content h1::before {
	height:35px !important;
	width:35px !important;
}
.single-article .entry-content h2::before {
	height:30px !important;
	width:30px !important;
}
.single-article .entry-content h3::before {
	height:25px !important;
	width:25px !important;
}
.single-article .entry-content h3::after,.single-article .entry-content h2::after,.single-article .entry-content h1::after {
	content:"";
	opacity:0.6;
	position:absolute;
	transition:0.4s;
	border-radius:50%;
}
.single-article .entry-content h3::after {
	top:-8px;
	left:15px;
	width:10px;
	height:10px;
}
.single-article .entry-content h2::after {
	top:-8px;
	left:15px;
	width:10px;
	height:10px;
}
.single-article .entry-content h1::after {
	top:-12px;
	left:20px;
	width:13px;
	height:13px;
}
.single-article .entry-content h2::before{
    display:initial;
}
/*文章内页样式美化结束*/
/*.entry-content > h2,.entry-content > h3,.entry-content > h4,.entry-content > h5,.entry-content > h6{
    margin-top: 1.2em;
    margin-bottom: 0.6em;
    line-height: 1.35;
    font-weight: 400;
}
.entry-content > h1{
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}
.entry-content > h2,.content-show-roles > h2{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 20px;
}
.entry-content h2::before{
    display: none;
}
.entry-content > h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 20px;
}
.entry-content > h4{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 18px;
}
.entry-content > h5{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 18px;
}
.entry-content > h6{
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 16px;
}
.entry-content > h1{
    font-size: 1.6em;
}
*/
/*边栏加qq群，加公众号*/
.qqnew-card-widget {
	box-shadow:0 8px 16px -4px #2c2d300c;
	background:#fff;
	border:1px solid #e3e8f7;
	transition:0.3s;
	border-radius:6px;
	position:relative;
	overflow:hidden;
	padding:1rem 1.2rem;
}
#qqnew-flip-wrapper {
	position:relative;
	width:235px;
	height:110px;
	z-index:1;
}
#qqnew-flip-content {
	width:100%;
	height:100%;
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d;
	transition:cubic-bezier(0,0,0,1.29) 0.3s;
	-webkit-transition:cubic-bezier(0,0,0,1.29) 0.3s;
	-moz-transition:cubic-bezier(0,0,0,1.29) 0.3s;
	-ms-transition:cubic-bezier(0,0,0,1.29) 0.3s;
	-o-transition:cubic-bezier(0,0,0,1.29) 0.3s;
}
#qqnew-flip-wrapper:hover #qqnew-flip-content {
	-webkit-transform:rotateY(180deg);
	transform:rotateY(180deg);
}
.qqnew-card-widget#qqnew-card-wechat:hover::before {
	top:400px;
	transition:.2s;
}
.qqnew-face {
	position:absolute;
	width:100%;
	height:100%;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	background:url(https://cdn.qkget.cn/qkget/images/gzh/qqnew_face.png) center center no-repeat;
	background-size:100%;
}
.qqnew-back.qqnew-face {
	display:block;
	-webkit-transform:rotateY(180deg);
	transform:rotateY(180deg);
	box-sizing:border-box;
	background:url(https://cdn.qkget.cn/qkget/images/gzh/qqnew_code.png) center center no-repeat;
	background-size:100%;
}
.qqnew-card-widget#qqnew-card-wechat::before {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:url(https://cdn.qkget.cn/qkget/images/gzh/qqnew_cover.png) center center no-repeat;
	content:'';
	transition:.2s;
}
.qqnew-card-widget#qqnew-card-wechat {
	background:#00aef8;
	display:flex;
	justify-content:center;
	align-content:center;
	padding:0;
	cursor:pointer;
	border:none;
	height:110px;
}
.qqnew-card-widget#qqnew-card-wechat img {
	max-height:110px;
	object-fit:cover;
}
.wx-card-widget {
	box-shadow:0 8px 16px -4px #2c2d300c;
	background:#fff;
	border:1px solid #e3e8f7;
	border-radius:6px;
	transition:0.3s;
	position:relative;
	overflow:hidden;
	padding:1rem 1.2rem;
}
#wx-flip-wrapper {
	position:relative;
	width:235px;
	height:110px;
	z-index:1;
}
.wx-card-widget#wx-card-wechat:hover::before {
	top:400px;
	transition:.2s;
}
#wx-flip-content {
	width:100%;
	height:100%;
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d;
	transition:cubic-bezier(0,0,0,1.29) 0.3s;
}
#wx-flip-wrapper:hover #wx-flip-content {
	-webkit-transform:rotateY(180deg);
	transform:rotateY(180deg);
}
.wx-face {
	position:absolute;
	width:100%;
	height:100%;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	background:url(https://cdn.qkget.cn/qkget/images/gzh/wx_face.png) center center no-repeat;
	background-size:100%;
}
.wx-back.wx-face {
	display:block;
	-webkit-transform:rotateY(180deg);
	transform:rotateY(180deg);
	box-sizing:border-box;
	background:url(https://cdn.qkget.cn/qkget/images/gzh/wx_code.png) center center no-repeat;
	background-size:100%;
}
.wx-card-widget#wx-card-wechat::before {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:url(https://cdn.qkget.cn/qkget/images/gzh/gzh_cover.png) center center no-repeat;
	content:'';
	transition:.2s;
}
.wx-card-widget#wx-card-wechat {
	background:#57bd6a;
	display:flex;
	justify-content:center;
	align-content:center;
	padding:0;
	cursor:pointer;
	border:none;
	height:110px;
}
.wx-card-widget#wx-card-wechat img {
	max-height:110px;
	object-fit:cover;
}
/*文章内标签颜色开始*/
.post-tags-meat{
    margin-bottom: 10px
}
.post-tags-meat a{
    background-color: #19B5FE;
    color: white;
}
.post-tags-meat a:nth-child(5n){
    background-color: #4A4A4A;
    color: #FFF
}
.post-tags-meat a:nth-child(5n+1){
    background-color: #ff5e5c;
    color: #FFF
}
.post-tags-meat a:nth-child(5n+2){
    background-color: #ffbb50;
    color: #FFF
}
.post-tags-meat a:nth-child(5n+3){
    background-color: #1ac756;
    color: #FFF
}
.post-tags-meat a:nth-child(5n+4){
    background-color: #19B5FE;
    color: #FFF
}
.post-tags-meat a:hover{
    background-color: #1B1B1B;
    color: #FFF
}
.post-tags-meat span.tag-text{
    color: #FFF;
    z-index: 6;
}
/*文章内标签颜色结束*/
/*评论背景图*/
textarea#textarea {
	background-color:transparent;
	background:linear-gradient(rgba(255,255,255,0.05),rgba(255,255,255,0.05)),url("https://cdn.qkget.cn/qkget/images/plbj.png") right 10px bottom 10px no-repeat;
	-moz-transition:ease-in-out 0.45s;
	-webkit-transition:ease-in-out 0.45s;
	-o-transition:ease-in-out 0.45s;
	-ms-transition:ease-in-out 0.45s;
	transition:ease-in-out 0.45s;
}
textarea#textarea:focus {
	background-position-y:789px;
	-moz-transition:ease-in-out 0.45s;
	-webkit-transition:ease-in-out 0.45s;
	-o-transition:ease-in-out 0.45s;
	-ms-transition:ease-in-out 0.45s;
	transition:ease-in-out 0.45s;
}
.separator {
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
}
.separator::after,.separator::before {
	content:"";
	background:#ececec;
	max-width:20%;
	height:1px;
	margin:0 1em;
	flex:1;
}
.none-comment img{width:200px;opacity:.9;}
/*评论背景图结束*/
/*网站评论美化*/
.bili-dyn-item__ornament {
    position: sticky;
    /*right: 48px;*/
    top: 18px;
    margin-top: -10px;
    float: right;
}
.bili-dyn-ornament__type--3 {
    height: 44px;
    width: 146px;
}
.bili-dyn-ornament img {
    height: 100%;
    width: 100%;
}
.bili-dyn-ornament__type--3 span {
    font-family: num !important;
    font-size: 12px;
    position: absolute;
    right: 54px;
    top: 15px;
    transform: scale(.88);
    transform-origin: right;
}
  @font-face {
                font-family: num;
                src: url('data:font/ttf;base64,AAEAAAAKAIAAAwAgT1MvMlfu6qkAAACsAAAAYGNtYXAZKRS8AAABDAAAAVpnbHlmPpOLigAAAmgAAAI0aGVhZA1ca6UAAAScAAAANmhoZWEGkALDAAAE1AAAACRobXR4JmQFBgAABPgAAAA4bG9jYQPqA14AAAUwAAAAHm1heHAAEgAOAAAFUAAAACBuYW1ly5ItMwAABXAAAAagcG9zdADLALIAAAwQAAAAPgAEAvQBkAAFAAgCAAIAAAAAAAIAAgAAAAIAADMBCQAAAgEGBAAAAAAAAIAAAAEQAAAAAAAAAAAAAABKQkhHAEAALgBPA3D/NAB0A3AAzAAEAAEAAAAAAAAAAAAAACAAAAAAAAMAAAADAAAAHAABAAAAAABUAAMAAQAAABwABAA4AAAACgAIAAIAAgAuADkAT/////8AAAAuADAATv//////0//S/74AAQABAAAAAAAAAAAAAAAAAQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAIDBAUGBwgJCgsAAAAAAAAAAAAAAAAAAAAAAAAAAAwNAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABALgABAF0ALAAAwAAJTUjFQF0vASsrAACAFoABAKwAtwAAwAHAAA3ESERFxEhEfYBHpz9qpABvv5CjALY/SgAAQBMAAQBWALcAAUAACURIRUzEQFY/vRwBALYjP20AAABAF4ABAK+AtwACwAAJTUhNSERIRUhFSERAr7+OgHG/agBvv46BIqeAbCMmP5MAAABAF4ABAK+AtwACwAAJREhFSEVIRUhFSEVAr79oAHG/oQBfP46BALYjpSMnowAAAABAGIABAK0AtwACQAAJREjESERIxEhFQK0mP7gmgG6BALY/oQBfP340AAAAAEAXAAEArgC3AALAAABFSEVIREhNSE1IRECHv4+Alz+PgHC/aQBLqKIAbKciv5SAAIAXAAEArgC3AADAAsAACUhNSElNSE1IREhEQIe/tgBKP7YAcL9pAJcjKqKkor9KAG8AAABAF4ABALOAtwABQAAASEVIQEzAs79kAGO/uaiAtyM/bQAAAADAGAABAK+AtwAAwAHAAsAABM1IR0CITUBESER+gEq/tYBxP2iAbqYmIqmpv7UAtj9KAAAAgBcAAQCvALcAAMACwAAEzUhHQIhFSERIRH2ASz+OgJg/aABpqysipCIAtj+QAAAAQBcAAQC0gLuAAkAACURIxEBIxEzEQEC0pT+tJaUAVwEAur+HgHi/RYB9v4KAAAAAgBcAAQCzALuAAMABwAAJREhESUhESECzP2QAdj+wAFABALq/RaOAc4AAAABAAAAAQAAMO4Tq18PPPUAAgQAAAAAANHSZDkAAAAA2VbDfQBMAAQC0gLuAAAACAACAAAAAAAAAAEAAANw/zQAAAMuAEwAUgLSAAEAAAAAAAAAAAAAAAAAAAAOAAAAAAIoALgDCgBaAgwATAMYAF4DIgBeAxgAYgMUAFwDEgBcAyAAXgMiAGADGABcAy4AXAMmAFwAAAAAAAwAIAAwAEgAYAB2AI4AqAC6ANQA7AEEARoAAAABAAAADgAMAAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAEADGAAEAAAAAAAAArgAAAAEAAAAAAAEAGQCuAAEAAAAAAAIABwDHAAEAAAAAAAMAGQDOAAEAAAAAAAQAGQDnAAEAAAAAAAUARAEAAAEAAAAAAAYAHAFEAAEAAAAAAAcArgFgAAMAAQQJAAABRgIOAAMAAQQJAAEAJgNUAAMAAQQJAAIADgN6AAMAAQQJAAMAJgOIAAMAAQQJAAQAJgOuAAMAAQQJAAUAiAPUAAMAAQQJAAYAOARcAAMAAQQJAAcBRgSUQ29weXJpZ2h0KGMpIDIwMTUgUkVFSkkgwpUQW1ddw6ViPw0KU2hhbmcgaGFpIFJ1aSBYaWFuIENyZWF0aXZlIERlc2lnbiBDby4gTHRkLsO/DA0KTgptd8KVEH7Cv1IbYQ/Ci8K+wovCoWcJwpZQUWxTw7gNCnd3dy5yZWVqaS5jb20NClFROjI3NzA4NTE3MzMNCk1haWw6UmVlamlmb250QG91dGxvb2suY29twpUQW1fClRB+wr9gEmU+wp7DkXvCgDEuMFJlZ3VsYXLClRBbV8KVEH7Cv2ASZT7CnsORe8KAMS4wwpUQW1fClRB+wr9gEmU+wp7DkXvCgDEuMFZlcnNpb24gMS4wICB3d3cucmVlamkuY29tIFFROjI3NzA4NTE3MzMgIE1haWw6UmVlamlmb250QG91dGxvb2suY29tUmVlSmktQmlnUnVpeGFpbi1CbGFja0dCVjEuMENvcHlyaWdodChjKSAyMDE1IFJFRUpJIMKVEFtXXcOlYj8NClNoYW5nIGhhaSBSdWkgWGlhbiBDcmVhdGl2ZSBEZXNpZ24gQ28uIEx0ZC7DvwwNCk4KbXfClRB+wr9SG2EPwovCvsKLwqFnCcKWUFFsU8O4DQp3d3cucmVlamkuY29tDQpRUToyNzcwODUxNzMzDQpNYWlsOlJlZWppZm9udEBvdXRsb29rLmNvbQBDAG8AcAB5AHIAaQBnAGgAdAAoAGMAKQAgADIAMAAxADUAIABSAEUARQBKAEkAIACVABAAWwBXAF0A5QBiAD8ADQAKAFMAaABhAG4AZwAgAGgAYQBpACAAUgB1AGkAIABYAGkAYQBuACAAQwByAGUAYQB0AGkAdgBlACAARABlAHMAaQBnAG4AIABDAG8ALgAgAEwAdABkAC4A/wAMAA0ACgBOAAoAbQB3AJUAEAB+AL8AUgAbAGEADwCLAL4AiwChAGcACQCWAFAAUQBsAFMA+AANAAoAdwB3AHcALgByAGUAZQBqAGkALgBjAG8AbQANAAoAUQBRADoAMgA3ADcAMAA4ADUAMQA3ADMAMwANAAoATQBhAGkAbAA6AFIAZQBlAGoAaQBmAG8AbgB0AEAAbwB1AHQAbABvAG8AawAuAGMAbwBtAJUAEABbAFcAlQAQAH4AvwBgABIAZQA+AJ4A0QB7AIAAMQAuADAAUgBlAGcAdQBsAGEAcgCVABAAWwBXAJUAEAB+AL8AYAASAGUAPgCeANEAewCAADEALgAwAJUAEABbAFcAlQAQAH4AvwBgABIAZQA+AJ4A0QB7AIAAMQAuADAAVgBlAHIAcwBpAG8AbgAgADEALgAwACAAIAB3AHcAdwAuAHIAZQBlAGoAaQAuAGMAbwBtACAAUQBRADoAMgA3ADcAMAA4ADUAMQA3ADMAMwAgACAATQBhAGkAbAA6AFIAZQBlAGoAaQBmAG8AbgB0AEAAbwB1AHQAbABvAG8AawAuAGMAbwBtAFIAZQBlAEoAaQAtAEIAaQBnAFIAdQBpAHgAYQBpAG4ALQBCAGwAYQBjAGsARwBCAFYAMQAuADAAQwBvAHAAeQByAGkAZwBoAHQAKABjACkAIAAyADAAMQA1ACAAUgBFAEUASgBJACAAlQAQAFsAVwBdAOUAYgA/AA0ACgBTAGgAYQBuAGcAIABoAGEAaQAgAFIAdQBpACAAWABpAGEAbgAgAEMAcgBlAGEAdABpAHYAZQAgAEQAZQBzAGkAZwBuACAAQwBvAC4AIABMAHQAZAAuAP8ADAANAAoATgAKAG0AdwCVABAAfgC/AFIAGwBhAA8AiwC+AIsAoQBnAAkAlgBQAFEAbABTAPgADQAKAHcAdwB3AC4AcgBlAGUAagBpAC4AYwBvAG0ADQAKAFEAUQA6ADIANwA3ADAAOAA1ADEANwAzADMADQAKAE0AYQBpAGwAOgBSAGUAZQBqAGkAZgBvAG4AdABAAG8AdQB0AGwAbwBvAGsALgBjAG8AbQACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAARABMAFAAVABYAFwAYABkAGgAbABwAMQAyAAA=');
            }
/*手机适配*/
@media (max-width: 420px){
.bili-dyn-ornament__type--3 {
    width: 11rem !important;
}
}
.comment .comment-item{
    padding: 20px 20px 20px 52px;
    border-top: 1px solid #F5F6F7;
    background-image: url(https://cdn.qkget.cn/oizj/images/pllbbj.webp);
}
.com-info img.avatar,
.comment-list img.avatar{
    border-radius: var(--b2radius);
}
.comment-list img.avatar{
    margin-top:2px;
}
/*文章标题前缀美化*/
.title-badge {
	position: relative;
	top:0px;
	right:0;
	font-size:12px;
	border-radius:50px 50px 50px 50px;
	text-shadow:none;
	box-shadow:0 1px 5px rgb(0 0 0 / 20%);
	z-index:1;
	padding:0.3em 0.7em 0.3em 0.7em;
}
@media (max-width:767px) {
	.title-badge {
	font-size:14px;
}
}
.title-badge-zx {
	position: relative;
	top:0px;
	right:0px;
	font-size:14px;
	border-radius:50px 50px 50px 50px;
	text-shadow:none;
	box-shadow:0 1px 5px rgb(0 0 0 / 20%);
	z-index:1;
	padding:0.3em 0.7em 0.3em 0.7em;
	
}
.ove_prefix-zx {
	color:var(--this-color);
	background:var(--this-bg);
	--this-color:#fff;
}
.ove_prefix-zx {
	--this-bg:linear-gradient(135deg,#e86969 10%,#c50202 90%);
}
.ove_prefix,.ove_prefix1,.ove_prefix2,.ove_prefix3,.ove_prefix4,.ove_prefix5,.ove_prefix6,.ove_prefix7 {
	color:var(--this-color);
	background:var(--this-bg);
	--this-color:#fff;
}
.ove_prefix,.ove_prefix1   {
    --this-bg:linear-gradient(135deg,#f95491 10%,#2953fd 100%);
}
.ove_prefix2 {
	--this-bg:linear-gradient(135deg,#ff6f00 10%,#ffca28 100%);
}
.ove_prefix3 {
	--this-bg:linear-gradient(135deg,#0097a7 10%,#b2ff59 100%);
}
.ove_prefix4 {
	--this-bg:linear-gradient(135deg,#0288d1 10%,#26c6da 100%);
}
.ove_prefix5 {
	--this-bg:linear-gradient(135deg,#dc4210 30%,#f57c00 100%);
}
.ove_prefix6 {
	--this-bg:linear-gradient(135deg,#e32e5d 10%,#ff6699 100%);
}
.ove_prefix7 {
	--this-bg:linear-gradient(135deg,#13dcdc 10%,#00c8e1 90%);
}
.ove_prefix:after,.ove_prefix1:after,.ove_prefix2:after,.ove_prefix3:after,.ove_prefix4:after,.ove_prefix5:after,.ove_prefix6:after,.ove_prefix7:after {
    position: absolute;
    content: " ";
    display: block;
    left: -100%;
    top: -5px;
    width: 15px;
    height: 145%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    animation: sweepTitle 3s ease-in-out infinite;
    transform: rotate(28deg);
}
@keyframes sweepTitle {
    0% {
        left: -100%
    }

    100% {
        left: 100%
    }
}
/*公众号回复可见短代码*/
.hidden-box {
	padding:15px;
	margin:20px 5px;
	border:1px solid #ECECEC;
	border-radius:6px;
	position:relative;
}
.hidden-text {
	color: #FFBB50;
	padding:10px;
	text-align:center;
	display:block;
}
.hidden-box.show {
	padding-top:35px;
}
.hidden-box.show .hidden-text {
	padding:3px 10px;
	font-size:13px;
	top:0;
	border-radius:0 0 6px 0;
	line-height:1.4;
	z-index:1;
	left:0;
	position:absolute;
	border-bottom:1px solid #ECECEC;
	border-right:1px solid #ECECEC;
}
/*微信公众号小程序回复美化*/
.hidden-box2 {
	position:relative;
	padding:5px;
	background:#F0F0FE;
	border:1px dashed #6A76F0;
	border-radius:8px;
}
.hidden-box2 a {
	font-size:14px;
}

.hidden-text2 {
	color:#ffffff;
	text-align:center;
	display:block;
}
.hidden-box2.show {
	padding-top:20px;
}
.hidden-box2.show .hidden-text2 {
	position:absolute;
	top:-3px;
	left:0;
	z-index:1;
}
.hidden-box2.show .hidden-text2 > span {
	color:#fff;
	padding:5px 10px;
	font-size:0.813rem;
	border-radius:8px 0 8px 0;
	background:linear-gradient(135deg,#6C6CEE 15%,#648FF5 85%);
}
.hidden-box2.show .hidden-text2 > span:nth-child(2) {
	border-radius:0 0 8px 8px;
	margin-left:6px;
}
@media (max-width:767px) {
	.hidden-box2 .main-pay-cont {
	margin-top:5px;
}
}
/* 弹出下载页 */
.button_box {
    background:#000;
	background:rgba(0,0,0,0.5);
	filter:alpha(opacity=80);
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:9999;
	display:none;
 
}
.button_content {
	width:600px;
	left:0;
	top:30%;
	background:#fff;
	padding:10px 15px 10px 15px;
	box-shadow:0 0 10px rgba(0,0,0,.08);
	border-radius:8px;
	margin:0 auto;
	position:relative;
}
.button_content  h3 {
	text-align:center;
	padding:0 0 5px 0;
	font-size:14px;
	font-weight:bold;
	color:#FF6600;
	border-bottom:1px dashed #FF6600;
	margin-bottom:10px;
}
.off-down {
	position:absolute;
	right:5px;
	top:2px;
	font-size:18px;
	cursor:pointer;
}

.off-down:hover {
    color:#ff0000;
	
}
/*文件下载按钮*/
.button_content .down-main {
	padding:10px 10px 10px 10px;
	margin:-10px 0px -10px 0px;
}
.button_content .down-main fieldset {
	background:#FFFFFF;
	font-size:14px;
	padding:0px 0px 0px 0px;
	border:1px solid #ddd;
	border-radius:8px;
}
.button_content .down-main fieldset a {
	font-size:12px;
}
.button_content .down-main legend {
	margin:0px 0px 5px 85px;
	padding:5px 15px 5px 15px;
	font-weight:bold;
	color:#86a6f1;
	font-size:15px;
	width:90px;
	border-bottom:0px;
}

.button_content .down-copyright {
	background:#fff;
	color: #ff0000;
	margin:15px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	border-top:1px dashed #dadada;
	text-align:left;
}
.button_content .down-copyright strong {
    color: #999;
}
#ct-panpass,
#bd-panpass,
#kk-panpass {
	width: 0px;
	height: 0px;
	background: #fff;
	border: 1px solid #fff;
	Z-index:-1;  
	position:absolute;
}

.down-pass textarea {
	outline:none
}
.down-pass textarea {
	resize:none
}

.button_content .itly-download-warp {
	margin:0px 0px 0px 0px;
	padding:10px 15px 15px 15px;
    float:left;
	width:100%;
}
.button_content .itly-download-url-list {
	display:grid;
	gap:15px;
	grid-template-columns:repeat(2,1fr)
}
.button_content .download-title-left, .download-title-2 {
	font-size:20px;
	font-weight:600;
	color:#86a6f1;
	margin-bottom:10px
}
.button_content .download-title-right {
	background:#86a6f1;
	font-size:12px;
	padding:2px 5px;
	border-radius:5px;
	margin-top:-25px;
}
.button_content .download-title-right a {
	color:#fff !important;
	display:flex;
	align-items:center;
	gap:5px
}
.button_content .download-title {
	display:flex;
	justify-content:space-between;
	align-items:center
}
.button_content .download-title-2 {
	font-size:14px;
	margin-top:-10px;
}
.button_content .itly-download-item-header,.button_content  .itly-download-item-body {
	display:flex;
	justify-content:space-between;
	padding:5px 10px
}
.button_content .itly-download-item-body .resource-name a {
	color:#86a6f1;
}
.button_content .itly-download-item {
	border:1px solid #f0f0f0;
	border-radius:5px;
	width:100%;
	overflow:hidden;
	position:relative;
	top:0;
	transition:.3s
}
.button_content .itly-download-item:hover {
	top:-5px
}
.button_content .itly-download-netdisk-icon {
	width:36px !important;
	height:36px !important
}
.button_content  .itly-download-item-header {
	display:flex;
	align-items:center;
	font-size:14px
}
.button_content .itly-download-item-header .header-left {
	display:flex;
	align-items:center;
	gap:5px
}
.button_content .itly-download-item-header .header-left .icon1{
	font-size:36px !important;
    margin:20px -5px 13px -20px;
}

.button_content .itly-download-item-header .header-left .icon2{
	font-size:25px !important;
    margin:15px 15px 15px 10px;
    
}
.button_content .itly-download-item-header .header-left .icon3{
	font-size:36px !important;
    margin:7px 5px 10px 5px;
}
.button_content .itly-download-item-body {
	font-size:13px;
	padding:5px 10px;
	background-color:#f3f3f3
}
.button_content .itly-download-item-body .netdisk-key {
	color:#86a6f1;
}
.button_content .itly-download-item-body .resource-name {
	max-width:100px;
	overflow:hidden;
	paddion-top:3px;
}
.button_content .itly-download-item-body .netdisk-key .icon,
.button_content .itly-download-item-body .resource-name .icon {
	position:relative;
	top:1px;
}
.button_content .itly-download-item-body .resource-name a {
	color:#86a6f1;
}
.button_content .itly-download-item-body .copy-key {
	cursor:pointer;
	width:10px;
	height:10px;
	display:inline-block;
	background-repeat:no-repeat
}
.button_content .itly-download-footer {
	margin-top:10px;
	display:flex;
	justify-content:space-between
}
.button_content .itly-download-footer .copyright-str {
	font-size:12px;
	color:#999999
}
.button_content .itly-download-footer .copyright-right img {
	height:14px;
	cursor:pointer
}
@media (max-width:1024px) {
	.button_content {
	top:20%;
}
}
@media (max-width:640px) {
	.button_content {
	width:440px;
	top:10%;
	margin-left:-220px;
}
    .button_content  .itly-download-url-list {
	grid-template-columns:repeat(1,1fr) !important
}
}

@media (max-width:480px) {
	.button_content {
	width:360px;
	top:10%;
	margin-left:-180px;
}	
    .down-copyright {
	display:none;
}
    .button_content fieldset {
	margin:0px 0px 10px 0px;
}
}
@media (max-width:375px) {
    .button_content {
	width:280px;
	top:10%;
	margin-left:-140px;
}  
}


/*边栏翻转广告小工具*/
.wniui-sponsor {
	margin:0 auto;
	width:100%;
	height:60px;
	overflow:hidden;
}
.wniui-item-head {
	position:relative;
	margin-bottom:10px;
}
.wniui-item-head span {
	font-weight:700;
	font-size:15px;
}
.wniui-item-head a {
	position:absolute;
	right:0;
	font-weight:700;
	font-size:13px;
	color:#425AEF;
	text-decoration:none;
}
.wniui-sponsor #power-star {
	display:block;
	width:100%;
	height:60px;
	border-radius:6px;
	transition:0.3s;
	overflow:hidden;
	position:relative;
}
.power-star-content {
	position:absolute;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	padding:0 5px 0 5px;
	transition:transform 0.6s ease-in-out;
	    background: linear-gradient(102deg, #eaf7e8, #5ed03e, #56df0c);

}
.power-star-content img {
	border-radius:6px;
	height:40px;
	width:40px;
	border:2px solid #ffffff;
	padding:5px;
}
.wniui-sponsor-infor {
	margin-left:10px;
	overflow:hidden;
}
.wniui-author {
	font-weight:700;
	font-size:14px;
}
.wniui-description {
	font-size:12px;
	margin-top:5px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#FF3355;
	font-weight:700;
}
.wniui-sponsor #power-star:hover {
	background-color:#425AEF;
	transform:scale(0.95);
	transition:0.3s;
}
.wniui-sponsor #power-star:hover .wniui-author {
	color:#fff;
}
.wniui-sponsor #power-star:hover .wniui-description {
	color:#fff;
}
.wniui-item-head span::before {
	content:'\1195';
	font-family:ch;
	margin-right:5px;
}