/*
Theme Name: New ZWS
Theme URI: http://www.huitheme.com
Description: Crazy uncle
Author: Crazy uncle
Author URI: http://www.huitheme.com
Version: 2026.02
*/

@charset "UTF-8";
body{font-family:Songti SC,SimSun,sans-serif;color:#555;background-color:#000;font-size:14px;line-height:1;}
p{margin-top:0;margin-bottom:10px;}
ol,ul,dl{padding:0;margin:0;list-style:none;}
a,ins{color:#555;text-decoration:none;background-color:transparent;}
*:focus,textarea:focus,button:focus,input:focus{box-shadow:none;outline:0}
img{border:0;max-width:100%;height:auto;}
.show_m{-webkit-transition:all 0.6s ease;-o-transition:all 0.6s ease;transition:all 0.6s ease;}

@media (min-width:1200px){
    .container{max-width: 980px;}
}

.color_hui_bt{color: #a6a6a6 !important;}
.color_hui_zw{color: #a6a6a6 !important;}
.color_banquan{color:#282828;}
.color_banquan_a a{color:#282828;}
.bg_hui{background-color: #1d1d1d!important;}
.bg_shenhui{background: #151515!important;}

/*nav*/
.header-menu{}
.header-menu .header-menu-ul{font-size:0px;display: flex;gap: 1px;}
.header-menu .header-menu-ul li{display:inline-block;position:relative;}
.header-menu .header-menu-ul li:hover{}
.header-menu .header-menu-ul li a{padding: 8px 20px;display:block;font-size: 14px;color: #656565;position:relative;background-color: #272727;}
.header-menu .header-menu-ul li a:hover{color: #fff;}
.header-menu .header-menu-ul li.current-menu-item a,.header-menu .header-menu-ul li.current-menu-parent a,.header-menu .header-menu-ul li.current-menu-ancestor a{color: #fff;}

/*zw*/
.wznrys{}
/*hr*/
.wznrys hr{height:20px;border:none;position:relative;padding:0px;margin:10px 0px 25px 0px;}
.wznrys hr:after{content:"";width:100%;height:1px;background-color:#e2e2e2;position:absolute;top:10px;z-index:1;}
.wznrys hr:before{content:"";position:absolute;width:8px;height:8px;background-color:#ababab;left:50%;top:50%;transform:rotate(45deg);z-index:2;margin-top:-4px;margin-left:-4px;}

/*zw def*/
.wznrys p{line-height:2;padding-bottom: 20px;margin-bottom:0;margin-top:0;}
.wznrys img{max-width:100%;height:auto}
.wznrys h1,
.wznrys h2,
.wznrys h3,
.wznrys h4,
.wznrys h5,
.wznrys h6{margin-bottom:25px;margin-top:0px;line-height:30px;}
.wznrys h1{font-size:22px;}
.wznrys h2{font-size:20px;}
.wznrys h3{font-size:18px;}
.wznrys h4{font-size:16px;}
.wznrys h5{font-size:14px;}
.wznrys h6{font-size:14px;}
.wznrys ol,
.wznrys ul{margin-bottom:30px;list-style:disc;}
.wznrys ol li,
.wznrys ul li{margin-left:24px;margin-bottom:12px;line-height:2;}
.wznrys ol li a,
.wznrys ul li a{border-bottom:1px solid #3ca5f6;color:#3ca5f6;}
.wznrys strong{font-weight:bold;}

/*blockquote*/
.wznrys blockquote{position:relative;border:1px double rgba(0,0,0,.1);padding: 40px 25px 25px 25px;margin: 40px 0px 30px 0px;}
.wznrys blockquote:before{content:"\F6B0";font-family:'bootstrap-icons';background:#c62641;position:absolute;top:-20px;width:40px;height:40px;line-height:40px;border-radius:50%;text-align:center;color:#fff;left:calc(50% - 20px);}
.wznrys blockquote p{font-weight:bold;font-style:inherit;padding: 0;}
.wznrys blockquote cite{padding-bottom:0px;display:flex;font-size:16px;font-style:inherit;color:#777;}

/*wp-caption*/
.wznrys .wp-caption{max-width:100%;}
.wznrys .wp-caption p.wp-caption-text{text-align:center;padding-bottom:0px;margin-bottom:25px;font-size:12px;color:#888;font-weight:300;}
.wznrys .crayon-table tr:nth-child(odd){background:none;}

/*wz_code*/
.wznrys pre.wp-block-code{margin:50px 0px;position:relative;background:#282922;padding-top:36px;border-radius:5px;box-shadow:0 10px 30px 0 rgba(0,0,0,.4);}
.wznrys pre.wp-block-code code{font-size:13px;line-height:1.8;padding:15px 20px;border-radius:0px 0px 10px 10px;}
.wznrys pre.wp-block-code code table{border:none;line-height:1.8;margin:0;}
.wznrys pre.wp-block-code code table tr{border-bottom:1px solid #272727;}
.wznrys pre.wp-block-code code table tr:nth-child(odd){background:none;}
.wznrys pre.wp-block-code code table tr:last-child{border-bottom:none;}
.wznrys pre.wp-block-code code table tr td.hljs-ln-numbers{width:30px;}
.wznrys pre.wp-block-code code table tr td.hljs-ln-numbers .hljs-ln-n{text-align:center;color:#5a5a5a;font-weight:300;}
.wznrys pre.wp-block-code code table tr td.hljs-ln-numbers .hljs-ln-n:before{padding-right:10px;}
.wznrys pre.wp-block-code code table tr td.hljs-ln-code{border-left:1px solid #272727;text-indent:12px;}
.wznrys pre.wp-block-code code table tr td{border:none;text-align:inherit;line-height:inherit;}
.wznrys pre.wp-block-code:before{content:"";position:absolute;border-radius:50%;background:#fc625d;width:12px;height:12px;left:14px;top:12px;box-shadow:20px 0 #fdbc40,40px 0 #35cd4b;z-index:2;}

/*figure*/
.wznrys figure{margin-bottom:25px;}
.wznrys figure.wp-block-gallery{display:flex;flex-wrap:wrap;gap:20px;--wp--style--unstable-gallery-gap:20px;}

/*wz_table*/
.wznrys .wp-block-table{}
.wznrys .wp-block-table table{border:1px solid #e9e9e9;font-size:14px;margin-bottom:20px;border-right:none;border-bottom:none;}
.wznrys .wp-block-table table{}
.wznrys .wp-block-table table tr{border-bottom:1px solid #e7e7e7;}
.wznrys .wp-block-table table tr td,
.wznrys .wp-block-table table tr th{padding:12px 20px;border-right:1px solid #e7e7e7;}

/*wp-block-audio*/
.wznrys .wp-block-audio{margin-bottom:40px;}
.wznrys .wp-block-cover{margin-bottom:40px;}
.wznrys .wp-block-cover .wp-block-cover__inner-container{margin:0px 10%;}

/*wp-block-search*/
.wznrys .wp-block-search{margin-bottom:30px;}
.wznrys .wp-block-search .wp-block-search__label{display:none;}
.wznrys .wp-block-search .wp-block-search__inside-wrapper{background:#ebe9e9;padding:15px 20px;border-radius:5px;}
.wznrys .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input{background:#fff;border:none;border-radius:10px 0px 0px 10px;text-indent:15px;color:#a7a6a6;}
.wznrys .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button{background-color:#dc3544;margin-left:0px;border:none;font-size:14px;color:#fff;border-radius:0px 10px 10px 0px;padding:8px 25px;}

/*float*/
.wznrys .aligncenter{clear:both;display:block;margin:0 auto;}
.wznrys .alignright{float:right;margin:25px 0px 10px 20px;}
.wznrys .alignleft{float:left;margin:25px 20px 10px 0px;}

/*text-align*/
.has-text-align-left{text-align:left;}
.has-text-align-center{text-align:center;}
.has-text-align-right{text-align:right;}

/*font-size*/
.has-small-font-size{font-size:12px;}
.has-medium-font-size{font-size:16px;}
.has-large-font-size{font-size:20px;}
.has-x-large-font-size{font-size:24px;}

/*font-color*/
.has-black-color{color:#000000}
.has-black-background-color{background-color:#000000}
.has-cyan-bluish-gray-color{color:#ABB8C3}
.has-cyan-bluish-gray-background-color{background-color:#ABB8C3}
.has-white-color{color:#FFFFFF}
.has-white-background-color{background-color:#FFFFFF}
.has-pale-pink-color{color:#F78DA7}
.has-pale-pink-background-color{background-color:#F78DA7}
.has-vivid-red-color{color:#CF2E2E}
.has-vivid-red-background-color{background-color:#CF2E2E}
.has-luminous-vivid-orange-color{color:#FF6900}
.has-luminous-vivid-orange-background-color{background-color:#FF6900}
.has-luminous-vivid-amber-color{color:#FCB900}
.has-luminous-vivid-amber-background-color{background-color:#FCB900}
.has-light-green-cyan-color{color:#7BDCB5}
.has-light-green-cyan-background-color{background-color:#7BDCB5}
.has-vivid-green-cyan-color{color:#00D084}
.has-vivid-green-cyan-background-color{background-color:#00D084}
.has-pale-cyan-blue-color{color:#8ED1FC}
.has-pale-cyan-blue-background-color{background-color:#8ED1FC}
.has-vivid-cyan-blue-color{color:#0693E3}
.has-vivid-cyan-blue-background-color{background-color:#0693E3}
.has-vivid-purple-color{color:#9B51E0}
.has-vivid-purple-background-color{background-color:#9B51E0}

/*iframe*/
.wznrys iframe{width: 100%;height:600px;}


/*fanye*/
.posts-nav .page-numbers{color:#484747;padding:5px 8px;}
.posts-nav .page-numbers.current{color:#DCDCDC;}

/*comments*/
.comments-area{}
.comment-list{}
.comment-list li{}
.comment-list li .comment-body{border:1px solid #212529;margin-bottom:20px;padding:20px;position:relative;}
.comment-list li .comment-body .comment-author{position:relative;margin-bottom:10px;color:#555;}
.comment-list li .comment-body .comment-author img{width:50px;height:50px;border-radius:50%;}
.comment-list li .comment-body .comment-author cite{font-size:14px;font-style:initial;margin-right:10px;color:#555;}
.comment-list li .comment-body .comment-author cite a{color:#555;}
.comment-list li .comment-body .comment-author span{}
.comment-list li .comment-body .comment-meta{margin-bottom:20px;}
.comment-list li .comment-body .comment-meta a{color:#555;}
.comment-list li .comment-body .comment-meta a.comment-edit-link{}
.comment-list li .comment-body p{font-size:14px;color:#a6a6a6;margin-bottom:0px;line-height:1.6;}
.comment-list li .comment-body .reply{position:absolute;right:20px;top:20px;}
.comment-list li .comment-body .reply a{color:#555;font-size:13px;}
.comment-list li ol{padding-left:50px;border-left:1px solid #ccc;}
.comments-area .navigation{margin:35px 0px;}
.comments-area .navigation .screen-reader-text{display:none;}
.comments-area .navigation .nav-links{display:flex;justify-content:center;gap: 10px;}
.comments-area .navigation .nav-links a{font-size: 14px;background: #272727;padding:8px 15px;color: #a6a6a6;display:block;}
.comments-area .comment-respond{border:1px solid #212529;}
.comments-area .comment-respond .comment-reply-title{border-bottom:1px solid #212529;font-size:16px;padding:16px 20px;color:#7b7b7b;}
.comments-area .comment-respond .comment-reply-title small{}
.comments-area .comment-respond .comment-reply-title small a{font-size:14px;margin-left:20px;color:#212529;}
.comments-area .comment-respond .comment-form{padding:15px 20px;}
.comments-area .comment-respond .comment-form .comment-notes{display:none;}
.comments-area .comment-respond .comment-form label{display:block;font-size: 14px;margin-bottom:8px;color:#747474;}
.comments-area .comment-respond .comment-form input{width:100%;padding:12px 20px;border:1px solid #212529;background:none;font-size: 14px;color:#949494;}
.comments-area .comment-respond .comment-form textarea{width:100%;border:1px solid #212529;padding:15px 20px;height:100px;font-size: 14px;background:none;color:#939393;line-height:1.6;}
.comments-area .comment-respond .comment-form p{margin-bottom: 15px;}
.comments-area .comment-respond .comment-form .logged-in-as{font-size:13px;color:#949494;}
.comments-area .comment-respond .comment-form .logged-in-as a{color:#3b3b3b;text-decoration:underline;}
.comments-area .comment-respond .comment-form .comment-form-comment{}
.comments-area .comment-respond .comment-form .comment-form-author{width:49%;float:left;margin-right:1%;}
.comments-area .comment-respond .comment-form .comment-form-email{width:49%;float:left;margin-left:1%;}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent{display:none;}
.comments-area .comment-respond .comment-form .form-submit{margin-bottom:0px}
.comments-area .comment-respond .comment-form .form-submit .submit{width:auto;background:#272727;padding:10px 40px;font-size:14px;color:#949494;border:none;}
.comment-list .comment-respond{margin:-20px 0px 20px 0px;}
@media (max-width:768px){.comments-area .comment-respond .comment-form .comment-form-author{width:100%;margin-right:0;}
.comments-area .comment-respond .comment-form .comment-form-email{width:100%;margin-left:0;}
}

