.compare-btn{
    position: fixed;
    right: 0px;
    bottom:0;
}
.compare-btn a{
    width: 15px;
    height: 148px;
    padding: 0 10px;
    line-height: 16px;
    font-size: 16px;
    border-radius: 5px;
    background: #409bfc;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
.compare-btn a:hover{
    background: #1186E3;
}
#pop-compare{
    position: fixed;
    width: 1200px;
    height: 148px;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
    z-index: 100;
    background: #fff;
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
}
.pop-wrap{
    position: absolute;
    left:0;
    top:0;
    width: 1200px;
}
#pop-compare div.diff-items{
    height: 148px;
    color: #a9a9a9;
    font-size: 14px;
    overflow: hidden;
}
#pop-compare .diff-items dl{
    float: left;
    overflow: hidden;
    border-right: 1px dashed #e8e8e8;
    padding: 20px 14px 20px 20px;
    width: 301px;
    position: relative;
    box-sizing: border-box;
}
/*#pop-compare .diff-items dl:first-child{*/
    /*padding-left: 14px;*/
/*}*/
#pop-compare .diff-items dl .num{
    position: absolute;
    color: #e8e8e8;
    font-size: 50px;
    padding: 42px 30px 0 14px;
}
#pop-compare .diff-items dl div{
    text-align: left;
    width: 177px;
    height: 86px;
    display: block;
    margin: 0 auto;
    padding-top: 30px;
    padding-left: 36px;
}
#pop-compare .diff-items dl dt{
    float: left;
    width: 160px;
    height: 107px;
    text-align: center;
    border: 1px solid #fff;
    font: 36px/48px arial;
    overflow: hidden;
}
#pop-compare .diff-items dl dd{
    float: right;
    width: 90px;
}
#pop-compare a.diff-item-name{
    padding-top: 6px;
    line-height: 1.3em;
    overflow: hidden;
    display: block;
    color: #333;
    height: 71px;
    font-size: 18px;
}
#pop-compare a.c-c3{
    color: #c3c3c3;
}
#pop-compare .diff-items dl.hasItem{
    background: #f5faff;
}
#pop-compare .diff-items dl dd .p-price{
    color: #fc4040;
    padding-top: 8px;
    font-size: 14px;
}
#pop-compare .diff-items dl .close-btn{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 12px;
    height: 12px;
    background: url("../images/comparePrd/close.png") center no-repeat;
    display: block;
    cursor: pointer;
    background-size: 100% 100%;
}
.diff-operate button{
    background: #409bfc;
    border: none;
    color: #fff;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 37px;
    margin-left: 90px;
    position: relative;
}
.diff-operate-r{
    color: #999;
    position: relative;
    right: 88px;
    top: 15px;
    font-size: 14px;
    text-align: right;
}
.diff-operate-r span:hover{
    color: #409bfc;
}
.sel-type{
    position: absolute;
    right: 0;
    top: 0;
    width: 297px;
    height: 148px;
    background: #fff;
    color: #fff;
}
.sel-type-txt{
    text-align: center;
}
.sel-type-tit{
    height: auto;
    line-height: normal;
    background: none;
    text-align: center;
    position: relative;
}
.sel-type-tit .sel-type-cbtn{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 12px;
    height: 12px;
    background: url("../images/comparePrd/close.png") center no-repeat;
    display: block;
    cursor: pointer;
    background-size: 100% 100%;
}
.sel-type-txt2{
    font-size: 18px;
    color: #333;
    text-align: center;
    padding-top: 26px;
}
.sel-type-tit i{
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 18px;
    cursor: pointer;
}
.sel-type-txt a{
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 16px 10px 0 0;
    background: #409bfc;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
}
.sel-type-txt a:last-child{
    margin-right: 0;
}
.f0{
    font-size: 0;
}


.com-txt{
    position: relative;
}
.com-txt a{
    border: 1px solid #ccc;
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    border-radius: 2px;
}
.com-txt a:hover{
    border: 1px solid #1f9bf8 !important;
}
.com-item-btn{
    left:-120px;
    top:34px;
    padding:10px 10px 0px;
    z-index: 999;
    overflow: hidden;
    position: absolute;
}
.com-item-btn div{
    width: 180px;
    height: 50px;
  /*  border: 1px solid #1f9bf8;*/
    text-align: left;
    padding-left: 20px;
    /*color: #209af9;*/
    color: #ffffff;
    line-height: 18px;
    background: rgba(0,0,0,0.5);
    margin-left: 28px;
    margin-top: 10px;
    font-size: 14px;
}
.arrow-up {
    top:0px;
    left:130px;
    z-index: 1000;
    font-family:SimSun;
    margin-top: 10px;
    display:block;width:20px;height:16px;font-size:20px;overflow:hidden;_position:relative;color:#ffbd1d;font-style:normal;
}
.arrow-up em,.arrow-up span{display:block;width:20px;height:16px;font-size:20px;overflow:hidden;_position:relative;}
.arrow-up em{margin-top:0px;color:rgba(0,0,0,0.5);font-style:normal;}
.arrow-up span{margin-top:-15px;color: rgba(0,0,0,0.5);}

.com-txt2 a{
    border: 1px solid #f6f9fc;
    width: auto;
    padding: 0 10px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    display: inline-block;
    border-radius: 2px;
    color: #999;
}
.com-txt2 a:hover{
    color: #209af9;
    border: 1px solid #209af9;
}
.com-txt-sale a{
    width: 68px;
    height: 28px;
    line-height: 28px;
    border-radius: 28px;
    font-size: 12px;
    display: inline-block;
}


/*开始对比*/
.c-1f9{
    color: #1f9bf8;
}
.z-goods-fixed{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
}
.compare-goods{width: 1200px; z-index: 999;}
.compare-table1 , .compare-table2 , .compare-table3{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    margin-top: -1px;
}
.compare-table1 td , .compare-table2 td , .compare-table3 td{
    padding: 16px 0;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    line-height: 24px;
    font-family: SimSun;
    background: #fff;
    text-align: center;
    font-family: Microsoft YaHei;
}
.compare-table1 td .goods-item{
    width: 150px;
    margin: 0 auto;
}
.compare-table1 td .td-pic img{
    width: 150px;
    height: 100px;
}
.compare-table1 td .td-name{
    text-align: left;
    overflow: hidden;
    color: #1f9bf8;
    line-height: 16px;
    padding-top: 4px;
    font-size: 13px;
}
.goods-item .p-price {
    width: 100%;
    height: 28px;
    line-height: 28px;
    margin-top: 7px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #ff0000;
    text-align: left;
}
.goods-item .p-price strong{
    font-size: 20px;
    font-weight: 400;
}
.goods-item .p-price button{
    width: 70px;
    height: 30px;
    line-height: 30px;
    background: #1f9bf8;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border: none;
    float: right;
}
.compare-table2 th , .compare-table3 th{
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}
.compare-table2 th .r img{
    margin-top: -2px;
}
.compare-table2 td{
    font-size: 14px;
    padding: 10px 0;
}
.compare-table3 .compare-table3-tit td{
    background: #e9e9e9 !important;
    font-size: 20px;
    text-align: center;
    padding: 9px 0;
}
.compare-table3 tr td{
    padding: 10px 0;
}
.compare-table3 tr td.graybg{
    background: #f5f5f5;
}
.compare-table3 tr td.txt{
    text-align: left;
    padding-left: 10px;
    padding-right: 8px;
    line-height: 20px;
}
.compare-table3 tr:first-child td{
    padding: 0;
    border: none;
}
.compare-table3 tr td img{
    margin-top: 4px;
}
.compare-table3 .tr-differ td{
    background: #daeeff;
}
.gender{
    position: fixed;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    bottom: 40px;
    right: 0;
    text-align: right;
}
.gender a{
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #999;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    border-radius: 5px;
    -moz-box-shadow: 0 0 15px rgba(153,153,153,0.8);
    -webkit-box-shadow: 0 0 15px rgba(153,153,153,0.8);
    box-shadow: 0 0 15px rgba(153,153,153,0.8);
    margin-right: 20px;
}
.gender a.on{
    background: #209af9;
}

.th-check{
    width: 100px;
    margin: 0 auto;
}
.th-check span.chb_Highlight{
    position: absolute;
    left: 3px;
    top: 6px;
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 2px;
}
.th-check span.chb_Highlight[data-active="false"]{background: #D2D2D2;}
.th-check span.chb_Highlight[data-active="true"]{background: #209AF9;}
/*开始对比结束*/