body{
 background:#fff !important;
}

.container{
 max-width:1200px;
/* margin-left:5%;
 margin-right:5%;
*/
}
.archive{
  margin:auto;
}

.rw-popup{
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  height:130px;
  width:400px;
  color:#000;
  border-radius:10px;
  background:#FFFFFF;
  z-index: 999999;
  padding:0px;
  display:none;
}
.archive-right-wrapper{
  margin-left:265px;
}

.rw-popup-msg{
  height:106px;
  text-align:center;
  padding-top:40px;
  font-size:19px;
  font-weight:600;
}
.rw-popup-btn{
  height:60px;
}

#archive-select{
  width: 160px;
  padding: 4px 16px;
  border-radius: 4px;
  border: 1px solid  #EEE;
  float:right;
  margin-right:15px;
  display:inline-block;
}
.infinite-loader.read-more.button {
  display:none;
}
.archive-tab{
    display:inline-block;
    background: #FCFCFA;
    color: #67737A;
    padding: 4px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    cursor:pointer;
}
.archive-tab:hover{
   color:#344752;
}

.last-line-header{
      -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    justify-content: center;
    margin: 0;
    position: relative;
    opacity:0;
}
.last-line-text{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #67737A;
    top: -3px;
    background: #fafbfd;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    font-synthesis: style;
    margin: 0;
}
.last-line-header:after{
   border-bottom: 1px solid #ebebeb;
    content: "";
    display: block;
    left: 250px;
    margin: 0 20px;
    position: absolute;
    right: 250px;
    top: 30px;

}


.archive-post-title{
 text-overflow: ellipsis;
 whitespace: nowrap;
 font-size: 20px;
 font-style: normal;
 font-weight: 600;
 line-height: 28px;
 color:#344752;
 margin-top:5px; 
}
.archive-content-box .archive-post-title-expand{
  margin-top: 20px;
  margin-bottom: 20px;
}
.archive-post-brief{
 text-overflow: ellipsis;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 22px;
 color:#67737A;
 -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-top:8px;
}
.archive-content-box{ 
  height: 167px;
/*    border: 1px solid #ccc; */
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left:16px;
  margin-top:12px;
  margin-bottom:12px;
/*  background:#fafbfd; */
  margin-left:-16px;
  display:flex;
  clear:both;
}
.archive-active{
 background:#344752;
 color:#fff !important; 
 font-weight:600;

}


.content-box:hover{
   background:#FCFCFA;
  border-radius:8px;
}


.content-box:hover .archive-content-image{
  scale:1.1;
  transition:all 0.3s;
}

.content-box:hover .archive-post-title{
  color:#0099F2;
}

.archive-content-left{
  display:inline-block;
  width:76%;
  padding-right:35px; 
}

.archive-content-right{
/*  display:inline-block;
  min-width:240px;
  vertical-align:top;
*/
  float:right;
}
.archive-content-image{
 cursor:pointer; 
 width: 240px;
  height: 135px;
  object-fit: cover;
    display: block;
border-radius: 4px;
border: 1px solid var(--text-line, #EEE);
  transition:all 0.3s;
}

.archive-author-name{
  display:inline-flex;
  margin-left:8px;
    font-size: 14px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.archive-author-name:hover{
   color:#0099F2;
}

.archive-author-date{
   display:inline-flex;
   margin-left:16px;
  font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
  color:#C5CCD1;
}
.archive-author-line{
  padding-top:16px; 
}
.archive-author-img{
   display:inline-flex;
   width:24px;	
   border-radius: 100%;
}

.rw-popup-left,.rw-popup-right{
  display:inline-block;
  height:100%;
  width:50%;
  text-align:center;
  color:#627E8E; 
  font-weight:500;
  background:#fff;
  padding-top:15px;
  cursor:pointer;
  border-top:1px solid #EEE;
}
.rw-popup-left:hover,.rw-popup-right:hover{
  background:#F8F8F8;
}

.rw-popup-left{
  border-radius:0px 0px 0px 10px;
  border-right:1px solid #EEE;
}
.rw-popup-right{
  border-radius:0px 0px 10px 0px;
  color:#0099F2;
}

.load-more{
    height: 32px;
    width: 97px;
    font-size: 13px;
    border-radius: 14px;
    padding: 0px;
    margin-top: 22px;
    background: #0099F2;
    border: none;
    color:white;

}
.load-more:hover,.load-more:active,.load-more:focus{
   background: white;
   color: #0099F2;
    border: 1px solid #0099F2;

}

#author-big-thumb{
   width:60px;
   border-radius:50%;
   margin-right:21px;
   margin-top:-6px;

}
#cat-left-bar{
  margin-top:0px;
  width:265px;
  position:fixed;
  overflow:scroll;
  height:620px;

}
#articles{
  min-height:500px;
}
#cat-left-bar::-webkit-scrollbar{
  width:0;
}
.cat-left-title{
  background:url(https://runwise.oss-cn-beijing.aliyuncs.com/image/pic_bg_kbase%402x.png);
  background-size: cover;
  transition:all 0.5s; 
  text-align: right;
  height: 120px;
  font-size:22px;
  font-weight:600;
  color:#344752;
  padding-right:20px;
  padding-top:46px;
    position: fixed;
    z-index: 100;
    width: 238px;
}
.fade .cat-left-tab{
  padding-top:0px;  
//  transition: all 0.1s;
}
.fade .cat-left-title{
  display:none;
//    transition: all 0.1s;
}
.archive-tabs{
  padding-top:20px;
/*  padding-bottom:20px; */
  clear:both;
}
.last-line-header{
    margin-top: -40px;
}
#nextPageDiv{
  text-align:center;
}
#nextPage{
  padding: 8px 24px;
  background:#0099F2;
}
.cat-left-tab{
  color:#0099F2;
  padding-bottom:23px;
  font-size: 15px;
  font-weight: 600;
  line-height: 13px;
  position: fixed;
  width: 265px; 
  z-index:90; 
  background:#fff;
  padding-top: 133px;

}
.cat-left-column{
 padding-top:163px;
}
.fade .cat-left-column{
  padding-top:28px;
 //   transition: all 0.1s; 
}

.cat-left-tab-div{
  width:17%;
  text-align:center;
  cursor:pointer;
  display:inline-block;
  opacity:0.25;
  margin-left:0px;
  margin-right:6px; 
  position:relative;
}

.tag-title::after{
    height: 3px;
    width: 100%;
    left: 0;
    bottom: -9px;
    position: absolute;
    content: "";
    background-color: #0099F2;
    z-index: 2;
}

.article-report{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width:100%;
  margin-top: 28px;
  align-content:flex-start;
  justify-content:flex-start;
}

.article-webinar{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width:100%;
  margin-top: 28px;
}
.article-webinar  .archive-content-image{
  width: 282px;
  height: 158px;
}
.article-webinar .archive-post-title{
   width: 282px;
   overflow: hidden;
   text-overflow: ellipsis;
   font-size: 20px;
   font-style: normal;
   font-weight: 600;
   line-height: 28px;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   height:69px;
   padding-top:16px;
    display: -webkit-box;

}


.article-report .archive-content-image{
    width: inherit;
    height: 326px;

}
.article-report .archive-post-title{
   width:100%;
   overflow: hidden;
   text-overflow: ellipsis;
   font-size: 17px;
   font-style: normal;
   font-weight: 600;
   line-height: 28px;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
    height:56px;
  display: -webkit-box;

}
.webinar-content-box{
  width: calc(100%/3 - 15px);
    height: 300px;
    margin-bottom: 30px;

}
.webinar-play-div{
  height:0px;

}

.archive-content-div{
  width: 240px;
  height: 135px;
  border-radius:4px;
  overflow:hidden;
}
.article-webinar .archive-content-div{
  width: 282px;
  height: 158px;
}
.article-report .archive-content-div{
  width:inherit;
  height:326px;

}


.webinar-play{
    position: relative;
    top: 48px;
    left: 109px;
    z-index:20;
}

.report-content-box{
  width: calc((100% / 4) - 0px);
  padding:16px;
  margin-bottom: 40px;
}
.archive-wrap{
    background: #FCFCFA;
    width: 282px;
    text-align: left;
    padding: 3px;
   display:inline-block;
}

#articles{
  clear:both;
}
.cat-top-banner .cat-top-banner-right .left-icon{
 position:absolute;
 width:33px;
 right:31px;
 bottom:5px;
}

.cat-top-banner .cat-top-banner-right .right-icon{
 position:absolute;
 width:33px;
 right:-5px;
 bottom:5px;
}
.cat-right-block{
   text-align:center;
   display:inline-block;
   float:right;
   margin-left:30px;    
}

.rg-posts-navigation{
   display:none;

}
.cat-right-block-title{
  margin-left:0px; 
  float:left;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 40px;
color:#344752;
}
.cat-right-head{
    padding: 16px 30px 30px 16px;
  margin-left:-16px;
  background:#FCFCFA;

}
#archive-description{
   overflow:hidden;
   text-overflow:ellipsis;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
    display: -webkit-box;
   height: 59px;
   font-weight: 400;
   color: #627E8E;
   clear:both;
   font-size:16px;
  padding-top:16px;
}
.column-c{
   margin-top:13px;
   font-size:14px;
   color:#627E8E;
   font-weight:400;
}
.rslides{
  min-height:350px;
}
.cat-tags{
   color:#0099F2;
   font-weight:500;
}
.cat-top-banner-right{
    display:inline-block;
}
.cat-top-banner-left{
   display:inline-block;
  vertical-align:top;
   margin-right:15px;
   width:61%;
}
.cat-top-banner-left img{
  width: 100%;
  height: 360px;
  object-fit:cover;

}
.cat-top-banner-right{
   display:inline-block;    
   width:36%;
}
.cat-top-banner .cat-title{
   font-size:28px;
   margin-top:12px;
   line-height:39px;
   font-weight:500;
   color:black;
   overflow:hidden;
   -webkit-line-clamp:3;
   -webkit-box-orient:vertical;
   display:-webkit-box;

}

.column-c a {
  color:inherit;
}
.cat-title a{
    color:inherit;
}
.cat-top-banner .cat-tags{
  font-size:12px;
}
.cat-top-banner .cat-brief{
  margin-top:12px;
  font-size:15px;
  color: #627E8E;
  -webkit-line-clamp:4;
  overflow:hidden;
  -webkit-box-orient:vertical;
  display:-webkit-box;
}
.cat-author img{
  border-radius:100%;
  max-width:38px;
  position:absolute;
  float:none;
  bottom:18px;  
}
.cat-top-banner{
  margin-bottom:0px;
  margin-top:14px;
}
.cat-author{
 position:absolute;
 bottom:-14px;
 width:200px;
}
.line{
  width: 100%;
  height: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom:50px;
}
.block-up{
  font-size:12px;
  font-weight:500;
  line-height: 14px;
  color: #A7ACB3;

}
.block-num{
  font-size:18px;
  font-height:900;
  color:#000;
}
.cat-author-name{
  font-size:15px;
  position:absolute;
  bottom:33px;
  left:46px;

}
.cat-author-date{
  font-size:13px;
  color:#A3A5A9;
  position:absolute;
  bottom:13px;
  left:46px;
}
#archive-description p::after{
    height: 3px;
    width: 100%;
    left: 0;
    bottom: -9px;
    position: absolute;
    content: "";
    background: url('https://runwise.oss-cn-beijing.aliyuncs.com/svg/nav_down.svg') no-repeat;
    z-index: 2;
}
.icon-flame{
  content:url('https://runwise.oss-cn-beijing.aliyuncs.com/svg/icon-flame.svg');
  max-width:15px;
  margin-left:4px;
  position:relative;
  top:-1px;
}

.icon-nav-down{
  content:url('https://runwise.oss-cn-beijing.aliyuncs.com/svg/nav_down.svg');
}

.flame-wrap{
    display: inline-block;
    width: 65px;
    height: 22px;
    margin-left:17px;
    border-radius: 0px 38px 38px 38px;
    opacity: 1;
    border: double 1px transparent;
    background-image: linear-gradient(white, white), linear-gradient(135deg, #FBBD00, #FE496A);
    background-origin: border-box;
    background-clip: content-box, border-box;
    vertical-align:middle;

}
.flame-wrap span{
  color: #FF8C5A;
  font-size:12px;
  line-height:12px;
  position:relative;
  top:0px;
}

.column-category,.column-tag,.column-author{
  display:none;
}

.slide-btn{
  z-index:10;
  position:relative;
  right:2px;
  bottom:40px;
  text-align:right;
}

.rw-node{
  margin-bottom:9px;
  margin-top:9px;  
}
.node-title{
  cursor: pointer;
  display: inline-block;
}
.category-flame-wrap{
    display: inline-block;
    width: 65px;
    height: 22px;
    margin-left:15px;
    border-radius: 0px 38px 38px 38px;
    opacity: 1;
    border: double 1px transparent;
    background-image: linear-gradient(white, white), linear-gradient(135deg, #FBBD00, #FE496A);
    background-origin: border-box;
    background-clip: content-box, border-box;
    vertical-align:middle;
}

.category-flame-wrap .icon-flame{
  top:-4px;
}

.node-up{
    display: inline-block;
}

.top-node{
  display:block !important;
}
.rw-node{
  display:none;
}
.icon-toggle{
  content:url('https://runwise.oss-cn-beijing.aliyuncs.com/svg/nav_down.svg');
  max-width:15px;
  width: 15px;
  margin-left:4px;
  position:relative;
  top:0px;
  cursor: pointer;
}

.toggle-active .icon-toggle{
  content:url('https://runwise.oss-cn-beijing.aliyuncs.com/svg/nav_up.svg');
}

.category-flame-wrap span{
  color: #FF8C5A;
  font-size:12px;
  line-height:12px;
  position:relative;
  top:-4px;
}

.cat-left-tab .icon-toggle{
  display:none;
}

.author-pic-div{
  display:inline-block;
  margin-right:5px;
}
.author-pic{
  width:25px;
  border-radius:50%;
}

.mob_fans,.mob_read{
  display:inline-block;
  font-size: 14px;
  color:#A7ACB3;
  margin-right:6px;
  margin-bottom:12px;
}
.mob_fans_num,.mob_read_num{
  padding-left:8px;
  padding-right:12px;
  color:#184C6A;
  font-weight:700;
}
.mob_num{
  display:none;
}
 .archive-wrap-mobile{
  display:none;
}
@media (max-width:900px) {
 .cat-right-head{
    margin-left: -16px;
    background: #FCFCFA;
    padding-left: 20px;
    margin-right: -16px;
    padding-right: 16px;
    padding-bottom: 29px;
    padding-top: 72px;


 }

.article-webinar .archive-content-div{
  height:95px;
  width:inherit;
}
.article-report .archive-content-div{
   height:256px;
  width:inherit;
}
.article-report{
 margin-top:0px;
}
.article-webinar{
 margin-top:0px;
}
.webinar-play{
  width:48px;
    top: 36px;
    left: 64px
}
.article-webinar .archive-content-image{
  height:95px;
}
.article-report .archive-content-image{
   height:256px;
}

.webinar-content-box{
  height:222px;
 margin-bottom:0px;
}
.article-webinar .archive-post-title{
  font-size:18px;
  width:100%;
}

.webinar-content-box{
 width:calc(100%/2 - 5px);
}
.report-content-box{
 width:calc((100% / 2) - 8px);
 padding:0px;
 margin-bottom:0px;
}
.archive-right-wrapper{
  padding:0px;
  margin:0px;
}

 .rw-popup{
  width:80%;
 }
#archive-select{
  width:100px;
  margin-right:0px;
  height:35px;
}
 .archive-wrap-mobile{
  display:inline-block;
}
 .archive-wrap{
   display:none;
  }
 .archive-content-div{
width: 128px;
    height: 72px;
    margin-top: 10px;

 }

 .archive-content-image{
    width: 128px;
    height: 72px;
    margin-top: 10px;
 }



#author-big-thumb{
   width:36px;
   margin-right:7px;

 }

 #subscribe-btn {
   margin-top:5px;
 }
 .cat-right-block{
   margin-left:0px;
 }
  .cat-top-banner{
    display:none;
  }
  .cat-left-tab-div{
    width:20%;
  }
  .mob_num{
    display:block;  
    clear:both;
  }
  #archive-description{
  }
  .cat-right-block-read{
   display:none;
  }
  .cat-right-sub{
   display:none;
  }
  #archive-description img{
      display:none;
  }
  .line{
    display:none;
  }
  #cat-left-bar{
    margin-top:0px;
    display:block;
    width:100%;
    height:inherit;
   overflow:inherit;
/*    margin-left:-7%;*/
    position:fixed;
    z-index:100;
    background:#fff;
    box-shadow:0 1px 0 0 rgb(139 141 157 / 5%), 0 5px 10px 0 rgb(65 71 108 / 15%);
  } 
  .archive-post-brief{
    display:none;
  }
  .archive-content-box{
    margin-top: 8px;
    margin-bottom: 8px
  }
  .archive-author-date{
    font-size:12px;  
 }
  .archive-author-line{
   font-size:14px;
   padding-top:12px;
  }
  #nextPage{
    width:100%;
  }
#archive-select {
height:35px;
}

  .archive-author-name{
   font-size:12px;
  } 
  .column-c{
    margin-top:8px;
  }
 
  .archive-content-box{
       height: inherit;

  }
  .cat-left-column{
   padding-left:40px;
   padding-bottom:30px; 
   overflow:scroll;
   max-height:75vh;
   margin-top:14px;
   display:none;
   padding-top:0px;
  }
  .archive-content-box .archive-post-title-expand{
    margin-top: 0px; 
    margin-bottom: 0px;
  }
 
  .cat-left-title{
    display:none;
  }
 
  .archive-post-title{
   font-size: 18px;
   font-style: normal;
   font-weight: 600;
   line-height: 24px;
   text-overflow: ellipsis;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   display: -webkit-box;
    overflow: hidden;
      height: 50px;

  }
 
  .archive-content-left{
   padding-right:10px;

  }

  .cat-left-tab{
    text-align:center;
    padding-bottom:9px;
    border-bottom:1px solid #eee;
    margin-bottom:0px; 
    width: 100%;
    padding-top: 0px;

 }
  .cat-right-block-title{
    font-size:25px;
  }

  .tag-title::after{
    width:50%;
    left:6px;

  }

 .cat-left-tab .icon-toggle{
   display:inline-block;
 }
 .mob-tab-wrap{
      display:inline-block;
 }

 #primary{
   margin-top:45px;

 }
}

@media (max-width:420px) {
  .archive-author-date{
    display:none;
  }

}
