/*
Template:       b2
Version:        0.1.5
*/

/* 商品SKU规格样式 */
.multi-row .shop-single-data-value{
    height: unset;
    line-height: 18px;
    padding: 6px 8px;
}
/* 商品详情主图 */
.shop-single-img-box{
    width: 400px;
    height: 400px;
}
/*logo高度*/
.header-logo .logo img{
    height: 40px;
}
/*分类样式*/
.filters-box .filter-name{
    width: 52px;
}
/*签到样式*/
.user-w-qd-list .user-w-qd-list-title{
    background-image: url('https://img.alicdn.com/imgextra/i2/2213286447085/O1CN01LiRx6m22CzF0DNd1R_!!2213286447085.gif');
    background-size: cover;
    background-repeat: no-repeat;
}
/*评论样式*/
.com-form-textarea{
    padding-bottom: 0;
}
#drawing-box{
    padding-bottom: 38px;
}
.com-form-textarea .comment-type{
    left: 10px;
    right: unset;
}
.com-form-textarea .comment-type button{
    margin-right: 12px;
    margin-left: 0;
}
#textarea{
    height: 130px;
    background: url('/wp-content/images/textarea-bg.png') right bottom no-repeat;
    background-size: 120px;
}

/*
 *临时修改
 */
 /*文章详情页超链接文本颜色*/
 .entry-content a {
    color: #000;
}



/*海报正常显示*/
#poster-box .poster-content .poster-loading {
    display: none!important;
}

/*隐藏海报下载框*/
.poster-share .poster-down-load {
    display: none!important;
}

/*隐藏快讯利空*/
.news-item-content .news-vote-down {
    display: none;
}


/*自定义字体
@font-face {
	font-family: 'my';
	font-style: normal;
	font-display: swap;
	src: url('/wp-content/themes/b2child-mqzj/assets/fonts/two.ttf');
}

body {
	font-family: 'my'!important;
}
*/




/*PC端开启二维码悬浮*/
/*@media screen and (min-width: 768px) {
.aside-bar div > div  {
    display: block!important;
    border: 0!important;
    
}
}
*/

/*移动端幻灯片隐藏文本*/
@media screen and (max-width: 768px) {
.homw-row-full.module-sliders .slider-info-box {
    display: none!important;
}
}

/*PC端LOGO变大*/
@media screen and (min-width: 768px) {
.logo img {
    height: 48px!important;
}
}

/*
 *首页美化
 */

/*圆角*/

/*图片底部圆角 */
.post-thumb.b2-radius {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

/*日志页摘要圆角 */
.content-excerpt {
  border-radius: 5px;
}

/*日志页图片底部距离*/
.entry-content .component-level1-focus-wrap{margin-bottom: 0px!important;}


/*日志页代码高亮圆角 */
.pre {
  border-radius: 5px;
}
/*日志页代码高亮背景圆角： */
.prettyprint {
  border-radius: 5px;
}

/*日志页上下文阴影圆角 */
.post-pre-next-in:before {
  border-radius: 5px;
}

/*搜索页图片圆角 */
.post-module-thumb {
  border-radius: 5px;
}

/*分类页筛选框圆角*/
.tax-fliter-cat {
  border-radius: 5px;
}
.content-area {
  border-radius: 5px;
  /*background-color: #f6f6f6;*/
}

/*推荐标签圆角*/
.tax-info-item.tag-list a {
  border-radius: 3px;
}

/*下载页圆角*/
.download-page-box {
  border-radius: 8px !important;
}

.download-page-button .download-current {
  border-radius: 8px;
}







/*隐藏专题内页标题*/
/*.collection-top h1 {display:none;}*/

/*修改专题跳转文本*/
.content-area .read-more a:before {content:'查看全部品牌';}
.content-area .read-more a {visibility:hidden;}

/*隐藏专题内页红色标志*/
/*.collection-number.ar {display:none;}*/

/*隐藏专题内页详情页红色标志*/
.collection-header .collection-number:after{content:'品牌合集';}

.collection-header .collection-number span{display:none;}

/*编辑文文章隐藏快讯*/
/*.po-post-in .po-post-icons div:nth-of-type(2){display:none;}*/
 

/*
 *菜单 
 */
/* 菜单角标 */
.n-mark {
left: 48px;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #ff3a55;
    top: 4px;
    right: 2px;
    border-radius: 100%;
    border: 1px solid #fff;
    z-index: 3;
}

/*hover背景*/
.b2-menu-3 .sub-menu-0 > li:hover > a, .b2-menu-3 .sub-menu-0 a:hover {
 background: #fb7299!important;
 color: #fff;
}

/*右侧导航条*/
.aside-bar {
    background-color: rgb(255,0,0,0);
    box-shadow: 0 0 0 0px rgba(0,0,0,.03), 0 0px 0px 0 rgba(0,0,0,.04);
}

.bar-middle {top: 20%;}

/*隐藏VIP快捷方式*/
/*.gdd-quick-link-buy-vip {display:none;}*/

/*专题美化*/
.home-collection-title {
	font-weight: 600!important;
	font-size: 14px;
    margin-top: 1em;
}

/*隐藏专题标题*/
/*
.home-collection-image .collection-number.ar {display:none;}
.home-collection-info h2 {visibility: hidden;}
.home-collection-row-1 {display: none;}
*/
/*
 * 登录框美化
 */
.close-button {color: #10a5e8;}
/*移动端显示账号登录注册表单*/
/*
@media screen and (max-width: 768px) {
.login-box-top form .login-box-in {display: block!important;}/*移动端显示注册表单*/
/*
.login-social-button.show {display: none;}/*移动端隐藏微信登录*/
/*
	#n-login-out{display: none;}
}
*/

/*微信登录优化*/
/*
.login-social-button.show {padding: 4em 0;}
.login-social-button-bottom {border: 0px solid #f5f5f5;}
.login-social-button-bottom div:first-child {display: none;}
.login-social-button-bottom > div {margin: 0 auto;}
.login-box-content .login-social-button-bottom a {background: none;}
.login-box-content .login-social-button-bottom a {font-size: 26px;}
.login-social-button-bottom i {font-size: 38px;}
.site-terms {background: no-repeat;}
*/

/*弹窗优化*/
/*
.gg-box .modal-content {width: 28rem;overflow: hidden;}
.gg-box-title .gg-title {width: 100%;text-align: center;padding: 0!important;}
.modal-content .gg-title {padding: 20px 30px 0px 30px;}
.modal-content .gg-title a {font-size: 18px;border-bottom: 1px solid #eee;padding-bottom: 20px;display: block;}
.gg-title a:hover {text-decoration: none;}
.modal-content .gg-desc {padding: 20px 30px;font-size: 15px;letter-spacing: .5px;}
.modal-content .gg-desc p {color: #909399;}
.modal-content .gg-box-title h2 {font-size: 22px;margin-bottom: 0;text-align: center;}
.gg-box-title .gg-title span {font-size: 14px;color: rgba(255, 255, 255, 0.5);}
.title-bg {border: 0;}

.gg-button a {
border: 0;
display: inline-block;
padding: 8px 12px;
font-size: 14px;
line-height: 20px;
letter-spacing: .5px;
-webkit-box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
}
*/

/*
 * 模块美化
 */
/*背景色
.home_row .box, 
.home_row .side-fixed {
	background-color: #f6f6f6;
}
*/

/*模块动效*/

.post-thumb {
transition: all .3s;
}


.post-thumb:hover {
/*-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 5%);*/
/*    box-shadow: 0 0 10px rgb(0 0 0 / 5%);*/
/*    -webkit-transform: translateY(-3px);*/
/*    -ms-transform: translateY(-3px);*/
/*    transform: translateY(-3px);*/
}


/*模块meat信息*/

/*调整meat信息位置*/
.post-excerpt {margin: 0 16px 0px!important;}

@media screen and (min-width: 768px) {
    
/*    .post-list-meta-box {*/
/*position: relative;*/
/*    top: auto;*/
/*    visibility: hidden;*/
/*    -webkit-transition: 0.5s ease all;*/
/*    -moz-transition: 0.5s ease all;*/
/*    -ms-transition: 0.5s ease all;*/
/*    -o-transition: 0.5s ease all;*/
/*    transition: 0.5s ease all;*/
/*}*/

/*.post-list-item:hover .post-list-meta-box {*/
/*    visibility: inherit;*/
/*    -webkit-transition: 0.5s ease all;*/
/*    -moz-transition: 0.5s ease all;*/
/*    -ms-transition: 0.5s ease all;*/
/*    -o-transition: 0.5s ease all;*/
/*    transition: 0.5s ease all;*/
/*}*/
    
}



/*标题对齐*/
.post-modules-top .modules-title-box {
    /*padding: 20px 0px 16px;*/
}

/*
*去除边框
*/

/*专题*/
.home-collection-title {border-bottom: 0px solid #f3f3f3;}
.collection-out-row li {border-right: 0px solid #f3f3f3;}
/*上*/
.post-modules-top {border-bottom: 0px solid #f3f3f3;}
/*中*/
.b2_gap > li {
	border-bottom: 0px solid #f3f3f3;
    border-right: 0px solid #f3f3f3;
    box-shadow: 0px 0px 0px #f3f3f3;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 0%);
	/*background-color: #f6f6f6;*/
}

/*下*/
.list-footer {border-top: 0px solid #fafafa;}
.home_row .box, 
.home_row .side-fixed {
	/*box-shadow: 0 1px 1px 0 rgb(0 0 0 / 0%);*//*去除边框*/
	box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
}

/*去除hover阴影*/
.post-list-meta-box {
    background-color: rgba(0,0,0,0);
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}

/*优化模块meat信息*/
.list-footer {
    padding: 0 16px 10px 16px!important;
}

/*样式一模块美化*/
.post-1.post-list ul.b2_gap {
  background-color:#f6f6f6;
}
.item-in {
  margin: 6px !important;
}

/*样式一模块美化结束*/

/*模块标题*/
@media screen and (max-width: 768px) {
.post-list .module-title {
    font-size: 16px!important;
}
}



/*标题样式*/
.post-list .module-title {
    /*font-weight: 600!important;*/
    /*font-size: 28px;*/
}
/*导航按钮*/
.picked.post-load-button span {background: #fb7299;color: #fff;}

.post-list-cats a span:hover {background: #fb7299;color: #fff;}





/*阅读更多按钮*/
.post-list .load-more button {padding: 11px 40px;width: auto;margin-bottom: 1rem;border: 1px solid #eee;border-radius: 5px;background: #fb7299;color: #fff;font-size: 14px;}
/*.blog .box-in {margin-top: 2em;box-shadow: 0 0 0;}*/
.b2-widget-products ul li >div{padding: 16px 16px 0;}


/*调整模块meat显示效果*/
/*隐藏黑色背景*/
.post-list-item:hover .post-list-meta-box {
	background-color: rgb(0,0,0,0);
    background-image: none;
    padding: 0px;
}

/*特色meat*/ 
.post-1 .post-list-meta li {
 /*   margin: 0 2px;*/
	/*background: rgb(230 230 230 / 26%);*/
	/*color: #10a5e8;*/
 /*   border-radius: 5px;*/
 /*   border: 0px;*/
}

/*特色分类*/
.post-1 .post-list-meta-box .post-list-cat a:first-child {
    border-radius: 3px;
    border: 0px;
    margin-right: 6px;
    padding: 2px 6px;
}
.post-2 .post-list-meta-box .post-list-cat a:first-child{
    border-radius: 3px;
    border: 0px;
    margin-right: 6px;
    padding: 2px 6px;
}



/*小工具美化*/
.b2-widget-title h2, .widget > h2 {font-size: 14px;font-weight: bold;}
/*页脚美化*/
@media screen and (max-width: 768px) {
	.site-footer-nav .wrapper .footer-links {
		display: none!important;
	}
	.footer-bottom {
		width:auto!important;
		background: none!important;
	}
}
.site-footer-nav {
    background-color: #121212!important;
}
.site-footer-nav .wrapper .footer-links {
    margin-top: 0px;
}

.footer-links {
	font-size: 12px;
    /*color: #4f4f4f;*/
    line-height: 2;
    margin: 0 -.5em 20px;
    word-break: keep-all;
	border:none;
	justify-content: none;
	padding: 0px 20px;
	display: block;
}
.footer-links ul li a:hover {
    color: #acacac;
}
.footer-links ul:before {
	content:'友情链接：';
   line-height: 3em;
}
/*调整距离*/
.site-footer-nav {padding-top: 1.2em;}
.footer-bottom {
	padding: .5em 1.5em;
   width: 800px;
   margin: 0 auto;
   background: #000;
	height: auto;
	margin-bottom: 20px;
	color: #545454;
}
.footer-bottom {
	border-radius: 5px;
}


/*
 *文章详情页美化
 */
 /*按钮中的链接*/
 .entry-content button a {
    color: #fff;
}
 
/*图片自动居中*/
.entry-content img {
    display: flex;
    margin: 0 auto;
}

/*段落首行缩进两字符*/
/*
.entry-content p{
 text-indent: 2em;
}
*/

.entry-content img{
	display: block;/*div块化，避免首行缩进影响*/
	border-radius: 6px;
}

/*文章顶部meat信息聚合*/
.entry-header h1 {
    margin: 10px 0 30px 0;
}
.entry-header #post-meta {
	/*background-color: #f8f8f8;*/
 /*   padding: 10px 10px;*/
	/*border-radius: 5px;*/
}

.entry-header #post-meta .post-user-info {
	 margin: 0;
    background: transparent;
    padding: 0;
    margin-top: 15px;
    border-top: 1px solid #eff1f4;
    padding-top: 15px;
}

/*H2标签*/
.entry-content>h2::before {
  content: "";
}

.entry-content>h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
  margin-bottom: 1em;
  width: 100%;
  border-bottom: 1px solid #eee;
  font-weight: 600;
  font-size: 18px;
}

.entry-content h2:before {
  position: absolute;
  bottom: 0;
  left: 20px;
  display: block;
  width: 20px;
  height: 3px;
  background: #fb7299 !important;
  border-radius: 5px;
}



/*列表前圆点*/
.entry-content ol,
.entry-content ul {
  margin-left: 0px;
}

.entry-content ol li + li,
.entry-content ul li + li {
  margin-top: 0px;
}

.entry-content > ol li,
.entry-content > ul li,
.content-hidden ul li,
.content-hidden ol li {
  font-size: 15px;
  padding: 10px 0 10px 2px;
  position: relative;
  margin-left: 1em;
  list-style: none;
}

.entry-content > ul li::before,
.content-hidden ul li:before,
.content-hidden ol li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  display: block;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 22px;
}

.entry-content > ol li::before,
.entry-content > ul li::before,
.content-hidden ul li:before,
.content-hidden ol li:before {
     position: absolute;
     margin: 0px 20px 3px -16px;background-color: #fb7299;
}

/*隐藏上下文推荐*/
.post-pre-next {
    display: none!important;
}

/*隐藏海报*/
/*.content-footer-poster button.poster-span {display: none;}*/
/*海报按钮变色*/
/*
.content-footer-poster button.poster-span {background: #fb7299!important;}
*/
/*隐藏不喜欢*/
.content-footer-zan-cai span:nth-child(2) {display: none;}
/*猜你喜欢圆角*/
.related-posts .related-post-thumb {
    border-radius: 5px;
}
 
 /*YARPP相关推荐美化*/
 
 /*隐藏日志页陆格猜你喜欢*/
 .related-posts{
	display: none;
}


/*
*赞赏
*/

/*赞赏界面关闭按钮不明显*/
.pay-close {
    color: #000;
}


	/*Npcink

	版本：1.0
	整理：Muze
	帮助：https://www.npc.ink/18740.html
*/
  /* 设置白色容器 */
  #con {
	width: 350px;
	height: 85px;
	position: relative;
	border-radius: 4px;
	/*margin:50px auto;*/
  }
  /* 设置文本内容容器 */
  #TA-con {
	width: 157px;
	height: 50px;
	background-color: #fb7299;
	box-shadow: 0 4px 4px rgba(255, 112, 159, .3);
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	border-radius: 4px;
	cursor: pointer;
  }
  /* 设置文本居中容器 */
  #text-con {
	width: 100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
  }
  /* 做一个小闪电 */
  #linght {
	width: 0;
	height: 0;
	position: absolute;
	top: 36%;
	left: 4px;
	border-color: transparent;
	border-style: solid;
	border-width: 10px;
	border-top: 10px solid #fff;
	border-radius: 4px;
	transform: rotate(-55deg);
  }
  #linght::after {
	position: absolute;
	top: -13px;
	left: -11px;
	content: "";
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 10px;
	border-top: 10px solid #fff;
	transform: rotate(180deg);
	border-radius: 4px;
  }
  /* 文字 */
  #TA {
	float: right;
	line-height: 50px;
	font-size: 15px;
	color: #fff;
  }
  #TA-con:hover {
	background-color: #ff6b9a;
  }

  /* 创建图形容器 */
  #tube-con {
	width: 157px;
	height: 55px;
	position: absolute;
	right: -5px;
	top: 15px;
  }
  /* 对svg图形设置宽高 */
  /*svg {
	width: 100%;
	height: 100%;
  }
  */
  /* 创建一个蒙版 宽度为0，当我hover充电框的时候，宽度展开 */
  #mask {
	width: 0px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	transition:all 0.5s;
  }
  /* 对蒙版的sbg单独设置宽高，保证宽度高低有一个固定值而不是百分比 */
  #mask svg {
	width: 157px;
	height: 55px;
  }
  /* 对充电框hover的时候开始动画，将粉色线条铺开 */
  #TA-con:hover+#tube-con>#mask{
	width:157px;
  }
  /* 对充电框hover的时候开始动画，添加黄色快速移动的动画 */
  #TA-con:hover+#tube-con>#orange-mask{
	animation: move1 0.5s linear 0.2s infinite;
  }
  #TA-con:hover+#tube-con>#orange-mask svg{
	animation: movetwo 0.5s linear 0.2s infinite;
  }
  /* 创建黄色移动的蒙版 */
  #orange-mask{
	width: 18px;
	height: 100%;
	overflow: hidden;
	position:absolute;
	left:-15px;
	top:0px;
  }
  /* 创建黄色移动的内容 */
  #orange-mask svg {
	position: absolute;;
	top:0;
	left:15px;
	width: 157px;
	height: 55px;
  }
  @keyframes move1 {
	0%{
	  left:-15px;
	}
	100%{
	  left:140px;
	}
  }
  @keyframes movetwo {
	0%{
	  left:15px;
	}
	100%{
	  left:-140px;
	}
  }
  #people{
	position:absolute;
	right:10px;
	top:18px;
	font-size:12px;
	font-family:"雅黑";
	color:#aaa;
  }
  #people>b{
	color:#777;
  }
  
  @media screen and (max-width: 768px) {
      .content-ds-button { top: 0px;
    margin-top: 2em;}
      #con {
          width: 10em;
          height: auto;
          margin: 0px;
          background: #fffcf7;
      }
      
      #TA-con {
          width: 107px;
          height: 40px;
          left: 42%;
      }
      
      #linght {top: 26%;}
      #TA {line-height: 40px;}
      #tube-con {display: none;}
  }

/*YARPP*/

/*小图布局*/
.yarpp-thumbnails-horizontal {
    text-align: center;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 19%!important;
    margin: 0px!important;
    border: 0px!important;
}

    .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    font-size: .6em!important;
    margin-top: 6px!important;
    }
    
    .yarpp-thumbnail > img, .yarpp-thumbnail-default {margin: auto!important;}
/*小图移动端布局*/
@media screen and (max-width: 768px) {
    .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: auto!important;
}
    
    .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    font-size: .8em!important;
    }
}

/*显示猜你喜欢*/
.related-posts {
    display: block!important;
}

/*
 * 页面美化
 */


/*打赏界面，修复余额显示错误*/
.pay-type .ds-pay-yue {width: auto;}


/*小工具美化*/

/*
 * 签到按钮
 */
/*渐变文字*/
/*.user-w-qd {*/
/*  background-image: linear-gradient(90deg, #673ab7 0%, #e91e63 50%);*/
/*  -webkit-background-clip: text;*/
/*  -webkit-text-fill-color: transparent;*/
/*  font-size: 15px;*/
/*}*/
/*去除背景图片*/
/*.user-w-qd-list-title {*/
/*  background-image: none;*/
/*}*/
/*隐藏背景颜色*/
/*.user-w-qd-list-title {*/
/*  background-color: #f000 !important;*/
/*}*/
/*左边按钮*/
/*.user-w-qd-list-title p.picked span {*/
/*  background-image: linear-gradient(90deg, #10a5e8 0%, #00bcd4 100%);*/
/*  color: #fff;*/
/*  font-size: 15px;*/
/*}*/
/*右边按钮*/
/*.user-w-qd-list-title p span {*/
/*  border-radius: 3px;*/
/*  background-image: linear-gradient(to right, #ff758c 0%, #ff7eb3 100%);*/
/*  color: #fff;*/
/*  color: #fff;*/
/*  font-size: 15px;*/
/*}*/
  



/*小图样式圆角
.b2-widget-post-thumb-img img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
}
*/

/*
*商城优化
*/

/*商品介绍页面，图片上下合缝*/
.entry-content .gallery-item {
    padding: 0px;
}

/*搜索结构页优化*/
@media screen and (max-width: 768px)
 {
.search-types a {
    padding: 0 10px 12px!important;/*优化顶部搜索分类展示效果*/
}
}


/*我爱水煮鱼 - 相关推荐*/

#related_id h3 {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    padding: 0 0 0 12px
}
#related_id h3:before{
position: absolute;
    left: 0;
   
    width: 3px;
    height: 30px;
    content: "";
    background-color: var(--theme-color);
    background-image: -o-linear-gradient(top,#fb7299,transparent);
    background-image: linear-gradient(180deg,#fb7299,transparent);
    border-radius: 3px;

}
ul.related_ul {
    margin-left: -6px;
    background: #fff;
}

ul.related_ul li {
    overflow: hidden;
    float: left;
    text-decoration: none;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    background-color: #fff;
    margin: 10px 10px;
    border-radius: 5px;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
}

ul.related_ul li img {
    float: left;
    border: 1px solid #EDF3DE;
    padding: 1px;
    margin: 0 0 4px 0;
    width: 160px;
    height: 100px;
}

ul.related_ul li h4 {
    display: flex;
    padding-left: 10px;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.5;
}

ul.related_ul li p {
    display: -webkit-box;
    margin-top: 10px;
    padding-left: 10px;
    line-height: 1.625;
    font-size: 12px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
}

@media screen and (max-width: 768px) {
    ul.related_ul li p {
        display: none;
    }
}
/*图片列表样式*/
.item-post-style-1 .item-in .post-info{
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 70%);
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    color: #fff;
    padding: 0;
}
.item-post-style-1 .item-in .post-info h2{
    font-size: 14px;
    margin: 0 10px;
}
.item-post-style-1 .item-in .post-info .post-list-meta-box{
    margin: 5px 10px;
    flex-flow: unset;
}
.item-post-style-1 .item-in .post-info .post-list-meta-box .post-list-meta li:first-child span{
    margin: 0;
}
/*vip图标样式*/
.vip-radius{border-radius:6px !important;box-shadow:1px 1px 10px rgba(0,0,0,0.2);}.vip-list-in{transition:0.25s;}.vip-list-in:focus,.vip-list-in:hover{transform:translateY(-0.35em);}.vip-img{display:inline-block;width:100px;height:30px;position:relative;bottom:15px;image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor;}.lv-icon.user-vip i{width:50px;height:15px;display:inline-block !important;margin-right:3px;position:relative;top:3px;border-radius:unset;border:none;}.lv-icon.user-vip.b2-vip0 i{background:url(/img/vips/vip-0.png) no-repeat;background-size:100%;}.lv-icon.user-vip.b2-vip1 i{background:url(/img/vips/vip-1.png) no-repeat;background-size:100%;}.lv-icon.user-vip.b2-vip2 i{background:url(/img/vips/vip-2.png) no-repeat;background-size:100%;}.lv-icon.user-vip.b2-vip3 i{background:url(/img/vips/vip-3.png) no-repeat;background-size:100%;}.btn-hover{width:150px;font-size:16px;font-weight:600;color:#fff;cursor:pointer;margin:20px;height:50px;text-align:center;border:none;background-size:300% 100%;border-radius:50px;moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}.btn-hover:hover{background-position:100% 0;moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}.btn-hover.color-vip0{background-image:linear-gradient(to right,#C8D5DE,#485563,#2b5876,#4e4376);box-shadow:0 4px 15px 0 rgba(45,54,65,0.75);}.btn-hover.color-vip1{background-image:linear-gradient(to right,#fc6076,#ff9a44,#ef9d43,#e75516);box-shadow:0 4px 15px 0 rgba(252,104,110,0.75);}.btn-hover.color-vip2{background-image:linear-gradient(to right,#25aae1,#4481eb,#04befe,#3f86ed);box-shadow:0 4px 15px 0 rgba(65,132,234,0.75);}.btn-hover.color-vip3{background-image:linear-gradient(to right,#eb3941,#f15e64,#e14e53,#e2373f);box-shadow:0 5px 15px rgba(242,97,103,.4);}