﻿@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: #f5f7fa;
    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: #0a5ef3;
}

.blue {
    color: #0a5ef3;
}

#lm_hover {
    color: #0a5ef3;
    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;
}

.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(10, 94, 243, 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(8, 75, 196, 0.22);
}

.window-loading-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 5px solid rgba(10, 94, 243, 0.16);
    border-top-color: #0a5ef3;
    border-left-color: #084bc4;
    animation: windowLoadingSpin .85s linear infinite;
}

.window-loading-title {
    font-size: 22px;
    color: #0a5ef3;
    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,
#products .products,
#brand .brand,
#rfq .rfq,
#news .news,
#contact .contact {
color: #0a5ef3;
}

.bannerpic {
    display: block !important;
}

.bannermob {
    display: none !important;
}

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

.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: #0a5ef3;
    font-size: 1.3rem;
    margin: 5px 0;
}

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

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

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

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

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

.posts-info a span {
    color: #0a5ef3 !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 #d9e6ff;
    border-radius: 10px;
    padding: 12px;
    margin: 18px 0;
    background: #f7faff;
}

.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 #d9e6ff;
    border-radius: 12px;
    padding: 16px;
    margin: 16px 0;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(8, 75, 196, .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: #edf4ff;
    color: #0a5ef3;
    font-weight: bold;
    padding: 12px 10px;
    border: 1px solid #d9e6ff;
    text-align: left;
}

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

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

.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 #d9e6ff;
    border-radius: 3px;
    background: none;
}

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

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

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

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

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

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

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

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

.input-width-10 {
    width: 100%;
    border: 1px solid #d9e6ff;
    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: #0a5ef3 !important;
}

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

.container {
    width: 1360px;
    max-width: calc(100% - 40px);
}

.textRed {
    color: red;
}

.red {
    color: red;
}

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

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

.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, #084bc4 0%, #0a5ef3 100%);
}

.bg-color1 {
    background: #000000;
}

.bgfff {
    background: #FFFFFF;
}

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

.box-shad {
    box-shadow: 3px 3px 20px 0 rgba(8, 75, 196, .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: #0a5ef3;
    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 #d9e6ff;
    border-radius: 3px;
    display: none;
}

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

.msearch button {
    width: 20%;
    height: 42px;
    background: linear-gradient(270deg, #084bc4 0%, #0a5ef3 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 #d9e6ff;
    border-radius: 3px;
    padding: 0 20px;
}

.form-group input.form-control-small {
    width: 70%;
    height: 42px;
    line-height: 42px;
    border: 1px solid #d9e6ff;
    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 #d9e6ff;
    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 #d9e6ff;
    border-radius: 3px;
    padding: 0 20px;
}

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

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

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

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

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

::-webkit-scrollbar-thumb {
    background-color: #084bc4;
    border-radius: 10px;
}

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

/* 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(8, 75, 196, 0.20);
    -moz-box-shadow: 0px 0px 40px 0px rgba(8, 75, 196, 0.20);
    -ms-box-shadow: 0px 0px 40px 0px rgba(8, 75, 196, 0.20);
    -o-box-shadow: 0px 0px 40px 0px rgba(8, 75, 196, 0.20);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(8, 75, 196, 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(10, 94, 243, .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(8, 75, 196, .22);
    text-align: center;
}

.custom-form-loading-spinner {
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 4px solid rgba(10, 94, 243, .16);
    border-top: 4px solid #0a5ef3;
    animation: formSpin .8s linear infinite;
}

.custom-form-loading-text {
    margin-top: 16px;
    font-size: 16px;
    color: #0a5ef3;
    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(10, 94, 243, .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(8, 75, 196, .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, #084bc4 0%, #0a5ef3 100%);
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    box-shadow: 0 12px 28px rgba(8, 75, 196, .32);
}

.custom-form-modal-icon.error {
    background: linear-gradient(270deg, #084bc4 0%, #0a5ef3 100%);
    box-shadow: 0 12px 28px rgba(8, 75, 196, .28);
}

.custom-form-modal-title {
    font-size: 24px;
    line-height: 32px;
    color: #0a5ef3;
    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, #084bc4 0%, #0a5ef3 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(8, 75, 196, .28);
    transition: all .25s ease;
}

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

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

.country-search-select .fastbannerform__country-input {
    width: 100%;
    height: 46px;
    padding: 10px;
    border: none;
    border-bottom: 2px solid #d9e6ff;
    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: #0a5ef3;
    box-shadow: none;
    outline: none;
}

.country-search-select:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 16px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #0a5ef3;
    border-bottom: 2px solid #0a5ef3;
    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 #d9e6ff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(8, 75, 196, 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: #f3f7ff;
    color: #0a5ef3;
}

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



.wg-rfq-add-btn:hover {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(8, 75, 196, 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(10, 94, 243, .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(8, 75, 196, .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, #084bc4 0%, #0a5ef3 100%);
}

.wg-rfq-toast-close {
    position: absolute;
    right: 18px;
    top: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #6b7280;
    background: #f3f7ff;
    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, #084bc4 0%, #0a5ef3 100%);
    transform: rotate(90deg);
}

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

.wg-rfq-toast.error .wg-rfq-toast-icon {
    background: linear-gradient(270deg, #084bc4 0%, #0a5ef3 100%);
    box-shadow: 0 16px 34px rgba(8, 75, 196, .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: #f3f7ff;
    border: 1px solid #d9e6ff;
    color: #667085;
    font-size: 15px;
    line-height: 24px;
}

.wg-rfq-toast-count b {
    color: #0a5ef3;
    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, #084bc4 0%, #0a5ef3 100%);
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(8, 75, 196, .26);
}

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

.wg-rfq-toast-btn.light {
    background: #edf4ff;
    color: #0a5ef3 !important;
    border: 1px solid #d9e6ff;
}

.wg-rfq-toast-btn.light:hover {
    background: #fff;
    color: #0a5ef3 !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(8, 75, 196, .12);
}





/* mobile */
@media screen and (max-width: 767px) {
    .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(8, 75, 196, 0.20);
        -moz-box-shadow: 0px 0px 40px 0px rgba(8, 75, 196, 0.20);
        -ms-box-shadow: 0px 0px 40px 0px rgba(8, 75, 196, 0.20);
        -o-box-shadow: 0px 0px 40px 0px rgba(8, 75, 196, 0.20);
        -webkit-box-shadow: 0px 0px 40px 0px rgba(8, 75, 196, 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;
    }

  

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

    
}

/* Responsive enhancements */
@media screen and (min-width: 1025px) and (max-width: 1360px) {
    .container {
        width: calc(100% - 40px);
        max-width: 1320px;
    }

    .posts-info video {
        max-width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
        width: calc(100% - 32px);
        max-width: none;
    }

    .posts-info {
        overflow-wrap: anywhere;
    }

    .posts-info img,
    .posts-info video {
        max-width: 100%;
        height: auto;
    }

    .posts-info table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .posts-info .row {
        grid-template-columns: 140px 1fr;
    }

    .alertVideoContent {
        max-width: calc(100% - 40px);
    }
}

@media screen and (max-width: 767px) {
    .container {
        width: calc(100% - 24px);
        max-width: none;
    }

    img,
    video,
    iframe {
        max-width: 100%;
    }

    .posts-info {
        overflow-wrap: anywhere;
    }

    .posts-info img,
    .posts-info video {
        width: auto;
        max-width: 100%;
        height: auto;
    }

    .posts-info table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .posts-info .row {
        grid-template-columns: 1fr;
    }

    .wg-rfq-toast-actions {
        flex-wrap: wrap;
    }

    .wg-rfq-toast-btn {
        min-width: 120px;
        flex: 1;
    }
}

@media screen and (max-width: 480px) {
    .container {
        width: calc(100% - 20px);
    }

    .window-container .window-main {
        width: calc(100% - 24px);
        max-width: none;
        padding: 28px 18px 24px;
    }

    .wg-rfq-toast-box {
        width: calc(100% - 20px);
        padding-left: 16px;
        padding-right: 16px;
    }

    .wg-rfq-toast-actions {
        gap: 8px;
    }

    .wg-rfq-toast-btn {
        width: 100%;
        min-width: 0;
    }
}


/* Shared inner page hero */

.jx-page-hero {
    width: 100%;
    padding: 58px 0 62px;
    overflow: hidden;
    position: relative;
    background:
        linear-gradient(90deg, rgba(10, 94, 243, .08) 0%, rgba(10, 94, 243, .025) 58%, rgba(10, 94, 243, .08) 100%),
        #fff;
    border-bottom: 1px solid #e5ebf4;
}

.jx-page-hero::before {
    content: "";
    position: absolute;
    top: -120px;
    right: 5%;
    width: 330px;
    height: 330px;
    border: 70px solid rgba(10, 94, 243, .045);
    border-radius: 50%;
}

.jx-page-hero-inner {
    max-width: 860px;
    position: relative;
    z-index: 2;
}

.jx-page-hero-kicker {
    display: block;
    margin-bottom: 10px;
    color: #0a5ef3;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}

.jx-page-hero h1 {
    margin: 0;
    color: #111827;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
}

.jx-page-hero p {
    max-width: 760px;
    margin: 14px 0 0;
    color: #657186;
    font-size: 15px;
    line-height: 25px;
}

@media screen and (max-width: 767px) {

    .jx-page-hero {
        padding: 34px 0 38px;
    }

    .jx-page-hero::before {
        top: -80px;
        right: -90px;
        width: 220px;
        height: 220px;
        border-width: 45px;
    }

    .jx-page-hero-kicker {
        margin-bottom: 7px;
        font-size: 14px;
    }

    .jx-page-hero h1 {
        font-size: 28px;
        line-height: 1.3;
    }

    .jx-page-hero p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 22px;
    }

}
