﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
}
a {
    text-decoration: none;
    color: #333333;
    cursor: pointer;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    min-height: 936px;
    font-size: 12px;
    font-family: 'Arial','Times New Roman','Microsoft YaHei','SimHei';
}

.topBox {
    width: 100%;
    height: 56px;
    display: block;
    overflow: hidden;
    font-size: 0;
    box-shadow: 0 2px 4px #e8e8e8;
}

.topLeftBox {
    float: left;
    clear: none;
}

    .topLeftBox a {
        line-height: 56px;
        padding: 0 20px;
        color: #838383;
        font-size: 14px;
        letter-spacing: 5px;
        border-left: 1px solid #d3d2d3;
    }

        .topLeftBox a img {
            height: 52px;
            vertical-align: top;
        }

        .topLeftBox a:hover {
            color: #838383 !important;
        }

.topRightBox {
    float: right;
    clear: none;
}

    .topRightBox a {
        float: right;
        clear: none;
        padding: 0 8px;
        font-size: 14px;
        color: #fff;
        background: #0056ac;
    }

        .topRightBox a.an-noticeBox {
            background: none;
        }

        .topRightBox a.an-noticeBox {
            /*padding: 0 24px;*/
            font-size: 12px;
            background: none;
            color: #939393;
            display: block;
            float: right;
            clear: none;
            border-right: 1px solid #e8e8e8;
            padding: 5px 20px;
            margin: 15px 0px;
        }

    .topRightBox span.ba-ordinaryVIP {
        height: 56px;
        /* padding: 0 20px; */
        /*margin: 12px 16px 0;*/
        /* background: url(../images/icon_ordinary.png) no-repeat left center; */
        font-size: 12px;
        line-height: 56px;
        color: #e74c3c;
        float: right;
        clear: none;
    }

    .topRightBox span.ba-seniorVIP, .topRightBox span.ba-midVIP {
        height: 56px;
        /* padding: 0 20px; */
        margin: 0 16px;
        /* background: url(../images/icon_senior.png) no-repeat left center; */
        font-size: 12px;
        line-height: 56px;
        color: #f39c12;
        float: right;
        clear: none;
    }

    .topRightBox a.userName {
        background: none;
    }

    .topRightBox a.userName {
        float: right;
        clear: none;
        /*margin: 12px 0;*/
        margin-right: 12px;
        height: 56px;
        padding: 0;
        font-size: 14px;
        line-height: 56px;
        background: none;
        color: #939393;
    }

.an-userFloat {
    width: 108px;
    height: 130px;
    position: absolute;
    right: 360px;
    /*right: 250px;*/
    top: 40px;
    z-index: 10;
}

    .an-userFloat > span {
        width: 40px;
        height: 5px;
        background: url(../images/jiao.png) no-repeat center center;
        position: absolute;
        top: 0;
        left: 30px;
        z-index: 3;
    }

    .an-userFloat ul {
        width: 108px;
        max-height: 280px;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0 12px;
        background: #fff;
        border: 1px solid #e8e8e8;
        position: absolute;
        top: 4px;
        left: 0;
        z-index: 2;
    }

.topRightBox .an-userFloat li {
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #e8e8e8;
    float: left;
    clear: left;
}

    .topRightBox .an-userFloat li a {
        width: 100%;
        height: 42px;
        padding: 0;
        margin: 0;
        background: none;
        font-size: 13px;
        line-height: 42px;
        text-align: center;
        color: #666;
        float: left;
    }

    .topRightBox .an-userFloat li.an-borderNone {
        border: none;
    }

.an-noticeMain {
    width: 232px;
    height: 130px;
    position: absolute;
    right: 140px;
    top: 45px;
    z-index: 9;
}

    .an-noticeMain > span {
        width: 40px;
        height: 5px;
        background: url(../images/jiao.png) no-repeat center center;
        position: absolute;
        top: 0;
        left: 194px;
        z-index: 3;
    }

    .an-noticeMain ul {
        width: 232px;
        max-height: 280px;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0 12px;
        background: #fff;
        border: 1px solid #e8e8e8;
        position: absolute;
        top: 4px;
        left: 0;
        z-index: 2;
    }

.topRightBox .an-noticeMain li {
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #e8e8e8;
    float: left;
    clear: left;
}

    .topRightBox .an-noticeMain li.an-borderNone {
        border: none;
    }

    .topRightBox .an-noticeMain li p {
        width: auto;
        min-width: 34px;
        height: 20px;
        background: #e74c3c;
        border-radius: 10px;
        padding: 0 4px;
        margin: 11px 0 0;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        float: right;
        clear: none;
        cursor: pointer;
    }

    .topRightBox .an-noticeMain li span {
        width: 16px;
        height: 16px;
        margin: 13px 8px 0 0;
        float: left;
        clear: none;
        display: inline-block;
    }

        .topRightBox .an-noticeMain li span.an-carIcon {
            background: url(../images/icon_notice.png) no-repeat center 0;
        }

        .topRightBox .an-noticeMain li span.an-noticeIcon {
            background: url(../images/icon_notice.png) no-repeat center -43px;
        }

    .topRightBox .an-noticeMain li a {
        padding: 0;
        margin: 0;
        background: none;
        font-size: 12px;
        height: 42px;
        line-height: 42px;
        text-align: left;
        color: #1c81e3;
        float: left;
    }

        .topRightBox .an-noticeMain li a:hover {
            color: #d53533;
        }

.action_loginOut, .action_login {
    height: 24px;
    line-height: 24px;
    margin: 12px 0;
    padding: 4px 15px !important;
    border-radius: 5px;
}

.topRightBox a.an-noticeBox b {
    font-weight: normal;
    color: #d53533;
}


/* 登录样式 */
.supbox {
    width: 350px;
    /*height: 320px;*/
    height: auto;
    padding: 20px 40px 40px;
    background: #fff;
    border-radius: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -153px;
    margin-top: -146px;
    z-index: 9;
    /*background-image: url("../images/loginBg.png");*/
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 -60px;
}

    .supbox p {
        height: 30px;
        line-height: 30px;
        text-align: center;
        font: 16px "Microsoft YaHei";
        color: #0056ac;
        margin-bottom: 10px;
    }

    .supbox .supprom p.az-forgetPassword {
        width: auto;
        float: left;
        clear: none;
        font-size: 12px;
        color: #999;
        text-align: left;
    }

    .supbox .isbutton {
        font-size: 18px;
    }

.loginTab {
    width: 100%;
    margin-top: 20px;
}

.interBox {
    width: 480px;
    height: 306px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -260px;
    margin-top: -153px;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
}

    .interBox .text {
        text-align: center;
        margin-top: 40px;
        color: #333333;
        font-size: 15px;
    }

    .interBox .yaoqingma {
        width: 340px;
        height: 48px;
        line-height: 48px;
        padding: 0 10px;
        border: 1px solid #d8d8d8;
        margin-left: 59px;
        margin-top: 20px;
        font-size: 14px;
        color: #cccccc;
    }

    .interBox .yqSureBtn {
        float: left;
        width: 136px;
        height: 40px;
        line-height: 40px;
        background: #0056ac;
        color: #fff;
        text-align: center;
        cursor: pointer;
        margin-left: 98px;
        margin-top: 35px;
        font-size: 18px;
    }

    .interBox .yqCancelBtn {
        float: right;
        width: 134px;
        height: 38px;
        border: 1px solid #0056ac;
        color: #0056ac;
        line-height: 38px;
        text-align: center;
        cursor: pointer;
        margin-top: 35px;
        margin-right: 98px;
        font-size: 18px;
        letter-spacing: 7px;
    }

    .interBox .redClose {
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
    }

.isclosebtnres {
    position: absolute;
    top: -17px;
    right: -17px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    background: url("../images/close.png") no-repeat;
    background-size: 100%
}


.numImg {
    position: absolute;
    width: 80px;
    right: 8px;
    top: 7px;
    cursor: pointer;
}

.istest {
    width: 274px;
    height: 46px;
    border: 1px solid #d8d8d8;
    padding: 0 16px;
    color: #cccccc;
    background: #fff;
    line-height: 46px;
}

.sendNum {
    position: absolute;
    right: 8px;
    top: 10px;
    background: #0056ac;
    color: #fff;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    padding: 0 10px;
}

.isnum {
    width: 160px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #d8d8d8;
    padding: 0 16px;
    border-top: none;
    padding-right: 130px;
    color: #cccccc;
    background: #fff;
}

.sendGrey {
    background: #cccccc;
}

.removeboder {
    border-bottom: none;
}

.supprom {
    font: 12px "wryh";
    overflow: hidden;
    margin: 12px 0;
    color: #8d8a8a;
}

    .supprom a {
        float: right;
        color: #6c96c6;
        font: 12px "wryh";
    }

    .supprom input {
        float: left;
        width: 14px;
        height: 14px;
        margin-right: 3px;
        margin-top: 1px;
    }


.isbutton {
    cursor: pointer;
    width: 100%;
    height: 48px;
    background: #0056ac;
    text-align: center;
    line-height: 48px;
    color: #fff;
    outline: none;
    border: none;
}

.gotozc {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 12px 0;
    color: #6c96c6;
    font-size: 12px;
}

.issupalertbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: Alpha(opacity=60);
    z-index: 5;
}

.loginmask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: Alpha(opacity=60);
    z-index: 5;
}

.iterBocInfoShow {
    margin-top: 60px;
    text-align: center;
    font-size: larger
}

.loginLi {
    position: relative;
    width: 348px;
    border: 1px solid #d8d8d8;
    height: 46px;
    line-height: 46px;
}

.logLiError {
    border: 1px solid #e4000c;
}

.logIcon {
    width: 50px;
    height: 46px;
    background: url("../images/log.png") no-repeat;
    background-position: 13px 10px;
    border-right: 1px solid #d8d8d8;
    float: left;
}

.logIconError {
    background: url("../images/log1.png") no-repeat;
    border-right: 1px solid #e4000c;
    background-position: 13px 10px;
}

.codeIcon {
    background-image: url(../images/inputicon.png);
    background-repeat: no-repeat;
    background-position: center -144px;
    float: left;
    border-right: 1px solid #d8d8d8;
    width: 50px;
    height: 46px;
}

.phoneIcon {
    background-image: url(../images/inputicon.png);
    background-repeat: no-repeat;
    background-position: center -96px;
    float: left;
    border-right: 1px solid #d8d8d8;
    width: 50px;
    height: 46px;
}

.smsIcon {
    background-image: url(../images/inputicon.png);
    background-repeat: no-repeat;
    background-position: center -192px;
    float: left;
    border-right: 1px solid #d8d8d8;
    width: 50px;
    height: 46px;
}

.imgIcon {
    background-image: url(../images/inputicon.png);
    background-repeat: no-repeat;
    background-position: center -240px;
    float: left;
    border-right: 1px solid #d8d8d8;
    width: 50px;
    height: 46px;
}

.safeImg {
    font-size: 14px;
    float: right;
    text-align: center;
    height: 28px;
    line-height: 28px;
    margin-top: 9px;
    margin-right: 9px;
    cursor: pointer;
}

.isTelNum {
    width: 196px;
    height: 46px;
    line-height: 46px;
    border: none;
    padding: 0 0 0 16px;
    background: #fff;
    float: left;
}

.clearIcon {
    float: right;
    width: 12px;
    height: 12px;
    margin-top: 17px;
    margin-right: 13px;
    background: url("../images/inclear.png") no-repeat;
    cursor: pointer;
    display: none;
}

.clearTelIcon {
    position: absolute;
    right: 98px;
    cursor: pointer;
    display: none;
}

.loginTipAea {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #f44768;
    visibility: hidden;
}

.loginTipImg {
    background: url("../images/tip.png") no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.passIcon {
    width: 50px;
    height: 46px;
    background: url("../images/pas.png") no-repeat;
    background-position: 15px 10px;
    border-right: 1px solid #d8d8d8;
    float: left;
}

.passIconError {
    background: url("../images/pas1.png") no-repeat;
    background-position: 15px 10px;
    border-right: 1px solid #e4000c;
}

.forgetPass {
    float: right;
    color: #006ad7;
    cursor: pointer;
    margin-right: 10px
}

.rgisterText {
    text-align: center;
    font-size: 12px;
    color: #006ad7;
    cursor: pointer;
    float: right
}

.loginTab {
    overflow: hidden;
    text-align: center;
    user-select: none;
}

    .loginTab .loginTabLi {
        /*float: left;
        width: 152px;
        text-align: center;*/
        height: 40px;
        line-height: 40px;
    }

    .loginTab .loginTitle {
        display: inline-block;
        height: 24px;
        line-height: 24px;
        color: #666666;
        font-size: 18px;
        font-weight: 700;
        margin: auto;
        /*width: 80px;*/
        /*margin-top: 12px;*/
        cursor: pointer;
        margin: 0 30px;
    }

    .loginTab .activeTab {
        color: #0056ac;
        /*border-bottom: 2px solid #0056ac;*/
    }


        .loginTab .activeTab i {
            width: 35px;
            height: 2px;
            display: block;
            background: #0056ac;
            border-radius: 5px;
            margin: 0 auto;
        }

.loginByPass {
    padding-top: 10px;
}

.loginByMes {
    display: none;
    padding-top: 10px;
}

.loginFree {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    user-select: none;
}

    .loginFree .loginRadio input {
        vertical-align: middle;
    }

    .loginFree a {
        float: right;
        clear: both;
        color: #3c7fe5;
    }


.sendBtnGrey {
    font-size: 14px;
    width: 90px;
    padding: 0 10px;
    float: right;
    text-align: center;
    height: 28px;
    line-height: 28px;
    margin-top: 9px;
    background: #0056ac;
    color: #fff;
    margin-right: 9px;
    cursor: pointer;
    border:0;
}

.sendBtnActive {
    background: #d8d8d8;
}

.logTelNum {
    width: 108px;
    height: 44px;
    line-height: 46px;
    border: none;
    padding-left: 16px;
    background: #fff;
    float: left;
}

.logComplayName {
    width: 205px;
    height: 46px;
    line-height: 46px;
    border: none;
    padding-left: 16px;
    background: #fff;
    float: left;
}

.loginByRegister {
    display: none;
}

.bd-remindText {
    padding-top: 12px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #999;
}

.ljh_Aa_hint {
    width: auto;
    font-size: 12px;
    background: url(../images/hint.png) no-repeat center center;
    background-size: 100%;
    /* border: 1px solid #f6b200; */
    /* background: #fffee9; */
    color: #f6b200;
    display: inline-block;
    padding: 0 6px;
    /* float: left; */
    position: absolute;
    top: 15px;
    right: 60px;
    line-height: 30px;
    cursor: pointer;
}

.loginFree {
    overflow: hidden;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    user-select: none;
}

    .loginFree .loginRadio input {
        vertical-align: middle;
    }

    .loginFree a {
        float: right;
        clear: both;
        color: #3c7fe5;
    }




/* 官方公告 */
.officialReleaseBox {
    width: 100%;
    background: #ebebeb;
}
.go-inputBoxBackground {
    width: 100%;
    height: 177px;
    margin-top: -127px;
    background: #fafafa;
    position: relative;
    z-index: 1;
    float: left;
    clear: left;
}

.go-officialReleaseBox {
    width:1000px;
    margin: 0 auto;
    background: #ebebeb;
}

    .go-officialReleaseBox > dl {
        width: 1000px;
        height: 55px;
        padding: 12px 0;
        border: 1px solid #E5E5E5;
        box-sizing: border-box;
    }

        .go-officialReleaseBox > dl > dt {
            width: 110px;
            height: 30px;
            background: url(../images/pic_officialRelease.png) no-repeat center center;
            border-right: 1px solid #e5e5e5;
            float: left;
            clear: none;
        }


        .go-officialReleaseBox > dl > dd {
            width: 886px;
            height: 30px;
            float: left;
            clear: none;
        }

            .go-officialReleaseBox > dl > dd > a {
                width: 266px;
                height: 30px;
                padding-left: 22px;
                background: url(../images/pic_pointRed.png) no-repeat 14px center;
                font-size: 14px;
                font-weight: 700;
                line-height: 30px;
                text-align: left;
                color: #5b5b5b;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                box-sizing: border-box;
                float: left;
                clear: none;
            }

                .go-officialReleaseBox > dl > dd > a:hover {
                    color: #000;
                }

                .go-officialReleaseBox > dl > dd > a.go-seeMoreButton {
                    width: auto;
                    height: 30px;
                    margin-right: 18px;
                    padding-left: 0;
                    background: none;
                    font-size: 14px;
                    line-height: 30px;
                    text-align: left;
                    color: #377DE8;
                    float: right;
                    clear: none;
                }

                    .go-officialReleaseBox > dl > dd > a.go-seeMoreButton:hover {
                        color: #e74c3c;
                    }


/* 功能板块开始 */
.tabCenter {
    width: 100%;
    height: 90px;
    background: #f7f7f7;
    padding: 30px 0 15px 0;
}

.center {
    position: relative;
    width: 1000px !important;
    margin: 0 auto !important;
    z-index: 3;
    float: none !important;
}

.seachArea {
    width: auto !important;
    margin: 0 !important;
    padding: 4px 0 0;
}
    .center a {
        position: absolute;
        /*bottom: 0px;*/
        right: -75px;
        height: 48px;
        color: #0056ac;
        line-height: 48px;
    }

        .center a:hover {
            color: #1679dc;
        }
.search_tabBar {
    width: auto !important;
    margin: 0 !important;
}

.searchKey {
    width: auto !important;
    margin: 0 !important;
}

.searchKey_byAuto, .searchKey_byVin, .searchKey_byOe, .searchKey_byPartsNo, .searchKey_byFmsi, .searchKey_byEngine {
    display: none;
    position: relative;
    /*overflow: hidden;*/
    z-index: 9;
}

.search_tabBar {
    height: 40px;
    line-height: 40px;
    font-size: 0;
}

.searchTab {
    width: 97px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #515151;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    top: 8px;
    z-index: 5;
    margin-left: -15px;
    font-weight: 700;
    background: url(../images/addServiceIndex/pic_tabDefault.png) no-repeat center !important;
    text-align: center !important;
    padding: 0 !important;
    padding-right: 20px !important;
}

    .searchTab:nth-child(1) {
        z-index: 5;
        margin-left: 0;
        border-top-left-radius: 5px;
    }
    .searchTab:nth-child(3) {
        z-index: 4;
    }
    .searchTab:nth-child(4) {
        z-index: 3;
    }
    .searchTab:nth-child(4) {
        z-index: 2;
    }
    .searchTab:nth-child(5) {
        z-index: 1;
    }

    .searchTab:last-child {
        z-index:0;
        border-top-right-radius: 5px;
    }

.searchActiveTab {
    /*background: #fff;*/
    cursor: pointer;
    color: #af1018 !important;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    background: url(../images/addServiceIndex/icon_tabSelect.png) no-repeat center !important;
    z-index: 10 !important;
    padding-top: 1px !important;
    font-weight: 900;
}

.homeSearch {
    width: 850px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #d8d8d8;
    padding: 0 10px;
    font-size: 14px;
    display: inline-block;
    cursor: text;
    outline: none;
    float: left;
    background: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
}

.searchKey_byVin .homeSearch {
    width: 462px;
    padding: 0 0 0 50px;
}

#autoSearchBlock {
    line-height: 46px;
}


.homeSeachBtn {
    float: right;
    height: 48px;
    line-height: 48px;
    width: 126px;
    text-align: center;
    color: #fff;
    background: #0056ac;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
}

.brandList {
    float: left;
    width: 158px;
    height: 243px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #d8d8d8;
    position: relative;
}

.brandTitle {
    padding: 0 10px;
    border: 1px solid #d8d8d8;
    border-bottom: none;
    color: #acacac;
    width: 138px;
    height: 30px;
    line-height: 30px;
    position: relative;
}

.icon {
    display: inline;
    position: absolute;
    top: 8px;
    width: 13px;
}

.brandInput {
    width: 115px;
    border: none;
    outline: none;
    font-size: 12px;
    padding: 0;
    color: #666666;
    padding-left: 5px;
    height: 30px;
    background: #fff;
    position: absolute;
    right: 10px;
    line-height: 30px;
}

.scrollUl {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.brandLi {
    padding: 0 12px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.secondLi {
    padding: 8px 0 8px 12px;
    display: inline-block;
    width: 100%;
    margin: 0 -12px;
    font-weight: 600;
}

.brandLi1 {
    padding: 8px 12px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    height: 14px;
}

.brandLi2 {
    padding: 8px 0 8px 12px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.brandCurrentLi {
    background: #e5f6ff;
    color: #0056ac;
}

.brandLiName {
    display: inline-block;
    width: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inputStyle {
    height: 32px;
    line-height: 32px;
    margin-top: 7px;
    display: inline-block;
    padding: 0 10px;
    margin-right: 10px;
    background: #e5f6ff;
    border-radius: 5px;
    color: #0056ac;
    font-size: 12px;
}

/* vin码历史记录 */
.antion-record {
    display: none;
    position: absolute;
    top: 45px;
    height: auto;
    width: 100%;
    max-height: 500px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 1px #e9e9e9;
}

    .antion-record ul li {
        line-height: 35px;
        padding: 0 10px;
        border-bottom: 1px solid #e8e8e8;
        color: #262626;
        background: #fff;
        font-size: 14px;
        cursor: pointer;
    }

        .antion-record ul li .antion-PartItemId {
            text-align: left;
        }

        .antion-record ul li .antion-details {
            text-align: right;
            float: right;
            clear: both;
        }

    .antion-record .antion-footer li {
        background: #f6f6f6;
    }

.icon_upload {
    width: 48px;
    height: 48px;
    display: inline-block;
    background: url(../images/icon_upload.png) no-repeat center;
    line-height: 48px;
    vertical-align: middle;
    background-size: 26px;
    vertical-align: middle;
}

.vinUpload {
    position: absolute;
    cursor: pointer;
    left: 0;
    display: none;
}

    .vinUpload span {
        vertical-align: sub;
        user-select: none;
        line-height: 35px;
        font-size: 12px;
        color: #8c8c8c;
    }

    .vinUpload input {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

.leftInput .icon_upload {
    width: 38px;
    height: 38px;
    display: inline-block;
    background: url(../images/icon_upload.png) no-repeat center;
    line-height: 38px;
    vertical-align: middle;
    background-size: 30px;
    vertical-align: middle;
}

.searchKey_byVin #vinData {
    width: 80%;
    padding-left: 45px;
}

.searchKey_byVin input[type="file"] {
    cursor: pointer;
}


/* 消息提示 */
.toastclose {
    top: 51%;
    z-index: 20;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    border-radius: 6px;
    opacity: 0.6;
    filter: alpha(opacity = 60);
    position: absolute;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
    right: 0;
    top: 0;
}

.istoagesbox {
    /*width: 320px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    border-radius: 6px;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: fixed;
    left: 50%;
    margin-left: -160px;*/
    top: 50%;
    /*margin-top: -27px;*/
    /*z-index: 10;*/
    width: 320px;
    height: 64px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    border-radius: 6px;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: fixed;
    left: 50%;
    margin-left: -160px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px !important;
}


/* 其他样式 */
.as-carChoiceBox {
    top: 90px !important;
}

/* 选项卡 */
.cardBox {
    width: 1000px;
    margin: 15px auto;
}

/* 产品分类 */
.productLineBox {
    width: 1000px !important;
    margin: 25px auto !important;
    float:none !important;
}

    .productLineBox .showList {
        text-align: center;
    }

    .productLineBox a {
        width: 64px;
        height: 68px;
        display: inline-block;
    }

        .productLineBox a span {
            width: 48px;
            height: 48px;
            margin: 0 8px;
            background: #f2f2f2;
            border-radius: 6px;
            display: block;
        }

            .productLineBox a span img {
                width: 36px;
                height: 36px;
                margin: 6px;
            }

        .productLineBox a p {
            width: 64px;
            height: 20px;
            font-size: 12px;
            text-align: center;
            line-height: 20px;
            color: #666;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .productLineBox a:hover p {
            width: 64px;
            height: 20px;
            font-size: 12px;
            text-align: center;
            line-height: 20px;
            color: #333;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }


/* 隐藏产品分类下的滚动条 */
::-webkit-scrollbar {
    width: 0px;
    height: 1px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
} 


/* 底部免责 */
.footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #333333;
}

.bi-statementLink {
    width: 1000px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 42px;
    cursor: pointer;
    margin: 0 auto;
}

.bi-statementPop {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.48);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
}

.bi-statementBox {
    width: 680px;
    height: 520px;
    margin: -260px 0 0 -340px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 30;
}


.bi-statementTop {
    width: 100%;
    height: 48px;
    background: #f2f4fa;
    float: left;
    clear: left;
}

    .bi-statementTop p {
        width: auto;
        height: 48px;
        margin-left: 20px;
        font-size: 24px;
        line-height: 48px;
        text-align: left;
        color: #333;
        float: left;
        clear: none;
    }

    .bi-statementTop a {
        width: auto;
        height: 48px;
        font-size: 32px;
        line-height: 44px;
        text-align: left;
        margin-right: 20px;
        color: #d53533;
        float: right;
        clear: none;
    }

        .bi-statementTop a:hover {
            color: #e74c3c;
        }

.bi-statementMain {
    width: 100%;
    height: auto;
    max-height: 432px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px;
    margin: 20px 0;
    padding-right: 0;
    float: left;
    clear: left;
    box-sizing: border-box;
}

    .bi-statementMain p {
        width: 640px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 24px;
        text-indent: 28px;
        color: #666;
        float: left;
        clear: left;
        word-wrap: break-word;
    }

.bi-statementButtom {
    max-height: 366px;
}

.bi-statementFool {
    width: 100%;
    height: 66px;
    background: #f8f9ff;
    border-top: 1px solid #e1e1e1;
    text-align: center;
    position: absolute;
    float: left;
    clear: left;
    bottom: 0;
}

    .bi-statementFool input {
        width: 96px;
        height: 42px;
        margin-top: 11px;
        background: #d53533;
        border: 0;
        border-radius: 0;
        font-size: 18px;
        line-height: 42px;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }

        .bi-statementFool input:hover {
            background: #E74C3C;
        }

/* 微商城 */
.topRightBox a.gm-microMallLink {
    background: url(../../micromall/images/arrow_rightLink.png) no-repeat right center;
    padding-right: 12px;
    height: 56px;
    line-height: 56px;
    margin-right: 30px;
}

    .topRightBox a.gm-microMallLink > b {
        font-weight: normal;
        color: #939393;
        padding-left: 22px;
    }

/* 侧边栏 */
.fixedRight {
    position:fixed;
    right: 0;
    bottom: 30%;
    width:50px;
    height:100px;
    z-index:999;
}
.fixedRight-wx {
    background: url(../images/addServiceIndex/icon_weChat.png) no-repeat center;
    width: 50px;
    height: 50px;
    cursor:pointer;
    position:relative;
}
    .fixedRight-wx:hover {
        background: #fff url(../images/addServiceIndex/icon_weChat.png) no-repeat center;
    }
    .fixedRight-wx span {
        position: absolute;
        display: none;
        border: 1px solid #e4e4e4;
        right: 50px;
    }

    .fixedRight-wx span img {
        width: 148px;
        height: 148px;
    }

    .fixedRight-wx:hover span {
        display: block;
    }
.fixedRight-phone {
    background: url(../images/addServiceIndex/icon_tel.png) no-repeat center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: relative;
}
    .fixedRight-phone:hover {
        background: #fff url(../images/addServiceIndex/icon_tel.png) no-repeat center;
    }
    .fixedRight-phone span {
        position: absolute;
        min-width: 148px;
        height: 48px;
        line-height: 50px;
        text-align: center;
        display: none;
        right: 50px;
        font-size: 14px;
        color: #666;
        background: #fff;
        letter-spacing: 3px;
        border-bottom-left-radius: 25px;
        border-top-left-radius: 25px;
        border: 1px solid #e4e4e4;
    }

    .fixedRight-phone:hover span {
        display: block;
        /*box-shadow: 0px 1px 3px #e4e4e4;*/
    }

/* 头部选择 */
.CenterActive a {
    color: #d53532 !important;
    font-weight: 700;
}
.CenterActive i {
    height: 15px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    color: #af1018 !important;
    font-weight: 700;
    background: url(../images/addServiceIndex/pic_currentNav.png) no-repeat center;
}

/*处理车型选择*/
.autoselect {
    top: 129px;
    z-index: 1;
}

    .autoselect .list1,
    .autoselect .list2,
    .autoselect .list3,
    .autoselect .list4 {
        float: left;
        background: #fff;
    }

    .autoselect .brandList {
        float: left;
        width: 212px;
        height: 243px;
        overflow-y: scroll;
        overflow-x: hidden;
        border: 1px solid #d8d8d8;
        border-top: 0;
        border-left: 0;
        position: relative;
    }

    .autoselect .list1 .brandList {
        border-left: 1px solid #d8d8d8;
    }

    .autoselect .scrollUl {
        margin: 0;
        padding: 0;
    }

    .autoselect .list1 li:hover {
        background: #e5f6ff;
        color: #0056ac;
    }

    .autoselect .brandLi {
        padding: 0 12px;
        color: #666666;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        cursor: pointer;
    }

    .autoselect .brandLi1 {
        padding: 8px 12px;
        color: #666666;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        cursor: pointer;
        line-height: 14px;
    }

    .autoselect .list1 li.arrowLi {
        background: url(../images/arrow_gary.png) no-repeat 196px center;
    }

        .autoselect .list1 li.arrowLi:hover {
            background: #e5f6ff url(../images/arrow_red.png) no-repeat 196px center;
        }

    .autoselect .list1 li.selectedLi1 {
        background: #e5f6ff url(../images/arrow_red.png) no-repeat 196px center;
        color: #0056ac;
    }

    .autoselect .scrollUl li.selectedLi2 {
        background: #e5f6ff;
        color: #0056ac;
    }

    .autoselect .secondLi {
        padding: 8px 12px;
        display: inline-block;
        width: 100%;
        margin: 0 -12px 1px;
        font-weight: normal;
        color: #666;
    }

    .autoselect .brandLi2 {
        width: 100%;
        padding: 8px 12px;
        margin-left: -12px;
        color: #666666;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        cursor: pointer;
    }

    .autoselect .brandLi li.brandLi2:hover, .autoselect .scrollUl li.brandLi1:hover {
        background: #e5f6ff;
        color: #0056ac;
    }

        .autoselect .brandLi li.brandLi2:hover span.carIcon1,
        .autoselect .list2 ul.scrollUl li.selectedLi2 span.carIcon1 {
            background: #e5f6ff url("../images/car2.png") no-repeat;
        }

    .autoselect .carStyleDown {
        background: #f6f6f6 url("../images/carDown.png") no-repeat 180px center;
    }

    .autoselect .carStyleUp {
        background: #f6f6f6 url("../images/carUp.png") no-repeat 180px center;
    }

    .autoselect .brand2 .carIcon1 {
        background: url("../images/car1.png") no-repeat;
        display: inline-block;
        width: 16px;
        height: 14px;
        float: right;
        clear: none;
    }

    .autoselect .brand2 .carIcon2 {
        background: url("../images/car2.png") no-repeat;
        display: inline-block;
        width: 16px;
        height: 14px;
        float: right;
        clear: none;
    }

    .autoselect .commodityName p.garyTab {
        width: 0.64rem;
        height: 0.32rem;
        background: #ccc;
        font-size: 0.267rem;
        line-height: 0.32rem;
        color: #fff;
        text-align: center;
        float: left;
        clear: none;
        border-radius: 0.1rem;
        margin: 0.48rem 0.213rem 0 0;
    }

    .autoselect .secondBrand {
        margin: 0px;
        padding: 0px;
    }



/*新版车型选择*/

.autoinputclear {
    width: 26px;
    height: 26px;
    margin: 9px 0;
    background: url(../images/delete_input.png) no-repeat left center;
    float: left;
    clear: none;
    cursor: pointer;
    margin-left: -35px;
}

.autovinicon {
    width: 26px;
    height: 26px;
    margin: 9px 0;
    background: url(../images/phone_01.png) no-repeat left center;
    float: left;
    clear: none;
    cursor: pointer;
    margin-left: -35px;
}

    .autovinicon:hover {
        background: url(../images/phone_02.png) no-repeat left center;
    }

.scanningicon {
    width: 36px;
    height: 36px;
    margin: 5px 0;
    background: url(../images/icon-scanning-gray.gif) no-repeat left center;
    background-size: 24px;
    float: left;
    clear: none;
    cursor: pointer;
    margin-left: -46px;
}

    .scanningicon:hover {
        background: url(../images/icon-scanning-gray.gif) no-repeat left center;
        background-size: 24px;
    }



.searchKey_byAuto .homeSeachBtnGary {
    background-color: #666;
}

.bd-fitautorow b.bd-consumptionText1 {
    font-size: 12px;
    color: #ff8000;
    font-weight: normal;
}

.bd-fitautorow b.bd-consumptionText2 {
    margin-left: 6px;
    font-size: 12px;
    color: #ff8000;
    font-weight: normal;
}

[v-cloak] {
    display: none !important;
}

.footerContent {
    margin-bottom: 20px;
}

.footerCentertext {
    color: #666666;
    font-size: 14px;
    padding-bottom: 24px;
}

    .footerCentertext .lineThough {
        display: inline-block;
        width: 392px;
        height: 1px;
        background: #e8e8e8;
        vertical-align: middle;
    }

    .footerCentertext .footerCenterName {
        width: 145px;
        display: inline-block;
    }

.footerBrandImgArea {
    text-align: center;
    width: 1110px;
    margin: auto;
    overflow: hidden;
    text-align: center;
}

.footerBandImg {
    width: 170px;
    height: 84px;
    border: 1px solid #e8e8e8;
    margin-right: 12px;
    margin-bottom: 20px;
    display: inline-block;
}

    .footerBandImg .BrandImg {
        width: 140px;
        border: none;
        background: #fff;
        height: 45px;
        margin-top: 8px;
    }

    .footerBandImg .brandName {
        height: 28px;
        line-height: 28px;
        border-top: 1px solid #e8e8e8;
        width: 140px;
        margin: 0 auto;
        color: #8c8c8c;
    }

    .footerBandImg:last-child {
        margin-right: 0;
    }

.footLink {
    margin: 0 20px;
}


.listFooter {
    background: #f3f3f3;
    padding: 14px;
    color: #333333;
    margin-top: 20px;
}

.listFooterLink {
    padding: 0 10px;
    cursor: pointer;
}
.bi-statementLink a {
    color: #1c81e3;
}

    .bi-statementLink a:hover {
        color: #e74c3c;
    }


.cardHot {
    width: 16px;
    height: 19px;
    background: url("../images/addServiceIndex/icon_hot.png") no-repeat center;
    background-size: auto 100%;
    display: inline-block;
    vertical-align: middle;
}

.cardHotGo {
    width: 50px;
    height: 28px;
    background: url("../images/addServiceIndex/button.gif") no-repeat center;
    background-size: auto 100%;
    display: inline-block;
    vertical-align: middle;
}