@charset "utf-8";
.con-tbl th{width:140px}
.con-tbl  td img{margin:0px !important;padding:0 5px !important;}
.td_name{width:140px !important;}

#bo_list .bo_tit{width:450px !important;}
#bo_v_title{padding-bottom:30px}

.bo_v_cate2, .cs_state{background:#1C75BC;color:#fff;padding:5px 15px;text-align:center;font-weight:normal;font-size:11pt;border-radius:20px}
.cs_state{font-size:10pt}

#bo_w td label{margin-right:20px}

.agree-box{border-top:1px dashed #ddd;padding-top:30px;letter-spacing:-1px}

.serv_btn {
    float: left;
    transition: all .3s ease;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 5em;
}

.state_on {
    color: #fff !important;
    line-height: 1;
    padding: 15px 40px;
    border-radius: 2px;
    background: #1c75bc;
    margin: 40px auto;
}

.state_off {
    color: #777 !important;
    line-height: 1;
    padding: 15px 40px;
    border-radius: 2px;
    background: #ddd;
    margin: 40px auto;
}