:root {
    --primary: #d80c18;
}

body {
    font-size: 13px;
    background: #EFF3F5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 2em;
    font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif !important;
}

@font-face {
    font-family: 'numberFont';
    src: url('https://cdn.qipengit.com/font/TitilliumWeb-Regular-10.ttf');
    font-weight: normal;
    font-style: normal;
}

.navbar {
    /* background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2), transparent); */
    /* background: rgba(0, 0, 0, .1); */
    background: #fff;
    /* box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%); */
    padding: 0;
    transition: .3s;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
}

.navbar .nav-link:hover {
    color: #333 !important;
    background: #EFF3F5;
}

.navLogo {
    width: 100px;
    height: 36px;
    background-image: url('https://cdn.qipengit.com/file/da040e67-6685-4654-9f9c-edce398c89e6.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 8px;
    margin-right: 30px;
}

.minLogo {
    width: 100px;
    height: 36px;
    background-image: url('https://cdn.qipengit.com/file/0d673afa-e0ef-4f04-97f7-6a79fc272821.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 30px;
    margin-top: 10px;
    margin-right: 20px;
    opacity: .7;
}

.nav-item>.nav-link {
    height: 52px;
    line-height: 52px;
    text-align: center;
    padding: 0 20px !important;
    position: relative;
    font-size: 13px;
    color: #777 !important;
    font-family: 'puhuiti';
}

.nav-item.active>.nav-link {
    color: var(--primary) !important;
    font-weight: bold;
}


.nav-item.active {
    background: #EFF3F5;
}

.navbar-nav {
    position: relative;
}

.navbar-nav>i {
    content: '';
    background: var(--primary);
    width: 0px;
    left: 0;
    bottom: 5px;
    height: 2px;
    display: block;
    position: absolute;
    border-radius: 3px;
    transition: .3s;
}

.navbarPlace {
    height: 52px;
}

.navRight {
    background: var(--primary);
    height: 52px;
    position: fixed;
    right: 0;
    top: 0;
    padding-right: 15px;
    color: #fff;
    padding-left: 40px;
    line-height: 1em;
}

.navRight:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    border: 26px solid transparent;
    border-right: 26px solid var(--primary);
    border-top: 26px solid var(--primary);
}

.navRight>.light {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 60px;
    box-sizing: content-box;
    overflow: hidden;
}

.navRight>.light:after {
    content: '';
    width: 20px;
    height: 200%;
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, .3), transparent);
    position: absolute;
    left: 50%;
    bottom: -50%;
    transform: rotate(45deg);
    display: block;
    animation: navLight 5s infinite;
}

@keyframes navLight {
    0% {
        left: 0;
    }

    40% {
        left: 150%;
    }

    100% {
        left: 150%;
    }
}

.navTel>small {
    font-size: 12px;
    display: inline-block;
    color: #eee !important;
}

.navTel>div {
    font-size: 18px;
    padding-top: 5px;
    font-family: 'puhuiti';
}

.navTel>img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -16px;
}

.breadcrumb {
    background: none;
    padding: 15px 0;
    margin: 0;
}

.breadcrumb-item {
    color: #aaa;
}

.breadcrumb-item>a {
    color: #212529;
}

.fastShare {
    position: fixed;
    left: 50%;
    margin-left: 570px;
    bottom: 20px;
    z-index: 999;
    width: 60px;
    line-height: 20px;
    background: #fff;
    border-radius: 5px;
    transition: .5s;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    opacity: 0.9;
    transition: all .5s;
}


.fastShare:hover,
.fastShare.active {
    opacity: 1;
}

.fastShare>div,
.fastShare>div>a {
    height: 60px;
    color: #555;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #999;
    text-decoration: none;
}

.fastShare>div {
    position: relative;
}

.fastShare>div:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.fastShare>div:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.fastShare>div>.icon {
    margin-bottom: 3px;
    color: #777;
    font-size: 18px;
}

.fastShare>div:hover,
.fastShare>div>a:hover {
    color: #fff;
    background: var(--primary);
}

.fastShare>div:hover>.icon {
    color: #fff;
}

.fastShare>span {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05), transparent);
    margin: 3px 0;
}

.cutStr {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-decoration: none;
    word-break: keep-all;
}

.cutStr_2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cutStr_3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cutStr_4 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.footer .icon {
    font-size: 13px;
    margin-right: 8px;
}

.footer .row {
    margin: 0 -15px !important;
}

.footer .row>div {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.footerLogo {
    width: 80px;
    height: 26px;
    background-image: url('https://cdn.qipengit.com/file/da040e67-6685-4654-9f9c-edce398c89e6.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px;
    right: 30px;
}

.footerContent>h6 {
    color: #fff;
    padding-bottom: 30px;
    font-family: 'puhuiti';
}

.footerContent {
    color: #9ca5ad;
    line-height: 2.5em;
}

.footerContent>div:hover {
    color: #fff;
    cursor: default;
}

.footerContent a {
    color: #9ca5ad;
    text-decoration: none;
}

.footerContent a:hover {
    color: #fff;
}

.platform {
    display: flex;
    padding-top: 20px;
}

.platform:hover {
    color: #9ca5ad !important;
}

.platform>div {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.platform>div>div {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.platform>div>div>.icon {
    margin-right: 0;
    font-size: 16px;
}

.fastShare .qrcode {
    position: absolute;
    width: 160px;
    height: 160px;
    padding: 10px;
    background: #fff;
    right: 100%;
    margin-right: 20px;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    display: none;
}

.fastShare .qrcode>canvas {
    width: 140px !important;
    height: 140px !important;
}

.fastShare .qrcode:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -10px;
}

.fastShare .qrcode:before {
    content: '';
    background: red;
    height: 100%;
    width: 20px;
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
}

.fastShare>div:hover .qrcode {
    display: block;
}


.commonRotate .swiper-button-prev,
.commonRotate .swiper-button-next {
    color: #aaa;
    background: rgba(0, 0, 0, .2);
    width: 35px;
    height: 70px;
    font-size: 20px;
    border-radius: 3px;
    display: none;
    margin: 0 20px;
    margin-top: -20px;
    align-items: center;
    justify-content: center;
}

.commonRotate .swiper-button-prev:after,
.commonRotate .swiper-button-next:after {
    font-size: 22px;
    color: #fff;
}

.commonRotate:hover .swiper-button-next,
.commonRotate:hover .swiper-button-prev {
    display: flex !important;
}

.commonRotate .swiper-button-next:hover,
.commonRotate .swiper-button-prev:hover {
    background: rgba(0, 0, 0, .5);
    color: #fff;
}

.commonRotate .swiper-pagination-bullet {
    border-radius: 0;
    background: none;
    width: 40px;
    height: 30px;
    padding-top: 13px;
    cursor: pointer;
}

.commonRotate .swiper-pagination-bullets {
    z-index: 999;
}

.commonRotate .swiper-pagination-bullet:after {
    height: 4px;
    width: 40px;
    background-color: #fff;
    content: '';
    display: block;
    border-radius: 2px;
}

.row {
    margin: -15px !important;
}

.row>div {
    padding: 15px !important;
}

@font-face {
    font-family: 'puhuiti';
    src: url('https://cdn.qipengit.com/file/3cc3ee25-ea33-41d1-aa91-9c481f1d2518.ttf') format('truetype');
    /* 其他字体属性设置 */
}

@media only screen and (max-width: 600px) {
    .footerContent>h6 {
        color: #fff;
        margin-top: 40px;
        text-align: center;
    }

    .footerContent {
        text-align: center;
    }

    .platform>div {
        justify-content: center;
    }

    .toumingNav {
        background: rgba(0, 0, 0, .7) !important;
        backdrop-filter: blur(5px);
    }

    .navbar-light .navbar-toggler {
        transform: translateX(-10px);
    }

    .toumingNav .navbar-toggler {
        color: #fff !important;
    }

    .navLogo {
        height: 30px;
        margin: 11px;
    }

    .footerContactBtnBox {
        display: block !important;
    }
}

.small,
small {
    font-size: 12px;
}

.hidden {
    visibility: hidden;
}

.viewer-backdrop {
    background: rgba(0, 0, 0, .8) !important;
}

.viewer-canvas img {
    border-radius: 3px;
}

.footerContactBtnBox {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    z-index: 999999;
    display: none;
}

.footerContactBtn {
    background: var(--primary) !important;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 3px;
    margin-top: 10px !important;
    display: block;
    text-align: center;
}

#mpQr>img {
    width: 100%;
    height: 100%;
}