.assem_con table{
    width: 100%;
}
.assem_con table thead tr{
    height: 50px;
    border-width: 1px;
    border-color: rgb( 228, 228, 228 );
    border-style: solid;
    background-color: rgb( 242, 242, 242 );
}
.assem_con table thead th{
    font-size: 16px;
    color: rgb( 22, 21, 21 );
    font-weight: bold;
    padding: 0px 10px;
}
.assem_con table thead th:last-child{
    text-align: center;
}
.assem_con table tbody tr{
    height: 60px;
}
.assem_con table tbody tr>td{
    font-size: 16px;
    color: rgb( 91, 91, 91 );
    padding: 0px 10px;
}
.assem_con table tbody tr>td:first-child,
.assem_con table tbody tr>td:last-child{
    text-align: center;
}

.ass_w1{
    width: 40px;
}
.ass_w2{
    width: 150px;
}
.ass_w3{
    width: 90px;
}
.ass_w4{
    width: 140px;
}
.ass_w5{
    width: 270px;
}
.ass_w6{
    width: 190px;
}
.pros_name{
    font-size: 16px;
    color: rgb( 0, 84, 166 );
    font-weight: bold;
}
.progress{
    width: 241px;
    height: 33px;
    background-color: rgb( 231, 237, 244 );
    border-radius: 20px;
    position: relative;

}
.progress-done{
    background-color: rgb( 121, 168, 224 );
    height: 100%;
    border-radius: 20px;
    /*border-top-right-radius: 0;
    border-bottom-right-radius: 0;*/
    line-height: 33px;
    text-align: left;
}
.progress-done>span{
    font-size: 16px;
    color: rgb( 57, 57, 57 );
    padding-left: 10px;
}
.status_btnbox{
    text-align: center;
    font-size: 0;
}
.status_btn{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
}
.status_btn:last-child{
    margin-right: 0;
}
.status_btn>a{
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
    padding: 0px 12px;
    height: 30px;
    font-size: 16px;
    color: rgb( 255, 255, 255 );
    text-align: center;
    line-height: 30px;
    
}

.join_in{
    border-color: rgb( 48, 184, 74 );
    background-color: rgb( 48, 184, 74 );
}
.share{
    border-color: rgb( 225, 177, 30 );
    background-color: rgb( 225, 177, 30 );
}
.status_btn>a:hover,
.status_btn>a.on{
    background-color: rgb( 43, 116, 214 );
    border-color: rgb( 43, 116, 214 );
}
.join_dropbox{
    position: absolute;
    right: 100%;
    top: -20px;
    display: none;
    z-index: 3;
}
.join_drop{
    width: 314px;
    min-height: 180px;
    padding: 24px;
    background-color: #fff;
    margin-right: 20px;
    position: relative;
}
.join_drop::before{
    content: "";
    width: 0;
    height: 0;
    border-width: 10px 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: -20px;
}
.join_drop_top{
    border-bottom: 1px solid rgba( 0, 0, 0, 0.078 );
    padding-bottom: 20px;
    margin-bottom: 15px;
}

  
.joi_tli{
    width: 48%;
    /* display: inline-block;
    vertical-align: middle; */
    text-align: left;
}
.joitit{
    font-size: 16px;
    color: rgb( 22, 21, 21 );
    font-weight: bold;
    margin-bottom: 20px;
}
.joi_inpbox{
    position: relative;
}
.joi_inpbox>input{
    border-width: 1px;
    border-color: rgb( 228, 228, 228 );
    border-style: solid;
    background-color: rgb( 255, 255, 255 );
    width: 100%;
    height: 35px;
    padding: 0px 10px;
    font-size: 16px;
    color: rgb( 61, 61, 61 );
}
.joi_inpbox>span{
    font-size: 16px;
    color: rgba( 0, 0, 0, 0.502 );
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 33px;
}

/*  */
.join_drop{
    box-shadow: 0px 0px 20px 0 rgb(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 20px 0 rgb(0,0,0,0.18);
	-webkit-box-shadow: 0px 0px 20px 0 rgb(0,0,0,0.18);
}
.join_drop_btn>a{
    display: inline-block;
    vertical-align: middle;
    padding: 0px 16px;
    border-width: 1px;
    border-color: rgb( 228, 228, 228 );
    border-style: solid;
    border-radius: 3px;
    background-color: rgb( 242, 242, 242 );
    height: 30px;
    font-size: 14px;
    color: rgb( 0, 0, 0 );
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    margin-left: 10px;
}
