/* search 弹窗 start */
.aspect-video {
    max-width: 960px;
    aspect-ratio: 16/9;
}

iframe {
    width: 100%;
    height: 100%;
}

/* 可以不要 */
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-.4rem)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    opacity: 1;
    -webkit-animation: __fadeInUp 750ms cubic-bezier(0.2, 0, 0, 1) forwards;
    animation: __fadeInUp 750ms cubic-bezier(0.2, 0, 0, 1) forwards;
}

/* search图标 */
.c-search-icon {
    margin: auto;
}

/* 关闭按钮图标 start */
.c-close-icon {
    width: 20px;
    height: 20px;
    margin: auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-close-icon span {
    display: inline-block;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #AB2328;
    -webkit-transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
    transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
    transition: transform 500ms cubic-bezier(0.2, 0, 0, 1), opacity 500ms cubic-bezier(0.2, 0, 0, 1);
    transition: transform 500ms cubic-bezier(0.2, 0, 0, 1), opacity 500ms cubic-bezier(0.2, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
}

.c-close-icon span:nth-child(1) {
    -webkit-transform: translateY(8.5px) rotate(-45deg);
    transform: translateY(8.5px) rotate(-45deg);
}

.c-close-icon span:nth-child(2) {
    -webkit-transform: translateY(-8.5px) rotate(45deg);
    transform: translateY(-8.5px) rotate(45deg);
}

/* 关闭按钮 end */
/* search 弹窗 end */
/* 内页导航前面设置 */
/* 砖头 start */
.brick {
    display: none;
    height: 80px;
    width: 100%;
}

.is-brick {
    display: block;
}

/* 砖头 end */
.common-container {
    max-width: 1219px;
    margin: auto;
}

.w {
    max-width: 100% !important;
}

/* 面包屑导航 */
/* 内页导航，选中样式 */
.last.current {
    color: #fff !important;
}

.p-breadcrumbs-container {
    height: 160px;
    background: url(/lib/images/products/banner.jpg);
}

.p-breadcrumbs-content {
    display: flex;
    height: 100%;
}

.p-breadcrumbs-content .w {
    margin: auto 0;
    /* padding: 0; */
}

.breadcrumbs-nav a.active {
    color: #AB2328;
}

.p-breadcrumbs-container span a {
    display: flex;
}

.p-breadcrumbs-container span {
    color: rgb(255 255 255/.5);
    font-size: 14px;
}

.p-breadcrumbs-container span.active {
    color: #fff;
}

.p-breadcrumbs-nav a:hover,
.p-breadcrumbs-nav a:focus {
    color: #fff !important;
}

.p-breadcrumbs-nav {
    display: flex;
}

.p-breadcrumbs-title {
    margin-bottom: 20px;
    color: #fff;
    font-size: 28px;
    font-family: 'Montserrat-Medium';
}

.p-breadcrumbs-nav i {
    margin: 0 5px;
    color: #8c8c8c;
}

.p-breadcrumbs-nav svg {
    margin-right: 6px;
    margin-top: -7px;
}

@media (max-width: 767px) {
    .p-breadcrumbs-content .w {
        margin: auto;
    }
}

/* 面包屑导航 end */
/* 详情页面包屑导航 start */
.pb-breadcrumbs {
    height: 50px;
    /* line-height: 50px; */
}

.pb-breadcrumbs-container {
    display: flex;
}

.pb-breadcrumbs-nav {
    color: #8c8c8c;
    font-size: 14px;
    font-family: 'Montserrat-Light';
}

.pb-breadcrumbs-nav a.active {
    color: #AB2328;
}

.pb-breadcrumbs-container span.active {
    color: #fff;
}

.pb-breadcrumbs-nav i {
    margin: 0 3px;
}

/* 详情页面包屑导航 end */
.padding-container {
    padding: 60px 0;
}

@media (max-width: 1023px) {
    .padding-container {
        padding: 30px 0;
    }
}

/* index 共同部分 start */
/* index 共同部分 end */
.center {
    text-align: center;
}

.title {
    font-size: 32px;
    color: #1d1d1d;
    font-family: 'Montserrat-Bold';
}

/* tab切换 */
/* 这里是产品页页的产品切换 */
/* .products-tabs .tabs-list-item.active {
    color: #AB2328;
}
.tabs-content-item.active {
    display: block !important;
} */
/* 内页标题 */
.subtitle {
    font-size: 24px;
    font-family: 'Montserrat-ExtraBold';
    color: #761886;
    padding-left: 20px;
}

.sub-subtitle {
    font-size: 20px;
    font-family: 'Montserrat-ExtraBold';
}

.h-title {
    line-height: 32px;
    font-size: 24px;
    font-family: 'Montserrat-ExtraBold';
}

.heng {
    border-top: 1px solid #eef0f2;
    /* border-bottom: 1px solid #eef0f2; */
    margin-top: 20px;
    height: 1px;
    padding: 1px 0;
}

/* 内页侧边栏 start */
/* 视频弹框 start */
.c-video__container {
    margin-top: 80px;
}

.c-video__close {
    right: 0 !important;
    top: -35px !important;
}

.c-video__close img {
    margin-bottom: 5px;
}

/* 视频弹框 end */
/* 粘性定位 */
.sticky {
    position: sticky;
    top: 140px;
}

.aside-content {
    max-width: 270px;
}

.search-icon {
    display: flex;
    height: 56px;
    line-height: 56px;
    padding-right: 24px;
    padding-left: 9px;
    border: 1px solid #eef0f2;
    background-color: #fff;
}

.search-icon input {
    background-color: #fff;
    border: none;
    box-shadow: none !important;
}

.search-icon input::placeholder {
    color: #666;
}

.search-icon i {
    width: 32px;
    height: 32px;
    margin: auto;
    cursor: pointer;
    background: url(/lib/images/index/search.svg);
}

.aside-search-submit {
    width: 50px;
    cursor: pointer;
    background: url(/lib/images/index/search.svg) no-repeat center !important;
}

.aside-catagory {
    margin: 30px 0;
    padding: 40px 24px;
    border: 1px solid #eef0f2;
    background-color: #fff;
}

.aside-title {
    font-size: 18px;
    font-family: 'Montserrat-Medium';
}

.aside-heng {
    margin-top: 16px;
    border-bottom: 1px solid #eef0f2;
}

.aside-catagory-item {
    position: relative;
    margin-top: 30px;
    padding: 0 15px;
    font-size: 14px;
    color: #666;
}

/* sub menu start */
.aside-catagory-item .sub-menu {
    display: none;
    animation: fadeInDown 400ms;
}

.aside-catagory-item .sub-menu .aside-catagory-item::after {
    display: none;
}

.current-menu-ancestor .sub-menu,
.current-menu-parent .sub-menu {
    display: block;
}

.aside-catagory-item.active .sub-menu {
    display: block;
}

/* .aside-catagory-item.current-menu-ancestor::before,
.aside-catagory-item.current-menu-parent::before,
.aside-catagory-item.active::before {
    transform: rotate(90deg);
} */

/* sub menu end */

.aside-catagory-item.active {
    color: #1d1d1d;
    font-family: 'Montserrat-Medium';
}

.aside-catagory-item.active {
    color: #1d1d1d;
    font-family: 'Montserrat-Medium';
}

.aside-catagory-item a:hover,
.aside-catagory-item a:focus {
    color: #1d1d1d;
    font-family: 'Montserrat-Medium';
}

.aside-catagory-item::after {
    position: absolute;
    content: '';
    top: 3px;
    right: 0;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #ccc transparent transparent transparent;
    transition: all 400ms;
}

.aside-catagory-item:hover::after {
    border-color: #AB2328 transparent transparent transparent;
}

/* 当前图标显示主色 */
.aside-catagory-item.aside-catagory-icon-active::after {
    border-color: #AB2328 transparent transparent transparent;
}

/* 按钮 */
.aside-inquery {
    height: 56px;
    margin-bottom: 20px;
    background-color: #AB2328;
}

.aside-btn {
    display: flex;
    justify-content: center;
    justify-items: center;
    height: 100%;
    line-height: 56px;
    color: #fff;
}

.aside-btn:hover {
    color: #fff;
    cursor: pointer;
}

.aside-btn img {
    margin-right: 10px;
    width: 20px;
}

.inquery-btn img {
    width: 20px;
}

.brochure {
    height: 56px;
    background-color: #1d1d1d;
}

/* 内页侧边栏 end */
/* 分页开始 */
.navigation.pagination .prev,
.navigation.pagination .next {
    position: relative;
}

.navigation.pagination .prev {
    margin-right: 20px !important;
    /* padding-left: 30px !important; */
}

.navigation.pagination .next {
    margin-left: 20px !important;
    /* padding-right: 30px !important; */
}

/* .navigation.pagination .prev::before {
  position: absolute;
  content: '';
  top: 10px;
  left: 10px;
  height: 1rem;
  width: 1rem;
  margin-top: 5px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.navigation.pagination .next::before {
  position: absolute;
  content: '';
  top: 10px;
  right: 10px;
  height: 1rem;
  width: 1rem;
  margin-top: 5px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
} */
@media (max-width: 767px) {
    .products-page .products-tabs-list {
        line-height: 1.5;
    }

    .products-page .products-main {
        padding: 30px 0;
    }

    .page-numbers:nth-child(3),
    .page-numbers:nth-child(4),
    .page-numbers:nth-child(6) {
        display: none;
    }

    .navigation.pagination .next {
        margin-left: 10px !important;
    }

    .navigation.pagination .prev {
        margin-right: 10px !important;
    }

    .page-numbers {
        padding: 10px 11px !important;
    }
}

/* 分页结束 */
/* 超出文本隐藏 */
.text-overflow {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 重点文本区域 */
.strong-swiper-container .swiper-slide {
    width: 100% !important;
    height: auto;
}

.strong-swiper-pagination {
    bottom: 0 !important;
    justify-content: flex-end !important;
    padding-right: 20px;
    height: 60px;
    background-color: rgb(0 0 0 /.5);
}

.strong-swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff !important;
}

.strong-swiper-container .swiper-pagination-bullet {
    background-color: rgb(255 255 255 /.4);
    opacity: 1 !important;
}

.strong-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 50px;
}

.strong-text p {
    width: 420px;
    line-height: 36px;
    font-size: 18px;
    font-family: 'Montserrat-Medium';
}

.strong-text {
    position: relative;
    /* width: 420px; */
    padding-top: 60px;
    margin-right: 99px;
}

.strong-swiper {
    /* max-height: 412px; */
    margin-top: -57px;
}

.strong-swiper-img {
    /* max-width: 670px; */
    max-height: 412px;
    height: 100%;
}

.strong-swiper-img img {
    width: 100%;
    height: 100%;
}

.text-line {
    position: absolute;
    width: 110px;
    height: 3px;
    margin-top: 50px;
    background-color: #AB2328;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .strong-text {
        margin-right: 50px !important;
    }
}

@media (max-width: 1023px) {
    .strong-content {
        flex-direction: column-reverse;
        margin-bottom: 80px;
    }

    .strong-text p {
        width: 100%;
        line-height: 30px;
    }

    .strong-swiper {
        margin-top: 20px !important;
    }

    .strong-text {
        margin-right: 0;
        padding-top: 30px;
    }

    .strong-swiper-img {
        max-height: 100%;
    }
}

@media (max-width: 767px) {
    .strong-content {
        margin-bottom: 60px;
    }

    .strong-text {
        padding-top: 30px;
    }

    .text-line,
    .customers-content {
        margin-top: 30px;
    }

    .customers {
        padding: 30px 0;
    }
}

/* 重点文本区域 end */
/* 内页标题和介绍部分 */
.inside-title {
    margin-bottom: 20px;
    font-size: 32px;
    font-family: 'Montserrat-Bold';
    color: #1d1d1d;
}

.inside-desc {
    font-size: 16px;
    color: #8c8c8c;
}

@media (max-width: 767px) {
    .inside-title {
        margin-bottom: 10px !important;
        font-size: 28px;
    }
}

/* 内页标题和介绍部分 end*/
/* 成功和失败页面 */
.not-found,
.success {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 40px 0;
    display: block;
}

.not-found .w,
.success .w {
    text-align: center;
    color: #393e4b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.not-found .w h2 {
    font-size: 150px;
    margin: 20px 0;
}

.not-found .w h3 {
    font-size: 25px;
    margin: 20px 0;
}

.success .w h3 {
    font-size: 30px;
    margin: 20px 0;
}

.not-found .w p {
    margin: 20px 0;
}

.not-found .w .btns,
.success .w .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.not-found .w .btns a,
.success .w .btns a {
    width: 160px;
    height: 42px;
    color: #fff;
    background-color: #AB2328;
    margin: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.not-found .w .btns a img,
.success .w .btns a img {
    margin-right: 4px;
}

/* 成功和失败页面 end */
/* pc nav start */
header {
    margin-bottom: 80px;
}

.header {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 80px;
    background-color: #090909;
}

.header-content {
    display: flex;
    max-width: 1219px;
    height: 80px;
    line-height: 80px;
    margin: auto;
}

.nav-logo {
    margin: auto 0;
}

.nav {
    margin: auto;
}

.nav-lists {
    display: flex;
}

.nav-lists .nav-menu {
    padding: 0 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* 导航选中的样式 */
.current_page_parent .nav-link,
.current-menu-parent .nav-link,
.current-menu-item .nav-link,
.nav-menu-active .nav-link,
.nav-children-menu-active .nav-children-link {
    color: #AB2328;
}

/* 导航选中的样式 end */
.header .nav-lists .nav-menu {
    font-size: 15px;
    color: #fff;
    font-family: 'Montserrat-Bold';
}

.nav-lists .nav-menu .nav-link:focus,
.nav-lists .nav-menu .nav-link:hover,
.nav-lists .nav-menu .nav-link:active,
.nav-children-link:focus,
.nav-children-link:hover,
.nav-children-link:active {
    color: #AB2328;
}

/* 设置不换行,子菜单就能一行显示 */
.nav-children-link {
    white-space: nowrap;
}

.nav-others {
    display: flex;
    margin: auto 0;
}

.nav-search {
    background-color: #fff;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    justify-items: center;
    border-radius: 50%;
}

.nav-search a {
    display: flex;
    justify-content: center;
    justify-items: center;
    margin: auto;
}

.nav-fen {
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, .3);
    margin: auto 20px;
}

.language {
    display: flex;
    height: 32px;
    line-height: 32px;
    margin: auto;
    padding-left: 20px;
    padding-right: 25px;
    border-radius: 20px;
    background-color: #fff;
    cursor: pointer;
}

.language a {
    display: flex;
    width: 100%;
    height: 100%;
}

.language a:hover {
    color: inherit;
}

.language img {
    margin-right: 10px;
}

.language span {
    position: relative;
    margin-right: 5px;
    font-size: 15px;
}

.language span::after {
    position: absolute;
    content: '';
    top: 0;
    right: -15px;
    height: .7rem;
    width: .7rem;
    margin-top: 8px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    cursor: pointer;
}

/* pc二级菜单 */
.nav-children-lists {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0;
    /* width: 100%;
    height: 100%; */
    line-height: 1;
    background-color: #fff;
    display: none;
}

.nav-menu:hover .nav-children-lists {
    display: block;
}

.nav-children-menu {
    color: #1d1d1d;
    padding: 10px 20px;
}

/* pc nav end */
/* mobile nav start */
/* 导航 */
.mobile-nav-div {
    position: fixed;
    z-index: 99;
    background-color: #090909;
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 80px;
    padding: 13px 20px;
    /* border-bottom: 1px solid #eef0f2; */
}

header .nav-mobile {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1);
    transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1);
}

header .nav-mobile.active {
    opacity: 1 !important;
    pointer-events: auto;
}

/* logo */
.mobile-nav-div .nav-logo {
    margin: auto 0;
}

/* search */
.mobile-nav-div .nav-others {
    margin: auto 20px;
}

.mobile-nav-div .nav-search {
    background: none;
}

/* 导航列表 */
header .nav-mobile.active .nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

header .nav-mobile .nav {
    width: 70%;
    max-width: 300px;
    height: 100%;
    overflow: auto;
    margin: auto 0;
    padding: 0 15px 0;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
    transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
    transition: transform 500ms cubic-bezier(0.2, 0, 0, 1);
    transition: transform 500ms cubic-bezier(0.2, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
}

header .nav-mobile .nav-lists {
    height: 100%;
    width: 100%;
    display: inline-block;
}

header .nav-mobile .nav-menu:first-child {
    margin-top: 14px;
    border-top: 0;
}

/* 手机一级li */
header .nav-mobile .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 0;
    border-top: 1px solid #cccccc;
}

header .nav-mobile .nav-menu .nav-link {
    color: inherit;
}

header .nav-mobile .nav .header-nav-arrow {
    float: right;
    width: 2rem;
    height: 2rem;
    position: relative;
}

/* 手机二级ul */
header .nav-mobile .nav-lists .mobile-nav-children-lists {
    width: 100%;
    height: 100%;
    display: none;
    /* overflow: auto; */
}

header .nav-mobile .nav-lists .mobile-nav-children-lists.active {
    display: block;
    /* overflow: auto; */
}

header .nav-mobile .nav-lists .nav-children-menu:first-child {
    margin-top: 7px;
}

/* 手机二级li */
header .nav-mobile .nav-lists .nav-children-menu {
    padding: 7px 10px;
}

/* 箭头 */
header .nav-mobile .nav .header-nav-arrow::after {
    position: absolute;
    content: '';
    top: 0;
    right: 2px;
    height: 1rem;
    width: 1rem;
    margin-top: 5px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

header .nav-mobile .nav .header-nav-arrow.active::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.nav-right {
    display: flex;
}

/* 导航图标 */
header .mobile-nav-btn {
    width: 20px;
    height: 20px;
    margin: auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .mobile-nav-btn span {
    display: inline-block;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #AB2328;
    -webkit-transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
    transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
    transition: transform 500ms cubic-bezier(0.2, 0, 0, 1), opacity 500ms cubic-bezier(0.2, 0, 0, 1);
    transition: transform 500ms cubic-bezier(0.2, 0, 0, 1), opacity 500ms cubic-bezier(0.2, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
}

header .mobile-nav-btn.active span:nth-child(1) {
    -webkit-transform: translateY(8.5px) rotate(-45deg);
    transform: translateY(8.5px) rotate(-45deg);
}

header .mobile-nav-btn.active span:nth-child(2) {
    opacity: 0;
}

header .mobile-nav-btn.active span:nth-child(3) {
    -webkit-transform: translateY(-8.5px) rotate(45deg);
    transform: translateY(-8.5px) rotate(45deg);
}

/* mobile nav end */
/* footer start */
.footer-container {
    background-color: #090909;
}

.footer-content,
.footer-copyright {
    display: flex;
    justify-content: space-between;
    max-width: 1219px;
    margin: auto;
    padding: 0 15px;
}

.footer-content {
    padding-top: 40px;
}

.footer-item {
    flex: 1;
}

.footer-item:nth-child(2) {
    margin: 0 20px;
}

.footer-ways {
    display: flex;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: 'Montserrat-Light';
    color: rgb(255 255 255/.5);
}

.footer-ways img {
    margin-right: 20px;
}

.footer-ways .address {
    max-width: 320px;
    line-height: 24px;
}

.footer-nav {
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-family: 'Montserrat-Light';
    color: rgb(255 255 255/.5);
}

.footer-first-nav-ul {
    margin-right: 80px;
}

.footer-nav-ul li {
    line-height: 48px;
}

.footer-others {
    max-width: 370px;
}

.footer-others h3 {
    margin-bottom: 30px;
    font-size: 20px;
    font-family: 'Montserra-Blod';
    color: #fff;
}

.footer-others-btn {
    display: flex;
}

.footer-text {
    width: 250px;
    height: 48px;
}

.footer-submit {
    height: 48px;
    width: 120px;
    font-size: 16px;
    background-color: #AB2328 !important;
}

.footer-submit:hover {
    color: #fff !important;
}

.footer-others-desc {
    margin-top: 30px;
    line-height: 18px;
    font-size: 14px;
    font-family: 'Montserrat-Light';
    color: rgb(255 255 255/.5);
}

.fenge {
    border-top: 1px solid rgb(255 255 255/.05);
}

/* 商标 start */
.footer-copyright {
    height: 80px;
    line-height: 80px;
}

.footer-logo {
    margin: auto 0;
}

.footer-copyright p {
    font-size: 12px;
    font-family: 'Montserrat-Light';
    color: rgb(255 255 255/.5);
}

.footer-copyright p a {
    color: #fff;
    text-decoration: underline;
}

.footer-share {
    display: flex;
    justify-content: space-between;
    margin: auto 0;
}

.footer-share a {
    margin-left: 20px;
}

.footer-share a svg:hover {
    fill: #fff;
}

/* mobile footer start */
.mobile-footer-content {
    padding: 30px 15px;
}

.mobile-footer-content h4 {
    position: relative;
    width: 100%;
    margin: 10px 0;
    /* padding: 15px 0; */
    padding-bottom: 10px;
    font-size: 1.5rem;
    color: rgb(255 255 255/.5);
    border-bottom: 1px solid #4c4c4e;
    cursor: pointer;
}

.mobile-footer-li {
    position: relative;
    margin-bottom: 20px;
}

.mobile-footer-li i {
    position: absolute;
    right: 3px;
    top: 0;
    width: 12px;
    height: 12px;
    margin-top: -2px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: rgb(255 255 255/.5);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: '';
}

.mobile-footer-li i.active {
    /* top: 0%; */
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

.mobile-footer-content .footer-nav {
    justify-content: start;
}

.mobile-footer-content .footer-ways {
    margin-bottom: 20px;
}

.mobile-footer-content .footer-ways .address {
    max-width: 100%;
}

.mobile-footer-content .footer-nav-ul li {
    line-height: 30px;
    padding-left: 15px;
}

@media (max-width: 1023px) {

    .footer-logo img,
    .footer-copyright p,
    .footer-share {
        margin: auto;
    }

    .footer-copyright {
        padding-top: 10px;
        line-height: 20px;
    }
}

/* mobile footer end */
@media (max-width: 768px) {
    .footer-copyright {
        flex-direction: column;
        height: 100%;
        padding-bottom: 1.25rem;
        line-height: 20px;
    }

    .footer-copyright p {
        margin: 20px auto;
    }

    .footer-share {
        justify-content: start;
    }

    .footer-share a {
        margin-left: 0;
        margin-right: 20px;
    }
}

/* footer end */