@font-face
{
    font-family: myFirstFont;
    src: url(../fonts/Inter-Regular.ttf);
}
@font-face
{
    font-family: myFirstFont1;
    src: url(../fonts/Inter-Bold.ttf);
}
@font-face
{
    font-family: myFirstFont2;
    src: url(../fonts/Inter-SemiBold.ttf);
}
/* =========================================================
   全局滚动条美化
   主色：#0c46cb
========================================================= */

/* Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: #0c46cb #eef3ff;
}

/* Chrome、Edge、Safari */
html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* 滚动条轨道 */
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
*::-webkit-scrollbar-track {
    background: #eef3ff;
    border-radius: 10px;
}

/* 滚动条滑块 */
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
    background: linear-gradient(
        180deg,
        #2f68ea 0%,
        #0c46cb 55%,
        #08379f 100%
    );
    border: 2px solid #eef3ff;
    border-radius: 10px;
    min-height: 40px;
}

/* 鼠标经过 */
html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover,
*::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(
        180deg,
        #3c76f5 0%,
        #0c46cb 50%,
        #062e89 100%
    );
}

/* 鼠标按下 */
html::-webkit-scrollbar-thumb:active,
body::-webkit-scrollbar-thumb:active,
*::-webkit-scrollbar-thumb:active {
    background: #08379f;
}

/* 横向滚动条两端按钮 */
html::-webkit-scrollbar-button,
body::-webkit-scrollbar-button,
*::-webkit-scrollbar-button {
    display: none;
}

/* 滚动条交汇位置 */
html::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner,
*::-webkit-scrollbar-corner {
    background: #eef3ff;
}
#translate{ display: none;}
*{ margin:0; box-sizing: border-box; padding:0; transition-property: all;-ms-transition-property: all;-moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all;}
body{ font-family: myFirstFont; color:#333; font-size:1rem;  line-height: 24px; background: #FFFFFF; min-width: 1360px;}
a{ text-decoration: none; -webkit-transition: all ease .1s;  -moz-transition: all ease .1s; transition: all ease .1s; border:none; color: #333;}
a:focus { outline: 0 }
a:hover{ color: #0c46cb;}
img{ border:none; -webkit-transition: all ease .5s;  -moz-transition: all ease .5s; transition: all ease .5s; vertical-align: middle;}
ul,li{ list-style:none;}
.clear{ clear:both;}
.clearfix{ clear:both;}
p{ margin:0; padding:0;}
.padding5{ padding:5px;}
.padding10{ padding:10px;}
.padding15{ padding:15px;}
.padding20{ padding:20px;}
.padding30{ padding:30px;}
.padding40{ padding:40px;}
.fr{ float:right;}
.fl{ float:left; }
.paddingright{ padding-right:10px;}
.paddingleft{ padding-left:10px;}
.undis{ display:block;  background-size: cover;}
.dis{ display:none;  }
.pr5{ padding-right:5px;}
.red{ color:#f00;}
.fff{ color:#fff;}
.pdt30{ padding-top: 30px;}
.txtcenter{ text-align: center;}
h1,h2,h3,h4,strong,b{ margin: 0; font-family: myFirstFont1; color:#111;}
.auto1280{ width:1360px; margin: 0 auto;}
.auto_1280{ width:1360px;  margin: 0 auto;}
.flex {display: flex; flex-wrap: wrap;}
.flex-center { display: flex; align-items: center; justify-content: space-between;}
.flex-center-contain { justify-content: space-between;}
.flex-center-contain1 { justify-content: space-between; align-items: center; }
.flex-center-contain2 { align-items: center; }
.flex-center1 { display: flex; align-items: center; justify-content: flex-start;}
.flex-center2 { display: flex; align-items: center; }
.flex-center3 { display: flex; align-items: center; justify-content:center;}
.flex-center4 { display: flex; justify-content: flex-end;}
em,i{ font-style: normal;}


#home .home,
#about .about,
#products .products,
#rfq .rfq,
#news .news,
#contact .contact,
#solution .solution{ font-family: myFirstFont1; }







input,button,select,textarea{ outline:none; font-family: myFirstFont;}
textarea{resize:none;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none; font-weight:normal;}
input[type="button"], input[type="submit"], input[type="reset"]{ cursor: pointer;}
a,button{ cursor: pointer;}

#warp{ width:100%; height:auto; position: relative; overflow: hidden;}


header.current{ background: #fff; box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1); }
header.current .logo a{ background: url(../images/logo1.png) no-repeat center;}
header.current nav ul li a{  color: #333333;  }
header.current nav ul li a:hover{ color: #0c46cb;}
header.current nav ul li ul li a:hover{ color: #fff;}


header{position: fixed; left: 0; top: 0; z-index: 999; width: 100%; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,0.3);}
header .logo{ width: 163px; height: 50px;}
header .logo a{ display: block;width: 163px; height: 50px; background: url(../images/logo.png) no-repeat center;}


header .topquote{}
header .topquote a{ display: inline-block; height: 42px; line-height: 42px; background: #042277;border-radius: 9px; padding: 0 30px; color: #FFFFFF;}
header .topquote a:hover{ background: #111111;}


header nav{}
header nav ul li{ line-height: 46px; padding: 0 25px; position: relative;} 
header nav ul li a{ display: inline-block; font-size: 1.2rem; color: #FFFFFF;  }
header nav ul li a:hover{ color: #ccc;}
header nav ul li a i{ margin-left: 8px;}
header nav li:hover ul{ display: block;}
header nav li ul{ display: none; position: absolute; left: 0; z-index: 999; top: 40px; background: #FFFFFF; box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1); width: 240px;}
header nav li ul li{ height: 42px; line-height: 42px; font-size: 14px; border-bottom: 1px solid #EEEEEE; padding: 0;}
header nav li ul li a{ display: block; padding: 0 15px; font-family: myFirstFont; font-size: 0.9rem; color: #333333;}
header nav li ul li a:hover{ background: #0c46cb; color: #FFFFFF;}

header nav li.pronav ul{ width: 800px;}
header nav li.pronav ul li{ width: 33.3%; float: left;}


.searchshow{width: 360px;height: 50px; padding:0 20px; line-height: 48px; background: rgba(255,255,255,0.9);border-radius: 8px;border: 1px solid #0c46cb;}
.searchshow input{ border: none; width: calc(100% - 30px); height: 48px; background: none; padding:0 15px; font-size: 1.2rem; }
.searchshow button{ width: 30px; height: 48px;  color: #0c46cb; background: none; font-size: 1.2rem; border: none;}


/**banner**/
.main_visual .owl-carousel,.main_visual .owl-stage-outer,.main_visual .owl-stage,.main_visual .owl-carousel .owl-item{width: 100%; height: auto;}
.main_visual .owl-carousel .item{width: 100%;height: auto; background-repeat: no-repeat; background-position: center center;-webkit-background-size: cover; background-size: cover;}
.main_visual .owl-carousel .item img{ width: 100%; height: auto;}
.main_visual .owl-prev,.main_visual .owl-next{text-indent: -999em; overflow: hidden;}

.main_visual .owl-dots{ width: 100%; text-align: center; height: 4px; position:absolute; left: 0; bottom: 30px;  z-index: 999;}
.main_visual .owl-dots .owl-dot{display: inline-block;  margin:0 3px;}
.main_visual .owl-dots .owl-dot span{  display: inline-block; width: 60px; height: 4px; background:rgba(255,255,255,.6); border-radius:6px; }
.main_visual .owl-dot.active span{ background:#fff; }
.main_visual .owl-controls{ height: 0;}


.home-about{ width: 100%; height: auto; background: url(../images/homeabbg.jpg) no-repeat center; background-size:cover; padding: 70px 0;}
.home-about-left{ width: calc(100% - 640px); padding-right: 80px;}
.home-about-left .home-about-left-info{ width: 100%;}
.home-about-left .home-about-left-info h1{ font-size: 2.2rem; line-height: 42px;}
.home-about-left .home-about-left-info h1 span{ color: #0c46cb;}
.home-about-left .home-about-left-info p{ font-size: 1rem; margin-top: 30px;}
.home-about-left .home-about-left-info a{margin-top: 30px; font-size: 1.2rem; display: inline-block; height: 60px; line-height: 60px; color:#fff; padding: 0 30px; background: #0c46cb;border-radius: 40px;}
.home-about-left .home-about-left-info a i{ margin-left: 20px;}
.home-about-left .home-about-left-info a:hover{  transform: translateY(-6px); box-shadow: 0 18px 45px rgba(0,0,0,.14);}

.home-about-right{ width: 640px; height: auto; }
.home-about-right img{ width: 100%; height: auto; border-radius:50px 0 50px 0;}

.home-title{ height: 60px; line-height: 60px; margin-bottom: 50px;}
.home-title h2{ font-size: 2.2rem;}

.home-title a{font-size: 1.2rem; display: inline-block; height: 60px; line-height: 60px; color:#fff; padding: 0 30px; background: #0c46cb;border-radius: 40px;}
.home-title a i{ margin-left: 20px;}
.home-title a:hover{  transform: translateY(-6px); box-shadow: 0 18px 45px rgba(0,0,0,.14);}


.home-advan{width: 100%; height: auto; background: url(../images/homeadvanbg.jpg) no-repeat center; background-size:cover; padding: 70px 0;}
.home-advan-box{}

.home-advan-left{
    width: 520px;
    position: relative;
    height: 567px;
    cursor: pointer;
}

.home-advan-left .home-advan-bg1{
    width: 537px;
    height: 567px;
    background: #0c46cb;
    border-radius: 16px;
    position: absolute;
    left: 10px;
    top: 20px;
    transform: rotate(-4deg);
    transform-origin: left bottom;
    transition: all 0.45s ease;
}

.home-advan-left .home-advan-bg2{
    width: 100%;
    height: 567px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 333;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.45s ease;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
}

.home-advan-left .home-advan-bg2 img{
    width: 100%;
    height: 567px;
    border-radius: 16px;
    object-fit: cover;
    transition: transform 0.45s ease;
}

/* 鼠标移入动效 */
.home-advan-left:hover .home-advan-bg1{
    left: 18px;
    top: 28px;
    transform: rotate(-7deg) scale(1.02);
}

.home-advan-left:hover .home-advan-bg2{
    top: -8px;
    box-shadow: 0 18px 40px rgba(0,0,0,.18);
}

.home-advan-left:hover .home-advan-bg2 img{
    transform: scale(1.05);
}

.home-advan-left-tel{ position: absolute; right: 30px; bottom: -10px; background: rgba(255, 255, 255, 0.7); padding: 30px; z-index: 444; border-radius: 60px;}
.home-advan-left-telinfo{ padding-left: 20px;}
.home-advan-left-telinfo em{ display: block; font-size: 1rem; line-height: 26px;}  
.home-advan-left-telinfo a{ display: block; color: #111111; font-family: myFirstFont2; font-size: 2rem; line-height: 42px;}

.home-advan-right{ width: calc(100% - 520px); padding-left: 50px; gap: 30px;  grid-template-columns: repeat(2, 1fr); /* 3 列 */  display: grid;}

.home-advan-right-item{  transition: transform .2s ease, box-shadow .2s ease; cursor: pointer; width: 100%; background: #FFFFFF; box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.08);border-radius: 16px; padding: 25px;}
.home-advan-right-item b{ display: block; font-size: 1.2rem; line-height: 32px; margin-bottom: 15px;}
.home-advan-right-item img{ display: block;}
.home-advan-right-item p{ margin-top: 25px;}
.home-advan-right-item:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,.14);
}

.home-brand{ width: 100%; padding: 70px 0; background: linear-gradient( 180deg, #FFFFFF 0%, #E7F3FF 100%);}
.home-brand-list{gap: 20px;  grid-template-columns: repeat(6, 1fr); /* 3 列 */  display: grid;}
.home-brand-list a{ display: block; width: 100%; height: auto; background: #ffffff; border-radius: 8px; padding: 10px;}
.home-brand-list a img{ width: 100%; height: auto;}
.home-brand-list a:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,.14);
}


.home-solution{ width: 100%; padding: 70px 0 120px 0;}
.home-solution-box{ width: 96%; margin: 0 auto;}

.main_visual1 .owl-carousel,.main_visual1 .owl-stage-outer,.main_visual1 .owl-stage,.main_visual1 .owl-carousel .owl-item{width: 100%; height: auto;}
.main_visual1 .owl-carousel .item{width: 100%;height: auto; }
.main_visual1 .owl-carousel .item img{transition: transform .2s ease; width: 100%; height: auto;  border-radius: 23px;}
.main_visual1 .owl-carousel .item .home-souitemtop{ width: 100%; height: auto; overflow: hidden; border-radius: 20px; position: relative;}
.main_visual1 .owl-carousel .item .home-souitemtop a{ display: block;}
.main_visual1 .owl-carousel .item .home-souitemtop em{ display: block; z-index: 333; position: absolute; right: 0; bottom: 0; width: 114px; height: 114px;}

.main_visual1 .owl-carousel .item .home-souitembot{ width: 100%; margin-top: 30px;}
.main_visual1 .owl-carousel .item .home-souitembot a{ display: block; font-family: myFirstFont2;  color: #111111; font-size: 1.4rem; height: 42px; line-height: 42px; overflow: hidden;}
.main_visual1 .owl-carousel .item .home-souitembot p{ line-height: 24px; height: 46px; overflow: hidden;}

.main_visual1 .owl-carousel .item:hover em{}
.main_visual1 .owl-carousel .item:hover a{ color: #0c46cb;}
.main_visual1 .owl-carousel .item:hover img{ transform: scale(1.03);}

.main_visual1 .owl-prev,.main_visual1 .owl-next{text-indent: -999em; overflow: hidden;}

.main_visual1 .owl-dots{ width: 100%; text-align: center; height: 4px; position:absolute; left: 0; bottom: -50px;  z-index: 999;}
.main_visual1 .owl-dots .owl-dot{display: inline-block;  margin:0 3px;}
.main_visual1 .owl-dots .owl-dot span{  display: inline-block; width: 60px; height: 4px; background:#0c46cb; border-radius:6px; }
.main_visual1 .owl-dot.active span{ background:#e2e2e2; }
.main_visual1 .owl-controls{ height: 0;}

.home-blog{ width: 100%; padding: 70px 0;}
.home-blog-box{gap: 30px;  grid-template-columns: repeat(3, 1fr); /* 3 列 */  display: grid;}

.home-blog-item{ width: 100%; border-radius: 10px;  box-shadow: 0 18px 45px rgba(0,0,0,.14); cursor: pointer;transition: transform .2s ease;}
.home-blog-item-pic{  width: 100%; height: auto; border-radius: 10px 10px 0 0; overflow: hidden;}
.home-blog-item-pic img{width: 100%; height: auto; border-radius: 10px 10px 0 0;}
.home-blog-item-info{ width: 100%; border-radius: 0 0 10px 10px; padding: 30px;}
.home-blog-item-info em{ display: block;}
.home-blog-item-info a.homebloglinks1{ display: block; font-family: myFirstFont2; color: #111111; font-size: 1.4rem; line-height: 32px; height: 64px; overflow: hidden; margin-top: 10px;}
.home-blog-item-info p{ line-height: 24px; height: 48px; overflow: hidden; margin-top: 10px;}

.home-blog-item-info a.homebloglinks2{ line-height: 32px; padding-top: 20px; margin-top: 20px; border-top:1px solid #ddd;  font-size: 1.2rem;}
.home-blog-item-info a.homebloglinks2 span{font-family: myFirstFont2; color: #111111; }

.home-blog-item:hover{  transform: translateY(-6px);
  box-shadow: 0 28px 45px rgba(0,0,0,.14);}
.home-blog-item:hover img{ transform: scale(1.03);}
.home-blog-item:hover a{ color: #0c46cb;}
.home-blog-item:hover a span{ color: #0c46cb;}

footer{ width: 100%; height: auto; background: url(../images/footer.jpg) no-repeat center; background-size: cover; }

.footer-box{ padding: 70px 0;}

.footer-box-left{ width: 460px;}
.footer-box-left .flogo{ width: 163px; height: 50px;}
.footer-box-left .flogo a{ display: block; background: url(../images/logo.png) no-repeat; width: 163px; height: 50px;}
.footer-box-left p{ color:#fff; margin-top: 25px;}
.footer-box-left-share{ margin-top: 40px;}
.footer-box-left-share a{ margin-right: 15px;}
.footer-box-left-share a:hover{  transform: translateY(-6px);}

.footer-box-menu{}
.footer-box-menu dl{ margin: 0 50px;}
.footer-box-menu dl dt{ font-family: myFirstFont2; color: #FFFFFF; font-size: 1.6rem; line-height: 40px; margin-bottom: 10px;}
.footer-box-menu dl dd a{ display: block; font-size: 1rem; color: rgba(255,255,255,0.8); line-height: 32px;}
.footer-box-menu dl dd a:hover{ color:#fff; text-decoration: underline;}

.footer-box-right{ width: 230px;}
.footer-box-right h2{ color: #FFFFFF; font-size: 1.6rem; line-height: 40px; margin-bottom: 10px;}
.footer-box-right dl dt{ color: rgba(255,255,255,0.8); font-size: 1rem;}
.footer-box-right dl dd{ color:#fff; line-height: 42px; font-weight: bold;}


.footer-copy{ width: 100%; height: auto; border-top: 1px solid rgba(255,255,255,0.3); text-align: center; color: rgba(255,255,255,0.8); font-size: 1rem; padding: 20px 0;}



.custmerlist{
    position: fixed;
    right: 10px;
    top: 30%;
    z-index: 999;
    background: #FFFFFF;
    text-align: center;
    padding: 0 15px 15px 15px;
    border-radius: 8px;
    border: 1px solid #0c46cb;
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
}
.custmerlist-item{
    position: relative;
}
.custmerlist-item a.custmerlist-btn{
    display: block;
    margin-top: 15px;
}
.custmerlist-item a.custmerlist-btn img{
    display: block;
    width: 50px;
    height: 50px;
}
.custmerlist-pop{
    position: absolute;
    right: 78px;
    top: 50%;
    transform: translateY(-50%);
    min-width: 260px;
    max-width: 260px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 16px 18px;
    box-shadow: 0 4px 16px rgba(0,0,0,.15);
    display: none;
    text-align: center;
    box-sizing: border-box;
}


.custmerlist-pop:after{
    content: "";
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    transform: rotate(45deg);
}
.custmerlist-pop img{
    width: 140px;
    height: 140px;
    display: block;
    margin: 0 auto 8px;
}
.custmerlist-pop p{
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    word-break: normal;
    white-space: nowrap;
}

.custmerlist-pop .email-link{
    color: #0c46cb;
    text-decoration: none;
    white-space: nowrap;
    word-break: normal;
    display: inline-block;
}

.custmerlist-pop .email-link:hover{
    text-decoration: underline;
}

.banner2{ width: 100%; color: #FFFFFF; height: 350px; }
.banner2info{ height: 100%; position: relative;}
.banner2info h1{ color: #FFFFFF; font-size: 2.6rem;}
.banner2info b{ color: #FFFFFF; font-size: 2.6rem;}

.webposi{ width: 100%; position: absolute; z-index: 333; left: 0; bottom: 0; line-height:24px; padding: 15px 0;}
.webposi i{ margin-right: 10px;}
.webposi a{ color: #FFFFFF;}


.main-menu{ width: 100%; height: 76px; line-height: 74px; border-bottom:2px solid #e5e5e5;}
.main-menu a{ font-size:1.1rem; margin: 0 15px;}
.main-menu a.active{ color: #0c46cb; border-bottom:2px solid #0c46cb;}

.about-title{ text-align:center; padding:35px 0;}
.about-title h2{ font-size: 2.2rem; color: #111111; font-weight: normal; line-height: 56px;}


.about-service{gap:220px; grid-template-columns: repeat(3, 1fr); /* 3 列 */  display: grid;}
.about-service dl{ cursor: pointer; text-align: center;}
.about-service dl dt{ display: flex; align-items: center; margin: 0 auto; justify-content: center; width: 166px; height: 166px; border:1px dotted #CCCCCC; border-radius:50%;}
.about-service dl dd{ margin-top: 25px;}
.about-service dl dd h3{ font-weight: normal; color: #111111; font-size: 1.3rem; margin-bottom: 10px;}
.about-service dl dd p{ font-size: 1rem; line-height: 26px;}
.about-service dl:hover dt{ background: #0c46cb; }
.about-service dl:hover dt img{filter: brightness(0) invert(1);}

.about-enev{ width: 100%; height: auto; margin-top: 80px; background: url(../images/aboutevenbg.jpg) no-repeat center; background-size:cover;  padding-top: 70px; padding-bottom: 120px; text-align: center;}
.about-enev h2{ font-size: 2.2rem; color: #111111; font-weight: normal; line-height: 56px; padding-bottom: 35px;}

.main_visual3 .owl-carousel,.main_visual3 .owl-stage-outer,.main_visual3 .owl-stage,.main_visual3 .owl-carousel .owl-item{width: 100%; height: auto;}
.main_visual3 .owl-carousel .item{width: 100%;height: auto; background-repeat: no-repeat; background-position: center center;-webkit-background-size: cover; background-size: cover;}
.main_visual3 .owl-carousel .item img{ width: 100%; height: auto;}
.main_visual3 .owl-prev,.main_visual3 .owl-next{text-indent: -999em; overflow: hidden;}

.main_visual3 .owl-dots{ width: 100%; text-align: center; height: 5px; position:absolute; left: 0; bottom: -50px;  z-index: 999;}
.main_visual3 .owl-dots .owl-dot{display: inline-block;  margin:0 3px;}
.main_visual3 .owl-dots .owl-dot span{  display: inline-block; width: 30px; height: 5px; background:#CCCCCC; border-radius:6px; }
.main_visual3 .owl-dot.active span{ background:#0c46cb;}
.main_visual3 .owl-controls{ height: 0;}

.about-info{ padding:30px 0; line-height:26px;}
.about-info img{ max-width:100%;}

.about-imglist{ gap:25px; grid-template-columns:repeat(4, 1fr); display:grid; padding:30px 0;}
.about-imglist dl{ width:100%;}
.about-imglist dl dt{ width:100%; height:auto; overflow:hidden; border-radius:8px 8px 0 0;}
.about-imglist dl dt img{ width:100%; height:auto; border-radius:8px 8px 0 0;}
.about-imglist dl dt a:hover img{ transform:scale(1.1); -webkit-transform:scale(1.1);}
.about-imglist dl dd{ width:100%; height:52px; line-height:52px; overflow:hidden; text-align:center; background:#EEEEEE;}


/* Contact us */
.contact-warp{ padding:50px 0;}
.contact-warp a{ color:#0c46cb; text-decoration:none; }
.contact-warp a:hover{ text-decoration:underline; }

.red{ color:#e53935; }

/* section title */
.contact-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 18px;
  padding: 12px 0;
}

.contact-title b{
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: .6px;
  text-transform: uppercase;
  color:#1b1f23;
  font-weight: 800;
  position: relative;
  padding-left: 14px;
}

.contact-title b:before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:6px;
  height:18px;
  transform: translateY(-50%);
  background:#0c46cb;
  border-radius: 3px;
}

/* title line */
.contact-title em{
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, rgba(20,72,156,.85), rgba(20,72,156,.10));
  border-radius: 2px;
}

/* contact info box (文章内容输出) */
.contact-info{
  margin: 0 0 22px;
  padding: 22px 22px;
  border: 1px solid #e7edf3;
  background: #fbfcfe;
  border-radius: 14px;
  box-shadow: 0 8px 26px rgba(16,24,40,.06);
  color:#263238;
  line-height: 1.75;
  font-size: 15px;
}

.contact-info p{ margin: 10px 0; }
.contact-info strong, .contact-info b{ color:#111; }
.contact-info ul{ margin: 10px 0 10px 18px; }
.contact-info li{ margin: 6px 0; }

/* map */
.contact-map{
  margin: 0 0 36px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e7edf3;
  background: #f5f7fb;
  box-shadow: 0 10px 30px rgba(16,24,40,.08);
  height: 420px;
  position: relative;
}

.contact-map:after{
  content:"";
  position:absolute;
  left: 12px;
  top: 12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background:#0c46cb;
  box-shadow: 18px 0 0 rgba(20,72,156,.55), 36px 0 0 rgba(20,72,156,.25);
  pointer-events:none;
  opacity:.9;
}

.contact-map iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
}

/* feedback form card */
.contact-feedback{
  border: 1px solid #e7edf3;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(16,24,40,.08);
  padding: 26px 26px 22px;
}

.contact-feedback form{
  margin: 0;
}

/* form grid */
.contact-feedback dl{
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: center;
  gap: 14px 18px;
  padding: 12px 0;
  border-bottom: 1px dashed #e9eef5;
}

.contact-feedback dl:last-of-type{
  border-bottom: 0;
  padding-bottom: 8px;
}

.contact-feedback dt{
  font-size: 14px;
  color:#2a2f36;
  font-weight: 700;
  letter-spacing: .2px;
}

.contact-feedback dd{
  margin: 0;
}

/* inputs */
.contact-feedback input[type="text"],
.contact-feedback textarea{
  width: 100%;
  height: 44px;
  padding: 10px 12px;
  border: 1px solid #dfe7f1;
  border-radius: 12px;
  background: #fbfdff;
  color:#111;
  font-size: 14px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.contact-feedback textarea{
  height: 80px;
  padding: 10px 12px;
  resize: vertical;
  min-height: 80px;
  max-height: 220px;
  line-height: 1.5;
}

/* placeholder */
.contact-feedback input::placeholder,
.contact-feedback textarea::placeholder{
  color:#9aa7b2;
}

/* focus */
.contact-feedback input[type="text"]:focus,
.contact-feedback textarea:focus{
  border-color: rgba(20,72,156,.85);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(20,72,156,.18);
}

/* a subtle "pro" look: icon-ish left accent line */
.contact-feedback dd{
  position: relative;
}

.contact-feedback dd:before{
  content:"";
  position:absolute;
  left: -9px;
  top: 50%;
  width: 3px;
  height: 18px;
  transform: translateY(-50%);
  background: rgba(20,72,156,.35);
  border-radius: 3px;
}

/* submit button */
.contact-feedback button[type="submit"]{
  margin-top: 14px;
  width: 180px;
  height: 46px;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  background: linear-gradient(180deg, #1b57bd, #0c46cb);
  color:#fff;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(20,72,156,.26);
  transition: transform .15s ease, box-shadow .2s ease, filter .2s ease;
}

.contact-feedback button[type="submit"]:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(20,72,156,.34);
  filter: brightness(1.02);
}

.contact-feedback button[type="submit"]:active{
  transform: translateY(0);
  box-shadow: 0 10px 24px rgba(20,72,156,.24);
}

/* helper: error/valid states (if you use validation classes) */
.contact-feedback .error,
.contact-feedback input.error,
.contact-feedback textarea.error{
  border-color: rgba(229,57,53,.9) !important;
  box-shadow: 0 0 0 4px rgba(229,57,53,.12) !important;
}

.contact-feedback .valid,
.contact-feedback input.valid,
.contact-feedback textarea.valid{
  border-color: rgba(20,72,156,.75) !important;
}

/* News */
.blog-list{ padding:50px 0;}
.blog-grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:22px;}
.blog-card{
  background:#fff;
  border:1px solid #e7e7e7;
  border-radius:12px;
  overflow:hidden;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.blog-card:hover{
  transform:translateY(-3px);
  border-color:var(--brand-35);
  box-shadow:0 14px 34px rgba(0,0,0,.10);
}
.blog-thumb{ overflow:hidden;}
.blog-thumb img{
  width:100%;
  height:auto;
  display:block;
  transform:scale(1);
  transition:transform .45s ease;
  will-change:transform;
}
.blog-card:hover .blog-thumb img{ transform:scale(1.06); }
.blog-body{ padding:18px 18px 20px;}
.blog-meta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#6b7280;
  font-size:.9rem;
}
.blog-date i{ margin-right:6px; color:var(--brand);}
.blog-view i{ margin-right:6px; color:var(--brand);}
.blog-title{
  display:block;
  margin-top:10px;
  font-size:1.1rem;
  line-height:28px;
  font-weight:700;
  color:#111827;
  text-decoration:none;
  height:28px;
  overflow:hidden;
}
.blog-title:hover{ color:var(--brand);}
.blog-excerpt{
  margin:10px 0 0;
  color:#374151;
  line-height:24px;
  height:48px;
  overflow:hidden;
}
.blog-more{
  margin-top:14px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--brand);
  text-decoration:none;
  font-weight:600;
}
.blog-more i{ font-size:1.2rem; font-weight:700;}
.blog-more:hover{ opacity:.85; }

.blog-show{ padding:40px 0 70px 0;}
.blog-show-header{
  padding-bottom:18px;
  border-bottom:1px solid #e7e7e7;
  margin-bottom:22px;
}
.blog-show-header h1{
  margin:0;
  font-size:1.85rem;
  line-height:1.35;
  color:#111827;
}
.blog-show-meta{
  margin-top:12px;
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  color:#6b7280;
  font-size:.92rem;
}
.blog-show-meta i{ margin-right:6px; color:var(--brand);}
.blog-show-wrap{ display:grid; grid-template-columns:1fr 360px; gap:26px;}
.blog-show-main{
  background:#fff;
  border:1px solid #e7e7e7;
  border-radius:12px;
  padding:22px 22px 18px;
}
.blog-show-content{ color:#1f2937; line-height:28px; font-size:0.9rem;}
.blog-show-content p{ margin:0 0 14px;}
.blog-show-content h2{
  margin:22px 0 10px;
  font-size:1.25rem;
  line-height:1.3;
  color:#111827;
}
.blog-show-content ul{ margin:10px 0 14px 18px; padding:0;}
.blog-show-content li{ margin:6px 0;}
.blog-show-content blockquote{
  margin:18px 0;
  padding:12px 14px;
  border-left:4px solid var(--brand);
  background:var(--tint-1);
  color:#374151;
  border-radius:8px;
}
.blog-show-nav{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid #e7e7e7;
}
.blog-show-nav ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.blog-show-nav li{
  border:1px solid #eee;
  border-radius:12px;
  padding:14px 14px;
  background:#fff;
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.blog-show-nav li:hover{
  transform:translateY(-2px);
  border-color:var(--brand-35);
  box-shadow:0 12px 26px rgba(0,0,0,.08);
}
.blog-show-nav .nav-label{ display:inline-block; font-size:.9rem; color:#6b7280;}
.blog-show-nav li a{
  display:block;
  margin-top:8px;
  font-weight:700;
  color:#111827;
  line-height:24px;
  text-decoration:none;
  max-height:48px;
  overflow:hidden;
}
.blog-show-nav li:hover a{ color:var(--brand); }

.blog-show-side .side-box{
  background:#fff;
  border:1px solid #e7e7e7;
  border-radius:12px;
  padding:16px;
  position:sticky;
  top:90px;
}
.side-title{
  font-weight:800;
  color:#111827;
  font-size:1.05rem;
  padding-bottom:12px;
  border-bottom:1px solid #eee;
  margin-bottom:14px;
}
.side-item{
  display:flex;
  gap:12px;
  text-decoration:none;
  padding:10px 0;
  border-bottom:1px dashed #eee;
}
.side-item:last-child{ border-bottom:none;}
.side-thumb{
  flex:0 0 auto;
  width:120px;
  height:80px;
  overflow:hidden;
  border-radius:10px;
  background:#f3f4f6;
}
.side-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform:scale(1);
  transition:transform .35s ease;
}
.side-item:hover .side-thumb img{ transform:scale(1.06); }
.side-info{ flex:1; min-width:0;}
.side-name{
  color:#111827;
  font-weight:700;
  line-height:22px;
  max-height:44px;
  overflow:hidden;
}
.side-date{ margin-top:6px; color:#6b7280; font-size:.9rem;}
.side-date i{ margin-right:6px; color:var(--brand); }


.application-menu{ padding:50px 0}
/* ===== 解决方案频道列表 ===== */
.solution-channel{ padding: 28px 0 40px; }
.solution-channel-head{ margin-bottom: 18px; }
.solution-channel-title{
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.solution-channel-title i{ font-size: 20px; }
.solution-channel-sub{
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  max-width: 860px;
}

/* grid */
.solution-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 18px;
}

/* card */
.solution-card{
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border: 1px solid #eee;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.solution-card:hover{
  transform: translateY(-4px);
  border-color: #e6e6e6;
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
}
.solution-card:hover span{ color:#0c46cb;}
.solution-card-media{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #f6f6f6;
  overflow: hidden;
}
.solution-card-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform .22s ease;
}
.solution-card:hover .solution-card-media img{
  transform: scale(1.05);
}

.solution-card-body{ padding: 14px 14px 16px; }
.solution-card-title{
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  color: #111;
  font-weight: 700;
}
.solution-card-desc{
  margin: 8px 0 12px;
  font-size: 13px;
  line-height: 1.65;
  color: #666;
  min-height: 42px; /* 保证多卡片高度更整齐 */
}

.solution-card-cta{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #222;
  border-top: 1px dashed #eee;
  padding-top: 10px;
}
.solution-card-cta i{ font-size: 16px; }


.application-box{ padding:50px 0}

/* ===== Solutions List Page ===== */
.application-box{ padding: 28px 0 42px; }

/* Header */
.solu-head{
  border: 1px solid #eee;
  background: #fff;
  border-radius: 16px;
  padding: 18px 18px 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,.04);
}
.solu-kicker{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: .12em;
  font-weight: 700;
  color: #3a3a3a;
  text-transform: uppercase;
}
.solu-kicker i{ font-size: 14px; }

.solu-title{
  margin: 10px 0 8px;
  font-size: 26px;
  line-height: 1.25;
  color: #111;
  font-weight: 800;
}
.solu-intro{
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  max-width: 980px;
}

/* List */
.solu-list{
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

/* Card item */
.solu-item{
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 14px;
  border: 1px solid #eee;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.04);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.solu-item:hover{
  transform: translateY(-4px);
  border-color: #e6e6e6;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

/* Thumb */
.solu-thumb{
  position: relative;
  display: block;
  height: 100%;
  min-height: 180px;
  background: #f4f6f8;
  overflow: hidden;
}
.solu-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform .22s ease;
}
.solu-item:hover .solu-thumb img{ transform: scale(1.05); }

/* Body */
.solu-body{
  padding: 14px 14px 14px 0;
  display: flex;
  flex-direction: column;
  min-height: 180px;
}
.solu-item-title{
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
}
.solu-item-title a{
  color: #111;
  text-decoration: none;
}
.solu-item-title a:hover{ text-decoration: underline; color:#0c46cb;}

.solu-meta{
  font-size: 12px;
  color: #777;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.solu-meta i{ font-size: 14px; }

.solu-excerpt{
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Actions */
.solu-actions{
  margin-top: auto;
  padding-top: 12px;
}
.solu-btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  color: #111;
  border-top: 1px dashed #eee;
  padding-top: 10px;
}
.solu-btn i{ font-size: 16px; }

/* ===== Page Background ===== */
.application-show{
  width: 100%;
  padding: 50px 0;
  background: #f5f5f5;
}

/* 外层宽度容器（你已有 auto1280 就不用再写宽度） */
.sd-wrap{ padding: 0 12px; }

/* ===== Main White Panel ===== */
.sd-panel{
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 26px 26px 30px;
  box-shadow: 0 14px 40px rgba(0,0,0,.06);
}

/* ===== Header ===== */
.sd-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #555;
}

.sd-title{
  margin: 10px 0 10px;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 900;
  color: #111;
}

.sd-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  color: #777;
}
.sd-meta i{ font-size: 14px; }
.sd-meta-dot{ color: #c2c2c2; }

.sd-author{
  color: #111;
  font-weight: 800;
  text-decoration: none;
}
.sd-author:hover{ text-decoration: underline; }

/* ===== Abstract ===== */
.sd-abstract{
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 14px;
  background: #fafafa;
  border: 1px solid #eee;
  position: relative;
}
.sd-abstract:before{
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 4px;
  background: #111;
  border-radius: 4px;
}
.sd-abstract-title{
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 900;
  color: #111;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-left: 10px;
}
.sd-abstract-text{
  margin: 0;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

/* ===== Content ===== */
.sd-content{
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.9;
  color: #333;
}
.sd-content h2{
  margin: 26px 0 10px;
  font-size: 18px;
  font-weight: 900;
  color: #111;
}
.sd-content p{ margin: 0 0 14px; }
.sd-content ul,
.sd-content ol{
  padding-left: 20px;
  margin: 0 0 14px;
}
.sd-content li{ margin: 6px 0; }

.sd-content blockquote{
  margin: 16px 0;
  padding: 12px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #eee;
  color: #555;
  position: relative;
}
.sd-content blockquote:before{
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 4px;
  background: #ddd;
  border-radius: 4px;
}

/* ===== Prev / Next ===== */
.sd-nav{
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.sd-nav a{ display:block;}
.sd-nav-box{
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 14px 14px 12px;
  box-shadow: 0 10px 28px rgba(0,0,0,.04);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.sd-nav-box:hover{
  transform: translateY(-3px);
  border-color: #e6e6e6;
  box-shadow: 0 14px 34px rgba(0,0,0,.08);
}

.sd-nav-kicker{
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.sd-nav-link{
  display: block;
  font-size: 14px;
  font-weight: 900;
  color: #111;
  text-decoration: none;
  line-height: 1.55;
}
.sd-nav-link:hover{ text-decoration: underline; }

/* ===== Related Solutions ===== */
.sd-related{
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px dashed #eee;
}

.sd-related-head{ margin-bottom: 12px; }
.sd-related-title{
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  color: #111;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.sd-related-sub{
  margin: 8px 0 0;
  font-size: 13px;
  color: #666;
  line-height: 1.7;
}

.sd-related-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.sd-card{
  display: block;
  text-decoration: none;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.04);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.sd-card:hover{
  transform: translateY(-4px);
  border-color: #e6e6e6;
  box-shadow: 0 14px 34px rgba(0,0,0,.08);
}

.sd-card-media{
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #f4f6f8;
  overflow: hidden;
}
.sd-card-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform .22s ease;
}
.sd-card:hover .sd-card-media img{ transform: scale(1.05); }

.sd-card-body{ padding: 12px 12px 14px; }
.sd-card-body h4{
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 900;
  color: #111;
}

/*产品中心*/
.products_catemenu{ width:100%; padding:50px 0; background:#f5f5f5;}


.products_catemenu .auto1280{
  display: flex;
  flex-wrap: wrap;
  gap: 24px 20px;
}

/* single category */
.products_catemenu dl{
  width: calc(16.66% - 17px); /* 6 items per row */
  background: #fff;
  border: 1px solid #e4ebe1;
  border-radius: 14px;
  text-align: center;
  padding: 22px 10px 20px;
  transition: all .25s ease;
  position: relative;
  overflow: hidden;
}

/* top accent line */
.products_catemenu dl::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:3px;
  background:#0c46cb;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}

/* hover effect */
.products_catemenu dl:hover{
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(0,0,0,.08);
  border-color: rgba(20,72,156,.55);
}

.products_catemenu dl:hover::before{
  transform: scaleX(1);
}

/* icon */
.products_catemenu dt{
  margin-bottom: 12px;
}

.products_catemenu dt img{
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform .25s ease;
}

.products_catemenu dl:hover dt img{
  transform: scale(1.08);
}

/* text */
.products_catemenu dd{
  margin: 0;
}

.products_catemenu dd a{
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
  transition: color .2s ease;
}

.products_catemenu dl:hover dd a{
  color: #0c46cb;
}



/* ==========================================================
   B2B Electronics UI (PC Only)
   - Products list page (left categories + table)
   - Center popup (#cartInfoHint)
   Main Color: #0c46cb
   ========================================================== */

:root{
  --brand:#0c46cb;
  --brand2:#1b57bd;
  --bg:#f5f7f5;
  --card:#ffffff;
  --line:#e7edf3;
  --line2:#eef2f7;
  --text:#111827;
  --muted:#6b7280;
  --muted2:#475569;
  --thead:#2f3a40;
  --thead2:#263036;
}

/* =========================
   Products layout
   ========================= */
.products-main{
  width: 1360px;
  margin: 0 auto;
  padding: 30px 0 56px;
  display: flex;
  gap: 22px;
}
.products-main *{ box-sizing:border-box; }

/* =========================
   Left menu
   ========================= */
.products-main-left{
  width: 300px;
  flex: 0 0 300px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(16,24,40,.06);
}

.products-main-left h2{
  margin: 0;
  padding: 16px 18px 16px 34px;
  font-size: 18px;
  font-weight: 800;
  color: var(--text);
  background: linear-gradient(180deg, rgba(20,72,156,.10), rgba(20,72,156,0));
  border-bottom: 1px solid #edf2f7;
  position: relative;
}
.products-main-left h2:before{
  content:"";
  position:absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 18px;
  background: var(--brand);
  border-radius: 3px;
}

.products-main-menu{ padding: 10px 10px 14px; }
.products-main-menu ul{ margin:0; padding:0; list-style:none; }
.products-main-menu li{ margin:0; padding:0; }

.products-main-menu a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 12px 12px;
  border-radius: 12px;
  color:#24313a;
  font-size: 14px;
  font-weight: 650;
  text-decoration:none;
  transition: background .16s ease, color .16s ease, transform .12s ease;
}
.products-main-menu a:after{
  content:"›";
  color: rgba(20,72,156,.55);
  font-size: 18px;
  line-height: 1;
  margin-left: 10px;
}
.products-main-menu a:hover{
  background: rgba(20,72,156,.10);
  color: var(--brand);
  transform: translateX(2px);
}

/* =========================
   Right table card
   ========================= */
.products-main-right{
  flex: 1;
  min-width: 0;
}

.products-main-list{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(16,24,40,.06);
}

.products-main-list table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
}

/* Header row (override your inline style) */
.products-main-list table thead tr:first-child{
  background: linear-gradient(180deg, var(--thead), var(--thead2)) !important;
  color:#fff !important;
  height: 54px !important;
}
.products-main-list table thead tr:first-child td{
  padding: 14px 14px !important;
  text-align:center;
  font-weight: 800;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

/* Body rows */
.products-main-list tbody tr{
  height: 52px !important;
  background:#fff !important;
  text-align:center !important;
  transition: background .14s ease;
}

/* zebra */
.products-main-list tbody tr:nth-child(even){
  background:#fbfcfe !important;
}

/* hover: only background, NEVER change text color */
.products-main-list tbody tr:hover{
  background: rgba(20,72,156,.06) !important;
}




/* Get Quote button */
.products-main-list a.gquo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--brand2), var(--brand));
  color:#fff !important;
  font-weight: 800;
  text-decoration:none !important;
  box-shadow: 0 10px 24px rgba(20,72,156,.22);
  transition: transform .12s ease, box-shadow .18s ease, filter .18s ease;
  white-space: nowrap;
}
.products-main-list a.gquo:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(20,72,156,.28);
  filter: brightness(1.02);
}
.products-main-list a.gquo:active{
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(20,72,156,.22);
}

/* Hide qty block */
.products-main-list td div[style*="display:none"]{
  display:none !important;
}

/* ==========================================================
   Center Popup - #cartInfoHint
   IMPORTANT: strong center & proper overlay stacking
   ========================================================== */

/* popup container */
#cartInfoHint{
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 99999 !important;

  width: 520px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--line);
  box-shadow: 0 26px 70px rgba(16,24,40,.28);
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

/* overlay (same stacking context, always centered) */
#cartInfoHint::before{
  content:"";
  position: fixed;
  inset: 0;
  z-index: -1; /* overlay behind popup, BUT still tied to popup context */
}

/* inner layout */
#cartInfoHint.cart-info{
  display:flex;
  gap: 16px;
  padding: 20px 20px 18px;
  position: relative;
}

/* left icon */
#cartInfoHint .ico{
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 14px;
  background: rgba(20,72,156,.12);
  position: relative;
  margin-top: 2px;
}
#cartInfoHint .ico:before{
  content:"";
  position:absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 12px;
  border-left: 3px solid var(--brand);
  border-bottom: 3px solid var(--brand);
  transform: translate(-50%, -55%) rotate(-45deg);
  border-radius: 2px;
}

/* text */
#cartInfoHint .msg{
  flex:1;
  min-width:0;
  color: var(--text);
  padding-right: 44px;
}
#cartInfoHint .msg strong{
  display:block;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
  margin-bottom: 6px;
}
#cartInfoHint .msg p{
  margin: 0 0 14px;
  font-size: 13px;
  color: #4b5563;
}
#cartInfoHint .msg p b{
  color: var(--brand);
  font-weight: 900;
  margin: 0 4px;
}

/* buttons */
#cartInfoHint .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-decoration:none;
  border: 1px solid transparent;
  transition: transform .12s ease, box-shadow .18s ease, filter .18s ease, background .18s ease;
  cursor:pointer;
  user-select:none;
}

/* primary */
#cartInfoHint .btn-success{
  background: linear-gradient(180deg, var(--brand2), var(--brand));
  color:#fff;
  box-shadow: 0 12px 26px rgba(20,72,156,.22);
}
#cartInfoHint .btn-success:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(20,72,156,.28);
  filter: brightness(1.02);
}

/* secondary */
#cartInfoHint .btn-success1{
  background:#fff;
  color: var(--brand);
  border-color: rgba(20,72,156,.45);
}
#cartInfoHint .btn-success1:hover{
  background: rgba(20,72,156,.08);
  transform: translateY(-1px);
}

/* close */
#cartInfoHint .close{
  position:absolute;
  right: 14px;
  top: 14px;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  cursor:pointer;
  transition: background .15s ease, transform .12s ease;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
#cartInfoHint .close:hover{
  background: rgba(17,24,39,.06);
  transform: translateY(-1px);
}
#cartInfoHint .close span{ display:none; }
#cartInfoHint .close:before,
#cartInfoHint .close:after{
  content:"";
  position:absolute;
  width: 14px;
  height: 2px;
  background:#64748b;
  border-radius: 2px;
}
#cartInfoHint .close:before{ transform: rotate(45deg); }
#cartInfoHint .close:after{ transform: rotate(-45deg); }

/* ensure popup always above everything, no weird inherited styles */
#cartInfoHint a{ color: inherit; }
#cartInfoHint a:hover{ color: inherit; }


/*产品详情*/
.goods-show-box{ padding:50px 0; background:#f5f5f5; width:100%;}


:root{
  --brand:#0c46cb;
  --brand2:#1b57bd;
  --bg:#f5f7f5;
  --card:#ffffff;
  --line:#e7edf3;
  --line2:#eef2f7;
  --text:#111827;
  --muted:#6b7280;
  --muted2:#475569;
  --shadow: 0 14px 40px rgba(16,24,40,.06);
}


.goods-show-box .auto1280{
  display: flex;
  gap: 22px;
  align-items: flex-start;
}

/* helpers */
.goods-show-box *{ box-sizing:border-box; }
.flex{ display:flex; }
.goods-show-box a{ color: var(--brand); text-decoration:none; }
.goods-show-box a:hover{ text-decoration: underline; }

/* =========================
   Left area
   ========================= */
.goods-show-box-left{
  flex: 1;
  min-width: 0;
}

/* the main card */
.goods-show-box-left1{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  overflow: hidden;
  padding: 22px;
}

/* image + info layout */
.goods-show-box-left1Img,
.goods-show-box-left1Info{
  width: 50%;
}

.goods-show-box-left1Img{
  padding-right: 18px;
}

.goods-show-box-left1Img img{
  width: 100%;
  height: 340px;
  object-fit: contain;
  background: #fbfcfe;
  border: 1px solid var(--line2);
  border-radius: 14px;
  padding: 14px;
}

/* wrap the two columns */
.goods-show-box-left1 > *{
  /* ensure the first image + info row looks like a two-col */
}

.goods-show-box-left1{
  display: flex;
  gap: 18px;
}

/* info block */
.goods-show-box-left1Info{
  padding-left: 6px;
}

/* attribute rows */
.goods-show-box-left1Info dl{
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px dashed #e9eef5;
  gap: 12px;
  align-items: center;
}

.goods-show-box-left1Info dl:last-child{
  border-bottom: 0;
  padding-bottom: 0;
}

.goods-show-box-left1Info dt{
  width: 140px;
  flex: 0 0 140px;
  color: var(--muted2);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .2px;
}

.goods-show-box-left1Info dd{
  margin: 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 650;
  min-width: 0;
  word-break: break-word;
}

.goods-show-box-left1Info dd h2{
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  color: var(--text);
}

.goods-show-box-left1Info dd h3{
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  color: #24313a;
}

/* stock emphasis */
.goods-show-box-left1Info dl:nth-child(4) dd{
  font-weight: 900;
}

/* datasheet link (remove inline style impact by forcing) */
.goods-show-box-left1Info a{
  color: #24313a !important;
  text-decoration: none;
}
.goods-show-box-left1Info a:hover{
  color: var(--brand) !important;
  text-decoration: underline;
}

.goods-show-box-left1Info a img{
  width: 18px;
  height: 18px;
  vertical-align: -3px;
  margin-right: 6px;
}

/* RFQ button (same style as list page) */
.goods-show-box-left1Info a.gquo{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--brand2), var(--brand));
  color: #fff !important;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 12px 26px rgba(20,72,156,.22);
  transition: transform .12s ease, box-shadow .18s ease, filter .18s ease;
  white-space: nowrap;
}
.goods-show-box-left1Info a.gquo:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(20,72,156,.28);
  filter: brightness(1.02);
}
.goods-show-box-left1Info a.gquo:active{
  transform: translateY(0);
  box-shadow: 0 10px 22px rgba(20,72,156,.22);
}

/* =========================
   Description block
   ========================= */
.goods-show-box-left1info2{
  margin-top: 18px;
  background: #fbfcfe;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 18px 20px;
  color: #24313a;
  font-size: 14px;
  line-height: 1.75;
}

.goods-show-box-left1info2 a{
  font-weight: 800;
  color: var(--brand);
  text-decoration: none;
}
.goods-show-box-left1info2 a:hover{
  text-decoration: underline;
}

/* optional content body (if you output it) */
.goods-show-box-left2{
  margin-top: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 18px 20px;
  color: #24313a;
  line-height: 1.8;
}

/* =========================
   Right sidebar
   ========================= */
.goods-show-box-right{
  width: 340px;
  flex: 0 0 340px;
}

.goods-show-box-right h4{
  margin: 0 0 12px;
  padding: 14px 16px 14px 34px;
  background: linear-gradient(180deg, rgba(20,72,156,.10), rgba(20,72,156,0));
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  color: var(--text);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .4px;
  text-transform: uppercase;
  position: relative;
}

.goods-show-box-right h4:before{
  content:"";
  position:absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 16px;
  background: var(--brand);
  border-radius: 3px;
}

/* info cards under each h4 */
.goods-show-box-right-info{
  margin: 0 0 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 16px;
  color: #24313a;
  font-size: 14px;
  line-height: 1.75;
}

/* tags list */
.goods-show-box-right-info ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.goods-show-box-right-info ul li{
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(20,72,156,.30);
  background: rgba(20,72,156,.06);
  color: #24313a;
  font-size: 13px;
  font-weight: 800;
}

/* =========================
   Minor polish
   ========================= */
.goods-show-box-left1Info dd{
  overflow-wrap: anywhere;
}

/* Make the left card look balanced if image missing */
.goods-show-box-left1Img img[alt*="no-photo"]{
  opacity: .95;
}



.search-main{ width:100%; padding:50px 0; background:#f5f5f5; }

:root{
  --brand:#0c46cb;
  --brand2:#1b57bd;
  --card:#ffffff;
  --line:#e7edf3;
  --line2:#eef2f7;
  --text:#111827;
  --muted:#475569;
  --thead:#2f3a40;
  --thead2:#263036;
  --shadow: 0 14px 40px rgba(16,24,40,.06);
}

/* card wrapper */
.search-list{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

/* table base */
.search-list table{
  width:100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
}

/* header */
.search-list thead tr{
  background: linear-gradient(180deg, var(--thead), var(--thead2));
  color:#fff;
  height:54px;
}

.search-list thead td{
  padding: 14px 14px;
  text-align:center; color:#fff;
  font-weight: 800;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

/* body rows (override inline style) */
.search-list tbody tr{
  height: 52px !important;
  background: #fff !important;
  border-bottom: 1px solid var(--line2) !important;
  text-align: center !important;
  transition: background .14s ease;
}

/* zebra */
.search-list tbody tr:nth-child(even){
  background:#fbfcfe !important;
}

/* hover: ONLY background, never force text to black */
.search-list tbody tr:hover{
  background: rgba(20,72,156,.06) !important;
}
.search-list tbody tr:hover td,
.search-list tbody tr:hover a{
  color: inherit !important;
}

/* cells */
.search-list td{
  padding: 12px 14px;
  vertical-align: middle;
  color: var(--text);
}

/* fixed colors by column */
.search-list tbody td:nth-child(1){ color: var(--text) !important; }
.search-list tbody td:nth-child(2){ color: #24313a !important; font-weight: 600; }
.search-list tbody td:nth-child(3){ color: var(--muted) !important; font-weight: 600; }
.search-list tbody td:nth-child(4){ color: #0f172a !important; font-weight: 800; }

/* part number link */
.search-list tbody td:nth-child(1) a{
  color: var(--text) !important;
  font-weight: 800;
  text-decoration: none;
}
.search-list tbody td:nth-child(1) a:hover{
  color: var(--brand) !important;
  text-decoration: underline;
}

/* datasheet icon */
.search-list tbody td:nth-child(5) img{
  width: 22px;
  height: 22px;
  vertical-align: middle;
  transition: transform .16s ease, filter .16s ease;
}
.search-list tbody td:nth-child(5) a:hover img{
  transform: translateY(-1px) scale(1.06);
  filter: brightness(1.05);
}

/* Get Quote button */
.search-list a.gquo{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--brand2), var(--brand));
  color:#fff !important;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(20,72,156,.22);
  transition: transform .12s ease, box-shadow .18s ease, filter .18s ease;
  white-space: nowrap;
}
.search-list a.gquo:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(20,72,156,.28);
  filter: brightness(1.02);
}
.search-list a.gquo:active{
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(20,72,156,.22);
}

/* hide qty block safely */
.search-list td div[style*="display:none"]{
  display:none !important;
}


/* no data message (你的 HTML 放在 tbody 里，这里也兼容它) */
.search-list .nodata{
  margin: 18px;
  padding: 16px 16px 16px 44px;
  border: 1px dashed rgba(20,72,156,.55);
  border-radius: 14px;
  background: rgba(20,72,156,.06);
  color: #1f2937;
  font-weight: 800;
  position: relative;
}

.search-list .nodata:before{
  content:"";
  position:absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 8px;
  border-left: 3px solid var(--brand);
  border-bottom: 3px solid var(--brand);
  transform: translateY(-55%) rotate(-45deg);
  border-radius: 2px;
}


/*RFQ*/
.cart-warp{ width:100%; height:auto; padding:50px 0; background:#f5f5f5;}
.auto1280{ width:1360px;}

:root{
  --brand:#0c46cb;
  --brand2:#1b57bd;
  --bg:#f5f5f5;
  --card:#ffffff;
  --text:#111827;
  --muted:#475569;
  --line:#e7edf3;
  --line2:#eef2f7;
  --thead:#2f3a40;
  --thead2:#263036;
  --shadow: 0 14px 40px rgba(16,24,40,.06);
}

.cart-warp a{
  color: var(--brand);
  font-weight: 800;
  text-decoration: none;
}
.cart-warp a:hover{ text-decoration: underline; }

/* =========================
   Tips
   ========================= */
.cart-tips{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 18px 20px;
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}

.cart-tips:before{
  content:"";
  position:absolute;
  left:0; top:0;
  width:100%;
  height:3px;
  background: var(--brand);
}

.cart-tips p{
  margin: 6px 0;
  color: #24313a;
  font-size: 14px;
  line-height: 1.7;
}
.cart-tips p:first-child{
  margin-top:0;
  font-size: 16px;
  font-weight: 900;
  color: var(--text);
}

/* =========================
   Cart table wrapper
   ========================= */
.cart-from{ margin-bottom: 18px; }

.cartbox{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

/* table base */
.cartbox table.table{
  width:100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
}

/* header row (your header is in tbody first row) */
#inputHtml tbody tr:first-child{
  background: linear-gradient(180deg, var(--thead), var(--thead2));
  height: 56px;
}
#inputHtml tbody tr:first-child th{
  color:#fff;
  text-align:center;
  font-weight: 900;
  padding: 16px 12px;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

/* data rows */
#inputHtml tbody tr{
  background:#fff;
  height: 66px; /* make spacing consistent like screenshot */
  transition: background .14s ease;
}
#inputHtml tbody tr:nth-child(even){ background:#fbfcfe; }

#inputHtml tbody tr:hover{}
#inputHtml tbody tr:hover td,
#inputHtml tbody tr:hover input,
#inputHtml tbody tr:hover button{
  color: inherit;
}

/* cells */
#inputHtml td{
  padding: 12px 12px;
  border-bottom: 1px solid var(--line2);
  vertical-align: middle;
}

/* set column widths (stable look) */
#inputHtml tbody tr:first-child th:nth-child(1),
#inputHtml tbody tr td:nth-child(1){ width: 28%; }
#inputHtml tbody tr:first-child th:nth-child(2),
#inputHtml tbody tr td:nth-child(2){ width: 18%; }
#inputHtml tbody tr:first-child th:nth-child(3),
#inputHtml tbody tr td:nth-child(3){ width: 18%; }
#inputHtml tbody tr:first-child th:nth-child(4),
#inputHtml tbody tr td:nth-child(4){ width: 14%; }
#inputHtml tbody tr:first-child th:nth-child(5),
#inputHtml tbody tr td:nth-child(5){ width: 14%; }
#inputHtml tbody tr:first-child th:nth-child(6),
#inputHtml tbody tr td:nth-child(6){ width: 8%; }

/* first column: checkbox + input align */
#inputHtml td:first-child{
  padding-left: 14px;
}
#inputHtml td:first-child{
  display: flex;
  align-items: center;
  gap: 12px;
}

/* checkbox styling */
#inputHtml .checkall{
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--brand);
  flex: 0 0 16px;
}

/* inputs unified */
.cartbox .form-control,
#inputHtml input.form-control,
#inputHtml select.form-control{
  width: 100%;
  height: 40px;
  border: 1px solid #dbe4ee;
  background: #fff;
  border-radius: 12px;
  padding: 0 12px;
  font-size: 13px;
  color: #111827;
  outline: none;
  transition: border-color .14s ease, box-shadow .14s ease;
}

/* input-sm compatibility */
.cartbox .input-sm{
  height: 40px !important;
  font-size: 13px;
}

/* focus */
.cartbox .form-control:focus{
  border-color: rgba(20,72,156,.55);
  box-shadow: 0 0 0 4px rgba(20,72,156,.12);
}

/* make part number input fill remaining space (after checkbox) */
#inputHtml td:first-child input.form-control{
  flex: 1;
  min-width: 0;
}

/* delete button column */
#inputHtml td:last-child{
  text-align:center;
}

/* trash button like screenshot (rounded) */
#inputHtml .btn.btn-sm{
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #e6edf5;
  background: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items:center;
  justify-content:center;
  transition: background .14s ease, transform .12s ease, border-color .14s ease;
}
#inputHtml .btn.btn-sm:hover{
  background: rgba(239,68,68,.08);
  border-color: rgba(239,68,68,.35);
  transform: translateY(-1px);
}
#inputHtml .btn.btn-sm span{
  color: #ef4444;
  font-size: 15px;
}

/* =========================
   Table bottom buttons
   ========================= */
.cart-button{
  display:flex;
  justify-content:flex-end;
  gap: 12px;
  padding: 16px 18px 18px;
  background:#fff;
  border-top: 1px solid var(--line);
}

/* if bootstrap exists, normalize */
.cart-button .btn{
  height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 0;
  font-weight: 900;
  font-size: 13px;
  cursor:pointer;
  transition: transform .12s ease, box-shadow .18s ease, filter .18s ease;
}

/* green primary */
.cart-button .btn-success{
  background: linear-gradient(180deg, var(--brand2), var(--brand));
  color:#fff;
  box-shadow: 0 12px 26px rgba(20,72,156,.22);
}
.cart-button .btn-success:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(20,72,156,.28);
  filter: brightness(1.02);
}
.cart-button .btn-success:active{
  transform: translateY(0);
  box-shadow: 0 10px 22px rgba(20,72,156,.22);
}

/* =========================
   Contact form card
   ========================= */
.cart-fed{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.cart-fed h2{
  margin:0;
  padding: 16px 20px 16px 34px;
  font-size: 16px;
  font-weight: 900;
  color: var(--text);
  background: linear-gradient(180deg, rgba(20,72,156,.10), rgba(20,72,156,0));
  border-bottom: 1px solid #edf2f7;
  position: relative;
}
.cart-fed h2:before{
  content:"";
  position:absolute;
  left: 16px;
  top:50%;
  transform: translateY(-50%);
  width: 6px;
  height: 18px;
  background: var(--brand);
  border-radius: 3px;
}

/* the grid of fields (2 columns) */
.cart-fedBox{
  padding: 18px 20px 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 22px;
}

/* each dl becomes label+control grid */
.cart-fedBox dl{
  margin: 0;
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: center;
  gap: 10px;
}

/* labels */
.cart-fedBox dt{
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

/* controls */
.cart-fedBox dd{
  margin: 0;
}

/* inputs/select/textarea unify */
.cart-fedBox input[type="text"],
.cart-fedBox input[type="tel"],
.cart-fedBox input[type="email"],
.cart-fedBox input,
.cart-fedBox select,
.cart-fedBox textarea{
  width: 100%;
  height: 42px;
  border: 1px solid #dbe4ee;
  border-radius: 12px;
  padding: 0 12px;
  font-size: 13px;
  color: #111827;
  outline: none;
  background: #fff;
  transition: border-color .14s ease, box-shadow .14s ease;
}

/* comments textarea remains textarea */
.cart-fedBox textarea{
  height: 110px;
  padding: 10px 12px;
  resize: vertical;
}

/* focus */
.cart-fedBox input:focus,
.cart-fedBox select:focus,
.cart-fedBox textarea:focus{
  border-color: rgba(20,72,156,.55);
  box-shadow: 0 0 0 4px rgba(20,72,156,.12);
}

/* FULL-WIDTH rows:
   Order in your HTML:
   1 Company, 2 Tel, 3 Fax, 4 Address(input), 5 Contact, 6 Email, 7 Country(select), 8 Comments(textarea)
*/

.cart-fedBox dl:nth-child(7),
.cart-fedBox dl:nth-child(8){
  grid-column: 1 / -1;
}

/* Address is input now: keep it same height, but give it breathing space */
.cart-fedBox dl:nth-child(4) input{
  height: 42px;
}

/* Country select looks nicer */
.cart-fedBox select{
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #64748b 50%),
    linear-gradient(135deg, #64748b 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 18px,
    calc(100% - 12px) 18px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

/* Submit area */
.cart-fedBtn{
  padding: 16px 20px 20px;
  border-top: 1px solid var(--line);
  background:#fff;
  display:flex;
  justify-content:flex-end;
}

.cart-fedBtn button{
  height: 46px;
  padding: 0 26px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(180deg, var(--brand2), var(--brand));
  color:#fff;
  font-weight: 900;
  cursor:pointer;
  box-shadow: 0 12px 26px rgba(20,72,156,.22);
  transition: transform .12s ease, box-shadow .18s ease, filter .18s ease;
}
.cart-fedBtn button:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(20,72,156,.28);
  filter: brightness(1.02);
}
.cart-fedBtn button:active{
  transform: translateY(0);
  box-shadow: 0 10px 22px rgba(20,72,156,.22);
}

/* clearfix compatibility */
.clearfix:after{
  content:"";
  display:block;
  clear:both;
}
.input-sm-top{ width: calc(100% - 30px) !important;}


/*message*/
.message{ width:100%; padding:50px 0; background:#f5f5f5;}


:root{
  --brand:#0c46cb;
  --brand2:#1b57bd;
  --bg:#f5f5f5;
  --card:#ffffff;
  --text:#111827;
  --muted:#475569;
  --line:#e7edf3;
  --shadow: 0 14px 40px rgba(16,24,40,.06);
}


.message *{ box-sizing:border-box; }

.message .panel-default{
  max-width: 860px;
  margin: 0 auto;
}

.message .bg-default{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 22px 26px 26px;
  position: relative;
  overflow: hidden;
}

.message .bg-default:before{
  content:"";
  position:absolute;
  left:0; top:0;
  width:100%;
  height:4px;
  background: var(--brand);
}

/* Top info bar */
.message .alert-info{
  background: rgba(20,72,156,.08);
  border: 1px solid rgba(20,72,156,.35);
  border-radius: 14px;
  padding: 14px 16px 14px 46px;
  color: #1f2937;
  font-weight: 800;
  line-height: 1.6;
  position: relative;
  margin: 2px 0 18px;
}

/* check icon */
.message .alert-info:before{
  content:"";
  position:absolute;
  left: 16px;
  top: 50%;
  width: 18px;
  height: 10px;
  border-left: 3px solid var(--brand);
  border-bottom: 3px solid var(--brand);
  transform: translateY(-55%) rotate(-45deg);
  border-radius: 2px;
}

/* Title */
.message h1{
  margin: 8px 0 10px;
  font-size: 28px;
  font-weight: 950;
  color: var(--text);
  letter-spacing: .2px;
}

.message hr{
  border: 0;
  height: 1px;
  background: #edf2f7;
  margin: 14px 0 14px;
}

.message p{
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.75;
  color: #24313a;
}

/* buttons row */
.message p:last-child{
  margin-top: 14px;
}

.message .btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 900;
  font-size: 13px;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform .12s ease, box-shadow .18s ease, filter .18s ease, background .18s ease;
  margin-right: 10px;
}

/* primary green */
.message .btn.btn-success{
  background: linear-gradient(180deg, var(--brand2), var(--brand));
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(20,72,156,.22);
}
.message .btn.btn-success:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(20,72,156,.28);
  filter: brightness(1.02);
}

/* secondary */
.message .btn.btn-info{
  background: #ffffff;
  color: #24313a !important;
  border-color: #dbe4ee;
  box-shadow: 0 10px 22px rgba(16,24,40,.05);
}
.message .btn.btn-info:hover{
  transform: translateY(-1px);
  border-color: rgba(20,72,156,.35);
  background: rgba(20,72,156,.06);
  color: var(--brand) !important;
}

/* make links look consistent */
.message a{
  color: var(--brand);
}
.message a:hover{
  text-decoration: underline;
}