﻿/*****************产品列表页商品对比begin********************/
#compare {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    height: 92px;
    left: 0;
    position: fixed;
    z-index: 7780;
    right: 0;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    #compare {
        width: 980px;
    }

    .compare-full {
        width: 978px;
    }
}


@media screen and (min-width: 1028px) {
    #compare {
        width: 1210px;
    }

    .compare-full {
        width: 1188px;
    }
}


.compare-full {
    background: #ffe1c6 none repeat scroll 0 0;
    border: 1px solid #ffd2ab;
    color: #333;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: -32px;
}

    .compare-full a {
        color: #f70;
    }

#compare .top {
    height: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
}


#compare .compareAll .compare-title em {
    color: #fff;
    display: inline-block;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    height: 40px;
    line-height: 20px;
    padding: 20px 0 8px 13px;
    text-align: center;
    vertical-align: middle;
    width: 140px;
}

#compare .top a.compareClear {
    background:url("/images/1_close.png");
    cursor: pointer;
    display: block;
    height: 23px;
    width: 24px;
}

@media screen and (max-width: 1024px) {
    #compare .compareAll {
        height: 100%;
        width: 980px;
    }
}

@media screen and (min-width: 1028px) {
    #compare .compareAll {
        height: 100%;
        width: 1210px;
    }
}



#compare .compareAll .compare-title b {
    background: rgba(0, 0, 0, 0) url("/images/pic.png?20160919") no-repeat scroll -317px -160px;
    display: inline-block;
    height: 57px;
    vertical-align: middle;
    width: 47px;
    display: none;
}


#compare .compareAll ul {
    float: left;
    overflow: hidden;
}



@media screen and (min-width: 1028px) {
    #compare .compareAll li {
        padding: 20px;
        width: 189px;
    }
}

@media screen and (max-width: 1024px) {
    #compare .compareAll li {
        padding: 20px 3px;
        width: 180px;
    }
}

#compare .compareAll li {
    border-bottom: 1px solid #ebebeb;
    border-left: 1px dotted #ebebeb;
    border-top: 1px solid #ebebeb;
    float: left;
    height: 50px;
    position: relative;
}
#compare .compareAll li a
{
    color:#666;
}
    #compare .compareAll li img {
        display: inline;
        float: left;
    }

    #compare .compareAll li p {
        float: left;
        height: 36px;
        line-height: 17px;
        margin: 0 0 0 10px;
        overflow: hidden;
        position: relative;
        width: 123px;
    }



    #compare .compareAll li a.del {
        color: #0081cc;
        display: block;
        position: absolute;
        text-decoration: underline;
        top: 51px;
    }

    #compare .compareAll li p {
        float: left;
        height: 36px;
        line-height: 17px;
        margin: 0 0 0 10px;
        overflow: hidden;
        position: relative;
    }

#compare .compare-btn-box a.clear-compar {
    color: #2272c8;
    line-height: 22px;
}

@media screen and (min-width: 1028px) {
    #compare .compareAll li a.del {
        right: 23px;
    }

    #compare .compare-btn-box {
        padding: 19px 39px;
    }

    #compare .compareAll li p a {
        width: 123px;
        color: #333;
    }
}


@media screen and (max-width: 1024px) {
    #compare .compareAll li a.del {
        right: 23px;
    }

    #compare .compare-btn-box {
        padding: 19px 5px;
    }

    #compare .compareAll li p {
        width: 120px;
    }
}

#compare .compareAll li div.empty {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    color: #ccc;
    float: left;
    font: 400 36px/50px Arial;
    height: 49px;
    text-align: center;
    width: 49px;
}

#compare .compareAll li p.empty {
    color: #ccc;
}

#compare .compare-btn-box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ebebeb;
    border-image: none;
    border-style: solid solid solid dotted;
    border-width: 1px;
    float: left;
    height: 52px;
    text-align: center;
    width: 60px;
}


    #compare .compare-btn-box a.compareBtn {
        display: inline;
        float: left;
        font-size: 14px;
        height: 28px;
        line-height: 30px;
        width: 58px;
    }

        #compare .compare-btn-box a.compareBtn.disabled {
            background: #f8f8f8 none repeat scroll 0 0;
            border: 1px solid #ddd;
            color: #bbb;
            cursor: default;
        }
/***********************产品列表页商品对比end******************************************/


.contrast-main {
    position: relative;
    height: 100%;
    margin: 10px 0 50px;
    overflow: hidden;
}

    .contrast-main .tab-box {
        position: relative;
        background: #ffffff;
        border: 1px solid #e1e1e1;
        overflow: hidden;
    }

@media screen and (max-width: 1024px) {
    .contrast-main {
        width: 962px;
        margin: 0 auto;
    }

        .contrast-main .tab-box {
            width: 960px;
        }
}

@media screen and (min-width: 1028px) {
    .contrast-main {
        width: 1210px;
    }

        .contrast-main .tab-box {
            width: 1208px;
        }
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table-fixed {
    position: fixed;
    top: 40px;
    height: 103px;
    border-bottom: 1px solid #e1e1e1;
    box-shadow: 1px 2px 3px -1px #d4d4d4;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+-185));
    z-index: 6600;
    _left: 0;
}

.table-main {
    border-right: 1px solid #e1e1e1;
}

.contrast-main table {
    background: #fff;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
}

.contrast-main .bg-tr {
    background: #fffadf;
}

.contrast-main th, .contrast-main tr.bg-tabtr {
    background: #f6f9ff;
}

.contrast-main th {
    width: 86px;
    padding-right: 20px;
    text-align: right;
    font-weight: 400;
    overflow: hidden;
}


@media screen and (max-width: 1024px) {
    .contrast-main td {
        width: 212px;
        border-left: 1px solid #e1e1e1;
        padding: 15px 0px;
    }
}

@media screen and (min-width: 1028px) {
    .contrast-main td {
        width: 259px;
        border-left: 1px solid #e1e1e1;
        padding: 15px 10px;
    }
}

.contrast-main .tab-body table {
    border-top: 1px solid #e1e1e1;
}

.contrast-main .tab-body th {
    width: 67px;
    padding: 0 20px;
    border-bottom: 1px solid #e1e1e1;
}

    .contrast-main .tab-body th p {
        width: 67px;
        word-wrap: break-word;
        word-break: break-word;
    }

.contrast-main .tab-body td {
    border-bottom: 1px solid #e1e1e1;
}

.contrast-main th p {
    color: #999;
}

#tab-first td, #tab-first th {
    overflow: hidden;
}

.tab-add {
    float: left;
}

   
    
@media screen and (max-width: 1024px) {
    .tab-add, .tab-add a {
        width: 200px;
        background: #ffffff;
    }
}

@media screen and (min-width: 1028px) {
     .tab-add, .tab-add a {
        width: 220px;
        background: #ffffff;
    }
}

        .tab-add a {
            display: block;
            right: auto;
            _right: 0;
        }

        .tab-add .add-pic-l, .tab-add a {
            height: 281px;
            _height: 276px;
        }

        .tab-add .add-pic-s {
            display: none;
            height: 103px;
        }

.add-fixed {
    position: fixed;
    top: 40px;
    border-left: none;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+-185));
    z-index: 6600;
}

.location-fixed {
    position: fixed;
    top: 32px;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+0));
    z-index: 6600;
}

.contrast-main .tr-items td {
    position: relative;
}

.contrast-main .tr-items th p {
    margin-bottom: 5px;
}

.contrast-main .tr-items .th-check span {
    display: block;
    margin-bottom: 5px;
}

.contrast-main .tr-items .th-check input {
    margin-right: 5px;
    vertical-align: -2px;
    _vertical-align: -1px;
}

.contrast-main .tr-items .td-pic {
    text-align: center;
}

    .contrast-main .tr-items .td-pic img {
        width: 180px;
        height: 180px;
    }

.contrast-main .tr-items .td-name {
    text-align: center;
    overflow: hidden;
}

    .contrast-main .tr-items .td-name a {
        display: block;
        width: 198px;
        height: 38px;
    }

        .contrast-main .tr-items .td-name a span, .td-name a em {
            display: block;
            width: 198px;
            height: 20px;
            overflow: hidden;
            padding-left: 10px;
            text-align: left;
            height: 40px;
        }

        .contrast-main .tr-items .td-name a span {
            color: #333;
        }



@media screen and (max-width: 1024px) {
    .contrast-main .tr-items .td-name p.showitem a.btn-del {
        color: #333;
        display: inline;
        font: 12px/20px SimSun;
        margin-left: 80px;
    }

    .contrast-main .tr-items .td-name a span, .td-name a em {
            width: 190px;
    }
}

@media screen and (min-width: 1028px) {
    .contrast-main .tr-items .td-name p.showitem a.btn-del {
        color: #333;
        display: inline;
        font: 12px/20px SimSun;
        margin-left: 120px;
    }

    .contrast-main .tr-items .td-name a span, .td-name a em {
        width: 238px;
    }
}

.tab-body .tr-price div {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

    .tab-body .tr-price div i {
        margin-right: 3px;
        font-size: 16px;
    }

    .tab-body .tr-price div sup {
        font-size: 12px;
    }

    .tab-body .tr-price div span {
        display: inline-block;
        padding: 1px 3px;
        margin-left: 5px;
        background: #f60;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        border-radius: 3px;
        _padding-bottom: 0;
        *padding-bottom: 0;
    }

.tab-body .tr-freight td div {
    width: 199px;
    word-wrap: break-word;
    word-break: break-word;
}

.tab-body .tr-freight td span {
    color: #999;
}

.tab-body .tr-evaluation .ic-star {
    position: relative;
    left: 50%;
    margin-left: -34px;
    width: 68px;
    height: 13px;
    margin-bottom: 10px;
    background: url(images/ico_s.png) no-repeat 0 -138px;
    text-align: left;
    overflow: hidden;
    _position: static;
    _left: 0;
    _margin-left: 0;
    *position: static;
    *left: 0;
    *margin-left: 0;
}

    .tab-body .tr-evaluation .ic-star em {
        display: inline-block;
        height: 13px;
        background: url(images/ico_s.png) no-repeat 0 -125px;
        overflow: hidden;
    }

        .tab-body .tr-evaluation .ic-star em.on {
            width: 42px;
        }

.tab-body .table-title {
    padding: 10px 0;
    font-weight: 400;
    font-size: 14px;
    text-indent: 10px;
    font-family: Microsoft Yahei;
}

.h2bor {
    border-bottom: 1px solid #e1e1e1;
}


.tab-body .table-title i.hide {
    background-position: 0 -48px;
    background-color: #f70;
}


.tab-body .tr-shopname td em {
    display: inline-block;
    width: 16px;
    height: 18px;
    margin-right: 5px;
    vertical-align: -5px;
    _vertical-align: 0;
    *vertical-align: -1px;
}

.tab-body .tr-shopname .ic-other {
    background-position: -126px 0;
}

.tab-body .tr-shopname .ic-sn {
    background-position: -100px 0;
}

.tab-body .tr-shopname .ic-hw {
    width: 59px;
    height: 16px;
    background: url(images/hw.png) no-repeat;
}

.tab-body .ul-satisfaction {
    width: 170px;
    margin: 0 14px;
}

    .tab-body .ul-satisfaction span {
        color: #f60;
    }

    .tab-body .ul-satisfaction li {
        width: 170px;
        float: left;
        color: #989898;
        margin: 2px 0;
    }

    .tab-body .ul-satisfaction .sat-num {
        position: relative;
        width: 68px;
        text-align: right;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .tab-body .ul-satisfaction .sat-num span {
            color: #686868;
        }

    .tab-body .ul-satisfaction em {
        position: absolute;
        left: 5px;
        top: 2px;
        float: left;
        width: 12px;
        height: 12px;
        background: url(images/sprint.png) no-repeat 0 0;
        overflow: hidden;
    }

    .tab-body .ul-satisfaction .ic-status {
        background-position: 0 -12px;
    }

.tab-body .table-Parameters a {
    color: #000;
    text-decoration: underline;
}

.tab-body .table-Parameters div {
    margin: 0 40px;
}

.tab-body .tr-picshow td {
    position: relative;
    vertical-align: top;
}

    .tab-body .tr-picshow td p {
        position: absolute;
        left: 10px;
        width: 199px;
        height: 20px;
        z-index: 10;
    }

.tab-body .tr-picshow .icTop {
    top: 15px;
}

.tab-body .tr-picshow .icBot {
    bottom: 15px;
}

.tab-body .tr-picshow td p a {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    background: url(images/icons.png) no-repeat;
}

.tab-body .tr-picshow .icTop a {
    background-position: -179px -66px;
}

    .tab-body .tr-picshow .icTop a:hover {
        background-position: -155px -66px;
    }

.tab-body .tr-picshow .icBot a {
    background-position: -179px -88px;
}

    .tab-body .tr-picshow .icBot a:hover {
        background-position: -155px -88px;
    }

.tab-body .tr-picshow td li {
    position: relative;
    float: left;
    width: 199px;
    height: 199px;
    margin: 30px 0;
    background: #fff;
}

    .tab-body .tr-picshow td li a {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 180px;
        height: 180px;
        border: 9px solid #fff;
    }

        .tab-body .tr-picshow td li a.pic-hover {
            box-shadow: 0 1px 5px #ddd;
            z-index: 6600;
        }

        .tab-body .tr-picshow td li a img {
            width: 100%;
            height: 100%;
        }

.tab-body .tr-satprogress div {
    height: 30px;
    font-size: 36px;
    color: #f60;
    line-height: 30px;
}

.tab-body .tr-satprogress .ul-sat-progress li {
    height: 15px;
    margin-top: 5px;
}

.tab-body .tr-satprogress i {
    color: #999;
}

.tab-body .tr-satprogress span {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 10px;
    background: #eee;
    overflow: hidden;
    margin: 0 5px 0 10px;
}

    .tab-body .tr-satprogress span em {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 10px;
        background: #f60;
    }

.tab-body .tr-satprogress b {
    color: #666;
    font-weight: 400;
}

.tab-body .tr-tab-evaluation td {
    vertical-align: top;
}

.tab-body .tr-tab-evaluation li {
    position: relative;
    margin-bottom: 10px;
}

    .tab-body .tr-tab-evaluation li p {
        position: relative;
        padding-left: 20px;
        text-align: left;
        overflow: hidden;
    }

        .tab-body .tr-tab-evaluation li p.str-lenght {
            height: auto;
            overflow: visible;
        }

        .tab-body .tr-tab-evaluation li p i {
            position: absolute;
            left: 0;
            _left: -20px;
        }

        .tab-body .tr-tab-evaluation li p span {
            line-height: 20px;
            display: block;
            width: 179px;
            word-wrap: break-word;
            word-break: break-word;
        }

    .tab-body .tr-tab-evaluation li a {
        display: block;
        text-align: right;
        color: #2272c8;
    }

.tab-body .tr-tab-evaluation div {
    height: 26px;
    margin-top: 10px;
    overflow: hidden;
}

    .tab-body .tr-tab-evaluation div a {
        display: block;
        width: 198px;
        height: 26px;
        background: #e7efff;
        line-height: 26px;
        text-align: center;
        color: #2272c8;
        font-family: SimSun;
    }

        .tab-body .tr-tab-evaluation div a:hover {
            background: #2272c8;
            color: #fff;
            text-decoration: none;
        }

.tab-body .tr-label td {
    text-align: left;
}

.tab-body .tr-label span {
    float: left;
    padding: 1px 5px;
    margin-right: 5px;
    margin-bottom: 7px;
    white-space: nowrap;
    background: #ffeacb;
    color: #333;
}

.tab-body .tr-label i {
    color: #999;
}

.tab-body .tr-serve td p {
    margin: 2px 0 2px 40px;
    text-align: left;
    _margin: 5px 0 5px 40px;
}

    .tab-body .tr-serve td p a {
        display: block;
    }

    .tab-body .tr-serve td p em {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-right: 3px;
        background: url(images/icons.png) no-repeat;
        vertical-align: -2px;
        _vertical-align: -3px;
        *vertical-align: top;
    }

    .tab-body .tr-serve td p .ic-a {
        background-position: 0 -140px;
    }

    .tab-body .tr-serve td p .ic-b {
        background-position: -46px -140px;
    }

    .tab-body .tr-serve td p .ic-c {
        background-position: -23px -140px;
    }

    .tab-body .tr-serve td p a:hover .ic-a {
        background-position: 0 -170px;
    }

    .tab-body .tr-serve td p a:hover .ic-b {
        background-position: -46px -170px;
    }

    .tab-body .tr-serve td p a:hover .ic-c {
        background-position: -23px -170px;
    }

.tab-body .tr-serve td .ic-bb {
    color: #bbb;
    text-decoration: none;
}

    .tab-body .tr-serve td .ic-bb em {
        background-position: -70px -140px;
    }

#tipInfor {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -116px;
    margin-left: -221px;
    width: 442px;
    height: 232px;
    z-index: 999999;
}

    #tipInfor .tipBg {
        position: relative;
        top: 5px;
        left: 5px;
        width: 442px;
        height: 232px;
        background-color: #666;
        filter: Alpha(Opacity=30);
        -moz-opacity: .4;
        opacity: .4;
        z-index: 9;
    }

    #tipInfor .con {
        position: absolute;
        top: 11px;
        left: 11px;
        width: 430px;
        height: 220px;
        background: #fff;
        z-index: 99;
    }

.tipInfor .title {
    height: 32px;
    line-height: 32px;
    line-height: 36px\9;
    _line-height: 32px;
    margin-bottom: 20px;
    padding-left: 20px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    background: url(images/repeatX_concom.png) repeat-x 0 -288px;
}

.tipInfor b {
    top: 8px;
    right: 8px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    text-indent: -99999em;
    background: url(images/thirdBg_concom.png) no-repeat -79px -111px;
}

.tipInfor b, .tipInfor i {
    position: absolute;
    display: block;
    overflow: hidden;
}

.tipInfor i {
    top: 84px;
    left: 20px;
    width: 32px;
    height: 32px;
    background: url(images/thirdBg_concom.png) no-repeat -316px -26px;
}

.tipInfor a.closePop {
    display: block;
    width: 55px;
    height: 22px;
    line-height: 22px;
    line-height: 26px\9;
    _line-height: 22px;
    margin-left: 120px;
    overflow: hidden;
    color: #333;
    text-align: center;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
}

.tipInfor p {
    padding: 36px 80px 15px 62px;
    color: #333;
    font-size: 14px;
    font-weight: 700;
}

.tipInfor a.closePop {
    display: block;
    width: 55px;
    height: 22px;
    line-height: 22px;
    line-height: 26px\9;
    _line-height: 22px;
    margin-left: 120px;
    overflow: hidden;
    color: #333;
    text-align: center;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
}

#fullBg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: #666;
    filter: Alpha(Opacity=30);
    -moz-opacity: .4;
    opacity: .4;
    z-index: 99999;
}

.root1200 .contrast-main, .root1200 .contrast-menu {
    width: 1190px;
}

.root1200 .contrast-main {
    overflow: visible;
}

.root1200 .contrast-side {
    right: 0;
    overflow: hidden;
}

    .root1200 .contrast-side .side-menu {
        display: none;
    }

    .root1200 .contrast-side .side-list-location {
        display: block;
    }

.table-Parameters tr.last th, .table-Parameters tr.last td {
    border-bottom: none;
}
