div, ul, li, 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;
}
.pcbwork_main h1{
    font: 500 24px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    color: #282828;
}
.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 15px;
    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{
    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: 400;
    color: #ff6a00;
    line-height: 20px;
    padding:  8px 48px;
    margin-bottom: 8px;
    cursor: pointer;
    box-shadow: none;
}
.fusion-container .leftbar_gerber button.addgerber:hover{
    background: #ff6a00;
    color: #FFFFFF;
}
.fusion-container .leftbar_gerber .file_accept{
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #808080;
    line-height: 20px;
}
.fusion-container .leftbar_gerber .file_pcbintr{
    font-size: 13px;
    font-family: Arial;
    font-weight: 400;
    color: #474747;
    line-height: 18px;
    text-align: left;
}
.fusion-container .leftbar_gerber .file_pcbintr p{
    margin: 15px 0;
}
.fusion-container .leftbar_gerber .file_pcbintr a{
    color: #00A0F0;
}
.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: 30px;
    width: 165px;
    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;
}
.materialWarp .tips_box{
    vertical-align: top;
}
.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("https://cart.jlcpcb.com/newCart/img/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: 310px;
    top: -150px;
    left: 344px;
}
.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%);
    z-index: 1;
}

.tips_more a{
    color: #00A0F0;
}
.tips_more::after{
    left: 23px;
}
.material_info p{
    margin: 8px 0;
}
.common_unit div.tips>div.tips_box div.tips_dimens{
    line-height: 18px;
    top: -79px;
}
.tips_material{
    max-width: none;
    top: auto;
    bottom: 30px;
}
.tips_qtys{
    top: -54px;
}
.tips_design{
    top: -78px;
}
.tips_thickness{
    top: -53px;
}
.tips_color{
    top: -114px;
}
.tips_spray{
    top: -60px;
}
.tips_screen{
    top: -135px;
}
.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.material-label{
    display: inline-block;
}
.material-label img{
    width: 45px;
}
.pcbwork_left .form_common .layers_list label:hover{
    color: #00A0F0;
    text-decoration: underline;
}
.pcbwork_left .form_common .layers_list input{
    display: none;
}
.applications{
   display: none;
   margin: 14px 0 -10px;
}
.pcbwork_left .form_common .common_right textarea.applications{
    width: 80%;
    height: 80px;
    max-height: 80px;
    overflow: auto;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    font-size: 12px;
    font-weight: 400;
    color: #282828;
    line-height: 20px;
    outline: none;
    padding: 8px 10px;
}
.pcbwork_left .form_common .common_right textarea.applicationsActive::placeholder{
    color: red !important;
}
.pcbwork_left .form_common .layers_list input:checked + label{
    background: url("../../frontend/Smartwave/porto/en_US/Qb_Porder/pcbview2/image/checked.png") no-repeat right bottom;
    background-size: 20px 20px;
    border: 2px solid #00A0F0;
    color: #00A0F0 ;
}
.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,
.pcbwork_from2 .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>img{
    width: 100%;
    height: 100%;
}
/* .pcbwork_left .form_common .common_right.thickness-form{
    display: flex;
    justify-content: start;
    align-items: center;
} */
.thickness-form .tips_box{
    margin-right: 2px;
}
.form_common .common_right .form_thickness img{
    vertical-align: middle;
}
.form_common .layers_list.from_color>span 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_matte-black{
    background: #5f5e5e;
}
.form_inner,.aluminum-cost{
    display: none;
}
.form_span{
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #373737;
    line-height: 25px;
    margin-left: 10px;
}
.aluminum-form label{
    margin-left: 20px;
}
.aluminum-cost li{
    margin-bottom: 0.5rem;
}
.form_common .common_right select.form_time{
    width: 175px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    text-indent: 1em;
    border: 1px solid #DFDFDF;
    font-size: 13px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background:#fff url("../../frontend/Smartwave/porto/en_US/Qb_Porder/pcbview2/image/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("../../frontend/Smartwave/porto/en_US/Qb_Porder/pcbview2/image/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{
    width: 98%;
    padding:10px 15px;
    border: 1px solid #D2D2D2;
    margin-bottom: 20px;
    background: #f8f8f8;
    border-radius: 10px;
}
.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.menu_order{
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #888888;
    margin-left: 45px;
}
.leftbar_icon{
    display: inline-block;
    width: 15px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
}
.leftbar_icon .opens{
    display: none;
}
.pcbwork_leftfold .leftfold_common .pcbwork_toggle{
    display: none;
    border-top: 1px dashed #CCCCCC;
    margin-top: 20px;
    padding-top: 30px;
}
.pcbwork_left  .pcbwork_from2 .form_common label.form_label{
    margin-right: 0;
}
.pcbwork_from2 .form_common .layers_list label{
    padding: 8px 16px;
}
.form_common .common_right select.formSize{
    width: 280px;
    height: 34px;
    background:#fff url("../../frontend/Smartwave/porto/en_US/Qb_Porder/pcbview2/image/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>span{
    font-weight: bold;
}
.leftfold_common .pcbwork_from3 .pcbwork_pcba p>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;
}
.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){
    line-height: 30px;
}
.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;
}
.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,.typeForm{
    display: none;
}
.typeForm:nth-of-type(1){
    display: block;
}
.costs_pcb{
    display: none;
}
.costs_body{
    padding: 20px 25px;
    border-bottom: 1px dashed #CCCCCC;
    background: #FFFFFF;
    z-index: 9999 !important;
}
.bodyShow{
    display: block;
}
.costs_body li,.costs_footbox li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.costs_discount,.pcba_discount{
    display: none;
}
.costs_discount{
    line-height: 30px;
}
.costs_body li>div,
.costs_footbox li>div{
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #7C7C7C;
    line-height: 15px;
}
.costs_body li>p{
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: #7C7C7C;
    line-height: 17px;
    margin: 20px 0 0;
}
.costs_body li>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>div.costs_price,
.costs_footbox li>div.costs_price{
    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>div.costs_sub{
    font-size: 20px;
    color: #ff6a00;
    line-height: 30px;
}

.costs_footbox button.costs_cart{
    background: #00A0F0;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    padding: 8px 48px;
    margin-top: 10px;
    cursor: pointer;
    box-shadow: none;
}
.costs_footbox button.costs_cart:hover{
    background: #0099E6;
    border: none;
}
.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;
}
.coverall{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2000px;
    background: rgba(123,123,123,0.3);
    z-index: 9999;
    display: 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;
}

.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;
}
.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(../../frontend/Smartwave/porto/en_US/Qb_Porder/pcbview2/image/option-selected.svg) no-repeat right bottom;
    background-size: 24px 24px;
}@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('../../frontend/Smartwave/porto/en_US/Qb_Porder/pcbview2/iconfont/iconfont.ttf?t=1660634435861') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shangchuan:before {
  content: "\e679";
}

