/*評價頁封面*/
.cpic-box { background: #E6EAED; padding: 3px; }
	.cpic-box .pic { width: 300px; height: 225px; overflow: hidden; }

/*評價頁中框*/
.cmid-box { width: 400px; }

/*評價頁印象模塊*/
.cmid-impress { width: 372px; }
	.ie7 .impress-box { margin-bottom: 10px; }
	.impress-txt {max-width: 225px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block;}
	.impress-box { width: 380px; margin-bottom: 5px; }
		.impress-box .im-i { float: left; margin: 0 5px 6px 0; }
			.im-i .im-btn, .im-i .im-add-btn, .im-i .im-lbl { display: block; text-align: center; }
			.im-i .im-btn, .im-i .im-lbl { color: #404040; }
			.im-i .im-btn:hover { color: #C00; text-decoration: underline; }
			.im-i .im-btn:active { margin: 2px 0 0 2px; }
			.im-i .im-add-btn { color: #FFF; background: #C00; text-decoration: none; }
			.ie8 .im-i .im-add-btn { line-height: 27px; }
				.icon-add { font-family: microsoft yahei; font-size: 15px; vertical-align: baseline; }
			.im-i .im-add-btn:hover, .im-i .im-add-btn.hold { border: 1px dashed #C00; color: #C00; line-height: 30px; background: #FFF; border-radius: 2px; }
			.l-size { font-size: 15px; font-weight: 700; line-height: 70px; height: 70px; width: 183px; }
			.m-size { line-height: 32px; height: 32px; width: 183px; }
			.s-size { line-height: 32px; height: 32px; width: 89px; }
			.l-size .im-btn, .l-size .im-lbl { height: 72px; width: 185px; }
			.m-size .im-btn, .m-size .im-lbl { height: 34px; width: 185px; }
			.s-size .im-btn, .s-size .im-lbl { height: 34px; width: 91px; }

			.l-y .im-btn { background-position: 0 -140px; }
			.l-y .im-lbl, .l-y .im-btn:active { background-position: 0 0; }
			.m-y .im-btn { background-position: 0 -212px; }
			.m-y .im-lbl, .m-y .im-btn:active { background-position: 0 -72px; }
			.s-y .im-btn { background-position: 0 -246px; }
			.s-y .im-lbl, .s-y .im-btn:active { background-position: 0 -106px; }

			.l-g .im-btn { background-position: -185px -140px; }
			.l-g .im-lbl, .l-g .im-btn:active { background-position: -185px 0; }
			.m-g .im-btn { background-position: -185px -212px; }
			.m-g .im-lbl, .m-g .im-btn:active { background-position: -185px -72px; }
			.s-g .im-btn { background-position: -91px -246px; }
			.s-g .im-lbl, .s-g .im-btn:active { background-position: -91px -106px; }

			.l-p .im-btn { background-position: -370px -140px; }
			.l-p .im-lbl, .l-p .im-btn:active { background-position: -370px 0; }
			.m-p .im-btn { background-position: -370px -212px; }
			.m-p .im-lbl, .m-p .im-btn:active { background-position: -370px -72px; }
			.s-p .im-btn { background-position: -182px -246px; }
			.s-p .im-lbl, .s-p .im-btn:active { background-position: -182px -106px; }

			.l-b .im-btn { background-position: -555px -140px; }
			.l-b .im-lbl, .l-b .im-btn:active { background-position: -555px 0; }
			.m-b .im-btn { background-position: -555px -212px; }
			.m-b .im-lbl, .m-b .im-btn:active { background-position: -555px -72px; }
			.s-b .im-btn { background-position: -273px -246px; }
			.s-b .im-lbl, .s-b .im-btn:active { background-position: -273px -106px; }

			.ie7 .im-i .im-btn { vertical-align: middle; }
			.icon-hand { display: none; width: 16px; height: 16px; margin: 0 3px 0 -19px; vertical-align: middle; }
			.im-i .im-btn:hover .icon-hand { display: inline-block; }
			.l-y .icon-hand, .m-y .icon-hand { background-position: -120px 0; }
			.l-g .icon-hand, .m-g .icon-hand { background-position: -120px -20px; }
			.l-p .icon-hand, .m-p .icon-hand { background-position: -120px -40px; }
			.l-b .icon-hand, .m-b .icon-hand { background-position: -120px -60px; }

			.im-add-box { padding: 6px 6px 8px; border: 1px solid #CCC; background: #EAF1FD; position: absolute; right: 0; top: 100%; z-index: 1000; margin-top: 5px; width: 185px; box-shadow: 1px 1px 5px #CCC; }
				.im-add-val { width: 100px; height: 24px; line-height: 24px; border: 1px solid #B7CDDF; outline: none; }
				.im-add-sub { padding: 3px; }
				.im-add-can { vertical-align: middle; }
			.im-l .im-btn, .im-l .im-lbl { margin-right: 5px; }
			.im-l .im-btn { color: #666; }
			.im-l .im-btn:hover { color: #C00; text-decoration: underline; }
				.im-lbl { cursor: not-allowed; }
	.im-msg { position: absolute; top: 0; left: 0; display: none; padding: 5px 10px; background: #FFF; }
	.im-msg.ok { border: 1px solid #F60; color: #F60; }
	.im-msg.fail { border: 1px solid #F00; color: #F00; }

/*評價頁最大優缺點*/
.most-point { }
	.most-point dl { margin: 8px 0; padding: 15px 150px 8px 0; }
	.most-point dl:first-child { border-right: 1px dashed #E5E5E5; }
		.most-point dl .cicon { float: left; width: 50px; height: 50px; margin: 0 12px 0 40px; }
			.l-smile { width: 50px; height: 51px; background-position: -140px -220px; }
			.l-sad { width: 50px; height: 51px; background-position: -140px -160px; }
		.most-point dl .mp-ad { float: left; width: 220px; }
			.mp-ad h3 { margin-bottom: 5px; }
			.mp-ad p { line-height: 18px; min-height: 55px; }

/*評價標籤列表*/
.tag-l { border-top: 1px solid #E9E9E9; }
	.tag-l-m { background: url(//img.8891.com.tw/carInfo/cmt-tag-bg.png?v=2) no-repeat left center; position: relative; padding-left: 60px; cursor: pointer; margin-top: 5px;}
		.tag-l-m dt { position: absolute; left: 0; top: 0; width: 60px; height: 98%; border: 1px solid #FFF; border-right: none; }
			.tag-l-m dt b { position: absolute; left: 0; top: 50%; width: 100%; margin-top: -9px; }
		.tag-l-m dd { line-height: 30px; padding: 12px 20px; font-size: 15px;}
	.tag-l-c {  }
		.tag-l-c .l-c-i { float: left; border-left: 1px solid #E9E9E9; min-height: 80px; padding: 15px 53px 8px; }
		.tag-l-c .l-c-i:first-child { border-left: none; }
			.l-c-i .c-h { position: relative; border-bottom: 1px dashed #E5E5E5; padding-bottom: 4px; }
				.l-c-i .c-h .cicon { width: 28px; height: 28px; margin-right: 3px; vertical-align: bottom; }
					.m-smile { background-position: -200px -40px; }
					.m-normal { background-position: -200px -80px; }
					.m-sad { background-position: -200px 0; }
				.l-c-i .c-h .h-m { position: absolute; top: 11px; right: 3px; color: #999; }
			.l-c-i .c-b { margin-top: 10px; }
				.l-c-i .c-b li { line-height: 26px; width: 208px; }
	.tag-l-p { border-top: 1px solid #E9E9E9; }
	.tag-l-p .l-p-i { float: left; display: inline; margin: 12px 18px 12px 20px; width: 150px; }
	.l-p-i .pic { width: 150px; height: 112px; position: relative; border-radius: 1px; }
		.l-p-i .pic img { max-width: 150px; max-height: 112px; }

/*最新點評列表*/
.cmt-tml-ib { margin: 20px 30px; }
/*評論列表timeline*/
.cmt-tml { }
.cmt-star { display: inline-block; width: 60px; height: 11px; vertical-align: text-top; background-position: -440px -320px; }
	.cmt-star i { display: inline-block; height: 11px; background-position: -440px -340px; vertical-align: text-top; float: left; }
		.cmt-star.s1 i { width: 20% }
		.cmt-star.s2 i { width: 40% }
		.cmt-star.s3 i { width: 60% }
		.cmt-star.s4 i { width: 80% }
		.cmt-star.s5 i { width: 100% }
	.cmt-tml .c-t { margin-bottom: 20px; }
	.old-ie .cmt-tml .c-t { zoom: 1; }
	.cmt-tml .c-t:before, .cmt-tml .c-t:after { content: " "; display: table; }
	.cmt-tml .c-t:after { clear: both; }
		.cmt-tml .c-t h3, .cmt-tml .c-t h4, .cmt-tml .c-t h5 { margin-bottom: 10px; }
		.c-t .c-t-nk { margin-right: 20px; }
		.c-t .c-t-ph { margin: 5px 0 10px; line-height: 18px; word-wrap: break-word; }
		.c-t .c-t-bt { height: 12px; }
			.c-t-bt .c-t-tm { float: left; }
			.c-t-bt .c-t-op { float: right; }
				.c-t-op li { float: left; margin-left: 15px; }
				.c-t-op .disabled { color: #666; cursor: not-allowed; text-decoration: none; }

/*評論表單*/
.cmt-form {}
.cmt-slt, .cmt-ipt, .cmt-area { border: 1px solid #CCCCCE; vertical-align: middle; font-size: 100%; }
.cmt-slt { padding: 3px 2px; width: 150px; height: 26px; }
.cmt-ipt { height: 24px; line-height: 24px; text-indent: 5px; }
.cmt-area { width: 470px; }
.cmt-tag-chk { padding: 3px 10px; line-height: 13px; text-decoration: none; color: #CCC; border: 1px solid #DFDFDF; }
.cmt-tag-chk.checked { color: #C00; border-color: #C00; }
.cmt-msg { margin-left: 20px; color: #B70000; display: none; background: url(//img.8891.com.tw/user/register/register-error.png) no-repeat 0px 2px; padding-left: 20px; }
.star { float: left; width: 28px; height: 30px; overflow: hidden; text-indent: -999em; cursor: pointer; margin: 0 1px; }
.cancel { display: none; }
.star a { display: block; width: 28px; height: 100%; background-position: -200px -120px; }
.rating .on a,.rating .hover a { background-position: -200px -160px; }
#cmt-collapse .radio-box{}
    #cmt-collapse .radio-box label{margin-right: 25px;}
#cmt-collapse .input-box{padding-left: 25px;}
        #cmt-collapse .input-box input{width: 100px;}
     

/*評價報告*/
.cmt-report { padding: 8px; line-height: 18px; }
.cmt-report-box .report-hd-t {border-top: 2px solid #2055A6; line-height: 40px;}
.cmt-report-box .report-hd-d{ margin-top: -2px;padding-left: 10px;color: #005AA0;}

/*評價油耗*/
.cmt-oil-l { margin: 0 8px; }
	.cmt-oil-l li { padding: 10px 0; }
		.cmt-oil-card { float: left; border: 1px solid #B7CDDF; width: 63px; padding: 3px 0; margin-right: 5px; }
			.cmt-oil-card dt { font-size: 15px; font-family: arial; color: #1E52A3; }

/*印象排行*/
.cmt-ipl-tb { margin: 0 8px; }
	.cmt-ipl-tb th, .cmt-ipl-tb td { line-height: 24px; text-align: left; }
	.cmt-ipl-tb .col1 { width: 85px; }
	.cmt-ipl-tb .col2 { width: 65px; }
	.cmt-ipl-tb .col3 { width: 45px; text-align: right; }

/*評價搜尋*/
.cmt-search {}
	.cmt-search .filter-l { line-height: 33px; border-top: 1px dotted #DCDCDC; clear: both; }
	.cmt-search .filter-l:first-child { border-top: none; }
		.filter-l dt { float: left; margin: 0 5px 0 20px; width: 65px; text-align: right; color: #000; }
		.filter-l dd { float: left; margin: 0 15px 0 5px }
		.filter-l .no-limit { width: 30px; }
			.filter-l a.at { font-weight: 700; color: #C00; margin-top: -3px;}

/*相關點評*/
.cmt-rel-l { margin: 15px 20px; }
	.cmt-rel-l li { line-height: 24px; width: 328px; float: left; }
	.cmt-rel-l .odd { border-right: 1px dashed #E5E5E5; margin-right: 20px; }

/*詳細頁評價*/
.cmt-tml-db, .cmt-tml-cb { margin: 15px 20px; }
.c-t .c-t-rph { margin-top: 5px; padding: 8px 15px 12px; border: 1px solid #E9E9E9; background: #FFFFD7; }
.c-t .c-t-ct { clear: both; background: #F5F7F9; padding: 10px 0; }
.c-t .c-t-ta { width: 672px; border: 1px solid #CCCCCE; }
.c-t .c-t-ta:hover { border-color: #ECC67B; }


/*評價首頁*/
/*車型搜索欄*/
.csearch-toggle { padding: 5px 10px; position: relative; border: 1px solid #CDDBFF; background: #E6EDFF; cursor: pointer; }
.csearch-toggle .expand { width: 17px; height: 17px; background-position: -40px -140px; vertical-align: text-bottom; margin-right: 4px; }
.csearch-toggle .arrow { position: absolute; top: 6px; right: 10px; }
.csearch-toggle .dropdown-arrow { border-top-color: #005AA0; }
.csearch-box {position: relative;}
.csearch-box .filter-l { line-height: 33px; border-top: 1px dotted #DCDCDC; clear: both; }
.csearch-box .filter-l:first-child { border-top: none; }
		.filter-l dt { float: left; margin: 0 5px 0 20px; width: 65px; text-align: right; color: #000; }
		.filter-l dd { float: left; margin: 0 15px 0 5px }
		.filter-l .no-limit { width: 30px; }
		/*.filter-l a.at { font-weight: 700; color: #C00; }*/
.csearch-box .show{display:none;}
.csearch-box .hide{dispay:block;}
            .filter-l .user-dfbox{}
            .user-dfbox .user-df-txt,.filter-down span{cursor:pointer;color:#005AA0}
            .user-dfbox .user-df-txt:hover{color:#f00;}
            .user-dfbox .at{color:#f00;}
                .user-df-txt i{}
                .user-df-txt .up,.user-df-txt .down,.up,.down,.up-arrow,.down-arrow{background:url(//img.8891.com.tw/carInfo/icons_arrow.png) no-repeat 0 0;}
                .user-df-txt i.up,.user-df-txt i.down{display: inline-block;height: 8px;width: 8px;}
                .user-df-txt i.up{background-position: 0px -71px;}
                .user-df-txt i.down{background-position: 0px -79px;}
          
        .filter-l .user-df-pop{background:#F0F4FF;border:1px #E7E7E7 solid;padding:3px 10px;position:absolute;right:25px;}
            .user-df-close{background: url(//img.8891.com.tw/search/filter-tools-icons.png) no-repeat left top;}
            .user-df-close{background-position:-1px -128px;position: absolute;top: -5px;right: -5px;height: 14px;width:14px;cursor: pointer;text-indent:-999em;overflow:hidden;}
    .csearch-box .hoverClass .filter-l:first-child{border-top: 1px dotted gainsboro;}
    .csearch-box .filter-webge{background:#F7F7F7;height:5px;clear:both;border-top:1px #F3F3F3 solid;}
        .filter-webge .filter-down{position:absolute;background: #F7F7F7;width: 130px;height: 20px;bottom: -21px;left: 410px;border-bottom: 1px #DCE5FF solid;border-left: 1px #DCE5FF solid;border-right: 1px #DCE5FF solid;-webkit-border-radius: 0px 0 3px 3px;text-align:center;}
	i.up,i.down{display: inline-block;height: 8px;width: 11px;}
	i.up{background-position: 0px -57px;}
	i.down{background-position: 0px -64px;}

/*最性感的車*/
.cmt-o-l {}
.cmt-o-l li {height: 82px;border-top: 1px solid #C6D6FD;border-left: 1px solid #C6D6FD; background-position: 0 -290px;}
.cmt-o-l li:first-child {border-top: none;}
.cmt-o-l .at {width: 175px;background: white; color: #FF6600;border-left:none;}
.cmt-rank {display: none;}
.cmt-rank.at{display: block;}

.cmt-o-l .div{padding-top: 25px; margin-left: 30px;}
.cmt-o-l .cmt{background-position:0 -140px;width: 15px;height: 15px;position: absolute;margin-top: 35px;margin-left:8px; }
.cmt-kind-l {margin-left: 7px;}
.cmt-kind-l .kind-c-i {float: left;display: inline;margin: 6px 5px 0 0;border: 1px solid #E9E9E9; width:126px; height:155px;}
.cmt-kind-l img {max-width: 120px; max-height: 90px;}
.cmt-kind-l .pic {width: 126px;height: 90px;position: relative;border-radius: 1px;text-align: center;margin-top: 5px;}
.cmt-kind-l .cmt-list{margin: 5px 5px;}
.cmt-list .cmt-list-m{overflow: hidden; text-overflow: ellipsis;width:116px;white-space: nowrap;display: block;}
.cmt-kind-l .cmt-list .mt{margin-top:-4px;}

/*網友最新評價*/
#new-rating {  }
#new-rating .cbox-hd {line-height: 30px; font-size: 15px; border-bottom: 2px solid #2055A6; color: #000;}
#new-rating .cbox-bd {border-left: 1px solid #E0E0E0;}
#new-rating .new-nav{width: 101px; border-bottom: 2px solid #C00; margin-bottom: -2px; color: #000;}
.cmt-newest li{padding:20px 12px; border-bottom:1px solid #E0E0E0; border-right:1px solid #E0E0E0; float: left; width: 449px;}
.cmt-newest li dt{margin-left: 12px; padding-top: 20px;}
.cmt-newest li dt .pic {width: 120px;height: 90px;}
.cmt-newest li dd{display: inline; width:310px;}
.cmt-newest .title{overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 7px;}
.cmt-newest .cmt-content{height:70px; line-height: 22px; margin-bottom:20px;}
.cmt-newest .j-support{background-color: #486FB7;color: #FFF;padding: 2px 4px;}
.cmt-newest .j-support.disabled{background-color: #999; cursor: not-allowed; text-decoration: none;}
.cbox-hd .cmt-m {position: absolute;top: 6px;right: 8px;}

/*同價位和車型評價*/
.cbox-hd .pgtag-hd-i {line-height: 34px;float: left;width: 100px;border-right: 1px solid #E9E9E9;text-align: center; font-weight: 700; color: #333;}
.cbox-hd .at {background: white; border-top: 2px solid #C00; margin-top: -1px;}
.cbox-hd .ctag-hd-i {line-height: 34px;float: left;width: 100px;border-right: 1px solid #E9E9E9;text-align: center; font-weight: 700; color: #333;}

.cbox .cmt-tp{width:230px;margin:15px 0 10px;}
.cbox .cbox-cmt{margin-left: 8px; display: none;}
.cbox .cbox-cmt.at{display: block;}
.cmt-tp .cmt-tp-t {background: url(//img.8891.com.tw/carInfo/carinfo-bg.png?v=2) repeat-x 0 -220px;height: 30px;line-height: 30px; font-weight: 700;padding-left: 23px;}
.cmt-tp .cmt-tp-m{margin-left:24px;}
.cmt-tp-m .cmt-tp-dl{width:182px;}
.cmt-tp-dl dt{width: 183px;height: 136px;border: 1px solid #DBDBDB;padding-top:1px;}
.cmt-tp-dl dt img{max-width: 180px; max-height: 135px;}
.cmt-tp-dl .dd {margin:8px 0 10px;}
.cmt-tp-dl .sl {padding:0 4px;display: inline-block;font-size: 12px;text-align: center;line-height: 20px;border: 1px solid #DEDEDE;color: #666;background-position: 0 -250px;margin-right: 1px;}
.cmt-tp-dl a:hover {color: red;text-decoration: underline;}
.cmt-tp-dl .line {border-bottom: 1px dotted #B2B5B8; padding-bottom:12px; margin-bottom: 12px;}
.cmt-hb{background-position: -240px 0px;float: left;width:6px;height:380px;margin-top:15px;}


/*發佈評論頁*/
.cmt-main .cbox{ border: none; border-top: 3px solid #2055A6;}
.cmt-main .cbox .cbox-hd{line-height: 45px; padding-left: 10px;}
.cmt-main .cbox .cbox-bd{margin-top: 35px; padding-left:45px;}
.cmt-main .cm-hd-t {width: 110px;border-top: 3px solid #FF0000;margin-top: -3px;}
.cmt-box{padding: 25px 45px; overflow: hidden;}
.cmt-box li { overflow: hidden; min-height: 30px; margin-bottom: 30px; width: 900px;}
.cmt-box li .label {float: left; height: 25px; line-height: 25px; color: #404040; width: 104px; text-align: right; margin-right: 15px; font-size: 15px; }
.cmt-box li label em {color: #c00; margin-right: 4px;}
.cmt-box li input {height: 22px;}
.cmt-box li .brand,.kind,.model { width:148px; height: 26px;color: #999 }
.cmt-box li .price,.time,.oil,.mileage {width: 84px;}
.cmt-box li .buy-time {width: 84px; color: #999;}
.cmt-box li .title {width: 302px;}
.cmt-box li .content {width: 590px; height: 227px; color:#000;}
.cmt-box li select{height: 26px; }
.cmt-box li textarea {height: 25px; width:372px; line-height: 25px; resize:both; font-size: 12px;border: 1px solid #ccc;padding-left: 5px;vertical-align: middle;}
.cmt-box li option {color: #000;}
.cmt-box li .title {width: 340px;}
.cmt-box .cmt-start {width: 80px; height: 15px; font-size: 0; overflow: hidden; position: relative; margin-right: 10px; float: left; top: 1px; background: url(//img.8891.com.tw/carInfo/start_mid.png) 0 bottom repeat-x;}
.cmt-box .cmt-start .red_start { position: absolute; height: 15px; background: url(//img.8891.com.tw/carInfo/start_mid.png) repeat-x; font-size: 0; overflow: hidden; left: 0; top: 0;}
.cmt-box .start_box { float: left; position: relative; top: 2px; }
.cmt-box .start_txt {color: #666;}
.cmt-box .start_content { line-height: 30px; height: 30px; color: #BBB; }
.cmt-box .jd { color:#666; line-height:25px; display:block; height: 30px; }
.cmt-box .jd label { display: block; float: left; width: 40px; height: 20px; color: #404040; margin-right: 20px; line-height: 20px; text-align: center; }
.cmt-box .jd label:hover { cursor: pointer; }
.cmt-box .jd label.cur { background: #2055A6; color: #FFF; }
.gs_msg { display: none; line-height: 25px;margin-bottom:15px; }
.gs_msg.cur { display: block; }
.cmt-box .upload-img { display: inline-block; width: 100px; height: 100px; background: url(//img.8891.com.tw/carInfo/upload.png) 0 no-repeat; float: left; }
.cmt-box .flmr { float: left; margin-right: 15px; line-height: 23px; }
.cmt-box .pj { clear:both;margin-left:119px;min-height: 30px; margin-top: 12px; }
.cmt-box .pj li { float: left; width: 310px; margin-bottom: 0px; }
.cmt-box .start_txt_hui{color: #666;}
.cmt-main .cbox .cmt-btn{background-color: #006AC0;border: 0;height: 50px;width: 120px;color: #FFF;font-size: 15px;cursor: pointer;}
.cmt-box .cmt-explain{width: 480px; margin-left: 100px; padding: 5px 10px; color: #999;}
.overhide { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; }

/*評價新首頁*/
/*熱門車*/
.carinfo-search { width: 690px; margin-top: 10px; margin-bottom: 8px; display: inline-block; }
.carinfo-search-top { width: 100%; height: 35px; border-top: solid 3px #DFDFDF; background: #F7F7F7; }
.carinfo-search-top li{ line-height: 35px; font-weight: bold; float: left; }
.carinfo-search-top li a{ width: 111px; height: 35px; display: block; color: #333; border-bottom: solid 1px #E9E9E9; border-right: solid 1px #FFF; text-align: center; }
.carinfo-search-top li a:hover{ width: 111px; height: 35px; display: block; background: #FFF; border-top: solid 3px #CC0000; border-left: solid 1px #E9E9E9; border-right: solid 1px #E9E9E9; margin-top: -3px; text-decoration: none; color: #CC0000; border-bottom: none; text-align: center; }
.carinfo-search-top li .at{ width: 110px; height: 35px; display: block; background: #FFF; border-top: solid 3px #CC0000; border-left: solid 1px #E9E9E9; border-right: solid 1px #E9E9E9 !important; margin-top: -3px; text-decoration: none; color: #CC0000; border-bottom: none; text-align: center; }
.carinfo-search-left { width: 688px; height: 194px; border: solid 1px #E9E9E9; float: left; border-top: none; margin-top: -1px; }
.carinfo-search-ul { width: 700px !important; }
.carinfo-search-ul li { width: 110px !important; padding-left: 30px; margin-right: 0px !important; border-bottom: solid 1px #E9E9E9; }
.carinfo-search-content { width: 560px; height: 194px; float: left; display: none;}
.carinfo-search-content.at { display: block;}
.carinfo-search-type { float: left; margin-right: 15px; text-align:center; margin-top: 2px; }
.carinfo-search-type .at{background:url(//img.8891.com.tw/carInfo/cr-jiao.png);color: #FFF; font-weight: 700; background-size: 96px 26px; }
.carinfo-search-type li{background-color: #EEF3F9;margin: 8px 0px 8px 16px;line-height: 23px;height: 23px;width: 96px;}
.carinfo-no { background-color: #DFDFDF !important; }
.carinfo-content-no { display: none; }
.carinfo-search-content ul { float: left; margin-top: 8px;}
.carinfo-search-content ul li { float: left; width: 150px; padding-top: 10px; padding-bottom:3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-left: 35px; }
.carinfo-search-content ul li:first-child { margin-left: 15px; }
.carinfo-search-content ul li .pic { width: 150px; height: 106px; text-align: center; display: block;}
.carinfo-search-content ul li .pic-img { max-width: 150px;max-height: 100px;}
.carinfo-search-content ul li .name {line-height: 25px; background-color: #F0F0F0; text-align: center; color: #666;}
.carinfo-search-content ul li .price {color: #999; line-height: 25px; font-size: 12px; text-align: center; }
.carinfo-search-content ul li .num{ color: #F04241; font-weight: 700; margin-left:10px; }
.carinfo-search-content .rating{font-size: 12px; font-family: Arial; color: #999; text-align: center; }
.carinfo-search-right { margin-bottom: 10px; height: 232px; border: solid 1px #E9E9E9;text-align: center; margin-top: 10px; }
.carinfo-search-right .ad-img{ margin: 0px auto; height: 74px; text-align: left; display: inline-block; width: 295px; }
.carinfo-search-right .ad-text{ text-align: left; color: #999; padding: 2px 0 3px; line-height: 20px; font-size: 12px;}
.carinfo-search-right .ad-text span{color: #D60000}
.carinfo-search-right .btn{ display: block; background-color: #FF7700; width: 140px; height: 30px; font-size: 15px; color: #FFF; font-weight: 700; line-height: 30px; text-decoration: none;}
.carinfo-search-right .btn:hover {background-color: #D96700;}
.carinfo-search-center { display: none; }
.at { display: block !important; }
/*搜尋條*/
.search-bar { padding: 18px; background: #F7F7F7; }
	.search-bar .c-slt { padding: 3px 4px; width: 152px; height: 26px; box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset; margin-left: -1px; border: 1px solid #B9B9B9; border-right: 1px solid #fff; font-size: 100%; float: left;}
	.search-bar .c-slt.kw{width: 190px;height: 18px;}
	.search-bar .c-btn { border: none; font-size: 0; margin-left: -1px; cursor: pointer; background-position: -620px -320px; width: 70px; vertical-align: bottom; height: 26px; }
	.ie7 .search-bar .c-btn { border: 0 solid #FFF; text-indent: -999px; overflow: hidden; }
	.model-data { margin-right: 10px; float: right; height: 26px; line-height: 25px; color: #999; }

.mt24{margin-top: 24px;}
.star-level { color: #F04241; font-weight: bold; }

/*新評價車款頁*/
.new-cm-box{}
.new-cm-box .new-rating-star { width: 150px; height: 30px; display: inline-block; background-position: 0px -43px; vertical-align: middle; margin-right:2px;background-image: url(//img.8891.com.tw/carInfo/xing.png);}
.new-cm-box .new-rating-star i { height: 30px; display: inline-block; background-position: 0px -4px;background-image: url(//img.8891.com.tw/carInfo/xing.png);}
.new-cm-box .new-rating-star-num { font-size: 26px; color: #D60000; font-family: Arial; font-weight: 700; vertical-align:middle; margin-right:3px;}
.new-cm-box .new-rating-btn {width: 80px; height: 26px; display: inline-block; background-color: #FF7700; text-align: center; line-height: 26px; color: #FFF; text-decoration: none; margin-right: 11px;}
.new-cm-box .cm-hd-t {width: 110px;border-top: 2px solid #FF0000;margin-top: -2px;}
.new-cm-box .cmid-box { width: 630px; }
.new-cm-box .cmid-box .new-rating-star-txt { margin-left: 40px;}
.new-cm-box .cmid-box .new-rating-num { color: #D60000; } 
.new-cm-box .cmid-box .oil-box{ border: 1px solid #E5E5E5; height:178px; margin-top: 15px;}
            .cmid-box .oil-box .oil-search-top { height: 28px; border-bottom: 1px solid #E5E5E5; background-color: #F2F5F8;}
                      .oil-box .oil-search-top li { width: 63px; float: left; line-height: 28px; color: #3B5998; text-align: center; font-weight: 700;}
                      .oil-box .oil-search-top li:first-child{border-left:none; } 
                      .oil-box .oil-search-top .at{border-top: 1px solid #F00;margin-bottom: -1px;border-right: 1px solid #E5E5E5;border-left: 1px solid #E5E5E5; background-color: #FFF;}
                      .oil-box .oil-main{background-color: #FFF; height: 142px; margin: 7px 0 0 60px; display: none;}
                      .oil-box .oil-main.at{display: block;}
                      .oil-box .oil-main .oil-main-list{display: none;}
                      .oil-box .oil-main .oil-main-list.at{display: block;}
                      .oil-box .oil-main .g-title {width: 350px; border-top:2px solid #AFD2F0;}
                               .oil-main .g-title li { float: left; width: 55px; margin-left: 10px;margin-right: 5px;}
                               .oil-main .g-bar{width: 310px; height: 70px; position: relative;}
                               .oil-main .g-bar li { font-size: 12px; font-family: Arial; position:absolute; bottom:0px; float: left; background-color: #AFD2F0; height: 50px; width: 37px;}
                               .oil-main .g-bar .pillar0 {left: 4px;}
                               .oil-main .g-bar .pillar1 {left: 74px;}
                               .oil-main .g-bar .pillar2 {left: 148px;}
                               .oil-main .g-bar .pillar3 {left: 218px;}
                               .oil-main .g-bar .pillar4 {left: 289px;}
                               .oil-main .g-bar li .g-txt{position: absolute; top: -14px; width: 70px;}
                               .oil-main .tab-search-top { width: 100%; height: 20px; margin-bottom:10px;}
                               .oil-main .tab-search-top li{float: left; background-color: #F0F5F8; height: 20px; line-height: 20px; margin: 0 5px; padding: 0 3px; text-align: center; color: #3D5B9B;}
                               .oil-main .tab-search-top .at{ background-color: #5477BB;color: #FFF;}
                               .oil-main .oil-avg{ font-size: 26px; color: #D60000; font-family: Arial; font-weight: 700; margin-right: 3px; }


.cm-model-box{margin-bottom: 15px;}
.cm-model-box li{height: 36px; line-height: 36px; border-top:1px solid #E9E9E9;}
.cm-model-box .m-main{border-top: 2px solid #2055A6;}
              .m-main .search-top{padding-left:17px; line-height: 43px;}
              .m-main .search-top dl{float: left; margin-right: 42px;}
              .m-main .search-top dt{float: left;}
              .m-main .search-top dd{float: left;}
              .m-main .search-top a{color: #005AA0; padding: 2px 8px; margin-right: 5px;}
              .m-main .search-top a.select{background-color: #486FB7; color: #FFF;}
.cm-model-box .m-title{color: #999;}
			  .m-title .m-m{width: 280px; padding-left: 50px; display: inline-block;}
			  .m-title .m-p{width: 150px; display: inline-block;}
			  .m-title .m-n{width: 150px; display: inline-block;}
			  .m-title .m-r{width: 150px; display: inline-block;}
			  .m-title .m-b{width: 150px; display: inline-block;}
.cm-model-box .m-list{}
			  .m-list .m-m{width: 315px; padding-left: 15px; display: inline-block;}
			  .m-list .m-p{width: 137px; padding-left: 10px; display: inline-block;}
			  .m-list .m-n{width: 150px; display: inline-block;}
			  .m-list .m-r{width: 150px; padding-left: 15px; display: inline-block;}
			  .m-list .m-b{width: 100px; padding-left:35px; display: inline-block;}
.cm-model-box .cm-down{border: 1px solid #CCD3E4;padding: 5px 15px 10px;border-bottom: none;color: #404040;}
.cm-model-box .cm-down .dropdown-arrow{border: 4px solid transparent;border-top-color: #CCD3E4;display: inline-block;width: 0;height: 0;vertical-align: top;content: '';margin: 18px 3px 0;}
.new-cmt-tml {}
.new-cmt-tml .cbox-hd {line-height: 30px;font-size: 15px;border-bottom: 2px solid #2055A6;color: #000;}
.new-cmt-tml .cbox-hd .c-i{ color: #3F3F3F; }
.new-cmt-tml .cbox-hd .c-i.select{font-weight: 700;}
.new-cmt-tml .new-nav {border-bottom: 2px solid #C00;margin-bottom: -2px;float: left;}
.new-cmt-tml .new-search {border: 1px solid #E9E9E9; border-top: none; margin-bottom: 10px;}
.new-cmt-tml .new-search .at{font-weight: 700; color: #F00;}
.new-cmt-tml .new-search dl{padding:10px;}
.new-cmt-tml .new-search dt{float: left; color: #656565;}
.new-cmt-tml .new-search dd{float: left; padding: 0 15px 0 5px;}
.new-cmt-tml .new-cmt-nav{line-height: 30px; border-top: 2px solid #2055A6;}
.new-cmt-tml .new-cmt-nav li{width: 86px; float: left;text-align: center;border-right: 1px solid #E9E9E9;}
.new-cmt-tml .new-cmt-nav li.select{border-top: 2px solid #FF0000; font-weight: 700; margin-top: -2px;}
.new-cmt-tml .new-cmt-list{position: relative;}
             .new-cmt-list .cmt-head{background-color: #F0F0F0; padding: 10px 15px; border-bottom: 1px solid #E9E9E9;} 
             .new-cmt-list .cmt-head .cmt-head-h{width: 240px; float: left;}
                           .cmt-head .cmt-head-h dt{float: left; width: 50px; height: 50px;}
                           .cmt-head .cmt-head-h dd{float: left;margin-top: 6px;margin-left: 5px;}
                           .cmt-head .cmt-head-h .nickname{width: 150px;}
                           .cmt-head .cmt-head-t {width: 450px; float: left; line-height:25px;}
                           .cmt-head .cmt-head-t dt{font-weight: 700; font-size: 15px; color: #404040;}
                           .cmt-head .cmt-head-t dd{color: #999;}
                           .cmt-head .cmt-head-s {float: left;}
                           .cmt-head .cmt-head-s dt{margin-top:10px;}
             .new-cmt-list .cmt-info {width: 218px; }
             .new-cmt-list .cmt-info table{width: 100%;}
             .new-cmt-list .cmt-info table tr{border-bottom: 1px solid #E9E9E9; line-height: 31px;}
             .new-cmt-list .cmt-info table .cmt-info-t{text-align: center; border-right: 1px solid #E9E9E9; color: #999; width: 87px;}
             .new-cmt-list .cmt-info table .cmt-info-v{padding-left: 5px;}
             .new-cmt-list .cmt-comm {width: 689px; position: relative; border-left: 1px solid #E9E9E9; padding: 20px; min-height: 370px;}
             .new-cmt-list .cmt-comm .cmt-comm-title {font-size: 15px; font-weight: 700;}
             .new-cmt-list .cmt-comm .cmt-comm-comment{ font-size: 15px; line-height: 30px; color: #666; word-wrap: break-word; }
             .new-cmt-list .cmt-comm .cmt-comm-item{line-height: 22px; margin-bottom: 30px;}
             .new-cmt-list .cmt-comm .cmt-op{float: right;}
             .new-cmt-list .cmt-comm .cmt-op .disabled { color: #666; cursor: not-allowed; text-decoration: none; }
             .new-cmt-list .cmt-comm .cmt-op li{float: left; margin-left: 10px;}

/*車型評價頁*/
.model-rating{margin-top: 10px;}
.model-rating .model-rating-t{background-color: #F5F5F5; padding: 5px 0 5px 3px; color:#999; margin-right: 5px;}
.model-rating .model-rating-t .m-r-n{width: 40px; display: inline-block;}
.model-rating .model-rating-t .m-r-s{width: 64px; display: inline-block;}
.model-rating .model-rating-t .m-r-r{width: 76px; display: inline-block;}
.model-rating .model-rating-b {color: #666; margin-top: 5px;}
.model-rating .model-rating-b li {float: left; width: 190px; line-height:28px;}
.model-rating .model-rating-b .model-rating-item{margin-right:6px;  border-right:1px solid #D0D0D0;}
.model-rating .model-rating-b .m-r-n{width: 55px; padding-left: 4px; display: inline-block;}
.model-rating .model-rating-b .m-r-s{width: 52px; display: inline-block;}
.model-rating .model-rating-b .m-r-r{width: 70px; padding-left:4px; display: inline-block; font-family: Arial;}
.model-rating .model-rating-b .m-r-l{background-color: #7FBF7F; color: #FFF; border-radius: 3px; margin-right: 3px;}
.model-rating .model-rating-b .m-r-h{background-color: #EA7F7F; color: #FFF; border-radius: 3px; margin-right: 3px;}

.model-oil{width: 224px; padding-left: 15px; padding-top: 7px; padding-bottom:15px; border-left:1px solid #E0E0E0;}
.model-oil .model-oil-avg{font-size: 24px;color: #D60000;font-family: Arial;font-weight: 700; margin-right: 3px;}
.model-oil .oil-unit{font-size: 12px; font-family: Arial;}
.model-oil .graph {margin-top: 10px;}
.model-oil .graph .g-title {width: 60px;}
.model-oil .graph .g-title li {padding: 10px 17px 7px 0;text-align: right;}
.model-oil .graph .g-bar {width: 160px;height: 130px;margin-top: 7px;}
.model-oil .g-bar .g-mark {margin-bottom: 11px;position: relative;background: #AFD2F0;width: 0;height: 20px;}



/*2014-12-4 評價首頁*/

.cr-tab { height: 34px; margin: 7px auto 0px; width: 986px; }
.cr-tab li{ float: left; margin-right: 5px; position: relative; }
.cr-tab .tab0 { background: #3598D8; }
.cr-tab .tab1 { background: #E74C3C; }
.cr-tab .tab2 { background: #FF9304; }
.cr-tab .tab3 { background: #1BBC9D; }
.cr-tab i { width: 9px; height: 5px; background: url(//img.8891.com.tw/carInfo/jiao.png) no-repeat; display: none; position: absolute; bottom: -5px; left: 45px; }
.cr-tab .jiao0 { background-position: 0px 0px; }
.cr-tab .jiao1 { background-position: 0px -6px; }
.cr-tab .jiao2 { background-position: 0px -12px; }
.cr-tab .jiao3 { background-position: 0px -18px; }
.cr-tab li a{line-height: 34px;width: 100px; display:block;text-align: center;color: #FFF; font-weight: bold; }
.cr-tab li .at{  }
.cr-tab li .at i{ display: block; }
.cr-exp {color: #999;margin: 10px 28px;}
.cr-box{ display: none;}
.cr-box.at{display: block;}
.cr-box li { float: left; padding:10px 10px 10px 22px; height: 180px; width: 165px;}
.cr-box li .pic {width: 165px; height: 110px; display: block; text-align: center; position: relative;}
.cr-box li .pic .t0 {background: url(//img.8891.com.tw/carInfo/top-icon.png) no-repeat 0 0; display: block; width: 52px;height: 34px;position: absolute;}
.cr-box li .pic .t1 {background: url(//img.8891.com.tw/carInfo/top-icon.png) no-repeat -52px 0; display: block; width: 52px;height: 34px;position: absolute;}
.cr-box li .pic .t2 {background: url(//img.8891.com.tw/carInfo/top-icon.png) no-repeat -104px 0; display: block; width: 52px;height: 34px;position: absolute;}
.cr-box li .pic .t3 {background: url(//img.8891.com.tw/carInfo/top-icon.png) no-repeat 0 -34px; display: block; width: 52px;height: 34px;position: absolute;}
.cr-box li .pic .t4 {background: url(//img.8891.com.tw/carInfo/top-icon.png) no-repeat -52px -34px; display: block; width: 52px;height: 34px;position: absolute;}
.cr-box li .pic .t5 {background: url(//img.8891.com.tw/carInfo/top-icon.png) no-repeat -104px -34px; display: block; width: 52px;height: 34px;position: absolute;}
.cr-box li .img{ max-width: 165px; max-height: 110px;}
.cr-box li .name{line-height: 25px; background-color: #F0F0F0; text-align: center; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.cr-box li .price{line-height: 25px;color: #666;text-align: center;}
.cr-box li .num { color: #F04241;font-weight: 700;}


#cr-new {margin-top: 10px; margin-bottom: 24px;}
#cr-new .cbox-hd {line-height: 30px; font-size: 15px; border-bottom: 2px solid #2055A6; color: #000;}
#cr-new .new-nav{border-bottom: 2px solid #C00; margin-bottom: -2px; float: left; color: #C00; width: 110px; }
#cr-new .cr-new-item {margin: 20px 0;}
        .cr-new-item .cr-t{float: left; margin-right: 40px; width: 83px; text-align: center;}
        .cr-new-item .cr-t .name{ width: 56px; height: 16px; line-height: 16px; margin: -3px auto 0px; color: #000; background: #DEDEDE; padding: 2px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
        .cr-new-item .cr-t .rat{ width: 60px; margin: 0 auto; color: #666; text-align: center;  line-height: 16px; margin-top: 5px; }
        .cr-new-item .cr-t .rat font { font-weight: bold; }
        .cr-new-item .cr-t .cr-btn{width: 63px;height: 23px;background: url(//img.8891.com.tw/carInfo/cr-btn.png) no-repeat; display: block;}
        .cr-new-item .cr-r{float: left; width: 840px;}
        .cr-new-item .cr-new-box{border: 1px solid #D7D7D7;width: 100%;border-radius: 10px; padding:15px; position: relative;}
        			 .cr-new-box .cr-icon{width: 39px;height: 30px; background: url(//img.8891.com.tw/carInfo/cr.png) no-repeat; display: block;position: absolute;top: 28px;left: -39px;}
        .cr-new-item .cr-box-l{width: 600px; float: left; }
        .cr-new-item .cr-box-r{ float: right; text-align: center;}
        .cr-title{font-size: 15px;color: #2055A6;font-weight: 700;margin-bottom: 10px;}
        .cr-new-item .cr-box-r img { max-width: 160px; max-height: 120px;}
        .cr-fine{color: #666; line-height: 30px; font-size: 13px; }
        .cr-fine .cr-fine-t{ color: #009900; }
        .cr-ul { margin-bottom: 20px; display: inline-block; }
        	.cr-ul li { float: left; height: 80px; width: 120px; margin-left: 10px; margin-top: 10px; }
        	.cr-ul li:first-child { margin-left: 0px; }
        	.cr-ul li img {  max-height: 80px; max-width: 120px; }
        .cr-bad{color: #666; line-height: 25px;margin-bottom:20px;}
        .cr-bad .cr-bad-t{color: #F04241;}
        .cr-box-l .cr-oil{color: #F04241;}
        .cr-star {color: #777; display: inline; font-size: 13px; }
        .cr-star .cr-star-num{color: #F04241; font-weight: 700;}
        .cr-new-item .disabled {color: #666;cursor: not-allowed;text-decoration: none;}

#new-list.cbox , #top-list.cbox {border-top:2px solid #2055A6;}
#new-list .cbox-hd , #top-list .cbox-hd{line-height: 34px;padding-left: 10px;color: #333;font-weight: 700;background-color: #F3F9FF;}
#new-list { overflow: hidden; height: 280px;}
#new-list li {overflow: hidden;text-overflow: ellipsis;white-space: nowrap; padding-left: 10px;height: 20px; margin-top: 10px;}
#top-list ul{padding: 0 5px;margin-bottom: 10px;}
#top-list li { border-bottom: 1px dashed #E9E9E9; padding-left: 5px;height: 20px; margin-top: 10px;}
#top-list li a{overflow: hidden;text-overflow: ellipsis;white-space: nowrap; width: 116px; display:inline-block;}
#top-list .car-rank{width: 16px;height: 15px;background: #CCC;font-style: normal;color: #FFF;margin-right: 5px;padding-left: 2px;padding-right: 2px;font-size: 11px;}
#top-list .rank4 {background: #CC0000 !important;}
#top-list .rank9 {padding: 0px;}
#top-list .star-num{color: #646464;}

.up-view-list{margin:0px 0 50px;}
.up-list-box{padding:8px 13px;}
.up-list-box li{float:left;margin:0 8px;}
.up-list-box li span .selectbox-close{top:24px;left: 100px;position:relative;}
   .up-list-box li a{display:block; text-align:center;padding:2px 0}
   .up-list-box .up-tool-nodel{text-align:center;color:#ccc;padding:2px 0}
#up-list-notice{color:#9A9A9A; text-align:center; width:650px; min-height:100px; line-height:100px;}
.up-list-notice{color:#9A9A9A; text-align:center; width:650px; min-height:100px; line-height:100px;}
.upload-list{position: relative;height:100px; margin-top: 30px; }
.upload-list li { display: inline-block; width: 100px; height: 100px; margin-left: 10px; }
.multiPowUploadSelect{display: block;width: 114px;height: 32px;background: url(/img/sell/new-upload.png) no-repeat 0 0;cursor: pointer;}
.upload-img-list { float: left; }
.upload-div { float: left; }
.close { display: block; width: 15px; height: 15px; position: absolute; right: 0px; top: 0px; background: url(//img.8891.com.tw/carInfo/close.png) 0 no-repeat; }



.com-left { width: 688px; border: solid 1px #E9E9E9; float: left; }
.com-left .com-tit { height: 40px; width: 660px; line-height: 40px; margin: 0 auto; border-bottom: solid 1px #E9E9E9; font-size: 15px; font-weight: bold; color: #666; padding-left: 12px; }
.com-left .com-tit a { float: right; font-weight: normal; font-size: 12px; }
.com-left ul { width: 655px; margin: 0 auto; font-size: 12px; overflow: hidden; height: 338px }
.com-left ul li { width: 655px; border-bottom: dashed 1px #EAEAEA; padding: 5px 0px 2px; height: 105px; }
.com-left ul li:first-child { border-top: none; }
.com-img { width: 60px; height: 70px; float: left; margin-left: 10px; overflow: hidden; margin-bottom: 4px; margin-top: 15px; }
.com-img .img-a { width: 45px; height: 45px; display: block; margin: 0 auto; border-radius: 50%; background: #D2D2D2; border: 1px solid #E9E9E9;}
.com-img .cmt-name { width: 45px; height: 16px; display: block; margin: 0 auto; overflow: hidden; color: #666; text-align: center; margin-top: 10px; }
.com-img img{ width: 45px; height: 45px; border-radius: 50%; }
.com-text { width: 570px; float: left; margin-left: 11px; margin-top: 5px; position: relative; }
.com-text .cmt-time { position: absolute; top: 20px; right: 15px; color: #B6B6B6; }
.text-title { width: 480px; height: 20px; color: #969696; line-height: 20px; margin-bottom: 18px; background: url(//img.8891.com.tw/carInfo/com-icon.png) 0px -21px no-repeat; padding-left: 12px; font-weight: normal; margin-top: 17px; }
.text-title a { vertical-align: middle; }
.text-title .cmt-cert { margin-left: 10px; }
.text-title .cmt-cert img { width: 20px; height: 20px; vertical-align: middle; }
.text-content{line-height: 20px; color: #666; width: 555px; }
.text-content .cmt-content a { color: #666;  width: 498px; display: block; float: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.text-content .cmt-content a:hover { color: #C00; }
.text-content .owner-cert { display: block; width: 52px; height: 18px; background: url(//img.8891.com.tw/carInfo/com-icon.png) -1px -1px no-repeat; vertical-align: middle; margin-left: 5px; float: left; }
.m140{margin-left: 140px;}
.text-nav { margin-right: 35px;}
.j-support,.j-oppose{ padding: 2px 4px;  }
.carinfo-cmt.text-nav .level { margin-left: 15px; }
.text-nav .com-time { float: right; color: #CCC; position: absolute; right: 0px; }
.text-btn { float: right; margin-top: 10px; }

.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt0 { margin-left: 0px !important; }
.ad-img p { margin-top: 15px; margin-left: 15px; }
.ad-img .head-img { width: 50px; height: 50px; border: solid 1px #DBDBDB; margin: 10px; float: left; }
.ad-img .member { float: left; }
.ad-img .member .name { margin: 15px 0px 0px 0px; }
.ad-img .member .da { margin: 12px 0px 0px 0px; }
.mlogin { color: #F00; font-weight: bold; }

.cmt-title { line-height: 40px; padding-left: 10px; color: #666; font-weight: 700; font-size: 15px; }

.cmt-cont { width: 280px; margin: 0 auto; }
	.cmt-cont li:first-child { height: 30px !important; line-height: 30px; border-top: solid 1px #E9E9E9; background: #EEF3F9; text-align: center !important; }
	.cmt-cont li { height: 60px; border-bottom: dotted 1px #CCC; text-align: center; }
		.cmt-cont li span { display: block; float: left; }
		.cmt-cont li .cmt-mc { width: 50px; }
		.cmt-cont li .cmt-mc i { width: 18px; height: 32px; margin: 18px auto 0px; font-size: 19px; font-style: normal; background: #ECECEC; display: block; line-height: 26px; background: url(//img.8891.com.tw/carInfo/new-summary/new-rating-bg.png) no-repeat; background-position: 0px -33px; text-align: left; text-indent: 3px; color: #CABABA; }
		.cmt-cont li .cmt-mc .qs { background-position: 0px 0px; color: #FFF; }
		.cmt-cont li .cmt-nc { width: 130px; text-align: left; }
		.cmt-cont li:first-child .cmt-nc { text-align: center; }
		.cmt-cont li .cmt-nc .name { margin-top: 18px; color: #F00; }
		.cmt-cont li .cmt-nc .model { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; color: #8F8F8F; width: 100%; margin-top: 5px; height: 20px; }
		.cmt-cont li .cmt-nc .model a {  color: #8F8F8F; }
		.cmt-cont li .cmt-pj { width: 40px; }
		.cmt-cont li .cpj { color: #B2B2B2; font-size: 13px; margin-top: 18px; }
		.cmt-cont li .cmt-hf { width: 50px; }
	
	.cmt-bottom a { color: #888; }
	.cmt-bottom a .xxjt, .cmt-bottom a .xsjt { width: 5px; height: 5px; display: inline-block; background: url(//img.8891.com.tw/carInfo/cmt-icon.png) no-repeat; margin: 5px 0px 0px 10px; }
	.cmt-bottom a .xxjt { background-position: 0px 0px; }
	.cmt-bottom a .xsjt { background-position: 0px -10px; }
	.nsc-r-textarea{background: #fbfbfb;border: 1px solid #c6cbd1;height: 30px;width: 52%;float: left;border-right: none; font-size: 13px;}
	.nsc-r-submit{width: 7%;height: 36px; text-align: center; line-height: 36px; color: #FFF !important; float: left; background: #7C8290; font-weight: bold; }
	.reply-list { margin-top: 12px; width: 825px; float: left; background: #FBFBFB;  padding: 0px 0px 10px 15px;  border-top: solid 1px #E9ECEF; display: none;}
	.reply-list-ul { width: 100%; clear: both; margin-top: 15px; }
	.reply-list-ul li { margin-top: 0px; padding-bottom: 0px; margin-bottom: 0px; font-size: 13px; }
		.reply-ul-box { width: 95%; padding-left: 25px;  }
		.reply-ul-content { width: 87%; line-height: 30px; word-wrap: break-word; }
		.reply-ul-content .reply-box { margin-left: 5px; }
		.reply-ul-content span { font-size: 13px; }
		.reply-ul-tit { width: 95%; line-height: 20px; padding-left: 25px; }
		.reply-ul-pcontent { margin-top: 5px; padding: 3px 15px 8px; border: 1px solid #E9E9E9; line-height: 25px; color: #888; width: 434px; }
		.reply-ul-tit { background: url(//img.8891.com.tw/carInfo/info-icon.png) no-repeat; background-position: -16px -771px; margin-top: 10px; color: #888; }
			.reply-ul-name {  }
optgroup { background: #CCC; }
.nsc-rf-bottom { line-height: 30px; text-align: right; position: relative; clear: both; padding-right: 5px; width: 58%; }