/** 自定义样式 **/

:root, page {
    --theme-container-width: 1401px;
}

.list-product-banner {
    padding-top: 4.9rem;
    padding-bottom: 10rem;
}
.list-product-banner .title {
    font-size: 2.9885rem;
    color: #000000;
    font-family: Arial;
    font-weight: 400;
    line-height: 4.4rem;
    font-size: 3.735625rem;
}

.list-product-banner .desc {
    font-size: 0.8rem;
    font-size: 1rem;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    width: 48%;
    line-height: 1.4rem;
}

.list-product-banner .desc::after {
    content: '';
    display: block;
    width: 2.35rem;
    height: 0.35rem;
    margin-top: 1.5rem;
    background-color: #000000;
}

.ub-breadcrumb {
    margin-top: 1rem;
    font-size: 0.89rem;
    color: #949494;
    white-space: normal;
}
.ub-breadcrumb a:first {
    color: #949494;
}
.ub-breadcrumb a:nth-child(n+1) {
    color: #5a5a5a;
}
/* .product-detail .btn {
    display: none;
}
.product-detail:hover .btn {
    display: block;
} */

.page-box a {
    min-width: 7rem;
    height: 2.75rem;
    border-radius: 1.375rem;
    border: 1px solid #dedede;
    font-size: 1.125rem;
    color: #a1a1a1;
    line-height: 2.75rem;
    padding: 0 1.625rem;
    margin-top: 1.4375rem;
    text-align: center;
    cursor: pointer;
    display: block;
}
.page-box a:hover {
    color: #0e6eb8;
}

.ub-article-a .product-content .content h1 {
    font-size: 1.708125rem;
    font-weight: 400;
    color: #222222;
}

.ub-article-a .product-content .content {
    padding-left: 2rem;
}

.product-content .btn {
    width: 12.125rem;
    height: 3.3125rem;
    background-color: #0e6eb8;
    line-height: 3rem;
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: bold;
    margin-top: 1.2rem;
}

.product-details-nav {
    width: 100%;
    height: 2.75rem;
    line-height: 2.75rem;
    border: 1px solid #e7e7e7;
}

.product-details-nav .title {
    border-top: 2px solid #0e6eb8;
    border-right: 1px solid #e7e7e7;
    font-size: 0.9375rem;
    color: #0e6eb8;
    width: 11.4375rem;
    height: 2.75rem;
    padding-left: 2.5rem;
}

.product-related .item-p {
    /* box-shadow: 0 0 12px rgba(0, 0, 0, 0.07); */
}
.product-related .item-p:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
}
.product-related .item-p .title {
    font-size: 1rem;
    color: #0e6eb8;
}
.product-related .item-p .title:hover {
    color: #0e6eb8;
}
.product-related .item-p .summary {
    display: block;
    font-size: 0.875rem;
    line-height: 2rem;
    height: 2.7rem;
    color: #737373;
}
.product-related .item-p .button {
    color: #ffffff;
    font-size: 0.8125rem;
    background-color: #0e6eb8;
    border-radius: 0.90625rem;
    width: 7rem;
    height: 1.8125rem;
    display: block;
    text-align: center;
    margin: 0 auto;
    line-height: 1.8125rem;
}

.product-related .row .col-md-3 {
    /* flex: 0 0 23%;
    max-width: 23%;
    margin-right: 2.667%; */
}
.product-related .row .col-md-3:nth-child(4n) {
    margin-right: 0;
}

.ub-list .body .item-p, .ub-list-items .item-p {
    box-shadow: none;
}
footer {
    margin-top: 0;
}

.ub-list-items .item-p:hover .image .cover {
    transform: scale(1);
}


.ub-container-form {
    margin: 0 auto;
    margin-top: 10%;
    max-width: 30rem;
    padding-left: 1rem;
    background: url(/vendor/CmsThemeQianqiao/images/contact_bg.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: #ffffff;
    opacity: 1;
    padding: 2rem;
}

.contact-detail .ub-container-form .close {
    line-height: 2rem;
    text-align: right;
    padding-right: 0.8rem;
    cursor: pointer;
    font-size: 1.5rem;
    color: #838383;
}
.enquiry-detail .message textarea {
    padding: 15px;
    font-size: 14px;
}

.page-box.tw-flex.tw-justify-between {
    margin-bottom: 20px;
}