@charset "UTF-8";
.swiper-self{
    height:auto !important;
}
.yc-header-container .header-wrapper::before, .yc-header-container .header-wrapper .nav-list-wrapper .nav-list li.more .dot::before, .yc-container .main .content::before, .yc-container .main .content .index-hot-recommand-container .hot-box::before, .yc-container .main .content .index-program-recommand-container .program-list::before, .yc-container .main .content .program-container::before, .yc-container .main .content .article-container .article-item.type-one > a .content-box::before, .yc-container .main .content .article-container .article-item.type-two .img-box::before, .yc-container .main .content .article-detail-container .dealer-box .dealer-activity-wrapper::before, .yc-container .main .content .article-detail-container .dealer-box .dealer-activity-wrapper .activity-item .activity-btn::before, .yc-container .main .content .article-detail-container .bar-map-container .plot-option::before, .yc-container .bread-crumbs::before, .yc-container .program-head-container::before, .yc-container .rank-switch::before, .yc-header-container .header-wrapper::after, .yc-header-container .header-wrapper .nav-list-wrapper .nav-list li.more .dot::after, .yc-container .main .content::after, .yc-container .main .content .index-hot-recommand-container .hot-box::after, .yc-container .main .content .index-program-recommand-container .program-list::after, .yc-container .main .content .program-container::after, .yc-container .main .content .article-container .article-item.type-one > a .content-box::after, .yc-container .main .content .article-container .article-item.type-two .img-box::after, .yc-container .main .content .article-detail-container .dealer-box .dealer-activity-wrapper::after, .yc-container .main .content .article-detail-container .dealer-box .dealer-activity-wrapper .activity-item .activity-btn::after, .yc-container .main .content .article-detail-container .bar-map-container .plot-option::after, .yc-container .bread-crumbs::after, .yc-container .program-head-container::after, .yc-container .rank-switch::after {
     content: "";
     display: table;
 }

.yc-header-container .header-wrapper::after, .yc-header-container .header-wrapper .nav-list-wrapper .nav-list li.more .dot::after, .yc-container .main .content::after, .yc-container .main .content .index-hot-recommand-container .hot-box::after, .yc-container .main .content .index-program-recommand-container .program-list::after, .yc-container .main .content .program-container::after, .yc-container .main .content .article-container .article-item.type-one > a .content-box::after, .yc-container .main .content .article-container .article-item.type-two .img-box::after, .yc-container .main .content .article-detail-container .dealer-box .dealer-activity-wrapper::after, .yc-container .main .content .article-detail-container .dealer-box .dealer-activity-wrapper .activity-item .activity-btn::after, .yc-container .main .content .article-detail-container .bar-map-container .plot-option::after, .yc-container .bread-crumbs::after, .yc-container .program-head-container::after, .yc-container .rank-switch::after {
    clear: both;
}

.yc-container .program-head-container .program-head-wrapper .logo-wrapper img {
    background: url(//s.autoimg.cn/as/static/holdimg_white.png) center center no-repeat;
    background-size: 50% auto;
}

.fn-hide {
    display: none !important;
}

.btn-area {
    text-align: center;
}

.border_bottom {
    position: relative;
}

.border_bottom::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #dcdfe0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

/* stylelint-disable declaration-colon-space-after */
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background-color: white;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
    outline: none;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    -webkit-user-select: none;
    outline: 0;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* Add Reset
   ========================================================================== */
html, button, input, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    /* 1 */
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
    margin: 0;
}

ul, ol, li, dl, dd {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none outside none;
}

h1, h2, h3 {
    line-height: 2;
    font-weight: normal;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #A6A6A6;
}

a,
a:link,
a:visited,
a:hover {
    color: #666;
    text-decoration: none;
}

a, img {
    -webkit-touch-callout: none;
    /* 禁止长按链接与图片弹出菜单 */
}

html, body {
    user-select: text !important;
    -webkit-user-select: text !important;
    -webkit-touch-callout: default !important;
}

a, a:link, a:visited, a:hover {
    color: inherit;
}

em, i {
    font-style: normal;
}

p {
    color: #494b4d;
}

img {
    max-width: 100%;
    max-height: 100%;
}

body {
    background-color: #f5f2f0;
}

input[type="submit"], input[type="checkbox"], input[type="checkbox"]:checked {
    border: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
}

input::-webkit-input-placeholder {
    vertical-align: middle;
    line-height: 1.3;
}

input::placeholder {
    vertical-align: middle;
    line-height: 1.3;
}

body {
    min-width: 1200px;
    background: #F5F5F5;
    color: #111E36;
}

.yc-header-container {
    width: 100%;
    background-color: #fff;
    margin-bottom: 24px;
}

.yc-header-container .header-wrapper {
    margin: 0 auto;
    width: 1200px;
    height: 80px;
}

.yc-header-container .header-wrapper .logo {
    float: left;
}

.yc-header-container .header-wrapper .logo img {
    margin-right: 44px;
    padding: 26px 0 24px;
    display: block;
    width: 254px;
}

.yc-header-container .header-wrapper .nav-list-wrapper {
    float: left;
}

.yc-header-container .header-wrapper .nav-list-wrapper .nav-list {
    list-style: none;
}

.yc-header-container .header-wrapper .nav-list-wrapper .nav-list li {
    height: 80px;
    float: left;
    margin-right: 32px;
}

.yc-header-container .header-wrapper .nav-list-wrapper .nav-list li h3 {
    height: 100%;
    font-size: 16px;
    color: #111E36;
    line-height: 80px;
    cursor: pointer;
}

.yc-header-container .header-wrapper .nav-list-wrapper .nav-list li h3:hover {
    color: #FF6600;
}

.yc-header-container .header-wrapper .nav-list-wrapper .nav-list li.active h3 {
    color: #FF6600;
    border-bottom: 2px solid #FF6600;
    box-sizing: border-box;
}

.yc-header-container .header-wrapper .nav-list-wrapper .nav-list li.more {
    margin-right: 0;
    position: relative;
}

.yc-header-container .header-wrapper .nav-list-wrapper .nav-list li.more .dot {
    margin: 37px 0;
}

.yc-header-container .header-wrapper .nav-list-wrapper .nav-list li.more .dot span {
    float: left;
    margin-right: 5px;
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background-color: #666D7F;
}

.yc-header-container .header-wrapper .nav-list-wrapper .nav-list li.more .drop-down {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 100;
    margin-left: -58px;
    background: #fff;
    width: 142px;
    padding: 20px 20px;
    box-sizing: border-box;
    box-shadow: 0 4px 20px 0 rgba(30, 59, 124, 0.08);
}

.yc-header-container .header-wrapper .nav-list-wrapper .nav-list li.more .drop-down li {
    width: 100%;
    height: 22px;
    margin-bottom: 26px;
    margin-right: 0;
}

.yc-header-container .header-wrapper .nav-list-wrapper .nav-list li.more .drop-down li:last-child {
    margin-bottom: 0;
}

.yc-header-container .header-wrapper .nav-list-wrapper .nav-list li.more .drop-down li h3 {
    font-size: 1rem;
    color: #111E36;
    line-height: 22px;
    text-align: center;
}

.yc-header-container .header-wrapper .nav-list-wrapper .nav-list li.more .drop-down li h3:hover {
    color: #FF6600;
}

.yc-header-container .header-wrapper .nav-list-wrapper .nav-list li.more:hover .dot span {
    background-color: #FF6600;
}

.yc-header-container .header-wrapper .nav-list-wrapper .nav-list li.more:hover .drop-down {
    display: block;
}

.yc-header-container .header-wrapper .search-container {
    float: right;
    width: 210px;
    height: 80px;
    padding: 17px 0;
    box-sizing: border-box;
    background: #fff;
}

.yc-header-container .header-wrapper .search-container form {
    position: relative;
    height: 100%;
    padding-left: 17px;
    padding-right: 32px;
    border: 1px solid #E6EBF5;
    box-sizing: border-box;
    border-radius: 23px;
    overflow: hidden;
}

.yc-header-container .header-wrapper .search-container form input {
    width: 100%;
    height: 100%;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.yc-header-container .header-wrapper .search-container form input::-webkit-input-placeholder {
    color: #C5CAD4;
}

.yc-header-container .header-wrapper .search-container form input::-moz-placeholder {
    color: #C5CAD4;
}

.yc-header-container .header-wrapper .search-container form input:-ms-input-placeholder {
    color: #C5CAD4;
}

.yc-header-container .header-wrapper .search-container form .icon-search {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 18px;
    height: 18px;
    background: url("https://x.autoimg.cn/cfw/yc/images/icon-search.png") center center no-repeat;
    background-size: 100% 100%;
}

.yc-container {
    max-width: 1200px;
    min-height: 1000px;
    margin: 0 auto;
    font-family: PingFangSC-Regular;
}

.yc-container .main {
    position: relative;
}

.yc-container .main .content {
    width: 860px;
    float: left;
}

.yc-container .main .content.artical-detail-content {
    margin-bottom: 30px;
    background: #fff;
    padding: 30px 40px 40px;
    box-sizing: border-box;
}

.yc-container .main .content .index-hot-recommand-container {
    margin-bottom: 24px;
    background-color: #fff;
    padding: 0 24px 24px;
    box-sizing: border-box;
}

.index-header {
    position: relative;
    font-size: 22px;
    color: #111E36;
    line-height: 30px;
    font-weight: bold;
    padding: 20px 14px 20px;
    box-sizing: border-box;
}

.index-header:before {
    content: '';
    width: 4px;
    height: 22px;
    background-color: #FF6600;
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 10;
}

.yc-container .main .content .index-hot-recommand-container .hot-box .index-hot-recommand-swiper {
    float: left;
    width: 425px;
    height: 256px;
}

.yc-container .main .content .index-hot-recommand-container .hot-box .index-hot-recommand-swiper .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.yc-container .main .content .index-hot-recommand-container .hot-box .index-hot-recommand-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.yc-container .main .content .index-hot-recommand-container .hot-box .index-hot-recommand-swiper .index-hot-recommand-img-bullet {
    margin: 0 5px;
    display: inline-block;
    width: 7px;
    height: 7px;
    opacity: 0.2;
    border-radius: 100%;
    background: #fff;
}

.yc-container .main .content .index-hot-recommand-container .hot-box .index-hot-recommand-swiper .index-hot-recommand-img-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    height: 12px;
    border-radius: 3.5px;
}

.yc-container .main .content .index-hot-recommand-container .hot-box .index-hot-recommand-swiper .swiper-button-next.swiper-button-white, .yc-container .main .content .index-hot-recommand-container .hot-box .index-hot-recommand-swiper .swiper-button-prev.swiper-button-white {
    background: rgba(0, 0, 0, 0.4);
    width: 22px;
    height: 40px;
}

.yc-container .main .content .index-hot-recommand-container .hot-box .index-hot-recommand-swiper .swiper-button-next {
    right: 0;
}

.yc-container .main .content .index-hot-recommand-container .hot-box .index-hot-recommand-swiper .swiper-button-prev {
    left: 0;
}

.yc-container .main .content .index-hot-recommand-container .hot-box .index-hot-recommand-swiper .swiper-button-next:after, .yc-container .main .content .index-hot-recommand-container .hot-box .index-hot-recommand-swiper .swiper-button-prev:after {
    font-size: 12px;
    font-weight: bold;
}

.yc-container .main .content .index-hot-recommand-container .hot-box .hot-list {
    float: right;
    margin-top: -2px;
    width: 366px;
}

.yc-container .main .content .index-hot-recommand-container .hot-box .hot-list .hot-item {
    position: relative;
    padding-left: 14px;
    box-sizing: border-box;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
}

.yc-container .main .content .index-hot-recommand-container .hot-box .hot-list .hot-item:first-child {
    font-weight: bold;
}

.yc-container .main .content .index-hot-recommand-container .hot-box .hot-list .hot-item:last-child {
    margin-bottom: 0;
}

.yc-container .main .content .index-hot-recommand-container .hot-box .hot-list .hot-item:before {
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #0055FF;
    border-radius: 2.5px;
}

.yc-container .main .content .index-program-recommand-container {
    margin-bottom: 24px;
    background: url("https://x.autoimg.cn/cfw/yc/images/bg-index-recommand-program.png") center top no-repeat;
    background-size: 100% auto;
    padding: 0 24px 24px;
    box-sizing: border-box;
}

.yc-container .main .content .index-program-recommand-container .index-header {
    color: #fff;
}

.yc-container .main .content .index-program-recommand-container .program-list a {
    display: block;
    float: left;
    margin-right: 16px;
}

.yc-container .main .content .index-program-recommand-container .program-list a:last-child {
    margin-right: 0;
}

.yc-container .main .content .index-program-recommand-container .program-list .program-item {
    width: 260px;
    border-radius: 2px;
    background-color: #fff;
    padding: 24px 18px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.yc-container .main .content .index-program-recommand-container .program-list .program-item:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 200%;
    height: 200%;
    border: 1px solid #E6EBF5;
    box-sizing: border-box;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    border-radius: 4px;
}

.yc-container .main .content .index-program-recommand-container .program-list .program-item .img-box {
    margin: 0 auto;
    width: 74px;
    height: 74px;
    border-radius: 100%;
    overflow: hidden;
}

.yc-container .main .content .index-program-recommand-container .program-list .program-item .img-box img {
    display: block;
    width: 100%;
}

.yc-container .main .content .index-program-recommand-container .program-list .program-item h4 {
    margin-top: 16px;
    font-size: 18px;
    color: #111E36;
    line-height: 25px;
    font-weight: normal;
}

.yc-container .main .content .index-program-recommand-container .program-list .program-item p {
    margin-top: 10px;
    font-size: 14px;
    color: #666D7F;
    line-height: 20px;
}

.yc-container .main .content .index-program-recommand-container .program-list .program-item:hover h4 {
    color: #FF6600;
}

.yc-container .main .content .index-car-info-header {
    margin-bottom: 24px;
    padding: 0 24px;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
}

.yc-container .main .content .index-car-info-header .filter-box {
    position: absolute;
    top: 27px;
    right: 24px;
    font-size: 12px;
    color: #111E36;
}

.yc-container .main .content .index-car-info-header .filter-box.active {
    color: #FF6600;
}

.yc-container .main .content .program-container {
    background: #fff;
    padding: 47px 53px 45px 55px;
    box-sizing: border-box;
}

.yc-container .main .content .program-container .program-item {
    float: left;
    margin: 30px 30px 0 0;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(102, 109, 127, 0.5);
    box-sizing: border-box;
}

.yc-container .main .content .program-container .program-item:nth-of-type(3n) {
    margin-right: 0;
}

.yc-container .main .content .program-container .program-item:nth-of-type(1) {
    margin-top: 0;
}

.yc-container .main .content .program-container .program-item:nth-of-type(2) {
    margin-top: 0;
}

.yc-container .main .content .program-container .program-item:nth-of-type(3) {
    margin-top: 0;
}

.yc-container .main .content .program-container .program-item > a {
    display: block;
    width: 100%;
    height: 100%;
}

.yc-container .main .content .program-container .program-item .img-box {
    margin: 15px auto;
    width: 90px;
    height: 90px;
    box-sizing: border-box;
    background: url("../images/bg-logo.png") center center no-repeat;
    background-size: 100% 100%;
}

.yc-container .main .content .program-container .program-item .img-box img {
    display: block;
    width: 90px;
    height: 90px;
    box-sizing: border-box;
    border-radius: 100%;
    border: 4px solid rgba(255, 102, 0, 0.6);
}

.yc-container .main .content .program-container .program-item .detail {
    text-align: center;
    font-family: PingFangSC-Regular;
}

.yc-container .main .content .program-container .program-item .detail h3 {
    margin-bottom: 15px;
    font-size: 14px;
    color: #111E36;
    line-height: 1.4;
    font-weight: bold;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
}

.yc-container .main .content .program-container .program-item .detail .des {
    margin-bottom: 20px;
    font-size: 12px;
    color: rgba(17, 30, 54, 0.5);
    line-height: 1;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
}

.yc-container .main .content .program-container .program-item .detail .num {
    font-size: 12px;
    color: #888E9A;
    line-height: 16px;
}

.yc-container .main .content .article-container {
    width: 100%;
}

.yc-container .main .content .article-container .article-item {
    margin-bottom: 24px;
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
    background-color: #fff;
}

.yc-container .main .content .article-container .article-item h3 {
    margin-bottom: 14px;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    color: #111E36;
    line-height: 25px;
    font-weight: 500;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
}

.yc-container .main .content .article-container .article-item h3:hover {
    color: #FF6600;
}

.yc-container .main .content .article-container .article-item.type-one > a .content-box .img-box {
    float: left;
    width: 260px;
    height: 146px;
}

.yc-container .main .content .article-container .article-item.type-one > a .content-box .img-box img {
    width: 100%;
    height: 100%;
}

.yc-container .main .content .article-container .article-item.type-one > a .content-box .info {
    float: right;
    position: relative;
    width: 539px;
    height: 146px;
    box-sizing: border-box;
}

.yc-container .main .content .article-container .article-item.type-one > a .content-box .info p {
    font-size: 14px;
    color: #666D7F;
    line-height: 20px;
    font-family: PingFangSC-Regular;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.yc-container .main .content .article-container .article-item.type-one > a .content-box .info .active-box {
    position: absolute;
    bottom: 0;
    left: 0;
}

.yc-container .main .content .article-container .article-item.type-one > a .content-box .info .active-box .release-data {
    font-size: 12px;
    color: #666D7F;
    line-height: 14px;
}

.yc-container .main .content .article-container .article-item.type-two .type-two-content {
    margin-bottom: 14px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666D7F;
    line-height: 20px;
}

.yc-container .main .content .article-container .article-item.type-two .img-box img {
    float: left;
    height: 146px;
    width: 260px;
    margin-right: 15px;
}

.yc-container .main .content .article-container .article-item.type-two .img-box img:last-of-type {
    margin-right: 0;
}

.yc-container .main .content .article-detail-container .top-img-swiper {
    height: 500px;
    margin-bottom: 20px;
}

.yc-container .main .content .article-detail-container .top-img-swiper .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.yc-container .main .content .article-detail-container .top-img-swiper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

.yc-container .main .content .article-detail-container .top-img-swiper .top-img-bullet {
    margin: 0 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    opacity: 0.4;
    border-radius: 100%;
    background: #fff;
}

.yc-container .main .content .article-detail-container .top-img-swiper .top-img-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.yc-container .main .content .article-detail-container .top-img-swiper .swiper-button-next.swiper-button-white, .yc-container .main .content .article-detail-container .top-img-swiper .swiper-button-prev.swiper-button-white {
    background: rgba(0, 0, 0, 0.4);
}

.yc-container .main .content .article-detail-container .top-img-swiper .swiper-button-next:after, .yc-container .main .content .article-detail-container .top-img-swiper .swiper-button-prev:after {
    font-size: 12px;
    font-weight: bold;
}

.yc-container .main .content .article-detail-container .article-header {
    border-bottom: 1px solid #F1F3F6;
    padding-bottom: 16px;
    box-sizing: border-box;
}

.yc-container .main .content .article-detail-container .article-header .article-name {
    margin-bottom: 20px;
    font-size: 30px;
    color: #111E36;
    line-height: 40px;
    font-family: MicrosoftYaHei;
}

.yc-container .main .content .article-detail-container .article-header .article-des {
    font-size: 14px;
    color: #666D7F;
    line-height: 20px;
    font-family: PingFangSC-Regular;
}

.yc-container .main .content .article-detail-container .article-header .article-des .date {
    display: inline-block;
    margin-left: 10px;
}

.yc-container .main .content .article-detail-container .article-content {
    margin: 0 auto;
    font-family: MicrosoftYaHei;
    padding: 20px 0 0;
    box-sizing: border-box;
    font-size: 16px;
    color: #111E36;
    line-height: 30px;
}

.yc-container .main .content .article-detail-container .article-content p {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 16px;
    color: #111E36;
    line-height: 30px;
}

.yc-container .main .content .article-detail-container .article-content p.bold {
    font-weight: 600;
}

.yc-container .main .content .article-detail-container .article-content p:last-child {
    margin-bottom: 0;
}

.yc-container .main .content .article-detail-container .article-content img {
    display: block;
    width: 100%;
    height: auto !important;
    margin: 0 auto 30px !important;
}

.yc-container .main .content .article-detail-container .article-content video {
    display: block;
    max-width: 752px !important;
    height: auto !important;
    margin: 0 auto 20px !important;
}

.yc-container .main .content .article-detail-container .article-content embed[type="application/x-shockwave-flash"] {
    width: 100% !important;
}

.yc-container .main .content .article-detail-container .article-content img.spic[src*="/club/smiles/"],
.yc-container .main .content .article-detail-container .article-content img[src*="/kindeditor/plugins/emoticons/"],
.yc-container .main .content .article-detail-container .article-content img[src*="/smiles/"],
.yc-container .main .content .article-detail-container .article-content img[src*=".gif"],
.yc-container .main .content .article-detail-container .article-content img[src*="/Post/img/smiles/"] {
    margin-bottom: 0;
    display: inline;
    width: auto !important;
    background-color: initial;
}

.yc-container .main .content .article-detail-container .dealer-box .dealer-name {
    margin-top: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 44px;
    font-size: 20px;
    color: #111E36;
    line-height: 26px;
    font-weight: bold;
}

.yc-container .main .content .article-detail-container .dealer-box .dealer-name .icon-4s {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 34px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #0055FF;
    border-radius: 4px 0 4px 0;
}

.yc-container .main .content .article-detail-container .dealer-box .dealer-activity-wrapper {
    margin: 0 -23px;
}

.yc-container .main .content .article-detail-container .dealer-box .dealer-activity-wrapper .activity-item {
    float: left;
    width: 180px;
    margin: 0 23px;
}

.yc-container .main .content .article-detail-container .dealer-box .dealer-activity-wrapper .activity-item .activity-name {
    margin-bottom: 13px;
    font-size: 18px;
    color: #111E36;
    line-height: 24px;
    font-weight: normal;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
}

.yc-container .main .content .article-detail-container .dealer-box .dealer-activity-wrapper .activity-item .activity-btn {
    height: 40px;
    border-radius: 4px;
    border: 1px solid #0055FF;
    box-sizing: border-box;
    text-align: center;
}

.yc-container .main .content .article-detail-container .dealer-box .dealer-activity-wrapper .activity-item .activity-btn .activity-btn-left {
    float: left;
    width: 50%;
}

.yc-container .main .content .article-detail-container .dealer-box .dealer-activity-wrapper .activity-item .activity-btn .activity-btn-left .price-now {
    font-size: 20px;
    color: #FF6600;
    line-height: 26px;
}

.yc-container .main .content .article-detail-container .dealer-box .dealer-activity-wrapper .activity-item .activity-btn .activity-btn-left .price-pre {
    margin-top: -5px;
    font-size: 12px;
    color: rgba(17, 30, 54, 0.3);
    line-height: 16px;
    text-decoration: line-through;
}

.yc-container .main .content .article-detail-container .dealer-box .dealer-activity-wrapper .activity-item .activity-btn .activity-btn-right {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 38px;
    color: #fff;
    background-color: #0055FF;
}

.yc-container .main .content .article-detail-container .dealer-box .dealer-activity-wrapper .activity-item .activity-btn .activity-btn-left + .activity-btn-right {
    width: 50%;
}

.yc-container .main .content .article-detail-container .article-content-subtitle {
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 20px;
    color: #111E36;
    text-align: justify;
    font-family: MicrosoftYaHei-Bold;
    text-indent: 0;
}

.yc-container .main .content .article-detail-container .table-wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.yc-container .main .content .article-detail-container table {
    margin-bottom: 30px;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-left: 1px solid #E7EFFF;
    box-sizing: border-box;
}

.yc-container .main .content .article-detail-container table.margin-bottom-0 {
    margin-bottom: 0;
}

.yc-container .main .content .article-detail-container table tr:nth-child(2n + 1) {
    background-color: rgba(0, 85, 255, 0.03);
}

.yc-container .main .content .article-detail-container table th, .yc-container .main .content .article-detail-container table td {
    border-right: 1px solid #E7EFFF;
    border-bottom: 1px solid #E7EFFF;
    padding: 16px 17px;
    min-width: 0;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #111E36;
    line-height: 20px;
    font-family: MicrosoftYaHei;
}

.yc-container .main .content .article-detail-container table th.bold, .yc-container .main .content .article-detail-container table td.bold {
    font-weight: bold;
}

.yc-container .main .content .article-detail-container table th.blue, .yc-container .main .content .article-detail-container table td.blue {
    position: relative;
}

.yc-container .main .content .article-detail-container table th.blue:before, .yc-container .main .content .article-detail-container table td.blue:before {
    content: '';
    border-top: 3px solid #0055FF;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 0;
}

.yc-container .main .content .article-detail-container table th.orange, .yc-container .main .content .article-detail-container table td.orange {
    position: relative;
}

.yc-container .main .content .article-detail-container table th.orange:before, .yc-container .main .content .article-detail-container table td.orange:before {
    content: '';
    border-top: 3px solid #FF6600;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 0;
}

.yc-container .main .content .article-detail-container table th.green, .yc-container .main .content .article-detail-container table td.green {
    position: relative;
}

.yc-container .main .content .article-detail-container table th.green:before, .yc-container .main .content .article-detail-container table td.green:before {
    content: '';
    border-top: 3px solid #00CC88;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 0;
}

.yc-container .main .content .article-detail-container table th .dot, .yc-container .main .content .article-detail-container table td .dot {
    font-size: 16px;
    color: #111E36;
    line-height: 20px;
}

.yc-container .main .content .article-detail-container table th {
    padding-top: 19px;
}

.yc-container .main .content .article-detail-container .bar-map-container {
    position: relative;
    margin-bottom: 30px;
    padding: 25px 25px 15px 20px;
    box-sizing: border-box;
    border: 1px solid #E7EFFF;
}

.yc-container .main .content .article-detail-container .bar-map-container .plot-option {
    position: absolute;
    top: 32px;
    right: 29px;
    z-index: 100;
}

.yc-container .main .content .article-detail-container .bar-map-container .plot-option .plot-item {
    float: left;
    margin-left: 24px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.45);
    font-family: PingFangSC-Regular;
}

.yc-container .main .content .article-detail-container .bar-map-container .plot-option .plot-item span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
}

.yc-container .main .content .article-detail-container .bar-map-container .plot-option .plot-item span.bc-blue {
    background-color: #0055FF;
}

.yc-container .main .content .article-detail-container .bar-map-container .plot-option .plot-item span.bc-orange {
    background-color: #FF6600;
}

.yc-container .main .content .article-detail-container .bar-map-container .plot-option .plot-item span.bc-green {
    background-color: #00CC88;
}

.yc-container .main .content .share-wrapper {
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.yc-container .main .content .share-wrapper > p {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333;
}

.yc-container .main .content .share-wrapper > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.yc-container .main .content .share-wrapper > ul > li {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-left: 8px;
}

.yc-container .main .content .share-wrapper > ul > li > img {
    width: 100%;
    height: 100%;
}

.yc-container .main .rank {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
}

.yc-container .main .rank.article .rank-list .rank-item {
    padding-right: 0;
}

.yc-container .main .rank .rank-list .rank-item {
    cursor: pointer;
    margin-bottom: 20px;
    position: relative;
    padding-left: 26px;
    padding-right: 58px;
}

.yc-container .main .rank .rank-list .rank-item .order-num {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 16px;
    font-size: 14px;
    color: #111E36;
    line-height: 21px;
    text-align: center;
}

.yc-container .main .rank .rank-list .rank-item .order-num.spe {
    bottom: 3px;
    height: 16px;
    border-radius: 4px;
    color: #fff;
    line-height: 16px;
}

.yc-container .main .rank .rank-list .rank-item .order-num.one {
    background-color: #FF3C3C;
}

.yc-container .main .rank .rank-list .rank-item .order-num.two {
    background-color: #8D8D8D;
}

.yc-container .main .rank .rank-list .rank-item .order-num.three {
    background-color: #C79065;
}

.yc-container .main .rank .rank-list .rank-item h4 {
    font-size: 16px;
    color: #111E36;
    line-height: 21px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
}

.yc-container .main .rank .rank-list .rank-item .scan-num {
    padding-right: 7px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px;
    color: #111E36;
    line-height: 21px;
    text-align: right;
}

.yc-container .main .rank .tips {
    margin-top: -4px;
    font-size: 12px;
    color: rgba(17, 30, 54, 0.3);
    line-height: 16px;
}

.yc-container .main .right-container {
    width: 300px;
    float: right;
}

.yc-container .main .right-container .purchase-intention-container {
    margin-top: 20px;
    padding-left: 22px;
    box-sizing: border-box;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
}

.yc-container .main .right-container .purchase-intention-container .purchase-intention-bg {
    margin: auto 10px auto 0;
    width: 45px;
    height: 18px;
    background: url(../images/gouyisi_bg.png) center no-repeat;
    background-size: 100%;
}

.yc-container .main .right-container .purchase-intention-container .purchase-intention-text {
    font-size: 14px;
    font-family: PingFangSC-Medium;
    font-weight: bold;
}

.yc-container .main .right-container .list-header-wrapper {
    height: 60px;
    padding-left: 46px;
    box-sizing: border-box;
    border-bottom: 1px solid #E6EBF5;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.yc-container .main .right-container .list-header-wrapper .list-header {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-family: PingFangSC-Medium;
    font-size: 22px;
    color: #111E36;
    font-weight: bold;
    position: relative;
    margin-right: 22px;
    vertical-align: middle;
}

.yc-container .main .right-container .list-header-wrapper .list-header::before {
    content: '';
    display: block;
    width: 4px;
    height: 21px;
    background: #FF6600;
    position: absolute;
    left: -14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.yc-container .main .right-container .list-header-wrapper .more-btn {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #4A4A4A;
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.yc-container .main .right-container .list-header-wrapper .more-btn span:first-of-type {
    display: inline-block;
    vertical-align: middle;
}

.yc-container .main .right-container .list-header-wrapper .more-btn span:last-of-type {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAAGXcA1uAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAACPUlEQVRIDZ1VW3PSQBT+Aji0Kh2xymjVIp1aelFf/P+POo72xSnl0tZS6E1phZYglALBPUl2m8NugnQfcm7f+c45m93EGosFf8WkQpIZlgY7Obtw0S6sftrwUglGq9u78RT/CWYJ4/O3gutSge0fFYZhFT1y76n6+vJ9N+iHoiKer9tFRceohBeWZbmZioqsq+vOHZ3MLe/XpepKVoM8NIfjOAwUNLQECjZbbbUBQTDprNm7hjytcnCMTreHTx/XVIgNoby+8qfVxuZalrsnS5JN+3V82jCFxtoMO6WqESidkTPwXjyLzVAoV1EoH5lwyscS3q/nIA4cDmvnCqApsregFCdo/PuiGXQpXRtaRuiNt+2uNJUMTSAEJfVvBwpMCpthst+F1CPQ2w6u0AQanDbgw0YuiOc3QtamgWlw09JmoEHlVZ2aQANGgYmAVSju1cbD4chErHyRZ6m0X8do5GDj3TLi8dD94ZsyYUUWuB0MsVM6RL8/wGJ6AfnVNxPp083IAjLd7vRQrBxh5DhYfpXB66XnMjRV/lcBydK4bOGgeuZ+A9fFNOknKRkKlTMVkCx0KH81mkgk4u7BnJ9LypAm71WAWOhE7VZqaNt/kXr8UL8Bfqn7HQ2RvPfzxCVPJh9EvvyZJ6D/J/0247EYNvNvRffzfq9mkTC7dW/rykZZfDloa1ZzS8g8S+sgg2dqgd5NX9yFKsSNxYvMU6xkXxpowl2RBYjY7nRB372tfFb9osPp9MjM70CniPb8A55DL3h6d1zcAAAAAElFTkSuQmCC") no-repeat;
    background-size: 100% 100%;
}

.yc-container .main .right-container .list-header-wrapper .filter-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.yc-container .main .right-container .list-header-wrapper .filter-wrapper span {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #000018;
    line-height: 17px;
    margin-right: 4px;
}

.yc-container .main .right-container .list-header-wrapper .filter-wrapper span:last-of-type {
    margin-right: 0;
}

.yc-container .main .right-container .list-header-wrapper .filter-wrapper span.active {
    color: #FF6600;
}

.yc-container .main .right-container .artical-list-container {
    margin-bottom: 20px;
    padding: 25px 0 25px 32px;
    box-sizing: border-box;
    background: #fff;
}

.yc-container .main .right-container .artical-list-container > li {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #111E36;
    line-height: 20px;
    margin-bottom: 24px;
}

.yc-container .main .right-container .artical-list-container > li:last-of-type {
    margin-bottom: 0;
}

.yc-container .main .right-container .artical-list-container > li span {
    display: inline-block;
    vertical-align: middle;
    font-family: Arial-BoldMT;
}

.yc-container .main .right-container .artical-list-container > li span:first-of-type {
    margin-right: 14px;
    font-family: Arial-BoldMT;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 20px;
}

.yc-container .main .right-container .artical-list-container > li span:last-of-type {
    width: 205px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #4A4A4A;
}

.yc-container .main .right-container .artical-list-container > li span.top-three {
    font-family: Impact;
    font-size: 20px;
    color: #FF6600;
    letter-spacing: 0;
    line-height: 20px;
}

.yc-container .main .right-container .car-products-list-container {
    margin-bottom: 20px;
    padding: 10px 0 25px;
    width: 300px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}

.yc-container .main .right-container .car-products-list-container .car-products-list-item {
    padding: 10px 0;
    width: 300px;
    background: #fff;
    overflow: hidden;
}

.yc-container .main .right-container .car-products-list-container .car-products-list-item .car-products-item {
    padding: 10px;
    margin: 0 35px;
    width: 190px;
}

.yc-container .main .right-container .car-products-list-container .car-products-list-item .car-products-item .item-img {
    display: block;
    margin: 0 20px;
    width: 150px;
    height: 150px;
    border: none;
}

.yc-container .main .right-container .car-products-list-container .car-products-list-item .car-products-item .cont {
    padding: 10px 0 5px 0;
    width: 190px;
    height: 40px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666D7F;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.yc-container .main .right-container .car-products-list-container .car-products-list-item .car-products-item .flag-wrap {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.yc-container .main .right-container .car-products-list-container .car-products-list-item .car-products-item .flag-wrap .flag-one {
    margin-right: 5px;
    padding: 0 6px;
    height: 20px;
    line-height: 20px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
    background-color: #0055ff;
    border-radius: 4px;
}

.yc-container .main .right-container .car-products-list-container .car-products-list-item .car-products-item .flag-wrap .flag-two {
    padding: 0 6px;
    height: 20px;
    line-height: 20px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
    background-color: #ea4a1b;
}

.yc-container .main .right-container .car-products-list-container .car-products-list-item .car-products-item .price-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 28px;
    line-height: 28px;
}

.yc-container .main .right-container .car-products-list-container .car-products-list-item .car-products-item .price-wrap .price-current {
    margin-right: 12px;
    font-family: DINAlternate-Bold;
    font-size: 24px;
    color: #FF6600;
}

.yc-container .main .right-container .car-products-list-container .car-products-list-item .car-products-item .price-wrap .price-original {
    font-family: PingFangSC-Light;
    font-size: 14px;
    color: #666D7F;
    text-decoration: line-through;
}

.yc-container .main .right-container .car-products-list-container .bullet-active {
    width: 8px;
    height: 14px;
    background-color: #007aff;
    border-radius: 4px;
    opacity: 1;
}

.yc-container .main .right-container .video-live-container {
    width: 300px;
    background: #fff;
}

.yc-container .main .right-container .video-live-container .live-wrapper {
    padding: 24px;
    box-sizing: border-box;
}

.yc-container .main .right-container .video-live-container .live-wrapper .my-video-wrapper {
    border: 4px solid #FFF;
    border-radius: 8px;
}

.yc-container .main .right-container .video-live-container .live-wrapper #my-video {
    height: 138px;
    border-radius: 8px;
}

.yc-container .main .right-container .video-live-container .live-wrapper #my-video > div {
    border-radius: 8px;
}

.yc-container .main .right-container .video-live-container .live-wrapper #my-video video {
    top: -2px !important;
}

.yc-container .main .service-box {
    position: fixed;
    right: 0;
    bottom: 75px;
    padding-left: 91px;
    width: 300px;
    height: 80px;
    border-radius: 40px;
    border: 1px solid #0055FF;
    box-sizing: border-box;
    background: rgba(0, 85, 255, 0.06);
}

.yc-container .main .service-box .head-img-box {
    position: absolute;
    top: 8px;
    left: 14px;
    height: 63px;
    width: 63px;
    border-radius: 100%;
    border: 1px solid #0055FF;
    box-sizing: border-box;
    overflow: hidden;
}

.yc-container .main .service-box .head-img-box img {
    width: 100%;
}

.yc-container .main .service-box .service-info {
    padding: 16px 0;
}

.yc-container .main .service-box .service-info .service-title {
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 6px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #0055FF;
    border-radius: 10px;
}

.yc-container .main .service-box .service-info .service-contact {
    font-size: 14px;
    color: #111E36;
    line-height: 20px;
}

.yc-container .main .service-box .service-info .service-contact span {
    font-weight: bold;
}

.yc-container .bread-crumbs {
    height: 60px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    line-height: 60px;
}

.yc-container .bread-crumbs span {
    float: left;
    margin-right: 8px;
    color: #333;
}

.yc-container .bread-crumbs .bc-list {
    float: left;
}

.yc-container .bread-crumbs .bc-list li {
    float: left;
    padding-right: 20px;
}

.yc-container .bread-crumbs .bc-list li a {
    position: relative;
    color: #386ed3;
}

.yc-container .bread-crumbs .bc-list li a:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #386ed3;
    border-bottom: 1px solid #386ed3;
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotateZ(-45deg);
    transform: translateY(-50%) rotateZ(-45deg);
}

.yc-container .bread-crumbs .bc-list li.current {
    color: #111E36;
}

.yc-container .title {
    margin-bottom: 20px;
    position: relative;
    padding-left: 13px;
    font-size: 22px;
    color: #111E36;
    font-weight: bold;
    line-height: 29px;
}

.yc-container .title:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: '';
    height: 21px;
    width: 5px;
    background-color: #0055FF;
}

.yc-container .program-head-container {
    width: 860px;
    height: 0;
}

.yc-container .program-head-container .program-head-wrapper {
    width: 100%;
    height: 140px;
    line-height: 140px;
    padding-left: 72px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.yc-container .program-head-container .program-head-wrapper.no-logo {
    height: 60px;
    line-height: 60px;
}

.yc-container .program-head-container .program-head-wrapper .logo-wrapper {
    width: 90px;
    height: 90px;
    margin-right: 15px;
}

.yc-container .program-head-container .program-head-wrapper .logo-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 4px solid rgba(255, 102, 0, 0.6);
}

.yc-container .program-head-container .program-head-wrapper .text {
    font-family: PingFangSC-Medium;
    font-size: 26px;
    color: #111E36;
    letter-spacing: 0;
    line-height: 34px;
    font-weight: bold;
}

.yc-container .program-head-container .program-head-wrapper .right-filter-wrapper {
    font-family: PingFangSC-Regular;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    right: 65px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.yc-container .program-head-container .program-head-wrapper .right-filter-wrapper.no-logo {
    right: 27px;
}

.yc-container .program-head-container .program-head-wrapper .right-filter-wrapper .hot {
    font-family: PingFangSC-Regular;
    font-size: 18px;
}

.yc-container .program-head-container .program-head-wrapper .right-filter-wrapper .symblo {
    font-family: Helvetica;
    font-size: 18px;
    color: #E6EBF5;
    margin: 0 11px;
}

.yc-container .program-head-container .program-head-wrapper .right-filter-wrapper .release-time {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #111E36;
}

.yc-container .program-head-container .program-head-wrapper .right-filter-wrapper .release-time.active {
    color: #FF6600;
}

.yc-container .program-head-container .program-head-wrapper .right-filter-wrapper .symblo-arrow {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 0;
}

.yc-container .program-head-container .program-head-wrapper .right-filter-wrapper .symblo-arrow span {
    width: 10px;
    height: 10px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAAGXcA1uAAAABGdBTUEAALGPC/xhBQAAAgdJREFUSA2tVb1OAkEQnj2MCoWJWmlM7OUR1E4t1cTIG3hHc2hrwy1Wlv4UAj6ACcYQCytLQZ8AH0ATEwul8ifGu3UGs+RuvV08whXM/8x+M8MuQJ+f4/IihVr0I0CUiHY/tM51hTjGdj0R0WPEQ0TRU/iTIhzhFPi7lDtHlMLUBExIPmJ4bsOKNHSp7fJ6V4hj6BCc89E4m1bnFEprxtPrIuk4aqOGdM6/erEOwLJhn9iATr8E7FeOOQs7x/J2gd/EGgaixOzNxBWwK6/YnXKiE2DAd367tJUwyBP5nb15NSiyTGHj0mJ2KPD9huvymbBeG5DL5XxgrPHF4DwcoOUJODVA6xA2EGACHtZpeQJq2tQIBgJIQAmwLmPEgAArGYuNdwBrIozbiFt7hdfIWCozsnqyv9vW5DCqIxBUz2EBDhMw67990nrVa7VaSvXpJRsRyGBqtAiCayFEmgHz8H+4J2296L8KyCQ0/iAIqngr+IyxjcqRdyltOpqogExCS4kvg4NoaC4LiOhe2lRqnIHqLOXqMc9PT7K0YNDCB6iFy3AnbSrtqwAN++kFzkCIBUTxiMuwqSaWcuIW2YWSByLgOIMPZlnL5YNiUyaLo/8uQI8LbtEF9j5lWZZdPvRO4xKqup4F8IahN72BvR7H7alQ/9UkJtk4A0x+S0OkYdJQkyY3FR6Y7Qe9CrdVOPoXAwAAAABJRU5ErkJggg==") no-repeat;
    background-size: 100% 100%;
}

.yc-container .program-head-container .program-head-wrapper .right-filter-wrapper .symblo-arrow span:first-of-type {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    top: 2px;
}

.yc-container .program-head-container .program-head-wrapper .right-filter-wrapper .symblo-arrow span:last-of-type {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    top: -2px;
}

.yc-container .program-head-container .line-bottom-wrapper {
    width: 100%;
    height: 3px;
    line-height: 1;
    font-size: 0;
}

.yc-container .program-head-container .line-bottom-wrapper .line {
    height: 3px;
    display: inline-block;
}

.yc-container .program-head-container .line-bottom-wrapper .line.line-left {
    width: 72px;
    background: #0055ff;
}

.yc-container .program-head-container .line-bottom-wrapper .line.line-middle {
    width: 90px;
    background: #ff6600;
    margin: 0 3px;
}

.yc-container .program-head-container .line-bottom-wrapper .line.line-right {
    width: 692px;
    background: #0055ff;
}

.yc-container .rank-switch {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    color: #111E36;
    font-weight: normal;
    line-height: 20px;
}

.yc-container .rank-switch li {
    position: relative;
    padding-right: 18px;
    float: left;
}

.yc-container .rank-switch li:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '/';
    width: 18px;
    line-height: 20px;
    font-size: 14px;
    color: #111E36;
    font-weight: normal;
    text-align: center;
}

.yc-container .rank-switch li:last-child {
    padding-right: 0;
}

.yc-container .rank-switch li:last-child:after {
    content: '';
}

.yc-container .rank-switch .active {
    color: #FF7404;
    font-weight: bold;
}

/*.M-box3 {
    height: 36px !important;
}

.M-box3 span {
    font-family: ArialMT;
}

.M-box3 a {
    font-family: ArialMT !important;
    display: inline-block !important;
    width: 36px !important;
    height: 36px !important;
    text-align: center !important;
    line-height: 36px !important;
    vertical-align: middle !important;
}

.M-box3 a.active {
    background: #0055FF !important;
    color: #fff !important;
    border-radius: 4px !important;
}

.page-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.page-box .page-box-title {
    font-family: ArialMT !important;
}

.page-box span {
    font-family: ArialMT !important;
}

.active {
    color: #FF6600;
}*/

.page-box {
    height: 36px !important;
    text-align: center !important;
    margin-top: 60px;
}
.page-box-title {
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 16px !important;
    font-family: MicrosoftYaHei !important;
    font-size: 16px !important;
    color: #999CAB !important;
}
.M-box3 {
    display: inline-block !important;
    vertical-align: middle !important;
    height: 36px !important;
}
.M-box3 a, .M-box3 span {
    display: inline-block !important;
    width: 36px !important;
    height: 36px !important;
    text-align: center !important;
    line-height: 36px !important;
    vertical-align: middle !important;
}
.M-box3 span.active {
    background: #0055FF !important;
    color: #fff !important;
    border-radius: 4px !important;
}

.arrow-icon-rg, .arrow-icon-lf {
    display: inline-block;
    width: 16px !important;
    height: 16px !important;
    vertical-align: middle;
    text-align: center;
    line-height: 16px !important;
    margin-top: 10px !important;
}

.arrow-icon-rg {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAAGXcA1uAAAABGdBTUEAALGPC/xhBQAAAgdJREFUSA2tVb1OAkEQnj2MCoWJWmlM7OUR1E4t1cTIG3hHc2hrwy1Wlv4UAj6ACcYQCytLQZ8AH0ATEwul8ifGu3UGs+RuvV08whXM/8x+M8MuQJ+f4/IihVr0I0CUiHY/tM51hTjGdj0R0WPEQ0TRU/iTIhzhFPi7lDtHlMLUBExIPmJ4bsOKNHSp7fJ6V4hj6BCc89E4m1bnFEprxtPrIuk4aqOGdM6/erEOwLJhn9iATr8E7FeOOQs7x/J2gd/EGgaixOzNxBWwK6/YnXKiE2DAd367tJUwyBP5nb15NSiyTGHj0mJ2KPD9huvymbBeG5DL5XxgrPHF4DwcoOUJODVA6xA2EGACHtZpeQJq2tQIBgJIQAmwLmPEgAArGYuNdwBrIozbiFt7hdfIWCozsnqyv9vW5DCqIxBUz2EBDhMw67990nrVa7VaSvXpJRsRyGBqtAiCayFEmgHz8H+4J2296L8KyCQ0/iAIqngr+IyxjcqRdyltOpqogExCS4kvg4NoaC4LiOhe2lRqnIHqLOXqMc9PT7K0YNDCB6iFy3AnbSrtqwAN++kFzkCIBUTxiMuwqSaWcuIW2YWSByLgOIMPZlnL5YNiUyaLo/8uQI8LbtEF9j5lWZZdPvRO4xKqup4F8IahN72BvR7H7alQ/9UkJtk4A0x+S0OkYdJQkyY3FR6Y7Qe9CrdVOPoXAwAAAABJRU5ErkJggg==") no-repeat;
    background-size: 100% 100%;
}

.arrow-icon-lf {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAAGXcA1uAAAABGdBTUEAALGPC/xhBQAAAgdJREFUSA2tVb1OAkEQnj2MCoWJWmlM7OUR1E4t1cTIG3hHc2hrwy1Wlv4UAj6ACcYQCytLQZ8AH0ATEwul8ifGu3UGs+RuvV08whXM/8x+M8MuQJ+f4/IihVr0I0CUiHY/tM51hTjGdj0R0WPEQ0TRU/iTIhzhFPi7lDtHlMLUBExIPmJ4bsOKNHSp7fJ6V4hj6BCc89E4m1bnFEprxtPrIuk4aqOGdM6/erEOwLJhn9iATr8E7FeOOQs7x/J2gd/EGgaixOzNxBWwK6/YnXKiE2DAd367tJUwyBP5nb15NSiyTGHj0mJ2KPD9huvymbBeG5DL5XxgrPHF4DwcoOUJODVA6xA2EGACHtZpeQJq2tQIBgJIQAmwLmPEgAArGYuNdwBrIozbiFt7hdfIWCozsnqyv9vW5DCqIxBUz2EBDhMw67990nrVa7VaSvXpJRsRyGBqtAiCayFEmgHz8H+4J2296L8KyCQ0/iAIqngr+IyxjcqRdyltOpqogExCS4kvg4NoaC4LiOhe2lRqnIHqLOXqMc9PT7K0YNDCB6iFy3AnbSrtqwAN++kFzkCIBUTxiMuwqSaWcuIW2YWSByLgOIMPZlnL5YNiUyaLo/8uQI8LbtEF9j5lWZZdPvRO4xKqup4F8IahN72BvR7H7alQ/9UkJtk4A0x+S0OkYdJQkyY3FR6Y7Qe9CrdVOPoXAwAAAABJRU5ErkJggg==") no-repeat;
    background-size: 100% 100%;
    tranform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.download-app-float {
    position:fixed;
    right:50px;
    bottom:100px;
    z-index:2;
    height:60px;
    background:#05f;
    box-shadow:0 4px 24px 0 rgba(0,0,0,.24);
    border-radius:30px;
    padding:20px 30px 20px 56px;
    box-sizing:border-box;
    font-size:18px;
    line-height:20px;
    color:#fff;
    font-weight:700
}
.download-app-float .icon-red-packet {
    position:absolute;
    left:30px;
    top:18px;
    width:20px;
    height:24px;
    background:url(https://x.autoimg.cn/cfw/yc/images/icon-red-packet.png) 50% no-repeat;
    background-size:100% 100%
}

.yc-header-container .header-wrapper .download-app {
    float:left;
    position:relative;
    margin-left:32px;
    padding:17px 0
}
.yc-header-container .header-wrapper .download-app .icon-money {
    margin:0 auto 4px;
    display:block;
    width:24px;
    height:22px;
    background:url(https://x.autoimg.cn/cfw/yc/images/icon-dowload-coin.png) 50% no-repeat;
    background-size:100% 100%
}
.yc-header-container .header-wrapper .download-app p {
    font-size:14px;
    line-height:22px;
    color:#111e36;
    text-align:center
}
.yc-header-container .header-wrapper .download-app .drop-down {
    display:none;
    position:absolute;
    top:81px;
    left:0;
    z-index:2;
    margin-left:-32px;
    width:150px;
    padding:10px;
    box-sizing:border-box;
    background:#fff;
    box-shadow:0 4px 20px 0 rgba(30,59,124,.08);
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
.yc-header-container .header-wrapper .download-app .drop-down img {
    margin-bottom:6px;
    display:block;
    width:100%
}
.yc-header-container .header-wrapper .download-app .drop-down p {
    font-size:14px;
    color:#111e36;
    line-height:19px;
    text-align:center
}
.yc-header-container .header-wrapper .download-app:hover .drop-down {
    display:block
}