* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
    width: 100%;
}

html {
    font-size: 62.5%;
}

input {
    outline: none;
    -webkit-appearance: none;
}

@font-face {
    font-family: 'bbs';
    src: url('https://at.alicdn.com/t/font_1134086_mvvhnsjnl4d.eot');
    src: url('https://at.alicdn.com/t/font_1134086_mvvhnsjnl4d.eot?#iefix') format('embedded-opentype'),
        url('https://at.alicdn.com/t/font_1134086_mvvhnsjnl4d.woff2') format('woff2'),
        url('https://at.alicdn.com/t/font_1134086_mvvhnsjnl4d.woff') format('woff'),
        url('https://at.alicdn.com/t/font_1134086_mvvhnsjnl4d.ttf') format('truetype'),
        url('https://at.alicdn.com/t/font_1134086_mvvhnsjnl4d.svg#iconfont') format('svg');
}

@font-face {
    font-family: 'bbs';
    /* project id 971927 */
    src: url('https://at.alicdn.com/t/font_971927_r6qltjzd6ia.eot');
    src: url('https://at.alicdn.com/t/font_971927_r6qltjzd6ia.eot?#iefix') format('embedded-opentype'),
        url('https://at.alicdn.com/t/font_971927_r6qltjzd6ia.woff2') format('woff2'),
        url('https://at.alicdn.com/t/font_971927_r6qltjzd6ia.woff') format('woff'),
        url('https://at.alicdn.com/t/font_971927_r6qltjzd6ia.ttf') format('truetype'),
        url('https://at.alicdn.com/t/font_971927_r6qltjzd6ia.svg#iconfont') format('svg');
}


@font-face {
    font-family: 'Roboto Condensed';
    src: url(../images/Roboto Condensed Regular.ttf);
}



@font-face {
    font-family: 'Roboto Condensed';
    src: url('../images/roboto_condensed_regular-webfont.eot');
    src: url('../images/roboto_condensed_regular-webfont.eot.eot?#iefix') format('embedded-opentype'),
        url('../images/roboto_condensed_regular-webfont.woff') format('woff'),
        url('../images/roboto_condensed_regular-webfont.ttf') format('truetype'),
        url('../images/roboto_condensed_regular-webfont.svg#NeuesBauenDemo') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    font-size: 1.4rem;
    /*1.4 脳 10px = 14px */
    font-family: "Roboto Condensed";
    font-size: 62.5%;
    color: #333;
}

.logo-cont {
    position: relative;
    width: 100%;
    height: 4rem;
    overflow: hidden;
    background: #e66e06;
    padding: 10px 0;
    margin-bottom: 10px;
}

.logo {
    position: absolute;
    width: 9rem;
    height: 3rem;
    left: 10px;
    top: 50%;
    margin-top: -1.5rem;
}

.logo a img {
    width: 100%;
}

.search {
    position: absolute;
    width: 20rem;
    height: 3rem;
    right: 10px;
    top: 50%;
    margin-top: -1.5rem;
    font-size: 1.6rem;
    color: #dddddd;
    border: 1px solid #fff;
    background: #e2e2e2;
    border-radius: 1.5rem;
    padding-left: 1.5rem;
}

input::-webkit-input-placeholder {
    color: #fff;
    font-size: 1.6rem;
    font-family: "Roboto Condensed";
}

.search input[type="text"] {
    display: block;
    float: left;
    width: 17rem;
    height: 3rem;
    line-height: 3rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    font-family: "Roboto Condensed";
    background: #e2e2e2;
    outline: none;
    border: 0 none;
}

.search input[type="submit"] {
    display: block;
    float: right;
    width: 3rem;
    height: 3rem;
    border: 1px solid #e2e2e2;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    border-right: 0;
    background: #e2e2e2 url('../images/search.png') no-repeat center center;
    background-size: 50%;

}

/*.logo-cont {
    position: relative;
    width: 100%;
    height: 4rem;
    overflow: hidden;
    background: #fff;
    padding: 10px 0;
}

.logo {
    position: absolute;
    width: 9rem;
    height: 3rem;
    left: 10px;
    top: 50%;
    margin-top: -1.5rem;
}

.logo a img {
    width: 100%;
}

.search {
    position: absolute;
    width: 20rem;
    height: 3rem;
    right: 10px;
    top: 50%;
    margin-top: -1.5rem;
    font-size: 1.6rem;
    color: #dddddd;
}

input::-webkit-input-placeholder {
    color: #ddd;
    font-size: 1.6rem;
    font-family: "Arial";
}

.search input[type="text"] {
    display: block;
    float: left;
    width: 17rem;
    height: 3rem;
    line-height: 3rem;
    border: 1px solid #cccccc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    border-right: 0;
    box-sizing: border-box;
    padding: 0 10px;
    color: #999;
    font-size: 1.6rem;
    font-family: "Arial";
}

.search input[type="submit"] {
    display: block;
    float: left;
    width: 3rem;
    height: 3rem;
    border: 1px solid #2893c1;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    border-right: 0;
    background: #2893c1 url('../images/search.png') no-repeat center center;
    background-size: 50%;

}*/


.nav-cont .nav {
    position: relative;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.6rem;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;

}

.nav-cont .nav ul {
    display: flex;
}

.nav-cont .nav ul li {
    flex: 1;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
}


.nav-cont .nav ul li a {
    color: #333;
}

.nav-cont .nav ul li.more {
    width: 3rem;
    height: 4rem;
    background: url('../images/mores.png') no-repeat center center;
    background-size: 90%;
    flex: 0 1 auto;
}


.nav-cont .nav-plus {
    position: relative;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.6rem;
    background: #fff;
    display: none;

}

.nav-cont.plus .nav-plus {
    display: block;
}

.nav-cont .nav-plus ul li {
    float: left;
    /* width: 20%;*/
    text-align: center;
    padding: 0 10px;
}

.nav-cont .nav-plus ul li a {
    display: block;
    color: #333;
}

/*.nav-cont .nav-plus ul li:first-child {
    width: 18%;
}

.nav-cont .nav-plus ul li:nth-child(2) {
    width: 18%;
}

.nav-cont .nav-plus ul li:nth-child(3) {
    width: 22%;
}

.nav-cont .nav-plus ul li:nth-child(4) {
    width: 15%;
}

.nav-cont .nav-plus ul li:last-child {
    width: 27%;
}*/

.brand-logo {
    width: 100%;
    margin: 1rem auto;
    height: auto;
    overflow: hidden;
    background: #fff;
}


.brand-logo ul li {
    float: left;
    width: 25%;
    height: auto;
    overflow: hidden;
    padding: 0 5px;
    box-sizing: border-box;
}

.brand-logo ul li p {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    overflow: hidden;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 10px;
}

.brand-logo ul li a {
    color: #666;
}

.brand-logo ul li a img {
    background: #f8f8f8;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
}

.box_swipe {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

.box_swipe ul {
    -webkit-padding-start: 0px;
}

.box_swipe ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.box_swipe ul li a {
    display: block;
    position: relative;
}

.box_swipe ul li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 15% 0 10px;
    box-sizing: border-box;
    height: 3rem;
    line-height: 3rem;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 1rem;
}

.box_swipe>ol {
    position: absolute;
    z-index: 10;
    bottom: 15px;
    right: 5px;
    height: 3px;
    font-size: 0;
}

.box_swipe>ol>li {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #ffffff;
    box-sizing: border-box;
    margin-right: 4px;
}

.box_swipe>ol>li.on {
    background-color: #0056cc;
    border: 0 none;
}

.content {
    width: calc(100% - 20px);
    height: auto;
    overflow: hidden;
    margin: 10px auto;
    box-sizing: border-box;
    background: #fff;
}

.tit, .tit_a {
    position: relative;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    font-size: 2rem;
    font-weight: bold;
    color: #222222;
    margin-bottom: 15px;
    border-bottom: 2px solid #333;
}

/*.tit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 2rem;
    background: #2893c1;
}*/

.tit a {
    position: absolute;
    right: 0;
    top: 0;
    width: 5rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.2rem;
    color: #ccc;
    text-align: right;
    font-weight: 500;
}

.news-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.news-lists {
    position: relative;
    padding-left: 32%;
    height: auto;
    min-height: 70px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.news-lists a>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 32%;
    border-radius: 3px;
}

.news-lists a,
.news-lists a {
    display: block;
    color: #333;
    padding-bottom: 10px;
}

.news-lists p {
    padding-left: 10px;
    font-size: 1.4rem;
    height: auto;
    line-height: 1.6rem;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /* word-break: break-all; */
}

.news-lists p.three {
    padding-left: 10px;
    font-size: 1.4rem;
    height: auto;
    line-height: 1.6rem;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /* word-break: break-all; */
}

.news-lists span {
    color: #ccc;
    position: absolute;
    left: calc(32% + 10px);
    bottom: 8px;
    font-size: 1.2rem;
    font-weight: 200;
}

.news-lists .gq {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 1.5rem;
}

.news-lists .dealers-r {
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #ccc;
}

.news-lists2 {
    position: relative;
}

.news-lists2 span {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    background: url(../images/video.png) no-repeat center center;
    background-size: contain;
}

.news-lists2 p {
    color: #333;
    font-size: 1.4rem;
    height: auto;
    line-height: 1.8rem;
    margin: 5px 0;
}

.news-lists3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    position: relative;
}

.news-lists3 p {
    font-size: 1.4rem;
    height: auto;
    line-height: 1.8rem;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.news-lists3 ul {
    height: auto;
    overflow: hidden;
}

.news-lists3 ul li {
    width: 32%;
    float: left;
    position: relative;
    height: auto;
    overflow: hidden;
}

.news-lists3 ul li:nth-child(2) {
    margin: 0 2%;
}

.news-lists3 ul li:first-child img {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.news-lists3 ul li:last-child img {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.news-lists3 ul li>span {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 5rem;
    height: 2rem;
    line-height: 2rem;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 1rem;
    font-size: 1.4rem;
    text-align: center;

}

.news-lists3 ul li>span::after {
    content: "\e61e";
    font-family: "bbs";
    margin-left: 3px;
}

.news-lists3 a>span {
    display: block;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.2rem;
    color: #999;
}

.news-lists3 .big-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.news-lists3 .big-img img {
    border-radius: 3px;
    height: auto;
    width: 100%;
}

.news-lists3 .big-img span {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    background: url('../images/video.png') no-repeat center center;
    background-size: contain;
}

.content .more {
    width: 60%;
    height: 3rem;
    line-height: 3rem;
    margin: 0 auto;
    border: 1px solid #96baea;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    font-size: 1.4rem;
    color: #0056cc;
    margin: 10px auto;
    box-sizing: border-box;
}

.more-link {
    width: 50%;
    height: 3.5rem;
    line-height: 3.5rem;
    margin: 0 auto;
    border: 1px solid #333;
    overflow: hidden;
    text-align: center;
    font-size: 1.6rem;
    color: #333;
    margin: 10px auto;
    box-sizing: border-box;
}

.more-link a {
    display: block;
    color: #333;
}

.more a {
    display: block;
    color: #0056cc;
}

.pro-lists {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.pro-lists ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}

.pro-lists ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    font-size: 1.3rem;
    text-align: center;
    position: relative;
}

.pro-lists ul li img {
    border-radius: 5px;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.pro-lists ul li a {
    color: #333;
}

.pro-lists ul li a p {
    width: 100%;
    height: 3.6rem;
    line-height: 1.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 5px auto;
    /* word-break: break-all; */
}

.pro-lists ul li a span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -52px;
    background: url('../images/video.png') no-repeat center center;
    background-size: contain;
}

.ad {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
}

.buyers-lists {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.buyers-lists .buyers-tit {
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 1.4rem;
    position: relative;
    margin-bottom: 10px;
}


.buyers-lists .buyers-tit span {
    float: left;
    display: block;
    width: 50%;
    margin-left: 10px;
}

.buyers-lists .buyers-tit span.time {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    display: block;
    font-size: 1rem;
    text-align: right;
    color: #ccc;
}

.buyers-lists>p {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 1.6rem;
    font-size: 1.2rem;
    color: #666;
    /* word-break: break-all; */
    font-family: "Arial Narrow";
}

.buyers-lists .buyers-tit img {
    height: 1.5rem;
    float: left;
}

.buyers-lists .buyers-tit1 {
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 1.4rem;
    position: relative;
    margin-bottom: 10px;
    background: url('../images/conmmet-icon.png') no-repeat center left;
    background-size: contain;
    text-indent: 1rem;
}

.buyers-lists .buyers-tit1 span {
    float: left;
    display: block;
    width: 50%;
    margin-left: 10px;
}

.buyers-lists .buyers-tit1 span.time {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    display: block;
    font-size: 1rem;
    text-align: right;
    color: #ccc;
}

.feedback {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px auto 0 auto;
}

.feedback p {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.feedback div {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.feedback div input {
    height: 3rem;
    display: block;
    border-radius: 5px;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 0 5px;
    float: left;
    font-family: "Arial";
    font-size: 1.6rem;
    color: #999;
}



.feedback div input[type="text"] {
    width: calc(50% - 5px);
    display: block;
}

.feedback div input[type="tel"] {
    width: calc(50% - 5px);
    display: block;
}

.feedback div input:nth-child(2) {
    float: right;
}

.feedback div input.com,
.feedback div input.city {
    width: 100%;
}

.feedback div input.code {
    background: #cccccc;
    color: #fff;
    text-align: center;
}

input.code::-webkit-input-placeholder {
    color: #fff;
    font-size: 1.4rem;
    font-family: "Arial";
}

textarea::-webkit-input-placeholder {
    color: #DDD;
    font-size: 1.4rem;
    font-family: "Arial";
}

.feedback div input::-webkit-input-placeholder {
    color: #DDD;
    font-size: 1.4rem;
    font-family: "Arial";
}

.feedback div textarea {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #eee;
    outline: none;
    box-sizing: border-box;
    display: block;
    padding: 5px;
    color: #999;
    font-family: "Arial";
    font-size: 1.6rem;
}

.feedback div input[type="submit"] {
    width: 100%;
    height: 4.5rem;
    line-height: 4.5rem;
    background: #e66e06;
    color: #fff;
}

.feedback div span {
    display: block;
    width: calc(50% - 5px);
    height: 3rem;
    float: right;
    background: #206f96;
}

.feedback div span img {
    margin: 3px auto 0 auto;
    line-height: 3rem;
    vertical-align: middle;
    width: auto;
}

.feedback div>img {
    float: right;
    height: 3rem;
}

.link-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
    display: flex;
}


.link-cont a {
    flex: 1;
    color: #333;
    font-size: 1.3rem;
    height: auto;
    align-items: center;
    padding: 0 4px;
}

.link-cont a:last-child {
    padding-right: 0;
}



.link-cont a img {
    height: 22px;
    margin: 0 auto;
    width: auto;
}

.footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.2rem;
    line-height: 2.4rem;
    text-align: center;
}

.footer p a {
    color: #2893c1;
}

.tit-colunm {
    width: 100%;
    height: auto;
    overflow: hidden;
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 1.6rem;
    color: #999;
    margin-bottom: 15px;
    background: #f8f8f8;
}


.tit-colunm ul {
    display: flex;
}

.tit-colunm ul li {
    flex: 1;
    text-align: center;
    position: relative;
}

.tit-colunm ul li a {
    display: block;
    color: #999;
}

.tit-colunm ul li.on::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #333;
}

.tit-colunm ul li.on a {
    color: #333;
}

h2.atricle-tit {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #333;
    font-weight: bold;
}

h2.atricle-tit p {
    font-size: 1.4rem;
    color: #999;
    font-weight: normal;
    margin-top: 5px;
}

.article-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 1.4rem;
    color: #666;
    line-height: 2rem;
    /* word-break: break-all; */
    padding-top: 10px;
    font-family: "Arial Narrow";
}

.article-cont a {
    color: #2a8fbd;
}

.article-cont p {
    margin-bottom: 10px;
}

.article-cont p.tz {
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 200;
    color: #999;
}

.article-cont p span {
    color: #e66e06;
}



.article-cont p>a {
    color: #e66e06;
}

.article-cont p a.keywords {
    padding: 4px 5px;
    background: #e66e06;
    color: #fff;
    margin: 0 5px;
}

.share {
    /*margin-top: 15px;*/
    margin-bottom: 10px;
    position: relative;
    display: none;
}

.share span {
    display: inline-block;
    font-size: 1.4rem;
    vertical-align: middle;
    color: #666;
}

.share img {
    display: inline-block;
    width: 3rem;
    vertical-align: middle;
    line-height: 3rem;
    margin-right: 20px;
}

.select-tit {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    margin-top: 10px;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.select-tit div {
    flex: 1;
    height: 3rem;
    line-height: 3rem;
    background: #f4f4f4;
    text-align: center;
    color: #333333;
    position: relative;
}

.select-tit div:after {
    position: absolute;
    right: 0;
    top: 6px;
    content: "";
    width: 1px;
    height: 24px;
    background: #d0d0d0;
}

.select-tit div:last-child::after {
    display: none;
}

.select-tit div span {
    font-size: 16px;
    color: #999;
    font-family: "bbs";
    vertical-align: middle;
}

.select-tit div.on {
    color: #ff8300;
}

.select-tit div.on span {
    color: #ff8300;
}

.selcet-cont {
    display: none;
    width: 100%;
    height: auto;
    max-height: 15rem;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #f4f4f4;
    margin-top: 5px;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.select-cont-show {
    display: block;
}

.selcet-cont ul {
    overflow: hidden;
    margin-right: -1rem;
}

.selcet-cont ul li {
    width: calc(50% - 1rem);
    float: left;
    height: auto;
    /* line-height: 3rem; */
    margin-right: 1rem;
    border-bottom: 1px solid #eee;
    padding: .3rem 0;
}


.selcet-cont ul li a {
    display: block;
    color: #333;
}


.select-result {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
    position: relative;
}

.select-result span {
    position: relative;
    width: calc(50% - 10px);
    display: block;
    float: left;
    padding: 0 5px;
    height: 3rem;
    line-height: 3rem;
    border: 1px solid #ff8300;
    margin-right: 20px;
    border-radius: 5px;
    color: #ff8300;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.select-result span:nth-child(2n+0) {
    margin-right: 0;
}

.select-result span::after {
    position: absolute;
    right: 3px;
    top: 0;
    content: "\e605";
    font-size: 14px;
    color: #ff8300;
    font-family: "bbs";
}


.select-result span.reset {
    width: 100%;
    background: #dddddd;
    color: #666666;
    border: 0 none;
    text-align: center;
    margin-right: 0;
}

.select-result span.reset::after {
    content: "";
}

.hdp-box {
    width: calc(100% - 2rem);
    height: auto;
    overflow: hidden;
    margin: 1rem auto;
    background: #fff;
}

.hdp-box h2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 2rem;
    padding: 0 10px;
    box-sizing: border-box;
    /* word-break: break-all; */
    margin-top: 10px;
    padding-bottom: 10px;
    color: #666;
}

.swipe {
    width: 100%;
    overflow: hidden;
    visibility: visible;
    position: relative;
    height: auto;
}

.hdp-box .swipe ul li p {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    margin-bottom: 10px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 1.4rem;
    background: rgba(0, 0, 0, 1);
    color: #fff;
}

.hdp-box .count {
    position: absolute;
    left: 50%;
    margin-left: -2.5rem;
    bottom: 5px;
    width: 5rem;
    height: 2rem;
    line-height: 2rem;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    border-radius: 1rem;
    text-align: center;
    font-size: 1.4rem;
}

.hdp-box .count b {
    font-weight: normal;
}

/* .pic-hdp-box .count{
    bottom: 4.5rem;
} */

.pics-p {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 0 10px;
    box-sizing: border-box;
}

.get-price {
    width: calc(100% - 20px);
    margin: 0 auto;
    height: 3rem;
    line-height: 3rem;
    background: #e66e06;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 1.5rem;
}

.share-pics {
    padding: 0 10px;
    position: relative;
    margin-top: 10px;
    height: 30px;
}

.get-price a {
    display: block;
    color: #fff;
}

.pro-table {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 3rem;
    font-size: 1.4rem;
    margin-top: 10px;
}

.pro-table table {
    width: 100%;
    border-collapse: collapse;
}

.pro-table table td {
    border: 1px solid #eee;
    padding: 5px;
    box-sizing: border-box;
    /* word-break: break-all; */
    height: 3rem;
    font-size: 1.4rem;
}

.pro-table table th {
    border: 1px solid #eee;
    padding: 5px;
    box-sizing: border-box;
    height: 3rem;
    font-size: 1.4rem;
    background-color: #eee;
}

.pro-table table td:nth-child(1) {
    color: #999;
}

.pro-del {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 2rem;
    font-size: 1.4rem;
    margin-top: 10px;
    /* word-break: break-all; */
}

.pro-del p {
    margin-bottom: 8px;
}

.pro-del p a {
    color: #2389c1;
}


.brand-lists p {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.brand-lists-one {
    border-bottom: 0 none;
}

.net-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.net-lists {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.net-lists .position {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    line-height: 1.5rem;
    background: url('../images/pos-icon.png') no-repeat center left;
    background-size: contain;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 1.4rem;
    vertical-align: middle;
    color: #999;
    margin-bottom: 10px;
}

.net-lists h2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 2.5rem;
}

.net-lists a {
    display: block;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #0056cc;
    font-size: 1.4rem;
    overflow: hidden;
    text-align: right;
}

.comment-result {
    width: 100%;
    height: 3rem;
    overflow: hidden;
    font-size: 1.4rem;
    margin-top: 15px;
    border-radius: 1.5rem;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.praise {
    width: 50%;
    height: 3rem;
    line-height: 3rem;
    float: left;
    text-align: center;
    position: relative;
}


.praise::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.75rem;
    width: 1px;
    height: 1.5rem;
    background: #eee;

}

.comment-reply {
    width: 50%;
    height: 3rem;
    line-height: 3rem;
    float: right;
    text-align: center;
}

.praise i.athm-iconfont-praise {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    vertical-align: middle;
}

.praise i.athm-iconfont-praise-fill {
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    vertical-align: middle;
    display: none;
}

.praise i.athm-iconfont-praise::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5rem;
    height: 1.5rem;
    background: url('../images/thumb-no.png') no-repeat top center;
    background-size: 80%;
}

.praise i.athm-iconfont-praise-fill::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5rem;
    height: 1.5rem;
    background: url('../images/thumb.png') no-repeat top center;
    background-size: 80%;
}

.praise span {
    display: inline-block;
    color: #999;
    margin-right: 5px;
    line-height: 1.5rem;
    vertical-align: middle;
}

.comment-reply a {
    display: block;
    text-align: center;
    position: relative;
}

.comment-reply a i {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    vertical-align: middle;
}

.comment-reply a i::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: url('../images/reply.png') no-repeat center center;
    background-size: 80%;
}

.comment-reply a span {
    display: inline-block;
    color: #2893c1;
    margin-right: 5px;
    line-height: 1.5rem;
    vertical-align: middle;
}

.praise-active i.athm-iconfont-praise {
    display: none;
}

.praise-active i.athm-iconfont-praise-fill {
    display: inline-block;
}

.praise-active span {
    color: #2893c1;
}

.comment-tit {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    background: #2893c1;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
}

.comment-tit a {
    display: block;
    color: #fff;
}

.buyers-lists-one {
    border-bottom: 0 none;
    padding-bottom: 0;
}

.buyers-lists-one .feedback {
    margin-bottom: 0
}

/* .footer-comment{
    margin-bottom: 4rem;
}
 */
.comments-total {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.4rem;
    color: #333;
}

.comments-total span {
    margin-right: 5px;
    color: #2893c1;
}

h2.atricle-tit {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #333;
    font-weight: bold;
    /* word-break: break-all; */
}

h2.atricle-tit p {
    font-size: 1.4rem;
    color: #999;
    font-weight: normal;
    margin-top: 5px;
}

.video-art {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 1.4rem;
    color: #666;
    line-height: 2rem;
    /* word-break: break-all; */
    padding-top: 10px;
    padding-bottom: 10px;
}

.video-art span {
    font-weight: bold;
}

.pic-tit {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #333;
    font-weight: bold;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    /* word-break: break-all; */
}

.search-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.search-cont input[type="text"] {
    display: block;
    float: left;
    width: calc(100% - 5rem);
    height: 3rem;
    line-height: 3rem;
    border: 1px solid #cccccc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    border-right: 0;
    box-sizing: border-box;
    padding: 0 10px;
    color: #999;
    font-size: 1.6rem;
    font-family: "Arial";
}

.search-cont input[type="submit"] {
    display: block;
    float: left;
    width: 5rem;
    height: 3rem;
    border: 1px solid #2a8fbd;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    border-right: 0;
    background: #2a8fbd url(../images/search.png) no-repeat center center;
    background-size: 40%;
}

/* .search-cont::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 0;
    width: 3rem;
    height: 3rem;
    background: url(../images/search.png) no-repeat center center;
    background-size: 50%;
} */

.serch-tit {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.search-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
}

.friend-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
}

.friend-box ul {
    overflow: hidden;
    margin-right: -10px;
}

.friend-box ul li {
    width: calc(100% / 3 - 10px);
    margin-right: 10px;
    float: left;
    border: 1px solid #eee;
    box-sizing: border-box;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}

.friend-box ul li img{
    height: 40px;
}

.friend-link {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 2.5rem;
    font-size: 1.4rem;
}

.friend-link a {
    display: inline-block;
    margin-right: 15px;
    color: #666;
    position: relative;
    text-indent: 8px;
}

.friend-link a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #2893c1;
}

.img-none {
    padding-left: 0;
}

.img-none span {
    left: 0;
}



.img-none {
    position: relative;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.img-none a {
    display: block;
    color: #333;
    padding-bottom: 10px;
}

.img-none p {
    width: 100%;
    font-size: 1.4rem;
    height: auto;
    line-height: 1.8rem;
    color: #333;
    overflow: hidden;
    /* word-break: break-all; */
}

.img-none span {
    width: 100%;
    margin-top: 5px;
    display: block;
    color: #999;
    font-size: 1.2rem;
}


.part-brand {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    display: none;
}

.part-brand ul {
    overflow: hidden;
    margin-right: -10px;
}

.part-brand ul li {
    width: calc(100% / 3 - 10px);
    height: 3rem;
    line-height: 3rem;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #eeeeee;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    box-sizing: border-box;
    font-size: 1.4rem;
}

.part-brand ul li.on {
    background: #ff8300;
    color: #fff;
    border: 1px solid #ff8300;
}



.selcet-cont1 {
    display: none;
    width: 100%;
    height: auto;
    max-height: 15rem;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 5px;
    padding: 0 0 10px 0;
    box-sizing: border-box;
    font-size: 1.4rem
}

.select-cont-show1 {
    display: block;
}

.selcet-cont1 ul {
    overflow: hidden;
    margin-right: -1rem;
}

.selcet-cont1 ul li {
    width: calc(50% - 1rem);
    float: left;
    height: 3rem;
    line-height: 3rem;
    margin-right: 1rem;
    border-bottom: 1px solid #eee;
}


.selcet-cont1 ul li a {
    display: block;
    color: #333;
}


.select-tit1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    margin-top: 10px;
    font-size: 1.4rem;
}

.select-tit1 div {
    flex: 1;
    height: 3rem;
    line-height: 3rem;
    background: #f4f4f4;
    text-align: center;
    color: #333333;
    position: relative;
}

.select-tit1 div:after {
    position: absolute;
    right: 0;
    top: 6px;
    content: "";
    width: 1px;
    height: 24px;
    background: #d0d0d0;
}

.select-tit1 div:last-child::after {
    display: none;
}

.select-tit1 div span {
    font-size: 16px;
    color: #999;
    font-family: "bbs";
    vertical-align: middle;
}

.select-tit1 div.on span {
    color: #ff8300;
}

/* 20200903底部二维码 */
.wechat img {
    width: 30%;
    margin: 0 auto;
}

.news-lists span.total {
    left: auto;
    right: 0;
}

.news-lists3 span.total {
    right: 0;
    position: absolute;
    text-align: right;
    bottom: 0;
    color: #ccc;
}

.cx-total {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 36px;
    color: #999999;
    font-size: 1.4rem;
}

.brand-top {
    display: block;
}

.news-lists span.brand-total {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    font-size: 1.3rem;
}

p.total {
    font-size: 1.4rem;
    color: #999999;
    margin-top: 5px;
}

.content {
    position: relative;
}

.quitout {
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    background: #cadfff;
    color: #0056cd;

}

.quitout a {
    display: block;
    color: #0056cd;
}

.back {
    padding: 1rem 2rem;
    text-align: right;
    font-size: 16px;
    text-decoration: underline;
    color: #2c7fff;
}

.back a {
    color: #2c7fff;
}

.swiper-pagination {
    font-size: 16px;
    color: #fff;
}

.swiper {
    background: #000;
}

.swiper-slide {
    display: flex;
    align-items: center;
}

.video-cars {
    width: 100%;
    height: 100px;
    background: #efefef;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    margin: 10px auto;
}

.video-cars a {
    display: flex;
    align-items: center;
}

.video-cars img {
    width: 120px;
    height: 80px;
    float: left;
    margin: 0;
    display: block;
    flex: 0 0 auto;
}

.video-cars p {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0;
    padding-left: 10px;
    /* word-break: break-all; */
    margin-bottom: 20px;
    color: #666;
}

.video-cars a.feed {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 2px 5px;
    background: #eb3233;
    color: #fff;
    font-size: 1.4rem;
}

.nav-mask {
    display: none;
    z-index: 12;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
}

.nav-popup {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    transition: all .8s;
    background-color: #ffffff;
    padding: 0 10px;
    box-sizing: border-box;
}

.nav-popup span {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.nav-popup ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 10px;
    padding-bottom: 20px;
}

.nav-popup ul li {
    width: 100%;
    height: auto;
    line-height: 1.4rem;
    background: rgba(3, 16, 42, .09);
    text-align: center;
    padding: .3rem;
}

.nav-popup ul li a {
    display: block;
    color: #666666;
}

.close-pop {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: url("https://m.chinabuses.com/statics/2021/images/close.png") no-repeat center center;
    background-size: contain;
    z-index: 99;
}

.close-pop i {
    font-size: 20px;
    font-weight: bold;
}

.navlist h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.pro-logo {
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 1.2rem;
    margin-top: 10px;
}

.pro-logo ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 5px;
    text-align: center;
    line-height: 2;
}

.pro-logo ul li {
    width: 100%;
    overflow: hidden;
}

.pro-logo ul li a {
    color: #666;
}

.pro-logo ul li img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
}

.pro-logo ul li p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sort {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 10px;
}

.sort ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.sort ul li {
    width: 100%;
    height: auto;
    line-height: 1.5rem;
    font-size: 1.4rem;
    background: #e3e3e3;
    text-align: center;
    padding: .3rem;

}

.sort ul li a {
    display: block;
    color: #666666;
}

.show-pics  img{
    width: 100%;
    margin-bottom: 10px;
}

@media (min-width: 600px) {
    body {
        width: 600px;
        margin: 0 auto !important;
    }

    .comment-tit {
        width: 600px;
        left: 50%;
        margin-left: -300px;
    }

    .link-cont a img {
        height: 32px !important;
        margin: 0 auto;
        width: auto;
    }

    .nav-mask {
        width: 600px;
        left: 50%;
        margin-left: -300px;
    }
}