.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: 850px;
}

.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;
    justify-content: space-between;
    margin-top: 20px;
}
.demandInfo_l{
    width: calc(100% - 120px);
    display: flex;
    align-items: center;
}
.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;
}

.regisNow .commBox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.regisNow .commBox .repQuote textarea{
    width: calc(100% - 10px);
    height: 40px;
}
.regisNow .commBox .club_with{
    width: 50px;
    margin-top: 0;
    padding: 10px 0;
}
.regisNow a{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 5px 8px;
    background: #00903A;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid transparent;
}
.regisNow a.ljbm:hover{
    color: #00903A;
    border: 1px solid #00903A;
    background-color: transparent;
}
.regisNow a.hasClose{
    background-color: #A9A9A9;
    border: 1px solid #A9A9A9;
}

.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: 120px !important;
    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%;
}


/*报名列表*/
.joinGroup_con{
    width: 100%;
    margin-top: 30px;
}
.signList h3{
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    display: flex;
    align-items: center;
}
.signList h3 i{
    display: block;
    width: 4px;
    height: 16px;
    background: #00903A;
    border-radius: 2px;
    margin-right: 10px;
}
.signList h3 span{
    font-size: 18px;
}
.signupList{
    width: 100%;
    margin-top: 20px;
}
.eveList{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    /*border-bottom: 1px dashed #ccc;*/
}
.eveList_l{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.eveList_l h1{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.eveList_l h1 img{
    width: auto;
    height: 100%;
    border-radius: 50%;
}
.eveList_l ul{
    width: calc(100% - 65px);
    margin-left: 12px;
}
.eveList_l ul li{
    width: 100%;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.eveList_l ul li span{
    font-size: 16px;
    color: #000;
}
.eveList_l ul li i{
    font-size: 13px;
    color: #999;
}
.eveList_l ul p{
    width: 100%;
    font-size: 13px;
    color: #666;
    margin-top: 6px;
    font-weight: 400;
}
.eveList_l ul p i{
    margin-right: 10px;
}
.eveReply{
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
}
/*.eveReply:last-child{*/
/*    border-bottom: none;*/
/*}*/
.club_avatar{
    width: 35px;
    height: 35px;
    overflow: hidden;
}
.club_avatar img{
    width: 100%;
    border-radius: 50%;
}
.club_show{
    width: calc(100% - 47px);
}
.club_tit{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.club_tit ul{
    width: auto;
    display: flex;
    align-items: center;
    margin-left: 0;
}
.club_show ul li{
    width: auto;
    font-size: 15px;
}
.club_show ul li strong{
    margin-right: 10px;
}
.club_show ul span.f_r{
    font-size: 13px;
}
.club_show ul span.f_r a{
    margin-left: 5px;
}
.club_show ul span.f_r a img{
    width: 15px;
}
.club_show ul span.f_r a i{
    background: unset;
    padding: 0;
}
.club_info i{
    font-size: 13px;
    color: #999;
}
.commBox{
    width: 100%;
    margin-top: 15px;
}
.repQuote{
    width: 100%;
}
.quote_info{
    color: #999999;
    margin-bottom: 15px;
}
.repQuote textarea{
    width: 100%;
    height: 80px;
    color: #555;
    font-size: 14px;
    border: #ccc 1px solid;
    padding: 5px;
    outline: none;
}
.club_with{
    text-align: center;
    float: right;
    padding: 4px 15px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #00903a;
    color: #FFFFFF;
    font-size: 13px;
    border: 1px solid #00903A;
    margin-top: 10px;
}
.club_with:hover{
    border: 1px solid #00903A;
    color: #00903A;
    background-color: transparent;
}

.sign_page{
    text-align: center;
    margin-top: 15px;
    display: none;
}


/*报名表单*/
.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: 350px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 6px;
    font-size: 14px;
}
.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;
    cursor: pointer;
}
.bm_formBox ul p textarea{
    width: 350px;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px;
    font-size: 14px;
    outline: none;
}
.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;
}
.bm_formBox ul p input[type="text"]:hover,
.bm_formBox ul p textarea:hover,
.bm_formBox ul p input[type="text"]:focus,
.bm_formBox ul p textarea:focus{
    border: 1px solid #00903A;
}