.hotCx {
    background: #fff;
    border-top: 1px solid #ddd;
}

.hotCx h3 {
    font-size: 16px;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.hotCx .carGroup {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.hotCx .carGroup a {
    width: 33%;
    display: inline-block;
    margin: 15px 0 10px 10px;
    text-align: center;
}

.hotCx .carGroup a:last-child {
    margin-right: 15px;
}

.hotCx .carGroup a span {
    font-size: 14px;
    padding-top: 9px;
    display: block;
}

.brand-list {
    background: #fff;
}

.brand-list .tt-small {
    height: 39px;
    line-height: 39px;
    background: #f9f9f9;
    color: #828282;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.brand-list .tt-small span {
    color: #333;
    padding: 0 24px;
    font-size: 14px;
}

.brand-list .box {
    padding: 0 15px;
}

.brand-list li {
    padding: 2px 0;
    overflow: hidden;
    border-bottom: 1px solid #E2E2E2;
}

.brand-list li:last-child {
    border: none;
}

.brand-list li a {
    display: block;
    overflow: hidden;
}

.brand-list .brand-logo {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    margin-right: 15px;
}

.brand-list li .brand-name {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    float: left;
}

.fixed-nav {
    width: 38px;
    font-size: 12px;
    line-height: 16px;
    position: fixed;
    right: 0;
    top: 40px;
    z-index: 99;
}

.fixed-nav.hid {
    visibility: hidden;
}

.fixed-nav a {
    display: block;
    height: 15px;
    line-height: 15px;
    color: #868686;
    text-align: center;
    padding: 0 10px;
}

.brand_alert {
    width: 55px;
    height: 55px;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: block;
    box-sizing: border-box;
    text-align: center;
    z-index: 1000;
}

.brand_alert span {
    font-size: 40px;
    color: #fff;
    line-height: 55px;
}

.pop_cx_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99;
    top: 0;
}

.pop_cx {
    width: 78%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 122;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.pop_cx.in{
    -webkit-animation: sidebar-in 250ms linear both;
    animation: sidebar-in 250ms linear both;
}
.pop_cx.out{
    -webkit-animation: sidebar-out 250ms linear both;
    animation: sidebar-out 250ms linear both;
}

@-webkit-keyframes sidebar-in {
    0% {
        right: -78%;
    }

    100% {
        right: 0
    }
}

@keyframes sidebar-in {
    0% {
        right: -78%;
    }

    100% {
        right: 0
    }
}
@-webkit-keyframes sidebar-out {
    0% {
        right: 0
    }

    100% {
        right: -78%;
    }
}

@keyframes sidebar-out {
    0% {
        right: 0
    }

    100% {
        right: -78%;
    }
}

.pop_cx .pop_cxCont {
    position: relative;
    width: 100%;
}

.pop_cx h3 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ea4b44;
}

.pop_cx h3 span {
    font-size: 18px;
    margin-left: 15px;
}

.pop_cx h3 .close {
    background: url(http://i2.sinaimg.cn/qc/subject/2016/0407/compareSp.png) no-repeat;
    background-size: 83px auto;
    background-position: -24px -23px;
    width: 24px;
    height: 24px;
    margin-top: 8px;
    margin-right: 10px;
    float: right;
}

.pop_cx .zsts {
    display: -webkit-box;
    display: box;
    -webkit-box-pack: center;
    box-pack: center;
    margin-top: 12px;
    margin-bottom: 12px;
}

.pop_cx .zsts a {
    display: block;
    font-size: 14px;
    padding: 8px 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d32d0d;
    color: #d32d0d;
}

.pop_cx .zsts a:first-child {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.pop_cx .zsts a:last-child {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.pop_cx .zsts a.cur {
    color: #fff;
    background: #d32d0d;
}

.pop_cx .conts {

}

.pop_cx .conts h4 {
    font-size: 14px;
    color: #333;
    height: 33px;
    line-height: 33px;
    background: #f9f9f9;
    padding-left: 15px;
    border-bottom: 1px solid #cdcdcd;
}

.pop_cx .conts ul {

}

.pop_cx .conts li {

}

.pop_cx .conts a {
    margin: 15px 0 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cdcdcd;
}

.pop_cx .conts li:last-child a {
    border-bottom: none;
}

.pop_cx .conts a img {
    /*width: 40%;*/
    width: 98px;
}

.pop_cx .conts a img, .pop_cx .conts a .right {
    float: left;
}

.pop_cx .conts a .right {
    margin-left: 10px;
    max-width: 50%;
}

.pop_cx .conts a .right .title, .pop_cx .conts a .right .price {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pop_cx .conts a .right .title {
    color: #333;
    font-size: 15px;
    line-height: 18px;
}

.pop_cx .conts a .right .price {
    color: #d32d0d;
    font-size: 12px;
    margin-top: 8px;
    line-height: normal;
}
.pop_cx .conts a .right .panorama_sign{
    margin-top: 8px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    background: #e94740;
    border-radius: 11px;
    width: 6em;
}