.UICompare {
    width: 1200px;
    margin: 20px auto 30px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}
.UICompare *{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.UICompare .title-page{
    display:block;
    margin:20px 0;
    font-size:18px;
}
.UICompare .container {display: inline-block;width: 100%;}
.UICompare .tbl-compare-info{
    position:relative;
    overflow:hidden;
    clear:both;
}
.UICompare .tbl-compare,.UICompare .tbl-compare-info table{
    border:solid 1px #ccc;
    border-collapse:collapse;
    float:left;
    width: 100%!important;
}
.UICompare .tbl-compare td,.UICompare .tbl-compare-info table td{
    border:solid 1px #ddd;
    padding:10px;
}
.UICompare .tbl-compare .title-group {
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
}
.UICompare .tbl-compare tr td:first-child,.UICompare .tbl-compare-info table tr td:first-child{
    width:250px !important;
}
.UICompare .tbl-compare .item-pro{
    text-decoration:none;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.UICompare .tbl-compare .item-pro .name{
    font-weight:bold;
    font-size:18px;
    color:#333;
    margin:8px 0;
}
.UICompare .tbl-compare .item-pro .price {
    color:#e00;
    font-weight:bold;
    font-size:16px;
}
.UICompare .tbl-compare .item-pro img{
    height: 290px;
    width: 390px;
    display:block;
    margin: 20px auto;
    object-fit: cover;
}
.UICompare .tbl-compare .title-group{
    background:#eee;
}
.UICompare .tbl-compare-info table:nth-child(2){
    border-left: 0;
    margin-left: -1px;
    position: absolute;
    right: 0;
    top: 0;
}
.UICompare .tbl-compare-info table:nth-child(2) tr td:first-child{
    display:none;
}
.UICompare .tbl-compare-info table:nth-child(2) td{
    border-left:none !important;
}
.UICompare .tbl-compare-info table:nth-child(2) .title-group td {
    color: #eee;
}


.UICompare .tbl-compare-info table:nth-child(2) .title-att-mobile{
    color:#fff;
}