.flexbox{display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-direction: row;flex-direction: row;flex-wrap: nowrap;-webkit-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: space-between;justify-content: space-between;}
a{text-decoration: none;color: #000000;}
form,p,ul,li,ol,h1,h2,h3,h4,h5,h6{padding: 0;margin: 0;}
* :before,* :after{box-sizing:inherit;}
ol, ul {list-style: none;}
.clearfix{*zoom:1}
.clearfix:before,.clearfix:after{content:"\00A0";display:table;font:0/0 a;visibility:hidden;}
.clearfix:after{content:"\00A0";display:block;width:0;height:0;clear:both;font-size:0;line-height:0;overflow:hidden}
.font-bold{
    font-weight: bold;
}
img{width: 100%;vertical-align: bottom;}
img.lazy,img[src="/static/images/loading.svg"]{object-fit: contain !important;}
body {
    margin: 0;
    background: #f6f6f6;
}
.body_c{
    width: 1200px;
    margin: 0 auto;
    font: 16px/1.9em "Microsoft Yahei","微软雅黑","STHeiti Light","华文细黑","SimSun","宋体",Arial,sans-serif;
}
.body_bg{
    background-color: #fff;
}
.header {
    background-color: #fff;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
    border-bottom: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    z-index: 1000;
    transition: height 0.8s ease;
    top: 0;
    width: 100%;
    position: fixed;
}
.header .informa-banner {
    margin-top: 0;
    display: block;
    background-color: #ffffff;
    border-top: 0;
    border-bottom: 1px solid #ffffff;
}
.iribbon-container{
    transition: margin-top 0.8s ease;
}
.iribbon-container-info{
    background: #747578;
    border-bottom: 1px solid #a5acaf;
    color: #fff;
    font-size: 13px;
    min-height: 35px;
    line-height: 18px;
    position: relative;
    font-weight: normal;
    transition: all 0.8s ease;
    margin-top: 0;
}
.informa-banner .pillar-nav-hidden{
    margin-top: -73px;
    border-bottom: 1px solid #c0c0c0;
}
#iribbon-title {
    bottom: 0;
    cursor: pointer;
    height: 22px;
    font-size: 22px;
    line-height: 22px;
    left: 50%;
    margin: 6px auto 6px -50px;
    position: absolute;
    width: 100px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
}
#iribbon-detail{
    min-height: 216px;
    display: flex;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}
.iribbon-container-info .iribbon-left{
    width: 49%;
    padding-right: 16px;
    margin: 20px 0 35px;
}
.iribbon-container-info .iribbon-right{
    width: 50%;
    padding-left: 26px;
    margin: 25px 0 35px;
    border-left: 1px solid #a5acaf;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    line-height: 22px;
    justify-content: space-between;
}
.iribbon-container-info .iribbon-right .iribbon-right-title{
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-weight: bold;
    letter-spacing: 1px;
}
.iribbon-container-info .iribbon-right .iribbon-right-title a{
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.iribbon-container-info .iribbon-right .iribbon-right-title a:hover{
    color: #e96a0d;
}
.pillar-nav-items{
    border-bottom: 1px solid #c0c0c0;
    list-style: none;
    display: flex;
    height: 35px;
}
.pillar-nav-items .pillar-nav-item{
    list-style-type: none;
    display: inline-flex;
    margin-right: 30px;
    font-size: 16px;
    line-height: 35px;
}
.pillar-nav-items .pillar-nav-item a{
    color: #747578;
}
.pillar-nav-items .pillar-nav-item a:hover{
    color: #e96a0d;
}
.header-nav a:hover{
    color: #e96a0d;
}
.header-inner{
    display: flex;
    justify-content: space-between;
    transition: margin 0.8s ease;
    position: relative;
    z-index: 1000;
    line-height: 80px;
}
.d-flex{
    display: flex;
}
.justify-content-around{
    justify-content: space-around;
}
.menu-toggler{
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.menu-toggler .menu-toggler-wrap{
    transition: all 0.5s ease-in-out;
    display: block;
    color: #747578;
    width: 52px;
}
.menu-toggler .meno-active{
    background-color: #273747;
    color: #FFFFFF;
    padding: 0 10px;
}
.menu-toggler .menu-toggler-wrap .menu-toggler-hamburger{
    width: 52px;
    cursor: pointer;
    overflow: hidden;
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
}
.menu-toggler .menu-toggler-wrap .menu-toggler-hamburger .hamburger-text {
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}
.menu-toggler .menu-toggler-wrap .menu-toggler-hamburger .hamburger-line {
    width: 100%;
    height: 3px;
    background-color: #8C918F;
    margin-top: 5px;
    line-height: 3px;
}
.header-logo{
    transition: all .5s;
    display: flex;
    align-items: center;
}
.header-logo img {
    display: inline-block;
    width: auto;
    max-height: 55px;
    height: 55px;
    transition: height .5s ease;
    vertical-align: middle;
}
.header-nav{
    display: flex;
    align-items: center;
}
.header-nav a{
    color: #8C918F;
    font-size: 16px;
    line-height: 26px;
    margin-left:20px;
    text-decoration: none;
}
#userinfo span{
    margin-left:20px;
}
.search-content{
    width: 334px;
    height: 30px;
    display: block;
    border: 1px solid #C0C0C0;
    font-family: \5FAE\8F6F\96C5\9ED1;
}
.search-content .search_sel{
    display: block;
    width: 64px;
    height: 28px;
    float: left;
}
.search-content .inp_txt_wrap {
    float: left;
}
.search-content .inp_txt {
    float: left;
    height: 28px;
    line-height: 28px;
    margin-left: 6px;
    width: 208px;
    font-size: 14px;
    border: 0px;
    background: no-repeat 0 0 scroll white;
    border: none;
    outline: medium;
    color: #C0C0C0;
}
.search-content .color-black{
    color: #000000;
}
.search-content .submit_btn {
    border: 0px;
    float: right;
    display: block;
    width: 50px;
    height: 28px;
    background: url(https://www.zaoche168.com/static/auto/images/ico.png) -30px -281px no-repeat;
    cursor: pointer;
}
.search-content .submit_btn:hover{background: url(https://www.zaoche168.com/static/auto/images/ico.png) -30px -333px no-repeat;}
.hamburger-menu{
    background-color: #273747;
    top: 0;
    bottom: 0;
    width: 320px;
    line-height: 32px;
    position: absolute;
    height: 600px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: max-height 0.8s ease,top 0.8s ease,height 0.8s ease;
    visibility: hidden;
    z-index: 900;
}
.hamburger-menu-container{
    padding: 10px 20px;
}
.hamburger-menu-list{
    padding: 10px 0;
    border-bottom: 1px solid #8a8a8a;
    letter-spacing: 2px;
}
.hamburger-menu-list a{
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    text-align: justify;
}
.hamburger-menu-list a:hover{
    color: #e96a0d;
}
.hamburger-menu-container>.hamburger-menu-list:last-child {
    border-bottom-width: 0;
}
.region-home-border{
    border-top: 5px solid #cccccc;
}
.region .category-header{
    background-color: #fff;
    padding: 20px 0;
    font-size: 26px;
    line-height: 38px;
    font-weight: bold;
    color: #8c2024;
    text-align: center;
    letter-spacing: 1px;
}
.region .category-menu{
    background-color: #d9d8d8;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    box-shadow: none;
}
.region .category-menu ul{
    list-style: none;
    flex-direction: row;
    display: flex;
    justify-content: center;
}
.region .category-menu ul li{
    padding: 12px 32px;
}
.region .category-menu ul li a{
    color: #8c2024;
    font-weight: bold;
}
.wrapper{
    margin-top: 180px;
}
.wrapper-left{
    width: 300px;
    padding:20px;
    background-color: #fff;
    display: inline-block;
    align-self: baseline;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
}
.wrapper-right{
    width: 860px;
    background-color: #fff;
}
.wraper-item-title .title{
    font-size: 26px;
    line-height: 38px;
    color: #747578;
    text-shadow: 1px 0 0 #747578;
}
.wrapper .more{
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    color: #747578;
}
.wraper-item-title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 12px;
}
.wrapper-right .focus-news{
    width: 620px;
}
.wrapper-right .focus-news-advertisement{
    width: 180px;
}
.wrapper-right .focus-news a{
    color: #000000;
}
.wrapper-right .focus-secondary{
    width: 490px;
}
.wrapper-right .focus-promo-main{
    width: 288px;
    border-left: 2px solid #afafaf;
    padding-left: 20px;
    margin-top: 22px;
}
.focus-main{
    position: relative;
}
.focus-main img{
    width: 100%;
    vertical-align: bottom;
    overflow: hidden;
    height: 225px;
    object-fit: cover;
    object-position: top;
}
.focus-main .height-auto{
    height: auto;
}
.focus-main .focus-title{
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("https://www.zaoche168.com/static/modules/theme/default/images/black_bg.png");
    width: 100%;
    color: #ffffff;
}
.focus-main .focus-title p{
    margin: 0;
    padding: 10px 15px 10px;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.focus-main .focus-title .mv-main-p{
    font-size: 16px;
    letter-spacing: 0;
}
.focus-news .focus-txt{
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    margin-top: 10px;
    color: #9c9da0;
}
.focus-news .focus-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
.focus-news .focus-content .focus-content-item{
    width: 49%;
    margin: 5px 0;
    display: flex;
    max-height: 85px;
}
.focus-content .focus-content-item .focus-content-item-img{
    width: 150px;
    border-radius: 3px;
    max-height: 85px;
    margin-right: 15px;
    object-fit: cover;
}

.focus-content-item-txt{
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    display: flex;
    flex-wrap: wrap;
    color: #000000;
    align-content: space-between;
}
.focus-content-item-date{
    font-size: 12px;
    line-height: 19px;
    color: #767676;
    width: 100%;
}
.focus-content-item-details{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}
.focus-adv{
    width: 180px;
    margin-top: 5px;
}
.focus-adv img{
    height: auto;
}
.focus-news-advertisement>.focus-adv:last-child{
    margin-bottom: 0;
}
.focus-secondary .focus-secondary-img{
    width: 140px;
    border-radius: 3px;
    overflow: hidden;
    min-width: 140px;
    height: 90px;
    margin-right: 15px;
}
.focus-secondary .focus-secondary-img img{
    width: 100%;
    height: 90px;
    object-fit: cover;
}
.focus-secondary .focus-secondary-title{
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 335px;
    text-overflow: ellipsis;
}
.focus-secondary .focus-secondary-txt{
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
}
.wrapper-content{
    margin-bottom: 20px;
    text-align: justify;
}
.wrapper-content .list-group-item{
    border: 1px solid rgba(0,0,0,.125);
    padding: 12px 0px;
}
.wrapper-content>.list-group-item {
    border-width: 0 0 1px;
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.wrapper-content>.list-group-item:last-child {
    border-bottom-width: 0;
}
.wrapper-content .list-group-item a{
    color: #333;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 0;
}
.wrapper-content .list-group-item p{
    font-size: 12px;
    line-height: 19px;
    color: #767676;
    margin: 0;
    padding-top: 2px;
    padding-bottom: 0;
}

.wrapper-content .list-group-item:first-of-type{
    padding: 0;
    padding-bottom: 12px;
}
.featured-category{
    width: 400px;
}
.featured-category .featured-category-secondary{
    margin-top: 6px;
}
.featured-category .featured-category-secondary a{
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.digitalize-left{
    width: 430px;
}
.digitalize-right{
    width: 370px;
}
.digitalize-title{
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #000000;
    margin-top: 12px;
    margin-bottom: 5px;
}
.digitalize-txt{
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    color: #9c9da0;
}
.digitalize-img-container{
    width: 200px;
    border-radius: 3px;
    overflow: hidden;
    min-width: 200px;
    margin-right: 15px;
}
.digitalize-img-container img{
    max-height:112px;
}
.digitalize-item{
    display: flex;
    margin-bottom: 12px;
}
.digitalize-item .digitalize-fa{
    padding-left: 10px;
}
.article-content{
    display: flex;
    margin-bottom: 14px;
}
.article-content .article-content-img{
    width: 200px;
    border-radius: 6px;
    max-height: 112px;
    overflow: hidden;
    min-width: 200px;
    margin-right: 15px;
}
.article-content .article-content-img img{
    min-height: 112px;
}
.article-content .article-content-txt{
    padding-left: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-align: justify;
}
.footer{
    background-color: #747578;
    color: #ffffff;
    padding: 40px;
}
.footer .footer-container{
    width: 420px;
    padding-right: 40px;
    border-right: 1px solid #606060;
    border-width: 0 1px;
}
.footer .footer-container .footer-main{
    display: flex;
    justify-content: space-between;
}
.footer-main .footer-main-link{
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    margin: 15px 0;
}
.footer-container p{
    font-size: 15px;
    text-align: center;
    line-height: 24px;
    margin-top: 40px;
}
.footer-container span{
    font-family: Georgia,Times,"Times New Roman",serif;
}
.footer-code{
    width: 280px;
    margin-bottom: 20px;
}
.footer-code .footer-code-item{
    width: 120px;
}
.footer-code .footer-code-item p{
    font-size: 16px;
    line-height: 22px;
    margin: 15px 0;
    text-align: center;
}
.footer-code .footer-code-item img{
    width: 100%;
}
.footer-logo{
    width: 300px;
    display: flex;
    align-items: center;
    padding-right: 60px;
    border-right: 1px solid #606060;
}
.footer-logo img{
    width: 260px;
}
.secondary-main img{
    height: 348px;
}
.article-teaser{
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.article-border-clean{
    border-bottom-width: 0;
}
.prudect-items{
    border: 1px solid rgba(0,0,0,.125);
}
.prudect-items .prudect-item{
    width: 205px;
    height: 180px;
    border-right: 1px solid rgba(0,0,0,.125);
    padding: 15px 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.prudect-items>.prudect-item:last-child {
    border-right-width: 0;
}
.prudect-items .prudect-item .prudect-img{
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.prudect-items .prudect-item img{
    width: 100%;
    object-fit: cover;
    height: 120px;
}
.prudect-items .prudect-item p{
    color: #000000;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
    text-align: justify;
    line-height: 22px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.prudect-categorys{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.prudect-categorys .prudect-category{
    width: 48%;
    font-size: 16px;
    line-height: 22px;
    padding: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.prudect-categorys .prudect-category a{
    color: #000000;
}
.secondary-tv-main-img{
    width: 410px;
    overflow: hidden;
}
.secondary-tv-main-img img{
    object-fit: cover;
    height: 230px;
}
.secondary-tv-small{
    width: 400px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.secondary-tv-small-img{
    width: 195px;
}
.secondary-tv-small-img img{
    object-fit: cover;
    height: 110px;
}
.secondary-interview-main{
    width: 265px;
    height: 390px;
    overflow: hidden;
}
.secondary-interview-main .secondary-interview-main-item{
    width: 265px;
    height: 100%;
}
.secondary-interview-main-item img{
    height: 390px;
}
.secondary-interview-small{
    width: 280px;
    height: 100%;
}
.secondary-interview-small .secondary-interview-small-item{
    height: 195px;
}
.secondary-interview-small-item img{
    height: 195px;
}
.focus-promo-main-meeting{
    width: 100%;
}
.focus-promo-main-meeting img{
    width: 100%;
}
.interviews_title_wraper{
    position: relative;
    padding-bottom: 40px;
    line-height: 40px;
    height: 43px;
    border: 5px solid #eee;
    border-bottom-width: 0;
}
.interviews_title_wraper .title{
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    width: 510px;
    background-color: #f6f6f6;
    margin: -20px auto 0;
}
#area .item_list {
    background-color: #eee;
}
.item_list .item{
    display: block;
    width: 230px;
    font-size: 14px;
    padding: 5px;
    text-decoration: none;
}
.item_list a.item img {
    display: block;
    width: 100%;
    vertical-align: bottom;
}
.item_list .item .title_main {
    position: static;
    padding: 10px;
    border: 0;
    background: url(https://www.zaoche168.com/static/modules/theme/default/images/black_bg.png);
}
.item_list .item p.title {
    margin: 0;
    padding-bottom: 0;
    background: none;
    text-align: justify;
    width: 100%;
    padding: 0;
    line-height: 22px;
    color: #fff;
    overflow: hidden;
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-weight: normal;
    -webkit-box-orient: vertical;
}
.mv-main{
    display: flex;
    flex-wrap: wrap;
}
.mv-main .mv-main-item{
    width: 285px;
    margin: 20px 20px 20px 0px;
}
.mv-main .mv-main-item:nth-child(4n){
    margin: 20px 0;
}
.mv-main-item .focus-main .focus-title p{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
}
.mv-main .mv-main-item img{
    max-height: 160px;
}
.mv-main-item .mv-main-item-title{font-size: 18px;line-height: 26px;font-weight: bold;color: #000000;margin-top: 10px;}
.mv-main-item .mv-main-item-txt{text-align: justify;font-size: 14px;line-height: 20px;color: #000000;margin-top: 3px;}
.interview-home-left{
    width: 200px;
    overflow: hidden;
}
.interview-home-right{
    width: 190px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.bg{
    background-color: #EEE;
}
.region .category-menu ul .bg a{
    color:#e96a0d;
}
#info .title{
    font-size: 28px;
}
.info-artile{
    font-size: 14px;
    line-height: 19px;
    color: #767676;
    margin: 15px 0;
}
.info-content{
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    color: #666666;
}
.info-content p{
    margin-bottom: 1.5em;
    line-height: 30px;
}
.info-content img{
    max-width: 700px;
    width: auto;
}
.info-title{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #0f8585;
    margin-bottom: 10px;
}
.feedback_title{
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 5px;
}
.form-group{display: flex;align-items: center;margin-bottom: 20px;}
.form-group .control-label{
    text-align: right;
}
.col-sm-3{
    width: 10%;
}
.col-sm-9{
    width: 90%;
    display: flex;
    align-items: center;
}
.form-control {
    display: block;
    width: 88%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-left: 10px;
}
.certcode{
    width: 52px;
    display: inline;
    font-size: 14px;
    line-height: 1.6em;
}
.form-group .code,.validateCode{
    margin-left: 10px;
    cursor:pointer;
    vertical-align: top;
    max-width: 76px;
}
.form-group a{
    color: #000000;
    width: 80px;
    margin-left: 10px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-primary {
    color: #fff;
    background-color: #0f8585;
    border-color: #2e6da4;
}
.col-sm-9 .txt{
    margin-left: 10px;
}
.col-sm-9 input[type = "text"]{
    height: 22px;
}
.mv_home_popular{
    width: 900px;
}
.mv_home_main{
    width: 600px;
}
.mv_home_small{
    width: 280px;
}
.pagination-centered{
    width: 100%;
}
.btn_wraper .ranking{
    color: #565656;
    font-size: 16px;
    cursor: pointer;
}
.item4{
    display: block;
    height: 33.5px;
    font-size: 16px;
    line-height: 33.5px;
    overflow: hidden;
    position: relative;
    padding-left: 60px;
    background: url("https://www.zaoche168.com/static/ca/images/mv/tvIcon.png") no-repeat 0 0;
}
.item4.num0{
    background-position-y: -49px;
}
.item4.num1{
    background-position-y: -80px;
}
.item4.num2{
    background-position-y: -111px;
}
.item4.num3{
    background-position-y: -142px;
}
.item4.num4{
    background-position-y: -173px;
}
.item4.num5{
    background-position-y: -205px;
}
.item4.num6{
    background-position-y: -236px;
}
.item4.num7{
    background-position-y: -267px;
}
.item4.num8{
    background-position-y: -297px;
}
.item4.num9{
    background-position-y: -329px;
}
.txt_overflow{
    display: block;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow:hidden;
}
.txt_overflow_3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.mv_home_smalls{
    width: 580px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.dim-name{
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
}
.nav-catalog{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 30px;
}
.nav-catalog .nav-item .nav-link{
    color: #666;
    font-size: 16px;
    padding: 10px 12px;
    line-height: 36px;
}
.nav-catalog .nav-item .active{
    background-color: #5693EA;
    color: #FEFEFE;
}
.viewpoint-txt{
    color: #747578;
}
.viewpoint-date{
    color: #c30d23;
}
.border-bottom2{
    border-bottom: 2px solid rgba(0,0,0,.125);
}
.info-content-img{
    width: 200px;
    border-radius: 6px;
    max-height: 133px;
    overflow: hidden;
    min-width: 200px;
    margin-right: 15px;
}
.info-content-img img{
    min-height: 133px;
    object-fit: cover;
}
.play{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.play-btn{
    border: 1px solid #ffffff;
    height: 30px;
    width: 60px;
    background-color: #2B333F;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    color: #ffffff;
    font-size: 1.3em;
}
.play-max{
    border: 1px solid #ffffff;
    height: 40px;
    width: 80px;
    background-color: #2B333F;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    color: #ffffff;
    font-size: 1.8em;
}
.info-keyword{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    padding: 2px 6px;
    border: 1px solid #DCDFE5;
}
.pagination ul > .active > a, .pagination ul > .active > span {
    color: #ffffff;
    background-color: #e96a0d;
    cursor: default;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #e96a0d;
    color: #ffffff;
}
.fixedhack{
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 72px;
    left: 0;
    z-index: 99;
}
.secCommBtn{
    background-color: #17a2b8;
}
.adv_ico {
    width: 26px;
    height: 13px;
    position: absolute;
    right: 1px;
    bottom: 1px;
    z-index: 99;
    background: url(https://www.zaoche168.com/img/adv/26x13_adv_ico.gif) no-repeat;
}
.button{
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
.bg-white{
    overflow: hidden;
    background-color: #ffffff;
}
.brandAdvs-title{
    font-size: 18px;
    line-height: 26px;
}
.brandContent{
    color: #a5acaf;
    width: 85%;
    font-size: 20px;
    line-height: 26px;
}
.hr-dashed{
    border-top: 1px dashed #a5acaf;
    width: 100%;
}
.brandAdvs-top{
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fit, 100px);
    height: 122px;
    padding-right: 10px;
    overflow-y: scroll;
}
/* 定义滚动条的宽度和颜色 */
.brandAdvs-top::-webkit-scrollbar {
    width: 8px; /* 定义滚动条的宽度 */
}
/* 定义滚动条轨道的样式 */
.brandAdvs-top::-webkit-scrollbar-track {
    background: #ffffff; /* 定义轨道的颜色 */
}
/* 定义滚动条的样式 */
.brandAdvs-top::-webkit-scrollbar-thumb {
    background-color: #888; /* 定义滚动条的颜色 */
    border-radius: 4px;  /* 滑块圆角 */
}
/* 当鼠标悬停在滚动条上时的样式 */
.brandAdvs-top::-webkit-scrollbar-thumb:hover {
    background: #555; /* 定义滚动条悬停时的颜色 */
}
.brandAdvs-top::-moz-scrollbar {
    width: 8px;  /* 对于Firefox */
}
.brandAdvs-top::-moz-scrollbar-track {
    background-color: #ffffff;
}
.brandAdvs-top::-moz-scrollbar-thumb {
    background-color: #888; /* 定义滚动条的颜色 */
    border-radius: 4px;  /* 滑块圆角 */
}
.brandAdvs-top::-ms-scrollbar {
    width: 8px;  /* 对于Edge */
}
.brandAdvs-top::-ms-scrollbar-track {
    background-color: #ffffff;
}
.brandAdvs-top::-ms-scrollbar-thumb {
    background-color: #888; /* 定义滚动条的颜色 */
    border-radius: 4px;  /* 滑块圆角 */
}
.brandAdvs-top .brandAdv{
    width: 100px;
    height: 34px;
    margin-bottom: 10px;
}
.brandAdvs-top>.brandAdv:nth-last-child(-n+5) {
    margin-bottom:2px;
}
.shequ_title{
    font-size: 26px;
    text-align: center;
    display: block;
    color: #747578;
    text-shadow: 1px 0 0 #747578;
    line-height: 28px;
}
.shequ-hr{
    border-top: 1px dashed #b9babb;
    width:38%;
}
.shequ-i{
    color: #b9babb;
    font-size: 30px;
    line-height: 28px;
}
.community-wrapper{
    height: 88px;
    overflow: hidden;
    padding-right: 2px;
}
.communityAdv{
    width: 128px;
    height:42px;
    border:1px solid #b9babb;
    margin-bottom: 8px;
}
.imgCover{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.empty{
    border: 0;
}
.d-grid{
    display: grid;
    justify-content: space-between;
}
.brand-32{
    grid-template-columns: repeat(auto-fit, 32%);
}
.brand-128{
    grid-template-columns: repeat(auto-fit, 128px);
}
.brands-height{
    height: 110px;
    overflow: hidden;
}
.brandItem{
    border: 1px solid #b9babb;
}
.sec-brand-main{
    height: 13px;
    border-bottom: 1px solid #d0d0d0;
    overflow: visible;
    margin-bottom:30px;
}
.sec-brand-main-hr{
    width: 100px;
    height: 26px;
    margin: auto;
    background-color: #fff;
}
.global_modal{
    width: 260px;
    background: #fff;
    z-index: 9999;
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
    display: none;
    animation: animate 2s ease infinite;
    animation-iteration-count:1;
    -webkit-animation-iteration-count: 1;
}
.modal_close_btn{
    position: absolute;
    display: block;
    top: -12px;
    right: -12px;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    font-size: 28px;
    line-height: 28px;
    z-index: 500;
    cursor: pointer;
    border:3px solid #fff;
}
@keyframes animate{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.modal_box_new_title{
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    display: block;
    color: #8c2024;
    font-weight: bold;
    margin-bottom: 10px;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog-centered{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 300px;
    margin: 1.75rem auto;
    min-height: calc(100% - 1rem);
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    font-weight: bold;
}
.modal-body{
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    font-size: 14px;
    line-height: 20px;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: space-evenly;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-backdrop {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .5;
}
.spacing-2{
    letter-spacing: 2px;
}
.cursor-pointer{
    cursor: pointer;
}
.justify-between{
    justify-content: space-between;
}
.w-100{
    width: 100%;
}
.text-indent-2{
    text-indent: 2em;
}
.position-relative{
    position: relative;
}
.align-center{
    text-align: center;
}
.align-justify{
    text-align: justify;
}
.align-right{
    text-align: right;
}
.p-1{
    padding: 10px;
}
.p-2{
    padding:20px;
}
.pt-1{
    padding-top: 10px;
}
.pt-2{
    padding-top: 20px;
}
.pb-2{
    padding-bottom: 20px;
}
.plr-1{
    padding: 0 10px;
}
.plr-2{
    padding: 0 20px;
}
.m-2{
    margin: 20px !important;
}
.mb-0{
    margin-bottom: 5px;
}
.mb-1{
    margin-bottom: 14px;
}
.mb-2{
    margin-bottom: 20px;
}
.mt-1{
    margin-top: 10px;
}
.mt-2{
    margin-top: 20px;
}
.mt-4{
    margin-top: 40px;
}
.mb-4{
    margin-bottom: 40px;
}
.mr-1{
    margin-right: 15px;
}
.ml-1{
    margin-left: 10px;
}
.ml-3{
    margin-left: 30px;
}