body {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #444444;
    background: #ffffff;
}

a {
    color: #444444;
    text-decoration: none;
}


img {
    display: block;
    max-width: 100%;
    border: 0 none;
}

.content {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}

.content-b {
    position: absolute;
    top: 0;
}


@font-face {
    font-family: 'bbs';
    /* project id 1134086 */
    src: url('https://at.alicdn.com/t/font_1134086_mvvhnsjnl4d.eot');
    src: url('https://at.alicdn.com/t/font_1134086_mvvhnsjnl4d.eot?#iefix') format('embedded-opentype'),
        url('https://at.alicdn.com/t/font_1134086_mvvhnsjnl4d.woff2') format('woff2'),
        url('https://at.alicdn.com/t/font_1134086_mvvhnsjnl4d.woff') format('woff'),
        url('https://at.alicdn.com/t/font_1134086_mvvhnsjnl4d.ttf') format('truetype'),
        url('https://at.alicdn.com/t/font_1134086_mvvhnsjnl4d.svg#iconfont') format('svg');
}

.header {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    box-sizing: border-box;
}



.logo {
    width: 25%;
    height: auto;
    float: left;
}

/* .search-img {
    position: absolute;
    left: 45%;
    top: 50%;
    width: 40%;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    border: 1px solid #1f5a78;
    border-radius: 15px;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.search-img::after {
    position: absolute;
    right: 10px;
    top: 0;
    content: "\e60f";
    font-family: "bbs";
    font-size: 16px;
    color: #1f5a78;
} */



.search-img {
    position: absolute;
    top: 3px;
    left: calc(25% + 25px);
    width: calc(75% - 80px);
    height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    line-height: 30px;
    background-color: #ffffff;
}

.search-img:before {
    content: '';
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    border-style: solid;
    border-width: 1px;
    border-color: #2378a0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.search-img::after {
    position: absolute;
    right: 10px;
    top: 0;
    content: "\e610";
    font-family: "bbs";
    font-size: 20px;
    color: #2378a0;
}

.search-img a {
    position: absolute;
    display: block;
    width: calc(100% - 20px);
    color: #999999;
    z-index: 2;
    height: 100%;
}

.login-img {
    position: absolute;
    top: 2px;
    right: 10px;
    bottom: 50%;
    width: 30px;
    height: 30px;
    margin-bottom: -15px;
    border: 1px solid #dedede;
    box-sizing: border-box;
    border-radius: 50%;
}


.menu-nav {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #2378a0;
    display: flex;
    margin: 10px 0;
    font-size: 16px;
    margin-top: 0;
}

.menu-nav a {
    flex: 1;
    display: block;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.menu-nav a span::after {
    position: absolute;
    right: 0;
    content: "|";
    opacity: 0.5;
}

.menu-nav a.plus {
    content: "";
    font-family: "bbs";
    font-size: 16px;
}

.news-tit {
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    margin-top: 0.5rem;
    line-height: 1.6rem;
    font-weight: bold;
    text-align: left;
}

/*-------------------------------------幻灯片-------------------------------------*/

.box_swipe {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

.box_swipe ul {
    -webkit-padding-start: 0px;
}

.box_swipe ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.box_swipe ul li a {
    display: block;
    position: relative;
}

.box_swipe ul li p {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 36px;
    line-height: 36px;
    width: 78%;
    padding: 0 30% 0 2%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1.0));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1.0));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1.0));
    color: #ffffff;
    font-size: 0.875rem;
}

.box_swipe>ol {
    position: absolute;
    z-index: 10;
    bottom: 15px;
    right: 5px;
    height: 3px;
    font-size: 0;
}

.box_swipe>ol>li {
    display: inline-block;
    width: 5px;
    height: 3px;
    background: #ffffff;
    box-sizing: border-box;
    margin-right: 4px;
}

.box_swipe>ol>li.on {
    background-color: #ff6501;
    border: 0 none;
}

.box_swipe1 {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

.box_swipe1 ul {
    -webkit-padding-start: 0px;
}

.box_swipe1 ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.box_swipe1 ul li a {
    display: block;
    position: relative;
}

.box_swipe1 ul li p {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 36px;
    line-height: 36px;
    width: 78%;
    padding: 0 30% 0 2%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1.0));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1.0));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1.0));
    color: #ffffff;
    font-size: 0.875rem;
}

.box_swipe1>ol {
    position: absolute;
    z-index: 10;
    bottom: 15px;
    right: 5px;
    height: 3px;
    font-size: 0;
}

.box_swipe1>ol>li {
    display: inline-block;
    width: 5px;
    height: 3px;
    background: #ffffff;
    box-sizing: border-box;
    margin-right: 4px;
}

.box_swipe1>ol>li.on {
    background-color: #ff6501;
    border: 0 none;
}

.nav-lists,
.hot-logo {
    overflow: hidden;
    margin-right: -10px;
    font-size: 16px;
}

.hot-logo {
    margin-bottom: 10px;
}

.nav-lists a {
    display: block;
    float: left;
    height: 36px;
    width: calc(25% - 10px);
    margin-right: 10px;
    margin-bottom: 15px;
    background: #f4f4f4;
    text-align: center;
    line-height: 36px;
    border-radius: 5px;
}

.hot-logo a {
    display: block;
    float: left;
    height: auto;
    width: calc(20% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    align-items: center;
}

.hot-logo a img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.lbjs-hot a {
    width: calc(25% - 10px);
}

.lbjs-hot a img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.hot-logo a p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
}

.lbjs-hot {
    margin-bottom: 0;
}

.findcar {
    width: 100% !important;
    height: 40px;
    border: 1px solid #206f96;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.findcar a {
    display: block;
    color: #206f96;
}

.findcar a span {
    color: #ff8300;
}

.ad-space {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.menu,
.menu-small {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f4f4f4;
    background: #ffffff;
}


.menu-zd {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 0 10px;
    box-sizing: border-box;
}

.menu ul,
.menu-small ul {
    width: 100%;
    display: flex;
}

.menu ul li,
.menu-small ul li {
    flex: 1;
    text-align: center;
}


.menu ul li.on span,
.menu-small ul li.on span {
    position: relative;
    color: #ff8300;
    padding-bottom: 5px;
}

.menu ul li.on span::before,
.menu-small ul li.on span::before {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    width: 80%;
    height: 2px;
    background: #ff8300;
}

/*------------------------------------ 新闻资讯 ---------------------------------*/

.tab-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
}

.tab-wrapshow {
    display: block;
}

.info-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.info-cont .gallery {
    position: relative;
    display: block;
    border-bottom: 1px solid #eee;
}

.info-cont .gallery figcaption {
    margin: 10px 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #444444;
    line-height: 24px;
    word-break: break-all;
    font-size: 14px;
}

.info-cont .gallery .pic-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.info-cont .gallery figure {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: auto;
    overflow: hidden;
    position: relative;
}

.info-cont .gallery figure:nth-child(2) {
    margin: 0 3px;
}

.info-cont .gallery-big figure {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: auto;
    position: relative;
}

.info-cont .gallery figure span.num {
    position: absolute;
    right: 5px;
    bottom: 5px;
    padding: 2px 4px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-size: 12px;
    margin-right: 0;
    line-height: 14px;
}

.info-cont .summary figure span.num {
    position: absolute;
    right: 5px;
    bottom: 5px;
    padding: 2px 4px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-size: 12px;
    margin-right: 0;
    line-height: 14px;
}

.info-cont .gallery figure img {
    width: 100%;
    height: auto;
    /* height: 100%; */
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.info-cont .gallery figure:nth-child(1) img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.info-cont .gallery figure:nth-child(3) img {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.info-cont .gallery-big figure img {
    border-radius: 5px;
}

.info-cont .gallery-big figure span.num {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: #000000;
    color: #ffffff;
    padding: 3px 4px;
    font-size: 12px;
    margin-right: 0;
}

.info-cont .gallery-big figure span.num.onlive {
    background: #ff2230;
    color: #ffffff;
}

.info-cont .gallery-big figure {
    position: relative;
}

.info-cont .gallery-big figure i {
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('../images/viede0-icon.png') no-repeat center center;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.info-cont .gallery .info {
    margin: 10px 0 0 0;
    font-size: 12px;
    color: #999;
}

.info-cont .gallery span {
    margin-right: 10px;
    position: relative;
}

.info-cont span.zd-top {
    padding: 0 6px;
    border: 1px solid #ff8300;
    color: #ff8300;
    border-radius: 10px;
}

.info-cont .gallery .num {
    font-size: 12px;
    color: #999;
    margin-right: 0;
}

.info-cont .gallery span.total::before {
    font-family: "bbs";
    font-size: 12px;
    content: "\e625";
}



.info-cont .summary>a {
    position: relative;
    display: block;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding: 13px 0 10px 0px;
    overflow: hidden;
}

.info-cont .gallery>a {
    display: block;
    height: auto;
    padding-bottom: 10px;
}


.info-cont .summary figure {
    float: right;
    width: calc(100% / 3 - 8px / 3);
    height: auto;
    text-align: center;
    line-height: 58px;
    overflow: hidden;
}

.info-cont .summary .schematic {
    float: left;
    width: calc(100% / 3 * 2);
}

.info-cont .summary figure img {
    border-radius: 5px;
    float: right;
}

.info-cont .summary figcaption {
    font-size: 14px;
    line-height: 20px;
    height: auto;
    overflow: hidden;
    color: #333333;
    word-break: break-all;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
}

.info-cont .summary .info {
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 12px;
    color: #999999;
}

.info-cont .summary .info span {
    margin-right: 10px;
}

.info-cont .summary span.total::before {
    font-family: "bbs";
    font-size: 12px;
    content: "\e625";
}

.info-cont .series-item>a {
    position: relative;
    display: block;
    height: 84px;
    border-bottom: 1px solid #eee;
    padding: 13px 0 0 112px;
    margin: 0 15px;
}

.info-cont .series-item figure {
    left: 0;
}

.info-cont .series-item figcaption {
    height: 52px;
}

.info-cont .series-item .info {
    color: #ff6501;
}

/*--------------------------------- 推荐车型 ---------------------------------*/

.recomwrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4;
    margin-top: 15px;
}

.recom-tit {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.recom-tit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background: url('../images/recom-icon.png') no-repeat center center;
    background-size: 80%;
}

.recom-tit a {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
}

.recom-tit a::after {
    content: "\e600";
    font-size: 14px;
    font-family: "bbs";
}

.recom-lists {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.recom-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    position: relative;
}

.recom-img a {
    display: block;
}


.recom-pic {
    display: block;
    width: 25%;
    float: left;
}

.recom-pic a {
    display: block;
}

.recom-lists img {
    border-radius: 5px;
    border: 1px solid #f4f4f4;
}

.recom-name {
    position: absolute;
    left: calc(25% + 10px);
    top: 0;
    width: calc(75% - 10px);
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #444444;
}

.recom-price {
    position: absolute;
    left: calc(25% + 10px);
    bottom: 0;
    width: calc(75% - 10px);
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #ff8300;
    font-size: 14px;
}

.recom-ask {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
    width: 20%;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    background: #ff8300;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
}

.recom-ask a {
    display: block;
    color: #ffffff;
}

.load-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px 0;
    text-align: center;
    color: #999999;
}

.load {
    width: 40px;
    height: 40px;
    background: url('../images/loag.png');
    margin: 0 auto;
}

.loading {
    width: 40px;
    height: 40px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAA5lGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTQgNzkuMTUxNDgxLCAyMDEzLzAzLzEzLTEyOjA5OjE1ICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgICAgICAgICB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+QWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxOS0wNC0xMVQwOToxNDowNyswODowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE5LTA0LTExVDA5OjI1OjI3KzA4OjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxOS0wNC0xMVQwOToyNToyNyswODowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpiNzdjN2YwMS1hYWFiLTU3NDgtOWQyMC1jNTkyNzY3MzM4NmI8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6MUFEQUFFNUQ1QkY3MTFFOTg2OTZBQjdBODhGQzFFMkU8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6MUFEQUFFNUE1QkY3MTFFOTg2OTZBQjdBODhGQzFFMkU8L3N0UmVmOmluc3RhbmNlSUQ+CiAgICAgICAgICAgIDxzdFJlZjpkb2N1bWVudElEPnhtcC5kaWQ6MUFEQUFFNUI1QkY3MTFFOTg2OTZBQjdBODhGQzFFMkU8L3N0UmVmOmRvY3VtZW50SUQ+CiAgICAgICAgIDwveG1wTU06RGVyaXZlZEZyb20+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDoxQURBQUU1RDVCRjcxMUU5ODY5NkFCN0E4OEZDMUUyRTwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6Yjc3YzdmMDEtYWFhYi01NzQ4LTlkMjAtYzU5Mjc2NzMzODZiPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE5LTA0LTExVDA5OjI1OjI3KzA4OjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjY1NTM1PC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj40MDwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj40MDwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+S+P6FwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAALFUlEQVR42rRYa2xVVRZee5/3fZ77LsX2treFFmgp0FqwOhlmUB5Wh1EnEx0nxgwEMeMYncmME4mJJmT8oRnmEVMcSMYYxoyoYyREhmiE2tpiZdQKXLAgre3F3ktvb+/tfZzX3mfPDynhVSgVV3J+nXP2+vZae3/rWwsdPnwYZmqMMaCUAmNsEcdxLYqiLJFluVaSJK+iKDSVSsGLL74IjDFYsWIFNk0zU1dX92V9ff2nhmF8QikdNE0TLMsChNCMfKKZAiSEYMbYXW63+2der3ep1+stk2W5JAiCAQAMAPCxY8dQQ0MDAABramqy+/v78aOPPioPDg7Ky5Yt+/q+++772Ofz/VvX9S5N04Axdk2//LU+OBexNS6X6xG/3780GAwKPM9PIoS+AQDFNE2OUko5jjMcDge5//77McdxPKVUTCQSKB6P5zs7O9OWZbk6Ozt/6vf71zz11FOd0Wi0I5vNHtY0DTDGs4sgIUTBCD9dVlb2cKQsYmOMMwBMsW0m5nK5HKV0wLbtAULI15TSCcaYrqoqxhi7MplMOJ/P13Z1dS3s6emp0HWde/vtt4vz588nd9xxR0TTtPxjjz32d1VVXxofH5825dMCtCyr2u12v1ReXr5MFMWzkiSBaZquXC532jCM92RZft80zbjD4dCCwSCMjY3B8PAwhMNhqKioOB99juPmAMDyvr6+dW+99datyWRSfvXVV3MAoGzbti3Q1tb2rtvt/k2pVCrMGCAhpM7lcu0sKyuLeTyeUUKIJ5vN5g3D2KMoyi7G2FderxcMwwDDMCASicDY2BicOXMGPB4PxGIxoJRCNpuFQCAAuq6DLMsYAH588ODBR55++unmQCBQzOVy5uDg4Nw9e/Z0B4PBX6dSqdSlkcRXiFyl0+n8Z3V1dbUky6OFQsGfTqeHLMv6fXl5+XMej+crhBBYlgWU0mveRkII2LYNlFIbAN5fuXLlw93d3TvWrVvn6O3tddx8880jO3bs+MGBAwe2q6rqvPR/fMliLrfbvT0cDlfqup5itu3NZDKHZVnePGfOnA8EQQBCCMzGGGNgGAZQSosY4+c3btz4zOuvv27ruu7s6OgY7urqauM4bpuiKGDb9uUAbdsGhNDvAoFAi8vlSgKAmkqljgQCgT+GQqHTlFKglMJ3tSnnoii+du+99z6/bNkyvGrV7YogCIknn3xyfalU+qWiyJcDRAitDAaDmwghyUKx4CoUCt/4fL5nVFU9fQHdwA22XVu3bv1r+13t7o6ODrx3797s6GjyKb8/EJvaCH/OuSBJ0uM+n49gjGk2O2HxvPByIBA4NrWSJEmAMf5OIBljV/p/+9o1a5oP3H33qlhNLH3gwAcVPM89Fo1Gf6tp2rcRxBivliSpOZfLpQ3DcDIGn4TD4TcvYnSeB4wx2LYNtm1fN1DGGGCMgeO4y14tWLDghS1btowdPHDQsW3btuT+/ftXBwKBOgAAbNs2iJL482AwyEmSJGaz2aLH49ktCIJ+JUculwtEUbwq+08HUBCEKwEEAPiyrq7uzerqmHP9+vU0Eon4EonEQ6IoAkYIzUcMNU9OTk4CgKQoylGPx9M7bW3kefD7/aAoyowvzRS4q1GSqqr/2bx5U8KmVHnllVe0Dz/88Ban0+nBCKE21adGJEnScrkcyLL8Cc/zuasqDISA53mglF5ECVcCBgCgKMpM1Mup2nnzPioUikpVVVXe7XHPM01rCUYINZVKpRKllJcVOa8oSv9M0+b1ekEQhGnBIYQAITTj41ATq+lcs3atNTk5CXve2SOOjZ1twjzP13IcZxSLRR4YZB0Ox9BMATocDlBV9aJoXWgej2e6MzedHZdlaaxYLIoYY03X9RoeY+yVJImKosghQBMY44nrWXEKACHk/JlkjAHP87NhojNtbW0jQ0ND4Ww2a2UymUreNE2aTCaRw+FAfr+/AADGbFb2er0wMTFxntCn4bxrbdYkhJzdv38/OnPmDFmyZImPdzgcIMsSACDEcRwFgFnVM6fTCdFoFGzbPs+XM5X1l9BYvr29nem6DuXl5YjXdQ1KpSKIogSKoggAgGZbKVwu14V1fVZr6LpO+vv7WT6fR01NTcATiyJAwDiOY7ZtOwFABgDru5Qxy7KuSj/TmaIowPO8KCsKJBIJMAyD8qIkYkmSmGVZ1DAMHwCoAJC/XoViWRaIonheSRNCzkf0eiyTyXirqqogVlXFRaPRMazpWjqZSvG5yUnCAIKU0sobIVOm+O96HgDwDQ4OlvUd+tju7/9CwBiP8AIvnFTD6s0WJfnJXE7VQ6GFTqfzoxulpwghMyJrhBCYphlNJBJzWpe3WrW1tf5QKHQSI4Q+TafTcmJ42NZ1nVmWtQIAxBsF0LKs8yCv9gAAjI6ONh85csS/b98+yOfzBZ/P189TSnt4gf/6pooKN7GInkwmF3s8nmUY40NXuxAzvaXXoXpc3d3dP1i8eDFubGx0xWKxE4Zh9GOE0IiiKH2Tk5PuU1+dMsbHx32FQuFO+B7sasSdTqdve+ONN5p2796tCTwvtbS0HDRNU8fnOrRdmqZplZWVyOFw6CMjI6sppStuNECE0HStg7urq+vBtrZbnQsXLuAAoVGE8C7GGPDnPu4JBAJdAGj110ND33A85w8Gg5sikcgRACjeSJBTleZC+/zz/oc6OjqaKysrSvfcc9+c+vq6vxUKhTOMsammCQFj7M/J5KjGgLlCoVBpaGjotvHx8c3fRxQBADRNAwCA4eHhH/X19f2qoaHB/vjjPg8h1imfz7edkG9rBbdp06apf8/KsqyFw+G7stlsbvD0aZAkqdHtdtuiKP5vOkdTZ8u27YuUDWMMJEk6r3Cm1A2lFDDGIAgCFIvFH27v6Hh27969gRUrVpD29nbXokWLntQ07ehlbSdjDERR3GEYxt50Oj23trZWz2QyfE9Pz+ZsNrsJAIQbEcEp6Z9IJO584YUXtobC4Ug0Gi3F4/E5zc3NOzHG713YSvBXINXH6+vrfflCoW1gYGCkoqLCcfz48SfC4XBNdXX1TozxydkKgXOBCHz++Wcbjh499mA8Hpfj8XjpgQceqJw7d+5rpVLpWdM0L8rOhSmeMpPjuAOFfL5BVdXFqqpOfPbZZzA+Pr4IIbQcYyw6HI4MQih36RzxwhSfmx4Ax3FT6Q2nUqn2ru6uLS+//I+12WzWbmtrI4ZuzG1paflXIBD4Q6lUIpduftrxG8dxDkEQ/nLixImfjI6OZhcuXFgcGRlxMsZIY2PjQDAY7I1EIoclSTqJEDoLAOYlFYQXBCFYKBRq0un0LUePHr11377/LqhfUI/GxsaK3V1d3g0bN0rLW1t36Lr+nK7rVyT/qw4wz3HkBozxE7lcLtjb23t2/rx5YDMmTUxM4Gg0muc4LlU+tzx5rl3QGGMIAGRN0wIjIyM3ZTKZ8JcnvnRWVVfRQ4cOlWRJFlavWR3kOO5krKbmTxzG75qmOfsZNcYYRFFszOVyG5LJ5O0Bv9/3xZEjusvlyhNC0Pj4uBitjOL48TiK1cQgOZoE0zRRKBSC48ePk6VLlxofdX+EGhc3evx+v1goFEZbW1vfUVV1Z35ycpReQ9zyMyFWTdOOKIryRP2C+gZd039RXV293Ov11g0MDAihYLDECzwpFgtUlmTEGGMT2SyqqKjAsiwriqIEVt2+qiDL8rH6+voenud3lUql4Vwudxldfacp/4VpFwTBY9t2q6ZpDYyxmGEalROZCY/X68W6rkNJ00goGJxgwEZkST7h9XrjhJBDhBByvc3U/wcAi/aLTdT86Y4AAAAASUVORK5CYII=');
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}


@-webkit-keyframes spin {

    0% {

        -webkit-transform: rotate(0deg);

    }

    100% {

        -webkit-transform: rotate(360deg);

    }

}

@keyframes spin {

    0% {

        transform: rotate(0deg);

    }

    100% {

        transform: rotate(360deg);

    }

}

.number {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 100%;
    height: 40px;
    text-align: right;
    color: #ffffff;
}

/* 隐藏导航 */

.menu-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.hide-menu {
    position: fixed;
    width: 100%;
    height: auto;
    left: 0;
    padding-top: 20px;
    overflow: hidden;
    background: #ffffff;
    z-index: 1010;
    box-sizing: border-box;
    display: none;
}

.hide-menu ul li {
    position: relative;
    width: calc(100% / 4 - 50px / 4);
    height: 36px;
    line-height: 36px;
    margin-left: 10px;
    background: #f4f4f4;
    text-align: center;
    border-radius: 5px;
    float: left;
    margin-bottom: 20px;
}

.hide-menu ul li a {
    display: block;
}

.hide-menu ul {
    height: auto;
    overflow: hidden;
}

.menu-ask {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: right;
}

.menu-ask a {
    color: #999999;
    padding-right: 10px;
}

.menu-ask a::after {
    content: "\e600";
    font-size: 14px;
    font-family: "bbs";
}

.slide-up {
    width: 100%;
    height: 80px;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-top: 20px;
}

.slide-up::before {
    content: "\e603";
    font-size: 25px;
    font-family: "bbs";
    color: #999999;
}

.slide-up p {
    position: absolute;
    left: 0;
    top: 30px;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #999999;
}

.menu-nav a.minus {
    display: none;
}

.menu-nav a.minus {
    content: "";
    font-family: "bbs";
    font-size: 20px;
    transform: rotate(45deg);
}

.ask-btn {
    position: fixed;
    right: 10px;
    bottom: 20%;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: #ff8300;
    color: #ffffff;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    font-size: 14px;
    z-index: 1004;
    /* display: none; */
}

.ask-btn a {
    display: block;
    color: #ffffff;
}

.ask-btn::before {
    content: "\e660";
    font-family: "bbs";
    font-size: 20px;
    color: #ffffff;
}

/*-------------------------------- 资讯页面 --------------------------------*/

.nav-other {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #2378a0;
    color: #ffffff;
    position: relative;
}

.nav-other-top {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1008;
}

.nav-other span {
    position: absolute;
    left: 50%;
    top: 0;
    width: 30%;
    margin-left: -15%;
    text-align: center;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-other a {
    position: absolute;
    display: inline-block;
    width: 25%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding-left: 10px;
}

.nav-other a img {
    vertical-align: middle;
    display: inline-block;
}

.more-nav {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    line-height: 50px;
    display: block;
    padding: 0 10px;
    overflow: hidden;
    font-size: 26px;
    font-family: "bbs";
    color: #ffffff;
    text-align: right;
    z-index: 99;
}

.menu-small {
    font-size: 16px;
}

.content-small {
    padding-top: 0;
}

.state-login {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.state-login a {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #f4f4f4;
    color: #333333;
    padding-bottom: 10px;
    position: relative;
}

.state-login a::after {
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -22px;
    content: "\e600";
    font-size: 40px;
    color: #999999;
    font-family: "bbs";
    height: 43px;
    line-height: 43px;
}

.state-login a img {
    float: left;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 1px solid #dddddd;
}

.state-login a p {
    float: left;
    width: calc(100% - 80px);
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    box-sizing: border-box;
}

.state-login a p.member {
    font-size: 14px;
    color: #999999;
}

.state-login a p.click-login {
    height: 64px;
    line-height: 64px;
}

.tit-blue {
    position: relative;
    width: 100%;
    height: 36px;
    overflow: hidden;
    line-height: 36px;
    font-size: 16px;
    color: #333333;
    position: relative;
    padding-left: 8px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.tit-blue::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 16px;
    background: #2378a0;
}

.tit-blue span {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #23789f;
}

.tit-blue span::before {
    content: "\e606";
    color: #23789f;
    font-family: "bbs";
    margin-right: 4px;
    font-size: 16px;
}

.tit-blue span::after {
    content: "\e600";
    color: #23789f;
    font-family: "bbs";
    margin-right: 4px;
    font-size: 16px;
}

.hot-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.select-tit {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
}


.select-tit div:after {
    position: absolute;
    right: 0;
    top: 6px;
    content: "";
    width: 1px;
    height: 24px;
    background: #d0d0d0;
}

.select-tit div:last-child::after {
    display: none;
}

.select-brand,
.select-type,
.select-xs,
.select-more {
    flex: 1;
    height: 36px;
    line-height: 36px;
    background: #f4f4f4;
    text-align: center;
    color: #333333;
    position: relative;
}

.select-brand span,
.select-type span,
.select-xs span,
.select-more span {
    font-size: 16px;
    color: #333333;
    font-family: "bbs";
}

.select-brand span.on,
.select-type span.on,
.select-xs span.on,
.select-more span.on {
    font-size: 16px;
    color: #ff8300;
    font-family: "bbs";
}

/* 筛选车型 */

.result {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin-bottom: 15px;
}

.result-list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.result-list li {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 15px 0;
}

.result-list li a:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.result-list li figure {
    width: 30%;
    height: auto;
    float: left;
}

.result-list li figure img {
    border-radius: 5px;
}

.result-list li h4 {
    float: right;
    width: calc(70% - 10px);
    line-height: 30px;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.result-list li span {
    float: right;
    display: block;
    width: calc(70% - 10px);
    line-height: 20px;
    font-size: 14px;
    color: #ff2402;
    margin-bottom: 4px;
}

.result-list li p {
    position: absolute;
    left: calc(30% + 10px);
    bottom: 15px;
    min-height: 12px;
    line-height: 12px;
    font-size: 12px;
    color: #999;
}

.result-list li p em {
    color: #ff8300;
}

.result-list li p::after {
    content: "\e600";
    font-size: 12px;
    font-family: "bbs";
}

/*------------------------------- 遮罩层 -------------------------------*/

.sidebar-container>header {
    position: relative;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    padding-left: 10px;
    text-align: left;
}

.sidebar-container>header a {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 44px;
    color: #1a8cc0;
    font-size: 14px;
}


.sidebar-brands .sidebar-module>header {
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    color: #666;
    background: #f5f5f5;
}

.sidebar-brands .sidebar-module ul {
    padding: 0 10px;
    background: #fff;
}

.sidebar-brands .sidebar-module li {
    padding: 10px 0;
    min-height: 50px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    position: relative;
}

.sidebar-brands .sidebar-module ul li:nth-of-type(n+2) {
    border-top: 1px solid #eee;
}

.sidebar-brands .sidebar-module a {
    position: relative;
    display: block;
    padding-left: 85px;
    color: #333;
    min-height: 50px;
    overflow: hidden;
}

.sidebar-brands .sidebar-module a>figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 50px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}

.sidebar-brands .sidebar-module a>figure img {
    max-width: 100%;
    vertical-align: middle;
    border-radius: 5px;
}

.sidebar-brands .sidebar-module h4 {
    margin-top: 0;
    word-break: break-all;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sidebar-brands .sidebar-module .price {
    font-size: 12px;
    line-height: 18px;
    color: #ff2300;
    margin-top: 0;
}

.sidebarShadeshow {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    z-index: 1008;
}

.side-lie {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 75px;
    height: 100%;
    z-index: 1010;
    display: none;
}

.side-lie::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    content: "\e61e";
    font-size: 50px;
    font-family: "bbs";
    color: #ffffff;
}


.sidebar {
    position: fixed;
    right: -100%;
    /* right: 0; */
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-left: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    z-index: 1009;
}

.sidebar.visible {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.sidebar-container {
    position: relative;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #f5f5f5;
    z-index: 15;
}

.sidebar-container>header {
    position: relative;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #000;
    text-align: center;
    background: #fff;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06), 0 -1px 0 0 #F5F5F5;
    z-index: 20;
    padding-left: 10px;
    text-align: left;
}

.sidebar-container>header .close {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 44px;
    color: #bbb;
    font-size: 18px;
    font-family: "detail";
}

.brand-all {
    position: relative;
    height: 44px;
    line-height: 44px;
    padding-left: 10px;
    margin-top: 10px;
    background: #fff;
}

.brand-all a {
    display: block;
}

.brand-all>.active {
    color: #1a8cc0;
}

.brand-all>a>span {
    display: inline-block;
    font-size: 16px;
}

.sidebar-container .brands-list ul {
    background: #ffffff;
}

.siderbar-nav {
    top: 102px;
    z-index: 20;
    display: none;
}

.genre-sidebar .sidebar-module>ul {
    padding-left: 15px;
    background: #fff;
}

.genre-sidebar .sidebar-module>ul li {
    position: relative;
    height: 44px;
    line-height: 44px;
}

.genre-sidebar .sidebar-module>ul li:nth-of-type(n+2) {
    border-top: 1px solid #eee;
}

.genre-sidebar .sidebar-module>ul li a {
    display: block;
    font-size: 14px;
    color: #333;
}

.genre-sidebar .sidebar-module>ul li .selected {
    color: #1a8cc0;
}

.qdxs-sidebar .sidebar-module>ul {
    padding-left: 15px;
    background: #fff;
}

.qdxs-sidebar .sidebar-module>ul li {
    position: relative;
    height: 44px;
    line-height: 44px;
}

.qdxs-sidebar .sidebar-module>ul li:nth-of-type(n+2) {
    border-top: 1px solid #eee;
}

.qdxs-sidebar .sidebar-module>ul li a {
    display: block;
    font-size: 14px;
    color: #333;
}

.qdxs-sidebar .sidebar-module>ul li .selected {
    color: #1a8cc0;
}

.brands-model {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.brands-list,
.brands-listpj {
    overflow: hidden;
}

.brands-list>header,
.brands-listpj>header {
    height: 30px;
    line-height: 30px;
    color: #666;
    padding: 0 10px;
    background: #f5f5f5;
}

.brands-list ul,
.brands-listpj ul {
    padding-left: 10px;
}

.brands-list li,
.brands-listpj li {
    padding: 5px 0;
}

.brands-list li a,
.brands-listpj li a {
    position: relative;
    padding-left: 65px;
    color: #333;
    height: 50px;
    line-height: 50px;
    display: block;
    overflow: hidden;
}

.brands-list-logo li a {
    padding-left: 0;
}

.brands-list figure>span,
.brands-listpj figure>span {
    position: absolute;
    left: 0;
    top: 4px;
    width: 60px;
    height: 40px;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.brands-list li:nth-of-type(n+2),
.brands-listpj li:nth-of-type(n+2) {
    border-top: 1px solid #eee;
}

.right-nav {
    position: fixed;
    right: 0;
    z-index: 100;
}

.right-nav li {
    padding: 0 10px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    text-align: center;
    font-weight: 500;
}


.right-nav li a.current {
    color: #1a8cc0;
}


.select-resutlt {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
    position: relative;
}

.select-resutlt span {
    position: relative;
    width: calc(100% / 3 - 80px / 3);
    display: block;
    float: left;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ff8300;
    margin-right: 10px;
    border-radius: 5px;
    color: #ff8300;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 8px;
}

.select-resutlt span::after {
    position: absolute;
    right: 3px;
    top: 0;
    content: "\e605";
    font-size: 14px;
    color: #ff8300;
    font-family: "bbs";
}


.select-resutlt span.reset {
    width: 50px;
    height: 30px;
    background: #dddddd;
    color: #666666;
    border: 0 none;
    text-align: center;
    margin-right: 0;
}

.select-resutlt span.reset::after {
    content: "";
}

/* 二手卡车 */

.second-tit {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
}

.second-tit p span {
    color: #ff8300;
    margin: 0 3px;
}

.second-tit a {
    position: absolute;
    right: 0;
    top: 5px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 5px;
    background: #ff8300;
    color: #ffffff;
    text-align: center;
    z-index: 99;
}

..second-tit a {
    color: #ffffff;
}

.info-cont .info span.price {
    color: #ff2300;
}

.info-cont .info span.add {
    color: #999999;
}

.second-deltit {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    border-bottom: 1px solid #f4f4f4;
    box-sizing: border-box;
    padding: 10px 0;
}

.second-deltit h2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 24px;
    color: #000000;
}

.second-deltit p {
    font-size: 14px;
    color: #999999;
    position: relative;
}

.second-deltit span.price {
    color: #ff2300;
}

.second-deltit span.deadline {
    position: absolute;
    right: 0;
}

.second-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.second-head {
    width: 100%;
    height: 64px;
    overflow: hidden;
    position: relative;
    padding-left: 74px;
    box-sizing: border-box;
}

.second-head img {
    position: absolute;
    left: 0;
    top: 0;
    width: 62px;
    height: 62px;
    border: 1px solid #dedede;
    border-radius: 50%;
}


.second-head p {
    width: calc(100% - 74px);
    height: 64px;
    overflow: hidden;
}

.second-head p span {
    display: block;
    line-height: 32px;
    font-size: 14px;
    color: #999999;
}

.second-head a {
    position: absolute;
    right: 0;
    top: 16px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 5px;
    background: #ff8300;
    color: #ffffff;
    text-align: center;
    z-index: 99;
}

.second-delcon {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    padding: 10px 0;
}

.second-delcon p {
    padding-bottom: 10px;
}

.second-delcon img {
    border-radius: 5px;
}

.line {
    width: 100%;
    height: 5px;
    background: #f4f4f4;
}

.search-fot {
    position: relative;
    width: calc(100% - 20px);
    margin: 20px auto;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    border: 1px solid #23789f;
    padding-left: 15px;
    box-sizing: border-box;
}

.search-fot a {
    color: #999999;
    display: block;
}

.search-fot::after {
    position: absolute;
    right: 10px;
    top: 0;
    content: "\e60f";
    font-family: "bbs";
    font-size: 20px;
    color: #23789f;
}

.footer {
    text-align: center;
    line-height: 32px;
    color: #666666;
    padding-bottom: 20px;
}

.footer p {
    color: #000000;
    font-size: 16px;
}

.footer a {
    font-size: 16px;
}

/* 品牌找车 */


.brands-list li figure span,
.brands-listpj li figure span {
    border: 1px solid #f4f4f4;
}

.scale {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 50px;
    color: #fff;
    border-radius: 8px;
    z-index: 11;
    background: rgba(0, 0, 0, .6);
    display: none;
    opacity: 1;
}

.right-navbrand {
    display: none;
}

.brand-logo {
    width: 100%;
    height: 62px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.brand-logo img {
    float: left;
    width: 90px;
    height: 60px;
    border: 1px solid #f4f4f4;
}

.brand-logo span {
    display: block;
    float: right;
    width: calc(100% - 100px);
    height: 62px;
    line-height: 62px;
}

.brand-tabtit {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #f4f4f4;
    text-indent: 10px;
    font-weight: bold;
}

.brand-tabtit a {
    text-align: left;
}


.brand-con {
    overflow: hidden;
}

.brand-cxlists {
    margin-right: -20px;
    overflow: hidden;
}

.brand-cxlists ul li {
    position: relative;
    float: left;
    width: 50%;
    height: auto;
    overflow: hidden;
    padding-right: 20px;
    box-sizing: border-box;
    background-clip: content-box;
    margin-bottom: 10px;
}

.brand-cxlists ul li a {
    display: block;
}

.brand-cxlists ul li img {
    border-radius: 5px;
    border: 1px solid #f4f4f4;
    box-sizing: border-box;
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.brand-cxlists ul li p {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 24px;
    text-align: center;
    margin-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brand-cxlists ul li span {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #ff8300;
    text-align: center;
    line-height: 20px;
}

.brand-cxlists ul li p.price {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 20px;
    text-align: center;
    margin-top: 0;
    color: #999;
}

.brand-intro {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    padding: 10px 0;
}

.brand-intro p {
    padding-bottom: 8px;
}

.brandwrap {
    display: none;
}

.brandwrapon {
    display: block;
    position: relative;
    z-index: 1002;
}

.more-link {
    width: 80%;
    margin: 10px auto;
    height: 36px;
    line-height: 36px;
    border: 1px solid #23789f;
    border-radius: 5px;
    text-align: center;
}

.more-link a {
    display: block;
    color: #23789f;
}

.form-table {
    display: block;
    position: relative;
    z-index: 999;
}

.form-table::before {
    content: "";
    display: block;
    height: 80px;
    margin-top: -80px;
    pointer-events: none;
}

.ask-form {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 14px;
}

.ask-form>p {
    color: #999999;
    margin-bottom: 10px;
}

.ask-form div {
    overflow: hidden;
    margin-bottom: 15px;
}

.ask-form div input,
.ask-form div textarea {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ececec;
    border-radius: 5px;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
    font-family: "Microsoft Yahei";
    color: #666666;
}

.ask-form div input.input-half {
    width: 60%;
    float: left;
}

.ask-form div input.input-wz,
.ask-form div p,
.ask-form button {
    width: 35%;
    height: 36px;
    float: right;
    background: #206f96;
    color: #ffffff;
    text-align: center;
}

.ask-form button {
    outline: none;
    border: 0 none;
}

.ask-form div p img {
    margin: 2px auto;
}



.ask-form div textarea {
    height: 100px;
    text-align: left;
}

.ask-form div input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
    float: left;
    outline: none;
    border: 0 none;
    background: #ff6501;
    color: #FFFFFF;
    font-size: 16px;
}

.ask-form div input[type="submit"]:hover {
    background: #ff6501;
    color: #ffffff;
}

.ask-form div input.shense {
    background: #ff6501;
    color: #ffffff;

}

.ask-form div input::-webkit-input-placeholder {
    color: #999999;
}

.ask-form div textarea::-webkit-input-placeholder {
    color: #999999;
}

.ask-form select {
    width: 49%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ececec;
    border-radius: 5px;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
    font-family: "Microsoft Yahei";
    color: #666666;
}

.menu-zs {
    padding-bottom: 0;
    border-bottom: none;
}

.zs-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.zs-img img {
    width: 100%;
}

.zs-img a {
    display: block;
    position: relative;
}

.zs-img span.total {
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    padding: 2px 5px;
    font-size: 14px;
}


.zs-img div.zs-cxname {
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

.zs-img p {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 5px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 10px;
}

.zs-img div.zs-cxname p {
    padding: 0;
}

.zs-img div.zs-cxname span {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}

.zs-img div.zs-cxname span i {
    font-style: normal;
    color: #fe2400;
}


.zstit-wap {
    overflow: hidden;
}

.zs-tit {
    margin-right: -10px;
    overflow: hidden;
}

.zs-tit a {
    float: left;
    height: 36px;
    line-height: 36px;
    width: calc(25% - 10px);
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    margin-bottom: 10px;
    text-align: center;
}

.zs-tit a.on {
    border-color: #ff8300;
    color: #ff8300;
}

.zs-model {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.model-lists {
    padding: 15px 0;
    border-bottom: 1px solid #f4f4f4;
    overflow: hidden;
}

.model-img {
    width: 100%;
    height: 67px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.model-img a {
    display: block;
    width: 100%;
    height: 67px;
    overflow: hidden;
}

.model-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 67px;
    border-radius: 5px;
}

.model-img h2 {
    position: absolute;
    left: 110px;
    line-height: 22px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

#chex_contentall .model-img h2 {
    -webkit-line-clamp: 2;
}

#chex_contentall .gx-time {
    width: auto;
}

.model-img h2 span {
    color: #23789f;
}

.model-img p {
    position: absolute;
    left: 110px;
    bottom: 0;
    color: #999999;
    font-size: 14px;
}

.model-img p span {
    margin-right: 10px;
}

.model-img p span i {
    font-style: normal;
    color: #fe2400;
}


.model-cswap {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
}

.model-cswap a {
    display: block;
    float: left;
    margin-right: 10px;
}

.model-cswap a.cs::before {
    content: "\e608";
    font-family: "bbs";
    color: #ff8300;
    margin-right: 5px;
}

.model-cswap a.sp::before {
    content: "\e61f";
    font-family: "bbs";
    color: #ff8300;
    margin-right: 5px;
}

.model-cswap a.btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    background: #ff8300;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    margin-right: 0;
}

.brand-cxlists li a h2 {
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 20px;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.brand-cxlists li a .total {
    position: absolute;
    right: 25px;
    bottom: 73px;
    padding: 2px 5px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-size: 14px;
}

.sidebar-containerxny {
    background: #ffffff;
}

.sidebar-container h2 {
    width: 100%;
    padding: 15px 15px 0 15px;
    line-height: 20px;
    box-sizing: border-box;
    background: #ffffff;
}

.sidebar-container p.total {
    width: 100%;
    padding: 0 15px 15px 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #999999;
    background: #ffffff;
}

.sidebar-container p.total span {
    color: #ff8300;
    margin-right: 5px;
}

.sidebar-containerxny {
    background: #ffffff;
}

.sidebar-xnytit {
    height: 36px;
    line-height: 36px;
    color: #666;
    padding: 0 10px;
    background: #f5f5f5;
}

.sidebar-xny .xny-sxtit {
    width: 100%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.sidebar-brands .sidebar-xny li {
    min-height: 80px;
}

.sidebar-brands .sidebar-xny a {
    min-height: 80px;
}

.sidebar-xny p {
    position: absolute;
    left: 0;
    bottom: 0;
}

.pjwrap {
    padding-top: 10px;
}

.pjwrap .brand-cxlists ul li p {
    width: 100%;
    height: 45px;
    line-height: 22px;
    margin-top: 5px;
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}

.lbj-gnjs {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 28px;
}

.lbj-gnjs table {
    width: 100%;
    border: 1px solid #dddddd;
    margin-bottom: 15px;
    word-break: break-all;
    word-wrap: break-word;
}


.lbj-gnjs table td {
    line-height: 36px;
    border: 1px solid #000000;
    padding: 0 5px;
    box-sizing: border-box;
}




.lbj-gnjs p {
    margin-bottom: 10px;
}

.sidebar-tit {
    position: relative;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    background: #f5f5f5;
}

.more-use {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    font-size: 14px;
    margin: 15px 0;
}

.more-use a {
    display: block;
    text-align: center;
    border: 1px solid #dddddd;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    margin: 5px;
    background: #f4f4f4;
    padding: 0 5px;
    box-sizing: border-box;
}

.more-hx a {
    width: calc(100% / 3 - 30px / 3);
}

.more-yt a {
    width: calc(100% / 2 - 20px / 2);
}

.more-qd a {
    width: calc(100% / 3 - 30px / 3);
}

.more-ml a {
    width: calc(100% / 2 - 20px / 2);
}

.more-pf a {
    width: calc(100% / 4 - 40px / 4);
}


.more-use a.on {
    background: #ffffff;
    border-color: #ff8300;
    color: #ff8300;
}

.record {
    width: calc(100% - 110px);
    height: auto;
    overflow: hidden;
    position: fixed;
    left: 100px;
    bottom: 20px;
    display: none;
    background: #ffffff;
}

.record a {
    height: 40px;
    line-height: 40px;
    border: 1px solid #ececec;
    text-align: center;
    display: block;
    float: left;
    width: 60%;
    box-sizing: border-box;
    background: #1a8cc0;
    color: #ffffff;

}

.record a.clear {
    background: #ffffff;
    color: #999999;
    width: calc(40% - 10px);
    margin-right: 10px;
}

/* 车型详情 */

.cspz {
    overflow: hidden;
}

.cspz table {
    width: 100%;
    border: 1px solid #dddddd;
    margin-bottom: 15px;
}

.cspz table td {
    line-height: 36px;
    border: 1px solid #dddddd;
    padding: 0 5px;
    box-sizing: border-box;
}

.cspz table tr td:nth-child(1) {
    width: 35%;
    text-align: right;
    color: #666666;
}

.jxs-lists li a {
    position: relative;
    padding-left: 0;
    color: #333;
    height: 30px;
    line-height: 30px;
    display: block;
    overflow: hidden;
}

.jxsjs-lists {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.jxsjs-lists li {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 10px;
}

.jxsjs-lists a {
    display: block;
}

.jxsjs-lists a h2 {
    width: 100%;
    height: auto;
    line-height: 30px;
    font-size: 18px;
}

.jxsjs-lists a p {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
}

.jxsjs-lists span {
    display: block;
}

.jxsjs-lists span i {
    font-style: normal;
    color: #ff2230;
    margin-left: 5px;
}

.jxsjs-lists .jxs-tel {
    position: absolute;
    right: 0;
    bottom: 10px;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #ff8300;
    color: #ff8300;
}

.jxsjs-lists .jxs-tel a {
    color: #ff8300;
    display: block;
}

.cx-zxbtn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #ff8300;
    text-align: center;
    z-index: 1005;
}

.cx-zxbtn a {
    display: block;
    color: #ffffff;
}

.zs-img a.zx-cxzx {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 5px;
    background: #ff8300;
    color: #ffffff;
    text-align: center;
    z-index: 99;
}

.truck-pics {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.truck-pics div {
    overflow: hidden;
    margin-right: -10px;
}

.truck-pics div a {
    display: block;
    float: left;
    width: calc(100% / 3 - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
}

.truck-pics div a img {
    border-radius: 5px;
    border: 1px solid #f4f4f4;
    box-sizing: border-box;
}

.cxzs_wrap>ol {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    left: 10px;
    height: 24px;
    line-height: 24px;
    font-size: 0;
}

.cxzs_wrap>ol>li {
    display: block;
    float: left;
    font-size: 14px;
    width: 60px;
    height: 24px;
    border-radius: 15px;
    background: #ffffff;
    box-sizing: border-box;
    margin-right: 5px;
    text-align: center;
    color: #444444;
}

.cxzs_wrap>ol>li.on {
    background-color: #ff6501;
    border: 0 none;
    color: #ffffff;
}

.total-zs {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
}

.article-menu {
    width: 100%;
    height: auto;
    line-height: 40px;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f4f4f4;
    background: #ffffff;
    overflow: hidden;
}

.article-menus {
    height: 40px;
    line-height: 40px;
}

.article-menu ul {
    overflow: hidden;
}

.article-menus ul li {
    float: left;
    width: 25%;
    height: auto;
    text-align: center;
    margin-bottom: 5px;
}

.article-menu ul li {
    width: 20%;
    float: left;
    height: auto;
    text-align: center;
    margin-bottom: 5px;
}


.article-menu ul li.on span {
    position: relative;
    color: #ff8300;
    padding-bottom: 5px;
}

.article-menu ul li.on span::before {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    width: 80%;
    height: 2px;
    background: #ff8300;
}

.article-wrap {
    overflow: hidden;
}

.article-wrap h2 {
    height: auto;
    line-height: 28px;
    font-size: 16px;
    color: #000000;
    margin-bottom: 5px;
    overflow: hidden;
}

.article-wrap>p {
    font-size: 16px;
    line-height: 24px;
}

.article-wrap .art-bz {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px 0;
    color: #999999;
    font-size: 14px;
}

.article-wrap .art-bz span {
    padding: 0 6px;
    color: #ff8300;
    border: 1px solid #ff8300;
    margin-right: 10px;
    border-radius: 10px;
}

.article-wrap .art-bz strong {
    font-style: none;
}

.article-wrap .cx-date {
    color: #ff2300;
    margin-bottom: 10px;
}

.article-main {
    line-height: 30px;
}

.article-main>p {
    margin-bottom: 10px;
}

.article-main img {
    border-radius: 5px;
    margin: 10px auto;
}

.article-main>span {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
}

.article-main strong {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

.article-main a {
    color: #23789f;
}

.art-author {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #999999;
    font-size: 14px;
}

.art-author span {
    margin-right: 10px;
}

.art-author i {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 30px;
    font-style: normal;
}

.art-author i::before {
    content: "\e625";
    font-family: "bbs";
    font-size: 14px;
    margin-right: 3px;
}

.arc-hot {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px 0;
    position: relative;
}

.arc-hot a {
    display: block;
}

.arc-hot a img {
    display: block;
    width: 25%;
    float: left;
}

.arc-hot p.archot-name {
    position: absolute;
    left: calc(25% + 10px);
    top: 0;
    width: calc(50% - 25px);
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    color: #444444;
}

.recom-askwz {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
    width: 25%;
    height: 30px;
    line-height: 30px;
    text-align: right;
    border-radius: 5px;
    font-size: 14px;
}

.arc-hot a .recom-askwz {
    color: #999999;
}

.recom-askwz::after {
    content: "\e600";
    font-size: 14px;
    font-family: "bbs";
}

.news-picstit {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}

.newspics {
    overflow: hidden;
    margin-right: -10px;
}

.news-picstit a {
    display: block;
    float: left;
    width: calc(25% - 10px);
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
    padding: 0 5px;
    border: 1px solid #dddddd;
    color: #999999;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.news-picstit a.on {
    color: #23789f;
    border-color: #23789f;
}

.nav-pics {
    background: #000000;
}

.pics-turn {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #000000;
}

.brand-cxlists>ul>li>p {
    width: 100%;
    line-height: 20px;
    font-size: 12px;
    color: #999;
}

.brand-cxlists>ul>li>p::after {}

.brand-cxlists>ul>li>p em {
    color: #ff8300;
    margin-right: 2px;
}

.brand-cxlists>ul>li>p::after {
    content: "\e600";
    font-size: 12px;
    font-family: "bbs";
}

.zcpics {
    padding-top: 10px;
}

.brand-cxlists ul li p.pj-name {
    height: 40px;
    line-height: 20px;
}

.tit-blue a {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
    color: #23789f;
    font-size: 16px;
}

.tit-blue a::after {
    content: "\e600";
    font-size: 16px;
    font-family: "bbs";
}

.video-menu li {
    width: calc(20% - 10px);
}

.sidebar-brands .sidebar-zcsp li {
    min-height: 50px;
}

.sidebar-brands .sidebar-zcsp a {
    min-height: 50px;
}

.pj-brandwp {
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
    display: none;
}

.pj-brandwp header {
    position: relative;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #000;
    text-align: center;
    background: #fff;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06), 0 -1px 0 0 #F5F5F5;
    z-index: 20;
}

.brand-sxlist {
    width: 30%;
    height: calc(100% - 44px);
    float: left;
    border-right: 1px solid #dddddd;
    box-sizing: border-box;
}

.brand-sxlist ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    text-align: center;
}

.brand-sxlist ul li.on {
    color: #ff8300;
}

.brandsx-wap {
    width: 70%;
    float: left;
    height: calc(100% - 44px);
    overflow: auto;
    display: none;
}

.brandsx-wapon {
    display: block;
}


.brandsx-wap ul li a {
    width: calc(50% - 20px);
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    float: left;
    margin: 10px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    display: block;
}

.brandsx-wap ul li a.on {
    border: 1px solid #ff8300;
    color: #ff8300;
}

.pj-brandwp header a {
    display: block;
    position: absolute;
    width: 20%;
    height: 44px;
    line-height: 44px;
    left: 0;
    top: 0;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
}

.pj-brandwp header a::before {
    content: "\e7fd";
    font-size: 30px;
    font-family: "bbs";
    color: #2378a0;
}

.article-wrap>h2.video-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article-wrap .art-bz i {
    margin-left: 10px;
    position: relative;
    font-style: normal;
}

.article-wrap .art-bz i::before {
    font-family: "bbs";
    font-size: 14px;
    content: "\e678";
    margin-right: 2px;
}

.vjj-btn {
    position: absolute;
    right: 0;
    bottom: 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background: #f4f4f4;
    padding: 0 10px;
}

.vjj-btn::after {
    content: "\e62d";
    font-size: 16px;
    font-family: "bbs";
}

.vjj-btnon::after {
    content: "\e607";
    font-size: 16px;
    font-family: "bbs";
}

.vjj-con {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    color: #666666;
    display: none;
}

.vjj-con .vjj-time {
    margin-bottom: 5px;
}

.info-cont .summary figure span {
    position: absolute;
    right: 5px;
    bottom: 5px;
    padding: 2px 4px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-size: 12px;
    margin-right: 0;
    line-height: 14px;
}

.fuwz-wap {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.fuwz-lists {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4;
    padding-top: 10px;
}

.fuwz-lists h2 {
    width: 100%;
    height: 34px;
    line-height: 34px;
    color: #000000;
    overflow: hidden;
}

.fuwz-lists p {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.fuwz-lists a.jxs-link {
    display: block;
}

.fuwz-lists a.jxs-tel {
    display: block;
    position: absolute;
    padding: 0 5px;
    height: 24px;
    line-height: 24px;
    right: 0;
    bottom: 20px;
    border: 1px solid #ff8300;
    color: #ff8300;
    border-radius: 5px;
}

.fuwz-lists a.jxs-tel::before {
    content: "\e609";
    font-size: 16px;
    font-family: "bbs";
}

.trans-start {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
}

.trans-start p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-left: 24px;
    box-sizing: border-box;
}

.trans-start p span {
    color: #ff8300;
}

.trans-start p.start::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\e60b";
    font-size: 24px;
    color: #ff8300;
    font-family: "bbs";
}

.trans-start p.end::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\e60a";
    font-size: 24px;
    color: #ff8300;
    font-family: "bbs";
}

.produce-box h2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #f4f4f4;
}

.produce-box ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #f4f4f4;
    background: #ffffff;
}

.produce-box ul li a {
    display: block;
    position: relative;
}

.produce-box ul li a::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "\e600";
    font-size: 18px;
    font-family: "bbs";
}

.produce-second {
    position: absolute;
    left: 90px;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 999;
    background: #ffffff;
    display: none;
}

.produce-second header {
    position: relative;
    width: calc(100% - 90px);
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f4f4f4;
}

.produce-second ul li {
    width: calc(100% - 90px);
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #f4f4f4;
    background: #ffffff;
}

.produce-second ul li a {
    display: block;
}

.produce-second header a {
    position: absolute;
    left: 10px;
    top: 0;
    font-family: "bbs";
    width: 20%;
    font-size: 24px;
    text-align: left;
    color: #999999;
}

.jxs-js {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #f4f4f4;
    margin-bottom: 10px;
}

.jxs-name {
    width: 100%;
    height: auto;
    overflow: hidden;
}


.jxs-name img {
    width: 20%;
    float: left;
}

.jxs-name p {
    width: 80%;
    float: right;
    padding-left: 10px;
    box-sizing: border-box;
    line-height: 30px;
}

.jxs-add {
    margin-top: 10px;
    width: 100%;
    height: auto;
    overflow: hidden;
}


.jxs-add p {
    position: relative;
    padding-left: 40px;
    width: 85%;
    float: left;
    box-sizing: border-box;
    font-size: 14px;
    color: #999999;
    padding-right: 5px;
}


.jxs-add p::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\e606";
    font-size: 40px;
    font-family: "bbs";
}

.jxs-telphone {
    width: 15%;
    float: right;
    border-left: 1px solid #dddddd;
    box-sizing: border-box;
    font-size: 40px;
    color: #ff8300;
    font-family: "bbs";
    text-align: center;
}

.jxs-telphone a {
    display: block;
    color: #ff8300;
}

.jxs-del {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #23789f;
    padding: 10px;
    box-sizing: border-box;
    border-top: 1px solid #5b97b3;
}

.jxs-del .jxs-js {
    position: relative;
    z-index: 99;
    margin-bottom: 0;
    background: #ffffff;
}

.jxs-del .jxs-gray {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #f4f4f4;
    z-index: 1;
}

.jxs-tit {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 15px 0;
}

.jxs-tit ul {
    width: 100%;
    display: flex;
}

.jxs-tit ul li {
    float: left;
    flex: 1;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dddddd;
    margin: 0 5px;
    border-radius: 5px;
    text-align: center;
}

.jxs-tit ul li.on {
    border-color: #ff8300;
}

.jxs-tit ul li.on a {
    color: #ff8300;
}

.jxs-tit ul li a {
    display: block;
}

.model-cswap p {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(80% - 10px);
    font-size: 14px;
}

.model-cswap p i {
    font-style: normal;
    color: #ff2300;
}

.jxs-news {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.jxs-news ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.jxs-news ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
}

.jxs-news ul li a {
    display: block;
    height: 40px;
    overflow: hidden;
}

.jxs-model {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.jxs-model .jxs-mlists {
    position: relative;
    width: 100%;
    height: 77px;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    padding-left: 110px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.jxs-model .jxs-mlists a {
    display: block;
}

.jxs-model .jxs-mlists img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 67px;
    border-radius: 5px;
}

.jxs-model .jxs-mlists h2 {
    width: 100%;
    height: 40px;
    line-height: 30px;
    overflow: hidden;
}

.jxs-model .jxs-mlists p {
    width: 100%;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    font-size: 14px;
    color: #999999;
}

.jxs-model .jxs-mlists a::after {
    position: absolute;
    right: 0;
    top: 23px;
    content: "\e600";
    font-size: 20px;
    font-family: "bbs";
}

.jxs-model-cx .model-lists {
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.jxs-conpany {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.jxs-conpany h2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 40px;
    font-size: 18px;
    color: #000000;
    text-align: center;
}

.jxs-conpany .company-del {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
}

.jxs-conpany .company-del p {
    margin-bottom: 10px;
}

/* 图片详情 */

/* .light{
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: calc(100% - 44px);
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #000000;
    z-index: 0;
} */
.light {
    width: 100%;
    height: calc(100% - 50px);
    overflow: hidden;
    box-sizing: border-box;
    background: #000000;
}

.pic-lbtit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    padding: 0 10px;
    box-sizing: border-box;
    color: #ffffff;
    margin-bottom: 10px;
}

.pic-lbtit span {
    flex: 1;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}

.pic-lbtit span.on {
    color: #ff8300;
}

.pic-lbtit span a {
    display: block;
    color: #ffffff;
}

.pic-lbtit span.on a {
    color: #ff8300;
}

.pic-lbtit span.on::after {
    position: absolute;
    left: 50%;
    bottom: 5px;
    margin-left: -15px;
    width: 30px;
    height: 2px;
    background: #ff8300;
    content: "";
}

.hdp-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50%;
}

.swipe {
    width: 100%;
    float: left;
    overflow: hidden;
    visibility: visible;
    position: relative;
    height: auto;
}


.hdp-box .title {
    height: 30px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 30px;
    text-align: center;
}

.hdp-box .title p {
    font-size: 14px;
}

.hdp-box .title p span {
    color: #ff2300;
}

.hdp-box .count {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 10%;
    height: 30px;
    text-align: right;
    line-height: 30px;
    color: #ffffff;
}

.hdp-box .count b {
    font-weight: normal;
}

.hdp-picnews .count {
    bottom: 50px;
}

.pic-news ul li span {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
    color: #999999;
    line-height: 20px;
    margin-top: 10px;
}


.ckgc {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    margin-top: 5px;
}

.pjckgc {
    padding-top: 10px;
}

.ckgc a {
    flex: 1;
    display: block;
    margin: 0 20px;
    border: 1px solid #ffffff;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
}

.ckgc a.cxzx-btn {
    background: #ff8300;
    color: #ffffff;
    border-color: #ff8300;
}

.swipe {
    height: 265px;
}

.piclist li {
    position: relative;
}

.piclist li img {
    width: 100%;
    max-height: 230px;
}

.piclist li p {
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 24px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
}

.light h2 {
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    height: auto;
    line-height: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* 会员中心 */

.nav-other-login {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #2378a0;
    color: #ffffff;
    position: relative;
}

.nav-other-login a.logo {
    position: absolute;
    right: 5px;
    width: 25%;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
}

.nav-other-login a.logo img {
    vertical-align: middle;
    display: inline-block;
}

.nav-other-login a.back {
    width: 10%;
    position: absolute;
    left: 5px;
    top: 0;
    height: 50px;
    line-height: 50px;
    font-family: "bbs";
    font-size: 20px;
    color: #ffffff;
}

.nav-other-login span {
    position: absolute;
    left: 50%;
    top: 0;
    width: 30%;
    margin-left: -15%;
    text-align: center;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.login-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 10px;
    box-sizing: border-box;
    min-height: 500px;
}

.login-box h2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
}

.login-box form div {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.login-box form div.xy {
    font-size: 14px;
    color: #999999;
}

.login-box form div.btn {
    margin: 20px 0;
}

.login-box form div.xy a {
    color: #
}

input {
    outline: none;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    font-family: "Microsoft Yahei";

}

input::-webkit-input-placeholder {
    color: #999999;
}

.login-box form div input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-radius: 20px;
    color: #666666;
    margin-bottom: 5px;
    padding: 0 10px;

}

.login-box form div input.yzm {
    float: left;
    width: calc(100% - 110px);
}

.login-box form div img {
    width: 100px;
    height: 40px;
    float: right;
}

.login-box form div p {
    width: 100%;
    height: auto;
    overflow: hidden;
    color: #ff2300;
    font-size: 14px;
}

.login-box form div p::before {
    font-size: 14px;
    content: "\e6d2";
    font-family: "bbs";
    margin-right: 3px;

}

.login-box form div span.code {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: #dddddd;
    color: #666666;
    text-align: center;
    border-radius: 15px;
    z-index: 99;
    font-size: 14px;
}

.login-fs {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin-top: 20px;
}

.login-fs a {
    display: block;
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.login-fs a:nth-child(1) {
    position: relative;
    padding-right: 30px;
    text-align: right;
}

.login-fs a:nth-child(1)::after {
    position: absolute;
    right: 0;
    content: "|";
    font-size: 14px;
    color: #999999;
}

.login-fs a:nth-child(2) {
    padding-left: 30px;
    color: #23789f;
}


.other-login {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
}

.other-login .other-logintit {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
    color: #999999;
    font-size: 14px;
}

.other-logintit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: calc(50% - 80px);
    height: 1px;
    background: #dddddd;
}

.other-logintit::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: calc(50% - 80px);
    height: 1px;
    background: #dddddd;
}

.qq-login {
    width: 80px;
    height: 80px;
    margin: 20px auto;
    background: #f4f4f4;
    border-radius: 50%;
    font-size: 40px;
    font-family: "bbs";
    text-align: center;
    line-height: 80px;
    color: #b4b4b4;
}

.tel-hot {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #999999;
    text-align: center;
}

.psd-back {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 40px;
    font-size: 14px;
    color: #23789f;
    z-index: 99;
    padding: 0 10px;
}

.psd-back::before {
    content: "|";
    font-size: 14px;
    color: #23789f;
    position: absolute;
    left: 0;
    top: 0;
    color: #999999;
}

.reset-suc {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px 0;
}

.reset-suc span.reset-icon {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
    color: #ff8300;
    font-family: "bbs";
    text-align: center;
}

.reset-suc p {
    font-size: 18px;
    color: #999999;
    height: auto;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.reset-suc p.tz {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #444444;
}

.reset-suc p.tz span {
    color: #ff2300;
}

.reset-suc a.back {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 50px;
    border-radius: 20px;
    border: 1px solid #23789f;
    box-sizing: border-box;
    color: #23789f;
    font-size: 18px;
    text-align: center;
}

.fw-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 10px;
    box-sizing: border-box;
    line-height: 28px;
    font-size: 14px;
}

.register-tit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.register-tit a {
    display: block;
    float: left;
    width: calc(100% / 3);
    text-align: center;
    position: relative;
}

.register-tit a.on {
    color: #ff8300;
}

.register-tit a.on::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 8px;
    width: 60px;
    height: 2px;
    background: #ff8300;
}


.login-box form div.zc input[type="button"] {
    background: rgba(255, 131, 0, 0.5);
    color: #ffffff;
    border: 0 none;
}

.login-box form div.zc input[type="button"].on {
    background: #dddddd;
    color: #666666;
}


.a-upload {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-radius: 20px;
    color: #666666;
    margin-bottom: 5px;
    padding: 0 10px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    color: #444444;
}

.a-upload input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.a-upload span.upload {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #dddddd;
    color: #999999;
    text-align: center;
    border-radius: 15px;
    z-index: 99;
    font-size: 14px;
}

.member-center {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 20px;
    box-sizing: border-box;
}

.member-center .state-login {
    border-bottom: 5px solid #f4f4f4;
}

.member-center .state-login a {
    border-bottom: 0 none;
}

.member-center .state-login a::after {
    content: "";
}

.member-center .state-login .zhgl {
    position: absolute;
    right: 10px;
    top: 20px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ff8300;
    color: #ff8300;
    text-align: center;
    border-radius: 5px;
}

.member-center .state-login .zhgl a {
    color: #ff8300;
}

.jxs-charge {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 5px solid #f5f5f5;
}

.charge-tit {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
}

.charge-tit a {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
    color: #999999;
}

.jxs-charge ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
}

.jxs-charge ul li {
    flex: 1;
    width: calc(100% / 3);
    padding: 0 20px;
    box-sizing: border-box;
}

.jxs-charge ul li a {
    display: block;
    text-align: center;
}

.jxs-charge ul li a span {
    display: block;
    font-family: "bbs";
    font-size: 40px;
    width: 100%;
    padding: 15px 0 5px 0;
    color: #23789f;
}

.jxs-charge ul li a span.cx {
    color: #ff8300;
}

.jxs-charge ul li a span.js {
    color: #ff2300;
}

.member-qx {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.member-qx ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
}

.member-qx ul li a {
    display: block;
}

.member-qx ul li a::before {
    content: "\e674";
    font-family: "bbs";
    margin-right: 5px;
    color: #999999;
}

.member-qx ul li.fb a::before {
    content: "\e67e";
}

.member-qx ul li a span {
    color: #ff2300;
}

.quit {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
    padding-bottom: 50px;
}

.quit a.back {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 50px;
    border-radius: 20px;
    border: 1px solid #23789f;
    box-sizing: border-box;
    color: #23789f;
    font-size: 18px;
    text-align: center;
}

.model-gl {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}

.mes-statetit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #dddddd;
}

.mes-statetit a {
    width: 20%;
    float: left;
    display: block;
    text-align: center;
}

.mes-statetit a.on {
    color: #ff8300;
}

.mes-statetit a.add {
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    background: #ff8300;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
}

.edit-wrap {
    width: 90%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 10px;
    position: fixed;
    left: 5%;
    top: 150px;
    display: none;
    z-index: 999;
}

.edit-wrap div {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    color: #666666;
    line-height: 30px;
}

.edit-wrap label {
    display: block;
    float: left;
    color: #444444;
}

.edit-wrap div input {
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-right: 5px;
    color: #ff2300;
}

.edit-wrap div p {
    width: 80px;
    height: 28px;
    border-radius: 14px;
    background: #dddddd;
    position: relative;
    float: left;
}

.edit-wrap div p span {
    width: 28px;
    height: 28px;
    border-radius: 14px;
    position: absolute;
    left: 0;
    top: 0;
    background: #f4f4f4;
}

.edit-wrap div p.on {
    background: #23789f;
}

.edit-wrap div p.on span {
    left: calc(100% - 27px);
}

.edit-wrap div button {
    width: 40%;
    margin: 20px 5%;
    height: 36px;
    line-height: 36px;
    outline: none;
    border: 1px solid #dddddd;
    background: #ffffff;
    display: block;
    float: left;
    font-family: Microsoft Yahei;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
}

.edit-wrap div button.submit {
    background: #23789f;
    color: #ffffff;
}

.model-wtg {
    height: 50px;
    line-height: 25px;
}

.confirm-wap {
    position: fixed;
    left: 10%;
    top: 150px;
    width: 80%;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #dddddd;
    z-index: 1010;
    box-sizing: border-box;
    display: none;
}

.confirm-wap p {
    width: 100%;
    height: 100px;
    line-height: 100px;
    background: #f4f4f4;
    border-bottom: 1px solid #dddddd;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.confirm-wap .confirm-btn {
    width: 100%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}

.confirm-wap .confirm-btn a {
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    position: relative;
}

.confirm-wap .confirm-btn a:nth-child(1)::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 60px;
    background: #dddddd;
}


.confirm-wap .confirm-btn a:nth-child(2) {
    color: #23789f;
}

.add-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}

.add-wrap p.add-sm {
    line-height: 28px;
    font-size: 14px;
}

.addwap-ck {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.addwap-ck a {
    display: block;
    width: 44%;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    margin: 0 3%;
    display: block;
    float: left;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
}

.addwap-ck a:nth-child(1) {
    border: 1px solid #dddddd;
}

.addwap-ck a:nth-child(2) {
    border: 1px solid #ff8300;
    color: #ff8300;
}

.add-cx-lists {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.recom-name-add {
    position: absolute;
    left: calc(25% + 10px);
    top: 0;
    width: calc(55% - 25px);
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    color: #444444;
    font-size: 14px;
}

.add-cx-con {
    padding-bottom: 15px;
    border-bottom: 1px solid #f4f4f4;
}

.add-on {
    background: #ffffff;
    border: 1px solid #dddddd;
}

.add-on a {
    color: #444444;
}

.cx-no {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    clear: both;
    font-size: 14px;
    padding-top: 10px;
}

.cx-no p span {
    color: #ff2300;
}

.info-cont .summary .info-cx {
    bottom: 50px;
}

.cx-no .del-btn {
    position: absolute;
    top: 10px;
    right: 0;
    width: 20%;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    background: #ff8300;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
}

.fb-cxwap {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
}

.fb-cxwap div.fb-bot {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.fb-cxwap div label {
    display: block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    float: left;
}

.fb-cxwap div label.cx {
    width: 80px;
}

.leave-message-textarea {
    width: calc(100% - 70px);
    min-height: 30px;
    max-height: 60px;
    line-height: 30px;
    overflow: hidden;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    color: #999999;
    -webkit-user-modify: read-write-plaintext-only;
}

[contentEditable=true]:empty:not(:focus):before {
    content: attr(data-text);
}

.fb-cxwap div.fb-bot input[type="date"] {
    height: 30px;
    line-height: 30px;
    width: 110px;
}

.fb-cxwap div.fb-bot>span {
    width: calc(100% - 80px);
    line-height: 30px;
    display: block;
    float: left;
    color: #999999;
}

.fb-cxwap div.fb-bot>span.long {
    width: 100%;
}

.cx-add {
    width: 100%;
    height: auto;
    overflow: hidden;
    clear: both;
    padding: 10px 0;
}

.cx-add p {
    margin-bottom: 5px;
    position: relative;
}

.cx-add span.close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    font-family: "bbs";
    color: #ffffff;
    background: #ff2300;
}

.fb-cxwap div.add-img-del input[type="button"] {
    width: 120px;
    height: 36px;
    line-height: 36px;
    background: #ff8300;
    border-radius: 5px;
    outline: none;
    color: #ffffff;
    border: 1px solid #ff8300;
    display: block;
    float: left;
}


.fb-cxwap div.add-img-del {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.fb-cxwap div.add-img-del input.del {
    background: #ffffff;
    color: #999999;
    border: 1px solid #dddddd;
    float: right;
}

.fb-cxwap div.btn input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-radius: 20px;
    color: #666666;
    margin-bottom: 5px;
    padding: 0 10px;
    background: rgba(30, 120, 159, 0.7);
    color: #ffffff;
    border: 0 none;
    margin-top: 40px;
}

.fb-cxwap div.btn input.on {
    /*background: rgba(30, 120, 159, 1);*/
    background: #dddddd;
}

.member-comjs {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
}

.member-comjs textarea {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    width: 100%;
    height: auto;
    line-height: 28px;
    overflow: hidden;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    color: #666666;
    padding: 10px;
    box-sizing: border-box;
}

.member-comjs h2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
}


.imageDiv {
    display: block;
    float: left;
    width: 150px;
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px dashed darkgray;
    background: #f8f8f8;
    position: relative;
    overflow: hidden;
    margin: calc(100% / 4 - 300px / 4);
}

.cover {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 150px;
    height: 100px;
    background-color: rgba(0, 0, 0, .3);
    display: none;
    text-align: center;
    cursor: pointer;
}

.cover>.delbtn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    background: #ff2300;
    color: #ffffff;
    font-size: 18px;
    font-family: "bbs";
}

.imageDiv:hover .cover {
    display: block;
}

.addImages {
    display: block;
    float: left;
    width: 150px;
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px dashed darkgray;
    background: #f8f8f8;
    position: relative;
    overflow: hidden;
    margin: calc(100% / 4 - 300px / 4);
}

.text-detail {
    text-align: center;
    font-size: 14px;
    color: #999999;
}

.text-detail>span {
    font-size: 40px;
}

.file {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100px;
    opacity: 0;
}

.member-comjs texearea {
    width: 100%;
    height: 100px;
}

.member-comjs .jianjie-textarea {
    width: 100%;
    height: auto;
    line-height: 30px;
    overflow: hidden;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    color: #666666;
    -webkit-user-modify: read-write-plaintext-only;
}

.fb-cxwap div.btn input {
    font-size: 16px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-radius: 20px;
    color: #666666;
    margin-bottom: 5px;
    padding: 0 10px;
    background: rgba(30, 120, 159, 0.7);
    color: #ffffff;
    border: 0 none;
    margin-top: 40px;
}

.content>p {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 28px;
    color: #ff2300;
    font-size: 14px;
    border-bottom: 1px solid #dddddd;
}

.second-gl-tit {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    margin-bottom: 10px;
}

.second-gl-tit a {
    flex: 1;
    margin: 0 10px;
    border: 1px solid #ff8300;
    color: #ff8300;
    height: 30px;
    line-height: 30px;
    display: block;
    border-radius: 5px;
    text-align: center;
}

.fb-cxwap .fb-bot input {
    width: calc(100% - 70px);
    border: 0 none;
    height: 30px;
    line-height: 30px;
}

.account-wap {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
}

.account-wap form>div,
.account-wap>div {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
    color: #666666;
}

.account-wap div label {
    display: block;
    float: left;
    width: 80px;
    color: #333333;
}


.account-wap form div.btn input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-radius: 20px;
    color: #666666;
    padding: 0 10px;
    margin: 10px 0;
}

.account-wap div a {
    position: absolute;
    right: 5px;
    top: 0;
    display: block;
    color: #23789f;
}


.account-wap>a,
.account-wap form>a {
    display: block;
    width: calc(100% - 20px);
    margin: 20px auto;
    height: 36px;
    line-height: 36px;
    border-radius: 20px;
    border: 1px solid #23789f;
    color: #23789f;
    text-align: center;
}

.account-wap div input {
    border: 0 none;
}

.account-wap form div>.leave-message-textarea {
    float: left;
    width: calc(100% - 80px);
    line-height: 50px;
    height: auto;
    max-height: 150px;
}

.account-wap form div span {
    margin-right: 10px;
}

.login-box form>p {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 40px;
}

.login-box form>p span {
    color: #ff2300;
}

.xg-tx {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}

/* .xg-tx .input-tx{
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50px;
    margin-left: -50px;
    border: 1px solid #
}
 */
.xg-tx .input-tx {
    display: block;
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    margin: 50px auto 20px auto;
}

.xg-tx .file-tx {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 150px;
    opacity: 0;
    z-index: 999;

}


.text-detail-tx {
    position: absolute;
    left: 50%;
    top: 0;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    border: 1px dashed darkgray;
    background: #f8f8f8;
    box-sizing: border-box;
}

.text-detail-tx span {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 80px;
    font-size: 50px;
    margin: 0 auto;
}

.text-del-btn {
    position: absolute;
    left: 50%;
    top: 110px;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    margin-left: -60px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    text-align: center;
}


.xg-tx-before {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #dddddd;
    margin: 20px auto;
}

.xg-tx-before img {
    width: 80px;
    height: 80px;
}

.reset-upload {
    width: 100%;
    height: 36px;
    overflow: hidden;
    margin-top: 10px;
}

.upload-reset-btn {
    position: relative;
    float: left;
    width: 120px;
    height: 36px;
    overflow: hidden;
    margin: 0 calc(100% / 4 - 240px / 4);

}

.upload-reset-btn input {
    width: 120px;
    height: 36px;
    opacity: 0;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
}

.before-del-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #dddddd;
    border-radius: 18px;
    box-sizing: border-box;
    text-align: center;
}

.reset-upload a.xg-qr {
    display: block;
    float: left;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ff8300;
    border-radius: 18px;
    box-sizing: border-box;
    text-align: center;
    color: #ff8300;
    margin: 0 calc(100% / 4 - 240px / 4);
}

.search-tit {
    position: absolute;
    right: 10px;
    top: 12px;
    width: calc(90% - 25px);
    height: 36px;
}

.search-tit input[type="text"] {
    position: relative;
    width: calc(100% - 60px);
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    display: block;
    float: left;
    padding: 0 20px 0 36px;
    box-sizing: border-box;
    font-family: Microsoft Yahei;
    border: 0 none;
    outline: none;
}

.search-tit i {
    font-family: "bbs";
    color: #23789f;
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 18px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-style: normal;
}

.search-tit input[type="submit"] {
    display: block;
    float: left;
    width: 60px;
    height: 26px;
    line-height: 26px;
    border: 0 none;
    background: none;
    color: #ffffff;
    font-size: 16px;
    font-family: Microsoft Yahei;
}

.search-tj {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.search-tj a {
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    border: 1px solid #dddddd;
    padding: 0 10px;
    margin: 8px 5px;
    border-radius: 16px;
    font-size: 14px;
}

.search-con {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
}

.info-cont .summary figure span {
    /* bottom: 14px; */
}

.link-friend {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    background: #ffffff;
}

.link-friend h1.title-a {
    width: 97%;
    margin-left: 3%;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 1rem;
    font-weight: bold;
    border-left: 2px solid #2378a0;
    color: #2378a0;
    text-indent: 10px;
    margin-top: 12px;
}

.links-li {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    padding: 10px;
    box-sizing: border-box;
}

.links-li a {
    width: calc(100% / 3);
    float: left;
    display: block;
    color: #666666;
    font-size: 14px;
}

.load-wrap1 p {
    padding-top: 50px;
    text-align: center;
    color: #999999;
}


/* 新添加时间样式 */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}

.dropdown-menu li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu li>a:hover,
.dropdown-menu li>a:focus,
.dropdown-submenu:hover>a {
    text-decoration: none;
    color: #ffffff;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu .active>a,
.dropdown-menu .active>a:hover {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu .disabled>a,
.dropdown-menu .disabled>a:hover {
    color: #999999;
}

.dropdown-menu .disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: default;
}

.open {
    *z-index: 1000;
}

.open>.dropdown-menu {
    display: block;
}

.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
    border-left: 1px solid #dddddd;
}

.table-bordered caption+thead tr:first-child th,
.table-bordered caption+tbody tr:first-child th,
.table-bordered caption+tbody tr:first-child td,
.table-bordered colgroup+thead tr:first-child th,
.table-bordered colgroup+tbody tr:first-child th,
.table-bordered colgroup+tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}

.table-bordered thead:first-child tr:first-child>th:first-child,
.table-bordered tbody:first-child tr:first-child>td:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child>th:last-child,
.table-bordered tbody:first-child tr:first-child>td:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child>th:first-child,
.table-bordered tbody:last-child tr:last-child>td:first-child,
.table-bordered tfoot:last-child tr:last-child>td:first-child {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child>th:last-child,
.table-bordered tbody:last-child tr:last-child>td:last-child,
.table-bordered tfoot:last-child tr:last-child>td:last-child {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.table-bordered tfoot+tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}

.table-bordered tfoot+tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}

.table-bordered caption+thead tr:first-child th:first-child,
.table-bordered caption+tbody tr:first-child td:first-child,
.table-bordered colgroup+thead tr:first-child th:first-child,
.table-bordered colgroup+tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}

.table-bordered caption+thead tr:first-child th:last-child,
.table-bordered caption+tbody tr:first-child td:last-child,
.table-bordered colgroup+thead tr:first-child th:last-child,
.table-bordered colgroup+tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
}

.table-striped tbody>tr:nth-child(odd)>td,
.table-striped tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0;
}

.table td.span1,
.table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0;
}

.table td.span2,
.table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0;
}

.table td.span3,
.table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0;
}

.table td.span4,
.table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0;
}

.table td.span5,
.table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0;
}

.table td.span6,
.table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0;
}

.table td.span7,
.table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0;
}

.table td.span8,
.table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0;
}

.table td.span9,
.table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0;
}

.table td.span10,
.table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0;
}

.table td.span11,
.table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0;
}

.table td.span12,
.table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0;
}

.table tbody tr.success td {
    background-color: #dff0d8;
}

.table tbody tr.error td {
    background-color: #f2dede;
}

.table tbody tr.warning td {
    background-color: #fcf8e3;
}

.table tbody tr.info td {
    background-color: #d9edf7;
}

.table-hover tbody tr.success:hover td {
    background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover td {
    background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover td {
    background-color: #faf2cc;
}

.table-hover tbody tr.info:hover td {
    background-color: #c4e3f3;
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("http://apps.bdimg.com/libs/bootstrap/2.2.1/img/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat
}

.icon-arrow-left {
    background-position: -240px -96px;
}

.icon-arrow-right {
    background-position: -264px -96px
}

#contentall>p {
    padding-top: 50px;
    text-align: center;
    color: #999999;
}

.load-img .image {
    position: relative;
}

.load-img .image span.close-upimg {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    font-family: "bbs";
    color: #ff2300;
    background: #ffffff;
    border-radius: 50%;
}

.brand-intro {
    height: 110px;
    overflow: hidden;
}

.brand-more,
.brand-more-less {
    margin: 0 10px;
    display: block;
    width: calc(100% - 20px);
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #999;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
}

.brand-more-less {
    display: none;
}

.fb-botom {
    position: fixed;
    right: 10px;
    bottom: calc(20% + 60px);
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: #ff8300;
    color: #ffffff;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    font-size: 14px;
}

.fb-botom a {
    color: #ffffff;
    display: block;
}

.brands-model-after {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 10px;
}

.brands-model-after>header {
    height: 30px;
    line-height: 30px;
    color: #666;
    padding: 0 10px;
    background: #f5f5f5;
    margin-bottom: 10px;
}

.brands-list-af {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-left: 10px;
    box-sizing: border-box;
}

.brands-list-af a {
    display: block;
    width: 25%;
    float: left;
    height: auto;
    overflow: hidden;
    padding-right: 10px;
    box-sizing: border-box;
}

.brands-list-af a img {
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.brands-list-af a p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
}

.fb-bot .mes-after {
    width: 100%;
    height: auto;
    overflow: hidden;
    min-height: 96px;
    line-height: 24px;
    outline: none;
    border: 0 none;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #666666;
}

.search-tita {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #eeeeee;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.search-cx-lists {
    width: 50%;
    height: auto;
    overflow: hidden;
    float: left;
    padding: 10px 10px 0 0;
    box-sizing: border-box;
}

.search-cx-lists:nth-child(2n+0) {
    padding: 10px 0 0 10px;
}

.search-cx-lists a {
    display: block;
}

.search-cx-lists>a>.recom-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
}

.search-cx-lists>a>.search-cx-name {
    width: 100%;
    height: auto;
    line-height: 28px;
    padding-top: 5px;
    overflow: hidden;
    text-align: center;
}

.search-cx-lists>a>.search-cx-price {
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #ff8300;
    text-align: center;
    font-size: 12px;
}

.gx-time {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 100px;
    font-size: 12px;
    color: #999999;
    text-align: right;
}

.info-cont .summary figure span.sousuo {
    border-radius: 10px;
    width: 40px;
    height: 18px;
    padding: 2px 5px 2px 18px;
    line-height: 18px;
}

.info-cont .summary figure span.sousuo::before {
    position: absolute;
    left: 5px;
    top: 2px;
    content: "\e61c";
    font-size: 14px;
    font-family: "bbs";
}

.video-tencent video {
    height: 1px !important;
    /* visibility: hidden !important; */
    display: none !important;
}

.search-btn {
    position: absolute;
    top: 3px;
    left: calc(25% + 25px);
    width: calc(75% - 80px);
    height: 30px;
    padding: 0 5px;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    line-height: 30px;
    border: 1px solid #2378a0;
}


.search-btn input[type="text"] {
    width: 80%;
    height: 28px;
    line-height: 28px;
    outline: none;
    border: 0 none;
    background: none;
}

.search-btn input[type="submit"] {
    float: right;
    display: block;
    width: 30px;
    height: 28px;
    line-height: 28px;
    outline: none;
    border: 0 none;
    background: url(../images/ss-icon.png) no-repeat center center;
    background-size: 80%;
}

/*验证*/
.green-but {
    display: inline-block;
    margin-left: 7px;
    padding: 4px 8px;
    font-size: 12px;
    color: #fff;
    background-color: #34b609;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 17px;
    vertical-align: top;
}

.show-bigimg {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    left: 0;
    top: 0;
    z-index: 2000;
    display: none;
}

.show-bigimg img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    margin-top: -110px;
}

.info-cont figure {
    position: relative;
}

.info-cont figure.figure-v::before {
    content: "";
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 36px;
    height: 36px;
    background: url(../images/v-icon1.png) no-repeat center center;
    background-size: contain;
}

/* 后加的样式 */

.cx-select-plus {

    width: 100%;
    height: auto;
    overflow: hidden;
}

.cx-select-plus div {
    float: left;
    width: calc(100% / 3 - 20px / 3);
    margin-right: 10px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cx-select-plus div.selcet {
    border: 1px solid #ff8300;
    color: #ff8300;
}

.cx-select-plus div::after {
    position: absolute;
    content: "";
    right: 3px;
    top: 14px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #ddd;
}

.cx-select-plus div.selcet::after {
    border-top: 8px solid #ff8300;
}

.cx-select-plus div:nth-child(3n+0) {
    margin-right: 0;
}

.side-lie1 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 75px;
    height: 100%;
    z-index: 1010;
    display: none;
}

.side-lie1::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    content: "\e61e";
    font-size: 50px;
    font-family: "bbs";
    color: #ffffff;
}

.cs-result-plus {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
    font-size: 16px;
    color: #2378a0;
    position: relative;
}

.cs-result-plus a {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    color: #ff8300;
}

.cs-resutl-plusno {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 40px 0;
    color: #999;
    text-align: center;
    font-size: 16px;
}


.fkzx>a {
    padding-top: 100px;
    margin-top: -100px;
    display: block;
}

a[name="cxzx"] {
    padding-top: 100px;
    margin-top: -100px;
    display: block;
}

.fkzx {
    margin-bottom: 10px;
}

.fkzx .buses-form select.buses-input-1 {
    height: 2.5rem !important;
    outline: none;
    /* -webkit-appearance: none; */
    border: 1px solid #ccc;
    box-shadow: none;
}

.fkzx .buses-form input {
    box-shadow: none !important;
}

.hot-logo-pickup {
    margin-bottom: 0;
}

.pickup-cont {
    padding-top: 0;
}

.pickup-cont .model-lists {
    padding: 10px 0;
}

.pickup-cont .model-img {
    margin-bottom: 0;
}

.video-plus {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.video-ad {
    float: left;
    width: 50%;
    padding-right: 5px;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.video-ad::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    background: url(//www.pixoville.com/statics/wap/images/viede0-icon.png) no-repeat center center;
    background-size: contain;
    margin-left: -20px;
    margin-top: -10px;
    border-radius: 50%;
    z-index: 999;
}

.video-ad:nth-child(2n) {
    padding-right: 0;
    padding-left: 5px;
}

.video-ad h2 {
    position: relative;
    background: #f2f2f2;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #222;
    padding: 0 10px;
    box-sizing: border-box;
    font-weight: normal;
    padding-left: 35px;
}

.video-cover {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.video-cover p {
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    line-height: 22px;
    padding: 4px 6px;
    box-sizing: border-box;
    font-size: 14px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video-ad h2::before {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -12px;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;

}

.video-discovery h2::before {
    background: url(../images/video-icon1.jpg) no-repeat center center;
    background-size: contain;
}

.video-24hours h2::before {
    background: url(../images/video-icon2.jpg) no-repeat center center;
    background-size: contain;
}

.video-weeks h2::before {
    background: url(../images/video-icon3.jpg) no-repeat center center;
    background-size: contain;
}

.video-story h2::before {
    background: url(../images/video-icon4.jpg) no-repeat center center;
    background-size: contain;
}

.video-talk h2::before {
    background: url(../images/video-icon5.jpg) no-repeat center center;
    background-size: contain;
}

.video-baike h2::before {
    background: url(../images/video-icon6.jpg) no-repeat center center;
    background-size: contain;
}

.video-tkx h2::before {
    background: url(../images/video-icon7.jpg) no-repeat center center;
    background-size: contain;
}


/*经销商样式增加*/

.jxs-select {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.jxs-select>div {
    overflow: hidden;
    /*margin-right: -2%;*/
    margin-bottom: 10px;
}

.jxs-select form select {
    position: relative;
    display: block;
    float: left;
    background: #fff;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    margin-right: 2%;
    height: 32px;
    line-height: 32px;
}

.jxs-select form select:first-child {
    width: 30%;
}

.jxs-select form select:nth-child(2) {
    width: 40%;
}

.jxs-select form input {
    width: 26%;
    height: 32px;
    border-radius: 3px;
    background: #ff8300;
    color: #fff;
    text-align: center;
    line-height: 32px;
}

.contact-two {
    width: 100%;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 5px;
}

.contact-two>div {
    float: left;
    width: 50%;
    text-align: center;
}

.contact-two a {
    color: #2378a0;
}

.jxsjs-lists a p {
    margin-bottom: 10px;
}

.wx-ewm span {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    color: #2378a0;
    cursor: pointer;
}

.wx-ewm span::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url('//www.pixoville.com/statics/wap/images/wecha-jxst.png') no-repeat center center;
    background-size: contain;
    left: 0;
    top: 5px;


}

.tel-ewm a {
    display: inline-block;
    position: relative;
    padding-left: 25px;
}

.tel-ewm a::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url('//www.pixoville.com/statics/wap/images/tel-jxs.png') no-repeat center center;
    background-size: contain;
    left: 0;
    top: 5px;

}

.jxsjs-lists li {
    padding-bottom: 10px;
    margin-bottom: 0;
}

.ewm-img {
    display: none;
    position: fixed;
    width: 180px !important;
    height: 180px;
    left: 50%;
    top: 50%;
    margin-left: -90px;
    margin-top: -90px;
    z-index: 10000;
    background: #ffffff;
    border: 1px solid #e3e3e3;
}

.article-wrap .art-bz i.video-read {
    position: absolute;
    right: 0;
    top: 15px;
    font-style: normal;
}

.pic-read {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 5px;
    box-sizing: border-box;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 24px;
}

.brand-read {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 62px;
    color: #999;
}

/*.brand-read::before {
    font-family: "bbs";
    font-size: 14px;
    content: "\e625";
    margin-right: 2px;
    top: -1px;
}*/

.hide-menu ul li span {
    position: absolute;
    right: -4px;
    top: -5px;
}


.hide-menu ul li span img {
    width: 36px;
}

.en-btn {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: right;
    padding: 0 10px;
    box-sizing: border-box;
    display: none;
}

.en-btn a {
    color: #999999;
}

.truck-en {
    width: 100%;
    height: 30px;
    padding: 5px 10px 5px 10px;
    box-sizing: border-box;
    background: #2378a0;
    text-align: right;
    display: none;
}

.truck-en a {
    color: #ffffff;
}


ul,
li {
    list-style: none;
}

.ad-exhibition {
    padding: 0 10px;
    box-sizing: border-box;
}

.ad-exhibition>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ad-exhibition>div li {
    width: 49%;
    margin-bottom: 10px;
}

.ad-exhibition>div li img {
    height: auto !important;
}

.ad-exhibition>div li:last-child {
    display: none;
}

.tit-table {
    position: relative;
    width: 100%;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    border-top: 2px solid #e3e3e3;
    line-height: 40px;
}

.tit-table span {
    position: relative;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

.tit-table span::before {
    position: absolute;
    content: "";
    left: 0;
    top: -2px;
    width: 100%;
    height: 2px;
    background-color: #2378a0;
}







