/*
Theme Name: linkcode
Text Domain: 
Version: 1.0
Tested up to: 5.9
Requires at least: 4.7
Requires PHP: 7.0
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: 鸟瞰模板
Author URI: https://aj0.cn/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
/*隐藏pc导航*/
.lk-head-box .burger,.nav-tool-box{
          display: none;
      }
  @media screen and (max-width: 768px){
/*.uk-sticky ul.uk-navbar-nav {display: none;}*/
nav .uk-navbar .uk-navbar-left{display: none;}
nav .uk-navbar .uk-navbar-right{display: none;}
.uk-sticky .burger{
          display: grid;
      }
      .uk-logo{
    flex-grow: 1;
}
.nav-tool-box{display:flex;}
  }


/*按钮*/
.nav-tool-box .sousuo, .nav-tool-box .bark {
  width: 38px;
  padding: 0;
  background: transparent;
    background-color: transparent;
  background-color: transparent;
  color: #000;
  font-size: 0.875rem;
  border-radius: 50px;
  background-color: #f6f6f6;
}
.layui-btn:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  color: #fff;
}
.layui-btn {
  height: 38px;
  line-height: 38px;
  border: 1px solid transparent;
  padding: 0 18px;
  background-color: #009688;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
}
/* -------------- 顶部 -------------- */
#headerTop{background: #f5f7fa;line-height: 30px;color: #424242;font-size: 14px;overflow: hidden;}
#headerTop em{font-style: normal;color: #EB3E02;}
.uk-navbar-right {
 margin-left:auto
}
/* 首页新闻 */
.section-new-list{border: 1px solid #ccc;}
/*内容页面标题下面的信息*/
.uk-subnav > * > :first-child {
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  color: #999;
  font-size: .875rem;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
    transition-property: all;
  transition-property: color, background-color;
}


/*文章之间的的下划线实现*/
/*.linkcode-list-loop .item + .item {*/
/*  margin-top: 25px;*/
/*}*/
/*.linkcode-list-loop .item {*/
/*  padding: 0 0 25px;*/
/*  position: relative;*/
/*  word-wrap: break-word !important;*/
/*}*/
/*.linkcode-list-loop .item::after {*/
/*  content: "";*/
/*  width: calc(100% );*/
/*  height: 1px;*/
/*  background-color: #eee;*/
/*  position: absolute;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*}*/





/*添加li的前面小点*/
.link-list-single li{position: relative;
padding-left: 24px;
margin-bottom: 16px !important;}
.link-list-single li::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  left: 0;
  top: 6px;
  border-radius: 50%;
  background: #0bb27a;
}
/*去掉默认的li颜色*/
.link-li-no-color ul > li a {
  font-size: 0.875rem;
  line-height: 1.625rem;
  color: #52616b;
}
/*面包屑*/
.map ul{
 
}


/**/
.post-graphic {
  width: 39.9%!important;
  float: left;
  height: 100%;
  margin-right: 20px;
}
.item-body {
  width: 59.9%!important;
  float: left;
  justify-content: space-around;
  flex-direction: column;
  display: flex;
}
.article-component{
	display: flex;
	    justify-content: space-between;
}

.list-cards-two .lazyload{
width: 100%;
height: 100%;
transition: all .2s;
overflow: hidden;
-o-object-fit: cover;
object-fit: cover;}


/*tags*/
/*首页组件取消*/
.lk-tab .uk-tab::before {
    display: none;
}
.uk-nav-sub ul{

  padding: 5px 15px 5px 15px!important;
}

/*顶部搜索*/
.icon-search {
    cursor: pointer;
}
#head-search {}
#head-search .uk-modal-dialog {
    width: 800px;
    background: transparent;
}
#head-search form {
    background: #fff;
    height: 60px;
}
#head-search form i {
    margin-left: 15px;
}
#head-search input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--br-c)!important;
    margin-left: 5px;
    margin-right: 20px;
}
#head-search button {
    padding: 0px 15px;
    border: 0;
    height: 70%;
    white-space: nowrap;
    font-size: 15px;
    letter-spacing: 5px;
    margin-right: 10px;
}
#head-search .search-tags {}
#head-search .search-tags ul {
    padding: 0;
    margin: 0;
    margin-top: -5px;
}
#head-search .search-tags ul li {
    display: inline-block;
    line-height: 28px;
    margin-top: 5px;
    margin-right: 2px;
}
#head-search .search-tags ul li a {
    display: block;
    background: var(--bg-c);
    padding: 3px 9px;
    border-radius: 3px;
    color: #606266;
}
#head-search .search-tags ul li a:hover {
    background: var(--pm-c);
    color: #fff;
}
#head-search .search-tags ul li a {
  display: block;
  background: #f0f1f2;
  padding: 3px 9px;
  border-radius: 3px;
  color: #606266;
}
#head-search .search-tags ul li a:hover {background: #c9ced2;}
/*小工具下面的图标*/
.module-article .article-item .article-info i {
  display: inline-block;
  transform: translateY(2px);
}
/*手机侧边栏导航*/
.wap_nav ul.uk-nav li a {
    width: 100%;
}
.wap_nav .uk-nav-parent-icon > .uk-parent > a::after{margin-left:auto;}
/*.uk-offcanvas-bar{background: #2b98a4!important;}*/
/*一个按钮*/
.lk_button_mr{
    margin: 0 .7% 1.4%;
    padding: 5px 12px;
    font-size: 12px !important;
    line-height: 1.2;
    text-align: center;
    border: 1px solid rgba(100,100,100,.3);
    border-radius: 2px;
    background: rgba(255,255,255,.2);
    color: #6f6f6f;
}
.lk_button_mr:hover{
    background: #c9ced2;color: #fff;
}
#u_assembly div.uk-position-medium>a{
    padding: 10px 18px;
    color: #000;
    transition: .1s ease-in-out;
    transition-property: color,background-color,border-color,box-shadow;
    background-color: #ffffff52;
border-radius: 5px;
}

/*导航的个人信息登录盒子*/
@media screen and (max-width: 768px){.link-header nav .hedsearch #login{display: none;}}
.link-header nav .hedsearch #login:hover +#lk_head_user_box,#lk_head_user_box:hover{display:block!important;}
.link-header nav .hedsearch #login>img{border-radius: 50%;}
#lk_head_usebutr_box{
background-image: url(http://link.117112.xyz/wp-content/uploads/2022/07/model-bg.png);
position: absolute;
top: 60px;
right: 0px;
z-index: 99;
padding: 10px;}
.link-header   nav .hedsearch #login:hover +#lk_head_usebutr_box,#lk_head_usebutr_box:hover{display:block!important;}
#lk_head_user_box{max-width: 500px;min-width: 300px;position: absolute;top: 60px;right: 0px;z-index: 99;padding: 10px;}
#lk_head_user_box .count>p{width: 25%;text-align: center;display: flex;flex-flow: column;align-items: center;}
#lk_head_user_box .count>p,#lk_head_user_box .count>b{    line-height: 1.5;font-size: 14px;color:black;}
#lk_head_user_box .toolbut a>i {
  background-color: #eee;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 0;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
#lk_head_user_box .toolbut,#lk_head_user_box .count{display: flex;justify-content: space-around;}
#lk_head_user_box .count>div{display: flex;flex-direction: column;align-items: center;}
#lk_head_user_box .toolbut a{font-size: 10px;}
#lk_head_user_box *{color:black!important;}
#lk_head_user_box .information .Logout{padding: 5px;background: #eee;margin-right: 5px;border-radius:6px;}
#lk_head_user_box .information .Logout:hover{background: #d5d5d5;}
/*23首页组件功能介绍轮播图*/
#w_assembly .flot-but a{
width: 40px;
height: 40px;
    color: #646262;
border: 1px solid #D2D2D2;
background-color: #FFF;
-webkit-box-shadow: 0 2px 0 rgba(0,0,0,.016);
box-shadow: 0 2px 0 rgba(0,0,0,.016);
-webkit-border-radius: 50%;
border-radius: 50%;}
/*手机端侧边栏*/
.wap_nav> ul > li>a{
font-weight: 400;
color: #fff;
border-bottom: 1px solid rgba(0,0,0,.05);
line-height: 28px !important;
}
.wap_nav> ul > li>ul>li>a{
font-weight: 400;
transition: height .3s;

}
.wap_nav >ul .uk-parent a{height: 30px !important;}
.wap_nav .uk-nav-parent-icon > .uk-parent > a::after {
margin-right: revert !important;
  border-left: 1px solid #29909c !important;
}
/*侧边栏浮动小工具*/
.kefubox p{padding:0;margin:0;}
@media screen and (min-width:1px){.kefubox{position:fixed;right:10px;z-index:10;bottom: 10%;;}.kefubox .main{width:50px;background:#fff;border:1px solid #f2f2f2;box-shadow:0 0 15px #e4e4e4;box-sizing:border-box;}.kefubox .cursor_default{cursor:default;}.kefubox .floor{border-bottom:1px solid #f2f2f2;position:relative;box-sizing:border-box;}.kefubox .floor > div{transform: translateX(10px);
visibility: hidden;}.kefubox .floor:hover div{transform: translateX(0);
transition: all 200ms;
visibility: visible;}.kefubox .floor .absbox{position:absolute;right:48px;top:0;z-index:3;}.kefubox .floor .back{box-shadow:0 0 15px #e4e4e4;height:50px;width:120px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#666;background:#fff;box-sizing:border-box;}.kefubox .floor .kftel{cursor:default;box-shadow:0 0 15px #e4e4e4;height:50px;font-weight:500;width:120px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#666;background:#fff;box-sizing:border-box;}.kefubox .floor .qq{box-shadow:0 0 15px #e4e4e4;height:50px;width:120px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#666;background:#fff;box-sizing:border-box;}.kefubox .floor .erweima{box-shadow:0 0 15px #e4e4e4;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding:15px;font-size:12px;color:#666;background:#fff;box-sizing:border-box;}.kefubox .floor .erweima img{width:100px;height:100px;}.kefubox .floor .erweima p{width:100px;padding:5px 0;display:flex;align-items:center;justify-content:center;font-size:12px;}.kefubox .floor > a{width:50px;height:50px;z-index:10;background-position:center center;background-size:25px 25px;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;}.kefubox .floor > a:hover{transition:all 300ms linear;background-color:#e4e4e4;transform:scale(1.1);}.kefubox .floor > a img{height:25px;width:25px;display:block;}.kefubox .floor > a img:hover{transition:all 300ms linear;transform:scale(1.3);}.kefubox .floor:last-child{border-bottom:none;}}@media screen and (max-width:768px){.kefubox{position:fixed;right:2vw;z-index:10}.kefubox .tel:active{background-color:#f2f2f2;}.kefubox .tel .kftel{display:none;}}     
/*20组件的按钮样式*/
.link-btn {
  background: linear-gradient(90deg,#fc3f00 0%,#fc8800 100%);
  border-color: #000;
  border-radius: 8px!important;
  outline: none;
  box-shadow: #999 0px 0px 0px 0px;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  visibility: inherit;
  transition: none 0s ease 0s;
  opacity: 1;
  transform-origin: 50% 50% 0px;
  transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
}
/*7组件的*/
#home-7 .uk-list > * > ul, .uk-list > :nth-child(n+2) {
  margin-top: 8px!important;
}
/*17组件的按钮*/
.modular-17 .uk-tab  li> a {
    border-radius: 25px;
    border-color: #0ff0;

}

.modular-17 .uk-tab > .uk-active > a {
  color: #fff;
    border-radius: 25px;
}
.modular-17 .uk-subnav-pill > * > a:hover{
border-radius: 20px!important;
}
.modular-17 .uk-tab > .uk-active{
    transition: background-color 0.3s ease;
}
/*组件14图标的样式*/
.modular-14 div.lk-icobox{padding: 19px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 20px;
width:45px;
height:45px;}
/*组件7的num*/
.modular-7 .post-num {
  background-color: #ececec;
  color: #8a8a8a;
  display: inline-block;
  font-size: 14px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: 0 8px 0 0;
  text-align: center;
  border-radius: 4px;
}
.modular-7 .post-num.num-1 {
    color: #F44336;
}
.modular-7 .post-num.num-2 {
    color: #4CAF50;
}
.modular-7 .post-num.num-3 {
    color: #FFC107;
}
.modular-7 .post-num.num-4 {
    color: #00BCD4;
}
.modular-7 .post-num.num-5 {
    color: #2196F3;
}
.modular-7 .post-num.num-6 {
    color: #E91E63;
}
/*.uk-button{border-radius: 18px!important;}*/
.uk-button-default {

    border-radius: 500px!important;

}
.uk-offcanvas-bar {background:#fff!important;}
.uk-offcanvas-bar .uk-nav-default > li > a{color: rgba(0, 0, 0, 0.5)!important;}
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a{color: rgba(0, 0, 0, 0.5)!important;}
.uk-nav-parent-icon > .uk-parent > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E")!important;}