.current{
    width: 100%;
    display: flex;
    align-items: center;
}
.current img{
    margin-right: 6px;
}
.current a{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}
.current a.curr{
    color: #00903A;
}

.wrap{
    margin-top: 15px !important;
}
.wrapCon{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 50px;
}
.wrapConL{
    width: 870px;
}

.wrapConR{
    width: 300px;
}
.hotTopic:nth-child(2){
    width: 100%;
    /*margin-top: 40px;*/
}

.demandCon h1{
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    width: 100%;
}
.demandInfo{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.demandInfoImg{
    width: 40px;
    height: 40px;
    background: #F2F2F2;
    border-radius: 50%;
    margin-right: 12px;
    overflow: hidden;
}
.demandInfoImg img{
    width: 100%;
    transition: transform 0.3s ease;
}
.demandInfoImg:hover img{
    transform: scale(1.2);
}
.demandInfo h3{
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    margin-right: 12px;
}
.demandInfo span{
    font-weight: 400;
    font-size: 13px;
    color: #666666;
}
.demandInfoText{
    width: 100%;
    margin-top: 25px;
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    line-height: 24px;
}
.demandCon li{
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.demandCon li a{
    width: 75px;
    padding: 5px 0;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    font-weight: 500;
    font-size: 13px;
    color: #666666;
    margin-left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.demandCon li a:hover{
    border: 1px solid #00903a;
}
.demandCon li a img{
    margin-right: 3px;
}
.demandCon li a.zanAnd img{
    width: 15px;
}
.demandCon li a.zanAnd span{
    padding-top: 3px;
    margin-left: 2px;
}
.demandCon li a img.dzShow{
    display: block;
}
.demandCon li a img.dzHide{
    display: none;
}
.demandCon li a.likeSel img.dzShow{
    display: none;
}
.demandCon li a.likeSel img.dzHide{
    display: block;
}

.comment{
    width: 100%;
    margin-top: 30px;
}
.comment h3{
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    display: flex;
    align-items: center;
}
.comment h3 i{
    display: block;
    width: 4px;
    height: 16px;
    background: #00903A;
    border-radius: 2px;
    margin-right: 10px;
}
.comment textarea{
    width: 100%;
    height: 145px;
    margin-top: 15px;
    border-radius: 4px;
    border: 1px solid #EBEBEB;
    padding: 12px;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    outline: none;
}
.comment textarea::placeholder{
    font-size: 14px;
    color: #999999;
}
.comment li{
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: end;
}
.comment li input{
    padding: 5px 10px;
    background: #00903A;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    border: 1px solid #00903A;
    cursor: pointer;
}
.comment li input:hover{
    border: 1px solid #00903A;
    color: #00903A;
    background-color: transparent;
}

.comCon{
    width: 100%;
    margin-top: 50px;
}
.eveComment{
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #EBEBEB;
    display: flex;
    justify-content: space-between;
}
.eveComment:last-child{
    border-bottom: unset;
}
.comImg{
    width: 40px;
    height: 40px;
    background: #F2F2F2;
    border-radius: 50%;
}
.comImg img{
    width: 100%;
    border-radius: 50%;
}
.eveComment li{
    width: 813px;
}
.eveComment li h3{
    width: 100%;
    font-weight: 400;
    font-size: 17px;
    color: #333333;
    margin-bottom: 10px;
}
.eveComment li span{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}
.eveComment li p{
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    margin-top: 15px;
}

.ui-toast{
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    padding: 1px 16px;
    background: rgba(0,0,0,0.8);
    opacity: 0.8;
    color: #FFFFFF;
    border-radius: 6px;
    position: fixed;
    z-index: 10002;
    top: 30%;
    left: 50% !important;
    transform: translateX(-50%);
    font-size: 14px;
    display: none;
}



.fixedBtn{
    margin-bottom: 20px;
}
.fixedBtn a {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding: 10px 20px;
    background: #00903A;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #00903a;
}
.fixedBtn a:hover{
    border: 1px solid #00903A;
    color: #00903A;
    background-color: transparent;
}
.signList{
    width: 100%;
    margin-top: 30px;
}
.signList h3{
    width: 100%;
    font-weight: bold;
    font-size: 18px;
}
.signList table{
    width: 100%;
}
/*table滚动时固定表头*/
.signList thead{
    position: -webkit-sticky; /* 为Safari提供支持 */
    position: sticky;
    top: 0; /* 'top'值决定它距离顶部的距离 */
    background-color: #fff; /* 设置背景颜色以覆盖滚动内容 */
    z-index: 1;
}
.signupList{
    width: 100%;
    max-height: 673px;
    overflow-y: scroll;
    margin-top: 20px;
}
.signupList::-webkit-scrollbar{
    width: 8px !important;
    height: 8px !important;
    display: block !important;
}
.signupList::-webkit-scrollbar-thumb{
    background-color: rgba(40,44,52,.1);
    border: 3px solid transparent;
    border-radius: 7px
}
.signupList::-webkit-scrollbar-thumb:hover{
    background-color: rgba(40,44,52,.2)
}

.signList table th,
.signList table td{
    text-align: center;
    font-size: 14px;
    padding: 6px;
}
.signList table td a img{
    width: 20px;
}
.signList table td a:first-child img{
    width: 21px;
    margin-right: 8px;
}
.sign_page{
    text-align: center;
    margin-top: 15px;
}

.bm_form{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.bm_form table{
    width: 90%;
}
#dform{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 550px;
    background-color: #fff;
    border-radius: 5px;
}
.bm_formBox{
    width: 100%;
    padding: 40px 30px 30px;
    position: relative;
}
.bm_formBox h3{
    width: 32px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.bm_formBox h3 img{
    width: 100%;
    cursor: pointer;
}
.bm_formBox ul{
    width: 100%;
    display: flex;
    font-size: 15px;
    margin-bottom: 15px;
}
.bm_formBox ul:last-child{
    margin-bottom: 0;
}
.bm_formBox ul li{
    width: 100px;
    line-height: 30px;
}
.bm_formBox ul li em,
.bm_formBox ul p span{
    color: red;
}
.bm_formBox ul p{
    width: 80%;
    font-size: 15px;
}
.bm_formBox ul p.signupDem{
    line-height: 30px;
}
.bm_formBox ul p input[type="text"]{
    width: 260px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 6px;
    font-size: 15px;
}
.bm_formBox ul p.radioCon{
    display: flex;
    line-height: 30px;
    align-items: center;
}
.bm_formBox ul p.radioCon input{
    width: auto;
    margin-right: 5px;
}
.bm_formBox ul p.radioCon label{
    margin-right: 15px;
}
.bm_formBox ul p textarea{
    width: 260px;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px;
    font-size: 15px;
}
.bm_formBox ul p.submitBtn{
    display: flex;
    margin-top: 15px;
}
.bm_formBox ul p.submitBtn input{
    padding: 4px 15px;
    border-radius: 3px;
    margin-right: 15px;
    cursor: pointer;
    background-color: #00903a;
    color: #FFFFFF;
    border: 1px solid #00903A;
}
.bm_formBox ul p.submitBtn input:hover{
    border: 1px solid #00903A;
    color: #00903A;
    background-color: transparent;
}
.bm_formBox ul p span{
    font-size: 14px;
    margin-left: 10px;
}
.bm_formBox ul p span img{
    width: 14px;
    height: 14px;
}



/*交谈详情*/
.mCon{
    width: 100%;
    margin-top: 30px;
}
.eveReply{
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
}
.club_avatar{
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.club_avatar img{
    width: 100%;
    border-radius: 50%;
}
.club_show{
    width: 94%;
}
.club_tit{
    width: 100%;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.club_tit ul{
    width: 50%;
    display: flex;
    align-items: center;
}
.club_show ul li{
    font-size: 16px;
}
.club_show ul span.f_r{
    font-size: 13px;
    margin-left: 10px;
}
.club_show ul span.f_r a{
    margin-left: 20px;
}
.club_show ul span.f_r a img{
    width: 17px;
}
.club_show ul span.f_r a:hover{
    color: #00903A;
}
.eveReply .content{
    width: 100%;
    margin-top: 12px;
}
.eveReply .content li{
    color: #999;
    margin-bottom: 10px;
}

.replyCon{
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.replyCon ul{
    width: 50px;
}
.replyCon ul li{
    font-size: 16px;
}

.commBox{
    width: 95%;
}
.repQuote{
    width: 100%;
}
.quote_info{
    color: #999999;
    margin-bottom: 15px;
}
.repQuote textarea{
    width: 100%;
    height: 120px;
    color: #555;
    font-size: 14px;
    border: #ccc 1px solid;
    padding: 3px 10px;
    outline: none;
}
.club_with{
    text-align: center;
    float: left;
    padding: 4px 15px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #00903a;
    color: #FFFFFF;
    border: 1px solid #00903A;
    margin-top: 15px;
}
.club_with:hover{
    border: 1px solid #00903A;
    color: #00903A;
    background-color: transparent;
}