﻿.onlinorderh1 {
        position: absolute;
    opacity: 0;
    z-index: -1;
}
.quote-title {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}
    .quote-title h1 {
        font-size: 28px;
        font-weight: 400;
    }
    .quote-title .tzhaiyao {
        font-size: 14px;
        margin: 10px auto;
        line-height: 24px;
    }
    .quote-title p {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 24px;
    }
.sepp[data-v-234d0ae6] {
    width: 1190px;
    background-color: #fff;
    padding-left: 10px;
    margin: 0 auto 12px;
}
.main-box {
    background: #f7f7f7;
}
.hover_detail_content {
    background-color: #f5f7fa;
    border: 1px solid #dae2ed;
    margin-bottom:10px;
}
.hover_detail_content h2{
    border-bottom: 1px solid #dae2ed;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin-bottom: 0;
    padding: 0 10px;
}
.hover_detail_content .pcbDetail {
    display: flex;
    flex-wrap: wrap;
}
/*下单流程*/
.section-wrapper.procedure {
    margin: auto;
    height: 120px;
    background: #fff;
    clear: both;
    width: 1200px;
}

.section-tit {
    float: left;
    width: 260px;
    margin-left: 0;
    line-height: 120px;
    height: 120px;
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-right: 0;
}

.info-section .section-wrapper.procedure .procedure-items {
    float: left;
    height: 100%;
    background: #fff;
    padding-left: 20px;
}

.procedure-items .item {
    width: 114px;
    height: 100%;
    float: left;
    position: relative;
    margin-right: 20px;
    text-align: center;
}

    .procedure-items .item .icon {
        border-radius: 0;
        background-image: url(/images/index/aipcba-icons.png);
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center center;
        width: 30px;
        height: 30px;
        margin: 29px auto 19px;
    }

    .procedure-items .item .prc-text {
        text-align: center;
        font-size: 14px;
        color: #999;
    }

    .procedure-items .item:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(/images/index/aipcba-icons.png) -80px 0;
        top: 50%;
        right: -20px;
        margin-top: -10px;
    }

    .procedure-items .item:last-child:after {
        display: none;
    }

    .procedure-items .item .icon.p1 {
        background-position: -100px 0;
    }

    .procedure-items .item .icon.p2 {
        background-position: -100px -40px;
    }

    .procedure-items .item .icon.p3 {
        background-position: -100px -80px;
    }

    .procedure-items .item .icon.p4 {
        background-position: -100px -120px;
    }

    .procedure-items .item .icon.p5 {
        background-position: -100px -160px;
    }

    .procedure-items .item .icon.p6 {
        background-position: -100px -200px;
    }

    .procedure-items .item .icon.p7 {
        background-position: -100px -240px;
    }

.d-top[data-v-06754dc0] h2 {
    color: #333;
}

.bto[data-v-17b9ae7c] span.quote-now {
    display: flex;
    justify-content: center;
}
.quote-type {
    display: flex;
    justify-content: space-evenly;
    margin: 40px auto;
}
    .quote-type .quote-item {
        width: 400px;
        background: #fff;
        padding: 20px;
        overflow: hidden;
    }
        .quote-type .quote-item:hover {
            border: 1px solid #1f71c2;
        }
        .quote-type .quote-item a {
            display: flex;
            align-items: center;
            justify-content: space-around;
            height: 100%;
        }
        .quote-item img {
            width: 48%;
        }
.quote-item .item-right h2 {
    font-size:18px;
}
.quote-item .item-right p {
    font-size: 14px;
    background: #1f71c2;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 8px;
    width: 100px;
    margin-top: 15px;
}
/*上传按钮*/
.uploadfiles {
    position: relative;
    display: inline-block;
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    overflow: hidden;
    color: #262626;
    text-decoration: none;
    text-indent: 0;
}

    .uploadfiles input {
        position: absolute;
        font-size: 100px;
        right: 0;
        top: 0;
        opacity: 0;
    }

    .uploadfiles:hover {
        background: #00719d;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }
    /*人工下单*/
.con-us-title {
    margin-top: 20px;
    width: 100%;
    padding-bottom: 15px;
}
.con-us-form-title {
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    color: #000;
    padding-bottom: 20px;
}
.con-us-title h2 {
    font-size: 20px;
    color: #333;
}
.con-us-content {
    margin-top: 20px;
    width: auto;
    overflow: hidden;
}
.con-us-p {
    display: inline-block;
    width: 130px;
    padding-right: 10px;
    text-align: right;
    font-weight: bold;
    float: left;
    line-height: 30px;
}
.con-us-content input {
    border: 1px solid #ddd;
    width: 270px;
    min-height: 30px;
    padding-left: 10px;
    padding-right: 5px;
    border-radius: 5px;
}
.con-us-content textarea {
    width: 530px;
    height: 150px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}
.con-us-submit {
    margin-left: 130px;
    background: #1f71c2;
}
.quote-content .successmes {
    text-align: center;
}