/* 按项目所需，重定义bootcss必要元素样式 */


/******
 ****** Global
 ******/


/* html{
    font-size: 10px;
} */

body {
    font-size: 14px;
    font-family: "PingFang SC", "Microsoft Yahei", arial, helvetica, clean, sans-serif;
}

p {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: normal;
    line-height: 1.8;
}

p:last-child {
    margin-bottom: 0;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 11px;
}

h2.large {
    font-size: 30px;
}

h3.large {
    font-size: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

@media (min-width: 992px) {
    body {
        font-size: 16px;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 27px;
    }
    h4 {
        font-size: 24px;
    }
    h5 {
        font-size: 20px;
    }
    h6 {
        font-size: 18px;
    }
    h2.large {
        font-size: 60px;
    }
    h3.large {
        font-size: 40px;
    }
    p {
        font-size: 19px;
        margin-bottom: 35px;
    }
    p:last-child {
        margin-bottom: 0;
    }
}

a {
    color: #000;
    cursor: pointer;
    outline: none;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: none;
    transition: all 0.5s;
}

.text-blue {
    color: #313388;
}

.text-opacity-15 {
    opacity: 0.15;
}

.text-shadow {
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
}

.container-cs-md {
    max-width: 590px;
    padding: 0 15px;
}


/* 按钮样式 */

.btn {
    border-radius: 0;
}

.btn-outline-light.border-bottom {
    border-bottom: 1px solid #fff !important;
}

.btn-outline-dark.border-bottom {
    border-bottom: 1px solid #0F1141 !important;
}


/* 主按钮（暗色#333主题） */

.btn-primary {
    color: #fff;
    background-color: #1E2563;
    border-color: #1E2563;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    background-color: #000;
    border-color: #000;
}

.btn-primary:focus,
.btn-primary.focus {
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #333;
    border-color: #333;
}

.btn-outline-light:hover,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #B92A2F;
    border-color: #B92A2F !important;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgb(198 35 5 / 50%);
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(198 35 5 / 50%);
}

.btn-outline-dark:hover,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #B92A2F;
    border-color: #B92A2F;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgb(198 35 5 / 50%);
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(198 35 5 / 50%);
}

.fixed-right {
    position: fixed;
    right: 0;
    z-index: 999;
    top: auto;
    bottom: 0;
    margin-top: 0;
}

@media (min-width: 992px) {
    .fixed-right {
        top: 50%;
        bottom: auto;
        margin-top: -105px;
    }
}

.text-wrap {
    word-break: break-all;
}

.shadow-left {
    box-shadow: -3px 3px 6px rgb(219 219 219 / 50%) !important;
}

.bg-red {
    background-color: #B92A2F !important;
}

.background-cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .3s ease-in-out;
}

.background-100 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all .3s ease-in-out;
}

.background-zoom-in.background-100 {
    background-size: cover;
}

@media (min-width: 1200px) {
    .background-zoom-in.background-100 {
        background-size: 100%;
    }
}

.background-dark-blue {
    background-color: #1E2563;
}

.background-zoom-in:hover,
.background-zoom-in:focus {
    background-size: 110%;
}


/* 首页部分样式 */

.tp-bullet-title {
    display: none !important;
}

.contact-menu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.contact-menu ul li {
    padding: 0 0 20px 48px;
    position: relative;
}

.contact-menu ul li:last-child {
    padding-bottom: 0;
}

.contact-menu ul li span {
    display: inline-block;
    min-width: 68px;
}

.contact-menu ul li.icon-cs::before {
    position: absolute;
    left: 0;
    top: 0;
}

.contact-menu ul li.icon-cs.icon-me::before {
    content: url(../svg/icon-me.svg);
}

.contact-menu ul li.icon-cs.icon-mobile::before {
    content: url(../svg/icon-mobile.svg);
}

.contact-menu ul li.icon-cs.icon-phone::before {
    content: url(../svg/icon-phone.svg);
}

.contact-menu ul li.icon-cs.icon-email::before {
    content: url(../svg/icon-email.svg);
}

.contact-menu ul li.icon-cs.icon-location::before {
    content: url(../svg/icon-location.svg);
}

.table-text p {
    font-size: 16px;
}

.product-section-title {
    border-bottom: 1px solid #B92A2F;
    color: #B92A2F;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .product-section-title {
        font-size: 20px;
    }
}

.footer-copyright.text-center,
.footer-copyright.text-center a {
    color: #777777;
}

.addbtn,
.addbtn a {
    position: relative;
    background-color: transparent !important;
    z-index: 2;
}

.addbtn .btn-outline-light.border-bottom {
    position: relative;
    z-index: 5;
    border-bottom: none!important;
}

.addbtn-hid {
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
    z-index: -1;
    margin-top: 0;
    margin-left: initial;
    top: initial;
}

.addbtn-hid.addbtn-hid-blue {
    background-color: #0F1141;
}

.addbtn:hover .addbtn-hid {
    transform: rotate(180deg);
    width: 100%;
    height: 100%;
    background-color: #b92a2f;
    margin-top: 0;
    margin-left: 0;
}

.addbtn .btn-outline-light:hover {
    background-color: transparent;
    border-color: transparent !important;
}

@media (min-width:992px) {
    .btn-lg-outline-dark {
        color: #343a40;
    }
}

.parts-item-warp {
    min-height: 240px;
}

.back-btn.addbtn:hover a {
    color: #fff;
}


/* .back-btn.addbtn:hover .addbtn-hid{
    width: 104px;
    height: 36px;
}
.back-btn .addbtn-hid{
    width: 80px;
} */

.back-btn {
    display: flex;
    justify-content: center;
}

.single-page-previous-next {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-page-previous-next .back-btn {
    margin: 0 30px;
}

.single-page-next,
.single-page-pre {
    width: 50px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.single-page-next a,
.single-page-pre a {
    font-size: 0 !important;
    color: transparent !important;
}

.single-page-next a::after,
.single-page-pre a::after {
    content: '\f1c5';
    font-family: 'Flaticon';
    font-size: 24px;
    color: #000000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.single-page-next a::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.single-page-next a:hover::after,
.single-page-pre a:hover::after {
    color: #B92A2F;
}

@media (max-width:768px) {
    .addbtn-hid.addbtn-hid-blue.addbtn-hid-white {
        background-color: white;
    }
    .addbtn:hover .addbtn-hid.addbtn-hid-blue.addbtn-hid-white {
        background-color: #b92a2f;
    }
}

.section-products {
    background-position: right bottom;
}
