/*
Theme Name: pan
Theme URI: http://www.huitheme.com
Description: Crazy uncle
Author: Crazy uncle
Author URI: http://www.huitheme.com
Version: 2024.05
*/
@charset "UTF-8";
body{font-family:sans-serif;color:#333;font-size:14px;line-height:1;}
p{margin-top:0;margin-bottom:10px;}
ol,
ul,
dl{padding:0;margin:0;list-style:none;}
a{color:#333;text-decoration:none;background-color:transparent;}
a:hover{color:#07A770;text-decoration:none;}
*:focus,
textarea:focus,
button:focus,
input:focus{box-shadow:none;outline:0}
img{border:0;max-width:100%;height:auto;}
#wp-admin-bar-wp-logo{display:none!important}
.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:1400px;}
}

/*head*/
.headtop{background:#07A770;padding:10px 0px;}
.headtop p{text-align:center;margin-bottom:0px;color:#fff;}
.head{padding:20px 0px;position:sticky;background:#fff;top:0px;z-index:999;box-shadow:0 1px 4px rgba(21,26,48,.08);}
.logo{}
.logo img{height:60px;}
.head_right{text-align:right;}
.head_right .top_right_a{color:#fff;width:30px;height:30px;display:inline-flex;background:#07A770;justify-content:center;align-items:center;border-radius:50%;padding:0px;margin:0px 0px 0px 10px;border:none;}
.head_right .top_right_a i{font-size:16px;}
@media (max-width:992px){
    .head_right{display:none;}
}

/*nav*/
.header-menu{}
.header-menu .header-menu-ul{font-size:0px;}
.header-menu .header-menu-ul li{display:inline-block;position:relative;padding:0px 22px;}
.header-menu .header-menu-ul li:hover{}
.header-menu .header-menu-ul li a{display:block;font-size:15px;color:#333;padding:20px 0px;text-transform:uppercase;font-weight:500;}
.header-menu .header-menu-ul li .sub-menu{display:none;position:absolute;top:55px;left:0px;background:#fff;width:200px;box-shadow:0px 7px 9px 5px rgb(0 0 0 / 3%);z-index:99;padding:10px;}
.header-menu .header-menu-ul li .sub-menu li{width:100%;}
.header-menu .header-menu-ul li .sub-menu li a{font-size:14px;padding:15px 0px;border-bottom:none;}
.header-menu .header-menu-ul li .sub-menu li a:after{display:none}
.header-menu .header-menu-ul li .sub-menu .sub-menu{position:absolute;left:200px;top:0px;}
.header-menu .header-menu-ul li.menu-item-has-children>a:after{content:'\F282';font-family:'bootstrap-icons';margin-left:5px;font-size:12px;transform:scale(0.7);display:block;position:absolute;right:0px;top:22px;}
.header-menu .header-menu-ul li .sub-menu .menu-item-has-children a:after{content:'\F282';font-family:'bootstrap-icons';display:block;float:right;transform:rotate(270deg);-webkit-transform:rotate(270deg);}
.header-menu .header-menu-ul li.current-menu-item{}
.header-menu .header-menu-ul li.current-menu-item>a{color:#07A770;border-bottom:2px solid #07A770;}
@media (max-width:992px){
    .header-menu{display:none;}
}

/*search*/
#c_sousuo{height:150px;}
.search_close{position:absolute;right:0px;top:0px;cursor:pointer;z-index:5;background:#e2e2e2;width:40px;height:40px;border:none;}
.search_close:after{content:"";position:absolute;background-color:black;left:20px;width:1px;height:20px;transform:rotate(-45deg);top:10px;}
.search_close:before{content:"";position:absolute;background-color:black;left:20px;width:1px;height:20px;transform:rotate(45deg);top:10px;}
.search_box{margin:50px 0px;text-align:center;}
.search_box .ss_a{width:100%;position:relative;border:3px solid #dddddd;line-height:40px;overflow:hidden;padding:0px 15px;}
.search_box .ss_a input{width:100%;border:none;font-size:12px;color:#b7b7b7;background:none;}
.search_box .ss_a button{position:absolute;top:3px;right:12px;bottom:3px;border:none;color:#b7b7b7;border-radius:5px;line-height:1;background:none;}

/*banbox*/
.banbox{width:100%;position:relative}
.banbox .owl-nav{position:absolute;top:50%;width:100%;margin-top:-27.5px}
.banbox .owl-nav button:focus{box-shadow:none;outline:0}
.banbox .owl-nav button.owl-prev:hover{background:rgb(22 22 23 / 90%);}
.banbox .owl-nav button.owl-next:hover{background:rgb(22 22 23 / 90%);}
.banbox .owl-nav button.owl-prev:after{content:"\F27A";font-family:bootstrap-icons;font-weight:400;font-size:22px;color:#fff;}
.banbox .owl-nav button.owl-next:after{content:"\F27B";font-family:bootstrap-icons;font-weight:400;font-size:22px;color:#fff;}
.banbox .owl-nav button.owl-prev{position:absolute;left:0;width:55px;height:55px;text-align:center;line-height:55px;opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border-radius:50%;background-color:rgb(22 22 23 / 69%);}
.banbox .owl-nav button.owl-next{position:absolute;right:0;width:55px;height:55px;text-align:center;line-height:55px;opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border-radius:50%;background-color:rgb(22 22 23 / 69%);}
.banbox:hover .owl-nav button.owl-prev{left:30px;opacity:.9;}
.banbox:hover .owl-nav button.owl-next{right:30px;opacity:.9;}
.banbox .owl-dots{text-align:center;position:absolute;bottom:50px;width:100%}
.banbox .owl-dots .owl-dot{display:inline-block;margin:0 5px;}
.banbox .owl-dots .owl-dot span{width:15px;height:15px;display:block;background:#07A770;border-radius:50%}
.banbox .owl-dots .active span{background:#ffffff;}
.banbox .item{background-position:center;background-size:cover;background-repeat:no-repeat;}
.banner_show{position:relative;padding:300px 0PX;}
.banner_show h3{font-size:58px;font-weight:700;margin-bottom:20px;}
.banner_show h4{font-size:26px;color:#3e3d3d;margin-bottom:50px;line-height:1.6;}
.banner_show a{background:#07A770;padding:15px 50px;display:inline-flex;font-size:18px;color:#fff;border-radius:30px;font-weight:600;}
@media (max-width:768px){
    .banner_show{padding:100px 0px 150px 0px;text-align:center;}
    .banner_show h3{font-size:40px;}
    .banner_show h4{font-size:18px;}
}

/*index_look*/
.index_look{background:#f9f9f9;padding:80px 0px;}
.index_title{margin-bottom:50px;text-align:center;text-transform:uppercase;}
.index_title h3{font-size:30px;margin-bottom:20px;font-weight:700;}
.index_title p{margin-bottom:0px;line-height:1.6;font-size:16px;letter-spacing:0.5px;font-weight:500;color:#616161;}
@media (max-width:768px){
    .index_title h3{font-size:24px;}
}

/*cpzs*/
.cpzs{}
.cpzs .owl-nav{position:absolute;top:50%;width:100%;margin-top:-55px;}
.cpzs .owl-nav button:focus{box-shadow:none;outline:0}
.cpzs .owl-nav button.owl-prev:hover{background:rgb(22 22 23 / 90%);}
.cpzs .owl-nav button.owl-next:hover{background:rgb(22 22 23 / 90%);}
.cpzs .owl-nav button.owl-prev:after{content:"\F27A";font-family:bootstrap-icons;font-weight:400;font-size:22px;color:#fff;}
.cpzs .owl-nav button.owl-next:after{content:"\F27B";font-family:bootstrap-icons;font-weight:400;font-size:22px;color:#fff;}
.cpzs .owl-nav button.owl-prev{position:absolute;left:-40px;width:40px;height:40px;text-align:center;line-height:40px;border-radius:50%;background-color:#07A770;}
.cpzs .owl-nav button.owl-next{position:absolute;right:-40px;width:40px;height:40px;text-align:center;line-height:40px;border-radius:50%;background-color:#07A770;}
.cpzs:hover .owl-nav button.owl-prev{}
.cpzs:hover .owl-nav button.owl-next{}
.cpzs .owl-dots{display:none}
.cpzs .item{}
.cpzs .item .look_list{text-align:center;display:block;}
.cpzs .item .look_list img{border-radius:50%;border:1px solid #07A770;background:#fff;width:110px;margin:0px auto 20px auto;}
.cpzs .item .look_list h2{font-size:18px;font-weight:500;position:relative;padding-top:20px;}
.cpzs .item .look_list h2:before{content:"";width:50px;height:2px;position:absolute;top:0px;background:#07A770;left:calc(50% - 25px);}
@media (max-width:768px){
    .cpzs .owl-nav{display:none}
    .index_cat_show{overflow:hidden;}
    .index_cat_show .cpzs{width:120%;}
}

/*index_love*/
.index_love{padding:80px 0px;}
.love_list{position:relative;display:flex;flex-direction:column;align-items:center;}
.love_list_img{overflow:hidden;}
.love_list_img img{transition:transform 0.3s ease;}
.love_list_img img:hover{transform:scale(1.2);}
.love_list h2{background:#07A770;padding:10px;font-size:16px;color:#fff;position:absolute;font-weight:normal;margin:20px;bottom:0px;text-align:center;}
.love_list:hover h2{background:#333;}
@media (max-width:768px){
    .love_list h2{font-size:14px}
}

/*index_tab*/
.index_tab{padding:100px 0px;background:#fff9f9;}
.tab_title{text-align:center;display:block;padding:20px 0px;margin-bottom:30px;white-space:nowrap;overflow-x:auto;overflow-y:hidden;}
.tab_title button{display:inline-block;color:#000;padding:15px 30px;font-size:16px;margin:0px 10px;border:1px solid #d4d4d4;background:#ffffff;}
.tab_title button.active{border:1px solid #07A770;background:#07A770;color:#fff;}
.tab_list{}
.tab_list h3{font-size:16px;text-align:center;line-height:1.6;}
.tab_list .show_img_box{overflow:hidden;margin-bottom:10px;}
.tab_list .show_img_box img{background:#07A770;border:1px solid #eeeeee;transition:transform 0.3s ease;}
.tab_list .show_img_box .show_img_two{display:none!important}
.tab_list:hover .show_img_box .show_img_one{display:none!important}
.tab_list:hover .show_img_box .show_img_two{display:block!important}
.tab_list:hover .show_img_box img{transform:scale(1.2);}
.sytab{position:relative;}
.sytab .item{}
.sytab .owl-nav{position:absolute;top:45%;width:100%;margin-top:-27.5px;}
.sytab .owl-nav button.owl-prev:after{content:"\F284";font-family:bootstrap-icons;font-weight:400;font-size:16px;color:#07A770;}
.sytab .owl-nav button.owl-next:after{content:"\F285";font-family:bootstrap-icons;font-weight:400;font-size:16px;color:#07A770;}
.sytab .owl-nav button.owl-prev{position:absolute;left:-80px;width:40px;height:40px;text-align:center;line-height:40px;opacity:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border-radius:50%;border:1px solid #07A770;}
.sytab .owl-nav button.owl-next{position:absolute;right:-80px;width:40px;height:40px;text-align:center;line-height:40px;opacity:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border-radius:50%;border:1px solid #07A770;}
.sytab .owl-nav button.owl-next:hover{background:#07A770;}
.sytab .owl-nav button.owl-prev:hover{background:#07A770;}
.sytab .owl-nav button.owl-next:hover:after{color:#fff;}
.sytab .owl-nav button.owl-prev:hover:after{color:#fff;}
.sytab .item .tab_list{}
.sytab .item .tab_list img{margin-bottom:10px;}
.sytab .item .tab_list h3{font-size:16px;text-align:center;}
@media (max-width:768px){
    .sytab .owl-nav{display:none;}
}

/*index_ad*/
.index_ad{background:url(assets/img/index_ad.png);background-size:cover;background-attachment:fixed;margin-bottom:50px;position:relative;}
.ad_txt{padding:200px 0px;position:relative;z-index:9;}
.ad_txt h3{font-size:40px;margin-bottom:20px;color:#fff;font-weight:600;}
.ad_txt a{background:#07A770;padding:10px 20px;font-size:16px;font-weight:bold;color:#fff;display:inline-block;text-transform:uppercase;}
.ad_txt a i{}
.index_ad:after{content:'';width:100%;height:100%;position:absolute;background:rgb(0 0 0 / 22%);inset:0;}
@media (max-width:768px){
    .ad_txt{padding:60px 0px;text-align:center;}
    .ad_txt h3{font-size:28px;}
}

/*index_offer*/
.index_offer{padding:50px 0px;}
.offer_list{display:block;position:relative;}
.offer_list_pic{overflow:hidden;}
.offer_list_pic img{transition:transform 0.3s ease;}
.offer_list_pic img:hover{transform:scale(1.03);}
.offer_list_txt{position:absolute;top:50px;left:50px;}
.offer_list_txt h3{margin-bottom:16px;font-weight:700;font-size:26px;}
.offer_list_txt p{color:#555;font-size:16px;}
@media (max-width:768px){
    .offer_list_txt{inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;}
    .offer_list_txt h3{font-size:20px}
}

/*index_ys*/
.index_ys{padding:50px 0px;margin-bottom:50px;}
.ys_list{display:flex;flex-direction:row;align-items:center;}
.ys_list img{margin-right:20px;height:80px;}
.ys_list_txt{}
.ys_list_txt h3{font-size:16px;font-weight:600;}
.ys_list_txt p{margin-bottom:0px;line-height:1.6;color:#696969;}
@media (max-width:768px){
    .ys_list{display:flex;flex-direction:column;text-align:center;margin-bottom:20px;}
    .ys_list img{margin:0px 0px 20px 0px;}
}

/*foot*/
.foot_box{background:#f9f9f9;padding:60px 0px;}
.foot_logo{width:200px;}
.foot_logo img{height:90px;margin-bottom:30px;display:block;}
.foot_logo a{background:#07A770;font-size:16px;border-radius:50%;margin-right:5px;display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;}
.foot_logo a i{color:#fff;}
.foot_ul_box{margin-bottom:20px;}
.foot_nav_name{color:#07A770;font-size:20px;margin-bottom:20px;text-transform:uppercase;font-weight:600;}
.foot-ul{}
.foot-ul li{margin-bottom:14px;}
.foot-ul li a{/* color:#07A770; */font-size:15px;}
.foot_ul_box p{line-height:1.4;/* color:#07A770; */font-size:15px;}
.foot_banquan{background:#f2f2f2;padding:30px 0px;border-top:1px solid #dddddd;}
.banquan{}
.banquan p{color:#07A770;text-align:center;margin-bottom:0px;}
@media (max-width:768px){
    .foot_logo{display:block;margin:0 auto 30px auto;}
    .foot_ul_box{text-align:center;}
}

/*cat_top*/
.cat_top{padding:50px 0px;background:#f9f9f9;}
.cat_top_pic{}
.cat_top_pic img{}
.cat_list{padding:50px 0px;}
.page_top_title{text-transform:uppercase;font-size:34px;font-weight:600;margin:0;}
@media (max-width:768px){
    .page_top_title{margin:0px;}
}

/*page_about*/
.about_zw{padding:100px 0px;}
.about_our{padding:100px 0px;background:#f9f9f9;}
.about_our_list{text-align:center;}
.about_our_list img{margin-bottom:20px;height:100px;}
.about_our_list h3{font-size:20px;font-weight:600;margin-bottom:20px;}
.about_our_list p{line-height:1.8;margin-bottom:0px;color:#555;font-size:15px;}
.about_zuoyou{padding:100px 0px 50px 0px;}
.about_zuoyou .container .zuoyou_box:nth-child(odd) .diandao{display:flex;flex-direction:row-reverse;}
@media (max-width:768px){
    .about_zw{padding:50px 0px;}
    .about_our{padding:50px 0px}
    .about_our_list{margin-bottom:30px;}
    .about_zuoyou{padding:50px 0px;}
}

/*page_faq*/
.page_faq{padding:50px 0px;}
.faq_box{border-top:1px solid #eee;padding-top:20px;}
.faq_list{border-bottom:1px solid #eee;padding-bottom:20px;margin-bottom:20px;}
.faq_list button{background:none;border:none;font-size:22px;position:relative;width:100%;text-align:left;display:block;color:#333;padding:0px;font-weight:600;padding:20px 0px;}
.faq_body{margin-bottom:20px;}
.faq_body p{line-height:1.6;margin-bottom:0px;font-size:16px;color:#666;font-weight:500;}
.faq_list button[aria-expanded="true"]:before{content:"\F279";font-family:'bootstrap-icons';position:absolute;font-size:12px;right:30px;}
.faq_list button[aria-expanded="false"]:before{content:"\F27C";font-family:'bootstrap-icons';position:absolute;font-size:12px;right:30px;}
@media (max-width:768px){
    .faq_list button[aria-expanded="true"]:before{right:10px;}
    .faq_list button[aria-expanded="false"]:before{right:10px;}
}

/*page_contact*/
.contact_box{padding:50px 0px;}
.biaodan h1{margin-bottom:20px;font-weight:600;text-transform:uppercase;font-size:30px;}
.biaodan input{padding:10px;border-radius:0px;width:100%;border:1px solid #ccc;}
.biaodan textarea{width:100%;border:1px solid #ccc;padding:10px;margin-bottom:20px;height:80px;}
.biaodan [type=submit]{background:#07A770;border:none;padding:15px 30px;color:#fff;}
.about_map{margin-bottom:100px;}

/*post*/
.post_cpzs{padding:100px 0px;}
.cpzs_left{position:sticky;top:130px;}
.product_head_right{}
.product_head_right .product_head_title{font-size:24px;font-weight:600;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #efefef;}
.product_head_right_info{padding-bottom:10px;margin-bottom:20px;border-bottom:1px solid #efefef;}
.product_head_right_info p{margin-bottom:10px;font-size:12px;}
.product_head_right_info p span{margin-right:10px;font-weight:600;text-transform:capitalize;}
.product_head_right_info p a{background:#f7f7f7;padding:5px 10px;color:#878787;display:inline-block;margin-right:5px;font-style:inherit;}
.product_chat{margin-bottom:30px;}
.product_chat a{padding:18px 0px;background:#07A770;color:#fff;text-transform:uppercase;text-align:center;font-weight:600;display:block;font-size:16px;}
.product_chat a i{}
.product_chat .product_tel{padding:15px 30px;background:#000000;color:#fff;width:50%;text-align:center;font-weight:600;}
.product_chat .product_tel i{}
.product_tezheng{padding-bottom:10px;margin-bottom:20px;border-bottom:1px solid #efefef;}
.product_tezheng h3{font-size:15px;margin-bottom:15px;font-weight:600;}
.product_tezheng p{color:#555;font-size:15px;line-height:1.8;}
.product_owl{position:relative;margin:20px 0px;padding:0px 40px 20px 40px;overflow:hidden;}
.product_owl .owl-nav{position:absolute;top:50%;width:100%;margin-top:-38px;}
.product_owl .owl-item img{display:inline-block;width:100%;}
.product_owl .owl-nav button{}
.product_owl .owl-nav button.owl-prev{position:absolute;left:-40px;border-radius:8px 0px 0px 8px;overflow:hidden;background:#07A770;}
.product_owl .owl-nav button.owl-next{position:absolute;right:40px;border-radius:0px 8px 8px 0px;overflow:hidden;background:#07A770;}
.product_owl .owl-nav button span{width:30px;display:block;font-size:30px;line-height:60px;color:#fff;}
.product_owl .owl-nav button.disabled span{color:#fff;}
.product_owl .owl-stage-outer{}
.product_owl .owl-dots{display:none}
.product_owl .owl-item .item .nav-link{border:1px solid #e9e9e9;padding:3px;margin-right:1px;}
.product_owl .owl-item .item .nav-link.active{border:1px solid #07A770;}
.product_fancybox_head{position:relative;}
.product_fancybox_head:before{content:"\F62C";font-family:"bootstrap-icons";position:absolute;right:15px;bottom:10px;width:30px;height:30px;background:#07A770;display:flex;align-items:center;justify-content:center;color:#fff;z-index:999;}
.product_fancybox img{cursor:pointer;background:#f7f7f7;border:1px solid #eeeeee;}
.post_ys{background:#f9f9f9;padding:100px 0px;}
.post_xg{padding:50px 0px;}
.post_fh{background:#07A770;width:200px;height:50px;line-height:50px;font-size:16px;font-weight:normal;text-transform:uppercase;margin:30px auto;text-align:center;}
.post_fh a{color:#fff;display:block;}
.post_fh a i{margin-left:10px;}
.post_fh:hover{color:#fff;background:#000;transition:.4s}
@media (max-width:768px){
    .post_cpzs{padding:50px 0px;}
    .post_ys{padding:50px 0px;}
    .product_chat{display:flex;flex-direction:column;}
    .product_chat a{width:100%;margin-bottom:20px;}
    .product_chat .product_tel{width:100%}
}

/*mobile_anniu*/
#mobile_right_nav{width:300px;border:none;}
#mobile_right_nav .mobile_head{padding:15px 22px;color:#fff;background:#fee9e9;display:flex;justify-content:space-between;}
#mobile_right_nav .mobile_head .mobile_head_logo{display:flex;align-items:center;color:#333;justify-content:center;}
#mobile_right_nav .mobile_head .mobile_head_logo img{height:48px;}
#mobile_right_nav .mobile_head .mobile_head_logo b{}
#mobile_right_nav .menu-zk{margin:20px;background:#fee9e9;border-radius:8px;}
#mobile_right_nav .menu-zk li{line-height:46px;position:relative;}
#mobile_right_nav .menu-zk li a{font-size:16px;display:block;border-bottom:1px solid #f8f8f8;color:#333;padding:10px 30px;}
#mobile_right_nav .menu-zk li:last-child a{border-bottom:none;}
#mobile_right_nav .menu-zk .sub-menu{display:none;background:#07A770;}
#mobile_right_nav .menu-zk .sub-menu li a{font-size:12px;color:#ffffff;font-weight:300;border-bottom:none;}
#mobile_right_nav .menu-zk .menu-item-has-children .czxjcdbs:before{content:"\F279";font-family:'bootstrap-icons';position:absolute;right:20px;top:10px;color:#ffffff;width:30px;height:30px;line-height:30px;margin:8px 0px;text-align:center;display:block;cursor:pointer;background:#fdbebe;border-radius:50%;font-size:10px;}
#mobile_right_nav .menu-zk .menu-item-has-children .kai:before{content:"\F27C";font-family:'bootstrap-icons';}
.mobile_an{display:none;position:relative;float:right;color:#000000;border:none;background:none;}
@media (max-width:992px){
    .mobile_an{display:block;}
    .mobile_an i{font-size:30px;}
}

/*zw*/
.wznrys{}
.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;}
.wznrys .post-image{padding-bottom:20px}
.wznrys p{line-height:2;padding-bottom:20px;margin-bottom:0;margin-top:0;font-size:15px;}
.wznrys h1,
.wznrys h2,
.wznrys h3,
.wznrys h4,
.wznrys h5,
.wznrys h6{margin-bottom:25px;margin-top:0px;line-height:30px;font-weight:600;}
.wznrys h1{font-size:22px;}
.wznrys h2{font-size:24px;font-weight:600;}
.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 p img{max-width:100%;height:auto}
.wznrys blockquote{position:relative;border:1px double rgba(0,0,0,.1);padding:45px 30px 40px 30px;margin:40px 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{padding:0px 0px 5px 0px;font-weight:bold;font-size:18px;font-style:inherit;}
.wznrys blockquote cite{padding-bottom:0px;display:flex;font-size:16px;font-style:inherit;color:#777;}
.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;}
.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 p a{border-bottom:1px solid #3ca5f6;color:#3ca5f6;margin:0 4px}
.wznrys strong{font-weight:bold;}
.wznrys .crayon-table tr:nth-child(odd){background:none;}
.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:before{content:attr(class);position:absolute;top:6px;right:20px;color:#3e3e3e;text-transform:uppercase;}
.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;}
.wznrys .wp-block-image{margin-bottom:30px;}
.wznrys .wp-block-image figure{}
.wznrys .wp-block-image figure img{}
.wznrys .wp-block-image figure.aligncenter{}
.wznrys .wp-block-image figure.aligncenter img{display:block;margin:auto;}
.wznrys figure{border:none!important;}
.wznrys figcaption{font-size:12px;font-weight:300;margin:15px 0px!important;text-align:center;}
.wznrys .wp-block-gallery figcaption{margin:0!important;}
.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;line-height:1.6;}
.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%;}
.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;}
.wznrys .has-text-align-left{text-align:left;}
.wznrys .has-text-align-center{text-align:center;}
.wznrys .has-text-align-right{text-align:right;}

/*mbx*/
.breadcrumb{list-style:none;margin:10px 0px;padding:0px;font-weight:300;font-size:12px;background:none;}
.breadcrumb-home:before{content:"\f015";font-family:'FontAwesome';margin-right:8px;}
.breadcrumb li{display:inline-block;}
.breadcrumb li em{font-style:inherit;margin:0px 8px;}
.breadcrumb li em:last-child{display:none}
.breadcrumb li a{}
.breadcrumb-item.active{}
@media (max-width:768px){
    .breadcrumb{white-space:nowrap;overflow-x:auto;overflow-y:hidden;display:block;}
}

/*topban*/
.topban_img{background-size:cover;background-repeat:no-repeat;background-position:center center;display:flex;text-align:center;justify-content:center;align-items:center;padding:150px 0px;}
@media (max-width:768px){
    .topban_img{padding:80px 0px;}
}

/*fy*/
.posts-nav{text-align:center;margin:80px 0px 50px 0px;}
.posts-nav .page-numbers{color:#07A770;display:inline-block;padding:10px 15px;font-size:14px;background-color:#efefef;margin:0 2px;font-family:Arial;transition:all .6s;color:#5b5959;}
.posts-nav .current,
.posts-nav .page-numbers:hover{color:#fff;background-color:#07A770;}

/*universal_description*/
.universal_description h1,
.universal_description h2{margin-bottom:25px;margin-top:0px;line-height:30px;font-weight:700;font-size:32px;}
.universal_description p{line-height:1.8;padding-bottom:20px;margin-bottom:0;margin-top:0;font-size:17px;}
@media (max-width:768px){
    .universal_description{text-align:center;}
}

/*category_name_loop*/
.category_name_loop{margin-bottom:50px;}
.category_name_loop li{display:inline-block;}
.category_name_loop li a{padding:15px 30px;display:block;color:#000;font-size:16px;margin-right:15px;border:1px solid #d4d4d4;background:#ffffff;}
.category_name_loop li.current-category{}
.category_name_loop li.current-category a{border:1px solid #07A770;background:#07A770;color:#fff;color:#fff;}
@media (max-width:768px){
    .category_name_loop{text-align:center;}
    .category_name_loop li a{padding:10px 15px;font-size:14px;margin-bottom:15px;}
}
@media (max-width:768px){
    .sjbxs{display:none}
}