@font-face {
    font-family: "Exo-Medium";
    src: url("../font/Exo-VariableFont_wght.ttf") format("truetype");
}

:root {
    --color: #1E73BD;
    --color-hover: #034e8f;
    --zoom: 1;
    --contrast-zoom: 1;
}

body {
    margin: 0;
    color: #333;
    line-height: 1.5;
    background-color: #FFF;
    font-family: Exo-Medium, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    font-family: Exo-Medium;
    color: #44494E;
}

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

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input {
    border: none;
    outline: none;
    background: none;
    font-family: Exo-Medium;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    font-family: Exo-Medium;
    padding-right: 15px;
    background: url('../img/arrow-down-black.png') 95% center no-repeat;
    background-size: 15px 15px;
}

textarea {
    border: none;
    outline: none;
    font-family: Exo-Medium;
}

button {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    background-color: #fff;
    cursor: pointer;
    font-family: Exo-Medium;
}

p {
    padding: 0;
    margin: 0;
}

input[type='checkbox'] {
    position: relative;
    width: 12px;
    height: 12px;
}

input[type=checkbox]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    line-height: 15px;
    text-align: center;
    color: white;
    font-size: 12px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #1E73BD;
}

input[type=checkbox]:checked::before {
    color: #fff;
    background-color: #1E73BD;
    content: '√';
}

.rich-text {
    font-family: Exo-Medium;
    max-width: 1200px;
}

.rich-text p {
    margin-bottom: 20px;
}

.rich-text a {
    color: #1E73BD;
    text-decoration: underline;
}

.rich-text table {
    max-width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}

.rich-text img, iframe {
    max-width: 100%;
}

.rich-text thead th {
    border: 1px solid #98C4EB !important;
    padding: 14px 20px;
    text-align: left;
    background-color: rgba(152, 196, 235, 0.4);
}

.rich-text tbody td {
    border: 1px solid #98C4EB !important;
    padding: 12px;
}

.rich-text tbody tr:nth-of-type(even) {
    background: rgba(30, 115, 189, 0.04);
}

.rich-text h2 {
    color: #1D1F21;
    font-weight: bold;
    font-size: 28px;
}

.rich-text ul, .rich-text ol {
    margin: revert;
    padding: revert;
    padding-left: 1.2rem;
    list-style: revert;
    font-size: inherit;
}

.rich-text li {
    list-style-type: inherit;
    color: #333;
}

/* Header Search */
.long-search {
    position: relative;
}

.long-search >:not(.jdw-head-search-wrap) {
    opacity: 0;
    visibility: hidden;
}

.jdw-head-search-wrap {
    top: 50%;
    z-index: 2;
    right: 120px;
    position: absolute !important;
    transition: all 0.4s;
    transform: translateY(-50%);
}

.long-search .jdw-head-search-wrap {
    top: 50%;
    right: 50%;
    height: 46px;
    width: 953px;
    position: absolute;
    /* transform: translateX(50%); */
    transform: translate(50%, -50%);
}

.nav-inquiry-search {
    width: 100%;
    height: 34px;
    display: flex;
    padding: 0 17px;
    border-radius: 8px;
    align-items: center;
    background-color: #FFF;
    border: 1px solid #44494E;
}

.long-search .nav-inquiry-search {
    height: 46px;
    transition: all 0.4s;
}

.nav-inquiry-search input {
    flex: 1;
    border: 0;
    height: 100%;
    width: 170px;
    outline: none;
    font-size: 16px;
}

.nav-inquiry-search .search-btn {
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    box-sizing: content-box;
}

.blog-classify-list .blog-view-cover {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1D1F2147;
    color: #ffffff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 25px;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.4s ease-out;
}

.blog-classify-list .blog-view-cover > .elementor-widget-container {
    display: flex;
    align-items: center;
}

.blog-classify-list .blog-classify-link:hover .blog-view-cover {
    opacity: 1;
}

.jdw-breadcrumb .woocommerce-breadcrumb {
    margin: 0;
    color: var(--e-global-color-primary) !important;
}

.jdw-breadcrumb .woocommerce-breadcrumb > a::after {
    content: '|';
    padding: 0 5px;
    color: inherit;
    display: inline-block;
}

.jdw-breadcrumb .woocommerce-breadcrumb > a:hover {
    color: var(--e-global-color-primary) !important;
}

/*产品参数描述和图片展示 start*/
.product-parameter li {
    border: 1px solid #98C4EB;
    box-sizing: border-box;
    border-bottom: none;
    display: flex;
    font-size: 14px;
}

.product-parameter li:last-child {
    border-bottom: 1px solid #98C4EB;
}

.product-parameter li span {
    display: inline-block;
    padding: 18px 22px;
}

.product-parameter li .parameter-title, .product-parameter li span:first-child {
    border-right: 1px solid #98C4EB;
    background: rgba(30, 115, 189, 0.1);
    width: 38%;
    flex-shrink: 0;
}

.product-parameter li:nth-of-type(even) .parameter-value, .product-parameter li:nth-of-type(even) span:last-child {
    background: rgba(30, 115, 189, 0.04);
    width: 60%;
    flex-grow: 1;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    padding: 2px;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    border-color: var(--e-global-color-primary);
}

.jdw-woocommerce-parameter-btn .elementor-button {
    width: 144px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jdw-woocommerce-parameter-btn .elementor-button .elementor-button-content-wrapper {
    align-items: center;
    justify-content: center;
}

.jdw-woocommerce-parameter-btn .elementor-button .elementor-button-icon {
    font-size: 18px;
}

/*产品文件*/
.product-files-wrapper .title {
    color: #1D1F21;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 37px;
}

.download-files-btn {
    border-radius: 8px;
    border: 1px solid #1E73BD;
    padding: 15px 50px;
    color: #1E73BD;
}

.download-files-btn:hover {
    background-color: #1E73BD;
    color: #fff;
}

.download-files-btn img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 10px;
}

.checked-down-files {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
}

.checked-down-files input {
    cursor: pointer;
}

.checked-down-files label {
    margin-left: 5px;
    cursor: pointer;
}

.download-icon-active {
    display: none;
}

.download-files-btn:hover .download-icon-active {
    display: inline-block;
}

.download-files-btn:hover .download-icon-default {
    display: none;
}

.file-references {
    margin: 10px 0;
    color: #44494E;
    font-size: 14px;
    line-height: 21px;
}

.product-files-wrapper .download-files-btn {
    padding: 15px 20px;
    margin-top: 30px;
}

.file-references, .files-size {
    margin-left: 2em;
}

.files-size {
    color: #9BA7B2;
}

.file-action {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 21px;
}

.file-action img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.file-action .file-item-file-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.file-action a {
    display: inline-block;
    margin-right: 10px;
    color: #1E73BD;
    font-weight: bold;
}

.file-action a:hover {
    color: #1962A1;
}

.file-action a img {
    margin-right: 5px;
}

.file-item {
    display: flex;
    margin: 15px 0;
    padding-bottom: 19px;
}

.file-item:nth-last-child(1) {
    border: none;
}

/*form*/
.form-ul input, select, textarea {
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    max-width: 100%;
}

.form-ul li {
    display: flex;
    flex-direction: column;
    margin-bottom: 39px;
}

.form-ul input, select {
    height: 40px;
    padding: 0 10px;
    border: 1px solid #fff;
}

.form-ul textarea {
    border: 1px solid #fff;
    padding: 10px;
}

.form-ul textarea:focus {
    outline: none;/*去掉默认input焦点边框*/
    border: 1px solid #1E73BD;
}

.form-ul input:focus {
    outline: none;/*去掉默认input焦点边框*/
    border: 1px solid #1E73BD;
}

.form-ul select:focus {
    outline: none;/*去掉默认input焦点边框*/
    border: 1px solid #1E73BD;
}

.form-ul input:focus-visible {
    outline: none;/*去掉默认input焦点边框*/
    border: 1px solid #1E73BD;
}

.form-ul select:focus-visible {
    outline: none;/*去掉默认input焦点边框*/
    border: 1px solid #1E73BD;
}

.form-ul textarea:focus-visible {
    outline: none;/*去掉默认input焦点边框*/
    border: 1px solid #1E73BD;
}

.form-item-label {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
}

.form-ul .has-upload-file {
    color: #44494E;
    font-size: 14px;
    line-height: 48px;
    word-break: break-all;
}

#upload {
    padding: 0 50px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    background-color: #1E73BD;
    color: #fff;
    border-radius: 8px;
    line-height: 48px;
    font-weight: bold;
    font-size: 16px;
    margin-right: 16px;
}

.reply-file {
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.form-check {
    color: #44494E;
    font-size: 14px;
    margin-bottom: 20px;
}

.form-important-reminder {
    color: #CD4D4D;
    font-size: 14px;
}

.form-content .submit-btn {
    line-height: 44px;
    padding: 0 40px;
    font-size: 16px;
    background-color: #1E73BD;
    color: #fff;
    border-radius: 8px;
    margin-top: 50px;
    cursor: pointer;
}

.percent-one-files {
    padding: 24px 14px;
    padding-right: 4px;
    background-color: #fff;
    border: 1px solid #9BA7B2;
    border-radius: 8px;
}

.percent-one-files .form-item-label {
    font-size: 16px;
    font-weight: 700;
    color: var(--color);
}

.form-footer .man-machine {
    margin-top: 11px;
    transform: scale(0.9);
    transform-origin: left;
}

.percent-one-files #upload {
    background-color: #5C646B;
    padding: 0 40px;
    font-size: 16px;
    font-weight: 700;
}

.percent-one-files #upload:hover {
    background-color: var(--color);
}

.form-content .submit-wrap {
    position: relative;
    text-align: center;
}

.form-content .wpcf7-spinner {
    top: 47px;
    right: 10px;
    position: absolute;
}

.color-red {
    color: #ff0b0f !important;
}

.inquiry-notice {
    text-align: center;
    font-size: 16px;
}

.modules-inquiry-form {
    margin-top: 40px;
}

.modules-inquiry-form .form-group label {
    font-size: 14px;
    color: #040706;
}

.form-first-four-items {
    display: flex;
    flex-wrap: wrap;
}

.modules-inquiry-form .form-group {
    display: flex;
    flex-direction: column;
}

.form-group .form-input {
    width: 95%;
    border-bottom: 1px solid #cecece;
    height: 44px;
    line-height: 1.5;
    padding: 5px 15px;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.form-first-four-items .form-group {
    width: 50%;
    box-sizing: border-box;
}

.form-first-four-items .form-input {
    width: 90%;
}

.modules-inquiry select, .modules-inquiry select:focus {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #cecece;
    outline: none;
}

.modules-inquiry textarea, .modules-inquiry textarea:focus {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #cecece;
    outline: none;
}

.form-country {
    margin-bottom: 16px;
}

.form-country .form-control {
    width: 95%;
    height: 44px;
    line-height: 1.5;
    padding: 0 10px;
    box-sizing: border-box;
}

.inquiry-submit {
    display: block;
    margin: auto;
    background-color: #1E73BD;
    color: #fff;
    border-radius: 8px;
}

.inquiry-submit:hover {
    background-color: #1962A1;
}

.valid-reset-text {
    color: #ff0b0f;
    margin-top: 16px;
}

.privacy {
    max-width: 1200px;
    width: 95%;
}

.privacy .privacy-title {
    font-weight: bold;
}

.form-footer .submit-btn {
    min-width: 180px;
    width: fit-content;
    padding: 0 0.2rem;
    height: 44px;
    background: var(--color);
    border-radius: 10px;
    border: 1px solid var(--color);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.form-footer .submit-btn:hover {
    background-color: #FFF;
    color: var(--color);
}

.side-subscribe .form-content {
    display: flex;
    gap: 53px;
    margin-bottom: 37px;
}

.form-content .form-item {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-content .form-item input {
    width: 100%;
    height: 30px;
    padding: 5px;
    max-width: 100%;
    border-bottom: 1px solid #868686;
}

.form-important-reminder {
    color: #CD4D4D;
    font-size: 14px;
}

.form-footer .form-important-reminder {
    margin-top: 23px;
    color: #1D1F21;
}

.jdw-footer-form .form-footer .form-important-reminder {
    color: #CD4D4D;
    font-size: 14px;
}

.jdw-tabs.elementor-widget-n-tabs .e-n-tabs-heading {
    gap: 0;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

.elementor.elementor .jdw-tabs.elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title {
    margin: 0 !important;
}

.jdw-tabs.elementor-widget-n-tabs .e-n-tabs-heading::after {
    left: 0;
    top: 50%;
    content: "";
    width: 100%;
    height: 1px;
    z-index: -1;
    position: absolute;
    background-color: #C8E0FF;
}

.jdw-product-item .jdw-product-item-wrapper .item-btn-wrapper {
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    transform: translateY(100%);
    transition: transform ease-out 0.3s;
}

.jdw-product-item .item-btn-wrapper .item-btn .elementor-button {
    padding: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jdw-product-item .jdw-product-item-wrapper:hover .item-btn-wrapper {
    transform: translateY(0);
}

/*pc*/
@media only screen and (min-width:1025px) {
    .rich-text h2 {
        font-size: 28px;
        margin: 30px 0;
    }

    .modules-inquiry {
        max-width: 1200px;
        margin: 0 auto 120px auto;
    }

    .form-ul li {
        margin-bottom: 14px;
    }

    .jdw-footer-form .form-ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .jdw-footer-form .form-ul .percent-one-third {
        width: 31%;
    }
    .form-ul .percent-a-hundred {
        width: 100%;
    }
    .form-content .man-machine {
        display: flex;
        justify-content: flex-start;
    }

    .form-check {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .form-important-reminder {
        font-size: 12px;
    }

    .form-content .submit-btn {
        margin-top: 35px;
    }

    #upload {
        margin-right: 8px;
    }

    .inquiry-submit {
        width: 170px;
        font-size: 22px;
        line-height: 50px;
    }

}

/*mobile*/
@media only screen and (max-width:1024px) {
    :root {
        font-size: 13.3333vw;
    }

    body {
        font-size: 0.16rem;
        padding-top: 105px;
    }

    .rich-text h1, h1 {
        font-size: 0.48rem;
    }

    .rich-text h2, h2 {
        font-size: 0.36rem;
    }

    .rich-text h3, h3 {
        font-size: 0.28rem;
    }

    .rich-text h4, h4 {
        font-size: 0.18rem;
    }

    .rich-text table {
        font-size: 0.2rem;
        border-collapse: collapse;
    }

    .rich-text {
        width: 95%;
        margin: auto;
        font-size: 0.2rem;
    }

    .rich-text p {
        font-size: 0.2rem;
        line-height: 1.5;
    }

    .rich-text a {
        color: #1E73BD;
        font-size: 0.2rem;
        line-height: 1.5;
        text-decoration: underline;
    }

    .rich-text tbody td {
        padding: 7px 10px;
    }

    .modules-inquiry-form .form-group label {
        font-size: 11px;
    }

    .file-action {
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }

    .file-action .file-item-file-icon {
        width: 0.32rem;
        height: 0.32rem;
    }

    .file-item {
        margin: 30px 0;
    }

    .file-item-right {
        width: 44px;
        height: 55px;
        flex-shrink: 0;
    }

    .download-files-btn {
        border-radius: 4px;
        padding: 7px 20px;
    }

    .file-item {
        border: none;
        padding: 0;
    }

    .form-content .submit-btn {
        line-height: 32px;
        padding: 0 25px;
        font-size: 14px;
        border-radius: 4px;
        margin-top: 25px;
    }

    #upload {
        padding: 0 25px;
        border-radius: 4px;
        font-size: 14px;
        margin-right: 8px;
        line-height: 32px;
    }

    .form-ul li {
        margin-bottom: 20px;
    }

    .modules-inquiry {
        width: 80%;
        margin: 60px auto;
    }

    .form-first-four-items .form-group {
        width: 100%;
    }

    .modules-inquiry-form .form-group label {
        font-size: 11px;
    }

    .form-first-four-items .form-input {
        width: 95%;
    }

    .inquiry-submit {
        width: 117px;
        font-size: 12px;
        line-height: 32px;
    }

    .form-footer .submit-btn {
        font-size: 0.24rem;
    }

}
