.dsic_table{width:100%;border-collapse: collapse;border-right: 1px solid #d9d9d9;


}
.dsic_table th{font-weight: bold;color: #333;padding: 15px 0;text-align: center;border-top: 1px solid #d9d9d9;border-left: 1px solid #d9d9d9;border-bottom: 1px solid #d9d9d9;background: #f3f3f3;}
.dsic_table td {color: #666;border-bottom: 1px solid #d9d9d9;border-top: 1px solid #d9d9d9;padding: 10px;text-align: center;border-left: 1px solid #d9d9d9;box-sizing: border-box;word-break: break-all;background: #fff;}
.wrap_table{padding:20px 120px;min-height: 60vh;}
.btn_comm {width: 220px;height: 60px;font-size: 18px;display: block;margin: 0 auto;background: #4d87ef;color: #fff;text-align: center;-webkit-appearance: none;border: 0 none;}

i{
color:#fff;
font-weight:bold;
}

.dgitable {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}
 
.dgitable tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
 
.dgitable td, .dgitable th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}
.dgitable th {
text-align:center;
}
 
.dgitable th {
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
    background-image: -webkit-linear-gradient(top, #eee, #eee);
    background-image:    -moz-linear-gradient(top, #eee, #eee);
    background-image:     -ms-linear-gradient(top, #eee, #eee);
    background-image:      -o-linear-gradient(top, #eee, #eee);
    background-image:         linear-gradient(top, #eee, #eee);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
 
.dgitable td:first-child, .dgitable th:first-child {
    border-left: none;
}
 
.dgitable th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
 
.dgitable th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}
 
.dgitable th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
 
.dgitable tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}
 
.dgitable tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
 
 