blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

body {
    font: 12px/1.5 Arial, Microsoft YaHei;
    color: #333;
}

button,
input,
select {
    vertical-align: middle;
    font-size: 100%;
}

ol,
ul {
    list-style: none;
}

fieldset,
img {
    border: 0;
}

em {
    font-style: normal;
}

.clearfix:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

.ad-div {
    margin: 0 auto;
    width: 1000px;
}

.ad-div > div {
    margin-top: 10px;
}

.ad-div img {
    vertical-align: top;
}

.ad-div.horizontal {
    *zoom: 1;
}

.ad-div.horizontal > div {
    float: left;
}

.ad-div.horizontal > div + div {
    margin-left: 10px;
}

.ad-div.horizontal:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
}

.bgimg {
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
}

.top-bar {
    position: relative;
    height: 30px;
    line-height: 30px;
    color: #999;
    background: #41454b;
    z-index: 1001;
}

.top-bar .inner-wrap {
    margin: 0 auto;
    width: 1000px;
}

.top-bar .float-left-item {
    position: relative;
    float: left;
    border-right: 1px solid #303134;
    *zoom: 1;
}

.top-bar .expand {
    position: absolute;
    right: 7px;
    top: 13px;
    content: '';
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid;
    border-color: #999 transparent transparent;
}

.top-bar .collapse {
    top: 9px;
    border-color: transparent transparent #fff;
}

.top-bar .slogan {
    position: relative;
    float: left;
    border-right: 1px solid #303134;
    *zoom: 1;
    padding-right: 20px;
    color: #999;
    text-decoration: none;
}

.top-bar .slogan:hover {
    color: #fff;
    text-decoration: underline;
}

.top-bar .regions-channel {
    position: relative;
    float: left;
    border-right: 1px solid #303134;
    *zoom: 1;
}

.top-bar .regions-channel .caption {
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    padding: 0 20px;
    background-position: 5px 8px;
}

.top-bar .regions-channel .caption:after {
    position: absolute;
    right: 7px;
    top: 13px;
    content: '';
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid;
    border-color: #999 transparent transparent;
}

.top-bar .regions-channel .select-regions {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 30px;
    width: 140px;
    padding: 0 10px;
    border: 1px solid #e9e9e9;
    border-top: none;
    background-color: #fff;
    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;
}

.top-bar .regions-channel .select-regions dt {
    display: block;
    color: #999;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 15px;
}

.top-bar .regions-channel .select-regions dd {
    width: 140px;
    font-size: 0;
}

.top-bar .regions-channel .select-regions dd a {
    text-decoration: none;
    cursor: pointer;
    margin: 0 5px 15px;
    padding: 4px 6px 3px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    color: #333;
    border-radius: 2px;
}

.top-bar .regions-channel .select-regions dd a.selected,
.top-bar .regions-channel .select-regions dd a:hover {
    background-color: #1571e5;
    color: #fff;
}

.top-bar .regions-channel:hover .caption {
    color: #fff;
    background-position: 5px -15px;
    background-color: #333;
    cursor: pointer;
}

.top-bar .regions-channel:hover .caption:after {
    top: 9px;
    border-color: transparent transparent #fff;
}

.top-bar .regions-channel:hover .select-regions {
    display: block;
}

.top-bar .scaning {
    position: relative;
    float: left;
    border-right: 1px solid #303134;
    *zoom: 1;
}

.top-bar .scaning .app,
.top-bar .scaning .subscription {
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    position: relative;
    color: #999;
    padding: 0 20px 0 25px;
    text-decoration: none;
    display: block;
}

.top-bar .scaning .app:after,
.top-bar .scaning .subscription:after {
    position: absolute;
    right: 7px;
    top: 13px;
    content: '';
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid;
    border-color: #999 transparent transparent;
}

.top-bar .scaning .app {
    background-position: -60px 8px;
}

.top-bar .scaning .subscription {
    background-position: -172px 8px;
}

.top-bar .scaning .qrcode {
    display: none;
    position: absolute;
    left: 0;
    top: 30px;
    width: 140px;
    height: 200px;
    padding: 0 10px;
    border: 1px solid #e9e9e9;
    border-top: none;
    background: #fff;
    z-index: 3;
    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);
}

.top-bar .scaning .qrcode .header {
    margin-bottom: 8px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    color: #999;
    overflow: hidden;
}

.top-bar .scaning .qrcode .header a {
    float: right;
    color: #0f5489;
    text-decoration: none;
}

.top-bar .scaning .qrcode .header a:hover {
    text-decoration: underline;
    color: #d60000;
}

.top-bar .scaning .qrcode .figure {
    width: 140px;
    height: 140px;
    overflow: hidden;
}

.top-bar .scaning .qrcode .figure img {
    max-width: 100%;
}

.top-bar .scaning:hover .hover {
    color: #fff;
    text-decoration: underline;
    background-color: #333;
}

.top-bar .scaning:hover .hover:after {
    top: 9px;
    border-color: transparent transparent #fff;
}

.top-bar .scaning:hover .app {
    background-position: -60px -15px;
    color: #fff;
    text-decoration: underline;
    background-color: #333;
}

.top-bar .scaning:hover .app:after {
    top: 9px;
    border-color: transparent transparent #fff;
}

.top-bar .scaning:hover .subscription {
    background-position: -172px -15px;
    color: #fff;
    text-decoration: underline;
    background-color: #333;
}

.top-bar .scaning:hover .subscription:after {
    top: 9px;
    border-color: transparent transparent #fff;
}

.top-bar .scaning:hover .qrcode {
    display: block;
}

.top-bar .aside {
    float: right;
}

.top-bar .aside .signs-info,
.top-bar .aside .site-map {
    position: relative;
    float: left;
    border-right: 1px solid #303134;
    *zoom: 1;
}

.top-bar .aside .signs-info {
    padding-right: 10px;
}

.top-bar .aside .signs-info > a {
    color: #999;
    text-decoration: none;
}

.top-bar .aside .signs-info > a:hover {
    text-decoration: underline;
    color: #fff;
}

.top-bar .aside .signs-info .horizontal-item {
    float: left;
}

.top-bar .aside .signs-info .logins-way {
    position: relative;
    *zoom: 1;
}

.top-bar .aside .signs-info .logins-way > a {
    color: #999;
    text-decoration: none;
}

.top-bar .aside .signs-info .logins-way .bubble-more-links {
    display: none;
    position: absolute;
    left: -30px;
    top: 30px;
    width: 86px;
    padding: 5px 0;
    border: 1px solid #cdd5e2;
    z-index: 1000;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.top-bar .aside .signs-info .logins-way .bubble-more-links a {
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    color: #999;
}

.top-bar .aside .signs-info .logins-way .bubble-more-links a:hover {
    color: #0f5489;
    background-color: #f3f3f3;
}

.top-bar .aside .signs-info .logins-way:hover > a {
    color: #fff;
    text-decoration: underline;
}

.top-bar .aside .signs-info .logins-way:hover .bubble-more-links {
    display: block;
}

.top-bar .aside .site-map .caption {
    padding: 0 20px 0 25px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: -460px 8px;
    cursor: pointer;
}

.top-bar .aside .site-map .caption:after {
    position: absolute;
    right: 7px;
    top: 13px;
    content: '';
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid;
    border-color: #999 transparent transparent;
}

.top-bar .aside .site-map .site-map-content {
    position: absolute;
    right: 0;
    top: 30px;
    padding-top: 5px;
    width: 272px;
    z-index: 1;
    display: none;
    background: #fff;
    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);
    border: 1px solid #e9e9e9;
    border-top: none;
}

.top-bar .aside .site-map .site-map-content dl {
    padding: 10px 25px 8px;
    width: 222px;
    overflow: hidden;
    border-bottom: 1px solid #e9e9e9;
}

.top-bar .aside .site-map .site-map-content dt {
    color: #999;
    line-height: 22px;
}

.top-bar .aside .site-map .site-map-content dd {
    margin-left: -18px;
    width: 260px;
    line-height: 26px;
    color: #e9e9e9;
}

.top-bar .aside .site-map .site-map-content dd a {
    margin: 0 18px;
    width: 48px;
    color: #333;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    text-decoration: none;
}

.top-bar .aside .site-map .site-map-content dd a:hover {
    color: #d60000;
    text-decoration: underline;
}

.top-bar .aside .site-map .site-map-content .site-map-more {
    padding: 0 5px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.top-bar .aside .site-map .site-map-content .site-map-more a {
    text-decoration: none;
    color: #999;
}

.top-bar .aside .site-map .site-map-content .site-map-more a:hover {
    color: #d60000;
    text-decoration: underline;
}

.top-bar .aside .site-map:hover .caption {
    color: #fff;
    background-position: -460px -15px;
    background-color: #333;
}

.top-bar .aside .site-map:hover .caption:after {
    top: 9px;
    border-color: transparent transparent #fff;
}

.top-bar .aside .site-map:hover .site-map-content {
    display: block;
}

.top-bar .aside .signed {
    position: relative;
    margin-right: -10px;
    *zoom: 1;
}

.top-bar .aside .signed .nickname {
    position: relative;
    color: #999;
    text-decoration: none;
    display: block;
    padding: 0 20px 0 10px;
}

.top-bar .aside .signed .nickname:after {
    position: absolute;
    right: 7px;
    top: 13px;
    content: '';
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid;
    border-color: #999 transparent transparent;
}

.top-bar .aside .signed .operating {
    position: absolute;
    right: 0;
    top: 30px;
    border: 1px solid #e9e9e9;
    width: 130px;
    border-top: none;
    background: #fff;
    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;
}

.top-bar .aside .signed .operating > a {
    padding: 0 10px;
    display: block;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #e9e9e9;
    text-decoration: none;
    color: #999;
}

.top-bar .aside .signed .operating > a:hover {
    color: #0f5489;
    text-decoration: underline;
    background-color: #f3f3f3;
}

.top-bar .aside .signed:hover .nickname {
    color: #fff;
    text-decoration: underline;
    background-color: #333;
}

.top-bar .aside .signed:hover .nickname:after {
    top: 9px;
    border-color: transparent transparent #fff;
}

.top-bar .aside .signed:hover .operating {
    display: block;
}

.category-nav .more i,
.category-parts .title i,
.site-nav-2015 .new i,
.site-nav-2015 .ready i,
.site-nav-2015 dd .more,
.site-nav-wrapper .truckhome a,
.top-bar .country .caption,
.top-bar .country i,
.truckhome-footer-2015 .android,
.truckhome-footer-2015 .iphone {
    background: url(../images/sitenav-icons.png) no-repeat;
}

.site-nav-2015 .site-nav-bbs,
.site-nav-2015 .site-nav-detail,
.site-nav-2015 .site-nav-news,
.site-nav-2015 .site-nav-other {
    border-right: 1px solid #3e6eb3;
}

.site-nav-wrapper {
    margin: 10px auto 0;
    position: relative;
    padding-left: 160px;
    width: 840px;
    height: 60px;
    background: #2459a6;
    z-index: 1000;
    *zoom: 1;
}

.site-nav-wrapper .truckhome {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 60px;
    text-indent: -160px;
    overflow: hidden;
    background: #f2f2f2;
}

.site-nav-wrapper .truckhome a {
    margin: 10px auto 0;
    width: 110px;
    height: 40px;
    display: block;
    background-position: 0 -113px;
}

.site-nav-2015 dl {
    float: left;
}

.site-nav-2015 dt {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.site-nav-2015 a {
    color: #d4dfee;
    text-decoration: none;
}

.site-nav-2015 dt a {
    color: #fff;
}

.site-nav-2015 a:hover {
    text-decoration: underline;
    color: #fff;
}

.site-nav-2015 dt a {
    font-size: 18px;
}

.site-nav-2015 dd {
    padding-top: 7px;
    font-size: 0;
    *letter-spacing: -1px;
    line-height: 22px;
    height: 53px;
}

.site-nav-2015 dd span {
    display: inline-block;
    vertical-align: top;
    *vertical-align: baseline;
    font-size: 12px;
    font-weight: 200;
}

.site-nav-2015 .site-nav-detail,
.site-nav-2015 .site-nav-news,
.site-nav-2015 .site-nav-other {
    position: relative;
    padding-right: 2px;
    background-position: 100% 0;
    *zoom: 1;
}

.site-nav-2015 .site-nav-news {
    padding-left: 79px;
}

.site-nav-2015 .site-nav-news dt {
    width: 76px;
    font-weight: 700;
}

.site-nav-2015 .site-nav-news dd {
    width: 88px;
}

.site-nav-2015 .site-nav-news dd span {
    width: 44px;
}

.site-nav-2015 .site-nav-detail {
    padding-left: 94px;
}

.site-nav-2015 .site-nav-detail dt {
    width: 94px;
    font-weight: 700;
}

.site-nav-2015 .site-nav-detail .more {
    background-position: -102px -64px;
    padding-right: 15px;
}

.site-nav-2015 .site-nav-bbs {
    padding-left: 76px;
    position: relative;
}

.site-nav-2015 .site-nav-bbs dt {
    width: 76px;
    font-weight: 700;
}

.site-nav-2015 .site-nav-bbs dd,
.site-nav-2015 .site-nav-detail dd {
    width: 136px;
}

.site-nav-2015 .site-nav-other dd {
    width: 125px;
}

.site-nav-2015 .site-nav-bbs dd span,
.site-nav-2015 .site-nav-bbs dt a,
.site-nav-2015 .site-nav-detail dd span,
.site-nav-2015 .site-nav-detail dt a,
.site-nav-2015 .site-nav-other dd span,
.site-nav-2015 .site-nav-other dt a {
    width: 68px;
}

.site-nav-2015 .rank .ready,
.site-nav-2015 .rank .ready:hover,
.site-nav-2015 .ready,
.site-nav-2015 .ready:hover {
    position: relative;
    color: #9fb8dd;
    *zoom: 1;
}

.site-nav-2015 .new i,
.site-nav-2015 .ready i {
    position: absolute;
    text-indent: -64px;
    overflow: hidden;
}

.site-nav-2015 .ready i {
    right: -27px;
    top: -19px;
    width: 44px;
    height: 19px;
    display: none;
    background-position: 0 -158px;
}

.site-nav-2015 .ready:hover {
    text-decoration: none;
}

.site-nav-2015 .ready:hover i {
    display: block;
    -webkit-animation: bubble-animation 0.5s ease-out forwards;
    animation: bubble-animation 0.5s ease-out forwards;
}

.site-nav-2015 .new {
    position: relative;
    *zoom: 1;
}

.site-nav-2015 .new i {
    right: -22px;
    top: -8px;
    width: 21px;
    height: 12px;
    background-position: -47px -158px;
}

.site-nav-2015 .site-nav-other {
    padding-left: 20px;
}

.site-nav-2015 span.dealer a {
    color: #f60;
    font-weight: 600;
}

.site-nav-2015 span.dealer a:hover {
    text-decoration: underline;
}

.site-nav-2015 dd span.dealer,
.site-nav-2015 dd span.rank {
    width: 56px;
}

.category-nav {
    position: relative;
    margin: 10px auto 0;
    width: 1000px;
    height: 64px;
    background: #f9f9f9;
    z-index: 999;
}

.category-light .title,
.category-nav .category-minicar .title,
.category-nav .category-special .title,
.category-nav a,
.category-nav a:visited,
.category-nav span {
    padding-top: 40px;
    float: left;
    width: 89px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #303030;
    text-decoration: none;
    border-right: 1px solid #f2f2f3;
    background: url(../images/subcategory-icons.2.0.png) no-repeat;
}

.category-nav .more .title:hover,
.category-nav a:hover {
    background-color: #ececec;
    color: #333;
    text-decoration: none;
}

.category-nav .more .title:hover {
    text-decoration: underline;
}

.category-nav span {
    padding-top: 0;
    height: 64px;
    background: none;
    position: relative;
    left: 0;
    top: 0;
}

.category-nav .more .title {
    padding-top: 40px;
}

.category-nav .more i,
.category-parts .title i {
    position: absolute;
    left: 64px;
    top: 50px;
    width: 10px;
    height: 10px;
    background-position: -153px -196px;
}

.category-nav .category-special i {
    left: 69px;
}

.category-parts .title i {
    left: 76px;
}

.category-nav .category-light,
.category-nav .category-light > a {
    width: 87px;
}

.category-nav .category-mixer {
    width: 103px;
    background-position: -86px 0;
}

.category-nav .category-minicar,
.category-nav .category-minicar > a {
    width: 87px !important;
}

.category-nav .category-tractor {
    width: 87px;
    background-position: -277px 0;
}

.category-nav .category-cargo {
    width: 87px;
    background-position: -368px 0;
}

.category-nav .category-dumper {
    width: 87px;
    background-position: -459px 0;
}

.category-nav .category-pickup {
    width: 87px;
    background-position: -552px 0;
}

.category-nav .category-trailer {
    width: 103px;
    background-position: -635px 0;
}

.category-nav .category-special,
.category-nav .category-special > a {
    width: 87px !important;
}

.category-nav .category-parts,
.category-nav .category-parts > a {
    width: 87px;
}

.category-nav .category-electrocar {
    width: 87px;
    background-position: -910px 0;
}

.category-nav .category-light {
    background-position: 0 0;
}

.category-nav .category-minicar .title {
    background-position: -184px 0;
}

.category-nav .category-minicar:hover {
    border-color: #ececec;
}

.category-nav .category-special .title {
    background-position: -733px 0;
}

.category-nav .category-parts .title {
    background-position: -821px 0;
}

.bubble-more-links {
    display: none;
    position: absolute;
    left: 0;
    top: 63px;
    border: 1px solid #cdd5e2;
    z-index: 1000;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.bubble-more-links a {
    padding: 0 12px;
    height: 25px;
    line-height: 25px;
    color: #6c6c6c;
    display: block;
    text-decoration: none;
    width: auto;
    float: none;
    background: none;
    border: 0;
}

.bubble-more-links a:hover {
    color: #1571e5;
    background: #f3f3f3;
}

.category-nav .bubble-more-links {
    width: 98px;
}

.category-special .bubble-more-links {
    width: 180px;
    left: -82px;
}

.category-special .bubble-more-links a {
    float: left;
}

.category-nav a:hover {
    text-decoration: underline;
}

.site-nav-2015 .site-nav-parts {
    position: relative;
}

.site-nav-2015 .site-nav-parts dt {
    width: 76px;
    line-height: 24px;
}

.site-nav-2015 .site-nav-parts dt a {
    font-size: 12px;
    font-weight: 500;
}

.site-nav-2015 .site-nav-parts dt span {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    width: 21px;
    height: 20px;
    margin: 10px auto 0;
    background: url(../images/icon.png) no-repeat 0 -46px;
}

.site-nav-2015 .site-nav-parts dt i {
    position: absolute;
    right: -8px;
    top: 0;
    font-size: 0;
    width: 18px;
    height: 8px;
    background: url(../images/icon.png) no-repeat -26px -46px;
}

.site-nav-2015 dd .more,
.top-bar .country,
.top-bar .country .caption,
.top-bar .scansion,
.top-bar .scansion .phone,
.top-bar .scansion .wechat,
.top-bar .top-bar-sign .site-map,
.top-bar .top-bar-sign .site-map .map {
    background: url(../images/icon.png) no-repeat;
}

.top-bar .country,
.top-bar .scansion,
.top-bar .top-bar-sign .site-map {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 2px;
    border-right: 1px solid #303134;
}

.top-bar .country,
.top-bar .top-bar-sign .site-map {
    border-left: 1px solid #303134;
}

.top-bar .country {
    background-position: -100px -56px;
}

.top-bar .scansion {
    background-position: -49px -56px;
    margin-left: -3px;
}

.top-bar .wechat-span {
    background-position: -72px -56px;
}

.top-bar .top-bar-sign .site-map {
    background-position: -75px -56px;
}

.site-nav-parts dt:hover,
.site-nav-wrapper .site-nav-2015 dl:hover {
    background-color: #245498;
}

.top-bar .country .caption:hover,
.top-bar .top-bar-sign .site-map .map:hover {
    text-decoration: underline;
}

.site-nav-2015 dd .more {
    position: relative;
    left: 0;
    top: 0;
    padding-right: 15px;
    background-position: -126px -64px;
    float: none;
}

.site-nav-2015 dd .more.visible {
    background-position: -126px -118px;
}

.site-nav-2015 .site-nav-detail dd .more.visible {
    background-position: -102px -118px;
}

.top-bar .country.visible .caption,
.top-bar .scansion.visible .phone,
.top-bar .scansion.visible .wechat,
.top-bar .top-bar-sign .site-map.visible .map {
    background-position-y: -23px;
    color: #fff;
}

.top-bar .country.visible,
.top-bar .scansion.visible,
.top-bar .top-bar-sign .site-map.visible,
.top-bar .wechat-span.visible {
    background-position-y: -112px;
    background-color: #303134;
}

#site-map-content.visible,
#sitenav-bubble.visible,
.bubble-more-links.visible,
.category-light .bubble-more-links.visible,
.top-bar .scansion div.visible {
    display: block;
    -webkit-animation: bubble-animation 0.5s ease-out forwards;
    animation: bubble-animation 0.5s ease-out forwards;
}

@-webkit-keyframes bubble-animation {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes bubble-animation {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.bubble-more-links:hover,
.category-parts:hover div,
.more:hover div,
.top-bar .app-span:hover div,
.top-bar .wechat-span:hover div {
    display: block;
}

.top-bar .app-span:hover,
.top-bar .wechat-span:hover {
    background-color: #303134;
}

body {
    background-color: #fff;
    overflow-x: hidden;
    position: relative;
    overflow-y: auto;
}

@font-face {
    font-family: cms;
    src: url(//at.alicdn.com/t/font_0h4c9hirb74d9529.eot);
    src: url(../fonts/font_0h4c9hirb74d9529.eot#iefix) format('embedded-opentype'),
    url(../fonts/font_0h4c9hirb74d9529.woff) format('woff'),
    url(../fonts/font_0h4c9hirb74d9529.ttf) format('truetype'),
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E") format('svg');
}

.wrapper {
    margin: 0 auto;
    width: 1000px;
}

.products-entry {
    margin-top: 10px;
    background-color: #fff;
}

.products-entry > .header {
    height: 30px;
    border-top: 3px solid #e8e8e8;
    background-color: #f0f0f0;
}

.products-entry > .header .search {
    float: right;
    position: relative;
    left: 0;
    top: 0;
}

.products-entry > .header .search:before {
    content: '\641c';
    font-family: cms;
    position: absolute;
    left: 12px;
    top: 3px;
    color: #c4c4c4;
    font-size: 16px;
}

.products-entry > .header .search .hot-text {
    float: left;
    height: 18px;
    line-height: 18px;
    width: 199px;
    border: 1px solid #c4c4c4;
    border-right: 0;
    padding: 5px 0 5px 38px;
    font-size: 14px;
}

.products-entry > .header .search .hot-button {
    cursor: pointer;
    float: left;
    height: 30px;
    position: relative;
    width: 50px;
    border: 0;
    background: #0f5489;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    font-family: Microsoft YaHei;
}

.products-entry > .header .search .hot-button:hover {
    background: #1267a8;
}

.products-entry > .header .tabs {
    position: relative;
    top: -3px;
    margin-left: 10px;
    width: 650px;
    border-left: 1px solid #e9e9e9;
}

.products-entry > .header .tabs span {
    float: left;
    border-right: 1px solid #e9e9e9;
    cursor: pointer;
    padding: 0 14px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    text-align: center;
    display: block;
    border-top: 3px solid #e9e9e9;
    background: #f0f0f0;
}

.products-entry > .header .tabs span.current {
    font-weight: 700;
    border-top-color: #d60000;
    color: #333;
    background: #fff;
}

.text-links {
    height: 200px;
    overflow: hidden;
    width: 1000px;
    zoom: 1;
}

.text-links ul {
    display: none;
}

.text-links ul.visible {
    display: block;
}

.text-links a {
    color: #999;
    margin: 0 3px;
    text-decoration: none;
}

.text-links a:hover {
    color: #d60000;
    text-decoration: underline;
}

.text-links li {
    border-bottom: 1px solid #e9e9e9;
    height: 49px;
    overflow: hidden;
    width: 980px;
    padding: 0 10px;
    *zoom: 1;
    font-size: 0;
}

.text-links li .caption,
.text-links li .item {
    cursor: default;
    float: left;
    padding-right: 0;
    padding-top: 7px;
    text-align: center;
    width: 118px;
    line-height: 18px;
    font-size: 12px;
}

.text-links li .caption {
    font-size: 12px;
    font-weight: 700;
    width: 61px;
    padding: 15px 16px 0 0;
    line-height: 18px;
    text-align: right;
    margin-right: 16px;
    position: relative;
}

.text-links li .caption:after {
    content: '\64ad';
    color: #e4e3e3;
    position: absolute;
    font-family: cms;
    font-size: 14px;
    right: 0;
    top: 15px;
}

.text-links li .caption a {
    color: #666;
    white-space: nowrap;
}

.text-links li .caption a:hover {
    color: #d60000;
}

.text-links li a,
.text-links li span {
    color: #999;
}

.text-links li .item div a {
    position: relative;
    left: 0;
    top: 0;
    color: #0f5489;
}

.text-links li .item div a:hover {
    color: #d60000;
}

.text-links .only .item {
    padding-top: 16px;
    height: 18px;
    overflow: hidden;
}

.text-links .only .item a {
    position: relative;
    left: 0;
    top: 0;
    color: #0f5489;
}

.text-links .only .item a:hover {
    color: #d60000;
}

.text-links .more {
    float: right;
    text-align: right;
    color: #999;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    margin-top: 19px;
    padding: 0 1px;
}

.text-links .more:hover {
    color: #d60000;
    text-decoration: none;
    border-bottom: 1px solid #d60000;
}

.text-links .more:after {
    content: '\591a';
    font-family: cms;
    font-size: 12px;
}

.figure-links {
    height: 59px;
    position: relative;
    margin: 0 auto 10px;
    width: 1000px;
    z-index: 10;
    *zoom: 1;
}

.figure-links img {
    vertical-align: middle;
}

.figure-links dl {
    position: relative;
    padding-left: 97px;
    height: 57px;
    border-bottom: 1px solid #e9e9e9;
    *zoom: 1;
}

.figure-links dl a {
    display: block;
    text-align: center;
}

.figure-links dt {
    text-align: right;
    position: absolute;
    left: 10px;
    top: 0;
    width: 77px;
    height: 57px;
    line-height: 57px;
    font-weight: 700;
}

.figure-links dt:after {
    content: '\64ad';
    font-family: cms;
    color: #e4e3e3;
    position: absolute;
    height: 15px;
    line-height: 15px;
    font-size: 14px;
    right: 0;
    top: 21px;
}

.figure-links dt a {
    color: #666;
    text-align: right;
    padding-right: 20px;
    text-decoration: none;
}

.figure-links dt a:hover {
    text-decoration: none;
    cursor: default;
}

.figure-links li {
    padding: 0 1px;
    float: left;
    width: 127px;
}

.figure-links li a {
    padding: 5px 0 3px;
    color: #666;
    line-height: 16px;
    height: 49px;
    overflow: hidden;
    text-decoration: none;
}

.figure-links li a:hover {
    text-decoration: none;
    color: #d60000;
}

.figure-links li:hover {
    padding: 0;
    border: 1px solid #e9e9e9;
    border-width: 0 1px;
    background: #f9f9f9;
}

.figure-links .figure {
    margin: 0 auto;
    width: 70px;
    height: 33px;
    overflow: hidden;
    display: block;
}

.figure-links .choice-view-content {
    display: none;
    position: absolute;
    left: 70px;
    top: -102px;
    padding: 10px;
    width: 259px;
    height: 87px;
    z-index: 10;
    overflow: hidden;
    margin-left: -45px;
    background-image: url(../images/style-index.png);
    background-position: -4px -4px;
    background-repeat: no-repeat;
}

.default-module {
    margin-top: 10px;
    border-top: 3px solid #0f5489;
    border-bottom: 1px solid #e9e9e9;
    *zoom: 1;
}

.default-module:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
}

.default-module > .header {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.default-module > .header a {
    text-decoration: none;
}

.default-module > .header a:hover {
    color: #d60000;
}

.default-module > .header .view-more {
    float: right;
    color: #c4c4c4;
}

.default-module > .header .view-more:hover {
    text-decoration: underline;
    color: #d60000;
}

.default-module > .header .view-more:after {
    content: '\591a';
    font-family: cms;
    font-size: 12px;
}

.default-module > .header h3 {
    font-size: 20px;
}

.default-module > .header h3 a {
    color: #333;
}

.default-module .row-model {
    height: 317px;
    border-bottom: 1px solid #e9e9e9;
}

.default-module .row-model-lower {
    height: 248px;
}

.default-module .section {
    float: left;
    width: 776px;
}

.default-module .section .section-cloumn-min {
    width: 361px;
    float: left;
    border-right: 1px solid #e9e9e9;
}

.default-module .section .section-cloumn-max {
    float: right;
    width: 413px;
    border-right: 1px solid #e9e9e9;
}

.default-module .side {
    float: right;
    width: 224px;
}

.default-module .side .ad-div {
    width: auto !important;
}

.flex-container .flex-one {
    width: 333px;
    float: left;
}

.flex-container .flex-one:last-child {
    width: 334px;
}

.flex-container .flex-two {
    width: 666px;
    float: left;
}

.first-screen .ad-div > div {
    margin: 20px 0 0 20px !important;
}

.first-screen .foucs--bbs-hot {
    height: 319px;
    overflow: hidden;
    border-bottom: 1px solid #e9e9e9;
}

.first-screen .foucs--bbs-hot .focus {
    width: 340px;
    height: 235px;
    position: relative;
    left: 0;
    top: 0;
    margin: 20px 0 8px;
    overflow: hidden;
}

.first-screen .foucs--bbs-hot .focus .pic {
    position: relative;
    width: 2000%;
}

.first-screen .foucs--bbs-hot .focus .pic li {
    float: left;
}

.first-screen .foucs--bbs-hot .focus .pic li .figure {
    display: block;
    overflow: hidden;
}

.first-screen .foucs--bbs-hot .focus .pic li .figure img {
    vertical-align: top;
}

.first-screen .foucs--bbs-hot .focus .pic li .title {
    margin-top: 5px;
    text-align: center;
    background-color: #f0f0f0;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
}

.first-screen .foucs--bbs-hot .focus .pic li .title a {
    color: #0f5489;
    text-decoration: none;
}

.first-screen .foucs--bbs-hot .focus .pic li .title a:hover {
    color: #d60000;
}

.first-screen .foucs--bbs-hot .focus .num {
    position: absolute;
    right: 10px;
    top: 185px;
    z-index: 2;
}

.first-screen .foucs--bbs-hot .focus .num .swiper-pagination-switch {
    opacity: 0.5;
    text-align: center;
    width: 8px;
    height: 8px;
    margin-left: 8px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

.first-screen .foucs--bbs-hot .focus .num .swiper-pagination-switch.swiper-active-switch {
    background-color: #f60;
    opacity: 1;
}

.first-screen .foucs--bbs-hot .focus .btn,
.first-screen .foucs--bbs-hot .focus .prev {
    position: absolute;
    width: 30px;
    height: 60px;
    text-align: center;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
}

.first-screen .foucs--bbs-hot .focus .prev {
    left: 0;
}

.first-screen .foucs--bbs-hot .focus .next {
    position: absolute;
    width: 30px;
    height: 60px;
    text-align: center;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
    right: 0;
}

.first-screen .foucs--bbs-hot .focus .prev {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 60px;
    display: block;
    font-family: cms;
    color: #fff;
    font-size: 22px;
    background-color: rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#4C000000", endColorstr="#4C000000");
}

.first-screen .foucs--bbs-hot .focus .prev:hover {
    background-color: #f60;
    -webkit-filter: none;
    filter: none;
}

.first-screen .foucs--bbs-hot .focus .next {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 60px;
    display: block;
    font-family: cms;
    color: #fff;
    font-size: 22px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#4C000000", endColorstr="#4C000000");
    background-color: rgba(0, 0, 0, 0.3);
}

.first-screen .foucs--bbs-hot .focus .next:hover {
    background-color: #f60;
    -webkit-filter: none;
    filter: none;
}

.first-screen .foucs--bbs-hot .bbs-hot li {
    float: left;
    width: 170px;
}

.first-screen .foucs--bbs-hot .bbs-hot li a {
    color: #d60000;
    text-decoration: none;
    line-height: 24px;
}

.first-screen .foucs--bbs-hot .bbs-hot li a:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #c4c4c4;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 7px;
}

.first-screen .foucs--bbs-hot .bbs-hot li a:hover {
    text-decoration: underline;
}

.first-screen .topics-hot {
    height: 341px;
}

.first-screen .topics-hot .header {
    font-weight: 400;
    height: 60px;
    line-height: 60px;
}

.first-screen .topics-hot .header .view-more {
    margin-right: 20px;
    float: right;
    color: #999;
    font-size: 12px;
    text-decoration: none;
}

.first-screen .topics-hot .header .view-more:hover {
    color: #d60000;
    text-decoration: underline;
}

.first-screen .topics-hot .header .view-more:after {
    content: '\591a';
    font-family: cms;
    font-size: 12px;
    line-height: 49px;
}

.first-screen .topics-hot .header h3 a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.first-screen .topics-hot .header h3 a:hover {
    color: #d60000;
}

.first-screen .topics-hot .pic-list {
    margin-left: -10px;
    overflow: hidden;
}

.first-screen .topics-hot .pic-list li {
    height: 134px;
    text-align: center;
    float: left;
    width: 165px;
    overflow: hidden;
    margin-left: 10px;
}

.first-screen .topics-hot .pic-list li a {
    color: #d60000;
    text-decoration: none;
}

.first-screen .topics-hot .pic-list li a img {
    margin-bottom: 2px;
}

.first-screen .topics-hot .pic-list li a:hover {
    text-decoration: underline;
}

.first-screen .topics-hot .text-list {
    padding-top: 8px;
    margin-right: 20px;
    border-top: 1px solid #e9e9e9;
}

.first-screen .topics-hot .text-list li {
    line-height: 26px;
    height: 26px;
    overflow: hidden;
}

.first-screen .topics-hot .text-list li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #c4c4c4;
    vertical-align: top;
    margin-top: 11px;
    margin-right: 5px;
}

.first-screen .topics-hot .text-list li a {
    color: #0f5489;
    text-decoration: none;
}

.first-screen .topics-hot .text-list li a:hover {
    color: #d60000;
    text-decoration: underline;
}

.first-screen .topics-hot .text-list li .date {
    float: right;
    color: #999;
}

.first-screen .toutiao {
   
    overflow: hidden;
}

.first-screen .toutiao h2 {
    text-align: center;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
}

.first-screen .toutiao h2 a {
    color: #d60000;
    font-size: 20px;
    text-decoration: none;
}

.first-screen .toutiao h2 a:hover {
    border-bottom: 1px solid #d60000;
}

.first-screen .toutiao .text-list {
    padding: 20px;
    overflow: hidden;
}

.first-screen .toutiao .text-list li {
    font-size: 14px;
    padding-left: 12px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}

.first-screen .toutiao .text-list li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #c4c4c4;
    vertical-align: top;
    margin-top: 14px;
    margin-right: 9px;
}

.first-screen .toutiao .text-list li a {
    color: #0f5489;
    text-decoration: none;
    margin-right: 5px;
}

.first-screen .toutiao .text-list li a.hot {
    color: #d60000;
}

.first-screen .toutiao .text-list li a:hover {
    text-decoration: underline;
    color: #d60000;
}

.first-screen .toutiao .text-list-bottom {
    overflow: hidden;
    border-top: 1px solid #e9e9e9;
    padding-top: 15px;
    margin-top: 7px;
}

.first-screen .brands {
    height: 319px;
    border-bottom: 1px solid #e9e9e9;
    width: 224px;
    overflow: hidden;
}

.first-screen .brands .tab-title {
    position: relative;
    margin: 17px 0 0 20px;
    overflow: hidden;
    *zoom: 1;
}

.first-screen .brands .tab-title .current {
    font-weight: 700;
}

.first-screen .brands .tab-title:before {
    content: '';
    position: absolute;
    left: 85px;
    top: 5px;
    width: 1px;
    height: 15px;
    background-color: #eee;
}

.first-screen .brands .tab-title li {
    cursor: pointer;
    font-size: 18px;
    color: #333;
    float: left;
    width: 100px;
}

.first-screen .brands .tab-cont .all-brand,
.first-screen .brands .tab-cont .rec-brand {
    display: none;
}

.first-screen .brands .tab-cont .all-brand.visible,
.first-screen .brands .tab-cont .rec-brand.visible {
    display: block;
}

.first-screen .brands .brand-logo {
    margin: 20px 0 0 19px;
}

.first-screen .brands .brand-logo li {
    float: left;
    border: 1px solid #e9e9e9;
    overflow: hidden;
    cursor: pointer;
    line-height: 28px;
    width: 67px;
    height: 28px;
    text-align: center;
    margin: -1px -1px 0 0;
}

.first-screen .brands .brand-logo li:hover {
    position: relative;
    z-index: 1;
    border: 1px solid #d60000;
    color: #d60000;
}

.first-screen .brands .brand-logo li a {
    color: #d60000;
    display: block;
    width: 67px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}

.first-screen .brands .brand-logo li a .figure {
    width: 67px;
    height: 28px;
    display: block;
    line-height: 24px;
    overflow: hidden;
}

.first-screen .brands .brand-logo li a .figure img {
    vertical-align: middle;
}

.first-screen .brands .brand-logo li a:hover {
    text-decoration: none;
}

.first-screen .brands .brand-logo li a:hover .figure {
    display: none;
}

.first-screen .brands .all-brand,
.first-screen .brands .link {
    overflow: hidden;
    margin: 8px 0 0 11px;
}

.first-screen .brands .all-brand a,
.first-screen .brands .link a {
    overflow: hidden;
    height: 26px;
    color: #0f5489;
    text-decoration: none;
    float: left;
    width: 62px;
    line-height: 26px;
    margin-left: 8px;
    text-align: center;
}

.first-screen .brands .all-brand a:hover,
.first-screen .brands .link a:hover {
    text-decoration: underline;
    color: #d60000;
}

.first-screen .brands .all-brand .more {
    float: right;
    width: auto;
    color: #999;
}

.first-screen .brands .all-brand .more:hover {
    color: #d60000;
}

.first-screen .brands .all-brand .more:after {
    content: '\591a';
    font-family: cms;
    font-size: 12px;
}

.recommend-videos-wrap .header .view-more {
    line-height: 20px;
    height: 20px;
    margin-top: 15px;
}

.recommend-videos-wrap .recommend-videos {
    height: 220px;
    position: relative;
}

.recommend-videos-wrap .recommend-videos .button,
.recommend-videos-wrap .recommend-videos .slide-previous {
    position: absolute;
    top: 0;
    width: 28px;
    height: 160px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    line-height: 160px;
    font-family: cms;
    color: #cedde8;
    font-size: 32px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.recommend-videos-wrap .recommend-videos .slide-previous {
    left: -33px;
}

.recommend-videos-wrap .recommend-videos .slide-previous:hover {
    color: #6e97b9;
}

.recommend-videos-wrap .recommend-videos .slide-next {
    position: absolute;
    top: 0;
    width: 28px;
    height: 160px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    line-height: 160px;
    font-family: cms;
    color: #cedde8;
    font-size: 32px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    right: -33px;
}

.recommend-videos-wrap .recommend-videos .slide-next:hover {
    color: #6e97b9;
}

.recommend-videos-wrap .recommend-videos .video-show {
    position: relative;
    width: 1000px;
    height: 220px;
    overflow: hidden;
    *zoom: 1;
}

.recommend-videos-wrap .recommend-videos .video-show .video-list {
    position: relative;
    width: 2000%;
    overflow: hidden;
}

.recommend-videos-wrap .recommend-videos .video-show .video-list .video-slide {
    position: relative;
    width: 250px;
    float: left;
    overflow: hidden;
}

.recommend-videos-wrap .recommend-videos .video-show .video-list .video-slide .play {
    font-style: normal;
    font-family: cms;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    line-height: 30px;
    position: absolute;
    width: 18px;
    height: 30px;
    padding: 0 4px 0 8px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    display: block;
    left: 15px;
    top: 110px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#4C000000", endColorstr="#4C000000");
}

.recommend-videos-wrap .recommend-videos .video-show .video-list .video-slide a {
    position: relative;
    display: block;
}

.recommend-videos-wrap .recommend-videos .video-show .video-list .video-slide a img {
    display: block;
}

.recommend-videos-wrap .recommend-videos .video-show .video-list .video-slide .title {
    font-size: 14px;
    width: 240px;
    overflow: hidden;
    height: 20px;
    display: block;
    padding-top: 10px;
    margin-bottom: 5px;
    color: #0f5489;
    text-decoration: none;
}

.recommend-videos-wrap .recommend-videos .video-show .video-list .video-slide .title:hover {
    color: #d60000;
    text-decoration: underline;
}

.recommend-videos-wrap .recommend-videos .video-show .video-list .video-slide .date {
    width: 240px;
    overflow: hidden;
    display: block;
    height: 12px;
    line-height: 12px;
    color: #999;
}

.second-screen .side .ad-div {
    overflow: hidden;
    margin: 20px 0 0 20px !important;
}

.second-screen .bbs-recommend .header {
    font-weight: 400;
    height: 60px;
    line-height: 60px;
}

.second-screen .bbs-recommend .header .view-more {
    margin-right: 20px;
    float: right;
    color: #c4c4c4;
    font-size: 12px;
    text-decoration: none;
}

.second-screen .bbs-recommend .header .view-more:hover {
    color: #d60000;
    text-decoration: underline;
}

.second-screen .bbs-recommend .header h3 a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.second-screen .bbs-recommend .header h3 a:hover {
    color: #d60000;
}

.second-screen .bbs-recommend .header .entry-bbs {
    float: right;
    color: #c4c4c4;
    margin-right: 15px;
}

.second-screen .bbs-recommend .header .entry-bbs a {
    color: #c4c4c4;
    margin: 0 5px;
    text-decoration: none;
}

.second-screen .bbs-recommend .header .entry-bbs a:hover {
    color: #d60000;
    text-decoration: underline;
}

.second-screen .bbs-recommend .pic-list {
    margin-left: -10px;
    overflow: hidden;
}

.second-screen .bbs-recommend .pic-list li {
    height: 134px;
    text-align: center;
    float: left;
    width: 165px;
    overflow: hidden;
    margin-left: 10px;
}

.second-screen .bbs-recommend .pic-list li a {
    color: #0f5489;
    text-decoration: none;
}

.second-screen .bbs-recommend .pic-list li a img {
    margin-bottom: 2px;
}

.second-screen .bbs-recommend .pic-list li a:hover {
    text-decoration: underline;
    color: #d60000;
}

.second-screen .bbs-recommend .text-list {
    padding-top: 8px;
    margin-right: 20px;
    border-top: 1px solid #e9e9e9;
}

.second-screen .bbs-recommend .text-list li {
    line-height: 26px;
    height: 26px;
    overflow: hidden;
}

.second-screen .bbs-recommend .text-list li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #c4c4c4;
    vertical-align: top;
    margin-top: 11px;
    margin-right: 5px;
}

.second-screen .bbs-recommend .text-list li a {
    color: #d60000;
    text-decoration: none;
}

.second-screen .bbs-recommend .text-list li a:hover {
    text-decoration: underline;
}

.second-screen .bbs-recommend .text-list li .date {
    float: right;
    color: #999;
}

.second-screen .bbs-recommend .text-list li .date:hover {
    color: #d60000;
}

.second-screen .policies-regulations .header {
    font-weight: 400;
    padding: 15px 0 8px;
    height: 28px;
    line-height: 28px;
}

.second-screen .policies-regulations .header .view-more {
    margin-right: 20px;
    float: right;
    color: #999;
    font-size: 12px;
    text-decoration: none;
}

.second-screen .policies-regulations .header .view-more:hover {
    color: #d60000;
    text-decoration: underline;
}

.second-screen .policies-regulations .header .view-more:after {
    content: '\591a';
    font-family: cms;
    font-size: 12px;
}

.second-screen .policies-regulations .header h3 a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.second-screen .policies-regulations .header h3 a:hover {
    color: #d60000;
}

.second-screen .policies-regulations .text-list {
    margin-right: 20px;
}

.second-screen .policies-regulations .text-list li {
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}

.second-screen .policies-regulations .text-list li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #c4c4c4;
    vertical-align: top;
    margin-top: 13px;
    margin-right: 7px;
}

.second-screen .policies-regulations .text-list li a {
    color: #0f5489;
    text-decoration: none;
    font-size: 14px;
}

.second-screen .policies-regulations .text-list li a:hover {
    color: #d60000;
    text-decoration: underline;
}

.second-screen .policies-regulations .text-list li .date {
    float: right;
    color: #999;
    font-size: 12px;
}

.second-screen .support-vehicle {
    height: 233px;
}

.second-screen .support-vehicle .header {
    font-weight: 400;
    padding: 15px 0 8px;
    height: 28px;
    line-height: 28px;
}

.second-screen .support-vehicle .header .view-more {
    margin-right: 20px;
    float: right;
    color: #999;
    font-size: 12px;
    text-decoration: none;
}

.second-screen .support-vehicle .header .view-more:hover {
    color: #d60000;
    text-decoration: underline;
}

.second-screen .support-vehicle .header .view-more:after {
    content: '\591a';
    font-family: cms;
    font-size: 12px;
}

.second-screen .support-vehicle .header h3 a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.second-screen .support-vehicle .header h3 a:hover {
    color: #d60000;
}

.second-screen .support-vehicle .text-list {
    margin-right: 20px;
}

.second-screen .support-vehicle .text-list li {
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}

.second-screen .support-vehicle .text-list li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #c4c4c4;
    vertical-align: top;
    margin-top: 13px;
    margin-right: 7px;
}

.second-screen .support-vehicle .text-list li a {
    color: #0f5489;
    text-decoration: none;
    font-size: 14px;
}

.second-screen .support-vehicle .text-list li a:hover {
    color: #d60000;
    text-decoration: underline;
}

.second-screen .support-vehicle .text-list li .date {
    float: right;
    color: #999;
    font-size: 12px;
}

.second-screen .truck-news {
    padding-left: 20px;
}

.second-screen .truck-news .header {
    font-weight: 400;
    padding: 15px 0 8px;
    height: 28px;
    line-height: 28px;
}

.second-screen .truck-news .header .view-more {
    margin-right: 20px;
    float: right;
    color: #999;
    font-size: 12px;
    text-decoration: none;
}

.second-screen .truck-news .header .view-more:hover {
    color: #d60000;
    text-decoration: underline;
}

.second-screen .truck-news .header .view-more:after {
    content: '\591a';
    font-family: cms;
    font-size: 12px;
}

.second-screen .truck-news .header h3 a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.second-screen .truck-news .header h3 a:hover {
    color: #d60000;
}

.second-screen .truck-news .text-list {
    margin-right: 20px;
}

.second-screen .truck-news .text-list li {
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}

.second-screen .truck-news .text-list li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #c4c4c4;
    vertical-align: top;
    margin-top: 13px;
    margin-right: 7px;
}

.second-screen .truck-news .text-list li a {
    color: #0f5489;
    text-decoration: none;
    font-size: 14px;
}

.second-screen .truck-news .text-list li a:hover {
    color: #d60000;
    text-decoration: underline;
}

.second-screen .truck-news .text-list li .date {
    float: right;
    color: #999;
    font-size: 12px;
}

.second-screen .price-guide {
    padding-left: 20px;
    position: relative;
}

.second-screen .price-guide .header {
    font-weight: 400;
    padding: 15px 0 8px;
    height: 28px;
    line-height: 28px;
}

.second-screen .price-guide .header .view-more {
    margin-right: 20px;
    float: right;
    color: #999;
    font-size: 12px;
    text-decoration: none;
}

.second-screen .price-guide .header .view-more:hover {
    color: #d60000;
    text-decoration: underline;
}

.second-screen .price-guide .header .view-more:after {
    content: '\591a';
    font-family: cms;
    font-size: 12px;
}

.second-screen .price-guide .header h3 a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.second-screen .price-guide .header h3 a:hover {
    color: #d60000;
}

.second-screen .price-guide .text-list {
    margin-right: 20px;
}

.second-screen .price-guide .text-list li {
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}

.second-screen .price-guide .text-list li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #c4c4c4;
    vertical-align: top;
    margin-top: 13px;
    margin-right: 7px;
}

.second-screen .price-guide .text-list li a {
    color: #0f5489;
    text-decoration: none;
    font-size: 14px;
}

.second-screen .price-guide .text-list li a:hover {
    color: #d60000;
    text-decoration: underline;
}

.second-screen .price-guide .text-list li .date {
    float: right;
    color: #999;
    font-size: 12px;
}

.second-screen .price-guide .location {
    cursor: pointer;
    position: absolute;
    top: 16px;
    left: 100px;
    padding-right: 12px;
    line-height: 28px;
    font-weight: 700;
    color: #0f5489;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.second-screen .price-guide .location i {
    content: '';
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #f60;
    position: absolute;
    left: 28px;
    top: 12px;
}

.second-screen .price-guide .location.down i {
    top: 8px;
    border-bottom-color: #f60;
    border-top-color: transparent;
}

.second-screen .price-guide .aside-regions {
    position: absolute;
    left: 10px;
    top: 48px;
    border: 1px solid #e9e9e9;
    z-index: 11;
    background-color: #fafafa;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
    padding: 13px 0 13px 57px;
    line-height: 24px;
    display: none;
}

.second-screen .price-guide .aside-regions:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 102px;
    width: 10px;
    height: 10px;
    z-index: 2;
    border: 1px solid #e9e9e9;
    border-color: #e9e9e9 transparent transparent #e9e9e9;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #fafafa;
    display: none \9;
}

.second-screen .price-guide .aside-regions dt {
    position: absolute;
    left: 0;
    top: 13px;
    width: 44px;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    color: #666;
}

.second-screen .price-guide .aside-regions dd {
    white-space: nowrap;
}

.second-screen .price-guide .aside-regions dd span {
    margin: 3px 20px 0 0;
    padding: 0 3px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #0f5489;
}

.second-screen .price-guide .aside-regions dd .selected,
.second-screen .price-guide .aside-regions dd span:hover {
    color: #fff;
    background: #0f5489;
}

.second-screen .evaluation {
    height: 233px;
    padding-left: 20px;
}

.second-screen .evaluation .header {
    font-weight: 400;
    padding: 15px 0 8px;
    height: 28px;
    line-height: 28px;
}

.second-screen .evaluation .header .view-more {
    margin-right: 20px;
    float: right;
    color: #999;
    font-size: 12px;
    text-decoration: none;
}

.second-screen .evaluation .header .view-more:hover {
    color: #d60000;
    text-decoration: underline;
}

.second-screen .evaluation .header .view-more:after {
    content: '\591a';
    font-family: cms;
    font-size: 12px;
}

.second-screen .evaluation .header h3 a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.second-screen .evaluation .header h3 a:hover {
    color: #d60000;
}

.second-screen .evaluation .text-list {
    margin-right: 20px;
}

.second-screen .evaluation .text-list li {
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}

.second-screen .evaluation .text-list li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #c4c4c4;
    vertical-align: top;
    margin-top: 13px;
    margin-right: 7px;
}

.second-screen .evaluation .text-list li a {
    color: #0f5489;
    text-decoration: none;
    font-size: 14px;
}

.second-screen .evaluation .text-list li a:hover {
    color: #d60000;
    text-decoration: underline;
}

.second-screen .evaluation .text-list li .date {
    float: right;
    color: #999;
    font-size: 12px;
}

.second-screen .industry-information {
    padding-left: 20px;
}

.second-screen .industry-information .header {
    font-weight: 400;
    padding: 15px 0 8px;
    height: 28px;
    line-height: 28px;
}

.second-screen .industry-information .header .view-more {
    margin-right: 20px;
    float: right;
    color: #999;
    font-size: 12px;
    text-decoration: none;
}

.second-screen .industry-information .header .view-more:hover {
    color: #d60000;
    text-decoration: underline;
}

.second-screen .industry-information .header h3 a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.second-screen .industry-information .header h3 a:hover {
    color: #d60000;
}

.second-screen .industry-information .text-list li {
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}

.second-screen .industry-information .text-list li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #c4c4c4;
    vertical-align: top;
    margin-top: 12px;
    margin-right: 5px;
}

.second-screen .industry-information .text-list li a {
    color: #d60000;
    text-decoration: none;
}

.second-screen .industry-information .text-list li a:hover {
    text-decoration: underline;
}

.second-screen .industry-information .text-list li .date {
    float: right;
    color: #999;
}

.second-screen .industry-information .text-list li .date:hover {
    color: #d60000;
}

.hd-picture-news {
    height: 320px;
    margin-top: 10px;
}

.hd-picture-news img {
    vertical-align: top;
}

.hd-picture-news .column1 {
    float: left;
    width: 480px;
    height: 320px;
}

.hd-picture-news .column2 {
    float: left;
    width: 520px;
}

.hd-picture-news .column2 .row1 {
    margin-bottom: 5px;
    overflow: hidden;
}

.hd-picture-news .column2 .row1 a {
    display: block;
    width: 255px;
    height: 170px;
    float: left;
    margin-left: 5px;
}

.hd-picture-news .column2 .row2 a {
    display: block;
    width: 218px;
    height: 145px;
    float: left;
    margin-left: 5px;
}

.hd-picture-news .column2 .row2 .more {
    width: 69px;
    height: 145px;
    background: #0f5489;
    color: #fff;
    line-height: 145px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
}

.hd-picture-news .column2 .row2 .more:hover {
    background: #146bae;
    text-decoration: underline;
}

.cargo-truck,
.dump-truck,
.light-truck,
.single-module .bbs,
.special-truck,
.tractor,
.trailer {
    height: 414px;
}

.single-module .bbs .header {
    font-weight: 400;
    height: 60px;
    line-height: 60px;
}

.single-module .bbs .header .view-more {
    margin-right: 20px;
    float: right;
    color: #c4c4c4;
    font-size: 12px;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
}

.single-module .bbs .header .view-more:hover {
    color: #d60000;
    text-decoration: underline;
}

.single-module .bbs .header .view-more:after {
    content: '\591a';
    font-family: cms;
    font-size: 12px;
}

.single-module .bbs .header h3 a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.single-module .bbs .header h3 a:hover {
    color: #d60000;
}

.single-module .bbs .pic-list {
    margin-left: -10px;
    overflow: hidden;
}

.single-module .bbs .pic-list li {
    height: 134px;
    text-align: center;
    float: left;
    width: 165px;
    overflow: hidden;
    margin-left: 10px;
}

.single-module .bbs .pic-list li a {
    color: #0f5489;
    text-decoration: none;
}

.single-module .bbs .pic-list li a img {
    margin-bottom: 2px;
}

.single-module .bbs .pic-list li a:hover {
    text-decoration: underline;
    color: #d60000;
}

.single-module .bbs .text-list {
    padding-top: 8px;
    margin-right: 20px;
    border-top: 1px solid #e9e9e9;
}

.single-module .bbs .text-list li {
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}

.single-module .bbs .text-list li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #c4c4c4;
    vertical-align: top;
    margin-top: 13px;
    margin-right: 7px;
}

.single-module .bbs .text-list li a {
    color: #0f5489;
    text-decoration: none;
    font-size: 14px;
}

.single-module .bbs .text-list li a:hover {
    text-decoration: underline;
    color: #d60000;
}

.single-module .bbs .text-list li .author {
    float: right;
    color: #999;
    font-size: 12px;
}

.single-module .bbs .text-list li .author:hover {
    color: #d60000;
}

.single-module .news {
    height: 414px;
    padding-left: 20px;
}

.single-module .news .header {
    font-weight: 400;
    height: 60px;
    line-height: 60px;
}

.single-module .news .header .view-more {
    margin-right: 20px;
    float: right;
    color: #c4c4c4;
    font-size: 12px;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
}

.single-module .news .header .view-more:hover {
    color: #d60000;
    text-decoration: underline;
}

.single-module .news .header .view-more:after {
    content: '\591a';
    font-family: cms;
    font-size: 12px;
}

.single-module .news .header h3 a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.single-module .news .header h3 a:hover {
    color: #d60000;
}

.single-module .news h4 {
    overflow: hidden;
    height: 30px;
    text-align: center;
    margin: 0 20px 0 0;
}

.single-module .news h4 a {
    font-size: 18px;
    color: #d60000;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.single-module .news h4 a:hover {
    border-bottom-color: #d60000;
}

.single-module .news .text-list {
    margin-right: 20px;
}

.single-module .news .text-list li {
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}

.single-module .news .text-list li a {
    color: #0f5489;
    font-size: 14px;
    text-decoration: none;
}

.single-module .news .text-list li a:hover {
    text-decoration: underline;
    color: #d60000;
}

.single-module .news .text-list li .category {
    color: #999;
    margin-right: 15px;
    font-size: 12px;
}

.single-module .news .text-list li .date {
    float: right;
    color: #999;
}

.single-module .rank {
    height: 414px;
    padding-left: 20px;
}

.single-module .rank .header {
    font-weight: 400;
    height: 60px;
    line-height: 60px;
}

.single-module .rank .header h3,
.single-module .rank .header h3 a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    cursor: default;
}

.single-module .rank .rank-con {
    display: none;
}

.single-module .rank .rank-con.visible {
    display: block;
}

.single-module .rank .rank-list li {
    overflow: hidden;
    padding-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.single-module .rank .rank-list li a {
    width: 80px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #0f5489;
    text-decoration: none;
}

.single-module .rank .rank-list li a:hover {
    text-decoration: underline;
    color: #d60000;
}

.single-module .rank .rank-list li i {
    font-family: Brig;
    color: #999;
    font-size: 14px;
    background-color: #f0f0f0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    border-radius: 50%;
}

.single-module .rank .rank-list li i.hot {
    color: #f60;
}

.single-module .rank .rank-list li .price {
    float: right;
    color: #999;
}

.double-module .bbs {
    height: 414px;
}

.double-module .bbs .header {
    font-weight: 400;
    height: 60px;
    line-height: 60px;
}

.double-module .bbs .header .view-more {
    margin-right: 20px;
    float: right;
    color: #c4c4c4;
    font-size: 12px;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
}

.double-module .bbs .header .view-more:hover {
    color: #d60000;
    text-decoration: underline;
}

.double-module .bbs .header .view-more:after {
    content: '\591a';
    font-family: cms;
    font-size: 12px;
}

.double-module .bbs .header h3 a {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    width: 86px;
    float: left;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
}

.double-module .bbs .header h3 a:hover {
    color: #d60000;
}

.double-module .bbs .header h3 a.current {
    font-weight: 700;
}

.double-module .bbs .header h3 a.border {
    margin-right: 15px;
    border-right: 1px solid #ccc;
}

.double-module .bbs .bbs-con {
    display: none;
}

.double-module .bbs .bbs-con.visible {
    display: block;
}

.double-module .bbs .pic-list {
    margin-left: -10px;
    overflow: hidden;
}

.double-module .bbs .pic-list li {
    height: 134px;
    text-align: center;
    float: left;
    width: 165px;
    overflow: hidden;
    margin-left: 10px;
}

.double-module .bbs .pic-list li a {
    color: #0f5489;
    text-decoration: none;
}

.double-module .bbs .pic-list li a img {
    margin-bottom: 2px;
}

.double-module .bbs .pic-list li a:hover {
    text-decoration: underline;
    color: #d60000;
}

.double-module .bbs .text-list {
    padding-top: 8px;
    margin-right: 20px;
    border-top: 1px solid #e9e9e9;
}

.double-module .bbs .text-list li {
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}

.double-module .bbs .text-list li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #c4c4c4;
    vertical-align: top;
    margin-top: 13px;
    margin-right: 7px;
}

.double-module .bbs .text-list li a {
    color: #0f5489;
    text-decoration: none;
    font-size: 14px;
}

.double-module .bbs .text-list li a:hover {
    text-decoration: underline;
    color: #d60000;
}

.double-module .bbs .text-list li .author {
    float: right;
    color: #999;
    font-size: 12px;
}

.double-module .bbs .text-list li .author:hover {
    color: #d60000;
}

.double-module .news {
    height: 414px;
    padding-left: 20px;
}

.double-module .news .header {
    font-weight: 400;
    height: 60px;
    line-height: 60px;
}

.double-module .news .header .view-more {
    margin-right: 20px;
    float: right;
    color: #c4c4c4;
    font-size: 12px;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
}

.double-module .news .header .view-more:hover {
    color: #d60000;
    text-decoration: underline;
}

.double-module .news .header .view-more:after {
    content: '\591a';
    font-family: cms;
    font-size: 12px;
}

.double-module .news .header h3 a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    width: 86px;
    float: left;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
}

.double-module .news .header h3 a:hover {
    color: #d60000;
}

.double-module .news .header h3 a.current {
    font-weight: 700;
}

.double-module .news .header h3 a.border {
    margin-right: 15px;
    border-right: 1px solid #ccc;
}

.double-module .news .news-con {
    display: none;
}

.double-module .news .news-con.visible {
    display: block;
}

.double-module .news h4 {
    overflow: hidden;
    height: 30px;
    text-align: center;
    margin: 0 20px 0 0;
}

.double-module .news h4 > a {
    font-size: 18px;
    color: #d60000;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.double-module .news h4 > a:hover {
    border-bottom-color: #d60000;
}

.double-module .news .text-list {
    margin-right: 20px;
}

.double-module .news .text-list li {
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}

.double-module .news .text-list li a {
    color: #0f5489;
    font-size: 14px;
    text-decoration: none;
}

.double-module .news .text-list li a:hover {
    text-decoration: underline;
    color: #d60000;
}

.double-module .news .text-list li .category {
    color: #999;
    margin-right: 15px;
    font-size: 12px;
}

.double-module .news .text-list li .date {
    float: right;
    color: #999;
}

.double-module .rank {
    height: 414px;
    padding-left: 20px;
}

.double-module .rank .header {
    font-weight: 400;
    height: 60px;
    line-height: 60px;
}

.double-module .rank .header h3 span {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    padding-right: 2px;
    font-weight: 400;
    float: left;
    width: 95px;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
}

.double-module .rank .header h3 span.current {
    font-weight: 700;
}

.double-module .rank .header h3 span.border {
    margin-right: 6px;
    border-right: 1px solid #ccc;
}

@font-face {
   
}

.double-module .rank .rank-con {
    display: none;
}

.double-module .rank .rank-con.visible {
    display: block;
}

.double-module .rank .rank-list li {
    overflow: hidden;
    padding-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.double-module .rank .rank-list li a {
    width: 80px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #0f5489;
    text-decoration: none;
}

.double-module .rank .rank-list li a:hover {
    text-decoration: underline;
    color: #d60000;
}

.double-module .rank .rank-list li i {
    font-family: Brig;
    color: #999;
    font-size: 14px;
    background-color: #f0f0f0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    border-radius: 50%;
}

.double-module .rank .rank-list li .hot {
    color: #f60;
}

.double-module .rank .rank-list li .price {
    float: right;
    color: #999;
}

.dealer .quotation {
    height: 370px;
    position: relative;
    left: 0;
    top: 0;
}

.dealer .quotation .header {
    font-weight: 400;
    height: 49px;
    line-height: 49px;
}

.dealer .quotation .header .view-more {
    margin-right: 20px;
    float: right;
    color: #c4c4c4;
    font-size: 12px;
    text-decoration: none;
}

.dealer .quotation .header .view-more:hover {
    color: #d60000;
    text-decoration: underline;
}

.dealer .quotation .header h3 {
    float: left;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.dealer .quotation .header h3 a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.dealer .quotation .header h3 a:hover {
    color: #d60000;
}

.dealer .quotation .header .entry-bbs {
    float: right;
    color: #c4c4c4;
}

.dealer .quotation .header .entry-bbs a {
    color: #0f5489;
    margin: 0 5px;
    text-decoration: none;
}

.dealer .quotation .header .entry-bbs a:hover {
    color: #d60000;
    text-decoration: underline;
}

.dealer .quotation .header .entry-bbs a:last-child {
    margin-right: 0;
}

.dealer .quotation .header .selected-region {
    float: left;
    margin-left: 20px;
    padding-right: 15px;
    cursor: pointer;
    position: relative;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #0f5489;
}

.dealer .quotation .header .selected-region i {
    content: '';
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #f60;
    position: absolute;
    right: 0;
    top: 22px;
}

.dealer .quotation .header .selected-region.down:after {
    top: 18px;
    border-top-color: transparent;
    border-bottom-color: #f60;
}

.dealer .quotation .header .recommend-region {
    color: #c4c4c4;
    float: left;
    margin-left: 20px;
}

.dealer .quotation .header .recommend-region span {
    color: #0f5489;
    text-decoration: none;
    margin: 0 7px 0 5px;
    cursor: pointer;
}

.dealer .quotation .header .aside-regions {
    position: absolute;
    left: 0;
    top: 48px;
    width: 546px;
    border: 1px solid #e9e9e9;
    z-index: 1;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
    display: none;
}

.dealer .quotation .header .aside-regions:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 102px;
    width: 10px;
    height: 10px;
    z-index: 2;
    border: 1px solid #e9e9e9;
    border-color: #e9e9e9 transparent transparent #e9e9e9;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #fafafa;
    display: none \9;
}

.dealer .quotation .header .aside-regions .province {
    padding: 13px 0 13px 57px;
    line-height: 24px;
    border-bottom: 1px solid #e9e9e9;
    background: #fafafa;
}

.dealer .quotation .header .aside-regions .province dt {
    position: absolute;
    left: 0;
    top: 13px;
    color: #666;
    font-weight: 700;
    width: 44px;
    text-align: right;
}

.dealer .quotation .header .aside-regions .province dd {
    overflow: hidden;
}

.dealer .quotation .header .aside-regions .province dd li {
    float: left;
    min-width: 54px;
}

.dealer .quotation .header .aside-regions .province dd li span {
    height: 18px;
    line-height: 18px;
    display: inline-block;
    cursor: pointer;
    color: #0f5489;
    padding: 0 3px;
}

.dealer .quotation .header .aside-regions .province dd li span.selected,
.dealer .quotation .header .aside-regions .province dd li span:hover {
    background-color: #0f5489;
    color: #fff;
    height: 18px;
    line-height: 18px;
}

.dealer .quotation .header .aside-regions .city {
    position: relative;
    left: 0;
    top: 0;
    padding: 13px 0 13px 57px;
    line-height: 24px;
    background-color: #fff;
    display: none;
}

.dealer .quotation .header .aside-regions .city dt {
    position: absolute;
    left: 0;
    top: 13px;
    color: #666;
    font-weight: 700;
    width: 44px;
    text-align: right;
}

.dealer .quotation .header .aside-regions .city dd {
    overflow: hidden;
}

.dealer .quotation .header .aside-regions .city dd li {
    float: left;
    min-width: 78px;
}

.dealer .quotation .header .aside-regions .city dd li span {
    height: 18px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    color: #0f5489;
    padding: 0 3px;
}

.dealer .quotation .header .aside-regions .city dd li span.selected,
.dealer .quotation .header .aside-regions .city dd li span:hover {
    background-color: #0f5489;
    color: #fff;
    padding: 0 3px;
    height: 18px;
    line-height: 18px;
}

.dealer .quotation .dealer-content {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    height: 320px;
    box-sizing: border-box;
    overflow: hidden;
}

.dealer .quotation .dealer-content .dealer-nav {
    position: absolute;
    left: 0;
    top: 50px;
    width: 120px;
}

.dealer .quotation .dealer-content .dealer-nav li {
    line-height: 24px;
    font-size: 14px;
    border-bottom: 1px solid #e9e9e9;
    cursor: pointer;
    vertical-align: top;
    border-right: 1px solid #e9e9e9;
    border-left: 2px solid #fff;
    color: #0f5489;
    background: #f7f7f7;
    padding: 12px 20px;
    box-sizing: border-box;
}

.dealer .quotation .dealer-content .dealer-nav li.current {
    border-left: 2px solid #f60;
    background-color: #fff;
    border-right: none;
    font-weight: 700;
}

.dealer .quotation .dealer-content .dealer-nav li:last-child {
    border-bottom: none;
}

.dealer .quotation .dealer-content .dealer-section {
    display: none;
}

.dealer .quotation .dealer-content .dealer-section.visible {
    display: block;
}

.dealer .quotation .dealer-content .dealer-list {
    float: left;
    width: 460px;
    overflow: hidden;
    margin-left: 20px;
}

.dealer .quotation .dealer-content .dealer-list .no-dealer {
    padding: 0 10px;
    height: 49px;
    line-height: 49px;
    color: #999;
}

.dealer .quotation .dealer-content .dealer-list li {
    height: 64px;
    overflow: hidden;
    padding: 0 20px;
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
}

.dealer .quotation .dealer-content .dealer-list li:last-child {
    border-bottom: none;
}

.dealer .quotation .dealer-content .dealer-list li .dealer-msg {
    width: 263px;
    padding: 21px 0;
    overflow: hidden;
    float: left;
}

.dealer .quotation .dealer-content .dealer-list li a {
    color: #0f5489;
    text-decoration: none;
}

.dealer .quotation .dealer-content .dealer-list li a:hover {
    color: #d60000;
    text-decoration: underline;
}

.dealer .quotation .dealer-content .dealer-list li .truck {
    display: block;
    width: 263px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
}

.dealer .quotation .dealer-content .dealer-list li .tel {
    float: left;
    width: 67px;
    text-align: center;
    color: #d60000;
    margin: 25px 20px 0;
}

.dealer .quotation .dealer-content .dealer-list li .inquiry-price {
    float: right;
    margin-top: 20px;
    width: 50px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    display: block;
    background: #0f5489;
    text-decoration: none;
}

.dealer .quotation .dealer-content .dealer-list li .inquiry-price:hover {
    background-color: #f60;
    color: #fff;
    text-decoration: none;
}

.dealer .quotation .dealer-content .dealer-list li .dealer-v {
    width: 260px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.dealer .quotation .dealer-content .dealer-list li .dealer-v i {
    float: left;
    width: 20px;
    height: 20px;
    background-image: url(../images/cattlelevel-1.png);
    background-image: -webkit-image-set(url(../images/cattlelevel-1.png) 1x, url() 2x);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 4px;
    margin-top: 1px;
}

.dealer .quotation .dealer-content .gold-sales {
    float: left;
    width: 170px;
    padding: 0 0 0 20px;
    border-left: 1px solid #e9e9e9;
    height: 320px;
    box-sizing: border-box;
}

.dealer .quotation .dealer-content .gold-sales .header {
    float: none;
    height: 44px;
    line-height: 44px;
    padding-top: 5px;
}

.dealer .quotation .dealer-content .gold-sales .sales-list {
    width: 150px;
}

.dealer .quotation .dealer-content .gold-sales .sales-list li {
    height: 50px;
    padding-top: 8px;
    box-sizing: border-box;
}

.dealer .quotation .dealer-content .gold-sales .sales-list li a {
    text-decoration: none;
}

.dealer .quotation .dealer-content .gold-sales .sales-list li .pic {
    width: 42px;
    height: 42px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    padding: 0;
    margin: 0;
    margin-right: 10px;
}

.dealer .quotation .dealer-content .gold-sales .sales-list li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dealer .quotation .dealer-content .gold-sales .sales-list li .name {
    width: 98px;
    margin-top: 2px;
    font-size: 14px;
    display: block;
    color: #0f5489;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dealer .quotation .dealer-content .gold-sales .sales-list li .name:hover {
    text-decoration: underline;
    color: #d60000;
}

.dealer .quotation .dealer-content .gold-sales .sales-list li .brand {
    width: 98px;
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dealer .quotation .dealer-content .sales {
    float: right;
    width: 228px;
    padding: 0 0 0 20px;
    border-left: 1px solid #e9e9e9;
    height: 320px;
    box-sizing: border-box;
}

.dealer .quotation .dealer-content .sales .header {
    float: none;
    height: 44px;
    line-height: 44px;
    padding-top: 5px;
}

.dealer .quotation .dealer-content .sales .text-list li {
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}

.dealer .quotation .dealer-content .sales .text-list li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #c4c4c4;
    vertical-align: top;
    margin-top: 12px;
    margin-right: 5px;
}

.dealer .quotation .dealer-content .sales .text-list li a {
    color: #0f5489;
    text-decoration: none;
}

.dealer .quotation .dealer-content .sales .text-list li a:hover {
    color: #d60000;
    text-decoration: underline;
}

.dealer .quotation .dealer-content .sales .text-list li .date {
    float: right;
    color: #999;
}

.dealer .quotation .dealer-content .sales .text-list li .date:hover {
    color: #d60000;
}

.dealer .dealer-stars {
    height: 146px;
    margin: 20px auto 0;
    position: relative;
}

.dealer .dealer-stars .dealer-container {
    width: 100%;
    height: 146px;
    position: relative;
    overflow: hidden;
}

.dealer .dealer-stars .dealer-container a {
    text-decoration: none;
    color: #0f5489;
}

.dealer .dealer-stars .dealer-container .company-intro {
    overflow: hidden;
    clear: both;
    position: relative;
    margin: 0 0 5px;
    padding-left: 100px;
    height: 60px;
}

.dealer .dealer-stars .dealer-container .company-intro .star {
    margin-top: 10px;
    position: relative;
    background-image: url(../images/style-index.png);
    background-position: -4px -116px;
    width: 80px;
    height: 14px;
}

.dealer .dealer-stars .dealer-container .company-intro .star,
.dealer .dealer-stars .dealer-container .company-intro span {
    width: 80px;
    height: 14px;
    overflow: hidden;
}

.dealer .dealer-stars .dealer-container .company-intro span.full-star {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    background-image: url(../images/style-index.png);
    background-position: -88px -116px;
    background-repeat: no-repeat;
    z-index: 2;
    height: 14px;
}

.dealer .dealer-stars .dealer-container .vip-company {
    width: 220px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.dealer .dealer-stars .dealer-container .vip-company i {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    /*background-image: url(../images/v_1x.png);*/
    /*background-image: -webkit-image-set(url(../images/v_1x.png) 1x, url(https://s.kcimg.cn/cms/images/home/v_2x.png) 2x);*/
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.vip-level-1 {
    background-image: url('../images/cattlelevel-1.png');
}

.vip-level-2 {
    background-image: url('../images/cattlelevel-2.png');
}

.vip-level-3 {
    background-image: url('../images/cattlelevel-3.png');
}

.vip-level-4 {
    background-image: url('../images/cattlelevel-4.png');
}

.dealer .dealer-stars .dealer-container .vip-company a:hover {
    color: #d60000;
    text-decoration: underline;
}

.dealer .dealer-stars .dealer-container .btn {
    margin-top: 14px;
    font-size: 12px;
    overflow: hidden;
}

.dealer .dealer-stars .dealer-container .btn a {
    text-align: center;
    float: left;
    padding: 3px 5px;
    box-sizing: border-box;
    height: 25px;
    line-height: 20px;
    text-decoration: none;
}

.dealer .dealer-stars .dealer-container .btn a.to-wx {
    width: 62px;
    border: 1px solid #0f5489;
    color: #0f5489;
    margin-right: 5px;
}

.dealer .dealer-stars .dealer-container .btn a.to-wx:hover {
    background-color: #f60;
    border: 1px solid #f60;
    color: #fff;
    text-decoration: none;
}

.dealer .dealer-stars .dealer-container .btn a.to-price {
    width: 50px;
    background: #0f5489;
    color: #fff;
}

.dealer .dealer-stars .dealer-container .btn a.to-price:hover {
    background-color: #f60;
    color: #fff;
    text-decoration: none;
}

.dealer .dealer-stars .dealer-container .logo {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #e9e9e9;
    width: 88px;
    height: 60px;
    overflow: hidden;
    box-sizing: border-box;
}

.dealer .dealer-stars .dealer-container .address,
.dealer .dealer-stars .dealer-container .dealer,
.dealer .dealer-stars .dealer-container .tel {
    line-height: 24px;
}

.dealer .dealer-stars .dealer-container .address a {
    padding-right: 17px;
    position: relative;
    height: 24px;
    vertical-align: top;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dealer .dealer-stars .dealer-container .dealer a {
    display: inline-block;
    position: relative;
    height: 24px;
    vertical-align: top;
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dealer .dealer-stars .dealer-container .address a:after {
    content: '\5740';
    position: absolute;
    right: 0;
    top: 0;
    height: 25px;
    width: 17px;
    text-align: right;
    line-height: 25px;
    font-family: cms;
    font-size: 14px;
    color: #c4c4c4;
    cursor: pointer;
}

.dealer .dealer-stars .dealer-container .address a:hover:after {
    color: #f60;
}

.dealer .dealer-stars .dealer-container .dealer a:hover {
    color: #d60000;
    text-decoration: underline;
}

.dealer .dealer-stars .dealer-container .tel .tel-num {
    color: #d60000;
    padding-right: 5px;
}

.dealer .dealer-stars .dealer-container .tag {
    font-style: normal;
    font-size: 10px;
    color: #80bdff;
    border: 1px solid #80bdff;
    border-radius: 2px;
    margin-right: 5px;
    padding: 1px 2px 0;
    vertical-align: middle;
}

.dealer .dealer-stars .dealer-container .address a {
    display: inline-block;
    color: #333;
}

.dealer .dealer-stars .dealer-container .dealer-wrapper {
    position: relative;
    width: 2000%;
    height: 146px;
}

.dealer .dealer-stars .dealer-container .dealer-wrapper .dealer-item {
    float: left;
    width: 333px;
    height: 146px;
    overflow: hidden;
}

.dealer .dealer-stars .dealer-container .dealer-wrapper .dealer-item img {
    max-width: 100%;
    vertical-align: top;
}

.dealer .dealer-stars .slide-next,
.dealer .dealer-stars .slide-previous {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 0;
    width: 28px;
    height: 146px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}

.dealer .dealer-stars .slide-previous {
    left: -33px;
}

.dealer .dealer-stars .slide-next {
    right: -33px;
}

.dealer .dealer-stars .slide-next,
.dealer .dealer-stars .slide-previous {
    vertical-align: top;
    line-height: 146px;
    font-family: cms;
    color: #cedde8;
    font-size: 32px;
}

.dealer .dealer-stars .slide-next:hover,
.dealer .dealer-stars .slide-previous:hover {
    color: #6e97b9;
}

.products-photos .upgrade {
    padding-right: 24px;
    float: left;
    width: 435px;
    height: 393px;
    border-right: 1px solid #e9e9e9;
}

.products-photos .upgrade .upgrade-title {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    position: relative;
    padding: 15px 0 8px;
}

.products-photos .upgrade .upgrade-title .total-num {
    position: absolute;
    color: #999;
    font-size: 12px;
    font-weight: 400;
    top: 15px;
    right: 0;
}

.products-photos .upgrade .upgrade-title .total-num .photo-num,
.products-photos .upgrade .upgrade-title .total-num .type-num {
    color: #d60000;
}

.products-photos .upgrade .upgrade-con {
    overflow: hidden;
    height: 286px;
}

.products-photos .upgrade .upgrade-con li {
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    clear: both;
}

.products-photos .upgrade .upgrade-con li:before {
    float: left;
    content: '';
    width: 3px;
    height: 3px;
    background-color: #c4c4c4;
    margin-top: 12px;
    margin-right: 7px;
}

.products-photos .upgrade .upgrade-con li a,
.products-photos .upgrade .upgrade-con li span {
    float: left;
    font-size: 12px;
    color: #999;
}

.products-photos .upgrade .upgrade-con li a {
    width: 280px;
    margin-right: 30px;
    text-decoration: none;
    color: #0f5489;
    word-break: normal;
    word-wrap: break-word;
}

.products-photos .upgrade .upgrade-con li a:hover {
    text-decoration: underline;
    color: #d60000;
}

.products-photos .upgrade .upgrade-con .item-num {
    overflow: hidden;
    width: 56px;
    font-size: 12px;
}

.products-photos .upgrade .upgrade-con .item-num em {
    color: #d60000;
}

.products-photos .upgrade .more-pic {
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-top: 4px;
    font-weight: 700;
}

.products-photos .upgrade .more-pic a {
    color: #666;
    text-decoration: none;
}

.products-photos .upgrade .more-pic a:hover {
    text-decoration: underline;
    color: #d60000;
}

.products-photos .recommend {
    float: right;
    width: 540px;
}

.products-photos .recommend .recommend-item {
    border-bottom: 1px solid #e9e9e9;
}

.products-photos .recommend .recommend-item a {
    text-decoration: none;
    color: #0f5489;
}

.products-photos .recommend .recommend-item a:hover {
    color: #d60000;
    text-decoration: underline;
}

.products-photos .recommend .recommend-item.no-border {
    border-bottom: none;
}

.products-photos .recommend .recommend-item .header {
    line-height: 51px;
    padding-bottom: 2px;
}

.products-photos .recommend .recommend-item .header h3 {
    font-size: 18px;
    padding-left: 30px;
}

.products-photos .recommend .recommend-item .header h3 a {
    color: #333;
}

.products-photos .recommend .recommend-item .header h3 a:hover {
    color: #d60000;
    text-decoration: none;
}

.products-photos .recommend .recommend-item .header .view-more {
    float: right;
    color: #c4c4c4;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-top: 15px;
    margin-right: 4px;
}

.products-photos .recommend .recommend-item .header .view-more:hover {
    color: #d60000;
    text-decoration: underline;
}

.products-photos .recommend .recommend-item .header .view-more:after {
    content: '\591a';
    font-family: cms;
    font-size: 12px;
}

.products-photos .recommend .recommend-item .recommend-con {
    height: 143px;
    font-size: 0;
}

.products-photos .recommend .recommend-item .recommend-con li {
    display: inline-block;
    vertical-align: top;
}

.products-photos .recommend .recommend-item .recommend-con a {
    width: 150px;
    font-size: 12px;
    margin-left: 30px;
    display: block;
}

.products-photos .recommend .recommend-item .recommend-con a img,
.products-photos .recommend .recommend-item .recommend-con a span {
    display: block;
}

.products-photos .recommend .recommend-item .recommend-con h4 {
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 400;
}

.mall-sales .header .view-more {
    line-height: 20px;
    height: 20px;
    margin-top: 15px;
}

.mall-sales .flex-container {
    height: 273px;
}

.mall-sales .flex-container .flex-two .hot {
    overflow: hidden;
    clear: both;
}

.mall-sales .flex-container .flex-two .hot .hot-cloth {
    float: left;
    padding: 20px 20px 20px 0;
    width: 201px;
    height: 233px;
    border-right: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    display: block;
    overflow: hidden;
}

.mall-sales .flex-container .flex-two .hot .hot-cloth img {
    display: block;
}

.mall-sales .flex-container .flex-two .hot .daily-supplies {
    float: left;
    width: 443px;
    height: 253px;
    padding-top: 20px;
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

.mall-sales .flex-container .flex-two .hot .daily-supplies dl,
.mall-sales .flex-container .flex-two .hot .daily-supplies ul {
    font-size: 0;
    overflow: hidden;
    clear: both;
}

.mall-sales .flex-container .flex-two .hot .daily-supplies ul {
    padding-bottom: 11px;
    border-bottom: 1px solid #e9e9e9;
}

.mall-sales .flex-container .flex-two .hot .daily-supplies dd,
.mall-sales .flex-container .flex-two .hot .daily-supplies dt,
.mall-sales .flex-container .flex-two .hot .daily-supplies li {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
}

.mall-sales .flex-container .flex-two .hot .daily-supplies li {
    width: 120px;
    margin-left: 20px;
}

.mall-sales .flex-container .flex-two .hot .daily-supplies li a.figure {
    display: block;
    height: 90px;
    overflow: hidden;
}

.mall-sales .flex-container .flex-two .hot .daily-supplies li a.figure img {
    width: 100%;
}

.mall-sales .flex-container .flex-two .hot .daily-supplies li a.title {
    display: block;
    width: 118px;
    color: #004ea2;
    height: 20px;
    line-height: 18px;
    padding-top: 8px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
}

.mall-sales .flex-container .flex-two .hot .daily-supplies li a.title:hover {
    color: #d60000;
    text-decoration: underline;
}

.mall-sales .flex-container .flex-two .hot .daily-supplies li span.price {
    display: block;
    width: 122px;
    color: #888;
    text-align: center;
}

.mall-sales .flex-container .flex-two .hot .daily-supplies li span.price font {
    color: #e33006;
    font-weight: 700;
    font-size: 14px;
}

.mall-sales .flex-container .flex-two .hot .daily-supplies dd,
.mall-sales .flex-container .flex-two .hot .daily-supplies dt {
    margin-right: 21px;
    float: left;
}

.mall-sales .flex-container .flex-two .hot .daily-supplies .supplies-type {
    padding-top: 11px;
    line-height: 26px;
}

.mall-sales .flex-container .flex-two .hot .daily-supplies .supplies-type dd a {
    color: #0f5489;
    text-decoration: none;
}

.mall-sales .flex-container .flex-two .hot .daily-supplies .supplies-type dd a.active {
    color: #d60000;
}

.mall-sales .flex-container .flex-two .hot .daily-supplies .supplies-type dd a:hover {
    color: #d60000;
    text-decoration: underline;
}

.mall-sales .flex-container .flex-two .hot .daily-supplies dt {
    width: 79px;
    margin-right: 21px;
    text-align: right;
    font-weight: 700;
}

.mall-sales .flex-container .flex-two .hot .daily-supplies dt a {
    color: #999;
    text-decoration: none;
}

.mall-sales .flex-container .flex-two .hot .daily-supplies dt a:hover {
    color: #d60000;
    text-decoration: underline;
}

.mall-sales .flex-container .flex-two .hot .daily-supplies .supplies-recommend dt {
    line-height: 30px;
    margin-top: 5px;
}

.mall-sales .flex-container .flex-two .hot .daily-supplies .supplies-recommend dd {
    margin-right: 14px;
    margin-top: 5px;
}

.mall-sales .flex-container .flex-one .mall-list {
    padding: 15px 10px 0 12px;
    width: 306px;
    height: 258px;
    border-top: 1px solid #e9e9e9;
}

.mall-sales .flex-container .flex-one .mall-list li {
    line-height: 26px;
    height: 26px;
    width: 100%;
    overflow: hidden;
}

.mall-sales .flex-container .flex-one .mall-list li a {
    color: #0f5489;
    text-decoration: none;
    padding-left: 8px;
}

.mall-sales .flex-container .flex-one .mall-list li a.active {
    color: #d60000;
}

.mall-sales .flex-container .flex-one .mall-list li a:hover {
    color: #d60000;
    text-decoration: underline;
}

.ranks-all .flex-one {
    height: 392px;
    overflow: hidden;
}

.ranks-all .flex-one .hot-news h3,
.ranks-all .flex-one .hot-poster h3 {
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    color: #333;
    padding: 15px 0 8px;
}

.ranks-all .flex-one .hot-news .rank-type,
.ranks-all .flex-one .hot-poster .rank-type {
    overflow: hidden;
    clear: both;
    margin-top: 3px;
    height: 26px;
}

.ranks-all .flex-one .hot-news .rank-type li,
.ranks-all .flex-one .hot-poster .rank-type li {
    width: 166px;
    font-size: 12px;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
    color: #666;
    line-height: 25px;
    height: 25px;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
}

.ranks-all .flex-one .hot-news .rank-type li:after,
.ranks-all .flex-one .hot-poster .rank-type li:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -2px;
    border: 4px solid transparent;
    border-bottom-color: #0f5489;
}

.ranks-all .flex-one .hot-news .rank-type li.current,
.ranks-all .flex-one .hot-poster .rank-type li.current {
    border-bottom: 1px solid #0f5489;
}

.ranks-all .flex-one .hot-news .rank-type li.current:after,
.ranks-all .flex-one .hot-poster .rank-type li.current:after {
    bottom: 0;
}

.ranks-all .flex-one .hot-news .rank-con,
.ranks-all .flex-one .hot-poster .rank-con {
    display: none;
    padding-top: 5px;
    overflow: hidden;
}

.ranks-all .flex-one .hot-news .rank-con.visible,
.ranks-all .flex-one .hot-poster .rank-con.visible {
    display: block;
}

.ranks-all .flex-one .hot-news .rank-con li,
.ranks-all .flex-one .hot-poster .rank-con li {
    line-height: 30px;
    height: 30px;
    width: 294px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    clear: both;
    vertical-align: middle;
}

.ranks-all .flex-one .hot-news .rank-con li:before,
.ranks-all .flex-one .hot-poster .rank-con li:before {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #c4c4c4;
    margin-top: 12px;
    margin-right: 7px;
    float: left;
}

.ranks-all .flex-one .hot-news .rank-con li a,
.ranks-all .flex-one .hot-poster .rank-con li a {
    float: left;
    text-decoration: none;
    color: #0f5489;
    height: 30px;
}

.ranks-all .flex-one .hot-news .rank-con li a:hover,
.ranks-all .flex-one .hot-poster .rank-con li a:hover {
    color: #d60000;
    text-decoration: underline;
}

.ranks-all .flex-one .hot-news .rank-con li span,
.ranks-all .flex-one .hot-poster .rank-con li span {
    float: right;
    height: 30px;
}

.ranks-all .flex-one .hot-poster .header,
.ranks-all .flex-one .hot-poster .rank-con {
    padding-left: 20px;
}

.ranks-all .flex-one .model-focus {
    width: 331px;
    height: 392px;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

.ranks-all .flex-one .model-focus h3 {
    font-size: 18px;
    line-height: 28px;
    height: 28px;
    color: #333;
    padding: 15px 0 8px;
    padding-left: 20px;
}

.ranks-all .flex-one .model-focus .rank-type {
    overflow: hidden;
    clear: both;
    height: 25px;
    line-height: 25px;
    color: #666;
    margin-top: 3px;
    border-bottom: 1px solid #e9e9e9;
}

.ranks-all .flex-one .model-focus .rank-type a,
.ranks-all .flex-one .model-focus .rank-type span {
    float: left;
}

.ranks-all .flex-one .model-focus .rank-type .car-type {
    width: 124px;
    margin-right: 25px;
    margin-left: 130px;
}

.ranks-all .flex-one .model-focus .rank-type .focus {
    width: 48px;
    text-align: center;
}

.ranks-all .flex-one .model-focus .rank-detail {
    padding-left: 17px;
    width: 315px;
    margin-top: 4px;
    overflow: hidden;
}

.ranks-all .flex-one .model-focus .rank-detail li {
    position: relative;
    padding-left: 31px;
    line-height: 30px;
    height: 30px;
    width: 284px;
    overflow: hidden;
    clear: both;
    vertical-align: middle;
}

.ranks-all .flex-one .model-focus .rank-detail li i {
    font-family: Brig;
    color: #999;
    font-size: 14px;
    background-color: #f0f0f0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    border-radius: 50%;
}

.ranks-all .flex-one .model-focus .rank-detail li i.hot {
    color: #f60;
}

.ranks-all .flex-one .model-focus .rank-detail li a,
.ranks-all .flex-one .model-focus .rank-detail li span {
    float: left;
}

.ranks-all .flex-one .model-focus .rank-detail li a {
    text-decoration: none;
    color: #0f5489;
}

.ranks-all .flex-one .model-focus .rank-detail li a:hover {
    color: #d60000;
    text-decoration: underline;
}

.ranks-all .flex-one .model-focus .rank-detail li .brand {
    width: 64px;
    margin-right: 15px;
}

.ranks-all .flex-one .model-focus .rank-detail li .car-type {
    width: 213px;
    margin-right: 18px;
    overflow: hidden;
}

.ranks-all .flex-one .model-focus .rank-detail li span {
    width: 48px;
    text-align: center;
}

.ranks-all .flex-one .model-focus .rank-detail li span.hot {
    color: #d60000;
}

.friends-link .header-link {
    height: 35px;
    padding-top: 15px;
}

.friends-link .header-link h3 {
    height: 21px;
    font-size: 0;
}

.friends-link .header-link h3 a {
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    text-decoration: none;
    height: 21px;
    padding-right: 11px;
    margin-right: 11px;
    font-weight: 400;
    position: relative;
}

.friends-link .header-link h3 a.border:after {
    content: '';
    width: 1px;
    height: 12px;
    position: absolute;
    background-color: #d9d9d9;
    top: 4px;
    right: 0;
}

.friends-link .header-link h3 a.current {
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.friends-link .content {
    font-size: 0;
    padding: 10px 0;
    border-top: 1px solid #e9e9e9;
    display: none;
}

.friends-link .content.visible {
    display: block;
}

.friends-link .content a {
    color: #0f5489;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    margin: 6px 12px 6px 0;
    padding-right: 12px;
    border-right: 1px solid #ccc;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 12px;
    line-height: 14px;
    vertical-align: top;
}

.friends-link .content a.more {
    color: #c4c4c4;
    border-right: none;
}

.friends-link .content a:hover {
    text-decoration: underline;
    color: #d60000;
}

.friends-link .content a.more:after {
    content: '\591a';
    font-family: cms;
    font-size: 12px;
}

.global-footer {
    height: 43px;
    border-bottom: 0 none;
    text-align: center;
    line-height: 24px;
    color: #999;
    position: relative;
}

@font-face {
   
}

.global-footer .links {
    position: relative;
    margin-top: 10px;
    text-align: left;
    text-indent: 10px;
    *zoom: 1;
}

.global-footer .links a,
.global-footer .licence a {
    margin: 0 10px;
    color: #999;
    text-decoration: none;
}

.global-footer .links a:hover,
.global-footer .licence a:hover {
    text-decoration: underline;
    color: #d60000;
}

.global-footer .links a:before {
    font-family: Global Footer;
    font-size: 14px;
}

.global-footer .links a.iphone:before {
    content: '\e673';
}

.global-footer .links a.android:before {
    content: '\e602';
}

.global-footer .links a.promotion {
    color: #d60000;
}

.global-footer .links .share {
    position: absolute;
    right: 0;
    top: 0;
    height: 24px;
    line-height: 24px;
}

.global-footer .links .share .share-tools-360che {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    width: auto;
    white-space: nowrap;
}

.global-footer .links .share .share-tools-360che a,
.global-footer .links .share .share-tools-360che span {
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.global-footer .links .share #page_qrcode {
    top: -60px;
    left: 110px;
}

.global-footer .copyright a {
    margin: 0 10px;
    color: #999;
    text-decoration: none;
}

.global-footer .copyright a:hover {
    text-decoration: underline;
    color: #d60000;
}

.global-footer .industrial-logo {
    position: absolute;
    top: 33px;
    left: 168px;
}

.global-widget {
    width: 48px;
    border: 1px solid #e9e9e9;
    font-size: 12px;
    text-align: center;
    position: fixed;
    left: 50%;
    margin-left: 535px;
    bottom: 10px;
    z-index: 99;
}

.global-widget .back-top,
.global-widget .feed-back {
    display: block;
    font-family: cms;
    color: #666;
    background-color: #fff;
    font-size: 20px;
    font-style: normal;
    line-height: 40px;
    height: 48px;
    cursor: pointer;
    position: relative;
}

.global-widget .back-top:after,
.global-widget .feed-back:after {
    width: 48px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: Microsoft YaHei;
}

.global-widget .feed-back {
    text-align: center;
    text-decoration: none;
}

.global-widget .feed-back:after {
    content: '\53cd\9988';
}

.global-widget .feed-back:hover {
    color: #f60;
    line-height: 40px;
}

.global-widget .feed-back:hover:after {
    color: #f60;
    line-height: 20px;
}

.global-widget .back-top {
    color: #999;
    border-top: 1px solid #e9e9e9;
    display: none;
}

.global-widget .back-top:hover {
    color: #f60;
    line-height: 40px;
}

.global-widget .back-top:hover:after {
    color: #f60;
    line-height: 20px;
}

.global-widget .back-top:after {
    content: '\9876\90e8';
}

/* 广告增加动画 */
.ad-div {
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
    opacity: 0;
}

select,input,button {vertical-align:middle;font-size:100%;}
ul,ol {list-style:none;}
fieldset,img {border:0;width: 90%;}
em {font-style:normal;}
.clearfix:after {content:"."; display: block; visibility: hidden; clear: both; height:0; font-size:0}
.clearfix {*zoom:1}

.topic-wrap{width:1000px;margin:0 auto;}
.topic-wrap .tabs{border-top:3px solid #0f5489;height:42px;line-height:42px;font-size:18px;}
.topic-wrap .tabs a{float:left;width:79px;border-right:1px solid #e9e9e9;font-weight: bold; text-align:center;display: block;cursor: pointer;}
.topic-wrap .tabs a:hover{text-decoration: none;}
.topic-wrap .tabs .seleted{border-bottom: 3px solid #ff6600;height: 40px;}

#pc_topic,#m_topic{border:1px solid #e9e9e9;border-left:none;border-right:none;overflow:hidden;clear: both;display: none;margin-top: 1px;}
#pc_topic.visible,#m_topic.visible{display: block;}
#pc_topic .topic-list li,#m_topic .topic-list li{width:300px;border-right:1px solid #e9e9e9;float:left;border-bottom:1px solid #e9e9e9;padding: 15px 25px;}
#pc_topic .topic-list li >span,#m_topic .topic-list li >span{font-size:14px;line-height:24px;margin-top:4px;display:block;color:#999999}
#m_topic .topic-list li{width: 220px;padding: 15px 20px;height: 220px}
/*#m_topic li a{position: relative;display: block;overflow: hidden;}*/
#m_topic .topic-list li >span{margin-top: 2px;}
.topic-wrap .topic-list li >span em{float: right;margin-right: 17px;}
.topic-wrap .topic-list li >span i{background: url(https://s.kcimg.cn/topic/images/pc-topic/icon.png) -155px -39px;display: inline-block;width: 20px;height: 12px;margin-right: 4px;}
.topic-list li img{display:block;overflow: hidden;margin-bottom: 10px;height: 145px;}
.topic-list li .descript{font-size:14px;height: 38px; line-height:20px;overflow:hidden;font-weight:bold;color:#0f5489;display: block;}
.topic-list li .descript:hover{color:#d60000}

.topic-list .wechat-icon{position:absolute;left:0;top:0px;width:56px;height:56px;display:block;z-index:2;background:url(https://s.kcimg.cn/topic/images/pc-topic/icon.png) 0 0;}
.topic-list .qa-code{position:absolute; left:0;right:0;bottom:-155px;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#CCFFFFFF', endColorstr='#CCFFFFFF');background:rgba(255,255,255,0.8);z-index:3; }
.topic-list :root .qa-code{filter:none;}
.topic-list .qa-code img{width:100px;height:100px;margin:18px auto;display: block;border:5px solid #fff;}

/*涓撻鍒楄〃缈婚〉*/
/*.topic-wrap .pages{padding:30px 0;clear:both;height:32px;max-width: 500px;margin:0 auto;}
.topic-wrap .pages li{float:left;}
.topic-wrap .pages li a{width:31px;height:31px;border:1px solid #e9e9e9;color: #666666;margin-left:5px;display: block; line-height:31px;text-align:center;}
.topic-wrap .pages li a:hover{border-color: #0f5489; text-decoration: none;}
.topic-wrap .pages li .selected{background: #0f5489;color: #fff;border:1px solid #0f5489;}
.topic-wrap .pages li .omitted{width:30px;border:0px;margin-left:0;}
.topic-wrap .pages li .end{margin-left:0;}
.topic-wrap .pages li .next{width:72px;}*/
.pageboxtom { float: left; clear: both; width: 100%; }
.pages { text-align: center; margin: 20px auto; line-height: 15px; height: 32px; font-size: 16px; }
.pages a { display: inline-block; margin: 0px 1px 0px 0px; padding: 8px 11px 7px 11px; border: 1px #e9e9e9 solid; background: #fff; border-radius: 1px; color: #666666; text-decoration: none; }
.pages a:hover { border: 1px solid #0f5489; color: #666666; }
.pages span { display: inline-block; margin: 0 5px 0px 0px; padding: 8px 11px 7px 11px; border: 1px #0f5489 solid; background: #0f5489; border-radius: 1px; color: #fff; font-weight: bold; }
.pages .pages-wd { padding: 8px 0px 7px 0px; width: 75px; }
.pagestip { color: #999999; line-height: 18px; text-align: center; font-size: 14px; height: 20px; padding-bottom: 20px; }


.m-topic-dialog{position: fixed;height: 100%;width: 100%;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#E5474747', endColorstr='#E5474747');background:rgba(71,71,71,0.9);left: 0;top:0;z-index: 1005;display: none;}
:root  .m-topic-dialog{filter:none;}
.dialog-content{width: 1000px;height: 800px;z-index: 5;left: 50%;margin-left: -500px;top: 50%;margin-top: -400px;background: #fff;position: absolute;}
.dialog-content .close{width: 23px;height: 23px;position: absolute;display: block;right: 20px;top: 20px;cursor: pointer;background: url(https://s.kcimg.cn/topic/images/pc-topic/icon.png) -2px -77px;overflow: hidden;text-indent: -100px;}
.dialog-content .close:hover{background-position: -161px -77px}
.dialog-content .phone-wrap{margin-left:90px;width:360px;float: left;height: 700px;margin-top: 50px;background: url(https://s.kcimg.cn/topic/images/pc-topic/phone.png);}
.dialog-content .phone{width: 320px;height: 550px;margin:65px auto 0;overflow: hidden;}
.dialog-content .describe{float: left;width: 440px;margin-left: 40px;}
.dialog-content .describe h3{font-size: 24px;line-height: 36px;margin-top: 110px;cursor: pointer;}
.dialog-content .describe .link{position: relative;line-height: 33px;margin:12px 0 72px;height: 35px;}
.dialog-content .describe .copy-ok{position: absolute;width: 130px;height: 48px;top:45px;right: 10px;border:1px solid #e9e9e9;display: block;line-height: 48px;display: none;}
.dialog-content .describe .copy-ok i{background: url(https://s.kcimg.cn/topic/images/pc-topic/icon.png) -83px -66px;display: inline-block;width: 35px;height: 35px;margin:7px 10px 6px 15px;float: left;}
.dialog-content .describe input{width: 338px;height: 33px;border:1px solid #e9e9e9;float: left;padding: 0 10px;}
#link_copy{float: left;width: 68px;border:1px solid #e9e9e9;border-left: none;display: block;height: 33px;background: #f0f0f0;text-align: center;line-height: 33px;cursor: pointer;}
.dialog-content .describe .qa-code{text-align: center;}
.dialog-content .describe .qa-code img{width: 215px;height: 215px;overflow: hidden;}
.dialog-content .describe .qa-code span{display: block;margin-top: 16px;font-size: 14px;line-height: 20px;color: #666}
.phone iframe { display: block; border: 0 none; overflow: scroll; }
.phone iframe::-webkit-scrollbar { width: 0px; }
.phone-wrap .phone .double-dpr { width: 640px; height: 1008px;background: #fff}
.phone-wrap #content { margin-top: 175px; width: 320px!important; }
.phone-wrap .phone iframe { position: relative; width: 320px; height: 798px;}
.phone-wrap .phone .double-dpr { width: 640px; height: 1100px; }
.phone-wrap .edui-editor { width: 320px!important; }
.phone-wrap #edui1_iframeholder { width: 320px!important; }
.phone .double-dpr{ -webkit-transform: scale(.5); -webkit-transform-origin: 0 0; transform: scale(.5); transform-origin: 0 0; }

.picture_list0{
    border-right: none; padding-left: 23px; padding-right: 0px;
}
.picture_list1{
    padding-left: 0px;
}
.details{
    width: 1000px;
    
}
.xypg-detail-pn{
    margin-top: 10px;
    border-top: 3px solid #0f5489;
  
}
.xypg-detail-pn-a{
    margin-top: 10px;
   
}
.xypg-detail-pn a{text-decoration:none;outline:none;}
.xypg-detail-pn a:link{color:#666;}
.xypg-detail-pn a:visited{color:#666;}
.xypg-detail-pn a:hover,a:active,a:focus{color:#0d4aa8;text-decoration:none;outline:none;}

.probox_1 {
    padding: 20px 0px 17px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
}

.probox_2 {
    float: left;
    width: 174px;
}
.news_dk1 {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 25px;
}
.news_dk2 {
    color: #666;
    line-height: 18px;
}
.news_dk3 {
    color: #999;
    line-height: 18px;
    padding-top: 15px;
}
.news_dk3a .fr {
    float: left;
}
.news_dk3b .fr {
    float: right;
}