.hidden{
    display: none !important;
}
.show{
    display: flex !important;
}
.doc{
    width: 1200px !important;
}
.breadline{
    margin-top: 20px;
}
.breadline a{
    height: 14px; 
    line-height: 14px;
    font-size: 14px; 
    font-weight: 400;
    text-align: left; 
}
.pline{
    width: 100%;
    height: 40px;
    margin: 24px 0 0;
    padding-bottom: 16px;
    display: flex;
    align-items: center; 
    font-size: 26px; 
    font-weight: 700; 
    color: #333333;
    border-bottom: 5px solid #0777dd;
}
.pline .cuticon{
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-size: 100% 100%;
    background-image: url(../images/cuticon.png);
}

.flxbox{
    display: flex;
    padding: 20px 0;
}
.flxbox .fl{
    width: 850px;
    display: flex;
    flex-direction: column; 
}
.flxbox .fr{
    width: 330px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.flxbox .b1{
    width: 850px; 
    padding: 25px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
}

.flxbox .b1 .btit{
    font-size: 20px;
    font-weight: 700;
    position: relative;
    border-left: 4px solid #0777dd;
    /* height: 20px; */
    line-height: 20px;
    padding-left: 9px;
    margin-bottom: 17px;
} 
.flxbox .b1 .p2{
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 34px;
}
.b1 .more a,.b1 .morevideo a{
    width: 100%;
    height: 57px;
    line-height: 57px;
    font-size: 14px;
    color: #999;
    text-align: center; 
    cursor: pointer; 
    display: flex;
    align-items: center;
    justify-content: center;
}
.b1 .more .pd{
    display: block;
    width: 8px;
    height: 5px;
    margin-left: 5px;
    background-image: url(../images/down.png);
}


.flxbox .b2{
    width: 850px; 
    padding: 25px;
    margin-top: 20px;
    box-sizing: border-box; 
    border: 1px solid #f0f0f0;
}
.b1 .bcwox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
}
.b1 .firth{ 
    padding-top: 0 !important; 
    padding-bottom: 14px;
}
.b1 .bcwox img{
    width: 240px;
    height: 160px; 
    margin-right: 20px;
}
.bcwox .btox{
    flex: 1; 
    display: flex;
    flex-direction: column;  
    justify-content: space-between; 
}
.bcwox .btox .p1{
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #333;
    margin-bottom: 14px;
}
.bcwox .btox .p2{
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #999;
    margin-bottom: 18px;
}
.bcwox .btox .p4{
    font-size: 14px;
    line-height: 14px;
    color: #333;
}
.bcwox .btox .p2 span a{
    color: #0777dd;
}
.bcwox .btox .p2 span{
    color: #0777dd;
}
.bcwox .btox .fog{
    display: flex;
    align-items: center; 
    font-size: 12px;
    line-height: 12px;
    color: #999 ;
    margin-bottom: 14px;
    font-weight: 400;
}
.bcwox .btox .fog p{
    display: flex;
    align-items: flex-end; 
    line-height: 12px; 
}
.bcwox .btox .fog .picon{
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background-image: url(../images/people.png);
}
.bcwox .btox .fog .picon1{
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background-image: url(../images/time.png);
}
/* 右半部分 */
.fr .fr2{
    width: 100%;
}
.fr .fr2 .o1{
    width: 100%; 
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
}
.fr .fr2 .o1 .ptit{
    font-size: 18px;
    font-weight: 700;
    position: relative;
    border-left: 4px solid #0777dd;
    /* height: 20px; */
    line-height: 20px;
    padding-left: 9px;
    margin-bottom: 17px;
}
.fr .fr2 .o1 .injo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.fr .fr2 .o1 .injo .jo{
    width: 100%; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.fr .fr2 .o1 .injo .jo:first-child{
    padding-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
}
.fr .fr2 .o1 .injo .jo:last-child{
    padding-top: 25px;
}
.fr .fr2 .o1 .injo .jo img{
    width: 200px;
    height: 135px;
}
.fr .fr2 .o1 .injo .jo .carp{
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-top: 4px;
}
.fr .fr2 .o1 .injo .jo .price{
    font-size: 18px; 
    font-weight: 700; 
    color: #ff4444; 
    margin-bottom: 14px;
}
.fr .fr2 .o1 .injo .jo .price span{
    font-size: 14px;
    color: #009922;
}
.fr .fr2 .o1 .injo .jo .btnwrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
} 
.fr .fr2 .o1 .injo .jo .btnwrap .btn1 a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}
.fr .fr2 .o1 .injo .jo .btnwrap .btn2 a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
}
.fr .fr2 .o1 .injo .jo .btnwrap .btn1{
    width: 142px;
    height: 42px; 
    line-height: 42px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #ff8800;
    margin-right: 6px;
    position: relative;
}
.fr .fr2 .o1 .injo .jo .btnwrap .btn2{
    width: 142px;
    height: 40px; 
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #dddddd;
    position: relative;
}
.b1 .olgrid{
    width: 100%;
    display: grid;
    grid-template-columns:repeat(7, 107px);
    grid-row-gap: 15px;
    grid-column-gap: 10px;
    margin-top: 10px;
    box-sizing: border-box;
}
.b1 .olgrid .itmgrid{ 
    height: 30px; 
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    line-height: 30px;
    box-sizing: border-box;
    text-align: center;
    color: #333;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}
.b1 .olgrid .itmgrid a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    border-radius: 15px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 10px;
}
.fr .fr2 .o1 .olgrid{
    width: 100%;
    display: grid;
    grid-template-columns:139px 139px;
    grid-row-gap: 15px;
    grid-column-gap: 10px;
    margin-top: 10px;
    box-sizing: border-box;
}
.fr .fr2 .o1 .olgrid .itmgrid{ 
    height: 30px; 
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    line-height: 30px;
    box-sizing: border-box;
    text-align: center;
    color: #333;
    font-size: 14px;
    position: relative;
}
.fr .fr2 .o1 .olgrid .itmgrid a{ 
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 20px;
    border-radius: 15px;
}
.o1 .o1-ul li{
    color: #333;
    font-size: 14px;
    line-height: 32px;
    list-style: none;
    position: relative;
    display: flex;
    align-items: center; 
    padding-left: 10px;
} 
.o1 .o1-ul li::before{
    content: ""; 
    position: absolute;
    left: 0; 
    width: 4px;
    height: 4px;
    background-color: #d7d7d7;
}
.o1 .o1-ul a li:hover{
    color: #ff4444; 
}
.o1 .o1-ul2{
    list-style: none;
}
.o1 .o1-ul2 a{
    
}
.o1 .o1-ul2 .li3{
    display: flex;  
    flex-direction: column;
}
.o1 .o1-ul2 .li3 .fols{
    display: flex;
}
.o1 .o1-ul2 .li3 .fols img{
    width: 80px;
    height: 60px;
}
.o1 .o1-ul2 .li3 .filr{
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    padding-left: 10px;
}
.o1 .o1-ul2 .li3 .filr .param{
    display: flex;
}
.o1 .o1-ul2 .li3 .filr .param a{
    display: block;
    margin-right: 15px;
    color: #0777dd;
}
.o1 .o1-ul2 .li3 .filr .param a:first-child{
    margin-right: 0;
}
.o1 .o1-ul2 .li3 .cname{
    font-size: 14px;
    font-weight: 400; 
    color: #333333;
}

.o1 .o1-ul2 .li3 .cname span{
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    color: #333;
    margin-right: 15px;
}
.o1 .o1-ul2 .li3:nth-child(1) .cname span{ 
    color: #ff4444; 
}
.o1 .o1-ul2 .li3:nth-child(2) .cname span{ 
    color: #ff4444; 
}
.o1 .o1-ul2 .li3:nth-child(3) .cname span{ 
    color: #ff4444; 
}
.modVideo .sp{
    margin: 22px 0 0 11px;
    font-size: 14px;
    color: #999;
    *display: inline;
    *zoom: 1;
    float: left;
}
.b1 .fgk{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
}
.b1 .fgk .goimg{
    width: 240px;
    height: 180px;
}
.b1 .fgk .fjk-box{  
    height: 180px;
    padding-left: 20px;
    box-sizing: border-box;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.b1 .fgk .fjk-box .fk-l{ 
    font-size: 18px;
    color: #333;
}
.b1 .fgk .fjk-box .fk-l .dg{
    margin-left: 11px;
    font-size: 14px;
    color: #999;
}
.b1 .fgk .fjk-box .fk-l .dg .dw{
    color: #092;
}
.b1 .fgk .fjk-box .gray-p{ 
    margin: 5px 0;
    font-size: 14px;
    color: #999;
}
.b1 .fgk .fjk-box .gray-p .plp,.b1 .fgk .fjk-box .gray-p .opl{
    margin-right: 24px;
    color: #ff4444;
}
.b1 .fgk .fjk-box .hj-ul{
    display: flex;
    align-items: center;  
}
.b1 .fgk .fjk-box .hj-ul li a{
    font-size: 14px;
    color: #0777dd;
    margin-right: 20px;
}
.b1 .fgk .fjk-box .hj-btn{ 
    display: flex;
    align-items: center; 
    margin-top: 14px;
}
.b1 .fgk .fjk-box .hj-btn .btn a{
    display: block;
    width: 110px;
    height: 40px; 
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #333;
    border: 1px solid #dddddd;
    margin-right: 15px;
} 
.btn-active a{
    color: #fff !important;
    background: #ff8800;
    border: none !important;
}
.btn-active a:hover{
    color: #fff !important;
}
.flxboxup{ 
    position: relative;
} 
.fqyg{
    color: #999999;
    font-size: 14px;
    position: absolute;
    line-height: 35px;
    right: 0;
}
.fqyg span{
   color: #FF4552
}
.filopic{
    position: relative;
}
.filopic .carpica{ 
    position: absolute;
    left: 0%;
    top: 0;
    right: 0;  
    bottom: 0; 
}
@charset "gb2312"; 

/*reset.css*/

body,h1,h2,h3,h4,blockquote,p,dl,dt,dd,ul,ol,li,th,td,form,fieldset,legend,button,input,textarea{margin:0;padding:0}

body,button,input,select,textarea{font:12px/1.75 \5b8b\4f53,arial,sans-serif}

button,input,select,textarea,h1,h2,h3,h4{font-size:100%}

input, button, select, textarea {outline:none;}

body{color:#333;}

body, button, input, select, textarea,option{font-family: Microsoft Yahei, PingFangSC-Regular,  arial, sans-serif; }

select,option{cursor:pointer;}

em,i{font-style:normal}

ol,ul{list-style:none;list-style-position:outside;}

img,fieldset{border:0;vertical-align:middle}

a{color:#333;text-decoration:none;outline:0}

a:hover{color:#f70;text-decoration:none}

.fl,.mark{float:left;display:inline;}.fr,.subMark,.mark-sub,.submark{float:right;display:inline}

.spanclass{display:none}

img{vertical-align:top}

.clearfix{*zoom:1;}

.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}

.clearfix:after{clear:both;}

.clear{font-size:0;line-height:0;height:0;overflow:hidden;clear:both;visibility:hidden}

.modTabC .current .icon-arrD1 {
    display: block;
    background: url(//www1.pcauto.com.cn/zt/20190920/cx/g.png) no-repeat;
}
.modTabC .icon-arrD1 {
    display: none;
    position: absolute;
    top: -5px;
    right: -5px;
    margin-left: -5px;
}
.icon-arrD1 {
    width: 10px;
    height: 10px;
    background-position: -19px -488px;
}

.hide{display:none;}

.ohide{opacity: 0; z-index:0;}

.vhide{visibility:hidden;}

.mt35{margin-top:35px;}

.mt20{margin-top:20px;}

.mt10{margin-top: 10px;}

.mb10{margin-bottom: 10px;}



.doc{width:1120px;margin:0 auto;background:#fff;}
 
/*鐪嬩簡鍙堢湅*/ 

/*缁欓《鏍忕粺涓€鍔犱笂妯嚎*/

#header {border-bottom: 1px #ececec solid; }
 

.nav .disabled a{color:#bbb;}

.nav .disabled a:hover{color:#bbb;}





@charset "gb2312";

/*skin.css*/

.gray{color:#999;}

.red{color:#ff4444;}

.green{color:#092;}

.blue{color:#0777dd;}

.yellow{color:#ff8800;}

.rgba{height: 48px; line-height: 60px; background: url(//www1.pcauto.com.cn/2016/1221/price/img/bg.png) repeat-x;}

.orange{ color:#fa0;}







/*modA.css*/

.thA{border-bottom:1px solid #e5e5e5;height:52px;}

.thA .mark{color:#0777dd;font-size:24px;border-bottom:2px solid #0777dd;height:51px;line-height:51px;}

.thA .mark a{color:#0777dd;}

.thA .subMark a{margin:22px 0 0 5px;display:inline-block;color:#999; font-size:14px;}

.thA .subMark a.yh{color:#ff4444;}

.thA a:hover,.thA .subMark a.yh:hover{color:#f60;}

.thA .subMark .line{border-right: 1px solid #e5e5e5; margin-left: 10px;}

.thA .sub{margin: 22px 0 0 11px; font-size:14px; color:#999; *display:inline; *zoom:1; float:left;}

.thA .subTab{float:right; *display:inline; margin-top:18px; border-top:1px solid #e5e5e5; border-right:1px solid #e5e5e5; font-size:14px;}

.thA .subTab .tab{width:100px; height:34px; line-height:34px;  float:left; color:#999;border-left:1px solid #e5e5e5; text-align:center;}

.thA .subTab .tab:hover{color:#f60;}

.thA .subTab .tab.current{height:32px; border-bottom:1px solid #fff;  border-top:1px solid #007adf; color:#007adf;}

.tbA{padding-top:20px;}

.tbB{border-bottom:1px solid #e5e5e5; border-left:1px solid #e5e5e5; border-right:1px solid #e5e5e5;}

.tbB li{border-bottom:1px solid #e5e5e5;}



/*闅愯棌鐨勪氦浜�*/

.thA .subTab{position:relative; z-index:4;}

.thA .subTab .lst{display:none; position:absolute; z-index:10; width:112px; background:#fff; border:1px #ddd solid; box-shadow:0px 0px 3px #ccc; right:-1px; top:40px; z-index:-1;}

.thA .change .lst{display:block;}

.thA .subTab .lst .tab{position:absolute; border-left:0 none; left:0; top:-10px; width:100%; height:12px;}

.thA .subTab .lst a{display:block; width:112px; height:35px; line-height:35px; text-align:center;}

.thA .subTab .lst a:hover{color:#f56262; background:#f5f5f5;}

.thA .subTab .lst .tab:hover{background:#fff; opacity:0.01; filter:alpha(opacity=0.01);} 





.modTabA .tab{float:left; margin-right:14px; height:51px; line-height:51px; color:#999; font-size:22px; cursor:pointer;}

.modTabA .tab a{color:#999;}

.modTabA .tab a:hover{color:#f60;}

.modTabA .tab.current a{color:#0777dd;}

.modTabA .tab.current{ color: #0777dd; border-bottom: 2px solid #0777dd; font-size: 24px;}

.modTabA .tlstA a{float:left;}
.modTabA .tlstA a:hover{color:#ff7700;}

.modTabB{height:88px; margin:25px 0  35px;border:1px solid #e5e5e5;overflow:hidden;}

.modTabB .tab-ctrl,.modTabB .con-wrap{float:left;}

.modTabB .tab-ctrl{width:133px;}

.modTabB .tab-ctrl .tab{display:block; height:44px; line-height:44px; text-align:center; border-bottom:1px solid #e5e5e5; border-right:1px solid #e5e5e5; font-size:16px; cursor:pointer; color:#999;}

.modTabB .tab-ctrl .tab.current{color:#0777dd; border-left:2px solid #0777dd; border-right:none;}

.modTabB .tab.current a{color:#0777dd;}

.modTabB .con-wrap{width: 984px;}

.modTabB .con{overflow:hidden;}

.modTabB ul{padding:12px 0; overflow:hidden;}

.modTabB li {width: 268px; float: left; padding: 0 30px; margin-bottom:5px;}

.modTabB .con-hq li a{display: block; line-height:32px;}

.modTabB .con-gz li a{display: block; height:30px; line-height:30px; overflow:hidden;padding-left:10px; background:url(//www1.pcauto.com.cn/zt/gz20170412/price/icon.png) no-repeat; background-position:-36px 13px;}

.modTabB .con-gz li a em{font-weight:bold;}

.modTabB .tit{font-size:16px ; font-weight:bold;} 

.modTabB .tit .icon-4s{margin-right:5px;}

.modTabB .sub{font-size:14px;}

.modTabC .tab{
    cursor: pointer;
}

.modTabC .tab-ctrl{margin:0 0 20px;height:35px;overflow: hidden;padding-top: 5px;}
/* 20190911 s*/
.modTabC .tab{float:left;  width:78px; line-height:33px; margin-right:10px; text-align:center; position: relative; font-size:14px;margin-bottom: 5px;}

.modTabC .tab .arr-d{display:none; position: absolute;}

.current{
    /* color:#fff; */
    /* background-color:#0777dd; */
     position: relative;border:1px solid #0777dd;}
/* 20190911 e*/
.modTabC .tab.current .arr-d{display:block;}

.modTabC dt,.modTabC dd{padding:0 10px; font-size:14px;}

.modTabC dt{ overflow:hidden;display: flex;
align-items: center;}

.modTabC dt{height:40px; line-height:40px; background-color:#f5f5f5;}

.modTabC dd{padding:15px 10px; border-top:1px solid #eee; position: relative;display: flex;align-items: center;}
/* .tab-con{border-bottom: none !important;} */
.modTabC dd.selected{z-index:31;}

.modTabC .col1,.modTabC .col2,.modTabC .col3,.modTabC .col4,.modTabC .col5{display:inline-block; vertical-align:middle; *display:inline; *zoom:1;}

.modTabC .col1,.modTabC .col2,.modTabC .col3,.modTabC .col4{margin-right:14px;}

.modTabC dt .col2,.modTabC dt .col3,.modTabC dt .col4{color:#999;}

.modTabC .col2,.modTabC .col3,.modTabC .col4{text-align:center;}

.modTabC .col1{width: 388px;}

.modTabC .col2{width: 117px;}

.modTabC .col3{width: 95px;}

.modTabC .col4{width: 88px;}
.modTabC .col5{width: 170px;}

.modTabC .col4 .icon-js{margin-left:5px;}

.modTabC dt .col1{font-weight:bold;}

.modTabC .col1 .name{margin-bottom:5px;}
.modTabC .col1 .name a{display: block}

.modTabC .col2 a{margin-right:5px;}

.modTabC .des{font-size:12px;}

.modTabC .des span,.modTabC .des em{padding-right:2px;}

.modTabC .des .config{cursor: pointer;}
/* 20190911 s*/
.modTabC .icon-arrD1{display:none; position: absolute; top:-5px; right:-5px; margin-left:-5px;}

.modTabC .current .icon-arrD1{display:block;background:url("//www1.pcauto.com.cn/zt/20190920/cx/g.png") no-repeat;}
/* 20190911 e*/
.modTabC .btn-xdj,.modTabC .btn-compare{width:51px; font-size:12px;}

.modTabC .btn-xdj,.modTabC .btn-fq{ margin-right:4px;}

.modTabC .btn-fq{width:66px;  font-size:12px;}

.modTabC .btn-mini{padding:0; height:21px; line-height:21px; float:none; display:inline-block; *display:inline; *zoom:1;}

.modTabC .btn-mini .icon10{left:5px; top:6px;}
.btn-xdj-b{
    position: relative;
    color: #fff !important;
    background: #ff8800 !important;
    border: none !important;
}
.modTabC .btn-wrap .btn{
    line-height:30px;
    display: block;
    text-align: center; 
    width: 80px;
    height: 30px;
    box-sizing: border-box;
    color: #333;
    background-color: #fff;
    border: 1px solid #dddddd;
}
 
.modTabC .btn-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}







/*plst.css*/

.plstA li{padding:0 0 19px; *padding:0 0 9px;}

.plstA a{display:block; overflow:hidden;}

.plstA .pic,.plstA .des{float:left; *display:inline;}

.plstA .pic{width:130px; height:85px; margin-right:20px;}

.plstA .des{width:250px; padding:5px 0;}

.plstA .des .tit{font-size:16px; height:48px; line-height:24px; overflow:hidden;}

.plstA .sub{overflow:hidden; color:#999; margin-top:8px;}

.plstA .sub .type,.plstA .sub .time{float:left;}
.plstA .sub .time{display:none}
.plstA .sub .type .line{border-right: 1px solid #e5e5e5; margin: 0 4px 0 6px; height: 12px; display: inline-block; vertical-align: -2px; *display:inline; *zoom:1; *vertical-align:0;display:none;}

.plstA .sub .num{float:right;}

.plstA .sub .num .icon-eye{margin-right:5px; vertical-align:-1px; *vertical-align:5px;}



.plstB li{padding:0 0 20px; *padding:0 0 10px;}

.plstB a{display:block; overflow:hidden;}

.plstB .pic,.plstB .des{float:left;}

.plstB .pic{width:80px; height:60px; margin-right:15px;}

.plstB .des{font-size:14px;width:94px; padding:4px 0;}

.plstB .price{font-size:12px;}



.plstC{margin-top: 20px;}

.plstC .pic-big,.plstC .pic-small{float:left;}

.plstC .pic-big{margin-right:5px;}

.plstC .pic-small li{float:left; margin:0 5px 5px 0;}

.plstC .pic-small .pic{position: relative; display:block; width:195px; height:147px;}

.plstC .rgba{position: absolute; left:0; overflow: hidden; color:#fff;z-index: 12;}



.plstD ul{position: relative; left:-30px; overflow:hidden;}

.plstD li{float:left; margin-left:30px;}

.plstD .pic{display:block;}

.plstD .pic .tit{font-size:14px; line-height:20px; height:40px; margin-top:10px; overflow:hidden;}

.plstD .sub{margin-top:10px; overflow:hidden;}

.plstD .sub span{float:left; color:#999;}

.plstD .sub span .line{height: 13px; display: inline-block; border-right: 1px solid #e5e5e5; margin: 0 5px; vertical-align: -2px; *vertical-align:5px; *display:inline; *zoom:1;}

.plstD .sub .icon-live{vertical-align: -2px; *vertical-align:3px; margin-right: 5px;}

.plstD .sub em{float:right;}



@charset "gb2312";

/*tlst.css*/

.tlstA li,.tlstB li,.tlstC .psm-a{padding-left:10px; background:url(//www1.pcauto.com.cn/zt/gz20170412/price/cxsy/icon.png) no-repeat;}

.tlstB ul,.tlstC ul{width:870px; overflow:hidden;}

.tlstB li,.tlstC li{float:left; width:245px; margin-right:35px;}

.tlstA li,.tlstB li{ background-position:-36px 9px;}



.tlstA li,.tlstA a{height:22px; line-height:22px;font-size:16px; color:#333; overflow:hidden;}

.tlstA li { margin-bottom:16px; *margin-bottom:8px; }

.tlstA .line{border-right: 1px solid #e5e5e5; margin: 0 10px 0 10px; height: 18px; display: inline-block; vertical-align: middle; *display:inline; *zoom:1;}

.tlstA .time{float:right; color:#999; font-size:12px;}



.tlstB{font-size:14px;}



.tlstC{padding:10px 0; font-size:14px;}

.tlstC p{padding-left:10px;}

.tlstC li{margin-bottom: 26px;}

.tlstC .psm-a{font-size:16px; background-position:-36px 13px; margin-bottom:3px;}

.tlstC .psm-b{font-size:14px; margin-bottom:2px;}

.tlstC .psm-b em{padding-left:10px;}

.tlstC .psm-c{font-size:12px;}



.tlstD{font-size:16px; padding-bottom:40px;}

.tlstD a{display:inline-block; margin-right:10px;}



@charset "gb2312";

/*杞﹀瀷瀵规瘮*/

*html{ background-image:url(about:blank); background-attachment:fixed; }

.comparepop { width:280px;font-size:12px;position: fixed; right:0; top: 140px; _position:absolute;_top:expression(eval(document.documentElement.scrollTop+90)); z-index:502; color: #333;}

.comparepop{ position:fixed !important; position:absolute;_margin-top:expression(documentElement.scrollTop); }

.comparepop .fn-hide{ display: none;}

.comparepop .fn-left{ float: left;}

.comparepop .fn-right{ float: right;}

.comparepop .icon10,.comparepop .icon16{ background:url(//www1.pcauto.com.cn/zt/gz20151014/duibi/images/conpare_sprite.png); overflow: hidden;}

.comparepop .icon10 {width: 10px;height: 10px}

.comparepop .icon16 {width: 16px;height: 16px}

.comparepop .icon12 {width: 12px;height: 12px}

.comparepop .icon10-left {background-position: 0 -16px}

.comparepop .icon10-right {background-position: 0 0}

.comparepop .icon16-close {background-position: -11px -4px}

.comparepop .icon16-close:hover {background-position: -11px -20px; cursor: pointer;}

.comparepop .icon10-plus{ background-position: -72px 0px;}

.comparepop .j-compare-clear i{ display: inline-block; width: 10px; height: 13px; background-position: -91px -18px; vertical-align: -3px; *vertical-align: 1px; margin-right: 5px;}

.comparepop .j-compare-clear:hover{  color: #f70; text-decoration: none;}

.comparepop .j-compare-clear:hover i{ background-position: -109px -18px;}

.comparepop a.comparepop-btn{display:inline-block;width:28px;text-align:left;padding:10px;line-height:16px;overflow:hidden;float:left;position:relative}

.comparepop a.comparepop-btn:hover,.comparepop a.comparepop-btn:link,.comparepop a.comparepop-btn:visited{text-decoration:none;background-color:#0777dd;color:#fff}

.comparepop a.comparepop-btn .icon10{cursor:pointer;position:absolute;top:23px;right:2px}

.comparepop .comparepop-content{width:298px;border:1px solid #ddd;background-color:#fff;float:left; position:relative;}

.comparepop .comparepop-tip{height:23px;line-height:23px;padding:0 10px;border-bottom:1px solid #ddd;color:#666}

.comparepop .comparepop-tip .comparepop-tip-grey{color:#999}

.comparepop .comparepop-list li{padding:0 30px 8px 10px;margin-top:8px;border-bottom:dotted 1px #ddd;position:relative;line-height:20px; font-size:14px;}

.comparepop .comparepop-list li a:hover{text-decoration:none; color:#f60;}

.comparepop .comparepop-list li .icon16-close{position:absolute;right:6px;top:4px;z-index:100;cursor:pointer;}

.comparepop .comparepop-alert{float:left;height:26px;line-height:26px;padding:0 0 0 20px;color:#666; position:absolute; left:96px; top:12px; background:url(//www1.pcauto.com.cn/2012/price/images/config/thico.jpg) no-repeat 0 6px; color:#f44;}

.comparepop .comparepop-select{padding:10px 9px 0}

.comparepop .comparepop-select .area{height:38px;line-height:38px;padding-bottom:10px;clear:both}

.comparepop .comparepop-select .area .j-compare-clear{margin-top: 8px;}

.comparepop .comparepop-select .comparepop-select-btn{height:40px;line-height:40px}

.comparepop .select{max-width:286px}

.comparepop .selectpop-spec{position:absolute;z-index:200;top:39px;left:0;width:282px;display:none}

.comparepop .selectpop-spec .selectpop-box{padding:0 10px 10px;background-color:#fafbfd;border:1px solid #ddd;cursor:default; border-top:1px #88bbee solid; position:relative;}

.comparepop .selectpop-spec .selectpop-box .spec-title{padding:5px 0;height:28px;line-height:28px;color:#b5b5b7; overflow: hidden;}

.comparepop .selectpop-spec .selectpop-box .spec-title ul{ float: left; width: 258px; height: 28px; position: relative; overflow: hidden;}

.comparepop .selectpop-spec .selectpop-box .spec-title li{float:left; text-align: center; height: 28px; margin-right:5px;}

.comparepop .selectpop-spec .selectpop-box .spec-title li.f1{ z-index: 1;}

.comparepop .selectpop-spec .selectpop-box .spec-title li.f2{ z-index: 5;}

.comparepop .selectpop-spec .selectpop-box .spec-title li.f3{ z-index: 9;}

.comparepop .selectpop-spec .selectpop-box .spec-title li .name{color:#0777dd; display: block; height: 28px; line-height: 28px; float: left; font-size:14px;}

.comparepop .selectpop-spec .selectpop-box .spec-title li .name:hover{ text-decoration: none;}

.comparepop .selectpop-spec .selectpop-cont{height:396px;border:1px solid #ccd3e3;background-color:#fff; _height:396px; position:relative;}

.comparepop .selectpop-spec .selectpop-cont .cont-dl{max-height:396px;height:auto; overflow-y:scroll; _height:392px;}

.comparepop .selectpop-spec .selectpop-cont .cont-dl dt{height:26px;line-height:26px;background-color:#f8f8f8;padding:0 10px;color:#333;font-size:14px;font-weight:700;font-family:"Microsoft Yahei"}

.comparepop .selectpop-spec .selectpop-cont .cont-dl dd{height:26px;line-height:26px;overflow:hidden}

.comparepop .selectpop-spec .selectpop-cont .cont-dl dd a{display:block;padding:0 10px; font-size:14px;}

.comparepop .selectpop-spec .selectpop-cont .cont-dl dd span{float:right;color:#f44}

.comparepop .selectpop-spec .selectpop-cont .cont-dl dd a:hover,.comparepop .selectpop-spec .selectpop-cont .cont-dl dd.selectedA a,.comparepop .selectpop-spec .selectpop-cont .cont-dl dd.selectedB a{background-color:#0077dd;color:#fff;text-decoration:none}

.comparepop .selectpop-spec .selectpop-cont .cont-dl dd.selected a,.comparepop .selectpop-spec .selectpop-cont .cont-dl dd.selected a:hover{ color: #888; background: none; cursor: default;}

.comparepop .advert{border-top:1px solid #ddd; position: relative;}

.comparepop .advert .advert-name{padding:5px 10px;color:#333;font-weight:700; font-size: 14px; border-bottom:1px dotted #e9e9e9;}

.comparepop .advert .advert-ul{overflow:hidden; padding: 0 10px; margin-bottom: -1px;}

.comparepop .advert .advert-ul li{overflow:hidden; position: relative; overflow: hidden; padding:12px 0;line-height:18px;border-bottom:1px dotted #e9e9e9;margin-bottom:-1px;vertical-align:top}

.comparepop .advert .advert-ul li .advert-pic{width:80px;height:60px;float:left;}

.comparepop .advert .advert-ul li .advert-text{width:190px; float:left;}

.comparepop .advert .advert-ul li .advert-text .advert-text-name{overflow:hidden; line-height:20px; font-size:14px;}

.comparepop .advert .advert-ul li .advert-text .advert-text-name a:hover{ text-decoration: none;}

.comparepop .advert .advert-ul li .advert-text .price{ color: #888;}

.comparepop .advert .advert-ul li .advert-text .red{ color: #f44;}

.comparepop .advert .advert-ul li .advert-link{width:60px; position: absolute; right: 0; top:50%; margin-top:-12px;}

.comparepop .advert .advert-ul li .advert-link .btn-mini{padding:0 5px; color: #333; float: right; _display: block; width:44px; height:23px; line-height:23px;}

.comparepop .advert .advert-ul li .advert-link .btn-disabled{border:1px #ddd solid; color:#888;}

.comparepop .advert .advert-ul li .advert-link .btn-mini .icon10-plus{float:left;position:relative;top:8px;z-index:10;cursor:pointer}

.comparepop .advert .advert-ul li .advert-link .btn-mini:hover .icon10-plus{background-position:-73px -32px}

.comparepop .advert .advert-ul li .advert-link .disabled{display:inline-block;width:46px;text-align:center;color:#999}

.comparepop .advert .advert-ul li .advert-link .btn-mini:hover{ color: #fff; border-color: #fff; background: #f70;}

.comparepop .advert .advert-ul li .advert-link .btn-disabled:hover{ cursor: default; border-color: #ddd; color: #888; background: #fff;}

.comparepop .advert .changemore{ position: absolute; right: 10px; top: 6px; _top:12px; cursor: pointer; color: #333;}

.comparepop .advert .changemore i{ display: inline-block; width: 13px; height: 13px; overflow: hidden; background-position:-88px 0px; vertical-align: -3px; *vertical-align: 2px; margin-right: 5px;}

.comparepop .advert .changemore:hover{ color: #f60; text-decoration: none;}

.comparepop .advert .changemore:hover i{ background-position: -107px 0;}

.comparepop .select {font-size: 12px;position: relative;cursor: pointer}

.comparepop .select .icon10-down1 {-webkit-transition: -webkit-transform .2s ease-in;-moz-transition: -moz-transform .2s ease-in;-o-transition: -o-transform .2s ease-in;transition: transform .2s ease-out 0s;-moz-transform: rotate(0deg);-webkit-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg)}

.comparepop .active .icon10-down1 {-webkit-transition: -webkit-transform .2s ease-in;-moz-transition: -moz-transform .2s ease-in;-o-transition: -o-transform .2s ease-in;transition: transform .2s ease-out 0s;-moz-transform: rotate(180deg);-webkit-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}

.comparepop .select-selected {width: 280px;height: 38px;line-height: 38px;border: solid 1px #ddd;background-color: #fff;color: #666;position: relative;overflow: hidden;z-index: 100}

.comparepop .select-selected:hover {background-color: #fafbfc;cursor: pointer}

.comparepop .select-selected span {float: left;line-height: 38px;padding-left: 10px;margin-right: 20px; font-size:14px;}

.comparepop .icon10-down1{ background-position: -37px -13px;}

.comparepop .select-selected .icon10-down1 {position: absolute; right: 8px; top: 18px; width:8px; height:5px; background:url(//www1.pcauto.com.cn/2012/price/images/config/setmn.png) no-repeat 0 0;}

.comparepop .active .select-selected{ border: 1px solid #88bbee;}

.comparepop .active .select-selected .icon10-down1 { background-position: -57px 3px\9; }

.comparepop .select-disabled .select-selected, .comparepop .select-disabled .select-selected:hover {border: solid 1px #ddd;color: #999;background-color: #fff;cursor: default}

.comparepop .select-disabled .icon10-down1 {background-position: -160px -60px}

.comparepop .select-disabled .select-selected:hover .icon10-down1 {transform: none;-webkit-transform: none;background-position: -160px -60px}

.comparepop .btn, .comparepop .btn:link, .comparepop .btn:visited { display: inline-block; color: #3b5b98;border: 1px solid #ddd;background-color: #fafbfc;cursor: pointer;outline: 0;overflow: hidden;text-align: center;vertical-align: middle}

.comparepop .btn img {text-align: center;vertical-align: middle}

.comparepop .btn:hover {background-color: #f0f0f0;text-decoration: none}

.comparepop .btn:active {background-color: #fff}

.comparepop .btn {height: 32px;line-height: 32px;padding: 0 20px;font-size: 14px;font-weight: 700}

.comparepop .btn-mini {height: 20px;line-height: 20px;padding: 0 10px;font-size: 12px;font-weight: 100}

.comparepop .btn-small {height: 40px;line-height: 40px; font-size: 12px;font-weight: 100; width:280px; text-align:center; padding:0;}

.comparepop .btn-large {height: 45px;line-height: 45px;padding: 0 25px;font-size: 14px;font-weight: 700}

.comparepop .btn-orange, .comparepop .btn-orange:link, .comparepop .btn-orange:visited {color: #fff;border: 1px solid #0777dd;background-color: #0777dd; font-size:16px;}

.comparepop .btn-orange:hover {color: #fff;background-color: #ff6600; border-color: #ff6600;}

.comparepop .btn-orange:active {color: #fff;background-color: #f65d00}

.comparepop .btn-disabled,.comparepop .btn-disabled:link,.comparepop .btn-disabled:visited,.comparepop .btn-disabled:hover,.btn-disabled:active{color:#999;text-decoration:none;border:1px solid #e9e9e9;background-color:#fff;cursor:default}



.toppart{height:48px; width:278px; line-height:48px; padding:0 11px; border-bottom:1px #e9e9e9 solid;}

.toppart b{float:left; font-size:18px; color:#0777dd;}

.toppart a{background:url(//www1.pcauto.com.cn/2013/usercenter/images/icoqk.jpg) no-repeat 0 1px; line-height:13px; font-size:12px; height:13px; float:right; margin:18px 12px 0 0; padding:0 0 0 16px; white-space:nowrap;}

.toppart a:hover{background:url(//www1.pcauto.com.cn/2012/price/images/config/mkloer.jpg) no-repeat 0 1px; color:#f60;}

.comparepop .selectpop-spec .selectpop-cont .cont-dl dt.absleft{position:absolute; left:0; top:0; width:23px; height:396px; border-right:1px #ddd solid; padding:0;}

.comparepop .selectpop-spec .selectpop-cont .cont-dl dt.absleft a{display:block; height:18px; line-height:18px; text-align:center; font-size:12px; color:#0777dd; font-weight:normal;}

.comparepop .selectpop-spec .selectpop-cont .cont-dl dt.absleft a:hover{color:#fff; background:#0777dd; text-decoration:none;}

.cont-dlbrd{padding-left:24px; overflow:hidden; display:block;}

.cont-dlbrd dt{position:relative;}

.btn-mini{color: #333; float: right; height: 23px; line-height: 23px; *line-height: 24px; padding: 0 5px; width: 44px; border:1px #ddd solid; text-align:center; font-size:12px;}

.btn-mini .icon10{background:url(//www1.pcauto.com.cn/zt/gz20151014/duibi/images/conpare_sprite.png) repeat -72px 0; overflow: hidden; height: 10px; width: 10px; cursor: pointer; float: left; position: relative; top: 8px; z-index: 10;}

.btn-mini:hover{color:#fff; border:1px #f70 solid; background:#f70;}

.btn-mini:hover .icon10{background-position:-73px -32px;}

.btn-disabled,.btn-disabled:hover{cursor:default; border:1px #ddd solid !important; color:#888 !important; background:#fff !important; text-decoration:none;}



.pcbtn-cancel-txt{display:none;}

.pcbtn-added:hover .pcbtn-cancel-txt{display:inline-block}

.pcbtn-added:hover .pcbtn-success-txt{display:none;}



/* 璇㈤棶搴曚环, 棰勭害璇曢┚, 缃崲璐溅 */

.modTab{background:#fff;}

.modTab .tbB .option li,.tbB .sList li{border-bottom:none;}

.bmTab .tab{font-size:20px;}

.bmTab .tab.current{font-size:24px;}



.bmBox{font-size:14px;padding:20px;}

.bmBox input,.bmBox select{font-size:12px;}

.bmBox .bmTips{height:22px;line-height:20px;margin-bottom:15px;}
/* 20210520 add -S */
.bmBox h2.bmTips{font-size: 18px;}
.bmBox .bmTips.more-service{margin-top: 30px;}
/* 20210520 add -E */

.bmBox .shops{float:left;width:312px;/*height:307px;*/padding-left:25px;}

.bmBox .shops .tips{margin-top:-3px;}

.bmBox .shops2{height:259px;}



.bmBox .form{float:left;width:435px;/*border-right: 1px solid #e5e5e5;*/}

.bmBox .shops,.bmBox .tips51,.bmBox .ritmain{border-left: 1px solid #e5e5e5;}

.bmBox .option .noMg,.bmBox .sel .noMg{margin-right:0;}

.bmBox .option{height:43px;line-height:43px;overflow:hidden;margin-bottom:5px;}

.bmBox .option:after{content:"\20";clear:both;height:0;display:block;overflow:hidden}

.bmBox .option li{float:left;border-bottom:none;}

.bmBox .option .tit{width:82px;}

/* 20210520 -S 鏂板浼樻儬鍏昏溅tab鏍忓唴瀹� */
#carSelectForm1 .options{position: relative;}
#carSelectForm1 .m-select-btn{padding-right: 25px;overflow: hidden;background: #fff;display: block;position: relative;text-align: left; cursor: not-allowed;}
#carSelectForm1 .m-select-btn .icon {display: block;font-style: normal;position: absolute;right: 10px;top: 57%;transform: translateY(-50%);width: 10px;height: 7px;overflow: hidden;background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAFmwIRTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkZWJiZGI3ZC04MGZmLWMxNDEtOTU4Ni1hMGE1MTEzYjJjOGIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUUxMjYzM0EwMkJBMTFFOUJGOTRFNTVDQTJEQ0U4RjciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUUxMjYzMzkwMkJBMTFFOUJGOTRFNTVDQTJEQ0U4RjciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDFiNmQzZWEtZTQwNS05ZTRjLTkyZmQtZTg0Zjg1YjA0Nzc1IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6Y2NmODMwM2ItNWNkNi1mMzQ3LWE5ODktMjk5OTBhYWEzNjZjIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+dwtHewAAAJdJREFUeNpiXLVq1QEGBgZGgABiADIYAAKIEUQAwX+QCEAAgTj8IB4LENuDGAABBBLRBdKXgJgdiH8CsR5AAIEEjwMZlgwQcBykXBOIN0IN0gQJCADxH6gKFoAAA2m5C2QoAfE+IPYE4l9AzAbE24HYCYjvMQEJZSC2BWILqGW3obQFVFyZCWrkESDmBuJoIBaB0txQcQYAr3YiYHK/9LEAAAAASUVORK5CYII=) no-repeat;}
#carSelectForm1 .act-btn{cursor: pointer;}
#carSelectForm1 .act-btn .icon{background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAFmwIRTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkZWJiZGI3ZC04MGZmLWMxNDEtOTU4Ni1hMGE1MTEzYjJjOGIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjFBMjhCQkZGRDM2MTFFOEEyOTJDMERBNzI4QTYyMkMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjFBMjhCQkVGRDM2MTFFOEEyOTJDMERBNzI4QTYyMkMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZTA0YzgyYmYtZWIyYy1iMzQyLThiMTEtYWYzNzczZmUyNDkxIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6Y2NmODMwM2ItNWNkNi1mMzQ3LWE5ODktMjk5OTBhYWEzNjZjIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+t6htowAAAJhJREFUeNpiZC+/e4CBgYERIIAYgAwGgABiBBFA8B8kAhBAIA4/iMcCxPYgBkAAgUR0gfQlIGYH4p9ArAcQQCDB40CGJQMEHAcp1wTiDVABTZCAABD/gQqwAAQYSAvIHiUg3gfEnkD8C4jZgHg7EDsB8T0mIKEMxLZAbAG17DaUBvHtQPJMUCOPADE3EMcCsQgQx0H5h0GSAOaKHPDGrqvsAAAAAElFTkSuQmCC) no-repeat;transition: transform 0.2s ease}
#carSelectForm1 .act-selected .act-btn .icon{transform: rotate(-180deg);top: 50%;}
.bmBox .option .unrequired{box-sizing: border-box;padding-left: 10px;}
/* 20210520 -E 鏂板浼樻儬鍏昏溅tab鏍忓唴瀹� */

.bmBox .option .ipTxt{width:163px; height:35px;line-height:35px;padding:0 5px;color:#999;border:1px solid #ddd;margin-top:6px;float:left;}

.bmBox .option .err{float:left;width:15px;color:#f44;background:url(//www1.pcauto.com.cn/2013/automall/bm/images/bg.png) no-repeat 0 -19px;height:14px;overflow:hidden;margin:14px 5px 0;}

.bmBox .option span{font-size:12px;}



.bmBox .option .err2{float:left;color:#999;line-height:22px;margin:6px;border:1px solid #fbcdab;background:#fef7e5;padding:0 10px;height:22px;position:relative;border-radius:2px;}

.bmBox .option .err2 em{display:block;width:6px;height:7px;position:absolute;top:7px;left:-6px;background:url(//www1.pcauto.com.cn/2013/automall/bm/images/bg.png) no-repeat -18px -43px;overflow:hidden;}

.bmBox .option .ok{float:left;width:17px;background:url(//www1.pcauto.com.cn/2013/automall/bm/images/bg.png) no-repeat 0 -35px;height:14px;overflow:hidden;margin:9px 2px;}

.bmBox .option .on{color:#333;}

.bmBox .option select{height:35px;line-height:35px;border:1px solid #ddd;margin:6px 10px 0 0;float:left;color:#333;padding-left:5px;}

.bmBox .option .sel1{width:322px;}

.bmBox .option .sel2{width:159px;}

.bmBox .option .sel3{width:102px;}

.bmBox .option #registTime{color:#999;}



.bmBox .tips51{float:left;width:324px; height:225px; margin:20px 0;overflow:hidden;font-size:14px;}

.bmBox .tips51 p{line-height:26px;}

.bmBox .tips51 .cpyupian{width:215px; height:218px; margin:4px auto 0;}



.bmBox .sList{padding:15px 0 0;font-size:14px;}

.bmBox .sList li{margin-bottom:15px;vertical-align:middle;}

.bmBox .sList li i{display:block;overflow:hidden;height:25px;line-height:25px;}

.bmBox .sList li span.smoke{color:#888;font-weight:normal;margin-right:5px;}

.bmBox .sList li em.icon{width:34px;height:13px;background-position:-125px -114px;margin-left:5px;vertical-align:-1px;}

.bmBox .sList img{vertical-align:middle;}

.bmBox .sList .tit{padding-left:12px;background: url(//www1.pcauto.com.cn/zt/gz20170412/price/cxsy/icon.png) no-repeat; background-position: -36px 10px;}

.bmBox .sList .tit a{font-size:16px; font-weight:bold;}

.bmBox .sList .tel{padding-left:12px;}

.bmBox .sList .tel em{vertical-align:-2px;}

.bmBox .sList .tel em span{font-size:12px;color:#333}

.bmBox .sList .tel .icon-renz{vertical-align:-4px; *vertical-align:0;}



.bmBox .sel{height:28px; line-height:28px; margin-bottom:10px;}

.bmBox .sel em.err{background:url(//www1.pcauto.com.cn/2013/automall/bm/images/bg.png) no-repeat scroll 0 -19px; color: #f44; float: left; height: 14px; margin: 7px 0px 0px 10px; overflow: hidden; width: 14px;}

.bmBox .sel span{float:left;  height:28px; line-height:28px; width:84px;}

.bmBox .sel select{float:left;  padding:4px; width:152px; margin-right:10px; height:28px; line-height:28px; border:1px #e9e9e9 solid; *margin-top:2px;}

.bmBox .sel .logselt{width:158px;}

.bmBox .sel-type{padding-left:84px;}

.bmBox .sel-type select{width:314px; margin-right:0px;}



.bmBox .btn-area{ padding:11px 0 0 0;}

.bmBox .btn-area .btn{width:174px; height:40px; line-height:40px; border:1px solid #ff8800; background-color:#ff8800; color:#fff;margin-left:81px;display:block;float:left;}

.bmBox .btn-area span{width:184px; line-height:36px; display:block; text-align:center; color:#999;margin-left:81px;clear:both;}



.bmBox .ritmain{float: right;margin: 15px 0 0;width: 300px;}

.ritmain img{display:block; width:130px; height:130px; margin:0px auto 8px;}

.ritmain span{display:block; line-height:26px; text-align:center; font-size:14px;}



.bmBox .suTips{padding:15px; padding:10px;background:#ffffe5;border:1px solid #ffcc7f;line-height:44px;}

.bmBox .suTips .mark{font-size:14px;color:#595959}

.bmBox .suTips  .subMark a{font-size:12px; color:#f60}

.bmBox .suTips .tit{padding-right: 20px;width: 100%;font-size: 20px;text-align: center;box-sizing: border-box;-webkit-box-sizing: border-box;}
.bmBox .suTips .tit:before {content: "";width: 57px;height: 44px;background: url(//www1.pcauto.com.cn/2013/automall/bm/images/gou2.png) no-repeat center;display: inline-block;vertical-align: middle;
}
.bmBox .suTips .bmcg{margin-right:100px; text-align:center;}

.bmBox .weixin-qczs{float:none; text-align:center;}

.bmBox .weixin-qczs1{}

.bmBox .suTips .subMark{    line-height: 20px;float: none;display: block;text-align: center;}

/*澶氬崠20%鍥炬爣*/

.tabIcon{position:relative;}

.tabIcon i{position:absolute; width:59px; height:26px; background:url(//www1.pcauto.com.cn/zt/gz20170412/price/big-icon.png) no-repeat 0 -92px; left:48px; top:-12px;}



.bmBox .option{overflow:inherit;}

.bmBox .option,.bmBox .sel{*zoom:1;}

.bmBox .option:before,.bmBox .option:after,.bmBox .sel:before,.bmBox .sel:after{display:table;content:"";line-height:0;}

.bmBox .option:after,.bmBox .sel:after{clear:both;}

.bmBox .option li{position:relative;}
.bmBox .option .ipTxt{width:190px;}
.bmBox .option.codeOption .ipTxt{width:90px;}
.bmBox .getcode{float:left;height: 36px;width: 90px;line-height: 36px;margin-left:10px;margin-top:6px;padding: 0 5px;background: #fff;border: 1px solid #ff8800;outline: none;color: #ff8800;}

/*.bmBox .option .sel1{width:330px;}*/



/* 杞︽姷璐峰叆鍙�*/

.mortgSuccess{ overflow: hidden; width: 455px; float: left; border-right: 1px solid #e5e5e5; margin-top: 15px; height: 300px;}

.listform{height:28px; line-height:28px; margin-top:8px;}

.listform em.err{background:url(//www1.pcauto.com.cn/2013/automall/bm/images/bg.png) no-repeat scroll 0 -19px; color: #f44; display: inline; float: left; height: 14px; margin: 7px 0px 0px -4px; overflow: hidden; width: 14px;}

.listform span{float:left; display:inline; height:28px; line-height:28px; width:74px;}

.listform select{float:left; display:inline; padding:4px; width:161px; margin-right:10px; height:28px; line-height:28px; border:1px #e9e9e9 solid; *margin-top:2px;}

.listform .logselt{width:161px;}

.coinsuc{float:left;  width:60px; padding:15px 0px 0px 12px;}

.coinsuc em{display:block; width:40px; height:40px; background:url(//www1.pcauto.com.cn/20160229/usercen/images/suctp.jpg) no-repeat;}

.moretxt{float:left;  width:345px; overflow:hidden; padding-top:15px; margin-right:35px;}

.moretxt p{height:40px; line-height:40px; font-weight:bold; font-size:24px;}

.moretxt span{display:block; width:350px; line-height:26px; font-size:14px; margin-top:18px;}

.moretxt span i{color:#fc0202;}

.moretxt a{display:block; width:125px; height:30px; line-height:30px; text-align:center; background:#ffaa00; color:#fff; font-size:14px; margin-top:20px;}





/*浼笅鎷夎鐩�*/

.bmBox .bselect-wrapper{float:left; width:95px; margin:6px 6px 0 0;}

.bmBox .bselect-wrapper ul{max-height:375px!important; *height:375px; overflow:hidden;; overflow-y:auto;/* padding-bottom:5px !importan*/;}

.bmBox .bselect-wrapper li{float:none; border-bottom:none;}

.bmBox .sel-type .bselect-wrapper{width:324px; margin-right:0px;}

.bmBox .sel{height:auto;}

.bmBox .sel .bselect-wrapper{margin-top:0;}

/*.bmBox .option span{font-size:inherit;}*/ /*璇环鍏叡鏍峰紡*/



/*瀹氬埗杩涘彛杞�*/

.bmBox .option-require{height:108px;}	

.bmBox .textarea{width:316px;height:72px;padding:5px;vertical-align:top;border:1px solid #ddd;float:left;}

.bmBox .sItem{float:left;width:103px;height:33px;border:1px solid #ddd;line-height:33px;text-align:center;cursor:pointer;margin:6px 6px 0 0;}

.bmBox .sItemCur{border-color:#fa0;}

.importSuTips{min-height:125px;}

.bmBox .option .dItems{float:left;width:328px;}

.bmBox .option-bb{height:auto;}

.bmBox .count{clear:both;font-size:12px;color:#999;line-height:24px;}

.importSuccess{float:right;padding-right:20px;}

.importSuccess li{width:204px;padding:0 50px 23px;}

.importSuccess .end{border-bottom:0;margin-top:10px;}

.importSuccess .tit{font-size:16px;padding:8px 0 5px;height:28px;overflow:hidden;text-align:center;}

.importSuccess .pEditions,.importSuccess .pQuote{height:24px;font-size:14px;margin-top:3px;overflow:hidden;}

.importSuccess .sTit{float:left;}

.importSuccess .aEdition{float:left;height:20px;line-height:20px;padding:0 4px;border-radius:3px;background:#9bc3e8;margin:2px 0 0 5px;color:#fff;font-size:12px;}

.importSuccess .pri{color:#ff4444;margin-left:5px;}

.bmBox .btn-area .imporOrderTxt{margin-left:0;text-align: left;width:434px;font-size:12px;clear:both;}



/*澹版槑*/

.statement{font-size:12px;clear:both;padding-top:10px;padding-left:81px;}

.statement input{vertical-align: -2px;*vertical-align: 1px;margin-right:3px;}

.statement a{color:#0777dd;}

.statement a:hover{color:#f70;}



.bmBox .btn-area .btn-disabled{display:none;}



/*tool.css 甯哥敤宸ュ叿*/

.plstTool{width:300px; height:138px; overflow:hidden; font-size:12px;}

.plstTool li{float:left; margin:0 10px 25px 0; width:60px; text-align:center;}

.plstTool li .icon{margin:0 auto; display:block; background-image:url(//www1.pcauto.com.cn/zt/gz20170412/price/cxsy/icon.png); background-repeat:no-repeat; vertical-align:middle;}

.plstTool li .icon{width:34px; height:34px;}

.icon-csdb{background-position: 0 -57px;}

.icon-cxdb{background-position: 0 -98px;}

.icon-tpdb{background-position: 0 -253px;}

.icon-wzcx{background-position: 0 -135px;}

.icon-gcjs{background-position: 0 -172px;}

.icon-dkgc{background-position: 0 -253px;}

.icon-zhgc{background-position: 0 -291px;}

.icon-gjmc{background-position: 0 -333px;}

.icon-pxjk{background-position: 0 -933px;}

.tbA{padding-top:20px;}



@charset "gb2312";

/*floatBtns.css*/

.hide{display:none;}

.floatBtns .icon{display:inline-block; background-image:url(//www1.pcauto.com.cn/zt/gz20170412/price/cxsy/icon.png); background-repeat:no-repeat; vertical-align:middle;}

.floatBtns{width: 50px; position: fixed; left: 50%; bottom: 25px; margin-left: 590px; _position: absolute; _top: expression(documentElement.scrollTop+documentElement.clientHeight - this.clientHeight - 20 +"px"); z-index:501;}

.floatBtns .btn-find,.floatBtns .btn-history,.floatBtns .btn-fback,.floatBtns .btn-goTop{display:block;width:50px; height:50px; margin-bottom:2px;background:url(//www1.pcauto.com.cn/zt/gz20170412/price/icon-big.png) no-repeat; cursor:pointer;}

.floatBtns .btn-find{background-position: 0 -616px;}

.floatBtns .btn-history{background-position:0 -152px;}

.floatBtns .btn-fback{background-position:0 -207px;}

.floatBtns .btn-goTop{background-position:0 -261px;}

.floatBtns .btn-find:hover{background-position: -60px -616px;}

.floatBtns .btn-history:hover{background-position: -60px -152px;}

.floatBtns .btn-fback:hover{background-position: -61px -207px;}

.floatBtns .btn-goTop:hover{background-position: -61px -261px;}



/*pop-history*/

.pop-history{ position: fixed; width:298px; left: 50%; margin-left: 270px; bottom:132px; background-color:#fff; border:1px solid #e5e5e5; box-shadow: 0px 0px 5px #ccc; border:1px solid #e5e5e5;   font-size:14px;}

.pop-history .btn-clear .icon-clear{vertical-align: -1px; *vertical-align:5px; margin-right: 2px;}

.pop-history .icon-close{ background-position: -28px -765px; width: 16px; height: 16px; float:right; margin-top:16px; cursor:pointer;}

.pop-history .th,.pop-history li{height:48px; line-height:48px; padding:0 12px; overflow:hidden; border-bottom:1px solid #e5e5e5;}

.pop-history li a{float:left; width:250px;}

.pop-history .th .mark{color:#0777dd; font-size:18px;}

.pop-history .subMark{float:right;}

.pop-history .subMark a{color:#999; cursor:pointer;}

.otherBtns #Jhistory,#btn-goTop{display:none;}

                                                    



@charset "gb2312";

/*newsWrap.css*/

.news-wrap .tag{padding:0 5px; border:1px solid #ff4444; color:#ff4444; font-size:12px; border-radius:2px;}

.news-wrap,.news-wrap a,.news-wrap .marqueeBox{height:40px; line-height:40px;}

.news-wrap{margin:20px 0; position: relative; font-size:14px;background-color:#f5f5f5;}

.news-wrap .marqueeBox{display:block; width:378px; margin-right:20px; float:left; overflow: hidden; }

.news-wrap .marqueeBox .slideContent{overflow:hidden;}

.news-wrap .tag{margin-right:10px;}

.news-wrap .icon-ivy{position: absolute; right:5px; top:5px;}

.ivy-news{ padding:0 20px 0 30px; overflow:hidden; position: relative; background: url(//www1.pcauto.com.cn/zt/gz2016090916/ad2p.png) no-repeat 14px 11px; }

.ivy-news a{display:block; float:left; *display:inline; overflow:hidden; white-space: nowrap; text-overflow: ellipsis;white-space: nowrap;}

.marqueeBox a{width:360px; float:none;}

.ivy-news .a1{width:335px; float:left; margin-right:20px;}

.ivy-news .a2{width:335px;}

.ivy-news a:hover{text-decoration:none;}

.news-wrap .ivy_bjsf{position: absolute; top: 0; left: 788px;}

.news-wrap .ivy_bjsf a{float: none;color: #cc0000;width:84px;} 



@charset "gb2312";

/*headFixNav.css*/

.headFixNav{width:100%;height:50px;background:#fff;position:fixed;top:0;left:0;_position:absolute;_top:expression(documentElement.scrollTop + "px");z-index:502;box-shadow:0 0 10px #bbb;-webkit-box-shadow:0 0 10px #bbb;-moz-box-shadow:0 0 10px #bbb;border-bottom:2px solid #0777dd;display:none; z-index:1999;}

.headFixNavShow{display:block}

.fixDoc{width:1120px;margin:0 auto;}

.fixDoc .head_logo{float:left;width:120px;}

.fixDoc .head_logo a{display:block;background:url(//www1.pcauto.com.cn/20200908/art/head_logo.png) no-repeat 0 0;width:115px;height:34px;margin:7px 0 0 0;}

.fixDoc .head_line{width:1px;height:31px;background:url(//www1.pcauto.com.cn/2015/1020/price/img/navLine_bg.png) no-repeat 0 0;float:left;margin:11px 15px 0 8px;}

.fixDoc .head_name{font-size:18px; font-weight:bold; line-height:50px; color:#333;max-width:215px;height:50px;overflow:hidden;float:left; margin-right:10px;white-space: nowrap;}

.fixDoc .head_price{width:220px; height:50px; line-height:50px; font-size:16px; float:left; overflow:hidden;}

.fixDoc .head_price .btn-xdj{color: #fff; height: 25px; line-height: 25px; width: 60px; font-size: 12px; margin-left: 5px; cursor: pointer; float:none;}

.fixDoc .head_price em{color:#ff4444;}

.fixDoc .head_m_nav {width:530px;float:right;font-size:14px; line-height:50px;}

.fixDoc .head_m_nav a:hover{color:#f60;}

.fixDoc .head_m_nav a,.fixDoc .head_m_nav em{float:right;margin:0 7px 0 14px;color:#333;}



.fixDoc .head_lay{float:right;display:inline;margin:0 0 0 20px;position:relative;padding-right:15px;z-index:300;cursor:pointer;}

.fixDoc .head_lay{z-index:400;}

.fixDoc .head_l_b{position:absolute;top:50px;background:#fff;font-size:12px;display:none;*border:1px solid #e5e5e5;}

.fixDoc .head_l_b_a{right:0;}

.fixDoc .head_lay_hover .head_l_b{display:block;}

.fixDoc .head_a_s{width:13px;height:9px;position:absolute;top:-9px;background-position:-184px -131px;background-position:-151px -128px\0;top:-8px\0;*top:-8px;}

.fixDoc .head_a_s_a{left:28px;}

.fixDoc .head_l_c{overflow:hidden;}

.fixDoc .head_l_c_a{ padding:2px 0; width:71px;text-align:center;box-shadow:0 0 5px #aaa;-webkit-box-shadow:0 0 5px #aaa;-moz-box-shadow:0 0 5px #aaa;border:1px solid #e5e5e5\0;*border:1px solid #e5e5e5;}

.fixDoc .head_l_c_a a,.fixDoc .head_l_c_a em{float:none;display:block;height:30px;line-height:30px;text-align:center;overflow:hidden;margin:0;font-size:14px;background-color:#fff;}

.fixDoc .head_a{width:9px;height:5px;background:url(//www1.pcauto.com.cn/20141013/art/head_bg.png) no-repeat -118px 0;position:absolute;right:-5px;top:23px;overflow:hidden; -webkit-transform-origin:50% 50%;-webkit-transition:-webkit-transform .2s;transition:transform .2s;}

.fixDoc .head_lay_hover .head_a {    -moz-transform:rotate(180deg);   -webkit-transform:rotate(180deg);   -o-transform:rotate(180deg);   transform:rotate(180deg);}



 



/* 绾痗ss瀹炵幇绠ご鏍峰紡 u:涓� r:鍙� d:涓� l:宸�; S*/

/**     

 * 瀹炲績绠ご 

 */

.icon-arrA{display: inline-block;/* ie7?????????????? ????????????inline-block ?????????????搂,ie6???????搂??????*/ font-size: 0; line-height: 0; overflow: hidden; }

.icon-arrA-u{border-width: 8px; border-style: solid; border-color: transparent transparent #e6e6e6 transparent; }

.icon-arrA-d{border-width: 8px; border-style: solid; border-color: #e6e6e6 transparent transparent transparent; }

.icon-arrA-l{border-width: 8px; border-style: solid; border-color: transparent #e6e6e6 transparent transparent; }

.icon-arrA-r{border-width: 8px; border-style: solid; border-color: transparent transparent transparent #e6e6e6; }



/**

 * 杈规绠ご 鍏煎webkit

 */

.icon-arrB{display: inline-block; width: 8px; height: 8px; font-size: 0; overflow: hidden; background-color: transparent; border-width: 2px 2px 0 0; border-style: solid; border-color: #e6e6e6; }

.icon-arrB-u{-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.icon-arrB-d{-webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }

.icon-arrB-l{-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.icon-arrB-r{-webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(45deg); }



/** 

 * 杈规绠ご锛氬吋瀹� ie锛堜笉鍖呮嫭ie6锛�

 */

.arr-wrap{display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; width: 10px; height: 10px; position: relative;}

.arr-wrap .icon-arrA{position: absolute; left: 0; }

.arr-wrap .s1.icon-arrA-u, .arr-wrap .s1.icon-arrA-r, .arr-wrap .s1.icon-arrA-d, .arr-wrap .s1.icon-arrA-l{z-index: 1; }

.arr-wrap .s1.icon-arrA-u, .arr-wrap .s2.icon-arrA-d{top: 2px; }

.arr-wrap .s2.icon-arrA-u, .arr-wrap .s1.icon-arrA-d{top: 0; }

.arr-wrap .s2.icon-arrA-u, .arr-wrap .s2.icon-arrA-r, .arr-wrap .s2.icon-arrA-d, .arr-wrap .s2.icon-arrA-l{z-index: 0; }

.arr-wrap .s1.icon-arrA-r, .arr-wrap .s2.icon-arrA-l{left: 0; }

.arr-wrap .s2.icon-arrA-r, .arr-wrap .s1.icon-arrA-l{left: 2px; }

.arr-wrap .s1.icon-arrA-u{border-bottom-color: #fff; }

.arr-wrap .s2.icon-arrA-u{border-bottom-color: #e6e6e6; }

.arr-wrap .s1.icon-arrA-r{border-left-color: #fff; }

.arr-wrap .s2.icon-arrA-r{border-left-color: #e6e6e6; }

.arr-wrap .s1.icon-arrA-d{border-top-color: #fff; }

.arr-wrap .s2.icon-arrA-d{border-top-color: #ddd; }

.arr-wrap .s1.icon-arrA-l{border-right-color: #fff; }

.arr-wrap .s2.icon-arrA-l{border-right-color: #e6e6e6; }



/* 绠ご杈规闃村奖 */

.arr-wrap-su{width: 20px;height: 20px;}

.arr-wrap-su::after{content: ''; position: absolute; z-index: -1; width: 8px; height: 8px; background: #fff; left: 4px; top: 12px; border-width: 1px 1px 0 0; border-style: solid; border-color: #e6e6e6; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); box-shadow: 2px -2px 5px #e6e6e6; -webkit-box-shadow: 2px -2px 5px #e6e6e6; -moz-box-shadow: 2px -2px 5px #e6e6e6; }

.arr-wrap-sd{width: 20px;height: 20px;}

.arr-wrap-sd::after{content: ''; position: absolute; z-index: -1; width: 8px; height: 8px; background: #fff; left: 4px; top: -3px; border-width: 1px 1px 0 0; border-style: solid; border-color: #e6e6e6; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); box-shadow: 2px -2px 5px #e6e6e6; -webkit-box-shadow: 2px -2px 5px #e6e6e6; -moz-box-shadow: 2px -2px 5px #e6e6e6; }

/* 绾痗ss瀹炵幇绠ご鏍峰紡 E*/ 







body .covers, .kjCovers{width: 100%; height: 100%; position: fixed; left: 0px; top: 0px; filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000'); background: rgba(0,0,0,0.5); z-index: 502;  display: none;}







/*骞垮憡闂磋窛*/



.ivy_270 iframe, .ivy_270 object, .ivy_270 img {margin:10px 0;}



.ivy_820 iframe, .ivy_820 object, .ivy_820 img{margin:10px 0;}



#col-c-ad iframe, #col-c-ad object, #col-c-ad img{margin:0 0 20px;}







.modTabC .btn-mini .icon10{z-index:0;}



/*.modTabB .tab-none{height: 44px; line-height: 44px; display: block; border-right: 1px solid #ddd;}*/



.modTabB{margin:15px 0 20px;}



.modTabB .tab-ctrl.tab-none .tab1.current{height: 88px; line-height: 88px; border-right: 1px solid #ddd;}



.modTabB .tab-ctrl.tab-none .tab2{display:none;}



.modTabD .tab-con a{background-color:#fff;}







/*area*/



.area .col-a,.area .box-a{float:left;}



.area .col-b,.area .box-b{float:right;}



.area .col-a{width: 900px;}



.area .col-b{width: 190px;}



.area1 .col-b{padding-top:20px;}



.area .col-b .modA,.area3 .modA{margin-bottom:20px;z-index: 19}



.area .col-a .box-a{width:400px;}



.area .col-a .box-b{width:470px;}



.area3 .col-a{width:820px;}



.area3 .col-b{width:270px;}



.area3 .tlstA a,.area3 .tlstB a{display:block; font-size:14px;}



.area3 .tlstA li,.area3 .tlstB li{ margin-bottom:12px;}







/*鍦嗗湀*/



.processBar{position: relative; width: 99px; height:96px; text-align: center; z-index:0;}



.processBar .processBar-txt{position: absolute; width: 96px; height:70px; left: 1px; top: 21px; text-align: center; line-height: 24px; font-size: 14px;}



.processBar .score{font-weight: bold; font-size: 26px; line-height:34px;}







/*椤甸潰棰滆壊鍥炬爣 S*/



.cInner{width: 220px; position: relative; z-index: 22;}



.tb-color .cInner{width: 250px;}







/*鍗曡棰滆壊*/



.color-wrap{font-size:14px;}



.color-wrap span,.color-wrap .btn-moreB,.color-wrap .colors{display:inline-block; *display:inline; *zoom:1;}



.color-wrap .btn-moreB{position:relative;  top:-2px;}



.color-inner a:hover .tip{visibility: visible;}



.color-inner a{ float: left; margin-right: 8px;position: relative;z-index:10; cursor:pointer;}



.color-inner .color{display:block;padding:2px; position: relative; border:1px solid #fff; border-radius:50%; background-color:#fff; overflow:hidden;}



.color-inner .color em{display:block; border-radius:50%; overflow:hidden;}



.color-inner .color i{display:block; margin:-2px 0 0 -2px;}



.color-inner .tip{min-width: 30px; visibility: hidden; white-space: nowrap; line-height:20px; height:20px; padding:0 5px;position:absolute;top: -22px; left: -9px; border:1px solid #e5e5e5; background-color:#fff; box-shadow: 0px 0px 5px #ccc; border:1px solid #e5e5e5;  z-index:10;}



.color-tit{position: relative; top:0px; z-index:-1;}



.color-inner .btn-moreB{position:absolute; width: 42px; top: 3px; right: -2px;}







/*涓よ灞曞紑棰滆壊*/



.col-color .color-wrap{width:160px; margin:15px 36px 0 0; float:left; text-align:left;}



.col-color .color-wrap .colors{width:auto;}



.col-color .more-colors .color-inner{padding:5px; position:absolute; top: 20px; left: -78px;box-shadow: 0px 0px 5px #ccc; border:1px solid #e5e5e5;  background-color:#fff;}



.col-color .more-colors{width:auto; top: 0; right: 0; vertical-align:0;}



.col-color .color-tit{float:left;}



.col-color .colors{float:left;}



.col-color .show .btn-moreB{margin:0;}



.col-color .show .colors{width:85px; box-shadow: none; border: none; }



.col-color .show .colors .btn-moreB{ width:100px; z-index: -1;}







/*棰滆壊楂樹寒鏍峰紡*/



.show .colors{position: relative;}



.show.color-wrap{z-index: 11;}



.more-colors .color-inner a{z-index:20; margin-bottom:5px;}



.color-wrap .more-colors .color-inner{display:none;}



.more-colors .color-inner{width:216px; padding: 5px 50px 5px 5px; position: absolute; top: -6px; left: -6px; border: 1px solid #e5e5e5; background-color: #fff; box-shadow: 0px 0px 5px #ccc; border: 1px solid #e5e5e5; background-color:#fff; z-index: 20; }



.show .more-colors .color-inner{display:block;}



.show .colors .icon{background-position:-22px -465px; margin-top:-3px;}



.col-color .show  .color-inner{padding-left:5px; padding-bottom:3px;}



.current .color,.color-inner a:hover .color{border-color:#f70;}







/*棰滆壊缃伆鏍峰紡*/



.color-inner .current.disabled,.color-inner .disabled{cursor:default;}



.color-inner .current.disabled .color,.color-inner a.current.disable:hover .color,



.color-inner .disabled .color, .color-inner a.disabled:hover .color{border-color: #fff;}



.color-inner a.disabled:hover .tip{color:#777;}







/*鍥剧墖妯″潡棰滆壊鏍峰紡*/



.tb-color .more-colors .color-inner{top:1px; left:-2px;}



.tb-color .btn-moreB{left: 10px; top: 5px;}



.tb-color{box-sizing: border-box; padding-bottom:20px;}



.tb-color .colors{width:300px;}



.tb-color .color-wrap{float:left; width: 380px; position: relative; z-index:14;}



.tb-color .color-wrap span{font-size:14px;}



.tb-color .color-wrap .color-tit{float:left; margin:5px 2px 0 ; *display:inline;}



.tb-color .color-inner{text-align:left;}



.tb-color .color-inner a{margin-right:6px}



.tb-color .color-inner .color{width:29px; height:29px;}



.tb-color .color i{width:29px; height:29px;}



.tb-color .color.c1 i{height:16px;}



.tb-color .color-inner .color em{margin: 1px 0 0 1px;width: 25px; height: 25px; border: 1px solid #e5e5e5;}







.tb-color .show{position: relative;}



.tb-color .show .more-colors{left:3px; top:-2px; padding-bottom:5px; z-index:9;}



.tb-color .show .more-colors .color-inner{width:247px; padding-right:60px;}



.tb-color .show .colors{position: absolute; top: -7px; left:70px; z-index:10; padding-top:3px;}



.tb-color .color-inner .btn-moreB{position:absolute; width: 42px; top: 10px; right:3px; left: initial;}



.tb-color .tip{top:-25px; left:-3px;}



/*椤甸潰棰滆壊鍥炬爣 E*/







/*focus*/



.focus-wrap{width:400px; margin-bottom:16px;}



.focus,.focus .focus-inner{width:400px; height:355px;}



.focus{position: relative; z-index:1;}



.focus .pics{width:400px; height:300px; position: relative; overflow:hidden;}



.focus .pics a{float:left; position:absolute; left:0; top:0;}



.focus .pics .pic-inner,.focus .pics .pic-color{width:400px; height:300px;}


.focus-inner .pic-big {
    background: url(//www1.pcauto.com.cn/images/holder.png) no-repeat;
    background-size: 100% 100%;
}

.focus-inner .pic-video{width:400px; height:300px; background:#000; position:relative;}



.focus-inner .pic-video img{width: 400px; height: 225px; position: absolute; vertical-align: middle; top: 0; bottom: 0; margin: auto;}



.focus .icon-video1{position: absolute; bottom: 52px; left: 12px;}



.focus-colors{width:400px; margin-top:14px; position: relative; z-index:10; display:inline-block; *display:inline; *zoom:1;}



.focus-colors{text-align:center;}



.focus-colors .colors{width:275px; text-align:left; vertical-align:middle;}



.focus-colors .color{width:22px; height:22px;}



.focus-colors .color em{width:20px; height:20px; border:1px solid #e5e5e5;}



.focus-colors .color i{width:24px; height:24px;}



.focus-colors .c1 i{height:14px;}



.focus-colors .btn-moreB{top:1px;}



.color-wrap .color-inner .btn-moreB{top:6px;right:0;}







/*????*/



.focus-ctrl{height:70px;width:412px; margin-left:-12px;}



.focus-ctrl .pic,.focus-ctrl .tit{width:90px;}



.focus-ctrl .pic{height:70px; margin-left:12px; position: relative;}



.focus-ctrl .tit{width:90px; height:24px; line-height:24px; position: absolute; bottom:0; left:0; text-align:center; color:#fff;}



.focus-ctrl .txt{ position:absolute; bottom:0; left:0; width:90px; height:0; overflow:hidden; text-align:center; color:#fff; background:url(//www1.pcauto.com.cn/2017/price/img/bg.png) repeat; cursor: pointer;}



.focus-ctrl .txt span{display:block;}



.focus-ctrl .pic.current{width:86px; height:66px; border:2px solid #0777dd; overflow:hidden;}



.focus-ctrl .pic.current img{position: relative;top: -2px; left: -2px; vertical-align:0;}



.focus-ctrl .current .tit{width:86px; bottom:-1px;}



/*.focus-ctrl .pic:hover .txt*/



.focus-ctrl .pic.current:hover .txt{height: 56px; color: #fff; padding-top: 14px;}



.focus-ctrl .pic.current:hover .tit{display:none;}



.focus-ctrl .pic-video{background-color:#000;}



.focus-ctrl .pic-video img,.focus-ctrl .pic-video.current img{position: absolute; vertical-align: middle; width: 90px; height: 51px; top: 50%; margin-top: -25px;}







/*鐩稿叧淇℃伅*/



.infor{/*margin-bottom:15px;*/}



.infor .price p{font-size:14px;}



.infor .price p,.infor .des p{line-height:34px;}



.price .btn-wrap .btn{width:104px; margin-left:15px; height:38px; line-height:38px; font-size:16px; font-weight:bold;}



.infor p span{color:#999;}



.infor .price .pTit{font-size:28px; line-height:50px;}



.infor .p1 em{font-weight:bold; color:#ff4444; font-size:24px;}



.infor .p1 .gf{color:#ff4444;}



.infor .p2 .yg:hover,.infor .p2 .esc:hover{color:#f70;}



.infor .p2 {width:470px; height:34px; overflow:hidden;}



.infor .p2 em{margin-right:5px; *margin-right:2px; font-size:14px;}



.infor .p2 em.escPrice{margin-right:0;}



.infor .p2 .jxs{font-weight:normal;}



.infor .p2 .yg{cursor:pointer;}



.infor .p2 .yg,.infor .p2 .esc{color:#ff4444;}



.infor .price .des li{overflow:hidden;}



.infor .price .des p span i{padding-left:28px;}



.infor .price .des p{width:230px; float:left; *display:inline;  *line-height:28px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}



.infor .price .des a{padding:0 5px 0 0;}



.infor .btn-wrap{margin:10px 0 10px -15px;*zoom:1;}



.infor .btn-wrap:after{content: "";clear:both;display:table;}



.infor .btn{float:left;}







/*鐩稿叧淇℃伅鍏朵粬鐘舵€�*/



.infor .other{position:relative; padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #e5e5e5;}



.infor-other .p1{color:#999; font-size:15px;}



.infor-other .p1 span{font-size:24px;font-weight: 600;color:#ff4444;margin-left:3px;}



.infor-other .modZx .tbA{padding-top:16px;}



.infor-other .tlstA li{margin-bottom:11px;}



.infor-will .price .p1{display:block;height:38px;}



.infor-will .price .btn-wrap{position: absolute; right: 0; top: 30px;}



.infor-will .p1 span{float:left;}



.infor-will .p1 em{float:left;margin-left:5px;}



.infor-will .p1 .btn-xdj{float:left;width:104px;font-size:16px;font-weight: 600;margin-left:20px;}







/*绮惧崕璐� 闂瓟璐�*/



.ulTxt_bbs li,.ulTxt_bbs a{height:30px; line-height:30px;font-size:16px;}



.ulTxt_bbs .cmt,.ulTxt_bbs .vip{background:url(//www1.pcauto.com.cn/zt/gz20170412/price/cxsy/icon.png) no-repeat;}



.ulTxt_bbs a{float:left;}



.ulTxt_bbs li{margin-bottom:14px; background:none; padding-left:0;}



.ulTxt_bbs li .cmt{background-position: -26px -894px; padding-left: 18px;float:right; color:#999; font-size:12px;}



.ulTxt_bbs li .vip{width:14px; height:14px; background-position:-26px -879px;position: absolute; bottom: 5px; right: 0;}



.ulTxt_bbs .tbA{padding-top:16px;}



.ulTxt_bbs li .pic{position:relative; overflow:inherit;width:36px; height:36px; margin-right:10px;}



.ulTxt_bbs li img{width:30px; height:30px; border-radius:50%; vertical-align:top;}







/*闄嶄环淇℃伅*/



.jjxx{width:470px; height:75px;padding:10px 0; margin:5px 0 12px; background-color:#f5f5f5;}



.jjxx p{height:24px;overflow:hidden; font-size:16px; font-weight:bold; margin-bottom:6px;}



.jjxx .txt{float:left;width:100px;height:70px;text-align:center; border-right:1px solid #e6e6e6;}



.jjxx .txt .city{display:block;position:relative;width:100px;height:24px; font-weight:bold; font-size:14px; cursor:pointer; z-index:102;}



.jjxx .txt .city .icon-arrD{margin-left:3px;  background-position: -22px -457px;   transition: .25s;}



.jjxx .txt .active .icon-arrD{transform: rotate(180deg); }



.jjxx .view{color:#999;}



.jjxx .view:hover{color:#f70;}



.jjxx .list{float:left;width:348px;}



.jjxx .list .tips{text-align:center;padding-top:25px;}



.jjxx .txts{padding-left:20px;}



.jjxx .txts li{height:26px;line-height:26px; *height:20px; overflow:hidden;}



.jjxx .txts a.tit{width:245px;height:26px; line-height:26px; float:left; overflow:hidden;word-break:break-all;}



.jjxx .txts a.down{color:#092}



.jjxx .list .txts .price{float:right;}







/*缁煎悎璇勫垎*/



.pingfen .num,.pingfen .des{float:left;}



.pingfen .num{width:96px; height:96px; margin-right:15px; top:11px;}



.pingfen .des {width:358px; font-size:14px;}



.pingfen li {height:40px; line-height:40px;  overflow: hidden; width: 358px;}



.pingfen li span{color:#999;}



.pingfen .tag1,.pingfen .tag2{padding:5px 11px; font-size:12px; height:16px; line-height:16px; display:inline-block; *display:inline; *zoom:1;}



.pingfen .tag1{background-color:#e6f2fb; color:#0672d9;border:1px solid #e6f2fb;}



.pingfen .tag2{background-color:#f5f5f5;border:1px solid #f5f5f5;}



.pingfen .btn-add{display:block; width:80px; height:25px; line-height:25px; color:#fff; text-align:center; background-color:#0777dd; font-size:12px;}



.pingfen .btn-add:hover{background:#f60;color:#fff;}



.pingfen .btn-cancel{background:#f60;color:#fff;}



.pingfen .btn-cancel:hover{color:#fff;}



.pingfen .pingfenList li{overflow:visible;}



.pingfen .items{height:40px;overflow:hidden;float:left;}



.pingfen .pingfenList .btn-add{float:left;margin:7px 0 0 10px;}



.pingfen .tag{position:relative;}



.pingfen .tag:hover{background:#f60;color:#fff;border-color:#f60;}



.pingfen .plus{position:absolute;height:12px;line-height:12px;right:2px;top:7px;color:#000;display:none;}



.pingfen .hadclk{color:#999;cursor:default;background:#fff;border-color:#e0e0e0;}



.pingfen .hadclk:hover{background:#fff;color:#999;border-color:#e0e0e0;}











.pop-add-pingfen{position:absolute;left:0;top:38px;width:350px;background:#fff;border:1px solid #e0e0e0;box-shadow:0px 0 5px 3px #e9e9e9;}



.pop-newTag{padding:0 0 0 10px;}



.pop-newTag span{float:left;padding:10px 0 0 0;color:#999;}



.pop-items{float:left;width:300px;}



.pop-items .tag3{float:left;width:88px;height:26px;line-height:26px;border:1px solid #e0e0e0;text-align:center;margin:10px 0 0 10px;}



.pop-submit{padding:10px 0 0 51px;}



.pop-submit .submit-wrap{overflow:hidden;}



.pop-submit .tip{font-size:12px;}



.pop-inp{border:1px solid #c8c8c8;width:135px;height:16px;padding:5px 15px;float:left;font-size:12px;color:#999;}



.pop-btn-submit{width:90px;height:28px;background:#0777dd;line-height:28px;color:#fff;float:left;text-align:center;margin-left:10px;}



.pop-btn-submit:hover{background:#f60;color:#fff;}



.pop-tips{font-size:12px;color:#999;padding:0 0 0 51px;}



.show-add-pingfen{position:relative;z-index:1;}







.pingfen-none{margin-top:14px;}



.pingfen-none .tit{overflow:hidden;}



.pingfen-none .tit a{color:#0777dd; float:right;}



.pingfen-none .tit a:hover{color:#ff8800;}



.pingfen-none .tit .icon-dp{margin-right:5px;}



.pingfen-none .tit em{font-weight:bold; font-size:16px;float:left;}



.pingfenList-none .pop-add-pingfen{top:70px;}



.pingfen .pingfenList-none .btn-add{margin-left:0;}







/*涔拌溅蹇呯湅*/



.modBuyCar{padding-bottom:15px;}



.modBuyCar .more{position: relative; z-index:10;}



.modBuyCar .show{z-index:999;}



.modBuyCar .show .tlstA{display:block;}



.modBuyCar .tlstA{display:none; padding: 12px 12px 0; position: absolute;top: 40px;left:0;  background-color: #fff; z-index: 10; width: 373px; border-bottom:1px solid #e5e5e5; border-left:1px solid #e5e5e5; border-right:1px solid #e5e5e5; box-shadow: 0 0 5px #d3d3d3;}



.modBuyCar .tlstA li{padding:0 0 0 10px;}



.modBuyCar .tlstA a{display:inline;}



.modBuyCar .cmt{display:inline-block; width:18px; height:14px; background-image:url(//www1.pcauto.com.cn/zt/gz20170412/price/cxsy/icon.png); background-repeat:no-repeat; background-position:-25px -902px; vertical-align:middle; vertical-align:-2px; *vertical-align:5px;}



.modBuyCar .plstA a{cursor: pointer;}



.modBuyCa .btn-moreA{position: relative; z-index:13px;}







/*鏈€鏂拌祫璁�*/
.modZx .hide{display:none!important;}
.modZx .tlstA{height:228px;}
.modZx .tlstA a{float:left;}
.modZx .tlstA a:hover{color: #ff7700;}
.modZx .tbA{padding-top:20px;}
.modZx li.tips{background-color: #f4f4f4; height: 34px; line-height: 34px; background-image: none; color: #999; font-size:14px;}
.modZx .tag{background: url(//www1.pcauto.com.cn/zt/gz20170412/price/big-icon.png) no-repeat 0 -120px; float: left; width: 38px; height: 19px; line-height: 19px; padding-left: 5px; color: #fff; font-size: 12px; text-align: center; margin: 1px 0 0 5px;}
.modZx .tbA .icon{float:left;background:url(//www1.pcauto.com.cn/zt/gz20190108/home/images/icon_mainnews.png) no-repeat;background-position:-6px -17px;width:20px;height: 20px;}
.modZx li{background:none;padding:0;}
.modZx li .time{display: none}




/*modNews*/
.modNews{position: relative;}
.modNews .ivy_370{position: absolute; left: 0; bottom: 14px; background: #fff; width: 470px;}
.modNews li,.modNews a{height:30px; line-height:30px;}
.modNews li{margin-bottom:14px; background:none; padding-left:0;}
.modNews li .cmt{background-position: -26px -894px; padding-left: 18px;}
.modNews li .vip{width:14px; height:14px; background-position:-26px -879px;}
.modNews .tbA{padding-top:16px;}
.modNews li .pic{position:relative; overflow:inherit;width:36px; height:36px; margin-right:10px;}
.modNews li img{width:30px; height:30px; border-radius:50%; vertical-align:top;}
.modNews li .vip{position: absolute; bottom: 5px; right: 0;}
.modNews li .cmt{float:right; color:#999; font-size:12px;}
.modNews .noMsg{text-align:center;height: 160px; line-height:160px;}


/*tuangou*/
.tuangou{height:82px; padding:14px 20px; margin:0 0 9px; border:1px solid #f6e7b7; background-color:#fffcf0;}
.tuangou .txt{height:42px; overflow:hidden;}
.tuangou .btn-tg{margin:0 auto; margin-top:10px;}




/*涓€閿爫浠�*/
.kjia{float:right; width:188px; height:33px; line-height:33px; text-align:center;color:#fe8a00; border:1px solid #f6e7b7; background:#fffcf0; cursor:pointer;}
.icon-kjia{width: 15px; height: 20px; display: inline-block; background: url(//www1.pcauto.com.cn/zt/gz20170412/price/cxsy/icon.png) no-repeat -25px -601px; vertical-align: middle; *display:inline; *zoom:1;}
.kjia b{font-size:14px;}
.nqiframe{display:none;}



/*鍙傞厤宸紓寮圭獥*/
.selected .pop-config{display:block; z-index:15;box-shadow: 0px 0px 5px #ccc; border:1px solid #e5e5e5; }
.pop-config{display:none; width:817px; position:absolute; left:0; top:86px; background-color:#fff; border:1px solid #e5e5e5;}
.pop-config .pop-th{padding:0 20px; height:47px; line-height:47px; font-size:16px; border-bottom:1px solid #e5e5e5; overflow:hidden;}
.pop-config .pop-th .mark{color:#007adf;}
.pop-config .pop-th .icon-close{background: url(//www1.pcauto.com.cn/zt/gz20170412/price/cxsy/icon.png) no-repeat 0px -600px; float: right; width: 20px; height: 20px; margin-top:12px; cursor:pointer;}
.pop-config .pop-tb{}
.pop-config .tit,.pop-config .plst,.pop-config .txts{*float:left;display:table-cell;}
.pop-config .tit{width:120px;font-size:14px;line-height:20px;background:#f5f5f5;text-align: center;vertical-align: middle;*padding-top:23px;}
.pop-config .title{height:26px;  overflow:hidden;text-overflow: ellipsis;white-space: nowrap; }
.pop-config .carlist .car{float:left;width: 307px;padding: 20px;}
.pop-config .carlist .icon-vs{text-align:center; *display:inline;background: none;width: 1px;border-left: 1px solid #e9e9e9;position: absolute;left:347px;top:0;height: 100%;}
.pop-config .carlist .pic,.pop-config .carlist .type{float:left; *display:inline;}
.pop-config .carlist .pic{width:70px; height:50px; margin-right:12px;}
.pop-config .carlist .no-tit{font-size:12px;position:absolute;height:50px;width:70px;background-color:rgba(000,000,000,0.5);color:#fff;line-height:50px;text-align:center;}
.pop-config .carlist .type{width:198px;}
.pop-config .btn-change{float:right;}
.pop-config .tip{padding:10px 0;margin-bottom:10px;display: none;}
.pop-config .txts{overflow:hidden;position: relative;width: 697px;background:#fff;}
.pop-config .item{float:left;width: 330px;padding: 10px 0 20px 18px;}
.pop-config .item1{/* margin-right:20px; */}
.pop-config .item span{display:inline-block; *display:inline; *zoom:1;border: 1px solid #e9e9e9;padding: 0 15px;margin-right: 10px;margin-top: 10px;}
.pop-config .item1 .tit{width:auto; height: 44px; float:left; padding:0;}
.pop-config .plst{position: relative;z-index:10;width: 697px;background:#fff;}
.pop-config .line{width: 1px;position: absolute;height:100%;background-color: #e5e5e5;font-size: 0px;overflow: hidden;left: 347px;top: 0;z-index: 0;}
.pop-config li{border-bottom:1px solid #e5e5e5;display:table;vertical-align: middle;background:#f5f5f5;}
.pop-config .carlist .pic{position: relative;}
.pop-config .carlist .pic .txt{position: absolute; width: 70px; height: 20px; line-height: 20px; left: 0; bottom: 0; text-align: center; overflow: hidden; color: #fff; font-size: 12px; background: rgba(0,0,0,.5); background-color:#333\0; *background-color:#333; }
.pop-config .nodiff{padding:21px 0;}







/*杞﹀瀷鍒囨崲*/



.pop-config .sub{position: relative;}



.pop-config .sub .price{float: left; *display:inline;}



.pop-config .btn-moreB{float:right; *display: inline;color:#007ADF;}



.change{z-index:1;}



.change .selCar{display:block;}



.selCar{display:none; position: absolute; width:260px; height:328px;  background-color:#fff; border:1px solid #e5e5e5; overflow-y: auto; top:24px; left:0;}



.selCar a,.selCar span{padding:0 10px;  display:block; overflow:hidden;}



.selCar span{height:30px; line-height:30px; background-color:#f5f5f5}



.selCar a{height:38px; line-height: 38px; background-color:#fff; cursor:pointer;}



.selCar a em{float:left; width:160px; overflow:hidden; text-overflow: ellipsis;white-space: nowrap;}



.selCar a i{float:right;}







/*modPf*/



.modPf .tab-ctrl{width: 828px;}



.modPf .tab-ctrl .tab{width: 80px;}








/*杞︿富鐐硅瘎*/



.wrap-a{width:380px;float:left;padding:0 23px 0 0;}



.wrap-a .head{padding-top:8px;height:30px;line-height:30px;}



.wrap-a .head span{float:left;font-size:16px;font-weight:700;}



.wrap-a .head .red{font-weight:700;}



.wrap-a .head .sum{float:right;color:#888}



.wrap-a .head .sum:hover{color:#f60;}



.wrap-a .head .sum i{width:17px;height:13px;background-position:-148px -81px;margin-right:5px;vertical-align:-2px;*vertical-align:2px;}



.wrap-a .rang{height:256px;padding-top:8px;}







.parameter li {position:relative;height:28px; margin-bottom:15px; padding:0 0 0 93px;zoom:1;}



.parameter li .num{font:italic 16px 'Arial';color:#888;margin-right:12px;vertical-align:middle;}



.parameter li .num1{color:#007adf;}



.parameter .name{position:absolute;top:0;left:-20px;padding-left:13px;width:90px;height:28px;  overflow:hidden;line-height:28px;white-space:nowrap;-webkit-text-overflow:ellipsis;text-overflow:ellipsis;z-index:1;color:#333;padding-left:20px;border-left:2px solid #fff; font-size:14px;}



.parameter a:hover{text-decoration:none;}



.parameter .hover .name{border-left:2px solid #007adf;}



.parameter .animate{position:absolute;left:93px;top:0;width:115px;height:28px;background:#e6f2fb;}



.parameter .parameter-rate{position:relative;z-index:2;width:278px;height:28px;overflow:hidden;vertical-align:middle;background:#fff;}



.parameter .parameter-rate a{display:block;background:#e6f2fb;color:#007adf;}



.parameter .parameter-rate em{padding-left:10px;display:block;line-height:28px;height:28px;overflow:hidden;cursor:pointer;}



.parameter .cur .parameter-rate a{  background:#007adf;color:#fff;}







.summarize{margin:23px 0 0;}



.summarize p{color:#888;height:30px;line-height:30px;font-size:14px;}



.summarize p em{color:#f44;font-weight:700;padding:0 5px;}



.summarize .table-wrap{position:relative;zoom:1;width:374px;margin-left:-3px;}



.summarize table{width:100%;height:5px;border-collapse:collapse;border-spacing:0;border-left:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc;table-layout:fixed;}



.summarize td{height:5px;border-right:1px solid #dcdcdc;font:normal 0/0 arial;}



.summarize .table-wrap .point{position:absolute;left:0;width:9px;height:9px;top:1px;margin-left:-5px;font-size:12px;}



.table-wrap .point span{position:absolute;width:100px;left:-45px;top:-25px;text-align:center;height:21px;overflow:hidden;}



.table-wrap .icon{display:block;width:9px;height:9px;overflow:hidden;background-position:-180px -39px;}



.table-wrap .icon{background-position:-31px -22px;}



.table-wrap .point .spanlf{text-align:left;left:0}



.table-wrap .point .spanrg{text-align:right;left:-90px;}







.wrap-b{width:390px;float:left;position:relative;padding:17px 0 0 24px; border-left:1px solid #e5e5e5;}



.owner{overflow:hidden;*zoom:1; margin-bottom:20px;}



.owner .pic{float:left;width:60px; height:60px; margin-top:10px;text-align:center;}



.owner .pic .img{width:60px;height:60px; display:block;margin:0 auto;position:relative;}



.owner .pic .img img{border-radius:45px;}



.owner .pic .vip{right:0;bottom:0;}



.owner .name{display:block;overflow:hidden; font-size:16px;}



.owner .name:hover{color: #f70;}



.owner .pic-txt{padding-left:10px;height:70px;float:left;}



.owner .pic-txt .p1{font-size:14px;}



.owner .pic-txt .p1 a{max-width:192px;padding:0 5px;_width:192px;color:#0777dd;overflow:hidden;word-break:break-all;}



.owner .pic-txt .p1 a:hover{color:#f70;}



.owner .pic-txt .pf{line-height:21px;}



.owner .pf .star .starmk{top:-1px;}



.owner .pic-txt .ping{background-position:-177px -469px;background-color:#f70;}



.owner .pf span{font-size:12px;}



.carTxt {font-size:14px;}



.carTxt p{line-height:24px;margin-bottom:10px;text-align:justify;text-justify:inter-ideograph;*zoom:1;}







.carTxt p:after{content:"\20";clear:both;height:0;display:block;overflow:hidden;}



.carTxt p a{float:right;}



.carTxt .btn-more{display:block; height:40px;line-height:40px;}







/*????*/



.modPic .selCar a em{width:220px;}



.modPic .thA{position:static;}



.modPic .btn-moreB{position: relative; z-index:16;}



.modPic .pic-big{width:400px;height: 298px;}



.modPic .pic-big a{ display: block; width: 400px; height: 298px; position: relative;}
.modPic .pic-big a img{
    max-width: 100%;
    max-height: 100%;
}
.modVideo .pic-big .img img{
    max-width: 400px;
    max-height: 100%;
}
.plstC .pic-small .pic img{
    max-width: 100%;
    max-height: 100%;
}
.breadline{
    font-size: 14px;
}


.modPic .pic-big .rgba{bottom:0; width:400px; text-align:center; font-size:14px;}



.modPic .pic-big .bg{position: absolute; top: 0; left: 0px; width: 400px; height: 298px; background: url(//www1.pcauto.com.cn/zt/gz20170412/price/cxsy/bg-vr.png) no-repeat;}



.modPic a:hover .tit{color:#f70;}
.icon_detailed, .icon-video1, .icon-vs, .star, .per {
    background: url(//www1.pcauto.com.cn/zt/gz20170412/price/icon-big.png) no-repeat;
}
.icon-video1 {
    display: block;
    width: 46px;
    height: 46px;
    background-position: 0 -43px;
}
.icon-video2 {
    width: 17px;
    height: 17px;
    background-position: -17px -580px;
}
.icon, .icon-renz, .icon-renz1, .modNews li .cmt, .modNews li .vip{
    display: inline-block;
    background-image: url(//www1.pcauto.com.cn/zt/gz20170412/price/cxsy/icon.png);
    background-repeat: no-repeat;
    vertical-align: middle;
}

.modPic .pic-big a:hover{border: 2px solid #f70; width: 396px; height: 294px; overflow: hidden;}



/* .modPic .pic-big a:hover img{position: relative; left: -2px; top: -2px; } */



.modPic .pic-big a:hover .tit{left: -2px; bottom: -2px; }



.modPic .pic-big a:hover .bg{left:-2px; top:-2px;}



.modPic .pic-big a:hover .icon_detailed{top:10px; left:10px;}



.modPic .show .btn-moreB{display: none;}



.modPic .show  .color-inner .btn-moreB {display:block;}







.modPic .selCar{top: 25px; left: 0; width:320px; z-index:20;}

 



.modPic .plstC .pic-small{width: 398px;}



.modPic .pic-small ul{width:400px;}



.modPic .pic-small li{ width:195px; height:147px;}



.modPic .pic-small .rgba{ width:195px; height:36px; line-height:36px; bottom:0;text-align:center; font-size:14px;}



.modPic .pic-small .pic img{width:195px; height:147px; display:block;}



.modPic .pic-small .pic:hover{ border: 2px solid #f70; width: 191px; height: 143px; overflow: hidden;}



/* .modPic .pic-small .pic:hover img{position: relative; left:-2px; top:-2px;} */



.modPic .pic-small .pic:hover .tit{left:-2px; bottom:-2px;}







.modPic .more,.modVideo .morevideo{width:200px;font-size:24px;text-align:center;}



.modPic .more a,.modVideo .morevideo a{display:block;box-sizing: border-box; padding-top:32px; width:195px; height:147px; color:#999; background-color:#f4f4f4;}



.modPic .more .icon-more,.modVideo .morevideo .icon-more{display:block; width:50px; margin: 0 auto -10px;box-sizing: border-box; height:50px; background:url(//www1.pcauto.com.cn/zt/gz20170412/price/icon-big.png) no-repeat 0 -315px;}



.modPic .more a:hover,.modVideo .morevideo a:hover{color:#fff; background-color:#f60; text-decoration:none;}



.modPic .more a:hover .icon-more,.modVideo .morevideo a:hover .icon-more{background-position:-60px -315px;}



.modPic .more{height:150px;}











.modPic .colors-none{ float: left; margin: 5px 2px 0;}



.modPic .plst-none{text-align:center;}



.modPic .plst-none .txt{height:34px; line-height:34px; font-size:16px; }



.modPic .plst-none .icon-car{width:44px; height:34px; margin-right:20px; display:inline-block; *display:inline; *zoom:1;background:url(//www1.pcauto.com.cn/zt/gz20170412/price/icon-big.png) no-repeat -70px -580px; vertical-align: middle;}



.modPic .plst-none .btn{width:200px; height:35px; line-height:35px; margin-top:25px; background-color:#0777dd; border-color:#0777dd; color:#fff; font-size:14px;}



.modPic .plst-none .btn:hover{background-color:#f60; border-color:#f60;}



.modPic .plstC{margin-top:0;display: flex;}







/*瑙嗛*/

 



.modVideo .plstC{margin-top:0;display: flex;}



.modVideo .tit{display:block; height:35px; line-height: 35px; text-align:center; background-color:#f4f4f4; font-size:14px; overflow:hidden;}



.modVideo .rgba{ bottom:35px;}



.modVideo .more{height:115px;}



.modVideo .sub em{float:right;height: 100%;display: flex;align-items: center;font-size:14px;}



/*.modVideo .plstC .pic-big,.modVideo .plstC .pic-small{height:305px;}*/



.modVideo .pic-big{width:400px;height: 298px;box-sizing: border-box;}



.modVideo .pic-big a{position: relative; display:block; width:400px; height:298px;}



.modVideo .pic-big .rgba{width:400px;height: 74px; padding:0 12px;box-sizing: border-box;}



.modVideo .pic-big .sub i{margin-top:16px; float:left; *display:inline;}



.modVideo .pic-big a:hover{ border: 2px solid #f70; width: 396px; height: 296px; overflow: hidden;}



.modVideo .pic-big a:hover .tit {margin-top:-2px;}



.modVideo .pic-big a:hover .rgba{ bottom: 32px; }



.modVideo .pic-big a:hover img{position: relative; left:-2px; top:-2px;}



.modVideo .pic-big a:hover .tag{left:-2px; top:-2px;}



.modVideo .pic-big a:hover .rgba{left:-2px; bottom:33px;}



.modVideo .pic-big .img{display: table-cell; vertical-align: middle; height:263px; overflow:hidden; background-color:#000}







.modVideo .pic-small{width:405px;}



.modVideo .pic-small ul{width:400px;}



.modVideo .pic-small li{ width:195px; height:147px;}



.modVideo .pic-small .rgba{width:171px; height:36px; line-height:36px; padding:0 12px; overflow:hidden;}



.modVideo .pic-small .icon-video2{float:left; margin-top:8px; *display:inline;}



.modVideo .pic-small .pic:hover{border: 2px solid #f70; width: 191px; height: 144px; overflow: hidden;}



.modVideo .pic-small .pic:hover img{position: relative; left:-2px; top:-2px;}



.modVideo .pic-small .pic:hover .sub{left:-2px; bottom:33px;}



.modVideo .pic-small .pic:hover .tit{left:0; bottom:2px; position: relative;}







.modVideo .tag{position: absolute; top: 0; width: 48px; height: 20px; background-color: #f80; color: #fff; text-align: center; left: 0; }



.modVideo .pic-small .pic:hover .tag{top:-2px; left:-2px;}







/*jingxiaoshang*/

.modJxs .tbA{padding-top:0; padding-bottom:15px;}

.modJxs .tbA .con dd{width:888px; overflow:hidden; margin-bottom:5px;}

.modJxs .city{position: relative; font-size:14px;margin: 22px 0 0 11px;}

.modJxs .mark-pro{width:430px; margin: 19px 0 0 15px; font-size: 12px; display: block; float: left; height: 28px; line-height: 28px;}

.modJxs .mark-pro .bselect-wrapper,.modJxs .mark-pro select{float:left; z-index:9; width:106px; *width:98px; margin-right:5px; height:25px; border:1px solid #e5e5e5;}

.modJxs .mark-pro .bselect-option-wrapper{max-height:375px !important;}

.modJxs .mark-pro i{width:84px; height:28px; overflow:hidden; float: left; font-size:14px; color:#999;}

.litms{display: inline; float: left; width: 384px; line-height: 29px;  overflow: hidden; padding: 20px 0 0 0; margin-right:60px; position:relative;font-size: 14px;}

.litms p{height:32px; line-height:32px;}

.litms .icon-zt,.litms .icon-4s,.litms .icon-disabled{float:left;margin:6px 3px 0 0;}

.litms p .atits{font-weight:bold; margin-right:8px; float:left; font-size:16px;}

.litms p .atits:hover{color:#f70;}

.litms p em{float:left; font-size:14px; color:#999;}

.litms p img{margin-left:8px; vertical-align:middle; float:left; margin-top:10px;}

.litms p font{color:#888;}

.maptit{color:#0777dd; margin-left:4px;}

.litms .morehei{margin:5px 0 0;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} 

.litms .coins{display:inline-block; height:20px; line-height:20px; color:#ff4444; font-size:12px; margin-right:6px; border:1px #ffbdbd solid; border-radius:2px; padding:0 8px; *display:inline; *zoom:1;}

.litms .coins:hover{color:#f70; border:1px #f70 solid;}

.litms .persend{color:#f44;}

.litms .persend:hover{color:#f60;}

.litms .green{margin-left:12px;}

.litms .btnto{position:absolute; width:10px; height:17px; background:url(//www1.pcauto.com.cn/zt/gz20170412/price/cxsy/icon.png?2017) no-repeat 0 -825px; right:6px; top:43px;}

.box-bd .subBtnchange{margin-top:-1px; margin-bottom:20px;}

.litms .green span{color:#999; margin:0 5px;}

.ohterCityList dd{overflow:hidden; border-bottom:1px #e9e9e9 solid; margin-right:-40px;}

.metosp{display:inline-block; border:#A9A9A9 solid 1px; color:#A9A9A9; padding:2px 5px; font-size:12px; height:12px; line-height:13px; border-radius:4px; margin-left:5px;*display:inline; *zoom:1;}

.metosp:hover{color:#f70; border:1px #f70 solid;}

.litms .btn-xdj{width:75px; margin-right:12px; text-align:center; height:25px; line-height:25px; font-size:12px; display:inline-block; *display:inline;*zoom:1;}

.modJxs .btn-moreA{margin-top:25px;}

.sCoupon{background: url(//www1.pcauto.com.cn/zt/gz2017101114/yhj/yhj.png) no-repeat 0 -228px;display: inline-block;width: 109px;height: 18px;line-height: 18px;vertical-align: -3px;margin-left: 10px;}







/*modYh*/



.modYh ul{margin-bottom:-40px;}







/*缂栬緫瀹炴祴鐐硅瘎*/



.modTabDp .tag{display:inline-block; height:21px;line-height:21px;padding:0 7px; color:#fff; border-radius:2px; font-size:12px;*display:inline; *zoom:1;}



.modTabDp .tag-red{background-color:#fe4444;}



.modTabDp .tag-yellow{background-color:#ff8800;}



.modTabDp .tag-green{background-color:#009a21;}



.modTabDp .tag-gray{background-color:#aaa;}







.modTabDp .con{font-size:14px;}



.modTabDp .th{padding:0 12px; height:40px; line-height:40px; background-color:#f5f5f5; font-weight:bold; font-size:16px;}



.modTabDp .txt .col1,.modTabDp .txt .col2,.modTabDp .des{float:left;}



.modTabDp .col1,.modTabDp .col2{text-align:center;}



.modTabDp .num,.modTabDp .txt{padding:20px 0; border-bottom:1px solid #eee;}



.modTabDp .num .col2{width:176px; height:86px;}



.modTabDp .num .col2 .none{font-size: 22px; line-height: 64px;}



.modTabDp .num .col2 .ms{font-size:22px;}



.modTabDp .num .col2 .ms i{font-size:14px;}



.modTabDp .num .col1,.modTabDp .num .col2{display:inline-block; vertical-align:middle; *display:inline; *zoom:1;}







.modTabDp .col1{width:96px;}



.modTabDp .col1 .pic{width:96px; height:96px; border-radius:50%; overflow:hidden;}



.modTabDp .col1 .name{font-size:16px;}



.modTabDp .des{width:660px; margin-left:60px;}



.modTabDp .des ul{margin-top:25px; overflow:hidden;}



.modTabDp .des li{float:left; width:328px; overflow:hidden;}



.modTabDp .des span{float:left; font-weight:bold; margin-top:3px;}



.modTabDp .des p{overflow:hidden; line-height:26px;}



.modTabDp .des p em{display:block; line-height:32px;}



.modTabDp .des i{font-weight:bold; font-size:18px;}



.modTabDp .con-wrap{display:none;}



.modTabDp .show .con-wrap{display:block;}



.modTabDp .btn-wrap{background-color: #fff; margin-top: -1px; border-bottom: 1px solid #e5e5e5;}



.modTabDp .btn-wrap .off{display:none;}



.modTabDp .show .btn-wrap .off{display:inline;}



.modTabDp .show .btn-wrap .on{display:none;}







/*modType*/



.modType .thA{z-index:15;}



.modType .thA .sub{ max-width: 320px; overflow: hidden; height: 24px;}



.modType .tag{display:inline-block; height:17px; line-height:17px; padding:0 3px; color:#fff; font-size:12px; border-radius:2px;*display:inline; *zoom:1;}



.modType .tag-ms{background-color:#96d198;}



.modType .tag-bt{background-color:#98c6e8;}



.modType .tag-xss{background-color:#efca98;}



.modType .tag-tc{background-color:#ccc;}



.modType .tag-zs{background-color:#efca98;}



.modType .tag-tczs{background-color:#ccc;}



.modType .tag-jss{background-color:#ffac13;}


/* 20190911 s */
.modType .modTabC .tab{padding:0 8px; width:auto;}
/* 20190911 e */


.modType .selCar{min-width: 300px;width: auto;*width: 300px;background: #f5f5f5;}



.modType .selCar a em{min-width: 100px;width: auto;*width: 200px;padding-right: 50px;*padding-right:10px;}



.modType .selCar a i{position:absolute;right:10px;}



.modType .col2 a.gray:hover{color:#999;}



.modType .serialType{float:left;}



.modType .serialType a{line-height:33px; display:block;border:1px solid #e5e5e5;height:33px;padding:0 15px;color:#0777dd; font-size: 14px;}



.modType .serialType a:hover{color:#f60;}



.modType .serialType .arrow,.modType .serialType .icon{background:url(//www1.pcauto.com.cn/zt/gz20170412/price/cxsy/icon.png) no-repeat;}



.modType .serialType .icon{display:inline-block;width:11px;height:19px;margin:-2px 5px 0 0;}



.modType .serialType .icon_1{background-position: 0px -804px;}



.modType .serialType .icon_3{background-position:-1px -783px;width:14px;}



.modType .serialType .arrow{background-position:-35px -458px;display:inline-block;width:5px;height:8px;margin-left:6px;vertical-align:0;*vertical-align:6px;}







.modType .col1{width: 275px;}



.modType .col1,.modType .col2,.modType .col3,.modType .col4{margin-right: 6px;}



.modType .btn-wrap .btn{width: 48px; height: 21px; line-height: 21px; padding:0 5px;}



.modType .btn-fq{width: auto;}







/*甯栧瓙*/



.modTz .plstD ul{width:840px; }



.modTz .plstD li{width:180px;}



.modTz .plstD .pic img{width:180px; height:120px;}



.modTz .plstD .sub em{color:#999;}







/*浜屾墜杞�*/



.modEsc .plstD ul,.modGz .plstD ul{width:850px;}


.modGz .plstD li{width:140px;}

.modEsc .plstD li{width:180px;}



.modGz .plstD .pic img{width:140px; height:105px;}
.modEsc .plstD .pic img{width:180px; height:120px;}



.modEsc .plstD .sub em{color:#ff4444; float:left;font-size: 14px;}
#JmodEsc .plstD .sub span {
    text-decoration: line-through;
    margin-left: 5px;
    margin-top: 3px;
}



.modTz .plstD .sub .cmt{display: inline-block; height: 20px; background-image: url(//www1.pcauto.com.cn/zt/gz20170412/price/cxsy/icon.png); background-repeat: no-repeat; background-position: -25px -899px; vertical-align: middle; padding-left: 17px;}











/*缃戝弸涔熷叧娉�*/



.modGz .plstD .pic{position: relative; height:141px;}



.modGz .plstD .tit,.modGz .plstD .num{text-align:center;}



.modGz .plstD .tit{width:140px; height:36px; line-height:36px; position: absolute; left:0; bottom:36px; color:#fff;}



.modGz .plstD .num{height:36px; line-height:36px; font-size:14px; width:140px;}



.modGz .plstD .num i{font-size:16px;}



.modGz .processBar{top:30px;}



.modGz .price .btn{font-weight:normal;}



.modGz .price .btn-cxpd{background-color:#0777dd; color:#fff; border-color:#0777dd;}



.modGz .price .btn-cxpd:hover{background-color:#ff6700; border-color:#ff6700;}







.modGz .infor{padding-bottom:20px; height:180px; border-bottom:1px solid #eee; overflow:hidden; margin-bottom:20px;}



.modGz .infor .des p{width:220px;}



.modGz .infor .price p,.modGz .infor .des p{line-height:30px;}



.modGz .pic-big,.modGz .txts,.modGz .num{float:left;}



.modGz .pic-big{margin-right:30px;}



.modGz .txts{margin-right:10px; width:440px;}



.modGz .txts .th{font-weight:bold; font-size:22px;}







/*绮惧僵娲诲姩鎺ㄨ崘*/



.modActive li {background:none; padding:0; margin-bottom:0;}



.modActive li a{ font-size:14px;}



.modActive li a.txt-t{color:#ff4444;}



.modActive li a.txt-t:hover{color:#f70;}



.modActive li .tag{padding:0 5px; height:18px; line-height:18px; margin-right:10px; display:inline-block; color:#fff; background-color:#ff4444; border-radius:2px; text-align:center; font-size:12px; *display:inline; *zoom:1;}







/*姹借溅鐑攢姒�*/



.modHot .con span{float:left;}



.modHot .con em{float:right;}



.modHot .tab-ctrl{width:284px;}



.modHot .tab{width:82px;}



.modHot .con li a{background-color:#fff; cursor:pointer;}  



.modHot .con .more {line-height: 22px;}



.modHot .con .more a{color:#0777dd; }



.modHot .con .more a:hover{color:#f70;}







/*鐪嬩簡鍙堢湅*/



.area1 .col-b .modAttention{margin-bottom: 0;}



.modAttention .plstB ul{display:none;}



.modAttention .plstB li{padding-bottom:20px; position: relative;}



.modAttention .price{ display: block; height: 25px; line-height: 25px; overflow: hidden;}



.modAttention .des{padding:0;}



.modAttention .des .tit{line-height: 18px; height: 18px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}



.modAttention .plstB .db{position: absolute; left:96px; top:42px; color:#0777dd;}



.modAttention .plstB .db:hover{color:#f70;}



.area3 .col-b .modAttention .des{width: 170px;}







/*閰峰吇杞�*/



.modKyc .tbA{padding-top:0;}







/*浠婃棩鐗规儬*/



.modTe .tbB{border-bottom:none;}



.modTe ul{overflow:hidden;}



.modTe li{padding:20px;}



.modTe .pic{position: relative; display:block; text-align:center;}



.modTe .pic .img-small{width:44px; height:44px; position: absolute; top:0; left:0;}



.modTe .pic .img-big{width:180px; margin:0 auto; height:135px;}



.modTe .pic .tit{font-size:18px;line-height:24px;margin-top:5px;}



.modTe .price{height:40px; line-height:40px; text-align: center; margin-bottom:10px;}



.modTe .price span{font-weight:bold; font-size:18px;}



.modTe .price em{font-size:14px;}



.modTe .btn{width:107px; height:35px; line-height:35px; font-size:14px;}



.modTe .btn-xdj{margin-right:6px; *margin-right:2px;}







/*鐑棬杞﹀瀷瀵规瘮*/



.modCompare ul{font-size:14px;}



.modCompare li{padding:20px; border-bottom-color:#eee;}



.modCompare li.last{border:none;}



.modCompare .icon-vs{display:block; margin:10px auto;}



.modCompare .btn-compare{display:block; width:230px; margin:0 auto; height:35px; line-height:35px; color:#fff; text-align:center;background-color:#0777dd; cursor:pointer;}



.modCompare .btn-compare:hover{background-color:#ff8800;}



.modCompare .btn-disabled, .modCompare .btn-disabled:hover{background-color:#ccc !important; color:#fff !important; border:none!important;}



.compare1{font-weight:bold;}



.compare2 p{margin-bottom:10px;}







/*澶у閮戒拱浠€涔堣溅*/



.modCar .tab-ctrl,.modCar .tab-con{float:left;}



.modCar .tab-ctrl,.modCar .tab-ctrl span{width:75px;}



.modCar .tab-ctrl span{height:48px; line-height:48px; margin-bottom:2px; border:none; background-color:#f5f5f5;}



.modCar .tab-ctrl{margin-right:10px;}



.modCar .tab-con{width:186px;}







/*鐑棬鍝佺墝*/



.modHotCar .con{overflow:hidden;}



.modHotCar .con a{display:block; float: left; width:124px;padding-left: 10px; margin-bottom:10px; background: url(//www1.pcauto.com.cn/zt/gz20170412/price/cxsy/icon.png) no-repeat;background-position: -36px 9px;}



.modHotCar .more{display:block;}



.modHotCar .more a{color:#0777dd;}



.modHotCar .more a:hover{color:#f70;}







/* 鎺ㄨ崘 */



/*.modTj .tab-ctrl{float:right; margin-top:20px;}



.modTj .tab{width:12px; height:12px; margin-left:5px; display:inline-block; background:url(//www1.pcauto.com.cn/zt/gz20170412/price/cxsy/icon.png) no-repeat; background-position:-28px -823px; cursor:pointer;}



.modTj .tab.current{background-position:-28px -807px;}



*/



.modTj .con-zt {overflow:hidden;}



.modTj .con-zt li{float: left; width: 124px;}







/*leftNav */



.leftNav{width:80px;position:absolute;left:50%;top:0;margin-top:421px;margin-left:-662px;_position:absolute;_top:50%;_margin-top:-128px!important;_top:expression(documentElement.scrollTop+documentElement.clientHeight/2 +"px");z-index:99; font-size:14px;}



.leftNav a{display:block;height:48px;line-height:48px;background:#f5f5f5;text-align:center;margin-top:2px;}



.leftNav a:hover{color:#fff; background-color:#0777dd;}



.leftNav .on{color:#fff;background-color:#0777dd;font-weight:bold;}



.leftNav .on:hover{color:#fff;background:#0777dd;}



.leftNav a.sjApp{background:#aaa;}



.leftNav .sjApp{position:relative;}



.leftNav .sjApp p.tit{height:34px;line-height:34px;background:#aaa;text-align:center;margin-top:2px;color:#fff;}



.leftNav .info{width: 217px; height: 130px;background:#fff;position:absolute;left:0;top:45px;text-align:left;display:none;box-shadow:0 0 5px #aaa;-webkit-box-shadow:0 0 5px #aaa;-moz-box-shadow:0 0 5px #aaa;box-shadow:0 0 0 #aaa\0;border:1px solid #ddd\0;*border:1px solid #ddd;}



.leftNav .info a{display:block;overflow:hidden;height:90px;text-align:left;}



.leftNav .info a.zh{height:116px; padding: 12px 12px 0 10px; float: left;  *display:inline;}



.leftNav .info a.bj{ height:116px; padding: 12px 9px 0 0;  float: left;  *display:inline;}



.leftNav .info span{width:89px;overflow:hidden;display:block;cursor:pointer; text-align:center;}



.leftNav .info .tit-i{color:#0777dd;font-weight:700;display:block;height:20px;line-height:20px;}



.leftNav .info .icon{display:block;}



.leftNav .info .icon em{color:#a29f9f;padding-top:25px;text-align:center;padding-top:20px;line-height:24px;height:24px;}



.leftNav .info .icon .em1{background-position:13px -238px;}



.leftNav .info .icon .em2{background-position:-34px -238px;width:68px;}



.leftNav .info .icon .em3{background-position:-108px -238px;}



.leftNav .jiantou{position:absolute;display:block;width:13px;height:8px;left:30px;top:-8px;background-position:-126px -128px;background-position:-151px -128px\0;*background-position:-151px -128px;_top:-9px;}



.leftNav .sjApp-hov .info{display:block;}



.leftNav .sjApp-hov p.tit{background:#f70;color:#fff;cursor:pointer;}

















/*popKanjia.css*/

.popkj{position:fixed; width:826px; height:455px; border-top:3px #ff4444 solid; left:50%; top:50%; margin:-229px 0 0 -413px; background:#fff; z-index:1003; font-family:"????????????????"; display:none;}

.popkj p{height:100px; line-height:110px; padding-bottom:4px; text-align:center; font-size:24px; font-weight:bold;}

.ctlefts{float:left; width:452px;}

.ctlefts .parts{height:136px; padding:8px 0px 0px 92px; margin-bottom:18px;}

.partl{float:left; width:64px; margin-right:30px;}

.partl em{display:block; width:64px; height:74px; background:url(//www1.pcauto.com.cn/yjkj/images/icons01.jpg) no-repeat;}

.partl i{display:block; text-align:center; height:45px; line-height:45px; color:#ff5a37; font-size:18px;}

.ctlefts .parts span{display:block; font-size:14px; color:#aaa; line-height:28px;}

.partls em{background:url(//www1.pcauto.com.cn/yjkj/images/icons02.jpg) no-repeat;}

.ctrights{float:left; width:314px;}

.ctrights img{display:block; width:214px; height:214px; margin:0 auto;}

.ctrights .pictx{padding-top:24px;}

.ctrights .pictx i{float:left; width:36px; height:36px; background:url(//www1.pcauto.com.cn/yjkj/images/wxico.jpg) no-repeat; margin:0 18px 0 -6px;}

.ctrights .pictx span{display:block; color:#888; line-height:24px; margin-top:-7px;}

.popkj b{cursor:pointer; width:17px; height:17px; background:url(//www1.pcauto.com.cn/yjkj/images/clico.jpg) no-repeat; position:absolute; right:19px; top:16px;}

.ctrights .pictx em,.ctlefts .parts span em{color:#ff5a37;}



.ctlefts .parts strong{font-size:18px; line-height:40px; color:#ff5a37;}

.ctrights{float:none; width:100%;}

.ctrights .pictx{padding-top:0px; height:36px; margin-bottom:5px;}

.ctrights .pictx i{margin-left:227px;}

.ctlefts{float:none; width:100%;}

.ctlefts .parts{float:left; width:360px; padding-left:48px;}

.ctrights .pictx span{font-size:16px; line-height:36px; margin-top:0px;}

.popkj p{height:58px; line-height:58px; padding-bottom:0px;}

.partl{margin:0px 20px 0px 0px;}

.emss{display:block; height:14px; line-height:14px; text-align:center; color:#888; margin-bottom:10px;}

.emss em{color:#f44;}

.partl i{line-height:28px; font-size:16px;}



.nqiframe{position:fixed; width:826px; height:483px; background:#fff; border-top:3px #ff7700 solid; left:50%; top:50%; margin:-244px 0 0 -413px; z-index:502; display:none;}



.nqiframe b{cursor:pointer; width:17px; height:17px; background:url(//www1.pcauto.com.cn/yjkj/images/clico.jpg) no-repeat; position:absolute; right:19px; top:16px;}







/*浼笅鎷�*/



.bselect-wrapper {font-size:14px; position:relative; width:196px; height:34px; cursor:pointer; text-indent:12px; color:#999; color:#333; border:1px solid #ddd;}

.bselect-wrapper:active,

.bselect-wrapper:focus,

.bselect-wrapper.is-open {border-color:#8be;z-index: 999}



.bselect-wrapper.is-disabled:focus {border-color: #ddd;}



.bselect-value {overflow:hidden; padding-right:20px; white-space:nowrap; text-overflow:ellipsis;}

.bselect-wrapper.is-disabled .bselect-value {color:#999;}



.bselect-option-wrapper {display:none; border:1px solid #ddd; border-top:0; background:#fff; box-shadow:0 0 10px rgba(0, 0, 0, .1);}

.is-open .bselect-option-wrapper {display:block;}



.bselect-option,

.bselect-tag {line-height:24px; display:block; overflow:hidden; height:24px; cursor:pointer; white-space:nowrap; text-overflow:ellipsis;}

.bselect-tag {font-weight:bold; line-height:30px;height:30px; cursor:default; background:#f5f5f5; }



.bselect-option-wrapper .bselect-option.is-focus {color:#fff; background:#0777dd;}

.bselect-arrow {position:absolute; top:50%; right:10px; display:block; width:8px; height:5px; margin-top:-3px; transition:transform linear .2s; background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAARCAYAAADg1u3YAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALJJREFUeNpiYC+/+xCI8xjQAEgMJMcEZPcC8UQgpxhJEsSeCJJjRBLoAeJKqJp2IC752akMUQBVVAGVAIFKoGQHAxZ7G0AYWYzx////DLgAIyMjESYQcgNBX7BAA6kHJgDV8BskBqYJhORjvL4AAWYpKamHZ8+e/WdsbHwSWWLWrFl5QPFV8LgAChQjSSLiAmQFVADDF2lpab1wNwAVoYQDULIDI6iBisChCJSEhyZAgAEAc4ltlzOdJ9kAAAAASUVORK5CYII=');}

.is-open .bselect-arrow {transform:rotate(180deg); background-position:0 -6px\0;}

.is-disabled .bselect-arrow {background-position: 0 -12px;}



/*椤甸潰浼笅鎷夎鐩�*/



.modJxs .thA .subMark .line,.modJxs .thA .subMark a{height:18px; line-height: 18px; display:inline-block; vertical-align:middle; *display:inline; *zoom:1;}



.modJxs .thA .subMark .line{height:14px; margin: 22px 2px 0 2px; *margin:26px 4px 0 2px;}



.modJxs .thA .subMark a{margin-left:0;}



.modJxs .thA .subMark a.yh{max-width: 112px; overflow: hidden;}



.modJxs .thA .mark{max-width:300px; overflow:hidden;}



.modJxs .tbA{padding-bottom:0;}







/*.bselect-wrapper.is-open{z-index:10;}*/



.bselect-wrapper li{margin-bottom:5px;}



.bselect-value{font-size:12px;}







/*鍏嶈矗澹版槑*/



.dStatement{margin:24px 0 20px; height:36px; line-height:36px; background-color:#f5f5f5; text-align:center; font-size:14px; color:#f70;;}







/*鍒嗘湡璐溅寮圭獥 S*/




/*鍒嗘湡鍏ュ彛&寮规*/



.bgcover{width:100%; height:100%; position:fixed; left:0px; top:0px; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');background:rgba(0,0,0,0.7); z-index:501; display:none;}



.fqpops{width:1040px; height:587px; position:fixed; left:50%; top:50%; border-top:3px #ff7700 solid; margin:-295px 0px 0px -520px; background:#fff; z-index:503; display:none;}



.fqpops .tits{height:82px; overflow:hidden; line-height:112px; position:relative; font-size:26px; text-align:center;}



.fqpops .tits em{position:absolute; width:17px; height:17px; background:url(//www1.pcauto.com.cn/20160104/tgtk/closebtn.jpg) no-repeat; cursor:pointer; right:20px; top:30px;}



.fqpops .titsm{height:30px; line-height:15px; display:block; text-align:center; color:#888; font-size:14px;}



.popmain{height:353px;}



.popmain .poplefts{float:left; width:610px; padding-top:40px;}



.mitlist{height:32px; line-height:32px;}



.mitlist em{float:left; width:192px; text-align:right; font-size:14px; height:32px; line-height:32px;}



.mitlist em i{color:#f44;}



.mitlist select{float:left; font-family:"Microsoft Yahei"; padding:4px; height:32px; line-height:32px; width:350px; border:1px #e9e9e9 solid; *margin-top:4px; font-size:14px;}



.mitlist select.stsel{width:170px;}



.mitlist select.jianjus{margin-right:10px;}



.poplefts .tiptfs{height:20px; line-height:20p; padding-left:192px;}



.poplefts .tiptfs b{float:left; width:16px; height:16px; background:url(//www1.pcauto.com.cn/20160104/tgtk/err_bg.jpg) no-repeat; margin:2px 4px 0px 0px;}



.poplefts .tiptfs em{color:#ff4444;}



.poplefts .tiptfs strong{float:left; width:16px; height:16px; background:url(//www1.pcauto.com.cn/20160104/tgtk/tru_bg.jpg) no-repeat; margin:2px 4px 0px 0px;}



.poplefts .tiptfs i{color:#009922;}



.poplefts .shumgs{height:30px; overflow:hidden; padding-left:120px; font-weight:bold; line-height:20px;}



.poplefts .shumgs em{float:left; display:inline; width:15px; height:16px; background:url(//www1.pcauto.com.cn/20160104/tgtk/tipstp.jpg) no-repeat; margin-right:6px;}



.poplefts .shumgs i{color:#f44;}



.mitlist input{float:left; height:30px; line-height:30px; padding-left:8px; font-size:14px; width:340px; border:1px #e9e9e9 solid; color:#333; background:#f9f9f9;}



.mitlist input.sortipt{width:160px; margin-right:10px;}



.xmyzs input.haserr{border:1px #f44 solid; background:#fff;}



.mitlist a{background:#aaa; float:left; width:170px; text-align:center; height:32px; line-height:32px; color:#fff; font-size:14px; text-decoration:none; cursor:pointer;}



.mitlist a.hasclick{background:#fa0; cursor:pointer;}



.mitlist a.hasclick:hover{background:#ff7700;}







.poprights{float:left; width:428px; padding-top:34px; font-family:"Microsoft Yahei";}



.poprights li{height:75px; margin-bottom:26px;}



.poprights li img{float:left; width:64px; height:75px; margin-right:28px;}



.poprights li p{font-size:16px; color:#ffaa00; height:38px; line-height:48px;}



.poprights li span{display:block; font-size:14px; color:#aaa; height:22px; line-height:22px;}



.fqpops .formbtn{width:100%; height:50px; line-height:50px; position:relative;}



.fqpops .formbtn a{display:block; width:380px; height:50px; line-height:50px; text-align:center; color:#fff; background:#ffaa00; font-family:"Microsoft Yahei"; font-size:20px; margin:0 auto;}



.fqpops .formbtn a:hover{background:#f70;}



.fqpops .bottomsm{height:40px; line-height:40px; background:#f4f4f4; text-align:center; color:#aaa; margin-top:32px; font-size:14px;}



.fqpops .bottomsm i{font-weight:bold; color:#f44;}







.fqpops .formbtn span.tips{position:absolute; height:50px; line-height:50px; top:0px; left:732px; font-size:14px; color:#f44;}







.fqpops02 .poplefts{padding-top:0px;}



.fqpops02 .poprights{padding-top:32px;}



.lttits{height:40px; line-height:40px; padding-left:172px; font-weight:bold; font-size:14px;}



.fqpops02 .tits{height:94px;}



.fqpops02 .tiptfs{height:14px;}



.fqpops02 .popmain{height:371px;}



.fqpops02 .mitlist em{width:248px;}



.fqpops02 .mitlist select{width:265px;}



.fqpops02 .popmain .poplefts{width:605px;}



.fqpops02 .formbtn{padding-left:332px;}



.fqpops02 .formbtn a{float:left;}



.fqpops02 .formbtn b{float:left; display:inline; width:16px; height:16px; background:url(//www1.pcauto.com.cn/20160104/tgtk/err_bg.jpg) no-repeat; margin:16px 4px 0px 10px;}



.fqpops02 .formbtn em{float:left; color:#f44; height:50px; line-height:50px;}



.fqpops02 .otipt{width:254px;}







.fqpops03 .titsm{color:#888;}



.fqpops03 .tits{height:75px; line-height:100px;}



.fqpops03 .popmain{height:400px;}



.fanwz{height:63px; line-height:75px; padding-left:73px; font-size:14px; font-weight:bold;}



.fqpops03 .popmain .poplefts{padding-top:0px;}



.fqpops03 .ulfan{overflow:hidden; width:480px; padding-left:73px;}



.fqpops03 .ulfan li{height:130px; margin-bottom:18px;}



.fqpops03 .ulfan a{display:block; width:478px; height:128px; border:1px #e9e9e9 solid; cursor:default;}



/*.fqpops03 .ulfan a:hover{border:1px #ffaa00 solid;}*/



.fqpops03 .ulfan span{float:left; border-right:1px #f2f2f2 solid; height:98px; margin-top:18px;}



.fqpops03 .ulfan .sp01{width:151px;}



.fqpops03 .ulfan .sp02{width:164px; padding-top:19px; height:79px;}



.fqpops03 .ulfan .sp03{width:160px; border-right:0 none;}



.fqpops03 .ulfan .sp01 img{display:block; width:50px; height:50px; margin:9px auto 0px;}



.fqpops03 .ulfan .sp01 em{display:block; text-align:center; height:38px; line-height:38px; font-size:16px; font-family:"Microsoft Yahei"; color:#333;}



.fqpops03 .ulfan .sp02 em{display:block; height:28px; line-height:28px; font-size:14px; padding-left:26px; color:#777;}



.fqpops03 .ulfan .sp02 i{color:#f44;}



.fqpops03 .ulfan .sp02 font{color:#333;}



.fqpops03 .ulfan .sp03 b{font-weight:normal; display:block; height:14px; line-height:14px; color:#777; padding-left:26px; padding-bottom:6px; font-size:14px;}



.fqpops03 .ulfan .sp03 em{display:block; height:25px; line-height:25px; font-size:14px; padding-left:26px; color:#333;}



.fqpops03 .poprights{padding-top:64px;}



.fqenter{float:left; height:26px; line-height:26px;}



.fqenter a{color:#f70;}



.fqenter a:hover{color:#ff3333; text-decoration:underline;}







.popmainadds .poplefts{padding-top:0px;}



.smtextadd{height:40px; line-height:40px; font-size:14px; padding-bottom:6px; padding-left:118px; font-weight:bold;}



.smtextadd i{color:#f44;}







.fqpops04{height:670px;}



.fqpops04 .popmain{height:450px;}



.fqpops04 .mitlist a{background-color:#0777dd;}



.fqpops04 .mitlist a.disabled{background-color:#ccc;}



.fqpops04 .mitlist-imgcode input{border-color:#ff4444;}



.fqpops04 .mitlist-imgcode {margin-top:-20px;}



.fqpops04 .u-check{width:15px; height:12px; margin:10px 0 0 10px; background:url(//www1.pcauto.com.cn/zt/20161115fenqi/img/icon.png) no-repeat; float:left;}



.fqpops04  .checkTip{ margin-top: -19px; overflow: hidden; height: 20px; line-height: 20px; padding-left: 192px;}



.fqpops04 .check{width:16px; height:16px; float:left; margin:2px 5px 0 0; background:url(//www1.pcauto.com.cn/zt/20161115fenqi/img/icon1.png) no-repeat;}







.tipCb{margin-top:15px; color:#aaa; text-align:center; font-size:14px;}



.tipCb .cb{display:inline-block; width:13px; height:13px; border:1px solid #aaa; position:relative;    top: 2px; left: 0; margin-right: 5px; cursor:pointer;}



.tipCb .cb i{display:none; position:absolute; left: 2px; top: 2px; width:15px; height:12px; background:url(//www1.pcauto.com.cn/zt/20161115fenqi/img/icon3.png) no-repeat;}



.tipCb .cb.current i{display:block;}



.tipCb a{color:#0777dd;}



/*鍒嗘湡璐溅寮圭獥 E*/







/*170627 add 杞︾郴椤� 鈥滄偍鍙兘鍏虫敞鈥� 澧炲姞 2~3 瀛楁埅鏂€�*/



.modTabB li {width: 298px;padding-right: 0;}



/*涓滈閲戣瀺*/



.df-link{display: inline-block;cursor: pointer;padding-left: 15px;font-size: 14px;line-height: 18px;background-image: url(//www1.pcauto.com.cn/zt/gz2016090916/ad2p.png);background-repeat:no-repeat;padding-left:12px;background-position:0 center;margin-left: 10px;color: #f44;}







/*鏈€鏂颁績閿€娲诲姩闂磋窛璋冩暣*/



#newstsp{margin-bottom: 0;}



.popwind{display: none;width: 500px;/* height: 375px; */left: 50%;margin-left: -285px;top: 20%;background: #fff;border-top: 3px solid #ff9900;position: fixed;z-index: 999;padding: 35px;}



.BG{display: none; position: fixed; left: 0; top: 0; _position: absolute; filter: alpha(opacity=50); background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; z-index: 998;} .popwind .address ,.popwind .store{font-size: 16px; display: block; /* font-weight: bold; */ }



.popwind .number{color: #ff4444; font-size: 44px; display: block; text-align: center; line-height: 77px; height: 77px; }



.popwind  .qr{display: block;width: 184px;height: 212px;margin: 0 auto;text-align: center;font-size: 14px;font-weight: bold;}



.popwind .tips{width: 268px;height: 29px;background:url(//www1.pcauto.com.cn/zt/gz20170809/price/cxsy/tips.png) no-repeat center;margin: 0 auto 10px;line-height: 35px; font-size: 12px; text-align: center;}



.popwind .close{background:url(//www1.pcauto.com.cn/zt/gz20170809/price/cxsy/close.png) no-repeat center;width: 17px;height: 17px;position: absolute;right: 20px;top: 20px;}



.price .btn-wrap .lxsj{ background-color: #007adf; color: #FFF; border-color: #007adf; }



.price .btn-wrap .lxsj:hover{ background-color: #f60; border-color: #f60; } 



.infor .popwind  .tips{ font-size: 14px; }



.infor .popwind  .tips font{ color:#ff4444; font-weight: bold;  }



/*杞︾郴鍋滃敭 璧勮璐村瓙鍒囨崲*/



#JmodZx_link{width:180px;height:46px;overflow:hidden;text-align:right;}



#JmodZx_link a{margin-left:0;}



#JmodZx_link em{float:left;max-width:125px;white-space:nowrap;overflow:hidden;margin-right:5px;}











/* 涓存椂閬綇閲戜節閾跺崄鎹㈣*/



.serialBar{position: static;}



.serialBar .allSell{z-index:9;}



.nav li{position: relative; z-index: 0; background: #0777dd;}



/*閲戜節閾跺崄*/



.ivy_jjys_tag{display: inline-block; height:21px;line-height: 21px; background-color: #f44; color: #fff; font-size: 12px; border-radius: 3px; padding: 0 5px; }



a.ivy_jjys_tag:hover{color:#fff;}



.serialBar .ivy_jjys_tag,.modType .ivy_jjys_tag{float: left; margin:25px 0 0 10px;}



.serialBar .ivy_jjys,.modType .ivy_jjys{background:url(//www1.pcauto.com.cn/zt/gz2016090916/ad2p.png) no-repeat;color:#fff;}



.serialBar .ivy_jjys{width:70px; float:left; margin-left:10px; padding-left:3px; background-position:  0 26px;}



.modType .thA{position: relative;}



.modType .ivy_jjys{width:58px; padding-left:12px; left: 2px; top: -9px; background-position: 0 1px;}



.modType .ivy_jjys a{background-color:#f44; display:block; height:21px; line-height:21px; padding:0 5px;}



.modType .ivy_jjys .icon-arrD2{bottom:-8px;}



.modActive li a:hover{color:#f70;}



.modActive .ivy_jjys_txt{padding: 0 20px 0 30px; overflow: hidden; position: relative; background: url(//www1.pcauto.com.cn/zt/gz2016090916/ad2p.png) no-repeat 7px 2px; color:#f44;}



.modActive .ivy_jjys_txt:hover{color:#f70;}







/* 铚傚发 */



/*#sgDealer .thA{z-index:20; position: relative;}*/



.modJxs .dFc .litms:hover{z-index: 13;}



.modJxs .con .dFc{height: 180px;}



.modJxs .con .dFc .litms{height: 160px;}



.modJxs .tbA .con .dFc,.dFc .litms,.dFc .morehei{overflow: visible;}



.modJxs .dFc .litms .morehei font + span{max-width: 250px; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; }



.litms p .pop-gw img{margin:0;}





/* 铚傚发鈥斺€斿叧娉ㄥ叕浼楀彿 */

.box-jxs a.sub-wechat,.modJxs a.sub-wechat{color:#092;}

.box-jxs a.sub-wechat:hover,.modJxs a.sub-wechat:hover{color:#f60;}

.box-jxs .sub-wechat .icon-wechat,.modJxs .sub-wechat .icon-wechat{width: 20px;height: 19px; display: inline-block; margin: -2px 0 0 0;background: url(//www1.pcauto.com.cn/zt/gz20170412/price/cxsy/icon.png) no-repeat; vertical-align: middle;background-position: 0px -718px;}



/* 铚傚发鈥斺€斿鑸�+淇冮攢*/

.cx-fc:hover,.maptit-fc:hover {z-index: 12;}

.cx-fc:hover .pop-fc, .maptit-fc:hover .pop-fc{display: block;}

.cx-fc, .maptit-fc{position: relative; cursor: pointer;}

.maptit-fc{z-index: 10;}

.cx-fc{z-index: 9;}

.pop-fc{display: none; position: absolute; top: 30px; z-index: 10; width:140px; padding:20px; background-color: #fff; border:1px solid #e6e6e6; border-radius:2px;    box-shadow: 0px 0px 5px #e6e6e6;}

.pop-fc .pd{position: absolute; top:-13px; left:0; height: 12px; width: 180px;}

.pop-fc .arr-wrap{position: absolute; top: -16px; left: 50%; margin-left: -10px;}

.pop-fc .img{display: block; width: 140px; height: 140px;}

.pop-fc .img img{margin:0;}

.pop-fc .txt,.pop-fc .txt i{display: block; width: 140px; white-space: initial; line-height: 22px; font-size:12px; color:#333;}

.pop-fc .txt{padding-top:10px;}

.pop-fc .txt .tit-gray{color:#999; font-size: 14px; margin-bottom: 5px;}

.pop-fc-cx{left:0;}

.pop-fc-cx .txt .tit-gray{font-size:14px;}

.pop-fc-nav{left: -55px;}

.pop-fc-nav .txt{font-size: 14px; text-align: center;}



/* 铚傚发鈥斺€旇川璇㈤攢鍞【闂� */

.btn-gw:hover{color:#333; z-index: 12;}

/* .btn-gw:hover .pop-gw{display: block;} */

.btn-gw, .maptit-fc{position: relative; cursor: pointer;}

.btn-gw .btn{margin-top: 10px; display: inline-block; width: 118px; height: 33px; border: 1px solid #ddd; font-size: 14px; color: #333; line-height: 35px; text-align: center;}

.pop-gw{display: none; position: absolute; top: 40px; right: 0; width: 494px; padding: 20px; background-color: #fff;border:1px solid #e6e6e6; border-radius:2px;    box-shadow: 0px 0px 5px #e6e6e6;z-index: 9; text-align: center}

.pop-gw .arr-wrap-su{position: absolute; top:-16px; right:50px;}

.pop-gw .pd{height: 20px!important; position: absolute; width: 536px!important; left: 0; top: -20px;}

.pop-gw .tab{width: 360px; border-right: 1px solid #ebebeb;}

.pop-gw .tab,.pop-gw .con, .pop-gw .tab .lis{float: left; }

.pop-gw .tab .lis{width: 90px; margin-right:30px;}

.pop-gw .tab .btn-zx{display: block; margin-top: 10px; width: 88px; height: 24px; line-height: 24px; text-align: center; border:1px solid #0777dd; color:#0777dd; font-size: 14px;}

.pop-gw .con{padding-left:30px;}

.pop-gw .con .lis{width: 100px;}

.pop-gw .con .img{border-radius: 50%; overflow: hidden}

.pop-gw .con .txt-zx{display: block; font-size: 14px; margin-top:10px;}



/* 铚傚发鈥斺€�4s搴楀叕浼楀彿 */

.yStore-4s li{float: left; padding: 25px; margin:25px 0 0 30px; width: 309px; height: 207px; border:1px solid #ebebeb;}

.yStore-4s .des{padding-bottom: 20px; border-bottom: 1px dashed #ebebeb}

.yStore-4s .des .img{float: left; width:70px; height: 70px; border-radius: 50%; overflow:hidden;}

.yStore-4s .des .txt{width: 229px; padding-left:10px; overflow:hidden}

.yStore-4s .des .name{font-size: 16px; color:#0777dd; font-weight: bold;}

.yStore-4s .des .tip{font-size: 12px; color:#999;}

.yStore-4s .des .rz{font-size: 14px;}

.yStore-4s .des .btn-rz{display: inline-block; width: 60px; height: 14px; background:url(//www1.pcauto.com.cn/zt/20171011/fengchao/img/icon-rz.png) no-repeat; *display: inline; *zoom:1; vertical-align: middle}

.yStore-4s .wechat{padding-top:20px;}

.yStore-4s .wechat .img{float:left;}

.yStore-4s .wechat .txt{padding-left:20px; overflow: hidden}

.yStore-4s .wechat  .txt p{font-size: 12px; color:#999;}

.yStore-4s .wechat .txt .tit{font-size: 14px; color:#333;}

  







/*浼樻儬鍒�*/



.selCoupon{background:url(//www1.pcauto.com.cn/zt/gz2017101114/yhj/yhj.png) no-repeat 0 0;width:385px;height:106px;float:left;display:inline;margin:20px 49px 0 0;}



.selCoupon a{display:block;width:385px;height:106px;}



.selCoupon .couponTxt{float:left;width:285px;padding:0 20px;}



.selCoupon .couponBtn{float:right;width:20px;padding:10px 17px 0;font-size:16px;line-height:20px;color:#fff;}



.selCoupon .tit{font-size:18px;color:#ff4444;line-height:24px;display:block;height:48px;overflow:hidden;margin-top:14px;}



.selCoupon .subTit{color:#999;margin-top:14px;}



.modCoupon .tbA{padding-top:0;overflow: hidden;margin-top:2px;}



.modCoupon .c{width:870px;}



.modCoupon .control{display:none;}



.tabCoupon{position:relative;}



.tabCoupon .prev,.tabCoupon .next{background:url(//www1.pcauto.com.cn/zt/gz2017101114/yhj/yhj.png) no-repeat;position:absolute;width:30px;height:55px;top:109px;z-index:1;display:none;}



.tabCoupon .prev{left:0;background-position:-391px -19px;}



.tabCoupon .next{right:0;background-position:-391px -76px;}



.tabCoupon .prev:hover{background-position:-391px -134px;}



.tabCoupon .next:hover{background-position:-391px -191px;}



.tabactive .prev,.tabactive .next{display:block;}



/*浼樻儬鍒稿脊灞�*/

.yhjPop{background:#FF7E3D;border:1px solid #C37F5C;width:450px;height:665px;position:absolute;z-index:1;top:50%;left:50%;margin:-332px 0 0 -225px;}

.yhjPop .bar{color:#fff;font-size:18px;height:22px;padding:18px 20px 0;line-height: 22px;}

.yhjPop .mark{float:left;}

.yhjPop .close{float:right;background:url(//www1.pcauto.com.cn/zt/gz2017101114/yhj/yhj.png) no-repeat -400px 0;width:17px;height:16px;overflow:hidden;line-height:9999px;cursor:pointer;}

.yhjPop iframe{margin:0 20px 10px;border:0;height:615px;}

.yhjPopbg{height:100%;width:100%;background:#000;opacity:0.5;filter:alpha(opacity=50);} 

 



/*浼樻儬鍒�2*/



.yhqItem{float: left; width: 385px; height: 100px; margin:20px 49px 0 0; background: url(//www1.pcauto.com.cn/zt/gz20180117/yhj/yhq-bg3.png) no-repeat center top;}



.yhqItem .con{width: 237px; padding: 0 16px 0 18px;}



.yhqItem .con, .yhqItem .meta{display: inline-block; *display: inline; *zoom:1; vertical-align: middle;}



.yhqItem span{display: block;}



.yhqItem .tit{ font-size: 18px; color: #fb6165; line-height: 24px; max-height: 48px; overflow: hidden;}



.yhqItem .shop{font-size: 12px; color: #bbb8b8;}



.yhqItem .meta{width: 111px; text-align: center;}



.yhqItem .meta .btn-free{width: 76px; height: 32px; background: #fb6165; border-radius: 16px; margin: 0 auto 0; color: #fff; font-size: 14px; line-height: 32px;}



.yhqItem .meta .time{color: #fb6165; font-size: 12px; margin-top: 9px;}







.yhqItem{display: table; position: relative;}



.yhqItem .middle{display: table-cell; vertical-align:middle;}



.yhqItem .middle{ *position: absolute; *top:50%;}



.yhqItem .con, .yhqItem .meta {*position: relative; *top: -50%}







/*寰俊鐮嶄环鍏ュ彛?*/



.price .btn-wrap .btn-wxkj{font-weight:400;}



.price .btn-wrap .btn-wxkj:hover{background:#fff;border-color:#ddd;color:#333;}



.smallProgram{position:relative;float: left;}



.smallProgram .icon-new{width:34px;height:34px;background:url(//www1.pcauto.com.cn/zt/gz2017112214/xcx/new.png?t=2) no-repeat;position:absolute;right:0;top:0;}



.smallProgram .sp-pic{display:none;position:absolute;top: 38px;left: 15px;width: 104px;background: #fff;text-align: center;border: 1px solid #ddd;padding: 7px 0;}



.smallProgram-hover .sp-pic{display:block;}







/* 12/11 绾跨储閲忓勾缁堟椿鍔� */



/*.icon-award-link{display: inline-block; width: 92px;vertical-align: -6px;*vertical-align: -3px;height: 24px;background: url('//www1.pcauto.com.cn/zt/gz20171207/1206addnewlink/img/icon-award-link-b.png') no-repeat; display:none;}*/



.icon-award-link{display: inline-block; width: 128px;vertical-align: -6px;*vertical-align: -3px;height: 24px;background: url('//www1.pcauto.com.cn/zt/gz20181011/yhtg/img/icon-award-link.png') no-repeat;display:none;} 





.icon-award-big{position: absolute;right: -11px;top: -11px;background:url('//www1.pcauto.com.cn/zt/gz20171207/1206addnewlink/img/icon-award-big.png') no-repeat;width: 26px;height: 29px; }



.icon-award-small{position: absolute;right: -11px;top: -16px;background:url('//www1.pcauto.com.cn/zt/gz20171207/1206addnewlink/img/icon-award-small.png') no-repeat;width: 22px;height: 24px; }



.box-jxs .box-col-b .xdj-b{overflow: inherit;height: 38px;}



.icon-award-link-b{vertical-align: -4px;}



.txtrs .btn-wrap-b{height: 40px;overflow: inherit;}







/*鐢靛姩杞︽洿澶氭暟鎹�*/



.car-more-data{margin-bottom: 16px;}



.car-more-data ul{margin-left: -10px; overflow: hidden;}



.car-more-data li{width: 96px; height: 70px; border: 1px solid #dddddd; border-bottom:2px solid #6c98f0; margin-left: 10px;



	padding: 7px 5px 0 5px;



	font-size: 14px;



	color: #999;



	line-height: 24px;



	float: left;



}



.car-more-data .p1{margin-bottom: 3px; color: #333; line-height: 21px;}



.car-more-data .p2{font-size: 12px; height: auto; line-height: 1.2;}



.car-more-data .p2 em{color: #6c98f0; font-size: 18px; font-family: Arial; margin-right: 10px; font-weight: bold; display: block; margin-bottom: 2px;}



.bt-infor .price p, .bt-infor .des p{line-height: 30px;}



.bt-infor .price .des p{line-height: 26px;}



.bt-infor .price .des{margin-bottom: 7px;}



/*琛ヨ创缁忚繃寮圭獥*/

.pop-save-price{

	position: absolute;

	background: #fff;

	border: 1px solid #ddd;

	width: 217px;

	height: 208px;

	z-index: 100;

	display: none;

	margin: 25px 0 0 -93px;

	font-size: 14px;

	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);

	        box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);

}

.pop-save-price .tit{

	background: #f5f5f5;

	line-height: 46px;

	height: 46px;

	text-align: center;

	font-size: 14px;

	font-weight: bold;

	position: relative;

}

.pop-save-price .tit em{

	color: #ff4444;

	font-size: 16px;

}

.pop-save-price .tit .icon-arrow{

	width: 14px;

    height: 10px;

    background: url(//www1.pcauto.com.cn/zt/gz20170412/price/cxing/icons.png) no-repeat -53px -284px;

    z-index: 99;

    position: absolute;

    left: 50%;

    top: -7px;

    margin-left: -5px;

    display: block;



}

.pop-save-price .item1{}

.poo-save-price .item4{}

.pop-save-price dl{height: 39px; line-height: 39px; text-align: center; overflow: hidden; border-top: 1px solid #ddd; }

.pop-save-price dt{float: left; width: 108px; }

.pop-save-price dd{float: left; width: 108px; border-left: 1px solid #ddd;}



.pop-save-detail{

	display: none;

}

.pop-save-bg{

	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#7F000000,endColorstr=#7F000000)";    

     filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#7F000000, endColorstr=#7F000000); 

	position: fixed;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	z-index: 999;

}

:root .pop-save-bg{

	filter: none;

	background: #000; 

	background: rgba(0,0,0,0.5);

}

.pop-save-con{

	position: fixed;

	left: 50%; top: 50%;

	width: 570px; height: 280px;

	margin: -140px 0 0 -285px;

	background: #fff;

	z-index: 1000;

}

.pop-save-con .tit{height: 50px; line-height: 50px; background: #f4f4f4; padding-left: 20px; font-size: 18px; color: #333; font-weight: bold;}

.pop-save-con .icon-closed{width: 18px; height: 18px; background: url(//www1.pcauto.com.cn/zt/gz20180305/diandongche/icon-closed.png) no-repeat 0 0; float: right; margin: 16px 16px 0 0; cursor: pointer;}

.pop-save-con .icon-closed:hover{

	background-position: 0 -18px;

}

.pop-save-con .detail{float: left; width: 285px; padding: 25px 0 30px; font-size: 14px;}

.pop-save-con .detail dt{float: left; width: 146px; text-align: right; padding-right: 5px; color: #999;}

.pop-save-con .detail dd{color: #333;}

.pop-save-con .detail dd em{color: #ff4444; font-weight: bold;}

.pop-save-con .detail dl{overflow: hidden; line-height: 23px; }

.pop-save-con .btn-more{width: 180px; height: 40px; line-height: 40px; text-align: center; color: #fff; background: #0777dd; margin:15px auto 0; display: block;}

.pop-save-con .btn-more:hover{background: #f60;}

.pop-save-con .line{float: left; width: 1px; height: 164px; overflow: hidden; background: #ebebeb; font-size: 0; line-height: 0; margin-top: 30px;}

.pop-save-con .desc{float: left; width: 198px; padding:25px 43px; color: #999; line-height: 26px; font-size: 14px; }

.pop-save-con .desc p{color: #999; line-height: 26px; font-size: 14px; }

.pop-save-con .desc .hd{margin-bottom: 8px;}

.pop-save-con .desc strong{color: #333333; font-size: 16px; text-align: center;}







/*strength*/



.strength{}



.strength {padding: 15px 0 14px;}



.strength .tip{overflow: hidden; font-size: 14px; padding-bottom: 6px; padding-left: 22px;}



.strength .tip a{color: #999; float: right;}



.strength{height: 100px;}



.strength .processBar{float: left;}



.strength .processBarBig{width: 100px; height: 100px;}



.strength .processBarBig .processBar-txt{line-height: 12px; top: 20px;}



.strength .processBarBig .processBar-txtAll{top: 30px;}



.strength .processBarBig .gray{color: #333; font-size: 14px;}



.strength .processBarBig em{color: #999; font-size: 12px;}



.strength .processBarBig .processBar-txtAll .score{color: #f80;}



.strength .processBarBig .score{color: #999;}



.strength .processBarWrap{overflow: hidden;}



.strength .processBarWrap .processBar{height: 70px; width: 70px; margin-left: 22px;}



.strength .processBarWrap .score,.strength .processBarWrap .processBar-txt{font-size: 12px; line-height: 20px;}



.strength .processBarWrap .score{font-weight: normal;}



.strength .processBarWrap .processBar-txt{top:16px;left:0; text-align: center; width: 100%;}



.strength .tip .icon-qa{display: inline-block; *display: inline; *zoom: 1; width: 15px; height: 15px; float: none; vertical-align: middle; margin-left: 5px; background: url(//www1.pcauto.com.cn/zt/2018/price/strength/img/qa.png) no-repeat; }







/*鏀粯瀹濆叆鍙�?*/



.price .btn-zfb{background:#007adf;border:1px solid #007adf;color:#fff;position:relative;}



.price .icon-zfb-hb{font-size:14px;background:#ff4444;color:#fff;position:absolute;top:-14px;right:-12px;width:52px;height:24px;line-height:24px;border-radius:3px;}



.price .arrow{border-width:5px;border-style:solid;border-color:transparent transparent transparent #f40;position:absolute;top:19px;left:30px;}



/*鏀粯瀹濅簩缁寸爜寮瑰眰*/

.pop-bgMark{position:fixed;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,0.7);z-index:9998;}

.pop-zfb{position:fixed;top:50%;left:50%;margin:-232px 0 0 -147px;z-index:9999;}

.pop-zfb-con,.pop-zfb-colse{background:url(//www1.pcauto.com.cn/zt/gz20180904/zfb/zqf-icon.png) no-repeat;}

.pop-zfb-con{width:294px;height:232px;padding-top:160px;text-align:center;}

.pop-zfb-con .img{height: 170px;}

.pop-zfb-con .img img{width: 166px;height: 166px;}

.pop-zfb-con .des{font-size:16px;color:#fff;line-height:24px;margin-top:16px;display: none;}

.pop-zfb-colse{width:49px;height:49px;background-position:-122px -415px;margin:23px auto 0;overflow:hidden;line-height:9999px;cursor:pointer;}



.floatBtns .btn-zfb img{margin-bottom: 5px;}  







 /*20181224*/

 .modJxs .thA { position: relative; z-index: 15; }

.modJxs .mark-pro-right { float: right; }

.modJxs .mark-pro-right .bselect-wrapper { width: 108px; margin-right: 0; margin-left: 5px; }

.modJxs-new { position: relative; z-index: 13; }

.modTab .thA .mark { margin-right: 30px; }

.modTab .mark-normal { border-bottom: 0; color: #888; }

.modTab .mark-normal a { color: #888; }

.sales-con { margin-right: -36px; }

.sales-item { width: 390px; height: 208px; border: 1px solid #e9e9e9; float: left; margin: 30px 36px 0 0; }
.sales-item-left { width: 110px; float: left; padding: 30px 26px 0 22px; text-align: center; }
.sales-item-right { width: 220px; float: left; padding: 25px 10px 0 0; }
.sales-con .sales-head { width: 110px; height: 110px; border-radius: 110px; overflow: hidden; display: block; margin-bottom: 12px; }
.sales-con .sales-wxbtn { width: 78px; height: 21px; border: 1px solid #089c29; line-height: 21px; display: block; margin: 0 auto; color: #46ab56; position: relative; z-index: 10; }
.sales-con .sales-wxbtn span { display: block; }
.sales-con .sales-wxbtn .sales-tym { background: #fff; position: absolute; top: -127px; width: 128px; height: 160px; left: 185px; margin-left: -66px; -moz-box-shadow: 0px 0px 20px #ccc; -webkit-box-shadow: 0px 0px 20px #ccc; box-shadow: 0px 0px 20px #ccc; display: none; }
.sales-con .sales-wxbtn .sales-tym em { padding: 10px 15px 10px; display: block; color: #333; }
.sales-con .sales-wxbtn .sales-tym img { width: 114px; height: 114px; background: #000 }
.sales-con .sales-wxbtn .sales-tym cite { width: 0; height: 0; border-right: 10px solid #fff; border-top: 10px solid transparent; border-bottom: 10px solid transparent; position: absolute; left: 0; margin-left: -10px; top: 50%; margin-top: -25px; }
.sales-con .sales-wxbtn:hover .sales-tym { display: block; }
.sales-item-right i { display: block; color: #333; font-size: 14px; line-height: 22px; }
.sales-item-right .i1 { font-size: 16px; font-weight: 700; padding-bottom: 12px; }
.sales-item-right .i1 span { display: inline-block; color: #0776dd; font-size: 12px; font-weight: normal; height: 20px; line-height: 20px; padding: 0 5px; background: #ecf4fc; margin-left: 5px; }
.sales-item-right .i3 { color: #888; }
.mark-sales { display: none; }
.modTab .mark { cursor: pointer; }
#sgDealer { z-index: 20 }

/*20190110*/
.btn-moreP{
    display: block;
    width: 170px;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    background-color: #f5f5f5;
    text-align: center;
    cursor: pointer
}
.tab-con{border-bottom: 1px solid #eee;}
.con-px{height: 120px;overflow: hidden;}

/* 20190514 add */
.mark{position: relative;} 
.salesico{display: block; width: 71px; height: 22px; background: url('//www1.pcauto.com.cn/zt/gz20190514/xxgw/img/ico-hot.png') no-repeat 0 0; position: absolute; top: 0; right: -75px; } 
.modJxs .thA .mark{overflow: visible; }

.box-sales{text-align: center; position: absolute; right: 0; top: 53px; border-left: 1px solid #ebebeb; padding: 20px 20px 30px; display: none; height: 340px; } 
.box-sales-hd{font-size: 18px; height: 40px; } 
.box-sales-hd span{display: inline-block; padding-left: 30px; background: url('//www1.pcauto.com.cn/zt/gz20190514/xxgw/img/wechat.png') no-repeat left center; } 
.box-sales-bd dl{height: 70px; padding: 15px 0; } 
.box-sales-bd dt{float: left; width: 228px; } 
.box-sales-bd dd{width: 70px; float: right; color: #07c160; font-size: 12px; } 
.box-sales-bd dd a{display: block; width: 70px; height: 28px; position: relative; float: right; margin-top: 22px; } 
.box-sales-bd dd a i{display: block; width: 68px; height: 26px; border: 1px solid #07c160; line-height: 26px; text-align: center; color: #07c160; } 
.box-sales-bd dd a:hover{text-decoration: none; } 
.box-sales-bd dd a:hover i{color: #2ba246; border-color: #2ba246; } 
.box-sales-bd dd a span{display: none; } 
.box-sales-bd dd a .sales-tym {background: #fff; position: absolute; top: -20px; width: 128px; padding: 5px 5px 10px 5px; height: 160px; left: -155px; -moz-box-shadow: 0px 0px 20px #ccc; -webkit-box-shadow: 0px 0px 20px #ccc; box-shadow: 0px 0px 20px #ccc; display: none; } 
.box-sales-bd dd a .sales-tym em {padding: 10px 15px 10px; display: block; color: #333; } 
.box-sales-bd dd a .sales-tym img {width: 112px; height: 112px; background: #000 } 
.box-sales-bd dd a .sales-tym cite {width: 0; height: 0; border-left: 10px solid #fff; border-top: 10px solid transparent; border-bottom: 10px solid transparent; position: absolute; right: -10px; margin-left: -10px; top: 25px; } 
.box-sales-bd dd a:hover .sales-tym { display: block; } 
.box-sales-bd dd a:hover span{display: block; } 
.box-sales-pic{width: 70px; height: 70px; border-radius: 70px; overflow: hidden; float: left; } 
.box-sales-pic img{max-width: 100%; border-radius: 70px; } 
.box-sales-info{float: left; padding-left: 15px; width: 142px; text-align: left; overflow: hidden; } 
.box-sales-info i{display: block; white-space: nowrap; text-overflow: ellipsis; line-height: 24px; height: 24px; } 
.box-sales-info .i1 em{font-size: 14px; font-weight: 700; color: #333; float: left; } 
.box-sales-info .i1 span{float: left; display: inline-block; height: 20px; padding: 0 5px; background: #ecf4fc; color: #0777dd; font-size: 12px; line-height: 20px; font-weight: normal; margin: 2px 0 0 5px; } 
.box-sales-info .i2{font-size: 12px; color: #333; } 
.box-sales-info .i3{font-size: 12px; color: #999; } 
.modTabA{position: relative; }

/* 20210520 add */
#yangcheQrcode{padding-bottom:68px;}
#yangcheQrcode .yongche-code-img{display: block; width: 150px; height: 150px; margin: 80px auto 10px; }
#yangcheQrcode .yangche-code-tips{margin:0 auto 8px; width:224px; font-size: 16px; font-weight: bold; line-height: 24px; color: #333; text-align: center; }
#yangcheQrcode .yongche-code-detail{margin:0 auto; width:224px; font-size: 14px; line-height: 20px; color: #777; text-align: center; }
#yangcheQrcode .yongche-code-detail .blue-txt{color: #0777dd;}

#yangche-service-tools{float:left; box-sizing: border-box;}
#yangche-service-tools .tools-item{display: inline-block;text-align: center;margin: 0 9px;}
#yangche-service-tools .tools-item:hover{color: #ff6600;}
#yangche-service-tools .tools-item:first-child{margin-left: 0;}
#yangche-service-tools .tools-item:last-child{margin-right: 0;}
#yangche-service-tools .tools-item .tools-icon{width: 48px;height: 48px; border-radius: 50%;transition: transform .2s linear;}
#yangche-service-tools .tools-item:hover .tools-icon{transform: translateY(-5px);}
#yangche-service-tools .tools-item .tools-name{width: 100%;height: 40px;line-height: 40px; text-align: center; font-size: 14px;}

/* 20210524鏂板 */
.hideYangcheForm{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}


/* 20190610 add*/
.best-sales dl{width:388px;min-height:60px;position:relative;margin-bottom:10px;}
.best-sales dl dt{position:absolute;left:0;top:0;width:60px;height:60px;}
.best-sales dl dt img{width:60px;height:60px;border-radius:60px;}
.best-sales dl dd{padding-left:78px;display:block;height:60px;}
.best-sales-text{display:inline-block;vertical-align:middle;float:left;font-size:14px;padding:5px 0;width:238px;overflow:hidden;}
.best-sales-text i{display:block;font-size:16px;font-weight:700;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.best-sales-text em{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.best-sales-btn{width:70px;float:right;vertical-align:middle;display:block;height:100%;position:relative;}
.best-sales-btn a{display:inline-block;text-align:center;color:#092;border:1px solid #092;width:68px;height:23px;line-height:23px;text-align:left;text-indent:27px;background:url('//www1.pcauto.com.cn/zt/gz20190606/sgimg/ico-wechat.png') no-repeat 7px center;position:absolute;right:0;}
.best-sales-btn a.phone{border-color:#0777dd;color:#0777dd;background:url('//www1.pcauto.com.cn/zt/gz20190606/sgimg/ico-phone.png') no-repeat 7px center;top:0;}
.best-sales-btn a.wechat{bottom:0;}
.best-sales-btn a.wechat-center{bottom:50%;margin-bottom:-12px;}
.best-sales-pop{width:100%;height:100%;position:fixed;left:0;top:0;background:rgba(0,0,0,.3);z-index:2000;display:none;}
.best-sales-ewm{width:340px;height:340px;position:absolute;left:50%;top:50%;margin:-170px 0 0 -170px;background:#fff;}
.best-sales-title{font-size:20px;text-align:center;font-weight:700;padding:40px 0 20px;}
.best-sales-pic{width:100%;height:190px;margin:0;text-align:center;}
.best-sales-pic img{width:190px;height:190px;margin:0 auto;}
.best-sales-close{width:17px;height:17px;display:block;position:absolute;top:14px;right:14px;z-index:2;background:url('//www1.pcauto.com.cn/zt/gz20190606/sgimg/ico-close.png') no-repeat 0 0;}
#bestSale{display:none;}

.icon-qj{background: url(//www1.pcauto.com.cn/zt/gz20190618/video-ds/img/vr-icon.png) no-repeat;}
.icon-sms{background: url(//www1.pcauto.com.cn/zt/gz20190618/video-ds/img/sms-icon.png) no-repeat;}

.bg-sms{position: absolute;top: 0;left: 0;width: 195px;height: 147px;background-color:rgba(0,0,0,0.3);}
.sms-logo{position:absolute;top:0px;left:0px;width: 70px!important;height: 40px!important;z-index: 12;}
.bg-smsbig {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 310px;
    background-color: rgba(0,0,0,0.3);
}
.sms-logobig {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 140px!important;
}
/* #JmodEsc{display:none!important;} */
/* .leftNav a[data-id=JmodEsc]{display:none!important;}
#taocheSp2{display:none!important;}
.escPrice{display:none!important;} */
/* 20190730 */
.pop-save-price .item3{display:none!important;}
.pop-save-price .item4{display:none!important;}
.pop-save-price{height:126px!important;}

/* 20190730 鍥哄畾鎮诞鏀粯瀹濊浠蜂笅绾胯嚦 9鏈�6鏃� */
#pc_alipay_flaot{display: none !important;}
/* 浜屾墜杞﹀箍鍛婅鏍� */
.icon-ad{
    margin: 15px 0 0 7px;
    background-image: url(http://ueimg.3conline.com/pcauto/pc/index/m/c-ad/c-ad_z_eb92389.png);
    background-position: 0px 0px;
    width: 13px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* 20190911 s*/
.tab-kind{float:left;}
#contentdivOnsale .tab-ctrl .line{width:1px;height:15px;background-color:#E9E9E9;float:left;margin-top: 10px;margin-right: 10px;}
#contentdivStopsale .tab-ctrl .line{width:1px;height:15px;background-color:#E9E9E9;float:left;margin-top: 10px;margin-right: 10px;}
#contentdivWillsale .tab-ctrl .line{width:1px;height:15px;background-color:#E9E9E9;float:left;margin-top: 10px;margin-right: 10px;}

.nocar{display:none;text-align: center;padding-bottom: 30px;padding-top: 15px;font-size: 14px;}
/* .price .btn-zfb{display: none!important;} */

/* 20191231 add 澶钩娲嬪勾搴﹁溅logo鏄剧ず*/
.nianduche_logo{
    position: absolute;
    right: 5px;
    top: 1px;
    z-index: 3;
    cursor: pointer;
    display: block!important;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: url(//www1.pcauto.com.cn/zt/gz201912126/nianduche/logo/nianduche_logo.png) no-repeat center center;
    background-size: 100%;
}
/* 20191231 闅愯棌浜屾墜杞﹀叆鍙� */
/* #taocheSp2,#secondCar_2,#JmodEscCtr{display: none !important;} */

.modTabC .col1 .name span{
    display: inline-block;
    background: #f44;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
        padding: 1px 12px 1px 8px;
        border-radius: 4px;
        background-image: linear-gradient(to right, #ff0040, #ff4d00);
        position: relative;
}

.modTabC .col1 .name span::after {
        content: " ";
        top: 35%;
        display: block;
        width: 4px;
        height: 7px;
        background: url(//www1.pcauto.com.cn/zt/gz20200331/richan/img/rjt.png) no-repeat 0 0;
        background-size: 4px 7px;
        position: absolute;
        right: 5px;
}
.modTabC .col1 .name span.halfPopBtn,.price .btn-wrap .halfPopBtn{
	/* display: none!important */
}
/* 2020骞�5鏈�6鏃�14:51:39  娣诲姞18璐叆鍙� */
.entry_18go{
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 11;
    background: #ffffff;
    color:#333333;
    font-size: 14px;
    border-radius: 14px;
    padding: 5px 12px;
}

.entry_18go span{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.entry_18go span>img{
    max-height: 20px;
    margin-right: 8px;
}
.entry_18go i{
    position: absolute;
    top:50%;
    margin-top: -16px;
    right:-70px;

}

/* 20200730闅愯棌缂栬緫瀹炴祴鐐硅瘎妯″潡 */
#JmodDp{
	display: none
}
/* 20201112娣诲姞鎺ㄨ崘鍏虫敞 */
.news-Tjgz {position: absolute;top: 0;right: 20px;}
.news-Tjgz .tit{font-size: 12px;color: #ff5261;border: 1px solid #ff5261;padding: 2px 5px;border-radius:2px;margin-right: 10px;}
.news-Tjgz .text{font-size: 14px;line-height: 14px;height: 14px;vertical-align: middle;float: none !important;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;width: 300px;}
.news-Tjgz .text-short{font-size: 14px;line-height: 14px;height: 14px;vertical-align: middle;display: inline-block;float: none  !important ;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;width: 230px;}
.modTjgz ul,.modTjgz li{overflow: hidden;}
.modTjgz .TbSide li{margin-bottom:20px ;}
.modTjgz .pic img{width: 93px;height: 69px;margin-right: 12px;}
.modTjgz .des,.modTjgz .pic {float: left;display: inline-block;}
.modTjgz .des {width: 140px;padding: 5px 0;}
.modTjgz .title {font-size: 14px;line-height: 20px;max-height: 40px;height: 40px;overflow: hidden;}
.modTjgz .address {overflow: hidden;color: #aaa;margin-top: 6px;font-size: 14px;line-height: 14px;height: 14px;}

/* 娣诲姞骞村害杞︾郴logo */
.pic_ndcx_logo {
    position: relative;
}

.pic_ndcx_logo::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(https://www1.pcauto.com.cn/zt/gz20201231/ndcx/img/logo_ndc_1.png) no-repeat center;
    width: 85px;
    height: 72px;

}
/* 20210113寰俊绀剧兢鍏ュ彛鏍峰紡 */
.box-b .price{
    position: relative;
}
.m-wechat-group {
    width:82px;
    height: 24px;
    border: 1px solid #57bd6a;
    font-size: 14px;
    color: #57bd6a;
    border-radius: 4px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 5;
}
.m-wechat-group>img{
    vertical-align: middle;
    margin: -2px 5px 0 0;
}
.wechat-qrcode-popup{
    display: none;
    width: 222px;
    padding-top: 10px;
    position: absolute;
    left: -72px;
    top: 26px;
}
.m-wechat-group:hover .wechat-qrcode-popup{
    display: block;
}
.wechat-qrcode-popup .wechat-qrcode-box{
    width: 218px;
    padding-bottom: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    -webkit-box-shadow: 0 10px 30px 5px rgba(0,0,0,.1);
    box-shadow: 0 10px 30px 5px rgba(0,0,0,.1);
    background-color: #fff;
}
.wechat-qrcode-popup .wechat-qrcode-box .wechat-qrcode{
    width: 120px;
    margin: 25px auto 10px;
}
.wechat-qrcode-popup .wechat-qrcode-box .wechat-qrcode img{
    width: 120px;
}
.wechat-qrcode-popup .wechat-qrcode-box p{
    font-size: 14px;
    color: #333;
    line-height: 22px;
}
.wechat-qrcode-popup .wechat-qrcode-box span{
    display: inline-block;
    height: 22px;
    line-height: 22px;
    max-width: 7em;
    color: #32b049;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: top;
}

/* 20210813鏂板 闅愯棌濂囬獜鍋滃敭杞﹀瀷銆愯幏鍙栧簳浠锋寜閽€� */
.sgdj3384{
    display: none;
}

.seemore{
    width: 100%;
    height: 35px;
    font-size: 14px; 
    font-weight: 400; 
    text-align: center;
    color: #999999;
    line-height: 35px;
    padding-top: 8px;
    margin-bottom: -6px; 
}
.seemore span{
    color: #0777dd;
}
#fqpp{ 
}
#fqpp a{
    position: absolute;
    left: 0;top: 0;
    right: 0;bottom: 0; 

}
.visible{
    display: flex !important;
}
.lis3 a:hover{
    color: #ff4444 !important;
}
.param a:hover{
    color: #ff4444 !important;
}  
.fontw{
    font-weight: bolder !important;
}
#salesTodayLi li {
    padding: 20px;
}

.tbB li {
    border-bottom: 1px solid #e5e5e5;
}
#salesTodayLi .pic .img-small{
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 0;
}
#salesTodayLi .pic {
    position: relative;
    display: block;
    text-align: center;
}
#salesTodayLi .price {
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
}
#salesTodayLi .price {
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
    display: flex; 
    align-items: center;
    justify-content: center;
}
#salesTodayLi .btn-xdj {
    margin-right: 6px;
    *margin-right: 2px;
}
#salesTodayLi .btnfp {
    width: 107px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}
.btn-xdj {
    background-color: #f80;
    border-color: #f80 !important;
}
.btnfp {
    display: inline-block;
    text-align: center;
    border: 1px solid #ddd;
    *display: inline;
    *zoom: 1;
}
.btn-xdj, .btn-xdj:visited, .btn-xdj:hover {
    color: #fff;
}
#salesTodayLi .price span {
    font-weight: bold;
    font-size: 18px;
}
.red {
    color: #ff4444;
}
#salesTodayLi .price em {
    font-size: 14px;
}
.green {
    color: #092;
}
#salesTodayLi  li {
    border-bottom: 1px solid #e5e5e5;
}
#salesTodayLi  li:last-child{
    border-bottom: none;
}
#salesTodayLi .pic .tit {
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
}
#salesTodayLi .pic .img-big {
    width: 180px;
    margin: 0 auto;
    height: 135px; 
}
#salesTodayLi .btnf {
    display: block;
    width: 107px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ddd;
}
/*reset.css*/

body,
h1,
h2,
h3,
h4,
blockquote,
p,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
form,
fieldset,
legend,
button,
input,
textarea {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font: 12px/1.75 \5b8b\4f53, arial, sans-serif;
}

button,
input,
select,
textarea,
h1,
h2,
h3,
h4 {
  font-size: 100%;
}

input,
button,
select,
textarea {
  outline: none;
}

body {
  color: #333;
}

body,
button,
input,
select,
textarea,
option {
  font-family: Microsoft Yahei, PingFangSC-Regular, arial, sans-serif;
}

select,
option {
  cursor: pointer;
}

em,
i {
  font-style: normal;
}

ol,
ul {
  list-style: none;
  list-style-position: outside;
}

img,
fieldset {
  border: 0;
  vertical-align: middle;
}

a {
  color: #333;
  text-decoration: none;
  outline: 0;
}

a:hover {
  color: #f70;
  text-decoration: none;
}

.fl,
.mark {
  float: left;
  display: inline;
}

.fr,
.subMark,
.mark-sub,
.submark {
  float: right;
  display: inline;
}

.spanclass {
  display: none;
}

img {
  vertical-align: top;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.clear {
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}

.hide {
  display: none;
}

.ohide {
  opacity: 0;
  z-index: 0;
}

.vhide {
  visibility: hidden;
}

.mt35 {
  margin-top: 35px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.doc {
  width: 1120px;
  margin: 0 auto;
  background: #fff;
}

/* 城市选择 */
.head_city .active .btn-choice-city:after {
    transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.layCityBox .b-letArea input,
.layCityBox .b-zdicon,
.layCityBox .b-ntextdicon,
.layCityBox .b-sClose {
  background: url(//www1.pcauto.com.cn/zt/gz20170412/price/layIcon.png)
    no-repeat;
}
.head_city{
    position: relative;
}
.layCityBox {
  border: 1px solid #e9e9e9;
  width: 560px;
  background: #fff;
  position: absolute;
  top: 25px;
  left: -26px;
  box-shadow: 0 0 5px #d3d3d3;
  font-weight: normal;
  color: #333;
  z-index: 999;
  font: 14px/1.75 "Microsoft Yahei", arial, sans-serif;
  cursor: default;
  display: none;
}
.layCityBox .b-arrow {
  position: absolute;
  width: 11px;
  height: 6px;
  top: -6px;
  left: 40px;
  overflow: hidden;
  display: none;
}
.layCityBox .b-sArea {
  /*height:65px;*/
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 1;
  padding-top: 5px;
  padding-bottom: 8px;
  zoom: 1;
  overflow: hidden;
}
.layCityBox .b-letArea {
  height: 45px;
  border-bottom: 1px dotted #bbb;
  background: #f9f9f9;
  position: relative;
  z-index: 1;
}
.layCityBox .b-cityArea {
  height: 218px;
  overflow: auto;
  position: relative;
  z-index: 0;
}
.layCityBox .b-pCity {
  float: left;
  display: inline;
  width: 76px;
  padding-left: 15px;
  text-align: right;
}
.layCityBox .b-citys a {
  display: inline;
  padding: 0 4px;
  margin: 7px 5px 0 0;
  float: left;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
}
.layCityBox .b-citys i {
  display: inline;
  padding: 0 4px;
  margin: 7px 5px 0 0;
  float: left;
  height: 20px;
  line-height: 20px;
  color: #777;
  white-space: nowrap;
}
.layCityBox .b-citys a:hover {
  color: #f70;
  text-decoration: underline;
}
.layCityBox .b-letArea .b-input {
  float: left;
  width: 132px;
  display: inline;
  padding: 9px 0 0 10px;
  position: relative;
}
.layCityBox .b-letArea input {
  width: 94px;
  padding: 0 5px 0 30px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #e9e9e9;
  background-position: 8px -43px;
  color: #aaa;
  float: left;
  display: inline;
  background-color: #fff;
  font-size: 12px;
}
.layCityBox .b-letArea input.on {
  width: 119px;
  padding: 0 5px;
  color: #333;
  background: #fff;
}
.layCityBox .b-sArea span {
  float: left;
  margin: 5px 0 0 15px;
}
.layCityBox .b-sArea .b-citys {
  height: 28px;
  overflow: hidden;
}
.layCityBox .b-sArea a {
  color: #0777dd;
}
.layCityBox .b-sArea a:hover {
  color: #f60;
}
.layCityBox .b-sArealetter {
  float: left;
  font: normal 16px/22px Arial;
  width: 22px;
  height: 22px;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  margin: 10px 0 0 10px;
  border-radius: 2px;
  color: #888;
}
.layCityBox .b-sArealetter:hover {
  border-color: #0777dd;
  background: #0777dd;
  color: #fff;
  text-decoration: none;
}
.layCityBox .b-cityLet {
  zoom: 1;
  border-bottom: 1px dotted #bbb;
}
.layCityBox .b-cityLet:after {
  content: "\20";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.layCityBox .b-letter {
  float: left;
  display: inline;
  font: normal 16px/42px Arial;
  color: #888;
}
.layCityBox .b-province {
  float: right;
  display: inline;
  font: bold 14px/42px "Microsoft Yahei";
  width: 60px;
  text-align: right;
}
.layCityBox .b-cityArea .b-citys {
  float: left;
  display: inline;
  width: 440px;
}
.layCityBox .b-cityLet .b-citys {
  padding: 5px 0 10px;
}
.layCityBox .b-sClose {
  position: absolute;
  top: -1px;
  right: 0;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  cursor: pointer;
}
.layCityBox .b-zdicon {
  background-position: 8px -69px;
}
.layCityBox .b-ntextdicon {
  background-position: 5px -85px;
}
.layCityBox .b-slist {
  display: none;
  float: left;
  zoom: 1;
}
.layCityBox .b-ntextdicon {
  position: absolute;
  width: 195px;
  border: 1px solid #e9e9e9;
  top: 32px;
  left: 10px;
  background-color: #fff;
  padding-left: 20px;
  box-shadow: 2px 2px 2px #d3d3d3;
  display: none;
}
.layCityBox .b-zdicon {
  padding-left: 20px;
  height: 18px;
  line-height: 18px;
  color: #888;
}
.layCityBox .b-slist {
  position: absolute;
  width: 195px;
  border: 1px solid #e9e9e9;
  top: 32px;
  left: 10px;
  background: #fff;
  box-shadow: 2px 2px 2px #d3d3d3;
  display: none;
  zoom: 1;
  float: left;
}
.layCityBox .b-slist a {
  display: block;
  height: 26px;
  line-height: 26px;
  text-align: right;
  color: #777;
  border-top: 1px dotted #ccc;
  padding: 0 20px;
}
.layCityBox .b-slist a:hover {
  background: #f8f8f8;
  text-decoration: none;
}
.layCityBox .b-slist span {
  float: left;
  color: #333;
}
.layCityBox .b-slist a:hover span {
  color: #f70;
}
.layCityBox .dd {
  height: 0;
  overflow: hidden;
  display: none;
  border: 0;
}
.layCityBox .b-zCity {
  border-bottom: 1px dotted #bbb;
  overflow: hidden;
  *zoom: 1;
}
.layCityBox .b-zCity:after {
  content: "\20";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.layCityBox .b-zCity .b-province {
  float: left;
  width: 70px;
  text-align: right;
}
.layCityBox .b-zCity .b-citys {
  width: 390px;
  padding: 5px 0 10px;
}

/*快搜*/
.search {
  float: left;
  display: inline;
  line-height: 30px;
  position: relative;
  z-index: 200;
  margin-top: 15px;
}
.search input {
  vertical-align: top;
  float: left;
}
.search .inpTxt {
  width: 184px;
  color: #bbb;
  line-height: 34px;
  height: 34px;
  border: 1px solid #0777dd;
  padding: 0 10px 0 36px;
  border-right: 0;
  font-size: 14px;
  background: #fff url(//ueimg.3conline.com/pcauto/pc/common/m/u-kuaisou/images/icon_search.png) no-repeat 13px 9px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.search .inpBtn {
  width: 70px;
  height: 36px;
  border: 0;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  background: #0777dd;
  font-family: "SimSum";
  font-weight: 700;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.search .inpBtn:hover {
  background: #f70;
  color: #fff;
}
.search .inpFoc {
  text-indent: 0;
}

.ksDetailList {
  border: 1px solid #dedede;
  position: absolute;
  top: 42px;
  z-index: 99999;
  overflow: hidden;
  left: 0;
  background: #fff;
  box-shadow: 0 0 5px #d3d3d3;
  font-size: 14px;
}
.ksDetailList-detail,
.ksDetailList-sort {
  height: 440px;
  text-align: left;
  background: #fff;
  border: 1px solid #dedede;
  line-height: 24px;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  float: left;
  width: 125px;
}
.ksDetailList-index {
  float: left;
  border: 1px solid #dedede;
  margin-right: -1px;
  background: #fff;
  _margin-right: -4px;
}
.ksDetailList-wrap {
  float: left;
  background: #f5f5f5;
  padding: 5px;
  *zoom: 1;
}
.ksDetailList-detail dt,
.ksDetailList-sort dt {
  background: #fafafa;
  font-weight: bold;
  color: #0777dd;
  height: 28px;
  line-height: 28px;
}
.ksDetailList-wrap dt,
.ksDetailList-wrap a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ksDetailList-wrap dt {
  padding: 0 10px;
}
.ksDetailList-wrap a {
  padding: 0 10px;
  _position: relative;
  height: 24px;
  display: block;
}
.ksDetailList-wrap a:hover {
  text-decoration: none;
  background: #0777dd;
  color: #fff;
}
.ksDetailList-index a {
  width: 24px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #0777dd;
  padding: 0;
  font-size: 14px;
}
.ksDetailList-index a:hover {
  background: #0777dd;
  color: #fff;
  text-decoration: none;
}
.ksDetailList-wrap strong {
  display: block;
  font-weight: normal;
}
.ajaxsearch {
  z-index: 99999;
  border-bottom: 1px solid #ccc;
}
.ajaxsearch ul {
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
  zoom: 1;
  background: #fff;
}
.ajaxsearch li {
  padding: 0 10px;
  line-height: 30px;
  color: #333;
  text-align: right;
  font-size: 12px;
  zoom: 1;
  height: 30px;
}
.ajaxsearch .hover {
  background: #f4f4f4;
}
.ajaxsearch .resulttitle {
  float: left;
  display: inline;
  font-size: 14px;
  cursor: pointer;
}
.ajaxsearch .resultPri {
  color: #c00;
}
.ajaxsearch div.close {
  width: 312px;
  border: 1px solid #ccc;
  border-top: none;
  text-align: right;
  padding: 0 5px;
  zoom: 1;
  background: #f6f6f6;
  line-height: 25px;
  cursor: pointer;
  display: none;
}
.ajaxsearch a .resulttitle {
  color: #0777dd;
}
.ajaxsearch-item_price {
  border-top: 1px dotted #bbb;
}
.ajaxsearch-ico {
  float: left;
  width: 15px;
  height: 15px;
  background: red;
  margin-top: 7px;
  background: url(//www1.pcauto.com.cn/zt/gz20170412/price/layIcon.png) -4px -19px;
  margin-right: 5px;
}
.ksDetailList-closeBtn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: url(//www1.pcauto.com.cn/zt/gz20170412/price/layIcon.png) 0 0;
  width: 19px;
  height: 18px;
  line-height: 50px;
  overflow: hidden;
}

