@font-face {
    font-family: myFirstFont;
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: myFirstFont1;
    src: url(../fonts/Poppins-SemiBold.ttf);
}

html {
    scroll-behavior: smooth;
}

#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: 0.9rem;
    background: #fafbfb;
    line-height: 24px;
}

a {
    text-decoration: none;
    -webkit-transition: all ease .1s;
    -moz-transition: all ease .1s;
    transition: all ease .1s;
    border: none;
    color: #333;
}

a:hover {
    color: #0e5aa4;
}

.blue {
    color: #0e5aa4;
}

#lm_hover {
    color: #0e5aa4;
    text-decoration: underline;
}

.a-nouderline {
    text-decoration: none;
}

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;
}

em,
i {
    font-style: normal;
}

h1,
h2,
h3,
h4,
b,
strong {
    color: #111111;
    font-family: myFirstFont1;
    font-weight: normal;
}

.curs {
    cursor: pointer;
}

.dis {
    display: block;
}

.undis {
    display: none;
}

.width-100 {
    width: 100%;
}

.goodslisttitle {
    color: #111;
    line-height: 42px;
    padding: 10px 0;
    font-size: 1.4rem;
}

.home-bgfff {
    background: #ffffff;
}

/* loading window */
.window-container {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(14, 90, 164, 0.45);
    backdrop-filter: blur(4px);
    display: none;
}

.window-container .window-main {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 360px;
    max-width: calc(100% - 40px);
    transform: translate(-50%, -50%);
    padding: 42px 28px 36px;
    border-radius: 18px;
    background: #fff;
    text-align: center;
    box-shadow: 0 22px 60px rgba(14, 90, 164, 0.22);
}

.window-loading-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 5px solid rgba(247, 185, 1, 0.18);
    border-top-color: #f7b901;
    border-left-color: #0e5aa4;
    animation: windowLoadingSpin .85s linear infinite;
}

.window-loading-title {
    font-size: 22px;
    color: #0e5aa4;
    font-weight: 700;
    margin-bottom: 8px;
}

.window-loading-text {
    font-size: 14px;
    color: #667085;
    line-height: 22px;
}

@keyframes windowLoadingSpin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 当前栏目高亮 */
#home .home,
#about .about-nav,
#products .products-nav,
#brand .manufacturer-nav,
#rfq .rfq-quote-nav,
#news .blogs-nav,
#quality .quality-nav,
#support .support-nav {
    color: #f7b901;
    background: #fffaf0;
}

.bannerpic {
    display: block !important;
}

.bannermob {
    display: none !important;
}

.posibg {
    width: 100%;
    background: #fff9e6;
}

.imgva img {
    vertical-align: middle;
}

.mar0 {
    margin: 0 auto;
}

.mar-t1 {
    margin-top: 10px;
}

.mar-t15 {
    margin-top: 15px;
}

.mar-t2 {
    margin-top: 20px;
}

.mar-t3 {
    margin-top: 30px;
}

/* 文章详情 */
.posts-info video {
    width: 80%;
    margin: 0 auto;
}

.posts-info img {
    margin: 15px 0;
}

.posts-info h2 {
    color: #0e5aa4;
    font-size: 1.3rem;
    margin: 5px 0;
}

.posts-info h3 {
    color: #0e5aa4;
    font-size: 1.1rem;
    margin: 5px 0;
}

.posts-info b {
    color: #111;
}

.posts-info strong {
    color: #111;
}

.posts-info a {
    color: #0e5aa4 !important;
    text-decoration: underline;
}

.posts-info a b {
    color: #0e5aa4 !important;
}

.posts-info a span {
    color: #0e5aa4 !important;
}

.posts-info ul {
    padding-left: 15px;
    list-style: disc !important;
}

.posts-info ul li {
    list-style: disc !important;
}

.posts-info .toc {
    border: 1px solid #d9e3ee;
    border-radius: 10px;
    padding: 12px;
    margin: 18px 0;
    background: #fff9e6;
}

.posts-info .toc h2 {
    margin: 0 0 8px 0;
    font-size: 1.1rem;
}

.posts-info .toc ol {
    margin: 0;
    padding-left: 18px;
}

.posts-info .calculator {
    border: 1px solid #d9e3ee;
    border-radius: 12px;
    padding: 16px;
    margin: 16px 0;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(14, 90, 164, .08);
}

.posts-info .row {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.posts-info .row label {
    font-weight: 600;
}

.posts-info table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.95rem;
}

.posts-info table th {
    background: #fff6d9;
    color: #0e5aa4;
    font-weight: bold;
    padding: 12px 10px;
    border: 1px solid #d9e3ee;
    text-align: left;
}

.posts-info table td {
    padding: 12px 10px;
    border: 1px solid #e3eaf1;
    line-height: 24px;
    color: #333;
}

.posts-info table tr:nth-child(even) td {
    background: #f7fafe;
}

.clear {
    clear: both;
}

/* flex 工具类保留 */
.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-center1 {
    display: flex;
    align-items: center;
}

.flex-center2 {
    display: flex;
    align-items: flex-end;
}

.flex-center3 {
    display: flex;
    align-items: flex-start;
}

.flex-center-contain {
    justify-content: space-between;
}

.flex-end {
    justify-content: flex-end;
}

.flex-center1 {
    justify-content: center;
}

.flex-center4 {
    align-items: center;
    justify-content: center;
}

.flex-center-contain-center {
    justify-content: center;
}

.posi-rel {
    position: relative;
}

.posi-abs {
    position: absolute;
}

.fonttrans {
    text-transform: uppercase;
}

#home .padding20 {
    display: none;
}

#about .padding20 {
    display: none;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.padding15 {
    padding: 15px;
}

.padding20 {
    padding: 20px;
}

.padding25 {
    padding: 25px;
}

.padding30 {
    padding: 30px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.input-width-1 {
    width: 10%;
    border: 1px solid #d9e3ee;
    border-radius: 3px;
    background: none;
}

.input-width-2 {
    width: 20%;
    border: 1px solid #d9e3ee;
    border-radius: 3px;
    background: none;
}

.input-width-3 {
    width: 30% !important;
    border: 1px solid #d9e3ee;
    border-radius: 3px;
    background: none;
}

.input-width-4 {
    width: 40%;
    border: 1px solid #d9e3ee;
    border-radius: 3px;
    background: none;
}

.input-width-5 {
    width: 50%;
    border: 1px solid #d9e3ee;
    border-radius: 3px;
    background: none;
}

.input-width-6 {
    width: 60%;
    border: 1px solid #d9e3ee;
    border-radius: 3px;
    background: none;
}

.input-width-7 {
    width: 70% !important;
    border: 1px solid #d9e3ee;
    border-radius: 3px;
    background: none;
}

.input-width-8 {
    width: 80%;
    border: 1px solid #d9e3ee;
    border-radius: 3px;
    background: none;
}

.input-width-9 {
    width: 90%;
    border: 1px solid #d9e3ee;
    border-radius: 3px;
    background: none;
}

.input-width-10 {
    width: 100%;
    border: 1px solid #d9e3ee;
    border-radius: 3px;
    background: none;
}

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;
    font-family: myFirstFont;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #f7b901 !important;
}

#warp {
    width: 100%;
    height: auto;
    position: relative;
}

.container {
    width: 1360px;
}

.textRed {
    color: red;
}

.red {
    color: red;
}

.btn-success {
    border: none;
    border-radius: 3px;
}

.font-color {
    color: #0e5aa4;
}

.font-color-block {
    color: #111;
}

.font-color-gray {
    color: #667085;
}

.font-color-white {
    color: #FFFFFF !important;
}

.font-size {
    font-size: 1rem;
}

.font-size-small {
    font-size: 0.9rem;
}

.bg-color {
    background: linear-gradient(270deg, #0e5aa4 0%, #f7b901 100%);
}

.bg-color1 {
    background: #000000;
}

.bgfff {
    background: #FFFFFF;
}

.border-color {
    border: 1px solid #d9e3ee;
    border-radius: 3px;
}

.box-shad {
    box-shadow: 3px 3px 20px 0 rgba(14, 90, 164, .10);
}

.font-line {
    line-height: 28px;
}

.line10 {
    line-height: 10px;
    height: 10px;
    clear: both;
}

.line20 {
    line-height: 20px;
    height: 20px;
    clear: both;
}

.line30 {
    line-height: 30px;
    height: 30px;
    clear: both;
}

.line40 {
    line-height: 40px;
    height: 40px;
    clear: both;
}

.line50 {
    line-height: 50px;
    height: 50px;
    clear: both;
}

/* 栅格宽度 */
.col-lg-1 {
    width: 10%;
}

.col-lg-2 {
    width: 20%;
}

.col-lg-3 {
    width: 30%;
}

.col-lg-4 {
    width: 40%;
}

.col-lg-5 {
    width: 50%;
}

.col-lg-6 {
    width: 60%;
}

.col-lg-7 {
    width: 70%;
}

.col-lg-8 {
    width: 80%;
}

.col-lg-9 {
    width: 90%;
}

.col-lg-10 {
    width: 100%;
}

.position_location {
    width: 100%;
    line-height: 26px;
    padding: 12px 0;
}

.position_location i {
    color: #f7b901;
    margin-right: 8px;
    font-size: 1.1rem;
}

img.bannerpic {
    display: block;
}

img.bannermob {
    display: none;
}

/* 移动端搜索 */
.msearch {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #d9e3ee;
    border-radius: 3px;
    display: none;
}

.msearch input {
    width: 80%;
    height: 42px;
    border: 1px solid #0e5aa4;
    border-radius: 3px 0 0 3px;
    padding: 0 15px;
    border-right: none;
}

.msearch button {
    width: 20%;
    height: 42px;
    background: linear-gradient(270deg, #0e5aa4 0%, #f7b901 100%);
    border-radius: 0 3px 3px 0;
    border: none;
    color: #FFFFFF;
    font-size: 1rem;
}

/* form */
.form-group {
    width: 100%;
    height: auto;
}

.form-group label {
    display: block;
    line-height: 40px;
    height: 40px;
}

.form-group input {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border: 1px solid #d9e3ee;
    border-radius: 3px;
    padding: 0 20px;
}

.form-group input.form-control-small {
    width: 70%;
    height: 42px;
    line-height: 42px;
    border: 1px solid #d9e3ee;
    border-radius: 3px;
    background: #fff;
    padding: 0 15px;
}

.form-group input.form-control-small-check {
    width: 12px;
    height: 12px;
    line-height: 12px;
    border: 1px solid #d9e3ee;
    border-radius: 3px;
    background: #fff;
    padding: 0;
    margin-top: 15px;
    margin-right: 10px;
}

.form-group select {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border: 1px solid #d9e3ee;
    border-radius: 3px;
    padding: 0 20px;
}

.form-group textarea {
    width: 100%;
    height: 100px;
    line-height: 26px;
    border: 1px solid #d9e3ee;
    border-radius: 3px;
    padding: 20px;
}

.btn-default {
    padding: 8px 25px;
    border: none;
    background: linear-gradient(270deg, #0e5aa4 0%, #f7b901 100%);
    color: #fff;
    border-radius: 3px;
    margin-top: 15px;
    font-size: 1rem;
}

.btn-default:hover {
    background: linear-gradient(270deg, #f7b901 0%, #0e5aa4 100%);
    color: #fff;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 6px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background-color: #f7f7f7;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #0e5aa4;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #f7b901;
}

/* video popup */
.alertVideoHide {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/blackBg.png);
    z-index: 888;
}

.alertVideoContent {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 800px;
    margin: -180px 0 0 -400px;
    z-index: 999;
    background: #fff;
    height: auto;
    box-shadow: 0px 0px 40px 0px rgba(14, 90, 164, 0.20);
    -moz-box-shadow: 0px 0px 40px 0px rgba(14, 90, 164, 0.20);
    -ms-box-shadow: 0px 0px 40px 0px rgba(14, 90, 164, 0.20);
    -o-box-shadow: 0px 0px 40px 0px rgba(14, 90, 164, 0.20);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(14, 90, 164, 0.20);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.alertVideoContent iframe {
    width: 100% !important;
    height: 100% !important;
}

.alertVideoContent .vedioClose {
    position: absolute;
    top: -27px;
    right: -27px;
    cursor: pointer;
}

/* custom form loading */
.custom-form-loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(14, 90, 164, .45);
    backdrop-filter: blur(2px);
}

.custom-form-loading-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 240px;
    padding: 28px 30px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(14, 90, 164, .22);
    text-align: center;
}

.custom-form-loading-spinner {
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 4px solid rgba(247, 185, 1, .18);
    border-top: 4px solid #f7b901;
    border-left-color: #0e5aa4;
    animation: formSpin .8s linear infinite;
}

.custom-form-loading-text {
    margin-top: 16px;
    font-size: 16px;
    color: #0e5aa4;
    font-weight: 600;
    line-height: 24px;
}

@keyframes formSpin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* custom form modal */
.custom-form-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
}

.custom-form-modal-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(14, 90, 164, .58);
}

.custom-form-modal-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    max-width: 420px;
    background: #fff;
    border-radius: 22px;
    padding: 34px 30px 28px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(14, 90, 164, .24);
}

.custom-form-modal-box.error {
    max-width: 400px;
}

.custom-form-modal-icon {
    width: 74px;
    height: 74px;
    line-height: 74px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: linear-gradient(270deg, #0e5aa4 0%, #f7b901 100%);
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    box-shadow: 0 12px 28px rgba(14, 90, 164, .32);
}

.custom-form-modal-icon.error {
    background: linear-gradient(270deg, #0e5aa4 0%, #f7b901 100%);
    box-shadow: 0 12px 28px rgba(14, 90, 164, .28);
}

.custom-form-modal-title {
    font-size: 24px;
    line-height: 32px;
    color: #0e5aa4;
    font-weight: 700;
    margin-bottom: 10px;
}

.custom-form-modal-text {
    font-size: 15px;
    line-height: 26px;
    color: #5f6f89;
    margin-bottom: 24px;
}

.custom-form-modal-btn {
    display: inline-block;
    min-width: 140px;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    background: linear-gradient(270deg, #0e5aa4 0%, #f7b901 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(14, 90, 164, .28);
    transition: all .25s ease;
}

.custom-form-modal-btn:hover {
    transform: translateY(-1px);
    color: #fff;
    box-shadow: 0 16px 30px rgba(14, 90, 164, .36);
}

/* country search select */
.country-search-select {
    position: relative;
    width: 100%;
}

.country-search-select .fastbannerform__country-input {
    width: 100%;
    height: 46px;
    padding: 10px 42px 10px 0;
    border: none;
    border-bottom: 2px solid #d9e3ee;
    border-radius: 0;
    background: #fff;
    color: #1f2d3d;
    font-size: 15px;
    line-height: 24px;
    box-shadow: none;
    outline: none;
}

.country-search-select .fastbannerform__country-input:focus {
    border-bottom-color: #f7b901;
    box-shadow: none;
    outline: none;
}

.country-search-select:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 16px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #0e5aa4;
    border-bottom: 2px solid #0e5aa4;
    transform: rotate(45deg);
    pointer-events: none;
}

.country-search-select__panel {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    width: 100%;
    max-height: 260px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #d9e3ee;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(14, 90, 164, 0.14);
    z-index: 999;
}

.country-search-select__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    color: #1f2d3d;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    transition: all .2s ease;
}

.country-search-select__item:hover,
.country-search-select__item.is-active {
    background: #fff9e6;
    color: #0e5aa4;
}

.country-search-select__name {
    display: block;
    flex: 1;
}

.country-search-select__code {
    display: inline-block;
    font-style: normal;
    color: #7a8ca5;
    font-size: 12px;
    white-space: nowrap;
}

.country-search-select__empty {
    padding: 12px 14px;
    color: #8a97ab;
    font-size: 14px;
    line-height: 22px;
}

.country-search-select__source {
    position: absolute !important;
    left: -99999px !important;
    top: 0 !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* footer email loading */
.footer-email-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99990;
    display: none;
    background: rgba(14, 90, 164, 0.45);
}

.footer-email-loading-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 320px;
    max-width: calc(100% - 30px);
    padding: 34px 24px 30px;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(14, 90, 164, 0.20);
    text-align: center;
}

.footer-email-loading-spinner {
    display: inline-block;
    width: 46px;
    height: 46px;
    border: 4px solid rgba(247, 185, 1, 0.18);
    border-top: 4px solid #f7b901;
    border-left-color: #0e5aa4;
    border-radius: 50%;
    animation: footerEmailSpin .8s linear infinite;
}

.footer-email-loading-text {
    margin-top: 18px;
    color: #21304a;
    font-size: 15px;
    line-height: 24px;
}

@keyframes footerEmailSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* =========================================================
   Blog hero
========================================================= */

.blog-hero {
    position: relative;
    width: 100%;
    padding: 72px 0 78px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 12% 20%,
            rgba(247, 185, 1, 0.30) 0,
            rgba(247, 185, 1, 0) 29%
        ),
        radial-gradient(
            circle at 88% 12%,
            rgba(255, 255, 255, 0.18) 0,
            rgba(255, 255, 255, 0) 30%
        ),
        linear-gradient(
            270deg,
            #0b4c8c 0%,
            #0e5aa4 55%,
            #176fbd 100%
        );
    color: #ffffff;
}

.blog-hero::before {
    content: "";
    position: absolute;
    top: -130px;
    right: -120px;
    width: 360px;
    height: 360px;
    border: 50px solid rgba(247, 185, 1, 0.12);
    border-radius: 50%;
    pointer-events: none;
}

.blog-hero::after {
    content: "";
    position: absolute;
    left: -90px;
    bottom: -120px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
}


/* =========================================================
   Blog hero content
========================================================= */

.blog-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 780px;
}

.blog-hero-inner span {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 18px;
    border: 1px solid rgba(247, 185, 1, 0.45);
    border-radius: 999px;
    background: rgba(247, 185, 1, 0.16);
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    backdrop-filter: blur(4px);
}

.blog-hero-inner h1 {
    margin: 0;
    color: #ffffff;
    font-size: 44px;
    line-height: 1.25;
    font-weight: 800;
}

.blog-hero-inner b {
    display: block;
    margin: 0;
    color: #ffffff;
    font-size: 44px;
    line-height: 1.25;
    font-weight: 800;
}

.blog-hero-inner p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.8;
}




/* RFQ Add Toast */
.wg-rfq-add-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 120px;
    height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(270deg, #0e5aa4 0%, #f7b901 100%);
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    border: none;
    box-shadow: 0 12px 24px rgba(14, 90, 164, 0.26);
    transition: all .25s ease;
    cursor: pointer;
}

.wg-rfq-add-btn:hover {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(14, 90, 164, 0.34);
}

.wg-rfq-add-btn.is-loading {
    opacity: .85;
    pointer-events: none;
}

.wg-rfq-toast {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100001;
    opacity: 0;
    visibility: hidden;
    transition: all .22s ease;
}

.wg-rfq-toast.show {
    opacity: 1;
    visibility: visible;
}

.wg-rfq-toast-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(14, 90, 164, .52);
    backdrop-filter: blur(3px);
}

.wg-rfq-toast-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 420px;
    max-width: calc(100% - 32px);
    transform: translate(-50%, -50%) scale(.94);
    background: #fff;
    border-radius: 24px;
    padding: 38px 32px 30px;
    text-align: center;
    box-shadow: 0 24px 70px rgba(14, 90, 164, .28);
    transition: all .22s ease;
    overflow: hidden;
}

.wg-rfq-toast.show .wg-rfq-toast-box {
    transform: translate(-50%, -50%) scale(1);
}

.wg-rfq-toast-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(270deg, #0e5aa4 0%, #f7b901 100%);
}

.wg-rfq-toast-close {
    position: absolute;
    right: 18px;
    top: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #6b7280;
    background: #fff9e6;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all .25s ease;
}

.wg-rfq-toast-close:hover {
    color: #fff;
    background: linear-gradient(270deg, #0e5aa4 0%, #f7b901 100%);
    transform: rotate(90deg);
}

.wg-rfq-toast-icon {
    width: 82px;
    height: 82px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: linear-gradient(270deg, #0e5aa4 0%, #f7b901 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    box-shadow: 0 16px 34px rgba(14, 90, 164, .28);
}

.wg-rfq-toast.error .wg-rfq-toast-icon {
    background: linear-gradient(270deg, #0e5aa4 0%, #f7b901 100%);
    box-shadow: 0 16px 34px rgba(14, 90, 164, .24);
}

.wg-rfq-toast-box h3 {
    margin: 0;
    color: #111827;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 900;
}

.wg-rfq-toast-box p {
    margin: 12px 0 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.7;
}

.wg-rfq-toast-count {
    margin: 18px auto 0;
    padding: 12px 18px;
    border-radius: 14px;
    background: #fff9e6;
    border: 1px solid #d9e3ee;
    color: #667085;
    font-size: 15px;
    line-height: 24px;
}

.wg-rfq-toast-count b {
    color: #0e5aa4;
    font-size: 20px;
    font-weight: 900;
}

.wg-rfq-toast-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 26px;
}

.wg-rfq-toast-btn {
    min-width: 130px;
    height: 44px;
    line-height: 44px;
    padding: 0 22px;
    border-radius: 999px;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: all .25s ease;
}

.wg-rfq-toast-btn.primary {
    background: linear-gradient(270deg, #0e5aa4 0%, #f7b901 100%);
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(14, 90, 164, .26);
}

.wg-rfq-toast-btn.primary:hover {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(14, 90, 164, .34);
}

.wg-rfq-toast-btn.light {
    background: #fff6d9;
    color: #0e5aa4 !important;
    border: 1px solid #d9e3ee;
}

.wg-rfq-toast-btn.light:hover {
    background: #fff;
    color: #0e5aa4 !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(14, 90, 164, .12);
}

/* Home Brand */
.home-brand {

}

.home-brand-list {
    width: 100%;
    gap: 14px;
}

.home-brand-item {
    width: calc((100% - 70px) / 6);
    height: 110px;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.home-brand-item img {
    max-width: 80%;
    max-height: 70px;
    object-fit: contain;
}

.home-brand-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(14, 90, 164, 0.12);
}

.home-brand-item:hover img {
    transform: scale(1.05);
}

.home-brand-more {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.home-brand-more a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    height: 60px;
    padding: 0 35px;
    color: #111111;
    font-size: 1.2rem;
    border: 1px solid #222222;
    border-radius: 8px;
    background: transparent;
}

.home-brand-more a:hover {
    color: #ffffff;
    background: #0e5aa4;
    border-color: #0e5aa4;
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(14, 90, 164, 0.20);
}

@media (max-width:1280px) {
    .container {
        width: 1280px;
    }
}

/* mobile */
@media (max-width: 768px) {
    .container {
        width: 94%;
    }

    body {
        font-size: 0.9rem;
    }

    .goodslisttitle {
        color: #111;
        line-height: 42px;
        padding: 5px 0;
        font-size: 1.2rem;
    }

    .bannerpic {
        display: none !important;
    }

    .bannermob {
        display: block !important;
    }

    .msearch {
        display: block;
    }

    .window-container .window-main {
        width: 320px;
        padding: 34px 22px 30px;
    }

    .window-loading-title {
        font-size: 20px;
    }

    .padding20 {
        padding: 20px;
        margin-bottom: 50px;
        display: block;
    }

    #home .padding20 {
        padding: 20px;
        margin-bottom: 50px;
        display: block;
    }

    #about .padding20 {
        padding: 20px;
        margin-bottom: 50px;
        display: block;
    }

    .alertVideoHide {
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: url(../images/blackBg.png);
        z-index: 888;
    }

    .alertVideoContent {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        width: 320px;
        margin: -100px 0 0 -160px;
        z-index: 999;
        background: #fff;
        height: auto;
        box-shadow: 0px 0px 40px 0px rgba(14, 90, 164, 0.20);
        -moz-box-shadow: 0px 0px 40px 0px rgba(14, 90, 164, 0.20);
        -ms-box-shadow: 0px 0px 40px 0px rgba(14, 90, 164, 0.20);
        -o-box-shadow: 0px 0px 40px 0px rgba(14, 90, 164, 0.20);
        -webkit-box-shadow: 0px 0px 40px 0px rgba(14, 90, 164, 0.20);
        border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        -webkit-border-radius: 6px;
    }

    .alertVideoContent iframe {
        width: 100% !important;
        height: 100% !important;
    }

    .alertVideoContent .vedioClose {
        position: absolute;
        top: -27px;
        right: -27px;
        cursor: pointer;
    }

    .blog-hero {
        padding: 42px 0 46px;
    }

    .blog-hero-inner h1 {
        font-size: 30px;
    }

    .blog-hero-inner b {
        font-size: 30px;
    }

    .blog-hero-inner p {
        font-size: 14px;
        line-height: 1.7;
    }

    .wg-rfq-toast-box {
        width: calc(100% - 32px);
        padding: 34px 22px 26px;
        border-radius: 20px;
    }

    .wg-rfq-toast-icon {
        width: 72px;
        height: 72px;
        font-size: 30px;
        margin-bottom: 18px;
    }

    .wg-rfq-toast-box h3 {
        font-size: 21px;
    }

    .wg-rfq-toast-box p {
        font-size: 14px;
    }

    .wg-rfq-toast-actions {
        display: block;
        margin-top: 22px;
    }

    .wg-rfq-toast-btn {
        display: block;
        width: 100%;
    }

    .wg-rfq-toast-btn + .wg-rfq-toast-btn {
        margin-top: 10px;
    }

    .home-brand {

    }

    .home-brand-list {
        gap: 10px;
    }

    .home-brand-item {
        width: calc(50% - 5px);
        height: 86px;
        border-radius: 5px;
    }

    .home-brand-item img {
        max-width: 78%;
        max-height: 52px;
    }

    .home-brand-more {
        margin-top: 30px;
    }

    .home-brand-more a {
        min-width: 190px;
        height: 46px;
        padding: 0 24px;
        font-size: 0.95rem;
        border-radius: 6px;
    }
    .input-width-3{ width:40% !important;}
    .input-width-7{ width:60% !important;}
}