/*热门问答-B2*/
#jitheme_ask_b2 .ask-widget-title {
    display: flex;
}
#jitheme_ask_b2 .item-index i{
    font-size: 20px;
    padding-right: 10px;
    margin-top: 5px;
}
#jitheme_ask_b2 .jitheme_title{
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    max-height: 55px;
    overflow: hidden;
    margin-bottom: 10px;
}
#jitheme_ask_b2 .ask-widget-meta{
    font-size: 12px;
    color: #b5b5b5;
    font-weight: normal;
}
#jitheme_ask_b2 .ask-widget-item:nth-child(1) .jitheme {
    color: #e20000;
}
#jitheme_ask_b2 .ask-widget-item:nth-child(2) .jitheme {
    color: #ff6000;
}
#jitheme_ask_b2 .ask-widget-item:nth-child(3) .jitheme {
    color: #f90;
}
#jitheme_ask_b2 .ask-widget-item:nth-child(n+4) .jitheme {
    color: #c1c1c1;
} 
#jitheme_ask_b2 .ask-widget-item {
    padding: 5px 16px!important;
}
#jitheme_ask_b2 .ask-widget-item:hover {
    color: var(--b2color);
}
.b2-widget-ask .jitheme-widget-title h2 {
    padding: 0;
    margin: 20px;
}
/*共有特性*/
.jitheme-widget-tjzt{
    
}
 .jitheme-widget-title h2 {
    padding: 16px 0px;
    margin-bottom: 20px;
    font-size: 18px;
    color: var(--key-color);
    font-weight: 600;
    line-height: 1;
}
.jitheme_widget_padding{
    padding:10px 20px;
    /*background-image: url(../img/uisdc-widget-news.jpg);*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.jitheme-jb-btn{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: var(--key-color) !important;
    text-align: center;
    padding: 5px 10px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid var(--main-border-color);
    border-radius: 4px;
    text-transform: uppercase;
    z-index: 1;
}

.jitheme-jb-btn:hover{
  color: #fff !important;
  /*box-shadow: 0 20px 30px rgb(211, 220, 232, 0.8);*/
}

.jitheme-jb-btn:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 4px;
  z-index: -1;
  transition: all 500ms ease;
}

.jitheme-jb-btn:hover:before{
  width: 100%;
}

.jitheme-jb-btn:after{
  position: absolute;
  content: '';
  height: 32px;
  width: 26px;
  top: 2px;
  right: 2px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 60% 0%);
  opacity: 0.2;
  z-index: -1;
}
.jitheme-jb-btn:after{
	background:var(--b2color);
}

.jitheme-jb-btn:before{
	background: var(--b2color);
}

.jitheme-jb-btn:hover{
	border-color: var(--b2color);
}

.jitheme-widget-btn a:hover {
    /* background: var(--b2color); */
    /* color: #FFF!important; */
}
#jitheme-widget-ask a:hover,#ji-widget-zt  a:hover{
    color: var(--b2color);
}
#jitheme-widget-ask .item-meta ,#ji-widget-zt .item-meta{
    font-size: 13px;
    color: #b5b5b5;
}
/*推荐专题小工具*/
#ji-widget-zt .widget-post-small{
    margin-bottom: 22px;
    overflow: hidden;
}
#ji-widget-zt .widget ul li.widget-post-small h2{
    font-size: 14px;
}
#ji-widget-zt .widget-post-small .b2-widget-post-thumb{
    display: flex;
    width: 100%;
    flex-flow: row-reverse;
}
#ji-widget-zt .b2-widget-post-thumb-img{
   position: relative;
   left: auto;
   width: 120px;
   height: 75px;
   margin-left:12px;
   top:0;
}
#ji-widget-zt .widget-post-small .b2-widget-post-thumb-img{
    -webkit-transition: all .3s;
    transition: all .3s;
}
#ji-widget-zt .widget-post-small:hover{
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
     -webkit-transition: all .3s;
    transition: all .3s;
}
#ji-widget-zt .widget-post-small .b2-widget-post-order {
    display: none;
}
#ji-widget-zt .widget-post-small .b2-widget-post-title{
    flex: 1;
    padding-left: 0;
    font-size: 14px;
}
#ji-widget-zt .index-num {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    line-height: 25px;
    margin-left: -25px;
    font-size: 30px;
    font-family: Impact;
    color: var(--b2color);
}
#ji-widget-zt .widget-post-small .b2-widget-post-title {
    padding-left: 2vh;
}
#ji-widget-zt .widget-post-small .b2-widget-post-title time {
    position: unset;
    left: unset;
    bottom: unset;
}
#ji-widget-zt .b2-widget-post-thumb-img {
    margin-left: 5vh;
}
#ji-widget-zt .widget-post-small h2 {
    font-size: 15px;
    -webkit-line-clamp: 1;
    font-weight: 600;
    margin-bottom: 15px;
}
#ji-widget-zt .index-num {
    margin-top: -15px;
    line-height: 25px;
    margin-left: 0px;
}
#ji-widget-zt .widget-post-small .b2-widget-post-title {
    font-size: 12px;
}
#ji-widget-zt .b2-widget-post-thumb-img {
    width: 100px;
    height: 61px;
}
#ji-widget-zt .b2-widget-post-title {
    padding-left: 93px;
    height: 61px;
}
#ji-widget-zt .widget-post:hover .b2-widget-post-title h2{
    text-decoration: unset;
}
#ji-widget-zt .widget-post:hover .item-btn{
    display: block;
    text-decoration: none;
    transition: all .2s;
}
#ji-widget-zt .item-btn {
    height: 25px;
    display: none;
    line-height: 25px;
    position: absolute;
    bottom: 0;
    font-size: 12px;
    padding: 0 10px;
    font-weight: 500;
    background-color: var(--b2color);
    color: #fff !important;
}
#ji-widget-zt  ul li {
   padding: 0px;
   
}
/*热门问答*/
#jitheme-widget-ask .t-item{
    margin-bottom: 15px;
}
#jitheme-widget-ask .item-widget{
    display: block;
    padding-left: 30px;
    position: relative;
}
#jitheme-widget-ask .item-index{
    font-size: 128.57142857%;
    position: absolute;
    left: 0;
    top: -0.14285714em;
    display: block;
}
#jitheme-widget-ask .item-title{
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    max-height: 55px;
    overflow: hidden;
    margin-bottom: 10px;
}
#jitheme-widget-ask .item-meta{
    font-size: 12px;
    color: #b5b5b5;
    font-weight: normal;
}
#jitheme-widget-ask .t-item .jitheme {
    font-size: 20px;
}
#jitheme-widget-ask .t-item:nth-child(1) .jitheme {
    color: #e20000;
}
#jitheme-widget-ask .t-item:nth-child(2) .jitheme {
    color: #ff6000;
}
#jitheme-widget-ask .t-item:nth-child(3) .jitheme {
    color: #f90;
}
#jitheme-widget-ask .t-item:nth-child(n+4) .jitheme {
   color: #c1c1c1;
}
/*极主题-作者面板*/
.ji-widget-author  {
    background-image: url(https://image.uisdc.com/wp-content/uploads/2021/05/uisdc-widget-news.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.ji-widget-author .w-a-info .avatar {
    width: 80px;
    height: 80px;
    border-radius: 80px;
}
.ji-widget-author .ji_author_btn{
    border: none;
    line-height: 30px;
    font-size: 13px;
    border-radius: 4px;
    /* padding: 5px; */
    padding: 20px 0px 10px 0px;
    margin: 0 -5px;
    text-align: center;
    justify-content: space-around;
    display: flex;
}
.ji-widget-author .button{
    border: none;
    width: calc(100% * 1 / 3.001 - 10px);
    padding: 0px 5px;
}
.ji-widget-author .button i{
    vertical-align: -2px;
    margin-right: 6px;
}
.ji-widget-author  .user-w-logon {
    background-image: unset;
}
.ji-widget-author  .b2-widget-title h2,.ji-widget-author .widget > h2 {
    font-size: 16px;
    padding: 10px 0px 20px;
    font-weight: 600;
    line-height: 1;
}
.ji-widget-author .author-widget-content {
    padding: 0px;
}
.ji-widget-author .w-a-info{
    flex-flow: column;
}
.ji-widget-author .w-a-info .picture img{
    border-radius: 50%;
    width:54px;
    height: 54px;
    margin-bottom: 6px;
}
.ji-widget-author .w-a-info p{
    color:var(--key-color);
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 8px;
}
.ji-widget-author .w-a-info img {
    margin-right: 0px;
}
.ji-widget-author .w-a-name{
    text-align: center;
}
.ji-widget-author .w-a-count{
    background: var(--body-bg-color);
}
.ji-widget-author .w-a-count div{
    position: relative;
}
.ji-widget-author .w-a-count div::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0; 
    width: 0;
    height: 100%; 
    border-right: 1px solid var(--body-bg-color);
    opacity: .2;
}
.ji-widget-author .w-a-count div:last-child::after{
    display: none;
}
.ji-widget-author .w-a-post-list a{
    margin-bottom: 8px;
    font-size: 13px;
}
.ji-widget-author .w-a-post-list span{
    opacity: 1;
}
.ji-widget-author .widget-mission-footer a{
    padding: 0;
   border:none;
   background: var(--b2color);
   line-height: 30px;
   color: #fff;
   font-size: 14px;
   width: 60%;
   margin:0 auto;
   border-radius: 4px;
}
.ji-widget-author .b2-widget-box {
    position: relative;
    padding-bottom: 0px;
}
/*极主题文章聚合*/
/*文章聚合-无图模式*/
.widget-post:hover .b2-widget-post-title h2 {
    text-decoration: none !important;
    color: var(--b2color);
}

.b2-widget-hot ul .widget-post:hover {
    background: var(--b2lightcolor);
    cursor: pointer;
}
.ji-widget-post .widget-area section {
    margin-bottom: 0;
    padding-bottom: 24px;
}

.ji-widget-post .b2-widget-hot ul li:hover,
.ji-widget-post .b2-widget-hot ul li:hover .b2-radius {
    color: var(--b2color);
    opacity: 1;
}
.ji-widget-post .b2-widget-post-order {
    left: unset;
}
.ji-widget-post .widget-post-none .b2-widget-post-order {
    background-color: rgba(0,0,0,0) !important;
}

.ji-widget-post .b2-widget-post-order:after {
    display: none;
}

.ji-widget-post ul li:last-child {
    margin-bottom: 0;
}
.ji-widget-post .widget-post-big{
    margin-top: 0px;
}
.ji-widget-post .widget-post-big{
    font-size: 14px;
    padding: 0px 16px 16px 16px;
}
.ji-widget-post .widget-post-big:first-child{
    padding-top:16px
}
.ji-widget-post .widget ul li h2 {
    font-size: 15px;
}

.ji-widget-post .b2-widget-post-title h2 {
    line-height: 19px;
}

.b2-widget-hot li.widget-post-none, .ji-widget-post .b2-widget-hot li.widget-post-small {
    padding: 0;
    height: auto;
    margin-bottom: 20px;
}

.ji-widget-post .widget-post-none span {
    font-size: 36px;
    width: auto;
    opacity: .5;
    font-size: 30px;
    font-family: Impact;
}
.ji-widget-post li:hover {
    background: var(--b2lightcolor);
    cursor: pointer;
}
.ji-widget-post li:hover .b2-widget-post-order span {
    color:var(--b2color);
    opacity: 1;
}
.ji-widget-post .widget-post-none {
    font-size: 13px;
    padding:  16px 16px 8px 16px;
    box-sizing: border-box;
}
.ji-widget-post .widget-post-none .b2-widget-post-title {
    padding-left: 55px;
}

.ji-widget-post .b2-widget-post-order {
    top: 25px;
}
/*文字聚合模块 有图模式*/
.ji-widget-post .module-posts .b2-widget-hot ul li:hover,
.ji-widget-post .module-posts .b2-widget-hot ul li:hover .b2-radius {
    color: var(--b2color);
    opacity: 1;
}

.ji-widget-post .module-posts .widget-post-none .b2-widget-post-order {
    background-color: rgba(0,0,0,0) !important;
}

.ji-widget-post .module-posts .b2-widget-post-order:after {
    display: none;
}

.ji-widget-post .module-posts .widget-post-small .b2-widget-post-order {
    display: none;
}

.ji-widget-post .b2-widget-post-title time {
    font-size: 12px;
    color: #bcbcbc;
    margin-top: 10px;
}

.ji-widget-post .widget-post-small .b2-widget-post-title time {
    /* position: absolute; */
    /* left: 0; */
    /* bottom: 0; */
}

.ji-widget-post .module-posts .widget ul li.widget-post-small + li.widget-post-small {
    margin-top: 0;
}
.ji-widget-post .widget ul li.widget-post-small h2 {
    font-size: 14px;
}

.ji-widget-post .widget-post-small .b2-widget-post-thumb {
    display: flex;
    width: 100%;
    flex-flow: revert;
}

.ji-widget-post .b2-widget-post-thumb-img {
    position: relative;
    left: auto;
    width: 90px;
    height: 64px;
    margin-right: 12px;
    top: 0;
}

.ji-widget-post .widget-post-small .b2-widget-post-thumb-img {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.ji-widget-post .widget-post-small:hover {
     color:var(--b2color);
    cursor: pointer;
}

.ji-widget-post .widget-post-small .b2-widget-post-order {
    display: none;
}

.ji-widget-post .widget-post-small .b2-widget-post-title {
    flex: 1;
    padding-left: 0;
    font-size: 14px;
    line-height: 22px;
}
/*大图模式*/
.ji-widget-post .widget-post-big .b2-widget-post-title {
    position: absolute;
    bottom: -64px;
    left: 0;
    width: 100%;
    text-decoration: none;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    color: #fff;
    background: #000;
    background: rgba(0,0,0,0.6);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.ji-widget-post .widget-post-big:hover .b2-widget-post-title {
    bottom: 0;
}

.ji-widget-post .widget-post-big:hover .b2-widget-post-title .b2timeago {
    display: none;
}
/*用户中心*/
.ji-widget-user .user-w-announcement li {
    padding: 8px 20px;
}
/*推荐圈子小工具美化*/
.b2-widget-hot-circle .b2-widget-title button.picked {
    color:var(--b2color);
    background: #fff;
}

.b2-widget-hot-circle .b2-widget-title button{
    background: var(--body-bg-color);
    margin: 0;
    padding: 16px;
    font-size: 14px;
}
.b2-widget-hot-circle .b2-widget-title button.picked:before{display:none}
.b2-widget-hot-circle .b2-widget-title h2{margin:0}
.widget-circle-icon a img{
     width: 90%;
    height: 90%;
}
.b2-widget-circle-info .user-w-announcement li {
    padding: 16px 8px;
    border: 0;
}

.circle .po-topic-textarea textarea:focus{border: 1px solid #ff36570}

.topic-image-box .img-list-more li > div{padding-top:64% !important}
.img-list-more li {
    width: 32%;
    padding: 5px;
    background: var(--fill-3);
    margin-right: 1%;
}
/*小工具集合*/
.jitheme-widget-pl,.jitheme-widget-user,.widget_tag_cloud, .b2-widget-newsflashes{
    padding: 20px;
    padding-top: 0px;

}

/*最新评论*/
.comment-widget-nav span {
    background-color:var(--body-bg-color);
    border-radius: 50%;
    color:  var(--b2color);
}
.comment-widget-nav span i {
    font-size: 25px!important;
}
.jitheme-widget-pl ul li:last-child {
    padding-bottom: 0;
}
.jitheme-widget-pl .comment-widget-nav {
    right: 20px;
    top: 15px;
}
.jitheme-widget-pl .b2-widget-title h2 ,.b2-widget-newsflashes .b2-widget-title h2 {
    padding: 0;
    margin-bottom: 10px;
    padding-bottom: 20px;
    font-size: 20px;
}
.jitheme-widget-pl ul li {
    font-size: 13px;
    padding: 0px 0px 16px 0px; 
    box-sizing: border-box;
}
.jitheme-widget-pl .b2-widget-title h2, .widget > h2, .b2-widget-newsflashes .b2-widget-title h2 {
    padding: 15px 0px;
}
/*圈子信息*/
.b2-widget-hot-circle.box{
    background-color: #fff;
    box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
}
.user-money, .user-credit {
    text-shadow: unset;
    color: var(--key-color);
}
/*积分排行*/
/*标签页*/
.widget_tag_cloud > div {
    padding: 0px;
}
.widget .tagcloud a {
    padding:6px;
}
/*快讯*/
.b2-widget-newsflashes ul li {
    font-size: 13px;
    padding: 0px 0px 16px 0px;
    padding-bottom: 16px;
    box-sizing: border-box;
}
.widget-newsflashes-box ul::before {
    content: '';
    width: 1px;
    position: absolute;
    left: 2px;
    top: 26px;
    bottom: 70px;
}
 .b2-widget-newsflashes{
    padding-bottom: 0px; 
 }
 /*用户中心*/
 .user-sidebar-count li {
    background-color: var(--body-bg-color);
    border: 5px solid var(--body-bg-color);
    color: var(--key-color);
}
 /*积分排行*/