/**
 * 首页样式
 * 
 * @version $Id: home.css 338 2023-08-10 03:57:15Z fuy $
 * @creator liqt @ 2013-06-24 11:27:58 by caster0.0.3
 */
@media all {
    .home-bar {
        box-sizing: border-box;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        width: 100%;
        padding: 0 .3rem;
        background: #fff;
        display: flex;
        align-items: center;
        height: .92rem;
    }

    .home-bar .logo {
        display: flex;
        width: 1.76rem;
        height: .5rem;
        margin-right: 1rem
    }

    .home-bar .logo>img {
        width: 100%;
        height: 100%
    }

    .home-bar .slogan {
        font-size: .36rem;
        font-weight: 700;
        color: #333;
        width: 100%;
        text-align: center;
    }

    .home {
        overflow: hidden
    }

    .home .home-mainer {
        position: relative;
        padding: 0 .3rem
    }

    .home .home-mainer .service-content {
        display: flex;
        align-items: center
    }

    .home .home-mainer .service-content .service-item {
        display: flex;
        align-items: center;
        flex-direction: column;
        flex: 1
    }

    .home .home-mainer .service-content .service-item .icon {
        width: 1.2rem;
        height: 1.2rem;
        margin-bottom: .3rem
    }

    .home .home-mainer .service-content .service-item .text {
        font-size: .26rem;
        font-weight: 700;
        color: #333;
        margin-bottom: .14rem
    }

    .home .home-mainer .service-content .service-item .slogan {
        width: 100%;
        font-size: .2rem;
        color: #999;
        text-align: center
    }

    .home .home-mainer .service-content .service-item .slogan>div {
        height: .28rem;
        line-height: .28rem;
        overflow: hidden
    }

    .home .home-mainer .qrcode-content {
        display: flex;
        align-items: center
    }

    .home .home-mainer .qrcode-content .qrcode-item {
        display: flex;
        align-items: center;
        flex-direction: column;
        flex: 1
    }

    .home .home-mainer .qrcode-content .qrcode-item .qrcode {
        width: 2rem;
        height: 2rem;
        margin-bottom: .2rem
    }

    .home .home-mainer .qrcode-content .qrcode-item .text {
        font-size: .26rem;
        color: #333;
        margin-bottom: .3rem
    }

    .home .home-mainer .qrcode-content .qrcode-item .search {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        width: 2.3rem;
        height: .56rem;
        border-radius: .28rem;
        background: #f6f6f6;
        padding-left: .2rem
    }

    .home .home-mainer .qrcode-content .qrcode-item .search>img {
        width: .3rem;
        height: .3rem;
        margin-right: .1rem
    }

    .home .home-mainer .qrcode-content .qrcode-item .search>span {
        font-size: .24rem;
        color: #999
    }

    .home .home-mainer .aboutus-content {
        display: flex;
        align-items: center
    }

    .home .home-mainer .aboutus-content .aboutus-item {
        display: flex;
        align-items: center;
        flex-direction: column;
        flex: 1
    }

    .home .home-mainer .aboutus-content .aboutus-item .icon {
        width: 1.2rem;
        height: 1.2rem;
        margin-bottom: .3rem
    }

    .home .home-mainer .aboutus-content .aboutus-item .text {
        font-size: .26rem;
        font-weight: 700;
        color: #333;
        margin-bottom: .14rem
    }

    .home .home-mainer .aboutus-content .aboutus-item .slogan {
        width: 100%;
        font-size: .2rem;
        color: #999;
        text-align: center
    }

    .home .home-mainer .aboutus-content .aboutus-item .slogan>div {
        height: .28rem;
        line-height: .28rem;
        overflow: hidden
    }

    .home .home-card {
        padding: .6rem .3rem;
        border-radius: .2rem;
        background: #fff;
        margin-bottom: .3rem
    }

    .home .home-card .card-header {
        display: flex;
        justify-content: space-between;
        margin-bottom: .6rem
    }

    .home .home-card .card-header .title {
        line-height: .54rem;
        font-size: .36rem;
        font-weight: 700;
        color: #333
    }

    .home .home-card .card-header .btn {
        display: flex;
        align-items: center;
        height: .4rem
    }

    .home .home-card .card-header .btn>span {
        line-height: .4rem;
        font-size: .28rem;
        color: #999;
        margin-right: .1rem
    }

    .home .home-card .card-header .btn>img {
        width: .28rem;
        height: .28rem
    }

    .home .home-footer {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: .3rem
    }

    .home .home-footer .service-hotline {
        width: 4.12rem;
        height: .6rem;
        padding: 0 .1rem;
        line-height: .6rem;
        font-size: .28rem;
        color: #333;
        text-align: center;
        margin-bottom: .1rem;
        border-radius: .3rem;
        background: #fff
    }

    .home .home-footer .service-hotline .stronger {
        font-weight: 700;
        color: #ff8102
    }

    .home .home-footer .service-hours {
        line-height: .32rem;
        font-size: .22rem;
        color: #999;
        margin-bottom: .24rem
    }

    .home .home-footer .links {
        display: flex;
        align-items: center;
        line-height: .32rem;
        font-size: .22rem;
        margin-bottom: .24rem
    }

    .home .home-footer .links .links-item {
        color: #666
    }

    .home .home-footer .links .links-item:not(:last-child):after {
        content: "";
        display: inline-block;
        width: 1px;
        height: .18rem;
        background: #d8d8d8;
        margin: 0 .2rem
    }

    .home .home-footer .footer-item {
        line-height: .3rem;
        font-size: .2rem;
        color: #999
    }

    .home .home-footer .footer-item:not(:last-of-type) {
        margin-bottom: .1rem
    }

    .home .home-footer .beian_gongan img{
        width: 16px;
        height: 16px;
    }
}