:root {
    --h-height: 85px;
    --h-background: #fff;
    --hover-color: #e40115
}

.remove-m-t {
    margin-top: 0 !important
}

.remove-m-l {
    margin-left: 0 !important
}

.remove-m-r {
    margin-right: 0 !important
}

.remove-m-b {
    margin-bottom: 0 !important
}

img {
    width: 100%
}

ul,
ol {
    padding: 0;
    list-style: none
}

.button-icon-bg::after {
    display: inline-block;
    content: "";
    width: 30%;
    height: 42px;
    background: red;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s ease-in-out;
    transform: matrix(-2.4, 0, -1, 1, 23, 0)
}

a {
    text-decoration: none;
    transition: color .3s ease-in-out
}

a:hover {
    color: #e40115 !important
}

.index-head {
    position: absolute;
    z-index: 99;
    width: 100%
}

.index-head .nav li a {
    color: #606060;
    display: block
}

.index-head .nav li::after {
    content: " ";
    width: 0%;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: -2px;
    background: var(--hover-color);
    transition: .3s ease-in-out
}

.index-head .nav li.active a,
.index-head .nav li:hover a {
    color: #d61a16
}

.index-head .nav li.active::after,
.index-head .nav li:hover::after {
    left: 0;
    width: 100%
}

.index-head div.dropdown {
    position: fixed;
    visibility: hidden;
    left: 0;
    width: 100%;
    height: 60px;
    background: #ffffff75;
    z-index: -10;
    opacity: 0;
    transition: .3s ease-in-out
}

.index-head div.dropdown * {
    color: #fff !important
}

.index-head div.dropdown>ul {
    display: flex;
    justify-content: space-between
}

.index-head div.dropdown>ul li {
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 60px;
    position: relative !important
}

.index-head div.dropdown>ul li a {
    display: block
}

.index-head div.dropdown>ul li:last-child {
    font-size: .9rem;
    font-weight: 400
}

.index-head div.dropdown>ul li:last-child::after,
.index-head div.dropdown>ul li::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #e63645;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 8px;
    margin-left: -3px;
    opacity: 0;
    transition: .3s ease-in-out
}

.index-head div.dropdown>ul li.active::after,
.index-head div.dropdown>ul li:hover::after {
    opacity: 1;
    width: 6px;
    height: 6px;
    left: 50%
}

.index-head div.dropdown>ul li.active a,
.index-head div.dropdown>ul li:hover a {
    color: #d61a16
}

.commod-head {
    background: #fff
}

.head {
    border-bottom: 1px solid #96949479;
    height: 85px;
    background: #fff
}

.head>div {
    display: flex;
    justify-content: space-between
}

.head .logo {
    font-size: 2.4rem;
    line-height: var(--h-height);
    margin-bottom: 0;
    width: 175px
}

.head .nav {
    line-height: var(--h-height)
}

.head .nav>li {
    padding: 0 10px;
    height: 84px;
    margin: 0 15px;
    font-size: .9rem;
    position: relative !important
}

.head .nav>li a {
    display: block;
    height: 100%
}

.head .nav>li.active::after {
    left: 0;
    width: 100%
}

.head .nav>li:hover::after {
    left: 0;
    width: 100%
}

.head .nav>li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.head .nav>li::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #f02e2e;
    transition: .3s ease-in-out
}

.head .nav li:last-child {
    height: var(--h-height);
    margin-left: 20px;
    font-size: 1.4rem;
    color: #d61a16;
    font-weight: bold
}

.head .nav li:last-child::after {
    display: none
}

.head .nav li:last-child i {
    color: #d61a16;
    font-size: 1.6rem
}

.foot {
    background: #2e2e2e
}

.foot>div {
    display: flex;
    justify-content: space-between;
    padding-top: 2rem
}

.foot>div ul {
    display: flex;
    justify-content: space-between
}

.foot>div ul * {
    color: #a5a5a5;
    font-size: .8rem
}

.foot>div ul li dt {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: .6rem;
    color: #dfdfdf
}

.foot>div ul li dd {
    line-height: 1rem
}

.foot>div ul li dd a:hover {
    color: #dfdfdf
}

.foot>div .right {
    display: flex
}

.foot>div .right * {
    color: #dfdfdf
}

.foot>div .right .ma {
    margin-top: 40px;
    position: relative
}

.foot>div .right .ma img {
    display: inline-block;
    margin-bottom: .4rem;
    width: 100px
}

.foot>div .right .ma p {
    font-size: .8rem
}

.foot>div .right .ma::after {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background: #adadad;
    position: absolute;
    right: -40px;
    top: -20px
}

.foot>div .right .tell {
    margin-top: 20px;
    margin-left: 70px
}

.foot>div .right .tell dt {
    font-weight: normal;
    font-size: .95rem
}

.foot>div .right .tell dd.f1 {
    font-size: 1.6rem
}

.foot>div .right .tell dd.f1 i {
    font-size: 2rem;
    position: relative;
    bottom: -4px
}

.foot>div .right .tell dd.f2 ul {
    display: flex;
    flex-direction: column
}

.foot>div .right .tell dd.f2 li i {
    font-size: 1.3rem;
    position: relative;
    bottom: -4px
}

.foot>p {
    padding: 6px 0;
    color: #a5a5a5;
    background: #101010;
    font-size: .8rem;
    text-align: center
}

#slide-show .swiper {
    width: 100%
}

#slide-show .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

#slide-show .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.swiper-box {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 7.5rem;
    background: #00000065
}

.swiper-box ul {
    height: 100%;
    display: flex;
    justify-content: space-between
}

.swiper-box li {
    display: flex;
    align-items: center;
    position: relative
}

.swiper-box li:last-child::after {
    display: none
}

.swiper-box li::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -80px;
    width: 1px;
    height: 60%;
    background: #818181
}

.swiper-box i {
    font-size: 2.4rem;
    color: #fff
}

.swiper-box div {
    margin-left: 1rem
}

.swiper-box div * {
    color: #fff
}

.swiper-box div h4 {
    margin-top: 18px;
    font-weight: bold
}

.bg {
    background: #f5f5f5;
    margin: 30px 0
}

.index-items .title {
    padding-top: 40px;
    margin-bottom: 40px
}

.index-items .title * {
    color: #1c1c1c;
    margin: 0
}

.index-items .title h2 {
    font-size: 1.8rem;
    font-weight: bold
}

.index-items .title h2 strong {
    position: relative
}

.index-items .title h2 strong::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #e40115;
    position: absolute;
    right: -15px;
    bottom: 3px
}

.index-items .title small {
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    color: #818181
}

.index-items .title span {
    font-size: .9rem;
    font-weight: normal;
    margin-left: 14px;
    position: relative;
    top: 4px
}

.index-about-content {
    display: flex;
    justify-content: space-between
}

.index-about-content .text,
.index-about-content .image {
    width: 50%
}

.index-about-content .text p {
    font-size: .96rem;
    text-align: justify;
    color: #2e2e2e
}

.index-about-content .text ul {
    margin-top: 60px;
    display: flex;
    justify-content: space-between
}

.index-about-content .text ul strong {
    font-size: 1.4rem
}

.index-about-content .text ul sub {
    left: 4px
}

.index-about-content .text a {
    display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
    width: 170px;
    height: 42px;
    overflow: hidden;
    position: relative
}

.index-about-content .text a span {
    position: absolute;
    left: 8%;
    top: 24%;
    font-size: .9rem;
    z-index: 1;
    color: #101010
}

.index-about-content .text a i {
    font-size: 1.8rem;
    color: #fff;
    position: absolute;
    right: 8%;
    top: 0%;
    z-index: 1
}

.index-about-content .text a:hover::after {
    transform: matrix(-8, 0, -1, 1, 23, 0)
}

.index-about-content .text a:hover span {
    color: #fff
}

.index-about-content .image {
    width: 550px;
    height: 280px;
    background: red
}

.index-server-content {
    display: flex;
    padding-bottom: 40px
}

.index-server-content:hover>div {
    width: 30%
}

.index-server-content div {
    height: 410px;
    width: calc(100% / 3);
    margin-left: 15px;
    background: #ececec;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: width .3s ease-in-out
}

.index-server-content div img {
    width: fit-content;
    margin-left: -20%;
    transition: .3s ease-in-out
}

.index-server-content div:hover {
    width: calc(100% - 20% - 15px)
}

.index-server-content div:hover .default-box {
    opacity: 0
}

.index-server-content div:hover img {
    margin-left: 0
}

.index-server-content div:hover .hover-box {
    top: 0;
    opacity: 1
}

.index-server-content .default-box {
    position: absolute;
    bottom: 0;
    padding: 20px;
    opacity: 1;
    transition: .3s opacity ease-in-out
}

.index-server-content .default-box h3,
.index-server-content .default-box span {
    color: #fff
}

.index-server-content .default-box h3 {
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 0
}

.index-server-content .default-box span {
    text-transform: uppercase;
    font-size: .8rem
}

.index-server-content .hover-box {
    height: 100%;
    background: #ff00008c;
    position: absolute;
    top: 100%;
    opacity: 0;
    padding: 40px;
    transition: .3s ease-in-out
}

.index-server-content .hover-box * {
    color: #fff
}

.index-server-content .hover-box h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 1.6rem;
    border-bottom: 1px solid #f8f8f8
}

.index-server-content .hover-box h3 span {
    font-size: .8rem;
    text-transform: uppercase
}

.index-server-content .hover-box p {
    font-size: .95rem
}

.index-server-content .hover-box>a {
    display: inline-block;
    width: 140px;
    height: 36px;
    background: #ffffff;
    position: relative;
    top: 10%;
    overflow: hidden;
    line-height: 36px;
    padding-left: 10px;
    font-size: .8rem
}

.index-server-content .hover-box>a span {
    color: #101010;
    position: relative;
    z-index: 2
}

.index-server-content .hover-box>a i {
    position: absolute;
    right: 4%;
    top: 0;
    font-size: 1.4rem;
    z-index: 4
}

.index-server-content .hover-box>a:hover * {
    color: #fff
}

.index-server-content .hover-box>a:hover::after {
    transform: matrix(-8, 0, -1, 1, 23, 0)
}

.index-advantages .title {
    text-align: center
}

.index-advantages .title h2 {
    margin-bottom: 0;
    font-weight: 600
}

.index-advantages .title small {
    text-transform: uppercase
}

.index-advantages .title p {
    margin-top: 20px
}

.index-advantages .title mark {
    background: transparent;
    color: red
}

.index-advantages ul {
    display: grid;
    grid-template-columns: repeat(5, 259px);
    margin-top: 80px
}

.index-advantages ul li {
    padding: 10px 30px;
    border-radius: 10px;
    transition: .3s ease-in-out;
    cursor: pointer
}

.index-advantages ul li:hover {
    box-shadow: 0 0 22px rgba(185, 185, 185, 0.22)
}

.index-advantages ul li:hover i {
    background: #e27a7b;
    color: #fff
}

.index-advantages ul li:nth-child(2) i {
    font-size: 3rem
}

.index-advantages ul dt {
    text-align: center;
    margin-bottom: 20px
}

.index-advantages ul dt * {
    margin-bottom: 0;
    font-weight: bold
}

.index-advantages ul dt i {
    border-radius: 50%;
    background: #f3c5c5;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 2.5rem;
    color: #cd3738;
    margin-bottom: 20px;
    font-weight: normal;
    transition: .3s ease-in-out
}

.index-advantages ul dd {
    color: #8b8b8b;
    text-align: justify
}

.index-solution ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px
}

.index-solution ul li:nth-child(3) {
    grid-column: 2 span;
    grid-row: 2 span
}

.index-solution ul li a {
    display: block;
    overflow: hidden;
    position: relative
}

.index-solution ul li a h5 {
    display: inline-block;
    padding: 4px 8px;
    position: absolute;
    bottom: 4%;
    right: 4%;
    font-weight: 100;
    font-size: .9rem;
    background: #e40014;
    color: #fff;
    border-radius: 8px;
    transition: .2s ease-in-out
}

.index-solution ul li a div.hover {
    position: absolute;
    top: 0%;
    left: 0;
    background: #e400135e;
    height: 100%;
    width: 100%;
    transform: scale(1.3);
    opacity: 0;
    transition: .3s ease-in-out
}

.index-solution ul li a div.hover * {
    color: #fff
}

.index-solution ul li a div.hover h4 {
    text-align: center;
    padding-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    font-weight: 600;
    position: relative
}

.index-solution ul li a div.hover h4::after {
    content: "";
    display: inline-block;
    width: 30%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -15%
}

.index-solution ul li a div.hover p {
    width: 85%;
    margin: 0 auto;
    font-size: 1rem
}

.index-solution ul li a:hover h5 {
    bottom: -14%;
    opacity: 0
}

.index-solution ul li a:hover .hover {
    transform: scale(1);
    opacity: 1
}

.index-online {
    width: 100%;
    height: 80px;
    background: #c90d1c
}

.index-online div {
    display: grid;
    grid-template-columns: 8fr 2fr 1fr
}

.index-online div * {
    color: #fff;
    line-height: 80px;
    margin-bottom: 0
}

.index-online div p {
    font-size: 1.4rem;
    color: #fff
}

.index-online div span {
    font-size: 1.4rem;
    margin-top: -5px;
    position: relative
}

.index-online div span i {
    font-size: 2.2rem;
    position: relative;
    top: 5px
}

.index-online div span::after {
    content: " ";
    display: inline-block;
    width: 1px;
    height: 40px;
    background: #fff;
    position: absolute;
    right: 30px;
    top: 30%
}

.index-online div a {
    background: #b00412;
    border: 1px solid #9e0713;
    display: inline-block;
    height: 40px;
    line-height: 10px;
    margin-top: 20px;
    border-radius: 8px;
    position: relative;
    transition: .3s ease-in-out
}

.index-online div a span {
    font-size: .9rem;
    left: 40px;
    top: 14px
}

.index-online div a span::after {
    display: none
}

.index-online div a * {
    position: absolute;
    line-height: normal
}

.index-online div a i {
    top: 10px;
    left: 10px;
    font-size: 1.2rem
}

.index-online div a:hover {
    background: #9e0713
}

.index-product {
    padding-bottom: 30px
}

.index-product .produnt-image {
    background: #000;
    display: inline-block
}

.index-product ul {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 309px);
    grid-template-rows: repeat(2, 300px);
    grid-gap: 20px;
    position: relative
}

.index-product ul li {
    background: #fff;
    overflow: hidden;
    position: relative
}

.index-product ul li h2,
.index-product ul li small,
.index-product ul li img {
    position: relative;
    z-index: 3
}

.index-product ul li img {
    position: absolute;
    max-width: 100%;
    top: 0%;
    left: 0;
    z-index: 1
}

.index-product ul li h2,
.index-product ul li small {
    padding-top: 20px;
    padding-left: 40px;
    color: #2b2b2b;
    transition: .3s ease-in-out;
    opacity: 1
}

.index-product ul li h2 {
    font-size: 1.2rem;
    font-weight: 600
}

.index-product ul li h2::after {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    background: #ff3545;
    position: absolute;
    left: 20px;
    top: 28px
}

.index-product ul li small {
    color: #afafaf
}

.index-product ul li .hover {
    width: 100%;
    height: calc(300px / 20%);
    background: rgba(233, 28, 28, 0.678);
    position: absolute;
    bottom: -100%;
    opacity: 0;
    z-index: 3;
    box-sizing: border-box;
    padding: 0 20px;
    transition: .4s ease-in-out
}

.index-product ul li .hover * {
    color: #fff;
    font-size: .9rem
}

.index-product ul li .hover h4 {
    margin-top: 12px;
    margin-bottom: 18px;
    font-size: 1.2rem;
    position: relative
}

.index-product ul li .hover h4::after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 0
}

.index-product ul li .hover p {
    text-align: justify
}

.index-product ul li:hover h2,
.index-product ul li:hover small {
    top: -100%;
    opacity: 0
}

.index-product ul li:hover .hover {
    opacity: 1;
    bottom: 0
}

.index-case {
    padding-bottom: 20px
}

.index-case .case-item {
    display: grid;
    grid-template-columns: repeat(3, 430px);
    grid-gap: 10px
}

.index-case .case-item>article {
    overflow: hidden
}

.index-case .case-item>article figure {
    height: 290px;
    overflow: hidden;
    position: relative
}

.index-case .case-item>article figure img {
    width: 100%
}

.index-case .case-item>article>article {
    padding: 0 20px 20px
}

.index-case .case-item>article h2 {
    font-size: 1.2rem;
    padding: 10px 0;
    position: relative
}

.index-case .case-item>article h2 * {
    color: #3d3d3d
}

.index-case .case-item>article h2:hover a {
    color: #e22434
}

.index-case .case-item>article h2::after {
    content: " ";
    display: inline-block;
    width: 30%;
    height: 1px;
    background: #e63645;
    position: absolute;
    bottom: 0;
    left: 0
}

.index-case .case-item>article p {
    font-size: .9rem;
    color: #818181
}

.index-case .case-item>article:nth-child(2) {
    display: flex;
    flex-direction: column-reverse
}

.index-case .case-item>article:nth-child(2) figure {
    margin: 0
}

.index-case .case-item>article:hover {
    box-shadow: 0 0 20px rgba(185, 185, 185, 0.325)
}

.index-partner {
    padding-bottom: 30px
}

.index-partner .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto
}

.index-partner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;
    border: 1px solid #dfdfdf;
    display: flex;
    justify-content: center;
    align-items: center
}

.index-partner .swiper-pagination {
    position: relative;
    bottom: -5px
}

.index-news {
    padding-bottom: 40px
}

.index-news>div {
    position: relative
}

.index-news .tab-bar {
    position: absolute;
    right: 0;
    top: 30px
}

.index-news .tab-bar a {
    display: inline-block;
    width: 120px;
    height: 34px;
    border-radius: 50px;
    text-align: center;
    line-height: 34px;
    font-size: .8rem;
    background: #f0f0f0;
    color: #2e2e2e;
    transition: .3s ease-in-out;
    margin: 0 4px
}

.index-news .tab-bar a:hover {
    background: #e30115;
    color: #fff !important
}

.index-news .news-items {
    display: grid;
    grid-template-columns: repeat(3, 488px);
    grid-template-rows: 358px;
    gap: 20px
}

.index-news .news-items #news {
    width: 488px
}

.index-news .news-items #news img {
    width: 100%;
    position: relative
}

.index-news .news-items #news article {
    position: relative
}

.index-news .news-items #news figcaption {
    background: #00000098;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px
}

.index-news .news-items #news figcaption h2 {
    font-size: 1rem;
    text-indent: 14px;
    color: #fff;
    line-height: 50px
}

.index-news .news-items #news .swiper-pagination {
    text-align: right;
    z-index: 8
}

.index-news .news-items #news .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1
}

.index-news .news-items #news .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f32c3c
}

.index-news .news-items .hot-news {
    display: grid;
    grid-template-rows: repeat(2, 169px);
    gap: 20px
}

.index-news .news-items .hot-news h2,
.index-news .news-items .hot-news p,
.index-news .news-items .hot-news li {
    color: #363636
}

.index-news .news-items .hot-news h2 {
    font-size: 1.2rem;
    font-weight: bold
}

.index-news .news-items .hot-news p {
    font-size: .9rem;
    color: #919191;
    position: relative
}

.index-news .news-items .hot-news p::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    height: 1px;
    width: 100%;
    background: #e9e9e9
}

.index-news .news-items .hot-news ul {
    display: flex;
    justify-content: space-between
}

.index-news .news-items .hot-news ul li:first-child {
    font-size: .8rem;
    color: #646464
}

.index-news .news-items .hot-news ul li:last-child i {
    font-size: 1.8rem;
    display: inline-block;
    margin-top: -8px
}

.index-news .news-items .hot-news article {
    border: 1px solid #e9e9e9;
    padding: 20px;
    transition: .3s ease-in-out
}

.index-news .news-items .hot-news article:hover {
    background: #f32c3c
}

.index-news .news-items .hot-news article:hover li,
.index-news .news-items .hot-news article:hover * {
    color: #fff
}

.index-news .news-items .hot-news article:hover li::after,
.index-news .news-items .hot-news article:hover *::after {
    background: #fff
}

.index-news .news-items .new-news {
    display: grid;
    grid-template-columns: repeat(1, 288px);
    grid-template-rows: repeat(4, 85px);
    gap: 6px
}

.index-news .news-items .new-news article {
    border: 1px solid #e9e9e9;
    transition: .3s ease-in-out
}

.index-news .news-items .new-news article:hover {
    background: #f33b4b;
    border-color: #db2837
}

.index-news .news-items .new-news article:hover li:first-child,
.index-news .news-items .new-news article:hover li:first-child>.mth,
.index-news .news-items .new-news article:hover li:first-child>.day,
.index-news .news-items .new-news article:hover li:last-child {
    color: #fff
}

.index-news .news-items .new-news article:hover li:first-child::after,
.index-news .news-items .new-news article:hover li:first-child>.mth::after,
.index-news .news-items .new-news article:hover li:first-child>.day::after,
.index-news .news-items .new-news article:hover li:last-child::after {
    background: #fff
}

.index-news .news-items .new-news a {
    display: block;
    height: 100%
}

.index-news .news-items .new-news ul {
    display: flex;
    margin-bottom: 0;
    height: 100%
}

.index-news .news-items .new-news ul li {
    color: #4e4e4e
}

.index-news .news-items .new-news ul li:first-child {
    padding-left: 10px
}

.index-news .news-items .new-news ul li:first-child .day {
    font-size: 1.4rem;
    display: inline-block;
    margin-top: 14px;
    position: relative
}

.index-news .news-items .new-news ul li:first-child .day::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: inline-block;
    height: 1px;
    width: 20px;
    background: #e9e9e9
}

.index-news .news-items .new-news ul li:first-child .mth {
    font-size: .8rem;
    color: #8d8d8d
}

.index-news .news-items .new-news ul li:last-child {
    position: relative;
    padding-left: 20px;
    font-size: .9rem;
    padding-top: 18px;
    padding-right: 10px;
    color: #666666
}

.index-news .news-items .new-news ul li:last-child::after {
    position: absolute;
    left: 10px;
    top: 18px;
    width: 1px;
    height: 40px;
    content: "";
    background: #e9e9e9
}

.inner {
    background: #fff;
    position: relative;
    z-index: 2
}

.inner a {
    color: #000
}

.inner .nav>li:last-child,
.inner .nav>li:last-child>* {
    color: #d82f36 !important
}

.inner .nav>li:hover {
    position: relative !important
}

.inner .nav>li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.inner div.dropdown {
    position: fixed;
    visibility: hidden;
    left: 0;
    width: 100%;
    height: 60px;
    background: #00000042;
    z-index: -10;
    opacity: 0;
    transition: .3s ease-in-out
}

.inner div.dropdown * {
    color: #FFF
}

.inner div.dropdown>ul {
    display: flex;
    justify-content: space-between
}

.inner div.dropdown>ul li {
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 60px;
    position: relative !important
}

.inner div.dropdown>ul li a {
    display: block
}

.inner div.dropdown>ul li:last-child {
    font-size: .9rem;
    font-weight: 400
}

.inner div.dropdown>ul li:last-child::after,
.inner div.dropdown>ul li::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #e63645;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 8px;
    margin-left: -3px;
    opacity: 0;
    transition: .3s ease-in-out
}

.inner div.dropdown>ul li.active::after,
.inner div.dropdown>ul li:hover::after {
    opacity: 1
}

#Card {
    width: 320px;
    height: 410px;
    top: 100px
}

#Card .swiper-slide {
    background: #fff;
    text-align: center;
    vertical-align: middle
}

#Card .swiper-button-next,
#Card .swiper-button-prev {
    color: #939393
}

#Card .swiper-button-next {
    right: -96px
}

#Card .swiper-button-prev {
    left: -76px
}

#Card img {
    width: 98%;
    position: static
}

.banner {
    background: #cacaca;
    position: relative;
    overflow: hidden
}

.banner div {
    padding-top: 80px;
    position: absolute;
    left: 50%;
    margin-left: -35%;
    z-index: 1
}

.banner * {
    color: #fff
}

.banner h2 {
    font-weight: 800;
    position: relative
}

.banner h2::after {
    content: "";
    display: inline-block;
    width: 10%;
    height: 1px;
    background: #cd3738;
    position: absolute;
    bottom: -20px;
    left: 0
}

.banner p {
    width: 36%;
    text-align: justify;
    margin-top: 40px
}

.search {
    padding: 20px 0;
    display: flex;
    justify-content: space-between
}

.search ul {
    display: flex !important;
    height: 20px;
    margin-top: 10px
}

.search ul li {
    background: transparent
}

.search ul li a {
    color: #1d1d1d
}

.search ul>li:nth-child(4) {
    height: auto
}

.search form {
    width: 30%;
    position: relative
}

.search form input {
    text-indent: 14px
}

.search form:after {
    content: '↵';
    position: absolute;
    right: 8px;
    top: 0px;
    font-size: 1.4rem;
    color: #afafaf
}

.search form i {
    position: absolute;
    left: 8px;
    top: 8px
}

.mbx ul {
    display: flex
}

.mbx ul li {
    margin: 0 10px;
    line-height: 2.9rem;
    position: relative
}

.mbx ul li a {
    color: #e57070
}

.mbx ul li,
.mbx ul li * {
    font-size: .96rem;
    color: #c9c9c9
}

.mbx ul li:first-child {
    font-size: 1.4rem;
    line-height: 2.8rem;
    color: #666
}

.mbx ul li:first-child {
    margin: 0 4px
}

.mbx ul li:first-child::after,
.mbx ul li:last-child::after {
    display: none
}

.mbx ul li::after {
    position: absolute;
    right: -10px;
    top: 16px;
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #c7c7c7;
    transform: rotate(16deg)
}

.content h2 {
    text-align: center;
    font-weight: 900;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e5e5e5
}

.content .desc * {
    font-size: .9rem;
    padding: 0 8px;
    text-align: justify;
    color: #585858
}

.content .desc h4 {
    margin-top: 40px;
    font-weight: 900;
    font-size: 1rem;
    color: #575757
}

.product-items {
    background: #f7f7f7;
    padding: 40px 0
}

.product-items .title {
    text-align: center
}

.product-items .title h4 {
    background: #ca0a15;
    color: #fff;
    width: 200px;
    padding: 14px 0;
    margin: 0 auto
}

.product-items .title small {
    display: inline-block;
    margin-top: 14px;
    color: #3c3c3c
}

.product-items .items {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, calc(100% / 4));
    grid-template-rows: repeat(2, 240px);
    gap: 20px
}

.product-items .items li {
    overflow: hidden;
    position: relative;
    border: 1px solid #e4e4e4;
    transition: .3s ease-in-out
}

.product-items .items li .over {
    position: absolute;
    top: 0;
    left: 0;
    background: #ca0a14c0;
    height: 100%;
    padding: 8px 16px;
    transition: .3s ease-in-out;
    opacity: 0;
    transform: scale(1.2)
}

.product-items .items li .over * {
    color: #fff
}

.product-items .items li .over h2 {
    font-size: 1.2rem;
    font-weight: 600;
    position: relative
}

.product-items .items li .over h2::after {
    display: inline-block;
    content: "";
    width: 60%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 0
}

.product-items .items li .over p {
    margin-top: 20px;
    font-size: 1rem;
    text-align: justify
}

.product-items .items li a>h2 {
    font-size: 1rem;
    background: #ca0a15;
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -20%;
    padding: 8px 16px;
    border-radius: 8px
}

.product-items .items li:hover {
    border-radius: 8px
}

.product-items .items li:hover .over {
    opacity: 1;
    transform: scale(1)
}

.product-items .i-button {
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background: #fff;
    font-weight: 400;
    position: relative;
    left: 50%;
    overflow: hidden;
    margin-left: -80px
}

.product-items .i-button i {
    position: absolute;
    right: 6px;
    top: 0;
    z-index: 2;
    color: #fff;
    font-size: 1.4rem
}

.product-items .i-button span {
    color: #181818;
    font-size: .9rem;
    position: relative;
    z-index: 1;
    transition: .3s ease-in-out
}

.product-items .i-button::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 100%;
    background: red;
    position: absolute;
    right: 0;
    top: 0;
    transform: matrix(-2.5, 0, -1, 2, 12, 0);
    transition: .3s ease-in-out
}

.product-items .i-button:hover span {
    color: #fff
}

.product-items .i-button:hover::after {
    transform: matrix(-10.5, 0, -1, 2, -20, 0)
}

.case {
    background: #fff !important
}

.case .items li {
    border: none;
    overflow: visible !important;
    margin-bottom: 30px
}

.case .items li img {
    border: 1px solid #ececec;
    height: 218px;
}

.case .items li h2 {
    left: 0 !important;
    margin-left: 0 !important;
    margin-bottom: -20px;
    background: transparent !important;
    width: 100%;
    height: 0;
    color: #101010 !important;
    text-align: left !important;
    line-height: 36px;
    font-size: .9rem !important;
    text-indent: 10px
}

.case .items li h2::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #e61212;
    position: absolute;
    left: 6px;
    bottom: -16px
}

.case .items li:hover h2 {
    color: #d62837 !important
}

.case .i-button {
    background: #f7f7f7
}

.liuchen {
    background: #efefef;
    padding-bottom: 20px
}

.liuchen .title * {
    display: block;
    text-align: center
}

.liuchen .title h2 {
    font-size: 2rem;
    font-weight: bold
}

.liuchen .tabs {
    display: flex;
    justify-content: space-between
}

.liuchen .tabs li {
    margin: 60px auto 0;
    text-align: center;
    cursor: pointer
}

.liuchen .tabs li figure {
    background: #afafaf;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: .3s ease-in-out
}

.liuchen .tabs li figure img {
    width: 54%
}

.liuchen .tabs li span {
    font-size: .9rem
}

.liuchen .tabs li:hover figure,
.liuchen .tabs li.active figure {
    border: 4px solid #3e3e3e71
}

.liuchen .tabs-main {
    background: #f7f7f7;
    width: 100%;
    height: 200px;
    margin-top: 2rem
}

.liuchen .tabs-main li {
    padding-left: 25%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out
}

.liuchen .tabs-main li h2 {
    text-align: center;
    padding-top: 40px;
    font-size: 1.6rem;
    font-weight: 700;
    position: relative
}

.liuchen .tabs-main li h2::after {
    content: " ";
    display: inline-block;
    width: 5%;
    height: 1px;
    background: #ca0a15;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -2.5%
}

.liuchen .tabs-main li p {
    text-align: center;
    margin-top: 40px;
    font-size: 1rem
}

.liuchen .tabs-main li::after {
    position: absolute;
    top: -36px;
    left: 140px;
    content: "";
    display: inline-block;
    border: 18px solid #f7f7f7;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent
}

.liuchen .tabs-main li:nth-child(2)::after {
    left: 468px
}

.liuchen .tabs-main li:nth-child(3)::after {
    left: 790px
}

.liuchen .tabs-main li:nth-child(4)::after {
    left: 1115px
}

.liuchen .tabs-main li.active {
    opacity: 1;
    visibility: visible
}

.news-title {
    background: #fff;
    padding: 25px 0
}

.news-title h2 {
    font-weight: 600
}

.news-title>div {
    display: flex;
    justify-content: space-between
}

.news-title>div .dropdown button {
    border-radius: 50px;
    padding: 6px 16px;
    background: #f7f7f7;
    border-color: #e9e9e9;
    color: #101010
}

.news-items .top {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 380px);
    gap: 68px
}

.news-items .top article {
    box-shadow: 0 0 10px rgba(185, 185, 185, 0.22);
    background: #fff;
    padding: 18px 32px;
    transition: .3s ease-in-out;
    cursor: pointer
}

.news-items .top article .time {
    font-size: .9rem;
    color: #8c8c8c;
    display: flex;
    justify-content: space-between
}

.news-items .top article .time a {
    font-size: 1rem;
    color: #585858
}

.news-items .top article .time a i {
    display: inline-block;
    margin-right: 4px
}

.news-items .top article h2 {
    font-size: 1.5rem;
    margin-top: 10px;
    margin-bottom: 10px
}

.news-items .top article h2 a {
    color: #515151
}

.news-items .top article figure {
    width: 100%;
    height: 200px;
    position: relative;
    background: #000;
    overflow: hidden
}

.news-items .top article p {
    font-size: .94rem;
    text-align: justify;
    color: #939393
}

.news-items .top article .news-dist {
    border-top: 1px solid #cecece;
    padding: 10px 0
}

.news-items .top article .news-dist a {
    color: #4d4d4d
}

.news-items .top article:hover {
    box-shadow: 0 0 22px rgba(185, 185, 185, 0.493)
}

.news-items .bottom {
    margin-top: 60px
}

.news-items .bottom>article {
    margin-bottom: 5px;
    padding: 20px;
    background: #fff;
    display: grid;
    grid-template-columns: 330px auto;
    gap: 40px;
    position: relative;
    box-shadow: 0 0 14px rgba(185, 185, 185, 0.22)
}

.news-items .bottom>article figure {
    width: 330px;
    height: 140px;
    background: #000;
    margin: 0 30px 0 0;
    overflow: hidden
}

.news-items .bottom>article .time {
    font-size: .94rem;
    color: #7c7c7c
}

.news-items .bottom>article .time a {
    display: inline-block;
    margin-left: 20px;
    color: #666666
}

.news-items .bottom>article h2 {
    font-size: 1.6rem;
    margin-top: 10px
}

.news-items .bottom>article h2 a {
    color: #000;
    font-weight: 600
}

.news-items .bottom>article p {
    color: #686868
}

.news-items .bottom>article ul {
    display: flex;
    position: absolute;
    bottom: 4px
}

.news-items .bottom>article ul li {
    margin: 0 10px;
    border-radius: 50px;
    background: #db1e30;
    padding: 3px 25px
}

.news-items .bottom>article ul li a {
    font-size: .9rem;
    color: #fff
}

.news-items .bottom>article ul li:hover {
    background: #b80f20
}

.news-items .bottom>article ul li:hover a {
    color: #fff !important
}

.news-items .pagination .page-item {
    margin: 0 4px !important;
    border-radius: 4px
}

.news-items .pagination .page-item a {
    color: #414141
}

.news-items .pagination .page-item.active a {
    color: #fff
}

.news-items .pagination .page-item:hover a {
    color: #474747
}

.news-content-title {
    background: #fff;
    padding: 25px 0
}

.news-content-title h2 {
    text-align: center
}

.news-content-text {
    background: #fff;
    margin-top: 10px;
    padding: 20px 40px;
    position: relative
}

.news-content-text p {
    font-size: .98rem;
    color: #575757;
    line-height: 1.8rem
}

.news-content-text img {
    width: 40%;
    display: block;
    margin: 20px auto
}

.news-content-text .pagination {
    border-top: 1px dashed #ccc;
    position: relative;
    display: flex;
    padding-top: 20px;
    padding-left: 20px
}

.news-content-text .pagination h3 {
    font-size: 1rem;
    text-transform: uppercase;
    color: #bdbdbd;
    margin-right: 20px;
    line-height: 36px
}

.news-content-text .pagination ul {
    display: flex
}

.news-content-text .pagination ul a {
    display: block;
    background: #e23636;
    color: #fff;
    padding: 0px 28px;
    border-radius: 50px;
    font-size: .76rem;
    line-height: 28px;
    margin-top: 4px
}

.news-content-text .pagination ul a:hover {
    background: #d12d2d;
    color: #fff !important
}

.news-content-text .pagination::after {
    position: absolute;
    left: 50%;
    top: -16px;
    margin-left: -20px;
    content: "End";
    display: inline-block;
    padding: 4px 20px;
    background: #fff;
    color: #9b9b9b
}

.news-content-text .news-infomat {
    position: absolute;
    right: -180px;
    top: 0px;
    height: 100%;
    width: 180px;
    background: transparent;
    border-left: 1px dashed #ececec
}

.news-content-text .news-infomat ul {
    background: #fff;
    margin-bottom: 0;
    position: sticky;
    top: 0;
    padding-top: 20px
}

.news-content-text .news-infomat ul::after,
.news-content-text .news-infomat ul::before {
    display: block;
    position: absolute
}

.news-content-text .news-infomat ul::after {
    content: "";
    width: 100%;
    border-top: 1px dashed #eeeeee;
    top: -20px;
    left: 0px
}

.news-content-text .news-infomat ul::before {
    content: "相关阅读";
    font-size: .9rem;
    margin-top: -10px;
    margin-left: 34%;
    background: #fff;
    padding: 0 4px;
    color: #adadad
}

.news-content-text .news-infomat li {
    border-top: 1px dashed #ebebeb;
    padding-top: 20px
}

.news-content-text .news-infomat li:hover figcaption {
    color: #e40115
}

.news-content-text .news-infomat img {
    width: 80%;
    margin: 0 auto
}

.news-content-text .news-infomat figcaption {
    text-align: center;
    font-size: .9rem;
    margin-top: 10px;
    color: #464646;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px
}

.post-date {
    display: flex;
    justify-content: center;
    height: 100%;
    vertical-align: middle;
    margin-top: 15px
}

.post-date li {
    margin: 0 14px;
    font-size: .9rem;
    color: #8a8a8a
}

.news-pagination ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 34px 0;
    margin-bottom: 0
}

.news-pagination ul a {
    color: #818181;
    font-size: .9rem
}

.news-pagination ul a i {
    font-size: 1.4rem;
    position: relative;
    top: 3px;
    display: inline-block;
    margin: 0 4px
}

.product-items .list {
    column-count: 4;
    column-gap: 20px
}

.product-items .list li {
    position: relative;
    background: #fff;
    transition: .3s ease-in-out;
    margin-bottom: 20px;
    cursor: pointer;
    break-inside: avoid
}

.product-items .list li h2 {
    font-size: 1rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 6px 12px;
    color: #696969;
    margin: 6px 0
}

.product-items .list li>*>span {
    position: absolute;
    top: 10px;
    right: 10px
}

.product-items .list li>*>span span {
    border-radius: 50px;
    padding: 6px 16px
}

.product-items .list li:hover {
    box-shadow: 0 0 18px rgba(185, 185, 185, 0.384)
}

.product-items .list li:hover h2 {
    color: #e44351
}

.product-items .list .btn {
    font-size: .96rem;
    display: inline-block;
    position: relative;
    left: 50%;
    margin-left: -25%
}

.product-items .list .btn i {
    font-size: 2.5rem;
    position: absolute;
    top: -12px;
    right: -22px;
    display: inline-block
}

.product-items .list img {
    width: 100%
}

.product-content {
    background: #fff
}

.product-content .top {
    display: flex;
    justify-content: space-between;
    padding-top: 60px
}

.product-content .top .max-img {
    width: 450px;
    border: 1px solid #dcdcdc
}

.product-content .top .max-img .swiper-button-prev,
.product-content .top .max-img .swiper-button-next {
    color: #333
}

.product-content .top .max-img .swiper-button-prev::after,
.product-content .top .max-img .swiper-button-next::after {
    font-size: 1.4rem
}

.product-content .top .pro-info {
    width: 60%
}

.product-content .top .pro-info h2 {
    font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee
}

.product-content .top .pro-info article {
    margin-bottom: 30px
}

.product-content .top .pro-info article h4 {
    font-size: 1.01rem;
    font-weight: 600;
    color: #a5a5a5;
    margin-bottom: 8px
}

.product-content .top .pro-info article p {
    font-size: .9rem
}

.product-content .top .pro-info .pro-tel {
    border-top: 1px dashed #dcdcdc;
    padding-top: 20px;
    position: relative;
    display: flex
}

.product-content .top .pro-info .pro-tel a:hover {
    color: #fff !important
}

.product-content .top .pro-info .pro-tel span {
    display: flex;
    margin-left: 60px;
    font-size: 1.4rem;
    position: absolute;
    left: 14%;
    top: 24px;
    color: #f02e2e
}

.product-content .top .pro-info .pro-tel span i {
    font-size: 1.8rem;
    position: relative;
    margin-right: 4px;
    top: -5px
}

.product-content .top .pro-info .pro-tel span sup {
    font-size: .8rem;
    position: relative;
    top: -16px;
    left: 4px;
    color: #313131
}

.product-content .bottom {
    display: flex;
    margin-top: 40px;
    gap: 20px
}

.product-content .bottom .aside {
    width: 342px;
    border: 1px solid #f7f7f7
}

.product-content .bottom .aside span {
    text-align: center;
    display: block;
    position: relative;
    top: 20px;
    padding: 0 20px
}

.product-content .bottom .aside span h4 {
    display: inline-block;
    padding: 0 16px;
    font-size: .96rem;
    font-weight: 600;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    z-index: 2
}

.product-content .bottom .aside span::after {
    display: block;
    position: absolute;
    top: 10px;
    left: 5%;
    content: " ";
    height: 1px;
    width: 90%;
    border-top: 1px dashed #eeeeee
}

.product-content .bottom .aside ul {
    margin-top: 40px;
    padding: 0 36px;
    position: sticky;
    top: 10px
}

.product-content .bottom .aside ul li {
    margin-bottom: 40px
}

.product-content .bottom .aside ul li:hover h4 {
    color: #d12634
}

.product-content .bottom .aside ul h4 {
    font-size: 1rem;
    text-align: center;
    line-height: 32px;
    color: #000
}

.product-content .bottom .aside ul figure {
    margin: 0
}

.product-content .bottom .content {
    width: 942px
}

.product-content .bottom .content .content-text {
    border: 1px solid #f7f7f7
}

.product-content .bottom .content .pagination {
    display: flex;
    justify-content: space-between
}

.product-content .bottom .content .pagination a {
    color: #acacac
}

.about-one>div {
    display: flex;
    gap: 20px;
    padding: 36px 0
}

.about-one>div .text {
    width: 50%
}

.about-one>div .text * {
    text-align: justify;
    line-height: 26px;
    text-indent: 1.2rem;
    font-size: .97rem;
    color: #3d3d3d
}

.about-one>div .image {
    width: 50%;
    position: relative
}

.about-one>div .image h4 {
    font-size: 2rem;
    position: absolute;
    top: 0px;
    left: 14px;
    z-index: 1;
    color: #3e3e3e
}

.about-one>div .image h5 {
    font-size: 3rem;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: 600;
    color: #e2e2e2
}

.about-one>div .image img {
    position: absolute;
    bottom: 0;
    left: 0
}

.about-adva .text {
    width: 40% !important
}

.about-adva .image {
    width: 60% !important
}

.about-onlen {
    background: #f7f7f7
}

.about-onlen>div {
    flex-direction: column
}

.about-onlen .image {
    width: 100% !important
}

.about-onlen .grid {
    display: flex;
    flex-direction: row;
    margin-top: 80px
}

.about-onlen .grid section {
    padding-left: 40px
}

.about-onlen .grid section:nth-child(1),
.about-onlen .grid section:nth-child(2) {
    width: 340px
}

.about-onlen .grid section:nth-child(2) {
    position: relative
}

.about-onlen .grid section:nth-child(2)::after {
    content: '';
    display: block;
    width: 1px;
    height: 80%;
    background: #e0e0e0;
    position: absolute;
    left: 0;
    top: 0
}

.about-onlen .grid section:nth-child(3) {
    margin-top: -100px
}

.about-onlen .grid section:nth-child(3) img {
    width: 100%
}

.about-onlen .grid section dl {
    margin-bottom: 70px
}

.about-onlen .grid section dt {
    font-size: .96rem;
    color: #8d8d8d;
    font-weight: 100
}

.about-onlen .grid section dd {
    font-size: 1.4rem;
    color: #4d4d4d;
    font-weight: 600
}

.about-onlen .grid section .code-ma {
    display: flex
}

.about-onlen .grid section .code-ma figure {
    margin-right: 4px
}

.about-onlen .grid section .code-ma img {
    margin-top: 10px;
    width: 140px
}

.about-onlen .grid section .code-ma figcaption {
    font-weight: 100;
    font-size: .9rem;
    text-indent: .3rem
}

.fixed-box {
    width: 50px;
    overflow: hidden;
    border-radius: 50px;
    border: 1px solid #ccc;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    position: fixed;
    bottom: 42%;
    left: 95vw;
    background: #fff
}

.fixed-box li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
    transition: .3s ease-in-out;
    text-align: center;
    padding: 5px 0
}

.fixed-box li a {
    color: #323232
}

.fixed-box li:hover,
.fixed-box li:hover a {
    background: #eb6565;
    color: #fff !important
}

.fixed-box li:last-child {
    border-bottom: none
}

.fixed-box li span {
    display: block;
    width: 36px;
    font-size: .8rem;
    margin-left: .3rem
}

.hidden {
    opacity: 0;
    visibility: hidden
}

.model-show {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.486);
    transition: .3s ease-in-out
}

.model {
    background: #fafafa;
    width: 380px;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -150px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    padding-bottom: 10px;
    z-index: 1
}

.model h3 {
    text-indent: 24px;
    font-size: 1.1rem;
    font-weight: 400;
    margin-top: 10px;
    padding: 10px 0
}

.model div {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #ffffff;
    width: 90%;
    margin: 0 auto
}

.model div .tel {
    font-size: 1.3rem;
    text-indent: 0
}

.model div span {
    font-size: .8rem;
    color: #4b4b4b
}

.model div small {
    color: #6d6d6d
}

.model div img {
    width: 45%;
    display: block;
    margin: 14px auto
}

.list-nav-product {
    display: flex;
    margin-top: 10px
}

.list-nav-product .list-item {
    margin-inline: 10px
}

.list-nav-product .list-item a {
    color: #7e7b7b;
    font-size: .8rem
}

.list-nav-product .list-item.active a,
.list-nav-product .list-item a:hover {
    color: #e40115
}