.c-page {
    padding-top: 48px
}

.c-layer--nav {
    background-color: #fff;
    box-shadow: 0 4px 10px 0 hsla(0, 0%, 89%, .5);
    height: 48px;
    overflow: visible;
    top: 0
}

.c-layer--nav,
.nav-menu {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 101
}

.nav-menu {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    display: none;
    padding: 8px 0 12px;
    top: 48px
}

.menu-item {
    display: block;
    margin: 0
}

.menu-item__inner {
    align-items: center;
    display: flex;
    font-size: 16px;
    height: 36px;
    justify-content: center;
    padding: 0 20px;
    white-space: nowrap;
    width: 100%
}

.is-active>.menu-item__inner,
:hover>.menu-item__inner {
    color: #7cbc26
}

.menu-item__inner>.icon-menu-down {
    font-weight: 700;
    margin-left: 4px;
    transition: transform .3s
}

.is-open>.menu-item__inner>.icon-menu-down {
    transform: rotate(-180deg)
}

.submenu {
    display: none
}

.submenu .menu-item__inner {
    padding-left: 34px
}

@media (min-width:1024px) {
    .c-page {
        padding-top: 70px
    }

    .c-layer--nav {
        height: 70px
    }

    .nav-menu {
        align-items: stretch;
        background: transparent;
        box-shadow: none;
        display: flex;
        height: 100%;
        left: auto;
        padding: 0;
        position: relative;
        right: auto;
        top: 0;
        width: auto
    }

    .menu-item {
        padding: 0 8px;
        z-index: 1
    }

    .menu-item,
    .menu-item__inner {
        cursor: pointer;
        position: relative
    }

    .menu-item__inner {
        height: 100%;
        min-width: 0;
        padding: 0
    }

    .menu-item.is-active>.menu-item__inner:after {
        background: #7cbc26;
        bottom: 0;
        content: "";
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .has-submenu:hover>.menu-item__inner>.icon-menu-down {
        transform: rotate(-180deg)
    }

    .menu-item.has-submenu {
        align-items: center;
        display: flex;
        flex-direction: column
    }

    .submenu {
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 2px 8px 0 #e4e4e4;
        display: none;
        min-width: 160px;
        padding: 10px 20px;
        position: absolute;
        top: 100%;
        z-index: 99
    }

    .menu-item.has-submenu:hover>.submenu {
        display: block
    }

    .submenu-item {
        cursor: pointer;
        display: block;
        padding: 0
    }

    .submenu-item>.menu-item__inner {
        border-radius: 4px;
        font-size: 16px;
        height: 30px;
        justify-content: center;
        padding: 0
    }

    .c-layer--nav .menu-item-line {
        background-color: #7cbc26;
        bottom: 0;
        display: block;
        height: 3px;
        opacity: 0;
        position: absolute;
        transition: .5s;
        width: 28px
    }

    .c-layer--nav .wechat {
        padding: 8px 0;
        position: relative
    }

    .c-layer--nav .wechat>.img-wrapper {
        display: none;
        left: 50%;
        margin-left: -75px;
        margin-top: -10px;
        position: absolute;
        top: 100%;
        width: 150px;
        z-index: 101
    }

    .c-layer--nav .wechat:hover>.img-wrapper {
        display: flex
    }
}

@media (min-width:1280px) {
    .c-page {
        padding-top: 82px
    }

    .c-layer--nav {
        height: 82px
    }

    .menu-item {
        padding: 0 24px
    }

    .menu-item__inner {
        font-size: 18px;
        height: 100%
    }
}

.c-layer--banner {
    max-height: 400px;
    padding-top: 40%;
    position: relative;
    width: 100%
}

@media (min-width:1024px) {
    .c-layer--banner {
        padding-top: 36%
    }
}

@media (min-width:1280px) {
    .c-layer--banner {
        height: 400px;
        padding-top: 0
    }
}

.c-layer--breadcrumbs {
    padding: 20px 0
}

.c-breadcrumbs {
    align-items: center;
    display: flex;
    font-size: 13px;
    letter-spacing: 0
}

.c-layer__header {
    text-align: center
}

.c-layer__title {
    font-size: 20px
}

.c-layer__subtitle {
    color: #999;
    font-size: 14px;
    margin-top: 3px
}

@media (min-width:1024px) {
    .c-layer__title {
        font-size: 24px
    }

    .c-breadcrumbs,
    .c-layer__subtitle {
        font-size: 14px
    }
}

@media (min-width:1280px) {
    .c-layer__title {
        font-size: 30px
    }

    .c-layer__subtitle {
        font-size: 16px
    }
}

.c-layer--footer {
    background-color: #262626;
    color: #fff;
    min-height: 174px;
    padding: 48px 0 32px
}

.c-layer--copyright {
    background-color: #000;
    color: #616161;
    height: 76px
}

.c-layer--copyright a {
    color: #616161
}

.section-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 12px;
    position: relative
}

.section-title.line-left:before {
    background: #7cbc26;
    border-radius: 2px;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 4px
}

@media (min-width:1024px) {
    .section-title {
        font-size: 20px
    }

    .section-title.line-left:before {
        height: 20px
    }
}

.c-layer--banner .swiper-container {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-layer--banner .img-wrapper {
    height: 100%;
    width: 100%
}

#home_banner_swiper .swiper-pagination-bullet {
    background: #fff;
    border-radius: 4px;
    box-sizing: content-box;
    display: inline-block;
    height: 4px;
    margin: 0 5px;
    opacity: 1;
    width: 30px
}

#home_banner_swiper .swiper-pagination-bullet-active {
    background: #7cbc26
}

@media (min-width:1280px) {
    .c-layer--banner .swiper-container {
        position: relative
    }
}

.c-layer--business .business {
    align-items: center;
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    overflow: hidden;
    padding-bottom: 1rem;
    padding-left: .75rem;
    padding-right: .75rem;
    padding-top: 14px;
    width: 100%
}

.c-layer--business .business__icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 60px;
    flex-shrink: 0;
    height: 62px;
    width: 100%
}

.business-1 .business__icon {
    background-image: url(/public/img/bus_app.png)
}

.business-2 .business__icon {
    background-image: url(/public/img/bus_xcx.png)
}

.business-3 .business__icon {
    background-image: url(/public/img/bus_gzh.png)
}

.business-4 .business__icon {
    background-image: url(/public/img/bus_web.png)
}

.business-5 .business__icon {
    background-image: url(/public/img/bus_wlw.png)
}

.business-6 .business__icon {
    background-image: url(/public/img/bus_fh.png)
}

.c-layer--business .business__title {
    font-size: 18px
}

.c-layer--business .business__desc {
    display: none;
    opacity: 0;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media (min-width:1024px) {
    .lg\:w-1\/4 {
        width: 33.33%;
    }

    .c-layer--business .business {
        background-color: #fff;
        color: #333;
        height: 273px;
        transition: all .3s ease-in-out
    }

    .c-layer--business .business__icon {
        height: 130px;
        position: relative;
        transition: all .4s ease-in-out;
        width: 130px
    }

    .c-layer--business .business__icon:after,
    .c-layer--business .business__icon:before {
        border: 3px solid #7cbc26;
        border-radius: 80px;
        content: "";
        display: block;
        height: 130px;
        left: 0;
        position: absolute;
        top: 0;
        transition: all .5s ease-in-out;
        width: 130px
    }

    .c-layer--business .business__icon:before {
        clip: rect(0, 80px, 130px, 0)
    }

    .c-layer--business .business__icon:after {
        clip: rect(0, 130px, 130px, 80px)
    }

    .c-layer--business .business__title {
        font-size: 16px;
        margin-top: 28px;
        transition: margin-top .4s ease-in-out
    }

    .c-layer--business .business__desc {
        /* -webkit-animation: fadeInUp .5s ease-in-out .5s both; */
        /* animation: fadeInUp .5s ease-in-out .5s both; */
        display: block;
        font-size: 13px;
        margin-top: 10px;
        text-align: justify;
        opacity: 0;
        word-break: break-all;
        /* transition: opacity 1s; */
    }

    .c-layer--business .business:hover {
        background-color: #7cbc26;
        color: #fff;
        transition: all .3s ease-in-out .2s
    }

    .business:hover .business__icon {
        height: 62px;
        transition: all .4s ease-in-out .5s
    }

    .business:hover .business__icon:before {
        clip: rect(130px, 80px, 130px, 0)
    }

    .business:hover .business__icon:after {
        clip: rect(0, 130px, 0, 80px)
    }

    .business:hover .business__title {
        margin-top: 6px;
        transition: margin-top .4s ease-in-out .5s
    }

    .business:hover .business__desc {
        /* display: block */
        -webkit-animation: fadeInUp .5s ease-in-out .2s both;
        animation: fadeInUp .5s ease-in-out .2s both;
    }

    .business-1:hover .business__icon {
        background-image: url(/public/img/bus_app_h.png)
    }

    .business-2:hover .business__icon {
        background-image: url(/public/img/bus_xcx_h.png)
    }

    .business-3:hover .business__icon {
        background-image: url(/public/img/bus_gzh_h.png)
    }

    .business-4:hover .business__icon {
        background-image: url(/public/img/bus_web_h.png)
    }

    .business-5:hover .business__icon {
        background-image: url(/public/img/bus_wlw_h.png)
    }

    .business-6:hover .business__icon {
        background-image: url(/public/img/bus_fh_h.png)
    }
}

@media (min-width:1280px) {
    .lg\:w-1\/4 {
        width: 16.666667%;
    }

    .c-layer--business .business {
        height: 366px
    }
}

.c-page--home .c-layer--advantage {
    background-color: #e6faef
}

.c-page--home .c-layer--advantage .advantage {
    align-items: center;
    display: flex;
    margin-bottom: 1.25rem
}

.c-page--home .c-layer--advantage .advantage__image {
    flex-shrink: 0;
    height: 48px;
    width: 48px
}

.c-page--home .c-layer--advantage .advantage__content {
    margin: 0 8px
}

.c-page--home .c-layer--advantage .advantage__title {
    font-size: 14px
}

.c-page--home .c-layer--advantage .advantage__desc {
    color: #999;
    font-size: 14px;
    margin-top: 5px
}

@media (min-width:1024px) {
    .c-page--home .c-layer--advantage .advantage-list {
        background: url(/public/img/advtg.png) 50%/auto 100% no-repeat;
        height: 640px;
        position: relative
    }

    .c-page--home .c-layer--advantage .advantage {
        margin: -80px 0;
        position: absolute;
        top: 50%
    }

    .c-page--home .c-layer--advantage .advantage__image {
        border-radius: 160px;
        box-shadow: inset 0 0 0 0 #fff;
        height: 160px;
        margin: 0 10px 0 0;
        transition: all .5s;
        width: 160px
    }

    .c-page--home .c-layer--advantage .advantage__image:hover {
        box-shadow: inset 0 0 0 16px rgba(25, 255, 112, .14)
    }

    .c-page--home .c-layer--advantage .advantage__image img {
        transition: all .5s
    }

    .c-page--home .c-layer--advantage .advantage__image:hover img {
        transform: scale(.8)
    }

    .c-page--home .c-layer--advantage .advantage__content {
        margin: 0;
        padding: 0
    }

    .c-page--home .c-layer--advantage .advantage__title {
        font-size: 18px
    }

    .c-page--home .c-layer--advantage .advantage__desc {
        font-size: 14px;
        margin-top: 14px
    }

    .c-page--home .c-layer--advantage .advantage-1 .advantage__image,
    .c-page--home .c-layer--advantage .advantage-2 .advantage__image,
    .c-page--home .c-layer--advantage .advantage-3 .advantage__image {
        margin: 0 0 0 10px;
        order: 2
    }

    .c-page--home .c-layer--advantage .advantage-1 .advantage__content,
    .c-page--home .c-layer--advantage .advantage-2 .advantage__content,
    .c-page--home .c-layer--advantage .advantage-3 .advantage__content {
        text-align: right
    }

    .c-page--home .c-layer--advantage .advantage-1,
    .c-page--home .c-layer--advantage .advantage-2,
    .c-page--home .c-layer--advantage .advantage-3 {
        margin-right: -80px;
        right: 50%
    }

    .c-page--home .c-layer--advantage .advantage-4,
    .c-page--home .c-layer--advantage .advantage-5,
    .c-page--home .c-layer--advantage .advantage-6 {
        left: 50%;
        margin-left: -80px
    }

    .c-page--home .c-layer--advantage .advantage-1 {
        transform: translate(-100px, -173px);
        width: 460px
    }

    .c-page--home .c-layer--advantage .advantage-2 {
        transform: translate(-200px);
        width: 360px
    }

    .c-page--home .c-layer--advantage .advantage-3 {
        transform: translate(-100px, 173px);
        width: 460px
    }

    .c-page--home .c-layer--advantage .advantage-4 {
        transform: translate(100px, -173px);
        width: 460px
    }

    .c-page--home .c-layer--advantage .advantage-5 {
        transform: translate(200px);
        width: 360px
    }

    .c-page--home .c-layer--advantage .advantage-6 {
        transform: translate(100px, 173px);
        width: 460px
    }

    .c-page--home .c-layer--advantage .advantage-1 .advantage__content,
    .c-page--home .c-layer--advantage .advantage-4 .advantage__content {
        padding-bottom: 24px
    }

    .c-page--home .c-layer--advantage .advantage-3 .advantage__content,
    .c-page--home .c-layer--advantage .advantage-6 .advantage__content {
        padding-top: 20px
    }
}

@media (min-width:1280px) {
    .c-page--home .c-layer--advantage .advantage-list {
        height: 694px
    }

    .c-page--home .c-layer--advantage .advantage {
        margin: -90px 0
    }

    .c-page--home .c-layer--advantage .advantage__image {
        height: 180px;
        width: 180px
    }

    .c-page--home .c-layer--advantage .advantage__title {
        font-size: 24px
    }

    .c-page--home .c-layer--advantage .advantage__desc {
        font-size: 16px;
        margin-top: 18px
    }

    .c-page--home .c-layer--advantage .advantage-1,
    .c-page--home .c-layer--advantage .advantage-2,
    .c-page--home .c-layer--advantage .advantage-3 {
        margin-right: -90px
    }

    .c-page--home .c-layer--advantage .advantage-4,
    .c-page--home .c-layer--advantage .advantage-5,
    .c-page--home .c-layer--advantage .advantage-6 {
        margin-left: -90px
    }

    .c-page--home .c-layer--advantage .advantage-1 {
        transform: translate(-108px, -187px);
        width: 582px
    }

    .c-page--home .c-layer--advantage .advantage-2 {
        transform: translate(-216px);
        width: 474px
    }

    .c-page--home .c-layer--advantage .advantage-3 {
        transform: translate(-108px, 187px);
        width: 582px
    }

    .c-page--home .c-layer--advantage .advantage-4 {
        transform: translate(108px, -187px);
        width: 582px
    }

    .c-page--home .c-layer--advantage .advantage-5 {
        transform: translate(216px);
        width: 474px
    }

    .c-page--home .c-layer--advantage .advantage-6 {
        transform: translate(108px, 187px);
        width: 582px
    }
}

.c-page--home .c-layer--hhshop .advantage {
    --tw-bg-opacity: 1;
    align-items: center;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-radius: .375rem;
    box-shadow: 0 0 9px 0 rgb(209, 209, 210, .5);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: .75rem;
    width: 100%
}

.c-page--home .c-layer--hhshop .advantage__title {
    font-size: 16px;
    margin-top: 18px
}

.c-page--home .c-layer--hhshop .advantage__desc {
    color: #666;
    font-size: 14px;
    margin-top: 8px
}

@media (min-width:1024px) {
    .c-page--home .c-layer--hhshop .advantage {
        padding: 24px
    }

    .c-page--home .c-layer--hhshop .advantage__title {
        font-size: 20px;
        margin-top: 22px
    }

    .c-page--home .c-layer--hhshop .advantage__desc {
        font-size: 14px;
        margin-top: 12px
    }
}

@media (min-width:1280px) {
    .c-page--home .c-layer--hhshop .advantage__title {
        font-size: 22px;
        margin-top: 24px
    }
}

.c-page--home .c-layer--partner .partner {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 12px 0 hsla(210, 2%, 76%, .4);
    height: 100px;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.c-layer--caseList {
    background: #f2f2f2
}

.c-layer--caseList .c-grid>li {
    height: 218px;
    width: 172px
}

.c-layer--caseList .case {
    --tw-bg-opacity: 1;
    align-items: center;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    width: 100%
}

.c-layer--caseList .case__img {
    height: 76px;
    margin-top: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 120px
}

.c-layer--caseList .case__title {
    font-size: 14px;
    margin-top: 26px;
    padding: 0 15px;
    text-align: center
}

.c-layer--caseList .case__btn {
    display: none
}

@media (min-width:768px) {
    .c-layer--caseList .c-grid>li {
        height: 304px;
        width: 240px
    }

    .c-layer--caseList .case__img {
        height: 108px;
        margin-top: 54px;
        -o-object-fit: contain;
        object-fit: contain;
        width: 168px
    }
}

@media (min-width:1024px) {
    .c-layer--caseList .case__btn {
        align-items: center;
        background: #7cbc26;
        border-radius: 16px;
        box-shadow: 0 2px 10px 0 #6ca93a;
        color: #fff;
        display: flex;
        font-size: .75rem;
        font-size: 14px;
        height: 32px;
        justify-content: center;
        line-height: 1rem;
        margin-top: 20px;
        width: 108px
    }

    .c-layer--caseList .case:after {
        background: rgba(124, 188, 38, .8);
        border-radius: 4px;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: all .3s;
        width: 100%;
        z-index: 1
    }

    .c-layer--caseList .case__title {
        font-size: 18px;
        margin-top: 0;
        position: absolute;
        top: 200px;
        z-index: 2
    }

    .c-layer--caseList .case__btn {
        background: #fff;
        color: #7cbc26;
        display: none;
        margin-top: 0;
        position: absolute;
        top: 160px;
        z-index: 2
    }

    .c-layer--caseList .case:hover:after {
        opacity: 1
    }

    .c-layer--caseList .case:hover .case__btn {
        display: flex
    }

    .c-layer--caseList .case:hover .case__title {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        margin-top: 4px
    }
}

.c-page--home .c-layer--solution .c-layer__body {
    background: #081906
}

#home_solution_swiper .next,
#home_solution_swiper .prev {
    display: none
}

#home_solution_swiper .solution {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

#home_solution_swiper .solution:after {
    background: rgba(22, 26, 29, .6);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

#home_solution_swiper .solution__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

#home_solution_swiper .solution__content img {
    width: 25%
}

#home_solution_swiper .solution__title {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    margin: 20px 0 0
}

#home_solution_swiper .solution__btn {
    align-items: center;
    background: #fff;
    border-radius: 14px;
    color: #7cbc26;
    display: flex;
    font-size: 14px;
    height: 32px;
    justify-content: center;
    margin-top: 20px;
    width: 120px
}

@media (min-width:1024px) {

    #home_solution_swiper .next,
    #home_solution_swiper .prev {
        color: #fff;
        cursor: pointer;
        display: none;
        font-size: 25px;
        height: 60px;
        line-height: 60px;
        margin: -30px 0;
        position: absolute;
        top: 50%;
        transition: all .4s;
        width: 25px;
        z-index: 3
    }

    #home_solution_swiper .prev {
        left: 8px
    }

    #home_solution_swiper .next {
        right: 8px
    }

    #home_solution_swiper .next:hover,
    #home_solution_swiper .prev:hover {
        color: #7cbc26
    }

    #home_solution_swiper:hover .next,
    #home_solution_swiper:hover .prev {
        display: block
    }

    #home_solution_swiper .solution:after {
        transition: all .4s
    }

    #home_solution_swiper .solution__content {
        transform: translateY(32px);
        transition: all .5s
    }

    #home_solution_swiper .solution__title {
        font-size: 20px;
        line-height: 24px;
        margin: 30px 0 0
    }

    #home_solution_swiper .solution__btn {
        border-radius: 18px;
        font-size: 14px;
        height: 36px;
        margin-top: 30px;
        opacity: 0;
        transition: all .5s
    }

    #home_solution_swiper .solution:hover:after {
        background: rgba(124, 188, 38, .6)
    }

    #home_solution_swiper .solution:hover .solution__content {
        transform: translateY(16px)
    }

    #home_solution_swiper .solution:hover .solution__btn {
        opacity: 1
    }
}

.c-page--home .c-layer--contact {
    background: url(/public/img/contact_form_bg.png) 50%/cover no-repeat
}

.c-page--home .c-layer--contact .c-input {
    background: #fff;
    border: 1px solid #7cbc26;
    border-radius: 4px;
    font-size: 14px;
    height: 40px;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 100%
}

.c-page--home .c-layer--contact .c-btn {
    align-items: center;
    background: #7cbc26;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 16px;
    height: 40px;
    justify-content: center;
    width: 100%
}

@media (min-width:1024px) {

    .c-page--home .c-layer--contact .field__name,
    .c-page--home .c-layer--contact .field__telephone {
        margin: 0 20px 0 0;
        width: 20%
    }

    .c-page--home .c-layer--contact .field__content {
        flex: 1;
        margin: 0 20px 0 0
    }

    .c-page--home .c-layer--contact .c-btn {
        flex-shrink: 0;
        width: 136px
    }
}

@media (min-width:1280px) {

    .c-page--home .c-layer--contact .field__name,
    .c-page--home .c-layer--contact .field__telephone {
        margin: 0 20px 0 0;
        width: 16.667%
    }

    .c-page--home .c-layer--contact .c-btn {
        width: 170px
    }
}

.btn-getquote {
    background: #7cbc26;
    border-radius: 20px 0 0 20px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    position: fixed;
    right: 0;
    top: 30%;
    width: 120px;
    z-index: 51
}

@media (min-width:1024px) {
    .btn-getquote {
        font-size: 16px;
        height: 40px;
        width: 136px
    }
}

.c-layer--newsList .cate-list {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 hsla(0, 0%, 77%, .5);
    overflow: hidden;
    width: 100%
}

.c-layer--newsList .cate {
    align-items: center;
    display: flex;
    font-size: 14px;
    height: 40px;
    justify-content: center;
    width: 100%
}

.c-layer--newsList .cate.is-active {
    background: #7cbc26;
    color: #fff
}

.c-layer--newsList .news-list {
    margin-top: 20px;
    width: 100%
}

.c-layer--newsList .news-list li+li {
    border-top: 1px solid #ededed;
    margin-top: 20px;
    padding-top: 20px
}

.c-layer--newsList .news {
    align-items: stretch;
    display: flex;
    overflow: hidden
}

.c-layer--newsList .news__image {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    flex-shrink: 0;
    height: 80px;
    width: 100px
}

.c-layer--newsList .news__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-left: 8px
}

.c-layer--newsList .news__title {
    font-size: 18px
}

.c-layer--newsList .news__brief {
    color: #999;
    font-size: 14px;
    height: 28px;
    line-height: 14px;
    margin-top: 10px;
    overflow: hidden
}

.c-layer--newsList .news__date {
    font-size: 14px;
    margin-left: auto;
    margin-top: 10px
}

@media (min-width:1024px) {
    .c-layer--newsList .cate-list {
        flex-shrink: 0;
        width: 160px
    }

    .c-layer--newsList .news-list {
        flex: 1;
        margin-left: 48px;
        margin-top: 0;
        width: auto
    }

    .c-layer--newsList .news__image {
        height: 160px;
        width: 280px
    }

    .c-layer--newsList .news__content {
        margin-left: 30px
    }

    .c-layer--newsList .news__title {
        font-size: 20px;
        line-height: 30px
    }

    .c-layer--newsList .news__brief {
        font-size: 14px;
        height: 40px;
        line-height: 20px;
        margin-top: 20px
    }

    .c-layer--newsList .news__date {
        font-size: 14px;
        margin-top: auto
    }
}

@media (min-width:1280px) {
    .c-layer--newsList .cate-list {
        width: 192px
    }
}

.c-layer--about .cate-list {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 hsla(0, 0%, 77%, .5);
    overflow: hidden;
    width: 100%
}

.c-layer--about .cate {
    align-items: center;
    display: flex;
    font-size: 14px;
    height: 40px;
    justify-content: center;
    width: 100%
}

.c-layer--about .cate.is-active {
    background: #7cbc26;
    color: #fff
}

.c-layer--about .about-content {
    margin-top: 40px;
    width: 100%
}

@media (min-width:1024px) {
    .c-layer--about .cate-list {
        flex-shrink: 0;
        width: 192px
    }

    .c-layer--about .about-content {
        flex: 1;
        margin-left: 48px;
        margin-top: 0;
        width: auto
    }
}

.c-page--aboutUs .c-layer--about .c-html>p {
    text-indent: 2em
}

.c-page--culture .culture-wrapper {
    display: flex;
    justify-content: center;
    padding: .625rem;
    width: 50%
}

@media (min-width:768px) {
    .c-page--culture .culture-wrapper {
        width: 33.333333%
    }
}

@media (min-width:1280px) {
    .c-page--culture .culture-wrapper {
        width: 25%
    }
}

.c-page--culture .culture {
    border-radius: .375rem;
    overflow: hidden;
    position: relative
}

.c-page--culture .culture__content {
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-page--culture .culture__icon {
    height: 72px;
    width: 72px
}

.c-page--culture .culture__title {
    color: #fff;
    font-size: 28px;
    height: 42px;
    line-height: 42px;
    margin-top: 29px;
    padding: 0;
    position: relative
}

.c-page--culture .culture__title:after {
    background: #7cbc26;
    border-radius: 3px;
    bottom: -19px;
    content: "";
    display: block;
    height: 6px;
    left: 50%;
    margin-left: -13.5px;
    position: absolute;
    width: 27px
}

@media (min-width:1024px) {
    .c-page--culture .culture__icon {
        height: 82px;
        width: 82px
    }

    .c-page--culture .culture__title {
        font-size: 36px
    }

    .c-page--culture .culture__content,
    .c-page--culture .culture__title:after {
        transition: all .3s
    }

    .c-page--culture .culture:hover .culture__content {
        background-color: rgba(124, 188, 38, .76)
    }

    .c-page--culture .culture:hover .culture__title:after {
        background: #fff
    }
}

@media (min-width:1280px) {
    .c-page--culture .culture__title {
        font-size: 44px;
        height: 46px;
        line-height: 46px
    }
}

.c-page--join .advantage {
    align-items: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 hsla(0, 0%, 75%, .6);
    display: flex;
    flex-direction: column;
    height: 160px;
    justify-content: center;
    width: 100%
}

.c-page--join .advantage__icon {
    height: 66px;
    width: 66px
}

.c-page--join .advantage__title {
    font-size: 14px;
    margin-top: 22px
}

.c-page--join .benefit-list {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -4px;
    margin-right: -4px;
    position: relative
}

.c-page--join .benefit {
    padding: 4px;
    width: 50%
}

.c-page--join .benefit-inner {
    background: 50%/cover no-repeat;
    border-radius: 6px;
    overflow: hidden;
    padding-top: 150%;
    position: relative;
    width: 100%
}

.c-page--join .benefit-1 .benefit-inner {
    background-image: url(/public/img/benefits-1.png)
}

.c-page--join .benefit-2 .benefit-inner {
    background-image: url(/public/img/benefits-2.png)
}

.c-page--join .benefit-3 .benefit-inner {
    background-image: url(/public/img/benefits-3.png)
}

.c-page--join .benefit-4 .benefit-inner {
    background-image: url(/public/img/benefits-4.png)
}

.c-page--join .benefit-5 .benefit-inner {
    background-image: url(/public/img/benefits-5.png)
}

.c-page--join .benefit__title {
    color: #fff;
    display: block;
    font-size: 16px;
    height: 28px;
    letter-spacing: 1px;
    line-height: 28px;
    margin-top: -14px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 2
}

@media (min-width:640px) {
    .c-page--join .benefit {
        position: absolute;
        width: 37.5%
    }

    .c-page--join .benefit .benefit-inner {
        padding-top: 52.6462%
    }

    .c-page--join .benefit-1 {
        position: relative;
        width: 25%
    }

    .c-page--join .benefit-1 .benefit-inner {
        padding-top: 165.2542%
    }

    .c-page--join .benefit-2 {
        left: 25%;
        top: 0
    }

    .c-page--join .benefit-3 {
        left: 62.5%;
        top: 0
    }

    .c-page--join .benefit-4 {
        left: 25%;
        top: 50%
    }

    .c-page--join .benefit-5 {
        left: 62.5%;
        top: 50%
    }
}

@media (min-width:1024px) {
    .c-page--join .benefit__title {
        font-size: 18px
    }
}

.c-page--join .post {
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    height: 100%;
    padding: 60px 20px 42px;
    position: relative;
    width: 100%
}

.c-page--join .post__title {
    align-items: center;
    background: #7cbc26;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 20px;
    height: 60px;
    justify-content: center;
    left: 50%;
    margin-left: -117px;
    position: absolute;
    top: -30px;
    width: 234px
}

.c-page--join .post__subtitle {
    font-size: 18px
}

.c-page--join .post li,
.c-page--join .post ol {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.c-page--join .post ol {
    list-style-type: decimal;
    margin-top: 12px;
    padding-left: 20px
}

.c-page--join .post li+li {
    margin-top: 20px
}

@media (min-width:1024px) {
    .c-page--join .advantage {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: all .3s
    }

    .c-page--join .advantage:hover {
        transform: translateY(-10px)
    }

    .c-page--join .advantage__title {
        font-size: 16px
    }

    .c-page--join .benefit img {
        transition: all .3s
    }

    .c-page--join .benefit:hover img {
        transform: scale(1.2)
    }

    .c-page--join .benefit__title {
        font-size: 20px
    }
}

.c-page--contact .contact {
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    padding: 30px 0;
    width: 337px
}

.c-page--contact .contact__icon {
    margin-right: 30px
}

.c-page--contact .c-field {
    margin-top: 30px
}

.c-page--contact .c-field__label {
    color: #333;
    font-size: 18px;
    line-height: 25px;
    margin: 0
}

.c-page--contact .c-field__content {
    margin-top: 12px
}

.c-page--contact .c-field .c-input {
    height: 52px;
    line-height: 52px;
    padding: 0 24px
}

.c-page--contact .c-field .c-textarea {
    height: 90px;
    padding: 12px 24px
}

.c-page--contact .c-field .c-input,
.c-page--contact .c-field .c-textarea {
    background: #f0f0f0;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    width: 100%
}

.c-page--contact .c-field .c-input:focus,
.c-page--contact .c-field .c-textarea:focus {
    border-color: #7cbc26
}

.c-page--contact .c-submit-btn {
    background: #7cbc26;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    height: 52px;
    margin-top: 18px;
    width: 100%
}

.c-page--aboutUs .partner-list .partner {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 12px 0 hsla(210, 2%, 76%, .4);
    height: 120px;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.c-page--hhshop .c-layer--banner,
.c-page--hhshopAgent .c-layer--banner {
    height: auto;
    max-height: none;
    padding-top: 0
}

.c-page--hhshop .c-layer--banner>.img-wrapper,
.c-page--hhshopAgent .c-layer--banner>.img-wrapper {
    height: 200px;
    width: 100%
}

.c-page--hhshop .c-btn,
.c-page--hhshopAgent .c-btn {
    background-color: #7cbc26;
    color: #fff;
    font-size: 18px
}

.c-page--hhshop .c-layer--banner .c-btn,
.c-page--hhshopAgent .c-layer--banner .c-btn {
    border-radius: 20px;
    bottom: 12.5%;
    height: 40px;
    left: 50%;
    margin: 0 -80px;
    position: absolute;
    width: 160px
}

@media (min-width:1024px) {

    .c-page--hhshop .c-layer--banner>.img-wrapper,
    .c-page--hhshopAgent .c-layer--banner>.img-wrapper {
        height: 240px
    }

    .c-page--hhshop .c-btn,
    .c-page--hhshopAgent .c-btn {
        font-size: 20px
    }

    .c-page--hhshop .c-layer--banner .c-btn,
    .c-page--hhshopAgent .c-layer--banner .c-btn {
        border-radius: 24px;
        height: 48px;
        margin: 0 -90px;
        width: 180px
    }
}

@media (min-width:1280px) {

    .c-page--hhshop .c-layer--banner>.img-wrapper,
    .c-page--hhshopAgent .c-layer--banner>.img-wrapper {
        height: 300px
    }

    .c-page--hhshop .c-btn,
    .c-page--hhshopAgent .c-btn {
        font-size: 22px
    }

    .c-page--hhshop .c-layer--banner .c-btn,
    .c-page--hhshopAgent .c-layer--banner .c-btn {
        border-radius: 27px;
        font-size: 24px;
        height: 54px;
        margin: 0 -110px;
        width: 220px
    }
}

.c-page--hhshop .advantage {
    align-items: center;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 9px 0 hsla(240, 1%, 82%, .5);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    width: 100%
}

.c-page--hhshop .advantage__icon {
    height: 60px;
    width: 60px
}

.c-page--hhshop .advantage__icon>img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.c-page--hhshop .advantage__title {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    margin-top: 24px
}

.c-page--hhshop .advantage__content {
    color: #666;
    font-size: 14px;
    margin-top: 12px
}

.c-layer--hhshop-ui {
    background: #f3fbf6;
    margin-top: 26px;
    padding-bottom: 34px;
    padding-top: 48px
}

.c-layer--hhshop-ui .swiper-slide {
    min-height: 480px;
    padding: 12px 0
}

.c-layer--hhshop-ui .swiper-slide>.img-wrapper {
    border-radius: 12px;
    max-width: 480px;
    overflow: hidden
}

.c-layer--hhshop-ui .swiper-container-horizontal>.swiper-pagination-bullets,
.c-layer--hhshop-ui .swiper-pagination-custom,
.c-layer--hhshop-ui .swiper-pagination-fraction {
    bottom: 20px
}

.c-layer--hhshop-ui .caroucel {
    padding: 24px 60px;
    position: relative
}

.c-layer--hhshop-ui .swiper-button-next,
.c-layer--hhshop-ui .swiper-button-prev {
    display: none
}

@media (min-width:768px) {
    .c-layer--hhshop-ui .swiper-slide {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: scale(.8);
        transform-style: preserve-3d;
        transition: .3s
    }

    .c-layer--hhshop-ui .swiper-slide-active,
    .c-layer--hhshop-ui .swiper-slide-duplicate-active {
        transform: scale(1)
    }

    .c-layer--hhshop-ui .swiper-slide-active>.img-wrapper,
    .c-layer--hhshop-ui .swiper-slide-duplicate-active>.img-wrapper {
        box-shadow: 0 0 12px 0 hsla(0, 0%, 40%, .5)
    }
}

@media (min-width:1024px) {
    .c-layer--hhshop-ui .swiper-pagination {
        display: none !important
    }

    .c-layer--hhshop-ui .swiper-button-next,
    .c-layer--hhshop-ui .swiper-button-prev {
        align-items: center;
        border: 1px solid;
        border-radius: 50%;
        color: #bababa;
        display: flex;
        height: 56px;
        justify-content: center;
        width: 56px
    }

    .c-layer--hhshop-ui .swiper-button-prev {
        left: 0
    }

    .c-layer--hhshop-ui .swiper-button-next {
        right: 0
    }

    .c-layer--hhshop-ui .swiper-button-next>.c-svg-icon,
    .c-layer--hhshop-ui .swiper-button-prev>.c-svg-icon {
        height: 28px;
        width: 28px
    }

    .c-layer--hhshop-ui .swiper-button-next:hover,
    .c-layer--hhshop-ui .swiper-button-prev:hover {
        color: #7cbc26
    }

    .c-layer--hhshop-ui .swiper-button-next:after,
    .c-layer--hhshop-ui .swiper-button-prev:after {
        content: ""
    }
}

.c-layer--hhshop-solution {
    background-color: #fff;
    padding-bottom: 53px;
    padding-top: 70px
}

.hhshop-solutions {
    margin-top: 48px;
    overflow: hidden
}

.hhshop-solution-types {
    display: none
}

.hhshop-solution-detail {
    align-items: center;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    margin-bottom: 20px;
    width: 100%
}

.hhshop-solution-detail__title {
    border-bottom: 1px solid #e4e4e4;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%
}

.hhshop-solution-detail .detail-img {
    margin: 0 auto;
    max-width: 90%
}

.hhshop-solution-detail__content {
    align-items: center;
    display: flex;
    flex-direction: column
}

.hhshop-solution-detail .qrcode,
.hhshop-solution-detail .qrcode>span {
    display: none
}

.hhshop-solution-detail .solution-content h3 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    text-align: center
}

.hhshop-solution-detail .solution-content p {
    font-size: 14px;
    margin-top: 16px;
    padding: 0 20px;
    text-align: center
}

.hhshop-solution-detail .solution-promotes {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 32px
}

.hhshop-solution-detail .solution-promotes>img {
    display: none
}

.hhshop-solution-detail .solution-promote {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 10px 20px
}

.hhshop-solution-detail .solution-promote span {
    margin-top: 12px
}

.hhshop-solution-detail .btn-experience {
    border-radius: 8px;
    height: 48px;
    margin: 42px auto;
    width: 80%
}

@media (min-width:1024px) {
    .hhshop-solution-types {
        align-items: stretch;
        display: flex;
        font-size: 22px;
        height: 70px
    }

    .hhshop-solution-type {
        align-items: center;
        border-bottom: 1px solid #e4e4e4;
        border-top: 1px solid #e4e4e4;
        cursor: pointer;
        display: flex;
        flex: 1;
        justify-content: center;
        position: relative
    }

    .hhshop-solution-type:first-child {
        border-left: 1px solid #e4e4e4;
        border-top-left-radius: 4px
    }

    .hhshop-solution-type:last-child {
        border-right: 1px solid #e4e4e4;
        border-top-right-radius: 4px
    }

    .hhshop-solution-type+.hhshop-solution-type:before {
        background: #e4e4e4;
        content: "";
        display: block;
        height: 20px;
        left: 0;
        margin-top: -10px;
        position: absolute;
        top: 50%;
        width: 1px
    }

    .hhshop-solution-type.is-active {
        background-color: #7cbc26;
        border-color: #7cbc26;
        color: #fff
    }

    .hhshop-solution-type.is-active+.hhshop-solution-type:before,
    .hhshop-solution-type.is-active:before {
        display: none
    }

    .hhshop-solution-details {
        border: 1px solid #e4e4e4;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top: 0;
        display: block;
        overflow: hidden;
        position: relative
    }

    .hhshop-solution-detail {
        align-items: flex-start;
        border: 0;
        border-radius: 0;
        display: none;
        flex-direction: row;
        font-size: 16px;
        padding: 24px
    }

    .hhshop-solution-detail.is-active {
        display: flex
    }

    .hhshop-solution-detail__title {
        display: none
    }

    .hhshop-solution-detail .detail-img {
        flex: 0 0 36%;
        width: 36%
    }

    .hhshop-solution-detail .hhshop-solution-detail__content {
        margin-left: 50px
    }

    .hhshop-solution-detail .qrcode {
        align-items: center;
        display: none;
        flex-direction: column;
        margin-left: auto
    }

    .hhshop-solution-detail .qrcode>.img-wrapper {
        background-color: #666;
        height: 146px;
        width: 146px
    }

    .hhshop-solution-detail .qrcode>span {
        display: block;
        font-size: 16px;
        margin-top: 6px
    }

    .hhshop-solution-detail .solution-content {
        margin-top: 100px;
        padding-right: 20px
    }

    .hhshop-solution-detail .solution-content h3 {
        font-size: 22px;
        text-align: center
    }

    .hhshop-solution-detail .solution-content p {
        font-size: 16px;
        margin-top: 18px
    }

    .hhshop-solution-detail .solution-promotes {
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 37px
    }

    .hhshop-solution-detail .solution-promotes>img {
        display: block;
        margin-top: 21px
    }

    .hhshop-solution-detail .btn-experience {
        border-radius: 8px;
        height: 54px;
        margin: 42px auto;
        width: 240px
    }
}

.c-layer--hhshop-marketing {
    background-color: #f7f7f8;
    padding-bottom: 29px;
    padding-top: 51px
}

.hhshop-marketing-modes {
    margin-top: 23px
}

.hhshop-marketing-mode {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 18px 0;
    width: 100%
}

.hhshop-marketing-mode>img {
    height: 76px;
    margin-bottom: 6px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 76px
}

.c-layer--hhshop-service {
    padding-bottom: 52px;
    padding-top: 71px
}

.hhshop-services {
    margin-top: 24px
}

.hhshop-service {
    align-items: center;
    background: #fff;
    box-shadow: 0 0 9px 0 hsla(240, 1%, 82%, .5);
    display: flex;
    flex-direction: column;
    padding: 20px 30px 26px
}

.hhshop-service .img-wrapper {
    height: 95px;
    width: 95px
}

.hhshop-service h3 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 14px
}

.hhshop-service p {
    color: #666;
    font-size: 14px;
    height: 60px;
    line-height: 20px;
    margin-top: 12px
}

@media (min-width:1024px) {
    .hhshop-service {
        padding: 20px 30px 26px
    }
}

.c-layer--hhshop-operation {
    background: #f7f7f8;
    padding-bottom: 84px;
    padding-top: 30px
}

.hhshop-operations {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 55px
}

.hhshop-operation {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px 0 hsla(0, 0%, 74%, .5);
    overflow: hidden;
    width: 310px
}

.hhshop-operation>.img-wrapper {
    width: 100%
}

.hhshop-operation__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 210px;
    padding: 50px;
    width: 100%
}

.hhshop-operation__content>h3 {
    font-size: 20px;
    font-weight: 400
}

.hhshop-operation__content>p {
    color: #666;
    font-size: 14px;
    height: 60px;
    line-height: 20px;
    margin-top: 14px
}

.hhshop-operations>.then {
    display: block;
    height: 15px;
    margin: 30px 0;
    transform: rotate(90deg);
    width: 25px
}

@media (min-width:1024px) {
    .hhshop-operations {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .hhshop-operations>.then {
        margin: 0 20px;
        transform: rotate(0)
    }
}

.c-layer--hhshop-steps {
    padding-bottom: 104px;
    padding-top: 70px
}

.hhshop-steps {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 24px
}

.hhshop-step {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    position: relative
}

.hhshop-step__icon {
    align-items: center;
    display: flex;
    flex: 0 0 60px;
    flex-direction: column;
    position: relative;
    width: 60px;
    z-index: 2
}

.hhshop-step__icon>img {
    max-width: 100%
}

.hhshop-step__icon>img+img {
    margin-top: 6px
}

.hhshop-step__content {
    height: 140px;
    margin-left: 30px;
    text-align: center;
    width: 100%
}

.hhshop-step__detail {
    max-width: 260px;
    width: 100%
}

.hhshop-step__detail h3,
.hhshop-step__title {
    font-size: 18px;
    font-weight: 400
}

.hhshop-step__detail h3 {
    margin-top: 20px
}

.hhshop-step__detail p {
    color: #666;
    font-size: 14px;
    height: 60px;
    line-height: 20px;
    margin-top: 8px
}

.hhshop-step:hover .hhshop-step__detail h3,
.hhshop-step:hover .hhshop-step__detail p {
    color: #7cbc26
}

.hhshop-step+.hhshop-step:after {
    border-left: 1px dotted #7cbc26;
    bottom: 48px;
    content: "";
    display: block;
    height: 170px;
    left: 30px;
    position: absolute;
    width: 1px;
    z-index: 1
}

.c-layer--hhshop-steps .btn-experience {
    border-radius: 6px;
    height: 62px;
    margin: 25px auto 0;
    max-width: 380px;
    width: 100%
}

@media (min-width:1024px) {
    .hhshop-steps {
        align-items: flex-start;
        flex-direction: row;
        justify-content: space-between
    }

    .hhshop-step {
        align-items: center;
        flex: 0 0 220px;
        flex-direction: column;
        width: 220px
    }

    .hhshop-step__icon {
        flex: auto;
        width: auto
    }

    .hhshop-step__title {
        margin-top: 24px
    }

    .hhshop-step__detail {
        background: #fff;
        filter: drop-shadow(0 0 10px rgba(189, 189, 189, .5));
        margin-top: 30px;
        padding: 32px 12px;
        position: relative;
        width: 100%
    }

    .hhshop-step__detail:after {
        background-color: #fff;
        content: "";
        display: block;
        height: 24px;
        left: 50%;
        margin: -12px;
        position: absolute;
        top: 0;
        transform: rotate(45deg);
        width: 24px
    }

    .hhshop-step__detail h3 {
        margin-top: 0
    }

    .hhshop-step__detail p {
        margin-top: 10px
    }

    .hhshop-step__content {
        height: auto;
        margin-left: 0
    }

    .hhshop-step+.hhshop-step:after {
        border-bottom: 1px dotted #7cbc26;
        border-left: 0;
        bottom: auto;
        height: 1px;
        left: auto;
        right: 50%;
        top: 153.5px;
        width: 248px
    }
}

@media (min-width:1280px) {
    .hhshop-step {
        flex: 0 0 260px;
        width: 260px
    }

    .hhshop-step__detail h3,
    .hhshop-step__title {
        font-size: 20px
    }

    .hhshop-step+.hhshop-step:after {
        width: 308px
    }
}

.c-layer--reason {
    padding-bottom: 60px;
    padding-top: 6px
}

.act-reason {
    align-items: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 9px 0 hsla(240, 1%, 82%, .5);
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 400px;
    padding: 35px 30px
}

.act-reason img+span {
    font-size: 20px;
    margin-left: 24px
}

.c-layer--supports {
    background: #ecfaf2;
    padding-bottom: 30px;
    padding-top: 30px
}

.agent-supports {
    margin-top: 14px
}

.agent-support {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 9px 0 rgba(120, 191, 151, .5);
    margin: 0 auto;
    max-width: 240px;
    overflow: hidden;
    text-align: center
}

.agent-support>img {
    height: 96px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.agent-support>h3 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 16px;
    padding: 0 20px
}

.agent-support>p {
    color: #666;
    font-size: 14px;
    margin-top: 4px;
    padding: 0 20px 17px
}

.c-layer--steps {
    padding: 70px 0
}

.agent-steps {
    align-items: center;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 12px 0 #cdcfd0;
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    padding: 34px 24px 46px
}

.agent-steps>img {
    height: 15px;
    margin: 30px 0;
    transform: rotate(90deg);
    width: 25px
}

.agent-step {
    align-items: center;
    border: 1px solid #dedede;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: 200px;
    justify-content: center;
    width: 182px
}

.agent-step>.img-wrapper {
    height: 88px;
    width: 88px
}

.agent-step>h3 {
    font-size: 20px;
    margin-top: 14px;
    position: relative
}

.agent-step>h3:after {
    background: #ff8124;
    border-radius: 2px;
    bottom: -8px;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    width: 32px
}

@media (min-width:1024px) {
    .agent-steps {
        flex-direction: row;
        justify-content: space-between
    }

    .agent-steps>img {
        height: 15px;
        margin: 0 20px;
        transform: rotate(0);
        width: 25px
    }
}

.agent-form-wrapper {
    align-items: center;
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001
}

.agent-form-wrapper.is-show {
    display: flex
}

.agent-form-wrapper>.c-form {
    background: #fff;
    border-radius: 10px;
    max-width: 100%;
    padding: 32px 36px 30px;
    width: 500px
}

.agent-form-wrapper>.c-form>h3 {
    font-size: 22px;
    letter-spacing: 1px;
    text-align: center
}

.agent-form-wrapper>.c-form>.c-input,
.agent-form-wrapper>.c-form>.c-textarea {
    background: #f3f2f2;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    box-shadow: none;
    display: block;
    font-size: 16px;
    height: 40px;
    margin-top: 17px;
    outline: none;
    padding: 0 12px;
    width: 100%
}

.agent-form-wrapper>.c-form>.c-textarea {
    height: 104px;
    padding: 12px
}

.agent-form-wrapper>.c-form>.c-btn {
    background: #efefef;
    border: 1px solid #7cbc26;
    border-radius: 4px;
    color: #7cbc26;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    line-height: 38px;
    margin-top: 30px;
    width: 100%
}