.col0,.col1,.col2,.col3{
    width:30%;
    margin:10px 0;
}

table tr>td{
    padding:10px 0;
}
table tr>td>span{
    font-weight:700;
}

table{
    border:none;
}
.c-tag-flg{
    padding:30px 0 20px 0;
    overflow: hidden;
}
.cc-tag{
    display: none;
}
.c-tag{
    float:left;
    margin:5px 10px 5px 0px;
    width:100px;
    height:38px;
    color:white;
    background:rgb(113,126,142);
    font-size:15px;
    text-align:center;
    line-height:38px;
    border-radius: 19px 0 19px 19px;
    cursor: pointer;
}
.c-tag.active{
    background:rgb(11,91,153);
}
.c-show-footer{
    position: fixed;
    z-index:9999;
    bottom:0;
    left:0;
    width:100%;
    height:80px;
    background:#212E3F;
    text-align:center;
}
.c-show-footer>p{
    
    color:white;
    padding-top:10px;
}
.load-comment{
    margin-bottom:100px;
}

.position-style{
    margin: 5px 0px 5px 0px;
}