﻿
/*new indexpage*/
em, i {
    display: inline-block;
    font-style: normal;
}

.jijiaBox .fast-quote-content .fast-pcb-form dd .layui-form-item {
    width: 100%;
    display: flex;
    padding: 37px 40px;
}

.layui-form-item input, .layui-form-item select {
    background-color: #f7d3d3;
}
/*banner*/
.banner {
    width: 100%;
    height: 500px;
    position: relative;
    margin-bottom: 150px;
    /*overflow:hidden;*/
}

.layui-carousel {
    position: relative;
    left: 0;
    top: 0;
    background-color: #f8f8f8;
}

    .layui-carousel > [carousel-item] {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .layui-carousel > [carousel-item]:before {
            position: absolute;
            content: '\e63d';
            left: 50%;
            top: 50%;
            width: 100px;
            line-height: 20px;
            margin: -10px 0 0 -50px;
            text-align: center;
            color: #c2c2c2;
            font-family: layui-icon !important;
            font-size: 30px;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

.banner-box > div > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
}

.layui-carousel-ind {
    position: relative;
    top: -35px;
    width: 100%;
    line-height: 0 !important;
    text-align: center;
    font-size: 0;
}

    .layui-carousel-ind ul, .layui-carousel-ind ul:hover {
        background-color: unset;
    }

    .layui-carousel-ind li {
        height: 5px;
        width: 20px;
        border-radius: unset;
        margin: 0 8px;
    }

.layui-carousel-arrow[lay-type=add] {
    /*display: none !important;*/
}
/*快捷计价框*/
.banner .lbBox {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

    .banner .lbBox .pos-r {
        margin-top: 50px;
    }

.pos-r {
    position: relative;
}

.fast-quote-box, .jijiaBox {
    width: 1300px;
    position: relative;
    left: 0;
    top: 385px;
    /*background: #f0f0f0;*/
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    float: left;
    z-index: 10;
}

/*.fast-quote-pcb {
    background: #f0f0f0;
}*/

.banner .lbBox .pos-r .banner-reight {
    float: left;
    margin-left: 112px;
    color: #ffffff;
    max-width: 640px;
    overflow: hidden;
}

    .banner .lbBox .pos-r .banner-reight .title {
        font-size: 56px;
        font-weight: bold;
        height: 100px;
    }

.center-line-index {
    width: 80px;
    height: 6px;
    background: #ffffff;
    margin: 20px 0;
}

.kingford-btn2 {
    display: inline-block;
    background: #40D6FF;
    padding: 0px 20px;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 18px;
    width: 200px;
    height: 58px;
    line-height: 58px;
}

.banner-btn .lunbo-btn1 {
    background: #ffffff;
    color: #e60012;
    text-align: center;
}

.banner-btn .lunbo-btn2 {
    margin-left: 20px;
    text-align: center;
    background: #e60012;
    color: #ffffff;
}

.banner-reight .lunbo-des {
    height: 175px;
}

    .banner-reight .lunbo-des, .banner-reight .lunbo-des * {
        color: #ffffff;
        font-size: 22px !important;
        font-weight: bolder;
        white-space: normal !important;
    }
/*.banner-reight .lunbo-des span {
    color: #ffffff;
    font-size: 18px;
    padding: 0 10px;
}*/
.line-h-40 {
    line-height: 40px;
}

.pt20 {
    font-size: 20pt;
}

.w1200 {
    margin: 0 auto;
    width: 1200px;
}

.box1280, .w1280 {
    margin: 0 auto;
    width: 1280px;
}

.fast-quote-head {
    /*width: 500px;*/
    height: 50px;
    white-space: nowrap;
    /*padding: 5px 25px 10px;*/
}

    .fast-quote-head li {
        float: left;
        width: 100px;
        height:50px;
        background-color: #f1f1f1;
        text-align: center;
        /*padding-top: 5px;*/
    }

        .fast-quote-head li:first-child {
            border-top-left-radius: 8px;
        }

        .fast-quote-head li:last-child {
            border-top-right-radius: 8px;
        }

        .fast-quote-head li span {
            padding: 0 12px;
            line-height: 50px;
            font-size: 16px;
            cursor: pointer;
            color: #727272;
        }

        .fast-quote-head li.active > span {
            display: inline-block;
            color: #e60012;
            line-height: 35px;
            font-weight: 600;
            font-size: 16px;
            margin-top: 8px;
            background: white;
            border-radius: 10px;
            box-shadow: 3px 4px 3px #ccc;
            /*border-bottom: 1px solid #e60012;*/
        }

.jijiaBox .fast-quote-content {
    height: 200px;
    overflow: hidden;
    background-color: #f1f1f1;
    border-radius:10px;
    border-top-left-radius:0px;
}   

.fast-pcb-form {
    /*width: 438px;*/
    /*margin: 0 auto;*/
    /*overflow: visible;*/
}

/*.fast-form-dom-box {
    overflow: visible;
    border: 1px solid #e6e6e6;
}*/

.f-left {
    float: left;
}

.wAuto {
    width: auto !important;
}

.fast-pcb-form label {
    line-height: 24px;
    border: 0;
}

.fast-pcb-form select {
    display: block !important;
    width: 150px;
    height: 30px;
    border-width: 0 0 0 1px;
    border-color: #e6e6e6;
}

.fast-form-dom-box .layui-input-inline {
    float: none;
    margin-right: unset;
}

.fast-pcb-form .layui-input {
    height: 30px;
    border-width: 0 0 0 1px;
}

.gk_box {
    width: 300px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

    .gk_box i {
        margin: 0px 10px;
    }

.layui-input, .layui-textarea {
    width: 100px;
}

.fast-pcb-form .layui-form-item .layui-form-mid {
    padding: 13px 0 0 !important;
    margin: 0 6px;
}

.fast-quote-smt label {
    padding-left: 0;
    padding-right: 0;
    width: 64px;
    text-align: center;
}

.f-right {
    float: right;
}

.nomarg {
    margin: 0 !important;
}

.fast-pcb-form button {
    background-color: #e60012;
    line-height: 44px;
    border: 1px solid #e60012;
    height: 44px !important;
}

    .fast-pcb-form button:hover {
        opacity: 1;
        background-color: black;
        border-color: black;
        box-shadow: 0 5px 20px #e60012 80;
    }

.fast-pcb-ad {
    width: 100%;
    border-radius: 0 0 8px 8px;
    background-image: url(/plug/images/90.png);
    height: 125px;
    background-position: bottom;
}

.mouse-up:hover {
    opacity: .85;
}

.fast-pcb-ad > a > div {
    width: 430px;
    height: 125px;
}
/*公告*/
.ggBox {
    margin-top:10px;
    padding: 0px 10px;
    display: flex;
    color: black;
    font-size: 12px;
    justify-content: flex-start;
    border-radius: 20px;
    background: linear-gradient(to right, #f7d3d3,#fff,#fff);
}

    .ggBox .yuanquan {
        border: 1px solid #cf8c8c;
        width: 32px;
        padding: 8px;
        border-radius: 50%;
        margin-top: 4px;
        margin-right: 8px;
    }

.ggList.ggullist.ad {
    margin-top: 4px;
}

.ggBox > span:nth-child(1) {
    font-size: 12px;
    font-weight: 700;
}

.ggBox > i:nth-child(2) {
    font-size: 18px;
    margin-left: 8px;
}

.ggBox .ggList,
.ggBox p.title,
.ggBox p.more {
    overflow: hidden;
    height: 32px;
}

.ggBox p.title,
.ggBox p.more {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .ggBox p.more a {
        color: #1788ff;
    }

.ggList > li {
    width: 1100px;
    height: 100%;
}

    .notice li, .ggList > li > a {
        color: #1788ff !important;
    }

    .ggList > li > a,
    .xcBox,
    .xcList,
    .xcList > div {
        display: flex;
        align-items: center;
        margin-left: 10px;
        color: #ffffff;
        height: 100%;
    }
/*new 公告*/
.ggBox p.title i.icon-laba {
    background: url(/plug/images/info.png) no-repeat;
    background-size: 14px;
    width: 19px;
    height: 14px;
}

.ggBox p.title i.icon-liwu {
    background: url(/plug/images/ac.png) no-repeat;
    width: 19px;
    height: 14px;
}

.ggList > li > a > div {
    width: 420px;
    display: flex;
}

.ggList > li > a > span {
    width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ggList > li > a > div > span {
    max-width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.ggList > li > a > div > img {
    height: 14px;
}

.ggList > li > a > span.readmore {
    margin-left: 80px;
    width: auto;
}

.flex-right {
    margin-left: auto;
}

.ggBox > a {
    color: #ffffff;
}


/*保障宣传*/
.xcBox > img {
    width: 417px;
    height: 149px;
}

.xcList {
    width: 863px;
    height: 149px;
    margin-left: auto;
    box-shadow: 0 0 2px 0 #0093dd;
}

    .xcList > div {
        flex: 1;
        height: 100%;
        background-color: #0093dd;
        position: relative;
        padding-left: 57px;
    }

.xcMsg {
    display: flex;
    flex-direction: column;
}

    .xcMsg > span {
        font-size: 14px;
        color: #fff;
    }

        .xcMsg > span:nth-child(1) {
            font-size: 16px;
            color: #eacda3;
        }

.fgline {
    position: absolute;
    width: 1px;
    height: 30%;
    border-right: 1px solid #fff;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/*供应链*/
.yizhanshiBox {
    height: 280px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 29px;
    margin-top: 36px;
}

    .yizhanshiBox > div > a {
        box-shadow: 0 2px 8px #e9e9e9;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 10px;
        width: 100%;
        height: 100%;
    }

        .yizhanshiBox > div > a > span:nth-child(1) {
            height: 64px;
            font-size: 24px;
            width: 100%;
            background-color: #f9f9f9;
            border-color: #f2f2f2;
            border-width: 1px;
            border-style: solid;
        }

            .yizhanshiBox > div > a > span:nth-child(1) > i {
                height: 64px;
                font-size: 24px;
                width: 80%;
                margin: 14px;
            }

                .yizhanshiBox > div > a > span:nth-child(1) > i > span {
                    padding-left: 10px;
                }

        .yizhanshiBox > div > a > span:nth-child(2) {
            background-image: url(/plug/images/v1/index/bk_bj.png);
            height: 72px;
            width: 270px;
            font-size: 24px;
            color: #f2f2f2;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 20px;
        }

        .yizhanshiBox > div > a > span:nth-child(3) {
            margin-top: 25px;
            font-size: 16px;
            width: 270px;
        }

        .yizhanshiBox > div > a > span:nth-child(4) {
            font-size: 14px;
            color: #777;
            width: 270px;
            margin-top: 7px;
            line-height: 48px;
        }

            .yizhanshiBox > div > a > span:nth-child(4) > img {
                width: 15%;
                float: right;
            }

.titlePart {
    text-align: center;
}

    .titlePart > span:nth-child(1) {
        font-size: 30px;
        color: #000;
        line-height: 30px;
    }

.titleLine {
    width: 1px;
    height: 28px;
    border-right: 1px solid #9fa1a3;
    margin-left: 12px;
}

.title_right {
    display: flex;
    margin-left: auto;
}

.title_right_text {
    height: 30px;
    display: flex;
}

    .title_right_text > span {
        margin-top: auto;
        font-size: 14px;
        color: #666;
    }

.gylBox {
    /* height: 300px;*/
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-column-gap: 29px;
}

    .gylBox > div {
        box-shadow: 0 2px 8px #e9e9e9;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

        .gylBox > div > i.hot {
            content: '';
            background: url(/images/index/hot-icon.png) no-repeat center;
            width: 77px;
            height: 76px;
            position: absolute;
            top: -2px;
            left: -2px;
            z-index: 3;
        }

        .gylBox > div > img {
            width: 200px;
            height: auto;
        }

            .gylBox > div > img:hover {
                transform: scale(1.1);
            }

        .gylBox > div > span.title {
            background: #e60012;
            color: #ffffff;
            border-radius: 9px;
            padding: 5px 20px;
            margin-top: 20px;
            margin-bottom: 25px;
        }

            .gylBox > div > span.title a {
                color: #ffffff;
            }

            .gylBox > div > span.title:hover {
                background-color: #e60012 ;
                box-shadow: 0 5px 20px #e60012 80;
                transform: scale(1.05);
            }

        .gylBox > div > span:nth-child(4), .gylBox > div > span:nth-child(5) {
            margin-top: 4px;
            font-size: 14px;
            color: #777;
        }
/*<!-- 板材类型展示 -->*/
.titlePart2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .titlePart2 > span:nth-child(1) {
        font-size: 30px;
    }

.titleLine {
    width: 1px;
    height: 28px;
    border-right: 1px solid #9fa1a3;
    margin-left: 12px;
}

.titlePart2 > div:nth-child(3) {
    display: flex;
    margin-left: 12px;
    height: 30px;
}

    .titlePart2 > div:nth-child(3) > span {
        font-size: 16px;
        margin-top: auto;
        color: #e60012;
    }

.flexBox {
    display: flex;
    align-items: center;
}

.gyItem {
    width: 87px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin-left: 9px;
    color: #ffffff;
    border: 1px solid #e60012;
    background: #e60012;
}

.bcTypeBox .box {
    height: 380px;
    margin-top: 15px;
}

    .bcTypeBox .box .item {
        position: relative;
        overflow: hidden;
        float: left;
        width: 740px;
        height: 380px;
        margin-right: 15px;
        border-radius:10px;
    }

        .bcTypeBox .box .item .inner {
            width: 100%;
            padding: 40px 48px;
            color: #fff;
            height: 100%;
            position: relative;
            background: linear-gradient(to top, rgba(230, 0, 18,.5),rgba(0,0,0,.5),rgba(0,0,0,.3));
        }

        .bcTypeBox .box .item .info {
            display: none;
        }

        .bcTypeBox .box .item.cur .info {
            display: block;
            animation: special-process 0.5s alternate;
        }

        .bcTypeBox .box .item .inner .dt {
            font-size: 18px;
            margin-top: 5px;
            color: #fff;
            font-weight:bold;
            width:130px;
        }

        .bcTypeBox .box .item.cur .dt {
            font-size: 20px;
            font-weight: bold;
            color:black;
        }

        .bcTypeBox .box .item .inner .des {
            font-size: 14px;
            margin: 12px 0 0 0;
            color: #333333;
            background: #ffffffb0;
        }

        .bcTypeBox .box .item .inner .lines {
            width: 500px;
            overflow: hidden;
            margin-top: 30px;
            font-size: 14px;
            color: #333333;
/*            background: #ffffffb0;*/
            padding:10px;
        }
            .bcTypeBox .box .item .inner .lines li{
                margin-bottom:10px;
                font-weight:bold;
            }
            .bcTypeBox .box .item .inner .lines dd {
                float: left;
                width: 115px;
                margin-bottom: 5px;
            }

                .bcTypeBox .box .item .inner .lines dd.w125 {
                    position: relative;
                    width: 125px;
                    margin-left: -12px;
                }
.more:hover {
    transform: scale(1.05);
    color: white;
    font-weight: bold;
    cursor: pointer;
    opacity: 1;
    background-color: black;
    border-color: black;
    box-shadow: 0 5px 20px #e60012 80;
}
        .bcTypeBox .box .item .inner .online-quotation {
            display: block;
            width: 180px;
            height: 40px;
            margin-top: 25px;
            cursor: pointer;
            font-size: 16px;
            line-height: 42px;
            text-align: center;
            background-color: #e60012;
            color: #fff;
            border-radius: 100px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            position: absolute;
/*            right: 20px;*/
            bottom: 40px;
        }

            .bcTypeBox .box .item .inner .online-quotation:hover {
                background-color: black;
                box-shadow: 0 5px 20px #e60012 80;
                transform: scale(1.05);
            }

        .bcTypeBox .box .item .tabs {
            position: relative;
            left: -25px;
            z-index: 3;
            display: block;
            animation: special-process 0.5s alternate;
            top:220px;
            color:#fff;
        }
      
            .bcTypeBox .box .item.cur .tabs {
                display: none;
            }

        .bcTypeBox .box .item .opacity {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 2;
            width: 100%;
            height: 100%;
            background-color: rgba(255,255,255,0.3);
        }

        .bcTypeBox .box .item.cur .opacity {
            display: none;
            background-color: rgba(0,0,0,0);
        }


.bcItem {
    display: flex;
    flex-direction: column;
}

.bcItem_top {
    width: 100%;
    height: 248px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px #e9e9e9;
}

    .bcItem_top > img {
        width: 380px;
    }

.bcItem_bottom {
    width: 100%;
    margin: 18px auto 0;
    display: flex;
    flex-direction: column;
}

.bc_name {
    font-size: 18px;
    color: #000;
}

.bc_cs {
    width: 100%;
    display: flex;
    align-items: center;
}

    .bc_cs > span {
        font-size: 12px;
        color: #000;
    }

        .bc_cs > span:nth-child(1) {
            width: 55%;
        }

        .bc_cs > span:nth-child(2) {
            width: 45%;
        }

.btn_dy {
    width: 154px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #0093dd;
    border: 1px solid #0093dd;
    margin-top: 20px;
}

.bcItem:hover > .bcItem_bottom > a > .btn_dy {
    color: #fff;
    background-color: #0093dd;
}

.feedbackbox h2 {
    text-align: center;
}

.machineType {
    display: flex;
    margin-top: 20px;
    justify-content: center;
}

    .machineType > span {
        height: 60px;
        background-color: #e60012;
        color: #ffffff;
        text-align: center;
        line-height: 60px;
        font-size: 24px;
        padding: 0 10px;
        margin-right: 20px;
    }

.boardBox {
    width: 100%;
    overflow: hidden;
}

.showChoseImg {
    width: 100%;
    height: 480px;
    margin-top: 15px;
    position: relative;
}

.machineImg, .xiaolvBox_right img {
    width: 100%;
    height: 100%;
}

.machineImg {
    transition: all 0.3s;
}

    .machineImg:hover {
        transform: scale(1.1);
    }

.zdc {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(39,40,34,.2);
}

.machineBox {
    width: 100vw;
    height: 160px;
    padding: 15px 0;
    display: flex;
    align-items: center;
    position: relative;
}

.machine_left, .machine_right {
    width: 12.87vw;
    height: 128px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}

.machine_left {
    left: -2.85%;
}

.mg-l-100 {
    margin-left: 5.2vw !important;
}

.machine_mid, .machine_normal {
    width: 12.87vw;
    height: 128px;
    margin-left: 1.565vw;
}

.machine_mid {
    width: 30.9vw;
    position: relative;
}

.machine_mid_zdc {
    width: 100%;
    height: 477px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 888;
    display: flex;
    flex-direction: column;
}

.white_left {
    width: 2%;
    height: 52%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.white_top {
    width: 100%;
    height: 2%;
    left: 0;
    top: 0;
}

.white_bottom, .white_right, .white_top {
    background-color: #fff;
    position: absolute;
}

.white_right {
    width: 2%;
    height: 52%;
    right: 0;
    top: 0;
}

.white_bottom {
    width: 100%;
    height: 2%;
    left: 0;
    top: 52%;
    border-bottom: 1px solid #e9e9e9;
}

.showMidImg {
    width: 96%;
    height: 50%;
    margin: 2% auto 0;
    position: relative;
    overflow: hidden;
}

    .showMidImg img {
        transition: all 0.3s;
        cursor: pointer;
    }

        .showMidImg img:hover {
            transform: scale(1.1);
        }

.miaoshu, .xiaolvBox_left_top > div {
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.miaoshu {
    height: 47%;
    padding-left: 100px;
    margin-top: auto;
}

.midMachine_name, .midMachine_title {
    max-width: 290px;
    font-size: 30px;
    margin-top: 30px;
}

.midMachine_title {
    font-size: 14px;
    color: #000;
}

.midMachine_addtime {
    max-width: 290px;
    text-align: right;
}

.btn_left_box, .btn_right_box {
    width: 54px;
    height: 54px;
    position: absolute;
    bottom: 70px;
    border-radius: 50%;
    background-color: #cbcbcb;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn_left_box {
    left: 2%;
}

    .btn_left_box > i, .btn_right_box > i {
        font-size: 20px;
        color: #fff;
    }

    .btn_left_box > i {
        transform: rotate(180deg);
    }

.btn_right_box {
    right: 2%;
    font-size: 20px;
}

.machine_mid_zdc:hover > .btn_hand {
    background-color: #0093dd !important;
}

.machine_right {
    right: -14.83vw;
}
/*效率*/
.boxHs {
    background-color: #f9f9f9;
    padding: 20px 0;
}

.xiaolvBox {
    height: 385px;
    margin-top: 47px;
    display: flex;
    background-color: #f9f9f9;
}

.xiaolvBox_left {
    width: 700px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.xiaolvBox_left_top {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 22px;
}

    .miaoshu, .xiaolvBox_left_top > div {
        background-color: #fff;
        display: flex;
        flex-direction: column;
    }

    .xiaolvBox_left_top > div {
        border-top: 1px solid #03557e;
        align-items: center;
        padding-bottom: 38px;
    }

        .xiaolvBox_left_top > div > i:nth-child(1) {
            margin-top: 33px;
            font-size: 34px;
            color: #0093dd;
        }

        .xiaolvBox_left_top > div > span:nth-child(2) {
            margin-top: 10px;
            font-size: 14px;
            color: #000;
        }

.showVal {
    display: flex;
    margin-top: 15px;
}

    .showVal > span:nth-child(1), .showVal > span:nth-child(2) {
        font-size: 36px;
        color: #e60012;
        margin-top: auto;
        line-height: 36px;
        font-weight: 700;
    }

    .showVal > span:nth-child(2) {
        font-size: 14px;
        line-height: 23px;
    }

.xiaolvBox_left_bottom {
    width: 98%;
    height: 370px;
    background-color: red;
    margin: 7px auto;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 22px;
}

    .xiaolvBox_left_bottom > div {
        flex: 1;
        width: 100%;
        background-color: #fff;
        color: #000;
        display: flex;
        align-items: center
    }

.singleXl {
    background-color: #fff0f0 !important
}

.goTime {
    color: #8d1616
}

.xiaolvBox_left_bottom > dl {
    margin: 0 !important;
    height: 100%;
    background: #fff;
    border-top-left-radius: 22px;
}

    .xiaolvBox_left_bottom > dl dt {
        color: #b3b3b3;
        background-color: #fff;
        height: 38px
    }

    .xiaolvBox_left_bottom > dl dd {
        height: 44px
    }

    .xiaolvBox_left_bottom > dl dt, .xiaolvBox_left_bottom dl dd {
        display: flex;
        justify-content: flex-start;
        border-top-left-radius: 22px;
    }

    .xiaolvBox_left_bottom > dl span {
        display: flex;
        padding: 9px 15px;
        font-size: 14px;
        box-sizing: border-box;
        flex-shrink: 0;
        align-items: center;
        justify-content: center
    }

    .xiaolvBox_left_bottom > dl > div {
        height: 264px;
        overflow: hidden
    }

    .xiaolvBox_left_bottom > dl span:nth-of-type(1) {
        width: 80px
    }

    .xiaolvBox_left_bottom > dl span:nth-of-type(2) {
        width: 66px
    }

    .xiaolvBox_left_bottom > dl span:nth-of-type(3) {
        width: 155px
    }

    .xiaolvBox_left_bottom > dl span:nth-of-type(4) {
        width: 65px
    }

    .xiaolvBox_left_bottom > dl span:nth-of-type(5) {
        width: 82px
    }

    .xiaolvBox_left_bottom > dl span:nth-of-type(6) {
        flex-grow: 1
    }

.xiaolvBox_right {
    width: 560px;
    height: 100%;
    background-color: #3390ff;
    margin-left: 22px
}

/*晒单评价*/
.plBox {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 39px;
    margin-top: 43px;
}

.plItem {
    display: flex;
    flex-direction: column;
}

    .plItem > img {
        width: 100%;
        height: 212px;
    }

.userMsg {
    width: 100%;
    display: flex;
    padding: 23px 0;
}

    .userMsg > span:nth-child(1) {
        font-size: 21px;
        line-height: 21px;
    }

    .userMsg > i:nth-child(2) {
        font-size: 14px;
        margin-left: 17px;
        color: #666;
        line-height: 22px;
    }

    .userMsg > span:nth-child(3) {
        font-size: 14px;
        color: #666;
        margin-left: 2px;
        line-height: 24px;
    }

.miaoshu .userMsg {
    max-width: 290px;
}

.starBox {
    display: flex;
    line-height: 20px;
    margin-left: auto;
}

    .starBox > i {
        color: gold;
        font-size: 22px;
    }

.plDate, .plText {
    width: 100%;
    font-size: 15px;
    color: #666;
}

.plText {
    line-height: 25px;
    padding-bottom: 25px;
}

.plDate {
    padding-bottom: 15px;
    border-bottom: 2px solid #0093dd;
    margin-top: auto;
}

.jianjiebox .swiper-button-prev {
    background-image: url(/images/icon/arrow-l.png);
    background-size: cover;
    width: 44px;
}

.jianjiebox .swiper-button-next {
    background-image: url(/images/icon/arrow-r.png);
    background-size: cover;
    width: 44px;
}

@keyframes upin {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

.banner-box > div > a {
    display: block;
    transform: scale(1);
    vertical-align: middle
}

.banner-box > div.layui-this > a {
    animation: upin 6s ease
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

/*通用*/
.mg-top-60 {
    margin-top: 60px;
}

.mg-top-13 {
    margin-top: 13px !important;
}

.mg-top-9 {
    margin-top: 9px !important;
}

.jijiaBox .fast-quote-smt .fast-pcb-form dd .layui-form-item {
    margin-bottom: 0px;
    padding: 16px 40px;
}

.fast-quote-smt .gk_box {
    margin-top: 10px;
}

.fast-pcb-form button {
    width: 200px;
}

.fast-quote-smt .fast-pcb-form button {
    margin-top: -30px;
}

.fast-quote-smt .layui-input {
    width: 150px;
}

.fast-pcb-form .layui-form-item .fast-form-dom-box:nth-of-type(2),
.fast-pcb-form .layui-form-item .fast-form-dom-box:nth-of-type(3) {
    width: 255px;
}

.yy_box {
    height: 330px;
    box-shadow: 0px 0px 5px #ccc;
    /*padding:15px;*/
    display:flex;
}

.dy_left, .dy_right {
    width: 640px;
    height: 330px;
    
}
.dy_left{
    padding:15px 0px 15px 15px;
}
.dy_right {
    padding: 15px 0px 15px 0px;
    border-left: 1px solid #ccc;
}
.dy_left_content {
    float: right;
    width: 290px;
    margin-right: 45px;
    margin-top: 32px;
}
    .dy_left>div>img{
        width:280px;
    }

    .dy_left_content img {
        width: 24px;
        color: #fed638;
    }

    .dy_left_content h2 {
        font-weight: bold;
        margin-bottom: 15px;
    }

    .dy_left_content .dy_d_price {
        font-size: 24px;
        font-weight: bold;
        text-decoration: line-through;
        line-height:40px;
    }

    .dy_left_content li {
        margin-bottom: 2px;
    }

    .dy_left_content a {
        display: block;
        float: right;
        padding: 10px 15px;
        background-color: #d70909;
        border-radius:10px;
        color:white;
    }

.dy_left_b_i {
    line-height: 15px;
    display: flex;
    align-items: center;
}
.dy_left_b {
    display: flex;
    justify-content: space-around;
    background-color: #f7f6fb;
    height: 35px;
}
.dy_left_b_i span{
    padding:0px 10px;
}
.dy_right_i {
    border-bottom: 1px solid #ccc;
    height:150px;
}
.dy_right_i:last-child {
    border-bottom: none;
}
.dy_right_i > div > img {
    height: 130px;
    margin:10px;
}
    .dy_right_i .dy_left_content {
        width: 380px;
        margin-right: 50px;
        margin-top: 9px;
    }
.dy_left_content_tj {
    background-color: #fed638;
    color: white;
    position: absolute;
    right: 310px;
    top: 10px;
    font-weight: bold;
    padding:3px 10px;
    border-radius:10px;
    border-bottom-left-radius:0px;
}
.info .indo_item span {
    background-color: #f7d3d3;
    margin-right: 30px;
    padding: 2px 10px;
    color: #e60012;
    font-weight: bold;
}

.fw_hy {
    width: 100%;
    height: 500px;
    color: white;
}

.h1_sty {
    padding-top: 50px;
    text-align: center;
}

.h1_bom_sty {
    margin-top: 10px;
    text-align: center;
}
.fw_hy_box {
    width: 1280px;
    margin: 110px auto;
    display: flex;
    justify-content: space-between;
}
.fw_hy_item {
    width: 100px;
    height: 100px;
    text-align:center;
    padding:20px;
    background-color:rgba(255,255,255,.8);
    color:black;
    border-radius:50%;
}
.fw_hy_item > img {
    margin: 0px auto;
}
.cpjy_box {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
/*.index_case_list_item {
    position: relative;
    width: 24.3%;
    height: 25vw;
    overflow: hidden;
    box-sizing: border-box;
}
    .index_case_list_item .item_content1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 0.4s;
        z-index: 3;
    }
        .index_case_list_item .item_content1 > img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 1;
        }
    .index_case_list_item .item_content1_text {
        position: absolute;
        bottom: 5rem;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        z-index: 3;
    }*/
/*.index_case_list_item .item_content2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
}
.index_case_list_item .item_content2 > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}*/


 
.kr_centent {
    background-color: #ecf2fe;
    padding-bottom:50px;
    margin-top:40px;
}
.kr_box {
    display: flex;
    justify-content: space-between;
}
.kr_item {
    width: 23%;
    background-color: white;
    padding: 30px;
    margin-top: 50px;
}

.kr_item_t{
    text-align:center;
}
    .kr_item_t>img{
        margin:10px;
    }
    .kr_item_t > h3 {
        margin: 10px;
        font-weight:bold;
    }
    .kr_item_b {
        margin-top: 15px;
    }
.kr_item_b li{
    line-height:25px;
}
.lx_content {
    background: url('/images/contact-bg.jpg') no-repeat;
    height:700px;
}
.ly_from{
    color:white;
    width:1280px;
    margin:0 auto;
    display:flex;
    justify-content:center;
}
    .ly_from tr td input, .ly_from tr td select {
        width: 300px;
        height: 50px;
        font-size: 14px;
        line-height: 50px;
        margin-bottom: 40px;
        margin-right: 1%;
        color: white;
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 0 5px;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0.2);
    }

.form-group-right input {
    margin-left: 150px;
}
.ly_from tr td input::-webkit-input-placeholder{
    color:white;
}
#message::-webkit-input-placeholder{
    color:white;
}
#message {
    font-size: 14px;
    margin-bottom: 40px;
    margin-right: 1%;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.2);
}
#supporttype {
    background-color: rgba(255, 255, 255, 0.2);
}
#sub_btn {
    width: 150px;
    height: 50px;
    text-align: center;
    background-color: #e60012;
    cursor:pointer;
}
#supporttype option{
    background-color:black;
}