body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
hr,
thead,
tbody,
tfoot,
th,
td {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

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

a:visited {
    color: #333;
}

html {
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    line-height: 1.5;
}

body,
button,
input,
select,
textarea {
    font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
}

b,
strong {
    font-weight: bold;
}

i,
em {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0 none;
    width: auto\9;
    max-width: 100%;
    vertical-align: top;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input {
        line-height: normal !important;
    }
}

select[size],
select[multiple],
select[size][multiple] {
    border: 1px solid #AAA;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video,
progress {
    display: inline-block;
}

body {
    background-color: #fff;
}

.g-doc {
    margin: 0 auto;
    overflow: hidden;
}

@media only screen and (min-width:1025px) {
    .g-doc {
        max-width: 750px;
    }
}

/*mod_ku_footplate*/
.m-footplate {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    margin: 20px auto 12px;
    text-align: center;
}

.m-footplate a {
    margin: 0;
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50px;
    line-height: 25px;
    position: relative;
    color: #007adf;
    font-size: 12px;
}

.m-footplate a::before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    border: 1px solid #007adf;
    border-radius: 48px;
    overflow: hidden;
}

.m-footplate a::after {
    content: "";
    display: block;
    background: url(//www1.pcauto.com.cn/zt/gz20160511/chexingku/images/icon_footplate.png) no-repeat;
    background-size: 109px;
    position: absolute;
    z-index: 1;
    top: 12px;
    left: 0;
    right: 0;
    margin: auto;
}

.m-footplate a:nth-child(1)::after {
    width: 29px;
    height: 26px;
    background-position: 0 0;
}

.m-footplate a:nth-child(2)::after {
    width: 22px;
    height: 27px;
    background-position: -32px 0;
}

.m-footplate a:nth-child(3)::after {
    width: 29px;
    height: 22px;
    background-position: -55px 0;
    top: 15px;
    left: 4px;
}

.m-footplate a:nth-child(4)::after {
    width: 25px;
    height: 27px;
    background-position: -84px 0;
    top: 14px;
    left: 4px;
}

/*u_component*/
/*IP定位图标*/
.u-ipLocation {
    float: right;
    position: relative;
    padding-left: 18px;
    font-size: 16px;
}

.u-ipLocation,
.u-ipLocation:hover,
.u-ipLocation:visited,
.u-ipLocation:active {
    color: #007adf;
}

.u-ipLocation::before {
    content: '';
    width: 13px;
    height: 18px;
    background: url(//www1.pcauto.com.cn/zt/gz20160511/chexingku/images/icon.png) no-repeat 0 -55px;
    background-size: 72px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/*箭头*/
.u-arr-r,
.u-arr-d,
.u-arr-u {
    position: relative;
    margin-left: 6px;
}

.u-arr-r:before,
.u-arr-r:after,
.u-arr-d:before,
.u-arr-d:after,
.u-arr-u:before,
.u-arr-u:after {
    content: '';
    font-size: 0;
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    display: inline-block;
    border: 5px dashed transparent;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.u-arr-r {
    padding-left: 5px;
}

.u-arr-r:before,
.u-arr-r:after {
    border-left-style: solid;
    border-right: none;
}

.u-arr-r:before {
    border-left-color: #aaa;
}

.u-arr-r:after {
    border-left-color: #fff;
    left: -2px;
}

.u-arr-d {
    padding-left: 10px;
}

.u-arr-d:before,
.u-arr-d:after {
    border-top-style: solid;
    border-bottom: none;
}

.u-arr-d:before {
    border-top-color: #aaa;
}

.u-arr-d:after {
    border-top-color: #fff;
    top: -4px;
}

.u-arr-u {
    padding-left: 10px;
}

.u-arr-u:before,
.u-arr-u:after {
    border-bottom-style: solid;
}

.u-arr-u:before {
    border-bottom-color: #aaa;
    top: -5px;
}

.u-arr-u:after {
    border-bottom-color: #fff;
    bottom: 2px;
}

.s-blue .u-arr-r:before {
    border-left-color: #007adf;
}

/*更多按钮*/
.u-btn-more {
    display: block;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    margin: 16px 0.24rem 0;
    background: #f8f8f8;
    border: 1px solid #eee;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.u-btn-more,
.u-btn-more:hover,
.u-btn-more:visited,
.u-btn-more:active {
    color: #777;
}

.u-btn-more .u-arr-r:after {
    border-left-color: #f8f8f8;
}

.u-btn-more .u-arr-d:after {
    border-top-color: #f8f8f8;
}

.u-btn-more .u-arr-u:after {
    border-bottom-color: #f8f8f8;
}

.u-btn-more .hide-off,
.active+.u-btn-more .hide-on {
    display: none;
}

.u-btn-more .hide-on,
.active+.u-btn-more .hide-off {
    display: block;
}

/*无记录*/
.u-none {
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    text-align: center;
    color: #999;
}

/*小标签*/
.u-tag {
    display: inline-block;
    border: 1px solid #f24e4e;
    border-radius: 1px;
    color: #f24e4e;
    font-size: 12px;
    height: 13px;
    line-height: 13px;
}

/*icons*/
.u-video {
    width: 25%;
    height: 0;
    padding-top: 25%;
    overflow: hidden;
    background: rgba(0, 0, 0, .5) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAYCAMAAAAvSTY9AAAAclBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9eWEHEAAAAJXRSTlMAeIf89eHKSzYlDAexBO7p29LRv6mmn5KPcFlCHxgVEbdkYDAughSWZAAAAINJREFUGNOF0EkSwjAMRFFlAOw4BsI8z33/K6J419IivXxVqXxLYhK3agje0Bw7Z8BsYa2fA7s7Wy3nFsu3Mbn1wDaS6S4rtFVik+cBGAKZ7rouWWSS6kazyHS/ksX2Vds//LfuH6fOtmyCb870tpd9Wx5v8OFblYDpm5YANg2wi9nRH42cDEpZOXqQAAAAAElFTkSuQmCC) no-repeat 60% center;
    background-size: 34%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.u-time:before,
.u-position,
.u-usr:before,
.u-ico-v:before,
.u-cmt-r:after,
.u-club-star1,
.u-club-star2,
.u-club-star3,
.u-club-star4,
.u-club-star5 {
    display: inline-block;
    vertical-align: middle;
    background: url(//www1.pcauto.com.cn/zt/gz20160511/chexingku/images/icon.png) no-repeat;
    background-size: 72px;
}

.u-time:before {
    content: '';
    width: 12px;
    height: 14px;
    margin: -2px 5px 0 0;
    background-position: -23px -115px;
}

.u-position {
    width: 13px;
    height: 16px;
    margin: -4px 5px 0 0;
    background-position: -44px -19px;
}

.u-usr:before {
    content: '';
    width: 11px;
    height: 13px;
    margin: -3px 4px 0 0;
    background-position: -23px -100px;
}

.u-ico-v {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 4px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 0;
    background: #57b6ff;
    border-radius: 50%;
}

.u-ico-v:before {
    content: '';
    width: 7px;
    height: 6px;
    margin: 1px 0 0 3px;
    background-position: -40px -105px;
}

.u-cmt-r:after {
    content: '';
    width: 14px;
    height: 12px;
    margin: -3px 0 0 5px;
    background-position: 0 -40px;
}

.u-club-star1,
.u-club-star2,
.u-club-star3,
.u-club-star4,
.u-club-star5 {
    width: 14px;
    height: 14px;
    margin: -4px 0.03rem 0;
    background-position: 0 -171px;
}

.u-club-star2 {
    background-position: -14.5px -171px;
}

.u-club-star3 {
    background-position: -29px -171px;
}

.u-club-star4 {
    background-position: -43.5px -171px;
}

.u-club-star5 {
    background-position: -58px -171px;
}

.u-noDate {
    width: 55px;
    height: 55px;
    margin: 0 auto 15px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG4AAABuCAMAAADxhdbJAAAAh1BMVEUAAADd3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d0UCIZXAAAALHRSTlMA9wcwzPFJ02hBH8b64oU0EpwqVum+t6B6JKzDOagZ7ZBhDoxdPFFybtuWgN7a07EAAARiSURBVGjetNXbjoMgFAXQLYIKrbb23mitbTRp2v3/3zeS+DTD1Pt6JISw4RzAEGK3v7xPMr4rUt1jeXpf9juBJQidrDw6eKtEC8zqejl6/MI7Xq6YyfYl2QpvSRRszPYJPLdmE0TJLWRLvraYzj+3ueRHC/cpf2Sb8exjmvrYLhQIfCGCdlPHekqyEy25Rw97Ses0NmGR0ip36GlX0koLjBApNhKDAUzChoowlMnYWPkYyF+xkRkMUtloocYIOrQBK/QnUjYijBSxkQr0VEgbLcdouQ0oC/RyjUmWmKQkGV/Rw+ZA8oGJHiQPG3TSimSAyQKSSnfOWpOexgy0R66D7jmHHLPID1079xUZ+5iJH5Pqy2ombu93JrbqYoN/CEmyxoxqklLALXXV5PT6TOFUufttev9VcDCKLDG7klSu68vIEAsIycz9jOdYQO76XAplBxcRkar4W5UhFhKS518NSVJjIfqHFjPaTRWIougeQPQKIhWlaEtMtdXarP//vpsbcjtAh8o0ZT0QmAcWZ3M4IQOs1aaERJORQKkWIRBqAty3P8CTJuQJDvZqM11xtjz7d/wIiSYlaTVnbqYrzpZncjW8Q6SJieDdnhb6FQ6m7hwtxWdJezD6HYDu0WJgr39Urde4MLtnj+m7M4uxukeo/n8UcSti6qVGsayBaKwupvm087S1/moAk510l1NmAPM6VidIc0kXSHqPzPZFd3jZYoMYpUvgIukM184LSQCiP9/O+AggeZbG665wbqxrdShWAIe9BtgfAFaF5KNbQyIFBgJ1CaoZkJ5zOcjPKTCrAvnpAjCBNjAf2nXYLgL1CBZbu7vgpdMcNiqgloNwBzB/U4e3OcAulPx1NRSqIJOTyw04qsMRuF2kn+gyqPRg/8AcsfWDvtmIvXULeFAJsRzETWz7XlM2Ecc/0cVQKoK1vrApaWJzR0y58detIdIKluqRf6TA8ereULwegfQj99UtYaUZnO7fz/00froTzKxuOK3hrL11/dXQ1QvDnRR66AT0VjMGO909XjI/XS/M2cCoHBye6d9qzWaFQRgIwlipB4k/oUjRi4hX3//5qocyoIGpZNzGeQEJZrOzs1/Uv5tHNAKufhjnc59DIQjECwFlrjF+AylzPGIakUfMi4dk8kSjAWlEGhDaq0akvcI8aETMA6yRRsQawfhpRIwfbK20+sK2FqZdq7Bpf2EkESs8kmDg0io8cGGcFCs8TmJYFis8LJMoQHA/d1GAZdBBY5zaLTu5OiLGYSGVWw56RoRUJIJTnA4RnG3AaByfGofD9tE39DYI9g3XFrZLGduV0/8XaheuC1NYhl626k1jkW25pgeEUDWis1UcnygcoId45MHxwCSLvp9AQ4pfgBUJHgNchShXwT+5KdpUpglumWFpUB8H3fVpI4V2wCTUdOdx0K6xgF39F3a9E8p7BJWnIi/bx/qVtsyLKQAq3wzDBmTuloBcBGTOEXq/IfTZeqANofdnEfoPYez0Ey7qqMcAAAAASUVORK5CYII=) no-repeat;
    background-size: 55px;
}


/*表单验证提示*/
.u-hint {
    color: #f00;
    font-size: 12px;
    line-height: 30px;
    vertical-align: top;
}

.u-hint::before {
    content: "!";
    display: inline-block;
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    border-radius: 7px;
    border: 1px solid #f00;
    color: #f00;
    margin-right: 5px;
}

.u-tagRgba {
    display: inline-block;
    padding: 0 4px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    background: rgba(242, 78, 78, .8);
}

/*vr图标*/
.icon-vr {
    background: url(//www1.pcauto.com.cn/zt/gz20160511/chexingku/images/icon.png) no-repeat -30px -139px;
    -webkit-background-size: 48px;
    background-size: 48px;
    width: 18px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: -3px;
    margin-left: 13px;
}


.dn {
    display: none;
}

.m-serch {
    position: relative;
}

.m-serch .header {
    padding: 0 12px;
    background: #fff;
}

.g-doc,
#Jlazy_img {
    overflow: auto;
    background: #fff;
}

.header-bg {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background-color: #007adf;
    padding: 0 10px 0 0;
}

.header-title {
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    margin-right: 5px;
    text-align: center;
}

.header-title a {
    color: #fff
}

.header-bg a:visited {
    color: #fff
}

.header-title-home {
    display: block;
    padding: 0 45px 0 0
}

.header-title-nav {
    float: left;
    white-space: nowrap;
    -webkit-transform: translate(0, 0) translateZ(0);
    overflow-x: auto;
    overflow-y: hidden;
}

.header-title-nav .goBack {
    float: left;
    width: 20px;
    padding: 0 10px 0 10px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.header-title-nav .goBack:after,
.header-title-nav .goBack:before {
    width: 0;
    height: 0;
    border: 10px dashed transparent;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header-title-nav .goBack:before {
    top: 4px;
    border-top-color: #fff;
}

.header-title-nav .goBack:after {
    top: 0;
    border-top-color: #007adf;
}

/*筛选选项*/
.m-serch .filter-item {
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.m-serch .filter-item a:nth-child(4) {
    background: url(//www1.pcauto.com.cn/zt/gz20201013/mind1/select.png) no-repeat;
    background-size: 61px 15px;
    background-position: 50% 13px;
}

.m-serch .filter-item a {
    float: left;
    border-bottom: 2px solid #eee;
    color: #999;
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;

}

.m-serch .filter-item .current {
    color: #007adf;
    border-bottom: 2px solid #007adf;
}

.m-serch .filter-item a:nth-child(4).current {
    background: url(//www1.pcauto.com.cn/zt/gz20201013/mind1/selected.png) no-repeat;
    background-size: 61px 15px;
    background-position: 50% 13px;
}

/*品牌筛选*/
.m-serch .filter-brand {
    height: 69px;
    padding-top: 15px;
}

.m-serch .filter-brand a {
    float: left;
    width: 20%;
    text-align: center;
}

/* .m-serch .filter-brand i{display: block;width: 50px;height: 40px;margin: 0 auto; background-image: url("//www1.pcauto.com.cn/zt/gz20200825/chexingku/icon_filter.png");background-repeat: no-repeat;} */
.m-serch .filter-brand span {
    display: block;
    width: 48px;
    height: 17px;
    opacity: 1;
    font-size: 12px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #2d313e;
    line-height: 17px;
    margin: 0 auto;
}

/* .m-serch .filter-brand .new i{background-position: 0 0;background-size: 50px;} */
/* .m-serch .filter-brand .price i{background-position: 0 -52px;background-size: 50px;}
.m-serch .filter-brand .diff i{background-position: 0 -106px;background-size: 50px;}
.m-serch .filter-brand .count i{background-position: 0 -159px;background-size: 50px;} */
/* 2020-11上了品牌月，有需要还原，则把注释开启 */
.m-serch .filter-brand i {
    display: block;
    width: 50px;
    height: 50px;
    margin: 7px auto 6px;
    transform: scale(1.1);
}

.m-serch .filter-brand .diff i {
    width: 34px;
    height: 34px;
    background: url('//www1.pcauto.com.cn/zt/gz20200929/zhaoche/images/diff_icon.png') no-repeat center;
    background-size: 34px;
    position: relative;
    top: 2px;
}

.m-serch .filter-brand .price i {
    width: 34px;
    height: 34px;
    background: url('//www1.pcauto.com.cn/zt/gz20200929/zhaoche/images/price_icon.png') no-repeat center;
    background-size: 34px;
}

.m-serch .filter-brand .new i {
    width: 34px;
    height: 34px;
    background: url('//www1.pcauto.com.cn/zt/gz20200929/zhaoche/images/new_icon.png') no-repeat center;
    background-size: 34px;
    position: relative;
    top: 2px;
}

.m-serch .filter-brand .count i {
    width: 34px;
    height: 34px;
    background: url('//www1.pcauto.com.cn/zt/gz20200929/zhaoche/images/count_icon.png') no-repeat center;
    background-size: 34px;
}

.m-serch .filter-brand .find i {
    width: 34px;
    height: 34px;
    background: url('//www1.pcauto.com.cn/zt/gz20200929/zhaoche/images/find_icon.png') no-repeat center;
    background-size: 34px;
}

/*条件筛选*/
.m-serch .filter-rule {
    padding: 15px 12px 0;
}

.m-serch .filter-rule .con {
    overflow: hidden;
    padding-bottom: 8px;
    height: 36px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flexbox;
}

.m-serch .filter-rule .con a {
    position: relative;
    border: 1px solid #efeff1;
    height: 34px;
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 5px;
    width: 25%;
}

.m-serch .filter-rule .con a span {
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 34px;
    text-align: left;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.m-serch .filter-rule .con a:last-child {
    margin: 0;
}

.m-serch .filter-rule .con .select {
    border: 1px solid #007adf;
}

.m-serch .filter-rule .con .select span {
    color: #007adf;
}

/*品牌*/
.hot-brand {
    width: 97%;
}

.m-brand {
    padding-bottom: 0;
}

.m-brand .sub-clum {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    color: #777;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
}

.m-brand .sub-clear {
    color: #007adf;
    float: right;
    font-size: 12px;
}

.m-brand-new {
    width: 97%;
}

.m-brand-new .con-new {
    height: 40px;
    padding: 0 10px 8px 10px;
    overflow: hidden;
}

.m-brand-new .con-new a {
    float: left;
    width: 25%;
    height: 38px;
    line-height: 38px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #2D313E;
}

.m-brand-new .con-new a i {
    display: block;
    width: 90%;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    background: #f7f8fb;
    border-radius: 4px;
}

.m-brand .con {
    padding: 5px 0;
    display: flex;
}

.m-brand .con a {
    float: left;
    width: 20%;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    padding: 15px 0;
}

.m-brand .con .carsItemImg {
    width: 28px;
    height: 28px;
    opacity: 1;
}

.m-brand .con a i {
    display: block;
    width: 90%;
    margin: 0 auto;
}

/*品牌列表*/
.brand-list {
    border-bottom: 10px solid #f4f4f8;
}

.brand-list .box {}

.brand-list .box ul {
    overflow: hidden;
    padding: 0 12px;
}

.brand-list .box .th {
    text-indent: 10px;
    color: #777;
    border-bottom: 1px solid #f4f4f8;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    background: linear-gradient(45deg, #F7F8FB, #fff);
}

.brand-list .box li {
    padding: 10px 0;
    height: 40px;
    border-bottom: 1px solid #f4f4f8;
    position: relative;
}

.brand-list .box li a {
    display: block;
    width: 100%;
    height: 100%;
}

.brand-list .box ul li:last-child {
    border: 0;
}

.brand-list .box li img {
    float: left;
    width: 40px;
    height: 40px;
}

.brand-list .box li span {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    color: #333;
    font-size: 14px;
}

/* add by lifen 20180921 */
.brand-list .box .imgW60 li img {
    width: 60px;
}

/*侧边字母导航*/
.nav {
    position: fixed;
    width: 15%;
    right: 2px;
    bottom: 0;
    z-index: 99;
    display: none;
}

.nav ul span {
    display: block;
    text-align: center;
    width: 100%;
    height: 16px;
    line-height: 25px;
    color: #848792;
    font-size: 15px;
    padding: 0 10px;
}

@media screen and (max-height: 715px) {
    .nav ul span {
        line-height: 19px;
    }
}

.nav ul li:first-child {
    background: #2d313e;
    border-radius: 50%;
}

.nav ul li:first-child span {
    color: #fff;
}

.g-brand .m-totop {
    right: 30px;
}

.popup {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: -120%;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.popup .btn {
    position: absolute;
    width: 18px;
    height: 18px;
    background: url("//www1.pcauto.com.cn/wap/20160324/find-car/images/right_btn.png") no-repeat;
    background-size: 18px;
    top: 50%;
    margin-top: -18px;
    left: 20px;
}

.popup .mask-left {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 20px;
    /* position: absolute;
    top: 0;
    left: -100%;
    width: 20%;
    height: 100%;
    background: rgba(0, 0, 0, 0); */
}

.popup .mask-left::after {
    content: '';
    display: block;
    margin: 10px;
    width: 11px;
    height: 11px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(135deg);
    /*箭头方向可以自由切换角度*/
    transform: rotate(135deg);
}

.popup .u_dropMenuEntys_2 {
    float: right;
}

.popup .u_dropMenuEntys_2 .dropMenuLog_2 {
    display: inline-block;
    width: 23px;
    height: 24px;
    background: url(//www1.pcauto.com.cn/zt/gz20200825/chexingku/autoHeadIcon.png) no-repeat;
    -webkit-background-size: 25px;
    background-size: 25px;
    background-position: 0 -115px;
    vertical-align: middle;
    position: relative;
    margin-right: 7px;
}

.popup .u_dropMenuEntys_2 .dropMenuPub_2 {
    display: inline-block;
    vertical-align: middle;
    background: url(//www1.pcauto.com.cn/zt/gz20200825/chexingku/autoHeadIcon.png) no-repeat;
    background-position: 0 -95px;
    width: 20px;
    height: 16px;
    -webkit-background-size: 25px;
    background-size: 25px;
}

.popup .con {
    width: 100%;
    background: #fff;
    height: 100%;
    /*overflow: scroll;*/
    position: absolute;
    top: 0;
    right: -100%;
}

.popup .con .dn .kinds {
    transform-style: preserve-3d;
}

.popup .con .name {
    background-color: #f4f4f8;
    height: 17px;
    opacity: 1;
    font-size: 12px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #848792;
    line-height: 17px;
    padding: 7px 16px;
}

.popup .con .scroll {
    opacity: 0;
}

.popup .con .list {
    transform: scale(1);
    margin: 10px 0;
}

.popup .con .list ul {
    padding: 0 12px;
}

.popup .con .list li:not(:last-child) {
    position: relative;
    display: table;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f8;
    overflow: hidden;
}

.popup .con .list .pic {
    display: table-cell;
    width: 114px;
    height: 85px;
}

.popup .con .list .pic img {
    width: 100%;
    height: 100%;
}

.popup .con .list .txt {
    display: table-cell;
    padding-left: 10px;
}

.popup .con .list .txt p {
    line-height: 20px;
    overflow: hidden;
}

.popup .con .list .txt .carname {
    width: 100%;
    height: 23px;
    opacity: 1;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #2d313e;
    line-height: 23px;
}

.popup .con .list .txt .carname span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-left: 8px;
    background-color: #ff4342;
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
}

.popup .con .list .txt .carname .no {
    background-color: #999;
}

.popup .con .list .txt .carname .will {
    background-color: #fea85e;
}

.popup .con .list .txt .price {
    width: 152px;
    height: 20px;
    opacity: 1;
    font-size: 14px;
    font-family: DINPro, DINPro-Medium;
    font-weight: 500;
    text-align: left;
    color: #ff6400;
    line-height: 18px;
}

.popup .con .list .txt .price span {
    color: #FF6400;
}

.popup .con .list .link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.popup .con .list .vr-link {
    position: absolute;
    width: 35px;
    height: 18px;
    top: 53px;
    left: 124px;
}

.popup .con .list .ict-link-1 {
    position: absolute;
    width: 65px;
    height: 18px;
    top: 53px;
    left: 124px;
}

.popup .con .list .ict-link-2 {
    position: absolute;
    width: 65px;
    height: 18px;
    top: 53px;
    left: 164px;
}

.popup .con .hd {
    padding: 8px 12px;
    line-height: 34px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.popup .con .hd p {
    display: inline-block;
    color: #333;
    font-size: 18px;
}

.popup .con .hotIntro {
    padding-bottom: 7px;
    border-bottom: 12px solid #F7F8FB;
    position: relative;
}

.popup .con .tab {
    overflow: hidden;
    margin: 0 2px;
}

.popup .con .tab a {
    margin: 9px;
    width: 32px;
    height: 23px;
    opacity: 1;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #2d313e;
    line-height: 45px;
}

.popup .con .tab .current {
    width: 32px;
    height: 23px;
    opacity: 1;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    color: #2d313e;
}

.popup .con .tab .current::before {
    content: '';
    width: 12px;
    height: 3px;
    display: inline;
    border-bottom: 4px solid #000;
    position: absolute;
    margin: 32px 0 0 10px;
    border-radius: 1px;
}

.popup .con .tab .nothing {
    /* background: #ddd; */
    color: #333;
    /*box-shadow: 0 0 0 1px #ddd;*/
}

.popup .con .nothing_img {
    display: block;
    background: #fff;
    width: 50%;
    margin: 40px auto 0;
}

.popup .con .nothing_msg {
    width: 231px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #848792;
    margin: 0 auto;
}

.popup .con .nothing_msg em {
    color: #2D313E;
}

.popup .con .tabbrandTab {}

.popup .con .brandTab {
    width: 100%;
    padding: 5px;
    white-space: nowrap;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.popup .con .brandTab::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.popup .con .brandTab a {
    display: inline-block;
    margin: 5px;
    background-color: #f7f8fb;
    padding: 5px 12px;
    height: 20px;
    opacity: 1;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #2d313e;
    line-height: 20px;
}

.popup .con .brandTab .selectType {
    margin: 5px;
    background-color: #ffe9dc;
    padding: 5px 12px;
    height: 20px;
    opacity: 1;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #ff6400;
    line-height: 20px;
}

.header-2016 .filter-box {
    width: 97%;
}

.popup .con .none {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}

.popup .con .none .container {
    width: 100%;
    height: 100%;
}

.popup .con .none .ts {
    position: absolute;
    width: 100%;
    height: 130px;
    left: 0;
    top: 50%;
    margin-top: -65px;
}

.popup .con .none span {
    display: block;
    margin: 0 auto 15px;
    width: 85px;
    height: 85px;
    background: url("//www1.pcauto.com.cn/wap/20160324/find-car/images/none.png") no-repeat;
    background-size: 85px;
}

.popup .con .none p {
    font-size: 15px;
    color: #c2c2c2;
    text-align: center;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.popup .con .loading {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 70px;
    margin-top: -35px;
    text-align: center;
}

.popup .con .loading img {
    width: 50px;
    height: 50px;
    background: none;
}

.popup .con .loading p {
    color: #999;
    font-size: 14px;
    line-height: 20px;
}


.alert {
    display: none;
    position: fixed;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    background: #333;
    color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
}

.popup .con {
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}


/*条件筛选结果列表*/
.result-list {
    border-top: 15px solid #f4f4f8;
}

.result-list .hd {
    padding: 0 12px;
}

.result-list .tab-item {
    height: 38px;
    border-bottom: 1px solid #f4f4f8;
}

.result-list .tab-item a {
    float: left;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #aaa;
    padding: 0 5px;
}

.result-list .tab-item .current {
    color: #007adf;
    box-shadow: 0 2px 0 0 #007adf;
}

.result-list .tab-item span {
    float: right;
    height: 38px;
    line-height: 38px;
    color: #d6d6d6;
    font-size: 12px;
}

.result-list .con .box li {
    position: relative;
    background: #fff;
    display: table;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 12px;
    border-bottom: 15px solid #f4f4f8;
    overflow: hidden;
}

.result-list .con .box li .pic {
    display: table-cell;
    width: 100px;
    height: 75px;
}

.result-list .con .box li .pic img {
    width: 100px;
    height: 75px;
}

.result-list .con .box li .txt {
    display: table-cell;
    padding-left: 10px;
}

.result-list .con .box li .txt p {
    line-height: 30px;
    overflow: hidden;
}

.result-list .con .box li .txt .carname {
    height: 30px;
    color: #333;
    font-size: 16px;
}

.result-list .con .box li .txt .carname span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    margin-left: 8px;
    background-color: #ff4342;
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
}

.result-list .con .box li .txt .carname .will {
    background-color: #fea85e;
}

.result-list .con .box li .txt .carname .no {
    background-color: #444;
}

.result-list .con .box li .txt .price {
    height: 30px;
    color: #777;
    font-size: 15px;
}

.result-list .con .box li .txt .price span {
    color: #f94e4e;
}

.result-list .con .box li .link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.result-list .none {
    font-size: 15px;
    color: #c2c2c2;
    text-align: center;
    padding: 60px 0;
}

.result-list .none:before {
    display: block;
    content: "";
    background: url(//www1.pcauto.com.cn/wap/20160324/find-car/images/icon-none.png) no-repeat;
    -webkit-background-size: 85px;
    background-size: 85px;
    width: 85px;
    height: 85px;
    margin: 0 auto 18px;
}

/*条件筛选弹窗*/
.popup .con ul {
    background: #fff;
    padding-left: 20px;
}

.popup .con li {
    position: relative;
}

/* .popup .con li a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.popup .con li a,
.popup .moreslt .item,
.popup .con .m-condition-hd {
    display: block;
    height: 54px;
    line-height: 54px;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #e7e9ee;
    padding-right: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */

.popup .con li:last-child a:last-child,
.popup .m-condition-item:last-child .item:last-child {
    border: none;
}

.popup .con .slt,
.popup .con .slt .item {
    color: #007adf !important;
}

.popup .m-sub {
    padding-left: 20px;
}

.popup .m-condition-hd {
    overflow: hidden;
}

.popup .m-condition-hd .c-val {
    display: block;
    color: #007adf;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popup .m-condition-hd .submk {
    float: right;
    width: 45%;
    height: 54px;
    overflow: hidden;
    position: relative;
    padding-right: 15px;
}

.popup .m-condition-hd em {
    position: absolute;
    top: 50%;
    right: 0;
}

.popup .moreslt .m-sub {
    display: none;
}

.popup .m-condition-cur .m-sub {
    display: block;
}

.popup .m-condition-cur .u-arr-d {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.popup .con .m-mult .item {
    position: relative;
}

.popup .con .m-mult .item:after {
    content: "\200B";
    position: absolute;
    width: 19px;
    height: 19px;
    right: 20px;
    top: 17px;
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.popup .con .m-mult .slt:after {
    border: 0;
    background: url("//www1.pcauto.com.cn/wap/20160324/find-car/images/icon_slt.png") no-repeat;
    background-size: 19px;
}

.popup .con .head {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    border-bottom: 10px solid #f4f4f8;
}

.popup .con .tit {
    background: #fff;
    padding: 10px 0 2px 12px;
    width: 64px;
    height: 23px;
    opacity: 1;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #2d313e;
    line-height: 23px;
}

.popup .con .hotIntro .carsTab {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-display;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    flex-direction: inherit;
    display: flex;
    padding: 0 12px 10px;
}

.popup .con .hotIntro .carsTab .carsItem {
    text-align: center;
    flex: 1;
}
.popup .con .hotIntro .carsTab .carsItem:not(:last-child) {
    margin-right: 10px;
}

.popup .con .hotIntro .carsTab .carsItem .carsItemImg {
    width: 100px;
}

.popup .con .hotIntro .carsTab .carsItem .carsItemtit {
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 600;
    color: #2d313e;
    margin: 4px auto 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100px;
}

.popup .con .hotIntro .carsTab .carsItem .carsItemPrice {
    width: 102px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-size: 12px;
    color: #FF6706;
    margin: 2px auto 6px;
}

.popup .con .hotIntro .carsTab .carsItem .carsItemBtn-1 {
    display: block;
}

.popup .con .hotIntro .carsTab .carsItem .carsItemBtn-2 {
    border: 1px solid #ff6400;
    border-radius: 4px;
    color: #ff6400;
    font-size: 12px;
    width: 80px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
}
.popup .con .hotIntro .carsTab .carsItem .carsItemBtn-3 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 100%;
    min-width: 80px;
    height: 26px;
    padding: 0 8px;
    border: 1px solid #f23e3e;
    border-radius: 4px;
    font-size: 12px;
    color: #f23e3e;
    text-align: center;
    line-height:1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.popup .con .hotIntro .carsTab .carsItem .carsItemBtn-3 .icon-red-packet {
    width: 12px;
    height: 14px;
    background: url(https://www1.pcauto.com.cn/zt/gz202111/car-model-library/img/wap/icon-red-packet.png) no-repeat top;
    background-size: 100%;
    margin-right: 4px;
}

.popup .con .wraper {
    position: absolute;
    z-index: 1;
    top: 75px;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

.popup .con .m-submit {
    z-index: 99999;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 65px;
    overflow: hidden;
    display: none;
}

.popup .con .m-submit a {
    font-size: 16px;
    line-height: 65px;
    padding: 0 20px;
}

.popup .con .m-submit .disable {
    color: #d6d6d6;
}

.popup .con .m-submit .cancel {
    float: left;
}

.popup .con .m-submit .submit {
    float: right;
}



/*品牌车系页*/
.brand-car-list .hd {
    padding: 15px 12px;
    overflow: hidden;
}

.brand-car-list .hd .logo {
    float: left;
    width: 25px;
    height: 25px;
}

.brand-car-list .hd .name {
    float: left;
    height: 24px;
    line-height: 24px;
    color: #333;
    font-size: 16px;
    margin-left: 10px;
}

.brand-car-list .hd a {
    float: right;
    height: 24px;
    line-height: 24px;
    padding-right: 10px;
    color: #333;
    font-size: 16px;
    background: url("//www1.pcauto.com.cn/wap/20160324/find-car/images/aroow_right.png") no-repeat right center;
    background-size: 5px;
}

.brand-car-list .con .kinds .th {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    color: #777;
    font-size: 14px;
    padding: 0 12px;
    background: #f4f4f8;
}

.brand-car-list .kinds ul {
    padding: 0 12px;
}

.brand-car-list .kinds li {
    position: relative;
    display: table;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f8;
    overflow: hidden;
}

.brand-car-list .kinds li .pic {
    display: table-cell;
    width: 100px;
    height: 75px;
}

.brand-car-list .kinds li .pic img {
    width: 100px;
    height: 75px;
}

.brand-car-list .kinds li .txt {
    display: table-cell;
    padding-left: 10px;
}

.brand-car-list .kinds li .txt p {
    line-height: 30px;
    overflow: hidden;
}

.brand-car-list .kinds li .txt .carname {
    height: 20px;
    padding: 5px 0;
    color: #333;
    font-size: 16px;
}

.brand-car-list .kinds li .txt .carname span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-left: 8px;
    background-color: #ff4342;
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
}

.brand-car-list .kinds li .txt .carname .org {
    background-color: #fea85e;
}

.brand-car-list .kinds li .txt .carname .no {
    background-color: #999;
}

.brand-car-list .kinds li .txt .price {
    height: 30px;
    color: #777;
    font-size: 14px;
}

.brand-car-list .kinds li .txt .price span {
    color: #f94e4e;
}

.brand-car-list .kinds li .link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.popup img,
.result-list img,
.brand-car-list .pic img {
    /* background: #d9d9d9 url(//www1.pcauto.com.cn/images/holder.png) no-repeat center center; */
    -webkit-background-size: contain;
    background-size: contain;
}

/*.brand-list img {background: #fff  url(//www1.pcauto.com.cn/images/holder.png) no-repeat center center;-webkit-background-size:contain;background-size:contain;}*/



.m-morelink {
    padding: 0 12px 12px;
    background: #f4f4f8;
    text-align: center;
}

.m-morelink a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    background: #fff;
    color: #333;
    -webkit-transform: translate(0px, 0px) translateZ(0px);
}

.m-morelink .loadBtn::after {
    display: inline-block;
    content: ".";
    width: 8px;
    height: 8px;
    border-width: 2px;
    overflow: hidden;
    border-color: transparent #000 #000 transparent;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: relative;
    top: -2px;
    left: 5px;
}

/* GMAC 广告 */
.l-expPicA .l-expPicA-li {
    overflow: hidden;
}

.adTxt {
    float: right;
    margin-right: 10px;
}

/*** app推广20151228 added by lihaiping ***/
.m-tuiguang {
    background: #f5f6f8;
}

.m-applink,
.m-applinka {
    display: block;
    background: #fff;
    color: #333;
    padding: 5px 13px;
    cursor: pointer;
    text-decoration: none;
}

.m-applink i,
.m-applinka i {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 8px 0 0;
    border-radius: 10px;
    float: left;
}

.m-applink em,
.m-applinka em {
    font-size: 12px;
    color: #aaa;
    line-height: 22px;
}

.m-applink span,
.m-applinka span {
    float: right;
    border: 1px solid #f60;
    color: #f60;
    font-size: 12px;
    width: 68px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #fff;
    margin-top: 10px;
}

.m-tuiguang {
    margin: 25px 10px 0;
}


/*fix letter nav by lianglixing 20150429*/
.nav {
    height: 77% !important;
    top: 13%;
}

.nav ul {
    height: 100% !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flexbox;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.nav li {
    display: block;
    height: 4.1% !important;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nav ul span {
    height: 100%;
}

/*edit by yangzhifang 20160614*/
.nav {
    width: 6%;
}

.nav ul span {
    padding: 0;
}

/*add by lianglixing 20160922*/
/*mod_ku_crumb*/
.m-crumb {
    background: #fff;
    color: #333;
    overflow: hidden;
    padding: 8px 12px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}

.m-crumb .goBack {
    float: left;
    padding: 17px 10px;
    overflow: hidden;
    position: relative;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 9px;
}

.m-crumb .goBack:after,
.m-crumb .goBack:before {
    width: 0;
    height: 0;
    border: 10px dashed transparent;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.m-crumb .goBack:before {
    top: 4px;
    border-top-color: #333;
}

.m-crumb .goBack:after {
    top: 0;
    border-top-color: #fff;
}

.m-crumb .crumb {
    float: left;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 34px;
}

.m-crumb .crumb a,
.m-crumb .crumb a:visited {
    color: #333;
}

/*vr图标*/
.m-crumb .icon-vr {
    background: url(//www1.pcauto.com.cn/zt/gz20160511/chexingku/images/icon.png) no-repeat -30px -139px;
    -webkit-background-size: 48px;
    background-size: 48px;
    width: 18px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: -3px;
    margin-left: 13px;
}


/*按用途找车*/
.usepop .tab {
    display: none;
}

.usepop .hd p {
    border-bottom: 10px solid #f4f4f8;
}

/* 2017/12/06 新增 获取底价btn */
.popup .con .popup-xj {
    padding: 1px;
    width: 68px;
    height: 29px;
    background: #fff;
    color: #ff6400;
    text-align: center;
    line-height: 29px;
    z-index: 1;
    border-radius: 3px;
    font-size: 14px;
    float: right;
    border: 1px solid #ff6400;
    border-radius: 4px;
    margin-top: -14px;
}

.txt-b {
    position: relative;
}

.type-info {
    margin-top: -4px;
}

.tab-vr {
    display: inline-block;
    background: rgba(255, 100, 0, 0.10);
    border-radius: 2px;
    font-size: 12px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 550;
    text-align: left;
    color: #ff6400;
    margin-right: 5px;
    padding: 0 5px;
}

.tab-ICT {
    display: none;
    background: rgba(0, 126, 241, 0.10);
    ;
    border-radius: 2px;
    font-size: 12px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 550;
    text-align: left;
    color: #007EF1;
    margin-right: 5px;
    padding: 0 5px;
}

.triangle {
    float: right;
    width: 0;
    height: 0;
    border-top: 2px solid transparent;
    border-left: 4px solid #FF6908;
    border-bottom: 2px solid transparent;
    margin: 8px 0 0 4px;
}

.brand-type {
    font-size: 13px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #848792;
}

/*20200921 wap找车页增加半价购活动露出*/
.popup .con .popup-xj-bjfcc {
    width: 78px;
    left: 82px;
    background-color: #FF4444;
}

/* 20191107 修改*/
.brand-list .box li i,
.popup .con .list .pic .will {
    float: left;
    padding: 0 8px;
    /* border-radius: 6px; */
    font-size: 20px;
    line-height: 36px;
    height: 36px;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f53148', endColorStr='#ff4a37', gradientType='1');
    background: -moz-linear-gradient(left, #2D313E, #2D313E);
    background: -o-linear-gradient(left, #2D313E, #2D313E);
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#2D313E), to(#2D313E));
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
}

.popup .con .list .pic .new {
    float: left;
    padding: 0 8px;
    /* border-radius: 6px; */
    font-size: 20px;
    line-height: 36px;
    height: 36px;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f53148', endColorStr='#ff4a37', gradientType='1');
    background: -moz-linear-gradient(left, #FF6400, #FF6400);
    background: -o-linear-gradient(left, #FF6400, #FF6400);
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#FF6400), to(#FF6400));
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
}

.popup .con .list .pic {
    position: relative;
}

.popup .con .list .pic span {
    position: absolute;
    left: 0;
    top: -9px;
    white-space: nowrap;
    transform-origin: 0 0%;
    -webkit-transform-origin: 0 0%;
    margin: 0;
    border-top-left-radius: 0;
}

/* 20191231 add 太平洋年度车logo */
.nianduche_logo {
    position: absolute;
    right: 0;
    top: -1px;
    z-index: 3;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: url(//www1.pcauto.com.cn/zt/gz201912126/nianduche/logo/nianduche_logo.png) no-repeat center center;
    background-size: 100%;
    display: none;
}

/* 20200219 add "分期特惠" 标识 */
.brand-list .box li {
    overflow: hidden;
}

.brand-list .btnHui {
    float: right;
    min-width: 45px;
    height: 15px;
    line-height: 15px;
    background: #f44;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
    padding: 3px;
    margin-right: 28px;
}

/* 添加年度车系logo */
.list .pic {
    position: relative;
}

.list .pic .pic_ndcx_logo {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 25px;
    height: 21px;
}

.popup .con .list .pic .pic_ndcx_logo img {
    width: 25px;
    height: 21px;
    background: rgba(0, 0, 0, 0);
}

.subsidy-item {
    position: relative;
    z-index: 100;
    display: inline-block;
    vertical-align: top;
    /* width: 48px; */
    height: 16px;
    line-height: 16px;
    margin-top: 3px;
    margin-right: 5px;
    font-size: 10px;
    color: #ffffff;
    background: #f23e3e;
    border-radius: 2px;
    padding: 0 3px;
    text-align: center;
}
.it1{
    background:rgba(242, 62, 62, 0.08);
    color:#f23e3e;
}

.subsidy-item:visited {
    color: #f23e3e;
}

.hotIntro .activity-union-entrance {
  position: absolute;
  top: 10px;
  right: 20px;
  line-height: 23px;
  color: #F23E3E;
  font-size: 12px;
}

.hotIntro .activity-union-entrance:after {
  content: '';
  position: absolute;
  right: -8px;
  top: 8px;
  width: 0;
  height: 0;
  display: block;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #F23E3E;
}

/*新版推荐车系样式20220628 s*/
.ktBrandTab{
    padding: 0 16px;
    position: relative;
}
.ktBrandTab .tab-close{
    width: 16px;
    height: 16px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    border-radius: 50%;
    background: #F7F8FB;
    color: #2D313E;
    position: absolute;
    right: 22px;
    top: 5px;
    z-index: 2;
}
.ktBrandTab .tabs-nav{
    display: flex;
    height: 30px;
    line-height: 30px;
}
.ktBrandTab .tabs-nav .tab-txt{
    padding: 0 10px 5px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 14px;
    position: relative;
}
.ktBrandTab .tabs-nav .tab-txt.hide{
    display: none;
}
.ktBrandTab .tabs-nav .tab-txt.cur{
    color: #FF640A;
}
.ktBrandTab .tabs-nav .tab-txt.cur::after{
    content: '';
    width: 10px;
    height: 2px;
    border-radius: 4px;
    background-color: #FF640A;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.ktBrandTab .tabs-wrap_con{
    overflow: hidden;
    padding-top: 6px;
    display: flex;
    flex-wrap: wrap;
}
.ktBrandTab .tabs-wrap_con.hide{
    display: none;
}
.ktBrandTab .tabs-wrap_con .tab-item{
    float: left;
    width: 33.33%;
    text-align: center;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 12px;
    color: #2D313E;
    margin-bottom: 5px;
}
.ktBrandTab .tabs-wrap_con .tab-item img{
    width: 90%;
}
.ktBrandTab .tabs-wrap_con .get-price{
    margin-left: 10px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 10px;
    color: #FF6400;
}
.ktBrandTab .tabs-wrap_con .get-price::after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    border-style: solid solid solid solid;
    border-color: transparent transparent transparent #FF6400;
    border-width: 3px 0 3px 5px;
    margin: -2px 0 0 3px;
}
/*新版推荐车系样式20220628 e*/

/* 20220816 品牌车系弹窗头像 s */
.popup .u_dropMenuEntys_2 .dropMenuLog_2 img {
    width: 23px;
    height: 23px;
    border-radius: 100%;
}
.popup .u_dropMenuEntys_2 .dropMenuLog_2 i {
    padding: 0 3px;
    border-radius: 6px;
    height: 12px;
    line-height: 12px;
    font-size: 10px;
    background: #F04242;
    color: #fff;
    position: absolute;
    top: -2px;
    right: -3px;
    text-align: center;
}
.m_autoHead .m_autoHeadCon .m_autoHeadTg a {
    display: flex;
    align-items: center;
}
.m_autoHead .m_autoHeadCon .m_autoHeadTg img,
.m_autoHead .m_autoHeadCon .m_autoHeadTg .download-tips{
    margin-top: 0;
}
/* 20220816 品牌车系弹窗头像 s */




.m-search {
margin:15px 0;
position: relative;
}
.m-search .m-search-inner, .m-search-pnl .m-search-inner {
margin:0 12px;
height:35px;
border-radius:32px;
background:#efeff1;
line-height:35px
}
.m-search-pnl .m-search-inner {
background:#fff;
margin-right:0
}
.search-l {
width:85%;
float:left;
background:#f3f5f9;
border-radius:32px;
position: relative;
}
.m-search .m-search-sub, .m-search-pnl .m-search-sub {
float:left;
width:34px;
height:34px;
margin-left: 5px;
}
.m-search-pnl .m-search-sub {
float:left
}
.m-search .m-search-mark, .m-search-pnl .m-search-mark {
position:relative;
overflow:hidden;
margin:0 5px 0 15px
}
.m-search .m-search-submit, .m-search-pnl .m-search-submit {
display:block;
padding:0;
width:34px;
height:34px;
border:none;
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAACvUlEQVRYw8XXYWTdVxjH8U/sCqFc8mqkxihlNUIoZZPKZDpmrDJ9UZtNKZlOZrXezdjebBaZzUaMsenetBobtWo1Gq2OaV5FSyihjFELo4RLKWFvfneOv9vmJrn37uE4////8D/f8zznec7vDDQaDR3YECbxGkYxgqczdh/rWMYilvBIh1bbYnwYn2A6EO1sJG0Mp9DEN/gqzzsGmMaXqOd9CTfSrxarHMJz8dARjOPTwLyH89sFGMQPeDvvV3AGdx/zj4dYSZvF85gLzDkcxGlsdgIwiMtZTRPHccn2bBWv4BjOYgbP4I12EFWA7zP5/fxk1c5tIV67itcTzjNPApjGCWx0YfLSG6/iFj5MmBbaAQzj8zy/1aXJW3YH7+ACvs6ealYBPgrE+R3EvNNwnMREsmO2NTDQaDTq+Dsb8ADW9MZGcRsPsDfZo5bqNpT87tXkrVDcCchky9O15Ctc1HtbCMCREmA0g3/0AeBGEY7/NuG+PK/1AaA1x74SYDBp8agPABvp69U0fMr/ZLWsfAh7Ojk+d2nDFU+o4V6O0/0plb20/envlQArARjvA8B4+pUSYBFvYipKppc2lX6xBLiY2B9KW+7h6sfwTxXgIb6L9pvDiz0CmEs/WwqTWvHxJF6IJvipy5OfijT7E/Pt9EAzauVsVNHdLoZiIjoA3q8WvFIR/ZwaPYPfouF+70Lcf0m1nW2nNaqa8DSezRF9De/uIhwziftgkQHz0ZuPBdjE0bhsBj8mRT/eRkgORYC2cv6zLGgM1/FSCdHuXrCZWC3j2/zoVk6yXyNcNiIuWkdrPSJjqqh2f+VicilZdr0dxMAWd8M98cQHRR3fytZzLZuvbLh6AbGGw1jf6m7YxBdpk2kTOT1Hi7K6Gc9ceUKoNvBy9tYYbuJwbRubailtN/agAnGtpv/WgriMkX8B2zGrYe6bdU0AAAAASUVORK5CYII=) no-repeat 4px 9px;
background-size:16px;
cursor:pointer;
background-size:16px
}
.m-search-btn {
float:right;
height:100%;
border:none;
outline:none;
font-size:14px;
color:#333;
padding-right:12px;
background:#fff
}
.m-search-pnl .m-search-submit {
background-position:12px 9px;
cursor:none
}
.m-search .m-search-ipt, .m-search-pnl .m-search-ipt {
display:block;
padding:0;
width:100%;
height:35px;
outline:none;
border:none;
background:transparent;
color:#aaa;
font-size:15px;
line-height:normal
}
.m-search-pnl {
display:none
}
.m-search-pnl .m-search-hd {
margin-bottom:14px;
height:45px;
background:#fff;
color:#333;
font-size:16px;
line-height:45px;
border-bottom: 1px solid #eee;
}
.m-search-pnl .m-search-go {
float:left;
overflow:hidden;
margin:8px 11px 8px 0;
padding-left:48px;
width:0;
height:28px;
border-right:1px solid #eee;
background:url(//www1.pcauto.com.cn/zt/gz20200825/chexingku/home.png) no-repeat center;
background-size:23px
}
.m-search-pnl .m-search-close {
float:right;
width:40px;
height:100%;
background:url(//www1.pcauto.com.cn/zt/gz20200825/chexingku/close.png) no-repeat center;
background-size:15px;
border:none;
outline:none
}
.m-search-pnl .m-del-ipt {
position:relative;
float:right;
display:none;
margin:9px 15px 0 5px;
width:16px;
height:16px;
border-radius:100%;
background:#8f8e93;
cursor:pointer
}
.m-search-pnl .m-del-ipt i {
position:absolute;
top:-9px;
right:-12px;
display:block;
width:1px;
height:34px;
background:#cdcdcd
}
.m-search-pnl .m-del-ipt:after, .m-search-pnl .m-del-ipt:before {
position:absolute;
top:7px;
left:3px;
display:block;
width:10px;
height:1px;
background:#fff;
content:''
}
.m-search-pnl .m-del-ipt:after {
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
-ms-transform:rotate(45deg)
}
.m-search-pnl .m-del-ipt:before {
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
-ms-transform:rotate(-45deg)
}
.m-search-pnl .m-search-fold {
margin:0 12px
}
.m-search-pnl .m-guess, .m-search-pnl .m-hotSeries {
display:none;
overflow:hidden;
margin:14px 8px 0;
font-size:12px;
line-height:24px
}
.m-search-pnl .m-guess span, .m-search-pnl .m-hotSeries span {
float:left;
margin-right:5px;
color:#999
}
.m-search-pnl .m-guess a, .m-search-pnl .m-hotSeries a {
float:left;
min-width:13%;
max-width:20%;
height:24px;
padding:0 8px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
border:1px solid #ddd;
border-radius:15px;
color:#7f7f7f;
text-align:center
}
.m-search-pnl .m-guess a + a {
margin-left:8px
}
.m-search-pnl .m-hotSeries a {
margin-bottom:8px;
margin-right:8px
}
.m-search-pnl .m-hotSeries .series {
float:left;
overflow:hidden;
width:80%
}
.m-search-fold .m-search-opts {
display:none
}
.m-search-fold .m-search-opts, .m-guess-like .m-search-opts {
overflow:hidden;
margin-top:8px;
height:39px;
color:#333;
font-size:17px;
line-height:39px;
font-size:14px
}
.m-search-pnl .m-rcd {
float:right;
padding:0;
height:100%;
outline:none;
border:none;
text-align:right;
font-size:12px;
color:#777
}
.m-search-pnl .m-del-rcd {
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAkCAMAAADSK7iXAAAANlBMVEUAAAB3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3e23lafAAAAEXRSTlMA8Q+zqdEVA+wpIgTU97Aa1ZQqNbcAAACESURBVDjL7ZRJDoAgFENlEAdw6P0v60r7jXwxMay0iyYNbwEJeY3IMBvsMX5s8hkMZHqFc/DhGMHD57EJVqwFfR4DLrOMWRgNC5ZUOGMxoZgUH2FrvL0HT95jfD5HBcw52SoGyP6xD2FtK1vFuk52ld+rWkYRDp3FUF+qAXUZ0qeMVOsGMVEW8zmHO4kAAAAASUVORK5CYII=) no-repeat center left;
background-size:19px;
width:45px
}
.m-search-pnl .m-change-rcd {
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDZGN0U1NDhEODBBMTFFOEFFMzZGMzNBQzI4ODc0NTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDZGN0U1NDlEODBBMTFFOEFFMzZGMzNBQzI4ODc0NTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowNkY3RTU0NkQ4MEExMUU4QUUzNkYzM0FDMjg4NzQ1NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowNkY3RTU0N0Q4MEExMUU4QUUzNkYzM0FDMjg4NzQ1NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi/BkrkAAAIdSURBVHjatNZLSFRRHMfxMYcCX7UpEdy1EFIxKApLSHxCaSIiulBbFhQIQU6CC8EYFQQpxHThwlwZoVQLy8ciEly4MFCQWvSSQinKSkSi0O+B343b4Y6OzvUPH+8M3jm/c+89jxsXCoUCUdQhnEQGkvAHy3iFj9v87qX5E9yh8VO4iQokRjjnNQbRh+/W//K2CzmGXlRZjc3jKxKQhtO6ujCa0Ix+bLob8wo5g6cKWsVdDGDJ49x4FCmgAPd1bMCGc9IB60fnMKmAZ8hCa4QAU3/xHIVqeA3VeIyDXiGpeIRk9bwMnwLR1xBy8QUlaPcK6dV9HsdV9XK3taBBYkZfox1yFpV6Bg17DHBqBp16Xv+F3EAcurESiL061OF/IWailbvuqx9lBsADfV4yIb/1wMyoeBfwr6Z0fBPUxFkUP+sFap2Q/aofGPaajPtS5krScUVju9PHtk27NZgNavrf0dzoinGOuKtY7Y2Y2/XWtdgV+3gl1TqO288k5FNAJkrx0zx8OyRfy0osZVaOHg0qs7eseo2ue8iOISSszi47K7EdMorDmNDespuKV8BtrSK1znZsh9Rp00rVjG1DShQBOTq/WQH1+u65M67jkoae6VkL3useX9TYNwvqEZzANYxhDufxQbvkw532eNOTW3iiK7mA6xKpfultJexe4u2QaY0K+50pX28kl/XCcBxH1ZHPensZU8+/RerBlgADAMEpdGlFtVuHAAAAAElFTkSuQmCC) no-repeat center left;
background-size:13px;
width:55px;
line-height:39px
}
.m-search-fold .m-search-tips {
margin-top:4px;
margin-right:-10px;
overflow:scroll;
white-space:nowrap
}
.m-s-h {
height:35px;
overflow:hidden
}
.m-search-fold .m-search-tips::-webkit-scrollbar {
display:none
}
.m-search-pnl .m-search-tips dd {
height:50px;
border-bottom:1px solid #e9e9eb;
font-size:16px;
line-height:50px;
margin-right:10px
}
.m-search-pnl .m-search-txts {
display:block;
overflow:hidden;
color:#1b202e;
text-overflow:ellipsis;
white-space:nowrap;
cursor:pointer
}
.m-search-pnl .m-search-tips .m-dearch-history {
max-width:100px;
height:30px;
background:#f3f5f9;
box-sizing:border-box;
font-size:13px;
line-height:30px;
margin:0 10px 10px 0;
padding:0 12px;
border-radius:4px;
display:inline-block;
border:none
}
.m-search-pnl .m-dearch-history .m-search-txts {
display:block;
overflow:hidden;
color:#777;
text-overflow:ellipsis;
white-space:nowrap;
cursor:pointer
}
.m-search-pnl .m-search-tips dt {
margin-top:-1px;
padding-left:10px;
height:30px;
background:#e6e8ed;
color:#777;
font-size:13px;
line-height:30px;
margin-right:10px
}
.m-disb-scroll, .m-disb-scroll body {
overflow:hidden!important
}
.m-full-pnl, .m-full-pnl body {
height:100%!important;
position:relative
}
.m-full-pnl body {
position:static
}
.m-full-pnl body:after {
content:'';
width:100%;
height:100%;
background:#fff;
position:absolute;
z-index:9998;
left:0;
right:0;
top:0;
bottom:0
}
.m-full-pnl .m-search-pnl {
display:block;
position:absolute;
z-index:9999;
top:0;
right:0;
bottom:0;
left:0;
overflow:auto;
-webkit-overflow-scrolling:touch;
width:100%;
height:100%;
background:#fff
}
.m-guess-like {
margin:0 12px
}
.m-guess-like .guess-bd {
margin:3px -10px 0 0;
font-size:0
}
.m-guess-like .guess-bd .m-like-item {
height:30px;
background:#f3f5f9;
font-size:13px;
line-height:30px;
margin:0 10px 10px 0;
padding:0 12px;
border-radius:4px;
display:inline-block;
color:#777;
text-decoration:none
}
.camera{
position:absolute;
top:7px;
right:25px;
z-index: 9;
}
.camera img{
width: 22px;
height: 20px;
}