<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select{
    margin: 0;
    padding: 0;
}
.mainWarp{
    width: 1300px;
    margin: 0 auto;
}
.pcbwork_main{
    width: 100%;
    background: #FAFAFA;
    margin: 20px 0;
    padding: 20px 0;
    text-align: center;
}
.process {
    background: #f7f9fa;
    margin-bottom: 20px;
    border: 1px dashed #03a9f49e;
    border-radius: 10px;
    padding: 30px 100px;
}
.process h2{
    text-align: center;
}
.pcbwork_main h2{
    font-size: 18px;
    font-family: Arial MT;
    font-weight: bold;
    color: #333333;
    line-height: 25px;

}
.pcbwork_main span{
    display: inline-block;
    width: 40px;
    height: 4px;
    background: #00A0F0;
    border-radius: 2px;
    margin: 15px 0;
}
.pcbwork_process{
    display: flex;
    justify-content: center;
}
.pcbwork_process .process-box{
    width: 12%;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #373737;
    line-height: 20px;
}
.pcbwork_process .process-box img{
    width: 40px;
    height: 40px;
}
.pcbwork_process .process-right{
    width: 24px;
    display: table-cell;
    height: 40px;
    line-height: 40px;
}
.pcbwork_process .process-right img{
    width:24px;
    height: auto;
}
.pcbwork_warp{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.pcbwork_warp .pcbwork_left{
    width: 70%;
}
.pcbwork_warp .pcbwork_left .pcbwork_leftbar{
    width: 98%;
    padding:10px;
    border: 1px solid #D2D2D2;
    border-radius: 10px;
}
.pcbwork_warp .pcbwork_left .pcbwork_leftbar:hover{
    box-shadow: 6px 6px 10px rgb(0 0 0 / 10%);
    border-color: #03a9f49e;
}
.pcbwork_left .leftbar_menu{
    margin-bottom: 15px;
}
.leftbar_menu .menu_checked,
.leftbar_menu  .menu_checkeds{
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #CACCCE;
    text-align: center;
    line-height: 16px;
    border-radius: 5px;
}
.leftbar_menu .menu_checked img{
    display: none;
    width: 100%;
}
.pcbwork_left .leftbar_menu .menu_name{
    display: inline-block;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    font-family: Arial MT;
    font-weight: bold;
    color: #333333;
}
.pcbwork_left .leftbar_menu .menu_name img{
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: bottom;
    border: none;
}
.pcbwork_leftbar .fusion-container .leftbar_gerber{
    border: 1px dashed #9e9e9e;
    background:  #F7FCFF;
    border-radius: 10px;
    padding:30px 60px 10px;
    text-align: center;
}
.fusion-container .leftbar_gerber button.addgerber{
    background: #FFFFFF;
    border-radius: 8px;
    border:1px dashed #ff6a00;
    outline: none;
    font-size: 16px;
    font-family: Arial;
    font-weight: 550;
    color: #ff6a00;
    line-height: 20px;
    padding:  8px 40px;
    margin-bottom: 8px;
    cursor: pointer;
    box-shadow: none;
}
.fusion-container .leftbar_gerber button.addgerber:hover{
    background: #ff6a00;
    color: #FFFFFF;
}
.file_accept,.next-file-name{
    font-size: 15px;
    font-family: Arial;
    padding: 5px 0;
    font-weight: 500;
    color: #00A0F0;
    line-height: 20px;
}
.pcbwork_leftbar .fusion-container .pcbwork_from1{
    margin: 35px 0 15px;
}
.pcbwork_left .form_common{
    display: flex;
    margin-bottom: 25px;
}
.pcbwork_left .form_bt input{
    display: none;
}

.pcbwork_left .form_common label.form_label{
    margin-right: 0;
    width: 150px;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #373737;
    line-height: 25px;
}
.pcbwork_left .form_common .common_right{
    flex: 1;
}
.tips_box{
    display: inline-block;
}
.form_tips{
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    color: #fff;
    background: #CFCCCD;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.form_tips:hover{
    background-color: #059DE7;
}

.tips_com{
    margin-top: 5px;
}
.type_list{
    margin-left: 14px;
    position: relative;
}
.tips{
    position: relative;
}
.tips_pcb{
    display: none;
    position: absolute;
    top: -46px;
    left: 100px;
    background: #fff;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: #363636;
    line-height: 18px;
    padding: 8px 20px;
    box-shadow: 6px 6px 10px rgb(0 0 0 / 10%);
}
.tips_pcb::after,.com_tips::after,.tips_more::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 85px;
    height: 16px;
    background: url("../images/triangle_down.0fd556f5.svg") no-repeat 50%;
}
.com_tips{
    display: none;
    position: absolute;
    top: -46px;
    left: -60px;
    background: #fff;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: #363636;
    line-height: 18px;
    padding: 8px 20px;
    box-shadow: 6px 6px 10px rgb(0 0 0 / 10%);
}
.com_tips::after{
    left: 24px;
}
.tips_special{
    max-width: 358px;
    top: -150px;
    left: 360px;
}
.tips_special::after{
    left: 40px;
}
.tips_more{
    display: none;
    max-width: 358px;
    position: absolute;
    top: -58px;
    left: -60px;
    background: #fff;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: #363636;
    line-height: 18px;
    padding: 8px 20px;
    box-shadow: 6px 6px 10px rgb(0 0 0 / 10%);
}

.tips_more a{
    color: #00A0F0;
}
.tips_more::after{
    left: 23px;
}
.common_unit div.tips&gt;div.tips_box div.tips_dimens{
    line-height: 18px;
    top: -79px;
}
.tips_qtys{
    top: -54px;
}
.tips_design{
    top: -78px;
}
.tips_thickness{
    top: -53px;
}
.tips_color{
    top: -114px;
}
.tips_spray{
    top: -60px;
}
.tips_size{
    top: -56px;
}
.tips_side{
    top: -97px;
}
.tips_number{
    top: -38px;
}
.form_side{
    display: flex;
}
.common_stencilSide,.common_markPoint{
    margin-left: 5px;
}
.pcbwork_left .form_common .layers_list label{
    border: 1px solid #DFDFDF;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #5F5F5F;
    line-height: 25px;
    padding:8px 20px;
    text-align: center;
    cursor: pointer;
}
.pcbwork_left .form_common .layers_list label:hover{
    color: #00A0F0;
    text-decoration: underline;
}
.pcbwork_left .form_common .layers_list input{
    display: none;
}
.pcbwork_left .form_common .layers_list input:checked + label{
    background: url("../images/option-selected.svg") no-repeat right bottom;
    background-size: 21px 21px;
    border: 2px solid #1f8bdb;
    color: #1f8bdb ;
}
.pcbwork_left .form_common .layers_list input:disabled + label{
    background: #eaeaea;
    color: #9c9c9c;
    border: 1px dashed #dfdfdf;
}
.pcbwork_left .form_common .common_right input.inp{
    width: 135px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    font-size: 13px;
    font-weight: 400;
    color: #282828;
    line-height: 34px;
    text-indent: 1em;
    outline: none;
}
.pcbwork_left .form_common .common_right span.unit{
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    line-height: 34px;
    margin-left: 12px;
}
.pcbwork_from1 .form_dimen{
    margin-top: -15px;
    margin-bottom: 0;
}
.pcbwork_from1 .form_dimen label.form_label,
.pcbwork_from3 .form_dimen label.form_label,
.pcbwork_from1 .form_dimen .common_unit div,
.pcbwork_from3 .form_dimen .common_unit div{
    line-height: 55px;
}
.pcbwork_from1 .form_dimen .common_unit,
.pcbwork_from3 .form_dimen .common_unit{
    display: flex;
}
.pcbwork_from1 .form_dimen .common_unit img{
    display: inline-block;
    line-height: 65px;
    vertical-align: top;
    margin-left: 5px;
}
.form_qty{
    display: flex;
    height: 36px;
}
.pcbwork_from1 .qty{
    position: relative;
}
.form_qty .form_tips{
    margin-top: 7px;
}
.pcbwork_left .form_common .common_right .qty_de{
    width: 135px;
    background: #F9F9F9;
    border: 1px solid #E6E6E6;
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    line-height: 34px;
    text-indent: 1em;
    cursor: pointer;
    margin-left: 3px;
}

.pcbwork_left .form_common .sel{
    display: none;
    position: absolute;
    top: 0;
    right: 169px;
    background: #FFFFFF;
    border: 1px solid #408ED4;
    padding: 15px 0 0 15px;
    z-index: 99;
}
.pcbwork_left .form_common .sel .sel_check{
    display: flex;
    justify-content: space-around;
}
.pcbwork_left .form_common .sel ul{
    margin-right: 10px;
    margin-bottom: 0;
    list-style: none;
}
.pcbwork_left .form_common .sel ul li label{
    line-height: 20px;
}
.form_common .common_right div.form_design{
    display: inline-block;
}
.form_common .common_right span.eg{
    color: #1f8bdb;
}
.form_common .fromeg{
    display: none;
    position: absolute;
    top: 35px;
    right:0px;
    width: 500px;
    height: 300px;
    background: #fff;
    box-shadow: 1px 0 10px #9c9c9c;
    z-index: 99;
}
.form_common .fromeg&gt;img{
    width: 100%;
    height: 100%;
}
.form_common .common_right .form_thickness img{
    vertical-align: middle;
}
.form_common .layers_list.from_color&gt;label{
    padding: 8px 10px;
}
.form_common .common_right .colors,.costs_list .colors{
    width: 9px;
    height: 9px;
    display: inline-block;
    margin-right: 5px;
}
.color_green,.costs_color,.screen_green{
    background: #0F0;
}
.color_purple{
    background: #800080;
}
.color_blue{
    background: #00F;
}
.color_red,.screen_red{
    background: #F00;
}
.color_yellow,.screen_yellow{
    background: #F9F900;
}
.color_black,.screen_black{
    background: #000000;
}
.color_white,.screen_white,.costs_screen{
    background: #d1d0d0;
}
.color_matteblack{
    background: #5f5e5e;
}
.form_inner{
    display: none;
}
.form_span{
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #373737;
    line-height: 25px;
    margin-left: 10px;
}
.form_common .common_right select.form_time{
    width: 175px;
    height: 34px;
    line-height: 34px;
    text-indent: 1em;
    border: 1px solid #DFDFDF;
    font-size: 13px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background:#fff url("../images/select-bg.svg") right center no-repeat;
}
.form_common .common_right label.form_cost{
    color: #3c3c3c;
    margin-left: 10px;
    font-size: 14px;
    line-height: 34px;
}
.form_common .common_right select.formCost{
    width: 300px;
    height: 34px;
    background:#f7fcff url("../images/select-bg.svg") right center no-repeat;
    border: 1px solid #DFDFDF;
    font-size: 13px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    text-indent: 1em;
}
.pcbwork_left .pcbwork_leftfold{
    width: 100%;
    margin: 20px 0;
}
.pcbwork_leftfold .leftfold_common:hover{
    box-shadow: 6px 6px 10px rgb(0 0 0 / 10%);
    border-color: #03a9f49e;
}
.pcbwork_leftfold .leftfold_active{
    background:#FFFFFF
}
.pcbwork_leftfold .leftfold_common .leftbar_header{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.leftfold_common .leftbar_header .leftbar_menu{
    margin-bottom: 0;
}
span.view_step{
    font-size: 14px;
    font-family: Arial MT;
    font-weight: 400;
    color: #ff6a00;
    margin-left: 45px;
}
.leftbar_icon{
    display: inline-block;
    width: 15px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
}
.leftbar_icon .opens{
    display: none;
}
.pcbwork_leftfold .pcbwork_toggle{
    border-top: 1px dashed #CCCCCC;
    margin-top: 10px;
    padding-top: 30px;
}
.form_common .common_right select.formSize{
    width: 280px;
    height: 34px;
    background:#fff url("../images/select-bg.svg") right center no-repeat;
    border: 1px solid #DFDFDF;
    font-size: 13px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    text-indent: 1em;
}
.pcbwork_left .form_common.form3_common{
    position: relative;
    margin-bottom: 0;
}
.pcbwork_left .form_common.form3_common:nth-of-type(1){
    margin-bottom: 10px;
}
.pcbwork_left .form_common.form3_common label.form_label{
    width: 205px;
}
.pcbwork_left .form_common.form3_common:nth-of-type(1) label.form_label{
    line-height: 36px;
}
.pcbwork_from3 .form_dimen .common_unit img{
    display: inline-block;
    line-height: 55px;
    vertical-align: top;
    margin-left: 15px;
}
.common_tips{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    color: #fff;
    background: #CFCCCD;
    border-radius: 50%;
    text-align: center;
    cursor: default;
}
.leftfold_common .pcbwork_from3 .pcbwork_pcba{
    background: #FFFAF0;
    padding: 20px 30px 16px 25px;
    font-size: 12px;
    font-family: Arial MT;
    font-weight:500;
    font-style: italic;
    color: #5F5F5F;
    line-height: 18px;
    margin: 10px 0;
}
.leftfold_common .pcbwork_from3 .pcbwork_pcba p&gt;span{
    font-weight: bold;
}
.leftfold_common .pcbwork_from3 .pcbwork_pcba p&gt;a{
    color: #00A0F0;
}
.form3_tipsmes{
    display: none;
    width: 175px;
    padding: 10px;
    position: absolute;
    top:35px;
    left: 215px;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: #363636;
    line-height: 18px;
    z-index: 999;
    background: #fff;
}
.common_tips:hover{
    background: #059DE7;
}
.pcbwork_warp .right-bar{
    flex: 1;
    position: relative;
    margin-bottom: 20px;
}
.right-bar .rightbar_box{
    width: 390px;
}
.right-bar .rightbar_cost{
    border: 1px solid #D2D2D2;
    border-radius: 10px;
}
.rightbar_cost ul,.rightbar_cost li,
.costs_footbox ul,.costs_footbox li{
    list-style: none;
}
.costs_footbox li:nth-of-type(1){
    margin-bottom: -5px;
}
.costs_footbox li:nth-of-type(1) div:nth-of-type(1),.costs_footbox li:nth-of-type(2) div:nth-of-type(1),.costs_footbox li&gt;div.costs_allweight{
    line-height: 20px;
}
.costs_item .costs_header{
    display: flex;
    justify-content: space-between;
    background: #F7FCFF;
    padding: 15px 25px 10px;
    border-bottom: 1px solid #CCCCCC;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #363636;
    line-height: 25px;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
}
.costs_item:nth-of-type(1) .costs_header{
    border-radius: 10px 10px 0 0;
}
/* .costs_pcba{
    border: 1px solid #CCCCCC;
    border-radius:10px;
    margin-top: 10px;
    background: #FFFFFF;
    
} */
/* .costs_pcba .costs_header{
    background: #F9F9F9;
    border-radius: 10px; 
    border-bottom: none;
    z-index: 9999 !important;
} */
.header_le span.leftbar_icon{
    display: inline-block;
    width: 20px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.header_le p{
    display: inline-block;
    font-size: 18px;
    color: #333333;
}
.costs_menoy{
    color: #ff6a00;
}
.foldShow{
    display: none;
}
.item_opens{
    display: inline-block;
}
.item_fold{
    display: none;
}
.costs_body{
    padding: 20px 25px;
    border-bottom: 1px dashed #CCCCCC;
    background: #FFFFFF;
    z-index: 9999 !important;
}
.bodyShow{
    display: block;
    margin: 0;
}
.costs_footbox ul{
    padding: 0;
}
.costs_body li,.costs_footbox li{
    display: flex;
    justify-content: space-between;
}
.pcba_discount{
    display: none;
}
.costs_body li&gt;div,
.costs_footbox li&gt;div{
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #7C7C7C;
    line-height: 15px;
}
.costs_body li&gt;p{
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: #7C7C7C;
    line-height: 17px;
    margin: 20px 0 0;
}
.costs_body li&gt;p a{
    color: #00A0F0;
}
.costs_body li a.pcba_inquiry{
    color: #00A0F0;
    border: 1px solid #00A0E9;
    border-radius: 8px;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    line-height: 30px;
    padding: 10px 33px;
    text-align: center;
    cursor: pointer;
}
.costs_body li.costs_inquiry{
    justify-content: space-between;
    margin-top: 25px;
}
.costs_body li.costs_inquiry a.pcba_inquiry:hover{
    color: #FFFFFF;
    background: #00A0F0;
}
.costs_body li.costs_inquiry .costs_pcbaloding{
    width: 50px;
}
.costs_body li.costs_inquiry .costs_pcbaloding img{
    display: none;
    width: 100%;
    height: auto;
}
.costs_body li&gt;div.costs_price,
.costs_footbox li&gt;div.costs_price{
    line-height: 30px;
    color: #363636;
}
.bodylast{
    padding-bottom: 25px;
    border-bottom: none;
    border-top:1px solid #CCCCCC;
    border-radius: 0 0 10px 10px;
}
.costs_footer{
    padding: 15px 10px;
    position: relative;
    background: #FFFFFF;
    border-radius: 0 0 10px 10px;
}
.costs_footer .costs_footbox{
    padding: 0 15px 0;
    text-align: right;
}
.costs_footbox li&gt;div.costs_sub{
    font-size: 20px;
    color: #ff6a00;
    line-height: 30px;
}

.costs_footbox button.asubmit{
    background: #00A0F0;
    border:1px solid #00A0F0;
    border-radius: 8px;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #ffff;
    line-height: 20px;
    padding: 8px 48px;
    margin-top: 10px;
    cursor: pointer;
    box-shadow: none;
}
.costs_footbox button.asubmit:hover{
    background: #fff;
    color:#00A0F0;
}
.costs_footbox button.costs_cart:hover{
    background: #ff6a00;
    color: #fff;
    border-style: solid;
}
.costs_loding{
    display: none;
    position: absolute;
    bottom: 25px;
    left: 25px;
}
.costs_selection{
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: #7C7C7C ;
    line-height: 17px;
    margin: 25px 0;
    padding: 0 15px;
}
.costs_selection a{
    color: #00A0F0;
    text-decoration: none;
}

.pcbwork_table{
    width: 100%;
}
.pcbwork_table p{
    font-size: 12px;
    line-height: 16px;
    padding: 10px 20px 2px 20px;
    color: #282828;
    margin: 15px 0;
}
.pcbwork_table p:nth-of-type(1){
    font-size: 14px;
    line-height: 22px;
}
.pcbwork_table p a{
    color: #00A0F0;
    text-decoration: none;
}
.pcbwork_table p a.linkbold{
    font-weight: bold;
}
.table_list table{
    border: 1px solid #ece7e7;
    box-shadow: 3px 1px 3px rgb(0 0 0 / 10%);
    width: 100%;
    background: #FFFFFF;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}
.table_list table thead{
    width: 100%;
    background: rgba(228, 242, 248, 0.3);
}
.table_list table tr.table_caption{
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #282828;
    font-weight: 400;
}
.table_list table tr.table_caption td{
    padding: 5px 15px;
}
.table_caption p{
    font-weight: bold;
    text-align: center;
    margin: 2px 0;
}
.table_list table tbody th{
    text-align: left;
    font-size: 14px;
    color:  #333333;
    font-family: Arial;
    line-height: 20px;
}
.table_list table tbody td{
    font-size: 12px;
}
.table_list table tbody td a{
    color: #00A0F0;
}
.table_list table tbody td,.table_list table tbody th{
    padding: 5px 15px;
    border: 1px solid #e4dcdc;
}
.table_list table tbody.table_th th,
.table_list table tbody.table_th td{
    text-align: center;
}
.table_list table tbody.table_link tr:nth-of-type(1) td{
    border-top: 1px solid #e4dcdc;
}
.table_list table tbody.table_link td{
    border: none;
}
.table_link a{
    text-decoration: none;
    color: #00A0F0;
}


.pcb-assembly{
    width: 100%;
    margin: 0 auto;
}
.content-title {
    font-family: "OpenSans-Semibold", Helvetica, Arial, sans-serif;
    padding: 15px 0 0;
    margin-bottom: 10px;
    font-size: 24px;
    color: #111;
}
.capability .list {
    width: 100%;
    height: auto;
    border-left: none;
    border-bottom: none;
    background-color: #fbfbfb;
    box-shadow: 0px 3px 6px 0px #AEAEAE;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.capability .list .box {
    box-sizing: border-box;
    width: 25%;
    height: auto;
    padding: 15px;
    border: 1px solid #dfdfdf;
}
.capability .list .box ul {
    width: 275px;
    margin: 10px 0 0 0;
    padding-inline-start: 40px;
}
.capability .list .box li {
    list-style-type: disc;
}
.capability .list .box div {
    margin: 15px 0 0 15px;
}
.capability .f-os-sb {
    font-family: OpenSans-Semibold,Helvetica,Arial,sans-serif;
}
.f14 {
    font-size: 14px;
}
.f16 {
    font-size: 16px;
}
.pfont&gt;li&gt;a, .pfont&gt;a, .pfont&gt;li, .pfont {
    font-size: 14px;
    font-family: OpenSans-Semibold,Helvetica,Arial,sans-serif;
}
.pcb-assembly a {
    color: #00A0F0;
    font-size: 14px;
    font-weight: bold;
}
.pfont&gt;li&gt;a{
    color: #00A0F0;
}
.quality {
    background: #FFF;
    margin-top: 10px;
    width: 100%;
}
.quality .quality-content {
    margin-bottom: 15px;
}
.quality .quality-content, .c-offer .c-offer-content {
    width: 100%;
    padding: 20px 0;
    background-color: #fbfbfb;
    box-shadow: 0px 3px 6px 0px #AEAEAE;
}
.quality .quality-content p {
    padding: 0 40px;
}
.c-offer .c-offer-content p{
    padding:0 40px;
    line-height: 30px;
}
.p_proccess {
    width: 100%;
    margin: 15px 0;
    background: #FFF;
}
.scrollList {
    width: 1300px;
    height: 360px;
    position: relative;
    overflow: hidden;
}
.scrollList .see {
    height: 350px;
    overflow: hidden;
    position: absolute;
    width: 1300px;
}
.scrollList .scrollListbtnl {
    width: 12px;
    height: 100%;
    float: left;
    background: url(../images/lrpoint.png)no-repeat 0 50%;
}
.scrollList .scrollListbtnr {
    width: 12px;
    height: 100%;
    float: right;
    background: url(../images/lrpoint.png)no-repeat 100% 50%;
}
.scrollList ul{
    position:absolute;
    top:0;left:0;
    margin: 0;
    padding: 0;
}
.scrollList ul li{
    width: 255px;
    height: 360px;
    float: left;
    margin: 0 0 0 40px;
    padding: 0;
    list-style: none;
}
.scrollList ul li:first-child{
    margin-left: 0;
}
.scrollList ul li img{
    width:255px;
    height:300px;
    display:block;
    margin:0;}
.scrollList ul li img:hover {
    box-shadow: 3px 3px 6px 0px #666;
}
.scrollList ul li p{
    text-align:center;
    font-size:12px;
    color:#666666;
    line-height:18px;
    padding:7px 10px 0;
    height:36px;
    overflow:hidden;
}
.scrollList ul li p:hover{
    color:#e9630a;
    text-decoration:underline;
}
.scrollList ul li span{
    color:#383737;
    font-size:12px;
    text-align:center;
    display:block;
    line-height:24px;
}
.p_certifix {
    width: 100%;
    border-radius: 5px;
    background: #FFF;
}
.p_certifix table th{
    background:#00b4f4;
    color:#fff;
    text-align:center;
    font-size:18px;
    padding:5px 10px;
    border: 1px solid #DFDFDF;
}
.p_certifix table td{
    background:#fbfbfb;
    text-align:left;
    font-size:14px;
    padding:20px;
    border: 1px solid #DFDFDF;
}
.p_certifix table tr td:first-child{
    text-align:center;
}

.faq{
    border-radius:5px;
    margin: 60px 0;
}
.faq .mid-q{
    text-align: center;
    margin-top:35px;
}
.faq table{
    width:98%;
    margin: 0 auto;
    text-align:left;
}
.faq table tr{
    min-height:30px;
}
.faq table tr .faq-q{
    color:#111;
    padding:5px 10px;
    background:#fbfbfb;
}
.faq table tr .faq-q p{
    font-size:14px;
    font-weight: bold;
    margin: 0;
}
.faq table tr .faq-a{
    font-size:14px;
    padding:5px 30px 15px 15px;
    background:#fbfbfb;
}
.pfont&gt;li&gt;a,.pfont&gt;a,.pfont&gt;li, .pfont{
    font-size: 14px;
    font-family: OpenSans-Semibold,Helvetica,Arial,sans-serif;
}
.pfont-p{
    font-size: 13px;
    padding-left:20px;
}
.menu_order{
    float: right;
    font-size: 14px;
    font-family: Arial;
    font-weight: 700;
    color: #00A0F0;
    line-height: 45px;
    cursor: pointer;
}
.des{
    font-weight: 400;
}
.menu_order:hover{
    text-decoration: underline;
}
.guide-step{
    display: none;
    width: 100%;
}
.step-mask{
    display: block;
    background: rgba(0, 0, 0, 0.65);
    position: fixed;
    width: 100%;
    right: 0;
    bottom: 0;
    z-index: 999;
    left: 0;
    top: 0;
    margin: auto;
}
.step-list{
    width: 65%;
    max-width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
}
.step-item{
    width: 100%;
}
.step-item img{
    width: 53%;
}
.step-item-info{
    float: right;
    width: 35%;
    background-color: #FFFFFF;
    padding: 20px 20px 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.step-item-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.steps{
    font-family: Arial;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    background-color: #00A0F0;
    padding: 0px 10px 0 20px;
    border-radius: 0px 0 50px 0;
}
.step-colse{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/closed.png) no-repeat center;
    vertical-align: middle;
    cursor: pointer;
}
.step-item-body{
    font-family: Arial;
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0;
}
.step-item-body p{
    margin-bottom: 10px;
}
.step-item-footer{
    display: flex;
    justify-content: space-between;
    font-family: Arial;
    font-size: 16px;
    line-height: 25px;
}
.step-num{
    color: #999999;
}
.step-item-btn button.step-btn{
    outline: none;
    border: 1px solid #00A0F0;
    padding: 5px 15px;
    box-shadow: none;
}
.step-item-btn button.step-next,
.step-item-btn button.step-previous:hover,
.step-item-btn button.step-finish{
    background-color: #00A0F0;
    color: #fff;
}
.step-item-btn button.step-next:hover,
.step-item-btn button.step-previous,
.step-item-btn button.step-finish:hover{
    background-color: #fff;
    color: #00A0F0;
}
/*.guide4 img{*/
/*    float: right;*/
/*    width: 30%;*/
/*    margin-left: 30px;*/

.step-item-img{
    width:53%;
    float:left;
    display:flex;
    justify-content:space-between;
}
.step-item-img img{
    width:48%;
}

.guide2,.guide3,.guide4,.guide5{
    display: none;
}

.plr20 {
    padding-left: 20px!important;
    padding-right: 20px!important;
}
.font14 {
    font-size: 14px!important;
}
.choose-side-box {
    background: #f7fbff;
    padding: 10px 20px 30px;
}
.relative {
    position: relative;
}
.pad0 {
    padding: 0!important;
}
.clearfix:after, .clearfix:before {
    content: "";
    display: table;
    clear: both;
}
.clearfix:after, .clearfix:before {
    content: "";
    display: table;
    clear: both;
}
.choose-side-box .img-box {
    background: #f7fbff;
    border-radius: 4px;
    padding: 18px 20px;
    height: 260px;
    cursor: pointer;
}
.choose-side-box .w45p {
    width: 49%;
}
.pull-left {
    float: left;
}
.text-center {
    text-align: center;
}
.ver {
    vertical-align: middle;
    width: 100%;
}
img {
    max-width: 100%;
    max-height: 100%;
}
.pull-right {
    float: right;
}
.trans[data-v-3b7ad288] {
    transform: rotateY(180deg);
}
.mt15 {
    margin-top: 15px;
}
.justify-between {
    justify-content: space-between;
}
.align-center, .items-center {
    align-items: center;
}
.flex {
    display: flex;
}
.blue, .text-primary {
    color: #2b8ced;
}
.blue, .blue:active, .blue:focus, .hover-blue:hover {
    color: #2b8ced;
}
.verm {
    vertical-align: middle;
}
.mr5 {
    margin-right: 5px!important;
}
.color9 {
    color: #999;
}
.gerber_hide {
    display: none;
}
.typeForm{
    display: none;
}
.typeForm:nth-of-type(1){
    display: block;
}
.materialWarp .tips_box{
    vertical-align: top;
}
.pcbwork_left .form_common .layers_list label.material-label{
    display: inline-block;
    line-height: normal;
}
.material-label img{
    width: 45px;
}
.aluminum-form label{
    margin-left: 20px;
}
.pcbwork_left .form_common .common_right.from_color {
    display: flex;
    flex-wrap: wrap;
}
.pcbwork_left .form_common .common_right.from_color&gt;span{
    display:block;
}
.pcbwork_left .form_common .common_right.from_color label{
        padding: 8px 10px;
        margin: 0 5px 10px;
}
.tabQuote ul{
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tabQuote li{
    width: 235px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    line-height: 55px;
    padding: 5px 8px;
    font-size: 16px;
    font-weight: 600;
    font-family: Arial MT;
    color: #333333;
    border: 1px solid #D2D2D2;
    cursor: pointer;
    border-radius:10px;
}
.tabQuote li span{
    margin: 0 auto;
}
.quoteTab-img {
    width: 55px;
    height: 55px;
}
.tabQuote li.quoteTab-active{
    border-color:#00806A;
    background: #fff url(../print3d/image/option-selected.svg) no-repeat right bottom;
    background-size: 24px 24px;
}</pre></body></html>