﻿@charset "utf-8";

.index-timely-order .bd span, .recent_order_list_tab .fname, .slid-ovflow-box big, .smt-prod-show .desc, .smt-prod-show .tit, .smt_file_up_place {
    text-overflow: ellipsis;
    overflow: hidden
}

.bgf5 {
    background-color: #f5f5f5
}

.g-top-bar-fixed {
    margin: 0
}

.smt-prod-show {
    display: inline-block;
    width: 1208px
}

    .smt-prod-show > li {
        position: relative;
        float: left;
        margin: 0 8px 0 0;
        padding: 0 20px;
        width: 254px;
        height: 390px;
        background-color: #fff
    }

        .smt-prod-show > li:hover {
            box-shadow: 0 1px 10px 5px #e9e9e9
        }

    .smt-prod-show .img-box {
        display: block;
        height: 210px;
        line-height: 210px;
        text-align: center;
        overflow: hidden
    }

    .smt-prod-show img {
        max-height: 94%;
        max-width: 94%
    }

        .smt-prod-show img:hover {
            transform: scale(1.2);
            transition: all .3s
        }

    .smt-prod-show .tit {
        margin: 12px 0;
        font-size: 14px;
        white-space: nowrap
    }

    .smt-prod-show .desc {
        color: #666;
        word-break: break-word;
        line-height: 20px;
        height: 100px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5
    }

.smt-show-slide {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 20px
}

    .smt-show-slide > span {
        display: none;
        position: absolute;
        top: 91px;
        left: 0;
        width: 20px;
        line-height: 48px;
        background-color: #d9d9d9;
        text-align: center;
        color: #fff;
        font-size: 14px;
        cursor: pointer
    }

    .smt-show-slide:hover > span {
        display: block
    }

    .index-banner .hd li, .smt-show-slide .hd ul {
        display: inline-block
    }

    .smt-show-slide .next {
        left: 274px
    }

    .smt-show-slide .hd {
        text-align: center
    }

        .smt-show-slide .hd li {
            float: left;
            margin: 0 10px;
            width: 8px;
            height: 8px;
            border: 2px solid #fff;
            border-radius: 50%;
            background-color: #d9d9d9
        }

        .smt-show-slide .hd .on {
            border: 2px solid #ff6b01;
            background-color: #fff;
            width: 8px;
            height: 8px
        }

.advantage-layer {
    overflow: hidden;
    margin: 0 auto;
    width: 1200px;
    height: 162px;
    background: url(/Static/img/smt/index/advantage.png) center 35px no-repeat
}

    .advantage-layer ul {
        overflow: hidden;
        width: 1215px
    }

    .advantage-layer li {
        float: left;
        margin-right: 15px;
        padding: 47px 0 0 125px;
        width: 163px
    }

    .advantage-layer .tit {
        line-height: 36px;
        font-size: 20px
    }

    .advantage-layer .desc {
        line-height: 22px;
        font-size: 14px;
        color: #5d5d5d
    }

.banner-box {
    background-position: top center;
    height: 380px;
    position: relative
}

.index-banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 380px;
    overflow: hidden
}

    .index-banner .banner-switch {
        position: absolute;
        color: #666;
        font-size: 60px;
        width: 60px;
        height: 110px;
        top: 50%;
        margin-top: -55px;
        line-height: 110px;
        text-align: center
    }

    .index-banner .hd {
        position: absolute;
        text-align: center;
        bottom: 20px;
        z-index: 100;
        width: 100%
    }

        .index-banner .hd li {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #fff;
            border: 1px solid #C61B21;
            margin: 0 2px
        }

    .index-banner .bd, .index-banner .bd li {
        height: 380px;
        width: 1920px
    }

    .index-banner .hd li.on {
        background: #C61B21;
        border-color: #C61B21
    }

    .index-banner .banner-switch:hover {
        background: rgba(0,0,0,.3);
        color: #fff
    }

    .index-banner .prev {
        left: 0
    }

    .index-banner .next {
        right: 0
    }

    .index-banner .bd {
        position: absolute;
        overflow: hidden;
        left: 50%;
        margin-left: -960px
    }

.index-banner-quick-panel {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 360px;
    height: 240px;
    margin: -120px 0 0 -600px;
    border-radius: 4px;
    background-color: #fff;
    z-index: 1;
    font-size: 14px
}

    .index-banner-quick-panel .hq {
        background-color: #e7e7e7;
        line-height: 36px;
        overflow: hidden;
        display: flex
    }

        .index-banner-quick-panel .hq li {
            background-color: #c00;
            color: #fff;
            cursor: pointer;
            padding: 0 10px;
            flex: 1;
            text-align: center;
            font-size: 12px
        }

        .index-banner-quick-panel .hq .on {
            background-color: #a51223;
            color: #fff;
            font-weight: 700;
            font-size: 14px
        }

    .index-banner-quick-panel .bq {
        padding: 15px;
        height: 174px;
        box-shadow: 0 1px 8px 5px #f9f9f9
    }

    .index-banner-quick-panel .smt {
        padding-top: 20px
    }

        .index-banner-quick-panel .smt > p {
            line-height: 36px;
            text-indent: 88px
        }

        .index-banner-quick-panel .smt .g-tc {
            margin-top: 35px
        }

    .index-banner-quick-panel .ui-button {
        margin: 0 5px;
        width: 312px !important;
        height: 36px !important;
        background: #FF9812;
        padding: 0;
        line-height: 34px;
        border-radius: 3px;
        border: 0
    }

        .index-banner-quick-panel .ui-button:hover {
            background: #E58810
        }

    .index-banner-quick-panel .pcb .ui-button {
        margin-top: 5px;
        width: 146px;
        padding: 0 20px
    }

    .index-banner-quick-panel .pcb td {
        padding-bottom: 5px
    }

    .index-banner-quick-panel .size-area {
        float: left;
        border: 1px solid #d6d6d6;
        border-radius: 3px
    }

        .index-banner-quick-panel .size-area .ui-text {
            float: left;
            width: 28px;
            line-height: 28px;
            height: 28px;
            padding: 0 5px;
            border: none
        }

        .index-banner-quick-panel .size-area .unit {
            float: left;
            line-height: 28px;
            padding: 0 4px;
            background-color: #eee
        }

    .index-banner-quick-panel .op {
        float: left;
        margin: 0 3px;
        line-height: 30px
    }

.selectpick_options_bcount_id {
    width: 285px !important
}

.selectpick_div_box .selectpick_options_bcount_id .selectpick_ul_bcount_id li {
    float: left;
    width: 57px
}

.index-floor-f1 h2 {
    width: 1160px;
    margin: 0 auto
}

.index-order-process {
    position: relative;
    margin-bottom: 20px;
    height: 150px;
    background: url(/Static/img/smt/index/order_process.jpg?v20170105) center center no-repeat
}

    .index-order-process .inner {
        width: 1200px;
        margin: 0 auto;
        position: relative
    }

    .index-order-process .tip {
        position: absolute;
        top: 70px;
        font-size: 24px
    }

    .index-order-process ul {
        position: absolute;
        top: 100px;
        left: 123px
    }

    .index-order-process li {
        float: left;
        text-align: center;
        width: 111px;
        font-size: 13px;
        color: #666
    }

    .index-order-process .btn {
        position: absolute;
        right: 2px;
        top: 50px;
        width: 158px;
        height: 43px;
        border: 1px solid transparent;
        border-radius: 3px;
        text-indent: -1000px;
        overflow: hidden
    }

        .index-order-process .btn:hover {
            border-color: #98bace
        }

.index-floor dt {
    padding: 30px 0 20px;
    font-size: 20px;
    position: relative;
    line-height: 20px;
    line-height: 36px
}

.index-floor h2 {
    position: relative;
    padding-left: 40px;
    background: url(/Static/img/smt/index/floor_icons.png) no-repeat
}

.index-floor .f {
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #c60314
}

.index-floor dt .more-btn {
    position: absolute;
    right: 0
}

.index-floor dd {
    display: inline-block;
    width: 100%
}

.index-f4-right {
    overflow: hidden;
    height: 424px;
    border: 1px solid #e1e1e1;
    padding: 0 9px
}

    .index-f4-right .hd {
        position: relative;
        padding-top: 10px;
        line-height: 34px;
        font-size: 16px;
        text-indent: 10px;
        color: #666
    }

    .index-f4-right .hr {
        border-top: 1px solid #f0f0f0;
        margin: 0 10px
    }

.index-timely-order {
    width: 728px;
    height: 466px;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #e1e1e1
}

    .index-timely-order .titRows {
        line-height: 36px;
        background-color: #e9e9e9;
        color: #5d5d5d;
        font-size: 14px
    }

    .index-timely-order li {
        overflow: hidden
    }

    .index-timely-order .hd {
        line-height: 50px;
        font-size: 16px;
        text-indent: 10px
    }

.index-f4-right .index-timely-order .hd {
    line-height: 28px
}

.index-timely-order .bd span {
    float: left;
    width: 121px;
    line-height: 32px;
    text-align: center;
    white-space: nowrap
}

.index-helpr {
    width: 438px;
    height: 466px;
    margin-left: 30px;
    line-height: 32px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e1e1e1
}

    .index-helpr .hd {
        line-height: 50px;
        background-color: #f5f5f5;
        font-size: 16px;
        text-indent: 10px;
        color: #5d5d5d;
        font-weight: 400
    }

    .index-helpr .more-btn {
        float: right;
        margin-right: 20px;
        color: #069
    }

    .index-helpr .bd ol {
        margin: 0 20px;
        height: 183px
    }

    .index-helpr .bd li {
        position: relative;
        padding: 10px 0 10px 40px;
        border-bottom: 1px dashed #e1e1e1
    }

    .index-helpr .w {
        position: absolute;
        left: 0;
        top: 10px;
        line-height: 14px;
        font-size: 14px;
        padding: 5px 10px;
        border-radius: 4px;
        background-color: #d20000;
        color: #fff
    }

        .index-helpr .w:after {
            position: absolute;
            left: 50%;
            bottom: -12px;
            line-height: 16px;
            font-size: 16px;
            content: "◤";
            color: #d20000
        }

    .index-helpr .q {
        line-height: 22px;
        font-size: 14px;
        color: #5d5d5d
    }

    .index-helpr .a {
        line-height: 18px;
        font-size: 12px;
        color: #5d5d5d
    }

.index-manu-box {
    position: relative;
    width: 1200px;
    overflow: hidden
}

    .index-manu-box .l {
        display: none;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -225px 0 0 -299px;
        width: 585px;
        height: 390px;
        padding: 5px;
        border: 1px solid #eee;
        background-color: #fff;
        border-radius: 5px
    }

    .index-manu-box li:hover .l {
        display: block
    }

    .index-manu-box ul {
        overflow: hidden;
        width: 1224px
    }

    .index-manu-box li {
        margin-bottom: 15px;
        float: left;
        width: 282px;
        margin-right: 24px
    }

    .index-manu-box img {
        display: block;
        width: 100%;
        height: 204px
    }

    .index-manu-box .tit {
        margin-top: 15px;
        text-align: center;
        font-size: 16px
    }

.left-pannel-4f {
    background: url(/Static/img/smt/index/left-pannel-4f.jpg);
    width: 266px;
    height: 426px;
    color: #fff;
    text-align: center
}

    .left-pannel-4f .hovbg {
        transition: all .3s;
        height: 100%;
        background-color: rgba(0,0,0,.7);
        overflow: hidden
    }

    .left-pannel-4f:hover .hovbg {
        background-color: rgba(255,111,2,.7)
    }

    .left-pannel-4f .place {
        transition: margin .3s;
        margin: 105px auto 0;
        background: url(/Static/img/smt/index/custom_made.png) 0 -62px;
        width: 62px;
        height: 62px
    }

    .left-pannel-4f:hover .place {
        margin-top: 55px;
        background: url(/Static/img/smt/index/custom_made.png)
    }

    .left-pannel-4f .rect {
        margin: 20px auto 15px;
        background-color: #fff;
        width: 25px;
        height: 4px
    }

    .left-pannel-4f .tit {
        font-size: 22px;
        margin: 8px 0 10px;
        font-weight: 700
    }

    .left-pannel-4f .desc {
        transition: all .3s;
        margin-top: 10px;
        opacity: 0
    }

    .left-pannel-4f:hover .desc {
        opacity: 1
    }

.index-superiority {
    position: relative;
    margin-right: 10px;
    float: left;
    width: 474px;
    border: 1px solid #e1e1e1;
    color: #666
}

    .index-superiority:after, .index-superiority:before {
        content: "";
        width: 1px;
        height: 144px;
        background-color: #eee;
        position: absolute;
        left: 234px;
        top: 32px
    }

    .index-superiority:after {
        left: 234px;
        top: 252px
    }

    .index-superiority li {
        box-sizing: border-box;
        float: left;
        height: 212px;
        width: 50%;
        padding: 30px 20px
    }

    .index-superiority .tit {
        color: #333;
        font-size: 18px;
        font-weight: 700
    }

        .index-superiority .tit i {
            display: inline-block;
            vertical-align: -6px;
            margin-right: 10px;
            width: 26px;
            height: 26px;
            background: url(/Static/img/smt/index/custom_made.png) 0 -122px no-repeat
        }

    .index-superiority li:nth-child(2) .tit i {
        background-position: -29px -122px
    }

    .index-superiority li:nth-child(3) .tit i {
        background-position: 0 -149px
    }

    .index-superiority li:nth-child(4) .tit i {
        background-position: -29px -149px
    }

    .index-superiority .short {
        margin: 10px 0;
        font-weight: 700
    }

.pcb-prod-show {
    height: 176px;
    margin-bottom: 10px;
    border: none
}

    .pcb-prod-show .bd ul {
        height: 120px
    }

    .pcb-prod-show .hd, .pcb-timely-order .hd {
        font-weight: 700
    }

    .pcb-prod-show li {
        float: left;
        padding: 0 2px
    }

    .pcb-prod-show .img-box {
        width: 136px;
        height: 94px;
        line-height: 94px;
        overflow: hidden;
        text-align: center
    }

    .pcb-prod-show .bd {
        margin: 0 4px;
        overflow: hidden
    }

    .pcb-prod-show img {
        width: 100%;
        height: 100%
    }

.pcb-timely-order {
    border: none;
    width: 430px;
    margin: 2px 0 0
}

    .pcb-timely-order .bd span {
        width: 86px
    }

.index-album {
    height: 688px;
    text-align: center
}

    .index-album ul {
        padding-top: 150px;
        display: inline-block
    }

    .index-album li {
        position: relative;
        float: left;
        margin: 0 4px;
        width: 292px;
        background: url(/Static/img/smt/index/index_album.jpg) center top no-repeat;
        padding-top: 291px
    }

        .index-album li:nth-child(2) {
            background-position: 0 -291px
        }

        .index-album li:nth-child(3) {
            background-position: 0 -582px
        }

        .index-album li:before {
            transition: .3s;
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background-color: rgba(0,0,0,.3);
            content: ""
        }

        .index-album li:hover:before {
            background: 0 0
        }

    .index-album .tip {
        transition: .3s;
        line-height: 110px;
        text-align: center;
        color: #fff;
        font-size: 15px;
        background-color: #333
    }

    .index-album li:hover .tip {
        background-color: #ff6a00
    }

.help-content {
    border: 1px solid #ececec;
    width: 1150px;
    margin: 20px auto 0;
    padding: 25px
}

.side-menu {
    margin-right: 25px
}

.side-menu-item {
    display: block;
    height: 30px;
    margin-top: 5px;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    text-align: center;
    line-height: 30px
}

a.side-menu-item:hover {
    border-color: #c00;
    color: #c00;
    text-decoration: none
}

.side-menu-cur {
    background-color: #c00;
    color: #fff
}

.page-title {
    font-size: 16px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px
}

.column .col-main {
    float: right;
    width: 960px
}

.column .col-sub {
    width: 190px;
    float: left
}

.ability-table {
    width: 100%
}

    .ability-table td {
        border: 1px solid #ececec;
        line-height: 24px;
        padding: 12px 0;
        text-indent: 35px
    }

.imgList {
    overflow: hidden;
    width: 1020px
}

    .imgList li {
        margin-right: 20px;
        display: inline;
        float: left;
        width: 225px;
        color: #666;
        margin-bottom: 20px
    }

    .imgList img {
        width: 100%;
        height: 190px
    }

    .imgList span {
        display: block;
        margin: 10px 0;
        text-align: center
    }

    .imgList a span {
        text-align: left;
        margin: 10px 0;
        padding: 0 5px;
        height: 36px;
        overflow: hidden
    }

    .imgList a {
        display: block;
        padding: 3px;
        border: 1px solid #ececec
    }

        .imgList a:hover {
            border: 1px solid #c00;
            color: #333
        }

.goods-show-box {
    padding: 15px 0
}

    .goods-show-box dt {
        font-size: 18px;
        text-indent: 0
    }

    .goods-show-box dd {
        padding-top: 40px
    }

    .goods-show-box .smt-prod-show > li {
        margin-bottom: 50px
    }

.goods-ajax-more {
    display: block;
    margin: 20px auto 0;
    width: 138px;
    line-height: 38px;
    border: 1px solid #4083a9;
    font-size: 16px;
    text-align: center;
    color: #4083a9;
    border-radius: 2px
}

    .goods-ajax-more .iconfont {
        color: #aeaeae;
        font-size: 16px;
        margin-right: 2px;
        vertical-align: middle
    }

    .goods-ajax-more:hover {
        background: #4083a9;
        color: #fff
    }

        .goods-ajax-more:hover .iconfont {
            color: #fff
        }

.goods-ajax-nomore, .goods-ajax-nomore:hover {
    border-color: #fff;
    color: #999;
    cursor: not-allowed
}

.to-pay-wrap {
    padding: 60px 0 60px 300px;
    border: 1px solid #ececec;
    font-size: 13px;
    color: #666;
    background-color: #fff;
    margin-bottom: 30px
}

.done-icon {
    color: #109a10;
    font-size: 50px
}

.to-pay-wrap p {
    line-height: 28px
}

.to-pay-wrap .tit {
    margin: 14px 0;
    font-weight: 700;
    font-size: 20px;
    color: #000
}

.to-pay-wrap table {
    margin: 15px 0;
    border-collapse: collapse
}

.to-pay-wrap th {
    font-weight: 700;
    background-color: #fbfbfb;
    color: #000;
    width: 120px
}

.to-pay-wrap td, .to-pay-wrap th {
    border: 1px solid #d7d7d7;
    padding: 5px 15px
}

.to-pay-wrap .wx-tip {
    margin: 15px 0 5px;
    color: #c00
}

.curr-posi, .curr-posi a {
    color: #666
}

.to-pay-wrap img {
    margin-left: -10px
}

.curr-posi {
    padding: 15px 0 5px;
    border-bottom: 1px solid #efefef;
    font-size: 14px
}

.chk-ext, .equ-list li {
    border: 1px solid #ececec
}

.equ-list {
    width: 1220px;
    overflow: hidden
}

    .equ-list li {
        position: relative;
        float: left;
        margin: 20px 20px 0 0;
        width: 192px;
        height: 242px;
        padding: 15px;
        background-color: #f6f6f6
    }

    .equ-list a {
        display: block;
        height: 100%
    }

        .equ-list .tit, .equ-list a:hover .tit {
            font-size: 16px;
            color: #333
        }

    .equ-list .desc {
        color: #666;
        font-size: 14px;
        word-break: break-all
    }

    .equ-list .img {
        position: absolute;
        bottom: 15px;
        left: 50%;
        max-width: 190px
    }

.equ-d-pic img, .step_pop_match img {
    max-width: 100%
}

.equ-list img {
    position: relative;
    left: -50%;
    transition: all .3s
}

.equ-list a:hover img {
    transform: scale(1.08)
}

.equ-d-pic {
    margin: 15px 0 20px;
    overflow: hidden;
    width: 1220px
}

    .equ-d-pic li {
        float: left;
        margin-right: 20px;
        width: 224px;
        text-align: center
    }

    .equ-d-pic .img {
        line-height: 196px
    }

    .equ-d-pic img {
        vertical-align: middle;
        max-height: 100%
    }

    .equ-d-pic .tit {
        line-height: 40px
    }

.select_box {
    width: 240px
}

.selectpick_div {
    background-color: #FFF;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #d7d7d7;
    line-height: 30px;
    text-indent: 5px;
    padding-left: 5px;
    cursor: pointer;
    overflow: hidden;
    z-index: 9060
}

.selectpick_icon {
    float: right;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    border-width: 7px 4px 0;
    border-style: solid dashed dashed;
    border-left-color: transparent;
    border-right-color: transparent;
    margin: 12px 5px 0 0;
    cursor: pointer
}

.selectpick_div:hover {
    background-color: #F5F5F5;
    border: 1px solid #ccc
}

.selectpick_div:active {
    -moz-box-shadow: 0 0 3px #09C;
    -webkit-box-shadow: 0 0 3px #09C;
    box-shadow: 0 0 3px #09C;
    border: 1px solid #09C
}

.selectpick_options {
    border: 1px solid #d7d7d7;
    border-bottom: none;
    position: absolute;
    z-index: 9060;
    font-size: 12px;
    text-indent: 15px;
    display: none;
    background-color: #fff;
    overflow: hidden
}

    .selectpick_options ul {
        list-style: none;
        height: auto;
        margin: 0;
        padding: 0;
        z-index: 9060;
        font-size: 12px
    }

.selectpick_div_box .selectpick_options ul li {
    border-bottom: solid 1px #d7d7d7;
    padding: 0 4px 0 0;
    margin: 0 0 0 -4px;
    display: block;
    font-size: 12px;
    z-index: 9060;
    width: 100%
}

.selectpick_options li:hover {
    background-color: #39f;
    color: #fff
}

.selectpick_options ul li.selectpick_options_selected {
    background-color: #39f;
    color: #fff;
    z-index: 9060
}

.selectpick_no_select {
    cursor: default;
    color: #9a9898;
    background-color: #F5F5F5
}

.select_hide {
    display: none;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0)
}

.selectpick_options li, .selectpick_options li label {
    cursor: pointer
}

.selectpick_div_box {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    position: relative
}

.factory-des {
    background: url(/Static/img/smt/equipment/banner.jpg) top center no-repeat;
    color: #fff;
    padding: 50px 0
}

.factory-des-title {
    display: block;
    font-size: 37px;
    margin: 0 auto;
    line-height: 90px;
    height: 80px;
    text-align: center;
    font-weight: 400
}

.factory-des-content, .factory-des-ul {
    font-size: 14px;
    line-height: 25px;
    display: block
}

.factory-des-content {
    width: 870px;
    margin: 0 auto 23px
}

.factory-des-ul {
    width: 1200px;
    margin: 0 auto;
    background: url(/Static/img/smt/equipment/des_banner.jpg) top center no-repeat;
    color: #DBDBDB
}

    .factory-des-ul li {
        display: block;
        float: left;
        width: 300px;
        height: 400px;
        padding: 20px 0
    }

    .factory-des-ul strong {
        display: block;
        font-size: 18px;
        text-align: center;
        margin: 75px 0 40px
    }

    .factory-des-ul p {
        padding: 25px
    }

.equipments {
    padding-top: 50px;
    background: #fff
}

.equipmentsf-title {
    display: block;
    font-size: 37px;
    margin: 0 auto;
    line-height: 90px;
    height: 80px;
    text-align: center;
    font-weight: 400
}

.equipmentsf-content {
    text-align: center;
    margin: 10px 0;
    font-size: 14px
}

.equipmentsf-content-item {
    width: 1145px;
    margin: 0 auto
}

    .equipmentsf-content-item p {
        width: 190px;
        float: left;
        color: #666;
        line-height: 22px
    }

.equipments .slid-box {
    padding: 25px 0 50px
}

.equipments .hd {
    position: relative
}

.slid-control {
    position: absolute;
    width: 70px;
    height: 110px;
    top: 144px;
    margin: 0 0 30px;
    color: #999;
    line-height: 110px;
    text-align: center;
    font-size: 50px
}

    .slid-control.prev {
        left: -100px
    }

    .slid-control.next {
        right: -100px
    }

    .slid-control:hover {
        background: #E9E9E9;
        color: #fff
    }

.slid-ovflow-box ul {
    display: block;
    float: left
}

.slid-ovflow-box li {
    float: left;
    width: 400px;
    height: 395px;
    position: relative
}

.slid-ovflow-box big, .slid-ovflow-box p {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 0
}

.slid-ovflow-box img {
    width: 100%;
    height: 100%
}

.slid-ovflow-box big {
    display: block;
    font-size: 20px;
    height: 90px;
    line-height: 90px;
    padding: 0 15px;
    white-space: nowrap;
    text-align: center;
    background: #414141
}

.slid-ovflow-box li:nth-of-type(odd) big {
    background: #333
}

.slid-ovflow-box p {
    display: none;
    padding: 20px 15px;
    font-size: 14px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e39e3d', endColorstr='#9e39e3d', GradientType=0);
    background: rgba(227,158,61,.7);
    line-height: 25px
}

.advantage-title, .authentication-title {
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    text-align: center
}

.slid-ovflow-box li:hover p {
    display: block
}

.slid-ovflow-box li:hover big {
    display: none
}

.advantage {
    background: #F5F5F5;
    padding-bottom: 45px
}

.advantage-title {
    display: block;
    font-size: 37px;
    padding: 80px 0 60px
}

.advantage_ul {
    margin: 0 -34px
}

    .advantage_ul img {
        display: block;
        margin: 0 auto
    }

    .advantage_ul li {
        float: left;
        width: 253px;
        padding: 0 32px;
        text-align: center
    }

    .advantage_ul strong {
        color: #676767;
        font-size: 18px;
        display: block;
        margin: 30px 0 15px
    }

    .advantage_ul p {
        color: #666;
        font-size: 14px
    }

.authentication {
    background: #fff;
    text-align: center;
    padding-bottom: 50px
}

.authentication-title {
    display: block;
    font-size: 37px;
    padding: 70px 0 25px
}

.authentication-content {
    text-align: center;
    margin: 10px 0 25px;
    font-size: 14px
}

#SMT-UP-B, #SMT-UP-P, #SMT-UP-S, #uploadifive-SMT-UP-B, #uploadifive-SMT-UP-P, #uploadifive-SMT-UP-S, .disable_up_bom_file {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    background-color: #169bd5;
    color: #fff;
    border-radius: 4px;
    text-align: center
}

#SMT-UP-P, #SMT-UP-S, #uploadifive-SMT-UP-P, #uploadifive-SMT-UP-S {
    margin-left: 0
}

.up_file_list #SMT-UP-B, .up_file_list #uploadifive-SMT-UP-B {
    margin: 0
}

.disable_up_bom_file {
    width: 120px;
    line-height: 34px;
    margin: 0;
    background-color: #ccc;
    color: #999;
    cursor: not-allowed
}

[v-cloak] {
    display: none
}

.uploadifive-queue {
    display: none !important
}

.ui-ipt-text {
    border: 1px solid #b0b0b0;
    border-radius: 3px;
    height: 32px;
    line-height: 32px;
    text-indent: 10px
}

.smt-content .ui-text {
    border-color: #b0b0b0;
    padding: 7px 10px
}

.smt-content .tag_w {
    margin-right: 5px;
    display: inline-block;
    width: 124px;
    text-align: right;
    font-size: 14px
}

.smt-content textarea {
    border-color: #b0b0b0
}

.smt_online_btn_box {
    padding: 30px 0;
    text-align: center;
    clear: both
}

.smt_online_btn {
    position: relative;
    margin: 0 30px;
    background-color: #c00;
    color: #fff;
    text-align: center;
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 3px;
    border: none
}

.smt_online_btn_box_left_0 {
    text-align: left
}

.smt_online_btn_box_left_91 {
    text-align: left;
    padding-left: 99px
}

.smt_online_btn_fixed .box {
    position: fixed;
    left: 0;
    bottom: 50px;
    width: 100%;
    padding: 0
}

.online-spe-bg {
    min-width: 1200px;
    min-height: 50%;
    overflow: hidden;
    margin-top: -10px;
}

.v_page_step {
    margin: 0 auto;
    overflow: hidden;
    padding: 25px 0 15px;
    width: 888px
}

    .v_page_step li {
        position: relative;
        float: left;
        text-align: center;
        width: 222px;
        color: #309dd3;
        font-size: 16px
    }

    .v_page_step span {
        margin: 0 auto 10px;
        display: block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 32px;
        color: #fff;
        background-color: #309dd3;
        box-shadow: 0 3px 5px #e6e6e6
    }

    .v_page_step .iconfont {
        font-size: 20px
    }

    .v_page_step li:first-child:before, .v_page_step li:last-child:after {
        display: none
    }

    .v_page_step li:before {
        position: absolute;
        left: 0;
        top: 16.5px;
        content: "";
        width: 95px;
        height: 1px;
        background-color: #27a4da
    }

    .v_page_step li:after {
        position: absolute;
        right: 0;
        top: 16.5px;
        content: "";
        width: 95px;
        height: 1px;
        background-color: #27a4da
    }

    .v_page_step .on ~ li:after, .v_page_step .on ~ li:before {
        background-color: #dddce1
    }

    .v_page_step .on ~ li {
        color: #909090
    }

        .v_page_step .on ~ li span {
            color: #909090;
            background-color: #fff
        }

.page_tit {
    margin-bottom: 25px;
    font-size: 24px
}

.hqpcb_iframe {
    width: 1200px;
    height: 935px;
    background: url(/Static/img/load_ajax.gif) center 250px no-repeat
}

.custom_pcb_ban {
    margin-left: 123px
}

.sel_tag_btn {
    overflow: hidden;
    position: relative;
    margin-right: 35px;
    padding: 0 20px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #979797
}

    .sel_tag_btn i {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 16px;
        line-height: 16px;
        visibility: hidden
    }

.size_area, .step_match_tab .td.load, .tab-header {
    position: relative
}

.sel_tag_btn.on {
    border-color: #309ddd;
    color: #000
}

    .sel_tag_btn.on i {
        visibility: visible;
        color: #309ddd
    }

.bom-down-btn, .bom_file_link {
    color: #309dd3
}

.size_area {
    display: inline-block;
    border: 1px solid #b0b0b0;
    border-radius: 3px
}

    .size_area input {
        width: 40px;
        line-height: 32px;
        height: 32px;
        padding: 0 8px;
        border: none
    }

    .size_area .unit {
        display: inline-block;
        padding: 0 5px;
        line-height: 32px;
        border-left: 1px solid #b0b0b0;
        background-color: #f2f2f2;
        text-align: center
    }

.recent_bom_order_list {
    margin-top: 30px;
    padding: 10px 2px;
    background-color: #fff
}

    .recent_bom_order_list .layer_tit {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 700
    }

.tab-header {
    height: 46px;
    left: 0 !important;
    top: 0 !important;
    width: 100%;
    z-index: 1
}

    .tab-header .cont {
        text-align: left;
        background-color: #ddd;
        margin: 0 auto -1px;
        width: 1196px;
        height: 46px;
        border-bottom: 1px solid #cecece
    }

.tab-change {
    float: left;
    margin: 0 40px -1px 1px
}

    .tab-change li {
        float: left;
        margin-left: -1px;
        border: 1px solid #cecece;
        line-height: 45px;
        padding: 0 20px;
        font-size: 16px;
        cursor: default
    }

    .tab-change .on {
        border-bottom-color: #fff;
        background-color: #fff
    }

.tab-header .word {
    font-size: 16px;
    line-height: 46px;
    font-weight: 700
}

.bom-down-btn {
    margin: 0 30px;
    font-weight: 700
}

.bom_file_link:hover {
    color: #c00
}

.step_match_tab {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse
}

    .step_match_tab .colgroup {
        display: table-column-group
    }

    .step_match_tab .col {
        display: table-column
    }

    .step_match_tab .thead {
        display: table-header-group
    }

    .step_match_tab .tbody {
        display: table-row-group
    }

    .step_match_tab .tr {
        display: table-row
    }

        .step_match_tab .td, .step_match_tab .th, .step_match_tab .tr > div {
            display: table-cell
        }

            .step_match_tab .td.load::before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: url(/Static/img/load_ajax.gif) center center no-repeat #fff;
                background-size: 24px 24px
            }

        .step_match_tab .tr > .td [type=checkbox], .step_match_tab .tr > .th [type=checkbox] {
            position: absolute;
            left: -9999px
        }

            .step_match_tab .tr > .td [type=checkbox]:checked ~ .icon, .step_match_tab .tr > .th [type=checkbox]:checked ~ .icon {
                background-position: 0 -16px
            }

.popPrice {
    font-size: 12px
}

    .popPrice td:first-child {
        text-align: right
    }

.step_match_tab .icon {
    display: inline-block;
    vertical-align: -4px;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background: url(/Static/img/smt/sel-icons.png) no-repeat
}

.step_match_tab .split_td {
    border-right: 2px solid #e4e4e4
}

.step_match_tab [type=checkbox][disabled] {
    cursor: not-allowed
}

.step_match_tab .custom_td {
    background-color: #f5fbff
}

.step_match_tab + .step_match_tab {
    position: relative;
    margin-top: 75px
}

.step_match_tab .caption, .step_match_tab .td, .step_match_tab .th, .step_match_tab .tr > div {
    text-align: center;
    border: 1px solid #e4e4e4
}

.step_match_tab .th, .step_match_tab .thead .tr > div {
    padding: 10px 0;
    line-height: 18px
}

.step_match_tab .thead .td, .step_match_tab .thead .th, .step_match_tab .thead .tr > div {
    background-color: #f2f2f2;
    font-weight: 700
}

.step_match_tab .read {
    position: relative;
    cursor: help
}

    .step_match_tab .read .iconfont {
        display: inline-block;
        font-size: 20px;
        vertical-align: middle;
        color: #309dd3;
        font-weight: 400
    }

    .step_match_tab .read span {
        display: none;
        position: absolute;
        left: 50%;
        top: -36px;
        margin-left: -80px;
        z-index: 1;
        width: 150px;
        font-weight: 400;
        background-color: #fff;
        text-align: left;
        padding: 4px 8px
    }

.step_match_tab .caption, .step_match_tab > .tbody > .tr:hover .td {
    background-color: #f2f2f2
}

.step_match_tab .read:hover span {
    display: inline
}

.step_match_tab .caption {
    display: table-caption;
    position: relative;
    padding: 5px 28px;
    border-bottom: none;
    font-size: 18px
}

.step_pop_match .step_match_tab .caption {
    text-align: left;
    font-size: 14px
}

.unmatch-tab-fold {
    position: absolute;
    right: 0;
    top: -33px;
    padding: 4px 20px;
    border: none;
    background-color: #309dd3;
    color: #fff;
    font-size: 16px
}

    .unmatch-tab-fold .iconfont {
        font-size: 16px;
        margin-right: 10px
    }

.step_match_tab .td {
    padding: 10px 5px;
    word-break: break-all;
    font-size: 12px
}

.step_match_tab img {
    width: 64px;
    height: 64px
}

.step_match_tab .td.g-posi-r:hover > img.g-hide {
    position: absolute;
    z-index: 2;
    left: -300px;
    top: 50%;
    margin-top: -332px;
    display: block;
    width: auto;
    height: 300px;
    max-width: none;
    max-height: none
}

.step_match_tab .use_num {
    width: 50px
}

.step_match_tab .btn {
    display: block;
    margin: 0 auto;
    line-height: 22px;
    width: 62px;
    border-radius: 2px;
    text-align: center;
    border: 1px solid #c00
}

.step_match_tab .replace {
    color: #fff;
    margin-bottom: 10px;
    background-color: #c00
}

.step_match_tab .replace_un {
    border-color: #ccc
}

.step_match_tab .ui-text, .step_match_tab select {
    padding: 4px 10px;
    margin: 0 20px 0 5px
}

.step_match_tab .ui-text {
    width: 100px
}

.step_match_tab .ui-button {
    padding: 3px 20px;
    vertical-align: top
}

.brand_name-ajax-drop, .encap-ajax-drop {
    position: absolute;
    top: 24px;
    left: 5px;
    background-color: #fff;
    line-height: 29px;
    padding: 5px;
    white-space: nowrap;
    border: 1px solid #d7d7d7
}

    .brand_name-ajax-drop li, .encap-ajax-drop li {
        padding: 0 5px
    }

        .brand_name-ajax-drop .on, .brand_name-ajax-drop li:hover, .encap-ajax-drop .on, .encap-ajax-drop li:hover {
            background-color: #3879d9;
            color: #fff
        }

.recent_order_list_tab {
    margin-top: 10px;
    line-height: 24px;
    font-size: 13px
}

    .recent_order_list_tab td {
        padding: 0 10px
    }

    .recent_order_list_tab .dis, .recent_order_list_tab .dis input, .recent_order_list_tab .dis label {
        color: #999;
        cursor: not-allowed
    }

    .recent_order_list_tab .fname {
        display: inline-block;
        max-width: 400px;
        vertical-align: bottom;
        white-space: nowrap
    }

    .recent_order_list_tab label {
        margin-right: 35px
    }

        .recent_order_list_tab label input {
            margin-right: 5px;
            vertical-align: -2px
        }

.smt_manu_panel {
    background-color: #fff;
    padding: 25px;
    border: 1px solid #e3e3e3;
    border-radius: 2px
}

    .smt_manu_panel.one {
        float: left;
        margin: 0 20px 0 126.5px;
        width: 643px
    }

    .smt_manu_panel.two {
        float: left;
        width: 180px
    }

    .smt_manu_panel .fee-scale {
        margin-top: -10px;
        line-height: 24px
    }

    .smt_manu_panel .hd {
        margin-bottom: 25px;
        font-weight: 700;
        font-size: 16px
    }

.smt_form_tag {
    display: inline-block;
    width: 130px;
    line-height: 30px;
    font-size: 13px;
    text-align: right
}

.smt_file_up_place, .smt_num_control {
    line-height: 28px;
    vertical-align: middle
}

[data-poptip] {
    cursor: help
}

    [data-poptip] .iconfont {
        display: inline-block;
        font-size: 20px;
        vertical-align: middle;
        color: #309dd3
    }

.smt_num_control {
    position: relative;
    display: inline-block;
    border: 1px solid #b0b0b0;
    border-radius: 2px;
    background: url(/Static/img/smt/add_subtract.png) 96px 0 no-repeat #f3f3f3
}

    .smt_num_control input {
        float: left;
        margin-right: 11px;
        height: 28px;
        border: none;
        width: 80px;
        padding: 0 8px;
        background-color: #fff
    }

    .smt_num_control button {
        position: absolute;
        left: 96px;
        width: 12px;
        line-height: 14px;
        height: 14px;
        text-align: center;
        color: #999;
        border: none;
        background-color: transparent
    }

        .smt_num_control button:active {
            box-shadow: 0 0 6px #ccc inset
        }

    .smt_num_control .up {
        top: 0
    }

    .smt_num_control .down {
        bottom: 0
    }

    .smt_num_control .unit {
        float: left;
        padding: 0 2px;
        text-align: center
    }

.smt_up_box {
    position: relative;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    overflow: hidden
}

.smt_up_box-load::after {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 136px;
    background-color: #fff;
    line-height: 28px;
    content: "正在上传...";
    text-indent: 8px
}

#upload_bom_file, #upload_patch_file, #upload_pcb_file, #uploadifive-upload_bom_file, #uploadifive-upload_patch_file, #uploadifive-upload_pcb_file, #uploadifive-upload_pcb_sn_file {
    position: relative;
    float: left;
    vertical-align: middle;
    border: 1px solid #b0b0b0;
    box-shadow: 0 17px 17px #efefef inset;
    background-color: #d0d0d0;
    text-align: center
}

    #upload_bom_file object, #upload_patch_file object, #upload_pcb_file object {
        left: 0;
        top: 0
    }

    #uploadifive-upload_bom_file:hover, #uploadifive-upload_patch_file:hover, #uploadifive-upload_pcb_file:hover {
        background-color: #c00;
        border-color: #c00;
        color: #fff;
        box-shadow: none
    }

#re_upload_bom_file, #uploadifive-re_upload_bom_file {
    position: relative;
    margin-left: 23px;
    display: inline-block;
    background: -webkit-linear-gradient(#fff,#ececec);
    background: -o-linear-gradient(#fff,#ececec);
    background: -moz-linear-gradient(#fff,#ececec);
    background: linear-gradient(#fff,#ececec);
    border: 1px solid #d4d4d4;
    vertical-align: middle;
    border-radius: 3px;
    color: #333;
    text-align: center
}

.chk-ext, .tipPop {
    background-color: #fff
}

#re_upload_bom_file object {
    left: 0
}

.smt_file_up_place {
    float: left;
    width: 120px;
    padding: 0 8px;
    height: 28px;
    border: 1px solid #b0b0b0;
    border-right: none;
    white-space: nowrap
}

.smt_file_uped {
    position: relative;
    color: transparent !important
}

    .smt_file_uped:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        line-height: 28px;
        content: '重新上传';
        color: #333
    }

    .smt_file_uped:hover:after {
        color: #fff
    }

.item-pop {
    position: relative;
    font-size: 19px;
    color: #7fc771;
    cursor: pointer;
    vertical-align: middle
}

.tipPop {
    position: absolute;
    bottom: 35px;
    left: -116px;
    width: 242px;
    box-shadow: 1px 5px 13px rgba(0,0,0,.2);
    font-size: 12px;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    z-index: 1;
    -webkit-text-stroke-width: 0;
    text-align: justify
}

    .tipPop .arrow-a, .tipPop .arrow-b {
        position: absolute;
        bottom: -16px;
        right: 70px;
        width: 0;
        height: 0;
        overflow: hidden;
        _color: #FF3FFF;
        _filter: chroma(color=#FF3FFF);
        border: 8px dashed transparent
    }

    .tipPop .arrow-a {
        border-top-color: #ddd;
        bottom: -18px
    }

    .tipPop .arrow-b {
        border-top-color: #fff
    }

label.sel {
    line-height: 18px
}

    label.sel i {
        bottom: -3px
    }

.fix-chk-cont {
    color: #333
}

.chk-ext-fixed {
    margin-left: 189px
}

.chk-ext {
    position: relative;
    float: left;
    width: 379px;
    padding: 15px 15px 40px;
    border-radius: 5px
}

    .chk-ext .hd {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 700
    }

.produce_info {
    margin-bottom: 25px;
    width: 100%;
    line-height: 28px
}

    .produce_info td, .produce_info th {
        width: 25%;
        padding-left: 2%;
        border: 1px solid #ececec;
        white-space: nowrap
    }

    .produce_info th {
        background-color: #f6f6f6;
        text-align: right;
        padding: 0 2% 0 0
    }

.up_file_list {
    font-size: 14px;
    line-height: 24px
}

.J_ztDetail, .lab-detail li {
    line-height: 25px
}

.up_file_list a {
    color: #4cb3e9;
    font-size: 12px
}

.up_file_list .tag {
    display: inline-block;
    width: 100px;
    text-align: right;
    color: #333
}

.chk-wrap {
    float: left;
    margin-right: 15px;
    width: 774px;
    font-size: 13px;
    margin-bottom: 50px
}

.order_submit_form {
    margin-top: 20px
}

.chk-item {
    border: 1px solid #ececec;
    padding: 15px 20px 30px;
    background-color: #fff;
    border-radius: 5px
}

    .chk-item dt {
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 16px
    }

    .chk-item dd {
        border-bottom: 1px solid #ececec;
        overflow: hidden;
        padding-bottom: 15px;
        margin-bottom: 15px;
        padding-left: 0
    }

        .chk-item dd:last-child {
            border: none
        }

.lab-detail {
    margin-top: 15px
}

    .lab-detail .addr-tag {
        background-image: url(/Static/img/chk-sel-addr.gif);
        position: relative;
        float: left;
        width: 207px;
        padding: 10px 15px;
        margin: 0 10px 10px 0;
        overflow: hidden;
        height: 86px;
        color: #333
    }

.J_ztDetail, .J_ztLabel {
    margin-top: 5px
}

.lab-detail .addr-tag .addr {
    padding-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 5px;
    width: 100%;
    height: 40px;
    border-top: 1px solid #f2f2f2;
    font-size: 12px;
    color: #666
}

.chk-goods-tab tbody td, .chk-goods-tab tbody th {
    border: 1px dotted #ececec
}

.edit-btn {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px 10px 10px 15px;
    color: #c97;
    cursor: pointer;
    z-index: 1
}

.selected .sel-addr .edit-btn {
    display: block
}

.lab-detail .sel-addr {
    background-position: 0 -106px;
    cursor: default
}

.lab-detail i {
    position: absolute;
    right: -999px;
    bottom: -3px;
    color: #c00;
    font-size: 24px
}

.lab-detail.selected .sel-addr i {
    right: 0
}

.lab-detail input {
    display: none
}

.J_ztDetail {
    color: #ccc
}

    .J_ztDetail.selected {
        color: #666
    }

.chk-row .J_hkVat {
    display: block;
    margin-bottom: 10px
}

.chk-goods-tab-box {
    margin: 15px 0;
    padding: 20px;
    background-color: #fff
}

.vat_item {
    float: left
}

.lab-detail .fc-link {
    display: none
}

.lab-detail.selected {
    display: block
}

    .J_ptfpDetail.selected, .J_zzfpDetail.selected, .lab-detail.selected .fc-link {
        display: inline
    }

.J_ptfpDetail, .J_zzfpDetail {
    display: none
}

    .J_ptfpDetail.selected, .J_zzfpDetail.selected {
        display: block
    }

.selected .zt-info {
    margin-top: 2px;
    color: #333
}

.chk-goods-tab {
    width: 100%;
    text-align: center;
    line-height: 34px
}

    .chk-goods-tab tbody th {
        vertical-align: top;
        text-align: center
    }

    .chk-goods-tab tfoot td {
        padding: 0 15px
    }

.chk-total {
    margin-top: 10px;
    text-align: right
}

    .chk-total .tag {
        display: inline-block;
        margin-right: 15px;
        padding: 10px 30px;
        background-color: #f6f6f6;
        border-right: 1px solid #ececec
    }

.chk-linker {
    margin-top: 10px;
    width: 100%
}

    .chk-linker td {
        padding: 5px 0 15px
    }

    .chk-linker label {
        display: inline-block;
        text-align: right;
        margin-right: 10px;
        width: 62px
    }

    .chk-linker .ui-text {
        width: 140px;
        padding: 6px 10px
    }

    .chk-linker textarea {
        margin: 0;
        width: 700px
    }

.J_sub-total {
    margin-left: 5px
}

.ap-tip, .pre-pay-tip {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    font-weight: 700;
    line-height: 15px;
    border-radius: 32px;
    text-align: center;
    border: 1px solid;
    color: #fc0;
    background-color: #fff;
    cursor: help
}

.pre-pay-tip {
    margin-right: 5px
}

    .ap-tip .desc, .pre-pay-tip .desc {
        display: none;
        position: absolute;
        top: -65px;
        left: -375px;
        line-height: 20px;
        background-color: #fff;
        border: 1px solid #d7d7d7;
        padding: 10px 15px;
        color: #666;
        font-weight: 400;
        border-radius: 4px;
        text-align: left;
        white-space: nowrap
    }

    .pre-pay-tip .desc {
        top: -45px;
        left: -315px
    }

.order-info {
    line-height: 26px;
    float: right;
    margin-top: 20px;
    text-align: right
}

    .order-info .J_use-ap {
        display: none
    }

.smt_submit_btn_box {
    position: absolute;
    bottom: -120px;
    left: 0;
    width: 100%
}

    .smt_submit_btn_box .agreen {
        position: relative;
        top: -10px;
        left: 10px
    }

    .smt_submit_btn_box .smt_online_btn {
        margin: 0 10px
    }

        .smt_submit_btn_box .smt_online_btn[disabled] {
            background-color: #dcdcdc;
            color: #666;
            cursor: not-allowed
        }

.smt_online_btn_fixed.daicai_checkbox_show .box {
    background-color: #f2f2f2
}

.daicai_checkbox_show .box {
    bottom: 0;
    padding: 10px 0
}

.icons2015 {
    background: url(/Static/img/icons2015.png) no-repeat
}

.spread i {
    background-position: -15px 0
}

.J_ap_p {
    color: #666;
    line-height: 20px;
    margin-top: 5px
}

.scorenum {
    width: 90px;
    padding: 4px 5px;
    border: 1px solid #ececec
}

.J_scorebuy {
    padding: 5px 15px
}

.popDialog {
    width: 585px;
    margin: 0 auto;
    background-color: #fff
}

.spePopVat {
    width: 330px;
    padding: 0 60px
}

.popDialog .tit {
    float: left;
    font-weight: 700;
    font-size: 14px
}

.popDialog .close {
    float: right;
    width: 15px;
    height: 15px;
    background-image: url(/Static/img/close.png)
}

    .popDialog .close:hover {
        background-position: 0 -20px
    }

.popDialog .item {
    display: block;
    position: relative;
    margin: 10px 20px 10px 0;
    width: 318px;
    padding: 9px 0;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #c9c9c9;
    text-indent: 10px
}

.popDialog .on {
    width: 316px;
    padding: 8px 0;
    border: 2px solid #c00;
    color: #c00
}

.popDialog .item i {
    display: none
}

.popDialog .on i {
    line-height: normal;
    display: block;
    position: absolute;
    right: -1px;
    bottom: -2px
}

.popDialog .Validform_right, .popDialog .item input {
    display: none
}

.popDialog .item .del-vat {
    display: none;
    position: absolute;
    right: 10px;
    float: right;
    color: #069
}

.popDialog input.ui-button-lred {
    margin-left: 100px
}

.popDialog .Validform_wrong {
    margin-left: 5px;
    color: #e4393c;
    font-size: 12px
}

.changeVatBox {
    width: 100%;
    text-align: left
}

    .changeVatBox .tab {
        position: relative;
        overflow: hidden
    }

        .changeVatBox .tab ul {
            margin-left: 20px
        }

            .changeVatBox .tab ul li {
                margin: 0 15px 0 0;
                width: 60px
            }

    .changeVatBox .box ul {
        zoom: 1;
        padding: 15px
    }

.valu-hd {
    padding: 25px 0 10px;
    font-size: 24px
}

.valu-bd-panel {
    float: left;
    margin-bottom: 100px;
    border: 1px solid #dfdfdf;
    background-color: #fff
}

    .valu-bd-panel .hd {
        font-size: 16px;
        font-weight: 700
    }

.valu-parame-panel {
    padding: 30px 50px;
    width: 593px
}

.Validform_error {
    background-color: #ffebeb !important;
    border-color: #ffbdbe !important
}

.size_area .Validform_wrong, .smt_manu_panel .Validform_wrong, .valu-parame-panel .Validform_wrong {
    position: absolute;
    left: 115px;
    top: 30px;
    font-size: 12px;
    white-space: nowrap
}

.smt-spe-item .Validform_wrong, .smt_num_control .Validform_wrong {
    position: absolute;
    left: -10px;
    top: 23px
}

.size_area .Validform_wrong {
    left: -10px;
    top: 32px
}

.valu-parame-panel .bd {
    font-size: 13px
}

.valu-parame-panel li {
    position: relative;
    margin: 15px 0
}

.valu-parame-panel .ipt-tag {
    display: inline-block;
    width: 120px;
    line-height: 30px;
    vertical-align: top;
    text-align: right
}

.valu-parame-panel .smt-spe-item {
    position: relative;
    display: inline-block;
    line-height: 32px
}

    .valu-parame-panel .smt-spe-item .ui-text {
        width: 45px
    }

    .valu-parame-panel .smt-spe-item .unit {
        position: absolute;
        top: 0;
        right: 0;
        width: 25px;
        line-height: 32px;
        border-left: 1px solid #d7d7d7;
        color: #999;
        text-align: center;
        background-color: #f9f9f9
    }

.valu-parame-panel .ui-text {
    padding: 5px 8px;
    width: 122px
}

.valu-parame-panel .sel_tag_btn {
    display: inline-block;
    line-height: 28px;
    height: 28px
}

    .valu-parame-panel .sel_tag_btn [type=radio] {
        position: absolute;
        visibility: hidden
    }

.valu-cost-panel {
    position: relative;
    margin: 0 20px
}

.valu-cost-panel, .valu-stand-panel {
    width: 180px;
    padding: 30px 25px
}

    .valu-stand-panel .fee-scale {
        margin-top: 10px;
        line-height: 24px
    }

    .valu-cost-panel .hd {
        margin-bottom: 10px
    }

    .valu-cost-panel .submit-btn {
        position: absolute;
        left: 50%;
        bottom: -60px;
        margin-left: -90px;
        width: 180px;
        line-height: 40px;
        height: 40px;
        text-align: center;
        font-size: 18px;
        padding: 0
    }

    .valu-cost-panel .item {
        display: block;
        line-height: 24px
    }

.loading {
    z-index: 999999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    font-size: 14px
}

    .loading img {
        margin-right: 10px
    }

    .loading span {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -31px 0 0 -145px;
        padding: 15px 40px;
        border-radius: 3px;
        background-color: #fff
    }

#protocol_box ol, #protocol_box ul {
    color: #333;
    padding-left: 40px;
    line-height: 1.7
}

#protocol {
    display: none
}

#protocol_box {
    position: fixed;
    width: 760px;
    height: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    z-index: 1000;
    border-radius: 5px
}

    #protocol_box p {
        width: auto !important
    }

    #protocol_box ol {
        list-style-type: decimal
    }

    #protocol_box ul {
        list-style-type: disc
    }

    #protocol_box .close-btn {
        position: absolute;
        width: 35px;
        height: 35px;
        font-size: 20px;
        right: -5px;
        margin-top: -10px
    }

#protocol:after {
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    position: fixed;
    z-index: 999;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5
}

#protocol center {
    display: block;
    font-size: 20px;
    margin: 20px 0
}

#protocol .content {
    width: 100%;
    height: 380px;
    overflow: auto;
    color: #999
}

#protocol p {
    margin-bottom: 10px;
    display: block;
    width: 100%
}

#protocol .btn {
    display: block;
    padding: 5px 20px;
    border: 1px solid #C00;
    background: #C00;
    color: #fff;
    width: 80px;
    text-align: center;
    margin: 20px auto;
    border-radius: 3px;
    cursor: pointer
}

/*计价页面*/
.smt-content > div {
    display: flex;
    justify-content: space-around;
}

.smt-content .content-left {
    width: 730px;
}

.box {
    padding: 15px 25px 10px;
    background-color: #fff;
    margin-bottom: 10px;
    flex: 1;
}

    .box .title {
        display: inline-flex;
        width: 110px;
        font-weight: 700;
        font-size: 13px;
    }

    .box .item:nth-child(1) {
        margin-top: 10px;
    }

    .box .item {
        margin-bottom: 10px;
    }

        .box .item > label {
            display: inline-flex;
            width: 100px;
            color: #333;
            position: relative;
        }

    .box .input_box {
        /* overflow: hidden; */
        position: relative;
        /* border: 1px solid #e1e1e1; */
        height: 28px;
        display: inline-flex;
        border-radius: 4px;
    }

    .box .item .is_required {
        color: red;
        position: absolute;
        left: -8px;
    }

    .box .input_box > .el-input-number {
        flex: 1;
        background-color: #fff !important;
    }

    .box .input_box > div {
        padding: 2px 8px;
        border: 1px solid #e1e1e1;
        margin-right: -1px;
        margin-top: -1px;
        display: flex;
        align-items: center;
        height: 24px;
        border-radius: 3px;
    }

    .box .input_box > .el-input-number .el-input__inner {
        padding: 0;
        text-align: left;
    }


    .box .input_box > .el-input-number .el-input__inner {
        padding: 0;
        text-align: left;
    }

.el-input-number.is-without-controls .el-input__inner {
    padding-left: 15px;
    padding-right: 15px;
}

.box .input_box input, .box .input_box .el-textarea {
    outline: none;
    border: 0;
    padding: 2px 10px;
    flex: 1;
}

.el-input--mini .el-input__inner {
    height: 28px;
    line-height: 28px;
}

.el-input__inner {
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

textarea {
    font: 12px/1.5 \5fae\8f6f\96c5\9ed1,\5b8b\4f53,arial;
}

.flex {
    display: flex;
}

.box .price {
    color: #059A58;
    font-weight: 700;
}

.ui-redia.is_check {
    border: 1px solid #059A58;
}

.ui-redia {
    position: relative;
    height: 25px;
    padding: 0 15px;
    border: 1px solid #e1e1e1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 5px;
}

    .ui-redia.is_check::before {
        content: '√';
        position: absolute;
        right: -2px;
        bottom: -3px;
        color: #fff;
        z-index: 9;
        transform: scale(0.7);
    }

    .ui-redia.is_check::after {
        content: '';
        position: absolute;
        color: #ffffff;
        width: 0;
        right: 0;
        bottom: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-bottom: 15px solid #059A58;
    }

.box .bd {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
    margin-bottom: 10px;
}

.content-right .box .remark {
    line-height: 1.8;
    color: #ccc;
}

.content-right .box .next_btn {
    background-color: #FF9812;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
}

.box .input_box .el-textarea textarea {
    font-size: 12px;
    margin: 0;
    border-color: #e4e4e4;
    width: 550px;
}

.box .input_box.notHide {
    height: auto;
}

.box .input_box .el-textarea {
    height: auto;
    padding: 0 !important;
    width: max-content;
}