body {
    font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Sans GB', 'PingHei', 'PingFang SC', 'STHeitiSC-Light', 'Microsoft YaHei', "微软雅黑", 'Arial', sans-serif;
    min-height: 100vh;
}
ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
/*导航*/
body {
    padding-top: 156px !important;
}
/*中间部分*/
.ws-common-head {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #333;
    background: #f1f1f1;
    padding-left: 24px;
    position: relative;
}
.ws-common-head:after {
    content: '';
    height: 30px;
    width: 4px;
    background: #f60;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -14px;
}
.ws-bigtime {
    color: #f60;
    font-size: 14px;
    line-height: 1;
    padding: 20px 0;
}
.ws-head {
    /*border: 1px solid #f1f1f1;*/
}
.ws-head .ws-head1 {
    font-size: 32px;
    color: #4d4d4d;
}
.ws-head .ws-head2 {
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 40px;
}
.ws-head .ws-head2:after {
    position: absolute;
    top: 3px;
    left: 20px;
    content: '';
    height: 14px;
    border-right: 1px solid #4d4d4d;
}
.ws-content {
    width: 1200px;
    min-width: 1200px;
    padding: 0;
    margin-bottom: 30px;
}
.ws-content .ws-left {
    width: 860px;
    /*分页*/
}
.ws-content .ws-left .ws-search hr {
    margin: 20px auto;
}
.ws-search .result-nums {
    font-size: 14px;
    color: #999;
    line-height: 1;
    margin-bottom: 15px;
}
.ws-content .ws-right {
    width: 300px;
    /*热文榜*/
}
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabh {
    width: 124px;
    margin: 0 auto;
    color: #333;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 15px;
}
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabh1,
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabh2 {
    position: relative;
    cursor: pointer;
}
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabh1:after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    height: 14px;
    border-right: 1px solid #ceced0;
}
.ws-content .ws-right .ws-hotdoc .ws-active {
    color: #f60;
}
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabc .ws-hotdoc-tabc1 {
    display: none;
}
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabc .ws-hotdoc-tabcon {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
}
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabc .ws-hotdoc-tabcon .ws-hotdoc-tabconDiv {
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
}
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabc .ws-hotdoc-tabcon .ws-hotdoc-tabconDiv:last-child {
    margin-bottom: 0;
}
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabc .ws-hotdoc-tabcon .ws-hotdoc-tabconDiv:nth-child(1) .ws-hotdoc-tabconSpan,
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabc .ws-hotdoc-tabcon .ws-hotdoc-tabconDiv:nth-child(2) .ws-hotdoc-tabconSpan,
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabc .ws-hotdoc-tabcon .ws-hotdoc-tabconDiv:nth-child(3) .ws-hotdoc-tabconSpan {
    color: #ff6600;
}
.ws-content .ws-right .ws-hotdoc .ws-hotdoc-tabconSpan {
    position: absolute;
    height: 24px;
    font-size: 16px;
    line-height: 1.7;
    top: 0;
    left: 0;
}
.ws-hr {
    border-top: 1px solid #e5e5e5;
    margin: 0;
}
img {
    position: relative;
    z-index: 2;
}
/*热门标签*/
.ws-tag .ws-tag-a {
    display: block;
    font-size: 14px;
    color: #666;
    border: 1px solid #ccc;
    padding: 0 12px;
    margin-right: 12px;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    cursor: pointer;
}
.ws-tag .ws-tag-a:hover {
    color: #f60;
    border: 1px solid #f60;
}
/*搜索*/
.search--smthing {
    display: inline-block;
    position: relative;
}
.search--smthing .ws-input {
    width: 860px;
    line-height: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-left: 18px;
    outline: none;
    padding-right: 100px;
}
.search--smthing .sprite {
    position: absolute;
    right: 20px;
    top: 16px;
    cursor: pointer;
}
.sprite {
    background: url(https://www.d1ev.com/src/common/public/images/spritesheet.png) no-repeat;
    display: inline-block;
}
.sprite-Head-portrait {
    width: 60px;
    height: 60px;
    background-position: -5px -5px;
}
.sprite-Magnifying-Glass-Searcher {
    width: 24px;
    height: 24px;
    background-position: -75px -5px;
}
/*搜索页二级导航tab切换*/
.header--wraped {
    width: 860px;
    position: relative;
    padding-bottom: 15px;
}
.header--content {
    line-height: 1;
    /* background: #ebebeb; */
    font-size: 14px;
    margin: 0;
    color: #333;
    border-bottom: 1px solid #ccc;
}
.header--content span {
    display: inline-block;
    padding-bottom: 18px;
    min-width: 56px;
    margin: 30px 10px 0;
    text-align: center;
}
.header--content a {
    color: #333;
    font-size: 18px;
    position: relative;
    top: 2px;
}
.header--content a:hover {
    color: #f60;
}
.header--content a.active {
    color: #f60;
    position: relative;
}
.header--content a.active::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    transform: translateY(-50%);
    border-bottom: 2px solid #f60;
}
.am-tab-panel.article-content {
    max-width: 800px;
}
.am-tab-panel.article-content.border--top {
    border-top: 1px solid #f4f4f4;
}
.am-tab-panel.article-content section {
    margin-bottom: 30px;
}
/*carseries*/
.automobile_wrapper {
    position: relative;
    width: 800px;
    height: 160px;
    padding: 20px 0;
    outline: 1px solid #e6e6e6;
    margin-bottom: 10px;
}
.automobile_wrapper .img--wrapper {
    width: 180px;
    height: 120px;
    position: absolute;
    overflow: hidden;
    top: 20px;
    left: 20px;
}
.automobile_wrapper .img--wrapper img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.automobile_wrapper .automobile_content {
    position: absolute;
    width: 760px;
    height: 120px;
    padding-left: 192px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.automobile_wrapper .title--wrapper {
    position: relative;
}
.automobile_wrapper p {
    line-height: 1;
    margin: 0;
}
.automobile_wrapper p.content_title {
    font-size: 16px;
    color: #282828;
    margin-bottom: 10px;
}
.automobile_wrapper p.content_title span {
    display: inline-block;
    font-size: 10px;
    line-height: 16px;
    vertical-align: text-bottom;
    background: #f0f0f0;
    padding: 0 5px;
}
.automobile_wrapper p.content_title span:first-of-type {
    margin-right: 5px;
    margin-left: 12px;
}
.automobile_wrapper .title_price {
    font-size: 12px;
    margin: 10px auto 15px;
}
.automobile_wrapper .p_num {
    color: #f60;
    font-weight: bold;
}
.automobile_wrapper .content_button {
    position: absolute;
    width: 100px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 32px;
    text-align: center;
    border: 1px solid #f60;
    color: #f60;
}
.automobile_wrapper .content_info {
    padding: 0;
    border: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 66px;
}
.automobile_wrapper .content_info li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    list-style: none;
    padding: 10px 0;
    text-align: center;
    position: relative;
}
.automobile_wrapper .content_info li:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 1px solid #f0f0f0;
}
.automobile_wrapper .content_info li .li_p span {
    font-size: 24px;
    color: #333;
}
.automobile_wrapper .content_info li .li_p:first-of-type {
    font-size: 12px;
    color: #999;
    margin-bottom: 1em;
}
.articleList_more {
    height: 48px;
    background: #f2f3f6;
    font-size: 16px;
    color: #565656;
    line-height: 48px;
    text-align: center;
    margin-bottom: 30px;
}
.articleList_more:hover {
    color: #f60;
    -webkit-transition: color 0.2s ease-in 0.2s;
    transition: color 0.2s ease-in 0.2s;
}
/*division*/
.division--wrapper {
    padding: 15px 15px 15px 20px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}
.division--wrapper .p--division {
    margin: 0;
    position: relative;
    line-height: 20px;
    font-size: 20px;
    color: #333;
}
.division--wrapper .p--division span {
    display: inline-block;
    vertical-align: middle;
}
.division--wrapper .p--division .am-fl {
    color: #282828;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}
.division--wrapper .p--division .am-fr a {
    color: #999;
    font-size: 14px;
    display: inline-block;
    vertical-align: bottom;
}
.division--wrapper .p--division .svgIcon {
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: -0.15em;
}
.division--wrapper .p--division .am-fr:hover a {
    color: #f60;
    -webkit-transition: color 0.2s ease-in 0.2s;
    transition: color 0.2s ease-in 0.2s;
}
/*author--wrapper*/
.section_wrapper {
    outline: 1px solid #e6e6e6;
}
.authorList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0;
    margin: 0 auto;
}
.authorList li:not(:last-of-type) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    overflow: hidden;
}
.authorList li:last-of-type {
    width: 44px;
    margin-right: 25px;
}
.authorList li .img--wrapper {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    position: relative;
}
.authorList li:last-of-type .img--wrapper {
    width: 44px;
    height: 70px;
    position: relative;
}
.authorList li .img--wrapper img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.authorList li .auther--name {
    font-size: 14px;
    color: #282828;
    line-height: 1;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px auto 0;
}
.authorList li .li_tip {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 2;
}
/*tag*/
.tagList {
    margin: 0;
    padding: 30px 25px 20px;
}
.tagList li {
    display: inline-block;
    vertical-align: middle;
}
.tagList a span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    color: #565656;
    border: 1px solid #e3e3e3;
    padding: 0 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
    background: #e3e3e3;
    cursor: pointer;
}
/*special*/
.specialList {
    padding: 20px 20px 1px;
}
.special--wrapper li {
    width: calc(33.3% - 1.3157%);
    margin-bottom: 20px;
}
.special--wrapper li:not(:nth-of-type(3n+3)) {
    margin-right: 1.25%;
}
.special--wrapper li .img--wrapper {
    width: 100%;
    height: 160px;
    overflow: hidden;
    position: relative;
}
.special--wrapper li .img--wrapper img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.special--wrapper li .list_title {
    font-size: 16px;
    color: #282828;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px auto;
}
.special--wrapper li .message_tip {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    padding: 0 0.26em;
    background: #b3b3b3;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    margin-right: 8px;
}
.special--wrapper li .message_time span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #999;
    line-height: 16px;
}
.ws-search .am-tab-panel em {
    font-style: normal;
    color: #ff6600;
}
/*article*/
.articleList {
    padding: 0;
    margin: 0;
}
.articleList > li {
    padding: 20px;
    background: #fff;
    margin-bottom: 15px;
    outline: 1px solid #e6e6e6;
}
.articleList .article_author {
    margin-bottom: 20px;
    position: relative;
}
.articleList .article_author .authorImg--wrapper {
    display: inline-block;
    width: 36px;
    height: 36px;
    position: relative;
    border-radius: 50%;
}
.articleList .article_author .authorImg--wrapper img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    vertical-align: text-bottom;
}
.articleList .article_author .author_name {
    position: absolute;
    top: 0;
    left: 46px;
    font-size: 14px;
    color: #565656;
}
.articleList .article_author .author_type {
    position: absolute;
    bottom: 0;
    left: 46px;
    font-size: 13px;
    color: #b3b3b3;
}
.articleList .article--wraped {
    display: block;
    max-height: 160px;
    /*outline:1px solid red;*/
    position: relative;
}
.articleList .article--wraped .article_author {
    width: 100%;
}
.articleList .article--img {
    display: inline-block;
    position: relative;
    width: 240px;
    height: 160px;
    overflow: hidden;
    outline: 1px solid #f6f7f8;
}
.articleList .article--img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.articleList .article--img .video {
    width: 40px;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid white;
    border-radius: 4px;
    z-index: 4;
    cursor: pointer;
    vertical-align: text-bottom;
}
.articleList .article--img .video .svgIcon {
    width: 1em;
    height: 1em;
    margin: 0;
    vertical-align: -0.15em;
}
.articleList .article--img .tip {
    padding: 0.416em 0.67em;
    height: 24px;
    line-height: 1;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.3);
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 3;
    /*   outline:1px solid red; */
}
.articleList .article_content--wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 2px 280px;
    text-align: justify;
    position: absolute;
    top: 0;
    left: 0;
}
.articleList .article_content--wrapper .article_content {
    min-width: 100%;
}
.articleList .article_content--wrapper > a {
    display: block;
}
.articleList .article_p {
    font-size: 24px;
    text-align: left;
    color: #333;
    max-height: 65px;
    line-height: 1.5;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.articleList .article--type {
    font-size: 13px;
    text-align: left;
    color: #b3b3b3;
    height: 25px;
    line-height: 25px;
}
.articleList .article--type--tip {
    display: inline-block;
    max-width: 243px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 25px;
}
.articleList .article--author {
    font-size: 13px;
    color: #999;
    text-align: left;
    max-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: inherit;
}
.articleList .article--author span {
    display: inline-block;
    color: #b3b3b3
}
.articleList .article--author span:not(:last-of-type) {
    margin: 0 3px 0 0;
}
.articleList .article--author span.article--authorpic {
    width: 25px;
    height: 25px;
    margin-left: 0;
    margin-right: 7px;
}
.articleList .article--author .article--authorpic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #f6f7f8;
    vertical-align: bottom;
}
.articleList span.article--time {
    color: #999;
}
.articleList .article--type .first {
    display: inline-block;
    margin: 0 10px 0 0;
}
.articleList .article--type--say {
    margin: 0;
    line-height: inherit;
}
.articleList .article--type--say > span:not(:last-of-type) {
    margin-right: 20px;
}
.articleList .img--wrapper img:hover,
.articleList .article--img img:hover,
.articleList .articleList_rich:hover .img--wrapper img {
    -webkit-transform: scale(1.03) translate(-50%, -50%);
    transform: scale(1.03) translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.2s ease-in 0.2s;
    transition: -webkit-transform 0.2s ease-in 0.2s;
    transition: transform 0.2s ease-in 0.2s;
    transition: transform 0.2s ease-in 0.2s, -webkit-transform 0.2s ease-in 0.2s;
}
.articleList .article--img:hover .video {
    background: #f60;
    -webkit-transition: background-color 0.2s ease-in 0.2s;
    transition: background-color 0.2s ease-in 0.2s;
}
.articleList a:hover .article_p, .articleList a:hover .pictures_p, .articleList a:hover .li_title_p {
    color: #f60;
    -webkit-transition: color 0.2s ease-in 0.2s;
    transition: color 0.2s ease-in 0.2s;
}
/*vedio*/
.video--wrapper .articleList {
    padding: 20px 0 1px;
}
.video--wrapper .articleList > li {
    padding: 0;
    margin-bottom: 39px;
    outline: none;
}
/*ask*/
.ask--container {
    padding: 20px 0;
    border-top: 1px solid #f4f4f4;
}
.ask--container.content--border {
    padding: 20px;
    border: none;
}
.ask--container li {
    padding-left: 40px;
    position: relative;
}
.ask--container li:not(:last-of-type) {
    margin-bottom: 42px;
}
.ask--container .li_search {
    position: absolute;
    width: 28px;
    top: 3px;
    left: 0;
}
.ask--container .li_p {
    font-size: 24px;
    color: #000;
    line-height: 1.375;
    max-height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ask--container .li_p:hover {
    color: #f60;
    -webkit-transition: all 0.2s ease-in 0.2s;
    transition: all 0.2s ease-in 0.2s;
}
.ask--container .ask--type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 11px auto 17px;
}
.ask--container .ask--type time {
    font-size: 14px;
    color: #808080;
}
.ask--container .ask--type--say {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 96px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    color: #333;
}
.ask--container .ask--type--answer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
}
.ask--container .ask--type--say .img--wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    max-width: 21px;
}
.ask--container .ask--type--say .img--wrapper img {
    width: 100%;
}
.ask--container .li_content {
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.ask--container .li_content .img--wrapper {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 140px;
    height: 100px;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
}
.ask--container .li_content .img--wrapper img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ask--container .li_content .li_des {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #F4F5F9;
    padding: 17px 15px;
    color: #565656;
}
.ask--container .li_content .li_des p {
    margin: 0;
    line-height: 1.375;
}
.ask--container .li_content .li_des span {
    white-space: nowrap;
    color: #f60;
}
/*daniusay*/
.daniu-con {
    padding-bottom: 30px;
}
ul.daniu {
    padding: 0 15px;
    border-top: 1px solid #f4f4f4;
}
.daniu li:not(:last-of-type) {
    list-style: none;
    margin: 20px auto 30px;
}
.daniu li:last-of-type {
    margin: 20px auto 0;
}
.daniu .daniu-left {
    position: relative;
    margin-right: 20px;
}
.daniu .daniu-left img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.daniu .daniu-left .li_tip {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 2;
}
.daniu .daniu-left .li_tip img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    vertical-align: text-bottom;
}
.daniu .daniu-right {
    width: 65%;
}
.daniu .daniu-right a:hover * {
    color: #f60;
    -webkit-transition: color 0.2s ease-in 0.2s;
    transition: color 0.2s ease-in 0.2s;
}
.daniu .daniu-right h4 {
    font-size: 16px;
    color: #333;
    line-height: 1;
    margin-bottom: 10px;
    padding-top: 4px;
    font-weight: bold;
}
.daniu .daniu-right .daniu-head {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-bottom: 0;
}
.daniu .daniu_push {
    width: 63.3%;
    height: 37px;
    line-height: 37px;
    color: #f60;
    border: 1px solid #f60;
    border-radius: 4px;
    margin: 40px auto 0;
    text-align: center;
}
/*分页*/
.am-pagination {
    text-align: center;
}
.table_pagination {
    text-align: center;
    margin: 40px auto;
}
.pagination span {
    display: inline-block;
    padding: 6px 14px;
    color: #808080;
    margin-right: 8px;
}
.pagination .current {
    border: 1px solid #ff6600;
    color: #ff6600;
}
.pagination a {
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 6px 14px;
    color: #808080;
    margin-right: 8px;
    vertical-align: sub;
}
.pagination a:hover {
    border: 1px solid #ff6600;
    color: #ff6600;
}
/*新车入口*/
.newCar .img--wrapper img {
    max-width: 100%;
    margin: 10px auto 15px;
}
/*车友圈*/
.list-circle > li {
    width: 860px;
    margin-bottom: 20px;
}
.list-circle .li-wrapper {
    padding: 20px 30px;
    background: #F8F9FA;
}
.list-circle .li-wrapper .list-title {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #0D0D0D;
    margin-bottom: 20px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-circle .li-wrapper .list-title .img--wrapper {
    display: inline-flex;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 7px;
    margin-top: -2px;
}
.list-circle .li-wrapper .list-tip {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6D6D6D;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: flex-start;
}
.list-circle .li-wrapper .list-tip li:not(:last-child) {
    margin-right: 30px;
}
.post_li {
    position: relative;
    padding-bottom: 4px;
    padding-right: 15px;
}
.post_li:not(:last-child) {
    margin-bottom: 20px
}
.post_li.essence:before {
    content: "";
    width: 72px;
    height: 72px;
    background: url(../images/essence.png) no-repeat 50%;
    background-size: contain;
    position: absolute;
    top: 28px;
    right: 173px;
    z-index: -1;
}
.post_li .author--wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.post_li .author--wrapper .li_author {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 17px;
    font-weight: 500;
    color: #0d0d0d;
    line-height: 17px;
    margin-bottom: 16px
}
.post_li .author--wrapper .li_author .author--pic {
    margin-right: 10px
}
.post_li .author--wrapper .li_author > .img--wrapper {
    position: relative;
    margin-right: 10px
}
.post_li .author--wrapper .li_author > .img--wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}
.post_li .author--wrapper .li_author .img--type {
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 0;
    right: 0
}
.post_li .author--wrapper .li_author .img--type img {
    vertical-align: top
}
.post_li .author--wrapper .li_author .author-info {
    font-size: 14px;
    color: #0d0d0d;
    font-weight: 600;
    line-height: 1.1;
}
.post_li .author--wrapper .li_author .author-info .info-name {
    max-width: 28em
}
.post_li .author--wrapper .li_author .author-info .info_tip {
    font-size: 12px;
    color: #6d6d6d;
    font-weight: 400;
    margin-top: 4px;
}
.post_li .li_desc {
    font-size: 14px;
    font-weight: 400;
    color: #0d0d0d;
    line-height: 1.42857;
    max-height: 38px;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post_li > .img--wrapper {
    margin: 14px auto;
    text-align: center
}
.post_li > .img--wrapper img {
    max-width: 100%
}
.post_li .li_picList {
    position: relative;
    max-width: 575px;
}
.post_li .li_picList ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
    padding: 0
}
.post_li .li_picList ul li {
    list-style: none;
    flex-basis: 24.34%;
    height: 140px;
    flex-shrink: 0;
}
.post_li .li_picList ul li:not(:nth-child(4)) {
    margin-right: 0.8695%
}
.post_li .li_picList ul li:nth-child(1n+5) {
    display: none;
}
.post_li .li_picList ul li .img--wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}
.post_li .li_picList ul li:first-child:not(:last-child) .img--wrapper {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.post_li .li_picList ul li:nth-child(4) .img--wrapper {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.post_li .li_picList ul li .img--wrapper img {
    min-width: 100%;
    max-width: 150%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.post_li .li_picList ul li .img--wrapper .img {
    vertical-align: top
}
.post_li .li_picList ul li .img--wrapper .img .img__error {
    min-height: 172px
}
.post_li .li_picList .pic_tip {
    display: none;
    min-width: 34px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #fff;
    padding: 0 .57em;
    font-weight: 700;
    text-align: center;
    line-height: 22px;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px 0 10px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .75);
    z-index: 2;
}
.post_li .li_picList.list-more .pic_tip {
    display: block
}
.post_li .li_video {
    margin-bottom: 15px
}
.post_li .li_video .img--wrapper {
    width: 320px;
    height: 180px;
    background: #0d0d0d linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25) 90%, #000);
    text-align: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden
}
.post_li .li_video .img--wrapper > img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.post_li .li_video .img--wrapper .img-video {
    max-width: 60px;
    max-height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}
.post_li .li_video .img--wrapper .img-video img {
    max-width: 100%
}
.post_li .li_footer {
    font-size: 12px;
    color: #6d6d6d;
    line-height: 1;
    margin: 16px auto;
}
.post_li .li_footer .footer_box-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.post_li .li_footer ul li {
    margin-right: 20px;
}
.post_li .li_footer ul li span {
    color: #0D0D0D;
    font-weight: 600;
}
.post_li .author-link, .post_li .author-link:focus, .post_li .author-link:hover {
    color: inherit
}
.post_li .li_author {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start
}
.post_li .li_author .author--pic {
    display: inline-block;
    vertical-align: -.18em;
    width: 41px;
    height: 41px;
    border: 1px solid #f7f8f9;
    border-radius: 50%;
    margin-right: 14px;
    overflow: visible;
    position: relative
}
.post_li .li_author .author--pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    vertical-align: top
}
.post_li .li_author .author--pic img.image-default {
    margin-top: -2px
}
.post_li .li_author .author--pic .author_type {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    vertical-align: -.18em;
    width: 10.5px;
    height: 10.5px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -2px
}
.post_li .li_author .author-info {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit
}
.post_li .li_author .author-info .info-wrapper {
    display: inline-flex;
    align-items: center
}
.post_li .li_author .author-info .info-wrapper .info-name {
    max-width: 18em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.post_li .li_author .author-info .info-wrapper .isTop {
    font-size: 14px;
    font-weight: 500;
    color: #ff7e28;
    margin-left: 16px;
    margin-top: -1px
}
.post_li .li_author .author-info .info-wrapper .isTop img {
    max-width: 16px;
    margin-right: 5px;
    margin-top: -3px
}
.post_li .li_author .author-info .info_tip {
    font-size: 16px;
    font-weight: 400;
    color: #6d6d6d;
    margin-top: 8px;
    white-space: nowrap;
    max-width: 30em;
    overflow: hidden;
    text-overflow: ellipsis
}
