/*绿色 #34a263灰色 #f5f5f5线条 #e4e4e4*/

/*--------------------------头部样式开始--------------------------*/
body {
    font-size: 16px;
    color: #333;
    font-family: 'Microsoft Yahei';
}

input,
textarea,
p {
    outline: none;
    border: 0 none;
    padding: 0;
    margin: 0;
}

ul,
ol,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'xnyauto';
    /* project id 2422383 */
    src: url('https://at.alicdn.com/t/font_2422383_1nb48yjn0rn.eot');
    src: url('https://at.alicdn.com/t/font_2422383_1nb48yjn0rn.eot?#iefix') format('embedded-opentype'),
        url('https://at.alicdn.com/t/font_2422383_1nb48yjn0rn.woff2') format('woff2'),
        url('https://at.alicdn.com/t/font_2422383_1nb48yjn0rn.woff') format('woff'),
        url('https://at.alicdn.com/t/font_2422383_1nb48yjn0rn.ttf') format('truetype'),
        url('https://at.alicdn.com/t/font_2422383_1nb48yjn0rn.svg#iconfont') format('svg');
}

@font-face {
    font-family: 'sign';
    src: url('https://at.alicdn.com/t/font_yteyy0nj3zugnwmi.eot');
    src: url('https://at.alicdn.com/t/font_yteyy0nj3zugnwmi.eot?#iefix') format('embedded-opentype'),
        url('https://at.alicdn.com/t/font_yteyy0nj3zugnwmi.woff') format('woff'),
        url('https://at.alicdn.com/t/font_yteyy0nj3zugnwmi.ttf') format('truetype'),
        url('https://at.alicdn.com/t/font_yteyy0nj3zugnwmi.svg#iconfont') format('svg');
}

a {
    text-decoration: none;
}

.top-bar {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #f5f5f5;
    font-size: 14px;
}

.inner-wrap {
    width: 1200px;
    margin: 0 auto;
}

a.slogan {
    color: #666;
    float: left;
}

.aside {
    float: right;
}

.aside a {
    float: left;
    color: #666;
}

.aside a:hover {
    color: #333;
    text-decoration: underline;
}

.aside>div {
    float: right;
    /* margin-left: 5px; */
}

.aside a.register {
    margin-left: 5px;
}

.aside>div.scaning {
    /* margin-left: 10px; */
}

.scaning a {
    position: relative;
    background: url(../../images/iphone.png) no-repeat center left;
    background-size: auto 20px;
    padding: 0 20px 0 20px;

}

.scaning a:hover {
    background: url(../../images/iphone-hover.png) no-repeat center left;
    background-size: auto 20px;
    text-decoration: none;
}

.scaning a::after {
    position: absolute;
    content: "\e7fa";
    color: #999;
    width: 20px;
    text-align: center;
    font-family: 'xnyauto';
    font-size: 16px;
}

.scaning a:hover::after {
    content: "\e618";
}

.scaning .code {
    position: fixed;
    right: 50%;
    top: 42px;
    margin-right: -600px;
    width: 200px;
    height: 200px;
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    border-top: none;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 98;
}

.code img {
    width: 180px;
    height: 180px;
}

.scaning:hover .code {
    display: block;
}

/*--------------------------头部样式结束--------------------------*/

/*------------------------logo搜索广告开始------------------------*/

.site-home {
    width: 1200px;
    height: 72px;
    margin: 15px auto 0;
}

.site-home .logo {
    float: left;
    width: 200px;
    margin-right: 30px;
}

.site-home .search {
    float: left;
    width: 490px;
}

.site-home .search {
    width: 490px;
    height: 50px;
    border: 1px solid #e4e4e4;
    border-right: 0 none;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
    margin-top: 11px;
}

.site-home .search::before {
    position: absolute;
    left: 10px;
    top: 4px;
    content: "\e60f";
    font-size: 26px;
    line-height: 40px;
    width: 50px;
    height: 40px;
    font-family: 'xnyauto';
    color: #e4e4e4;

}

.site-home .search input.text {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 350px;
    height: 40px;
    line-height: 40px;
    background: none;
    padding-left: 30px;
    box-sizing: border-box;
}

.site-home .search input.text::placeholder {
    color: #e4e4e4;
}

.site-home .search input.search-btn {
    position: absolute;
    right: 0;
    top: -1px;
    width: 120px;
    height: 50px;
    line-height: 50px;
    background: #34a263;
    color: #fff;
    text-align: center;
    border-radius: 0 4px 4px 0;
    font-size: 18px;
    cursor: pointer;
}

.site-home .nav-ad {
    float: right;
    width: 470px;
}

.site-home .nav-ad a {
    float: left;
    display: block;
    margin-left: 20px;
}

.site-home .nav-ad a img {
    display: block;
}

.site-nav-wrapper {
    position: relative;
    width: 1200px;
    height: 52px;
    line-height: 52px;
    background: #34a263;
    margin: 15px auto 0;
    padding-right: 110px;
    box-sizing: border-box;
}


.site-nav-wrapper ul {
    display: flex;
    font-size: 18px;
}

.site-nav-wrapper ul li {
    flex: 1;
    text-align: center;
    position: relative;
}

.site-nav-wrapper ul li a {
    display: block;
    color: #fff;
}

.site-nav-wrapper ul li a:hover span {
    position: relative;
}

.site-nav-wrapper ul li a:hover span:after {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
}

.nav-more {
    position: absolute;
    width: 110px;
    height: 52px;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
}

.nav-more::before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 1px;
    height: 30px;
    background: #fff;
    opacity: 0.5;
}


.nav-more span {
    color: #fff;
}

.nav-more span::after {
    position: absolute;
    content: "\e7fa";
    color: #fff;
    font-size: 16px;
    font-family: "xnyauto";
}

.nav-more.up span::after {
    position: absolute;
    content: "\e618";
    color: #fff;
    font-size: 16px;
    font-family: "xnyauto";
}

.nav-more:hover {
    background: #158b47;
}

.site-nav-more {
    width: 1200px;
    height: 44px;
    line-height: 44px;
    background: #f5f5f5;
    margin: 0 auto;
    display: none;
}

.site-nav-more ul {
    display: flex;
}

.site-nav-more ul li {
    flex: 1;
    text-align: center;
}

.site-nav-more ul li a {
    color: #333;
    display: block;
}

.site-nav-more ul li a:hover {
    color: #34a263;
}

.container {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.tab-cont {
    position: relative;
    margin: 15px auto 0;
}


.category-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
    display: none;
}

.category-contshow {
    display: block;
}

.category-cont ul {
    display: flex;
    justify-content: space-between;
}

/*.category-cont ul li {
    flex: 1;
}*/

.category-cont ul li a img {
    display: block;
    height: 70px;
    margin: 0 auto;
}

.category-cont ul li a:hover img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
}

.category-cont ul li a span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #333;
    text-align: center;
}

.category-cont ul li a:hover span {
    color: #34a263;
}

.tab-nav {
    width: 1200px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.tab-nav>ul li {
    float: left;
    padding-right: 40px;
    border-bottom: 2px solid #e4e4e4;
}

.tab-nav>ul li:last-child {
    padding-right: 0;
}

.tab-nav>ul li a {
    display: block;
    position: relative;
    color: #333;
}

.tab-nav>ul li.on a {
    color: #34a263;
}

.tab-nav>ul li.on a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #34a263;
    color: #34a263;
}

.tab-nav>ul li a:hover:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #34a263;
    color: #34a263;
}

.select-nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 440px;
    height: 40px;
}

.select-nav .select-input {
    width: 100%;
    height: auto;
    position: relative;
}

.select-nav .select-input input {
    float: left;
    width: 350px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #34a263;
    color: #333;
    box-sizing: border-box;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    background: none;
    cursor: pointer;
}

.select-nav .select-input:after {
    position: absolute;
    left: 330px;
    top: 0;
    content: "\e7fa";
    font-size: 16px;
    font-family: "xnyauto";
    color: #999;
    line-height: 40px;
    z-index: 1;
}

.select-nav .select-input input[type="submit"] {
    width: 90px;
    border: 1px solid #34a263;
    border-radius: 0 4px 4px 0;
    background: none;
    cursor: pointer;
    color: #34a263;
}

.select-nav .select-input input[type="submit"]:hover {
    color: #fff;
    background: #34a263;
}


.qrm-border1 {
    float: left;
    width: 180px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #f1f1f1;
    position: absolute;
    top: 40px;
    left: -1px;
    display: none;
    z-index: 95;
}

.qrm-border2 {
    float: left;
    width: 40%;
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #f1f1f1;
    position: absolute;
    top: 40px;
    left: 180px;
    background-color: #fff;
    display: none;
    z-index: 92;
}

.qrm-lev {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    background: #fff;
    position: relative;
    z-index: 99;
}

.qrm-lev>li {
    width: 100%;
    position: relative;
    display: block;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    cursor: pointer;
}

.qrm-lev>li:hover {
    background: #34a263;
    color: #fff;
}

.qrm-lev-1>li i.qrm-arrow-right {
    display: inline-block;
    width: 4px;
    height: 7px;
    background: url("../../images/qrm-arrow-right.png") no-repeat;
    position: absolute;
    right: 7px;
    top: 14px;
}

.qrm-lev-1>li.active {
    background: #f53;
    color: #fff;

}

.qrm-lev-2>li.active {
    background: #f53;
    color: #fff;

}

.qrm-lev-1>li.active i.qrm-arrow-right {
    display: inline-block;
    width: 4px;
    height: 7px;
    background: url("../../images/qrm-arrow-right-on.png") no-repeat;
    position: absolute;
    right: 7px;
    top: 14px;
}

.qrm-lev-1>li:hover i.qrm-arrow-right {
    display: inline-block;
    width: 4px;
    height: 7px;
    background: url("../../images/qrm-arrow-right-on.png") no-repeat;
    position: absolute;
    right: 7px;
    top: 14px;
}



/*------------------------logo搜索广告结束------------------------*/

/*--------------------------焦点新闻开始--------------------------*/

.point-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}

.slide-wrapper {
    position: relative;
    float: left;
    width: 720px;
    height: 405px;
}


.focus-img {
    position: relative;
    width: 720px;
    height: 405px;
    overflow: hidden;
}

.focus-img .img {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}

.focus-img .img li {
    float: left;
    position: relative;
}

.focus-img .img li img {
    width: 720px;
    height: 405px;
}

.focus-img .img li p {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    text-indent: 10px;
    line-height: 60px;
    font-size: 18px;
}

.focus-img .focus-num {
    position: absolute;
    text-align: right;
    bottom: 15px;
    font-size: 0;
    right: 10px;
}

.focus-img .focus-num li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 3px;
    display: inline-block;
    cursor: pointer;
}

.focus-img .focus-num li.on {
    background-color: #34a263;
}

.focus-img .focus-btn {
    position: absolute;
    width: 48px;
    height: 86px;
    top: 50%;
    margin-top: -43px;
    color: #ffffff;
    cursor: pointer;
    display: none;
}

.focus-img:hover .focus-btn {
    display: block;
}

.focus-img .btn-l {
    left: 0;
    background: url(../../images/btn-l.png);
}

.focus-img .btn-r {
    right: 0;
    background: url(../../images/btn-r.png);
}

.point-list {
    float: right;
    width: 450px;
    height: 405px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    padding: 10px;
}


.point-list p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #34a263;
    overflow: hidden;
}

.point-list p a {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #34a263;
}

.point-list ul li {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    overflow: hidden;
}


.point-list ul li a {
    position: relative;
    float: left;
    display: block;
    width: 350px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    padding-left: 10px;
    box-sizing: border-box;
}


.point-list ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cccccc;
}

.point-list ul li a:hover {
    color: #34a263;
    -webkit-transition: color .2s ease-in .2s;
    transition: color .2s ease-in .2s;
}

.point-list ul li span {
    float: right;
    width: 78px;
    color: #999;
    text-align: right;
}

.banner {
    width: 100%;
    height: 82px;
    overflow: hidden;
    margin: 15px auto 0;
}

.banner ul {
    overflow: hidden;
    margin-right: -12px;
}

.banner ul li {
    float: left;
    width: 190px;
    height: 82px;
    margin-right: 12px;
}

/*--------------------------焦点新闻结束--------------------------*/

/*----------------------------文章开始----------------------------*/

.main-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.wrapper-content {
    float: left;
    width: 720px;
    height: auto;
    overflow: hidden;
}

.article-panel {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.title {
    position: relative;
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom: 3px solid #e4e4e4;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.title a {
    float: right;
    color: #666;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
}

.title>span {
    position: absolute;
    left: 0;
    bottom: -3px;
    border-bottom: 3px solid #34a263;
}

.title p {
    position: absolute;
    left: 120px;
    top: 0;
    font-size: 16px;
    color: #333;
    line-height: 46px;
    font-weight: 400;
}

.title p span {
    color: #ff8344;
    margin-right: 2px;
}

.tab-container {
    width: 100%;
    height: 46px;
    font-size: 20px;
}

.tab-containerfixed {
    position: fixed;
    top: 0;
    left: 50%;
    width: 720px;
    margin-left: -600px;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 0;
    z-index: 99;
}

.tab-container ul {
    overflow: hidden;
    margin-right: -12px;
}

.tab-container ul li {
    float: left;
    width: 110px;
    height: 46px;
    line-height: 46px;
    background: #f3f3f3;
    color: #333;
    text-align: center;
    margin-right: 12px;
    border-radius: 5px;
    cursor: pointer;
}

.tab-container ul li:hover {
    background: #34a263;
    color: #fff;
}

.tab-container ul li.on {
    background: #34a263;
    color: #fff;
}

.tab-panel {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px auto 0;
    display: none;
}

.tab-panelshow {
    display: block;
}

.tab-panel ul li {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}

.tab-panel ul li>a {
    color: #666;
}

.tab-panel ul li a img {
    float: left;
    display: block;
    margin-right: 20px;
    width: 250px;
    height: 167px;
}

.tab-panel ul li .article-main {
    float: left;
    width: 450px;
    height: 167px;
}

.tab-panel ul li .article_p {
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    font-weight: bold;
}

.tab-panel ul li a .article_p {
    color: #333;
}

.tab-panel ul li a p {
    color: #666;
    margin-top: 10px;
    height: 56px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.tab-panel ul li a:hover .article_p {
    color: #34a263;
    transition: color .2s ease-in .2s;
    -webkit-transition: color .2s ease-in .2s;
}


.tablist-img .article-type {
    position: absolute;
    left: 270px;
    bottom: 20px;
    font-size: 14px;
    color: #999;
    width: 450px;
    height: 20px;
    line-height: 20px;
}

.tablist-noimg .article-type {
    font-size: 14px;
    color: #999;
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
}

.tablist-img a span {
    position: absolute;
    display: block;
    left: 8px;
    top: 8px;
    width: 40px;
    height: 20px;
    border-radius: 5px;
    line-height: 20px;
    background: #f83;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.article-type .article-time {
    float: left;
}

.article-type .article-type-right {
    float: right;
    width: 100px;
    text-align: right;
}


.article-total {
    position: relative;
    padding-left: 20px;
    text-align: right;
}

.article-reply {
    position: relative;
    text-align: right;
    margin-left: 10px;
}

.article-reply a {
    position: relative;
    color: #999;
    padding-left: 20px;
}

.article-total::before {
    position: absolute;
    left: 0;
    top: 1px;
    content: "\e639";
    font-size: 16px;
    color: #999;
    font-family: "xnyauto";
}

.article-reply a::before {
    position: absolute;
    left: 0;
    top: 1px;
    content: "\e601";
    font-size: 16px;
    color: #999;
    font-family: "xnyauto";
}

.articleList-more {
    position: relative;
    font-size: 18px;
    color: #34a263;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    background: #f8f8f8;
    text-align: center;
}

.articleList-more a {
    color: #34a263;
    position: relative;
    display: block;
}

.articleList-more a::after {
    position: absolute;
    content: "\e7fa";
    right: 50%;
    margin-right: -60px;
    top: 0;
    font-family: "xnyauto";
    font-size: 18px;
    color: #34a263;
}

.division-content {
    float: right;
    width: 450px;
    height: auto;
    overflow: hidden;
}

.newCarListing {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-left: 21px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.newCarListing::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 0;
    height: 100%;
    border-left: 1px dashed #34a263;
}

.list-container {
    width: 100%;
    height: auto;
}

.list-container ul li {
    width: 100%;
    height: 165px;
    margin-bottom: 20px;
}


.list-container ul li .time {
    position: relative;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    box-sizing: border-box;
    background: #34a263;
    color: #fff;
    border-radius: 0 5px 5px 0;
    text-align: center;

}

.list-container ul li .time:before {
    position: absolute;
    content: "";
    left: -18px;
    top: 14px;
    width: 12px;
    height: 12px;
    background: #34a263;
    border-radius: 50%;
}

.list-container ul li .li-wrapper {
    height: 110px;
    margin-top: 15px;
}

.list-container ul li .li-wrapper img {
    display: block;
    float: left;
    width: 165px;
    height: 110px;
}

.list-container ul li .li-wrapper .car-desc {
    width: 240px;
    height: 110px;
    overflow: hidden;
    float: right;
    position: relative;
}

.list-container ul li .li-wrapper .car-desc p.desc-name {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.list-container ul li .li-wrapper a:hover .car-desc p.desc-name {
    color: #34a263;
    transition: color .2s ease-in .2s;
    -webkit-transition: color .2s ease-in .2s;
}

.list-container ul li .li-wrapper .car-desc p.desc-price {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 20px;
    font-size: 16px;
    color: #fe0000;
}

.car-more {
    position: relative;
    font-size: 18px;
    color: #34a263;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    background: #f8f8f8;
    text-align: center;
}

.car-more a {
    color: #34a263;
    position: relative;
    display: block;
}

.car-more a::after {
    position: absolute;
    content: "\e631";
    right: 50%;
    margin-right: -70px;
    top: 0;
    font-family: "xnyauto";
    font-size: 18px;
    color: #34a263;
}

.aside-ad {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.aside-adcont {
    overflow: hidden;
    margin-right: -20px;
}

.aside-adcont a {
    display: block;
    width: 215px;
    height: 130px;
    float: left;
    margin-right: 20px;
}

.aside-article {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.aside-articlefixed {
    position: fixed;
    top: 0;
    right: 50%;
    margin-right: -600px;
    margin-top: 0;
    width: 450px;
    height: auto;
    padding-top: 9px;
    background: #fff;
    z-index: 9;
}

.aside-article ul li {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    overflow: hidden;
}

.aside-article ul li:not(:last-child) {
    margin-bottom: 25px;
}

.aside-article ul li a {
    display: block;
    float: left;
    color: #333;
    line-height: 20px;
    width: 420px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aside-article ul li a:hover {
    color: #34a263;
    -webkit-transition: color .2s ease-in .2s;
    transition: color .2s ease-in .2s;
}

.aside-article ul li span {
    display: block;
    width: 80px;
    float: right;
    color: #999;
    text-align: right;
}

.aside-article ul li:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 14px;
    background: #e4e4e4;
    color: #222;
    line-height: 20px;
    text-align: center;
}

.aside-article ul li:first-of-type:after {
    content: "1";
}

.aside-article ul li:nth-of-type(2):after {
    content: "2";
}

.aside-article ul li:nth-of-type(3):after {
    content: "3";
}

.aside-article ul li:nth-of-type(4):after {
    content: "4";
}

.aside-article ul li:nth-of-type(5):after {
    content: "5";
}

.aside-article ul li:nth-of-type(6):after {
    content: "6";
}

.aside-article ul li:nth-of-type(7):after {
    content: "7";
}

.aside-article ul li:nth-of-type(8):after {
    content: "8";
}

.aside-article ul li:nth-of-type(9):after {
    content: "9";
}

.aside-article ul li:nth-of-type(10):after {
    content: "10";
}


.aside-article ul li:not(:nth-of-type(1n+4)):after {
    background: #fd0002;
    color: #fff;
}


/*----------------------------文章结束----------------------------*/

/*-----------------------------反馈表单开始-----------------------------*/

.feedback {
    margin-top: 15px;
    overflow: hidden;
}

.feedback-form {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
}

.feedback-form textarea {
    resize: none;
    width: 100%;
    height: 120px;
    color: #666;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: block;
}

.feedback-form form textarea:focus {
    border-color: #34a263;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 5px rgb(59 162 99 / 30%);
}

.feedback-form form>div {
    clear: both;
}

.feedback-form form p {
    /* text-align: center; */
    position: relative;
    margin-bottom: 10px;
    top: -8px;
}

.feedback-form form>div input::placeholder {
    color: #b2b2b2;
}

.feedback-form form textarea::placeholder {
    color: #b2b2b2;
}

.feedback-form form>div input {
    height: 40px;
    line-height: 40px;
    color: #666;
    padding: 0 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.feedback-form form .name input {
    width: 100%;
}

.feedback-form form .code-yz input {
    width: 80%;
    float: left;
}

.feedback-form form .tel input {
    width: 70%;
    float: left;
}

.feedback-form form .code-yz img {
    display: block;
    float: right;
    cursor: pointer;
}

.feedback-form form .tel input[type="button"] {
    display: block;
    float: right;
    width: 26%;
    height: 40px;
    border: 1px solid #34a263;
    background: #fff;
    border-radius: 4px;
    color: #34a263;
    cursor: pointer;
}


.feedback-form form .submit input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 4px;
    background: #34a263;
    color: #fff;
    border: 0;
    cursor: pointer;
    margin-bottom: 0;
}


.feedback-form form .mes-code input {
    width: 100%;
}


.feedback-form form>div input:focus {
    border-color: #34a263;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 5px rgb(59 162 99 / 30%);
}

.linklist {
    overflow: hidden;
    margin-top: 15px;
}

.linklist a {
    display: block;
    padding-right: 20px;
    color: #898989;
    float: left;
    line-height: 30px;
    /*font-size: 14px;*/
}

.footer {
    overflow: hidden;
    margin: 30px auto;
}

.footer div {
    margin: 0 auto;
    text-align: center;
}

.footer div a {
    color: #898989;
    margin: 0 5px;
}

.footer img {
    display: block;
    margin: 0 auto;
}

.footer p {
    text-align: center;
}

.footer p a {
    color: #34a263;
}


/*-----------------------------反馈表单结束-----------------------------*/



/*-------------------------------列表页开始-------------------------------*/

.breadcrumb {
    width: 1200px;
    height: auto;
    overflow: hidden;
    line-height: 2;
    margin: 15px auto 0 auto;
}

.breadcrumb span {
    display: inline-block;
    float: left;
}

.breadcrumb ol {
    display: inline-block;
    float: left;
}

.breadcrumb ol li {
    float: left;
    margin-right: 20px;
    position: relative;
}

.breadcrumb ol li a {
    color: #333;
}

.breadcrumb ol li:after {
    position: absolute;
    right: -15px;
    top: 0;
    content: ">";
    color: #333;
}

.breadcrumb ol li:first-child a {
    color: #34a263;
}

.breadcrumb ol li:last-child:after {
    display: none;
}

.page {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: 30px auto;
}

.page a {
    display: inline-block;
    border: 1px solid #e4e4e4;
    color: #666;
    margin: 0 2px;
    padding: 6px 10px;
}

.page a:hover {
    background-color: #34a263;
    color: #ffffff;
}

.page a.page-l {
    background-color: #34a263;
    color: #ffffff;
}

.page span {
    display: inline-block;
    background-color: #34a263;
    color: #ffffff;
    margin: 0 5px;
    padding: 6px 12px;
}

.recommend-cont {
    width: 450px;
    height: 192px;
    background: url(../../images/dk-icon.png) no-repeat center center;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 28px;
    color: #333;
    margin-bottom: 10px;
}

.recommend-cont a {
    display: block;
    color: #333;
    padding: 30px 18px 0 160px;
}

.recommend-cont p span {
    color: #ff8344;
}



/*-------------------------------列表页结束-------------------------------*/

/*------------------------------新车列表开始------------------------------*/

.newcar-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.newcarList ul {
    position: relative;
    overflow: hidden;
    margin-right: -25px;
}


.newcarList ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 20px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #34a263;
    z-index: -1;
}

.newcarList ul li {
    position: relative;
    display: inline-block;
    float: left;
    width: 220px;
    height: auto;
    padding-right: 25px;
    margin-bottom: 20px;
}

.newcarList ul li img {
    width: 220px;
    height: 147px;
    display: block;
    margin-bottom: 5px;
}

.newcarList ul li .newcar-title {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    box-sizing: border-box;

}

.newcarList ul li .newcar-title span {
    display: block;
    background: #34a263;
    color: #fff;
    border-radius: 0 5px 5px 0;
    text-align: center;
}

.newcarList ul li p {
    text-align: center;
}

.newcarList ul li a p.li-name {
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-weight: bold;

    margin-bottom: 10px;
}

.newcarList ul li a:hover p.li-name {
    color: #34a236;
    transition: color .2s ease-in .2s;
    -webkit-transition: color .2s ease-in .2s;
}

.newcarList ul li a p.li-price {
    color: #fe0000;
    line-height: 30px;
}

.newcarList ul li a p.li-date {
    color: #999;
    font-size: 14px;
    line-height: 30px;
}

.newcar-wrapper .articleList-more {
    margin-top: 20px;
}


/*------------------------------新车列表结束------------------------------*/

/*--------------------------------找车开始--------------------------------*/

.find-title {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom: 3px solid #e4e4e4;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    position: relative;
    margin-bottom: 20px;
}

.find-title a {
    position: relative;
    display: block;
    float: left;
    margin-right: 40px;
    color: #333;
}

.find-title a:hover:before {
    position: absolute;
    left: 0;
    bottom: -3px;
    content: "";
    width: 100%;
    height: 3px;
    background: #34a263;
}

.find-title a.on:before {
    position: absolute;
    left: 0;
    bottom: -3px;
    content: "";
    width: 100%;
    height: 3px;
    background: #34a263;
}

.price-condition {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #eee;
}

.price-condition>ul>li {
    position: relative;
    padding: 15px 0 5px 75px;
    border-bottom: 1px solid #e6e6e6;
}

.price-condition>ul li .li-type {
    position: absolute;
    top: 17px;
    left: 0;
    width: 75px;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 1.6;
}

.price-condition ul ul {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.price-condition ul ul li {
    text-align: center;
    font-size: 14px;
    color: #222;
    line-height: 1.42857;
    padding: 4px 8px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.price-condition ul ul li a {
    display: inline-block;
    color: #333;
}

.price-condition ul ul li:hover {
    background: #bbe2cc;
    border-radius: 4px;
}


.price-condition ul ul li.active {
    background: #34a263;
    border-radius: 4px;
    color: #fff;
}

.price-condition ul ul li.active a {
    color: #fff;
}

.conditionSelected {
    width: 100%;
    min-height: 63px;
    position: relative;
    padding: 15px 100px 5px 105px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-bottom: 25px;
    box-sizing: border-box;
    margin-top: 20px;
}

.conditionSelected ul {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.conditionSelected ul li {
    text-align: center;
    font-size: 14px;
    color: #222;
    padding: 4px 8px;
    margin-right: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    background: #bbe2cc;
    border-radius: 4px;
}

.conditionSelected ul li a {
    display: block;
    color: #222;
}

.conditionSelected ul li span {
    font-size: 16px;
    margin: 0 3px;
}

.conditionSelected .li_type {
    position: absolute;
    top: 19px;
    left: 15px;
    width: 75px;
    font-size: 14px;
    color: #666D7F;
    text-align: right;
}

.conditionSelected .li_empty {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 75px;
    font-size: 16px;
    color: #222;
    text-align: right;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.conditionSelected .li_empty a {
    color: #333;
}

.brand-name {
    display: none;
}

.brand-nameshow {
    display: block;
}

.price-condition ul ul li.on {
    background: #34a263;
    border-radius: 4px;
    color: #fff;
}

.price-condition ul ul li.on a {
    color: #fff;
}

.selectedList {
    width: 100%;
    height: auto;
    overflow: hidden;
}


.selectedList .null {
    width: 100%;
    height: 120px;
    line-height: 120px;
    text-align: center;
    color: #999;
}

.selectedList>ul {
    overflow: hidden;
    margin-right: -25px;
}

.selectedList>ul>li {
    position: relative;
    display: inline-block;
    width: 220px;
    height: auto;
    padding-right: 21px;
    margin-bottom: 20px;
}

.selectedList>ul>li img {
    width: 220px;
    height: 147px;
    display: block;
    margin-bottom: 5px;
}

.selectedList>ul>li a p.li-name {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 10px;
    width: 220px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selectedList>ul>li a:hover p.li-name {
    color: #34a263;
    -webkit-transition: color .2s ease-in .2s;
    transition: color .2s ease-in .2s;
}

.selectedList>ul>li a p.li-price {
    color: #ff8344;
    line-height: 30px;
}

.selectedList>ul>li a p {
    text-align: center;
}

.selectedList>ul>li .total-car {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #333;
    background: #FFF6EE;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}

.selectedList>ul>li .total-car {
    position: relative;
}

.selectedList>ul>li .total-car::after {
    position: absolute;
    content: "\e7fa";
    font-size: 16px;
    color: #333;
    font-family: "xnyauto";
}

.selectedList>ul>li .total-car:hover::after {
    color: #ff8344;
}

.selectedList>ul>li .total-car:hover {
    color: #ff8344;
}

.selectedList>ul>li .total-car.down {
    color: #ff8344;
}

.selectedList>ul>li .total-car.down::after {
    color: #ff8344;
    content: "\e618";
}

.total-table {
    width: 1200px;
    height: auto;
    border: 1px solid #ff8344;
    box-sizing: border-box;
    position: relative;
    display: none;
    margin-bottom: 20px;
}

.total-table>span {
    position: absolute;
    left: 90px;
    top: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #ff8344;
}

.tatal-tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #ddd;
    background: #f8f9fc;
    color: #333;
    text-align: center;
}

.tatal-tit span {
    display: block;
    float: left;
}

.tatal-tit span.tit-type {
    width: 480px;
    text-align: left;
    text-indent: 10px;
}

.tatal-tit span.tit-pz {
    width: 398px;
    text-align: left;
    text-indent: 10px;
}

.tatal-tit span.tit-price {
    width: 200px;
}

.tatal-tit span.tit-close {
    width: 100px;
    color: #ff8344;
    cursor: pointer;
    font-weight: bold;
}

.total-table .tatal-list {
    max-height: 300px;
    overflow-y: scroll;
}


.total-table .tatal-list>ul {
    position: relative;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}

.total-table .tatal-list>ul:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #e4e4e4;
}

.total-table .tatal-list>ul:last-child:after {
    display: none;
}


.total-table .tatal-list>ul>a>li {
    float: left;
    line-height: 40px;
    overflow: hidden;
    padding: 0 10px;
    color: #666;
}

.total-table .tatal-list>ul>a:hover>li {
    color: #ff8300;
}


.total-table .tatal-list>ul>a>li.tit-type {
    width: 480px;
}

.total-table .tatal-list>ul>a>li.tit-pz {
    width: 398px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.total-table .tatal-list>ul>a>li.tit-price {
    width: 200px;
    text-align: center;
}

.total-table .tatal-list>ul>a>li.tit-close {
    width: 100px;
    text-align: center;
}

.kc-selectedList {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.kc-selectedList>ul>li {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
}

.kc-selectedList>ul>li a {
    display: block;
    color: #666;
}

.kc-selectedList>ul>li a img {
    float: left;
    width: 150px;
    height: 100px;
    display: block;
}

.kc-selectedList>ul>li .kc-descr {
    float: right;
    width: 1020px;
    height: 100px;
}

.kc-selectedList>ul>li .kc-descr p {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}

.kc-selectedList>ul>li a:hover .kc-descr p {
    color: #34a263;
    -webkit-transition: color .2s ease-in .2s;
    transition: color .2s ease-in .2s;
}

.kc-descr ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}


.kc-descr ul li {
    width: 300px;
    height: 30px;
    line-height: 30px;
    float: left;
}

.kc-descr ul li:nth-child(2) {
    width: 520px;
}

.kc-descr ul li:nth-child(5) {
    width: 520px;
}

.kc-descr ul li:nth-child(3n+0) {
    width: 200px;
}


.pj-condition {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
}


.pj-condition>ul>li {
    position: relative;
    padding: 15px 0 5px 75px;
    border-bottom: 1px solid #e6e6e6;
}

.pj-condition>ul li .li-type {
    position: absolute;
    top: 17px;
    left: 0;
    width: 75px;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 1.6;
}

.pj-condition>ul ul {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pj-condition>ul ul li {
    text-align: center;
    font-size: 14px;
    color: #222;
    line-height: 1.42857;
    padding: 4px 8px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
}

.pj-condition>ul ul li a {
    color: #333;
}

.pj-condition>ul ul li:hover {
    background: #34a263;
    color: #fff;
}

.pj-condition>ul ul li:hover a {
    color: #fff;
}

.pjList>ul>li a p.li-name {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    height: 60px;
    margin-bottom: 0;
    white-space: normal;
}

/*------------------------------------找车结束------------------------------------*/

/*-----------------------------------品牌开始-----------------------------------*/

.hot-brand {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.hot-brand ul {
    display: flex;
    justify-content: space-between;
}

/*.hot-brand ul li {
    width: 135px;
}*/

.hot-brand ul li img {
    width: 120px;
    height: 80px;
    display: block;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
}

.hot-brand ul li p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.hot-brand ul li a {
    display: block;
}

.hot-brand ul li a p {
    color: #333;
    font-size: 14px;
}



.hot-brand ul li a:hover p {
    color: #34a263;
    -webkit-transition: color .2s ease-in .2s;
    transition: color .2s ease-in .2s;

}

.brand-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.brand-tit {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.brand-en {
    width: 100%;
    height: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}

.brand-en ul {
    display: flex;
    justify-content: space-between;
}

.brand-en ul li {
    padding: 4px 6px;
}

.brand-en ul li a {
    color: #333;
    font-weight: bold;
}

.brand-en ul li:hover {
    background: #34a263;
    border-radius: 2px;
}

.brand-en ul li:hover a {
    color: #fff;
}

.logoList {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.logoList ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-right: -25px;

}

.logoList ul li {
    width: 150px;
    height: auto;
    padding-right: 25px;
    margin-bottom: 10px;
}

.logoList ul li a {
    display: block;
}

.logoList ul li img {
    width: 148px;
    height: 98px;
    display: block;
    border: 1px solid #e4e4e4;
}

.logoList ul li p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.logoList ul li a p {
    color: #333;
}

.logoList ul li a:hover p {
    color: #34a263;
    -webkit-transition: color .2s ease-in .2s;
    transition: color .2s ease-in .2s;
}

.brand-titpos {
    position: fixed;
    width: 1200px;
    left: 50%;
    top: 0;
    margin-left: -600px;
    padding: 20px 0;
    background: #fff;
    z-index: 99;

}

.brand-wrapper .title {
    padding-top: 70px;
    margin-top: -70px;
    z-index: -1;
}



/*-----------------------------------品牌结束-----------------------------------*/

/*-----------------------------------视频开始-----------------------------------*/

.videoList {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.videoList ul {
    overflow: hidden;
    margin-right: -25px;
}

.videoList ul li {
    float: left;
    position: relative;
    width: 220px;
    height: auto;
    overflow: hidden;
    margin-right: 25px;
    margin-bottom: 15px;
}


.videoList ul li a img {
    display: block;
    width: 220px;
    height: 124px;
    object-fit: cover;
}

.videoList ul li a {
    display: block;
    color: #333;
}

.videoList ul li a:before {
    position: absolute;
    content: "\e60c";
    color: #fff;
    font-family: "xnyauto";
    font-size: 40px;
    left: 50%;
    margin-left: -20px;
    top: 40px;
}

.picList ul li a:before {
    display: none;
}


.picList ul li a img {
    height: 147px;
}

.videoList ul li p.v-name {
    width: 100%;
    height: 52px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.videoList ul li a:hover p.v-name {
    color: #34a263;
    -webkit-transition: color .2s ease-in .2s;
    transition: color .2s ease-in .2s;
}

.videoList ul li p.des {
    margin-top: 10px;
}

.videoList ul li p.des span {
    color: #999;
    font-size: 14px;
}

.videoList ul li p.des span.time {
    float: left;
    position: relative;
    padding-left: 20px;
}

.videoList ul li p.des span.date {
    float: right;
    position: relative;
    padding-left: 20px;
}

.videoList ul li p.des span.date1 {
    float: left;
    position: relative;
}


.picList ul li p.des span.date {
    float: left;
}



.videoList ul li p.des span.time:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\e68c";
    font-size: 18px;
    color: #999;
    font-family: "xnyauto";
}

.videoList ul li p.des span.date:before {
    position: absolute;
    left: 0;
    top: -1px;
    content: "\e65b";
    font-size: 18px;
    color: #999;
    font-family: "xnyauto";
}

.brand-del {
    width: 100%;
    height: auto;
    overflow: hidden;
    ;
    margin-bottom: 15px;
}

.brand-del img {
    width: 180px;
    height: 120px;
    display: block;
    float: left;
}

.brand-del .brand-des {
    float: right;
    width: 520px;
    height: 120px;
    overflow: hidden;
    margin-left: 20px;
    line-height: 30px;
}

.brand-del .brand-des p.brandname {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-weight: bold;
    color: #333;
    font-size: 18px;
}

.brand-del .brand-des p.brandcom {
    color: #666;
    width: 100%;
    height: auto;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

.brandpic {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.brandpic ul {
    overflow: hidden;
    margin-right: -30px;
}

.brandpic ul li {
    width: 220px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}

.kcbrandpic ul {
    margin-right: -40px;
}

.kcbrandpic ul li {
    width: 150px;
    margin-right: 40px;
}


.brandpic ul li a {
    display: block;
    color: #333;
}

.brandpic ul li img {
    width: 220px;
    height: 147px;
    display: block;
}

.kcbrandpic ul li img {
    width: 150px;
    height: 100px;
}

.brandpic ul li a p {
    width: 100%;
    height: auto;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}



.brandpic ul li a p.desc-name {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
}


.kcbrandpic ul li a p.desc-name {
    font-size: 16px;
    font-weight: normal;
    height: 52px;
    word-break: break-all;
}

.brandpic ul li a:hover p {
    color: #34a263;
    transition: color .2s ease-in .2s;
    -webkit-transition: color .2s ease-in .2s;
}

.brandpic ul li a p.desc-price {
    font-size: 16px;
    color: #fe0000;
    text-align: center;
}

.brandvideo ul li a img {
    width: 220px;
    height: 124px;
}

.brandvideo ul li a {
    position: relative;
}

.brandvideo ul li a:before {
    position: absolute;
    content: "\e60c";
    color: #fff;
    font-family: "xnyauto";
    font-size: 40px;
    left: 50%;
    margin-left: -20px;
    top: 40px;
}

.brandzplist ul li {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px dashed #e4e4e4;
    padding-left: 10px;
    box-sizing: border-box;
}

.brandzplist ul {
    margin-bottom: 15px;
}

.brandzplist .articleList-more {
    margin-bottom: 15px;
}

.brandzplist ul li a {
    display: block;
}

.brandzplist ul li:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    content: "";
    width: 4px;
    height: 4px;
    background: #34a263;
}

.brandzplist ul li p.zp-nr {
    float: left;
    color: #333;
}

.brandzplist ul li a:hover p.zp-nr {
    color: #34a263;
    transition: color .2s ease-in .2s;
    -webkit-transition: color .2s ease-in .2s;
}

.brandzplist ul li a p.zp-condition {
    float: left;
    margin-left: 20px;
    color: #999;
    font-size: 14px;
}

.brandzplist ul li a p.zp-condition span {
    position: relative;
    padding: 0 5px;
    line-height: 40px;
    display: block;
    float: left;
}

.brandzplist ul li a p.zp-condition span:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 20px;
    top: 10px;
    background: #e4e4e4;
}

.brandzplist ul li a p.zp-condition span:last-child:before {
    display: none;
}

.sidebrand-hot {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}

.sidebrand-hot ul {
    overflow: hidden;
    margin-right: -10px;
}

.sidebrand-hot ul li {
    width: 105px;
    float: left;
    height: auto;
    overflow: hidden;
    margin-right: 10px;
}

.sidebrand-hot ul li a img {
    width: 105px;
    height: 70px;
    display: block;
}

.sidebrand-hot ul li a p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    text-align: center;
}

.sidebrand-hot ul li a:hover p {
    color: #34a263;
    transition: color .2s ease-in .2s;
    -webkit-transition: color .2s ease-in .2s;

}


/*-----------------------------------视频结束-----------------------------------*/

.tit-all {
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    background: #f7f7f7;
    margin-top: 10px;
    border-top: 3px solid #e9e9e9;
    padding: 0 20px;
    box-sizing: border-box;
}

.brand-xlcar {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.brand-xlcar img {
    float: left;
    display: block;
    width: 360px;
    height: 240px;
}

.brand-xlcar .xl-des {
    float: right;
    width: 440px;
    height: 240px;
    position: relative;
}

.brand-xlcar .xl-des p {
    color: #333;
}


.brand-xlcar .xl-des p.xl-price span {
    font-size: 24px;
    color: #fe0000;
    font-weight: bold;
}

.brand-xlcar .xl-des p.xl-condition {
    margin: 40px 0;
}

.brand-xlcar .xl-des p.xl-condition span {
    position: relative;
    padding-right: 10px;
}

.brand-xlcar .xl-des p.xl-condition span:after {
    position: absolute;
    content: "/";
    right: 0;
    color: #999;
}

.brand-xlcar .xl-des a.btn-price {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 180px;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    background: #34a263;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: bold;
}

.salecarList {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}

.sale-wraper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.sale-wraper .sale-tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #333;
}

.sale-wraper .sale-tit li {
    float: left;
}

.sale-wraper .sale-tit li:first-child {
    width: 480px;
}


.sale-wraper .sale-tit li:not(:first-child) {
    width: 120px;
    text-align: center;
}

.sale-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.sale-cont ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #e4e4e4;
    margin: 10px 0;
}

.sale-cont ul li a {
    color: #666;
}

.sale-cont ul li a span {
    display: block;
    float: left;
}

.sale-cont ul li a:hover span:first-child {
    color: #34a263;
    transition: color .2s ease-in .2s;
    -webkit-transition: color .2s ease-in .2s;

}


.sale-cont ul li a span:first-child {
    color: #158b47;
    width: 480px;
}

.sale-cont ul li a span:nth-child(3) {
    color: #f30000;
}

.sale-cont ul li a.btn {
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background: rgba(52, 162, 99, 0.6);
    color: #fff;
    text-align: center;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 14px;
}

.sale-cont ul li a.btn:hover {
    background: #34a263;
}

.sale-cont ul li a span:not(:first-child) {
    width: 120px;
    text-align: center;
}

.cx-leftside {
    width: 320px;
}

.cx-right {
    width: 840px;
}

.same-brand {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.same-brand ul li {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.carsame-brand ul li {
    height: auto;
    line-height: 26px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}


.same-brand ul li:before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    background: #e4e4e4;
    left: 0;
    bottom: 0;
}



.same-brand ul li a {
    position: relative;
    display: block;
    color: #333;
    padding-left: 10px;
    box-sizing: border-box;
}

.same-brand ul li a:hover {
    color: #34a263;
    transition: color .2s ease-in .2s;
    -webkit-transition: color .2s ease-in .2s;

}

.same-brand ul li a:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #e4e4e4;
    content: "";
}


.carsame-brand ul li a:before {
    top: 13px;
}

.same-brand ul li a span {
    float: right;
    color: #fe0000;
}



.tab-brand ul li .article-main {
    width: 570px;
}

.tab-brand .tablist-img .article-type {
    width: 570px;
}

.like-car {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.like-car ul {
    overflow: hidden;
    margin-right: -20px;
}

.like-car ul li {
    float: left;
    width: 150px;
    height: auto;
    margin-right: 20px;
}

.like-car ul li a {
    display: block;
}

.like-car ul li a img {
    width: 150px;
    height: 100px;
    display: block;
}

.like-car ul li p {
    text-align: center;
}

.like-car ul li p.car-name {
    color: #333;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.like-car ul li p.car-price {
    color: #fe0000;
    line-height: 30px;
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.car-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;

}

.car-pics {
    width: 650px;
    height: auto;
    overflow: hidden;
    float: left;

}

.car-detail {
    width: 500px;
    height: 535px;
    overflow: hidden;
    float: right;
    position: relative;
}

.large_box {
    margin-bottom: 10px;
    width: 650px;
    height: 450px;
    overflow: hidden;

}

.large_box img {
    display: block;
    width: 600px;
    height: 400px;
}

.small_list {
    position: relative;
    float: left;
    width: 580px;
    height: 75px;
    overflow: hidden;
}

.small_list ul {
    height: 75px;
    overflow: hidden;
}

.small_list ul li {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 112px;
}

.small_list ul li img {
    display: block;
    width: 112px;
    height: 75px;
    cursor: pointer;
}

.small_list ul li .bun_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 112px;
    height: 75px;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.small_list ul li.on .bun_bg {
    display: block;
}

.btn {
    display: block;
    width: 30px;
    height: 75px;
    background-color: #999;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.btn:hover {
    background-color: #f53;
}

.left_btn {
    float: left;
    margin-right: 10px;
    background-image: url(../../images/left_btn.png);
    background-size: 40% auto;
}

.right_btn {
    float: right;
    background-image: url(../../images/right_btn.png);
    background-size: 40% auto;
}


.large_box ul li {
    position: relative;
    width: 600px;
    height: 400px;
    padding: 24px;
    border: 1px solid #e3e3e3;
}

.large_box ul li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 600px;
    height: 400px;
    display: block;
    z-index: 99;
    cursor: pointer;
}

.large_box ul li span img {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.small_list ul li {
    position: relative;
}

.car-detail h2 {
    font-size: 26px;
    line-height: 40px;
    color: #333;
    margin: 0 auto 50px auto;
}

.car-detail p.xl-price {
    color: #999;
    margin-bottom: 50px;
}

.car-detail p.xl-price span {
    font-size: 24px;
    color: #fe0000;
    font-weight: bold;
}

.car-tdtable {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    border-left: 0;
    border-right: 0;
}

.car-tdtable ul li {
    float: left;
    width: calc(100% / 3);
    height: auto;
    overflow: hidden;
}

.car-tdtable ul li p {
    color: #999;
    line-height: 40px;
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.car-tdtable ul li p:first-child {
    font-size: 18px;
    color: #333;
}

.car-detail a.btn-price {
    position: absolute;
    left: 50%;
    bottom: 80px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    background: #34a263;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-left: -100px;
}

.table-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    line-height: 30px;
}

.table-cont .cs-tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f7f7f7;
    font-size: 18px;
    text-indent: 10px;
}

.table-cont ul {
    overflow: hidden;
    font-size: 14px;
}

.table-cont ul li {
    width: calc(100% / 3);
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #e4e4e4;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
}

.table-cont ul li span:first-child {
    color: #999;
    font-size: 14px;
}

.video-wrap {
    width: 680px;
    padding: 19px;
    height: auto;
    /*overflow: hidden;*/
    border: 1px solid #eeeeee;
    margin-bottom: 10px;
}

.video-wrap img {
    width: 680px;
}

.video-wrap h2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    line-height: 40px;
}

.video-date {
    width: 100%;
    margin-top: 20px;
    height: 40px;
}

.video-date span {
    float: left;
    position: relative;
    padding-left: 20px;
    color: #999;
    margin-right: 20px;
    font-size: 16px;
}

.video-date span.time::before {
    position: absolute;
    left: 0;
    top: -1px;
    content: "\e65b";
    font-size: 18px;
    color: #999;
    font-family: "xnyauto";
}

.video-date span.sc::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\e68c";
    font-size: 18px;
    color: #999;
    font-family: "xnyauto";
}

.video-img>p {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    font-size: 16px;
    line-height: 30px;
}

/*分享*/

.article-evaluate {
    position: relative;
    /*margin-top: 30px;*/
}

.athm-share-line__text {
    display: inline-block;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    cursor: default !important;
}

.athm-share-line span {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
}


.iconshare::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../../images/iconshare.png');
    background-repeat: no-repeat;
    vertical-align: top;
}

.iconshare-wechat::before {
    background-position: 0 0;
}

.iconshare-sina::before {
    background-position: -34px 0;
}

.iconshare-qqzone::before {
    background-position: -102px 0;
}

.new-video {
    margin-top: 10px;
}

.tablist-img .video-date {
    position: absolute;
    left: 270px;
    bottom: 0;
    width: 450px;
}

.tablist-img .video-date span.time {
    float: right;
    margin-right: 0;
}


.tablist-video ul li a img {
    width: 250px;
    height: 141px;
}

.tablist-video ul li .article-main {
    height: 141px;
}

.tablist-video ul li a::before {
    position: absolute;
    content: "\e60c";
    left: 10px;
    bottom: 30px;
    font-family: "xnyauto";
    font-size: 30px;
    color: #fff;
}

.relative-img {
    width: 410px;
    height: auto;
    overflow: hidden;
    padding: 0 19px 19px 19px;
    border: 1px solid #e4e4e4;
    background: #fff;
    margin-bottom: 15px;
}

.relative-img img {
    width: 210px;
    height: 140px;
    float: left;
}

/* .relative-img p {
    text-align: center;
    margin-bottom: 10px;
} */

.relative-img p.rel-name {
    float: right;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    width: 180px;
    height: 80px;
    line-height: 40px;
    overflow: hidden;
    word-break: break-all;
}

.relative-img p.rel-des {
    width: 180px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    float: right;
}

.relative-img p.rel-price {
    width: 180px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fe0000;
    float: right;
}


/*图片详情*/

#picSlideWrap {
    width: 1200px;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

.pics-info {
    width: 360px;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    border: 1px solid #ddd;
    padding: 19px;
    box-sizing: border-box;
    overflow: hidden;
}

.pics-info h2 {
    width: 100%;
    height: auto;
    line-height: 40px;
    overflow: hidden;
    font-size: 24px;
    color: #333;
    margin: 0;
}

.pics-info h2.pjsp {
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    white-space: normal;
}

.pics-info p {
    width: 100%;
    height: 90px;
    overflow: hidden;
    line-height: 30px;
    color: #666;
}

.pics-pro-info {
    padding-bottom: 50px;
}

.pics-pro-info>a {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #34a263;
}

.imgnav {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 533px;
}

.all-spinfo {
    width: 360px;
    position: absolute;
    right: 0;
    top: 0;
    height: 533px;
}

.all-spinfo h2 {
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.all-spinfo p {
    font-size: 14px;
    line-height: 40px;
    color: #999;
    position: relative;
}

.all-spinfo p span {
    color: #333;
    margin-right: 10px;
}

.all-spinfo p span.price {
    color: #ff0101;
}

.all-spinfo p a {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
    color: #ff8300;
}

.spimg-li {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 360px;
    height: 346px;
    overflow: hidden;
}

.spimg-cont {
    overflow: hidden;
    margin-right: -20px;
}

.spimglione {
    width: 170px;
    height: 163px;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    cursor: pointer;

}



.spimglione img {
    width: 170px;
    height: 113px;
}

.spimglione p {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #ddd;
    color: #666;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.spimglione p.on {
    background: #ff8300;
    color: #fff;
}

.spimglione p.on span {
    color: #fff;
}

.spimglione p span {
    font-size: 14px;
    color: #666;
    margin-left: 10px;
    font-weight: normal;
}


#img {
    z-index: 10;
    width: 800px;
    position: relative;
    text-align: center;
    float: left;
}

#img ul li {
    position: relative;
    width: 800px;
    height: 533px;
    display: none;
}

#img ul li img {
    width: 800px;
    height: 533px;
}

#img ul li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    /*background: rgba(0, 0, 0, 0.8);*/
    color: #fff;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 16px;
}

#front {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    cursor: pointer;
    width: 394px;
    height: 533px;
}

#front a {
    position: absolute;
    left: 20px;
    top: 215px;
    display: block;
    background: url('../../images/imgSlideLeft.png') no-repeat;
    width: 104px;
    height: 104px;
    display: none;
}

#next {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    cursor: pointer;
    width: 394px;
    height: 533px;
}

#next a {
    position: absolute;
    right: 20px;
    top: 215px;
    display: block;
    background: url('../../images/imgSlideRight.png') no-repeat;
    width: 104px;
    height: 104px;
    display: none;
}

#cbtn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 360px;
    height: 356px;
    overflow: hidden;
}

#cbtn ul {
    position: relative;
    height: 10000px;
    overflow: hidden;
    margin-right: -20px;
}

#cbtn ul li {
    float: left;
    width: 170px;
    height: 113px;
    cursor: pointer;
    text-align: center;
    margin-right: 20px;
    position: relative;
    margin-top: 10px;
}

#cbtn ul li img {
    width: 170px;
    height: 113px;
    display: block;
}

#img ul li tt {
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 20;
    font-size: 16px;
    line-height: 30px;
    padding: 0 5px;
    font-family: "Microsoft Yahei";
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

#img ul li tt.pj {
    right: 50%;
    bottom: 10px;
    margin-right: -30px;
    width: 60px;
    height: 30px;
    border-radius: 20px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.8);
}

#img ul li tt.jss,
#img ul li tt.wg,
#img ul li tt.sz,
#img ul li tt.dp {
    right: 50%;
    bottom: 10px;
    margin-right: -30px;
    width: 60px;
    height: 30px;
    border-radius: 20px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.8);
}

#cbtn li.hov img {
    border: 2px solid #34a263;
    box-sizing: border-box;
}

.ctrl div {
    clear: both;
}

#cSlideUl {
    width: 360px;
    height: 246px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.picSildeLeft {
    display: block;
    cursor: pointer;
    width: 360px;
    height: 50px;
    line-height: 50px;
}

.picSildeRight {
    display: block;
    cursor: pointer;
    width: 360px;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
}

.pics-infobot {
    width: 1200px;
    height: auto;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-top: 20px;
}

.pics-infobot p {
    line-height: 26px;
    color: #666;
}

.pic-descripion {
    width: 100%;
    height: auto;
    /* overflow: hidden; */
    margin-top: 15px;
    border: 1px solid #e4e4e4;
    padding: 20px;
    box-sizing: border-box;
    background: #f7f7f7;
}

.pic-descripion p {
    line-height: 30px;
    color: #333;
    margin-bottom: 30px;
}

.article-wrap {
    position: relative;
    width: 680px;
    padding: 19px;
    height: auto;
    /*overflow: hidden;*/
    border: 1px solid #eeeeee;
    margin-bottom: 10px;
}

.article-wrap h1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    line-height: 40px;
    margin: 0;
    padding: 0;
}

.video-date span.yc {
    padding: 0 4px;
    height: 20px;
    background: #ff8844;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    line-height: 18px;
}

.video-date span.autor {
    padding-left: 0;
}


.article-word {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    font-size: 16px;
    line-height: 32px;
    color: #666;
}

.article-word p {
    margin: 10px 0;
    /*text-indent: 32px;*/
}

.article-word img {
    /*width: 680px;
    height: 453px;*/
	max-width: 600px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.article-wrap .total {
    position: relative;
    color: #999;
    padding-left: 60px;
    margin: 20px 0;
}

.article-wrap .total:before {
    position: absolute;
    left: 0;
    content: "阅读量：";
    font-size: 16px;
    font-family: "xnyauto";
    color: #999;
}

.thumb-reply {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.thumb-reply>div {
    float: left;
    margin-left: 20px;
}

.reply-total a {
    display: block;
    color: #34a263;
}

.reply-total a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\e601";
    font-family: "xnyauto";
    font-size: 16px;
    color: #34a263;
    vertical-align: middle;
}

.thumb-total {
    position: relative;
    padding-left: 20px;
    color: #34a263;
    cursor: pointer;
}

.thumb-total:before {
    position: absolute;
    content: "\e66f";
    left: 0;
    top: 0;
    font-size: 18px;
    font-family: "xnyauto";
    color: #34a263;
}

.thumb-total.clicked:before {
    content: "\e68a";
}

.reply-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.reply-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.reply-cont textarea {
    width: 100%;
    height: 150px;
    overflow: hidden;
    padding: 19px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    color: #666;
}

.reply-cont input[type="button"] {
    position: absolute;
    right: 20px;
    top: 100px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    background: #ff8344;
    border-radius: 5px;
}

.reply-cont form textarea::placeholder {
    color: #b2b2b2;
}

.title i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    font-style: normal;
    color: #34a263;
    font-weight: normal;
}

.replyList {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    padding: 19px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.replyList ul {
    overflow: hidden;
    margin-bottom: 20px;
}

.replyList ul li {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
    padding-left: 80px;
    box-sizing: border-box;
    font-size: 14px;
}

.replyList ul li img {
    position: absolute;
    left: 0;
    top: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #e4e4e4;
}

.replyList ul li p {
    margin-bottom: 10px;
}

.replyList ul li p.user-name {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.replyList ul li p.user-reply {
    line-height: 28px;
}

.replyList ul li p.user-time {
    color: #999;
}

.brand-link {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 19px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.brand-link a {
    display: block;
}

.brand-link a img {
    width: 120px;
    height: 80px;
}

.brand-link a p {
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    right: 20px;
    text-align: right;
    top: 50%;
    margin-top: -15px;
    color: #333;
}

.brand-link a:hover p {
    color: #34a263;
    transition: color .2s ease-in .2s;
    -webkit-transition: color .2s ease-in .2s;
}

.searchCar {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.searchCar ul li {
    position: relative;
    width: 520px;
    height: 120px;
    padding: 0 0 20px 200px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

.searchCar ul li a {
    display: block;
}

.searchCar ul li a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    height: 120px;
    display: block;
}

.searchCar ul li a p.name {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
}

.searchCar ul li a:hover p.name {
    color: #34a263;
    transition: color .2s ease-in .2s;
    -webkit-transition: color .2s ease-in .2s;
}

.searchCar ul li a p.price {
    position: absolute;
    left: 200px;
    bottom: 20px;
    color: #fe0000;
}

.searchCar ul li a p span {
    color: #999;
}

/*会员中心*/
.member-top {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 3px solid #34a263;
}

.member-topwrap {
    position: relative;
    width: 1200px;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
    box-sizing: border-box;
    margin: 0 auto;
}

.member-top a {
    display: block;
    float: left;
}


.member-top a img {
    width: 200px;
    height: 72px;
    display: block;
}

.member-top a {
    color: #999;
    text-align: right;
}

.member-top span a {
    color: #34a263;
    float: none;
    display: inline-block;
}

.member-right div:first-child {
    line-height: 50px;
}

.member-top a.back {
    float: right;
    line-height: 72px;
}

.member-top a.back:hover {
    color: #34a263;
    transition: color .2s ease-in .2s;
    -webkit-transition: color .2s ease-in .2s;
}

.member-midwarp {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #79d17b url(../../images/lgoin-ng.jpg) no-repeat center center;
    background-size: 100% auto;
}

.member-midwarp1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #34a263;
}

.member1200 {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.login-wrap {
    width: 320px;
    padding: 0 35px 50px;
    margin: 82px 60px 60px 0;
    background-color: #fff;
    float: right;
    position: relative;
    font-size: 14px;

}

.tab-login {
    height: 48px;
    line-height: 48px;
}

.tab-login label {
    border-bottom: 1px solid #e5e5e5;
    width: 50%;
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    padding: 22px 0 10px;
    cursor: pointer;
    text-align: center;
    display: block;
    float: left;
}

.tab-login label a {
    color: #34a263;
}

.tab-login .checked {
    border-bottom: 2px solid #34a263;
    color: #34a263;
    font-weight: bold;
    padding-bottom: 9px;
}

.sign-form-list,
.phone-login-list {
    display: none;
}

.show-cont {
    display: block;
}

.sign-form-list li,
.phone-login-list li {
    margin-top: 20px;
    border: 1px solid #e5e5e5;
    height: 38px;
    line-height: 38px;
    position: relative;
    padding-left: 34px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.sign-form-list .input,
.phone-login-list .content.input {
    border-color: #34a263;
}

.sign-form-list .input input {
    color: #333
}

.sign-form-list li input {
    width: 100%;
    font-size: 14px;
    color: #999
}

.sign-form-list li i,
.phone-login-list li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    text-align: center;
    display: block;
    line-height: 40px;
    font-family: 'sign';
    color: #999;
    content: "";
    font-style: normal;
    font-size: 14px;
}

.phone-login-list li i.company {
    font-family: "car";
    font-size: 18px;
}

.sign-form-list .error-wrap {
    border: 1px solid #F7411D
}

.sign-form-list li.img-text,
.phone-login-list li.img-text {
    border: 0 none;
    padding-left: 0;
    padding-right: 90px;
}

.sign-form-list li .content,
.phone-login-list li .content {
    width: 150px;
    height: 38px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    padding-left: 34px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.sign-form-list li span,
.phone-login-list li span {
    overflow: hidden;
    cursor: pointer;
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 38px;
    text-align: right;
    display: block;
    border-radius: 4px;
}

.sign-form-list li span img,
.phone-login-list li span img {
    float: right;
}

.info-wrap>p {
    font-size: 14px;
    margin: 10px 0 6px;
    overflow: hidden;
    line-height: 28px;
    height: auto;
    overflow: hidden;
    color: #999;
}

.info-wrap input[type='submit'] {
    background: #34a263;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 14px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #fff;
}

.info-wrap input[type='submit']:disabled {
    background: rgba(52, 162, 99, 0.6);
}

.info-wrap>p a.register {
    color: #999;
    float: left;
}

.info-wrap>p a.password {
    color: #34a263;
    text-align: right;
    float: right;
}

.phone-login-list li span.pas {
    overflow: hidden;
    cursor: pointer;
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 38px;
    text-align: center;
    line-height: 40px;
    display: block;
    background: #34a263;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}

.phone-login-list p {
    color: #999;
    line-height: 30px;
    margin-top: 20px;
}

.info-wrap a.password {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #ff8344;
}

.login-wrap1 {
    width: 360px;
    height: auto;
    overflow: hidden;
    margin: 50px auto;
    background: #fff;
    padding: 30px 50px 50px;
    font-size: 14px;
}



.login-wrap1 li i.pwd-show {
    position: absolute;
    left: calc(100% - 45px);
    top: 0;
    width: 45px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    font-family: 'car';
    font-size: 18px;
    content: "";
    cursor: pointer;
}


.member-topwrap>span {
    margin-left: 20px;
    display: block;
    float: left;
    line-height: 72px;
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.member-1200 {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 40px auto;
}

.member-left {
    float: left;
    width: 200px;
    height: auto;
    overflow: hidden;
    background: #f7f7f7;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
}

.member-left ul li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
}

.member-left ul li a {
    display: block;
    color: #333;
}

.member-left ul li:hover a {
    background: #34a263;
    color: #fff;
}

.member-left ul li.on {
    background: #34a263;
    color: #fff;
}

.member-left ul li.on a {
    color: #fff;
}

.member-right {
    float: right;
    width: 900px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.member-info {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-left: 150px;
    box-sizing: border-box;
    min-height: 150px;
}

.member-info img {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 120px;
    display: block;
    border-radius: 50%;
}

.member-info p {
    line-height: 40px;
    color: #999;
}

.member-info p.user-name {
    font-size: 18px;
    font-weight: bold;
    color: #34a263;
}

.member-topwrap p {
    position: absolute;
    right: 80px;
    top: 20px;
    line-height: 72px;
    color: #999;
}

.member-topwrap p span {
    color: #34a263;
}

.star-article {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.star-article ul li {
    width: 100%;
    height: 167px;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-right: 100px;
    border-bottom: 1px dashed #e4e4e4;
    position: relative;
    box-sizing: border-box;
}


.star-article ul li a img {
    float: left;
    width: 220px;
    height: 147px;
    display: block;
}

.star-article ul li a .star-info {
    float: left;
    width: 560px;
    height: 147px;
    margin-left: 20px;
    overflow: hidden;
    position: relative;
}

.star-article ul li a .star-info p.starinfo-tit {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    height: auto;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

.star-article ul li a .star-info p.infomore {
    width: 100%;
    height: auto;
    overflow: hidden;
    color: #666;
    line-height: 28px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.star-article ul li a .star-info p.time {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #999;
    font-size: 14px;
}


.star-article ul li a.cancel {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    width: 80px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: #34a263;
    color: #fff;
    text-align: center;
}

.reply-article {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;

}

.reply-article ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e4e4e4;
}

.reply-article ul li a {
    display: block;
    color: #333;
}

.reply-article ul li p {
    margin-bottom: 10px;
}

.reply-article ul li p.starinfo-tit {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    height: auto;
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    color: #34a263;
}

.reply-article ul li p.starinfo-tit span {
    color: #333;
}



.reply-article ul li p.infomore {
    color: #666;
    line-height: 30px;
}

.reply-article ul li p.time {
    font-size: 14px;
    color: #999;
}

.tg-article ul li {
    padding-right: 0;
}

.tg-article ul li a .star-info {
    width: 660px;
}

.tg-article {
    position: relative;
}

.tg-article a.tg-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: #34a263;
    color: #fff;
    text-align: center;
}

.publish-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
}

.feedback-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
}


.user-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.user-cont div {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.user-cont span {
    float: left;
}

.user-cont ul li {
    float: left;
    width: 80px;
    height: auto;
    overflow: hidden;
    margin-right: 20px;
}

.user-cont ul li img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.user-cont ul li p {
    width: 60px;
    height: 24px;
    line-height: 24px;
    background: #f2f2f2;
    color: #333;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    font-size: 14px;
    margin-top: 10px;
}

.user-cont ul li.selected p {
    background: #34a263;
    color: #fff;
}

.user-cont ul li:hover {
    cursor: pointer;
}

.user-cont ul li:hover p {
    color: #fff;
    transition: color .2s ease-in .2s;
    -webkit-transition: color .2s ease-in .2s;
    background: #34a263;
    transition: background .2s ease-in .2s;
    -webkit-transition: background .2s ease-in .2s;
}

.user-cont ul li:hover img {
    border: 1px solid #34a263;
    box-sizing: border-box;
}

.user-cont span {
    line-height: 40px;
    margin-right: 10px;
}

.user-cont div.user-nc input {
    width: 180px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e4e4e4;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
}

.user-cont div.user-nc input[type="submit"] {
    font-size: 16px;
    background: #ff8344;
    color: #fff;
    border: 1px solid #ff8344;
    margin-left: 20px;
}

.user-tel {
    width: 100%;
    height: auto;
    overflow: hidden;
    color: #666;
}

.user-tel ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #e4e4e4;
}

.user-tel ul li span {
    margin: 0 10px;
}

.user-tel ul li a {
    color: #ff8344;
}

.user-tel ul li a:hover {
    text-decoration: underline;
}

.edit-cont ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    color: #666;
    position: relative;
    margin-bottom: 20px;
}

.edit-cont ul li p {
    line-height: 40px;
}

.edit-cont ul li p span {
    color: #34a263;
}

.edit-cont ul li>input[type="text"] {
    width: 300px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e4e4e4;
    padding: 0 10px;
    box-sizing: border-box;
}

.edit-cont ul li .yzm {
    width: 300px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.edit-cont ul li .yzm input[type="text"] {
    width: 300px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e4e4e4;
    padding: 0 10px;
    box-sizing: border-box;
}

.edit-cont ul li .yzm span {
    position: absolute;
    width: 110px;
    height: 40px;
    line-height: 40px;
    background: #34a263;
    color: #fff;
    right: 10px;
    top: 5px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.edit-cont ul li input[type="submit"] {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #34a263;
    color: #fff;
    text-align: center;
}

.member-us {
    float: right;
    width: 940px;
    line-height: 34px;
}

.aboutus {
    line-height: 34px;
    color: #666;
}

.member-us .feedback-form {
    margin-top: 20px;
}

.member-us h2 {
    padding: 0;
    margin: 0 0 10px 0;
}

.zp-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 34px;
    color: #666;
}

.zp-cont h2 {
    font-size: 18px;
    font-weight: bold;
    color: #34a263;
}

.zp-cont p {
    color: #333;
    font-weight: bold;
}


.tab-container1 {
    width: 100%;
    height: 46px;
    font-size: 20px;
}

.tab-containerfixed {
    position: fixed;
    top: 0;
    left: 50%;
    width: 720px;
    margin-left: -600px;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 0;
    z-index: 99;
}

.tab-container1 ul {
    overflow: hidden;
    margin-right: -12px;
}

.tab-container1 ul li {
    float: left;
    width: 110px;
    height: 46px;
    line-height: 46px;
    background: #f3f3f3;
    color: #333;
    text-align: center;
    margin-right: 12px;
    border-radius: 5px;
    cursor: pointer;
}

.tab-container1 ul li:hover {
    background: #34a263;
    color: #fff;
}

.tab-container1 ul li.on {
    background: #34a263;
    color: #fff;
}

.tab-container1 ul li a {
    color: #333;
    display: block;
    border-radius: 5px;
}

.tab-container1 ul li.on a {
    color: #fff;
}

.tab-container1 ul li:hover a {
    color: #fff;
    background: #34a263;
}

.allcar-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.allcar-list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.allcarList-li {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #e4e4e4;
}

.allcarList-li .allcar-logo {
    float: left;
    width: 150px;
    padding-right: 29px;
    height: auto;
    overflow: hidden;
    padding-top: 15px;
}

.allcarList-li .allcar-logo a {
    display: block;
    color: #333;
}



.allcarList-li .allcar-logo img {
    width: 150px;
    height: 100px;
    display: block;
}

.allcarList-li .allcar-logo p {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}

.allcarList-li .allcar-logo a:hover p {
    color: #34a263;
    -webkit-transition: color .2s ease-in .2s;
    transition: color .2s ease-in .2s;
}

.allcarList-li ul {
    float: left;
    width: 1020px;
    height: auto;
    overflow: hidden;
    padding-top: 15px;
    border-left: 1px solid #e4e4e4;
}

.allcarList-li ul li {
    width: 230px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 20px;
    text-align: center;

}

.allcarList-li ul li img {
    width: 230px;
}

.allcarList-li ul li p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.allcarList-li ul li a {
    color: #333;
}

.allcarList-li ul li p.name {
    font-size: 20px;
    font-weight: bold;
}

.allcarList-li ul li p.price {
    color: #fe0000;
}

.allcarList-li ul li a:hover p.name {
    color: #34a263;
    -webkit-transition: color .2s ease-in .2s;
    transition: color .2s ease-in .2s;

}

.allcarList-li:last-child {
    border-bottom: 1px solid #e4e4e4;
}



.price-conditiontit {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #eee;
}

.conditiontitfixed {
    position: fixed;
    left: 50%;
    top: 0;
    width: 1200px;
    margin-left: -600px;
    background: #fff;
    padding-top: 20px;
    z-index: 100;
}

.price-conditiontit>ul>li {
    position: relative;
    padding: 15px 0 5px 75px;
    border-bottom: 1px solid #e6e6e6;
}

.price-conditiontit>ul li .li-type {
    position: absolute;
    top: 17px;
    left: 0;
    width: 75px;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 1.6;
}

.price-conditiontit ul ul {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.price-conditiontit ul ul li {
    text-align: center;
    font-size: 14px;
    color: #222;
    line-height: 1.42857;
    padding: 4px 8px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.price-conditiontit ul ul li a {
    display: inline-block;
    color: #333;
}

.price-conditiontit ul ul li:hover {
    background: #bbe2cc;
    border-radius: 4px;
}


.allcar-list>a {
    display: block;
}


.cscar-tit {
    width: 100%;
    height: auto;
    overflow: hidden;
    color: #333;
    line-height: 60px;
    font-size: 24px;
    font-weight: bold;
}

.table-cscar {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 40px;
}

.table-cscar table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    color: #666;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 40px;
}

.table-cscar table tr th,
.table-cscar table tr td {
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
}

.table-cscar table tr th {
    background: #f4f4f4;
}

.find-title a.on {
    color: #34a263;
}

.find-title a:hover {
    color: #34a263;
}

.xq-carimg {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.xq-carimg ul {
    overflow: hidden;
    margin-right: -16px;
}

.xq-carimg ul li {
    width: 198px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 16px;
    margin-bottom: 20px;
    position: relative;
}

.xq-carimg ul li a {
    display: block;
}

.xq-carimg ul li a img {
    width: 198px;
    height: 132px;
    display: block;
}

.xq-carimg ul li a {
    color: #333;
}

.xq-carimg ul li a p.xl-name {
    width: 100%;
    height: auto;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    color: #333;
}

.xq-carimg ul li a p.price {
    color: #fe0000;
}

.xq-carimg ul li a p {
    line-height: 30px;
    color: #999;
}

.xq-carimg ul li a span {
    position: absolute;
    right: 5px;
    top: 103px;
    padding: 0 4px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    background: #34a263;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}

.tab-cont table.bus {
    border: 1px solid #e4e4e4;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.tab-cont table.bus tr td {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.tab-cont table.bus tr td.tit {
    background: #f7f7f7;
    font-size: 18px;
}

.tab-cont table.bus tr td span {
    display: inline-block;
    width: 90px;
    color: #666;
    border-right: 1px solid #e4e4e4;
    margin-right: 5px;
}

.fadeIn {
    position: fixed;
    display: none;
    width: 180px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    line-height: 30px;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -25px;
    text-align: center;
    border-radius: 5px;
    z-index: 200;
}

.fadeIn1 {
    position: fixed;
    display: none;
    width: 180px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    line-height: 30px;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -25px;
    text-align: center;
    border-radius: 5px;
    z-index: 200;
}

.fadeIn2 {
    position: fixed;
    display: none;
    width: 180px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    line-height: 30px;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -25px;
    text-align: center;
    border-radius: 5px;
    z-index: 200;
}

.fadeIn3 {
    position: fixed;
    display: none;
    width: 180px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    line-height: 30px;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -25px;
    text-align: center;
    border-radius: 5px;
    z-index: 200;
}

.fadeIn4 {
    position: fixed;
    display: none;
    width: 180px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    line-height: 30px;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -25px;
    text-align: center;
    border-radius: 5px;
    z-index: 200;
}


.common-box {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    margin: 0 auto;
}

.common-box .feedback {
    float: left;
    width: 720px;
    margin-top: 0;
}

.common-box .aside-common {
    float: right;
    width: 450px;
}

.aside-common {
    width: 100%;
    height: auto;
    overflow: hidden;
}


.aside-common ul li {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    overflow: hidden;
}

.aside-common ul li:not(:last-child) {
    margin-bottom: 28px;
}

.aside-common ul li a {
    display: block;
    float: left;
    color: #333;
    line-height: 20px;
    width: 420px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aside-common ul li a:hover {
    color: #34a263;
    -webkit-transition: color .2s ease-in .2s;
    transition: color .2s ease-in .2s;
}

.aside-common ul li span {
    display: block;
    width: 80px;
    float: right;
    color: #999;
    text-align: right;
}

.aside-common ul li:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 14px;
    background: #e4e4e4;
    color: #222;
    line-height: 20px;
    text-align: center;
}

.aside-common ul li:first-of-type:after {
    content: "1";
}

.aside-common ul li:nth-of-type(2):after {
    content: "2";
}

.aside-common ul li:nth-of-type(3):after {
    content: "3";
}

.aside-common ul li:nth-of-type(4):after {
    content: "4";
}

.aside-common ul li:nth-of-type(5):after {
    content: "5";
}

.aside-common ul li:nth-of-type(6):after {
    content: "6";
}

.aside-common ul li:nth-of-type(7):after {
    content: "7";
}

.aside-common ul li:nth-of-type(8):after {
    content: "8";
}

.aside-common ul li:nth-of-type(9):after {
    content: "9";
}

.aside-common ul li:nth-of-type(10):after {
    content: "10";
}


.aside-common ul li:not(:nth-of-type(1n+4)):after {
    background: #fd0002;
    color: #fff;
}


.right-nav {
    position: fixed;
    right: 20px;
    bottom: 200px;
}

.right-nav .top {
    width: 50px;
    height: 50px;
    border: 1px solid #e4e4e4;
    font-size: 20px;
    font-family: "xnyauto";
    text-align: center;
    line-height: 50px;
    color: #999999;
    cursor: pointer;
}

.right-nav .tel {
    width: 50px;
    height: 50px;
    border: 1px solid #e4e4e4;
    font-size: 20px;
    font-family: "xnyauto";
    text-align: center;
    line-height: 50px;
    color: #999999;
    cursor: pointer;
    border-bottom: none;
}

.right-nav .wechat {
    width: 50px;
    height: 50px;
    border: 1px solid #e4e4e4;
    font-size: 20px;
    font-family: "xnyauto";
    text-align: center;
    line-height: 50px;
    color: #999999;
    cursor: pointer;
    border-bottom: none;
}

.right-nav .top:hover,
.right-nav .tel:hover,
.right-nav .wechat:hover {
    background: #34a273;
    color: #fff;
}

.right-nav .code,
.right-nav .tel-num {
    display: none;
}

.right-nav .code {
    /*display: block;*/
    padding: 20px;
    border: 1px solid #e4e4e4;
    background: #fff;
    position: absolute;
    right: 52px;
    top: 0;
}

.right-nav .code img {
    width: 108px;
    height: 108px;
}

.right-nav .tel-num {
    position: absolute;
    right: 50px;
    top: 52px;
    /*display: block;*/
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background: #34a263;
    color: #fff;
    text-align: center;
}

.right-nav .tel-num:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff;
}

.cs-tit span {
    float: right;
    padding-right: 20px;
    color: #999;
    font-size: 14px;
}

.pro-city select {
    width: 48%;
    height: 40px;
    line-height: 40px;
    color: #666;
    padding: 0 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    outline: none;
    font-size: 14px;

}

.pro-city select:invalid {
    color: #b2b2b2;
}

.pro-city select.city {
    float: right;
}

.pro-city select option {
    color: #666;
}

#PCMSAD_22 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

#PCMSAD_22 li {
    float: left;
    width: 160px;
    height: 68px;
    margin-right: 26px;
}

.select-tab {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    line-height: 30px;
}

.select-tab ul li {
    float: left;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    color: #333;
    margin-right: 8px;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    cursor: pointer;
}

.select-tab ul li.on {
    background: #34a263;
    color: #fff;
    border: 1px solid #34a263;
}

.select-tab ul li:hover {
    background: #34a263;
    color: #fff;
    border: 1px solid #34a263;
}

.select-tab ul li:hover a {
    color: #fff;
}

.select-tab ul li a {
    color: #333;
}

.select-tab ul li.on a {
    color: #fff;
}

.select-tab>a {
    float: right;
    color: #34a263;
}

.reply-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.reply-list {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}

.reply-list .acticle-title {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 16px;
}

.acticle-title h2 {
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    height: auto;
    overflow: hidden;
    color: #333;
    word-break: break-all;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    margin-top: 0;

}


.reply-text {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}


.reply-text p.time {
    text-align: left;
    line-height: 30px;
    color: #999;
    font-size: 14px;
}

.acticle-title a h2:hover {
    color: #34a263;
    transition: color .2s ease-in .2s;
    -webkit-transition: color .2s ease-in .2s;

}

.total-cx {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #999;
}

.total-cxing {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #999;
}

.pic-descripion {
    position: relative;
}

.total-pic {
    position: absolute;
    right: 20px;
    bottom: 20px;
    line-height: 24px;
    color: #999;

}

.feedback-form form .plus .name {
    width: 48%;
    display: block;
    float: left;
}

.feedback-form form .plus .tel {
    float: right;
    width: 48%;
    display: block;
}

.feedback-form form .plus .tel input {
    float: right;
    width: 100%;
    display: block;
    position: relative;
    z-index: 99;
}

.ad-exhibition>div {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}