.header{position:fixed;width:100%;top:0;z-index:99;background-color:var(--background);transform:translate(0);transition:transform .3s;box-shadow:0px 5px 40px 0px rgba(17,58,93,.1)}
.up header.header {transform: translate(0,-60px);}
.header-wrapper{display:flex;align-items:center;justify-content:space-between;font-size:13px;transition:.4s all;height:56px;opacity:1;border-bottom:1px solid rgba(0,0,0,.05)}
.container{width:1300px;max-width:100%;margin:0 auto}
.header-wrapper > div{display:flex;align-items:center;line-height:1}
.header-logo{margin-right:30px}
.header-logo #logo{height:35px}
.header-banner-left{opacity:1;transition:opacity .3s}
.header-banner-left.hidden{opacity:0;transition:opacity .3s}
.header-banner-left ul{display:flex;align-items:center;white-space:nowrap;overflow-x:auto}
.header-banner-left ul::-webkit-scrollbar{display:none}
ul#top-menu-ul{background-color:rgba(0,0,0,0)}
.header-banner-left .menu li{margin-right:26px}
.header-banner-left .menu li a{opacity:1;font-size:16px;display:flex;align-items:center;transition:opacity .2s ease-out;padding:9px 0;position:relative}
.top-menu .layui-nav .layui-nav-item a:hover,.layui-nav .layui-this a{color:var(--theme)}
.top-menu .layui-nav .layui-nav-item a{color:#333}
.top-menu .layui-nav-bar,.top-menu .layui-this:after{height:2px !important;background:var(--theme) !important}
.dao-hot{display:inline-block;transform:translateY(-12px);font-size:.75rem;letter-spacing:0.05em;background:linear-gradient(to top,#6cacff 0%,#8debff 100%);color:#ffffff;border-radius:1rem;padding:.15rem .275rem;line-height:1;font-weight:bold;margin-top:3px}
.top-search{position:relative;margin-right:16px}
.top-search form{display:flex;background-color:rgb(204 204 204/21%);border-radius:5px}
.top-search-button{display:flex;white-space:nowrap;align-items:center;font-size:12px}
.top-search-select{cursor:pointer;display:block;padding:0 16px;height:19px;line-height:19px;color:initial;border-right:1px solid #DEE1E4;color:inherit}
.top-search .header-search-select{position:absolute;display:flex;flex-flow:column;top:37px;background:#fff;left:0;border:1px solid #F5F6F7;padding:5px;z-index:1}
.header-search-select a{padding:9px 14px;color:#333;margin-bottom:5px}
.header-search-select .select{background:#F5F6F7}
.top-search input{padding:8px 37px 8px 8px;width:150px;background:none;border:0}
.mobile-search button{margin-right:20px;padding:5px;border-radius:100%;width:24px;line-height:1;background:none;border:0;color:inherit}
.mobile-search button i{font-size:22px}
div#mobile-search{padding:20px}
#mobile-search .top-search.mobile-hidden{display:block;margin-bottom:1rem;margin-right:auto;margin-top:15px;background:#FFF;border-radius:0.375rem}
.header-user{display:flex}
div#mobile-search input.search-input.sh-radius{width:1%;flex:1 1 auto}
.omnisearch-suggestions:before{background:#FFF;-webkit-box-shadow:none;box-shadow:none;content:"";display:block;height:16px;width:16px;left:20px;position:absolute;bottom:100%;-webkit-transform:rotate(-45deg) translateY(1rem);-ms-transform:rotate(-45deg) translateY(1rem);transform:rotate(-45deg) translateY(1rem);border-radius:0.2rem}
.omnisearch-suggestions{min-height:150px;padding:1.5rem;background:white;margin:auto;border-radius:0.375rem;position:relative}
.omnisearch-suggestions .search-keywords a{display:inline-block;color:#6c757d;font-size:14px;background:#f4f5ff;padding:3px 10px;border-radius:5px;margin-bottom:10px;margin-right:10px}
.message a{margin-right:20px;display:block;height:24px;text-align:center;line-height:30px;border-radius:100%;position:relative}
.message i{font-size:22px}
.message span{position:absolute;top:8px;right:-8px}
/* 用户登录 */
.login {position:relative;padding-right:10px;}
.header__dropdown {
    border-top: 2px solid var(--theme);
    position: absolute;
    padding: 10px 15px 15px;
    right: 0;
    top: 50%;
    z-index: 989;
    visibility: hidden;
    opacity: 0;
    width: 350px;
    background-color: var(--background);
    border-radius: 6px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
.login:hover .header__dropdown {visibility:visible;opacity:1;transition:all .2s;top:100%;}
.header__dropdown:before {content:"";width:8px;height:8px;background:var(--background);position:absolute;top:-5px;transform:rotate(45deg);right:20px;border-left:2px solid var(--theme);border-top:2px solid var(--theme);}
#login span {color:#3796f6;margin-left:10px;font-weight:600;}
.login-div {background:var(--background);border-radius:3px;overflow:hidden;position:relative;padding:10px 10px 10px 80px;}
.login-div .info-thumb .thumb {padding-top:100%;border-radius:100%;transition:none;}
.login-div .info-thumb {width:50px;position:absolute;left:10px;top:8px;border:4px solid #fff;box-shadow:0 0 30px 0 #eee;border-radius:100%;}
h2.user-name {font-size:14px;font-weight:bold;margin-bottom:6px;line-height:1.5;height:1.5em;overflow:hidden;}
h4.user-info {font-size:12px;color:#888;font-weight:normal;line-height:1.5;height:1.5em;overflow:hidden;margin-bottom:0px;}
.login-div .info-btn {position:absolute;right:20px;top:15px;padding:2px 10px;z-index:10;font-size:12px;}
a.info-btn:hover {
    color: #FFC107;
}
a, a:active, a:visited {text-decoration: none;transition: all .2s;}
a {color: inherit;text-decoration: none;vertical-align: top;}
a.logout { position: absolute; right: 0; top: 0; color: #888 !important;  font-size: 12px;}
.logout i.layui-icon { font-size: 28px; color: var(--theme);}
.header-center { display: flex; background-color: #34495e; border-radius: 8px; color: #afafaf; line-height: 1.8em;}
.header-center .md-l {float:left;width:50%;border-radius:6px 0 0 6px;padding:10px 10px 10px 20px;border:2px transparent solid;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;position:relative;}
.header-center .md-tit {display:block;color:#fff;font-size:14px;text-align:left;}
.header-center .dou,.header-center .jinbi {display:block;-webkit-line-clamp:1;-webkit-box-orient:vertical;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;}
.header-center .md-r {float:left;width:50%;border-radius:0 6px 6px 0;padding:10px 10px 10px;border:2px transparent solid;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;position:relative;}

/* 顶部下面 */
.container.style-bottom {
    display: flex;
    justify-content: space-between;
}
.container.style-bottom > div {
    display: flex;
    align-items: center;
    line-height: 1;
}
a.empty.button {
    height: 36px;line-height: 20px;padding: 8px 15px;margin: 10px 0;color: #fff;font-size: 14px;border-radius: 8px;box-sizing: border-box;background: #333;
}
/* 进度条 */
#percentageCounter {
    position: absolute;z-index: 1;left: 0;bottom: -3px;height: 3px;border-radius: 1.5px;background: linear-gradient(to right,#4cd964,#5ac8fa,#007aff);transition: width .45s;
}
/* 全局配置 */
html body {
    background-color: #f0f0f2;
	margin-top: 125px;
	overflow-x: hidden;
	--background: #fff;
	--background2: #e8eef3;
}
img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
}
button, input[type="text"], input[type="password"], input[type="number"], textarea {
    -webkit-appearance: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: font-regular,'Helvetica Neue',sans-serif;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
button.empty, .button.empty {
    background: rgba(255, 255, 255, 0);
}
button.empty, .button.empty, li.current-menu-item > a, .top-menu-hide:hover .more, .header .top-menu ul li.depth-0:hover > a .b2-jt-block-down, button.text {
    color: var(--theme);
}
button.text, .button.text {
    background: none;
    border: 0;
}
.btn-sm {
    width: fit-content;
    padding: 5px 9px!important;
    text-align: center;
}
.right {
    float: right!important;
}
.fl, .left {
    float: left;
}
.fr, .right {
    float: right;
}
.timeago {
    font-size: 12px;
    color: #bcbcbc;
    margin-top: 5px;
}
/* 电脑版左右包裹层 */
.sh-single-content {
    display: flex;
}
/*广告*/
.adTags {position:relative;margin-bottom:1.5rem;}
.adTag {z-index:10;position:absolute;right:10px;top:10px;width:45px;border:1px solid #ebebeb;border-radius:5px;color:#ebebeb;background-color:#000;opacity:.5;font-size:12px;line-height:27px;text-align:center;}
.adTags img {border-radius:8px;width:100%;}

/* 用户头像 */
/* img.avatar {
    background-color: #eee;
    width: 100%;
    height: 100%;
} */
/* 用户等级 */
.autlv { font-size: 12px;  color: #fff;   font-weight: normal;   border-radius: 4px; padding: 2px 4px;  margin-left: 5px;   letter-spacing: 0px; }
.aut-0 { background: #d1d5dc; }
.aut-1 { background: var(--theme); }
.aut-2 { background: #f6b044; }
.aut-3 { background: #c444f6; }
.aut-4 { background: #f69644; }
.aut-5 { background-image: -webkit-linear-gradient(0deg, #3ca5f6 0%, #a86af9 100%); }
.aut-6 { background: #f64444; }
.thumb{display:block;width:100%;height:0;padding-top:66.7%;background-position:center;background-repeat:no-repeat;background-size:cover;background-color:transparent;position:relative;overflow:hidden;transition:all .2s}
a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,figure,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}
.button,button{background:var(--theme);border:1px solid var(--theme);border-radius:5px;color:#fff;padding:8px 16px;transition:opacity .2s;position:relative;cursor:pointer;font-size:12px;margin:0;white-space:nowrap}
.mobile-show {display: none;}
.wt100 {
	width: 100%;
}
.box, .side-fixed {
    background-color: #fff;
    box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
    position: relative;
}
.sh-radius {
    border-radius: 5px;
}
/* 分页为空 */
.empty-page{display:flex;align-items:center;justify-content:center;min-height:300px;flex-flow:column;color:#ccc;font-weight:200;width:100%;box-sizing:border-box}
.empty-page img{width:280px;margin-bottom:16px}
/* 分页按钮 */
.sh-pagenav{padding:10px}
.ajax-pager > div{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}
.btn-group{display:flex}
.ajax-pager .button[disabled],.ajax-pager .button.selected{border-color:#ccc0;color:#ccc;cursor:default}
.ajax-pager .button{margin-right:5px;font-weight:600;padding:10px 16px;border:0;background:#f4f5f6;font-size:12px}
.ajax-pager .button.bordernone{border:0;color:#b2bac2;cursor:default;font-weight:300;padding:6px;background:none}
.pager-center{border:1px solid #ccc;display:flex;align-items:center;border-radius:3px;box-shadow:0px 1px 1px rgba(0,0,0,.1) inset;color:#b2bac2;cursor:pointer;font-size:12px;background-color:#fff;padding:0 8px 0 5px}
.pager-center input{width:40px;border:0;padding:0;padding:9px 5px;background:#F5F6F7;border-radius:3px;margin-right:2px;background:none}
.sh-pagenav .btn-pager{justify-content:flex-end;display:flex;flex:1 0 auto}
.ajax-pager .btn-pager .button{margin-right:0;margin-left:5px}
/* 弹窗公告 */
body .theme{background:var(--theme)}
body .transparent{background:rgba(0,0,0,.3)}
.notify-content h3{letter-spacing:2px;padding:.8rem;text-align:center;font-size:1.5rem;font-weight:400;background:rgb(0 0 0 / 20%);border-radius:3px 3px 0 0;margin:0;margin-bottom:0;color:#FFFF}
.notify-content div{padding:20px 30px;margin:0;font-size:15px;color:#FFF;text-align:left}
/* 登录注册弹出框 */
.layui-layer.loginskin {
    border-radius: 8px;
    max-width: 95%;
}
.box.login-box-top {
    padding: 30px 24px 24px;
    background-image: url(../images/model-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.login-box-content b {
    font-weight: normal;
}
.login-box-content a {
    color: #ff9d00;
}
.invitation-box a {
    display: block;
}
.login-box-content a {
    font-size: 12px;
}
.login-logo {
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 27px;
}
.login-logo img {
    display: block;
    height: 33px;
}
/* 邀请码 */
.invitation-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    margin-top: 40px;
}
.invitation-box .invitation-des {
    margin: 16px 0 5px 0;
}
.invitation-tips {
    color: #b2bac2;
    margin-bottom: 10px;
}
.invitation-input {
    margin-bottom: 20px;
    width: 100%;
}
.invitation-input input {
    border: 1px solid #e2e2e2;
    font-size: 20px;
    padding: 13px;
    text-align: center;
    width: 100%;
}
.invitation-button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.invitation-button a {
    color: red;
}
.invitation-box .fa-credit-card {
    line-height: 1;
    font-size: 60px;
    color: #fb7979;
}
/* 登录注册框 */
.login-title{color:#b2bac2;font-size:13px;margin-bottom:20px;text-align:center}
.login-title span{display:inline-block;padding:10px}
.login-box-content b{font-weight:normal}
.login-form-item + .login-form-item{margin-top:20px}
.login-form-item{display:flex;position:relative;align-items:center;flex-wrap:wrap}
.login-form-item input{width:100%;padding:10px;transition:.3s;border:1px solid #e8e8e8;font-size:20px;height:48px;border-radius:5px;padding-right:46px}
.login-form-item span{position:absolute;left:12px;top:-8px;font-size:15px;color:#b2bac2;cursor:text;display:block;line-height:1;padding:0 7px}
.login-form-item span b{position:relative;z-index:1}
.login-box-des{font-size:12px;color:#ccc;text-align:right;display:block;width:100%;margin-top:5px}
.login-form-item input:focus + span:after,.login-form-item input[class="active"] + span:after,.login-form-item input:valid + span:after{content:'';width:100%;height:3px;background:#fff;top:6px;position:absolute;left:0;z-index:0;opacity:1}
.login-form-item.login-check-input.show{height:48px;opacity:1;transition:all .3s ease-in-out;margin-top:20px;visibility:visible}
.login-form-item.login-check-input{height:0;opacity:0;transition:all .3s ease-in-out;margin-top:0;visibility:hidden}
.login-check-input input{text-transform:uppercase;letter-spacing:4px}
.login-form-item input:focus{border-color:#ff9d00}
.login-check-input .login-eye.button{padding:15px 10px}
.login-eye.button{font-size:13px}
.login-eye{position:absolute;right:1px;background:none;border:0;color:inherit;padding:10px 10px;display:flex;}
.login-eye i{font-size:25px}
.login-eye .fa-eye{color:#ff9d00}
img#captchaPic{height:47px;width:180px;display:inline-flex;justify-content:center;align-items:center;color:#999;padding:0}
/* 登录注册选项 */
.login-tk{margin-top:20px;text-align:center;font-size:12px}
.login-tk p{display:flex;justify-content:space-between}
.login-p a{color:#ff9d00;font-size:12px}
.login-bottom{margin-top:10px}
.login-bottom button{width:100%;padding:12px;font-size:14px;font-weight:400;display:block}
.login-social-button.show{margin-top:10px;height:40px;transition:all .3s ease-in-out}
.login-social-button .button{display:flex;justify-content:center;align-items:center;border-radius:3px;background:rgba(0,132,255,0.05);border:0;padding:6px 6px;margin-left:6px}
.login-social-button{margin-top:0;display:flex;height:0;transition:all .3s ease-in-out;overflow:hidden}
button.sh-loading:after,.button.sh-loading:after{content:'';background-image:url(../images/loading-empty.svg);background-repeat:no-repeat;background-position:center;background-size:25px;position:absolute;left:-1px;top:-1px;bottom:-1px;right:-1px;z-index:2;cursor:default}
button.sh-loading,.button.sh-loading,button.empty.sh-loading,.button.empty.sh-loading{color:rgba(255,255,255,0)}
.login-social-button-bottom{display:flex;width:100%;justify-content:space-between;align-items:center;padding:5px 5px 5px 10px;border:1px solid #F5F6F7;position:relative}
.login-social-button-bottom > div{display:flex;font-size:12px;color:#AAAEB3;position:relative;z-index:2}
.login-social-button i{font-size:20px}
.login-box-content .login-social-button-bottom a{background:rgba(0,132,255,0.05);padding:0 6px}
.login-social-button .login-weixin{color:#17b31e}
.login-social-button .login-weibo{color:#b13410}
.login-social-button .login-qq{color:#057db1}
.site-terms{margin-top:10px;padding:10px 0;font-size:12px;color:#AAAEB3;text-align:center;background:#f9f9f9}
/* 验证码 */
div#code {
    width: 16rem;
    padding: 0;
    background-image: url(https://www.moeblock.com/wp-content/uploads/2021/03/usc1.jpg);
    background-color: white;
    padding: 40px 24px 24px 24px;
    margin: 0 auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.modal-content-innter {
    padding: 30px 20px 20px 20px;
}
.recaptcha-load {
    width: 186px;
    height: 50px;
    display: block;
    background-image: url(../images/loading-empty.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
    border-radius: 3px;
    background-color: #F5F6F7;
}
.recaptcha-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.recaptcha-img img {
    border-radius: 3px;
    width: 186px;
    height: 50px;
    cursor: pointer;
}
.modal-content-innter h2 {
    margin-top: 16px;
    font-size: 18px;
    font-weight: 600;
}
.recaptcha-img p {
    color: #b2bac2;
    font-size: 13px;
    line-height: 1.5;
    margin: 10px 0 20px 0;
}
#code input {
    padding: 10px;
    font-size: 30px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-family: pictograph;
}
.recaptcha-button {
    border-top: 1px solid #F5F6F7;
    display: flex;
}
.recaptcha-button .button {
    width: 50%;
    background: none;
    padding: 15px 0;
    border: 0;
    font-size: 15px;
    color: #b2bac2;
    text-align: center;
}
.recaptcha-button .recaptcha-send {
    color: royalblue;
    border-left: 1px solid #F5F6F7;
}
/* 私信弹窗 */
.dmsg-box-header {
    display: flex;
    align-items: center;
}
.dmsg-box-header img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 5px;
}
/*付费选项css*/ 
li.pay-item{width:100%;height:40px;border:0;cursor:pointer;font-size:18px;line-height:35px;text-align:center}
li.pay-item i{font-size:23px;vertical-align:middle}
.pay-type li#alipay{color:#1e9fff}
.pay-type li#weixinpay{color:#5fb878}
.pay-type li#qqpay {color: #ff0000;}
.pay-type li#money{color:#ffb800}
.pay-item +.pay-item{border-top:1px solid #e6e6e6}
.pay-item span{display:inline-block;text-align:center;width:120px;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* 遮屏代码 */
.body-shade {position: fixed;display: none;left: 0;right: 0;top: 0;bottom: 0;background-color: rgba(0,0,0,.3);backdrop-filter: blur(5px);z-index: 50;
}
/* 左侧板块框架 */
.content-area {margin: 0 auto;width: 100%;max-width: 100%;
}
/* 右侧板块开始 */
/* 右侧板块框架 */
.widget-area {width: 300px;min-width: 300px;padding-left: 16px;max-width: 100%;will-change: min-height;
}
.widget-area section + section {margin-top: 16px;
}
.widget-title {display: flex;justify-content: space-between;
    /* flex-direction: column; */
}
.widget-title h2, .widget > h2 {
    font-size: 16px;
	padding: 16px 16px;
    /* padding: 20px 16px 8px; */
    font-weight: 600;
    line-height: 1;
}
/* 标题旁选项 */
ul.bar{display:flex;cursor:pointer}
.bar li.sel{border-bottom:2px solid var(--theme);color:var(--theme)}
.barul{display:none}
.barul.sel{display:block}
.widget-box-first,.widget-box{position:relative}
.widget-hot li.widget-post-none,.widget-hot li.widget-post-small{height:92px;position:relative}
/* 排行序号 */
.widget-post-order{position:absolute;border-radius:0 10px 10px 0;left:-4px;top:16px;line-height:24px;font-style:italic;z-index:2;color:#fff;height:22px;width:34px;font-weight:600;font-size:12px;padding-right:8px}
.widget-hot li.widget-post-none:nth-child(1) .widget-post-order::after,.widget-hot li.widget-post-none:nth-child(2) .b2-widget-post-order::after,.widget-hot li.widget-post-none:nth-child(3) .widget-post-order::after,.widget-hot li.widget-post-small:nth-child(1) .widget-post-order::after,.widget-hot li.widget-post-small:nth-child(2) .widget-post-order::after,.widget-hot li.widget-post-small:nth-child(3) .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)}
.widget-hot li.widget-post-none:nth-child(1) .widget-post-order::after,.widget-hot li.widget-post-small:nth-child(1) .widget-post-order::after{border-bottom:4px solid #ff3355}
.widget-hot li.widget-post-none:nth-child(2) .widget-post-order::after,.widget-hot li.widget-post-small:nth-child(2) .widget-post-order::after{border-bottom:4px solid #ffa41b}
.widget-hot li.widget-post-none:nth-child(3) .widget-post-order::after,.widget-hot li.widget-post-small:nth-child(3) .widget-post-order::after{border-bottom:4px solid #1a85ff}

/* 排号结束 */
.widget-post-thumb-img{position:absolute;left:16px;top:16px;width:83px;height:60px}
.widget-post-thumb-img img{width:100%;height:100%}
.widget-post-thumb .widget-post-title{padding-left:93px;height:60px}
.widget ul li h2{font-size:13px}
.widget-post-title h2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-bottom:8px}
.widget-post-title time{font-size:12px;color:#bcbcbc;margin-top:5px}
/* 评论列表 */
.widget-comment-user{display:flex;justify-content:space-between;align-items:center}
.widget-comment-user-left{display:flex;align-items:center;position:relative}
.widget-comment-user-left img{width:30px;height:30px;margin-right:6px;border-radius:50%;border:1px solid #f3f3f3}
.widget-comment-contnet::before{content:'';display:block;width:0;height:0;border-bottom:6px solid var(--background2);border-left:6px solid transparent;border-right:6px solid transparent;position:absolute;left:7px;bottom:100%}
.widget-comment-contnet{padding:10px;position:relative;margin:10px 0;background-color:var(--background2)}
.widget-comment-post{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#bcbcbc}
.widget-mission-footer a{padding:10px;font-size:12px;text-align:center;display:block;border-top:1px solid #F5F6F7;font-weight:600}
/* 右侧板块结束全局底部 */
footer{color:#ffffff;font-size:13px;background-position:center;background-repeat:no-repeat;background-size:cover;background-color:#000000;background-image:url(../images/footer.jpg)}
.site-footer{padding:50px 0}
.site-footer .container{display:flex}
.site-footer .widget{padding:0 20px;box-shadow:none;width:25%}
.site-footer .widget-title{margin-bottom:16px;border-bottom:1px solid rgba(255,255,255,0.3);padding:16px 0}
.site-footer .widget ul li{border:0;padding:10px 0}
/* 其他列表 */
.widget ul li{font-size:13px;padding:16px;border-top:1px solid #f3f3f3;box-sizing:border-box}
.links-widget li{display:flex;align-items:center;position:relative}
.links-widget .links-icon{background-color:#fff;width:40px;height:40px;border-radius:5px;display:block;margin-right:10px;opacity:.8}
.links-widget h2{font-weight:700}
/* 团队列表 */
.team-widget {
    display: flex;
    flex-wrap: wrap;
}
.widget ul.team-widget li {
    margin: 0;
    border: 2px solid rgba(69, 69, 69, 0);
    width: 20%;
    padding: 0;
}
/* 备案响应 */
.footer-bottom{background-color:rgba(0,0,0,0.57);display:flex}
.footer-bottom .container{display:flex;height:60px;align-items:center;justify-content:space-between}
.footer-bottom-left{display:flex;align-items:center}
footer a{color:white}
/* 右侧漂浮 */
.aside-bar{position:fixed;right:0;top:0;bottom:0;height:100%;z-index:3;display:flex;flex-flow:wrap}
.bar-middle{position:absolute;bottom:158px;right:0;z-index:100}
.aside-bar > div > div{cursor:pointer;text-align:center}
.gdd-quick-link-buy-vip{position:absolute;right:0;bottom:12px;height:108px;box-shadow:0 2px 8px rgba(0,0,0,.1);color:#fff;z-index:1}
.gdd-quick-link-buy-vip__hover-block,.gdd-quick-link-buy-vip__popover--btn,.gdd-quick-link-buy-vip,.gdd-quick-link-buy-vip__popover{background-color:var(--theme)}
.gdd-quick-link-buy-vip__hover-block{border:none !important;position:absolute !important;right:0;z-index:100;padding:0 !important;width:40px;height:108px;box-shadow:0 2px 8px rgba(0,0,0,.1);border-top-left-radius:4px;border-bottom-left-radius:4px;color:#fff}
.gdd-quick-link-buy-vip__hover-block img{margin-top:10px}
.gdd-quick-link-buy-vip__hover-block p{width:28px;margin-left:6px;font-size:12px;text-align:center}
.gdd-quick-link-buy-vip:hover .gdd-quick-link-buy-vip__popover{display:block;transform:translateX(0px);-ms-transform:translateX(0px);-webkit-transform:translateX(0px);transition:all .3s}
.gdd-quick-link-buy-vip__popover{position:absolute !important;right:0;top:0;width:200px !important;height:92px !important;padding:8px !important;border-top-left-radius:10px;border-bottom-left-radius:10px;overflow:hidden;border-bottom:none !important;transform:translateX(200px);-ms-transform:translateX(-00px);-webkit-transform:translateX(200px);transition:all .3s}
.gdd-quick-link-buy-vip__popover>div{padding:10px !important;background-image:url(../images/arc_ea0c94d2.png);background-size:170px 100%;background-repeat:no-repeat;width:auto !important;border-bottom:none !important;text-align:initial !important;margin:2px}
.gdd-quick-link-buy-vip__popover--title{margin:0;font-size:14px;font-weight:500;color:#121212}
.gdd-quick-link-buy-vip__popover--desc{margin-bottom:8px;font-size:12px;color:#8590A6}
/* 小屏显示 */
@media screen and (max-width: 768px) {
html body {
    margin-top: 100px;
}
.up header.active, header.active {transform: initial;background-color: #fff0;height: 100%;transform: translate(0)!important;
}
/* 分页按钮 */
.ajax-pager .btn-group > a {display: none;}
.container.header-wrapper{height:91px;display:flex;flex-flow:column-reverse;padding:0;align-items:inherit;justify-content:inherit;background-color:var(--background);position:relative}
.header-logo{position:absolute;top:5px;left:12px;margin:0;padding:0}
.header-banner-left.hidden{opacity:1}
.header-banner-left{width:100%;height:48px;border-top:1px solid #eaeaea}
.sh-menu{overflow:hidden;padding:0 55px 0 12px;margin-bottom:-9px}
.header-banner-right{justify-content:flex-end;padding:8px}
.top-style-menu{position:absolute;bottom:47px;right:50px}
.menu-icon{width:29px;height:27px;padding:6px 0;margin-left:10px;cursor:pointer;position:absolute;left:0;z-index:55;top:8px;background:#f6f6f6;padding:7px 5px;border-radius:2px;box-sizing:border-box}
.menu-icon .line-1 {
    -webkit-animation: animate-line-1-rev .7s ease-in-out;
    animation: animate-line-1-rev .7s ease-in-out;
}
.menu-icon.active .line-1 {
    -webkit-animation: animate-line-1 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
    animation: animate-line-1 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}
.menu-icon .line-2 {
    margin: 4px 0;
    -webkit-animation: animate-line-2-rev .7s ease-in-out;
    animation: animate-line-2-rev .7s ease-in-out;
}
.menu-icon.active .line-2 {
    -webkit-animation: animate-line-2 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
    animation: animate-line-2 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}
.menu-icon .line-3 {
    -webkit-animation: animate-line-3-rev .7s ease-in-out;
    animation: animate-line-3-rev .7s ease-in-out;
}
.menu-icon.active .line-3 {
    -webkit-animation: animate-line-3 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
    animation: animate-line-3 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}
.menu-icon .line-1, .menu-icon .line-2, .menu-icon .line-3 {
    height: 2px;
    width: 100%;
    border-radius: 1px;
    transition: background-color .2s ease-in-out;
    background-color: #333;
}
@-webkit-keyframes animate-line-1 {
        0% {
            -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
        }
        50% {
            -webkit-transform: translate3d(0, 6px, 0) rotate(0);
            transform: translate3d(0, 6px, 0) rotate(0);
        }
        100% {
            -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
            transform: translate3d(0, 6px, 0) rotate(45deg);
        }
    }
    @keyframes animate-line-1 {
        0% {
            -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
        }
        50% {
            -webkit-transform: translate3d(0, 6px, 0) rotate(0);
            transform: translate3d(0, 6px, 0) rotate(0);
        }
        100% {
            -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
            transform: translate3d(0, 6px, 0) rotate(45deg);
        }
    }
    @-webkit-keyframes animate-line-2 {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }
        100% {
            -webkit-transform: scale(0);
            transform: scale(0);
            opacity: 0;
        }
    }
    @keyframes animate-line-2 {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }
        100% {
            -webkit-transform: scale(0);
            transform: scale(0);
            opacity: 0;
        }
    }
    @-webkit-keyframes animate-line-3 {
        0% {
            -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
        }
        50% {
            -webkit-transform: translate3d(0, -6px, 0) rotate(0);
            transform: translate3d(0, -6px, 0) rotate(0);
        }
        100% {
            -webkit-transform: translate3d(0, -6px, 0) rotate(135deg);
            transform: translate3d(0, -6px, 0) rotate(135deg);
        }
    }
    @keyframes animate-line-3 {
        0% {
            -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
        }
        50% {
            -webkit-transform: translate3d(0, -6px, 0) rotate(0);
            transform: translate3d(0, -6px, 0) rotate(0);
        }
        100% {
            -webkit-transform: translate3d(0, -6px, 0) rotate(135deg);
            transform: translate3d(0, -6px, 0) rotate(135deg);
        }
    }
    @-webkit-keyframes animate-line-1-rev {
        0% {
            -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
            transform: translate3d(0, 6px, 0) rotate(45deg);
        }
        50% {
            -webkit-transform: translate3d(0, 6px, 0) rotate(0);
            transform: translate3d(0, 6px, 0) rotate(0);
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
        }
    }
    @keyframes animate-line-1-rev {
        0% {
            -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
            transform: translate3d(0, 6px, 0) rotate(45deg);
        }
        50% {
            -webkit-transform: translate3d(0, 6px, 0) rotate(0);
            transform: translate3d(0, 6px, 0) rotate(0);
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
        }
    }
    @-webkit-keyframes animate-line-2-rev {
        0% {
            -webkit-transform: scale(0);
            transform: scale(0);
            opacity: 0;
        }
        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }
    }
    @keyframes animate-line-2-rev {
        0% {
            -webkit-transform: scale(0);
            transform: scale(0);
            opacity: 0;
        }
        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }
    }
    @-webkit-keyframes animate-line-3-rev {
        0% {
            -webkit-transform: translate3d(0, -6px, 0) rotate(135deg);
            transform: translate3d(0, -6px, 0) rotate(135deg);
        }
        50% {
            -webkit-transform: translate3d(0, -6px, 0) rotate(0);
            transform: translate3d(0, -6px, 0) rotate(0);
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
        }
    }
    @keyframes animate-line-3-rev {
        0% {
            -webkit-transform: translate3d(0, -6px, 0) rotate(135deg);
            transform: translate3d(0, -6px, 0) rotate(135deg);
        }
        50% {
            -webkit-transform: translate3d(0, -6px, 0) rotate(0);
            transform: translate3d(0, -6px, 0) rotate(0);
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
        }
    }
/* 顶部下部分 */
.container.style-bottom{height:0!important;border:0;opacity:0;visibility:hidden}
.active .container.style-bottom{opacity:1;visibility:visible}
.up header.header{transform:translate(0,-46px)}
nav.top-menu{animation:right 1s;position:fixed;z-index:99;bottom:0px;top:0;transform:translate(-100%,0);margin:0;padding:0px;width:100%;max-width:65%;box-shadow:none;border-top:0px solid white;overflow-y:auto;background:rgba(96,96,96,0.96);overflow-x:hidden;opacity:0;transition:all .3s;visibility:hidden;-moz-transition:ease-in-out 0.6s;-webkit-transition:ease-in-out 0.6s;-o-transition:ease-in-out 0.6s;-ms-transition:ease-in-out 0.6s;transition:ease-in-out 0.6s}
nav.top-menu.nav-on{transform:translate(-4px,0);transition:all .3s;opacity:1;visibility:visible}
ul#top-menu-ul{display:block;padding-bottom:40px;margin:20px;position:relative;padding:15px 0 10px 0;border-radius:12px;background:var(--background);box-shadow:0px 0px 20px -5px rgba(158,158,158,0.22);float:none}
.layui-nav .layui-nav-item{list-style-type:none;position:relative;padding:0 20px;line-height:1.42857143;float:none;display:block;margin-right:0}
.layui-nav .layui-nav-item a{position:relative;display:block;padding:.75rem 0;line-height:normal}
.layui-nav-item span{display:block;position:absolute;right:4px;width:23px;text-align:center;height:15px;cursor:pointer;top:0px;padding:12px;background:#f7f7f7;border-radius:3px;line-height:17px;color:#333;font:normal normal normal 14px/1 FontAwesome}
.layui-nav-item span:after{content:"\f0d7"}
.layui-nav-item span.active:after{content:"\f0d8"}
dl.layui-nav-child.layui-anim.layui-show{overflow:hidden;position:relative;margin-top:auto}
.layui-nav .layui-nav-item a{border-bottom:1px solid #f0f0f0;display:block;color:#4e5358;font-size:14px;padding:10px}
.widget-area {display: none;}
.widget-area.widget-show {display: block;padding-left: 0;}
/* 全局配置 */
.mobile-show {display: block;}
.mobile-hidden {display: none;}

/* 全底部 */
.site-footer {
    padding: 20px 16px 0;
}
.site-footer .widget {
    padding: 0;width: 100%;
}
.footer-bottom .container {
    flex-flow: column;font-size: 12px;padding: 10px;height: auto;
}
.footer-bottom-left {
    flex-flow: column;
}
.footer-bottom-left .beian {
    margin: 10px 0;display: flex;align-items: center;font-size: 10px;
}
/* 漂浮导航 */
.mobile-footer-menu{position:fixed;bottom:0;width:100%;box-shadow:0 -1px 3px 0 rgba(26,26,26,.1);background:#fff;padding:5px;z-index:5;flex-flow:nowrap;display:flex;justify-content:space-between;transform:translate(0);transition:transform .5s,background-color .5s ease-out;box-sizing:border-box}
.mobile-footer-menu.mobile-show.footer-fixed{transform:translate(0,100%)}
.mobile-footer-left,.mobile-footer-right{display:flex;justify-content:space-around;width:100%;flex:1}
.mobile-footer-center{margin:0 auto;display:flex}
.mobile-footer-center button{width:100%;border:0;padding:0 8px}
.mobile-footer-center button i{font-size:22px;color:#fff;height:30px;text-align:center;border-radius:3px;line-height:31px;border-radius:7px}
.mobile-footer-menu a i{font-size:20px;line-height:20px}
.mobile-footer-menu a b{font-size:12px;display:block;margin-top:5px}
/* 小屏显示结束 */
}
/* 返回顶部图标 */
.layui-fixbar li.layui-icon {border-radius: 50%;}
/* 广告代码 */
.layui-col-lg2dot4, .layui-col-md2dot4, .layui-col-sm2dot4, .layui-col-xs2dot4 {
        position: relative;display: block;box-sizing: border-box
    }
    .layui-col-xs2dot4 {float: left}
    .layui-col-xs2dot4 {width: 19.9999992%}
    .layui-col-xs-offset2dot4 {margin-left: 19.9999992%}
	.index-ad1 {overflow: hidden;margin: 12px auto 10px;padding: 10px 10px 6px;background: #fff;position: relative;}
	.index-ad1 li {position: relative;}
	.adTag {z-index: 10;position: absolute;right: 10px;top: 10px; width: 45px;
		border: 1px solid #ebebeb;border-radius: 5px;color: #ebebeb;background-color: #000;
		opacity: .5;font-size: 12px;line-height: 27px;text-align: center;
	}
	.index-ad1 a {display: block;overflow: hidden;width: 100%;height: 70px;}
    .textad {margin: 13px 0px;background: #FFF;padding: 13px;position: relative;}
    .textad > ul li a{word-wrap: break-word; word-break: normal;}
    .textad > ul li {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;
		overflow: hidden;font-size: 14px;float: left;line-height: 25px;text-align: center;
    }
    .textad > div a:hover {opacity: 0.8}
	@media screen and (max-width: 800px){
		.index-ad1 a {height: 50px!important;
		}
		.index-ad1 a img {height: 50px!important;
		}
	}
    @media screen and (min-width: 768px) {
		.layui-col-sm2dot4 {float: left}
        .layui-col-sm2dot4 {width: 19.9999992%}
        .layui-col-sm-offset2dot4 {margin-left: 19.9999992%}
        .textad > ul li {line-height: 33px;}
    }
    @media screen and (min-width: 992px) {
        .layui-col-md2dot4 {float: left}
        .layui-col-md2dot4 {width: 18.9999992%;margin-right: 10px}
        .layui-col-md-offset2dot4 {margin-left: 19.9999992%}
    }
    @media screen and (min-width: 1200px) {
        .layui-col-lg2dot4 {float: left}
        .layui-col-lg2dot4 {width: 19.9999992%}
        .layui-col-lg-offset2dot4 {margin-left: 19.9999992%}
    }
	.goToTop {position: absolute;right: 0;bottom: 0px;font-size: 11px;color: #ff7f2b!important;
        padding: 3px 7px;border-radius: 5px;border: 1px solid #ff7f2b;cursor: pointer;}