@charset "utf-8";
 html{-webkit-text-size-adjust:none;font-size:62.5%;}
 body{ font-size: 1.4rem;color:#333; font-family:"PingFang SC",Helvetica,Arial,sans-serif;-moz-osx-font-smoothing: grayscale;overflow-x: hidden;}
*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} 
*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
html{zoom:1;}html *{outline:0;zoom:1;} html button::-moz-focus-inner{border-color:transparent!important;}
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{margin:0;padding:0;} table{/*border-collapse:collapse;border-spacing:0;*/} fieldset,a img{border:0;} address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} li{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:'';}
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/} em,i{ font-style:normal;}
.input:after{ clear: both;content: ""; display: block; height: 0;visibility: hidden;}
em,i{ font-style:normal;}
a{margin:0;padding:0;background:0 0;color:#081018;vertical-align:baseline;text-decoration:none;outline: medium none; }
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {color:#00ADA7;text-decoration:none;}
a:active {text-decoration: none;}
a:focus,input:focus{outline:none;}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }.clearfix {display:block;}.clear{ clear:both;}/* 清除浮动*/
.colwrapper { overflow:hidden; zoom:1 /*for ie*/; margin:5px auto; }/* 高度自适应 */ 
.strong{ font-weight: bold;} .fl{ float: left;} .fr{ float: right;} .center{ margin:0 auto; text-align:center;}
.show{ display:block; visibility:visible;}.hide{ display: none; visibility:hidden;}
.block{ display:block;} .inline{ display:inline;}
.op{filter:alpha(opacity=50); -moz-opacity:0.5;/** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/ -khtml-opacity: 0.5; opacity: 0.5; } 
.break{ word-wrap:break-word;overflow:hidden; /*word-break:break-all;*/}
.tl{ text-align:left} .tr{ text-align:right;}
a{blr: expression(this.onFocus=this.blur());-webkit-tap-highlight-color: transparent;-moz-tap-highlight-color: transparent}
:focus {outline: 0}
a,div {-moz-tap-highlight-color: transparent;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);tap-highlight-color: transparent}
body{ background:#f1f2f9;}
html.ov,html.ov body{ overflow: hidden;width:100%; height:100%;}
img{max-width: 100%;}
@font-face {
  font-family: 'iconfont'; 
  src: url('fonts/iconfont.woff2') format('woff2'),
       url('fonts/iconfont.woff') format('woff'),
       url('fonts/iconfont.ttf') format('truetype');
}
.iconfont,.leftBox i{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
/*文字两侧对齐*/
.justify {text-align:justify;text-justify:distribute-all-lines;/*ie6-8*/text-align-last:justify;/* ie9*/-moz-text-align-last:justify;/*ff*/-webkit-text-align-last:justify;/*chrome 20+*/}
/*超出省略号*/
.tn{word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.container:before, .container:after,.warp:after,.main:before, .main:after,.orw:before,.orw:after,.sidebar:after,.sidebar:before{content: "";
display: block;height: 0;overflow: hidden;}
.container:after,.main:after,.orw:after{ clear:both;}
.container{max-width:1300px; padding: 0px; margin: 0 auto; position:relative; clear:both;}
.warp{ margin-top:90px;-webkit-transition:margin-top .3s ease;-o-transition:margin-top .3s ease;transition:margin-top .3s ease;}
.category.cateBn .warp{margin-top:0px;}
.orw{ display: block; overflow: hidden;}

*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*----------- 头部 -----------*/
.header{display:block; height:66px; background-image: -o-linear-gradient(left,#465460CE 0,#586979CE 100%);
  background-image: linear-gradient(90deg,#465460CE,#586979CE);-webkit-backdrop-filter: saturate(180%) blur(6px);backdrop-filter: saturate(180%) blur(6px); position:relative;-webkit-transition:top .3s ease;-o-transition:top .3s ease;transition:top .3s ease; z-index:4; box-shadow:0 2px 20px rgba(0,0,0,.05)}
.header.fixed{ position:fixed; width:100%; left:0; top:0;-webkit-transition: left .3s ease, top .5s ease, opacity .5s ease;-moz-transition: left .3s ease, top .5s ease, opacity .5s ease;transition: left .3s ease, top .5s ease, opacity .5s ease;}
.header.fixed.fixedOut{ top:-160px;opacity:0}
.header.fixed.fixedIn.fixedOut{ top:0px;opacity:1}
.header .headBox{display: flex;}
.header .container{margin:0 auto}
.header .logo{overflow:hidden; height:66px;}
.header .logo a.name{font-size: 28px;line-height: 66px;font-weight: 600;color: #FFFFFF;}
.header .logo h1{height:100%; display:block;}
.header .logo a{height:100%; display:block; position:relative; font-size:0; overflow:hidden;}
.header .logo a img{ height:70%;margin-top:10px;}
.header .navBar{ flex: 1 auto; margin-left:4.6%}
.header .navBar li{ display:inline-block; height:66px; line-height:66px; position:relative; vertical-align:top;}
.header .navBar li a{ display:inline-block; padding:0 15px; color:#D1DFE6; font-size:16px; position:relative; z-index:2; min-width:62px; text-align:center;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease;-moz-osx-font-smoothing: auto;}
.header .navBar li em[class*="dot"]{ display:inline-block;position:absolute; right:0px;z-index:1; width:16px;}
.header .navBar li em[class*="dot"] .iconfont{ color:#D1DFE6; font-size:16px; width:16px; display:block;}
.header .navBar li em[class*="dot"] .iconfont:before,.leftNav li em[class*="dot"] .iconfont:before{content: "\e629"}
.header .navBar li.active a,.header .navBar li a:hover,.header .navBar li.active em[class*="dot"] .iconfont,
.header .navBar li.on a,
.header .navBar li.on em[class*="dot"] .iconfont
{color:#FFFFFF;}
.header .navBar li:before{width:5px; height:5px; position: absolute; bottom:12px; left:50%; transform:translateX(-50%); background-color: #FFFFFF; content: ''; border-radius:50px; opacity: 0;}
.header .navBar li.active:before{ opacity: 1}
.header .navBar ul li.on>ul li a{color:rgba(255,255,255,0.8);}
.header .navBar ul li > ul li.active:before{ display:none}
/*二级高亮*/
.header .navBar ul li>ul{ width:100%; min-width:120px; position:absolute; top:100%; left:50%; transform:translateX(-50%); right:0;background:rgba(0,0,0,0.68); -webkit-backdrop-filter: saturate(180%) blur(6px);backdrop-filter: saturate(180%) blur(6px); z-index:888; visibility:hidden; opacity:0;box-shadow:0px 8px 20px 0px rgba(0,0,0,0);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
.header .navBar ul li>ul li{ width:100%; height:40px; line-height:40px; display:block;}
.header .navBar ul li>ul li a,.header .navBar ul li.active > ul li a{ width:100%; text-align:center;height:40px; line-height:40px; font-size:14px; color:rgba(255,255,255,0.8); opacity:1;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
.header .navBar ul li>ul li.on a,.header .navBar ul li>ul li.on a:hover{ background:#00ADA7;color:#fff;}
.header .navBar ul li.on>ul{ visibility:visible; opacity:1;}
.header .navBar ul li>ul li em[class*="dot"]{ position:absolute; right:5px; left:auto; top:0; z-index:3;-webkit-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg);transform: rotate(-90deg);}
.header .navBar ul li.on>ul li em[class*="dot"] .iconfont{ color:rgba(255,255,255,0.8);}
/*三级高亮*/
.header .navBar ul li>ul li .sub2{visibility:hidden; opacity:0; display:none; left:-100%; transform:none;}
.header .navBar ul li>ul li.on .sub2{ right:-100%; left:auto; top:0; visibility:visible; opacity:1; display:block;}
.header .navBar ul li>ul li.on .sub2 li a,.header .navBar ul li>ul li.on .sub2 li a:hover{ background:rgba(0,0,0,0); color:rgba(255,255,255,0.8);}
.header .navBar ul li>ul li.on .sub2 li.on a,.header .navBar ul li>ul li.on .sub2 li.on a:hover{background:#00ADA7; color:rgba(255,255,255,0.8);}
/*移动端*/
.mNavBtn{ position:absolute; top:0; bottom:0; left:0px; padding:0 15px; height:100%; display:none; line-height:48px; cursor:pointer;}
.mNavBtn i{color:#D1DFE6; opacity:0.68; font-size:20px;webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease; }
.headBox .mNavBtn i:before{content: "\e696";font-family: "iconfont" !important;}
.mNavBtn:hover i{color:#FFFFFF;}
.mOpen .mNavBtn i{color:#fff}
.mOpen .mNavBtn i:before,.ssFrom .close:before{content: "\e600";}
.leftNav{ width:190px; background:#00ADA7; position:fixed; top:0; bottom:0; left:-190px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease; z-index:999}
.leftNav .mNav{ height: 100%;}
.leftNav .mNavBtn{ height:48px; line-height:48px; left:auto; right:-45px; display:none;}
.leftNav ul{ padding-top:0px;}
.leftNav li{ width:100%; position:relative;}
.leftNav li a{ padding: 0 25px; line-height:48px; color:#FFFFFF; display:block; border-bottom:1px solid rgba(255,255,255,0.08);}
.leftNav li a:hover{ background:rgba(0,0,0,0.1);}
.leftNav ul li>ul{ display:none;}
.leftNav li em[class*="dot"]{position: absolute;top:0px;right:0px; width:48px; height:48px; text-align:center; border-left:1px solid rgba(255,255,255,0); cursor:pointer;}
.leftNav li em[class*="dot"] .iconfont{font-size: 18px;color: #FFFFFF;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease; position:absolute;width:48px;line-height:48px; top:0; left:0;}
.leftNav li em[class*="dot"] .iconfont.open{-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
.leftNav ul li>ul li a{border-bottom:1px solid rgba(255,255,255,0.05); opacity:0.8; font-size:12px; text-indent:1em}

/*----------头部样式结束----------*/
.main {width: 100%; float: left;}

/*-----侧栏-----*/
.sidebar { float: left; margin-left: -320px; width: 320px;}
.leftBox .sidebar {margin-left: -280px; width: 280px;}
.widget{background:rgba(255,255,255,1); padding:20px;box-shadow: 0 2px 15px rgba(0,0,0,0.02); margin-bottom:20px}
.widget:last-child{}
.widget h3{padding-bottom:5px;margin-bottom:10px;border-bottom:0px solid #eee;font-size:18px;position:relative; text-indent:15px; line-height: 18px; font-weight: 500;}
.widget h3:after{content:"";width:4px;height:16px;background:#00ADA7;position:absolute;left:0; top:1px; border-radius:30px;}
.widget ul{ font-size:0; display:block;}
.widget li{ height:30px; line-height:30px; overflow:hidden; font-size:14px;text-overflow: ellipsis;white-space: nowrap;}

/*标签*/
.widget.divTags{ padding-bottom: 16px;}
.widget.divTags li{ display:inline-block;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s; overflow:visible; height:auto;}
.widget.divTags li a{font-size:12px;font-weight:normal;padding:0px 10px;border-radius:0px; display:block;margin:3px 6px 3px 0; height: 32px; line-height:30px; -ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s; border:1px solid #f3f4f9}
.widget.divTags li a span{font-size:12px;}
.widget.divTags li a:hover{color:#fff; background: #282828; border: 1px solid #282828;}
.widget.rTags li a{color: #fff; border: none; opacity:.8;line-height:32px;-moz-osx-font-smoothing: auto;}
.widget.rTags li a:hover{border: none; opacity: 1;background: #282828!important;}
.widget.rTags li.color1 a{background: #f28484;}
.widget.rTags li.color2 a{background: #f2bd3f;}
.widget.rTags li.color3 a{background: #f096e2;}
.widget.rTags li.color4 a{background: #97a1d7;}
.widget.rTags li.color5 a{background: #5bc5ee;}
.widget.rTags li.color6 a{background: #a9db21;}
.widget.rTags li.color7 a{background: #3ed7b3;}
.widget.rTags li.color8 a{background: #3ccedd;}
.widget.rTags li.color9 a{background: #6488f4;}
.widget.rTags li.color10 a{background: #ad8ff0;}
.widget.rTags li.color11 a{background: #fb8f8f;}
.widget.rTags li.color12 a{background: #f859a4;}
.widget.rTags li.color13 a{background: #cf73f0;}
.widget.rTags li.color14 a{background: #CF8C6D;}
.widget.rTags li.color15 a{background: #6dd273;}
.widget.rTags li.color16 a{background: #969cf4;}
.widget.rTags li.color17 a{background: #82C789;}
.widget.rTags li.color18 a{background: #f477be;}
.widget.rTags li.color19 a{background: #f3b85e;}
.widget.rTags li.color20 a{background: #7dc864;}
.widget.rTags li.color21 a{background: #A48585;}
.widget.rTags li.color22 a{background: #757BC3;}
.widget.rTags li.color23 a{background: #fba74f;}
.widget.rTags li.color24 a{background: #A6BC7C;}
.widget.rTags li.color25 a{background: #65C0AE;}
.widget.rTags li.color26 a{background: #539A93;}
.widget.rTags li.color27 a{background: #91D0C2;}
.widget.rTags li.color28 a{background: #7FC99C;}
.widget.rTags li.color29 a{background: #F49A7A;}
.widget.rTags li.color30 a{background: #874C4C;}
.widget.rTags li.color31 a{background: #9E4D63;}
.widget.rTags li.color32 a{background: #9E8496;}

/*热门文章*/
.widget.ummodule2 li{ padding-left: 30px; margin:7px 0;position: relative;}
.widget.ummodule2 li .li-icon{ width: 24px; height: 24px; line-height: 24px; text-align: center; display: block; position: absolute; left: 0; top: 2px; background: #f3f4f9; border-radius: 50px; font-size: 14px;color: #50555a;}
.widget.ummodule2 li .icon-1,.widget.ummodule2 li .icon-2,.widget.ummodule2 li .icon-3{ color: #fff;}
.widget.ummodule2 li .icon-1{background-color: #FF6B57;}
.widget.ummodule2 li .icon-2{background-color: #2ea7e0;}
.widget.ummodule2 li .icon-3{background-color: #6bc30d;}

/*最新发表*/
.widget.divPrevious li,.ummodule3 li{ padding-left:15px; margin: 0px 0; position: relative;}
.widget.divPrevious li i,.ummodule3 i{ color: #9ca0ad; position:absolute; left: -6px; top: 0px; opacity: .6;}
.widget.divPrevious li i.iconfont:before,.ummodule3 i.iconfont:before{content: "\e62e";}
/*divMisc*/
.widget.divMisc li{ height: auto; line-height: normal; font-size: 0; margin: 3px 0}
.widget.divMisc img{ max-height: 30px; max-width: none; width: auto;}

/*日历*/
.widget.divCalendar table{ width: 100%;}
.widget.divCalendar table th{ color: #9ca0ad;}
.widget.divCalendar table th,.widget.divCalendar table td{ text-align: center;padding:6px; font-size: 12px; border: none;background: #f9fafc;}
.widget.divCalendar table caption{text-align: center; padding: 10px 0;background: #f9fafc;}
.widget.divCalendar table td a{color: #3690F6; opacity: .8; transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.widget.divCalendar table td a:hover{opacity: 1;}
/*关于作者*/
.widget.umUser{overflow: hidden; position: relative;float: none; margin-left:0;}
.widget.umUser h3{ text-align: center;}
.widget.umUser h3:after{ display: none;}
.widget.umUser div{text-align: center; background-color: #f9fafc;padding-bottom: 20px;}
.widget.umUser .userBg{max-width:100%; height: 100px; object-fit: cover;object-position: center;width: 100%;overflow: hidden; border-top-right-radius: 3px;border-top-left-radius: 3px; background: none}
.widget.umUser .userImg{ width: 68px; height: 68px; margin: -40px auto 0 auto; display: block; background: none}
.widget.umUser .userImg img{width: 68px; height: 68px; border: 4px solid #fff!important; border-radius: 50px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);transition:.6s;-ms-transition:.3s;-moz-transition:.6s;-webkit-transition:.6s;}
.widget.umUser .userImg:hover img{-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);transform: rotateZ(360deg);}
.widget.umUser .userImg mip-i-space{width: 68px!important; height: 68px!important;border-radius: 50px; padding: 0!important}
.widget.umUser .userUrl{ display: inline-block;width:100%;}
.widget.umUser .userTit{ font-size: 18px; padding: 15px 15px;}
.widget.umUser .userText{font-size: 14px; color: #50555a; line-height: 24px;padding: 0px 10px;}
.widget.umUser ul{ padding: 25px 0 0}
.widget.umUser li,.umTj li{width: 33.3333%; display: inline-block; text-align: center; height: auto; line-height: 22px; position: relative;}
.widget.umUser li span,.umTj li span{ display: block; width: 100%; clear: both; color: #9ca0ad; font-size: 12px;}
.widget.umUser li span.s1,.umTj li span.s1{ font-size: 16px;color: #50555a;}
.widget.umUser li:after,.umTj li:after{content: "";width:1px;height: 33px;background: #f1f1f1;position: absolute;right: 0;top: 6px;}
.widget.umUser li.last:after,.umTj li.last:after{ display: none;}
.widget.umUser .divlist{width:50px; display: inline-block; text-align: center; padding: 5px 0 20px; position: relative; z-index: 1}
.widget.umUser .divlist a,.widget.umUser .divlist.weixin span{ width: 32px; height: 32px; line-height: 32px; text-align: center; margin: 0 auto;display: block;border-radius: 50px; opacity: .8;transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.widget.umUser .divlist a:hover,.widget.umUser .divlist.weixin span:hover{opacity: 1}
.widget.umUser .divlist a i{ font-size: 18px;transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.widget.umUser .divlist.qq a i{color: #1ea6e9;}
.widget.umUser .divlist.weibo a i{color: #f78585;}
.widget.umUser .divlist.weixin span i{color: #6bc30d;}
.widget.umUser .divlist.tencent a i{color: #00C5FF;}
.widget.umUser .divlist.qq a:hover i{ color: #fff;}
.widget.umUser .divlist.weibo a:hover i{ color: #fff;}
.widget.umUser .divlist.weixin span:hover i{ color: #fff;}
.widget.umUser .divlist.tencent a:hover i{ color: #fff;}
.widget.umUser .divlist.qq a { border: solid 1px #1ea6e9;}
.widget.umUser .divlist.weibo a { border: solid 1px #f78585;}
.widget.umUser .divlist.weixin span { border: solid 1px #6bc30d;cursor: pointer}
.widget.umUser .divlist.tencent a { border: solid 1px #00C5FF;}
.widget.umUser .divlist.qq a:hover{ background: #1ea6e9;}
.widget.umUser .divlist.weibo a:hover{ background: #f78585; }
.widget.umUser .divlist.weixin span:hover{ background: #6bc30d;}
.widget.umUser .divlist.tencent a:hover{ background: #00C5FF;}
.widget.umUser .divlist.weixin span .ewmBx{ position: absolute; width: 180px; height: 180px; max-width: none; min-height: auto; padding:5px; background: #fff; box-shadow: 5px 0 15px rgba(0,0,0,.1); top: -160px; left: 50%; margin-left: -90px; opacity: 0; visibility: hidden;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;transition:.3s;}
.widget.umUser .divlist.weixin span:hover .ewmBx{opacity: 1; visibility:visible;top: -195px;}
.widget.umUser .divlist.weixin span .ewmBx .dot{ position: absolute; bottom: -13px; width: 26px; height: 26px; left: 50%; margin-left: -13px; font-size: 30px; color: #fff;}
.widget.umUser .divlist.weixin span .ewmBx img{width: 100%;max-width: 100%;}
.ummodule1 p{ text-align: center; padding: 10px 0;color: #50555a; font-size: 12px;}
.ummodule1 img{max-width:100%;margin: 0px auto; display:block;}
.ummodule1.small img{max-width:68%;}
.ummodule1 h4{ text-align:center; font-size:16px; padding:5px 0 10px 0;}

/*微语*/
.widget.ummodule4 li{ height: auto; line-height: 24px; padding-left:18px; margin:8px 0 0;position: relative;white-space:inherit; overflow: inherit}
.widget.ummodule4 li.nolist{padding-left:14px; color: #9ca0ad;}
.widget.ummodule4 .time{ font-size: 12px; color: #9ca0ad}
.widget.ummodule4 .dot,.artBox .weiyu .post .dot{ width: 2px; position: absolute; top:10px; bottom:-15px; left:1px; background: #f5f5f7}
.widget.ummodule4 .dot{width: 1px;}
.widget.ummodule4 li:last-child .dot,.artBox .weiyu .wy:nth-last-child(2) .dot{background:none}
.widget.ummodule4 .dot:before,.widget.ummodule4 .dot:after,.artBox .weiyu .post .dot:before,.artBox .weiyu .post .dot:after{content: '';width:100%;height:100%;position: absolute; display: block; border-radius: 30px; left:-3px; top:-2px;background:rgba(255,255,255,0.85); }
.widget.ummodule4 .dot:before,.artBox .weiyu .post .dot:before{ width:8px; height:8px; border: 1px solid #00ADA7; z-index: 2;background:rgba(255,255,255,1);opacity: .68;}
.widget.ummodule4 .dot:after,.artBox .weiyu .post .dot:after{width:12px; height:12px; z-index: 1; left: -5px; top: -4px;}
.widget.ummodule4 .in .dot:after{width:20px; height:20px; background: #00ADA7; left: -9px; top: -8px; opacity: .2;border: 3px solid #fff;}
.widget.ummodule4 .info{ display: none; font-size: 13px; line-height: 1.6; color: #9ca0ad;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;text-align:justify;text-justify:distribute-all-lines;-webkit-text-align-last:justify;}
.widget.ummodule4 .info a{color: #9ca0ad;}
.widget.ummodule4 .info a:hover{color: #00ADA7;}

/*列表*/
.artBox,.sortBox{min-height:30rem;margin-bottom:20px;margin-right:280px;padding-left:30px; padding-right:30px; position: relative;background:rgba(255,255,255,1);box-shadow: 0 2px 15px rgba(0,0,0,0.02);}
.artBox .noArr{ padding: 100px 0; text-align: center;}
.artBox .noArr img{width:200px;}
.artBox .noArr p{ opacity: .6;}
.artBox .noArr i{ font-size: 68px; margin-bottom: 10px; display: block;word-wrap: break-word !important;}
.artBox .post{ padding:30px 0;position:relative; border-bottom: 1px solid #f3f4f9;display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;min-width: 0;word-wrap: break-word;-ms-flex-direction: row;flex-direction: row;}
.artBox .post:last-of-type{border-bottom: 0px solid #f3f4f9;}
.artBox .post.last{border-bottom: 1px solid #fff;}
.artBox.umLeft .post{flex-direction: row-reverse;}
.artBox.umLeft .post .post-media .post-pic,.artBox.umLeft .post .post-media .movie{ margin-left:0; margin-right: 13px;}
.artBox.umLeft .post .post-content{padding-left:12px;padding-right: 0px;}
.post .post-media { width:33.333%; height:auto;position:relative;font-size: 0;overflow: hidden;-ms-flex-negative: 0;flex-shrink: 0;}
.post .post-media .post-pic{ margin-left:13px}
.post.big .post-media .post-pic,.artBox.umLeft .post.big .post-media .post-pic{ margin-left:0px; margin-right: 0;}
.artBox.umLeft .post.big .post-pic3.post-media{ margin-left: 0;}
.artBox.umLeft .post.big .post-pic3 .post-pic{margin-right: 20px;}
.post .post-media img {width: 100%;height: 100%;position: absolute;top: 50%;left: 50%;object-fit:cover;object-position:center;-webkit-transition: transform 0.3s ease,opacity 0.3s ease; -o-transition: transform 0.3s ease,opacity 0.3s ease; transition: transform 0.3s ease,opacity 0.3s ease;transform: translate(-50%,-50%) scale(1);}
.post .post-media img:hover{ transform: translate(-50%,-50%) scale(1.1);}

.artBox .weiyu{background:rgba(255,255,255,0.85);position:relative; padding:6px 0 25px;}
.artBox .weiyu .post{ background: none; margin-bottom: 0; box-shadow: 0 0 20px rgba(0,0,0,0); padding: 20px 0px 20px 25px; overflow: inherit; border: none}
.artBox .weiyu .post .post-title{ margin-top: 6px; font-size: 16px}
.artBox .weiyu .post .post-content{ color: #9ca0ad; padding-right:0}
.artBox .weiyu .date{ color: #00ADA7}
.artBox .weiyu .post .dot{ left: 5px; top: 29px; bottom: -24px;}
.artBox .weiyu .ias-trigger a,.artBox .weiyu .ias-noneleft{ margin: 5px auto 0px; background: none; padding-bottom:0;}

.post .post-content{ font-size:1.4rem; line-height:1.6; min-width: 0; overflow:hidden;display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;-ms-flex: 1 1 auto;flex: 1 1 auto;-ms-flex-pack: center;justify-content: center; padding-right: 20px;}
.post .post-content .umInfo{text-align: justify; display:block; margin-top: 10px; max-height: 44px;overflow:hidden;color: #50555a;}
.post .post-info{margin: 1rem 0 0 0;text-align: left; font-size: 0; }
.post .post-info i{ vertical-align:-1px; padding-right:3px;}
.post .post-info em{font-size:1.2rem; color:#9ca0ad; letter-spacing:0rem; margin-right:1rem;}
.post .post-info em.ceta a{color: #9ca0ad;}
.post .post-info em.ceta i{font-size:1.9rem;vertical-align: -2px;}
.post .post-info em.ceta i:before{content: "\ebc6";}
.post .post-info em.date i:before{content: "\e62c";}
.post .post-info em.coms i:before{content: "\e63b";}
.post .post-info em.view i:before{content: "\e65a";}
.post.big .post-info{margin:1.6rem 0 0 -4px;}
.post .post-title {margin:0px 0 0px;font-size:2rem;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.post .post-title a {-webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.post .post-title em{ color:#f66}
.post .post-title b{ color:#50c692; font-weight:normal;}
.post .noMedia .post-title{margin:0px 0 10px;}
.post .post-title em.isTop{ padding:1px 4px; border:0px solid currentColor;font-size: 12px; font-weight: 500; vertical-align: 3px; margin-right: 5px; display: inline-block; background:currentColor; position: relative; color: #f66; border-radius: 10px; border-bottom-left-radius: 0;}
.post .post-title em.isTop span{color:#fff;}
.post.umTop .istTop{color: #f66; font-size:18px; height: 24px; line-height: 24px; vertical-align:1px; display: inline-block; margin-right: 2px; margin-left: -2px;}
.post.umTop .istTop:before {content: "\e623";}
.post .post-title em.isTop:after{content: '';position: absolute;border-width: 0 0 4px 8px;border-style: solid;left: 0;top: 100%;border-color: transparent currentColor;}

/*大图*/
.artBox .post.big { display: block; padding-top:20px}
.post.big .post-media,.post.big .post-media .movie{ width:100%;margin-right:0;margin-left:0;}
.post.big .post-media img{transform:translate(-50%,-50%) scale(1);;}
.post.big .post-media img:hover,.post.big .post-media .movie a:hover img{transform:translate(-50%,-50%) scale(1.02);}
.post.big .post-content{ margin-bottom:15px;padding-right: 0;}
.post .post-content.noMedia,.artBox.umLeft .post .post-content.noMedia{ clear:both; padding-left: 0;padding-right: 0;}
.post.big .post-title{margin-bottom:0px;}
.artBox.umLeft .post.big .post-content{padding-left: 0;padding-right: 0;}

/*单页面*/
.umpage.orw .main{ float: right;}
.umpage .artBox{ margin:0 0 24px 0px; padding-left: 210px; box-shadow: 0 0 20px rgba(0,0,0,0.01)}
.umpage .artBox .post{margin:0; background:#fff; box-shadow:none; display: block;}
.umpage .sidebar{margin:0px ;width: 210px;position: absolute;bottom: 24px;top:0px;background:#f9fafc; border-right: 1px solid rgba(227,229,236,.26);}
.umpage .sidebar li{ line-height:1.8; position: relative; opacity: 0.8}
.umpage .sidebar li a{ display: block; padding:10px 15px; border-bottom: 1px solid rgba(227,229,236,.4);}
.umpage .sidebar li a i{ margin-right: 3px;}
.umpage .umBnGg{ margin:0; padding: 0 20px;}

.umpage .sbarBoxa .slide1,.umpage .sbarBoxa .slide2{ opacity:0; background:none;position: absolute;display: inline-block;height:48px;transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1.05); border-bottom:none;}
.umpage .sbarBoxa .slide2:after{width:3px;height:100%;position: absolute;top: 0px;left: 0;background-color: #00ADA7;content: '';border-top-right-radius:0px;border-bottom-right-radius:0px; display:block; z-index: 2; opacity: 0.4}

.umpage .sbarBoxa li.active{ opacity:1}
.umpage .sbarBoxa li.active a,.umpage .sbarBoxa li.active a i,.umpage .sbarBoxa li a:hover i,.umpage .sbarBoxa li a:hover{ color:#00ADA7}
.umpage .sbarBoxa li.active a{background: rgba(255,255,255,1); width:210px}
.umpage .sbarBoxa li.active a:before{width:3px;height:100%; position: absolute;top:0px;left:0;background-color: #00ADA7;content: ''; border-top-right-radius:0px;border-bottom-right-radius:0px;}

.umpage .sbarBoxa:hover li.active a:before{opacity:0;}
.umpage .sbarBoxa  li.active a:before{opacity:.6;-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}

.artBox .post.umArtPost{ display: block; padding-top: 26px;}
.single .umpage .post .post-title{ padding: 0 0 20px 0}

/*预加载*/
.imgLazy{ display: block;background: #fafafa url(images/lay.gif) center center no-repeat; height: 100%}
.b-lazy {max-width: 100%;-webkit-transition: opacity 500ms ease-in-out;-moz-transition: opacity 500ms ease-in-out;-o-transition: opacity 500ms ease-in-out;transition: opacity 500ms ease-in-out;filter: alpha(opacity=0);opacity: 0;}
.b-lazy.b-loaded {vertical-align: middle;filter: alpha(opacity=100);opacity: 1;}
.post-pic a,.post-media .movie a{width: 100%;height: 100%;position: absolute;}
.post-pic,.post-media .movie{font-size: 0;position: relative;overflow: hidden;margin-left: 10px;}
.post-pic:after,.post-media .movie:after,.post.big .post-pic3 .post-pic:after{content: '';display: block;padding-top: 75%;}
.post.big .post-pic:after,.post.big .post-media .movie:after{padding-top: 56%;}
.post.big .post-pic3.post-media{width:calc(100% + 20px);margin-left: -20px;display: flex}
.post.big .post-pic3 .post-pic{width: calc(100% / 3);display: inline-block; margin-left:20px;}
.post.big .post-media.post-custom img{position: relative;transform: translate(0%,0%) scale(1);top: 0;left: 0;}
.post.big .post-media.post-custom .post-pic a:hover img{transform: translate(0%,0%) scale(1.02);}
.post.big .post-media.post-custom .post-pic a{position: relative;}
.post.big .post-media.post-custom .post-pic:after{display:none}

/*面包屑*/
.umCrumb{width:100%;max-width:1300px; margin:0 auto; padding:0px 0px 20px 0px; font-size:12px;position:relative;z-index: 2;color:#50555a; display:none}
.umCrumb a{font-size:12px;color:#50555a;-webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.umCrumb a:hover{color:#00ADA7;}
.umCrumb i{font-size:12px;color:#aaa;}
.umCrumb i:before{content: "\ec25";}
.umCrumb i.home:before{content: "\e6a9";}
.umCrumb.show{display:block}

/*热门专题*/
.tagTops{ width:100%;padding:15px 0;}
.tagTops ul{ display:block; font-size:0; margin:0 -10px;}
.tagTops li{ width:100%; padding:20px 10px 0px; display:inline-block; height: auto; line-height: normal}
.tagTops li a{ display:block; position:relative; text-align:center; color:#fff;}
.tagTops li a h4{padding:0px 10px; font-size:14px; text-shadow:0 5px 15px rgba(51,51,75,0.15)}
.tagTops li .tagImg{ height:80px; background-size:cover; background-position:center center; background-repeat:no-repeat;-webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; overflow: hidden;}
.tagTops li .tagText{position:absolute; top:50%; left:20px; right: 20px; transform:translateY(-50%); z-index:2}
.tagTops li a .tagImg:after{content: '';width:100%;height:100%;position: absolute;left: 0px;top:0px;background:#000; opacity: .25;-webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; z-index:1;}
.tagTops li a:hover .tagImg:after{ opacity:0.6;}
.tagTops li a span{ font-size:12px; margin-top:10px; display:block; opacity:0.68}

/*列表子分类*/
.sortBox{padding:20px; min-height: auto;background:#fff;box-shadow: 0 2px 15px rgba(0,0,0,0.02); margin-bottom:20px;border-bottom: 1px solid #f3f4f9; margin-top:0px}
.sortBox ul{ font-size: 0;}
.sortBox li{ display: inline-block; font-size: 14px; position: relative;}
.sortBox li a,.listSort span,.listSort a{ line-height: 36px; padding:0 10px;}
.sortBox li span,.listSort span{background:#f3f4f9;padding: 4px 8px;border-radius: 3px;}
/*.sortBox li.filter:after{ display: none}
.sortBox li:after{content: '/'; position: absolute; top: 8px; right: 8px; color: #9ca0ad; opacity: .28}
.sortBox li:last-child{ padding: 0 0 0 16px;}*/
.sortBox li:last-child:after{ display: none}
.sortBox li.active a,.listSort a.active{color: #00ADA7}
.sortBox li.filter{padding:0 12px 0 0;}
.sortBox li a i,.listSort a i,.listSort span i,
.sortBox li.filter i{vertical-align: -1px;padding-left: 2px; display: inline-block;}
.sortBox li.filter i,.listSort span i{padding-right: 2px;padding-left: 0px;width: 16px;}
.sortBox li.filter i.iconfont:before{content: "\ebc6";}
.listSort.order span i.iconfont:before{content: "\e759";}
.listSort a i.iconfont:before{content: "\ec4a";}
.listSort a.active i.iconfont:before{content: "\ec48";}
.listSort{font-size:0px;}
.listSort a,.listSort span{font-size:14px;}
.listSort a{ padding:0 8px;}
.listSort span{margin-right: 14px;}

/*---------------------------文章内容------------------------*/
.single .post .umArtTit{position: relative;}
.single .artBox a.fullRead{ position:absolute; top:0px; right:0px; font-size:25px;-webkit-transition:all .3s;-moz-transition:all .3s ease-out;transition:all .3s ease-out;}
.single .artBox a.fullRead i{font-size:25px;}
.single .artBox a.fullRead{ color:#9ca0ad;opacity:0.6;}
.single .artBox a:hover .fullRead{ color:#00ADA7; opacity:1}
.single .post .post-title{margin:0;padding:0 35px .5rem 0;font-size:2.2rem;color:#333;width:100%;;white-space: normal; font-weight: 600;}
.post .post-content p em.date{font-size:1.2rem;letter-spacing:0;color:#9ca0ad;}
.single .post .post-footer{width:100%;margin:0;padding:5px 0 20px 0;text-align:left; display:block; font-size:0;}
.single .post .post-footer span{ margin-right:15px;font-size:12px;color:#9ca0ad;}
.single .post .post-footer span:last-of-type{ margin-right: 0;}
.single .post .post-footer span i{ margin-right:5px; vertical-align:-1px;}
.single .post .post-footer a{color:#9ca0ad;}
.single .post .post-footer a:hover{color:#00ADA7;}

.single .post .post-tags{width:100%;margin:0;padding:2rem 0 0 0;font-size:1.4rem;color:#50555a;text-align:left;text-indent:0}
.single .post .post-tags a{ margin-right:10px;}
.single .post .post-tags i{ margin-right:.8rem; color: #50555a; vertical-align: -1px}
.single .post .post-body{width:100%;padding:0px 0 0 0;font-size:1.5rem;text-align:justify;clear:both;word-break:break-all;color: #50555a; line-height:1.8;overflow: hidden;position: relative;}
.single .post-body a{text-decoration:none;color: #00ADA7;}
.single .post-body a:hover{text-decoration:none;color:#00ADA7}
.single .post-body em{font-style: italic;}
.single .post-body p{margin:0 0 20px 0;padding:0;text-indent:0;border: none; color: #50555a;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;text-align:justify;text-justify:distribute-all-lines;-webkit-text-align-last:justify;}
.single .post.single .post-title{ width:100%; text-align:left;}

.single .post .post-body.umHight{ padding-bottom: 60px;}
.single .post .post-body.umHight .readmore{ position: absolute; height: 150px; bottom: 0; right: 0; left: 0; text-align: center;background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 50%); z-index:3}
.single .post .post-body.umHight .readmore a{ display: inline-block; background: rgba(255,255,255,0); margin-top: 100px; padding: 0 20px; height: 36px; line-height: 34px; border: 1px solid #00ADA7; border-radius:50px; color: #00ADA7;-webkit-transition:all .3s;-moz-transition:all .3s ease-out;transition:all .3s ease-out;}
.single .post .post-body.umHight .readmore a:hover{border: 1px solid #00ADA7;  background: #00ADA7; color: #fff;}

.iAuthor i.iconfont:before{content: "\eb07"}
.iCats i.iconfont:before{content: "\ebc6"}
.iDate i.iconfont:before{content:"\e62c"}
.iView i.iconfont:before{content:"\e65a"}
.iComs i.iconfont:before{content:"\e63b"}
.iEdit i.iconfont:before{content:"\ebb8"}
.single .artBox a.fullRead.off i:before{content:"\e625"}
.single .artBox a.fullRead.no i:before{content:"\e622"}
div.post-body .umDes i.left:before{content:"\e6b7"}
div.post-body .umDes i.right:before{content:"\ec26"}
.post-like a i:before{content:"\e643"}
.post-like a.reward i:before{content:"\e641"}
.post-like a.comiis_poster_a i:before{content:"\e65b"}
.single .post .post-tags i:before{content:"\e610"}

.reading .orw{overflow: inherit;}
.reading:before {position: fixed;z-index: 9998; width: 100%;height: 100%;left: 0;top: 0;right: 0;bottom: 0; background:#f3f4f9;content: "";}
.reading .main .artBox{position:relative;z-index: 10000;max-width: 860px;top:-20px; left:50%;transform:translateX(-50%);transition: all .3s ease-out 0s;}
.reading .commBox,.reading .header,.reading .footer,.reading .sidebar,.reading .umCrumb,.reading .sidebar.phone{display:none}
body.reading{ padding-top:0;}
.reading .artBox .post{ padding: 30px; background: #fff;}
.reading .artBox{ margin-right:0; padding-right: 0;padding-left: 0;}
.reading .gotop{ z-index:10001}
.reading .warp{ margin-top:60px;}
.reading .relevant{ padding: 30px; border-radius: 5px;}
.reading.single .artBox .fullRead{ right: 0px; top: 0px;}

/*----------文章中引用code------*/
div.post-body div.syntaxhighlighter{margin:.5em 1em .5em 2em!important;width:auto!important}
div.post-body li p{overflow:visible;text-indent:0;margin:3px 0}
div.post-body ol,div.post-body ul{margin-left:3rem;margin-bottom: 2rem;}
div.post-body li{list-style: inherit;margin-left: -12px; padding-left: 5px;}
div.post-body code{width:93%;padding:5px;background:#f9fafc;}
div.post-body blockquote{width: 100%;background:#f9fafc;border-left:0.3rem solid #ecedf3;margin: 2rem 0px 2.5rem;padding:.5rem 2rem; border-radius: 5px;}
div.post-body img{max-width:100%;width:auto;height:auto; vertical-align: top}
div.post-body table{border-collapse:collapse;background:#fff;line-height:140%;width: 100%;}
div.post-body td,th{margin:0;padding:10px 10px;text-indent:0em;border: 1px solid #ecedf3;background:#fff}
div.post-body h1,div.post-body h2,div.post-body h3,div.post-body h4,div.post-body h5,div.post-body h6{color:#333;margin:10px 0 5px 0;font-weight: 600;}
div.post-body h1{padding:0;font-size:22px}
div.post-body h2{padding:0;font-size:20px}
div.post-body h3{padding:0;font-size:18px}
div.post-body h4{padding:0;font-size:16px}
div.post-body h5{padding:0;font-size:15px}
div.post-body h6{padding:0;font-size:14px}
div.post-body .firstRow td,div.post-body .firstRow th{background: #f9fafc;}

div.post-body .umDes{ padding:15px 50px; background:#f9fafc; border-left:3px solid #ecedf3; color:#50555a; margin:10px 0 25px 0; font-size:14px; position:relative;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;text-align:justify;text-justify:distribute-all-lines;-webkit-text-align-last:justify;}
div.post-body .umDes i{ position:absolute; font-size:24px; color:#ecedf3;}
div.post-body .umDes i.left{ top:8px; left:15px;}
div.post-body .umDes i.right{ bottom:4px; right:15px;}
.single div.post-body blockquote p{ margin:10px 0;}

/*----------- 底部 -----------*/
.footer{width:100%;margin:0rem 0 0 0;padding:25px 0;clear:both; background:#212236; color:#82819C; font-size: 1.2rem; position:relative; z-index: 1;}
.footer a{ color:#82819C;}
.footer .text{ padding-top:5px;}
.footer .umBy{ margin:0 5px}
.footer .umThemeBy .umBy,.footer .umThemeBy .umtheme{display: none;}
.footer .ftNav{ padding:5px 0 15px; opacity:1;}
.footer .ftNav a {display: inline-block;padding: 0 15px 0 0;position: relative;}
.footer .ftNav a:after {content: '';width: 1px;height: 12px;position: absolute;left: 0px;top: 3px;background:#82819C; opacity: .3;}
.footer .ftNav a:first-child:after {display: none;}
/*底部链接*/
.link{padding:0 0 2rem; overflow: hidden; display:inline-block; vertical-align:top;}
.link ul{ padding-right:15px; display:inline-block;}
.link ul li{ display: inline-block;}
.link ul li.h{ display:block; font-size:16px; margin-bottom:10px;}
.link ul li a{ margin:.5rem 1rem .5rem 0; color: #82819C;-webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.link ul li a:hover{color: #fff}
.umPostBox .umTextarea .umItemIn .hide{display:block;visibility: visible;}
/**
 * Owl Carousel v2.3.4
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:0px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.owl-theme .owl-nav.disabled + .owl-dots{margin:10px 0 5px 0}
.banner .owl-theme .owl-nav.disabled + .owl-dots{margin:10px 0 5px 0;display: inline-block;position: absolute;top: 0;left: 10px;}
/*自定义*/
.owl-theme{ cursor: grab;margin: 0;}
.owl-theme .owl-nav [class*="owl-"]{ margin: 0; border-radius: 0;-moz-transition: ease-in-out 0.3s;
-webkit-transition: ease-in-out 0.3s;
-o-transition: ease-in-out 0.3s;
-ms-transition: ease-in-out 0.3s;
transition: ease-in-out 0.3s;}
.owl-theme .owl-nav [class*="owl-"]:hover{ background: rgba(255,255,255,.6); cursor: pointer;}
.owl-theme .owl-nav{ display: block; position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%)}
.owl-theme .owl-nav{transform: none; height: 0; position: static;}
.owl-theme .owl-dots .owl-dot span{background: rgba(255,255,255,.6); margin: .5rem .5rem}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background: rgba(255,255,255,1)}
.owl-theme .owl-dots .owl-dot span{ width: .6rem; height: .6rem}
.owl-theme .owl-dots{ margin-top: 2rem;}
.owl-theme .owl-nav button{ position: absolute; top: 50%; transform: translateY(-50%);opacity: 0;}
.owl-theme .owl-nav button.owl-prev,.owl-theme .owl-nav button.owl-next{ background: rgba(0,0,0,0.35); opacity:0;}
.owl-theme .owl-nav button.owl-prev{ left: 10px;}
.owl-theme .owl-nav button.owl-next{ right: 10px;}
.owl-theme:hover .owl-nav button{ opacity: 1;}
.owl-theme:hover .owl-nav button.owl-prev{left: 0px;}
.owl-theme:hover .owl-nav button.owl-next{right: 0px;}
.owl-carousel .owl-stage-outer{border-radius:3px;box-shadow:0 15px 25px rgba(0,0,0,.0);}
.owl-carousel.owl-drag .owl-item,.banner .bannerLeft{background: #000; border-radius: 4px;overflow: hidden;}
.owl-carousel .owl-item img{  height: 360px; object-fit: cover;object-position: center;}
.bx-prev,.bx-next { line-height: 6rem; text-align: center;cursor: pointer;color: #fff;font-size:2.4rem; margin: 0; padding:0px 1rem}
.owl-theme .title{ width: 100%; height: 10rem; line-height: 4.6rem; position: absolute; bottom: 0; left: 0; right: 0; background-image: linear-gradient(-180deg,transparent,rgba(0,0,0,.6) 100%); margin-bottom: 0; color: #fff; font-size: 1.6rem;}
.owl-theme .title h4{ padding: 5rem 1.8rem 0; max-width: 80%; display: block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

/*----------- comm -----------*/	
.commBox{padding:1.5rem 0 2rem; background:rgba(255,255,255,.85); padding:20px 0;}
.commBox .postText{ padding:5px 0 0}

.cmBox{ margin-bottom:10px;}
.cmBox.tit{padding:1rem 0; font-size:1.8rem; margin-bottom:2rem; position:relative;font-weight: 500;}
.cmBox.tit:before{position:absolute;width:3rem;height:2px;display:block;content:" ";border-radius:5rem; background:#00ADA7; left:0; bottom:0rem; opacity:.8;}
.msgArticle{padding:1rem .2rem}
.avatar{float:left;position:relative;-webkit-border-radius:50px;border-radius:50px;background-color:#fff;margin-right:1rem}
.avatar img{width:4rem;height:4rem;-webkit-transition:.4s;-webkit-transition:-webkit-transform .4s ease-out;transition:transform .4s ease-out;-moz-transition:-moz-transform .4s ease-out;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;}
.avatar img:hover{transform:rotateZ(360deg);-webkit-transform:rotateZ(360deg);-moz-transform:rotateZ(360deg);}
.commBody{position:relative;margin-left:6.2rem;border:1px solid rgba(227,229,236,.5);padding:0 1rem 1.5rem!important;border-radius:.3rem; background:rgba(255,255,255,.5);}
.commBody:before{border-right-color:#eee!important;z-index:1}
.commBody:after{border-right-color:#fafafa!important;margin-left:1px;z-index:2}
.commBody:after,.commBody:before{position:absolute;top:.8rem;left:-.8rem;right:100%;width:0;height:0;display:block;content:" ";border-color:transparent;border-style:solid solid solid;border-width:.8rem .8rem .8rem 0;pointer-events:none}
.commBody .commInfo{font-size:1.4rem;color:#50555a;line-height:2rem;margin:.5rem 0;word-wrap:break-word}
.commBody .commInfo a{ margin-right: 4px; color: #50555a}
.commBody .commInfo a:hover{ color: #00ADA7}

.commTop{padding:1rem;margin-left:-1rem;margin-right:-1rem;margin-bottom:1.5rem;border-bottom:1px solid rgba(227,229,236,.4);font-weight:500;font-size:1.4rem;background:#f9fafc;}
.commTop a,.commTop span.ip{color:#9ca0ad;font-size:12px;margin-right:.8rem}
.commTop span.ip{ background-color: #f8f8f9; border:1px solid #f8f8f9; padding: 0 3px; border-radius: 3px;margin-right:0; opacity: .8;}

.commFooter{font-size:12px;line-height:16px;margin-top:.5rem;}
.commTime{font-size:12px;margin-right:.8rem;color:#9ca0ad}
.commReply{font-size:12px;color:#9ca0ad}
.msgname .msgname,div.children{margin-left:2.5rem}
div.children > div.children{margin-left:3rem}
.msgname .msgname .avatar,div.children .avatar,div.children .avatar img,.msgname .msgname .avatar img{width:3rem;height:3rem;margin-left: 0px;}
#divCommentPost p.postTop{width:100%;line-height:3rem;font-size:12px;clear:both;position:relative;z-index:5;overflow:hidden}
#divCommentPost p a{margin-right:.6rem;cursor:pointer;text-decoration:none;color:#50555a;float:right;}
#divCommentPost p.postTop small{width:6.5rem;position:relative;font-size:12px;cursor:pointer;text-align:right;float:right;}
.pinglun{font-size:12px;z-index:2;position:relative;clear:both;padding:0;margin:0;vertical-align:baseline;font:inherit;line-height:inherit;background:0 0;width:auto;float:none;transition:none;overflow: hidden;}

#txaArticle{position:relative;z-index:1;padding:5px;height:14rem;min-height:14rem;margin:0;resize:none;outline:0;width:100%;min-width:100%;border:1px solid rgba(227,229,236,.4);background:#f9fafc;border-radius:0.4rem; font-size:14px; line-height:1.6}
.post-toolbar{margin-top:1rem;overflow: hidden;float: right;}
input.button{float:right;height:3.6rem;width:10rem;border-radius:0.4rem;text-align:center;font-size: 14px;font-weight:700;border:none;color:#FFF;background-color:#00ADA7;box-shadow:none;cursor:pointer;-webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
input.button:hover{ opacity:.8}
.postText{padding:2rem 0 0;color:#50555a}
.postText ul{ display:block; font-size:0; margin:0 -5px;}
.postText ul li{margin-bottom:10px;text-align:left;display: inline-block; width:33.333%; padding:0 5px; vertical-align: top;}
.postText ul li.hide{ display: none;}
.postText.isVerify ul li{ width:50%;}
.postText ul li.verify{ position:relative}
.postText ul li.verify img{ position:absolute; top:.3rem; right:.8rem}
input.text{margin-right:1rem;position:relative;border:1px solid rgba(227,229,236,.4);border-radius:0rem;height:3.6rem;padding:.3rem .5rem;outline:0;width:100%;box-shadow:none; background:#f9fafc}
.postText ul li label{color:#bbb}
.children .commBody{margin-left:5.2rem;}

/*相关推荐*/
.relevant{width: 100%;background:rgba(255,255,255,0.85);margin:0px;padding:20px 0;}
.relevant .title h4{padding:0 0 1rem 0;font-size: 1.8rem;margin-bottom: 0rem;position: relative;font-weight: 500;}
.relevant .title h4:before{position:absolute;width:3rem;height:2px;display:block;content:" ";border-radius:5rem; background:#00ADA7; left:0; bottom:0rem; opacity:.8;}
.relevant .noList{ padding:30px 0; text-align:center; color:#9ca0ad;}
.relevant .noList i{ font-size:72px;}
.artBox .relevant .post{ padding:30px 0; box-shadow:none; background:none;}
.single .relevant .post .post-title{font-size: 2rem;font-weight: 400;white-space: nowrap;}
.single .relevant .post .post-media{width: 26%;}
.relevant .ias-noneleft,.sPage .ias-noneleft{ display:none !important;}
.single.page{ background: #f3f4f9;}
.single.page .umpage{display: inline-block; width:100%;}
.single.page .umpage .sidebar{ z-index: 2;padding-left: 0;}
.umpage .artBox{ background: #fff;padding-left: 240px;}

/*版权*/
.umCopyright{line-height: 22px; display: inline-block; padding:15px 20px; font-size: 12px; color: #9ca0ad;background:#f9fafc; border-radius: 3px; width: 100%; margin: 25px 0 0;}
.umCopyright a{color: #F6491E;opacity:.45;transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.umCopyright a:hover{opacity:1;}

/*其它*/
.mask{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.7);display: none; z-index:998}
.umBnGg{ display:inline-block; width: 100%; background: rgba(255,255,255,0.85);box-shadow: 0 0 20px rgba(0,0,0,0.01); margin-top: 2rem; overflow: hidden; font-size:0; padding:0px;}
.umBnGg a *{ font-size:14px;}
.umBnGg img{ width: 100%; max-width: 100%;}
.umBnGg.mob{ display: none;}
.post-body .umBnGg{margin-top: 0rem;margin-bottom: 1rem;}
div.post-body .umBnGg img{width: 100%;}
.main .umBnGg.sortBox{width:auto; padding: 30px;margin-top: 0rem;margin-bottom: 1.5rem;}
.reading .mask{z-index:10001}

.gotop{ width: 36px; height: 36px; border-radius:0rem;text-align: center;line-height: 34px;cursor: pointer;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;color: #fff;background-color: #48484d; position: fixed; right:15px; bottom: 90px; display: none;border-radius: 3px;z-index: 2;}
.gotop:hover{ color: #fff; background-color:#00ADA7;opacity:1;}
.gotop i.backTop:before{content: "\e66d";}

.post-media video{min-width: 100%;height: auto;width:100%;}
.moviePlay{ width:64px; height:64px; line-height:64px;border: 2px rgba(204,172,130,.6) solid;background:rgba(0,0,0,0.65); border-radius:100%;position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);text-align:center; cursor:pointer; z-index:4; display:none;} 
.phoneNav{position: fixed; bottom:0; left:0; height:0;width: 100%; height:52px;display: none;background:#fff;box-shadow: 0 -3px 10px rgba(0,0,0,.05);z-index:2;}
.phoneNav > ul{display: -webkit-box;
display: -webkit-flex;
-webkit-align-content: flex-start;
-webkit-align-items: stretch;
-webkit-box-align: stretch;
-webkit-box-direction: normal;
-webkit-box-lines: single;
-webkit-box-orient: horizontal;
-webkit-box-pack: justify;
-webkit-flex-direction: row;
-webkit-flex-wrap: nowrap;
-webkit-justify-content: space-between;font-size:0; padding:0px}
.phoneNav li{width: 100%;line-height: 52px;font-size:14px;display: inline-block;position:relative;padding:0 5px;text-align: center;}
.phoneNav li a{display:block;cursor: pointer;}
.phoneNav li:before{content: '';display: block;background-color: #f5f5f8;position: absolute;right: 0;top:50%; margin-top:-10px;width:1px;height: 20px;}
.phoneNav li:last-child:before{display: none;}
.phoneNav > ul > li > ul{position: absolute;min-width: max-content;bottom:52px;left: 50%;transform: translateX(-50%) scale(0);background:#fff;box-shadow: 0 0px 5px rgba(0,0,0,.15);opacity: 0;visibility: hidden;-webkit-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;transform-origin:bottom center 0;}
.phoneNav > ul > li > ul li{line-height: 48px;display: block; padding:0 10px;min-width: 100px;border-bottom: 1px solid #f5f5f8;}
.phoneNav > ul > li > ul li.img{ line-height: 24px;}
.phoneNav > ul > li > ul li.img p{ margin-top: 5px;}
.phoneNav > ul > li > ul li.img img{ width: 100%; max-width: 100px;}
.phoneNav > ul > li > a i{ font-size:10px;margin-left: 2px;width: 10px;display: inline-block;vertical-align: middle;-webkit-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;}
.phoneNav > ul > li.cur > a i{transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-o-transform: rotate(-180deg);}
.phoneNav > ul > li.cur > ul{transform: translateX(-50%) scale(1);opacity: 1;visibility: visible;}
.heightNav{width: 100%;height: 52px;display: none;}

.banner{ padding:30px 0 30px 0;border-bottom: 1px solid #f3f4f9;}
.bannerBox{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.bannerLeft{-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}
.bannerRight{-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%; padding-left: 13px;}
.bannerRight ul{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; margin: -6px;}
.bannerRight ul li{-ms-flex: 0 0 100%;flex: 0 0 100%; max-width: 100%;}
.bannerRight ul li .item{position: relative;display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;min-width: 0;word-wrap: break-word; background: #cfe2e8; height: 112px; margin: 6px; overflow: hidden;}
.bannerRight ul li .item img{ width: 100%; height: 100%;object-fit: cover;object-position: center; position:absolute; top: 0; left: 0; z-index: 1;}
.bannerRight ul li .item a{ display: block; height: 100%;font-size: 0;}
.bannerRight ul li .item a h4{font-size: 14px;position: absolute; z-index: 3; bottom: 15px; left: 15px; right: 15px; opacity: 0; color: #fff;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.bannerRight ul li .item a:hover h4{opacity: 1;}
.bannerRight ul li .item a:after{content: '';display: block; position: absolute; z-index: 2; left: 0; right:0; bottom: 0; top: 0; background:rgba(0,0,0,0);-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.bannerRight ul li .item a:hover:after{background:rgba(0,0,0,.6);}

.artBox,.sortBox{ margin-left:0px;margin-right:320px;}
.leftBox .artBox,.leftBox .sortBox{ margin-left: 200px;margin-right: 280px;}
.leftBox .sbarBoxleft .widget.tagTops h3{ padding-bottom: 0; margin-bottom: 0px;}
.leftBox .sbarBoxleft .widget,
.leftBox .sbarBoxleft .widget:last-child{padding:15px}
.leftBox .widget.randTag ul,.widget.divLinkage ul{ font-size: 0; display: block; margin: 0 -3px;}
.widget.randTag li,.widget.divLinkage li{width: calc(100% / 2 - 6px); display: inline-block; margin: 3px; height: 32px;text-align: center;}
.widget.divLinkage li a{ font-size: 12px; display: block; padding: 0 8px; background: #fff;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;text-overflow: ellipsis;white-space: nowrap; overflow: hidden;color: #fff;-moz-osx-font-smoothing: auto;}
.widget.randTag li a{display: block; line-height: 30px;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;color: #333;border: 1px solid #f3f4f9;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;padding: 0 5px;}
.widget.randTag.rTags li{height: 30px;}
.widget.randTag.rTags li a{ color: #fff; border: none; line-height: 30px;}
.widget.divLinkage li a:hover,.widget.randTag li a:hover{ color: #fff;background: #282828;}
.leftBox .widget.navTops ul{ margin: -10px 0;}
.leftBox .widget.navTops li { margin: 10px 0; height: 36px; line-height: 34px;background: #f3f4f9;position: relative;overflow: hidden;}
.leftBox .widget.navTops li a{ display: block; padding: 0 10px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden; border-left: 2px solid #00ADA7;position: relative;z-index: 1;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.leftBox .widget.navTops li a i{font-size: 18px;padding-right: 5px; opacity: .8;vertical-align: middle;}
.leftBox .widget.navTops li:after{position: absolute;top: 0;content: "";background:#00ADA7; width:0%; height:36px;display: block;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.leftBox .widget.navTops li:hover:after{ width:100%;}
.leftBox .widget.navTops li a:hover{color:#fff;}

.sidebar{ position: relative;padding-left:20px;}
.sidebar.phone{padding-left:0px;}
.sbarBoxleft{ padding:0;}
.sidebar.leftSidebar{ width: 180px; float: left;margin-right: -180px; margin-left: 0; padding-left: 0;}
.sidebar.leftSidebar:after{ display: none}
.sidebar.phone .sbarBox,
.sidebar.phone .widget{padding-left: 20px;}

.cateText{ background-color:#f1f2f9; padding: 128px 0 70px; text-align: center; margin-bottom:20px}
.cateText .container{position: relative;z-index: 2}
.cateText[style^=background-image]{ color: #fff;background-position: center;background-color:#1d1d1d; background-size: cover; position: relative;}
.cateText[style^=background-image]:after{content: ''; background-color:#000; opacity: .5; z-index: 1; position: absolute; top: 0; left: 0; bottom: 0; right: 0;}
.cateText h2{ font-size: 2.8rem; font-weight: 500; line-height: 2; max-width:500px; padding: 0 40px; margin: 0 auto;}
.cateText .desc{ font-size: 1.4rem; line-height: 1.8; max-width:600px; padding: 0 40px; margin: 0 auto;}

.treeList{position:fixed; width: 100%; max-width: 300px; top:50%;transform: translateY(-50%);right: -300px;box-shadow: 0 0px 15px rgba(0,0,0,0.08); z-index: 12; border: 1px #00ADA7 solid; padding:15px; display: none;-moz-osx-font-smoothing: auto;-webkit-transition: right 0.3s ease;-o-transition: right 0.3s ease;transition: right 0.3s ease;}
.treeList.in{right: -1px;}
.treeList .tree{ position: relative; max-height: 578px; min-height: 59px;}
.treeList li{font-weight: normal;line-height: 34px;position: relative;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;padding: 0 10px; margin-bottom: 0px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.treeList li:last-child{ margin-bottom: 0;}
.treeList li a{-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;color: #081018;}
.treeList li:after,.treeList:after{ content: ''; position: absolute;background:#00ADA7; opacity: 0; width: 100%; height: 100%; top: 0; left: 0; z-index: -1;}
.treeList:after{ opacity: .95;background:#fff;}
.treeList li.active a{ color: #00ADA7;}
.treeList li.h4{ margin-left:15px;}
.treeList li.h5{ margin-left:30px;}
.treeList li.h6{ margin-left:45px;}
.treeList .treeBj{background: #00ADA7; position: absolute;left: 0;top: 0;height: 0;width:100%;z-index: -1;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease; opacity: .08;display: none;}
.treeList .treeBtn{ position: absolute; width:30px;padding:10px 2px 6px; line-height: 15px; background:#00ADA7; color:#fff;text-align: center; left: -30px;top:50%; transform: translateY(-50%); cursor: pointer; height: 91px;}
.treeList .treeBtn:after{content: "\eb45";font-family: iconfont !important;font-style: normal; width: 14px; height: 14px; margin-top: 2px;}
.treeList.in .treeBtn:after{content: "\eb44";}
.reading .treeList{ z-index: 10002;}

.max.leftBox .artBox,.max.leftBox .sortBox{margin-left: 220px;margin-right: 300px;}
.max.leftBox .sidebar.leftSidebar{width: 200px;margin-right: -200px;margin-left:0px;}
.max.leftBox .sidebar{width: 300px;margin-left: -300px;}

body.jumpUrl{ background: #fff; position: static}
body.jumpUrl .warp{ margin: 0;}
body.jumpUrl .container{ width: 100%; max-width: 780px; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%)}
body.jumpUrl .container .content{ background: #fff; padding: 0px;}
body.jumpUrl .container .img{ max-width: 160px; width: 100%; margin: 0 auto 20px}
body.jumpUrl .container .img img{width: 100%;}
body.jumpUrl .container .title{ font-size: 20px; line-height: 1.6; font-weight:600;}
body.jumpUrl .container .url{ margin: 10px 0 20px; font-size: 16px; line-height:1.6; opacity: .6}
body.jumpUrl .container .btnBox{ margin-top: 10px;display: inline-block;}
body.jumpUrl .container .btn{ display: inline-block; color: #fff; background: #ec414d;border: 1px solid #ec414d; margin: 0 8px; font-size: 16px; font-weight: 500; line-height: 36px; padding: 0 15px;}
body.jumpUrl .container .btn.goHome{ background: #fff; color: #ec414d; border: 1px solid #ec414d}

@media screen and (max-width: calc(1300px + 40px)){
 .container{ padding: 0 20px;}
 .umCrumb{padding:0px 16px 20px 16px;}
}
@media screen and (max-width:1279px){
/*头部*/
.search .ssFrom{ right:15px;}
/*头部END*/
.umPlay{padding:66px 0 0px;}
.umPlay .container{ padding:0}
.reading .umPlay{padding:0px;}
.bannerLeft {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.bannerRight {-ms-flex: 0 0 100%;flex: 0 0 100%;padding-left: 0; padding-top: 12px;max-width: 100%;}
.bannerRight ul li {-ms-flex: 0 0 33.333%;flex: 0 0 33.333%;}
}
@media screen and (max-width:1024px){
	.owl-carousel .owl-item img{height: 320px;}
	.max.leftBox .artBox,.max.leftBox .sortBox{margin-left: 200px;margin-right: 280px;}
	.max.leftBox .sidebar.leftSidebar{width: 180px;margin-right: -180px;}
	.max.leftBox .sidebar{width: 280px;margin-left: -280px;}
}

@media screen and (max-width:992px){
	.artBox,.sortBox{margin-right: 280px; padding-right: 15px;padding-left: 15px;}
	.artBox .post,.artBox .post.umArtPost{padding-top: 20px;}
 .umpage .artBox{padding-right: 40px}
	.banner{ padding:20px 0 30px 0}
	.max.leftBox .artBox,.max.leftBox .sortBox,
	.leftBox .artBox,.leftBox .artBox, .leftBox .sortBox{margin-right: 280px; margin-left: 0;}
	.sidebar { width: 280px;margin-left: -280px;}
	.widget{ padding:20px 15px 10px 15px}
	.sidebar .sbarBox:after{ display: none}
	.tagTops li .tagImg{ min-height: 60px;}
	.sidebar.leftSidebar{ display: none}
	.container,.umCrumb{ max-width: 920px;}
	.main .umBnGg.sortBox{ padding: 20px;}
}

@media screen and (max-width:920px){
.container{ padding: 0 30px;}
.umCrumb{padding: 0px 30px 15px;}
.owl-carousel .owl-item img{height: 330px;}
.bannerRight ul li .item{ height: 102px;}
/*头部*/
.header,.header .logo{ height:48px; display:inline-block; float:none; margin:0 auto; font-size:0;}
.header .logo a.name{ line-height: 48px;}
.header .headBox{ text-align:center;}
.navBar{  display: none}
.search,.umUser{ position: absolute; top: 0; right: 38px; float: none}
.search{right: 80px;}
.search i.icon,.header .navBar li{ height:48px; line-height:48px;}
.umUser .login{font-size: 12px;text-align: left;}
.umUser .userPic,.umUser .userPic img{width: 28px;height: 28px;}
.umUser{padding: 10px 0;}
.umUser.on .login{top: 48px;}
.warp{margin-top: 68px;}
.mNavBtn{ display:block; left: 23px;}
body{ position:relative; left:0;overflow-x: hidden;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;transition: all .3s ease;}
body.open{overflow:hidden;}
body .warp{position:relative;left:0px;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;transition: all .3s ease;}
body .phoneNav{left:0px;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;transition: all .3s ease;}
body.open .header,body.open .warp,body.open .phoneNav{left:190px;}
body.open .leftNav{ left:0px;}
body.open .mNavBtn{ display:none;}
body.open .leftNav .mNavBtn{ display:block;}
	
/*头部END*/
.umPlay{padding:48px 0 0px;}
.umPlay .container{ padding:0}
.max.leftBox .artBox,.max.leftBox .sortBox,
.artBox,.leftBox .artBox,.leftBox .sortBox,.sortBox{margin-right:0;}
.artBox:after,.sidebar {display: none}
.sidebar.phone,.max.leftBox .sidebar.phone{display:block; margin:0; width:100%;}
.sidebar.phone .widget{right: 0;padding: 15px;margin-bottom: 20px;}
.sidebar.phone .sbarBox{padding-left: 0px;}
.tagTops li .tagImg{ min-height: 120px;}
.umpage .artBox{padding-left:220px;}
.umpage .sidebar,.umpage .sbarBoxa li.active a{ display: block; width:180px;}
.single .post-body .rslist li,.single .post-body .rslist li.top{ width: 33.333%;}
.post .post-media .movie .icon{ width: 44px; height: 44px; line-height: 44px; margin: -22px 0 0 -22px;}
.post .post-media .movie .icon{ font-size: 26px;}
.main .umBnGg.sortBox{ width: 100%;}
}

@media screen and (max-width:768px){
.post .post-title{ margin-top: 7px;}
.umpage .artBox{padding-left: 190px;padding-right: 30px;}
.umpage .sidebar,.umpage .sbarBoxa li.active a{ width:160px;}
div.post-body .rslist li{width:50%; padding: 4px;}
.post .post-media .movie .icon{ width: 40px; height: 40px; line-height: 40px; margin: -20px 0 0 -20px;}
.post .post-media .movie .icon{ font-size: 24px;}
.post .post-title,.single .relevant .post .post-title{font-size: 1.8rem;line-height: 1.5;}
.post .post-info,
.post .post-content .umInfo{margin:8px 0 0 0;}
}
@media screen and (max-width:640px){
.container{ padding: 0 25px;}
.umCrumb {padding: 0px 25px 15px;}
.artBox .post,.artBox .relevant .post{ font-size: 0; padding: 20px 0;}
.mNavBtn{ left: 10px;}
.search{ right: 65px;}
.umUser{right: 20px;padding: 13px 0;}
.umUser .userPic, .umUser .userPic img{width: 22px;height: 22px;}
.banner{padding: 25px 0}
.relevant,.commBox{padding: 16px 0;}
.post .post-media{margin-right:0px;display: inline-block; float: none; vertical-align: middle;}
.post.big .post-content,.post .post-content.noMedia,.artBox .weiyu .post .post-content{ padding-left: 0;}
.post .post-title{ margin-top:0px;white-space:normal; font-size: 18px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.single .relevant .post .post-title{white-space:normal;}
.post .post-content .umInfo{ display: none}
.post.big .post-content,.post .post-content.noMedia{ width: 100%}
.post.big .post-content .umInfo,.post .post-content.noMedia .umInfo{ display: block;}
.post.big .post-title{margin-bottom:8px;}

.post .post-content{padding-right: 10px;}
.post .post-media .post-pic{margin-left: 5px;}
.post.big .post-pic3.post-media {width: calc(100% + 10px);margin-left: -10px;}
.post.big .post-pic3 .post-pic{margin-left: 10px;}
.artBox.umLeft .post.big .post-pic3 .post-pic{margin-right: 10px;}
.artBox.umLeft .post .post-content{padding-left: 8px;}
.artBox.umLeft .post .post-media .post-pic{margin-right: 5px;}

.post .post-media .movie .icon{ width: 32px; height: 32px; line-height: 32px; margin: -16px 0 0 -16px;}
.post .post-media .movie .icon i{ font-size: 26px;}
.post.umTop .istTop{ font-size: 18px; vertical-align: 1px;}
.artBox .weiyu .post .post-content{ width: 100%}
.artBox .weiyu .post{padding: 15px 30px 15px 48px;}
.artBox .weiyu .post .dot{ top: 24px;}
.sortBox{ padding: 15px 12px}
.umpage .artBox{padding-left: 140px;}
.umpage .sidebar,.umpage .sbarBoxa li.active a{ width:140px;}
.umpage .sidebar{ width: 100%; position: relative; background: #fff; margin-bottom: 20px;}
.umpage .sidebar li{ display: inline-block;}
.umpage .sbarBoxa{ padding: 10px 0}
.umpage .sbarBoxa li.active a:before,.umpage .sbarBoxa .slide1, .umpage .sbarBoxa .slide2{ display: none;}
.umpage .sidebar li a{ border: none; padding: 4px 15px;}
.umpage .sbarBoxa li.active a{ width: auto}
.umpage .artBox{ padding-left: 20px; padding-right: 20px;}
.single .artBox .fullRead{ right:18px; top: 20px;}
.tagTops li{ width: 50%}
.tagTops li .tagImg{ min-height: 155px;}
.ssArr li{ padding: 10px 10px 10px 48px;}
.ssArr .ssImg{ margin-left: -48px;}
.ssArr .ssImg img{ width: 48px; height: 48px;}
.ssArr .ssText h3{ max-height: 42px; white-space:normal;}
.ssArr .ssText .ssInfo{ display: none}
.owl-theme .owl-nav.disabled + .owl-dots{margin:10px 0 0px 0}
.post.big .post-title{margin-bottom:5px;}
.umPlay{ margin-bottom:20px;}
.phoneNav,.heightNav{display: block;}
body.jumpUrl .container .title{ font-size: 18px;}
body.jumpUrl .container .url{font-size: 14px;}
.umBnGg.pc{ display: none;}
.umBnGg.mob{ display: inline-block;}
.post .post-title,.single .relevant .post .post-title{ margin-bottom: 0; font-size: 1.6rem;}
.single .post-body .rslist li,.single .post-body .rslist li.top{ width: 50%;}
}
@media screen and (max-width:520px){
.postText.isVerify ul li,.postText ul li{width:100%;}
.container{ padding:0 15px;}
.umCrumb{padding: 0px 15px 15px;}
  .owl-carousel .owl-item img{ height: 300px;}
  .bannerRight ul li .item{ height: 92px;}
  .widget{margin-bottom:15px;}
  .mNavBtn{ left:0px;}
  .search{ right: 45px;}
		.umUser {right: 9px;}
		.post .post-content{padding-right: 10px;}
  .post .post-content p em{ display: none;}
  .post .post-content p em.date{ display: block}
		.post .post-info em.ceta,.post .post-info em:nth-child(2){display: inline;}
}
@media screen and (max-width:480px){
.container{ padding:0 10px;}
.umCrumb{padding: 0px 10px 15px;}
.artBox{margin-bottom: 15px;}
.sortBox{margin-bottom: 15px;}
.banner{ padding: 20px 0}
.artBox .post, .widget{margin-bottom:0px;}
.post .post-content p em.ceta{ display: none}
.post .post-title em.isTop {padding: 0px 3px 0px;vertical-align: 2px;}
.post.umTop .istTop{ font-size: 16px;}
	.single .relevant .post .post-title{padding:0;font-size: 1.4rem;}
	.single .post-body p{margin: 0 0 15px 0;}
	div.post-body .umDes{padding: 15px 45px;}
	div.post-body .umDes i.left{ left: 10px;}
	div.post-body .umDes i.right{ right: 10px;}
	.tagTops li .tagImg{ min-height: 135px;}
	.single .postNav{float: none;margin-top:.5rem;}
	.single .postNav div a{margin: .6rem 1rem .6rem 0rem;}
	.owl-carousel .owl-item img{ height:200px;}
  .bannerRight ul li .item{ height: 60px;}
	.umPlay{ margin-bottom:15px;}
	.main .umBnGg.sortBox{ margin-bottom: 1rem;}
}

@media screen and (max-width:440px){
	.tagTops li .tagImg{ min-height: 120px;}
	.ssArr li{ width: 100%; height: 100%; padding: 8px 10px 8px 40px;}
	.ssArr .ssImg{ margin-left: -40px;}
 .reading .post-like a{margin:8px 6px; padding:0 12px;}
 .ssFrom{width: 320px;}
	.post .post-info{margin: .5rem 0 0 0;}
}
@media screen and (max-width:375px){
	.ssFrom{width: 300px;}
	.post .post-media .post-pic{margin-left: 2px;}
	.post.big .post-pic3 .post-pic{margin-left: 3px;}
	.post.big .post-pic3.post-media {width: calc(100% + 3px);margin-left: -3px;}
	.artBox.umLeft .post.big .post-pic3 .post-pic{margin-right: 6px;}
	.artBox.umLeft .post .post-media .post-pic{margin-right: 2px;}
}
.artBox,.owl-carousel .owl-stage-outer,.post .post-media,.widget,div.post-body img,.post-like a,.bannerRight ul li .item,.tagTops li .tagImg,.widget.umUser div,.leftBox .widget.randTag li a,.widget.divLinkage li a,.tagTops li a .tagImg:after,.leftBox .widget.navTops li,.widget.divTags li a,.post-pic,.post-media .movie,body.jumpUrl .container .btn,.sortBox,.bannerRight ul li .item img,.umBnGg img{ border-radius: 4px;}
@media screen and (max-width:900px){
	.max.leftBox .sidebar{width:100%;margin-left:0px;}.artBox::after, .sidebar{display:block;}.widget.umUser{display:none;}.sidebar{padding-left:0px;clear: both;width: 100%;margin-left: 0px;}
	.artBox .post, .widget{margin-bottom:20px;}
}
/*qmform*/
.deiguo-hd{display:flex;padding:1.2rem 1.2rem 1.2rem 1.2rem;background-color: #fff;}
.deiguo-hd h1,.deiguo-hd h2,.sortBox h2{font-size:2.4rem;font-weight:bold;color:#00ADA7;flex:1;text-align:center}
h2.deiguo-hd{display: block;}
.block{width:100%;display:block}
.deiguo-tool-form{padding:0rem 1.2rem 1.2rem 1.2rem}
.deiguo-tool-form .form-line{display:flex;align-items:center;min-height:4.8rem}
.deiguo-tool-form .form-label{word-break:break-word;width:7.5rem;margin-right:0.9rem;color:#333;font-size: 1.7rem;}
.deiguo-tool-form .form-input{flex:1;line-height: 5rem;}
.deiguo-tool-form .form-input label{margin-right:1.8rem}
.form-input + .form-label{margin-left:1.8rem}
.deiguo-tool-form select,.deiguo-tool-form input{padding:0.9rem 0.6rem;font-size:1.56rem;color:#333;box-sizing:border-box;background-color:#f9f9f9;border:1px solid #e5e5e5;border-radius:0.6rem;outline:none;margin:.6rem .6rem .6rem 0;}
.deiguo-tool-form input[type=submit]{color:#fff;background-color:#00ADA7;display:block;width:100%;padding:0 1.2rem;border-radius:0.6rem;overflow:hidden;text-align:center;height:4.08rem;line-height:4.08rem}
.deiguo-bd_cnt{padding:0 0 1.2rem 1.2rem}
.deiguo-bd_cnt h3{position:relative;font-weight:bold;font-size:1.92rem;padding:1.2rem;color:#333}
.deiguo-bd_cnt h3:before{content:' ';position:absolute;height:1.56rem;width:0.36rem;background-color:#00ADA7;border-radius:2px;top:1.8rem;left:0}
.deiguo-bd_cnt  img{width:21rem;margin-left:1.8rem;float:right;border-radius:0.6rem}
.btn-group{display:flex;flex-wrap:wrap}
.btn-group .btn{margin-bottom:1.2rem;margin-left:1.2rem}
.btn{border:none;border-radius:5px;cursor:pointer;display:inline-block;padding:0 5px;text-align:center;font-size:14px;height:36px;line-height:36px;overflow:hidden}
.btn-group.item-4 .btn{width:70px;margin:0 0 10px 10px}
.btn-group.item-2 .btn{width:150px;margin:0 0 10px 10px}
.btn-group.item-3 .btn{width:96.66px;margin:0 0 10px 10px}
.btn-group.item-5 .btn{width: 130px;}
.btn-group.item-5 .btn:hover{font-weight:bold;}
.btn-group.item-4 .btn{width: 170px;margin: 0 0 10px 16px;}
.btn-group.item-4 .btn:hover{font-weight:bold;}
.btn-secondary{background-color:#eee;}
.deiguo-bd p{line-height:1.8;margin:0 0 0.6rem 0;font-size: 1.7rem;}
.form-input span{font-size: 1.7rem;}
