﻿.choose-deltime .h, .quoteForm .h {
    font-weight: 400;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 1;
    border-radius: 100%;
    border: 1px solid #999;
    color: #999;
    text-align: center;
    font-size: 12px;
    cursor: pointer
}

    .choose-deltime .h:hover, .quoteForm .h:hover {
        color: #FF9812;
        border: 1px solid #FF9812
    }

.choose-deltime .h {
    margin-left: 3px
}

.choose-deltime .el-table__empty-text {
    width: 82%
}

.deltime-empty {
    width: 100%;
    text-align: left
}

    .deltime-empty > span {
        font-size: 14px;
        color: #333
    }

        .deltime-empty > span.span1 {
            margin-left: 12px
        }

        .deltime-empty > span.span2 {
            margin-left: 98px
        }

        .deltime-empty > span.span3 {
            margin-left: 52px
        }

        .deltime-empty > span.span4 {
            margin-left: 42px;
            font-weight: 700
        }

.quoteForm .el-form-item__label {
    width: 120px !important
}

.el-radio-group .el-radio, .el-radio-group .el-radio.is-bordered + .el-radio.is-bordered {
    margin: 0 10px 0 0
}

.el-radio.is-bordered {
    padding-right: 16px
}

    .el-radio.is-bordered .el-radio__label {
        padding-left: 8px
    }

    .el-radio.is-bordered:hover {
        background: #fff;
        color: #059A58
    }

.el-radio--small.is-bordered {
    padding: 7px 12px 0
}

    .el-radio--small.is-bordered .el-radio__input {
        margin-top: -2px
    }

.fade-enter-active, .fade-leave-active {
    transition: opacity .3s
}

.fade-enter, .fade-leave-to {
    opacity: 0
}

.slide-fade-enter-active {
    transition: all .3s ease
}

.slide-fade-leave-active {
    transition: all .2s ease
}

.slide-fade-enter, .slide-fade-leave-to {
    transform: translateX(10px);
    opacity: 0
}

.slide-fade-leave-to {
    transform: translateX(-10px)
}

body {
    background: #f5f5f5;
    font-size: 13px;
    display: flex;
    min-height: 100vh;
    height: auto;
    flex-direction: column
}

    body > header {
        height: 100px;
        background: #fff;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 20px;
        text-align: center;
        color: #aaa
    }

    body > .page-footer {
        clear: both
    }

.page-nav {
    flex: 1 0 60px
}

.el-radio.is-bordered .el-radio__input {
    position: absolute;
    right: -10px;
    bottom: -12px;
    display: none
}

.el-radio.is-bordered.is-checked {
    border-color: #059A58
}

    .el-radio.is-bordered.is-checked .el-radio__input {
        display: block
    }

.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
    box-shadow: none
}

.el-radio.is-bordered {
    position: relative
}

    .el-radio.is-bordered .el-radio__inner {
        width: 16px;
        height: 16px;
        background: url(../images/xuanzhong.png) no-repeat;
        background-size: cover;
        position: absolute;
        right: 10px;
        bottom: 11px;
        border: 0;
        border-radius: 0;
        box-shadow: none
    }

        .el-radio.is-bordered .el-radio__inner:after {
            display: none
        }

.el-radio--small.is-bordered .el-radio__label {
    padding-left: 0
}

.el-radio--mini.is-bordered {
    padding: 6px 10px 0
}

    .el-radio--mini.is-bordered .el-radio__label {
        padding-left: 0
    }

.el-input-group__append {
    padding: 0 7px
}

.c--container {
    width: 1200px;
    clear: both;
    margin: 0 auto 30px
}

    .c--container > .main {
        width: 730px;
        float: left;
        background: #fff;
        border-radius: 5px;
        padding: 21px 24px;
        margin-right: 20px;
        border: 1px solid #efefef;
        min-height: 600px;
        margin-bottom: 20px
    }

    .c--container > .side {
        width: 360px;
        background: #fff;
        border-radius: 5px;
        padding: 14px 19px 24px;
        border: 1px solid #efefef;
        float: right;
        min-height: 600px;
        position: fixed;
        margin-left: 785px;
        top: 10px;
    }

.file-upload-parse {
    min-height: 140px;
    margin-bottom: 15px;
    background: #fcfefd;
    border: 1px dotted #ceebde;
    border-radius: 3px;
    position: relative
}

    .file-upload-parse .el-icon-loading {
        font-size: 24px
    }

    .file-upload-parse .el-upload-dragger {
        min-height: 80px;
        height: auto;
        background: 0 0;
        border: 0;
        width: 100%;
        padding: 25px 0 0
    }

        .file-upload-parse .el-upload-dragger .up-button {
            display: flex;
            justify-content: center;
            width: 380px;
            height: 40px;
            line-height: 40px;
            font-size: 15px;
            margin: 0 auto 10px;
            background: #059A58;
            border-color: #059A58;
            border-radius: 3px;
            color: #fff;
            letter-spacing: 1px;
            position: relative
        }

            .file-upload-parse .el-upload-dragger .up-button:hover {
                background: #e58810
            }

        .file-upload-parse .el-upload-dragger .icon-up {
            width: 24px;
            height: 24px;
            background: url(../images/up.png) no-repeat;
            margin: 8px 7px 0 0
        }

        .file-upload-parse .el-upload-dragger .icon-new {
            position: absolute;
            right: -2px;
            top: -2px;
            width: 44px;
            height: 30px;
            background: url(../images/new2.png) no-repeat
        }

        .file-upload-parse .el-upload-dragger .geshi {
            color: #999;
            padding-top: 3px
        }

    .file-upload-parse .el-upload {
        width: 100%
    }

    .file-upload-parse .el-upload__text {
        font-size: 12px
    }

    .file-upload-parse .upload-progress {
        padding: 35px 30px 0;
        text-align: center
    }

        .file-upload-parse .upload-progress > p {
            margin-bottom: 10px
        }

.file-parser {
    text-align: center;
    min-height: 140px;
    width: 100%
}

.file-list {
    margin: 0 30px;
    text-align: left
}

    .file-list img {
        margin-right: 5px;
        vertical-align: top
    }

    .file-list li {
        line-height: 20px;
        margin-bottom: 10px
    }

        .file-list li.active, .file-list li:hover {
            color: #059A58;
            cursor: pointer
        }

    .file-list .fail {
        color: #ff2121 !important
    }

.file-parser .fname {
    color: #059A58;
    font-weight: 700
}

.file-parser .dd {
    color: #333;
    font-weight: 700
}

.file-parser .tip1, .file-parser .tip2 {
    text-align: left;
    margin: 0 30px;
    font-size: 14px
}

.file-parser .tip2 {
    font-size: 12px;
    color: #5f987f
}

.file-parser .parse-success, .file-upload-parse .upload-success {
    display: block;
    padding: 10px 0;
    text-align: center
}

    .file-parser .parse-success .title, .final-price .dfm-total .pannel {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex
    }

    .file-parser .parse-success .icon, .file-upload-parse .upload-success .icon {
        font-size: 36px;
        color: #67c23a;
        margin-bottom: 0
    }

    .file-parser .parse-success .title {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .file-parser .parse-success .icon {
        margin-right: 10px
    }

    .file-parser .parse-success .title, .file-upload-parse .upload-success .title {
        color: #333;
        font-size: 15px;
        font-weight: 700
    }

    .file-parser .parse-success > p, .file-upload-parse .upload-success > p {
        margin-bottom: 5px
    }

    .file-parser .parse-success .summary, .file-upload-parse .upload-success .summary {
        margin-bottom: 8px
    }

.file-parser .parse-failure, .file-upload-parse .upload-failure {
    padding: 10px 0;
    text-align: center
}

    .file-parser .parse-failure .icon, .file-upload-parse .upload-failure .icon {
        font-size: 36px;
        color: #c00
    }

    .file-parser .parse-failure > p, .file-upload-parse .upload-failure > p {
        margin-bottom: 5px
    }

    .file-parser .parse-failure .summary, .file-upload-parse .upload-failure .summary {
        margin-bottom: 8px
    }

.parser-success-tip {
    padding-top: 5px
}

#main {
    overflow: visible
}

.reset-wrap {
    margin-bottom: 10px
}

.c--title, .el-collapse-item__header {
    font-size: 15px;
    font-weight: 700;
    color: #303133;
    letter-spacing: 1px
}

.c--title {
    margin-bottom: 15px
}

.tttip {
    margin-bottom: 10px
}

.confirm .title, .graphical > h4 {
    margin-bottom: 6px
}

.tttip > span {
    color: #e4393c;
    font-weight: 700
}

.tttip > a {
    color: #e58810;
    display: block
}

    .tttip > a:hover {
        text-decoration: underline
    }

.basic-info {
    padding-bottom: 10px
}

.param_view {
    margin-left: 20px;
    vertical-align: middle;
    height: 34px
}

.one-row-two-item .el-form-item__content {
    display: flex
}

.one-row-two-item .param_info_item {
    cursor: pointer;
    font-size: 12px;
    color: #059A58;
    margin-left: 20px
}

    .one-row-two-item .param_info_item:hover {
        color: #006639
    }

.confirm h2 {
    font-size: 12px;
    font-weight: 700;
    margin-top: 14px
}

.confirm-number {
    padding-top: 16px
}

    .confirm-number .m-table {
        overflow: hidden;
        border-radius: 2px;
        border: 1px solid #ECECEC
    }

    .confirm-number .tr {
        height: 30px;
        line-height: 30px
    }

    .confirm-number .td {
        float: left;
        font-size: 12px
    }

    .confirm-number .tr .name {
        width: 82px;
        padding-left: 9px;
        color: #999
    }

    .confirm-number .tr .value {
        border-color: #e4e4e4;
        border-left-style: solid;
        padding-left: 11px
    }

    .confirm-number .set-size {
        color: #f34a4a
    }

    .confirm-number .set-count .danpian {
        margin-left: 5px
    }

.danpian-confirm .tr .name {
    width: 105px
}

.graphical {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    width: 100%
}

    .graphical .vue-loading {
        top: 26px;
        height: 100%;
        width: 100%;
        color: #aaa
    }

    .graphical .size-x .number > span, .graphical .size-y .number > span, .graphical > h4 {
        color: #999;
        font-size: 12px;
        text-align: center
    }

    .graphical .vue-loading p {
        padding-top: 40%
    }

.graphical-content {
    margin: 0 auto;
    overflow: hidden;
    width: 100%
}

.graphical .size-x {
    height: 25px;
    margin-bottom: 5px
}

    .graphical .size-x .number {
        position: relative;
        text-align: center;
        border-left: 1px solid #d7d7d7;
        border-right: 1px solid #d7d7d7;
        line-height: 18px;
        height: 18px;
        margin: 0 27px 0 3px
    }

        .graphical .size-x .number:after {
            position: absolute;
            left: 0;
            top: 9px;
            width: 100%;
            height: 1px;
            background-color: #d7d7d7;
            content: ""
        }

        .graphical .size-x .number > span {
            position: relative;
            z-index: 1;
            padding: 0 9px;
            line-height: 18px;
            background: #fff
        }

.graphical-inner {
    position: relative
}

.graphical .size-y {
    position: absolute;
    right: -2px;
    top: 0;
    width: 26px;
    height: 100%
}

    .graphical .size-y .number {
        position: relative;
        text-align: center;
        border-top: 1px solid #d7d7d7;
        border-bottom: 1px solid #d7d7d7;
        height: -moz-calc(100% - 2px);
        height: -webkit-calc(100% - 2px);
        height: calc(100% - 2px)
    }

        .graphical .size-y .number:after {
            position: absolute;
            left: 14px;
            top: 0;
            width: 1px;
            height: 100%;
            background-color: #d7d7d7;
            content: ""
        }

        .graphical .size-y .number > span {
            display: block;
            position: relative;
            top: 50%;
            margin-top: -19px;
            z-index: 1;
            background: #fff
        }

.graphical .gongyibian, .graphical .gongyibian.active {
    background: #0C3A0C
}

    .graphical .gongyibian.bottom, .graphical .gongyibian.top {
        height: 10px;
        margin: 0 3px;
        width: 370px
    }

    .graphical .gongyibian.left, .graphical .gongyibian.right {
        position: absolute;
        top: 0;
        left: 3px;
        width: 10px;
        height: 100%
    }

    .graphical .gongyibian.right {
        left: auto;
        right: 27px
    }

    .graphical .gongyibian.bottom {
        margin-top: -1px;
        z-index: 10;
        position: relative
    }

.graphical .panel-wrap {
    position: relative;
    overflow: hidden
}

.graphical-wrap .pannel {
    table-layout: fixed;
    margin: 0 3px;
    width: 360px;
    height: 360px
}

    .graphical-wrap .pannel td {
        background: #89C400;
        border: 1px dashed #FFF;
        color: #fff;
        text-align: center;
        font-size: 12px;
        word-break: break-all;
        line-height: 1.2
    }

    .graphical-wrap .pannel .opr {
        font-family: SimSun
    }

    .graphical-wrap .pannel tr:first-child td {
        border-top: none
    }

    .graphical-wrap .pannel tr:last-child td {
        border-bottom: none
    }

    .graphical-wrap .pannel tr td:first-child {
        border-left: none
    }

    .graphical-wrap .pannel tr td:last-child {
        border-right: none
    }

.one-row-two-item .el-input {
    width: 110px
}

    .one-row-two-item .el-input .el-input__inner {
        padding: 0 9px
    }

.one-row-two-item .sp {
    margin: 0 8px;
    color: #aaa
}

.da-cha-ban {
    margin: -10px 0 0
}

.solder-mask-color .el-radio {
    padding: 0 10px;
    line-height: 32px
}

.solder-mask-color .el-radio__label {
    display: flex
}

.c--color-block {
    width: 15px;
    height: 15px;
    border-radius: 3px;
    border: 1px solid #fff;
    margin: 7px 4px 0 0;
    display: inline-block
}

    .c--color-block.none {
        width: .1px;
        margin-right: 0
    }

    .c--color-block.green {
        background: #090
    }

    .c--color-block.blue {
        background: #0080ca
    }

    .c--color-block.red {
        background: #c00
    }

    .c--color-block.yellow {
        background: #fc0
    }
    .c--color-block.purple {
        background: purple
    }

    .c--color-block.orange {
        background: #f60
    }

    .c--color-block.black {
        background: #111
    }

    .c--color-block.grey {
        background: #666
    }

    .c--color-block.yin {
        background: #eee
    }

    .c--color-block.yahei {
        background: #434343
    }

    .c--color-block.yalv {
        background: #46ae46
    }

    .c--color-block.white {
        background: #fff;
        border-color: #ddd
    }

.solder-mask-color .el-radio.is-disabled .c--color-block.white {
    background: #f2f2f2
}

.solder-mask-color .el-radio.is-disabled .c--color-block.black {
    background: #999
}

.gongyibian-dom {
    display: flex
}

    .gongyibian-dom .el-select, .gongyibian-dom > .el-input {
        width: 80px
    }

        .gongyibian-dom > .el-input .el-input__inner {
            padding: 0 9px
        }

.pcb-quantity .el-select {
    width: 123px
}

.pcb-quantity .unit {
    background: #F5F7FA;
    padding: 0 7px;
    border: 1px solid #DCDFE6;
    width: 22px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin-left: -5px;
    border-radius: 0 3px 3px 0
}

.pcb-quantity .huansuan-pcs {
    margin-left: 5px
}

    .pcb-quantity .huansuan-pcs > span {
        color: #e4393c
    }

        .pcb-quantity .huansuan-pcs > span > i {
            margin: 0 2px
        }

.pcb-quantity-select {
    box-shadow: 0 0 5px #666
}

    .pcb-quantity-select .el-scrollbar__view {
        width: 300px
    }

    .pcb-quantity-select .el-select-dropdown__wrap {
        min-height: 300px
    }

    .pcb-quantity-select .el-select-dropdown__list {
        padding: 6px
    }

    .pcb-quantity-select .el-select-dropdown__item {
        float: left;
        width: 20%;
        padding: 0 2px 0 7px;
        height: 26px;
        line-height: 26px
    }

    .pcb-quantity-select .other-quantity {
        padding: 10px 7px 0
    }

        .pcb-quantity-select .other-quantity > p {
            margin-bottom: 4px
        }

            .pcb-quantity-select .other-quantity > p > span {
                color: #999;
                font-weight: 400
            }

        .pcb-quantity-select .other-quantity .el-input {
            width: 150px
        }

            .pcb-quantity-select .other-quantity .el-input .el-input__inner {
                padding-left: 10px
            }

        .pcb-quantity-select .other-quantity:before {
            content: " ";
            width: 100%;
            height: 1px;
            clear: both
        }

.side-panel {
    margin-bottom: 20px;
    position: relative
}

    .side-panel .title {
        font-size: 15px;
        color: #333;
        font-weight: 700;
        margin-bottom: 8px
    }

.color-place::before {
    content: "";
    margin-right: 2px;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    border: 1px solid #fff;
    vertical-align: -4px;
    display: inline-block
}

.color-place.green::before {
    background: #090
}

.color-place.blue::before {
    background: #0080ca
}

.color-place.red::before {
    background: #c00
}

.color-place.yellow::before {
    background: #fc0
}

.color-place.black::before {
    background: #111
}

.color-place.grey::before {
    background: #666
}

.color-place.white::before {
    background: #fff;
    border-color: #ddd
}

.params-detail {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    display: inline-block;
    min-height: 100px;
    clear: both
}

    .params-detail ul {
        width: 49.8%;
        float: left
    }

        .params-detail ul li {
            border-bottom: 1px solid #e0e0e0;
            line-height: 30px;
            height: 30px;
            width: 100%;
            display: inline-block
        }

            .params-detail ul li:last-child {
                border: 0
            }

            .params-detail ul li > i {
                border-right: 1px solid #e0e0e0;
                background: #fbfbfb;
                padding: 0 0 0 8px;
                width: 65px;
                float: left
            }

            .params-detail ul li > span {
                padding: 0 2px 0 7px
            }

        .params-detail ul .unit {
            margin-left: 2px
        }

        .params-detail ul.right {
            border-left: 1px solid #e0e0e0;
            float: right
        }

.pz-cn {
    text-align: right;
    font-size: 12px;
    color: #999;
    margin: -5px 0 15px
}

    .pz-cn .svg-icon {
        color: #aaa;
        margin-right: 2px
    }

.price-panel .summary {
    border: 1px solid #ececec;
    background: #fafafa;
    border-radius: 3px;
    display: flex;
    height: 40px;
    line-height: 40px;
    padding: 0 13px;
    position: relative;
    margin-bottom: -1px
}

    .price-panel .summary .chbz {
        position: absolute;
        right: 13px;
        top: 0
    }

.price-panel .c--amount {
    color: #FF9812;
    font-size: 20px;
    margin-right: 8px;
    font-weight: 700
}

    .price-panel .c--amount > i {
        font-size: 14px;
        margin-right: -1px;
        font-weight: 400
    }

.price-panel .show-detail {
    color: #999;
    cursor: pointer
}

.price-panel .price-detail {
    border: 1px solid #ececec;
    border-top: 0;
    padding: 13px 0 5px
}

    .price-panel .price-detail > ul {
        width: 100%;
        overflow: hidden
    }

    .price-panel .price-detail li {
        float: left;
        width: 25%;
        text-align: center;
        margin-bottom: 10px
    }

        .price-panel .price-detail li > b {
            display: block;
            margin-bottom: 3px
        }

.choose-deltime .el-table {
    border: 1px solid #ececec;
    border-radius: 3px;
    border-bottom: 0
}

    .choose-deltime .el-table thead th {
        background: #fafafa;
        color: #333
    }

.choose-deltime .color-column .cell {
    display: flex;
    align-items: center
}

.choose-deltime .color-column .c--color-block {
    margin-top: 3px
}

.choose-deltime .radio-column .cell {
    padding-top: 6px
}

.choose-deltime .el-table__row {
    cursor: pointer
}

.choose-deltime .deltime-radio {
    width: 16px;
    height: 16px;
    background: url(../images/quote-wxz.png) no-repeat;
    background-size: 100%;
    display: block;
    vertical-align: middle;
    margin-top: -3px
}

.fahuo-fahuo, .order-email {
    margin-top: 20px
}

.choose-deltime .deltime-radio.selected {
    background: url(../images/quote-xz.png) no-repeat;
    background-size: 100%
}

.choose-deltime .deltime-radio .svg-icon {
    fill: #aaa;
    width: 16px;
    height: 16px
}

.choose-deltime .deltime-radio.selected .svg-icon {
    fill: #059A58
}

.xuan-xuan-xuan {
    margin-bottom: 10px
}

    .order-note .title, .xuan-xuan-xuan .xxx {
        margin-bottom: 4px
    }

    .xuan-xuan-xuan .el-select {
        width: 175px
    }

        .xuan-xuan-xuan .el-select.province {
            margin-right: 5px
        }

        .xuan-xuan-xuan .el-select.express {
            width: 100%
        }

.fahuo-fahuo {
    height: 40px;
    background: #fff8f5;
    border: 1px solid #fff2ec;
    border-radius: 3px;
    padding: 0 8px;
    line-height: 40px
}

    .fahuo-fahuo .item {
        margin-right: 14px;
        font-size: 12px
    }

        .fahuo-fahuo .item .dh, .fahuo-fahuo .item .fh {
            height: 18px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 4px
        }

        .fahuo-fahuo .item .fh {
            width: 16px;
            background: url(../images/quote-fh.png) center center no-repeat;
            background-size: 100%
        }

        .fahuo-fahuo .item .dh {
            width: 18px;
            background: url(../images/quote-dh.png) center center no-repeat;
            background-size: 100%
        }

.order-note .el-textarea {
    margin-bottom: 10px
}

.order-note .el-textarea__inner {
    font-size: 12px;
    padding: 5px 9px
}

.order-note .el-input__inner {
    font-size: 12px;
    padding-left: 8px
}

.order-email .title {
    margin-bottom: 4px
}

.final-price {
    padding-top: 30px;
    margin-bottom: -20px
}

    .final-price .price-list .item {
        display: flex;
        margin-bottom: 8px
    }

    .final-price .price-list .label {
        color: #333;
        flex: 1
    }

    .final-price .price-list .yuanjia {
        color: #999;
        text-decoration: line-through
    }

    .final-price .price-list .price {
        color: #333;
        font-weight: 700;
        margin-left: 20px
    }

    .final-price .price-list .total {
        margin-top: 15px;
        padding-top: 10px;
        border-top: 1px solid #ececec;
        line-height: 36px
    }

    .final-price .price-list .dfm-total {
        margin-bottom: 20px;
        display: block;
        line-height: 1
    }

    .final-price .dfm-total .pannel {
        margin: 15px 0;
        display: flex;
        justify-content: space-between;
        text-align: center
    }

        .final-price .dfm-total .pannel .helper, .final-price .dfm-total .pannel .web {
            position: relative;
            overflow: hidden;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 6px 0;
            width: 48%;
            font-size: 12px;
            box-shadow: 0 0 1px 1px #ececec inset;
            cursor: pointer;
            border-radius: 3px
        }

.c--zknum, .form-item-flex .el-form-item__content, .tag-phone {
    display: flex
}

.final-price .dfm-total .pannel p {
    transform: scale(.8)
}

.final-price .dfm-total .pannel .cash {
    transform: scale(1)
}

.dfm-total .cash {
    font-size: 18px;
    font-weight: 700
}

.dfm-total .helper .cash {
    margin: 2px 0;
    color: #ff6000
}

.dfm-total .helper .desc {
    color: #999
}

.dfm-total .helper::after {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    content: "推荐";
    line-height: 1.8;
    width: 100px;
    transform: rotate(45deg) translate(78px,-74px) scale(.8);
    background-color: #ff6000;
    color: #fff
}

.dfm-total .web .tit {
    color: #999
}

.dfm-total .web .cash {
    margin-top: 2px;
    color: #333
}

.final-price .dfm-total .pannel .web.on {
    box-shadow: 0 0 1px 1px #059A58 inset
}

.final-price .dfm-total .pannel .on .cash {
    color: #059A58
}

.final-price .dfm-total .pannel .on .tit {
    color: #333
}

.final-price .dfm-total .pannel .web.on::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 0;
    right: 0;
    background: url(../images/xuanzhong.png) no-repeat;
    background-size: cover
}

.final-price .dfm-total .pannel .helper.on {
    background-color: #f80;
    box-shadow: 0 0 1px 1px #f80 inset
}

    .final-price .dfm-total .pannel .helper.on .cash, .final-price .dfm-total .pannel .helper.on .desc, .final-price .dfm-total .pannel .helper.on .tit {
        color: #fff
    }

.dfm-tip {
    margin-top: 10px;
    color: #999;
    font-size: 12px
}

    .dfm-tip a {
        color: #ff6000;
        text-decoration: underline
    }

.final-price .price-list .total .label {
    font-size: 14px;
    font-weight: 700
}

.final-price .price-list .total .price {
    color: #FF9812;
    font-size: 24px;
    font-weight: 700
}

    .final-price .price-list .total .price > i {
        font-weight: 400;
        font-size: 16px
    }

    .final-price .price-list .total .price > b {
        font-size: 12px
    }

.submit-order-button {
    width: 100%;
    background: #FF9812;
    border-color: #FF9812;
    letter-spacing: 2px;
    height: 50px;
    font-size: 18px;
    margin-top: 15PX
}

    .submit-order-button:hover {
        background: #f80;
        border-color: #f80;
        box-shadow: 0 0 5px #ccc
    }

.form-item-flex .no-first {
    margin-left: 30px
}

.mianfei-tip {
    color: #999;
    font-size: 12px;
    padding: 15px 0 0
}

.el-form-item__label {
    color: #333;
    padding: 0 0 0 5px
}

table td, table th {
    border: 0
}

.tag-phone {
    padding-top: 6px
}

.c--testpoint .el-input__inner, .c--zknum .el-input__inner {
    padding: 0 9px
}

.tag-phone > div {
    flex: 1
}

.tag-phone .phone-number {
    margin-left: 15px
}

.c--zknum {
    margin-left: 30px
}

    .c--zknum .el-input {
        width: 60px;
        margin-right: 5px
    }

    .c--zknum > span {
        color: #aaa
    }

.c--testpoint .el-input {
    width: 150px
}

.help-tip-popper {
    border: none !important;
    box-shadow: 0 1px 3px #ddd
}

    .help-tip-popper .popper__arrow {
        border-top-color: #ddd !important
    }

.pannel_hd {
    width: 1200px;
    margin: 0 auto -1px;
    line-height: 42px;
    font-size: 14px;
    overflow: hidden
}

    .pannel_hd li {
        margin-right: 5px;
        float: left;
        width: 100px;
        border: 1px solid #e1e1e1;
        text-align: center;
        background-color: #fff;
        border-radius: 3px 3px 0 0;
        cursor: pointer
    }

    .pannel_hd .on {
        background-color: #059A58;
        color: #fff
    }

    .pannel_hd a {
        display: block;
        color: #666
    }
