* {
    margin: 0;
    padding: 0;
    touch-action: pan-y;
}

ul,
li {
    list-style: none
}

img {
    border: 0 none;
    max-width: 100%;
    display: block;
}

body {
    font-size: 14px !important;
    font-family: "‘MicrosoftYaHei’";
    color: #333;
}

a {
    text-decoration: none;
    color: #333;
}

@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');
}


.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;
}



.hide-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 50px;
    overflow: hidden;
    background: #ffffff;
    z-index: 1010;
    box-sizing: border-box;
    display: none;
}

.hide-menu ul li {
    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;
}

[data-dpr="1"] .hide-menu ul li a {
    font-size: 14px;
}

[data-dpr="2"] .hide-menu ul li a {
    font-size: 28px;
}

[data-dpr="3"] .hide-menu ul li a {
    font-size: 42px;
}

.hide-menu ul {
    height: auto;
    overflow: hidden;
}


.state-login {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.state-login-mem {
    margin-bottom: 0;
    padding-bottom: 0;
}

.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 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;
}



.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 .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: 0.106667rem;
}

.state-login .zhgl a {
    color: #ff8300;
}

[data-dpr="1"] .state-login .zhgl {
    font-size: 14px;
}

[data-dpr="2"] .state-login .zhgl {
    font-size: 28px;
}

[data-dpr="3"] .state-login .zhgl {
    font-size: 42px;
}

.state-login-mem a::after {
    content: "";
}


.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;
}

.content {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
}

.tit-second {
    width: 100%;
    height: 36px;
    overflow: hidden;
    line-height: 36px;
    font-size: 16px;
    color: #333333;
    position: relative;
    padding-left: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}


.tit-second::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 16px;
    background: #2378a0;
}


.tit-second a {
    float: right;
    color: #ff8300;
    font-size: 12px;
}

.sec-swipe {
    width: 100%;
    height: auto;
    overflow: hidden;
    /*  padding: 10px 10px 30px 10px;
    box-sizing: border-box;
    background: url('../images/jxs-bg.jpg') no-repeat center center;
    background-size: 100%; */
}

.sec-swipe ul li {
    position: relative;
}

.sec-swipe ul li h2 {
    position: absolute;
    width: 100%;
    height: auto;
    line-height: 24px;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    left: 10px;
    top: 45%;
}
/* 
.sec-swipe ul li img {
    float: left;
    width:140px;
    height: 70px;
}

.sec-swipe ul li .sj-des {
    float: right;
    width: calc(100% - 150px);
    height: 70px;
    overflow: hidden;
    position: relative;
}

.sec-swipe ul li .sj-des h2 {
    width: 100%;
    height: auto;
    line-height: 22px;
    overflow: hidden;
    font-weight: normal;
    font-size:16px;
    text-indent: 24px;
}

.sec-swipe ul li .sj-des h2::after{
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    background: url('../images/name.png') no-repeat center center;
    background-size: 100%;
}


.sec-swipe ul li .sj-des p {
    width: 100%;
    color: #999;
    height: 24px;
    line-height: 24px;
    font-size:14px;
}


.sec-swipe ul li .sj-des>span {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 5px;
    color: #ff8300;
    font-size:12px;
}
 */

.box_swipe-sec {
    width: 100%;
    height: auto;
    overflow: hidden;
}


.box_swipe-sec>ol {
    position: absolute;
    width: 100%;
    height: 20px;
    line-height: 14px;
    text-align: center;
    z-index: 10;
    bottom: 0;
    right: 0;
}

.box_swipe-sec>ol>li {
    display: inline-block;
    width: 6px;
    height: 2px;
    background: #fff;
    box-sizing: border-box;
    margin-right: 5px;
}

.box_swipe-sec>ol>li.on {
    background-color: #ff0;
    border: 0 none;
}

.sec-nav {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.sec-nav a {
    display: block;
    float: left;
    width: 25%;
    height: 40px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    margin-bottom: 20px;
}

.sec-nav a::before {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -40%;
    top: 0;
    content: "";
    width: 80%;
    height: 40px;
    margin-bottom: 10px;
}

.sec-nav a::after {
    display: block;
    position: absolute;
    content: "";
    right: 0;
    top: 5px;
    width: 1px;
    height: 30px;
    background: #e5e5e5;
}

.sec-nav a.class-nav:nth-child(4n):after {
    display: none
}


.sec-nav a.class-nav-1::before {
    background: url('../images/home_nav_1.png') no-repeat center center;
    background-size: cover;
}

.sec-nav a.class-nav-2::before {
    background: url('../images/home_nav_2.png') no-repeat center center;
    background-size: cover;
}


.sec-nav a.class-nav-3::before {
    background: url('../images/home_nav_3.png') no-repeat center center;
    background-size: cover;
}

.sec-nav a.class-nav-4::before {
    background: url('../images/home_nav_4.png') no-repeat center center;
    background-size: cover;
}

.brand-nav {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 20px;
}

.brand-nav a {
    position: relative;
    width: 25%;
    float: left;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.brand-nav a::after {
    position: absolute;
    content: "";
    right: 0;
    top: 10px;
    width: 1px;
    height: 20px;
    background: #e5e5e5;
}

.brand-nav a:nth-child(4n+0)::after {
    display: none;
}


.select-nav {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.select-nav-top {
    position: fixed;
    left: 0;
    top: 50px;
    z-index: 1000;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 10px;
}

.nav-cont {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: flex;

}

.icon-list-nav {
    position: relative;
    width: 50%;
    text-align: center;
}

.icon-list-nav::before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 1px;
    height: 20px;
    background: #999;
}

.icon-list-nav:nth-child(1)::before {
    display: none;
}


.icon-list-nav::after {
    position: absolute;
    content: "";
    margin-left: 10px;
    top: 50%;
    margin-top: -4px;

    width: 14px;
    height: 8px;
    background: url('../images/sj-black.png') no-repeat center center;
    background-size: auto 100%;
}

.icon-list-nav-on {
    color: #ff8300;
}

.icon-list-nav-on::after {
    background: url('../images/sj-orange.png') no-repeat center center;
    background-size: auto 100%;
}


.select-tips {
    padding: 10px;
    overflow: hidden;
    margin-top: 10px;
    padding-bottom: 10px;
}

.select-tips a {
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.select-tips a::after {
    content: "×";
    right: 10px;
    margin-left: 5px;
}


.result-clear {
    float: left;
    height: 30px;
    line-height: 30px;
    color: #ff8300;
    padding-left: 20px;
}

[data-dpr="1"] .result-clear {
    font-size: 14px;
}

[data-dpr="2"] .result-clear {
    font-size: 28px;
}


[data-dpr="3"] .result-clear {
    font-size: 42px;
}


.result {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}

.result>ul>li {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    /* padding-bottom: 15px; */
}

/* .result>ul>li:last-child {
    border-bottom: 0 none;
    padding: 0;
} */

.result>ul>li figure {
    width: 120px;
    height: 80px;
    float: left;
    position: relative;
    margin: 0;
}


.result>ul>li figure img {
    border-radius: 5px;
    width: 120px;
    height: 80px;
}

.result>ul>li figure .sx {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    width: 100%;
}

.result>ul>li figure span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 12px;
}

.result>ul>li figure span.new {
    background: #f53;
    color: #fff;
    margin-right: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.result>ul>li figure span.tj {
    background: #ff8300;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;

}


.result>ul>li .result-secr {
    float: right;
    width: calc(100% - 130px);
    height: auto;
    padding-bottom: 15px;
    overflow: hidden;
    position: relative;
}

.result>ul>li h4 {
    width: 100%;
    height: 42px;
    line-height: 20px;
    color: #333;
    overflow: hidden;
    font-weight: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-top: -0.066667rem;
    font-size: 16px;
    margin-bottom: 10px;
}

.result>ul>li .result-secr p {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
}


.result>ul>li>p {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #999;
    font-size: 12px;
}

.result>ul>li .result-secr p span {
    margin: 5px;
}

.result>ul>li .result-secr p span:nth-child(1) {
    margin-left: 0;
}

.result>ul>li span.price {
    position: absolute;
    right: 0;
    top: 52px;
    color: #ff8300;
    font-size: 14px;
    line-height: 20px;
}


.result>ul>li span.ly {
    display: block;
    width: 50px;
    height: 14px;
    line-height: 14px;
    color: #fff;
    border: 1px solid #666d7f;
    padding: 1px 4px;
    font-size: 12px;
    float: right;
    margin-left: 5px;
    text-align: center;
    background: #666d7f
}

.result>ul>li span.xj {
    display: block;
    width: 50px;
    height: 14px;
    line-height: 14px;
    color: #fff;
    border: 1px solid #999;
    padding: 1px 4px;
    font-size: 12px;
    float: right;
    margin-left: 5px;
    text-align: center;
    background: #999
}


.findcar {
    width: 100%;
    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;
}

[data-dpr="1"] .findcar a {
    font-size: 14px;
}

[data-dpr="2"] .findcar a {
    font-size: 28px;
}

[data-dpr="3"] .findcar a {
    font-size: 42px;
}


.kcart-feedback {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.kcart-feedback p {
    color: #999;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 14px;
}

.buses-u-1-5 img {
    margin-top: 10px;
}

.footer {
    text-align: center;
    line-height: 30px;
    color: #666666;
    padding-bottom: 20px;
}

.footer p {
    color: #000000;
}


.sidebarShadeshow {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    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: 75px;
    -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;
    font-size: 16px;
}


.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;
    color: #333;
    font-size: 14px;
}

.genre-sidebar .sidebar-module>ul li .selected {
    color: #1a8cc0;
}

.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;
}


.brands-model {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.brands-list {
    overflow: hidden;
}

.brands-list>header {
    height: 30px;
    line-height: 30px;
    color: #666;
    padding: 0 10px;
    background: #f5f5f5;
}

.brands-list ul {
    padding-left: 10px;
}

.brands-list li {
    padding: 5px 0;
}

.brands-list li a {
    position: relative;
    padding-left: 1.733333rem;
    color: #333;
    height: 50px;
    line-height: 50px;
    display: block;
    overflow: hidden;
}

.sidebar-container .brands-list ul {
    background: #ffffff;
}

.brands-list figure>span {
    position: absolute;
    left: 0;
    top: 0.106667rem;
    width: 1.6rem;
    height: 40px;
    display: block;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #f4f4f4;
}

.brands-list li:nth-of-type(n+2) {
    border-top: 1px solid #eee;
}

[data-dpr="1"] .brands-list ul li figure figcaption {
    font-size: 14px;
}

[data-dpr="2"] .brands-list ul li figure figcaption {
    font-size: 28px;
}

[data-dpr="3"] .brands-list ul li figure figcaption {
    font-size: 42px;
}
.right-nav {
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 100;
}

.right-nav li {
    padding: 0 10px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    text-align: center;
    font-weight: 500;
}

[data-dpr="1"] .right-nav {
    font-size: 14px;
}

[data-dpr="2"] .right-nav {
    font-size: 28px;
}

[data-dpr="3"] .right-nav {
    font-size: 42px;
}

.right-nav li a.current {
    color: #1a8cc0;
}

.img-box .swipe {
    width: 100%;
    overflow: hidden;
    visibility: visible;
    position: relative;
    height: auto;
}

.img-box .swipe ul li {
    position: relative;
}

.img-box .swipe ul li img {
    width: 100%;
}

.img-box .swipe ul li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    line-height: 30px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.img-box .count {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 24px;
    line-height: 24px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.8);
    padding: 0 10px;
    border-radius: 0.333333rem;
    font-size: 12px;
    z-index: 1002;
}

.img-box .count b {
    font-weight: normal;
}

.img-box .count b.bi {
    color: #fff;
    font-weight: 700;
}

.update {
    position: absolute;
    left: 5px;
    bottom: 10px;
    padding: 0 0.2rem;
    z-index: 1002;
}

.update span {
    display: inline-block;
    margin-right: 5px;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    border-radius: 5px;
}

.update span.ly {
    background: #666d7f;
    color: #fff;
}

.update span.date {
    background: #f53;
    color: #fff;
}

.car-title {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 28px;
    /*     margin-bottom: 10px; */
    font-size: 18px;
}


@font-face {
    font-family: word;
    src: url('../font/DINAlternate-Bold.ttf')
}

.car-price {
    width: 100%;
    height: 30px;
    line-height: 40px;
    color: #ff8300;
    font-weight: bold;
    font-family: word;
    font-size: 22px;
}

.car-price em {
    position: relative;
    font-style: normal;
    bottom: 1px;
    font-size: 20px;
}



.car-msg {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.car-msg ul.base-data {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.car-msg ul.base-data li {
    width: 100%;
    line-height: 1;
    /* margin-bottom: 20px; */
}


.car-msg ul.base-data li p.item-option {
    color: #999;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 26px;
}


.car-msg ul.base-data li p.item-status {
    color: #333;
    font-weight: 700;
    font-size: 14px;
}


.base-table {
    width: 100%;
    float: left;
    color: #999;
    background: #f4f6f8;
    font-size: 14px;
}

.base-table table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #e5e5e5;
}

.base-table tr {
    border-bottom: 1px solid #e5e5e5;
}

.base-table tr td {
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 0 10px;
}

.base-table tr td:nth-child(2n+0) {
    border-right: 0;
}

.base-table tr td span {
    color: #333;
    margin-left: 10px;
    font-size: 14px;
}

.car-condition {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 1.75;
    color: #999;
}

.car-condition h3 {
    color: #111;
    padding: 20px 0;
    font-size: 20px;
}


p.car-des {
    color: #999;
    line-height: 1.75;
    font-size: 14px;
}

p.company-tit {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 36px;
    /*  margin-bottom: 10px; */
    font-size: 18px;
}

p.company-tit a {
    color: #000;
}


.user-tips {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

.user-tips ul li {
    float: left;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
}

.user-tips ul li p {
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
}

/* .user-tips ul li p.sp-rz {
    background: #f53;
}

.user-tips ul li p.sm-rz {
    background: #ff8300;
}

.user-tips ul li p.sj-rz {
    background: #027cc3;
}

.user-tips ul li p.yy-rz {
    background: #34a263;
}
 */
/* .user-tips ul li p.user-tips-none {
    background: #999;
} */

.user-tips ul li p img {
    height: 26px;
    /*     position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    margin-left: -8px;
    width: 16px;
    height: 16px; */
}

.user-tips ul li span {
    display: block;
    float: left;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #666;
}

p.car-add {
    width: 100%;
    height: auto;
    line-height: 26px;
    overflow: hidden;
    color: #666;
    font-size: 14px;
}


p.car-lxr {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #666;
    position: relative;
    font-size: 14px;
}


a.go-company {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: right;
    color: #ff8300;
    margin-top: 10px;
    font-size: 12px;
}


.big-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.big-pic img {
    margin-bottom: 10px;
    width: 100%;
}

.see-more {
    width: 50%;
    height: 40px;
    line-height: 40px;
    margin: 20px auto 0 auto;
    color: #ff8300;
    text-align: center;
    font-size: 16px;
}


.see-more span {
    position: relative;
    padding-right: 15px;
}

.see-more span::after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    content: "";
    width: 10px;
    height: 10px;
    background: url('../images/sj-orange.png') no-repeat center center;
    background-size: contain;
}

.result-tj {
    padding-top: 0;
    padding-bottom: 0;
}

.result-tj ul li:last-child {
    margin-bottom: 0;
}

.bottom-sj {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    z-index: 99;
}

.bottom-sj ul {
    display: flex;
}

.bottom-sj ul li a {
    display: block;
    color: #fff;
}

.bottom-sj ul li a:visited {
    text-decoration: none;
    color: #fff;
}

.bottom-sj ul li.dp {
    background: #000;
    flex: 1.5;
    color: #fff;
}


.bottom-sj ul li.tel {
    background: #ff8300;
    flex: 2;
    color: #fff;
}


.bottom-sj ul li.ly {
    background: #ff0000;
    flex: 2;
    color: #fff
}



.bottom-sj ul li.dp a img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.bottom-sj ul li.ly a img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.bottom-sj ul li.tel a img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

/* .bottom-sj {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}

.bottom-sj>a {
    display: block;
    float: left;
    width: 30%;
    background: #000;
    color: #FFF;
}

.bottom-sj>a img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.bottom-sj span {
    display: block;
    float: right;
    width: 70%;
    background: #ff8300;
    color: #fff;
}

.bottom-sj span img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.bottom-sj .tel {
    float: right;
    width: 70%;
    background: #ff8300;
    color: #fff;
    display: none;
}

.bottom-sj .tel img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.bottom-sj .tel a {
    color: #fff;
} */

p.company-msg {
    width: 100%;
    height: auto;
    overflow: hidden;
    color: #999;
    line-height: 1.5;
    margin-top: 10px;
    font-size: 14px;
}


.car-company {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.car-company img {
    float: left;
    width: 60px;
    height: 60px;
}

.car-company-msg {
    float: right;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.car-company-msg span {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #999;
}


.car-company-msg .car-add {
    width: 100%;
    height: auto;
    line-height: 26px;
    overflow: hidden;
    color: #999;
}

.footer-bot {
    padding-bottom: 50px;

}


.sec-swipe-dp {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.sec-swipe-dp img {
    width: 100%;
}

.box_swipe-sec1>ol {
    position: absolute;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    z-index: 10;
    bottom: 0;
    right: 0;
    font-size: 0;
}

.box_swipe-sec1>ol>li {
    display: inline-block;
    width: 20px;
    height: 3px;
    background: #999;
    box-sizing: border-box;
    margin-right: 10px;
}

.box_swipe-sec1>ol>li.on {
    background-color: #ff6501;
    border: 0 none;
}

p.car-lxr a {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    color: #ff8300;
    height: 30px;
    line-height: 30px;
    background: url('../images/tel-icon2.png') no-repeat center left;
    background-size: 20%;
    text-indent: 20px;
    font-size: 14px;
}

.zdc-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.zdc-cont ul {
    overflow: hidden;
    margin-right: -20px;
}

.zdc-cont ul li {
    position: relative;
    float: left;
    width: 50%;
    height: auto;
    overflow: hidden;
    padding-right: 20px;
    box-sizing: border-box;
}

.zdc-cont ul li p {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 20px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}


.zdc-cont ul li span {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #ff8300;
    display: block;
    font-size: 14px;
}


.mem-tit {
    position: relative;
    color: #111;
    font-weight: 700;
    padding: 20px 0;
    font-size: 20px;
}


.mem-tit a {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    padding: 0 10px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    background: #f53;
    color: #fff !important;
    text-align: center;
    font-size: 14px;
}



.com-tit {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
}

[data-dpr="1"] .com-tit {
    font-size: 14px;
}

[data-dpr="2"] .com-tit {
    font-size: 28px;
}

[data-dpr="3"] .com-tit {
    font-size: 42px;
}

.com-tit a {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 30px;
    line-height: 30px;
    color: #ff8300;
}

.com-tit img {
    position: relative;
    top: -2px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.sidebar-container header.cx {
    text-align: center;
}

.sidebar-container header.cx a {
    position: absolute;
    left: 10px;
    top: 0;
    font-family: "bbs";
    width: 20%;
    text-align: left;
    color: #999999;
}

[data-dpr="1"] .sidebar-container header.cx a {
    font-size: 20px;
}

[data-dpr="2"] .sidebar-container header.cx a {
    font-size: 40px;
}

[data-dpr="3"] .sidebar-container header.cx a {
    font-size: 60px;
}


.cx-sidebar .sidebar-module>ul {
    padding-left: 15px;
    background: #fff;
}

.cx-sidebar .sidebar-module>ul li {
    position: relative;
    height: 44px;
    line-height: 44px;
}

.cx-sidebar .sidebar-module>ul li:nth-of-type(n+2) {
    border-top: 1px solid #eee;
}

.cx-sidebar .sidebar-module>ul li a {
    display: block;
    font-size: 14px;
    color: #333;
}


.cx-sidebar .sidebar-module>ul li .selected {
    color: #1a8cc0;
}

.publish-sec {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px 0;
}

.publish-sec a {
    display: block;
    float: left;
    width: calc(100% / 3);
    text-align: center;
}

.publish-sec a img {
    width: 60px;
    margin: 0 auto;
}

.publish-sec a span {
    width: 100%;
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}

.other-gn {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.other-gn div {
    overflow: hidden;
    margin-right: -10px;
}

.other-gn a {
    position: relative;
    float: left;
    display: block;
    width: calc(100% / 3 - 10px);
    margin-right: 10px;
    height: 40px;
    line-height: 40px;
    background: #f4f4f4;
    text-align: center;
    font-size: 14px;
}



.quit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f2f2f2;
    color: #f53;
    text-align: center;
    margin-bottom: 25px;
}

.quit a.back {
    display: block;
    color: #f53;
    font-size: 14px;
}

.publish-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    margin-bottom: 25px;
    padding-top: 20px;
    box-sizing: border-box;
}

.publish-cont::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    background: #f2f2f2;
}

.publish-cont>div {
    height: auto;
    clear: both;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    position: relative;
    text-align: left;
    overflow: hidden;
}

.publish-cont>div::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #f2f2f2;
}

.publish-cont>div#pic::after {
    display: none;
}

.publish-cont>div#pic img {
    position: relative;
}

.publish-cont>div#pic img::after {
    position: absolute;
    right: 5px;
    top: 5px;
    content: "×";
    width: 10px;
    height: 10px;
    font-size: 12px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 10px;
}




.publish-cont>div>label {
    display: inline-block;
    float: left;
    margin-right: 5px;
    color: #000;
    height: 30px;
    line-height: 30px;
}

.publish-cont>div a {
    float: left;
    position: relative;
    display: block;
    width: 100px;
    height: 30px;
    margin-right: 10px;
}

.publish-cont>div a input {
    position: absolute;
    opacity: 0;
    width: 100px;
    height: 30px;
    z-index: 99;

}

.publish-cont>div a p {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 1px dashed #ccc;
    text-align: center;
    vertical-align: middle;
    z-index: 90;
    color: #999;
    box-sizing: border-box;
}

.publish-cont>div>label>span {
    color: #999;
    line-height: 30px;
    font-size: 12px;
}

.publish-cont>div>label>span i {
    color: #f53;
    font-style: normal;

}

.cx-msg-table {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cx-msg-table>ul {
    overflow: hidden;
    margin-right: -10px;
}

.cx-msg-table>ul>li {
    width: calc(50% - 10px);
    float: left;
    height: auto;
    margin-bottom: 10px;
    margin-right: 10px;
}

.cx-msg-table>ul>li p {
    color: #666;
    line-height: 30px;
    text-align: left;
}

.cx-msg-table>ul>li p span {
    color: #f53;
}



.date-select {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
    background: #f2f2f2;
    text-align: left;
    color: #666;
}

.form_datetime {
    width: 100%;
    height: 40px;
    outline: none;
    border: 0 none;
    background: none;
    padding: 0 10px;
    box-sizing: border-box;
}

.date-select::after {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: url('../images/sj-black.png') no-repeat center center;
    background-size: contain;
}

.date-select-time::after {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    margin-top: -7px;
    width: 15px;
    height: 15px;
    background: url('../images/dateIco.png') no-repeat center center;
    background-size: contain;
}


.date-select select {
    width: 100%;
    height: 40px;
    outline: none;
    border: 0 none;
    background: none;
    padding: 0 10px;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}


.date-select select option {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-indent: 10px;
    font-size: 14px;
}

.date-select select option:hover {
    background: #f53;
    color: #fff;
}


input {
    outline: none;
    border: 0 none;
}

.date-select .input_in input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background: none;
    padding: 0 10px;
    box-sizing: border-box;
}

.date-select .city,
.date-select .brand,
.date-select .lb,
.date-select .qdxs,
.date-select .rlzl,
.date-select .bsx,
.date-select .dw,
.date-select .fdj {
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 99;
}

.date-select .city ul,
.date-select .brand ul,
.date-select .lb ul,
.date-select .qdxs ul,
.date-select .rlzl ul,
.date-select .bsx ul,
.date-select .dw ul,
.date-select .fdj ul {
    width: 100%;
    border-top: none;
    background: #f2f2f2;
}
.date-select .city ul li,
.date-select .brand ul li,
.date-select .lb ul li,
.date-select .qdxs ul li,
.date-select .rlzl ul li,
.date-select .bsx ul li,
.date-select .dw ul li,
.date-select .fdj ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    padding: 0 10px;
    box-sizing: border-box;
    border-top: 1px solid #e3e3e3;
}

.hide {
    display: none;
}

.lc-xs {
    position: relative;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
}

.lc-xs input {
    width: 60%;
    display: inline-block;
    height: 38px;
    float: left;
    background: none;
    height: 38px;
    padding: 0 10px;
    box-sizing: border-box;
}


.lc-xs span {
    width: 40%;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    float: left;
    color: #333;
    text-align: right;
    padding: 0 10px;
    box-sizing: border-box;
}


.cx-msg-table>ul>li.cx-bj {
    position: relative;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #e3e3e3;
}

.cx-msg-table>ul>li.cx-bj input {
    display: block;
    float: left;
    width: 80%;
    height: 38px;
    line-height: 38px;
    background: none;
    box-sizing: border-box;
    padding: 0 10px;
}

.cx-msg-table>ul>li.cx-bj span {
    width: 20%;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    float: left;
    color: #333;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
}

.cx-msg-table div.textarea {
    width: 100%;
    height: auto;
    min-height: 80px;
    border: 1px solid #e3e3e3;
    padding: 10px;
    box-sizing: border-box;
    outline: 0;
    line-height: 20px;
    overflow: hidden;
}


.cx-bj-table ul {
    margin-right: 0;
}

.cx-msg-table ul li div.name {
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
}

.cx-msg-table ul li .name input {
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
    border: 0 none;
    background: none;
}

.cx-msg-table>ul>li.add {
    width: calc(100% - 10px);
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 0;
}

.cx-msg-table ul li.add div {
    width: calc(100% - 10px);
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
}

.cx-msg-table ul li.add div input {
    width: 100%;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
    outline: none;
    border: 0 none;
    background: none;

}

.publish-cont>div.btn {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 0;
    font-size: 16px;
    overflow: hidden;

}

.publish-cont>div.btn::after {
    display: none;
}



.btn input {
    width: 30%;
    height: 36px;
    line-height: 36px;
    float: left;
    margin: 0 10%;
    outline: none;
    border: 0 none;
}

.btn input.btn-s {
    width: 50%;
    margin: 0 25%;
}

.btn input[type="submit"] {
    background: #f53;
    color: #fff;
    margin: 0 auto;
    display: block;
    float: none;
}

.btn input[type="button"] {
    background: #999;
    color: #fff;
}


.cx-bj-table {
    overflow: hidden;
}


.dateinput {
    width: 100%;
    height: 40px;
    background: #f2f2f2;
    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;
}

.statu-tit {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}
.statu-tit p {
    width: 60px;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    float: left;
    text-indent: 10px;
}

.zt-ul {
    float: left;
    width: calc(100% - 60px);
    height: auto;
    overflow: hidden;
}

.statu-tit ul {
    overflow: hidden;
    margin-right: -10px;
}

.statu-tit ul li {
    width: calc(100% / 3 - 10px);
    height: 30px;
    line-height: 30px;
    background: #f2f2f2;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
    border-radius: 3px;
    text-align: center;
}

.statu-tit ul li a {
    display: block;
    border-radius: 3px;
}


.statu-tit ul li a.on {
    background-color: rgba(255, 102, 0, 0.176470588235294);
    color: #ff8300;
}

.result .time {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    position: relative;
    margin-bottom: 10px;
}

.cx-xiugai {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cx-xiugai .xg-tit {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 10px;
}

.cx-xiugai .xg-tit a {
    width: 50%;
    display: block;
    float: left;
    text-align: center;
}

.cx-xiugai .xg-tit a.xg {
    background-color: rgba(255, 102, 0, 0.176470588235294);
    color: #ff8300;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.cx-xiugai .xg-tit a.sx {
    background: #f2f2f2;
    color: #000;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.xg-form {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    position: relative;
    top: 0;
    padding: 10px 10px 0 10px;
    display: none;
    border-top: 0 none;
}

.xg-form div {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 5px;
    line-height: 30px;
}

.xg-form>form>div>label {
    display: block;
    float: left;
    width: 120px;
}

.xg-form div p {
    float: left;
    width: calc(100% - 120px);
    border: 1px solid #e3e3e3;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
}

.xg-form div p input {
    width: 70%;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    box-sizing: border-box;
}


.xg-form div p span {
    width: 30%;
    padding: 0 10px;
    box-sizing: border-box;
}

.xg-form div .radio {
    float: left;
    width: calc(100% - 120px);
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
}

.xg-form div .radio div {
    float: left;
    width: 30%;
}

.radio>ul.select li {
    float: left;
    width: 40px;
    height: 24px;
    line-height: 24px;
    background: #e3e3e3;
    /* background-color: rgba(255, 102, 0, 0.176470588235294); */
    color: #000;
    margin-right: 20px;
    margin-top: 3px;
    text-align: center;
    border-radius: 5px;
}

.radio>ul.select li.on {
    background: #ff8300;
    color: #fff;
}

.sjyf {
    position: fixed;
    width: 80%;
    height: auto;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    left: 10%;
    top: 50%;
    margin-top: -100px;
    z-index: 1010;
    border: 1px solid #e3e3e3;
    line-height: 40px;
    display: none;
}

.sjyf p {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

.sjyf input {
    width: 30%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    float: left;
    margin: 0 10%;
    font-weight: 700;
}

.sjyf input[type="button"] {
    background: #f2f2f2;
    color: #000;
}

.sjyf input[type="submit"] {
    background: #ff8300;
    color: #fff;
}

.hide-shadow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1009;
    display: none;
}



.publish-side .sidebar-module>ul {
    padding-left: 15px;
    background: #fff;
}

.publish-side .sidebar-module>ul li {
    position: relative;
    height: 44px;
    line-height: 44px;
}

.publish-side .sidebar-module>ul li:nth-of-type(n+2) {
    border-top: 1px solid #eee;
}

.publish-side .sidebar-module>ul li a {
    display: block;
    color: #333;
    font-size: 14px;
}

.publish-side .sidebar-module>ul li .selected {
    color: #1a8cc0;
}






.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: 75px;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    z-index: 999;
    background: #ffffff;
    display: none;
}

.produce-second header {
    position: relative;
    width: calc(100% - 75px);
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f4f4f4;
}

.produce-second ul li {
    width: calc(100% - 75px);
    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;
}


.cx-second {
    position: absolute;
    left: 75px;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    z-index: 999;
    background: #ffffff;
    display: none;
}

.cx-second header {
    position: relative;
    width: calc(100% - 75px);
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f4f4f4;
}

.cx-second ul li {
    width: calc(100% - 75px);
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #f4f4f4;
    background: #ffffff;
}

.cx-second ul li a {
    display: block;
}

.cx-second header a {
    position: absolute;
    left: 10px;
    top: 0;
    font-family: "bbs";
    width: 20%;
    font-size: 24px;
    text-align: left;
    color: #999999;
}

.ysc {
    display: none;
    position: fixed;
    left: 25%;
    top: 50%;
    width: 50%;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
    z-index: 1205;
    text-align: center;
    color: #fff;
}


.buses-form-stacked input:not([type]),
.buses-form-stacked input[type=password],
.buses-form-stacked input[type=email],
.buses-form-stacked input[type=url],
.buses-form-stacked input[type=date],
.buses-form-stacked input[type=month],
.buses-form-stacked input[type=time],
.buses-form-stacked input[type=datetime],
.buses-form-stacked input[type=datetime-local],
.buses-form-stacked input[type=week],
.buses-form-stacked input[type=tel],
.buses-form-stacked input[type=color],
.buses-form-stacked input[type=file],
.buses-form-stacked input[type=number],
.buses-form-stacked input[type=search],
.buses-form-stacked input[type=text],
.buses-form-stacked label,
.buses-form-stacked select,
.buses-form-stacked textarea {
    display: block;
    /* margin: .25em 0; */
    height: auto !important;
    /* height: 2.5rem; */
    margin-bottom: 0.375rem;
}


.side-btn {
    position: fixed;
    right: 10px;
    bottom: 100px;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    background: #ff8300;
    color: #fff;
    text-align: center;
}

.side-btn a {
    display: block;
    color: #fff !important;
}

.xg-form div {
    text-align: center;
}

.xg-form a {
    position: relative;
    color: #ff8300;
    display: block;
    text-align: center;

}

.xg-form a:visited,
.xg-form a:active,
.xg-form a:hover {
    color: #ff8300;
}

.xg-form a div::before {
    position: absolute;
    left: 50%;
    top: 5px;
    margin-left: -70px;
    width: 20px;
    height: 20px;
    content: "";
    background: url('../images/tel.png') no-repeat center left;
    background-size: 100%;
}

.textarea:empty:before {
    color: #666;
}

.buses-u-1-5 img {
    float: right !important;
    margin-top: 10px !important;
}
.item {
    width: 100%;
    /*     float: left;
    margin-bottom: 10px;
    margin-left: 10px; */
}
#pic {
    margin-bottom: 0;
    padding-bottom: 0;
}

#pic ul {
    overflow: hidden;
    margin-right: -10px;
    margin-bottom: 0;
}

#pic ul li {
    position: relative;
    width: calc(100% / 3 - 10px);
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

#pic ul li span {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    background: #ff8300;
    color: #fff;
}

.col-md-9 {
    padding-left: 0 !important;
}

.publish-cont>div.container {
    margin-bottom: 0;
}

.publish-cont>div.container::after {
    display: none;
}

/* .video-con {
    position: relative;
}

.video-con span {
    display: none;
    position: absolute;
    right: 5px;
    top: 43px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 16px;
    background: #ff8300;
    color: #fff;
    font-size: 16px;
} */

.select-video {
    line-height: 40px;
    margin-left:10px;
    color: #f53;
}

.video-con video {
    width: 100%;
    height: 200px;
    background: #000;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important;
}
.cancle {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #999;
    border-color: #999;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.video-icon{
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 20px;
    height: 20px;
    background: url("../images/viede0-icon.png") no-repeat center center;
    background-size: 100% 100%;
    border-radius: 50%;
}

.piclist li .btn-video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.piclist li .btn-video img{
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    width: 50px!important;
    height: 50px;
}


.video-show{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1100;
    display: none;
    padding-top: 70px;
    box-sizing: border-box;
}

.video-show span{
    position: absolute;
    left: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #333;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
}

.video-show video{
    position: absolute;
    width: 100%;
    height: 100%;
}

#video video{
    width: 100%;
    min-height: 200px;
    z-index: 1000;
    position: relative;
}

#firsttime{
    width: calc(100% - 120px);
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
}

#firsttime .dateinput{
    height: 30px;
}







