﻿
/*弹出层z-index级别处理开始 */
/*
    1.首页概况 
        消息弹出层 z-index 3
        新增产品线 z-index 31
    2.商品 
        消息弹出层 z-index 3
        商品详情弹出层 z-index 30
        适配车型  z-index 13
    3.订单
        消息弹出层 z-index 3
        适用车型 z-index 31
    4.订单详情
        适用车型 z-index 31
    5.客户管理
        消息弹出层 z-index 12
        新增客户 z-index 31
*/


/*弹出层z-index级别处理结束 */
.main-container > .main-container-inner {
    background: #fff;
}

.main-content .page-content {
    background: #fff;
}

/* 编辑主营业务弹层的样式 */
.aa-majorBusinessPop {
    width: 560px;
    height: 400px;
    margin: -200px 0 0 -280px;
}

    .aa-majorBusinessPop .aa-popFool {
        padding-left: 164px;
    }

.aa-majorBusinessInput {
    width: 520px;
    margin: 20px;
    float: left;
    clear: left;
}

    .aa-majorBusinessInput span {
        width: 100%;
        height: 20px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        color: #666;
        float: left;
        clear: left;
    }

    .aa-majorBusinessInput textarea {
        width: 100%;
        height: 217px;
        resize: none;
        border: 1px solid #dce6ef;
        box-sizing: border-box;
        padding: 6px;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        color: #333;
        float: left;
        clear: left;
    }

/* 新增产品线提交完成部分样式 */
#stepthree .aa-finishBox {
    width: 100%;
    margin-top: 96px;
    padding-top: 78px;
    background: url(../images/icon_success.png) no-repeat center top;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #1abc9c;
    float: left;
    clear: left;
}

.aa-popFool a.aa-seeButton {
    width: 192px;
    margin-left: 244px;
    background: #d53533;
    color: #fff;
}
/* 这一段样式删掉 开始 */
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 1200px;
    height: 100%;
    background: #fff;
    min-height: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    border-radius: 0;
}

body {
    font-size: 12px;
    color: #333333;
}

a {
    text-decoration: none;
    color: #333333;
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
    }

.both {
    clear: both;
}

.wholeBg {
    width: 100%;
    height: auto;
    min-width: 1153px;
    min-height: 100%;
    background: #fff;
    font-size: 12px;
    padding: 16px;
    float: left;
    clear: left;
}

.whiteBg {
    width: 100%;
    height: auto;
    min-width: 1128px;
    min-height: 100%;
    background: #fff;
    float: left;
    clear: left;
    position: relative;
}
/* 这一段样式删掉 结束 */

/* 页面子标题通用样式 */
.aa-pageBox {
    width: 100%;
    float: left;
    clear: left;
}

.aa-pageTitle {
    width: 100%;
    height: 59px;
    border-bottom: 1px dotted #dcdedf;
    font-size: 18px;
    line-height: 58px;
    text-align: left;
    color: #333;
    display: none;
    float: left;
    clear: left;
}

    .aa-pageTitle span.aa-pageExplain {
        font-size: 12px;
        margin-left: 12px;
        color: #d53533;
    }

        .aa-pageTitle span.aa-pageExplain a {
            margin: 0 6px;
            color: #2c83e6;
        }

            .aa-pageTitle span.aa-pageExplain a:hover {
                color: #e74c3c;
            }

/* 页面查询筛选通用样式 */
.aa-queryBox {
    width: 100%;
    margin-top: 14px;
    float: left;
    clear: left;
}

/* 页面弹层公用样式 */
.maskBox {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.48);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 30;
}

.aa-popBox {
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 31;
}

.aa-popTitle {
    width: 100%;
    height: 48px;
    background: #f2f4fa;
    float: left;
    clear: left;
}

    .aa-popTitle p {
        width: auto;
        height: 48px;
        margin-left: 20px;
        font-size: 20px;
        line-height: 48px;
        text-align: left;
        color: #333;
        float: left;
        clear: none;
    }

    .aa-popTitle a {
        width: auto;
        height: 48px;
        margin-right: 20px;
        font-size: 36px;
        line-height: 40px;
        text-align: left;
        color: #d53533;
        float: right;
        clear: none;
    }

        .aa-popTitle a:hover {
            color: #e74c3c;
        }

.aa-popFool {
    width: 100%;
    height: 66px;
    padding-top: 12px;
    background: #f8f9ff;
    border-top: 1px solid #e1e1e1;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

    .aa-popFool a {
        width: 96px;
        height: 42px;
        margin: 0 10px;
        font-size: 18px;
        line-height: 42px;
        text-align: center;
        display: inline-block;
        float: left;
        clear: none;
    }

        .aa-popFool a.aa-leftButton {
            background: #fff;
            border: 1px solid #d53533;
            color: #d53533;
        }

            .aa-popFool a.aa-leftButton:hover {
                background: #e74c3c;
                color: #fff;
            }

        .aa-popFool a.aa-rightButton:hover {
            background: #e74c3c;
            color: #fff;
        }

        .aa-popFool a.aa-rightButton {
            background: #d53533;
            color: #fff;
        }

.aa-PopButton {
    width: 100%;
    height: 42px;
    margin: 48px 164px 0;
    float: left;
    clear: left;
}

    .aa-PopButton a {
        width: 96px;
        height: 42px;
        margin: 0 10px;
        font-size: 18px;
        line-height: 42px;
        text-align: center;
        display: block;
        float: left;
        clear: none;
    }

        .aa-PopButton a.aa-leftButton {
            background: #fff;
            border: 1px solid #d53533;
            color: #d53533;
        }

            .aa-PopButton a.aa-leftButton:hover {
                background: #e74c3c;
                color: #fff;
            }

        .aa-PopButton a.aa-rightButton {
            background: #d53533;
            color: #fff;
        }

            .aa-PopButton a.aa-rightButton:hover {
                background: #e74c3c;
                color: #fff;
            }

/* 输入框水印公用样式 */
input::-webkit-input-placeholder {
    color: #bcbcbc;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #bcbcbc;
}

input:-ms-input-placeholder { /* IE 10+ */
    color: #bcbcbc;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #bcbcbc;
}

input::-webkit-input-placeholder {
    color: #bcbcbc;
}

/* 删除图片交互公用样式 */




/* 首页概况页面样式 */
/* 首页公司logo和名称的样式 */
.aa-companyBox {
    width: 100%;
    height: 179px;
    border-bottom: 1px solid #dcdedf;
    float: left;
    clear: left;
    position: relative;
}

.aa-companyMain {
    width: 100%;
    height: 179px;
    min-height: 64px;
    padding: 92px 168px 0 76px;
    background: url(../images/index_topPic.png) no-repeat center left;
    float: left;
    clear: left;
    z-index: 0;
}

    .aa-companyMain span {
        width: 64px;
        height: 64px;
        margin-left: -64px;
        background: #fff;
        border: 1px solid #dcdedf;
        border-radius: 64px;
        text-align: center;
        vertical-align: middle;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        box-shadow: 0 0 8px #999;
        float: left;
        clear: left;
    }

        .aa-companyMain span img {
            width: auto;
            height: auto;
            max-width: 126px;
            max-height: 126px;
        }

    .aa-companyMain p {
        width: auto;
        height: 50px;
        margin: -10px 0 0 12px;
        font-size: 20px;
        line-height: 50px;
        text-align: center;
        text-shadow: 0 0 5px #000;
        color: #fff;
        float: left;
        clear: none;
    }

    .aa-companyMain .aa-majorBusinessBox {
        width: auto;
        padding: 0 54px;
        margin-top: -32px;
        float: left;
        clear: left;
    }

        .aa-companyMain .aa-majorBusinessBox span {
            width: 42px;
            height: 24px;
            margin-left: -42px;
            box-shadow: 0 0 0 #000;
            background: none;
            border: none;
            border-radius: 0;
            justify-content: flex-start;
            align-items: stretch;
            display: inline-block;
            font-size: 14px;
            line-height: 24px;
            text-align: left;
            color: #fff;
            text-shadow: 0 0 2px #000;
            float: left;
            clear: none;
        }

        .aa-companyMain .aa-majorBusinessBox p {
            width: auto;
            max-width: 100%;
            height: auto;
            max-height: 48px;
            font-size: 14px;
            line-height: 24px;
            text-align: left;
            color: #fff;
            text-shadow: 0 0 2px #000;
            margin: 0;
            padding: 0;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            cursor: default;
            float: left;
            clear: none;
        }

        .aa-companyMain .aa-majorBusinessBox a {
            width: 24px;
            height: 24px;
            background: #fff url(../images/icon_editRed.png) no-repeat center center;
            background-size: 12px;
            border-radius: 12px;
            margin-right: -36px;
            cursor: pointer;
            float: right;
            clear: none;
        }

            .aa-companyMain .aa-majorBusinessBox a:hover {
                background: #e74c3c url(../images/icon_editWhite.png) no-repeat center center;
                background-size: 12px;
            }
/* 首页公司右侧二维码 */
.aa-companyQRCode {
    width: 120px;
    height: 163px;
    margin: 8px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
}

    .aa-companyQRCode span {
        width: 108px;
        height: 108px;
        margin: 6px 6px 0;
        text-align: center;
        vertical-align: middle;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        float: left;
        clear: left;
    }

        .aa-companyQRCode span img {
            width: auto;
            height: auto;
            /*max-width: 108px;
            max-height: 108px;*/
        }

    .aa-companyQRCode p {
        width: 100%;
        height: 24px;
        font-size: 12px;
        line-height: 32px;
        text-align: center;
        color: #333;
        float: left;
        clear: left;
    }

    .aa-companyQRCode a {
        width: 100%;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #2c83e6;
        float: left;
        clear: left;
    }

        .aa-companyQRCode a:hover {
            color: #e74c3c;
        }

/* 首页产品线样式 */
.aa-productLineBox {
    width: 100%;
    float: left;
    clear: left;
}

    /*.aa-productLineBox span.aa-productLineTitle {
    width: 100%;
    height: 59px;
    border-bottom: 1px dotted #dcdedf;
    font-size: 18px;
    line-height: 58px;
    text-align: left;
    color: #333;
    float: left;
    clear: left;
}*/
    .aa-productLineBox div.aa-productLineTitle {
        width: 100%;
        height: 59px;
        border-bottom: 1px dotted #dcdedf;
        font-size: 18px;
        line-height: 58px;
        text-align: left;
        color: #333;
        position: relative;
        float: left;
        clear: left;
    }

.aa-productLineTitle p {
    width: auto;
    height: 58px;
    font-size: 18px;
    line-height: 58px;
    text-align: left;
    color: #333;
    float: left;
    clear: none;
}

.aa-productLineTitle a {
    display: inline-block;
    float: left;
    clear: none;
}

    .aa-productLineTitle a.aa-promptIcon {
        width: 16px;
        height: 58px;
        margin-left: 12px;
        background: url(../images/icon_prompt_blue.png) no-repeat center center;
        position: relative;
    }

        .aa-productLineTitle a.aa-promptIcon:hover {
            background: url(../images/icon_prompt_red.png) no-repeat center center;
        }

    .aa-productLineTitle a.aa-promptLike {
        width: auto;
        height: 30px;
        margin-top: 14px;
        font-size: 12px;
        line-height: 30px;
        text-align: center;
        color: #2c83e6;
    }

        .aa-productLineTitle a.aa-promptLike:hover {
            color: #e74c3c;
        }

.aa-productLineTitle input {
    width: 88px;
    height: 30px;
    margin: 14px 12px 0;
    background: #d53533;
    border: none;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    float: left;
    clear: none;
}

    .aa-productLineTitle input:hover {
        background: #e74c3c;
    }

.aa-productLineMain {
    width: 100%;
    height: auto;
    padding-top: 20px;
    position: relative;
    float: left;
    clear: left;
}

    .aa-productLineMain ul {
        width: 100%;
        height: auto;
        margin-left: -20px;
        overflow: hidden;
        float: left;
        clear: left;
    }

    .aa-productLineMain li {
        width: 226px;
        height: 184px;
        margin-bottom: 20px;
        margin-left: 20px;
        border: 1px solid #dcdedf;
        padding: 0 13px;
        position: relative;
        float: left;
        clear: none;
    }

        .aa-productLineMain li span {
            width: 200px;
            height: 97px;
            margin: 10px 0;
            text-align: center;
            vertical-align: middle;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
            float: left;
            clear: left;
        }

    .aa-productLineMain span img {
        width: auto;
        height: auto;
        max-width: 200px;
        max-height: 97px;
    }

    .aa-productLineMain li span.aa-productLineName {
        height: 28px;
        margin-top: -10px;
        font-size: 16px;
        line-height: 28px;
        text-align: center;
        color: #181818;
    }

    .aa-productLineMain p {
        width: 200px;
        height: 37px;
        border-top: 1px solid #dcdedf;
        font-size: 14px;
        line-height: 36px;
        text-align: center;
        color: #666;
        float: left;
        clear: left;
    }

/* 翻页样式 */
.aa-flipBox {
    width: auto;
    height: auto;
    padding: 11px 0;
    margin-right: 20px;
    float: right;
    clear: none;
}

.aa-flipMain {
    width: auto;
    height: 32px;
    float: right;
    clear: none;
}

    .aa-flipMain span {
        height: 32px;
        font-size: 12px;
        line-height: 32px;
        text-align: center;
        color: #999;
        margin-right: 12px;
        float: left;
        clear: none;
        display: inline-block;
    }

    .aa-flipMain a {
        height: 32px;
        min-width: 32px;
        padding: 0 8px;
        margin-right: 12px;
        background: #fff;
        border: 1px solid #ececec;
        border-radius: 3px;
        font-size: 12px;
        line-height: 30px;
        text-align: center;
        color: #999;
        cursor: pointer;
        float: left;
        clear: none;
    }

        .aa-flipMain a:hover {
            border: 1px solid #e74c3c;
            color: #e74c3c;
        }

        .aa-flipMain a.aa-selected {
            font-size: 14px;
            background: #e74c3c;
            border: 0;
            color: #fff;
        }

        .aa-flipMain a.aa-GOButton {
            color: #666;
            margin: 0;
        }

            .aa-flipMain a.aa-GOButton:hover {
                border: 1px solid #999;
                color: #333;
            }

    .aa-flipMain input {
        width: 48px;
        height: 32px;
        padding: 0 4px;
        margin-right: 14px;
        margin-left: -10px;
        border: 1px solid #ececec;
        border-radius: 3px;
        font-size: 12px;
        line-height: 30px;
        text-align: center;
        color: #333;
        float: left;
        clear: none;
    }


/* 语音留言样式 */
.aa-voiceInfo {
    width: 80px;
    height: 24px;
    padding-left: 20px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
    color: #fff;
    display: inline-block;
}

.stop {
    background: #d53533 url(../images/icon_voice.png) no-repeat 6px center;
}

.start {
    background: #d53533 url(../images/luyin.gif) no-repeat 6px center;
}
/* 这一段样式和忘记密码的通用 开始 */
.aa-forgotPage {
    width: 100%;
    height: auto;
    min-height: 100%;
    background: #ebeef5;
    float: left;
    clear: left;
    position: relative;
}

.aa-forgotHead {
    width: 100%;
    height: 96px;
    background: #2e323d;
}

.aa-forgotHeadMain {
    width: auto;
    max-width: 1240px;
    margin: 0 auto;
}

    .aa-forgotHeadMain span.aa-forgotLogo {
        width: 258px;
        height: 96px;
        margin-left: 20px;
        background: url(../images/logo_forgot.png) no-repeat center center;
        display: block;
        float: left;
        clear: none;
    }

    .aa-forgotHeadMain input {
        width: 96px;
        height: 40px;
        margin: 28px 20px 28px 0;
        border: 1px solid #383e50;
        background-color: #242834;
        font-size: 16px;
        line-height: 38px;
        text-align: center;
        color: #fff;
        float: right;
        clear: none;
    }

        .aa-forgotHeadMain input:hover {
            line-height: 40px;
            border: none;
            background-color: #e74c3c;
        }

.aa-forgotMainBox {
    width: 100%;
    padding: 0;
    position: relative;
    float: left;
    clear: left;
}

.aa-forgotMain {
    width: auto;
    max-width: 1200px;
    min-height: 700px;
    background: #fff;
    padding-bottom: 64px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: auto;
}

.aa-forgotTitle {
    width: 100%;
    height: 107px;
    font-size: 30px;
    line-height: 106px;
    text-align: center;
    color: #2e323d;
    border-bottom: 1px solid #ebeef5;
    display: block;
    float: left;
    clear: left;
}

.aa-loginFool {
    width: 100%;
    height: 48px;
    background: #f5f6fa;
    border-top: 1px solid #dde0eb;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    color: #2e323d;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
}

    .aa-loginFool a {
        width: auto;
        padding-left: 24px;
        border-left: 1px solid #d8d8d8;
        margin-left: 24px;
        color: #666;
    }

        .aa-loginFool a:hover {
            color: #2c83e6;
        }
/* 这一段样式和忘记密码的通用 结束 */

/* 新增产品线弹层样式 */
.aa-productLineNew {
    width: 680px;
    height: 520px;
    margin: -260px 0 0 -340px;
}

    .aa-productLineNew .aa-popFool a.aa-leftButton {
        margin-left: 234px;
    }

    .aa-productLineNew .aa-popFool a.aa-returnLink {
        font-size: 12px;
        line-height: 42px;
        text-align: left;
        color: #2c83e6;
        position: absolute;
        left: 0;
        top: 12px;
        z-index: 4;
    }

        .aa-productLineNew .aa-popFool a.aa-returnLink:hover {
            color: #e74c3c;
        }


/* 新增产品线具体部分样式 */
/* 新增产品线步骤部分样式 */
.aa-newProductLineMain {
    width: 100%;
    padding-left: 20px;
    float: left;
    clear: left;
}

.aa-stepNewProductLine {
    width: 640px;
    height: 51px;
    border-bottom: 1px dotted #dcdedf;
    float: left;
    clear: left;
}

    .aa-stepNewProductLine li {
        width: 33.3%;
        height: 50px;
        font-size: 14px;
        line-height: 50px;
        text-align: center;
        color: #999;
        float: left;
        clear: none;
    }

        .aa-stepNewProductLine li.aa-selected {
            color: #333;
        }
/* 新增产品线品类导航部分样式 */
.aa-navNewProductLine {
    width: 640px;
    height: 36px;
    background: #f7f8fb;
    position: relative;
    float: left;
    clear: left;
}

    .aa-navNewProductLine span {
        width: 14px;
        height: 36px;
        position: absolute;
        top: 0;
        z-index: 4;
    }

        .aa-navNewProductLine span.aa-arrowLeft {
            background: url(../images/arrow_thumbnailLeft.png) no-repeat center center;
            left: 0;
        }

        .aa-navNewProductLine span.aa-arrowRight {
            background: url(../images/arrow_thumbnailRight.png) no-repeat center center;
            right: 0;
        }

.aa-navNewProductLineMain {
    width: 612px;
    height: 36px;
    margin: 0 14px;
    overflow: hidden;
    float: left;
    clear: none;
}

    .aa-navNewProductLineMain ul {
        width: 1600px;
        height: 36px;
        margin: 0 -10px;
        float: left;
        clear: none;
    }

    .aa-navNewProductLineMain li {
        width: auto;
        height: 36px;
        margin: 0 14px;
        font-size: 12px;
        line-height: 36px;
        text-align: center;
        color: #666;
        float: left;
        clear: none;
    }

        .aa-navNewProductLineMain li.aa-selected {
            color: #d53533;
        }
/* 新增产品线品类选择部分样式 */
.aa-categoryBox {
    width: 100%;
    height: auto;
    max-height: 299px;
    margin-top: 10px;
    overflow: auto;
    float: left;
    clear: left;
}

    .aa-categoryBox ul {
        width: 650px;
        height: auto;
        margin-left: -10px;
        float: left;
        clear: left;
    }

        .aa-categoryBox ul > p {
            width: 100%;
            height: 42px;
            padding-left: 10px;
            font-size: 14px;
            line-height: 42px;
            text-align: left;
            color: #333;
            float: left;
            clear: left;
        }

    .aa-categoryBox li {
        width: 98px;
        height: 36px;
        border: 1px solid #dce6ef;
        margin-left: 10px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 34px;
        text-align: center;
        color: #666;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        float: left;
        clear: none;
    }

        .aa-categoryBox li.aa-selected {
            border: 1px solid #d53533;
            color: #d53533;
            background: url(../images/icon_selected_br.png) no-repeat right bottom;
        }
/* 新增产品线品牌选择部分样式 */
.aa-brandBox {
    width: 100%;
    height: auto;
    max-height: 374px;
    margin-top: 10px;
    overflow: auto;
    float: left;
    clear: left;
}

    .aa-brandBox ul {
        width: 650px;
        height: auto;
        margin-left: -10px;
        float: left;
        clear: left;
    }

        .aa-brandBox ul > p {
            width: 100%;
            height: 42px;
            padding-left: 10px;
            font-size: 14px;
            line-height: 42px;
            text-align: left;
            color: #333;
            float: left;
            clear: left;
        }

    .aa-brandBox li {
        width: 71px;
        height: 71px;
        border: 1px solid #dce6ef;
        margin-left: 10px;
        margin-bottom: 10px;
        position: relative;
        float: left;
        clear: none;
    }

        .aa-brandBox li > span {
            width: 100%;
            height: 64px;
            text-align: center;
            vertical-align: middle;
            display: flex;
            justify-content: center;
            align-items: center;
            float: left;
            clear: left;
        }

            .aa-brandBox li > span img {
                width: auto;
                height: auto;
                max-width: 56px;
                max-height: 56px;
            }

        .aa-brandBox li > p {
            width: 69px;
            height: 20px;
            margin: 0;
            font-size: 12px;
            line-height: 20px;
            text-align: center;
            color: #333;
            float: left;
            clear: left;
            display: block;
        }

        .aa-brandBox li:hover {
            border-color: #999;
        }

            /*.aa-brandBox li:hover > span {
            display: none;
        }*/

            .aa-brandBox li:hover > p {
                display: block;
            }

        .aa-brandBox li.aa-selected {
            border: 1px solid #d53533;
            color: #d53533;
            /*background: url(../images/icon_selected_br.png) no-repeat right bottom;*/
        }

        .aa-brandBox li span.aa-spanSelected {
            width: 16px;
            height: 12px;
            background: url(../images/icon_selected_br.png) no-repeat center center;
            display: none;
            position: absolute;
            bottom: 0;
            right: 0;
            z-index: 3;
        }

        .aa-brandBox li.aa-selected span.aa-spanSelected {
            display: block;
        }

        .aa-brandBox li.aa-moreBox > span {
            background: url(../images/icon_more.png) no-repeat center center;
        }

        .aa-brandBox li.aa-stopBox > span {
            background: url(../images/icon_stop.png) no-repeat center center;
        }

        .aa-brandBox li.aa-moreBox:hover > p, .aa-brandBox li.aa-stopBox:hover > p {
            color: #becfe0;
            font-size: 16px;
            display: block;
        }
/*绑定手机号的弹层样式*/
.aa-phoneBinding {
    width: 560px;
    height: 400px;
    margin: -200px 0 0 -280px;
}

.aa-phoneBindingInput {
    width: 560px;
    padding: 20px;
    box-sizing: border-box;
    float: left;
    clear: left;
}

    .aa-phoneBindingInput ul {
        padding: 48px 0 0;
    }

    .aa-phoneBindingInput li {
        width: 400px;
        height: 36px;
        margin: 12px 60px 0;
        float: left;
        clear: left;
    }

        .aa-phoneBindingInput li span {
            width: 60px;
            height: 36px;
            font-size: 12px;
            line-height: 36px;
            text-align: left;
            color: #787878;
            display: block;
            float: left;
            clear: none;
        }

        .aa-phoneBindingInput li input {
            width: 232px;
            height: 36px;
            background: #fff;
            padding-left: 4px;
            border: 1px solid #e8e8e8;
            font-size: 12px;
            line-height: 34px;
            text-align: left;
            color: #333;
            float: left;
            clear: none;
        }

            .aa-phoneBindingInput li input.aa-infoVerification {
                width: 100px;
                text-align: center;
                border: 1px solid #d53533;
                font-size: 14px;
                color: #d53533;
                float: right;
                clear: none;
            }

            .aa-phoneBindingInput li input.aa-infoVerificationNo {
                width: 100px;
                text-align: center;
                border: 1px solid #ccc;
                font-size: 14px;
                color: #999;
                float: right;
                clear: none;
            }

            .aa-phoneBindingInput li input.aa-infoVerificationInput {
                width: 340px;
            }

        .aa-phoneBindingInput li.aa-phoneBindingRemind {
            padding-left: 60px;
            margin-top: 0;
            height: auto;
            font-size: 12px;
            line-height: 28px;
            text-align: left;
            color: #999;
        }

        .aa-phoneBindingInput li.aa-phoneBindingError {
            padding-left: 60px;
            margin-top: 0;
            height: auto;
            font-size: 12px;
            line-height: 28px;
            text-align: left;
            color: #e74c3c;
        }

.aa-phoneBinding .aa-popFool a {
    background: #d53533;
    color: #fff;
    margin: 0 242px;
}

    .aa-phoneBinding .aa-popFool a:hover {
        background: #e74c3c;
    }

    .aa-phoneBinding .aa-popFool a.aa-finishButton {
        width: 120px;
        margin: 0 220px;
    }

#bindmobilesuccess .aa-finishBox {
    width: 100%;
    margin-top: 96px;
    padding-top: 78px;
    background: url(../images/icon_success.png) no-repeat center top;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #1abc9c;
    float: left;
    clear: left;
}
/*店铺后台首页样式*/
.aa-shopIndex {
    width: 100%;
    height: auto;
    padding: 0 10%;
    position: relative;
    float: left;
    clear: left;
}

.aa-shopIndexPic {
    width: 192px;
    height: 192px;
    box-shadow: 0 0 6px #dce5ec;
    background: #fff;
    border-radius: 16px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: absolute;
    left: 10%;
    top: 0;
    z-index: 10;
}

    .aa-shopIndexPic a {
        width: 100%;
        height: 36px;
        background-color: rgba(0,0,0,0.64);
        font-size: 16px;
        line-height: 36px;
        text-align: center;
        color: #fff;
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 4;
    }

    .aa-shopIndexPic:hover a {
        display: block;
    }

    .aa-shopIndexPic img {
        width: auto;
        height: auto;
        max-width: 192px;
        max-height: 192px;
    }

    .aa-shopIndexPic a {
        width: 100%;
        height: 36px;
        background-color: rgba(0,0,0,0.64);
        font-size: 16px;
        line-height: 36px;
        text-align: center;
        color: #fff;
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 4;
    }

        .aa-shopIndexPic a:hover {
            color: #fdd;
            display: block;
        }

.aa-shopIndexMain {
    width: 100%;
    padding-left: 220px;
}

    .aa-shopIndexMain li {
        width: 100%;
        float: left;
        clear: left;
    }

    .aa-shopIndexMain li {
        width: 100%;
        float: left;
        clear: left;
    }

        .aa-shopIndexMain li a:hover {
            color: #e74c3c;
        }

        .aa-shopIndexMain li.aa-shopIndexName {
            height: 54px;
            font-size: 24px;
            line-height: 54px;
            text-align: left;
            color: #333;
            font-weight: bold;
        }

            .aa-shopIndexMain li.aa-shopIndexName a {
                height: 24px;
                margin-left: 20px;
                font-size: 16px;
                line-height: 24px;
                text-align: left;
                color: #2c83e6;
                font-weight: normal;
            }

                .aa-shopIndexMain li.aa-shopIndexName a:hover {
                    color: #e74c3c;
                }

            .aa-shopIndexMain li.aa-shopIndexName input {
                width: 60%;
                height: 54px;
                border: 1px solid #d8d8d8;
                padding: 0 6px;
                font-size: 20px;
                line-height: 52px;
                text-align: left;
                color: #333;
                float: left;
                clear: none;
            }

                .aa-shopIndexMain li.aa-shopIndexName input.aa-shopIndexNameButton {
                    width: auto;
                    height: 54px;
                    padding: 0 20px;
                    border: 0;
                    background: #d53533;
                    font-size: 20px;
                    line-height: 54px;
                    color: #fff;
                }

                    .aa-shopIndexMain li.aa-shopIndexName input.aa-shopIndexNameButton:hover {
                        background: #e74c3c;
                    }

        .aa-shopIndexMain li.aa-shopIndexTitle {
            height: 30px;
            margin: 24px 0 10px;
            font-size: 20px;
            line-height: 30px;
            text-align: left;
            color: #333;
        }

            .aa-shopIndexMain li.aa-shopIndexTitle a {
                height: 24px;
                font-size: 16px;
                line-height: 24px;
                text-align: left;
                color: #2c83e6;
                font-weight: normal;
            }

                .aa-shopIndexMain li.aa-shopIndexTitle a:hover {
                    color: #e74c3c;
                }

        .aa-shopIndexMain li.aa-shopIndexText p {
            width: 100%;
            height: auto;
            font-size: 16px;
            line-height: 30px;
            text-align: justify;
            color: #666;
            float: left;
            clear: left;
            word-wrap: break-word;
        }

        .aa-shopIndexMain li.aa-shopIndexText textarea {
            width: 100%;
            height: 360px;
            padding: 10px;
            border: 1px solid #d8d8d8;
            font-size: 16px;
            line-height: 30px;
            text-align: justify;
            color: #333;
            resize: none;
            float: left;
            clear: left;
        }

        .aa-shopIndexMain li.aa-shopIndexText span {
            width: 100%;
            height: 64px;
            text-align: center;
            background: #f6f6f6;
            border: 1px solid #d8d8d8;
            border-top: 0;
            text-align: center;
            vertical-align: middle;
            display: flex;
            justify-content: center;
            align-items: center;
            float: left;
            clear: left;
        }

            .aa-shopIndexMain li.aa-shopIndexText span input {
                width: 128px;
                height: 40px;
                background: #d53533;
                font-size: 20px;
                line-height: 40px;
                text-align: center;
                color: #fff;
                border: 0;
            }

                .aa-shopIndexMain li.aa-shopIndexText span input:hover {
                    background: #e74c3c;
                }

.aa-shopPicEditPop {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.48);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
}

.aa-shopPicEdit {
    width: 560px;
    height: 400px;
    margin: -200px 0 0 -280px;
}

.aa-shopPicEditBox {
    width: 100%;
    height: 320px;
    padding: 48px 48px 0;
    float: left;
    clear: left;
}

.aa-shopPicEditLeft {
    width: auto;
    height: auto;
    padding-left: 20px;
    float: left;
    clear: left;
}

    .aa-shopPicEditLeft li {
        width: 100%;
        padding-left: 10px;
        margin-bottom: 10px;
        float: left;
        clear: left;
    }

        .aa-shopPicEditLeft li.aa-shopPicEditName {
            padding-left: 0;
            font-size: 14px;
            line-height: 28px;
            text-align: left;
            color: #666;
        }

            .aa-shopPicEditLeft li.aa-shopPicEditName b {
                width: 10px;
                color: #d53533;
                font-weight: normal;
            }

        .aa-shopPicEditLeft li input {
            width: 128px;
            height: 42px;
            background: #d53533;
            font-size: 18px;
            line-height: 42px;
            text-align: center;
            color: #fff;
            border: 0;
            float: left;
            clear: left;
        }

            .aa-shopPicEditLeft li input:hover {
                background: #e74c3c;
            }

        .aa-shopPicEditLeft li p {
            width: 100%;
            font-size: 14px;
            line-height: 24px;
            text-align: left;
            color: #787878;
            display: block;
            float: left;
            clear: left;
        }

        .aa-shopPicEditLeft li span {
            width: 100%;
            font-size: 12px;
            line-height: 24px;
            text-align: left;
            color: #787878;
            display: block;
            float: left;
            clear: left;
        }

.aa-shopPicEditRight {
    width: 194px;
    height: 194px;
    margin-right: 20px;
    border: 1px solid #d8d8d8;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    float: right;
    clear: none;
}

    .aa-shopPicEditRight img {
        width: auto;
        height: auto;
        max-width: 192px;
        max-height: 192px;
    }

.aa-shopPicEditPop .aa-popFool {
    padding-left: 164px;
}
/*导入客户*/
.uploadPopBox {
    width: 480px;
    height: 376px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -185px;
    margin-left: -240px;
    background: #fff;
    z-index: 45;
}

.productPopTop {
    width: 100%;
    height: 48px;
    background: #f3f3f3;
    float: left;
    clear: left;
}

    .productPopTop span.popTitle {
        width: 380px;
        margin-left: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 18px;
        line-height: 48px;
        text-align: left;
        color: #333;
        float: left;
    }

.closeBox {
    width: 16px;
    height: 48px;
    background: url(../images/closebtn.png) no-repeat center center;
    float: right;
    margin-right: 20px;
    cursor: pointer;
}

.uploadPopMain {
    width: 480px;
    height: 267px;
    float: left;
    clear: left;
    overflow-y: auto;
}

.progressBox {
    width: 436px;
    /*height: 8px;*/
    border: 1px solid #f39c12;
    padding: 1px;
    float: left;
    clear: left;
    margin-top: 8px;
}

    .progressBox span {
        height: 8px;
        background: #f39c12;
        float: left;
        clear: left;
    }

.borderColor {
    border: 1px solid #d8d8d8;
}

.uploadPopFool {
    width: 480px;
    height: 60px;
    border-top: 1px solid #e8e8e8;
    background: #f9f9f9;
    float: left;
    clear: left;
}

    .uploadPopFool div.hollowButton {
        width: 118px;
        height: 34px;
        margin: 12px 12px;
        float: right;
        clear: none;
        font-size: 16px;
        line-height: 34px;
        text-align: center;
        border: 1px solid #b9343a;
        background: #fff;
        color: #b9343a;
    }

.errorReminder {
    width: 380px;
    padding: 8px 0 8px 12px;
    margin-top: 8px;
    background: #f6f6f6;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    color: #e74c3c;
    float: right;
    clear: right;
}

.both {
    clear: both;
}

.uploadPopMain .popMain {
    width: 100%;
    margin-top: -1px;
    /* margin-left: 20px; */
    float: left;
}

.uploadPopMain .popMainMemo {
    padding: 20px;
}

    .uploadPopMain .popMainMemo p {
        /*width: 100%;
        font-size: 12px;
        line-height: 24px;
        text-align: left;
        color: #666;*/
        padding-bottom: 6px;
    }

.uploadExcel {
    width: 440px;
    padding: 10px 0;
    border-top: 1px solid #d8d8d8;
    float: left;
    clear: left;
}

    .uploadExcel span.iconExcel {
        width: 36px;
        height: 36px;
        background-size: 36px;
    }

    .uploadExcel span.excelTitle {
        width: 392px;
        height: 18px;
        line-height: 18px;
        font-size: 14px;
        margin-top: 0;
    }

    .uploadExcel span.stateText {
        width: 232px;
        height: 18px;
        text-align: left;
        font-size: 12px;
        line-height: 24px;
        margin-left: 12px;
        float: left;
    }

.fontColor1 {
    color: #1abc9c;
}

.fontColor2 {
    color: #f39c12;
}

.fontColor3 {
    color: #acacac;
}

.fontColor4 {
    color: #e74c3c;
}

.uploadExcel span.iconExcel {
    width: 36px;
    height: 36px;
    background-size: 36px;
}

.iconExcel {
    width: 56px;
    height: 56px;
    background: url(../images/icon_excel.jpg);
    float: left;
    clear: left;
}

.uploadExcel span.excelTitle {
    width: 392px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    margin-top: 0;
}

.excelTitle {
    width: 232px;
    height: 24px;
    text-align: left;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-left: 12px;
    margin-top: 4px;
    float: left;
}
/*首页样式的调整1225*/
.aa-indexBG {
    background: #fafafa url(../images/pic_indexBG.png) no-repeat center 14px;
}

    .aa-indexBG .whiteBg {
        background: none;
    }

        .aa-indexBG .whiteBg .aa-shopIndex {
            width: 980px;
            margin: 48px auto 0;
            padding: 40px;
            background: #fff;
            overflow: hidden;
            float: none;
            clear: none;
        }

            .aa-indexBG .whiteBg .aa-shopIndex .aa-shopIndexPic {
                width: 98px;
                height: 98px;
                border: 1px solid #e1e1e1;
                position: relative;
                left: 0;
                float: left;
                clear: none;
            }

                .aa-indexBG .whiteBg .aa-shopIndex .aa-shopIndexPic img {
                    width: auto;
                    height: auto;
                    max-width: 96px;
                    max-height: 96px;
                }

                .aa-indexBG .whiteBg .aa-shopIndex .aa-shopIndexPic a {
                    height: 24px;
                    font-size: 12px;
                    line-height: 24px;
                    display: none;
                }

                .aa-indexBG .whiteBg .aa-shopIndex .aa-shopIndexPic:hover a {
                    display: block;
                }

            .aa-indexBG .whiteBg .aa-shopIndex .aa-shopIndexMain {
                width: 778px;
                padding: 0;
                float: right;
                clear: none;
            }

                .aa-indexBG .whiteBg .aa-shopIndex .aa-shopIndexMain li.aa-shopIndexName a {
                    font-size: 14px;
                    margin-left: 36px;
                }

.aa-shopIndexMain li.aa-iconBusiness {
    background: url(../images/icon_business.png) no-repeat left center;
}

.aa-shopIndexMain li.aa-iconIntroduce {
    background: url(../images/icon_introduce.png) no-repeat left center;
}

.aa-indexBG .whiteBg .aa-shopIndex .aa-shopIndexMain li.aa-shopIndexTitle {
    padding-left: 32px;
    margin-top: 32px;
}

    .aa-indexBG .whiteBg .aa-shopIndex .aa-shopIndexMain li.aa-shopIndexTitle a {
        font-size: 14px;
        margin-left: 14px;
    }

.aa-indexBG .whiteBg .aa-shopIndex .aa-shopIndexMain li.aa-shopIndexText {
    padding-left: 32px;
}

.aa-shopIndexMain li.aa-shopIndexText > input {
    width: 100%;
    height: 54px;
    padding: 10px;
    border: 1px solid #d8d8d8;
    font-size: 16px;
    line-height: 52px;
    text-align: left;
    color: #333;
    resize: none;
    float: left;
    clear: left;
}
/*新增品类调整*/
.ab-categoryMain li {
    width: 120px;
    height: 52px;
    line-height: 20px;
    padding: 0 3px;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}










/*适配车型产品&找到了的弹层样式*/
.ad-lookupProductPop {
    height: 356px;
    margin-top: -178px;
}

.ad-lookupProduct {
    width: 100%;
    padding: 0 20px;
    float: left;
    clear: left;
}

    .ad-lookupProduct li {
        width: 100%;
        float: left;
        clear: left;
    }

        .ad-lookupProduct li.ad-lookupProductText {
            height: 52px;
            font-size: 16px;
            line-height: 52px;
            text-align: left;
            color: #333;
        }

            .ad-lookupProduct li.ad-lookupProductText b {
                margin-left: 12px;
                font-size: 12px;
                font-weight: normal;
                color: #d53533;
            }

        .ad-lookupProduct li.ad-lookupProductTable {
            border-top: 1px solid #d8d8d8;
            border-left: 1px solid #d8d8d8;
        }

            .ad-lookupProduct li.ad-lookupProductTable table {
                width: 100%;
                float: left;
                clear: left;
            }

            .ad-lookupProduct li.ad-lookupProductTable td {
                width: 50%;
                height: 36px;
                border-right: 1px solid #d8d8d8;
                border-bottom: 1px solid #d8d8d8;
                font-size: 12px;
                line-height: 36px;
                text-align: center;
                color: #999;
            }

                .ad-lookupProduct li.ad-lookupProductTable td.ad-thead {
                    height: 48px;
                    background: #f8f8f8;
                    font-size: 14px;
                    line-height: 48px;
                    text-align: center;
                    color: #333;
                }


.ad-batchImportPrice {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.48);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 32;
}

.ad-batchImportPriceBox {
    width: 480px;
    height: 360px;
    margin: -180px 0 0 -240px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 33;
}

.ad-batchImportPriceTitle {
    width: 100%;
    height: 48px;
    padding: 0 20px;
    background: #f2f4fa;
    box-sizing: border-box;
    float: left;
    clear: left;
}

    .ad-batchImportPriceTitle p {
        width: auto;
        height: 48px;
        font-size: 20px;
        line-height: 48px;
        text-align: left;
        color: #333;
        float: left;
        clear: none;
    }

    .ad-batchImportPriceTitle a {
        width: auto;
        height: 48px;
        font-size: 28px;
        line-height: 42px;
        text-align: left;
        color: #d53533;
        float: right;
        clear: none;
    }

        .ad-batchImportPriceTitle a:hover {
            color: #e74c3c;
        }

.ad-lookupProduct ul {
    margin: 0;
}


.navbar .navbar-brand small.cjml_logo {
    width: 300px;
    height: 30px;
    background: url(../images/logo-cjml.png) no-repeat left center;
    background-size: 168px;
    float: left;
    clear: left;
    display: block;
}

.navbar .navbar-brand small.robot_cjml_logo {
    width: 336px;
    height: 30px;
    background: url(../images/robot-logo-cjml.png) no-repeat left center;
    background-size: 336px;
    float: left;
    clear: left;
    display: block;
}




/*新手引导重置功能样式*/
.navbar-container a.ad-textTopLink {
    width: auto;
    height: 68px;
    margin-right: 12px;
    font-size: 12px;
    line-height: 68px;
    text-align: left;
    color: #75a8e2;
    clear: none;
    float: right;
}

    .navbar-container a.ad-textTopLink:hover {
        color: #e74c3c;
    }


.aa-customerQueryBox input.am-createGarage {
    width: auto;
    min-width: 88px;
    height: 28px;
    margin: 15px 0 1px 0px;
    padding: 0 14px;
    background: #d53533;
    border: none;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    /* float: left; */
    clear: none;
    float: right;
}

.ad-shopName p.ad-textBox a {
    margin-left: 12px;
    color: #109fff;
    font-size: 13px;
}
/*打印队列*/
.navbar-container a.ba-printTop {
    width: auto;
    height: 45px;
    padding-left: 24px;
    margin-left: 20px;
    background: url(../images/icon_printTopWhite.png) no-repeat center left;
    background-size: auto 20px;
    margin-right: 12px;
    font-size: 12px;
    line-height: 45px;
    text-align: left;
    color: #fff;
    position: relative;
    clear: none;
    float: right;
}

    .navbar-container a.ba-printTop:hover {
        background: url(../images/icon_printTopRed.png) no-repeat center left;
        background-size: auto 20px;
        color: #e74c3c;
    }

    .navbar-container a.ba-printTop span {
        width: auto;
        min-width: 16px;
        height: 16px;
        padding: 0 4px;
        background: #d53533;
        border-radius: 8px;
        border: 1px solid #11131a;
        position: absolute;
        top: 12px;
        left: 8px;
        z-index: 2;
        font-size: 10px;
        text-align: center;
        line-height: 14px;
        color: #fff;
        display: block;
    }
.navbar-container a.cg-task span {
    width: auto;
    min-width: 10px;
    height: 10px;
    padding: 0 4px;
    background: #d53533;
    border-radius: 8px;
    border: 1px solid #11131a;
    position: absolute;
    top: 11px;
    left: 12px;
    z-index: 2;
    font-size: 10px;
    text-align: center;
    line-height: 14px;
    color: #fff;
    display: block;
}



.navbar-container a.cg-rfqTop {
    background: url(../images/icon_rfqTopWhite.png) no-repeat center left;
    background-size: auto 20px;
}


.navbar-container a.cg-robotTop {
    background: url(../images/icon_xiupeirobot.png) no-repeat center left;
    background-size: auto 18px;
}

    .navbar-container a.cg-robotTop:hover {
        background: url(../images/icon_xiupeirobot_red.png) no-repeat center left;
        background-size: auto 18px;
    }

.navbar-container a.cg-vvipTop {
    background: url(../images/icon_pcvvip.png) no-repeat center left;
    background-size: auto 18px;
}

    .navbar-container a.cg-vvipTop:hover {
        background: url(../images/icon_pcvvip_red.png) no-repeat center left;
        background-size: auto 18px;
    }

.navbar-container a.cg-rfqTop:hover {
    background: url(../images/icon_rfqTopRed.png) no-repeat center left;
    color: #d53533;
    background-size: auto 20px;
}

.navbar-container a.cg-orderTop {
    background: url(../images/icon_orderTopWhite.png) no-repeat center left;
    background-size: auto 20px;
}

    .navbar-container a.cg-orderTop:hover {
        background: url(../images/icon_orderTopRed.png) no-repeat center left;
        background-size: auto 20px;
    }

.navbar-container a.cg-pwdEdit {
    background: url(../images/icon_editWhite.png) no-repeat center left;
    background-size: auto 20px;
}

    .navbar-container a.cg-pwdEdit:hover {
        background: url(../images/icon_editRed.png) no-repeat center left;
        background-size: auto 20px;
    }

.navbar-container a.cg-transferCart {
    background: url(../images/icon_transferCarTopWhite.png) no-repeat center left;
    background-size: auto 20px;
}

    .navbar-container a.cg-transferCart:hover {
        background: url(../images/icon_transferCarTopRed.png) no-repeat center left;
        background-size: auto 20px;
    }

.navbar-container a.cg-task {
    background: url(../images/icon_taskCenterWhite.png) no-repeat center left;
    background-size: auto 20px;
}

    .navbar-container a.cg-task:hover {
        background: url(../images/icon_taskCenterRed.png) no-repeat center left;
        color: #d53533;
        background-size: auto 20px;
    }
.navbar-container a.cg-videoTop {
    background: url(../images/icon_videoLink.png) no-repeat center left;
    background-size: auto 20px;
    font-size: 14px;
    color: #ffa2a2;
}

    .navbar-container a.cg-videoTop:hover {
        background: url(../images/icon_videoHover.png) no-repeat center left;
        background-size: auto 20px;
    }



.ae-shopPicEditBox li.ae-uploadPrompt {
    font-size: 12px;
    line-height: 24px;
    color: #e74c3c;
    height: auto;
    text-align: center;
    padding: 0;
    float: left;
    clear: left;
}

    .ae-shopPicEditBox li.ae-uploadPrompt a {
        color: #2c83e6;
    }

        .ae-shopPicEditBox li.ae-uploadPrompt a:hover {
            color: #e74c3c;
        }


.bl-dropDownBox {
    width: 415px;
    height: 48px;
    border: 1px solid #ccc;
    background: url(../images/arrow_carBrand.png) no-repeat 398px center;
    position: relative;
    float: left;
    clear: left;
}

    .bl-dropDownBox span {
        width: auto;
        height: 46px;
        margin-left: 12px;
        font-size: 14px;
        line-height: 46px;
        text-align: left;
        color: #333;
        float: left;
        clear: left;
    }

.ae-shopPicEditBox li .bl-dropDownBox input {
    width: 378px;
    height: 28px;
    border: none;
    text-indent: 0;
    margin-top: 9px;
    margin-left: 12px;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    color: #333;
    float: left;
    clear: left;
}

.bl-dropDownMain {
    width: 415px;
    height: auto;
    max-height: 164px;
    border: 1px solid #ccc;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    left: -1px;
    top: 46px;
    z-index: 90;
}

    .bl-dropDownMain a {
        width: 100%;
        height: 36px;
        padding-left: 12px;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 36px;
        text-align: left;
        color: #666;
        float: left;
        clear: left;
    }

        .bl-dropDownMain a:hover {
            background: #ffeaea;
            color: #d53533;
        }


.bp-shoppingMallNewText {
    text-align: center;
    color: #d53533;
}


/*批量编辑价格的弹层样式*/
.bl-currencyPop {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.48);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 32;
}

.bl-currencyPopBox {
    width: 480px;
    height: 360px;
    margin: -180px 0 0 -240px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 33;
}

.bl-currencyPopTop {
    width: 100%;
    height: 48px;
    padding: 0 20px;
    background: #f2f4fa;
    box-sizing: border-box;
    float: left;
    clear: left;
}

    .bl-currencyPopTop p {
        width: auto;
        height: 48px;
        font-size: 20px;
        line-height: 48px;
        text-align: left;
        color: #333;
        float: left;
        clear: none;
    }

    .bl-currencyPopTop a {
        width: auto;
        height: 48px;
        font-size: 28px;
        line-height: 42px;
        text-align: left;
        color: #d53533;
        float: right;
        clear: none;
    }

        .bl-currencyPopTop a:hover {
            color: #e74c3c;
        }


/*初始状态*/
.bl-currencyButton {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    clear: left;
}

    .bl-currencyButton a {
        width: 328px;
        height: 108px;
        box-shadow: 0 0 6px #ccc;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .bl-currencyButton a .webuploader-pick {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }


            .bl-currencyButton a .webuploader-pick span {
                width: 264px;
                height: 36px;
                padding-left: 48px;
                background: url(../images/icon_cuttencyUpBlue.png) no-repeat left center;
                font-size: 24px;
                line-height: 36px;
                text-align: left;
                color: #2c83e6;
                display: inline-block;
            }

        .bl-currencyButton a:hover {
            box-shadow: 0 0 6px #787878;
        }

            .bl-currencyButton a:hover .webuploader-pick span {
                background: url(../images/icon_cuttencyUpRed.png) no-repeat left center;
                color: #e74c3c;
            }


/*导入失败*/
.bl-currencyFail {
    width: 100%;
    padding-top: 42px;
    float: left;
    clear: left;
}

    .bl-currencyFail li {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        float: left;
        clear: left;
    }

        .bl-currencyFail li.bl-currencyPopFail {
            padding-top: 52px;
            background: url(../images/icon_failCurrencyPop.png) no-repeat center top;
            font-size: 18px;
            line-height: 48px;
            text-align: center;
            color: #f39c12;
        }

        .bl-currencyFail li.bl-currencyPopText {
            font-size: 14px;
            line-height: 24px;
            text-align: center;
            color: #787878;
        }

        .bl-currencyFail li.bl-currencyPopLink {
            height: 48px;
        }

            .bl-currencyFail li.bl-currencyPopLink a {
                width: auto;
                height: 48px;
                background: url(../images/icon_downBlue.png) no-repeat center left;
                padding-left: 24px;
                font-size: 14px;
                line-height: 48px;
                text-align: left;
                color: #2c83e6;
            }

                .bl-currencyFail li.bl-currencyPopLink a:hover {
                    background: url(../images/icon_downRed.png) no-repeat center left;
                    color: #e74c3c;
                }

        .bl-currencyFail li.bl-currencyPopButton {
            height: 48px;
        }

            .bl-currencyFail li.bl-currencyPopButton a {
                width: 168px;
                height: 36px;
                background: #d53533;
                font-size: 16px;
                line-height: 36px;
                text-align: center;
                color: #fff;
            }

                .bl-currencyFail li.bl-currencyPopButton a:hover {
                    background: #e74c3c;
                }

/*导入成功*/
.bl-currencySuccess {
    padding-top: 108px;
}

    .bl-currencySuccess li.bl-currencyPopSuccess {
        background: url(../images/icon_successCurrencyPop.png) no-repeat center top;
        color: #1abc9c;
    }

/*ä¸Šä¼ ä¸­çš„æ ·å¼*/
.bl-currencyLoading {
    width: 100%;
    padding-top: 120px;
    float: left;
    clear: left;
}

    .bl-currencyLoading p {
        width: 100%;
        height: 24px;
        font-size: 12px;
        line-height: 24px;
        text-align: center;
        color: #f39c12;
        display: block;
        float: left;
        clear: left;
    }

    .bl-currencyLoading span {
        width: 320px;
        height: 16px;
        margin: 0 80px;
        background: #fff;
        border: 1px solid #e67e22;
        padding: 1px;
        display: block;
        float: left;
        clear: left;
    }

        .bl-currencyLoading span b {
            width: auto;
            height: 12px;
            background: #f39c12;
            display: block;
            float: left;
            clear: left;
        }

.bl-currencyButtonBox {
    width: 328px;
    height: auto;
}

    .bl-currencyButtonBox p {
        width: 100%;
        height: 36px;
        margin: 0;
        font-size: 14px;
        line-height: 36px;
        text-align: center;
        color: #e74c3c;
        float: left;
        clear: left;
    }


.cu-setupRemind {
    width: 100%;
    height: 48px;
    margin-bottom: 16px;
    background: #fff0f0;
    border: 1px solid #ffc2c2;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    color: #d53533;
    float: left;
    clear: left;
}
/*0925 调整*/
.dq-currencyButtonMain {
    margin-top: -30px;
}

.bl-currencyButton a.dq-download {
    width: 80px;
    height: 48px;
    background: url(../images/icon_downBlue.png) no-repeat center left;
    box-shadow: none;
    margin-left: 124px;
    margin-bottom: 24px;
    padding-left: 24px;
    font-size: 14px;
    line-height: 48px;
    text-align: left;
    color: #2c83e6;
}

    .bl-currencyButton a.dq-download:hover {
        background: url(../images/icon_downRed.png) no-repeat center left;
        color: #e74c3c;
    }


/*报价提醒*/
.gd-quotationReminder {
    width: 500px;
    height: auto;
    margin-left: -300px;
    padding: 16px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.5);
    position: fixed;
    top: 16px;
    left: 50%;
    z-index: 300;
}

.gd-vinInfoBox {
    width: 400px;
    height: auto;
    float: left;
    clear: none;
}

    .gd-vinInfoBox > dl > dt {
        width: 48px;
        height: 48px;
        margin-left: -64px;
        border: 1px solid #e8e8e8;
        border-radius: 6px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        float: left;
        clear: left;
    }

        .gd-vinInfoBox > dl > dt > img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
        }

    .gd-vinInfoBox > dl > dd {
        width: 100%;
        height: auto;
        float: left;
        clear: none;
    }

        .gd-vinInfoBox > dl > dd > p {
            width: 100%;
            height: auto;
            font-size: 20px;
            line-height: 24px;
            text-align: justify;
            color: #282828;
            float: left;
            clear: left;
        }

        .gd-vinInfoBox > dl > dd > span {
            width: 100%;
            height: auto;
            font-size: 13px;
            line-height: 24px;
            text-align: justify;
            color: #787878;
            float: left;
            clear: left;
        }

.gd-closeBox {
    position: relative;
    top: -16px;
}

    .gd-closeBox a {
        width: auto;
        height: 36px;
        font-size: 24px;
        line-height: 36px;
        text-align: left;
        color: #11131a;
        float: right;
        clear: none;
    }

        .gd-closeBox a:hover {
            color: #e74c3c;
        }

.gd-quotationReminderButton {
    width: auto;
    height: auto;
    margin-top: -12px;
    position: absolute;
    right: 16px;
    top: 50%;
}

    .gd-quotationReminderButton > a {
        width: auto;
        height: auto;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        color: #377DE8;
        float: left;
        clear: none;
    }

        .gd-quotationReminderButton > a:hover {
            color: #e74c3c;
        }

        .gd-quotationReminderButton > a > b {
            font-size: 12px;
            font-weight: normal;
        }



/*条形码弹出层*/
.gs-clientPop {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.68);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

.gs-clientPopBox {
    padding: 48px 0 64px;
    background: #fff;
    overflow: hidden;
    position: relative;
    float: left;
    clear: none;
}

/*弹层头部标题*/
.gs-clientPopTitle {
    width: 100%;
    height: 48px;
    margin-top: -48px;
    background: #f2f4fa;
    float: left;
    clear: left;
}

    .gs-clientPopTitle p {
        width: auto;
        height: 48px;
        margin-left: 20px;
        font-size: 20px;
        line-height: 48px;
        text-align: left;
        color: #333;
        float: left;
        clear: none;
    }

    .gs-clientPopTitle a {
        width: auto;
        height: 48px;
        margin-right: 20px;
        font-size: 36px;
        line-height: 40px;
        text-align: left;
        color: #d53533;
        float: right;
        clear: none;
    }

        .gs-clientPopTitle a:hover {
            color: #e74c3c;
        }

/*弹层主体内容*/
.gs-clientPopCenter {
    width: 100%;
    height: 100%;
    padding: 20px 0 0 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    clear: left;
}

/*弹层底部按钮*/
.gs-clientPopFool {
    width: 100%;
    height: 64px;
    padding: 11px 164px;
    background: #f8f9ff;
    border-top: 1px solid #e1e1e1;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

    .gs-clientPopFool > a {
        width: 96px;
        height: 42px;
        margin: 0 10px;
        font-size: 18px;
        line-height: 42px;
        text-align: center;
        display: inline-block;
        float: left;
        clear: none;
    }

        .gs-clientPopFool > a.gs-secondaryButton {
            background: #fff;
            border: 1px solid #d53533;
            color: #d53533;
        }

            .gs-clientPopFool > a.gs-secondaryButton:hover {
                background: #e74c3c;
                color: #fff;
            }

        .gs-clientPopFool > a.gs-importantButton {
            background: #d53533;
            color: #fff;
        }

            .gs-clientPopFool > a.gs-importantButton:hover {
                background: #e74c3c;
                color: #fff;
            }




/*发票信息*/
.gs-invoicePopBox {
    width: 780px;
    height: 480px;
}

.gs-invoiceMain {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    clear: left;
}

    .gs-invoiceMain > ul {
        width: auto;
        padding: 14px 0;
        float: left;
        clear: left;
    }

        .gs-invoiceMain > ul > li {
            width: auto;
            padding: 6px 0;
            float: left;
            clear: left;
        }

            .gs-invoiceMain > ul > li > span {
                width: 131px;
                height: auto;
                font-size: 13px;
                line-height: 36px;
                text-align: left;
                color: #999;
                float: left;
                clear: none;
            }

                .gs-invoiceMain > ul > li > span > b {
                    color: #ed5b62
                }

            .gs-invoiceMain > ul > li > input {
                width: 480px;
                height: 36px;
                border: 1px solid #d8d8d8;
                padding: 0 4px;
                font-size: 13px;
                line-height: 34px;
                text-align: left;
                color: #181818;
                float: right;
                clear: none;
            }

            .gs-invoiceMain > ul > li > p {
                width: 480px;
                height: auto;
                /*font-size: 13px;
                line-height: 13px;*/
                text-align: left;
                margin-left: 131px;
                color: #999;
                clear: none;
            }

.gs-changepwd > ul > li {
    height: 68px;
}

.gw-quotationReminderPop {
    width: 400px;
    height: auto;
    margin-left: -200px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #ccc;
    position: fixed;
    top: 4px;
    left: 50%;
}

.gw-quotationReminderTitle {
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
    padding: 0 12px;
    font-size: 14px;
    line-height: 36px;
    text-align: left;
    color: #11131a;
    float: left;
    clear: left;
}

    .gw-quotationReminderTitle a {
        width: auto;
        height: 36px;
        font-size: 24px;
        line-height: 36px;
        text-align: left;
        color: #11131a;
        float: right;
        clear: none;
    }

        .gw-quotationReminderTitle a:hover {
            color: #e74c3c;
        }

.gw-quotationReminderMain {
    width: 100%;
    height: auto;
    padding: 12px;
    float: left;
    clear: left;
}

    .gw-quotationReminderMain > p {
        width: auto;
        height: auto;
        font-size: 12px;
        line-height: 20px;
        text-align: left;
        color: #333;
        float: left;
        clear: none;
    }

    .gw-quotationReminderMain a {
        color: #2C83E6;
    }

        .gw-quotationReminderMain a:hover {
            color: #e74c3c;
        }

.sdw-socketstatus {
    width: 20px;
    height: 65px;
    margin-top: 0;
    padding-top: 0;
    line-height: 28px;
    text-align: center;
    display: block;
    float: left;
    clear: none;
}

.sdw-socketstatus-active {
    width: 32px;
    height: 45px;
    margin-top: 0;
    padding-top: 0;
    background: url(../images/icon_connection.png) no-repeat center center;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #1abc9c;
    display: block;
    float: left;
    clear: none;
}

.sdw-socketstatus-close {
    width: 32px;
    height: 45px;
    margin-top: 0;
    padding-top: 0;
    background: url(../images/icon_disconnect.png) no-repeat center center;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #1abc9c;
    display: block;
    float: left;
    clear: none;
    cursor: pointer;
}

    .sdw-socketstatus-active .sdw-tooltiptext, .sdw-socketstatus-close .sdw-tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #fff;
        color: #333;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        z-index: 2000;
        top: 100%;
        left: 50%;
        margin-left: -100px;
        font-size: 12px;
        -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }

    .sdw-socketstatus-active:hover .sdw-tooltiptext, .sdw-socketstatus-close:hover .sdw-tooltiptext {
        visibility: visible;
    }

.sdw-menu-newpage {
    width: 17px;
    height: 17px;
    background: url(../images/icon_newWindowGray.png) no-repeat center left;
    margin-right: 16px;
    float: right;
    clear: left;
}

.nav-list > li > a > .sdw-menu-newpage {
    margin-right: 0;
}

.nav-list > li .submenu > li.active > a .sdw-menu-newpage {
    background: url(../images/icon_newWindowRed.png) no-repeat center left;
}

.nav-list > li.active > a .sdw-menu-newpage {
    background: url(../images/icon_newWindowRed.png) no-repeat center left;
}

.sdw-menu-newpage:hover {
    background: url(../images/icon_newWindowRed.png) no-repeat center left;
    width: 20px;
}

[v-cloak] {
    display: none;
}

.user-info {
    line-height: 45px;
    top: 0;
}
/* 所有表格内边距缩小至5px */
.el-table--border td:first-child .cell,
.el-table--border th:first-child .cell,
.el-table .cell,
.el-table th div {
    padding-left: 5px;
}

.el-table .cell,
.el-table th div {
    padding-right: 5px;
}

/* 所有表格内边距缩小至5px */
