#jitheme_ask .ask-bar {
    padding: 10px 20px 0px 0px;
    margin-bottom: 8px;
    font-weight: 500;
    background-color: #eee;
}
#jitheme_ask .ask-bar .picked {
    background: rgb(255 255 255);
    color: var(--b2color);
}

#jitheme_ask .ask-bar span {
    padding: 10px 20px;
    margin-right: 0px;
}
#jitheme_ask i{
    padding-right:10px
}
#jitheme_ask .ask-bar .picked {
    border-bottom: 5px solid #ffffff;
}
#jitheme_ask .ask-bar .button {
    padding: 5px 10px;
    margin-bottom: 8px;
    background-color: var(--b2color);
    color: #fff!important;
}
#jitheme_ask .ask-search-box {
    padding: 16px 20px;
}
#jitheme_ask .ask-search-input {
    width: 240px;
}
#jitheme_ask .ask-search-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#jitheme_ask .ask-search-input button {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--b2lightcolor);
    color: var(--b2color);
    font-size: 13px;
    padding: 8px 12px;
}
#jitheme_ask  input {
    background: #fff;
    font-size: 14px;
    border-radius: 4px;
    padding: 8px;
}
.jitheme_ask .ask-thumb {
     width: 150px; 
    height: 78px;
    display: block;
    border-radius: 6px;
    overflow: hidden;
    margin-left: 16px;
}
.jitheme_ask .ask-item + .ask-item{
    border-top: 1px solid var(--main-border-color);
}
.jitheme_ask .ask-desc {
    -webkit-line-clamp: 1;
}
.jitheme_ask .answers.is {
    color: var(--b2color);
    background: var(--b2lightcolor);
}
.jitheme_ask .ask-item {
    width: 100%;
    padding: 20px;
}
.jitheme_ask .ji-ask-avatar img{
    width: 20px;
    height: 20px;
    background-color: #f5f6f7;
    border-radius: 100%;
    margin-right: 10px;
    overflow: hidden;  
}
.jitheme_ask .answers {
    display: inline-block;
    padding-top: 3px;
    width: 60px;
    height: 60px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 3px;
    color: #555;
    background: rgb(240 244 245);
    border: none;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    margin-right: 10px;
}
.jitheme_ask .ask-reward-pay-left {
    text-align: left;
    padding-left:10px;
    line-height: 1.1;
}
.jitheme_ask .ask-item-top {
    width: 100%;
    margin-bottom: 0px;
}
.jitheme_ask .ask-pay-number {
    color: #ff3355;
    justify-content: left;
}
.jitheme_ask .ask-inv-box {
    margin-top: 0px;
    opacity: 1;
    padding: 5px 10px;
}
.jitheme_ask .ask-item-info .b2flex {
    margin-bottom: 20px;
}
.jitheme_ask .ask-tags{
    display: flex;
}
.jitheme_ask .ask-tags .ask-user{
    margin-right: 16px;
}
.jitheme_ask .answers small {
    display: block;
    font-size: 13px;
    line-height: 25px;
}
.jitheme_ask .answers p {
    line-height: 30px;
    font-size: 20px;
}
.jitheme_ask .ask-title {
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 10px;
}
.jitheme_ask b {
    font-weight: 500;
}
.jitheme_ask .ask-item-info {
    margin-bottom: 10px;
}
.jitheme-ask-list .answer-best {
    color: var(--b2color);
    background: var(--b2lightcolor);
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    border-radius: 6px;
    border: 1px solid var(--b2lightcolor);
    display: inline-flex;
    align-items: center;
}
.jitheme-ask-list .answer-best i{
    color: var(--b2color);
    padding-right: 10px;
}