.wrap_compare .head h2{
    display: inline-block;
    font-size: 35px;
}
.wrap_compare .head{
    margin-bottom: 15px;
}
.wrap_compare .head a{
    float: right;
    color: #999999;
    padding-top: 10px;
    font-size: 15px;
}
.wrap_compare .table-bordered > tbody > tr td:first-child{
    width: 150px;
}
.wrap_compare .table-bordered > tbody > tr > td{
    border-color: rgb(255 255 255 / 0%);;
}
.wrap_compare .table-bordered > tbody > tr td {
    /*border-bottom: 1px solid #77a3f3;*/
    padding: 15px;
    border: none;
}
.wrap_compare {
    width: 100%;
    clear: both;
    overflow-x: scroll;
}
.wrap_compare .table_container table{
    min-width: 600px;
    table-layout: fixed;
    border: none;
}
/*.wrap_compare .table_container table tr{*/
/*border-bottom: 1px solid #77a3f3;*/
/*}*/
.wrap_compare tr td {
    position: relative;
}
.wrap_compare td.item{
    background: #d0dcec;
    /*border-right: solid 5px #fff0;*/
}
.wrap_compare .col-first td{
    position: relative;
    text-align: center;
}
.wrap_compare .col-first a span{
    display: block;
    margin-top: 20px;
    font-weight: bold;
}

.wrap_compare .col-first a img{
    max-width: 150px;
    margin-top: 20px;
}
.wrap_compare .col-first .remove{
    position: absolute;
    top: -5px;
    right: 5px;
    padding: 5px;
    font-weight: bold;
    color: #949494;
    font-size: 20px;
}
.wrap_compare tr td.item:after {
    content: "";
    background: #fff;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.wrap_compare tr td.item:last-child::after{
    display: none;
}

.wrap_compare tr td:before{
    content: "";
    position: absolute;
    width:100%;
    height: 1px;
    background: #77a3f3;
    bottom: 0;
    z-index: 11111111111;
    left: 0;
}
.wrap_compare .col-first .remove img{
    margin-top: 0;
    margin-right: 5px;
    max-width: 15px;
}
@media only screen and (min-width: 650px) {
    .wrap_compare {
        overflow-x: hidden;
    }
}
