@media all {    .rbm-compareContent {        margin-bottom: 70px;        overflow-x: auto;    }    .compare_goods {        width: inherit;        margin-bottom: 70px;        background-color: #ffffff;    }    .compare_goods:last-child {        margin-bottom: 0;    }    .compare_goods .select_compare {        color: #ff0000;    }    .compare_goods td,    .compare_goods th {        border-top: 1px solid #bbb !important;        max-width: 300px;        min-width: 300px;        width: 300px;    }    .compare_goods img {        width: 100px;    }    .compare_goods h3 a {        color: #333333;    }    .compare_goods h3 a:hover {        opacity: .7;    }    .compare_goods .glyphicon-remove-circle {        font-size: 15px;        margin-left: 10px;        opacity: .5;        cursor: pointer;    }    .compare_goods .glyphicon-remove-circle:hover {        opacity: 1;    }    .compare_goods_fixed {        position: fixed;        top: -1px;        background-color: #ffffff;        visibility: hidden;        width: 1140px;        overflow: hidden;    }    .compare_goods_fixed table {        width: initial !important;    }    .compare_goods_fixed table th {        max-width: 300px;        min-width: 300px;        width: 300px;    }}@media (max-width: 1199px) {    .compare_goods_fixed {        width: 910px;    }}