.gotodl{position:fixed;top:0;left:0;z-index:10000;width:100%;height:2rem;background:rgba(255,255,255,0.8);box-shadow:0 0 0.4rem #ccc;}
.gotodl a{display:block;height:100%;width:100%;color: #2595ff;font-size:0.4rem;line-height:2rem;text-align: right;}
.gotodl a:before{content:"";display:block;float:left;width:1.6rem;height:1.6rem;background:url(../images/default_logo.png) no-repeat 0 0;background-size:100% 100%;margin:0.2rem;box-shadow:0 0 0.1rem #ccc;border-radius:0.4rem}
.gotodl a:after{content:"";display:block;/* width:0.3rem; */height:0.6rem; background:url('img/panel-title-more-arrow.png') no-repeat 0 0;background-size:100% 100%;float:right;margin:0.7rem 0.3rem;}

/*format*/
html{font-family:-apple-system,BlinkMacSystemFont,'PingFang SC','Helvetica Neue',STHeiti,'Microsoft Yahei',Tahoma,Simsun,sans-serif;overflow-y:scroll;height:100%;color:#000;background:#fff;-webkit-text-size-adjust:100%;-webkit-touch-callout:none;}
html *{outline:0;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{margin:0;padding:0;}
input,select,textarea{font-size:100%;resize:none;-webkit-appearance:none;appearance:none;}
button{-webkit-appearance:none;-moz-appearance:none;appearance:none;}
table{border-spacing:0;border-collapse:collapse;}
fieldset,img{border:0;}
abbr,acronym{font-variant:normal;border:0;}
del{text-decoration:line-through;}
address,caption,cite,code,dfn,em,th,var{font-weight:500;font-style:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:500;}
q:before,q:after{content:'';}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-.5em;}
sub{bottom:-.25em;}
ins,a{text-decoration:none;}
.outside-only{position:fixed;top:-100000px;left:-100000px;opacity:0;}
body{overflow:auto;min-height:100%;-webkit-overflow-scrolling:touch;}
body.dark{background-color:#f4f8fa;}
footer.fixed-bottom{position:fixed;bottom:0;left:0;display:-webkit-flex;display:flex;flex-direction:row;width:100%;height:1.306667rem;background:#fff;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;align-content:flex-start;}
footer.fixed-bottom a{font-size:.426667rem;line-height:1.306667rem;text-align:center;color:#fff;}
footer.fixed-bottom a.sendMsg{width:50%;background-color:#2595ff;}
footer.fixed-bottom a.callPhone{width:50%;background-color:#9cce1f;}
footer.fixed-bottom a.buyfecc{width:100%;background-image:-webkit-linear-gradient(left,#ff9000 0,#ff5000 100%);background-image:-o-linear-gradient(left,#ff9000 0,#ff5000 100%);background-image:linear-gradient(to right,#ff9000 0,#ff5000 100%);background-repeat:repeat-x;}
.hr{clear:both;overflow:hidden;width:100%;height:.266667rem;background:#f4f8fa;}

/*search*/
.type-grid.search{position:relative;position:fixed;z-index:1;top:0;left:0;display:-webkit-flex;display:flex;flex-direction:row;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:1.733333rem;padding:.346667rem .266667rem;background:#fff;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;align-content:flex-start;}
.type-grid .keyword{position:relative;overflow:hidden;height:.933333rem;border-radius:.066667rem;background-color:#f1f1f1;order:1;flex-grow:10;flex-shrink:1;}
.type-grid .keyword input{font-size:.373333rem;float:left;-webkit-box-sizing:border-box;box-sizing:border-box;width:calc(100% - 1.0rem);width:-webkit-calc(100% - 1.0rem);height:100%;padding:0 .32rem;border:none;background-color:rgba(0,0,0,0);}
.type-grid .keyword input:placeholder{color:#bfbfbf;}
.type-grid .keyword a.submit-search{display:block;float:left;width:.933333rem;height:.933333rem;background:url('img/search_btn.png') no-repeat center center;background-size:100% 100%;}
.type-grid .filter{font-size:.373333rem;line-height:.933333rem;width:2.36rem;height:.933333rem;margin-left:.133333rem;text-align:center;color:#35a6ff;border-radius:.066667rem;background-color:#f1f1f1;order:2;flex-grow:0;flex-basis:2.36rem;}
.type-grid .filter span:after{display:inline-block;width:.16rem;height:.306667rem;margin-left:.213333rem;content:'';transition:all .2s ease-in-out;background:url('img/filter-arrow.png') no-repeat center center;background-size:100% 100%;}
.type-grid .filter.active span:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);}
.type-grid .filter-option{position:fixed;z-index:10;top:1.733333rem;left:0;overflow:auto;width:100%;max-height:calc(100% - 1.733333rem);max-height:-webkti-calc(100% - 1.733333rem);transition:all .2s ease-in-out;-webkit-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:0 0;transform-origin:0 0;border-top:.013333rem solid #dbdbdb;background-color:#fff;}
.type-grid .filter-option.active{-webkit-transform:scale(1,1);transform:scale(1,1);}
.type-grid .filter-option label{line-height:1.173333rem;display:block;width:100%;height:1.173333rem;border-bottom:.013333rem solid #dbdbdb;}
.type-grid .filter-option label input{display:none;}
.type-grid .filter-option label input:checked + span{color:#2595ff;}
.type-grid .filter-option label input:checked + span:after{float:right;width:1.173333rem;height:1.173333rem;content:'';background:url('img/checked.png') no-repeat center center;background-size:100% 100%;}
.type-grid .filter-option label span{font-size:.4rem;display:block;padding-left:.533333rem;color:#333;}
.type-easy.search{position:relative;position:fixed;z-index:20;top:0;left:0;display:-webkit-flex;display:flex;flex-direction:column;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:.346667rem 0;background:#fff;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;align-content:flex-start;}
.type-easy .keyword{position:relative;overflow:hidden;width:calc(100% - .533333rem);width:-webkit-calc(100% - .533333rem);height:.933333rem;margin:0 auto .266667rem;border-radius:.066667rem;background-color:#f1f1f1;order:1;}
.type-easy .keyword input{font-size:.373333rem;float:left;-webkit-box-sizing:border-box;box-sizing:border-box;width:calc(100% - 1.0rem);width:-webkit-calc(100% - 1.0rem);height:100%;padding:0 .32rem;border:none;background-color:rgba(0,0,0,0);}
.type-easy .keyword input:placeholder{color:#bfbfbf;}
.type-easy .keyword a.submit-search{display:block;float:left;width:.933333rem;height:.933333rem;background:url('img/search_btn.png') no-repeat center center;background-size:100% 100%;}
.type-easy .keyword .fakesearch{line-height:.933333rem;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;background-color:#f1f1f1;}
.type-easy .keyword .fakesearch:before{display:inline-block;width:.933333rem;padding-top:.933333rem;content:'';vertical-align:top;background:url('img/search_btn.png') no-repeat center center;background-size:100% 100%;}
.type-easy .keyword .fakesearch:after{font-size:.373333rem;display:inline-block;width:.933333rem;height:.933333rem;content:'搜索';color:#bfbfbf;}
.type-easy .filter{position:relative;z-index:20;width:100%;border-top:.013333rem solid #e8e8e8;border-bottom:.013333rem solid #e8e8e8;order:2;flex-grow:0;}
.type-easy .filter .filter-tabs{display:-webkit-flex;display:flex;flex-direction:row;height:1.2rem;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;align-content:flex-start;}
.type-easy .filter .filter-tabs span{font-size:.4rem;line-height:1.2rem;height:1.2rem;text-align:center;color:#333;order:1;flex-grow:10;flex-shrink:1;}
.type-easy .filter .filter-tabs span:after{position:relative;top:-.066667rem;display:inline-block;width:.28rem;height:.146667rem;margin-left:.04rem;content:'';background:url('img/filter-tabs-arrow.png') no-repeat 0 -.146667rem;background-size:.56rem .293333rem;}
.type-easy .filter .filter-tabs span.active{color:#35a6ff;}
.type-easy .filter .filter-tabs span.active:after{background:url('img/filter-tabs-arrow.png') no-repeat -.28rem 0;background-size:.56rem .293333rem;}
.type-easy .filter .filter-tabs span.va{color:#35a6ff;}
.type-easy .filter .filter-tabs span.va:after{background:url('img/filter-tabs-arrow.png') no-repeat -.28rem -.146667rem;background-size:.56rem .293333rem;}
.type-easy .filter .filter-panel{position:fixed;z-index:20;top:2.933333rem;left:0;overflow:auto;width:100%;height:calc(100% - 2.933333rem);display:none;max-height:-webkti-calc(100% - 2.933333rem);transition:all .2s ease-in-out;-webkit-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:0 0;transform-origin:0 0;background:rgba(255,255,255,0.4);}
.type-easy .filter .filter-panel.active{-webkit-transform:scale(1,1);transform:scale(1,1);display:block;}
.type-easy .filter .filter-panel label{line-height:1.173333rem;display:block;width:100%;height:1.173333rem;border-bottom:.013333rem solid #dbdbdb;background-color:#fff;}
.type-easy .filter .filter-panel label input{display:none;}
.type-easy .filter .filter-panel label input:checked + span{color:#2595ff;}
.type-easy .filter .filter-panel label input:checked + span:after{float:right;width:1.173333rem;height:1.173333rem;content:'';background:url('img/checked.png') no-repeat center center;background-size:180% 180%;}
.type-easy .filter .filter-panel label span{font-size:.4rem;display:block;padding-left:.533333rem;color:#333;}
.type-easy .filter .filter-panel .class{width:4rem;float:left;height:100%;overflow:auto;border-right:.013333rem solid #dbdbdb;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#fff;}
.type-easy .filter .filter-panel .class span{display:block;height:1.173333rem;line-height:1.173333rem;padding:0 0 0 1em;font-size:0.4rem;border-bottom:.013333rem solid #dbdbdb;}
.type-easy .filter .filter-panel .class span:after{content:none;float:right;width:0.32rem;height:1.173333rem;background:url('img/panel-title-more-arrow.png') no-repeat center center;background-size:0.16rem 0.28rem;margin-right:0.16rem;}
.type-easy .filter .filter-panel .class span.a:after{content:"";}
.type-easy .filter .filter-panel .groups{width:6rem;float:left;height:100%;overflow:auto;background-color:#fff;}
.type-easy .filter .filter-panel .groups .group{display:none;}
.type-easy .filter .filter-panel .groups .group.a{display:block;}

/*list*/
.search.type-grid + .list{overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box;height:calc(100% - 1.733333rem);height:-webkit-calc(100% - 1.733333rem);margin-top:1.733333rem;padding:.093333rem 0;}
.search.type-easy + .list{margin-top:3.1rem;}
.list .item.type-store{position:relative;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;height:3.2rem;margin:0 .24rem .266667rem;border-radius:.133333rem;box-shadow:0 0 .266667rem #f5f5f5;}
.list .item.type-store a:nth-of-type(1){display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;}
.list .item.type-store a:nth-of-type(1) img.avatar{float:left;overflow:hidden;width:3.2rem;height:100%;margin:0 .266667rem 0 0;background-color:#bcbbb7;object-fit:cover;}
.list .item.type-store a:nth-of-type(1) strong{font-size:.4rem;line-height:1.4em;display:block;overflow:hidden;padding-top:.8em;white-space:nowrap;text-overflow:ellipsis;color:#040000;}
.list .item.type-store a:nth-of-type(1) span{font-size:.32rem;line-height:1.4em;display:block;color:#666;}
.list .item.type-store a:nth-of-type(1) p{font-size:.32rem;line-height:1.4em;display:block;color:#666;}
.list .item.type-store a:nth-of-type(1) p i{font-style:normal;}
.list .item.type-store a:nth-of-type(1) p i:after{padding:0 .106667rem;content:'|';}
.list .item.type-store a:nth-of-type(1) p i:nth-last-of-type(1):after{content:none;}
.list .item.type-store a:nth-of-type(1) address{font-size:.346667rem;line-height:.373333rem;display:block;margin-top:1em;color:#b2b2b2;}
.list .item.type-store a:nth-of-type(1) address:before{display:inline-block;float:left;width:.293333rem;height:.373333rem;margin-right:.053333rem;content:'';background:url('img/pin.png') no-repeat 0 0;background-size:100%;}
.list .item.type-store a:nth-of-type(2){line-height:.506667rem;position:absolute;z-index:1;right:.533333rem;bottom:.366667rem;width:1.733333rem;height:.506667rem;text-align:center;color:#ff3608;border:1px solid #ff3608;border-radius:.04rem;}
.list .item.type-company{position:relative;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;height:3.2rem;margin:0 .24rem .266667rem;border-radius:.133333rem;box-shadow:0 0 .266667rem #f5f5f5;}
.list .item.type-company a:nth-of-type(1){display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;}
.list .item.type-company a:nth-of-type(1) img.avatar{float:left;overflow:hidden;width:3.2rem;height:100%;margin:0 .266667rem 0 0;background-color:#bcbbb7;object-fit:cover;}
.list .item.type-company a:nth-of-type(1) strong{font-size:.4rem;line-height:1.4em;display:block;overflow:hidden;padding-top:.8em;white-space:nowrap;text-overflow:ellipsis;color:#040000;}
.list .item.type-company a:nth-of-type(1) span{font-size:.32rem;line-height:1.4em;display:block;color:#666;}
.list .item.type-company a:nth-of-type(1) p{font-size:.32rem;line-height:1.4em;display:block;color:#666;}
.list .item.type-company a:nth-of-type(1) p i{font-style:normal;}
.list .item.type-company a:nth-of-type(1) p i:after{padding:0 .106667rem;content:'|';}
.list .item.type-company a:nth-of-type(1) p i:nth-last-of-type(1):after{content:none;}
.list .item.type-company a:nth-of-type(1) address{font-size:.346667rem;line-height:.373333rem;display:block;margin-top:1em;color:#b2b2b2;}
.list .item.type-company a:nth-of-type(1) address:before{display:inline-block;float:left;width:.293333rem;height:.373333rem;margin-right:.053333rem;content:'';background:url('img/pin.png') no-repeat 0 0;background-size:100%;}
.list .item.type-company a:nth-of-type(2){line-height:.506667rem;position:absolute;z-index:1;right:.533333rem;bottom:.366667rem;width:1.733333rem;height:.506667rem;text-align:center;color:#ff3608;border:.013333rem solid #ff3608;border-radius:.04rem;}
.list .item.type-notice{position:relative;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;height:2.3rem;margin:0 .24rem .266667rem;border-radius:.133333rem;box-shadow:0 0 .266667rem #f5f5f5;}
.list .item.type-notice a:nth-of-type(1){display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;}
.list .item.type-notice a:nth-of-type(1) img.avatar{float:left;overflow:hidden;width:2.3rem;height:100%;margin:0 .266667rem 0 0;background-color:#bcbbb7;object-fit:cover;}
.list .item.type-notice a:nth-of-type(1) strong{font-size:.4rem;line-height:1.4em;display:block;overflow:hidden;padding-top:.8em;white-space:nowrap;text-overflow:ellipsis;color:#040000;}
.list .item.type-notice a:nth-of-type(1) span{font-size:.32rem;line-height:1.4em;display:block;color:#666;}
.list .item.type-notice a:nth-of-type(1) p{font-size:.32rem;line-height:1.4em;display:block;color:#666;}
.list .item.type-notice a:nth-of-type(1) p i{font-style:normal;}
.list .item.type-notice a:nth-of-type(1) p i:after{padding:0 .106667rem;content:'|';}
.list .item.type-notice a:nth-of-type(1) p i:nth-last-of-type(1):after{content:none;}
.list .item.type-notice a:nth-of-type(2){line-height:.506667rem;position:absolute;z-index:1;right:.533333rem;bottom:.366667rem;width:1.733333rem;height:.506667rem;text-align:center;color:#ff3608;border:.013333rem solid #ff3608;border-radius:.04rem;}
.list .item.type-article{height:auto;padding:.266667rem .373333rem 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.list .item.type-article strong{font-size:.373333rem;line-height:.533333rem;color:#040000;}
.list .item.type-article p{font-size:.32rem;line-height:1.4em;line-height:.48rem;display:block;color:#666;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.list .item.type-article p i{font-style:normal;}
.list .item.type-article p i:after{padding:0 .106667rem;content:'|';}
.list .item.type-article p i:nth-last-of-type(1):after{content:none;}
.list .item.type-article p u{float:right;text-decoration:none;color:#666;}
.list .item.type-article:after{display:block;clear:both;height:1px;margin:.266667rem .586667rem 0;content:'';background-color:#e6e6e6;}
.list .item.type-talent{position:relative;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;height:2.2rem;margin:0 .24rem .266667rem;border-radius:.133333rem;box-shadow:0 0 .266667rem #f5f5f5;}
.list .item.type-talent a{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;}
.list .item.type-talent a img.avatar{float:left;overflow:hidden;width:2.2rem;height:100%;margin:0 .266667rem 0 0;background-color:#bcbbb7;object-fit:cover;}
.list .item.type-talent a strong{font-size:.4rem;line-height:1.4em;display:block;overflow:hidden;padding-top:.8em;white-space:nowrap;text-overflow:ellipsis;color:#040000;}
.list .item.type-talent a strong small{font-size:.346667rem;padding-left:.133333rem;color:#666;}
.list .item.type-talent a span{font-size:.32rem;line-height:2em;display:block;color:#666;}
.list .item.type-talent a p{font-size:.32rem;line-height:1.4em;display:block;color:#666;}
.list .item.type-talent a p i{font-style:normal;}
.list .item.type-talent a p i:after{padding:0 .106667rem;content:'|';}
.list .item.type-talent a p i:nth-last-of-type(1):after{content:none;}
.list .item.type-b{overflow:hidden;padding:.333333rem .266667rem;border-bottom:.013333rem solid #e6e6e6;}
.list .item.type-b span{font-size:.4rem;float:right;margin-left:1em;padding:.15rem 0;color:#333;}
.list .item.type-b strong{font-size:.4rem;line-height:.6rem;display:block;padding:.15rem 0;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.list .item.type-b strong small{font-size:.4rem;padding-right:.133333rem;}
.list .item.type-b strong small.stat-0:before{content:'编辑中';color:#f44336;}
.list .item.type-b strong small.stat-1:before{content:'待审批';color:#4caf50;}
.list .item.type-b strong small.stat-2:before{content:'已办结';color:#9e9e9e;}
.list .item.type-b strong small.stat-3:before{content:'已否决';color:#03a9f4;}
.list .item.type-b strong small.stat-4:before{content:'已撤销';color:#03a9f4;}

.list .item.type-b strong small.stat_new-0:before{content:'编辑中';color:#9e9e9e;}
.list .item.type-b strong small.stat_new-1:before{content:'审核中';color:#03a9f4;}
.list .item.type-b strong small.stat_new-2:before{content:'已同意';color:#1bd421;}
.list .item.type-b strong small.stat_new-3:before{content:'已拒绝';color:#fd2010;}
.list .item.type-b strong small.stat_new-4:before{content:'已撤销';color:#9e9e9e;}

.list .item.type-b p{font-size:.346667rem;line-height:.533333rem;display:-webkit-box;overflow:hidden;color:#666;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.list .item.type-m{position:relative;float:left;-webkit-box-sizing:border-box;box-sizing:border-box;width:calc(100% / 3);width:-webkit-calc(100% / 3);padding-bottom:calc(100% / 3);padding-bottom:-webkit-calc(100% / 3);border-right:.013333rem solid #e8e8e8;border-bottom:.013333rem solid #e8e8e8;}
.list .item.type-m a{font-size:.4rem;line-height:calc(10rem / 3);position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;color:#333;}
.list .item.type-m:nth-of-type(3n){border-right:none;}
.list .item.type-m a span{font-size:1.333333rem;color:#2595ff;}
.list .item.type-m a em{font-size:.346667rem;color:#666;}
.list .item.type-m a em:before{content:'/';}
.list .item.type-m.type-btn label{position:absolute;top:0;left:0;width:100%;height:100%;background:url('img/m-plus.png') no-repeat center center;background-size:.933333rem .933333rem;}
.list .item.gqinfo{overflow:hidden;padding:.333333rem .266667rem;border-bottom:.013333rem solid #e6e6e6;display:block;height:2.2rem;}
.list .item.gqinfo img{float:left;width:2.6rem;height:100%;object-fit:cover;margin:0 .266667rem 0 0;}
.list .item.gqinfo strong{font-size:.373333rem;line-height:1em;display:block;overflow:hidden;padding-top:.3em;white-space:nowrap;text-overflow:ellipsis;color:#040000;}
.list .item.gqinfo p{font-size:.32rem;line-height:1.4em;display:block;color:#666;margin-top:0.8rem;display:flex;display:-webkit-flex;justify-content:space-between;}
.list .item.gqinfo p i{font-style:normal;}
.list .item.gqinfo p i:nth-of-type(2):before{content:"";display:inline-block;width:0.4rem;height:0.4rem;background:url(img/eye.png) no-repeat center center;background-size:100% 100%;float:left;margin:0.035rem 0.1rem;}
.gesture-con{display:block;overflow:hidden;width:100%;height:100%;padding:0.266667rem 0.333333rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:2;position:relative;background-color:#fff;}
.gesture-opt{display:block;overflow:hidden;z-index:1;position:absolute;top:0;right:0;font-size:0;white-space:nowrap;height:100%;}
.gesture-opt a{display:inline-block;font-size:0.373333rem;background-color:#fff;width:2.133333rem;height:100%;line-height:2.266667rem;text-align:center;color:#2595ff;}
.gesture-opt a.del{background-color:#e2efff;}
.gesture-opt a.edit{border-left:0.266667rem solid #f2f2f2;}
.loadMore{font-size:.373333rem;display:none;padding:.266667rem 0;text-align:center;color:#999;}
.loadMore.show{display:block;}
@-webkit-keyframes loadingAni{
	0%{-webkit-transform:scaleY(1);transform:scaleY(1);}
	50%{-webkit-transform:scaleY(.4);transform:scaleY(.4);}
	100%{-webkit-transform:scaleY(1);transform:scaleY(1);}
}
.loadingAni i{display:inline-block;width:.053333rem;height:.466667rem;margin:0 .026667rem;border-radius:.026667rem;background:#2595ff;}
.loadingAni i:nth-of-type(1){-webkit-animation:loadingAni 1s ease-in .1s infinite;animation:loadingAni 1s ease-in .1s infinite;}
.loadingAni i:nth-of-type(2){-webkit-animation:loadingAni 1s ease-in .2s infinite;animation:loadingAni 1s ease-in .2s infinite;}
.loadingAni i:nth-of-type(3){-webkit-animation:loadingAni 1s ease-in .3s infinite;animation:loadingAni 1s ease-in .3s infinite;}
.loadingAni i:nth-of-type(4){-webkit-animation:loadingAni 1s ease-in .4s infinite;animation:loadingAni 1s ease-in .4s infinite;}
.loadingAni i:nth-of-type(5){-webkit-animation:loadingAni 1s ease-in .5s infinite;animation:loadingAni 1s ease-in .5s infinite;}
.loadOver{font-size:.373333rem;display:none;padding:.266667rem 0 .533333rem;text-align:center;color:#999;}
.loadOver.show{display:block;}

/*grid-flex*/
.flex-grid{display:-webkit-flex;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;align-content:flex-start;}
.member-list .flex-item{overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;width:calc(50% - .266667rem);width:-webkit-calc(50% - .266667rem);margin:.133333rem;margin:.133333rem;border:1px solid #d9d9d9;order:1;flex-grow:0;flex-shrink:1;}
.member-list .flex-item img{width:100%;height:2.666667rem;object-fit:cover;}
.member-list .flex-item dl{font-size:.346667rem;line-height:.666667rem;padding:0 .213333rem;}
.member-list .flex-item dl dt{float:left;color:#333;}
.member-list .flex-item dl dt:after{content:'：';}
.member-list .flex-item dl dd{color:#666;}
.member-list .flex-item dl dd em:after{content:'、';}
.member-list .flex-item dl dd em:nth-last-of-type(1):after{content:none;}
.workshow-list .flex-item{font-size:0;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;width:calc(50% - .266667rem);width:-webkit-calc(50% - .266667rem);margin:.133333rem;margin:.133333rem;order:1;flex-grow:0;flex-shrink:1;}
.workshow-list .flex-item img{width:100%;height:2.666667rem;object-fit:cover;}
.workshow-list .flex-item video{width:100%;height:2.666667rem;object-fit:cover;}
.workshow-list .flex-item figcaption{font-size:.346667rem;color:#333;}
.workshow-list .flex-item p{font-size: .22rem;color:#333;padding: .1rem 0;word-break: break-all;}
.product-list .flex-item{overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;width:calc(50% - .266667rem);width:-webkit-calc(50% - .266667rem);margin:.133333rem;margin:.133333rem;order:1;flex-grow:0;flex-shrink:1;}
.product-list .flex-item img{width:100%;height:2.666667rem;object-fit:cover;}
.product-list .flex-item figcaption{color:#333;}

/*detail*/
.swiper-container.detail-cover-swiper{width:100%;height:5.666667rem;}
.swiper-container.detail-cover-swiper img{width:100%;height:100%;}
.swiper-container.detail-cover-swiper video{width:100%;height:100%;}
.menu-item{line-height:1.173333rem;clear:both;height:1.173333rem;border-bottom:.013333rem solid #dbdbdb;}
.menu-item b.mi-ico{float:left;width:1.04rem;height:1.173333rem;background-image:url('img/menu-ico.png');background-repeat:no-repeat;background-size:12.0rem 12.0rem;}
.menu-item span{font-size:.4rem;color:#333;}
.menu-item p{float:right;margin-right:.266667rem;}
.menu-item p em{font-size:.4rem;font-style:normal;color:#808080;}
.menu-item p em:after{content:'、';}
.menu-item p em:nth-last-of-type(1):after{content:none;}
.menu-item a.go{display:block;}
.menu-item a.go:after{display:inline-block;float:right;width:.16rem;height:.28rem;margin-top:.44rem;margin-right:.506667rem;content:'';background:url('img/panel-title-more-arrow.png') no-repeat 0 0;background-size:100% 100%;}
.menu-item a.heyAddme{font-size:.24rem;line-height:.466667rem;display:block;float:right;width:2.413333rem;height:.466667rem;margin:.346667rem .266667rem;text-align:center;color:#5393fd;border:.013333rem solid #5393fd;}
.menu-item a.heyAddme:before{padding-right:.053333rem;content:'+';}
.detail-live{padding:.2rem 0;border-bottom:.266667rem solid #f4f8fa;}
.detail-live:before{display:block;float:left;width:2.0rem;height:1.066667rem;content:'';background:url('img/detail-live.png') no-repeat center center;background-size:100% 100%;}
.swiper-container.detail-live-swiper{width:calc(100% - 2.0rem);width:-webkit-calc(100% - 2.0rem);height:1.066667rem;}
.swiper-container.detail-live-swiper p{font-size:.32rem;line-height:.533333rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#333;}
.swiper-container.detail-live-swiper p a{color:#333;}
.panel{border-bottom:.266667rem solid #f4f8fa;}
.panel-title{line-height:1.2rem;height:1.2rem;padding:0 .266667rem;border-bottom:.013333rem solid #dbdbdb;}
.panel-title span{font-size:.4rem;float:left;color:#333;}
.panel-title span i{font-style:normal;padding-left:.133333rem;}
.panel-title span i:before{content:'(';}
.panel-title span i:after{content:')';}
.panel-title span u{font-size:.4rem;float:right;color:#333;text-decoration:none;padding-left:4px;}
.panel-title em{font-size:.346667rem;float:right;color:#9a9a9a;}
.panel-title a{font-size:.346667rem;float:right;color:#9a9a9a;}
.panel-title a:after{display:inline-block;width:.16rem;height:.28rem;margin-left:.053333rem;content:'';background:url('img/panel-title-more-arrow.png') no-repeat 0 0;background-size:100% 100%;}
.panel-title a.like{font-size:0.4rem;color:#333;}
.panel-title a.like:before{content:"";display:inline-block;height:.6rem;width:.6rem;float:left;margin:0.3rem 0.1rem;background:url('img/like.png') no-repeat 0 0;background-size:0.6rem 1.2rem;}
.panel-title a.like.active:before{background-position:0 -0.7rem;}
.panel-title a.like:after{content:none;}
.panel-title a.like u{text-decoration:none;}
.panel-title a i{font-style:normal;}
.panel-tabs{font-size:.4rem;display:-webkit-flex;display:flex;flex-direction:row;padding:0 .266667rem;color:#333;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;align-content:flex-start;}
.panel-tabs span{position:relative;padding:.266667rem .16rem;text-align:center;}
.panel-tabs span.active{color:#4087fd;}
.panel-tabs span.active:after{position:absolute;bottom:0;left:50%;width:.4rem;height:.066667rem;margin-left:-.2rem;content:'';background-color:#4087fd;}
.panel-tabs span small{display:block;}
.panel-tabs span small:before{content:'(';}
.panel-tabs span small:after{content:')';}
.panel-tabs-type .panel-content{display:none;}
.panel-tabs-type .panel-content.active{display:block;}
.panel-content{overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;padding:.133333rem;}
.like_detail{overflow:hidden;}
.like_detail span{height:1rem;width:1rem;margin-right:2px;background:#eee;border-radius:2px;display:block;float:left;}
.like_detail span i{display:block;background:url('img/like.png') no-repeat 0 0;background-size:0.6rem 1.2rem;height:0.6rem;width:0.6rem;margin:0.2rem;}
.like_detail span img{display:block;height:1rem;width:1rem;object-fit:cover;}
.self-intro{font-size:.373333rem;line-height:.64rem;display:-webkit-box;overflow:hidden;margin:.266667rem;color:#000;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.article-title{font-size:.453333rem;line-height:1.2em;clear:both;margin:.533333rem .266667rem .133333rem;color:#000;}
.article-info{line-height:.293333rem;overflow:hidden;margin:.133333rem .266667rem;padding:.133333rem 0 .266667rem;color:#000;border-bottom:.013333rem solid #e6e6e6;}
.article-time{float:right;}
.article-label{float:left;}
.article-label i{font-style:normal;}
.article-label i:after{padding:0 .053333rem;content:'|';}
.article-label i:nth-last-of-type(1):after{content:none;}
.article-attchi{float:left;margin-left:.133333rem;padding:0 0 0 .293333rem;background:url('img/attch.png') no-repeat 0 0;background-size:.293333rem .293333rem;}
article.article_content{font-size:.373333rem;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px;color:#000;white-space:pre-line;}
article.article_content p{margin-bottom:.133333rem;word-break:break-all;}
article.article_content *{max-width:100%;}
.article-attch{overflow:hidden;margin-bottom:.266667rem;}
.attch-item{font-size:.32rem;position:relative;overflow:hidden;padding:.24rem .293333rem;border-bottom:.013333rem solid #e6e6e6;}
.attch-item a{display:block;color:#666;}
.attch-item:nth-of-type(1){border-top:.013333rem solid #e6e6e6;}
.attch-item:before{display:block;float:left;width:1.2rem;height:1.2rem;margin-right:.4rem;content:'';background:#589ac9 url('img/attch_format.png')no-repeat 0 0;background-size:1.2rem 1.2rem;}
.attch-item:after{position:absolute;top:.24rem;right:.266667rem;width:.16rem;height:1.2rem;content:'';background:url('img/panel-title-more-arrow.png') no-repeat center center;background-size:contain;}
.attch-item strong{display:block;margin-top:.133333rem;}
.attch-item span{display:block;}
.person-avatar{overflow:hidden;text-align:center;border-bottom:.013333rem solid #dbdbdb;}
.person-avatar img{width:1.946667rem;height:1.946667rem;margin:.493333rem auto .4rem;border-radius:100%;object-fit:cover;}
.person-avatar figcaption{font-size:.426667rem;line-height:1em;display:block;margin:0 0 .4rem;color:#333;}
.upload-tpl{padding:0 10px;position:relative;}
.upload-tpl span{position:absolute;top:0;left:30px;padding-left:20px;background:url(img/add_ico.png) left center no-repeat;background-size:12px;height:44px;line-height:44px;z-index:0;}
.upload-tpl label{min-height:44px;border:1px dashed #8b8b8b;width:80%;display:block;text-align:center;position:relative;z-index:9;}
.upload-tpl label img{max-height:100px;max-width:100%;margin:5px;}
.upload-tpl label .upload-remove{position:absolute;right:-50px;top:0;height:44px;line-height:44px;background:url(img/remove_ico.png) center no-repeat;background-size:20px;width:20%;}
.layui-layer-loading1{background:rgba(51,51,51,.7) url(img/loading.gif) center no-repeat!important;background-size:32px!important;width:60px!important;height:60px!important;border-radius:5px;}
.tips{width:100%;height:1rem;line-height:1rem;position:relative;padding:0 0.42rem;color:#FF9F4B;-webkit-box-sizing:border-box;box-sizing:border-box;background:#FFFDEF no-repeat 0.42rem center url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNi8wNy8xOPcaU5AAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAABKElEQVQ4jbWTvU7DMBSFP6PAQCUWBlDE1AWVJa2YGJEqlvICVRbeIx3hFbrCUvUFWKiYWDo2nbIxVZEy8AZIl8EJdojrAoUjWf7R8bnXvvcgImwc9wORp0Q28XbwYTUXHq4FgDz1UgGP2GwkPN/pddh1c5YTYTaSahuwmkuN8PYKi6le94Zwegkv42bGjkDB56GNsAtnAwg77myqYP0ETi6UESszeG+fmwi7B7C3735aFCtAyrkGLXbYJmgduy+vF2zAX80fIvj1zeVEKDKzP+psIVZk9d7L0y3Erm4b//anf/YPBfjauN9p2t6w0SKB03d5qkdlJxtRrCgyLbiYiu0CJSJNMdBGz1PjvTyFm0eTie3P8ny9mP2kCraYA/4CRLGin3gpNj4ARy+XX+ve4xEAAAAASUVORK5CYII=);background-size:0.5rem;}
.tips span{padding-left:0.62rem;font-size:0.5rem;}
.tips a{width:1rem;height:100%;position:absolute;right:0;top:0;background:center no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABgUlEQVRYR+2Wv0rDUBTGv1PoYJupi5PiE4gQBP8M/kFEstvZvoDP0NdwEec6tw6KBATN3rWLLxAFW8XlHkk06g1Jc88tpg7JfMn3u9/5zrmHMOeP5qyPCqByINMBPnPrqC8OQTRCMzym9sObTVi5t7mASesS4CWcDNaIwOn/5JaAzz0fRDtg3MMJD6QQsfi4dQPCFgCfOv29rEvkA/R2HUwatwCtSyE08YILTA0hW0BIxCNHCrtAAiEVNwKIDplA2IgbAxRB2IqLAPIg4mQnabfomMIMpFtHL4cK4hgRbUg7JfmvGODbideGD0VuHGPmAM7TvnRWiEuQUH+54APkfs42FcB5LgdALwEHiAioVk4JstqxtBBOmwV/3oZzHUQm4j/h/PUCGs6E//sYaTcHfDRDz7TPJZnI3ogYhAvvDqDtaJnAizqi06t3yVakLyR8TZ3BofFCwl3UsOwNARphrNpScS0T8UqGFTz2V6kLZbySSW47y1mrt2AWwcqByoG0Ax/HADgwxRP+wgAAAABJRU5ErkJggg==);background-size:0.42rem;}
.tips + .type-grid.search{top:1rem;}
.tips + .search.type-grid + .list{margin-top:1.633333rem;}
.ctrl-layout .check_all_wrap{width:100%;clear:both;margin-bottom:.3rem;}
.ctrl-layout .check_all_wrap:before{display:table;clear:both;content:'';}
.ctrl-layout .check_all_wrap:after{display:table;clear:both;content:'';}
.ctrl-layout .check_all_wrap .check_all{float:right;}
.ctrl-layout .check_all_wrap .cc_checkbox{width:.5rem;height:.5rem;background:#fff;border-radius:100%;border:1px solid #ccc;vertical-align:middle;}
.ctrl-layout .check_all_wrap .cc_checkbox:checked{border-color:#2595ff;background:no-repeat center #2595ff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACE0lEQVRoQ+2XMWgUQRSGvycoYgJiKWJpaSckgpUIQuoErNIEK0tbsUlrL0kTGwUrQdEgEQtBm2CX2kIIpLCJTRKQ/LIwB0fY2Z29N3vZg9nm4Jh593/vf//OnDHjj824fgrAeTtYHCgOODtQRsjZQPf24oC7hZECki4A94Dq87eZ/apbOkgHJM0D74AHQfQJsGJmH85CDA4giP8CLJwR+we4aWbH498PCqBB/EjzbTPbGySApCvA15rOj/SeAtfM7O/gAIL4zyG0sffCupk9H1wGEsVvAWtmpkEBeMVXMOcW4hziGwEk3QJuAP+A73X2TXqISboM7LTMfHRsWkMsaQV4DVwMiz8By2Z2NKno0b4g/iNwv6FWkvhaByTNAQdAdRqOPz+qk9EDkVt8DOAOsBvpzsQQfYiPAVwH9hsC3hmiL/HREEt6ATxtmNFkCEmXgO1cM590DkiqXq9vgEceiCD+PfAwR2DrakTPAS/ENMS3HmSTQkxLfCtAtSBAvAJWU8ZpmuKTADpCLAFv+5z5pBDXdTrRiUPgal+B7RRiB0RMf/L1oMt1pfNtNDixATzu8EO9iE/OQMSNzUSI3sS7AEK42yB6Fe8GaIHoXXwWgACxDjwbG7WXwJOcf4Jieesc4lghSYvAXeCnmX3rEHDX0mwALhWOzQXA0bwsW4sDWdroKFIccDQvy9biQJY2OorMvAP/AWa84zGaGjNNAAAAAElFTkSuQmCC);background-size:0.45rem;}
.ctrl-layout .check_all_wrap .check_all span{display:inline-block;vertical-align:middle;}
.load-data:after{content:"";position:fixed;left:0;top:0;width:100%;height:100%;background:#fff;z-index:9999;}
.filter-panel-tree .ztree{height:calc(100% - 1.5rem);height:-webkit-calc(100% - 1.5rem);overflow:auto;-webkit-overflow-scrolling:touch;}


.detail-cells {}
.detail-cells .cell {display: flex;display: -webkit-flex;padding: 0 .266667rem 0 0;font-size: .4rem;}
.detail-cells .cell .hd{flex-grow: 1;display: flex;display: -webkit-flex;align-items: center;}
.detail-cells .cell .bd{flex-grow: 1;display: flex;display: -webkit-flex;align-items: center;}
.detail-cells .cell em{color:#333;}
.detail-cells .cell .cd{flex-grow: 1;display: flex;display: -webkit-flex;flex-direction: column;padding: .266667rem 0 0 .266667rem;}
.detail-cells .cell .cd span{padding-bottom:0.266667rem;}
.detail-cells .cell .cd p{word-break: break-all;line-height: .62rem;}

.detail-cells .cell .ft{ display: flex; display: -webkit-flex; align-items: center;}
.detail-cells .cell b{display: inline-block;width: 1rem;height: 1rem;}
.detail-cells .cell b.ico01{background: url(data:image/png;base64,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)center no-repeat;background-size: 0.45rem 0.45rem;}
.detail-cells .cell b.ico02{background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAH10lEQVRoQ+1Zf4wcdRX/fGb3fs0sxLujtHfdPVoowtkWJIZUICb+AG0rCv4oBlDEIrd7NRWV1oBRuKKRBGv9Sbt7wmE0VrDVgFQRWk2MSbWVhB8WbAVDe7N3R9reNaE7c3t3s/PMd6+7N7u3M7t3PWNqOn/OvF+f9973fd97Q5zhD89w+3EWwP86gmcj8H8VgTtMaQkze4VAWiDSrEFaBBABT4A8QXDEkcYXHo1xZK6An1YKrTsqEWfMvoUi7ye4AsSimgwTHBbIPiH/FG7Qt289n5ma+CoQzQpAl2mv0ES6hVhDQJ+tcsUngE3BDpBbkzF9/0xlzQjA59N2NCTuQwRvnqmimuhFHnc0beMjUT1dEz1Q+z2QMDNfFeEmEo1+wgXyGoV7QBwt0AioQ+Q8AOeRiIpgKYl6XxmCrFDu641FvlMLiKoR+LIpTaOwfwXg+koCBdgnQJ8j2NXXYQxWU7pGJNQ8NH6x5jjvE+KzBFb48OxwQ/rtve20g2QGAkiY9kIR91mSS8uFiOApCYfv6W1vOFjN6KDv6wbHOnOO8yCJG6bRiRwAtZXJmD7gJ8MXwBfS0uqItZfg28uYj0AknuyIPHs6hpfzJvozHwKZAnBB6Tc5FKJxzcNRDlfSVxFA16DozNl7CVzuZVLporn6qm0X8ESQ8d0D2UtccZeLuItJntQYej3Hhr3V0qH7iDS7mv1MhbR6warT3/PzBbTK9U4HIMK4aam0ua7M+J0jUf3WHeR4JePXD8u5Y7YVpzBO4qIKKTcB4Pes076UbGs67OeANSL1LWn7CQI3lun/QyqqrwYp3vfTAMT7MxtIllQAAZ4cieqf3EHmKilWHhc390cAC6umlWBMwK+lOvQtASBCrWn7yfLCIcK7y/lKAHSZY8spzvMlZU5kz4KYsaqHdCop7Bq0OzTHfRFkc1XjSwjkF8lY5NOBkTDtp0l8sEAjgnGNcuW2WOTlwrsigC6ROi1t/QPgJR6hplWnd1bKPUUzGW7reYLLi0ogIxRuoehbC2clnravgsgGAh8vSQuiOxU1kn4gVKuSy1qvk5zvkX9QosZlvaRKyamLLG7a6wn5oUeY64JX98b0fX4KEmbmHoAPTgkPPuSJtHU9XOwE0aB4BHJyPGxc9Fgbj/nqUDyCp0u/c30ypv+4COAzb4qhT1j9BFuKxhDfSkWNbwQfNus4wXNOGXNcQkZnbzuPB6VSwrS/CMgPijSU7yajkQ2BPP2ZJ0De5I2yXWd0qMzIp1AibT0AgdfYgayjL/npYmb9BHcPWB8VF09NGYJEMmqoOh749Ihob5rWAZCdeULB4WSHsTiI6XNDMq/esf5dcNYkGx5IxYz7ufaYnFM3ah8t6XEEdyQ7jL5gT1o9AO4/ZcRYE/Xm78U4Wg1A3mFlUaCrt1S7W7rMzEYNfMiTrpZdp89n90D2WnFzuz3h+Vdb1OjsId0gY+Km1UvgzlPpczAVi0x6tIYnPpC5ji6fK5DmwuFlP2lreCWIdbLI2K8CWFKgI3nVNACAHFoQNd5RA4AUga48AJFXUx2Raf2Sn0Hx9OgHKO6eotPC4aWptgZlnO+jUm8obf3T29oIZBXVDTpu24MEjKJAkbWpjshjVSKwicB9hRTK5vS3BZ0Zr6zyFJqA3lptzEz0W2tBPOpNITH0hRUPsQDpMUe/OMigrrT1YU2wqyiwSk0vAhBhwrReBrnsFPiqh/j2N6SxMWwdAXi+B8DkIVYvZltGW03rGMhzJ4XKUTdkLK1WRsvvG4FsTsUiGwOjnba+ScHXp4yXkZIyqj7ETfsuQr7vEeSSvGZbVP+bfy5n7qXw257v++nqK/0qSty0VlPwm6mLDPZ4WF8UdJHl52/IXgDalB7elYzp+Uu32EpUagsAmHW6vuxHrXyrEoj1Ig3jaXuft+2WOWwlVImvz9qqOsU8KXhgOGa8q9AVlzZzg2OX0nFe8jZzInhuJKZ/xK+NTgyNLhIn93eCau6dwSPbk7HIrX4MyqGtpvU7kNdOFReMa6HQZdsWNh4qvJvWTif67btB2VwmeNdwVL/Rr53uOma1aaPyM6+yKkj6FkT1O/1KtZqbW9L2bwms9sqp2k5PnsXKAw2AXw9H9Vv8IpE/R+nMbRSqlqR42Xi8NwFiN6htSUWb1OxQ8cl7Pm1vB/CJUuNldypmqLEzeKBRTKoqGRP2XwBcUSKkxpFynZldkqP7Top7oZBvqZEyE2r4q19bXtDhN1IK8JKE9KsrjaSBQ33OtfeDuLDEVYLDgCTmeqjP386u+0j5elIEb4Q1/coZDfUFg9UmLuy6zxQvHQ8SNWZKKHzv6a5VugbHLtVyjirFHyvPKRF5JadpK4M2dVUXW/kNhWNvr7i3mWxr84utkBb68/z2hteq9VDKyLX9Vns9cAOI2wC82+c47GqCflO1DrcqgIJw1c4S7Alc5grGQKimbEAE6pY+TkhxsyZAGyDvrbBrmirzatkL2ZSMRYqtc1BFqxmAEpJf7rruZpKfmkHBr51U5HG3iV/pnWcM1co0IwBT0Zhcr4NQY15Trcoq0an1OgQ7ST78X1+vlxugrvpw1r75dH5wOI36L/vm8eRsnTCrCPgpU/vUHLKXu5DWwi8mReuCI+oXkwYOT0jji9V6/5mAmVMAM1E8V7RnAcyVJ2cr52wEZuu5ueI74yPwH8y1phB0tZjTAAAAAElFTkSuQmCC) center no-repeat;background-size: 0.45rem 0.45rem;}
.list .item.type-b .gesture-con a i {display: block;background: #f00;border-radius: 100%;width: .3rem;height: .3rem;top: .3rem;right: .3rem;position: absolute;}
.list .item.type-member i {display: block;background: #f00;border-radius: 100%;width: .3rem;height: .3rem;top: .3rem;right: .3rem;position: absolute;}
.list .item.type-notice .gesture-con a i {display: block;background: #f00;border-radius: 100%;width: .3rem;height: .3rem;top: .3rem;right: .3rem;position: absolute;}

.scrollLayout{width:100%;position:absolute;left:0;top:0;bottom: 0; margin-bottom: 1.5rem; overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling:touch;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index: 1;}
.comment .cell{display:flex;display:-webkit-flex;flex-wrap:wrap;border-bottom: .013333rem solid #f2f2f2;padding: .3rem 0;}
.comment .cell:last-child{border:0;}
.comment .cell .hd{width:1rem;flex-grow:0}
.comment .cell .hd img{width:1rem;height:1rem;border-radius:100%}
.comment .cell .bd{flex-grow:1;width:calc(100% - 1rem);padding-left:.3rem;box-sizing:border-box;-webkit-box-sizing:border-box;display:flex;display:-webkit-flex;flex-direction:column}
.comment .cell .bd .name{color:#999;margin-bottom:.1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.346667rem}
.comment .cell .bd .content{font-size:.346667rem;line-height:.5rem;margin-bottom:.2rem;word-wrap: break-word;white-space: pre-wrap;}
.comment .cell .bd span .date{color:#999;font-size: .32rem;}
.comment .cell .bd span a{color:#2595ff;padding:0 .1rem;font-size: .32rem;}
.comment .cell .ft{flex-grow:5;padding: 0 0 0  1.3rem;box-sizing:border-box;-webkit-box-sizing:border-box;display:flex;display:-webkit-flex;flex-direction:column;margin-top:.3rem;}
.comment .cell .ft .reply{background-color:#eee;padding: .1rem .2rem;font-size: .32rem;position: relative; word-break: break-all;}
.comment .cell .ft .reply:first-child:before{content:"";border-bottom: .2rem solid #eee;border-left: .2rem solid transparent;border-right: .2rem solid transparent;position: absolute;top: -.18rem;left: .3rem;}
.comment .cell .ft .reply .name{color:#666;white-space:nowrap;display: inline-block;}
.comment .cell .ft .reply i{color:#333;word-break:break-all;padding: 0 .1rem;font-style: normal;white-space: nowrap;display: inline-block;}
.comment .cell .ft .reply p{color:#333;word-break:break-all;}
.comment .cell .ft .reply a{color:#2595ff;font-size: .32rem;white-space: nowrap;flex-grow: 1;text-align: right;padding: 0 0.1rem;}

footer.comment-form{position:absolute;left:0;bottom:0;width:100%; z-index: 999; background:#fff;box-sizing:border-box;padding:.3rem;display:flex;display:-webkit-flex;box-shadow:0 0 .3rem #aaa}
footer.comment-form .textarea{ max-height: 1.4rem; height: 0.7rem; line-height: 0.7rem; overflow: auto; flex-grow:1;border:1px solid #ddd;padding:.1rem;font-size:.4rem;display:inline-flex;border-radius: 0;border-top-left-radius:.1rem;border-bottom-left-radius:.1rem;}
footer.comment-form .textarea:empty:before{content: attr(placeholder);color: #ccc;}
footer.comment-form button{background:#5393fd;border:0;color:#fff;padding:0 .5rem;border-top-right-radius:.1rem;border-bottom-right-radius:.1rem;font-size: .4rem;}
footer.comment-form + .panel{margin-bottom: 1.5rem;}
.list .item.type-diary .gesture-con a i{display: block;background: #f00;border-radius: 100%;width: .3rem;height: .3rem;top: .1rem;right: .3rem;position: absolute;}