﻿/* CSS Document */
@import "icon-185.css";
@import "message.css";
@import "topic.css";
@import "article.css";
/*
一、头部
二、底部
三、弹窗模块
四、模块
五、列表
六、布局
*/
body{
  background: var(--body);
  color: var(--c0);
}
a {
	color:var(--c0);
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.wrap{
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
}
/*
一、头部
1、diy按钮
2、logo
3、主导航
4、二级导航
5、用户面板
6、用户信息卡
*/
#header{
  background: rgba(255, 255, 255, 0.98);
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1000;
  border-bottom: 1px solid #eee;
  height: 80px;
}
/*diy*/
#header .diyset{
  position: absolute;
  right: 0px;
  top: 0px;
}
#header .diyset img{
  width: 48px;
  height: 48px;
}
#header .diyset span{
  margin-top: 10px;
  margin-right: 10px;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 28px;
  color:#fff;
  background: rgba(0,0,0,0.6);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#header .pagediy{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: var(--success);
  color: var(--white);
  text-align: center;
}
#header .pagediy span{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
/*logo*/
#header .logo{
  padding: 20px 0;
}
#header .logo img{
  height: 40px;
  display: block;
}


/*主导航*/
.nav {
  padding: 20px 0 0 80px;
  font-size: 16px;
}
.nav li{
  float: left;
  line-height: 40px;
  position: relative;
}
.nav li:after{
  padding: 0 15px;
  content: "|";
  color: var(--grey);
  line-height: 40px;
}
.nav li:last-child:after{
  padding: 0px;
  content: "";
}
.nav li.a a,.nav li.c strong,.nav li a:hover{
  color: var(--main);
}
/*二级导航*/
.nav li span.icon-lower{
  padding-left: 6px;
  font-size: 12px;
}
.nav li .smsui_menu{
  left: 0px;
  top: 40px;
  padding: 24px;
  width: 600px;
  background: var(--box);
}
.nav li:hover .smsui_menu{
  opacity:1;
  visibility:visible;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
}
.nav li .smsui_menu dt{
  padding-left: 14px;
}
.nav li .smsui_menu dd{
  float: left;
  width: 280px;
  padding: 0 10px;
  height: auto;
  border-bottom: 0px;
  line-height: 40px;
}
.nav li .smsui_menu dd:hover{
  background: none;
}
.nav li .smsui_menu dd a{
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid var(--bol);
}
.nav li .smsui_menu dd.a a{
  color: var(--main);
}
.nav li .smsui_menu dd.nb a{
  border-bottom: 0px;
}
.nav li .smsui_menu dd img{
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 10px;
}
/*用户信息*/
.userpanel{
  padding-top: 20px;
}
.userpanel li{
  float: left;
  position: relative;
  font-size: 14px;
}
.userpanel li a{
  display: block;
  line-height: 40px;
}
.userpanel li.service {
  padding-right: 18px;
}
.userpanel li.service a{
  background: var(--panel);
  padding: 0 16px;
}
.userpanel li.service a .ico{
  font-size: 20px;
  padding-right: 4px;
}
.userpanel li.notice a{
  padding: 0 18px 0 0;
}
.userpanel li.notice .icon{
  font-size: 24px;
  vertical-align: middle;
}
.userpanel li.avatar img.head{
  width: 40px;
  height: 40px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.userpanel li.avatar .icon-lower{
  font-size: 12px;
  padding-left: 6px;
}
.userpanel li span.smsui_badge{
  position: absolute;
  right: 8px;
  top: 0px;
}
/*用户信息卡片*/
.userpanel .smsui_menu{
  top: 40px;
  right: 0px;
  width: 280px;
  padding: 18px 24px;
  background: var(--box);
}
.userpanel .smsui_menu .userinfo{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
  padding: 6px;
  background: var(--main-l);
  margin-bottom: 12px;
}
.userpanel .smsui_menu .userinfo img{
  width: 48px;
  height: 48px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  display: block;
}
.userpanel .smsui_menu .userinfo div.flex{
  padding: 7px 6px;
}
.userpanel .smsui_menu .userinfo h4{
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
.userpanel .smsui_menu .userinfo p{
  line-height: 14px;
  font-size: 12px;
  color: var(--c9);
}
.userpanel .smsui_menu  p a{
  padding: 0 10px;
}
.userpanel .smsui_menu  p a:hover{
  background: var(--panel);
}
.userpanel li.avatar:hover .smsui_menu{
  opacity:1;
  visibility:visible;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
}
/*用户身份*/
.member_identity{
  display: inline-block;
  padding: 1px 6px;
  border-radius: 5px;
  margin-right: 6px;
}
.identity_fans{
  background: var(--main-l);
  color: var(--main);
}
.identity_customer{
  background: var(--warn-l);
  color: var(--warn);
}
.identity_special{
  background: var(--success-l);
  color: var(--success);
}
.identity_team{
  background: var(--c0);
  color: var(--white);
}

/*
二、底部
1、底部导航
2、公众号
3、站点信息
*/
/*底部*/
#footer{
  padding: 40px 0 0 0;
  background: var(--box);
}
/*底部导航*/
#footer ul{
  padding-bottom: 20px;
}
#footer ul li{
  float: left;
  padding-right: 50px;
}
#footer ul li h3{
  font-weight: 400;
  padding-bottom: 10px;
}
#footer ul li p{
  padding-bottom: 5px;
}
#footer ul li p a{
  color: var(--c9);
}
#footer ul li p a:hover{
  color: var(--main);
  text-decoration: underline;
}
/*公众号*/
#footer .qrcode{
  text-align: center;
  color: var(--c9);
  padding-bottom: 15px;
}
#footer .qrcode img{
  width: 160px;
  height: 160px;
}
/*站点信息*/
#footer .footer{
  border-top: 1px solid var(--bol);
  padding: 30px 0;
}
#footer .footer,#footer .footer a{
  color: var(--c9);
}
#footer .footer a:hover{
  color: var(--main);
  text-decoration: underline;
}
#footer .footer a:after{
  content: "|";
  color: var(--cc);
  padding: 0 8px;
}
#footer .footer a:last-child:after{
  content: "";
  padding: 0px;
}



/*
三、弹窗模块
1、用户信息
2、支付二维码
3、海报制作
4、登录注册
*/
/*用户信息(弹窗)*/
.user-box{
  position: relative;
  background: var(--box);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.user-box a.icon-close{
  position: absolute;
  right: -18px;
  top: -18px;
  font-size: 18px;
  background: rgba(255,255,255,0.95);
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--border);
}
.user-info{
  padding: 30px;
  width: 220px;
  text-align: center;
}
.user-info img{
  width: 180px;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.user-info h3{
  padding-top: 12px;
  font-size: 20px;
}
.user-info p{
  font-size: 12px;
  color: var(--c9);
  padding-bottom: 20px;
}
.user-info ul{
  font-size: 12px;
  text-align: left;
}
.user-info ul li span.title{
  display: inline-block;
  width: 48px;
  color: var(--c6);
  text-align: right;
  padding-right: 10px;
}
.user-info ul li .flex{
  color: var(--c9);
}

/*支付二维码*/
.paycode{
  border: 0px;
  background: var(--box);
  z-index: 6000;
}
.paycode .paycode-content{
  position: relative;
}
.paycode .paycode-content a.icon-close{
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 24px;
}
.paycode .paycode-content div.flex{
  padding: 50px;
  background: #4eac47;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}
.paycode .paycode-content div.flex img{
  display: block;
  width: 280px;
  height: 280px;
}
.paycode .paycode-content .info{
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-width: 150px;
  font-size: 16px;
}
.paycode .paycode-content .info .price{
  padding-top: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.paycode .paycode-content .info h2{
  font-size: 32px;
  font-weight: 400;
  color: var(--warn);
}
.paycode .paycode-content .info h2 span{
  padding-left: 8px;
  font-size: 14px;
}
.paycode .paycode-content .info h3{
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 20px;
}
.paycode .paycode-content .info h3 i{
  padding-right: 8px;
  font-size: 36px;
}
.paycode .paycode-content .info h4{
  font-weight: 400;
  font-size: 18px;
  text-decoration: line-through;
  color: var(--grey);
  padding-bottom: 12px;
}
.paycode .paycode-qrcode{
  position: relative;
}
.paycode .paycode-qrcode p{
  position: absolute;
  width: 280px;
  height: 280px;
  text-align: center;
  background: rgba(255,255,255,0.95);
  line-height: 280px;
  color: var(--success);
  z-index: 10;
  left: 0px;
  top: 0px;
}

/*海报封面*/
.poster{
  text-align: center;
  position: relative;
}
.poster-list{
  padding: 0 20px 0 5px;
}
.poster-covers li{
  padding-bottom: 16px;
  cursor: pointer;
}
.poster-covers li img{
  width: 70%;
  padding: 5px;
  border: 1px solid var(--border);
  background: var(--box);
  display: block;
  margin: 0 auto;
}
.poster-covers li.a img{
  border: 1px solid var(--main);
}
/*海报类型*/
.poster-tpl li{
  padding: 10px 0;
}
.poster-tpl li a{
  color: var(--grey);
}
.poster-tpl li span{
  font-size: 48px;
  padding-bottom: 10px;
}
.poster-tpl li.a a{
  color: var(--main);
}
/*生成后*/
.tpl_1,.tpl_3{
  width: 360px;
}
.tpl_2{
  width: 480px;
}
.poster-show {
  margin: 0 auto;
}
.poster-show img{
  width: 100%;
  display: block;
	box-shadow: var(--shadow-l);
	-webkit-box-shadow: var(--shadow-l);  
}
.poster-show p{
  color: var(--c9);
}
/*生成中*/
.poster-loading{
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.9);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
}
.poster-loading span{
  padding-top: 230px;
  font-size: 32px;
}
.poster-loading p{
  padding-top: 10px;
  font-size: 16px;
}
/*海报图代码*/
.poster-html{
  position: relative;
  display: inline-block;
  text-align: left;
}
.poster-edit .poster-box{
  padding: 5px;
  border: 1px solid var(--border);
  background: var(--box);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.poster-edit a{
  display: block;
  position: relative;
  border: 1px dashed rgba(255,255,255,0);
  padding: 3px;  
}
.poster-edit a:hover{
  border-color: var(--main);
}
.poster-edit a:hover:before{
  content: "点击上传新图片";
  background: var(--main);
  position: absolute;
  padding: 0 10px;
  right: 6px;
  top: 6px;
  color: var(--white);
}
.poster-edit a.load:hover:before{
  content: "更换图片";
}
.poster-edit .subject{
  border: 1px dashed rgba(255,255,255,0);
  position: relative
}
.poster-edit .subject:focus,.poster-edit .subject:hover{
  border: 1px dashed var(--main);
  outline: none;
}
.poster-edit .subject:hover:before{
  content: "编辑";
  font-size: 14px;
  background: var(--main);
  position: absolute;
  z-index: 10;
  padding: 0 10px;
  right: 6px;
  top: 6px;
  color: var(--white);
}
/*选择图片*/
.poster-imgs {
  padding: 10px 0;
}
.poster-imgs li{
  float: left;
  width: 20%;
}
.poster-imgs li div {
  padding: 3px;
  text-align: center;
}
.poster-imgs li img {
  box-sizing: border-box;
  display: block;
  width: 120px;
  border: 3px solid var(--white);
  padding: 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.poster-imgs li.a img {
  border: 3px solid var(--main);
}
/*帖子*/
.poster-thread{
  width: 360px;
}
.poster-thread img.cover{
  width: 100%;
  display: block;
}
.poster-thread img.finger{
  width: 48px;
}
.poster-thread img.qrcode{
  width: 64px;
}
.poster-thread .subject{
  text-align: center;
  padding: 20px;
  font-size: 20px;
  border-bottom: 1px solid var(--bol);
}
.poster-thread .info{
  padding: 14px 18px;
  color: var(--grey);
  font-size: 16px;
}
.poster-thread div.date{
  position: absolute;
  color: #fff;
  left: 20px;
  bottom: 10px;
  text-align: center;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  width: 72px;
}
.poster-thread div.date h2{
  font-size: 32px;
  line-height: 1.4;
  border-bottom: 1px solid var(--white);
}
.poster-thread div.date p{
  font-size: 18px;
  line-height: 2;
}
/*卡片*/
.poster-card{
  width: 480px;
  position: relative;
}
.poster-card img.cover{
  width: 100%;
  display: block;
}
.poster-card img.qrcode{
  width: 78px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border: 1px solid var(--border);
}
.poster-card .subject{
  padding: 20px 120px 20px 20px;
  font-size: 20px;
}
/*邀请函*/
.poster-invite{
  position: relative;
  width: 360px;
}
.poster-invite img.cover{
  width: 100%;
  display: block;
}
.poster-invite .info{
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 290px;
  padding: 15px;
  background: rgba(0,0,0,0.4);
  color: #fff;
}
.poster-invite img.qrcode{
  width: 64px;
  height: 64px;
}
.poster-invite .flex{
  padding-right: 15px;
}
.poster-invite .subject{
  font-size: 16px;
  line-height: 1.4;
}
/*通稿列表*/
.poster-threads{
  padding-left: 14px;
}
.poster-threads li{
  list-style: disc;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}
.poster-threads li a{
  font-size: 16px;
  line-height: 1.4;
  display: block;
}
.poster-threads li.a a{
  color: var(--main);
}

/*登录&注册*/
.member{
  border: 0px;
  background: var(--white);
  z-index: 6000;
}
.member.smsui_popup:active{
  border: 0px;
}
.member .member-content{
  position: relative;
}
.member .member-content a.icon-close{
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 24px;
  z-index: 10;
}
.member .member-info{
  width: 360px;
  background: var(--main);
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
  color: var(--white);
  padding: 60px 50px;
  
}
.member .member-info h2{
  font-size: 28px;
  line-height: 42px;
  font-weight: 300;
}
.member .member-info ol{
  padding-top: 24px;
  padding-left: 18px;
  font-size: 16px;
  color: var(--main-l);
  line-height: 36px;
}
.member .member-form{
  padding: 50px 40px 30px 40px;
  width: 300px;
}
.member .qrcode img{
  width: 80%;
  height: 80%;
  margin: 0 auto;
  display: block;
}

.member .member-form h2{
  font-size: 32px;
  font-weight: 400;
  padding-bottom: 16px;
  text-align: center;
}
.member label {
  position: relative;
  display: block;
  height: 49px;
}
.member label .line{
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  border-bottom: 1px solid var(--border);
}
.member label .input{
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  text-indent: 16px;
  width: 100%;
}
.member .input:focus + .line{
  border-bottom: 1px solid var(--main);
}
.member label div.ft{
  font-size: 0px;
}
.member dl{
  text-align: center;
  padding-top: 15px;
}
.member dd{
  display: inline-block;
  margin: 0 5px;
}
.member ul{
  padding-top: 15px;
}
.member ul li{
  display: inline-block;
  padding: 0 10px;
  text-align: center;
}
.member ul li a{
  display: block;
}
.member ul li span{
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
  margin: 0 auto;
}
.member ul li span.ico-wechat{
  background: #5fc057;
  color: #fff;
}
.member ul li span.ico-user{
  background: #000000;
  color: #fff;
}
.member ul li span.ico-phone{
  background: #ec656b;
  color: #fff;
}
.member ul li p{
  padding-top: 5px;
}

/*
四、模块
1、标签
2、关键词
3、关注公众号
4、订单支付
5、关键词
*/
/*标签列表*/
.taglist{
  padding: 12px 20px 12px 36px;
}
.taglist li{
  line-height: 36px;
  font-size: 16px;
  list-style: disc;
}
.taglist li.a span{
  color: var(--main);
}
.taglist dd{
  display: inline-block;
  padding-right: 4px;
}
.taglist dd a{
  display: block;
  color: var(--c6);
  font-size: 14px;
  background: var(--ce);
  line-height: 24px;
  padding: 0 10px;
}
.taglist dd.a a{
  background: var(--warn-l);
  color: var(--warn);
}
.taglist dd.more a{
  background: none;
  color: var(--cc);
}
.taglist dd.more a:hover{
  color: var(--main);
}
/*关键词列表*/
.keylist a {
  display: inline-block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 34px;
  line-height: 34px;
  margin-left: 15px;
  margin-top: 15px;
  padding: 0 20px;
  background: var(--white);
  border: 1px solid var(--border);
  position: relative;
}
.keylist a:hover{
  border-color: var(--main);
  color: var(--main);
}
/*文章类型*/
.type{
  display: inline-block;
  background: var(--panel);
  color: var(--c6);
  padding: 0 8px;
  height: 28px;
  line-height: 28px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1rem;
  margin-right: 10px;
}
.type.type_article{
  background: var(--main-l);
  color: var(--main);
}
.type.type_album{
  background: var(--success-l);
  color: var(--success-d);
}
.type.type_video{
  background: var(--c3);
  color: var(--white);
}
.type.best{
  background: var(--warn-l);
  color: var(--warn);
}
.type.date{
  background: none;
  color: var(--c9);
  font-size: 0.875rem;
  padding: 0px;
}
.type.btn{
  background: var(--success);
  color: var(--white);
}

/*引导关注公众号*/
.subscribe{
  padding: 20px;
  text-align: center;
}
.subscribe img.qrcode{
  display: inline-block;
  width: 200px;
  height: 200px;
}
.subscribe p{
  color: var(--grey);
  padding-bottom: 20px;
}
.subscribe div.tc{
  border-top: 1px solid var(--border);
  padding-top: 20px;
  font-size: 0px;
}
.subscribe div.tc div.inline{
  display: inline-block;
}
.subscribe div.tc img{
  width: 48px;
  height: 48px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.subscribe div.tc span{
  padding-left: 10px;
  font-size: 18px;
}
/*订单支付*/
.payprice{
  padding: 10px 0 10px 10px;
  font-size: 16px;
  position: relative;
}
.payprice h3{
  font-size: 14px;
  color: var(--warn);
  font-weight: 400;
}
.payprice h3 strong{
  font-size: 32px;
}
.payprice h3 span{
  padding-left: 10px;
  color: var(--success-d);
}
.payprice h4 span{
  padding-left: 10px;
  font-size: 14px;
  color: var(--c9);
}
.payprice h5{
  font-weight: 400;
  font-size: 1.125rem;
  color: var(--warn);
}
.payprice p{
  text-decoration: line-through;
  color: var(--c9);
  padding: 6px 0;
}
.payprice ul{
  padding-top: 10px;
}
.payprice ul li{
  float: left;
  margin: 0 16px 0 0;
  border: 1px solid var(--border);
  text-align: center;
  padding: 0 0 8px 0;
  cursor: pointer;
  position: relative;
}
.payprice ul li strong{
  display: block;
  padding: 10px 16px;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
  background: var(--panel);
}
.payprice ul li strong span{
  font-size: 14px;
}
.payprice ul li div{
  display: none;
}
.payprice ul li.a{
  border-color: var(--warn);
}
.payprice ul li.a strong{
  background: var(--warn);
  color: #fff;
}
.payprice ul li.a div{
  display: block;
  position: absolute;
  top: -53px;
  left: 0px;  
}
.payprice ul li.a em{
  background: rgba(0,0,0,0.7);
  color: #fff;
  position: relative;
  white-space: nowrap;
  padding: 10px 16px;
  z-index: 10;
  font-size: 14px;
}
.payprice ul li.a em:before{
  position: absolute;
  font-size: 0px;
  border-style: solid;
  border-width: 10px;
  border-color: rgba(0,0,0,0.7) transparent transparent;
  content: "";
  left: 10px;
  bottom: -20px;
}
.payprice dl dd strong{
  font-size: 20px;
  font-weight: 400;
  color: var(--warn);
}
.payprice dl dd span{
  font-size: 14px;
  padding: 0 4px 0 0;
  color: var(--warn);
}
.payprice dl dd em{
  font-size: 14px;
  color: var(--c9);
}
.payprice div.cartridge{
  position: absolute;
  right: 0px;
  top: 0px;
}
.payprice div.cartridge a{
  font-size: 24px;
  color: var(--warn);
  padding-left: 10px;
}
/*设置关键词*/
.setkey{
  padding-bottom: 8px;
}
.setkey a{
  display: inline-block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 34px;
  line-height: 34px;
  margin: 0 12px 12px 0;
  padding: 0 20px;
  background: var(--white);
  border: 1px solid var(--border);
  position: relative;
}
.setkey a:after{
  font-family: "smsui";
  content: "\e695";
  position: absolute;
  right: -8px;
  top: -8px;
  font-size: 20px;
  color: var(--warn);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: var(--white);
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: none;
}
.setkey a:hover{
  color: var(--main);
  border-color: var(--main);
}
.setkey a:hover:after{
  display: block;
}
/*添加关键词*/
.addkey{
  padding-top: 16px;
}
.addkey h3{
  padding: 0 0 4px 6px;
  font-size: 1rem;
}
.addkey a{
  display: inline-block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 34px;
  line-height: 34px;
  margin: 0 12px 12px 0;
  padding: 0 20px;
  background: var(--white);
  border: 1px solid var(--border);
}
.addkey a:hover{
  color: var(--main);
  border-color: var(--main);
}

/*
五、列表
1、文稿列表
2、合集列表
3、评论列表
*/
/*文稿列表*/
.theme-list-item{
  padding: 15px 0;
  border-bottom: 1px solid var(--border);
}
.theme-list-item h3{
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 10px;
}
.theme-list-item .cover{
  padding-right: 10px;
}
.theme-list-item .cover img{
  height: 120px;
  display: block;
}
.theme-list-item .cover + div.flex{
  padding: 10px 0;
}
.theme-list-item p.summary{
  font-size: 16px;
  color: var(--c6);
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
}
.theme-list-item p.summary a{
  color: var(--main);
  padding-left: 6px;
}
.theme-list-item ul {
  padding-top: 10px;
}
.theme-list-item ul li{
  float: left;
}
.theme-list-item ul li.date{
  float: right
}
.theme-list-item:hover h3 a{
  color: var(--main);
}
.theme-list-item:hover p.summary{
  color: var(--c0);
}
/*列表价格*/
.item-price strong{
  color: var(--warn);
  font-size: 1.5rem;  
}
.item-price i{
  color: var(--warn);
  font-size: 0.875rem;
  padding-right: 2px;
  font-style: normal;
}
.item-price span{
  padding-left: 5px;
  font-size: 0.875rem;
  color: var(--grey);
  text-decoration: line-through;
}
.item-price em{
  font-size: 24px;
  padding-left: 6px;
}
.item-price em.ico-tuan{
  color: var(--warn)
}
.item-price em.ico-vip{
  color: var(--success-d)
}

/*合集列表*/
.collectionitem{
  float: left;
  width: 300px;
}
.collectionitem a{
  display: block;
  padding-bottom: 20px;
}
.collectionitem.middle{
  padding: 0 25px;
} 
.collectionitem img{
  display: block;
  width: 300px;
  height: 225px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.collectionitem .info{
  padding: 10px 14px 16px 14px;
  height: 104px;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: var(--bol);
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.collectionitem h3{
  font-size: 18px;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
  font-weight: 500;
  margin-bottom: 8px;
}
.collectionitem p{
  color: var(--c9);
  height: 40px;
  line-height: 20px;
  overflow: hidden;
}
.collectionitem:hover .info{
  border-color: var(--main-l-d);
  background: var(--main-l);
}
.collectionitem:hover h3{
  color: var(--main);
}
.collectionitem:hover p{
  color: var(--main);
}
/*评论列表*/
.reply{ 
  padding: 0 30px 15px 30px;
}
.reply_avatar {
  padding-right: 20px
}
.reply_avatar img{
  width: 48px;
  height: 48px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.reply_send{
  background: var(--panel);
  padding: 14px;
}
.reply_body{
  border-bottom: 1px solid var(--bol);
  padding-bottom: 14px;
}
.reply_body h4 a{
  font-size: 16px;
  font-weight: 400;
  color: var(--link);
  padding: 16px 0;
}
.reply_body div.reply_content{
  font-size: 16px;
  padding: 6px 0;
}
.reply_body div.reply_content p.replyuser{
  color: var(--c9);
}
.reply_body div.reply_content p.replyuser span {
  padding-left: 3px;
}
.reply_body div.reply_content p.replyuser span:after{
  content: ":";
  padding: 0 3px;
}

.reply_body div.date .flex{
  font-size: 14px;
  color: var(--grey);
}
.reply_body div.date .flex a:before{
  content: "-";
  padding: 0 6px;
  color: var(--c0);
}
.reply_body div.date .flex a.btn{
  display: inline-block;
  background: var(--ce);
  padding: 0 14px;
  margin-left: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.reply_body div.date .flex a.btn:before{
  content: "";
  padding: 0px;
}
.reply_body div.date a.icon{
  font-size: 18px;
  color: var(--grey);
}
.reply_body div.date a.icon:hover{
  color: var(--warn);
}
.reply_comment{
  background: var(--panel);
  padding: 8px 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  max-width: 80%;
  margin-top: 12px;
}
.reply_comment a{
  color: var(--main);
}
.reply_comment a:after{
  content: ":";
  padding: 0 6px;
  color: var(--c0);
}

.reply.newreply{
  background: #fefeea;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.reply.newreply .reply_body{
  border-bottom: 0px;
  padding-bottom: 0px;
}
#simplereplys .reply,.commentslist .reply{
  padding: 10px;
}
/*
六、布局容器

*/
.rowblock{
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.coulumn-left{
  padding-right: 30px;
}
.coulumn-right{
  padding-left: 30px;
}
.coulumn-content{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.coulumn-box{
  padding: 0 30px 30px 30px;
}
.coulum-fig-leaf{
  background: var(--box);
  position: sticky;
  z-index: 1;
  top: 110px;  
}
.coulum-fig-leaf:before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: var(--box);
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

/*box宽度*/
.box-360{
  width: 360px;
}
.box-320{
  width: 320px;
}
.box-280{
  width: 280px;
}
.box-260{
  width: 260px;
}
.box-220{
  width: 220px;
}
.box-240{
  width: 240px;
}
.box-54{
  width: 54px;
}


/*页面的首个内容容器*/
.bulk{
  padding-top: 110px;
}
.fig-leaf{
  position: fixed;
  top:80px;
  background: var(--body);
  height: 30px;
  width: 100%;
  z-index: 888;
}
.sticky{
  position: sticky; 
  z-index: 1; 
  top: 110px;
}

