body {
    padding-top: 0 !important;
    height: auto;
}
main {
    min-height: calc(100vh - 375px);
}
.svgIcon {
    width: 1em;
    height: 1em;
    vertical-align: -.128em;
    fill: currentColor;
    overflow: hidden;
    margin-right: .2em;
}
img {
    max-width: 100%;
}
a:hover, a:hover p, a:hover span {
    color: #f60;
    -webkit-transition: color .2s ease-in .2s;
    transition: color .2s ease-in .2s;
}
.header_container {
    border-bottom: 1px solid #d8d8d8;
}
.header_nav {
    display: none;
}
/*breadcrumb*/
.breadcrumb {
    padding: 20px 0 25px;
    background: #fff;
    font-size: 16px;
    color: #333;
    line-height: 1.375;
}
.breadcrumb .breadcrumb_ol, .breadcrumb > span {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
.breadcrumb li {
    float: left;
    margin-right: 20px;
    position: relative;
}
.breadcrumb li:nth-child(2) {
    color: #5F81E2;
}
.breadcrumb li:not(:last-child)::after {
    content: '>';
    display: inline-block;
    position: absolute;
    right: -15px;
}
.breadcrumb a {
    color: inherit;
}
.series_info {
    margin-bottom: 20px;
}
.info_container {
    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-bottom: 10px;
}
.info_container .info_name, .info_container .info_rank ul {
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.info_name .info_title {
    font-size: 34px;
    color: #333;
    font-weight: bold;
    line-height: 48px;
    margin-right: 10px;
}
.info_name .tag span {
    display: inline-block;
    vertical-align: middle;
    min-width: 66px;
    line-height: 22px;
    font-size: 12px;
    padding: 0 8px;
    border-radius: 20px;
    color: #fff;
    cursor: default;
    margin-right: 17px;
}
.info_name .tag .tag_1 {
    background: #5f81e2;
}
.info_name .tag .tag_2 {
    background: #ff4f53;
}
.info_name .tag .tag_3 {
    background: #ff921e;
}
.info_rank {
    font-size: 16px;
    color: #333;
}
.info_rank li:not(:last-child) {
    margin-right: 20px;
}
.info_rank li:not(.header_location) span {
    font-size: 20px;
    color: #fa6400
}
.info_rank li span.location_span {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
}
.info_rank .header_location {
    position: relative;
    cursor: pointer;
}
.header_location .svgIcon {
    vertical-align: -3px;
}
.header_location .mod_list_city:before, .mod_list_city:after {
    left: 490px;
}
.header_location .mod_list_city:after {
    left: 492px;
}
.header_location .mod_list_city a {
    -webkit-transition: none;
    transition: none;
}
.info_nav {
    background: #575757;
    width: 100%;
    height: 50px;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    border-radius: 4px;
    overflow: hidden;
}
.info_nav li {
    height: 50px;
    -webkit-flex-basis: 130px;
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
    text-align: center;
    position: relative;
    font-weight: 400;
    font-family: PingFangSC-Regular;
    color: #fff;
}
.info_nav li a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    color: #fff;
}
.info_nav li a:not(.active):hover {
    background: #646464;
}
.info_nav li a.active {
    background: #ff8843
}
.info_nav li .nav_hot {
    position: absolute;
    width: 30px;
    height: 15px;
    top: -9px;
    right: -5px;
    background: url(//www.d1ev.com/static/home/index03/images/hot.png) no-repeat 50%;
    background-size: cover;
    z-index: 2
}
.series_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.series_container .container_wrapper {
    width: 74.58%;
    max-width: 895px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.series_container .main-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.series_container .main-wrapper .main-side-wrapper {
    width: 70px;
    padding-top: 8px;
}
.series_container .main-side-wrapper nav ul {
    background: #F9FBFE;
}
.series_container .main-side-wrapper nav ul li a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 40px;
    font-size: 12px;
    color: #222222;
    line-height: 40px;
    text-align: center;
    transition: color 100ms ease-out;
}
.series_container .main-side-wrapper nav ul li a.active {
    font-size: 12px;
    color: #FFFFFF;
    background: #5F81E2;
}
.series_container .main-side-wrapper nav ul li:not(:last-child) {
    margin-bottom: 7px;
}
.series_container .container_sidebar {
    width: 22.92%;
    max-width: 274px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.series_container .container_wrapper > * {
    width: 100%;
    margin-bottom: 30px;
}
/*标题*/
.article-container .ws-title {
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
}
.article-container {
    width: 795px;
}
.article-container img {
    max-width: 100%;
}
.article-container h1 {
    color: #333;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 0;
}
.article-container h1 .article_tip {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #FB953A;
    border: 1px solid #FB953A;
    padding: 0 0.6em;
    margin-right: 10px;
    line-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: 0.6em;
}
.article-container .news-content {
    line-height: 30px;
    text-align: justify;
}
.article-container .news-content .ad--wrapper .img--wrapper {
    margin-bottom: 20px;
}
.article-container .news-content .source--wrapper {
    margin-top: 30px;
}
.article-container .news-content .newscon_source {
    line-height: 1.6;
    margin: 0;
    font-size: 14px;
    color: #8E8E8E;
    font-style: italic;
}
/*作者*/
.article-container .title-info {
    padding-top: 28px;
}
.article-container .title-info .ws-infor > a {
    margin-left: 0 !important;
    margin-right: 12px;
}
.article-container .title-info .ws-label a {
    color: #FB953A !important;
    font-size: 16px;
    border: 1px solid #FB953A;
    background: #fff;
    line-height: 1;
    padding: 8px 18px;
    margin-right: 20px;
    border-radius: 20px;
}
.article-container .title-info .ws-infor img {
    width: 34px;
    height: 34px;
    border-radius: 17px;
}
.article-container .title-info .ws-infor .ws-infor-name {
    color: #333;
    padding-right: 10px;
    border-right: 1px solid #d8d8d8;
    margin: 0 10px 0 12px;
    font-size: 14px;
    line-height: 34px;
}
.article-container .title-info .ws-infor .ws-infor-name span {
    margin-right: 10px;
}
.article-container .title-info .ws-infor .ws-infor-name1 {
    color: #333;
}
.article-container .title-info .ws-infor .ws-infor-name2 {
    color: #333;
}
.article-container .title-info .ws-infor .ws-infor-time {
    font-size: 14px;
    line-height: 1;
    color: #808080;
}
.article-container .title-info .source {
    line-height: 34px;
}
.article-container .title-info .source .ws-infor-name, .article-container .title-info .source .ws-infor-time {
    display: block;
    margin: 0;
    font-size: 14px;
    color: #808080;
    line-height: 17px;
    position: relative;
}
.article-container .title-info .source .ws-infor-name {
    top: -2px;
    color: #333;
}
.article-container .title-info .source .ws-infor-time {
    bottom: -2px;
    font-size: 13px;
}
/*内容*/
#article-wrapper {
    word-wrap: break-word;
    word-break: normal;
    color: #222;
}
#article-wrapper .part-title {
    width: 100%;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    padding: 0 20px;
    text-align: left;
    background: #F9FBFE;
    margin-bottom: 20px;
}
#article-wrapper p {
    line-height: 1.7;
    margin: 0 0 3rem 0;
}
#article-wrapper section {
}
#article-wrapper h1, #article-wrapper h2, #article-wrapper h3, #article-wrapper h4, #article-wrapper h5, #article-wrapper h6 {
    font-size: 1em;
    margin-bottom: 1em;
    margin-top: 0;
}
#article-wrapper img {
    display: block;
    margin: 0 auto;
}
#article-wrapper iframe {
    display: block;
    margin: 0 auto;
}
#article-wrapper table, #article-wrapper table th, #article-wrapper table td, #article-wrapper table tr {
    word-break: normal;
    visibility: hidden;
}
#article-wrapper .table--reset table, #article-wrapper .table--reset table th, #article-wrapper .table--reset table td, #article-wrapper .table--reset table tr {
    word-break: break-all;
}
#article-wrapper li p {
    text-indent: 0;
    padding: 0;
    margin: 0;
}
#article-wrapper table p {
    padding: 0;
    margin: 0;
    line-height: 1.2em;
    text-indent: 0;
}
#article-wrapper .table-responsive {
    width: 100%;
    overflow-x: auto;
    font-size: 16px;
}
#article-wrapper .allread-title i, #article-wrapper .allread-title h2 {
    display: inline-block;
    font-style: normal;
}
#article-wrapper .allread-title i {
    margin-right: 0.5em;
}
.table-tip {
    text-align: center;
    font-size: 12px;
    color: #666;
}
.table-responsive {
    text-align: left;
}
.table-responsive table {
    border: 1px solid #222;
    border-collapse: collapse;
    margin: 0 auto;
}
.table-responsive td, .table-responsive th {
    text-align: left;
    border: 1px solid #222;
    padding: 2px;
    line-height: 1.2em;
}
#player_3rd iframe {
    display: block;
    margin: 0 auto;
}
/*点赞收藏分享*/
.article-container .article_action {
    margin: 60px auto;
    max-width: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
}
.article_action .collection {
    margin-right: 70px;
    text-align: center;
}
.article_action .collection.active .collect--wrapper,
.article_action .collection:hover .collect--wrapper {
    border-color: #FB953A;
    background: #FB953A;
    color: #fff;
}
.collection .collect--wrapper {
    border: 1px solid #cdcdcd;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    text-align: center;
    color: #b2b2b2;
    cursor: pointer;
}
.collection .collect--wrapper .iconfont {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-size: 20px;
    margin: 12.5px auto;
    color: inherit;
}
.article-container .ws-like {
    display: inline-block;
    text-align: center;
}
.article-container .like--wrapper {
    border: 1px solid #cdcdcd;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    text-align: center;
    color: #b2b2b2;
    cursor: pointer;
}
.article-container .ws-like .likeImg, .article-container .collection .likeImg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    margin: 11px auto;
}
.article-container .ws-like:hover .likeImg, .article-container .ws-like.liked .likeImg, .article-container .ws-like.active .likeImg {
    fill: #fff;
}
.article-container .ws-like .like_count, .article-container .collection .collect_count {
    display: block;
    font-size: 16px;
    color: #272727;
    line-height: 1;
    margin-top: 5px;
}
.article-container .ws-like:hover .like--wrapper, .article-container .ws-like.liked .like--wrapper, .article-container .ws-like.active .like--wrapper {
    background: #FB953A;
    border-color: #FB953A;
}
.article-container .action_share {
    position: absolute;
    right: -316px;
    bottom: -20px;
}
.article-container .action_share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}
.article-container .action_share ul li {
    list-style: none;
    margin-right: 5px;
}
.article-container .action_share ul img {
    width: 62px;
    height: 62px;
    cursor: pointer;
}
/*分享弹窗*/
body .bsBox {
    width: 232px !important;
    height: 257px !important;
    text-align: center;
    background: #fff !important;
    border: solid 1px #d8d8d8;
}
body .bsTop {
    background: #fff;
    border: none;
}
body .bshare-custom a:hover {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
}
.article-container .ws-left .button--share .sprite {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
body .bshare-custom {
    font-size: 16px;
}
/*车型*/
.article-container .automobile {
    margin: 40px auto;
}
.article-container .automobile .automobile_title, .article-container .comment_title {
    width: 100%;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    padding: 0 20px;
    text-align: left;
    background: #F9FBFE;
    margin-bottom: 30px;
}
.automobile_wrapper {
    position: relative;
    width: 789px;
    height: 192px;
    outline: 1px solid #f8f9fc;
}
.automobile .automobile_wrapper .img--wrapper {
    width: 288px;
    height: 192px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    outline: 1px solid #f7f8f9;
}
.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: 100%;
    height: 100%;
    padding-left: 328px;
}
.automobile_wrapper .title--wrapper {
    height: 100%;
    padding: 15px 0 9px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
.automobile_wrapper p {
    line-height: 1;
    margin: 0;
}
.automobile_wrapper p.content_title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}
.automobile_wrapper .title_guidePrice {
    font-size: 16px;
    color: #777A89;
    line-height: 1.375;
}
.automobile_wrapper .title_price {
    font-size: 16px;
    color: #777A89;
    line-height: 1.375;
}
.automobile_wrapper .p_num {
    font-weight: bold;
    margin-left: 10px;
}
.automobile_wrapper .title_guidePrice span {
    color: #333333;
}
.automobile_wrapper .title_guidePrice .p_num {
    font-size: 20px;
    color: #333333;
}
.automobile_wrapper .title_price span {
    color: #FA6400;
}
.automobile_wrapper .title_price .p_num {
    font-size: 26px;
}
.automobile_wrapper .content_button {
    width: 215px;
    line-height: 42px;
    text-align: center;
    border: 1px solid rgba(255, 102, 0, 0.3);
    border-radius: 4px;
    font-size: 16px;
    color: #FD6B1B;
}
/*评论*/
.article-container .ws-comment .duoshuo {
    margin-bottom: 20px;
}
.article-container .ws-comment .duoshuo .articles_p {
    font-size: 20px;
    color: #333;
    margin: 0 auto 20px;
}
.article-container .ws-comment #ds-reset .ds-post-options {
    display: none;
}
.article-container .ws-comment #ds-reset .ds-textarea-wrapper {
    border: 1px solid #e5e5e5;
    padding-right: 0;
    height: 150px;
}
.article-container .ws-comment #ds-reset .ds-textarea-wrapper textarea {
    height: 110px;
    font-size: 14px;
    line-height: 1.6;
}
.article-container .ws-comment #ds-reset .ds-post-toolbar {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 38px;
}
.article-container .ws-comment #ds-reset .ds-post-button {
    width: 110px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #FB953A;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    text-shadow: none;
    font-weight: normal;
    border: none;
    outline: none;
}
.article-container .ws-comment #ds-reset .ds-toolbar-buttons {
    position: absolute;
    top: 5px;
    right: 120px;
}
.article-container .ws-comment #ds-reset .ds-add-emote {
    width: 24px !important;
    height: 24px;
    background: url("//www.d1ev.com/src/common/public/images/spritesheet.png") -301px -85px;
}
.article-container .ws-comment #ds-reset #span_new {
    border-bottom: 2px #FB953A solid !important;
}
.article-container .ws-comment #ds-reset .ds-highlight {
    color: #FB953A !important;
    font-size: 14px;
    margin-right: 14px;
}
.article-container .ws-comment #ds-reset .ds-time {
    font-size: 14px;
    color: #999;
}
.article-container .ws-comment #ds-reset .ds-comment-body {
    padding-left: 76px;
}
.article-container .ws-comment #ds-reset .ds-comment-body p {
    font-size: 14px;
    margin: 16px 0;
}
.article-container .ws-comment #ds-reset .ds-comment-body p .bule {
    color: #FB953A !important;
}
.article-container .ws-comment #ds-reset ul.ds-children .ds-comment-body {
    padding-left: 68px;
}
.article-container .ws-comment #ds-reset ul.ds-children .ds-avatar {
    width: 50px;
    height: 50px;
}
.article-container .ws-comment #ds-reset ul.ds-children .ds-avatar img {
    width: 50px;
    height: 50px;
}
.article-container .ws-comment .ds-comment-footer {
    position: relative;
    padding-left: 16px !important;
}
.article-container .ws-comment .ws-author_area {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    margin-right: 20px !important;
}
.article-container .ws-comment .ds-post-reply {
    font-size: 14px;
}
.article-container .ws-comment .ws-author_area:after {
    content: '';
    position: absolute;
    top: 1px;
    left: -15px;
    width: 12px;
    height: 14px;
    background: url("//www.d1ev.com/src/common/public/images/spritesheet.png") -5px -174px;
}
.article-container .ws-comment #ds-reset .ds-comments {
    padding-top: 0;
}
.article-container .ws-comment #ds-reset li.ds-post-placeholder {
    padding: 2em 0;
}
.article-container .ws-comment #ds-reset .ds-replybox {
    padding-left: 76px;
}
.article-container .ws-comment #ds-reset .ds-replybox .ds-avatar img {
    width: 60px;
    height: 60px;
}
.article-container .ws-comment .article-container .ws-comment #ds-reset #span_new {
    font-size: 18px !important;
    color: #333;
}
.article-container .ws-comment #ds-reset .ds-post-self {
    padding: 20px 10px;
}
.article-container .ws-comment #ds-reset .ds-post-link {
    font-size: 14px;
}
.article-container .ws-comment #ds-reset .ds-post-link span {
    color: #FB953A;
}
/*右侧广告*/
.container_sidebar > * {
    margin-bottom: 30px;
}
.container_sidebar .recommendedModels {
    width: 100%;
    height: 230px;
    font-size: 14px;
    border: 1px solid #F1F4F8;
    border-radius: 0 0 4px 4px;
    text-align: center;
}
.container_sidebar .recommendedModels .models_title {
    max-width: 100%;
    color: #333;
    line-height: 50px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #F9FBFE;
}
.container_sidebar .recommendedModels .img--wrapper {
    width: 130px;
    height: 87px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.container_sidebar .recommendedModels .model_price {
    font-size: 14px;
    color: #999CAB;
}
.container_sidebar .recommendedModels .model_price span {
    color: #FD6B1B;
}
.container_sidebar .recommendedModels .content_button {
    width: 245px;
    line-height: 42px;
    text-align: center;
    border: 1px solid rgba(255, 102, 0, 0.3);
    border-radius: 4px;
    font-size: 16px;
    color: #FD6B1B;
    margin: 8px auto 0;
}
.container_sidebar .codeinfo {
    width: 100%;
    background: #f8f9fc;
    border: 1px solid #eeeff3;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 15px;
}
.container_sidebar .codeinfo .img--wrapper {
    width: 100%;
}
.container_sidebar .codeinfo .code_title {
    font-size: 14px;
    color: #333;
    line-height: 1.42857;
}
.article-container .ws-sn {
    margin: 40px auto 20px;
    font-size: 20px;
    color: #333;
}
.article-container .ws-subject .ws-subject-icon {
    display: none;
    width: 22px;
    height: 22px;
    background: url("//www.d1ev.com/src/common/public/images/sprite2.png") -76px -115px;
    position: relative;
    top: 5px;
}
.article-container .ws-subject .ws-subject-span {
    position: relative;
    border: 1px solid #FB953A;
    color: #FB953A;
    padding: 2px 20px;
    margin-right: 8px;
}
.article-container .ws-subject .ws-subject-span i {
    position: absolute;
    top: 6px;
    right: -12px;
    background: #fff;
    height: 12px;
    font-size: 15px;
    line-height: 1;
}
.article-container .ad--wrapper .img--wrapper {
    text-align: center;
    margin-bottom: 40px;
}
.container_sidebar .ad--wrapper {
    max-width: 274px;
}
.container_sidebar .ad--wrapper .img--wrapper {
    max-width: 274px;
    border-radius: 4px;
    overflow: hidden;
}
.container_sidebar .measureList {
    width: 100%;
}
.container_sidebar .measureList li:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 20px;
}
.container_sidebar .measureList .li_title {
    font-size: 16px;
    color: #555555;
    font-weight: bold;
    max-width: 100%;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.container_sidebar .measureList .li_title span {
    display: inline-block;
    vertical-align: middle;
    line-height: 15px;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #D8D8D8;
}
.container_sidebar .measureList .li_desc {
    font-size: 14px;
    color: #333333;
    line-height: 1.42857;
    max-height: 38.4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.container_sidebar .guess_title {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    padding-bottom: 17px;
    margin-bottom: 15px;
    border-bottom: 4px solid #f2f3f6;
    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;
}
.container_sidebar .guessLike .guess_list ul {
    max-width: 274px;
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.guessLike .guess_list ul li {
    color: #333;
    font-size: 14px;
    width: 47.27%;
    max-width: 130px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
}
.guessLike .guess_list ul li p {
    line-height: 1.42357;
}
.guessLike .guess_list ul li p.li_price {
    color: #f60;
}
.container_sidebar .sameBrand {
    width: 100%;
}
.sameBrand .same_list ul li, .sameBrand .same_list ul li a {
    width: 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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #333;
}
.sameBrand .same_list ul li:not(:last-child) {
    margin-bottom: 20px;
}
.sameBrand .same_list ul li p {
    font-size: 14px;
    line-height: 1.42357;
}
.sameBrand .same_list ul li p.li_name {
    width: 50%;
    max-width: 137px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sameBrand .same_list ul li p.li_price {
    color: #f60;
}
.am-modal-dialog {
    border-radius: 10px;
}
.am-modal-hd {
    padding: 0;
}
.am-modal-hd .am-close {
    width: 50px;
    height: 50px;
    opacity: 1;
    top: 0;
    right: -27px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.am-modal-bd {
    padding: 0;
    background: #fff;
}
.ads-container {
    display: none;
    position: fixed;
    width: 820px;
    height: 600px;
    background: #000;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1011;
}
.ads-container .ad-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000
}
.ads-container .img--wrapper {
    height: 100%;
    position: relative;
}
.ads-container .img--wrapper img {
    max-width: 1000%;
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ads-container .ad-close {
    color: #fff;
    position: absolute;
    font-size: 1em;
    top: -27px;
    right: -27px;
    line-height: 31px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1001
}
.article-container .ws-left .ws-news .article--author {
    margin: 1.6rem 0;
}
.friendLinks {
    padding-top: 0;
}
.my_alert {
    padding: 30px 20px;
    position: fixed;
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 500px;
    max-width: 80%;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: none;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    z-index: 1111;
}
/*登录弹窗*/
.ws-erweima02 {
    width: 180px;
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    top: -200px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.ws-erweima02 img {
    width: 100%;
}
.ws-shadow {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10100;
    background: rgba(0, 0, 0, 0.3);
}
.ws-loginModel {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10101;
    margin-left: -220px;
    margin-top: -240px;
    width: 440px;
    background: #fff;
}
.ws-loginModel hr {
    margin: 37px 0 27px;
    border-top: 1px solid #d9d9d9;
}
.ws-loginModel .wws-close {
    position: absolute;
    top: 0;
    right: -60px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}
.ws-loginModel .ev-container {
    background: #fff;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    max-width: 440px;
    margin-bottom: 53px;
}
.ws-loginModel .ev-evlogo {
    position: absolute;
    top: -76px;
    left: 50%;
    margin-left: -89px;
}
.ws-loginModel .ev-login-head {
    text-align: center;
    font-size: 24px;
    line-height: 1;
    padding: 26px 0;
    color: #4c4c4c;
    font-weight: 500;
}
.ws-loginModel .ev-form { /* width: 360px;*/
    margin: 0 auto;
    max-width: 360px;
}
.ws-loginModel .ev-form-group {
    margin-bottom: 30px;
    position: relative;
}
.ws-loginModel .ev-radius {
    border-radius: 4px !important;
    height: 48px;
}
.ws-loginModel .ev-btn-color {
    background: #FB953A;
    color: #fff;
}
.ws-loginModel .ev-btn-color:hover, .ws-loginModel .ev-btn-color:focus {
    background: #f26100;
    color: #fff;
}
.ws-loginModel .ev-btn-color:active {
    background: #e55c00;
}
.ws-loginModel .ev-a {
    color: #4c4c4c;
    line-height: 1;
    margin-bottom: 30px;
    font-size: 14px;
}
.ws-loginModel .ev-a:hover {
    color: #FB953A;
}
.ws-loginModel .ev-a:active {
    color: #f26100;
}
.ws-loginModel .ev-hr {
    position: relative;
}
.ws-loginModel .ev-hr div {
    font-size: 14px;
    line-height: 14px;
    padding: 0 12px;
    background: #fff;
    color: #4c4c4c;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -47px; /* transform: translateX(-50%);*/
}
.ws-loginModel .ev-other-logo a {
    display: block;
    font-size: 60px;
    line-height: 1;
}
.ws-loginModel .ev-other-logo .ev-qq:hover {
    color: #3ca5f6;
}
.ws-loginModel .ev-other-logo .ev-weix:hover {
    color: #22ac38;
}
.ws-loginModel .ev-other-logo .ev-weib:hover {
    color: #e60012;
}
.ws-loginModel .ev-other-logo {
    position: relative;
}
.ws-loginModel .ev-ewma {
    display: none;
    position: absolute;
    top: -196px;
    left: 50%;
    margin-left: -90px; /*transform: translateX(-50%);*/
    -webkit-box-shadow: 0 0 30px #d9d9d9;
    box-shadow: 0 0 30px #d9d9d9;
}
.ws-loginModel .ev-ewma p {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    bottom: -38px;
    left: 50%;
    margin-left: -20px; /*transform: translateX(-50%);*/
}
.ws-loginModel .ev-qq {
    color: #3ca5f6;
}
.ws-loginModel .ev-weix {
    color: #22ac38;
}
.ws-loginModel .ev-weib {
    color: #e60012;
    padding-bottom: 26px;
}
.ws-loginModel .ev-alert-danger {
    background: transparent;
    color: #d83832;
    border: none;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    bottom: -26px;
    left: 0;
    font-size: 14px;
}
.ws-loginModel .ev-tip {
    width: 360px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    top: -46px;
    left: 0;
    background: #ccc;
}
.ws-loginModel .ev-tip-error {
    background: #ffe5e5;
    color: #cc6666;
}
.ws-loginModel .ev-tip-success {
    background: #e0f9c0;
    color: #9b7e2b;
}
.ws-loginModel .ev-tip-fail {
    background: #ffe6e6;
    color: #cc6666;
}
.ws-loginModel .ev-tip-fail span {
    position: absolute;
    top: 0;
    left: 0;
}
.ws-loginModel .am-alert-dangers {
    background-color: #ffe6e6;
    border-color: #fff;
    color: #cc6666;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
}
.ws-loginModel body .ev-tip .am-close--re {
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.ws-loginModel form .am-field-valid, .ws-loginModel form .am-form-success .am-form-field {
    border-color: #cccccc !important;
}
.ws-loginModel form .am-field-valid:focus, .ws-loginModel form .am-form-success .am-form-field:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.ws-loginModel .am-form input[type=number], .ws-loginModel .am-form input[type=search], .ws-loginModel .am-form input[type=text], .ws-loginModel .am-form input[type=password], .ws-loginModel .am-form input[type=datetime], .ws-loginModel .am-form input[type=datetime-local], .ws-loginModel .am-form input[type=date], .ws-loginModel .am-form input[type=month], .ws-loginModel .am-form input[type=time], .ws-loginModel .am-form input[type=week], .ws-loginModel .am-form input[type=email], .ws-loginModel .am-form input[type=url], .ws-loginModel .am-form input[type=tel], .ws-loginModel .am-form input[type=color], .ws-loginModel .am-form select, .ws-loginModel .am-form textarea, .ws-loginModel .am-form-field {
    font-size: 1.4rem !important;
    padding: 1.28rem !important;
    border: 1px solid #b2b2b2 !important;
}
.ws-loginModel .am-form input[type=number]:focus, .ws-loginModel .am-form input[type=search]:focus, .ws-loginModel .am-form input[type=text]:focus, .ws-loginModel .am-form input[type=password]:focus, .ws-loginModel .am-form input[type=datetime]:focus, .ws-loginModel .am-form input[type=datetime-local]:focus, .ws-loginModel .am-form input[type=date]:focus, .ws-loginModel .am-form input[type=month]:focus, .ws-loginModel .am-form input[type=time]:focus, .ws-loginModel .am-form input[type=week]:focus, .ws-loginModel .am-form input[type=email]:focus, .ws-loginModel .am-form input[type=url]:focus, .ws-loginModel .am-form input[type=tel]:focus, .ws-loginModel .am-form input[type=color]:focus, .ws-loginModel .am-form select:focus, .ws-loginModel .am-form textarea:focus, .ws-loginModel .am-form-field:focus {
    background-color: #fefffe;
    border-color: #3bb4f2 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(59, 180, 242, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(59, 180, 242, 0.3);
}
.ws-loginModel .am-form-group .am-alert {
    padding: .25em .625em 0 0;
    font-size: 1.4rem;
}
.ws-loginModel body .am-form-group .am-field-error {
    border-color: #dd514c !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}
#doc-modal-22 {
    z-index: 10000;
}
#doc-modal-22 label {
    display: block;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1;
}
#doc-modal-22 .am-modal-dialog {
    border-radius: 10px;
}
#doc-modal-22 .am-modal-hd {
    padding: 0;
}
#doc-modal-22 .am-modal-hd .am-close {
    opacity: 1;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#doc-modal-22 .am-modal-bd {
    padding: 5% 4.79% 2.5%;
    background: #fff;
}
#doc-modal-22 .am-modal-bd #model_wrapper2 {
    position: relative;
}
#doc-modal-22 .modal_title {
    letter-spacing: 0;
    padding: 0 10px;
    font-size: 24px;
    color: #44464C;
}
#doc-modal-22 .table--wrapper {
    padding: 10px 0 0;
}
#doc-modal-22 .model_table {
    border-collapse: separate;
    border-spacing: 10px 20px;
    width: 100%;
}
#doc-modal-22 .model_table label {
    text-align: right;
    font-size: 20px;
    color: #616161;
    white-space: nowrap;
}
#doc-modal-22 table {
    border: none;
}
#doc-modal-22 table td {
    text-align: center;
    border: none;
    padding: 0;
    line-height: 1;
}
#doc-modal-22 .inputList--wrapper {
    text-align: left;
    width: 630px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#doc-modal-22 .inputList--wrapper.v-code--wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#doc-modal-22 .inputList--wrapper input {
    font-size: 20px;
    color: #70727E;
    height: 44px;
    border: 1px solid #B7C1CA;
    border-radius: 4px;
}
#doc-modal-22 .quickSelect--wrapper {
    width: 100%;
}
#doc-modal-22 .quickSelect--wrapper .button {
    color: #70727E;
    font-size: 20px;
    line-height: 1;
    border: 1px solid #B7C1CA;
    border-radius: 4px;
    padding-top: 0.55em;
    padding-bottom: 0.55em;
}
#doc-modal-22 .quickSelect--wrapper ul.contentList {
    padding-left: 20px;
    padding-right: 30px;
}
#doc-modal-22 .quickSelect--wrapper ul.contentList > li .title {
    background: #F7F8FA;
    font-size: 21px;
    color: #70727E;
}
#doc-modal-22 .content_link {
    left: 90%;
    max-height: 380px;
    overflow: hidden;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#doc-modal-22 .content_link li {
    margin-bottom: 0.05em;
}
#doc-modal-22 .quickSelect--wrapper ul.contentList > li p {
    -webkit-transition: none;
    transition: none;
    font-size: 20px;
    color: #70727E;
}
#doc-modal-22 .quickSelect--wrapper ul.contentList > li p:hover, #doc-modal-22 .quickSelect--wrapper ul.contentList > li p.selected {
    background: #F5853A;
    color: #fff;
}
#doc-modal-22 .content_link li span {
    border: none;
    font-size: 16px;
    color: #70727E;
    background: #fff;
}
/*reset am-selected*/
#doc-modal-22 .am-selected.am-dropdown {
    width: 100%;
}
#doc-modal-22 .am-selected.am-dropdown:focus, #doc-modal-22 label:focus {
    outline: none;
}
#doc-modal-22 .inputList--wrapper .am-btn-default {
    color: #70727E;
    font-size: 20px;
    line-height: 1;
    border: 1px solid #B7C1CA;
    border-radius: 4px;
    padding-top: 0.55em;
    padding-bottom: 0.55em;
}
#doc-modal-22 .inputList--wrapper .am-btn-default:focus, #doc-modal-22 .inputList--wrapper .am-btn-default:active {
    outline: none;
}
#doc-modal-22 .am-selected-list li .am-selected-text {
    padding: 0 10px;
    line-height: 30px;
    font-size: 20px;
    color: #70727E;
}
#doc-modal-22 .am-selected-list li.am-checked .am-selected-text {
    background: #F5853A;
    color: #fff;
}
#doc-modal-22 .am-selected-list li .am-icon-check {
    display: none;
}
#doc-modal-22 .am-field-valid, #doc-modal-22 .am-form-success .am-form-field {
    border-color: #B7C1CA !important;
}
#doc-modal-22 .inputList--wrapper .am-field-error, #doc-modal-22 .inputList--wrapper .am-form-error .am-form-field {
    border-color: #B7C1CA !important;
    color: #FF4E4E;
}
#doc-modal-22 .am-form input[type=number]:focus, #doc-modal-22 .am-form input[type=text]:focus, #doc-modal-22 .am-form input[type=password]:focus, #doc-modal-22 .am-form select:focus, #doc-modal-22 .am-form textarea:focus, #doc-modal-22 .am-form-field:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
#doc-modal-22 .am-field-error:focus, #doc-modal-22 .am-form-error .am-form-field:focus, #doc-modal-22 .am-field-valid:focus, #doc-modal-22 .am-form-success .am-form-field:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
#doc-modal-22 .am-icon-caret-down:before, #doc-modal-22 .quickSelect--wrapper .button:before {
    content: "";
}
#doc-modal-22 .quickSelect--wrapper .button .button_img {
    display: inline-block;
}
#doc-modal-22 .am-icon-caret-down {
    width: 13px;
    background: url("../image/down.png") no-repeat center;
}
#doc-modal-22 .am-selected.am-dropdown.am-active .am-icon-caret-down {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: -webkit-transform 0.4s ease-in-out;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
#doc-modal-22 .inputList--wrapper .type1 {
    -webkit-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    margin-right: 10px;
}
#doc-modal-22 .inputList--wrapper .type2 {
    -webkit-flex-basis: 330px;
    -ms-flex-preferred-size: 330px;
    flex-basis: 330px;
}
#doc-modal-22 .inputList--wrapper .type5 {
    -webkit-flex-basis: 360px;
    -ms-flex-preferred-size: 360px;
    flex-basis: 360px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    font-size: 20px;
    color: #616161;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#doc-modal-22 .inputList--wrapper .type6 {
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
}
#doc-modal-22 .inputList--wrapper .type6 img {
    max-height: 100%;
    border-radius: 4px;
    margin-right: 20px;
}
#doc-modal-22 .inputList--wrapper .type6 #refresh {
    cursor: pointer;
}
#doc-modal-22 .inputList--wrapper .type4, #doc-modal-22 .inputList--wrapper .type5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#doc-modal-22 .inputList--wrapper .type4 {
    -webkit-flex-basis: 270px;
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
    margin-right: 10px;
}
#doc-modal-22 .inputList--wrapper .type7 {
    -webkit-flex-basis: 130px;
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
    max-width: 130px;
}
#doc-modal-22 .model_button {
    width: 100%;
    height: 50px;
    border: none;
    background: #F5853A;
    font-size: 22px;
    color: #fff;
    border-radius: 4px;
}
#doc-modal-22 .tr--button .inputList--wrapper {
    padding-top: 20px;
    position: relative;
}
#doc-modal-22 .tr--button .error-tip {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    font-size: 14px;
    color: #FF4E4E;
}
#doc-modal-22 .tr--button.tr-error .error-tip {
    display: block;
}
#doc-modal-22 .form-success {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 60px 55px;
}
#doc-modal-22 .form-success p {
    font-size: 24px;
    color: #70727E;
    line-height: 1.45;
}
#doc-modal-22 .form-success .success_button {
    display: block;
    border: none;
    margin-top: 150px;
    width: 100%;
    line-height: 50px;
    color: #fff;
    background: #F5853A;
    border-radius: 4px;
}
.successAlert {
    display: none;
    width: 200px;
    height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    font-size: 14px;
    color: #333;
    text-align: center;
    z-index: 1200;
}
.successAlert img {
    width: 80px;
    height: 80px;
    margin: 50px auto 20px;
}
/*分页*//*分页*/
.ws-pagination {
    text-align: center;
}
.ws-pagination span {
    display: inline-block;
    padding: 6px 14px;
    color: #808080;
    margin-right: 8px;
}
.ws-pagination .current {
    border: 1px solid #ff6600;
    color: #ff6600;
}
.ws-pagination a {
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 6px 14px;
    color: #808080;
    margin-right: 8px;
}
.ws-pagination a:hover {
    border: 1px solid #ff6600;
    color: #ff6600;
}