﻿@font-face {
    font-family: "iconfont";
    /* Project id 2972068 */
    src: url('iconfont.woff2?t=1638172785414') format('woff2'),
        url('iconfont.woff?t=1638172785414') format('woff'),
        url('iconfont.ttf?t=1638172785414') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-fujian:before {
    content: "\e88a";
}

.icon-xiazai:before {
    content: "\e61f";
}

.icon-wenjian:before {
    content: "\e671";
}

.icon-you:before {
    content: "\e627";
}

.icon-bofang:before {
    content: "\e70f";
}

.icon-home:before {
    content: "\e68b";
}

.icon-favorites:before {
    content: "\e68d";
}

.icon-share:before {
    content: "\e697";
}

.icon-flash:before {
    content: "\e602";
}

.icon-kf:before {
    content: "\e600";
}

.icon-zuobiao:before {
    content: "\e607";
}

.icon-dianhua:before {
    content: "\e615";
}

.icon-info:before {
    content: "\e672";
}

.icon-wenhao:before {
    content: "\e679";
}

.icon-plus:before {
    content: "\e603";
}

.icon-warn:before {
    content: "\e60e";
}

.icon-map:before {
    content: "\e611";
}

.icon-fankui:before {
    content: "\e632";
}

.icon-pinglun:before {
    content: "\e61b";
}

.icon-zuo:before {
    content: "\e62c";
}

.icon-xia:before {
    content: "\e62d";
}

.icon-dianzan:before {
    content: "\e62f";
}

.icon-chakan:before {
    content: "\e630";
}

.icon-saoma:before {
    content: "\e63d";
}

.icon-wechat:before {
    content: "\e601";
}

.icon-dongtai:before {
    content: "\e695";
}

.icon-liwu:before {
    content: "\e6d5";
}

.icon-qipao:before {
    content: "\e622";
}

.icon-ding:before {
    content: "\e88d";
}



/*文字大小*/
.super {
    font-size: 3.2rem;
}

.big {
    font-size: 3rem;
}

.large {
    font-size: 2.4rem;
}

.medium {
    font-size: 1.8rem;
}

.small {
    font-size: 1.1rem;
}

.little {
    font-size: .9rem;
}

.space {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    display: block;
    overflow: hidden;
    height: 120px;
    color: transparent;
    border: 0;
}

.black {
    color: #000;
}

.dtitle {
    color: #000;
}

.custom i {
    margin-right: 2px;
}

/*头*/
.qav {
    margin-top: 1rem;
}

.qav a {
    font-size: .8rem;
    margin: .2rem;
    color: #fff;
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}


.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 0;
}

.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand img {
    max-width: 10rem;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    /*color: #212529;*/
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.header {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 0;
    width: 100%;
}

.header ul li {
    list-style-type: none;
    margin: 0 .2rem;
}

.header .nav-link {
    /*font-size: 1.1rem;*/
    padding: .6rem !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    position: relative;
    line-height: 2;
    color: #fff;
}

.header .nav-link.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background-color: #23c87a;
}

.header .nav-link:not(.active)::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    z-index: -7;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    background-color: #23c87a;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.header .nav-link.signup-btn-toggle:after,
.header .nav-link.login-btn-toggle:after {
    display: none;
}

.header .dropdown-menu {
    border: 0;
    background: #000;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 13px 35px 0 rgba(43, 50, 54, 0.2);
    box-shadow: 0px 13px 35px 0 rgba(43, 50, 54, 0.2);
}

.header .dropdown-menu .dropdown-item {
    display: block;
    padding: 14px 28px;
    font-weight: 400;
    /*color: #000;*/
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.header .dropdown-toggle {
    padding-right: 1.2rem !important;
}

.header .dropdown-toggle i:before {
    display: inline-block;
}


.header .dropdown-toggle>i:before {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 4px;
    font-size: .7rem;
    font-weight: bold;
    top: -2px;
    position: relative;
}

.header .dropdown-toggle[aria-expanded="true"]>i:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.header .navbar-toggler {
    outline: none;
    border: none;
    border-radius: 0;
    z-index: 9999;
}

.header .navbar-toggler .togler-icon-inner>span {
    height: 3px;
    margin: 5px;
    width: 30px;
    display: block;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .navbar-toggler .togler-icon-inner>span:nth-child(2) {
    width: 20px !important;
    margin-left: auto;
}

.header .navbar-toggler .togler-icon-inner>span:last-child {
    margin-bottom: 0;
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner>span:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-5px, 6px);
    transform: rotate(-45deg) translate(-5px, 6px);
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner>span:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-5px, -6px);
    transform: rotate(45deg) translate(-5px, -6px);
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner>span:nth-child(2) {
    opacity: 0;
}

.header .login-btn-mobile,
.header .signup-btn-mobile {
    display: none;
}

.header .navbar-brand {
    color: #fff;
    text-transform: capitalize;
    margin-right: 1rem;
    z-index: 9999;
    flex: 1;
}

.header .navbar-brand img {
    display: none;
}

.header .navbar-brand img.logo-transparent {
    display: block;
}

.header.header-shrink {
    background: #000;
    -webkit-box-shadow: 0px 13px 35px -12px rgba(43, 50, 54, 0.2);
    box-shadow: 0px 13px 35px -12px rgba(43, 50, 54, 0.2);
    -webkit-animation: stickyMenu 0.7s ease-in-out;
    animation: stickyMenu 0.7s ease-in-out;
}

/*.header.header-shrink .nav-link {
    color: #000 !important;
}*/

.header.header-shrink .qav {
    display: none;
}

.header.header-shrink .togler-icon-inner>span {
    background-color: #fff;
}

.header.header-shrink .navbar-brand {
    color: #23c87a;
}

.header.header-shrink {
    background: rgb(0 0 0 / 72%);
}

.top-right a {
    margin-left: 1rem;
    /*color: #000;*/
}

@-webkit-keyframes stickyMenu {
    0% {
        margin-top: -120px;
        opacity: 0;
    }

    50% {
        margin-top: -64px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes stickyMenu {
    0% {
        margin-top: -120px;
        opacity: 0;
    }

    50% {
        margin-top: -64px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}


@media screen and (max-width: 991.98px) {

    .header .container,
    .header,
    .header ul li {
        padding: 0;
    }

    .header .container {
        max-width: 100%;
    }

    .header .navbar-nav .nav-link {
        color: #000;
        padding: 10px 15px !important;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        border-bottom: 1px solid #f1f1f1;
    }

    .header .navbar-nav .nav-link:after {
        display: none;
    }

    .header .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: 0;
    }

    .header .navbar-nav .dropdown-toggle:before {
        top: 27px;
        right: 20px;
    }

    .header .navbar-nav .dropdown-toggle[aria-expanded="true"]:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 11px;
    }

    .header .navbar-nav .nav-link:not(.active):hover,
    .header .navbar-nav .nav-link.active {
        color: #000 !important;
        background-color: #ffffff;
        border: none !important;
    }

    .header .navbar-nav .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #eee;
    }

    .dropdown-menu .dropdown-item {
        color: #000;
        text-align: center;
        border-top: 1px solid #e3e3e3;
    }

    .header .main-menu {
        background: #fff;
        width: 100%;
        left: 0;
        z-index: 9999;
        margin-top: 14px;
    }

    .header .login-btn-mobile,
    .header .signup-btn-mobile {
        display: block;
        position: absolute;
        top: 32px;
        background: transparent;
        border: none;
        color: #fff;
        font-size: 16px;
    }

    .header .signup-btn-mobile {
        right: 65px;
    }

    .header .login-btn-mobile {
        right: 110px;
    }

    .header.header-shrink .login-btn-mobile,
    .header.header-shrink .signup-btn-mobile {
        color: #000;
    }

    /* Login & Sign Up Form  */
    .login-btn-resp,
    .signup-btn-resp {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .dropdown-menu {
        position: absolute;
        top: 80%;
        left: 0;
        z-index: 15;
        opacity: 0;
        visibility: hidden;
        display: initial;
        min-width: 250px;
        color: #000;
        border: 0;
        border-radius: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .dropdown-menu.show {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
}

/*联系我们*/
.index-contact {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 30rem;
}

.index-contact img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index-contact .text {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
}

.index-contact h1 {
    height: 36px;
    text-align: center;
    margin-top: 200px;
    color: #fff;
}

.index-contact h2 {
    margin-top: 20px;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 0.6em;
}

.index-contact h3 {
    color: #fff;
}

.index-contact p {
    color: #fff;
}


.index-contact span {
    margin-top: 30px;
    text-align: center;
    width: 100px;
    height: 32px;
    border: 1px solid #999;
    padding: 12px 35px;
    font-size: 26px;
    color: #999;
}

.chat-btn {
    margin: 20px;
    border: 1px solid #eee;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
}

.onetwo img,
.two img {
    display: block;
}

.onetwo a {
    /*    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgb(0 0 0 / 50%);
    background-blend-mode: color;*/
    min-height: 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    letter-spacing: 3px;
    position: relative;
}

.onetwo a span {
    opacity: 0;
}

.two a {
    min-height: 20rem;
    position: relative;
    display: block;
    background: #111;
}

.onetwo .large,
.two .large {
    font-weight: 300;
    letter-spacing: 4px;
}

.two h2 {
    margin-top: 16px;
}

.two .dateline {
    margin: 4px 0 16px;
}

.onetwo .left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 30rem;
}

.onetwo .left a {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.onetwo .right {
    flex: 1;
    position: relative;
}

.onetwo .right a {
    width: 100%;
    height: 50%;
    object-fit: cover;
}

.onetwo img,
.two img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.onetwo a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    transition: all 1s;
    z-index: 1;
}

.onetwo a:hover::before {
    background: rgba(255, 255, 255, 0.77);
}

.onetwo a span {
    z-index: 2;
}

.onetwo a:hover span {
    opacity: 1;
    color: #000;
    font-weight: bold;
    border-bottom: 3px solid #000;
    padding: 6px 0;
}

.special {
    position: relative;
    display: block;
    overflow: hidden;
}

.special h1 {
    margin: 8px 0 30px;
}

.special h2 {
    color: #fff !important;
    margin: 20px 0 40px;
}

/*脚*/
footer {
    background-color: #000;
    z-index: 8888;
}

footer a {
    color: #b3b3b3;
}

footer .nav {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-end;
}

footer .nav dl {
    margin: 20px 0;
}

footer .nav dl dd {
    padding-top: 24px;
    color: #7e7e7e
}

footer .qr img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
}

footer .qr p {
    color: #7e7e7e;
}

footer .qr li {
    margin: 0 20px;
    text-align: center;
}

footer .copyright {
    color: #b3b3b3;
}

footer .copyright span,
footer .copyright p {
    line-height: 2;
    font-size: 12px;
    font-weight: 400
}

footer .copyright p:last-child span:last-child {
    margin-left: 1rem;
}


.hi {
    position: fixed;
    background: rgba(0, 0, 0, 0.1);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    display: none;
}

/*按钮*/
.button {
    color: #fff;
    /*    background: #fd4d5a;
    background: linear-gradient(65deg, #fd4d5a 0, #ff8787 100%);*/
    background: #000;
    background: linear-gradient(65deg, #cdffe7 0, #82d682 100%);
    position: relative;
    display: inline-block;
    padding: .5rem 1rem;
    text-align: center;
    border-radius: 30px;
    letter-spacing: 1px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
}

.form label {
    font-size: 18px;
    line-height: 25px;
    position: absolute;
    top: 15px;
    left: 10px;
    width: 91%;
    text-align: left;
    color: #bbb;
    cursor: text;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*展开按钮*/
.arrow {
    position: relative;
    transform: rotate(180deg);
    transform-origin: center center;
    margin-left: 10px;
    transition: transform .45s ease
}

.arrow:after,
.arrow:before {
    content: "";
    width: 2px;
    height: 8px;
    background-color: #d0d0d0;
    display: block;
    transform-origin: center 0;
    position: absolute;
    bottom: -6px
}

.arrow:after {
    transform: rotate(-60deg);
    right: 0
}

.arrow:before {
    transform: rotate(60deg);
    right: 0
}

.active .arrow {
    transform: rotate(0deg) !important;
}

.active .arrow:after,
.active .arrow:before {
    background-color: #000 !important;
}

/*咨询按钮*/
.chat {
    right: 20px;
    top: 48%;
    position: fixed;
    z-index: 9999;
}

.support-btn {
    box-sizing: border-box;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    min-width: 79px;
    padding: 0 12px;
    color: #715225;
    background: #fff;
}

.support-btn i {
    margin-left: 4px;
}

.btn {
    position: relative;
    display: inline-block;
    margin-bottom: .2rem;
}

.btn span {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
}

/*侧边按钮*/
#chat {
    position: fixed;
    right: 3px;
    bottom: 10%;
    z-index: 9999;
}

#chat .btn {
    margin: 20px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    padding: 0.5rem;
    color: #fff;
    background-color: #838383bd;
}

#chat .btn-top {
    display: none;
}

#chat a {
    text-decoration: none;
    display: block;
    position: relative;
    overflow: unset;
}


#chat .box .pic {
    position: absolute;
    left: -164px;
    top: 0px;
    width: 160px;
    height: 160px;
    background: url(../images/erweima.jpg) 0px 0px no-repeat;
    background-color: #eee;
    background-size: cover;
    display: none;
    border: 1px solid #eee;
}

#chat .box .phone {
    background-color: #5BCC8E;
    position: absolute;
    width: 160px;
    left: -164px;
    top: 0px;
    line-height: 3rem;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    display: none;
}

#aff-im-root {
    z-index: 8888;
}

.embed-icon {
    right: 20px !important;
}

.embed-icon-default,
.embed-icon-content {
    opacity: 0;
    right: -200px !important;
}

/*分类按钮*/
.leaf {
    background: rgb(47 47 47 / 49%);
    color: #eee;
    margin-right: 0.8rem;
    padding: 0 0.8rem;
    display: inline-block;
    border-radius: 4px;
    letter-spacing: 1px;
    line-height: 1.8;
}


/*查看更多*/
.see i {
    display: block;
    text-align: center;
    transition: all 0.3s;
}

.see span {
    position: absolute;
    right: 10%;
    top: 20%;
    width: 20%;
    height: auto;
    opacity: 0;
    transition: all 0.3s;
}

.link {
    padding: 10px 0;
}

.link a {
    margin-right: 8px;
}

/*搜索按钮*/
#search-send {
    background: #eee;
    cursor: pointer;
}

.search-form {
    max-width: 500px;
}

.search-form button {
    width: 110px;
    padding: 4px 16px;
    letter-spacing: 4px;
    font-size: 1rem;
    border: none;
}

.search button {
    padding: 4px 16px;
    letter-spacing: 4px;
    font-size: 1rem;
    border: none;
}

/*表单*/
form {
    display: flex;
    align-items: stretch;
    max-width: 400px;
    justify-content: center;
    margin: 0 auto;
}


form input,
form select,
form textarea {
    flex: 1;
    line-height: 50px;
    max-width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #f8f8f8;
    color: #666;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    margin: 6px 0;
    width: 100%;
}

form input:focus,
form select:focus,
form textarea:focus {
    outline: 0;
    background-color: #eee;
    color: #666;
}

form input[type=submit],
form button {
    padding: 0 40px;
    letter-spacing: 4px !important;
    line-height: 50px;
    margin: 10px 0;
    background: #0a0a0a;
    border: 1px solid rgb(77 77 77 / 74%);
    color: #fff;
    cursor: pointer;
}

/*表格*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    width: 100%;
    border: 1px solid #d0d0d0;
    margin: 18px 0;
}

td,
th {
    padding: 0 1rem;
    line-height: 2;
}


thead {
    background-color: rgba(222, 219, 207, 0.25);
    color: #000;
    text-align: left;
    vertical-align: bottom;
    color: #000;
}


tr:nth-child(2n-1) td {
    background-color: #fffefb
}

td {
    border-bottom: 1px solid #f3f2f2;
    min-width: 100px;
    background-color: transparent;
    color: #666666;
}

tbody>tr:last-child>td {
    border-bottom-width: 0;
}

/*标签*/

.tags-list h1 {
    color: #fff !important;
}

.tags-list .txt {
    background: #f3f3f3;
    margin: 10px 0;
}

.tags a {
    display: inline-block;
    border-radius: 4px;
    padding: 4px 8px;
    font-weight: normal;
    margin: 0 6px 6px 0;
    background: #fff;
    color: #666;
}

.tags .hover a {
    display: inline;
    padding: 10px 30px;
    background: #c3bdbc;
    border: 1px solid #c3bdbc;
    margin: 0 2px;
    border-radius: 2px;
    border-radius: 0;
}

.tags li {
    display: inline;
    width: auto;
}

.tags li a {
    display: inline-block;
    padding: 10px 30px;
    color: #333;
    background: #fff;
    margin: 0 2px 5px 0;
    border-radius: 2px;
    border: 1px solid #c3bdbc;
}

.hover-line {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    cursor: pointer;
}

.hover-shadow {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    cursor: pointer;
}

.hover-line h2 {
    padding: 8px 0 14px;
}

.filter .hover {
    background: rgb(206 150 68 / 55%);
    color: #fff !important;
    cursor: pointer;
}

/*BANNER*/
#bg {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1001;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70)
}

.banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 38.2%;
    background-position: center;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.banner-list {
    margin: 80px 0 200px;
}

.banner-title {
    line-height: 1.4;
    color: #4e4e4e;
    margin: 20px 0;
}

/*说明*/
.info {
    margin: 0;
    padding: 0;
    text-align: left;
}

.info p {
    margin: 0;
    padding: 0;
}

.info img {
    max-width: 790px;
}

.info a {
    color: #2A95E5;
}


.txt .small,
.txt .medium {
    color: #7d7d7d;
    margin: 6px 0 4px;
}

/*.txt .title h2 {
    display: inline-block;
    font-weight: normal;
}*/

.txt .title span {
    display: inline-block;
    margin: 3px 0 0 10px;
    padding: 0 10px;
    text-align: center;
    background: #d71518;
    border-radius: 4px;
}

.txt .box {
    padding: 1rem 1.2rem;
    margin: 0;
}

.txt a {
    display: inline-block;
    /*    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;*/
}

.txt p {
    width: 100%;
    margin: 0;
    color: #7a8185;
    font-size: .9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.txt .tab {
    width: 100%;
    margin-top: 10px;
    padding-top: 6px;
    font-size: .9rem;
}

.txt .tab span {
    /*color: #3eab3e;*/
    letter-spacing: 0.4px;
}

.txt .tab a {
    display: block;
    float: right;
    padding: 0 14px;
    /*font-size: .9rem;*/
    color: #98a6ad;
    background: #f9f9f9;
    margin-left: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

/*标题*/

.title-line-list {
    padding: 5% 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1%;
    /*text-align: center;*/
}

.title-line-list p {
    margin-top: 20px;
    color: #676767;
}

.breadcrumb {
    margin: 4rem 0;
}

.breadcrumb h1 {
    margin: 4rem 0;
}

/*产品*/
.index-custom {
    padding: 6rem 0;
}

.intro p {
    margin: 1rem 0;
}

/*全屋定制*/
/* Global Styles */
.isInFullScreen {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    z-index: 10000 !important;
}

.mSCaption {
    position: absolute;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.mSCaption.mSMedia {
    z-index: 100000;
}

.mightySlider,
.mightySlider *,
.mightySlider *:before,
.mightySlider *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mSCoverImage,
.mSLayerCoverImage {
    max-width: none;
}

.mSCover,
.mSLayerCover {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: 50%;
    background-repeat: no-repeat;
}

.mSLayerCoverImage {
    width: 100%;
    height: 100%;
}

.mSLayerContainer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
}

.mSSlide {
    position: relative;
}

.mSIcon {
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.mSLoader~.mSIcon {
    display: none !important;
}

.mightySlider .mSClose {
    width: 22px;
    height: 22px;
    background: no-repeat center url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAbJJREFUeNrk2b1ugzAQAGAckf4oE2mz5B2aN+rQp0CiL9qhEuwdOlYlkcgdAuq02Dnbh+FUSyciTOALsY3xqeSnpBC3EN8QpyRSaZrGWKeUWsPmBqKG447tvq4OK3basV8Qn3OBAYqbLcSdtvsD0SsdW5blc57nD/DxHiKjXjAkbNiiKB6rqnrpqnZQh60g2UDsoeIVTtDUdf0G6CfcR0GHgkfwiN0D9oAWNMGNzDvPpm8OFwe4oJmx2RVLavxVVDQ3Fq9pMvxuQl7oWFhTB91SvsgMJmNNQ2Dmgo6JtY3ZZHRMrA3sfcIpsdfA5J4bC0sBs6I5/jVqCUZzNTGX4o3m7A+uxRnN3Xl9Chk9xUjjWygQ9hEmBExBs2NDwVb0FFgOsAn9jsGNZQGPdK4W2sM5sRir5B8WUU1CVKcTNayJenCIejSLmvyIml6KmsCLekUS9RIq6jVf1EKKqKUqJ+zci4HO2DmXW72wcy1op77YqVIGFst6SMpg4mMhSZk/aEwY6UmZtJ+/YoULlhs8htYySO0dXnJiMevyhReJRaXtGNKkEMeFpG6HdDIc16aTzwIMAHF0+z5nKTeiAAAAAElFTkSuQmCC');
    background-size: 22px 22px;
    cursor: pointer;
    top: 20px;
    right: 20px;
    left: auto;
    bottom: auto;
    opacity: 0;

    -webkit-transition: all 135ms linear;
    transition: all 135ms linear;
}

.mightySlider:hover .mSClose {
    opacity: 1;
}

.mightySlider.isTouch .mSClose {
    position: relative !important;
    margin-top: -26px;
    width: 100% !important;
    height: 26px !important;
    background-color: #000;
    text-align: center;
    top: auto;
    right: auto;
}

.mightySlider.isTouch .mSClose:after {
    content: '\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0 CLOSE';
    color: #FFF;
    font-size: 14px;
    line-height: 26px;
}

.mightySlider.isTouch.mSMedia .mSSlide,
.mightySlider.isTouch .mSMedia.mSCaption .mSLayerContainer {
    padding-top: 26px;
}

div.grid {
    margin-top: 61px;
}

ul.items {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

ul.items li {
    position: relative;
    float: left;
    padding: 0;
}

ul.items li.grid4 {
    width: 40%;
}

ul.items li.grid3 {
    width: 40%;
}

ul.items li.grid2 {
    width: 20%;
}

ul.items li.grid1 {
    width: 20%;
}

ul.items li .details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: rgb(0 0 0 / 40%);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer;
    color: #fff;
}

ul.items li:hover .details {
    opacity: 1;
}

ul.items li .details>div {
    position: relative;
    width: 100%;
    height: 100%;
}

ul.items li .details>div>div {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
}

ul.items li .details h3 {
    text-transform: uppercase;
    color: #ddd;
}

/* Sliders Styles */
ul.items li .frame {
    width: 100%;
    height: 100%;
}

ul.items li .frame .slide_element {
    height: 100%;
}

ul.items li .frame .slide_element>div {
    float: left;
    height: 100%;
}

ul.items li .frame .mSCover img {
    max-width: none;
}


/* Responsive */
@media (max-width: 1200px) {

    ul.items li.grid4,
    ul.items li.grid3 {
        width: 50%;
    }

    ul.items li.grid2,
    ul.items li.grid1 {
        width: 25%;
    }
}

@media (max-width: 979px) {

    ul.items li.grid4,
    ul.items li.grid3 {
        width: 66.66%;
    }

    ul.items li.grid2,
    ul.items li.grid1 {
        width: 33.33%;
    }
}

@media (max-width: 767px) {

    ul.items li.grid4,
    ul.items li.grid3 {
        width: 100%;
    }

    ul.items li.grid2,
    ul.items li.grid1 {
        width: 50%;
    }
}

@media (max-width: 480px) {

    ul.items li.grid4,
    ul.items li.grid3,
    ul.items li.grid2,
    ul.items li.grid1 {
        width: 100%;
    }
}

/*关于我们*/
.about {
    margin: 40px auto;
}

.about h2 {
    text-align: center;
    margin: 30px 0;
}

.qrs {
    margin: 20px 0;
    max-width: 300px;
}

.qrs img {
    width: 140px;
    height: 140px;
}

/*样板间*/
.act {
    margin: 0 0 100px;
}

.act .title {
    margin: 2rem 0 4rem;
}

.act .content {
    background: #0e0e0e;
    padding: 1rem 2rem 2rem;
}

.act .desc {
    padding: 20px;
    margin-bottom: 20px;
    flex-direction: column;
}

.act .desc h1,
.act .desc h2 {
    color: #fff;
}

.act .info {
    margin: 20px 0;
}

.act h2 {
    margin: 2rem 0 .4rem;
    font-weight: 500;
}

.act .dateline {
    color: #b9802a;
}

.intro {
    position: relative;
    width: 100%;
    padding-top: 66.6666%;
    margin: 1rem 0;
}

.intro img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*网点*/

.index-in img {
    margin: .4rem 0;
}

.search {
    margin: 60px auto;
}

.find {
    max-width: 600px;
    margin: 0 auto;
}

.contact {
    margin-bottom: 40px !important;
}

.contact .eng {
    color: #fff;
    margin: 60px 0 30px;
    font-weight: 300;
}

.contact .title {
    margin: 50px 0;
    color: #fff;
}

.contact .title h1 {
    margin: 10px 0;
    letter-spacing: 3px;
}

.contact .address {
    margin: 20px 0;
}

.contact .address p {
    line-height: 2;
}

.contact .left {
    min-height: 20rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact .right {
    color: #eee;
}

.contact h2 {
    color: #fff;
    margin: 20px 0;
}

.contact ul {
    margin: 20px 0;
}

.contact ul li a {
    color: #fff;
    line-height: 2.4;
}

.contact .btn {
    padding: 10px 60px;
    border: 1px solid #EAEAEA;
    text-align: center;
    color: #999;
    position: relative;
    display: inline-block;
    letter-spacing: 2px;
    margin: 16px 0 40px;
}

.store-inner {
    font-size: 1.2rem;
    margin-bottom: 16px;
}

.store-inner h2 {
    margin-top: 20px;
}

.store-slide {
    padding: 20px;
}

.store-info {
    margin: 20px 0 60px;
}

.store-traffic {
    padding: 0 20px;
    border-left: 1px solid rgb(255 255 255 / 19%);
    margin: 10px 0 20px;
}

.store-imgs {
    width: 100%;
    max-width: 700px;
}

.store-thumbs {
    width: 500px;
}

.store-thumbs .swiper-slide {
    width: 140px;
    margin: 10px 10px 10px 0;
}

.store-thumbs .swiper-slide {
    opacity: 0.4;
}

.store-thumbs .swiper-slide-active {
    opacity: 1;
}

/*padpro以下*/
@media only screen and (max-width: 1023px) {
    .only-mobile {
        opacity: 1;
    }

    .only-pc {
        opacity: 0 !important;
        height: 0;
        overflow: hidden;
    }

    .content {
        padding: 0;
        margin: .2rem 0;
    }

    /*    .gray {
        background: none;
    }*/

    .banner-list {
        margin: 0;
        height: 230px;
        position: relative;
        display: block;
        padding-top: 14px;
    }

    .index-contact {
        min-height: 16rem;
    }

    .onetwo a,
    .two a {
        min-height: 12rem;
    }

    .onetwo .left {
        min-height: 20rem;
    }
}

/*pad以下*/
@media only screen and (max-width: 767px) {
    html {
        font-size: 14px;
    }

    /*文字大小*/
    .super {
        font-size: 2rem;
    }

    .big {
        font-size: 1.8rem;
    }

    .large {
        font-size: 1.6rem;
    }

    .medium {
        font-size: 1.4rem;
    }

    /*    .small {
        font-size: 1.2rem;
    }
*/
    .little {
        font-size: .9rem;
    }

    .space {
        margin: 0 !important;
        padding: 0 !important;
    }

    .nav,
    .topr {
        display: none
    }

    .container {
        max-width: 96%;
    }

    .wrapper {
        margin: 0 .4rem;
    }

    #dituContent {
        height: 300px;
    }

    .dtitle {
        color: #9a9a9a;
    }

    .ddesc {
        display: none;
    }

    .custom {
        line-height: 44px;
        background-color: #000;
        color: #fff;
        justify-content: center;
        align-items: center;
        display: none;
    }

    .quik {
        padding: 13px 0;
        width: 50px;
        height: 24px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9999;
    }

    .quik .switch {
        position: relative;
        display: block;
        margin: auto;
        height: 0;
        width: 24px;
        color: #fff;
        transition: all .25s;
        top: 10px;
    }

    .quik .switch:after,
    .quik .switch:before {
        content: "";
        width: 100%;
        display: block;
        position: absolute;
        margin-top: -1px;
        border-top: 1px solid #fff;
        transform-origin: 50% 50%;
        transition: all .25s;
    }

    .quik .switch:before {
        top: -7px;
    }

    .quik .switch:after {
        top: 7px;
    }

    .nav-open .switch {
        border-color: transparent;
    }

    .nav-open .switch:before {
        transform: rotate(45deg);
        top: 0;
    }

    .nav-open .switch:after {
        transform: rotate(-45deg);
        top: 0;
    }

    .nav-open nav ul {
        display: block;
    }

    .nav-open .custom {
        display: flex;
    }

    footer .nav {
        padding: 20px 0;
    }

    footer .qr {
        display: block;
        position: relative;
        width: 100%;
        flex-basis: inherit;
    }

    footer .qr li {
        margin: 10px 0;
        display: inline-block;
        width: 48%;
        text-align: center;
    }

    .embed-icon {
        right: -200px !important;
        opacity: 0;
    }

    .chat {
        right: 10px !important;
    }
}

/*pad以上*/
@media screen and (min-width: 768px) {
    footer .nav {
        padding: 50px 0 60px;
    }
}

/*padpro及以上*/
@media only screen and (min-width: 1024px) {
    /*    .left {
        margin-right: 20px;
    }

    .right {
        margin-left: 20px;
    }*/

    .only-mobile {
        opacity: 0;
        height: 0;
        overflow: hidden;
    }

    .only-pc {
        opacity: 1;
    }
}

/*pc及以上*/
@media only screen and (min-width: 1200px) {}

/*支持悬停*/
@media(hover: hover) and (pointer: fine) {

    .custom:hover,
    .support-btn:hover {
        color: #000 !important
    }

    .button:hover {
        color: #fff;
        padding: .5rem 1.4rem;
        /*    background: #fd2737;
    background: linear-gradient(65deg, #fd2737 0, #fd4d5a 100%);*/
        background: #3eab3e;
        background: linear-gradient(65deg, #cdffe7 0, #3eab3e 100%);
    }

    .button:hover span {
        color: #fff;
    }

    #chat .btn-qq:hover {
        background-color: #488bc7;
    }

    #chat .btn-wx:hover {
        background-color: #58a81c;
    }

    #chat .btn-phone:hover {
        background-color: #5BCC8E;
    }

    #chat .btn-top:hover {
        background-color: #aaa;
    }

    .see:hover i {
        margin-left: -30%;
    }

    .see:hover span {
        opacity: 1;
        right: 4%;
    }

    .tags a:hover {
        color: #000 !important;
    }

    .tags li a:hover {
        background: #c3bdbc;
        border: 1px solid #c3bdbc;
    }

    .info a:hover {
        color: #f30;
    }

    /*悬浮*/
    .color-line {
        border-bottom: 2px solid transparent;
    }

    .color-line:hover {
        color: #eee !important;
        border-bottom: 2px solid #000;
    }

    .hover-line:hover:after {
        width: 100%;
        box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.1);
        /*box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);*/
    }

    .hover-line:hover {
        transform: translateY(-10px);
        z-index: 9999;
    }

    .hover-shadow:hover {
        transform: translateY(-10px);
    }

    .nav-link:focus,
    .nav-link:hover {
        text-decoration: none
    }

    .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link:hover {
        border-color: #e9ecef #e9ecef #dee2e6
    }

    .navbar-brand:focus,
    .navbar-brand:hover {
        text-decoration: none
    }

    .navbar-toggler:focus,
    .navbar-toggler:hover {
        text-decoration: none
    }

    .navbar-light .navbar-brand:focus,
    .navbar-light .navbar-brand:hover {
        color: rgba(0, 0, 0, .9)
    }

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0, 0, 0, .7)
    }

    .navbar-light .navbar-text a:focus,
    .navbar-light .navbar-text a:hover {
        color: rgba(0, 0, 0, .9)
    }

    .navbar-dark .navbar-brand:focus,
    .navbar-dark .navbar-brand:hover {
        color: #fff
    }

    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, .75)
    }

    .navbar-dark .navbar-text a:focus,
    .navbar-dark .navbar-text a:hover {
        color: #fff
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .btn-group-vertical>.btn:hover,
    .btn-group>.btn:hover {
        z-index: 1
    }

    .header .nav-link:not(.active):hover::after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .header .dropdown-menu .dropdown-item:focus,
    .header .dropdown-menu .dropdown-item:hover {
        color: #000 !important;
        background-color: #ffffff;
        padding-left: 25px;
    }

    .btn span:hover {
        /*    background: #cdffe7;
    color: #fff;*/
        background: linear-gradient(65deg, #cdffe7 0, #3eab3e 100%);
        color: #fff;
        padding: .5rem 1.4rem;
    }

    @media screen and (max-width: 991.98px) {
        .header .navbar-nav .dropdown-menu .dropdown-item:hover {
            background: #fff;
        }

        .header .navbar-nav .nav-link:not(.active):hover {
            color: #000 !important;
            background-color: #ffffff;
            border: none !important;
        }

    }

    /*padpro以下*/
    @media only screen and (max-width: 1023px) {
        .leaf:hover {
            /*    background: #fdd000;
    color: #000;*/
            background: #000;
            color: #fff !important;
            cursor: pointer;
        }
    }

}

/*新增其它*/
.position {
    float: left;
    width: 90%;
    height: 30px;
    color: #999
}

/*主页*/
/*首页*/
.index-item {
    padding: 2rem 0 3rem;
}

.index-word {
    max-width: 800px;
    text-align: center;
    margin: 2rem auto 0;
    display: block;
}

.index-title {
    margin: .6rem auto 1rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-title .see {
    position: relative;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: .6rem 2rem;
}

/*轮播*/
.index-slide {
    display: block;
    position: relative;
}

.index-slide .swiper-slide {
    height: 800px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.index-slide .swiper-pagination {
    text-align: center;
    position: absolute;
    bottom: 20px !important;
    left: 50% !important;
    z-index: 10;
    width: auto !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.index-slide .swiper-pagination div {
    cursor: pointer;
    width: 2rem;
    opacity: 1;
    border-radius: 2px;
    margin: 0 10px;
    background: rgba(255, 255, 255, 0.31);
    position: relative;
    overflow: hidden;
    height: 2px;
}

.index-slide .swiper-pagination div span {
    position: relative;
    display: block;
    left: -2rem;
    width: 2rem;
    height: 2px;
    background: #fff;
}

.index-slide .swiper-pagination div .visited {
    -webkit-transform: translateX(2rem);
    -ms-transform: translateX(2rem);
    transform: translateX(2rem);
    -webkit-transition: -webkit-transform 5s linear;
    transition: transform 5s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.index-slide .wz2 {
    text-align: center;
    margin: 16% auto 20px;
    font-weight: bold;
    width: 90%;
}

.index-slide .wz2 span {
    color: #FFAC23
}

.index-slide .wz3 {
    text-align: center;
    width: 70%;
    margin: 5px auto;
}

/*简介*/

.index-about p {
    line-height: 2;
}

.brands {
    margin: 0 auto;
    max-width: 1440px;
}

.brands img {
    margin: 4px 0;
}

.index-info {
    background-image: url('/public/jia/style/images/q1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10% 0;
    position: relative;
    background-position: center;
    /*filter: brightness(1.5);*/
}

.index-info .wrapper {
    position: relative;
    display: block;
    z-index: 2;
}

.index-info .container::after {
    content: "";
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgb(0 0 0 / 27%);
    z-index: 1;
}

/*产品详情*/
.index-product img {
    width: 100%;
}

.index-product .button {
    margin-top: .6rem;
}

.box {
    color: #fff;
    margin: 4rem 0 6rem;
}

.box p {
    margin: 1rem 0 2rem;
}

.btn span {
    background: #eee;
    padding: .5rem 1rem;
    color: #3c3c3c;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.loose {
    margin-bottom: 1.2rem;
}

.loose img {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.loose span {
    color: #000;
    margin: .8rem 0;
    position: relative;
    display: block;
    letter-spacing: 1px;
}

.inter {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.inter::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.8);
    filter: opacity(0);
    transition: 2s;
}

.inter:hover::before {
    filter: opacity(0.5);
}

.brezze {
    width: 100%;
    height: auto;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: block;
}

.brezze img {
    transform: scale(1);
    transition: all 1.5s;
}

.brezze:hover img {
    transform: scale(1.1);
}

/*服务列表*/
.service .onetwo,
.service .two {
    margin: 60px 0 100px;
}

.service .title h2 {
    color: #fff;
    margin: 0 0 10px;
}

.service .title p {
    margin: 10px 0 0;
}


/*小区团购*/
.special .title {
    margin: 30px 0;
}

/*列表分页*/

.filter {
    margin: 3rem 0;
}

.filter dl {
    margin: 0;
}

.filter dl dd {
    font-weight: bold;
    padding-top: 5px;
}

.filter dl dt {
    /*margin: 0 0 0 80px;*/
}

.art-list {
    align-items: flex-start;
    margin-bottom: 30px;
}

.art-list ul li {
    margin: 10px 0;
}

.art-list ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.art-list ul li a h2 {
    color: #eee;
    margin: 6px 0 4px;
}

.pagelist {
    margin: 40px 0;
}

.pagelist ul {
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.pagelist ul strong {
    margin: 0 4px;
}

.pagelist li a,
.pagelist li span {
    display: inline-block;
    padding: 0 10px;
    color: #666;
    line-height: 1.6;
    margin: 0 10px 10px 0;
    background: rgb(47 47 47 / 49%);
}

.pagelist li.active a {
    background: rgb(206 150 68 / 55%);
    color: #fff;
}

/*新闻资讯*/

.news-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 60px;
}

.news-inner .content {
    width: 100%;
    background-color: #f3f3f3;
}

.news-inner h1 {
    font-weight: 400;
    margin: 0.6rem 0 1rem;
    letter-spacing: 3px;
    color: #f3f3f3;
    /*border-bottom: 1px dashed #333;*/
    line-height: 1.8;
    width: 100%;
}

.news-inner .info {
    color: #636363;
    /*text-align: right;*/
    border-top: 1px dashed #333;
    padding-top: 20px;
}

.news-inner .info a {
    color: #2A95E5;
}

.news-inner .info img {
    max-width: 100%;
    height: auto;
}

.news-inner .prenext {
    margin: 30px 0;
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
}

.news-inner .prenext p {
    font-weight: bold;
}

.news-inner .prenext a {
    display: block;
    margin: 6px 0;
    cursor: pointer;
    background: rgb(47 47 47 / 49%);
    border-radius: 4px;
    padding: 6px 30px;
    color: #666;
}

.news-inner .prenext a em {
    font-style: normal;
}

.news-inner .tags {
    margin-top: 20px;
    padding: 0 20px;
}

/*文章样式排版*/
.news-inner-info {
    padding: 20px;
}

.news-inner-info h2 {
    font-weight: normal;
    font-size: 1.5rem;
    margin: .4rem 0;
    color: #000;
}

.news-inner-info p,
.news-inner-info section {
    line-height: 2;
    font-size: 1rem;
}

.news-inner-info img {
    margin: .4rem 0;
    position: relative;
    display: block;
}

.news-inner-info ul,
.news-inner-info ol {
    width: auto !important;
    margin: 10px 0;
    /*background: #fbfffb;*/
    /*padding: 10px;*/
    padding: 10px 0;
    /*border: 2px solid rgb(206 150 68 / 55%);*/
    /*border-left: 2px solid #2A95E5;*/
}

.news-inner-info ul li,
.news-inner-info ol li {
    list-style: none;
    position: relative;
    margin: 0 0 .5rem 0;
    -webkit-transition: .12s;
    transition: .12s;
}

.news-inner-info ul li {
    padding: 0 0 0 1.4rem;
}

.news-inner-info ul li p:first-child,
.news-inner-info ol li p:first-child {
    font-weight: bold;
    color: rgb(206 150 68 / 55%);
    display: inline-block;
    font-size: 1.2rem;
}

.news-inner-info ul li::before {
    position: absolute;
    content: '\2022';
    font-family: Arial;
    color: rgb(206 150 68 / 55%);
    top: 0;
    left: 0;
    text-align: center;
    font-size: 2rem;
    opacity: .2;
    line-height: .75;
    -webkit-transition: .2s;
    transition: .2s;
}

.news-inner-info ol {
    counter-reset: xxx 0;
}

.news-inner-info ol li::before {
    content: counter(xxx, decimal) "、";
    counter-increment: xxx 1;
    color: rgb(206 150 68 / 55%);
    font-weight: bold;

}

.news-inner-info p,
.news-inner-info span {
    max-width: 100%;
}

.relation-title {
    margin: 20px 0;
}

/*联系我们*/

.index-contact .box {
    margin: .8rem 0;
}

.index-contact p {
    margin: 1rem 0 2rem;
}

.index-contact img {
    border-radius: 10px;
}

.index-map img {
    border-radius: 10px;
}

.index-map .info {
    margin: 1rem 0;
}

/*服务流程*/
.index-process .inter {
    cursor: pointer;
}

.index-process .inter p {
    position: absolute;
    z-index: 999;
    color: #fff;
    top: 46%;
    padding: 0 14%;
    opacity: 0;
    transition: 1s;
}

.index-process .inter:hover>p {
    opacity: 1;
}

.index-process h3 {
    margin-top: .4rem;
}

.news {
    margin-bottom: 1.6rem;
}

.news .loose {
    margin-bottom: .4rem;
}

.read {
    margin: .6rem auto 2rem;
    max-width: 24rem;
    text-align: center;
    letter-spacing: 0;
}

.chat-btn {
    margin: 20px;
    border: 1px solid #eee;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
}

/*padpro以下*/
@media only screen and (max-width: 1023px) {

    /*首页*/
    .index-item-title {
        margin: 20px 0;
    }

    .index-item-title h2 {
        font-size: 1.4rem;
    }

    .index-item-title p {
        font-size: 1rem;
    }

    .index-about li {
        float: left;
        width: 50%;
        text-align: center;
    }

    .art-list .loose span {
        text-align: center;
    }
}

/*pad以下*/
@media only screen and (max-width: 767px) {

    .index-item h4 {
        font-size: 1rem;
    }

    /*    .index-item h2 {
        margin: 2rem auto;
    }*/

    .index-item .more {
        top: 1%;
        width: 35%;
    }

    .index-slide .swiper-slide {
        height: 300px;
    }

    .index-slide .wz1 {
        margin-top: 60%;
    }

    .index-title .see {
        padding: .6rem .4rem;
    }
}

/*pad及以上*/
@media only screen and (min-width: 768px) {}

/*padpro及以上*/
@media only screen and (min-width: 1024px) {}

/*pc及以上*/
@media only screen and (min-width: 1200px) {}