.bg-img-wh {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-img-pa {
    position: absolute;
    top: 0;
    left: 0;
}

.z1 {
    z-index: -1;
}

.borderRight {
    border-right: 1px solid #e5e8ef;
}

.borderBottom {
    border-bottom: 1px solid #e5e8ef;
}

.borderLeft {
    border-left: 1px solid #e5e8ef;
}

.index_cycle_hover,
.pcb_ios,
.pcb_pb,
.pcb_ul,
.user_post_reload,
.user_post_symbol,
.index_cycle,
.pcbcart_facebook_hover,
.pcbcart_twitter,
.pcbcart_twitter_hover,
.slider_cycle_ico,
.slider_cycle_ico_black,
.pcbcart_facebook,
.pcbcart_google,
.pcbcart_google_hover,
.main_menu_arrow,
.pcbcart_subscribe,
.user_header,
.pcb_menu_arrow_top,
.shipping_cart_1,
.shipping_cart {
    background: url(../../images/newIndex/sprites.png) no-repeat;
}

.index_cycle_hover {
    background-position: 0 -257px;
    width: 136px;
    height: 136px;
}

.pcb_ios {
    background-position: -289px -294px;
    width: 99px;
    height: 99px;
}

.pcb_pb {
    background-position: -396px -294px;
    width: 99px;
    height: 99px;
}

.pcb_ul {
    background-position: -506px -294px;
    width: 99px;
    height: 99px;
}

.user_post_reload {
    background-position: -117px 0;
    width: 24px;
    height: 23px;
}

.user_post_symbol {
    background-position: -37px 0;
    width: 24px;
    height: 23px;
}

.index_cycle {
    background-position: -144px -257px;
    width: 136px;
    height: 136px;
}

.pcbcart_facebook_hover {
    background-position: 0 -82px;
    width: 26px;
    height: 26px;
}

.pcbcart_twitter {
    background-position: -35px -49px;
    width: 26px;
    height: 26px;
}

.pcbcart_google {
    background-position: -75px -49px;
    width: 26px;
    height: 26px;
}

.pcbcart_google_hover {
    background-position: -33px -82px;
    width: 26px;
    height: 26px;
}

.slider_cycle_ico {
    background-position: -151px 0;
    width: 11px;
    height: 11px;
}

.slider_cycle_ico_black {
    background-position: -170px 0;
    width: 11px;
    height: 11px;
}

.pcbcart_facebook {
    background-position: 0 -50px;
    width: 26px;
    height: 26px;
}

.main_menu_arrow {
    background-position: 0 0;
    width: 16px;
    height: 14px;
}

.pcbcart_subscribe {
    background-position: -197px 0;
    width: 45px;
    height: 32px;
}

.user_header {
    background-position: -242px -6px;
    width: 23px;
    height: 23px !important;
}

.pcb_menu_arrow_top {
    background-position: -277px -6px;
    width: 13px;
    height: 6px;
}

.shipping_cart_1 {
    background-position: -302px 1px;
    width: 24px;
    height: 20px;
}

.shipping_cart {
    background-position: -75px 0;
    width: 25px;
    height: 22px;
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: 600;
}

body,
input,
button,
textarea {
    font-family: Roboto-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial,
    sans-serif;
    font-size: 14px;
}

#windowLoad {
    min-width: 1200px;
}

.change-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

/* 滚动置顶：sticky 保证到达顶部后吸顶；JS 加 .change-fixed 时占位防跳动 */
#navbar {
    position: sticky;
    top: 0;
    z-index: 9999;
    height: 64px;
    width: 100%;
    background-color: #fefefe;
    border-bottom: 1px solid rgba(230, 230, 230, 0.5);
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.05);
}

#navbar.change-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}

/* 高于 header 内 #navbar .main-nav 的选择器优先级，避免 flex:1 覆盖 index 中 width/float，导致导航整块左移且 ul 上 margin-left 无效 */
#navbar .not-mob .main-nav {
    flex: 0 0 712px;
    width: 712px;
    max-width: 712px;
}

#navbar .not-mob .language-currency-selector {
    margin-left: auto;
}

#top-follow {
    position: fixed;
    display: none;
    bottom: 90px;
    right: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../../images/newIndex/top-icon.png) center center no-repeat;
    background-color: #ffffff;
    cursor: pointer;
}

.container {
    width: 1200px !important;
}

.not-mob {
    display: block;
}

.sep-container {
    background-color: #f7f7f7;
    height: 36px;
    line-height: 36px;
    color: #999999;
}

.header-tip {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 147, 109, 0.8);
}

.header-tip .container {
    position: relative;
}

.header-tip span {
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    line-height: 23px;
}

.header-tip img {
    position: absolute;
    right: 0;
    top: 9px;
    cursor: pointer;
}

.header-tip span a {
    background: #ffffff;
    border-radius: 11px;
    color: #00936d;
    padding: 4px 10px;
}

.sep-container span {
    line-height: 36px;
    margin-right: 40px;
}

.sep-container span a {
    color: #999999;
}

.sep-container span i {
    margin-right: 5px;
}

#top-follow {
    width: 60px;
    height: 60px;
    line-height: 60px;
    outline: none;
    text-align: left;
    float: left;
    display: flex;
    align-items: center;
}

#navbar .main-nav {
    width: 750px;
    float: left;
    padding: 0;
    height: 64px;
    line-height: 64px;
}

#navbar .main-nav .hot-nav::after {
    content: url(../../images/newIndex/nav-hot-bg.png);
    position: absolute;
    width: 20px;
    height: 20px;
    top: -9px;
    left: 42px;
}

#navbar .main-nav .pcb {
    width: 230px;
}

#navbar .main-nav .pcb dt:last-child a {
    border-bottom: 0;
}

#navbar .main-nav .about-us {
    width: 220px;
}

/* 包裹 PCB Quote；display:contents 不产生盒子，避免成为 .quote-nav--mega 的定位参照，便于相对 #navbar 水平居中 */
#navbar .main-nav li .quote-nav-anchor {
    display: contents;
}

#navbar .main-nav li:first-child {
    padding-left: 0;
}

#navbar .main-nav li {
    float: left;
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    cursor: pointer;
}

#navbar .main-nav li a {
    display: block;
    outline: none;
    color: #666666;
    position: relative;
    font-size: 16px;
}

#navbar .main-nav li .second-nav a {
    color: #666666;
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    /* border-bottom: 1px solid #cccccc; */
}

/* mega 目录链（不含 aside 推荐卡 a.second-navnew-aside-card） */
#navbar .main-nav li .second-navnew a.second-navnew-link,
#navbar .main-nav li .second-navnews a.second-navnew-link,
#navbar .main-nav li .second-navnews a.second-navnews-middle-link {
    color: rgba(29, 33, 41, 1);
    /*font-family: Roboto;*/
    font-weight: 500;
    font-size: 14px;
    position: relative;
    display: inline-block;
    width: auto;
    /* border-bottom: 1px solid #cccccc; */
}

/* 左侧 mega 链接区：a 拉满整列宽度，右侧空白也在 a 盒内，便于 mouseenter / 高亮 */
#navbar .main-nav li.drop-nav .second-navnews .second-navnew-links .second-navnew-link {
    display: block;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}

#navbar .main-nav li .second-nav a:hover,
#navbar .main-nav li .second-navnew a.second-navnew-link:hover,
#navbar .main-nav li .second-navnews a.second-navnew-link:hover,
#navbar .main-nav li .second-navnews a.second-navnews-middle-link:hover {
    text-decoration: none;
    color: #00936d;
}

#navbar .main-nav li .second-nav dt,
#navbar .main-nav li .second-navnew dt,
#navbar .main-nav li .second-navnews dt {
    position: relative;
}

#navbar .main-nav li .second-nav .third-nav,
#navbar .main-nav li .second-navnew .third-nav,
#navbar .main-nav li .second-navnews .third-nav {
    background: #fff;
    position: relative;
    display: none;
    border-radius: 3px;
    z-index: 999999;
}

#navbar .main-nav li .second-nav .third-nav a,
#navbar .main-nav li .second-navnew .third-nav a,
#navbar .main-nav li .second-navnews .third-nav a {
    color: #666666;
    position: relative;
    font-size: 14px;
}

#navbar .main-nav li .second-nav .third-nav a:hover,
#navbar .main-nav li .second-navnew .third-nav a:hover,
#navbar .main-nav li .second-navnews .third-nav a:hover {
    text-decoration: none;
    color: #00936d;
}

#navbar .main-nav li .second-nav .third-nav dl,
#navbar .main-nav li .second-navnew .third-nav dl,
#navbar .main-nav li .second-navnews .third-nav dl {
    position: absolute;
    left: 210px;
    top: -49px;
}

#navbar .main-nav li .second-nav .third-nav dd,
#navbar .main-nav li .second-navnew .third-nav dd,
#navbar .main-nav li .second-navnews .third-nav dd {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #8c8c8c;
    text-align: left;
    font-weight: 400;
    margin-bottom: 3px;
    margin-top: 4px;
    cursor: pointer;
    display: list-item;
    list-style-position: inside;
    padding: 0 20px;
}

#navbar .main-nav li .second-nav .third-nav dd:last-child a,
#navbar .main-nav li .second-navnew .third-nav dd:last-child a,
#navbar .main-nav li .second-navnews .third-nav dd:last-child a {
    border: 0;
}

#navbar .main-nav li .quote-nav {
    position: absolute;
    display: none;
    width: 378px;
    height: 305px;
    top: -5px;
    /* 左右位置只改这里即可；mega 下拉不再单独写 left/top，避免覆盖此处无效 */
    left: -613px;
    z-index: 9999;
    padding: 20px;
    line-height: 1;
    background: url(../../images/nav-quote-bg.png) no-repeat;
    /* background-position: center; */
    background-position: -183px 0;
    background-size: cover;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
}

#navbar .main-nav li .quote-nav:not(.quote-nav--mega) a {
    font-size: 14px;
    display: inline-block;
}

#navbar .main-nav li .quote-nav a:hover {
    text-decoration: none;
    color: #00936d;
}

#navbar .main-nav li .quote-nav .quote-nav-left,
#navbar .main-nav li .quote-nav .quote-nav-right {
    width: 50%;
}

#navbar .main-nav li .quote-nav .quote-nav-left div,
#navbar .main-nav li .quote-nav .quote-nav-right div {
    margin-bottom: 20px;
}

#navbar .main-nav li .quote-nav .quote-nav-right .hot-box {
    position: relative;
}

#navbar .main-nav li .quote-nav .quote-nav-right .nav-hot {
    display: inline-block;
    width: 32px;
    height: 15px;
    background: #f96235;
    color: #ffffff;
    text-align: center;
    line-height: 16px;
    position: absolute;
    left: 67%;
    top: -2px;
    font-size: 12px;
    border-radius: 2px;
}

#navbar .main-nav li .quote-nav .quote-nav-right .nav-new {
    display: inline-block;
    width: 32px;
    height: 15px;
    background: #f96235;
    color: #ffffff;
    text-align: center;
    line-height: 16px;
    position: absolute;
    left: 74%;
    top: -2px;
    font-size: 12px;
    border-radius: 2px;
}

/* PCB Quote dropdown — only when .quote-nav--mega is present (does not alter other .quote-nav rules) */
#navbar .main-nav li .quote-nav.quote-nav--mega {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    display: grid !important;
    visibility: hidden;
    pointer-events: none;
    width: 716px;
    height: 278px;
    z-index: 9999;
    /* 卡片间距 12px；2×320+12=652，2×80+12=172；底边距 32px，顶 278-32-172=74px */
    padding: 74px 32px 32px;
    box-sizing: border-box;
    border-radius: 0 0 16px 16px;
    border: 1px solid rgba(212, 221, 218, 1);
    background: rgba(255, 255, 255, 1) !important;
    background-image: none !important;
    background-position: 0 0 !important;
    background-size: auto !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    line-height: 1;
    grid-template-columns: repeat(2, 320px);
    grid-template-rows: repeat(2, 80px);
    column-gap: 12px;
    row-gap: 12px;
    justify-content: start;
    align-content: start;
}

#navbar .main-nav li.drop-nav:hover .quote-nav.quote-nav--mega {
    display: grid !important;
    visibility: visible;
    pointer-events: auto;
}

#navbar .main-nav li .quote-nav.quote-nav--mega .quote-nav__mega-label {
    position: absolute;
    top: 41px;
    left: 32px;
    width: auto;
    height: 12px;
    color: rgba(69, 84, 81, 1);
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    white-space: nowrap;
    pointer-events: none;
}

#navbar .main-nav li .quote-nav.quote-nav--mega .quote-nav__panel {
    position: relative;
    left: auto;
    top: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 320px;
    height: 80px;
    border-radius: 8px;
    border: 1px solid rgba(243, 244, 246, 1);
    box-sizing: border-box;
    background: rgba(244, 246, 245, 1);
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 12px 16px 12px 20px;
    gap: 12px;
    text-decoration: none;
    color: inherit;
}

#navbar .main-nav li .quote-nav.quote-nav--mega a.quote-nav__panel:first-of-type {
    background: rgba(244, 246, 245, 1);
}

#navbar .main-nav li .quote-nav.quote-nav--mega a.quote-nav__panel:not(:first-of-type),
#navbar .main-nav li .quote-nav.quote-nav--mega .quote-nav__panel--has-chips {
    background: transparent;
}

#navbar .main-nav li .quote-nav.quote-nav--mega .quote-nav__panel:hover {
    border-color: #008C63;
}

#navbar .main-nav li .quote-nav.quote-nav--mega .quote-nav__panel:hover .quote-nav__panel-title {
    color: #008C63;
}

#navbar .main-nav li .quote-nav.quote-nav--mega .quote-nav__panel-img {
    position: relative;
    z-index: 0;
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain;
    flex-shrink: 0;
}

#navbar .main-nav li .quote-nav.quote-nav--mega .quote-nav__panel .quote-nav__panel-title {
    position: absolute;
    left: 80px;
    top: 23px;
    z-index: 1;
    display: block;
    width: auto;
    max-width: calc(100% - 96px);
    margin: 0;
    padding: 0 0 4px;
    box-sizing: border-box;
    color: rgba(29, 33, 41, 1);
    /* font-family: Roboto, sans-serif; */
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
}

#navbar .main-nav li .quote-nav.quote-nav--mega .quote-nav__panel .quote-nav__panel-desc {
    position: absolute;
    left: 80px;
    top: calc(23px + 16px + 14px);
    z-index: 1;
    width: auto;
    max-width: calc(100% - 96px);
    margin: 0;
    padding: 0 0 3px;
    box-sizing: border-box;
    color: rgba(78, 89, 105, 1);
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
}

/* 含副标题或标签行的面板：标题(16+4) + 间距10 + 下行(12+3 或 19px 标签) = 45px，上下各 17.5px 居中 */
#navbar .main-nav li .quote-nav.quote-nav--mega .quote-nav__panel:has(.quote-nav__panel-desc) .quote-nav__panel-title,
#navbar .main-nav li .quote-nav.quote-nav--mega .quote-nav__panel--has-chips .quote-nav__panel-title {
    top: 17.5px;
}

#navbar .main-nav li .quote-nav.quote-nav--mega .quote-nav__panel:has(.quote-nav__panel-desc) .quote-nav__panel-desc,
#navbar .main-nav li .quote-nav.quote-nav--mega .quote-nav__panel--has-chips .quote-nav__panel-chips {
    top: calc(17.5px + 16px + 4px + 10px);
}

#navbar .main-nav li .quote-nav.quote-nav--mega .quote-nav__panel--has-chips .quote-nav__panel-cover-link {
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

#navbar .main-nav li .quote-nav.quote-nav--mega .quote-nav__panel--has-chips .quote-nav__panel-img,
#navbar .main-nav li .quote-nav.quote-nav--mega .quote-nav__panel--has-chips .quote-nav__panel-title {
    pointer-events: none;
}

#navbar .main-nav li .quote-nav.quote-nav--mega .quote-nav__panel--has-chips .quote-nav__panel-chips {
    position: absolute;
    left: 80px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
    max-width: calc(100% - 96px);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    pointer-events: auto;
}

#navbar .main-nav li .quote-nav.quote-nav--mega a.quote-nav__panel-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    height: 19px;
    min-width: 62px;
    width: fit-content;
    padding: 0;
    box-sizing: border-box;
    background: rgba(239, 239, 239, 1);
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

#navbar .main-nav li .quote-nav.quote-nav--mega a.quote-nav__panel-chip:first-child {
    background: rgba(222, 250, 231, 1);
    color: rgba(30, 155, 72, 1);
}

#navbar .main-nav li .quote-nav.quote-nav--mega .quote-nav__panel-chips:hover a.quote-nav__panel-chip {
    background: rgba(239, 239, 239, 1);
    color: inherit;
}

#navbar .main-nav li .quote-nav.quote-nav--mega .quote-nav__panel-chips:hover a.quote-nav__panel-chip:hover {
    background: rgba(222, 250, 231, 1);
    color: rgba(30, 155, 72, 1);
}

#navbar .main-nav li .quote-nav.quote-nav--mega .quote-nav-right,
#navbar .main-nav li .quote-nav.quote-nav--mega .quote-nav-mega-col {
    width: 100% !important;
    float: none;
}

#navbar .main-nav li .quote-nav.quote-nav--mega .quote-nav-right div,
#navbar .main-nav li .quote-nav.quote-nav--mega .quote-nav-mega-col div {
    margin-bottom: 12px;
}

#navbar .main-nav dt a {
    display: inline;
}

#navbar .user-nav {
    float: right;
    font-family: "Roboto";
}

#navbar .user-nav ul {
    float: right;
    padding: 0;
}

#navbar .user-nav ul li {
    display: block;
    float: left;
    color: #fff;
    height: 42px;
    line-height: 42px;
    list-style-type: none;
}

#navbar .user-nav ul li a {
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    color: #fff;
}

#navbar .user-nav ul li .quote-style {
    width: 74px;
    height: 32px;
    line-height: 32px;
    background: #2ab073;
    color: #fff !important;
    text-align: center;
    border-radius: 3px;
    margin-right: 10px;
}

#navbar .user-nav ul li .quote-style:hover {
    background: #30b87c;
    color: #fff;
}

#navbar .user-nav ul li .login-style {
    width: 80px;
    height: 64px;
    line-height: 64px;
    color: #474747 !important;
    text-align: right;
    border-radius: 3px;
    font-size: 16px;
}

#navbar .user-nav ul li .login-style:hover {
    color: #00936d !important;
}

#navbar .user-nav ul li .login-sign-up {
    width: 94px;
    border-radius: 18px;
    border: 1px solid #666;
    height: 35px;
    text-align: center;
    line-height: 34px;
    margin-top: 14px;
}

#navbar .user-nav ul li .login-sign-up:hover {
    background: #00936d;
    border-color: #00936d;
    color: #fff !important;
}

#navbar .user-nav ul .line {
    margin: 0 10px;
}

#navbar .user-nav .nologin {
    display: none;
    width: auto;
    margin-left: 10px;
}

#navbar .user-nav .nologin .none {
    display: none;
}

#navbar .user-nav .nologin li {
    height: 64px;
    line-height: 64px;
    color: #474747 !important;
    font-size: 18px;
}

#navbar .user-nav .nologin li:nth-child(2) {
    margin-left: 17px;
}

#navbar .user-nav .login {
    width: auto;
    margin-left: 10px;
    display: none;
    position: relative;
}

#navbar .user-nav .login li {
    color: #fff;
    margin-right: 10px;
}

#navbar .user-nav .login li a {
    color: #666666;
}

#navbar .user-nav .login li.quote-btn {
    display: none;
}

#navbar .user-nav .login li.quote-btn a {
    color: #00936d;
}

#navbar .user-nav .login li.quote-btn a:hover {
    color: #077357;
}

#navbar .user-nav .login .nav-login-cart {
    cursor: pointer;
    position: relative;
    border: 1px solid #dddddd;
    border-radius: 5px;
    width: 100px;
    padding: 0 19px;
    margin: 10px 0 0 20px;
}

#navbar .user-nav .login .line {
    border-bottom: 1px solid #676767;
    height: 1px !important;
    width: 100% !important;
    margin: 5px auto !important;
}

#navbar .user-nav .login .user-list-box {
    top:41px;
    left: -28px;
    position: absolute;
    /*z-index: 9999999;*/
    display: none;
    /*-webkit-box-shadow: 0px -6px 17px -7px #cccccc;*/
    /*box-shadow: 0px -6px 17px -7px #cccccc;*/
}

/* 头像与下拉之间的空隙：透明桥接，便于从 user-staff 移入 user-list-box */
#navbar .user-nav .login .user-list-box::before {
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    top: -18px;
    height: 18px;
}

#navbar .user-nav .login .user-list-box .user-list {
    background: #ffffff;
    border-radius: 2px;
    padding: 4px 10px;
}

#navbar .user-nav .login .user-list-box .user-list li {
    font-size: 13px;
    float: none;
    margin: 0 15px;
    width: 112px;
    height: 28px;
    line-height: 28px;
    position: relative;
}

#navbar .user-nav .login .user-list-box .user-list li a:hover {
    text-decoration: none;
    color: #2baf75;
}

#navbar .user-nav .login .user-list-box .user-list li .message-cycle {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    text-align: center;
    line-height: 19px;
    background: #ff8207;
    position: absolute;
    top: 6px;
    right: -14px;
    color: #fff;
    font-style: normal;
}

#navbar .user-nav .user-staff {
    height: 40px;
    margin-top: 20.5px;
    cursor: pointer;
    display: block;
    position: relative;
}

#navbar .user-nav .user-staff .user_header {
    background: url(../../images/newIndex/user-shopping.png) no-repeat 0 -41px;
}

#navbar .user-nav .nav-cart {
    margin: 10px 0 0 0;
    line-height: 22px;
    overflow: hidden;
}

#navbar .user-nav .nav-cart .shipping_cart {
    background: url(../../images/newIndex/user-shopping.png) no-repeat;
    width: 55px;
    text-align: right;
    color: #333333;
}

#navbar .user-nav .nav-cart #shop-total {
    position: absolute;
    width: 17px;
    height: 17px;
    background: #f96235;
    color: #ffffff;
    border-radius: 50%;
    top: 1px;
    left: 36px;
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    display: none;
}

#product-list {
    background: #f7f7f7;
    padding: 43px 0 48px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#product-list .container {
    padding: 0;
}

#product-list .container > div {
    gap: 16px;
}

#product-list .quote-type-box {
    /* width: 24%; */
    flex: 1;
    border: 2px solid #f1f1f1;
    padding-top: 28px;
    padding-bottom: 22px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
}

.quote-type-box > p .bottom-btn {
    text-align: center;
}

#product-list .quote-type-box:hover {
    -webkit-box-shadow: 0px 13px 18px 0px rgba(0, 0, 0, 0.15),
    0px 11px 55px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 13px 18px 0px rgba(0, 0, 0, 0.15),
    0px 11px 55px 0px rgba(0, 0, 0, 0.07);
    border-color: rgba(0, 0, 0, 0.1);
}

#product-list .quote-type-box-head {
    border-bottom: 1px solid rgba(43, 41, 45, 0.2);
}

#product-list .quote-type-box .quote-type-box-head,
#product-list .quote-type-box .quote-type-box-body {
    padding: 0 0 0 20px;
}

#product-list .quote-type-box .quote-type-box-body {
    display: flex;
    flex-direction: column;
    height: 260px;
    justify-content: space-between;
}

#product-list .quote-type-box .quote-type-box-body .bottom-btn {
    padding-right: 20px;
}

#product-list .quote-type-box .hot {
    width: 32px;
    height: 16px;
    display: inline-block;
    background: #f96235;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    position: absolute;
    right: -40px;
    top: 4px;
    border-radius: 2px;
    font-weight: normal;
    font-style: normal;
}

#product-list .quote-type-box.box-assembly {
    background: #f2faf8;
}

#product-list .quote-type-box .title {
    margin: 0 0 33px 0;
    font-size: 20px;
    height: 16px;
    line-height: 24px;
}

#product-list .quote-type-box .title a {
    font-weight: 500;
    color: #333333;
    font-size: 24px;
}

#product-list .quote-type-box .details {
    font-size: 14px;
    color: #666666;
    height: 55px;
    position: relative;
    margin-bottom: 9px;
    line-height: 22px;
    margin-top: 10px;
}

#product-list .quote-type-box .details .more {
    color: #00936d;
    cursor: pointer;
    line-height: 14px;
    font-size: 14px;
}

#product-list .quote-type-box p {
    width: 100%;
    margin: 0;
    padding-top: 23px;
    padding-left: 14px;
    color: #333333;
    background: transparent;
    text-align: left;
    font-size: 14px;
    position: relative;
}

#product-list .quote-type-box p:last-of-type {
    height: 63px;
}

#product-list .quote-type-box p::after {
    content: "";
    top: 25px;
    left: 0px;
    position: absolute;
    background: transparent;
    border: #666666 solid 1px;
    border-top: none;
    border-right: none;
    height: 4px;
    width: 8px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#product-list .quote-type-box p span {
    line-height: 14px;
}

#product-list .quote-type-box .grey {
    background: #f8f8f8;
}

#product-list .quote-type-box .bottom-btn a {
    display: block;
    /* width: 244px; */
    color: #fff;
    text-align: center;
    padding: 14px 12px;
    font-size: 18px;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #00936d;
    font-weight: bold;
    border: 2px solid rgba(0, 147, 109, 0.5);
}

#product-list .quote-type-box .bottom-btn a:hover {
    background: #00936d;
    color: #fff;
    text-decoration: none;
}

#we-type {
    background: url(../../images/newIndex/we-type-bg.png) no-repeat;
    background-size: cover;
    padding: 50px 0 70px;
    width: 100%;
}

#we-type .pcb-info {
    width: 100%;
    height: 582px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

#we-type .pcb-info > div {
    flex: 1;
    padding: 36px 24px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
}

.pcb-info-item .title {
    font-weight: 600;
    font-size: 24px;
    color: #333333;
}

.pcb-info-item .title a {
    font-weight: 600;
    font-size: 24px;
    color: #333333;
}

.pcb-info-item .sub-title {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-top: 16px;
}

.pcb-info-item .pcb-info-item-img {
    height: 300px;
    margin: 20px 0 24px 0;
}

.pcba-bg .pcb-info-item-img {
    /* background-image: url(../PCB\ Manufacturing\ and\ Assembly\ Services\ All\ in\ One\ Place\ _\ PCBCart_files/pcbImages/info-assembly.png); */
}

.bg-img-wh {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pcba-bg .pcb-info-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pcb-bg .pcb-info-item-img {
    /* background-image: url(../PCB\ Manufacturing\ and\ Assembly\ Services\ All\ in\ One\ Place\ _\ PCBCart_files/pcbImages/info-pcb.png); */
}

.pcb-info-item .pcb-info-item-context > div {
    font-weight: 600;
    font-size: 14px;
    color: #333333;
}

.pcb-info-item .pcb-info-item-context > ul {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    list-style: none;
    padding-left: 0;
    margin-top: 8px;
}

.pcb-info-item .pcb-info-item-context > ul li {
    position: relative;
    padding-left: 10px;
    margin-top: 4px;
}

.pcb-info-item .pcb-info-item-context > ul li::before {
    content: "鈥?;
    position: absolute;
    left: 0;
    font-size: 16px;
    color: #666666;
}

#we-type .we-services-box {
    margin-top: 60px;
}

#we-type .height100 {
    height: 100%;
}

#we-type h2 {
    font-size: 20px;
    color: #474747;
    /* padding-left: 30px; */
    /* background: url(../../images/ios-imgs.png) no-repeat; */
    background-position-y: -202px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: bold;
    line-height: 0.8;
}

#we-type .services-box {
    padding: 0;
    width: 49%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.tab-buttons {
    margin-bottom: 26px;
}

.tab-buttons > .title {
    font-size: 36px;
    margin-bottom: 40px;
    line-height: 36px;
    font-weight: 500;
}

.tab-buttons button {
    height: 44px;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    padding: 0;
    background-color: unset;
    border: unset;
}

.tab-btn + .tab-btn {
    margin-left: 10px;
}

.tab-buttons button.active {
    color: #00936d;
    font-weight: 500;
    border-bottom: 2px solid #00936d;
}

.tab-content {
    display: none;
    border-top: none;
}

.tab-content.active {
    display: block;
}

.tab-content-container {
    height: 351px;
}

.tab-content-container .tab-content {
    height: 100%;
}

.tab-pcba {
    display: flex;
}

.tab-pcba > div {
    flex: 1;
    height: 280px;
    background-color: #ffffff;
    position: relative;
    padding: 30px 28px 18px;
}

.tab-pcba > div:hover {
    transition: 0.5s;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.tab-pcba > div:not(:first-child) {
    border: 1px solid #e0e0e0;
    border-right: 1px solid #dddddd;
    border-left: unset;
}

.tab-pcba > div:first-child {
    border: 1px solid #e0e0e0;
}

.tab-pcba-bga img {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 114px;
    height: 114px;
}

.tab-pcba-bga {
    /* background-image: url(../PCB\ Manufacturing\ and\ Assembly\ Services\ All\ in\ One\ Place\ _\ PCBCart_files/pcbImages/BGA.png); */
    background-size: cover;
}

.tab-pcba-smt {
    /* background-image: url(../PCB\ Manufacturing\ and\ Assembly\ Services\ All\ in\ One\ Place\ _\ PCBCart_files/pcbImages/SMT.png); */
    background-size: cover;
}

.tab-pcba-smt img {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 151px;
    height: 103px;
}

.tab-pcba-dfm {
    /* background-image: url(../PCB\ Manufacturing\ and\ Assembly\ Services\ All\ in\ One\ Place\ _\ PCBCart_files/pcbImages/DFM.png); */
    background-size: cover;
}

.tab-pcba-dfm img {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 113px;
    height: 111px;
}

.tab-pcba > div .title {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}

.tab-pcba > div .title a {
    color: #333333;
    font-weight: bold;
}

.tab-pcba > div .sub-title {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-top: 12px;
    margin-bottom: 40px;
}

.tab-pcba > div .tab-pcba-context > span {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
}

.tab-pcba > div .tab-pcba-context > ul {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.tab-pcba > div .tab-pcba-context > ul li {
    position: relative;
    padding-left: 10px;
    margin-top: 4px;
}

.tab-pcba > div .tab-pcba-context > ul li::before {
    content: "鈥?;
    position: absolute;
    left: 0;
    font-size: 16px;
    color: #666666;
}

.tab-pcba > div .read-more {
    position: absolute;
    bottom: 28px;
    font-weight: 400;
    font-size: 16px;
    color: #0b9949;
    cursor: pointer;
}

#we-type .container .title {
    font-weight: 500;
    font-size: 20px;
    color: #474747;
    line-height: 23px;
    margin-bottom: 26px;
}

#we-type .services-box:hover {
    -webkit-box-shadow: 0px 9px 21px 0px rgba(133, 133, 133, 0.2);
    box-shadow: 0px 9px 21px 0px rgba(133, 133, 133, 0.2);
}

#we-type .services-box:hover .we-type-right h1,
#we-type .services-box:hover .we-type-right p {
    color: #00936d;
}

#we-type .fr {
    float: right;
}

#we-type .fl {
    float: left;
}

#we-type .services-box {
    background-color: #ffffff;
    border: 1px solid #dcd8d0;
    height: 319px;
}

#we-type .services-box .we-type-left {
    border-right: 1px solid #dcd8d0;
}

#we-type .services-box .we-type-left img {
    border-bottom: 1px solid #dcd8d0;
}

#we-type .services-box .we-type-left .icon-3,
#we-type .services-box .we-type-left .icon-2 {
    padding: 26px 0 20px 0px;
}

#we-type .services-box .we-type-left .icon-3 .we-type-icon-box {
    width: 33%;
    max-width: 33%;
}

#we-type .services-box .we-type-left .icon-3 .we-type-icon-box span {
    text-align: center;
    max-width: 80px;
}

#we-type .services-box .we-type-left .icon-2 .we-type-icon-box {
    width: 33%;
}

#we-type .services-box .we-type-left .icon-2 .we-type-icon-box span {
    text-align: center;
}

#we-type .services-box .we-type-left span {
    font-size: 12px;
    color: #999999;
}

#we-type .services-box .we-type-icon-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#we-type .services-box .we-type-icon-box .we-icon {
    width: 45px;
    height: 45px;
}

#we-type .services-box .we-type-icon-box .we-icon-quality,
#we-type .services-box .we-type-icon-box .we-icon-pleased,
#we-type .services-box .we-type-icon-box .we-icon-safety,
#we-type .services-box .we-type-icon-box .we-icon-mechanical,
#we-type .services-box .we-type-icon-box .we-icon-speed {
    background: url(../../images/we-type-icon.png) no-repeat center center;
}

#we-type .services-box .we-type-icon-box .we-icon-quality {
    background-position-y: 2px;
}

#we-type .services-box .we-type-icon-box .we-icon-pleased {
    background-position-y: -44px;
}

#we-type .services-box .we-type-icon-box .we-icon-safety {
    background-position-y: -92px;
}

#we-type .services-box .we-type-icon-box .we-icon-mechanical {
    background-position-y: -142px;
}

#we-type .services-box .we-type-icon-box .we-icon-speed {
    background-position-y: -191px;
}

#we-type .services-box .we-type-right {
    padding: 29px 10px 10px 22px;
    width: 337px;
}

#we-type .services-box .we-type-right .title {
    font-size: 18px;
    color: #333333;
    text-align: center;
    height: 33px;
    margin: 0;
}

#we-type .services-box .we-type-right .we-type-introduction {
    display: inline-block;
    word-spacing: 1px;
    margin-bottom: 7px;
    width: 294px;
    line-height: 17px;
}

#we-type .services-box .we-type-right a {
    color: #00936d;
}

#we-type .services-box .we-type-right span {
    color: #666666;
    font-size: 16px;
    line-height: 22px;
}

#we-type .services-box .we-type-right .services-explanation {
    margin-top: 20px;
}

#we-type .services-box .we-type-right .services-explanation li {
    color: #6e7a89;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    padding-left: 16px;
    position: relative;
}

#we-type .services-box .we-type-right .services-explanation li::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #6e7a89;
    display: inline-block;
    left: 0;
    top: 6px;
}

#we-type .we-special-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
}

#we-type .we-special-box .col-4:nth-child(1) {
    border-right: 0;
}

#we-type .we-special-box .col-4:nth-child(2) {
    border-right: 0;
}

#we-type .we-special-box .col-4:nth-child(3) img {
    right: 47px;
}

#we-type .we-special-box .col-4 {
    width: 400px;
    padding: 30px 28px 18px;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #e0e0e0;
}

#we-type .we-special-box .col-4:hover {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

#we-type .we-special-box .col-4:hover p {
    color: #00936d;
}

#we-type .we-special-box .col-4 p {
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

#we-type .we-special-box .col-4 p a {
    color: #333333;
}

#we-type .we-special-box .col-4 span {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
}

#we-type .we-special-box .col-4 img {
    position: absolute;
    right: 25px;
    bottom: 54px;
}

#we-type .we-special-box .we-special-hid,
#we-type .we-special-box .we-special-copper {
    border-right: 1px solid #dddddd;
}

#coustom-comment {
    background: url(../../images/newIndex/comment-bg.jpg) no-repeat;
    padding: 80px 0;
}

#coustom-comment h2 {
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    color: #333333;
    margin-bottom: 60px;
    line-height: 36px;
}

#coustom-comment .comment-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#coustom-comment .comment-body .comment-box {
    width: 350px;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

#coustom-comment .comment-body .comment-box p {
    color: #00936d;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 15px;
}

#coustom-comment .comment-body .comment-box span {
    font-size: 18px;
    text-align: center;
    color: #a7a7a7;
}

#coustom-comment .comment-body .comment-box:hover {
    -webkit-box-shadow: 8.8px -50px 68px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 8.8px -50px 68px 0px rgba(0, 0, 0, 0.03);
    background: #ffffff;
}

#blog-center {
    padding: 80px 0 0;
}

#blog-center .index-title a span {
    font-weight: 600;
    font-size: 32px;
    color: #1d2129;
    line-height: 35px;
}

#blog-center h2 a {
    color: #333333;
}

#blog-center .comment-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px;
    gap: 20px;
}

#blog-center .comment-body .comment-box {
    width: 350px;
    /* height: 376px; */
    text-align: left;
    flex: 1;
}

#blog-center .comment-body .comment-box .comment-box-text {
    /* background: #f7f7f7; */
    width: 100%;
    height: 185px;
    padding: 0 24px 0;
}

#blog-center .comment-body .comment-box h4 {
    font-weight: bold;
    font-size: 18px;
    color: #1d2129;
    line-height: 25px;
    margin: 0;
    margin-bottom: 12px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    white-space: nowrap;
}

#blog-center .comment-body .comment-box p {
    font-weight: 400;
    font-size: 16px;
    color: #4e5969;
    line-height: 22px;
    margin-bottom: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 66px;
}

#blog-center .comment-body .comment-box a {
    font-weight: 400;
    font-size: 14px;
    color: #00936d;
    line-height: 21px;
    display: flex;
    align-items: center;
    gap: 8px;
}

#company-office {
    width: 100%;
    height: 374px;
    padding: 48px 0;
    aspect-ratio: 16 / 9; /* 淇濇寔 16:9 姣斾緥锛岃窡鐫€瀹藉害鍙樺寲鑷姩缂╂斁楂樺害 */
    position: relative;
    background: url(../../images/newIndex/new/position.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#company-office .container {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 0fr);
}

#company-office .container:after,
#company-office .container:before {
    content: " ";
    display: none !important;
}

#company-office .office-box {
    flex: 1;
    width: 275px;
    height: 132px;
    background: linear-gradient(
            135deg,
            #ffffff 0%,
            #ffffff 44%,
            rgba(255, 255, 255, 0.2) 75%,
            rgba(255, 255, 255, 0) 100%
    ),
    #ffffff;
    border-radius: 4px 4px 4px 4px;
    padding: 24px 0px 24px 20px;
}

#company-office .office-box h2 {
    font-size: 20px;
    color: #fff;
}

#company-office .office-box p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    display: flex;
    align-items: center;
}

#company-office .office-box .box-content p + p {
    margin-top: 12px;
}

#company-office .office-box .box-content img {
    height: 16px;
    width: 16px;
    margin-right: 4px;
}

#company-office .office-box .box-content span {
    /* margin-right: 32px; */
}

#company-office .office-box .usa-box,
#company-office .office-box .australia-box {
    float: left;
}

#company-office .office-box .usa-box p,
#company-office .office-box .australia-box p {
    line-height: 16px;
}

#company-office .office-box .office-img {
    padding-bottom: 20px;
}

#company-office .office-box .office-img img {
    height: 20px;
    margin-right: 10px;
}

#company-office .office-box .office-img span {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
}

#cookie-container {
    width: 100%;
    height: 155px;
    background: #e6fff9;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

#cookie-container .cookie-inner {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

#cookie-container .cookie-inner .inner-operate {
    width: 217px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

#cookie-container .cookie-inner .inner-operate div {
    height: 40px;
    background: #01936d;
    box-shadow: 0px 1px 0px 1px rgba(27, 31, 36, 0.1);
    border-radius: 6px 6px 6px 6px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

#cookie-container .cookie-inner .inner-operate div:last-child {
    color: #000;
    background: #fff;
}

#cookie-container h3 {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    color: #3c4043;
}

#cookie-container p {
    margin: 12px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    color: #5f6368;
    line-height: 22px;
}

#cookie-container p a {
    color: #18a0fb;
}

#footer {
    background: #333333;
    padding: 45px 0 14px;
    overflow: hidden;
}

#footer h4 {
    font-size: 14px;
    color: #ffffff;
    height: 20px;
    margin: 0;
    font-weight: 400;
}

#footer h4 a {
    color: #ffffff;
}

#footer ul {
    padding: 0;
}

#footer ul li {
    display: block;
    list-style: none;
    padding: 4px 0;
    color: #9e9e9e;
}

#footer ul li.title {
    font-size: 14px;
}

#footer ul li.sub-title {
    font-size: 12px;
}

.contact-us ul li img {
    width: 12px;
    height: 12px;
    color: #ffffff;
}

#footer ul li a {
    color: #9e9e9e;
    display: block;
}

#footer ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}

#footer .contact-us-title {
    margin-bottom: 10px;
}

#footer .contact-us {
    margin-bottom: 5px;
}

#footer .contact-us li {
    padding: 4px 0;
    line-height: 1.4em;
}

#footer .email-subscribe {
    width: 100%;
    position: relative;
    padding-top: 5px;
}

#footer .email-subscribe input {
    border-radius: 5px;
    width: 268px;
    font-size: 14px;
    padding: 0 8px;
    height: 45px;
    line-height: 45px;
    color: #ffffff;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #555555;
}

#footer .email-subscribe textarea {
    height: 238px;
    border-radius: 5px;
    width: 268px;
    font-size: 14px;
    padding: 8px 8px;
    line-height: 18px;
    color: #ffffff;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #555555;
}

#footer .email-subscribe .btn-rrs {
    position: absolute;
    left: 223px;
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: url(../../images/ios-imgs.png) no-repeat;
    background-position-y: -141px;
    border-radius: 0 5px 5px 0;
}

#footer .certifications-ios {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#footer .certifications-ios li img {
    width: 41px;
    height: 39px;
}

#footer .ios li {
    float: left;
    margin-right: 13px;
}

#footer .list-ul li {
    line-height: 1.4em;
}

#footer .list-ul li .small-spacing {
    letter-spacing: -0.4px;
}

#footer .copy-right {
    color: #c0c2c3;
    padding-top: 30px;
    text-align: center;
}

#footer .copy-right a {
    font-size: 12px;
    color: #c0c2c3;
}

#footer .copy-right a:hover {
    color: #ffffff;
}

#footer .pcbcart_facebook,
#footer .pcbcart_twitter,
#footer .pcbcart_google,
#footer .pcbcart_in {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 40px;
    height: 40px;
}

#footer .pcbcart_facebook {
    background: url(../../images/newIndex/new/facebook.png)
    no-repeat;
    width: 40px;
    height: 40px;
}

#footer .pcbcart_twitter {
    background: url(../../images/newIndex/new/x.png)
    no-repeat;
    width: 40px;
    height: 40px;
}

#footer .pcbcart_google {
    background: url(../../images/newIndex/new/google.png)
    no-repeat;
    width: 40px;
    height: 40px;
}

#footer .pcbcart_in {
    background: url(../../images/newIndex/new/in.png)
    no-repeat;
    width: 40px;
    height: 40px;
    background-position-y: -94px;
}

#footer .pcbcart_twitter {
    background-position-y: -47px;
}

#footer .pcbcart_google {
    background-position-y: -94px;
}

.quick-contact {
    padding-left: 20px;
    border-left: 1px solid #444444;
}

.quick-contact p {
    font-weight: 400;
    font-size: 12px;
    color: #9e9e9e;
    margin-top: 4px;
    line-height: 16px;
}

.quick-contact button {
    width: 120px;
    height: 40px;
    background: #00936d;
    border-radius: 4px 4px 4px 4px;
    border: 2px solid #00936d;
    color: #ffffff;
}

.quick-contact .validate_form {
    /* margin-top: 30px; */
}

.quick-contact .validate_form > * + * {
    margin-top: 12px;
}

#footer .quick-contact .item.verifycode {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
}

#footer .quick-contact .item.verifycode .icon-login-verifycode {
    display: none;
}

#footer .quick-contact .item.verifycode input#code {
    flex: 0 0 120px;
}

#footer .quick-contact .item.verifycode .verifyimg {
    flex-shrink: 0;
}

.no-border {
    border: none !important;
}

.mail-box {
    padding: 195px 0 195px 190px;
    background: url(../../images/mail-box.png) no-repeat 70% 46%;
    min-height: 600px;
}

.mail-box h2 {
    font-size: 24px;
    font-weight: bold;
    color: #444;
    padding-left: 58px;
    position: relative;
    margin-bottom: 36px;
}

.mail-box h2 i {
    display: inline-block;
    background: url(../../images/not-happy-icon.png) no-repeat;
    position: absolute;
    left: 0;
    top: -8px;
    width: 38px;
    height: 38px;
}

.mail-box p {
    width: 360px;
    font-size: 18px;
    color: #666;
    font-family: Roboto-Regular;
    margin-bottom: 39px;
}

.mail-box .opt-btn {
    background: #00936d;
    padding: 15px 24px 11px;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    margin-left: 75px;
    font-size: 18px;
}

.mail-box .opt-btn:hover {
    background: #077357;
}

.drop-nav {
    position: static;
    height: 64px;
    line-height: 64px;
}

.drop-nav .main_menu_arrow {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 27px;
    font-size: 8px;
    right: -21px;
}

.drop-nav .second-nav {
    z-index: 9999999;
    position: relative;
    left: 0;
    display: none;
}

/* 仅 mega 菜单项（$key 3/4）使用；不影响 .second-nav */
/* 绝对定位脱离 .drop-nav 固定 64px 高区域，避免移入面板时 hover 反复进出导致 display 闪动 */
/* min-height 298，链接区在文档流内撑开高度；右侧 aside 用 top/bottom 随父级增高 */
.drop-nav .second-navnew,
.drop-nav .second-navnews {
    z-index: 9999999;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1014px;
    min-height: 298px;
    height: auto;
    padding: 84px 340px 32px 32px;
    border-radius: 0px 0px 16px 16px;
    border: 1px solid rgba(212, 221, 218, 1);
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}

/* .second-navnews（$key 0 mega）：宽度与内边距；勿写 display:flex，否则会覆盖上一段的 display:none */
.drop-nav .second-navnews {
    width: 1344px;
    padding: 0;
    box-sizing: border-box;
    min-height: 298px;
    height: auto;
    overflow: visible;
}

.drop-nav .second-navnews .second-navnews-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
}

.drop-nav .second-navnews .second-navnews-col--left {
    position: relative;
    flex: 0 0 330px;
    width: 330px;
    box-sizing: border-box;
    padding: 84px 16px 32px 32px;
    min-height: 298px;
}

.drop-nav .second-navnews .second-navnews-col--middle {
    position: relative;
    flex: 0 0 672px;
    width: 672px;
    box-sizing: border-box;
    min-height: 298px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    /* 原 absolute：标题 top 38、三级区 top 83 → 用 padding + 流式排版撑开高度 */
    padding: 38px 24px 32px 31px;
}

/* 左列与中列之间的竖线：随 .second-navnews 实际高度拉伸（中列为 flex stretch） */
.drop-nav .second-navnews .second-navnews-col--middle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    box-sizing: border-box;
    border: 1px solid rgba(212, 221, 218, 1);
    pointer-events: none;
}

.drop-nav .second-navnews .second-navnews-col--middle .second-navnews-col-middle-text {
    position: relative;
    left: auto;
    top: auto;
    width: fit-content;
    height: 16px;
    line-height: 16px;
    margin: 0 0 29px 0;
    padding: 0;
    flex-shrink: 0;
    color: rgba(69, 84, 81, 1);
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    letter-spacing: 1%;
    white-space: nowrap;
    box-sizing: border-box;
}

/* 中列：三级区在文档流内，随网格行数撑高 .second-navnews（勿 absolute，否则溢出且父级高度不增长） */
#navbar .main-nav li.drop-nav .second-navnews .second-navnews-col--middle .second-navnews-col-middle-sub {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    flex: 0 1 auto;
}

#navbar .main-nav li.drop-nav .second-navnews .second-navnews-col--middle .second-navnews-middle-third {
    width: 100%;
}

.drop-nav .second-navnews .second-navnews-col--middle .second-navnews-middle-grid {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    display: grid;
    /* 固定两列比例 + 列间距，避免 max-content 随各分类首列文案变宽导致第二列左右漂移；略窄首列、略减 gap 使第二列整体偏左 */
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    column-gap: 180px;
    row-gap: 21px;
    align-items: start;
    justify-items: start;
}

.drop-nav .second-navnews .second-navnews-middle-link {
    line-height: 1.25;
    text-decoration: none;
    white-space: normal;
    position: relative;
    display: block;
    vertical-align: top;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-wrap: break-word;
    overflow: visible;
}

/* 第一列（奇数位）：单行不换行、无省略号，超长可向右侧溢出绘制；列宽不变故第二列位置不变 */
.drop-nav .second-navnews .second-navnews-middle-grid > a.second-navnews-middle-link:nth-child(odd) {
    white-space: nowrap;
    overflow-wrap: normal;
    word-wrap: normal;
    z-index: 0;
}

/* 第二列叠在第一列溢出之上，避免长文案盖住右侧字 */
.drop-nav .second-navnews .second-navnews-middle-grid > a.second-navnews-middle-link:nth-child(even) {
    z-index: 1;
}

#navbar .main-nav li .second-navnews .second-navnews-middle-link {
    color: rgba(29, 33, 41, 1);
    /* font-family: Roboto; */
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
}

#navbar .main-nav li .second-navnews .second-navnews-middle-link:hover {
    text-decoration: none;
    color: #00936d;
}

.drop-nav .second-navnews .second-navnew-aside {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    flex: 0 0 340px;
    width: 340px;
    align-self: stretch;
    min-height: 298px;
}

/* 仅左列 Categories（header 约 60 行 .second-navnew-links）：纵向 a 间距 */
.drop-nav .second-navnews .second-navnews-col--left .second-navnew-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 29px;
    width: 100%;
}

.drop-nav .second-navnews .second-navnew-link {
    display: block;
    position: relative;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}

/* 左列 Categories 链接悬停高亮块（仅 header 约 60 行 .second-navnew-links 内 a） */
.drop-nav .second-navnews .second-navnews-col--left .second-navnew-link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 39px;
    background: rgba(245, 253, 247, 1);
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    box-sizing: border-box;
}

.drop-nav .second-navnews .second-navnews-col--left .second-navnew-link:hover::before {
    opacity: 1;
}

.drop-nav .second-navnews .second-navnew-caption {
    position: absolute;
    left: 32px;
    top: 40px;
}

/* 左上角标题（距左 32px、距顶 40px，宽度随文案） */
.drop-nav .second-navnew-caption {
    position: absolute;
    left: 32px;
    top: 40px;
    width: fit-content;
    height: 12px;
    line-height: 12px;
    margin: 0;
    padding: 0;
    color: rgba(69, 84, 81, 1);
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    letter-spacing: 1%;
    white-space: nowrap;
    box-sizing: border-box;
}

/* mega 子链：上内边距 84 = caption 区(40+12) + 与 caption 间距 32；右 340 预留给 aside；文档流撑开父级高度 */
.drop-nav .second-navnew-links {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    column-gap: 230px;
    row-gap: 21px;
    align-items: start;
    justify-items: start;
}

.drop-nav .second-navnew-link {
    line-height: 1.25;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

/* 在 .second-navnew 内部靠右，高度随父级（最低与面板 min-height 一致） */
/* aside 内元素统一 absolute：相对灰条外框左 24px；caption top 40；卡片 top 73 / 169 */
/* 勿设 min-height：与 top/bottom+height:auto 同时存在时，若填充高度 < min-height，侧栏会高于父级底部外凸（三行等临界内容易出现） */
.drop-nav .second-navnew-aside {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 340px;
    min-height: 0;
    height: auto;
    padding: 0;
    border-radius: 0px 0px 15px 0px;
    background: rgba(244, 246, 245, 1);
    box-sizing: border-box;
}

.drop-nav .second-navnew-aside .second-navnew-aside-caption {
    position: absolute;
    left: 26px;
    top: 40px;
    z-index: 1;
    width: fit-content;
    max-width: calc(100% - 48px);
    height: 12px;
    line-height: 12px;
    margin: 0;
    padding: 0;
    color: rgba(69, 84, 81, 1);
    /*font-family: "Roboto Mono", monospace;*/
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    letter-spacing: 1%;
    white-space: nowrap;
    box-sizing: border-box;
}

.drop-nav .second-navnew-aside .second-navnew-aside-card {
    position: absolute;
    left: 24px;
    width: 292px;
    height: 80px;
    border-radius: 8px;
    border: 1px solid rgba(243, 244, 246, 1);
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    overflow: visible;
}

/* aside 推荐卡为 a 时：压过 #navbar .main-nav li a，与 div.second-navnew-aside-card 视觉一致 */
#navbar .main-nav li .second-navnew-aside a.second-navnew-aside-card {
    position: absolute;
    left: 24px;
    width: 292px;
    height: 80px;
    display: block;
    border-radius: 8px;
    border: 1px solid rgba(243, 244, 246, 1);
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    overflow: visible;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    outline: none;
}

#navbar .main-nav li .second-navnew-aside a.second-navnew-aside-card:hover {
    text-decoration: none;
    color: inherit;
}

.drop-nav .second-navnew-aside .second-navnew-aside-card .second-navnew-aside-card__img {
    position: absolute;
    left: 18px;
    top: 24px;
    display: block;
    width: auto;
    height: auto;
    max-width: calc(100% - 36px);
    max-height: calc(80px - 24px);
    object-fit: contain;
}

.drop-nav .second-navnew-aside .second-navnew-aside-card .second-navnew-aside-card__title {
    position: absolute;
    left: 62px;
    top: 23px;
    width: max-content;
    height: 16px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    color: rgba(29, 33, 41, 1);
    /* font-family: Roboto; */
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
    overflow: visible;
    box-sizing: border-box;
}

.drop-nav .second-navnew-aside .second-navnew-aside-card .second-navnew-aside-card__desc {
    position: absolute;
    left: 62px;
    top: 47px;
    width: max-content;
    height: 12px;
    line-height: 12px;
    margin: 0;
    padding: 0;
    color: rgba(78, 89, 105, 1);
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    overflow: visible;
    box-sizing: border-box;
}

.drop-nav .second-navnew-aside .second-navnew-aside-card--first {
    top: 73px;
}

.drop-nav .second-navnew-aside .second-navnew-aside-card--second {
    top: 169px;
}

.drop-nav .second-nav dl {
    top: -14px;
    -webkit-box-shadow: 1px 0 10px #9c9c9c;
    box-shadow: 1px 0 10px #9c9c9c;
    position: absolute;
    font-size: 14px;
    color: #b2b2b2;
    border-radius: 3px;
    background: #ffffff;
    width: 100%;
}

.drop-nav .second-nav .drop-nav-title {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #8c8c8c;
    text-align: left;
    font-weight: 400;
    margin-bottom: 3px;
    margin-top: 4px;
    cursor: pointer;
    display: list-item;
    list-style-position: inside;
    padding: 0 20px;
}

.drop-nav .second-nav .drop-nav-title .nav-hot,
.drop-nav .second-navnew-link .nav-hot {
    width: 32px;
    height: 16px;
    display: inline-block;
    background: #f96235;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    position: absolute;
    top: 8px;
    left: 100px;
    border-radius: 2px;
    font-weight: normal;
    font-style: normal;
}

/* mega 链字号 16px，NEW 角标垂直位置相对原 44px 行高调低 */
.drop-nav .second-navnew .second-navnew-link .nav-hot,
.drop-nav .second-navnews .second-navnew-link .nav-hot {
    top: 2px;
}

.drop-nav .second-nav .drop-nav-title .advanced,
.drop-nav .second-navnew-link .advanced {
    top: 0px !important;
    right: -15px !important;
    left: unset !important;
}

.drop-nav .second-nav .drop-nav-title:nth-last-child() a {
    border-bottom: 0;
}

.drop-nav .second-nav a:hover {
    color: #00936d;
}

.drop-nav .second-navnew .second-navnew-link:hover,
.drop-nav .second-navnews .second-navnew-link:hover {
    color: #00936d;
}

.drop-nav .second-nav .active {
    color: #077357;
}

.drop-nav .second-nav .line {
    border-top: 1px solid #494949;
}

.slide-banner {
    height: 360px;
    position: relative;
}

.banner-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 360px;
    z-index: 1;
    width: 100%;
    background-color: #f4f4f4;
    background-position: 50% 0;
}

.banner-nav-bg {
    height: 70px;
    position: relative;
    z-index: 1;
    bottom: 70px;
}

.banner-nav {
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 999;
}

.banner-nav li {
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    margin-right: 8px;
    cursor: pointer;
    list-style: none;
}

.banner-nav li.active {
    background: #d5d5d5;
}

.banner-content {
    width: 1180px;
    margin: 0 auto;
    position: relative;
    height: 360px;
    z-index: 100;
}

.banner-img {
    position: absolute;
    z-index: 2;
    left: -150%;
}

.banner-bar-bg {
    width: 100%;
    height: 3px;
    margin: 0 auto;
    bottom: 0;
    position: absolute;
    z-index: 99;
}

.banner-bar {
    height: 0;
    width: 0;
    background: #00925f;
    position: absolute;
    left: 0;
    z-index: 100;
}

.floor1-title {
    height: 80px;
    overflow: hidden;
    width: 300px;
    margin: 60px auto 0;
    cursor: pointer;
}

.ie6fixedTL {
    position: absolute;
    left: 0;
    top: 0;
}

.ie6fixedBR {
    position: absolute;
    right: 0;
    bottom: 0;
}

.floor-title-png {
    height: 80px;
    overflow: hidden;
    width: 287px;
    margin: 60px auto 0;
    cursor: pointer;
    display: block;
}

#content {
    overflow: hidden;
    position: relative;
}

#sitemap .container .ico-ar {
    cursor: pointer;
}

#sitemap .container > ul > li {
    margin-bottom: 10px;
    background: #82bb92;
}

#sitemap .container > ul > li a {
    padding: 8px 0 8px 24px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
}

#sitemap .container > ul > li a:hover {
    text-decoration: underline;
}

#sitemap .container .has-childs {
    position: relative;
}

#sitemap .container .has-childs ul {
    padding-left: 24px;
    background: #f1f1f1;
}

#sitemap .container .has-childs ul li {
    border-bottom: 1px solid #fff;
}

#sitemap .container .has-childs ul li a {
    padding: 4px 0;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
}

#sitemap .container .has-childs ul .has-childs::before {
    content: "+ ";
    font-size: 18px;
    margin-left: 10px;
    cursor: pointer;
}

#sitemap .container .has-childs ul .has-childs ul {
    padding-left: 34px;
}

#sitemap .container .has-childs ul .has-childs ul li {
    list-style: square;
}

#member-box {
    min-height: 536px;
}

.uploadify-button {
    display: inline-block;
    width: 100px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #2baf75;
    border: 1px solid #2baf75;
    border-radius: 2px;
    font-size: 12px;
    position: relative;
    top: -12px;
}

.uploadify-button font {
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
    height: 14px;
    width: 12px;
    background: url(../../images/newIndex/assembly-quote-upload-btn.png) no-repeat;
    background-position: 0 -14px;
}

.uploadify-button-hover {
    color: #fff;
    background: #2baf75;
}

.uploadify-button-hover font {
    background-position: 0 0;
}

.uploadify {
    position: absolute;
    left: 200px;
    top: 12px;
}

.uploadify-button-text {
    width: 102px !important;
    color: #2baf75 !important;
    height: 27px !important;
}

.uploadify-queue {
    display: inline-block;
    display: none;
}

.Center-Container {
    display: none;
    position: fixed;
    z-index: 9999999999;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.Center-Container .assembly {
    width: 290px;
    height: 90px;
    padding: 25px 25px 15px;
}

.Center-Container .assembly p {
    color: #7a7a7a;
    font-size: 14px;
}

.Center-Container .assembly .Center-Container-Btn a {
    width: 108px;
    height: 28px;
    line-height: 28px;
    border-radius: 3px;
    background: #2baf75;
    color: #fff;
}

.Center-Container .assembly .Center-Container-Btn a:hover {
    background: #29a56e;
}

.Absolute-Center {
    overflow: auto;
    border-radius: 5px;
    background: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.Absolute-Center .Center-Container-Btn {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 14px;
    left: 0;
}

.Absolute-Center .Center-Container-Btn a {
    display: inline-block;
    text-align: center;
}

.assembly-quote-box {
    width: auto;
    padding-bottom: 140px;
    margin-bottom: 200px;
    border: 1px solid #dedede;
    background: #fff;
}

.assembly-quote-box.list {
    margin-bottom: 20px;
    padding-bottom: 0;
}

.assembly-quote-box .total-box {
    overflow: hidden;
    padding: 40px 60px;
}

.assembly-quote-box .total-box .left,
.assembly-quote-box .total-box .right {
    float: left;
}

.assembly-quote-box .total-box .left {
    width: 80%;
}

.assembly-quote-box .total-box .left font {
    color: #a7a7a7;
}

.assembly-quote-box .total-box .right {
    width: 20%;
}

.assembly-quote-box .total-box .right .red-color {
    font-size: 18px;
}

.assembly-quote-box h2 {
    font-size: 15px;
    font-weight: 400;
    color: #565656;
    margin: 15px 0 15px 20px;
}

.assembly-quote-box .assembly-quote-tabel {
    width: 100%;
}

.assembly-quote-box .assembly-quote-tabel th {
    font-weight: 400;
    text-align: center;
    color: #7b7b7b;
    padding: 15px 6px;
    background: #e0e0e0;
}

.assembly-quote-box .assembly-quote-tabel tbody tr {
    border-bottom: 1px dotted #d4d4d4;
}

.assembly-quote-box .assembly-quote-tabel tbody tr:nth-child(even) {
    background: #f8f8f8;
}

.assembly-quote-box .assembly-quote-tabel.list tbody tr:nth-child(even) {
    background: none;
}

.assembly-quote-box .assembly-quote-tabel.notrborder {
    border-top: 1px solid #dadada;
}

.assembly-quote-box .assembly-quote-tabel.notrborder tbody tr {
    border-bottom: none;
}

.assembly-quote-box .assembly-quote-tabel.notrborder tbody tr td {
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.assembly-quote-box .assembly-quote-tabel.notrborder tbody tr td:last-child {
    border-right: none;
}

.assembly-quote-box .assembly-quote-tabel.notrborder tbody tr td.dep {
    background: #ececec;
    text-align: right;
    padding-right: 20px;
}

.assembly-quote-box .assembly-quote-tabel.notrborder tbody tr td.light {
    background: #fbfbfb;
    text-align: left;
    padding-left: 60px;
}

.assembly-quote-box .assembly-quote-tabel.notrborder tbody tr td.pad {
    padding: 20px 50px;
    text-align: left;
}

.assembly-quote-box .assembly-quote-tabel.notrborder tbody tr td.center {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.assembly-quote-box .assembly-quote-tabel.notrborder tbody tr td.white {
    padding: 10px 0;
}

.assembly-quote-box .assembly-quote-tabel td {
    text-align: center;
    padding: 22px 5px;
    color: #565656;
    font-size: 14px;
}

.assembly-quote-box .assembly-quote-tabel td a {
    color: #009bdc;
}

.assembly-quote-box .assembly-quote-tabel td a:hover {
    color: #2db8f1;
}

.assembly-quote-box .assembly-quote-tabel td a.download {
    display: block;
    width: 109px;
    height: 26px;
    line-height: 26px;
    color: #2ab172;
    border: 1px solid #2ab172;
    border-radius: 2px;
    text-align: center;
    float: right;
    margin-right: 30px;
}

.assembly-quote-box .assembly-quote-tabel td a.download .download-ico {
    display: inline-block;
    height: 11px;
    width: 12px;
    background: url(../../images/newIndex/Assembly-Quote-download.png) center
    center no-repeat;
}

.assembly-quote-box .assembly-quote-tabel td a.download:hover {
    color: #fff;
    background: #2ab172;
}

.assembly-quote-box .assembly-quote-tabel td a.download:hover .download-ico {
    background: url(../../images/newIndex/Assembly-Quote-download_hover.png);
}

.assembly-quote-box .assembly-quote-box-i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 4px;
}

.assembly-quote-box .ok {
    background-image: url(../../images/newIndex/Assembly-Quote-ok.png);
}

.assembly-quote-box .false {
    background-image: url(../../images/newIndex/Assembly-Quote-false.png);
}

.assembly-quote-box .wait {
    background-image: url(../../images/newIndex/Assembly-Quote-wait.png);
}

.mb25 {
    margin-bottom: 25px;
}

.not-allowed {
    cursor: not-allowed;
    background: #f2f2f2;
}

.fullSlide {
    width: 100%;
    position: relative;
    height: 380px;
    background: #000;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd ul li {
    width: 100% !important;
    height: 380px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd ul li a {
    display: block;
    height: 380px;
}

.fullSlide .bd ul li a img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.fullSlide .hd ul {
    text-align: center;
    margin-top: -24px;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 12px;
    height: 12px;
    margin: 1px 3px;
    overflow: hidden;
    background: #bbb;
    filter: alpha(opacity=50);
    opacity: 0.5;
    line-height: 999px;
    border-radius: 12px;
}

.fullSlide .hd ul li.on {
    background: #fff;
}

.progress {
    height: 100%;
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    background-image: -o-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    background-image: -webkit-linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    background-image: -o-linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    background-image: linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    background-size: 26px 26px;
}

.base-upload-file {
    position: relative;
    width: 100%;
    height: 22px;
    border: 1px solid #ff8144;
    cursor: pointer;
    color: #ff5300;
    border-radius: 2px;
    font-size: 12px;
}

.base-upload-file input[type="file"],
.base-upload-file .upload-text,
.base-upload-file .progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.base-upload-file input[type="file"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.base-upload-file .base-upload-file-require {
    position: absolute;
    left: -10px;
    top: 5px;
    color: #ff4400;
    font-style: normal;
    line-height: normal;
}

.base-upload-file .progress-bar {
    background-color: #ff8144;
    height: 100%;
    -webkit-transition: width 0.2s;
    -o-transition: width 0.2s;
    transition: width 0.2s;
}

.base-upload-file .progress {
    border-radius: 0;
    opacity: 0;
}

.base-upload-file svg {
    margin-right: 2px;
    width: 15px;
    height: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.base-upload-file .base-upload-file-text {
    font-size: 14px;
    color: #ff8144;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 10px;
}

.base-upload-file .base-upload-file-text .svg-upload {
    color: #ff8144;
}

.base-upload-file .base-upload-file-text .svg-file {
    color: #fff;
    display: none;
}

.base-upload-file .base-upload-file-text .__text {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 3px;
    width: 100%;
    line-height: initial;
    display: block;
}

.base-upload-file.uploading .progress {
    opacity: 1;
}

.base-upload-file.uploading .upload-text {
    opacity: 0;
}

.base-upload-file.ok {
    border-color: #7eb900;
}

.base-upload-file.ok .progress {
    display: 1;
}

.base-upload-file.ok .base-upload-file-require {
    display: none;
}

.base-upload-file.ok .base-upload-file-text {
    opacity: 1;
    z-index: 2;
    color: #fff;
    background: #7eb900;
}

.base-upload-file.ok .base-upload-file-text .svg-file {
    display: block;
}

.base-upload-file.ok .base-upload-file-text .svg-upload {
    display: none;
}

.base-upload-file[needupload="false"] .base-upload-file-require {
    display: none;
}

.new-cart-main {
    font-family: "Roboto";
}

.new-cart-main .new-cart-main-head,
.new-cart-main .new-cart-list-main {
    width: 1200px;
    margin: 20px auto;
    padding: 0;
    overflow: hidden;
    background: #fff;
}

.new-cart-main .new-cart-main-head li,
.new-cart-main .new-cart-list-main li {
    float: left;
    font-size: 14px;
    color: #666666;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.new-cart-main .new-cart-main-head li.a,
.new-cart-main .new-cart-list-main li.a {
    padding-left: 20px;
    text-align: left;
    width: 430px;
}

.new-cart-main .new-cart-main-head li.a label.p,
.new-cart-main .new-cart-list-main li.a label.p {
    display: block;
    height: 45px;
    line-height: 60px;
    font-size: 16px;
    color: #333333;
}

.new-cart-main .new-cart-main-head li.a label.p span,
.new-cart-main .new-cart-list-main li.a label.p span {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-left: 14px;
}

.new-cart-main .new-cart-main-head li.a div,
.new-cart-main .new-cart-list-main li.a div {
    height: 35px;
    line-height: 35px;
    padding-left: 47px;
    color: #666666;
}

.new-cart-main .new-cart-main-head li.c,
.new-cart-main .new-cart-list-main li.c {
    text-align: center;
    width: 205px;
}

.new-cart-main .new-cart-main-head li.d,
.new-cart-main .new-cart-main-head li.e,
.new-cart-main .new-cart-main-head li.f,
.new-cart-main .new-cart-list-main li.d,
.new-cart-main .new-cart-list-main li.e,
.new-cart-main .new-cart-list-main li.f {
    width: 150px;
    text-align: center;
}

.new-cart-main .new-cart-main-head li.g,
.new-cart-main .new-cart-list-main li.g {
    width: 115px;
}

.new-cart-main .new-cart-main-head li.h,
.new-cart-main .new-cart-list-main li.h {
    width: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.new-cart-main .new-cart-main-head .a label {
    font-size: 16px;
    color: #474747;
}

.new-cart-main .new-cart-list {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
}

.new-cart-main .new-cart-list .new-cart-list-main {
    width: 1200px;
    background: #fff;
    margin: 0 auto;
}

.new-cart-main .new-cart-list .new-cart-list-main li {
    height: 90px;
    line-height: 90px;
    color: #666666;
    font-size: 16px;
}

.new-cart-main .new-cart-list .new-cart-list-main li.a {
    color: #333333;
}

.new-cart-main .new-cart-list .new-cart-list-main li div.info-js {
    cursor: pointer;
}

.new-cart-main .new-cart-list .new-cart-list-main li.orange {
    color: #ff702b;
}

.new-cart-main .new-cart-list .new-cart-list-main li .new-cart-arrow {
    display: inline-block;
    width: 15px;
    height: 8px;
    background: url(../../images/new-cart-arrow.png) -5px -6px no-repeat;
    margin-left: 4px;
}

.new-cart-main
.new-cart-list
.new-cart-list-main
li
div.active
.new-cart-arrow {
    background-position: -27px -5px;
}

.new-cart-main .new-cart-list .new-cart-list-main li .new-cart-delete-list {
    display: block;
    margin: 0 auto 0;
    height: 90px;
    background: url(../../images/cart-delate.png) center center no-repeat;
}

.new-cart-main .new-cart-list .new-cart-list-info {
    width: 100%;
    border-top: 1px solid #e7e7e7;
    display: none;
}

.new-cart-main .new-cart-list .new-cart-list-info tr {
    border-bottom: 1px solid #e7e7e7;
}

.new-cart-main .new-cart-list .new-cart-list-info tr:last-child {
    border-bottom: none;
}

.new-cart-main .new-cart-list .new-cart-list-info tr td {
    width: 25%;
    background: #fafafa;
    color: #7a7a7a;
    padding: 10px 24px;
    text-align: left;
    border-right: 1px solid #e7e7e7;
}

.new-cart-main .new-cart-list .new-cart-list-info tr td.v-text {
    background: #fff;
    color: #565656;
}

.new-cart-main .new-cart-list .new-cart-list-info tr td:last-child {
    border-right: none;
}

.new-cart-main .new-cart-list .new-cart-list-info.pcba {
    overflow: hidden;
    padding: 20px;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.new-cart-main .new-cart-list .new-cart-list-info.pcba dl {
    float: left;
    width: 33.3333%;
    text-align: left;
    color: #666;
}

.new-cart-main .new-cart-list .new-cart-list-info.pcba dl dt {
    font-size: 16px;
    margin-bottom: 14px;
    font-weight: 400;
}

.new-cart-main .new-cart-list .new-cart-list-info.pcba dl dd {
    font-size: 15px;
    margin-bottom: 10px;
}

.new-cart-main .new-cart-list .new-cart-list-info.pcba dl dd span {
    display: inline-block;
    width: 180px;
    color: #b6b6b6;
}

.new-cart-main .new-cart-list .new-cart-list-info.pcba dl dd.line {
    height: 1px;
    width: 80%;
    background-color: #eee;
    margin-bottom: 0;
}

.new-cart-main .new-cart-list .new-cart-list-info.pcba dl dd.sub {
    padding-top: 10px;
    color: #ff702b;
    width: 95%;
}

.new-cart-main .new-cart-list .new-cart-list-info.pcba dl dd.sub span {
    position: relative;
}

.new-cart-main .new-cart-list .new-cart-list-info.pcba dl dd.sub i {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 15px;
    color: #666;
    text-decoration: line-through;
    font-style: normal;
}

.new-cart-main .new-cart-list .new-cart-list-info.pcba .tips-box .cloum {
    width: 35%;
    display: inline-block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.new-cart-main
.new-cart-list
.new-cart-list-info.pcba
.tips-box
.tips:first-child {
    border-top: 1px dashed #eee;
}

.new-cart-main .new-cart-list .new-cart-list-info.pcba .tips {
    width: 96%;
    padding: 15px 0 0;
    float: left;
}

.new-cart-main input[type="checkbox"] {
    -webkit-appearance: none;
    vertical-align: middle;
    margin-top: 0;
    background: #fff;
    border: #999 solid 1px;
    border-radius: 2px;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}

.new-cart-main input[type="checkbox"]:checked {
    background: #1eaf83;
    border-color: #1eaf83;
}

.new-cart-main input[type="checkbox"]:checked::after {
    content: "";
    top: 3px;
    left: 3px;
    position: absolute;
    background: transparent;
    border: #fff solid 3px;
    border-top: none;
    border-right: none;
    height: 8px;
    width: 13px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cart-contiue-shop-btn {
    margin: 100px 0 40px;
}

.cart-contiue-shop-btn a {
    display: inline-block;
    width: auto;
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    border: 1px solid #ff702c;
    color: #ff702c;
    border-radius: 2px;
    text-align: center;
}

.cart-contiue-shop-btn a:hover {
    background: #ff702c;
    color: #fff;
}

.pagenav_container {
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
}

.pagenav_container .cycle-list {
    display: inline-block;
    width: auto;
    padding: 0 11px;
    height: 32px;
    border: 1px solid #2baf75;
    border-radius: 2px;
    text-align: center;
    line-height: 32px;
    margin: 0 6px;
    color: #2baf75;
}

.pagenav_container span {
    font-size: 13px !important;
    text-transform: none !important;
}

.pagenav_container a {
    display: inline-block;
}

.pagenav_container a .cycle-list {
    border: 1px solid #c9c9c9;
    color: #333;
}

.pagenav_container a:hover .cycle-list {
    background: #c9c9c9;
    color: #fff;
}

.bottom-boxs {
    height: 60px;
    width: 1200px;
    margin: 15px auto 0;
    background-color: #fff;
    font-family: "Roboto";
}

.bottom-box {
    position: relative;
    bottom: 0px;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    background-color: #fff;
}

.bottom-box .gray-btns {
    height: 60px;
    line-height: 60px;
    background-color: #ececec;
    padding-left: 22px;
    position: relative;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #e7e7e7;
    padding-right: 205px;
}

.bottom-box .gray-btns .btn-orange {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 60px;
    width: 205px;
    text-align: center;
    font-size: 16px;
    background-color: #00936d;
    color: #fff;
}

.bottom-box .gray-btns .btn-orange:hover {
    background-color: #077357;
    color: #fff;
}

.bottom-box .gray-btns .disabled_btn {
    color: #fff;
    cursor: not-allowed;
}

.bottom-box .gray-btns .a {
    float: left;
}

.bottom-box .gray-btns a:hover {
    color: #afafaf;
}

.bottom-box .gray-btns em {
    color: #606060;
    font-style: normal;
}

.bottom-box .gray-btns em input[type="checkbox"] {
    position: relative;
    top: 1px;
}

.bottom-box .gray-btns em .disable {
    color: #ddd;
}

.bottom-box .gray-btns .b {
    margin-right: 25px;
    margin-left: 5px;
    float: left;
}

.bottom-box .gray-btns .c {
    margin-left: 25px;
    float: right;
}

.bottom-box .gray-btns .d {
    margin-left: 25px;
    float: right;
}

.bottom-box .gray-btns .e {
    margin-left: 10px;
    margin-right: 25px;
    font-size: 24px;
    font-weight: bold;
    color: #f96235;
    float: right;
}

.bottom-box .gray-btns label input[type="checkbox"] {
    -webkit-appearance: none;
    vertical-align: middle;
    margin-top: 0;
    background: #fff;
    border: #999 solid 1px;
    border-radius: 2px;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    cursor: pointer;
    top: -3px;
    margin-right: 10px;
}

.bottom-box .gray-btns label input[type="checkbox"]:checked {
    background: #1eaf83;
    border-color: #1eaf83;
}

.bottom-box .gray-btns label input[type="checkbox"]:checked::after {
    content: "";
    top: 3px;
    left: 3px;
    position: absolute;
    background: transparent;
    border: #fff solid 3px;
    border-top: none;
    border-right: none;
    height: 8px;
    width: 13px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.article-plus {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 21.5px;
    right: 10%;
    background: url(../../images/slide_plus.png) -14px 0 no-repeat;
}

.article-plus.on {
    background-position: 0 0;
}

.breadcrumb {
    max-width: 1200px;
    width: 100%;
    margin: 22px auto;
    color: #a1a1a1;
    margin-bottom: 0;
}

.breadcrumb a {
    display: inline-block;
    color: #a1a1a1;
    font-size: 14px;
}

.breadcrumb a:hover {
    color: #2baf75;
}

.breadcrumb span {
    display: inline-block;
    color: #a1a1a1;
}

.breadcrumb span.active {
    margin: 0;
    color: #2baf75;
    font-weight: 600;
}

.paypal-tip {
    padding: 20px 40px 20px 20px;
    border: 1px solid #dddddd;
    position: relative;
    padding-left: 50px;
    font-size: 16px;
}

.paypal-tip img {
    border: none !important;
    vertical-align: text-top !important;
    position: absolute;
    left: -31px;
    width: 14px;
    bottom: 4px;
}

.paypal-tip .tt {
    color: #666666;
    font-size: 14px;
    margin-top: 8px;
    line-height: 20px;
    word-spacing: 1px;
}

.paypal-tip .t {
    padding: 15px 0 0;
    color: #f96235;
    position: relative;
}

.paypal-tip .paypal-arrow {
    content: "";
    position: absolute;
    left: 65px;
    top: -10px;
    border-bottom: 10px solid #dddddd;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.paypal-tip .paypal-arrow::after {
    content: "";
    position: absolute;
    left: -9px;
    top: 1px;
    border-bottom: 9px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.contact-us-container,
.join-us-container {
    width: 1200px;
    margin: 3em auto;
    background-color: #fff;
    padding: 40px 160px;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-us-container *,
.join-us-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-us-container h2,
.join-us-container h2 {
    margin: 0 auto 2em;
    font-size: 20px;
    color: #545454;
    text-transform: uppercase;
    font-weight: 400;
}

.contact-us-container label,
.join-us-container label {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 4px;
    float: left;
    padding-right: 20px;
    width: 170px;
    text-align: right;
    height: 32px;
    line-height: 32px;
}

.contact-us-container label i,
.join-us-container label i {
    font-style: normal;
    font-size: 12px;
    color: #ff1e00;
    margin-right: 10px;
}

.contact-us-container input[type="text"],
.contact-us-container input[type="email"],
.contact-us-container input[type="phone"],
.contact-us-container select,
.contact-us-container textarea,
.join-us-container input[type="text"],
.join-us-container input[type="email"],
.join-us-container input[type="phone"],
.join-us-container select,
.join-us-container textarea {
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    border: 1px solid #bbb;
    resize: none;
    width: 320px;
    outline: none;
}

.contact-us-container input[type="text"]:focus,
.contact-us-container input[type="email"]:focus,
.contact-us-container input[type="phone"]:focus,
.contact-us-container select:focus,
.contact-us-container textarea:focus,
.join-us-container input[type="text"]:focus,
.join-us-container input[type="email"]:focus,
.join-us-container input[type="phone"]:focus,
.join-us-container select:focus,
.join-us-container textarea:focus {
    border-color: #bbb;
}

.contact-us-container textarea,
.join-us-container textarea {
    height: 180px;
    overflow-y: auto;
}

.contact-us-container .input-message,
.join-us-container .input-message {
    font-size: 13px;
    color: #f40;
    visibility: hidden;
    position: absolute;
    top: 40px;
}

.contact-us-container p,
.join-us-container p {
    margin-bottom: 40px;
    float: left;
    position: relative;
}

.contact-us-container p.text,
.join-us-container p.text {
    font-size: 14px;
    line-height: 1.5em;
    color: #777;
}

.contact-us-container h4,
.join-us-container h4 {
    font-size: 16px;
    font-weight: 400;
    color: #444;
    margin: 20px 0;
}

.contact-us-container .input-label,
.join-us-container .input-label {
    overflow: hidden;
}

.contact-us-container .input-label.err input[type="text"],
.contact-us-container .input-label.err input[type="email"],
.contact-us-container .input-label.err input[type="phone"],
.contact-us-container .input-label.err input[type="file"],
.contact-us-container .input-label.err select,
.contact-us-container .input-label.err textarea,
.join-us-container .input-label.err input[type="text"],
.join-us-container .input-label.err input[type="email"],
.join-us-container .input-label.err input[type="phone"],
.join-us-container .input-label.err input[type="file"],
.join-us-container .input-label.err select,
.join-us-container .input-label.err textarea {
    border-color: #f40;
}

.contact-us-container .input-label.err .input-message,
.join-us-container .input-label.err .input-message {
    visibility: visible;
}

.contact-us-container .note,
.join-us-container .note {
    color: #aaa;
    margin: 20px 0 30px;
}

.contact-us-container .note h4,
.join-us-container .note h4 {
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
}

.contact-us-container .note a,
.join-us-container .note a {
    color: #2ac983;
}

.contact-us-container .note p,
.join-us-container .note p {
    line-height: 1.8em;
}

.contact-us-container .sub a,
.join-us-container .sub a {
    display: block;
    width: 230px;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    color: #fff;
    background-color: #00936d;
    text-align: center;
    margin-left: 170px;
    border-radius: 5px;
}

.contact-us-container .sub a:hover,
.join-us-container .sub a:hover {
    background-color: #077357;
}

.contact-us-container .ipt,
.join-us-container .ipt {
    overflow: hidden;
}

.contact-us-container .fake-box,
.join-us-container .fake-box {
    float: left;
    position: relative;
    cursor: pointer;
}

.contact-us-container .fake-box input[type="file"],
.join-us-container .fake-box input[type="file"] {
    opacity: 0;
    width: 100%;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}

.contact-us-container .fake-box.err input[type="text"],
.join-us-container .fake-box.err input[type="text"] {
    border: 1px solid #f40;
}

.contact-us-container .fake-box .file-btn,
.join-us-container .fake-box .file-btn {
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 30px;
    right: 1px;
    top: 1px;
    position: absolute;
    color: #000;
    font-size: 26px;
    z-index: 1;
    border-left: 1px solid #e6e6e6;
}

.contact-us-container .fake-box .file-btn.ok,
.join-us-container .fake-box .file-btn.ok {
    background: url(./../../images/newIndex/assembly-upload-ok.png) center center
    no-repeat;
}

.contact-us-container .fake-box .file-btn.false,
.join-us-container .fake-box .file-btn.false {
    background: url(./../../images/newIndex/assembly-upload-false.png) center
    center no-repeat;
}

.contact-us-container .fake-box input[type="text"],
.join-us-container .fake-box input[type="text"] {
    padding-right: 50px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.contact-us-container .fake-box .remove,
.join-us-container .fake-box .remove {
    display: block;
    width: 38px;
    height: 38px;
    right: -44px;
    top: 0;
    position: absolute;
    text-align: center;
    line-height: 34px;
    font-size: 20px;
    color: #888;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contact-us-container .fake-box .add-upload-ipt,
.join-us-container .fake-box .add-upload-ipt {
    display: block;
    height: 38px;
    line-height: 34px;
    float: right;
    padding: 0 20px;
    color: #3a3a3a;
    border: 1px solid #ddd;
}

.contact-us-container .fake-box .add-upload-ipt:hover,
.join-us-container .fake-box .add-upload-ipt:hover {
    border-color: #2bc983;
    background: #2bc983;
    color: #fff;
}

.layout-advantage,
.layout-procedure,
.layout-capabilities,
.layout-container {
    background-color: #fff;
    padding: 0 300px;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-container {
    background-image: url(../../images/modules/PCBExtension/fusion_index_bg2.png);
}

.layout-container .layout-hd {
    padding: 40px 0 80px 0;
}

.layout-container .layout-hd h1 {
    margin: 10px auto 30px;
    text-align: center;
    font-size: 20px;
    color: #333333;
}

.layout-container .layout-hd h2 {
    margin: 10px auto 40px;
    text-align: center;
    font-size: 18px;
    color: #333333;
}

.layout-container .layout-hd p {
    font-size: 14px;
    color: #8c8c8c;
}

.layout-container .layout-hd span {
    color: #2baf75;
}

.layout-capabilities {
    background-image: url(../../images/modules/PCBExtension/layout-bg2.png);
    background-position-y: -15px;
}

.layout-capabilities .capabilities-hd {
    padding: 70px 0;
}

.layout-capabilities .capabilities-hd .capabilities-hdleft {
    float: left;
    margin-right: 65px;
    margin-left: 50px;
}

.layout-capabilities .capabilities-hd .capabilities-hdleft p {
    height: 8px;
    width: 115px;
    background: url(../../images/modules/PCBExtension/layout-icon.png) no-repeat;
    background-position-y: -21px;
    background-position-x: 14px;
    margin: 40px;
    margin-left: 0;
}

.layout-capabilities .capabilities-hd .capabilities-hdleft span {
    display: block;
    width: 120px;
    color: #666666;
    font-size: 22px;
    margin-left: 15px;
}

.layout-capabilities .capabilities-hd .capabilities-hdright {
    float: left;
}

.layout-capabilities
.capabilities-hd
.capabilities-hdright
.cap-striped-table
td {
    width: 350px;
    height: 40px;
    text-align: center;
}

.layout-capabilities .capabilities-bd {
    padding: 0 0 73px 0;
}

.layout-capabilities .capabilities-bd a,
.layout-capabilities .capabilities-bd span {
    color: #2baf75;
    font-size: 13px;
}

.layout-capabilities .capabilities-ft {
    width: 580px;
    margin: 0 auto;
    font-size: 20px;
    background: url(../../images/modules/PCBExtension/layout-bg3.png) no-repeat;
    padding-bottom: 60px;
    color: #333333;
}

.layout-capabilities .capabilities-ft h4 {
    padding: 39px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.layout-capabilities .capabilities-ft h4 span {
    width: 200px;
    display: inline-block;
    text-align: center;
}

.layout-capabilities .capabilities-ft p {
    margin: 0 auto;
    width: 125px;
}

.layout-advantages h2 {
    width: 400px;
    margin: 55px auto;
    text-align: left;
    font-size: 22px;
    background: url(../../images/modules/PCBExtension/layout-icon.png) no-repeat;
    background-position-x: 210px;
    background-position-y: 5px;
}

.layout-advantages .advantages-txt {
    margin-bottom: 75px;
}

.layout-advantages .advantages-txt h3 {
    font-size: 14px;
    color: #b2b2b2;
    margin: 10px 0;
}

.layout-advantages .advantages-txt h3 .co-g {
    color: #2baf75;
}

.layout-advantages .advantages-txt a {
    color: #2baf75;
}

.layout-procedure {
    background-image: url(../../images/modules/PCBExtension/layout-bg4.png);
}

.layout-procedure h2 {
    width: 400px;
    margin: 55px auto;
    text-align: right;
    font-size: 22px;
    background: url(../../images/modules/PCBExtension/layout-icon.png) no-repeat;
    background-position-x: 20px;
    background-position-y: -13px;
}

.layout-procedure ul {
    background: url(../../images/modules/PCBExtension/layout-bg5.png) no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 43px;
    margin-left: 100px;
}

.layout-procedure ul li {
    width: 23%;
    padding: 20px;
    padding-bottom: 30px;
}

.layout-procedure ul li p {
    text-align: center;
    margin-bottom: 50px;
    color: #ffffff;
}

.layout-procedure ul li span {
    color: #666666;
}

.layout-procedure h4 {
    font-size: 16px;
    margin-bottom: 50px;
    color: #666666;
}

.layout-procedure h4 a {
    color: #2baf75;
}

.layout-procedure .layout-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.layout-procedure .layout-btn a {
    display: inline-block;
    width: 430px;
    height: 50px;
    background-color: #2baf75;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.layout-procedure a {
    color: #2baf75;
}

.clearfloat {
    clear: both;
}

.modal-mask {
    position: fixed;
    z-index: -9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    font-family: "Roboto";
    opacity: 0;
}

.modal-mask .modal-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px 120px 20px;
}

.modal-mask .modal-container {
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 30px;
    background-color: #fff;
    font-size: 14px;
    -webkit-box-shadow: 0 3px 55px rgba(0, 0, 0, 0.18);
    box-shadow: 0 3px 55px rgba(0, 0, 0, 0.18);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal-mask h3 {
    margin: 0;
    color: #333;
    font-size: 18px;
}

.modal-mask .modal-body {
    margin: 20px 0 20px 50px;
    position: relative;
    color: #333333;
}

.modal-mask .modal-body .modal-ico {
    display: block;
    position: absolute;
    top: 0;
    left: -50px;
    width: 30px;
    height: 30px;
    background: url(./../../images/newIndex/assembly-upload-ok1.png) 0 0 no-repeat;
}

.modal-mask .modal-footer {
    overflow: hidden;
}

.modal-mask .modal-default-btn {
    background-color: #00936d;
    border: none;
    color: #fff;
    padding: 4px 15px;
    border-radius: 2px;
    outline: none;
    margin-left: 10px;
}

.modal-mask .modal-default-btn:hover {
    background-color: #077357;
}

.modal-mask .modal-default-btn.cancel {
    background: #ddd;
}

.modal-mask .modal-default-btn.cancel:hover {
    background: #eee;
}

.modal-mask .modal-default-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    outline: none;
    width: 18px;
    height: 18px;
    background: #fff url(./../../images/message_remove_btn.png) 0 0 no-repeat;
}

.modal-mask .modal-default-close:hover {
    background-position: 0 -83px;
}

.modal-mask.active {
    opacity: 1;
    z-index: 9999;
}

.modal-mask.active .modal-container {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#pushMessage {
    z-index: 2147483000;
    position: fixed !important;
    bottom: 85px;
    right: -webkit-calc(25px - 10px);
    right: calc(25px - 10px);
    max-height: -webkit-calc(100% - 20px + 10px);
    max-height: calc(100% - 20px + 10px);
    width: 360px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Candara, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#pushMessage * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#pushMessage .pushMessage {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    padding: 10px;
    display: none;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

#pushMessage .pushMessageClose {
    position: relative;
    height: 52px;
}

#pushMessage .pushMessageCloseBox {
    position: absolute;
    top: 10px;
    right: 0;
}

#pushMessage .pushMessageCloseBox span {
    display: block;
    background-color: #5d6c80;
    color: #fff;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    border-radius: 16px;
    cursor: pointer;
    background-position: 50%;
    padding-right: 16px;
    padding-left: 16px;
    background-image: url(../../images/newIndex/dismiss.8422c636.png);
    background-size: 8px 8px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
    opacity: 0;
}

#pushMessage .pushMessageBox {
    position: relative;
    border-radius: 6px 6px 0 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(35, 47, 53, 0.09);
    box-shadow: 0 2px 8px 0 rgba(35, 47, 53, 0.09);
    padding-bottom: 15px;
    margin-left: 45px;
}

#pushMessage .pushMessageBoxTitle {
    font-size: 13px;
    color: #263238;
    padding: 15px 20px 10px;
    overflow: hidden;
}

#pushMessage .pushMessageBoxTitleSmall {
    white-space: nowrap;
    color: rgba(73, 76, 93, 0.7);
    font-size: 12px;
}

#pushMessage .pushMessageBoxContentMain {
    padding: 0 20px;
    max-height: 52px;
    position: relative;
    color: #6e7a89;
    line-height: 1.8em;
    overflow: hidden;
    word-break: break-word;
}

#pushMessage .pushMessageBoxContentMain::after {
    content: "...";
    color: #b9b9b9;
    position: absolute;
    bottom: 0;
    right: 20px;
    padding: 0 15px 1px 25px;
    background: url(../../images/newIndex/ellipsis_bg.png) repeat-y;
}

#pushMessage .pushMessageBoxContentMain img {
    display: none;
    max-width: 100%;
    border: 2px solid transparent;
    outline: none;
}

#pushMessage .pushMessageBoxContentMain.support_line_clamp {
    display: -webkit-box;
    display: -moz-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#pushMessage .pushMessageBoxContentMain.support_line_clamp::after {
    content: "" !important;
}

#pushMessage .pushMessageBoxContentMain.no_ellipis::after {
    content: "";
}

#pushMessage .pushMessageBox::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 99%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 12px 0;
    border-color: transparent transparent #fff;
}

#pushMessage .pushMessage:hover .pushMessageCloseBox span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.8;
}

#pushMessage .pushMessage.user_click__open .pushMessageBoxContentMain {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 520px;
    -o-text-overflow: initial;
    text-overflow: initial;
    -webkit-box-orient: initial;
    -webkit-line-clamp: initial;
}

#pushMessage .pushMessage.user_click__open .pushMessageBoxContentMain::after {
    content: "";
}

#pushMessage .pushMessage.user_click__open .pushMessageBoxContentMain img {
    display: block;
    margin: 0.5rem 0;
}

#pushMessage.window_init__open .pushMessage {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: block;
}

.member-points {
    padding: 0 50px;
    font-size: 14px;
    margin-bottom: 100px;
}

.member-points h4 {
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: bold;
}

.member-points h4.mt {
    margin-top: 30px;
}

.member-points p {
    line-height: 1.5em;
}

.member-points .member-points-table {
    width: 100%;
    border: 1px solid #bbb;
    height: auto;
    background: #fff;
}

.member-points .member-points-table th,
.member-points .member-points-table td {
    padding: 6px 10px;
    font-weight: 400;
    text-align: center;
}

.member-points .member-points-table th {
    background: #565656;
    color: #fff;
}

.member-points .member-points-table tr td {
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

.member-points .member-points-table tr td:last-child {
    border-right: none;
}

.member-points .member-points-table tr:last-child td {
    border-bottom: none;
}

.member-points .member-page {
    margin: 20px auto;
    font-size: 14px;
}

.member-points .member-page a {
    display: inline-block;
    color: #999;
    margin: 0 5px;
}

.member-points .member-page a:hover {
    color: #00b383;
}

.member-points .member-page a.ac {
    font-weight: bold;
    color: #00b383;
}

.member-points-checkout {
    text-align: right;
    margin: 2% 0 0;
    padding-right: 20px;
    display: none;
}

.member-points-checkout span {
    font-size: 16px;
}

#chat-app-container-inner {
    position: inherit !important;
}

#chat-app-container-inner .chat-app-wrapper {
    z-index: 1000;
}

.lang-block {
    width: 144px;
    text-align: left;
    position: relative;
    float: right;
    margin-top: 19px;
}

.lang-block .lang-active {
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #bcbcbc;
}

.lang-block .lang-active:hover + .lang-list {
    display: block;
}

.lang-block .lang-active a {
    display: block;
    width: 100%;
    font-size: 13px;
    color: #ffffff;
    position: relative;
}

.lang-block .lang-active a::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1px;
    border: 5px solid transparent;
    border-top-color: #cecece;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: 2px;
}

.lang-block .lang-list {
    background: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    position: absolute;
    top: 81px;
    left: 0;
    font-size: 13px;
    width: 100%;
    display: none;
    z-index: 9999;
}

.lang-block .lang-list a {
    padding-bottom: 10px;
    color: #333333;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.lang-block .lang-list a:hover {
    color: #2bc983;
}

.lang-block .lang-list a:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.lang-block .lang-list:hover {
    display: block;
}

.lang-block .flag-ico {
    display: inline-block;
    width: 26px;
    height: 16px;
    margin-right: 5px;
    vertical-align: sub;
    background-image: url("../../images/flag.png");
    background-repeat: no-repeat;
}

.lang-block .flag-ico.flag-en {
    background-position: 0 0;
}

.lang-block .flag-ico.flag-de {
    background-position: -26px 0;
}

.job-box {
    position: fixed;
    top: 50%;
    left: 6%;
    height: 200px;
    width: 185px;
    display: none;
}

.job-box .job-div {
    height: 100%;
    position: relative;
}

.job-box .job-close {
    background: url("../../images/close.png") no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: -16px;
    border-radius: 50%;
}

.job-box .job-img {
    background: url("../../images/PCB-job.png") no-repeat;
    height: 100%;
    display: block;
}

.home-container-tabs {
    height: 50px;
    background: #00936d;
    position: sticky;
    top: 64px;
    z-index: 199; /* 纭繚鍦ㄤ笂闈?*/
}

.home-container-tabs > div {
    display: flex;
    align-items: center;
    margin: 0 auto;
    gap: 48px;
    height: 50px;
}

.home-container-tabs > div > button {
    display: flex;
    align-items: center;
    gap: 48px;
    position: relative;
}

/* .home-container-tabs > div > button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #00936d;
  border-radius: 8px 8px 0 0;
  opacity: 0;
}

.home-container-tabs > div > button.active::after {
  opacity: 1;
} */

.home-container-tab {
    height: 34px;
    background-color: transparent;
    border: unset;
    padding: 0;
    width: fit-content;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    line-height: 34px;
    padding: 14px;
}

.home-container-tab:hover,
.home-container-tab.active {
    font-weight: 500;
    font-size: 14px;
    color: #00936d;
    background: #ffffff;
    border-radius: 6px;
}

.index-title {
    font-weight: 600;
    font-size: 32px;
    color: #1d2129;
    line-height: 27px;
    text-align: center;
}

.index-sub-title {
    font-weight: 400;
    font-size: 16px;
    color: #4e5969;
    line-height: 17px;
    text-align: center;
}

.th-bg {
    background-image: url("../../images/newIndex/new/th-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 168px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
    cursor: pointer;
}

.th-bg  .track{
    width: 1px;
    background-color: #FFFFFF;
    height: 34px;
}

.th-bg .th-bg-title {
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    line-height: 27px;
    text-align: left;
}

.th-bg .th-bg-subTitle {
    font-weight: 500;
    font-size: 36px;
    color: #ffffff;
    line-height: 27px;
    text-align: left;
}

.advanced-pcb {
    background-image: url(../../images/newIndex/new/advance-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 80px;
}

.advanced-pcb > div {
    max-width: 1200px;
    margin: 0 auto;
}

.pcb-services-container {
    padding-top: 80px;
}

.pcb-services-container .container .index-title {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.pcb-services-container .container .index-title span {
    color: #00936d;
}

.pcb-services {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 48px;
}

.service-section {
    display: flex;
    gap: 20px;
}

.service-section + .service-section {
    margin-top: 32px;
}

.service-section h2 {
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    line-height: 27px;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0; */
}

.service-image {
    position: relative;
    width: 386px;
    height: 430px;
    padding: 42px 16px;
    cursor: pointer;
    overflow: hidden;
}

.service-image .service-section-text {
    transition: all 0.3s ease;
    opacity: 0;
}

.service-image .service-section-text {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
}

.service-image .service-section-text .title {
    margin-bottom: 12px;
}

.service-image p span {
    position: relative;
    padding-left: 15px;
    min-width: 132px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    line-height: 14px;
}

.service-image p span + span {
    margin-left: 50px;
}

.service-image .service-section-text p span:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #00a077;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 5px;
}

.service-image p {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}

.service-image:hover .service-section-text {
    opacity: 1;
}

.service-image:hover img {
    transform: scale(1.05);
}

.service-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.service-details {
    display: grid;
    flex: 1;
    grid-template-columns: repeat(2, 1fr);
    height: fit-content;
}

.detail-box {
    padding: 28px 0 0 32px;
    flex: 0 0 397px;
    height: 215px;
    background: #f9f9f9;
    position: relative;
    /* border-radius: 4px 0px 0px 0px;
    border: 1px solid #e5e8ef; */
}

.detail-box:first-child {
    /* border-right: 1px solid #e5e8ef; */
    /* border-bottom: 1px solid #e5e8ef; */
}

.detail-box:last-child {
    /* border-top: 1px solid #e5e8ef;
    border-left: 1px solid #e5e8ef; */
}

.detail-box h3 {
    font-weight: 500;
    font-size: 16px;
    color: #1d2129;
    line-height: 17px;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.detail-box p span {
    font-weight: 400;
    font-size: 14px;
    color: #4e5969;
    line-height: 16px;
    position: relative;
    padding-left: 15px;
}

.detail-box p span + span {
    margin-left: 37px;
}

.detail-box p + p {
    margin-top: 12px;
}

.detail-box p span:before {
    content: "";
    width: 6px;
    height: 2px;
    background: linear-gradient(270deg, #00a077 0%, #8f8f8f 100%);
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 7px;
}

.detail-img-box img + img {
    margin-left: 13px;
}

.solutions-grid {
    flex: 1;
    background: #f9f9f9;
    border-radius: 4px;
    padding: 32px;
    display: flex;
    flex-direction: column;
}

.solutions-grid .title {
    font-weight: 600;
    font-size: 20px;
    color: #2b333a;
    line-height: 20px;
    margin-bottom: 24px;
}

.solutions-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex: 1;
}

.solutions-content > a {
    flex: 1;
}

.solution-card {
    /* padding: 15px; */
    flex: 1;
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 32px;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.solution-card img {
}

.solution-card h3 {
    font-weight: 600;
    font-size: 18px;
    color: #1d2129;
    line-height: 21px;
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 1;
}

.solution-card > p {
    margin-top: 21px;
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 14px;
    color: #71777d;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.solution-card > p span {
    background: #f5f5f5;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
}

.solution-card .hover-text {
    padding-left: 16px;
    font-weight: 400;
    font-size: 14px;
    color: #4e5969;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
    transform: translateY(350px);
    background: #fff;
    z-index: 2;
    padding: 35px 0 0 16px;
}

.solution-card .hover-text h3 {
    margin-bottom: 16px;
}

.solution-card .hover-text p {
    margin-top: 8px;
}

.solution-card:hover .hover-text {
    transform: translateY(0px);
}

/* showcase */
.pcb-showcase-container {
    background: #f7f7f7;
    padding: 80px 0;
}

.pcb-showcase-container .index-title {
    margin-bottom: 16px;
}

.pcb-showcase-container .index-title span {
    color: #00936d;
}

.showcase-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 49px 0 41px 0;
}
.showcase-wrapper {
    display: flex;
    gap: 40px;
    width: calc(384px * 20); /* 澧炲姞鎬诲搴︼紝纭繚瓒冲鐨勫浘鐗囨暟閲?*/
    animation: scroll 40s linear infinite;
}
.showcase-wrapper:hover {
    animation-play-state: paused;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-384px * 10)); /* 婊氬姩涓€鍗婄殑璺濈 */
    }
}
.showcase-wrapper .showcase-item {
    flex: 0 0 384px;
    height: 411px;
    padding: 16px;
    box-sizing: border-box;
    background: #ffffff;
    /* box-shadow: 0px 12px 48px 16px rgba(0, 0, 0, 0.03); */
    border-radius: 4px 4px 4px 4px;
}
.showcase-wrapper .showcase-item img {
    width: 352px;
    height: 272px;
    display: block;
}

.showcase-wrapper .showcase-item h3 {
    font-weight: 400;
    font-size: 18px;
    color: #2b333a;
    line-height: 20px;
    margin: 0;
    margin-top: 15px;
}
.products-tag {
    font-weight: 400;
    font-size: 14px;
    color: #00936d;
    line-height: 15px;
    margin-top: 21px;
}

.showcase-note {
    font-weight: 500;
    font-size: 16px;
    color: #1d2129;
    line-height: 24px;
    text-align: center;
}
/* 涓嬫柟姘村钩杩炴帴绾?*/

.decorative-content {
    position: relative;
    margin: 30px 0;
}

.top-line {
    content: "";
    position: absolute;
    top: -30px;
    left: 9px;
    right: 9px;
    height: 1px;
    background-color: #e0e0e0;
}

.bottom-line {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 9px;
    right: 9px;
    height: 1px;
    background-color: #e0e0e0;
}
/* 宸﹀彸鍦嗚鐭╁舰 - 涓婃柟 */
.decorative-content::before,
.decorative-border-top {
    content: "";
    position: absolute;
    top: -29px;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    background-color: transparent;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    z-index: 1;
}
/* 宸﹀彸鍦嗚鐭╁舰 - 涓嬫柟 */
.decorative-border-bottom-left,
.decorative-border-bottom-right {
    content: "";
    position: absolute;
    bottom: -27px;
    transform: translateY(50%);
    width: 9px;
    height: 9px;
    background-color: transparent;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    z-index: 1;
}
.decorative-content::before,
.decorative-border-bottom-left {
    left: 0;
}
.decorative-border-top,
.decorative-border-bottom-right {
    right: 0;
}
/* .title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1d2129;
} */
.index-title-description {
    text-align: center;
    font-size: 16px;
    color: #4e5969;
    line-height: 24px;
    max-width: 830px;
    margin: 17px auto 80px;
}
.stats-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 40px;
    position: relative;
}
/* 娣诲姞鍒嗗壊绾?*/
.stats-container::before,
.stats-container::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    transform: translateY(-50%);
}
.stats-container::before {
    left: calc(33.33% - 15px);
}
.stats-container::after {
    right: calc(33.33% - 15px);
}
.stat-card {
    flex: 1;
    text-align: center;
    height: 148px;
    border-radius: 12px;
    background: #fff;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}
.stat-card:hover {
    transform: translateY(-5px);
}
.stat-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-bottom: 38px;
}
.stat-icon.global {
    color: #7d52f4;
    background: url(../../images/newIndex/new/us1.png);
}
.stat-icon.parts {
    color: #10b981;
    background: url(../../images/newIndex/new/us2.png);
}
.stat-icon.satisfaction {
    color: #f97316;
    background: url(../../images/newIndex/new/us3.png);
}
.stat-number {
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 18px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s, transform 0.6s;
}
.stat-number.animate {
    opacity: 1;
    transform: translateY(0);
}
.stat-number.global {
    color: #7d52f4;
}
.stat-number.parts {
    color: #00936d;
}
.stat-number.satisfaction {
    color: #fb6b23;
}
.stat-description {
    font-size: 14px;
    color: #666;
    margin-top: 17px;
}

.footer-logo {
    display: flex;
    gap: 45px;
    align-items: center;
    margin-bottom: 56px;
}

.footer-logo img {
    width: 177px;
    height: 35px;
}

.footer-logo span {
    font-weight: 400;
    font-size: 16px;
    color: #dddddd;
    line-height: 20px;
    width: 587px;
}

.fullSlide .prev,
.fullSlide .next {
    z-index: 1;
    display: block;
    width: 55px;
    height: 55px;
    background: url(../../images/newIndex/new/arrow.png) 0 0 no-repeat;
    filter: alpha(opacity=40);
    opacity: 0.4;
    transition: transform 0.3s ease;
}

.fullSlide .prev {
    position: absolute;
    left: 1%;
    top: 50%;
    transform: translateY(-50%) translateX(-100px);
}

.fullSlide .next {
    position: absolute;
    right: 1%;
    top: 50%;
    transform: translateY(-50%) translateX(100px);
    background-position: right 0;
}
.fullSlide .prev:hover,
.fullSlide .next:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.fullSlide:hover .prev,
.fullSlide:hover .next {
    transform: translateX(0) translateY(-50%);
}

/* Product List Horizontal Scroll Styles */
.product-list-wrapper {
    /* position: relative; */
}

.product-list-scroll-container {
    /* overflow-x: hidden;
    overflow-y: hidden; */
    scroll-behavior: smooth;
}

.product-list-content {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
}

.product-list-content .quote-type-box {
    flex: 0 0 288px;
    min-width: 288px;
    max-width: 288px;
}

.product-list-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
    /* width: 40px;
    height: 40px; */
    /* background: rgba(255, 255, 255, 0.9); */
    /* border: 1px solid #e0e0e0; */
    /* border-radius: 50%; */
    cursor: pointer;
    z-index: 10;
    font-size: 24px;
    /* color: #666; */
    transition: all 0.3s ease;
    display: none;
}

.product-list-nav-btn:hover {
    /* background: #fff; */
    color: #00936d;
    border-color: #00936d;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); */
}

.product-list-nav-btn.prev-btn {
    left: 30px;
    rotate: 180deg;
}

.product-list-nav-btn.next-btn {
    right: 30px;
}

/* PCB Services Section - 绮剧‘杩樺師鎴浘鏍峰紡 */
.turnkey-pcb {
    /* max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; */
}

/* 涓婂崐閮ㄥ垎锟斤拷锟戒袱涓ぇ鏈嶅姟鍗＄墖 */
.pcb-services-row {
    display: flex;
    gap: 18px;
    margin-bottom: 40px;
}

.pcb-service-card {
    flex: 1;
    background: #f4f5f5;
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    cursor: pointer;
}

.pcb-service-card:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.pcb-service-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.service-card-inner {
    position: relative;
    display: flex;
    height: 100%;
}

/* NEW 鏍囩 */
.new-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #00936d;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: bold;
    z-index: 10;
}

/* 鏈嶅姟鍥剧墖鍖哄煙 */
.service-img {
    width: 100%;
    /* height: 180px; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    /* border-bottom: 1px solid #eee; */
}

/* 鏈嶅姟淇℃伅鍖哄煙 */
.service-info {
    padding: 18px 20px;
    flex: 1;
    border-left: 1px solid #eee;
}

.service-info h2 {
    font-weight: 500;
    font-size: 18px;
    color: #1d2129;
    line-height: 28px;
    text-align: center;
    margin: 0 0 8px 0;
}

.service-info > p {
    font-weight: 400;
    font-size: 16px;
    color: #525456;
    line-height: 22px;
    text-align: left;
    margin-bottom: 15px;
}

.service-info .learn-more {
    color: #00936d;
    text-decoration: none;
    display: inline;
}

.service-info .learn-more:hover {
    text-decoration: underline;
}

.service-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-info ul li {
    font-size: 13px;
    color: #525456;
    padding: 4px 0;
    padding-left: 10px;
    position: relative;
}

.service-info ul li:before {
    content: " ";
    position: absolute;
    left: 0;
    background-color: #525456;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    top: 8px;
}

/* 搴曢儴鍔熻兘鍥炬爣琛?*/
.service-features-row {
    display: flex;
    border-top: 1px solid #eee;
    padding: 24px 0;
}

.feature-item {
    flex: 1;
    text-align: center;
    padding: 0 10px;
}

.feature-icon {
    width: 36px;
    height: 36px;
    margin: 0 auto 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.feature-item p {
    font-weight: 400;
    font-size: 12px;
    color: #888888;
    line-height: 14px;
}

/* 涓嬪崐閮ㄥ垎锛歅CB Assembly Capability */
.pcb-capability-section {
    /* margin-top: 50px; */
    position: relative;
}

.test123 {
    position: absolute;
    background-image: url("../../images/newIndex/new/advance-bg.png");
}

.section-title {
    font-weight: 500;
    font-size: 20px;
    color: #1d2129;
    line-height: 30px;
    margin-bottom: 12px;
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-title img {
    width: 20px;
    height: 20px;
}

/* Capability 鍗＄墖琛?*/
.capability-cards-row {
    display: flex;
    background: #f4f5f5;
}

.capability-card {
    flex: 1;
    overflow: hidden;
    height: 280px;
    padding: 24px 28px;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

.capability-card + .capability-card {
    border-left: 1px solid #e2e4e4;
}

.capability-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.capability-header {
}

.capability-header h3 {
    font-weight: 500;
    font-size: 18px;
    color: #1d2129;
    line-height: 28px;
    text-align: center;
    margin: 0;
}

.capability-img {
    position: absolute;
    right: 24px;
    bottom: 44px;
}
.capability-details {
    margin-top: 16px;
}

.capability-details p {
    font-weight: 400;
    font-size: 16px;
    color: #525456;
    line-height: 24px;
    text-align: left;
}

.capability-details p span {
    display: inline-block;
}

/* 鍝嶅簲寮忚璁?*/
@media (max-width: 1024px) {
    .pcb-services-row,
    .capability-cards-row {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .service-features-row {
        flex-wrap: wrap;
    }

    .feature-item {
        flex-basis: 50%;
        margin-bottom: 12px;
    }
}

/* 淇濈暀鍘熸湁icon-wrap鏍峰紡 */
.turnkey-pcb .icon-wrap {
    padding: 24px;
}

.turnkey-pcb .icon-wrap > div {
    text-align: center;
}

.turnkey-pcb .icon-wrap > div img {
    margin: 0 auto;
}
