/* 小菜单 */
body{
background-color:#f3f3f3;
}
/*UA评论显示*/
.ua-icon {display: inline-block;width: 1pc;height: 1pc;background-size: cover;background-repeat: no-repeat;vertical-align: text-top;}
.comment-ua { font-size: 10px; }
.icon-360 { background-image: url(../images/icon/UA/360.png) }
.icon-android { background-image: url(../images/icon/UA/android.png); height: 19px }
.icon-apple { background-image: url(../images/icon/UA/apple.png) }
.icon-baidu { background-image: url(../images/icon/UA/baidu.png) }
.icon-chrome { background-image: url(../images/icon/UA/chrome.png) }
.icon-edge { background-image: url(../images/icon/UA/edge.png) }
.icon-firefox { background-image: url(../images//icon/UA/firefox.png) }
.icon-google { background-image: url(../images/icon/UA/google.png) }
.icon-ie { background-image: url(../images/icon/UA/ie.png) }
.icon-liebao { background-image: url(../images/icon/UA/liebao.png) }
.icon-linux { background-image: url(../images/icon/UA/linux.png) }
.icon-mac { background-image: url(../images/icon/UA/mac.png) }
.icon-opera { background-image: url(../images/icon/UA/opera.png) }
.icon-qqq { background-image: url(../images/icon/UA/qq.png) }
.icon-quark { background-image: url(../images/icon/UA/quark.png) }
.icon-safari { background-image: url(../images/icon/UA/safari.png) }
.icon-ubuntu { background-image: url(../images/icon/UA/ubuntu.png) }
.icon-uc { background-image: url(../images/icon/UA/uc.png) }
.icon-win1 { background-image: url(../images/icon/UA/win1.png) }
.icon-win2 { background-image: url(../images/icon/UA/win2.png) }
.blog-footer{
    border-top: 1px solid #8b787826;
    box-shadow: 2px 4px 6px #9b9a9a;
    padding-top: 10px;
}


a,a:hover,a:active,a:visited,a:link,a:focus{
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
outline:none;
background: none;
text-decoration: none;
}
p {
margin: 0;
padding: 0;
}

.cf::after {
content: "";
display: block;
clear: both;
}

.nav-fl ul {
display: flex;
padding: 0;
margin: 0;
border-radius: 4px;
}
/*工具栏*/
.nav-fl {
font-size: 14px;
    width: 100%;
    border-radius: 4px;
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 10px;


}
/*导航栏文字大小*/
.nav-link{
font-size: 16px;
    
}

/* 菜单下的列表 */
.nav-fl li {
width: 100%;
height: 100px;
text-align: center;
position: relative;
overflow: hidden;
position: relative;

}

/* 菜单下面按钮样式 */
.nav-fl button {
    width: 63%;
    height: 30px;
    border: 0;
    color: #22abe1;
    border-radius: 2px;
    background: #fff;
    border: 1px dashed  #22abe1;
    cursor: pointer;
    margin-top: 15px;
    font-size: 12px;
}

.nav-fl button:hover {
  color: #fff;
 background: #22abe1;
}

.nav-fl span {
color: #000;
}

.nav-fl span:nth-child(1) {
color: #000;
margin-top: 40px;
padding: 5px 0;
width: 100%;
display: inline-block;
}

/* 菜单下面的列 */
.nav-fl .cs {
display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 160px;
    transition: all 0.2s;

}
.nav-fl .cs img{
    width: 30px;
    height: 30px;
}

.nav-fl .cs .title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #22abe1;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease;
}
/*首页工具栏*/
.nav-fl li::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color:#edeaea;
    
}
.nav-fl .cs  a{
    width: 100%;
   
}
.nav-fl li:last-child::after {
    display: none;
}
.nav-fl li:hover .cs {
/* 像上移动 */
margin-top: -100px;
}
.nav-fl li:hover .cs  a{
    width: 100%;
    position: absolute;
    top: 30px;
}
.nav-fl li:hover .cs .title {
    opacity: 1;
    visibility: visible;
}
.Microtalk {
    width: 100%;
    background-color: #fff;
    line-height: 30px;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
    background: #ffffff;
    overflow: hidden;

}

/*.loglist-tag {*/
/* width: 0px;*/
/* height: 30px;*/
/* position: absolute;*/
/* left: 0;*/
/* top: 50px;*/
/* overflow: hidden;*/
/* transition: all 0.5s;*/
/*border-radius: 2px;*/
/*background: #e3e3e3;*/
/*box-shadow: 5px 5px 10px #888888,*/
/* -5px -5px 10px #ffffff;*/
/*}*/
/*.loglist-tag a{*/
/* width: 100px;*/
/*}*/
/*.shadow-theme:hover .loglist-tag {*/
/* width: 120px;*/

/*}*/
.tags{
    display: inline;
    color: #888888;
    padding: 4px 7px;
}

.loglist-tag{
width: 120px;
background-color: #fff;
}
.pagination span {
width: 45px;
    display: inline-block;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: inset 1px 1px 3px 0px #cdcdcd;
}

.pagination {
background-color: #fff;
}

.pagination a {
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 2px 1px 2px #dfdfdf;
    display: inline-block;
    color: #8b8b8b;
    width: 45px;
    margin: 5px 0;
}

/*个人信息*/
.card {
    height: 220px;
    padding: 12px 10px;
    margin-bottom: 30px;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    position: relative;
    margin-top: 45px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.card_load {
width: 90px;
    height: 90px;
    position: relative;
    top: -26%;
    left: 50%;
    border-radius: 50%;
    background: #e3e3e3;
    background: url(https://www.v6g.cn/content/uploadfile/202303/ad7b1677767872.jpg)no-repeat;
    background-size: cover;
    transform: translate(-50%, 0);

}



/*头部标题*/
.Microtalk p{
    display: flex;
    align-items: center;
}
.Microtalk p span{
    width: 30px;
    display: flex;
    align-items: center;
}
.card_load_extreme_descripion {

height: 114px;
top: 32px;
box-sizing: border-box;
}

.card_load_extreme_descripion h1,
.card_load_extreme_descripion p {
padding: 0 8px;
margin: 0;
}

.card_load_extreme_descripion p {
font-size: 14px;
}

.shadow-theme,
.pagination {
border-radius: 3px;
background: #ededed;
border-radius: 4px;
background: #fff;
}

.pagination a:hover {
border-radius: 3px;
    background: #ffffff;
    box-shadow: inset 1px 1px 3px 0px #cdcdcd;

}

.list-line {
display: none;
}

.pagination {
padding: 5px;
}
/*友情链接*/
.links_lb {
padding: 0 8px;
border-radius: 3px;
background: #ededed;
border-radius: 4px;
background: #fff;
}

.lins-tit {

border-bottom: 1px dashed #b3a8a8;
}

.lins-tit .r {
float: right;
}

.link-a {
display: flex;
padding: 10px 0;
flex-wrap: wrap;
}

.link-a a {
display: flex;
padding: 8px 5px;
border-radius: 2px;
border: 1px solid #ffffff70;
margin: 2px 4px;
font-size: 12px;
}

.link-a a:hover {
background: #e0e0e0;
box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff;
}

.pc {
display: none;
}

.pc-form {
padding: 0 31px;
margin-top: 4px;
margin-bottom:10px ;
width: 100%;
height: 50px;
border: 0;
font-size: 15px;
border-radius: 4px;
background-color: #fff0;
background: #fff;
}

.pc-s {
border: 0;
border-radius: 1px;
background: #e0e0e0;
border-radius: 11px;
background: #e3e3e3;
box-shadow: 1px 1px 1px #888888, -2px -2px 1px #ffffff;
}

/*图片*/
.loglist-cover {
display: none;
}


.v-G {
display: inline-block;
background-clip: #fff;
width: 120px;
height: 30px;
border-radius: 5px;
background: #dbdbdb;
border-radius: 11px;
background: #e3e3e3;
box-shadow: 1px 1px 1px #888888, -2px -2px 1px #ffffff;
}


/*首页菜单*/
.toTop {
position: fixed;
right: 10px;
bottom: 0;
color: #000;
padding: 10px;
cursor: pointer;
border-radius: 11px;
-webkit-tap-highlight-color:transparent;
z-index: 2;
    margin: 0;
    padding: 0;

}
.toTop ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;

}
.toTop li{
width: 35px;
height: 35px;
margin: 5px 0;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 3px 2px 4px #0000001f;
position: relative;
overflow: hidden;
}
.toTop li img{
width: 60%;
height: 60%;

}

.toTop li::after{
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #fff;
z-index: -1;
filter: blur(5px);
}
.nav-list .list-item{
display: inline-block;
position: relative;
min-width: 85px;
height: 35px;
padding: 0 10px;
margin: 0px 8px;
line-height: 34px;
}
.list-item a{

display: flex;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
}

.am-icon-qq {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    background-color: #26CEFE;
    text-align: center;
    background: url('<?php echo FLOGIN_URL; ?>/images/qq_login.png');
    background-size: cover;
}
#bangding {
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
}

.list-menu:hover .dropdown-menus{
top: 35px;
left: 0px;
}

.dropdown-menus li{
margin: 3px 0 !important;
position: relative;

}
.dropdown-menus li:hover::after{
content: "";
display: block;
width: 3px;
height: 35px;
background-color: #2f9aff;
position: absolute;
top: 0px;
left: 0px;
}
.log-count{
display: flex;
font-size: small;
justify-content: space-evenly;
}
.tagss{
margin: 0 3px;
}
/*文章详情页面*/
.log-con{
background-color: #e3e3e3;
box-shadow: 1px 1px 1px #888888, -2px -2px 1px #ffffff;
}
/*版权*/
.copyright{

}
.copyright-t{
border: 1px dashed #FFF !important;
background-color: #FFF !important;
}
.top-5 a{

color: #fff;
padding:5px 8px;
border: 1px dashed #FFF !important;
}
.markdown pre{

}
.markdown blockquote{
border-left: 4px solid #db0202;
}

.footer {
  width: 100%;
}

.footer .icp p {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 51px;
    justify-content: space-between;
}

.footer .icp img {
  width: 15px;
  height: 15px;
}

.footer .icp .ga {
  font-size: 12px;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 22px;
  margin: 1px 0;
 width: 197px;
}

.footer .icp .ga-l {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 5px;
  background-color: #5b5b5b;
}

.icp a {
  margin-right: 2px;
}

.footer .icp .ga-r {
  text-align: center;
  background-color: #4579e2;
    flex: 1;
  color: #fff;
}

.footer .icp .ga-r-r {
  background-color: #27ad88;
  flex: 1;
  color: #fff;
}

.footer .copy {
  font-size: 12px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 1px 0;
  justify-content: space-between;
 width: 245px;
 height: 24px;
 margin: 4px 0;
}

.footer .time {
  font-size: 14px;
}

.footer .people {
  font-size: 14px;
}

.time,
.time-s {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.footer .time-s {
  font-size: 12px;
  height: 16px;
  display: flex;
  align-items: center;
  width: 244px;
  justify-content: flex-start;
}

.footer .time-s img {
  width: 16px;
  height: 16px;
}

.footer .userzx {
  display: flex;
  align-items: center;
}

.footer .people-ro {
  display: flex;
  align-items: center;
}

.footer .sitemap {
  display: flex;
  align-items: center;
}

.footer .map {
  display: flex;
  align-items: center;
}

.people-ro .peo-info {
  font-size: 12px;
  background-color: #5b5b5b;
  margin-right: 3px;
  height: 26px;
  display: flex;
  align-items: center;
}

.footer .peo-ico {
  color: #fff;
  padding: 0 2px;
  display: flex;
  align-items: center;
  margin: 0 2px;
  height: 16px;
}

.footer .peo-ico img {
  margin-right: 3px;
      width: 15px;
    height: 15px;
}

.footer .templates {
  border-radius: 5px;
}
.footer .templates a{
    display: flex;
}

.footer .templates .temp-u {
  background-color: #5b5b5b;
  font-size: 12px;
  padding: 2px 5px;
  color: #fff;
  width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .templates .temp-s {
  background-color: #ae4fc1;
  color: #fff;
  font-size: 12px;
  width: 60px;
  display: flex;
    align-items: center;
    justify-content: center;
}

.footer .templates {
  margin-right: 1px;
}

.footer .time {
    width: 250px;
    height:26px;
    font-size: 12px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .time .time-l{
       display: flex;
    align-items: center;
    overflow: hidden;
    height: 12px;
}
.footer .time .img {
  height: 100%;
}
.footer .ymsitsem{
    background-color: #5b5b5b;
    color: #fff;
    font-size: 12px;
    padding: 0 6.3px;
    border-radius: 2px;
}
.footer #span {
  display: flex;
  align-items: center;
  color:#000;
}

.footer .GMT {
  height: 14px;
  background-color: #081f51;
  color: #fff;
  font-size: 12px;
  padding: 0 4px;
  margin: 0 5px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-biaoqian{
    display: none;
}

@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

.wiiuii_layout {
  width: 100%;
  height: 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: var(--footer-bg);
}

.editorial {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0;
}
.dropdown-menus{ margin-left:0!important;}
@media all and (max-width: 1200px){


.card_load_extreme_descripion {
width: 265px;
height: 114px;
top: -6px;

}

}
@media all and (max-width: 1000px){
.card_load_extreme_descripion {
width: 191px;
height: 104px;
top: -3px;
}


}
/* 对一些极小尺寸屏幕所做的比较妥协的缩放等调整 */
/*@media all and (max-width: 349px) {*/

/*}*/
/* 普通移动设备的显示样式 */
@media all and (max-width: 577px) {
.nav-fl ul {
display: flex;
flex-wrap: wrap;
padding: 0;
margin: 0;
}

.nav-fl {

}

/* 菜单下的列表 */
.nav-fl li {
max-width: 33.3%;
border-right: 1px solid #edeaea;
border-bottom:1px solid #edeaea;
position: relative;
}

.nav-fl li:nth-child(n+4) {
border-bottom: 0;
}

.nav-fl li:nth-child(3n) {
border-right: 0;
}
.nav-fl li::after{
 display: none;
}
.sj {
display: none;
}

.pc {
display: block;
}

/*手机端侧边栏不要*/
.column-small {
display: none;
}

.link-a a{
text-align: center;

}
.xps{
    display: flex;
    align-items: center;
    padding-left: 26px;
}

}
@media all and (max-width: 767px) {
        .nav-list .list-item{
        padding: 0;
    }
    .dropdown-menus{
        height: 0;
        width: 100%;
    }
    .list-item{
        margin-top: 10px;
    }
    
}


