@charset "UTF-8";
/* ================================ */
/* 触屏版列表样式类型				*/
/* Author:			www.feitei.com 	*/
/* Copyright:		www.youmumu.com	*/
/* Create Date:		01-08-2016		*/
/* Retrofit Date:	02-04-2016		*/
/* ================================ */
body { background-color: #ffffff; }

h6 { -webkit-margin-before: 0; -webkit-margin-after: 0; }

.letter_type_list .lt_m_nav { display: block; position: fixed; right: 0.3125rem; bottom: 20%; z-index: 1; }

.letter_type_list .lt_m_nav dd { display: block; padding: 0; }

.letter_type_list .lt_m_nav a { font-size: 0.75rem; display: block; color: #ff5a37; padding: 0.09375rem 0.1875rem; text-align: center; border-left: 1.0625rem solid transparent; }

.atPageList { width: 100%; margin: 0 auto 0; background: #fff !important; }

.BrandTip { height: 1.75rem; line-height: 1.75rem; background: #f3f3f3; color: #3c3c3c; font-size: 1rem; padding: 0 1.125rem; }

.xing { width: 0.875rem; height: 0.875rem; background: url(../images/x.png) no-repeat; background-size: 0.875rem 0.875rem; display: inline-block; }

/*热门品牌*/
.brand { width: 100%; border-bottom: 1px solid #ebe9e9; display: table; }

.brand a { width: 20%; display: table-cell; padding: 0.7rem 0; text-align: center; float: left; }

.brand a img { width: 1.75rem; height: 1.75rem; margin-bottom: 0.125rem; }

.brand a span { display: block; font: normal 0.875rem "Microsoft YaHei"; color: #5a5a5a; }

.CarAll a, .CarAn, .CarNo a { display: block; height: 3.125rem; line-height: 3.125rem; vertical-align: middle; color: #3c3c3c; font-size: 0.875rem; padding: 0 1.0625rem; border-bottom: 1px solid #d7d7d7; }

.CarAll a img, .CarAn img { height: 40px; vertical-align: middle; padding: 0 1rem 0 0; }

.CarAll a em, .CarMulti em, .CarAn span { font-size: 0.875rem; vertical-align: middle; }

.CarMulti { width: 100%; background: white; }

.CarMulti a { display: block; height: 3.125rem; line-height: 3.125rem; color: #3c3c3c; font-size: 0.875rem; padding: 0 1.0625rem; border-bottom: 1px solid #d7d7d7; }

/*筛选页*/
.rdolist, .chklist { display: none; }

/* 
<label class="rdobox checkeds" data-s="r1"><span class="rdo-c">自动</span></label> */
.s-rdo { width: 100%; display: table; padding-bottom: 0.75rem; }

.s-rdo .rdobox { display: inline-block; width: 33.33%; text-align: center; font-size: 0.875rem; color: #585858; /*padding: 0.4rem 0; margin:0 1.2% 3.5% 1.3%; */ }

.s-rdo .rdobox img { display: inline-block; width: 5.1785rem; width: 4rem; padding: 0 0.3125rem; text-align: center; }

.s-rdo .rdobox span { display: block; line-height: 1.875rem; border: 1px solid #dbdada; border-radius: 4px; -webkit-border-radius: 4px; margin: 0 0.3125rem 0.75rem; }

.s-rdo .rdobox.checkeds span { border-color: #ff5a37; color: #ff5a37; background: #ffeeeb; }

.newScree section { border-bottom: 1px solid #dbdada; border-width: 0 0 1px 0; border-image: url("../images/common/b.png") 2 0 stretch; -webkit-border-image: url("../images/common/b.png") 2 0 stretch; }

.newScree section .aRight, .newScree section h6 { display: block; height: 2.8125rem; line-height: 2.8125rem; font-size: 0.875rem; color: #888; padding: 0 0 0 1.25rem; }

.newScree section .aRight em, .newScree section h6 em { float: right; padding-right: 1.625rem; position: relative; color: #b7b7b7; }

.newScree section .aRight em:before { content: ''; position: absolute; width: 0.5rem; height: 0.5rem; border-top: 1px solid #707070; border-right: 1px solid #707070; -webkit-transform: rotate(45deg); transform: rotate(45deg); font-size: 0; top: 50%; right: 1rem; margin-top: -0.3125rem; vertical-align: middle; }

.newScree section i { color: #b7b7b7; font-style: normal; font-size: 0.75rem; padding-left: 0.75rem; }

.newScree section h6 { display: block; height: 2.8125rem; line-height: 2.8125rem; font-size: 0.875rem; font-weight: 500; color: #888; padding: 0 0 0 1.25rem; }

.newScree section h6 em { float: right; position: relative; color: #b7b7b7; font-weight: 500; padding-right: 1.625rem; }

.newScree section h6 em:before { content: ''; position: absolute; width: 0.5rem; height: 0.5rem; border-top: 1px solid #707070; border-right: 1px solid #707070; -webkit-transform: rotate(45deg); transform: rotate(45deg); font-size: 0; top: 50%; right: 1rem; margin-top: -0.3125rem; vertical-align: middle; }

.SearchCarBtn { display: block; position: fixed; bottom: 0; left: 0; right: 0; z-index: 10; width: 100%; height: 3.125rem; line-height: 3.125rem; text-align: center; color: white; background: #ff5a37; margin: auto; }

.sidebarMove { position: relative; left: -100%; top: 0px; height: 100%; overflow: hidden; animation: sidebar-body-move .3s ease; -webkit-animation: sidebar-body-move .3s ease; }

.sidebarBack { left: 0; animation: sidebar-body-back .3s ease; -webkit-animation: sidebar-body-back .3s ease; }

@keyframes sidebar-body-move { 0% { left: 0; }
  100% { left: -100%; } }
@keyframes sidebar-body-back { 0% { left: -100%; }
  100% { left: 0; } }
@-webkit-keyframes sidebar-body-move { 0% { left: 0; }
  100% { left: -100%; } }
@-webkit-keyframes sidebar-body-back { 0% { left: -100%; }
  100% { left: 0; } }
.ConBox { width: 100%; height: 100%; position: absolute; z-index: 120; top: 0; left: 100%; right: 0; margin: 0 auto; overflow: scroll; -webkit-transform-origin: 0px 0px; -webkit-transform: scale(1, 1); opacity: 1; background: white; }

.BoxNav { width: 100%; height: 44px; background: white; border-bottom: 1px solid #ebe9e9; position: relative; background: white; top: 0px; }

.BoxNav .conBack, .BoxNav .conBack2, .BoxNav .conBack3 { position: absolute; left: 0; display: block; width: 100px; height: 44px; padding-top: 14px; font-size: 0; text-indent: -99999rem; }

.BoxNav .conBack:before, .BoxNav .conBack2:before, .BoxNav .conBack3:before { content: ''; position: absolute; left: 1rem; display: block; width: 0.75rem; height: 0.75rem; border-left: 1px solid #ff5a37; border-bottom: 1px solid #ff5a37; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.BoxNav h5 { text-align: center; font: normal 1rem "Microsoft YaHei"; color: #3c3c3c; }

/*城市筛选项*/
.Country { padding: 0 0.625rem; background: white; }

.Country li { position: relative; border-bottom: 1px solid #ebe9e9; padding: 0.625rem 0 0; }

.Country li a { display: inline-block; color: #5a5a5a; margin: 0 0 0.625rem 1.875rem; }

.Country li i { position: absolute; top: 0.75rem; font-size: 1rem; font-weight: 600; color: #b7b7b7; padding: 0; }

.Country li:first-child { padding: 0 !important; }

.Country li:first-child a { width: 100%; padding: 0.625rem 0 0.625rem 1.875rem; margin: 0; }

.Jbox { width: 100%; background: white; }

.Jbox a { position: relative; display: block; line-height: 2.1875rem; color: #3a3836; font-size: 0.875rem; text-align: left; padding: 0 1rem; border-bottom: 1px solid #d7d7d7; }

.Jbox p { display: block; line-height: 2.5rem; color: #3c3c3c; font: normal 0.875rem "Microsoft Yahei"; background: #f3f3f3; padding: 0 1rem; border-bottom: 1px solid #d7d7d7; }

#color span { text-align: left; padding: 0 0.9375rem; }

.color { padding: 0 !important; display: inline-block; width: 0.875rem; height: 0.875rem; background-size: 0.625rem 0.625rem; background-repeat: no-repeat; background-position: left center; vertical-align: -3px; margin: 0 5px 0 0; }

.color.color1 { background-image: url(../images/color1.png); }

.color.color2 { background-image: url(../images/color2.png); }

.color.color3 { background-image: url(../images/color3.png); }

.color.color4 { background-image: url(../images/color4.png); }

.color.color5 { background-image: url(../images/color5.png); }

.color.color6 { background-image: url(../images/color6.png); }

.color.color7 { background-image: url(../images/color7.png); }

.color.color8 { background-image: url(../images/color8.png); }

.color.color9 { background-image: url(../images/color9.png); }

.color.color10 { background-image: url(../images/color10.png); }

.color.color11 { background-image: url(../images/color11.png); }

.color.color12 { background-image: url(../images/color12.png); }

.color.color13 { background-image: url(../images/color13.png); }

.color.color14 { background-image: url(../images/color14.png); }
