/* 1-1引导页 */
.guidepage {
    width: 100%;
    height: 100vh;
    background: url(../img/bg.png) no-repeat center;
    background-size: auto 100%;
}

    .guidepage .item {
        display: inline-block;
        width: 40%;
        padding: 8% 10% 13% 8%;
        box-sizing: border-box;
        background: rgba(228, 231, 226, 0.5);
        margin: 0 2%;
        cursor: pointer;
    }

        .guidepage .item:hover {
            background: rgba(228, 231, 226, 0.8);
        }

        .guidepage .item .p1 {
            font-size: 30px;
            color: #333333;
            margin-bottom: 10px;
            width: 100%;
        }

        .guidepage .item .p2 {
            font-size: 16px;
            color: #333333;
            margin-bottom: 30px;
            width: 100%;
        }

    .guidepage .cont .guide-list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }

    .guidepage .item img {
        display: block;
    }

    .guidepage .item .span1 {
        font-size: 14px;
        color: #fefefe;
    }

    .guidepage .item:hover .span1 {
        color: #ec3336;
    }

    .guidepage .cont {
        height: 100%;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        .guidepage .cont .logo {
            margin-bottom: 3%;
        }

@media screen and (max-width: 768px) and (min-width: 0px) {
    .guidepage .item .p1 {
        font-size: 15px;
    }

    .guidepage .item .p2 {
        font-size: 14px;
    }

    .guidepage .item {
        padding: 5% 4%;
    }

    .guidepage .item {
        width: 46%;
    }

    .guidepage .cont {
        align-content: flex-start;
    }

        .guidepage .cont .logo {
            margin-bottom: 32%;
            margin-top: 6%;
        }
}
/* 1-2首页 */
.index .about {
    font-size: 0;
    display: flex;
    position: relative;
}

    .index .about .a-left {
        width: 50%;
        background: url(../img/af.png) no-repeat center;
        background-size: 100%;
        padding: 5% 0;
    }

    .index .about .a-right {
        width: 50%;
        position: absolute;
        right: 0;
        height: 100%;
    }

    .index .about .a-left .name {
        font-size: 35px;
        color: #df484a;
        width: 100%;
        margin-bottom: 32px;
    }

    .index .about .a-left p {
        font-size: 16px;
        color: #282828;
        width: 100%;
        line-height: 36px;
    }

    .index .about .a-left a {
        width: 160px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        color: #999999;
        border: 1px solid #cbcbcb;
        text-align: center;
        box-sizing: border-box;
        margin-top: 58px;
    }

    .index .about .a-right video {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    .index .about .a-right .video {
        height: 100%;
    }

    .index .about .a-left .img1 {
        width: 100%;
    }

    .index .about .a-left .wenzi {
        width: 85%;
        /* position: absolute; */
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
    }

.index .quss {
    display: flex;
    background: #f7f7f7;
    background: url(../img/wd.png) no-repeat center;
    background-size: auto 100%;
}

    .index .quss .cont {
        display: flex;
    }

    .index .quss .q-left {
        width: 50%;
        position: relative;
        box-sizing: border-box;
        /* background: url(../img/bg2.png) no-repeat; */
        padding: 5% 0;
    }

    .index .quss .q-right {
        width: 50%;
        font-size: 0;
        box-sizing: border-box;
        padding: 5% 0;
    }

    .index .quss .q-left .img1 {
        width: 100%;
    }

    .index .quss .q-left .wenzi {
        /* position: absolute; */
        width: 96%;
    }

        .index .quss .q-left .wenzi .name {
            font-size: 30px;
            color: #333333;
            padding-top: 90px;
        }

    .index .quss .q-left .div1 {
        width: 49%;
        background-color: rgba(210, 46, 49, 0.9);
        padding-top: 48px;
        padding-bottom: 32px;
    }

        .index .quss .q-left .div1 .p1 {
            font-size: 24px;
            color: #fefefe;
            text-align: center;
            font-weight: bold;
        }

    .index .quss .q-left .conent {
        display: flex;
    }

    .index .quss .q-left .div1 img {
        display: block;
        margin: 0 auto;
        margin-bottom: 18px;
    }

    .index .quss .q-left .div1:nth-last-child(1) {
        background-color: rgba(237, 206, 196, 0.9);
    }

    .index .quss .q-left .div1 .link {
        width: 88%;
        margin: 0 auto;
        border-top: 1px solid #fc6364;
        padding-top: 28px;
        margin-top: 18px;
    }

        .index .quss .q-left .div1 .link a {
            font-size: 14px;
            color: #fcacac;
            display: block;
            position: relative;
            padding-left: 15px;
            line-height: 28px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .index .quss .q-left .div1 .link a::after {
                content: ' ';
                position: absolute;
                background: #fcacac;
                left: 0;
                top: 10px;
                bottom: 0;
                margin: 0 auto;
                width: 6px;
                height: 6px;
                border-radius: 50%;
            }

            .index .quss .q-left .div1 .link a:hover {
                color: #ffffff;
            }

                .index .quss .q-left .div1 .link a:hover::after {
                    background: #ffffff;
                }

    .index .quss .q-left .div1:nth-last-child(1) .p1 {
        font-size: 24px;
        color: #d71518;
    }

    .index .quss .q-left .div1:nth-last-child(1) a {
        color: #d71518;
    }

        .index .quss .q-left .div1:nth-last-child(1) a::after {
            background: #d71518;
        }

    .index .quss .q-left .title a {
        color: #fff;
    }

    .index .quss .title {
        padding-top: 0;
    }

    .index .quss .q-right .div1 {
        font-size: 14px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .index .quss .q-right .item {
        border-bottom: 1px solid #e6e6e6;
        padding: 12px 0;
        display: block;
    }

        .index .quss .q-right .item:hover .div1 {
            color: #da2b2e;
        }

        .index .quss .q-right .item:nth-child(1) {
            padding-top: 0;
        }

    .index .quss .q-right .div1 span {
        display: inline-block;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        background: #d71518;
        margin-right: 4px;
    }

    .index .quss .q-right .div2 {
        color: #999999;
        font-size: 14px;
        margin-top: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .index .quss .q-right .wenzi {
        padding-left: 5%;
    }

.index .shopshow {
    width: 100%;
    background: url(../img/sbg.png) no-repeat center;
    padding-bottom: 68px;
}

    .index .shopshow .list {
        font-size: 0;
    }

    .index .shopshow .item {
        display: inline-block;
        width: 23.5%;
        font-size: 0;
        margin-right: 2%;
    }

        .index .shopshow .item:nth-child(4n) {
            margin-right: 0;
        }

        .index .shopshow .item img {
            width: 100%;
        }

        .index .shopshow .item p {
            height: 46px;
            line-height: 46px;
            font-size: 16px;
            color: #333333;
            text-align: center;
        }

.index .title {
    font-size: 30px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 36px;
    padding-top: 6%;
}

    .index .title a {
        font-size: 14px;
        color: #666666;
    }

.index .shopshow .shopshow-swiper {
    padding-bottom: 104px;
}

.index .shopshow .item:hover p {
    background: #d71518;
    color: #fff;
}

.index .shopshow .shopshow-swiper .shopshow-next,
.index .shopshow .shopshow-swiper .shopshow-prev {
    top: auto;
    bottom: 0;
    width: 52px;
    height: 52px;
    background: #e2e2e2;
    border-radius: 50%;
    opacity: 1;
}

    .index .shopshow .shopshow-swiper .shopshow-next::after,
    .index .shopshow .shopshow-swiper .shopshow-prev::after {
        font-size: 22px;
        color: #fff;
    }

.index .shopshow .shopshow-swiper .shopshow-next {
    right: 44%;
}

.index .shopshow .shopshow-swiper .shopshow-prev {
    right: auto;
    left: 44%;
}

    .index .shopshow .shopshow-swiper .shopshow-next:hover,
    .index .shopshow .shopshow-swiper .shopshow-prev:hover {
        background: #d71518;
    }

.index .procenter {
    width: 100%;
    background: url(../img/bg3.png) no-repeat center;
    padding-bottom: 120px;
}

    .index .procenter .content {
        font-size: 0;
    }

    .index .procenter .item {
        position: relative;
        width: 22.5%;
        display: inline-block;
        margin-right: 3.3333%;
        cursor: pointer;
        margin-bottom: 3.3333%;
    }

        .index .procenter .item:nth-child(4n) {
            margin-right: 0;
        }

        .index .procenter .item img {
            width: 100%;
        }

        .index .procenter .item .wenzi {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: rgba(000, 000, 000, 0.5);
            display: flex;
            align-items: center;
        }

            .index .procenter .item .wenzi p {
                font-size: 16px;
                color: #ffffff;
                text-align: center;
                width: 100%;
                margin-top: 16px;
            }

        .index .procenter .item .more {
            position: absolute;
            width: 144px;
            height: 40px;
            line-height: 40px;
            background: #da2b2e;
            bottom: 20px;
            left: 0;
            right: 0;
            margin: auto;
            font-size: 14px;
            color: #ffffff;
            text-align: center;
            border-radius: 36px;
            display: none;
        }

        .index .procenter .item:hover .more {
            display: block;
        }

        .index .procenter .item:hover .wenzi {
            display: none;
        }

    .index .procenter .item1 {
        width: 48.333%;
        position: relative;
        display: inline-block;
        margin-right: 3.3333%;
    }

        .index .procenter .item1:nth-last-child(1) {
            margin-right: 0;
        }

        .index .procenter .item1 img {
            width: 100%;
        }

        .index .procenter .item1 .wenzi {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background-color: rgba(000, 000, 000, 0.5);
            display: flex;
            justify-content: center;
            align-content: center;
            flex-wrap: wrap;
        }

            .index .procenter .item1 .wenzi p {
                font-size: 26px;
                color: #ffffff;
                text-align: center;
                width: 100%;
            }

            .index .procenter .item1 .wenzi a {
                width: 94px;
                height: 28px;
                line-height: 28px;
                text-align: center;
                background: #d12e28;
                font-size: 13px;
                color: #ffffff;
                border-radius: 36px;
                margin-top: 18px;
            }

.index .expert {
    width: 100%;
    background: url(../img/zbg.png) no-repeat center;
    /* background-size:auto 100% ; */
    background-size: 100% 100%;
    padding-top: 88px;
    padding-bottom: 88px;
}

.index .gallery-thumbs {
    width: 50%;
    float: left;
    margin-left: 0;
    padding-bottom: 60px;
    display: inline-block;
}

    .index .gallery-thumbs .item {
        display: inline-block;
        font-size: 0;
        margin: 0 2%;
        /* width: 29%; */
    }

        .index .gallery-thumbs .item img {
            width: 100%;
            border: 1px solid transparent;
        }

        .index .gallery-thumbs .item:nth-child(1) {
            margin-left: 0;
        }

        .index .gallery-thumbs .item p {
            font-size: 16px;
            color: #333333;
            text-align: center;
            margin-top: 14px;
        }

    .index .gallery-thumbs .list {
        font-size: 0;
    }

    .index .gallery-thumbs .gallery-pagination {
        text-align: center;
        bottom: 0;
    }

        .index .gallery-thumbs .gallery-pagination .swiper-pagination-bullet-active {
            background: #d71518;
        }

    .index .gallery-thumbs .active img {
        border: 1px solid #d71518;
    }

.index .gallery-top {
    display: inline-block;
    width: 42%;
    float: right;
    margin-right: 0;
}

.index .swiper {
    overflow: hidden;
    width: 100%;
}

.index .gallery-top .name {
    font-size: 28px;
    color: #ffffff;
    margin-top: 20px;
}

.index .gallery-top .p1 {
    font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
}

.index .gallery-top .wenzi {
    width: 75%;
    float: right;
}

.index .gallery-thumbs .title {
    padding-top: 0;
}

.index .gallery-top .swiper-slide {
    font-size: 0;
    padding-left: 1px;
}

.index .gallery-top img {
    width: 51%;
}

.index .share {
    width: 100%;
    background: url(../img/lx.png) no-repeat center;
    background-size: auto 100%;
    padding-bottom: 88px;
}

    .index .share .list {
        font-size: 0;
    }

    .index .share .item {
        display: inline-block;
        width: 23.5%;
        background: #fff;
        padding: 12px;
        box-sizing: border-box;
        margin-right: 2%;
        padding-bottom: 16px;
        vertical-align:top;
    }

        .index .share .item:hover .name {
            color: #d12e28;
        }

.index .about .a-left a:hover {
    border: 1px solid #d12e28;
    color: #d12e28;
}

.index .share .item:nth-child(4) {
    margin-right: 0;
}

.index .share .item img {
    width: 100%;
}

.index .share .item .name {
    font-size: 18px;
    color: #333333;
    margin-top: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index .share .item .time {
    font-size: 12px;
    color: #999999;
    margin: 8px 0;
}

.index .share .item .p1 {
    font-size: 13px;
    color: #666666;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index .links {
    font-size: 13px;
    color: #333333;
    /* height: 64px;
  line-height: 64px; */
    padding: 20px 0;
}

    .index .links span {
        font-size: 16px;
        color: #333333;
        font-weight: bold;
    }

    .index .links a {
        font-size: 13px;
        color: #333333;
    }

        .index .links a::after {
            content: '/';
        }

        .index .links a:nth-last-child(1)::after {
            display: none;
        }

@media screen and (max-width: 768px) and (min-width: 0px) {
    .index .about {
        flex-wrap: wrap;
    }

        .index .about .a-left {
            width: 100%;
        }

        .index .about .a-right {
            width: 100%;
            position: relative;
        }

        .index .about .a-left .name {
            font-size: 17.5px;
        }

        .index .about .a-left .name {
            margin-bottom: 5px;
        }

        .index .about .a-left p {
            font-size: 14px;
            line-height: 28px;
        }

        .index .about .a-left a {
            width: 94px;
            height: 30px;
            line-height: 30px;
            font-size: 12px;
            margin-top: 20px;
        }

    .index .quss {
        background: none;
    }

        .index .quss .cont {
            flex-wrap: wrap;
            padding: 0;
        }

        .index .quss .q-left {
            width: 100%;
            background: url(../img/bg2.png) no-repeat;
            padding: 5% 2%;
            box-sizing: border-box;
        }

        .index .quss .q-right {
            width: 100%;
            background: #f7f7f7;
            padding: 5% 2%;
        }

    .index .title {
        font-size: 15px;
        padding-bottom: 20px;
    }

    .index .quss .q-left .div1 .p1,
    .index .quss .q-left .div1:nth-last-child(1) .p1 {
        font-size: 14px;
    }

    .index .quss .q-left .div1 img {
        width: 30px;
    }

    .index .quss .q-left .wenzi {
        width: 100%;
    }

    .index .quss .q-left .div1 {
        width: 50%;
        padding: 20px 0;
    }

        .index .quss .q-left .div1 .link a {
            font-size: 12px;
        }

        .index .quss .q-left .div1 .link {
            padding-top: 10px;
        }

            .index .quss .q-left .div1 .link a::after {
                top: 12px;
            }

    .index .quss .q-right .wenzi {
        padding-left: 0;
    }

    .index .title a {
        font-size: 12px;
    }

    .index .quss .q-right .div1,
    .index .quss .q-right .div2 {
        font-size: 12px;
    }

    .index .shopshow .item {
        width: 49%;
        margin-right: 2%;
    }

        .index .shopshow .item:nth-child(2n) {
            margin-right: 0;
        }

        .index .shopshow .item p {
            font-size: 14px;
        }

    .index .shopshow .shopshow-swiper .shopshow-next,
    .index .shopshow .shopshow-swiper .shopshow-prev {
        width: 30px;
        height: 30px;
    }

        .index .shopshow .shopshow-swiper .shopshow-next::after,
        .index .shopshow .shopshow-swiper .shopshow-prev::after {
            font-size: 16px;
        }

    .index .shopshow .shopshow-swiper {
        padding-bottom: 40px;
    }

        .index .shopshow .shopshow-swiper .shopshow-next {
            right: 30%
        }

        .index .shopshow .shopshow-swiper .shopshow-prev {
            left: 30%;
        }

    .index .shopshow {
        padding-bottom: 30px;
    }

    .index .gallery-thumbs .item p {
        font-size: 12px;
    }

    .index .gallery-top .name {
        font-size: 14px;
    }

    .index .gallery-top .p1 {
        font-size: 12px;
    }

    .index .procenter .item {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

        .index .procenter .item:nth-child(2n) {
            margin-right: 0;
        }

        .index .procenter .item .more {
            width: 96px;
            height: 30px;
            line-height: 30px;
            font-size: 12px;
        }

    .index .procenter .item1 .wenzi a {
        width: 96px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .index .procenter .item1 .wenzi p {
        font-size: 12px;
    }

    .index .procenter .item1 {
        width: 100%;
        margin-bottom: 2%;
        margin-right: 0;
    }

    .index .procenter {
        padding-bottom: 30px;
    }

    .index .share .item {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

        .index .share .item:nth-child(2n) {
            margin-right: 0;
        }

        .index .share .item .name {
            font-size: 14px;
            margin-top: 10px;
        }

    .index .share {
        padding-bottom: 30px;
    }

        .index .share .item .p1 {
            line-height: 24px;
        }

    .index .links span {
        font-size: 14px;
    }

    .index .links {
        padding: 10px 0;
    }

    .index .procenter .item .wenzi p {
        font-size: 12px;
    }
}
/* 2-1关于A峰 */
.aboutA {
    padding-bottom: 90px;
}

    .aboutA .tit {
        width: 100%;
        background: url(../img/ah.png) no-repeat bottom center;
        /* background-size: 100% 100%; */
        /* padding-top: 5%; */
    }

.tit .p1 {
    font-size: 36px;
    color: #333333;
    text-align: center;
    padding: 4.5% 0;
    font-weight: bold;
}

.tit .p2 {
    font-size: 16px;
    color: #282828;
    width: 76%;
    margin: 0 auto;
    line-height: 42px;
    padding-bottom: 7%;
}

.aboutA .div1 img {
    width: 100%;
    margin-bottom: 48px;
}

@media screen and (max-width: 768px) and (min-width: 0px) {
    .aboutA .tit .p1 {
        padding: 20px 0;
        /* font-size: 18px; */
    }

    .aboutA .tit .p2 {
        font-size: 12px;
        width: 100%;
        line-height: 24px;
        padding-bottom: 20px;
    }

    .aboutA .tit {
        /* padding-bottom: 30px; */
    }

    .aboutA .div1 img {
        margin-bottom: 20px;
    }

    .aboutA {
        padding-bottom: 0px;
    }
}
/* 3-1A峰加盟 */
.join {
}

    .join .aboutA {
        padding-bottom: 40px;
    }

    .join .advantage {
        width: 100%;
        background: url(../img/ys.png) no-repeat center;
        background-size: auto 100%;
        padding-bottom: 4%;
    }

        .join .advantage .list {
            font-size: 0;
        }

        .join .advantage .item {
            display: inline-block;
            width: 23.5%;
            background-color: rgba(219, 43, 43, 0.9);
            text-align: center;
            font-size: 26px;
            color: #ffffff;
            padding: 4% 0;
            margin-right: 2%;
            margin-bottom: 2%;
            cursor: pointer;
        }

            .join .advantage .item:nth-child(4n) {
                margin-right: 0;
            }

    .join .cost {
        font-size: 0;
    }

        .join .cost .item {
            display: inline-block;
            position: relative;
            width: 32%;
            margin-right: 2%;
        }

            .join .cost .item:nth-child(3) {
                margin-right: 0;
            }

            .join .cost .item img {
                width: 100%;
            }

            .join .cost .item .wenzi {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                background-color: rgba(000, 000, 000, 0.5);
                display: flex;
                align-items: center;
            }

                .join .cost .item .wenzi p {
                    font-size: 26px;
                    color: #f8f8f8;
                    text-align: center;
                    width: 100%;
                    padding-bottom: 20px;
                    position: relative;
                }

                    .join .cost .item .wenzi p::after {
                        content: ' ';
                        position: absolute;
                        width: 32px;
                        height: 2px;
                        background: #fff;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        margin: auto;
                    }

            .join .cost .item .wenzi2 {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                background-color: rgba(000, 000, 000, 0.5);
                padding: 4%;
                display: none;
            }

                .join .cost .item .wenzi2 .p1 {
                    font-size: 26px;
                    color: #ffffff;
                }

                .join .cost .item .wenzi2 .p2 {
                    font-size: 15px;
                    color: #ffffff;
                    text-indent: 18px;
                    line-height: 28px;
                    margin-top: 2%;
                }

            .join .cost .item:hover .wenzi {
                display: none;
            }

            .join .cost .item:hover .wenzi2 {
                display: block;
            }

    .join .enquiry {
        background: url(../img/b.png) no-repeat bottom center;
        margin-top: 5%;
    }

        .join .enquiry .cont {
            background: #d71518;
            font-size: 0;
        }

        .join .enquiry .title {
            font-size: 28px;
            color: #ffffff;
            text-align: center;
            padding-top: 6%;
            padding-bottom: 4%;
            font-weight: bold;
        }

        .join .enquiry img {
            width: 42%;
            vertical-align: top;
        }

        .join .enquiry .e-rig {
            width: 58%;
            vertical-align: top;
            display: inline-block;
        }

        .join .enquiry .form {
            width: 72%;
            margin-left: 13%;
        }

            .join .enquiry .form .div1 {
                background: #fafafa;
                border-radius: 5px;
                padding: 10px 0;
                margin-bottom: 2%;
            }

            .join .enquiry .form .name {
                font-size: 16px;
                color: #333333;
                width: 33%;
                text-align: center;
                display: inline-block;
                height: 30px;
                line-height: 30px;
                vertical-align: top;
            }

            .join .enquiry .form input {
                width: 67%;
                height: 30px;
                border-left: 1px solid #cbcbcb;
                box-sizing: border-box;
                font-size: 14px;
                color: #333333;
                padding: 0 10px;
            }

            .join .enquiry .form .cancel {
                height: 50px;
                line-height: 50px;
                font-size: 16px;
                color: #333333;
                text-align: center;
                background: #f5f08f;
                display: inline-block;
                border-radius: 5px;
                width: 42%;
                cursor: pointer;
            }

            .join .enquiry .form .com {
                height: 50px;
                line-height: 50px;
                font-size: 16px;
                color: #333333;
                text-align: center;
                background: #fff217;
                display: inline-block;
                border-radius: 5px;
                width: 56%;
                margin-left: 2%;
                cursor: pointer;
            }

    .join .profit {
        width: 100%;
        background: url(../img/yl.png) no-repeat center;
        background-size: auto 100%;
        padding-bottom: 5%;
    }

        .join .profit .form {
            font-size: 0;
        }

            .join .profit .form .th {
                /* height: 36px;
  line-height: 36px; */
                padding: 8px 0;
                width: 25%;
                display: inline-block;
                font-size: 14px;
                color: #333333;
                text-align: center;
                border: 1px solid #333333;
                border-bottom: none;
                box-sizing: border-box;
                border-right: none;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .join .profit .form .th:nth-last-child(1) {
                    border-right: 1px solid #333333;
                }

            .join .profit .form .r-top {
                background: #dbdbdb;
                display: flex;
            }

            .join .profit .form .r-body .item {
                display: flex;
            }

            .join .profit .form .r-foot .th {
                width: 100%;
                border-bottom: 1px solid #333333;
            }

    .join .factor {
        width: 100%;
        background: url(../img/tj.png) no-repeat center;
        background-size: auto 100%;
        padding-bottom: 6%;
    }

        .join .factor .tit .p1 {
            color: #fff;
        }

        .join .factor .item {
            display: inline-block;
            width: 21%;
            text-align: center;
            background: #e73b3e;
            border-radius: 5px;
            padding: 3% 0;
            border: 1px solid #ff8c8e;
            margin-right: 5.3333%;
        }

            .join .factor .item:nth-child(4n) {
                margin-right: 0;
            }

        .join .factor .list {
            width: 75%;
            margin: 0 auto;
            font-size: 0;
        }

        .join .factor .item img {
        }

        .join .factor .list p {
            font-size: 25px;
            color: #ffffff;
            font-weight: bold;
            margin-top: 4px;
        }

            .join .factor .list p span {
                font-size: 32px;
                color: #fff100;
            }

        .join .factor .des {
            width: 75%;
            margin: 0 auto;
            margin-top: 40px;
        }

            .join .factor .des p {
                font-size: 14px;
                color: #ffffff;
                line-height: 28px;
            }

            .join .factor .des p {
                padding-left: 16px;
                position: relative;
            }

                .join .factor .des p::after {
                    position: absolute;
                    content: ' ';
                    width: 10px;
                    height: 10px;
                    background: #f3d634;
                    border-radius: 50%;
                    left: 0;
                    top: 8px;
                    margin: auto;
                }

            .join .factor .des .p1 {
                margin-left: 16px;
                margin-top: 30px;
                padding-left: 0;
            }

                .join .factor .des .p1::after {
                    display: none;
                }

    .join .support .img1 {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .join .support {
        padding-bottom: 4%;
    }

        .join .support .list {
            position: relative;
            width: 90%;
            margin: 0 auto;
        }

        .join .support .item span {
            width: 72px;
            height: 64px;
            line-height: 64px;
            background: url(../img/yu1.png) no-repeat;
            background-size: 100% 100%;
            font-size: 26px;
            color: #ffffff;
            text-align: center;
            padding-right: 4px;
            box-sizing: border-box;
        }

        .join .support .item img {
            width: 21%;
        }

        .join .support .item {
            display: flex;
            align-items: center;
            /* justify-content: flex-start; */
            position: absolute;
            width: 25.8%;
        }

            .join .support .item p {
                /* width: 69%; */
                padding: 0 1%;
                font-size: 15px;
                color: #333333;
            }

        .join .support .item1 {
            left: 4%;
            top: 19%;
            justify-content: flex-end;
        }

        .join .support .item2 {
            top: 22%;
            right: 5%;
        }

            .join .support .item2 span {
                background: url(../img/yu2.png) no-repeat;
                background-size: 100% 100%;
            }

        .join .support .item3 {
            top: 45%;
            left: 2%;
            justify-content: flex-end;
        }

            .join .support .item3 span {
                background: url(../img/yu3.png) no-repeat;
                background-size: 100% 100%;
            }

        .join .support .item4 {
            top: 48%;
            right: 3%;
        }

            .join .support .item4 span {
                background: url(../img/yu4.png) no-repeat;
                background-size: 100% 100%;
            }

        .join .support .item5 {
            bottom: 15%;
            left: 5%;
        }

            .join .support .item5 span {
                background: url(../img/yu5.png) no-repeat;
                background-size: 100% 100%;
            }

        .join .support .item6 {
            bottom: 16%;
            right: 5%;
        }

            .join .support .item6 span {
                background: url(../img/yu6.png) no-repeat;
                background-size: 100% 100%;
            }

        .join .support .item1 img,
        .join .support .item3 img,
        .join .support .item5 img {
            order: 1;
        }

        .join .support .item1 p,
        .join .support .item3 p,
        .join .support .item5 p {
            order: 0;
        }

    .join .hotquess {
        width: 100%;
        background: url(../img/ht.png) no-repeat center;
        background-size: auto 100%;
        padding-bottom: 7%;
    }

        .join .hotquess .list {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .join .hotquess .item {
            width: 48%;
            display: inline-block;
            padding: 1% 0;
            border-bottom: 1px solid #e6e6e6;
        }

            .join .hotquess .item .div1 {
                font-size: 14px;
                color: #333333;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .join .hotquess .item .div1 span {
                    display: inline-block;
                    width: 24px;
                    height: 24px;
                    line-height: 24px;
                    text-align: center;
                    font-size: 14px;
                    color: #fff;
                    background: #d71518;
                    margin-right: 4px;
                }

            .join .hotquess .item .div2 {
                color: #999999;
                font-size: 14px;
                margin-top: 12px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

.tuanchuan {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(000, 000, 000, 0.5);
    display: none;
    z-index: 999;
}

    .tuanchuan .content {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tuanchuan .div1 {
        width: 636px;
    }

    .tuanchuan .wenzi {
        width: 612px;
        background-color: rgba(236, 5, 29, 0.8);
        padding-bottom: 5%;
        display: none;
    }

        .tuanchuan .wenzi:nth-child(1) {
            display: block;
        }

        .tuanchuan .wenzi .name {
            font-size: 18px;
            color: #ffffff;
            text-align: center;
            padding: 2% 0;
        }

        .tuanchuan .wenzi p {
            font-size: 15px;
            color: #ffffff;
            padding: 0 4%;
            line-height: 26px;
        }

    .tuanchuan .close {
        text-align: right;
        margin-bottom: 2%;
    }

        .tuanchuan .close img {
            cursor: pointer;
        }

@media screen and (max-width: 768px) and (min-width: 0px) {
    .join .aboutA {
        padding-bottom: 0;
    }

    .tit .p1 {
        font-size: 18px;
    }

    .join .advantage .item {
        font-size: 12px;
        width: 49%;
        margin-right: 2%;
        padding: 2% 0;
    }

        .join .advantage .item:nth-child(2n) {
            margin-right: 0;
        }

    .join .cost .item .wenzi p {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .join .enquiry img {
        width: 100%;
    }

    .join .enquiry .e-rig {
        width: 100%;
    }

    .join .enquiry .form {
        width: 100%;
        margin-left: 0;
    }

    .join .enquiry .title {
        font-size: 14px;
    }

    .join .enquiry .cont {
        padding-top: 3%;
        padding-bottom: 3%;
    }

    .join .enquiry .form .name {
        font-size: 12px;
        height: 20px;
        line-height: 20px;
    }

    .join .enquiry .form input {
        font-size: 12px;
        height: 20px;
        line-height: 20px;
    }

    .join .enquiry .form .cancel,
    .join .enquiry .form .com {
        font-size: 12px;
        height: 40px;
        line-height: 40px;
    }

    .join .profit .form .th {
        font-size: 12px;
    }

    .join .factor .item {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }

        .join .factor .item:nth-child(2n) {
            margin-right: 0;
        }

    .join .factor .list p {
        font-size: 14px;
    }

        .join .factor .list p span {
            font-size: 16px;
        }

    .join .factor .des {
        width: 100%;
        margin-top: 20px;
    }

        .join .factor .des p {
            font-size: 12px;
            line-height: 24px;
        }

        .join .factor .des .p1 {
            font-size: 12px;
        }

        .join .factor .des p span {
        }

        .join .factor .des .p1 {
            margin-top: 10px;
        }

    .join .hotquess .item .div1,
    .join .hotquess .item .div2 {
        font-size: 12px;
    }

    .join .hotquess .list {
        flex-wrap: wrap;
    }

    .join .hotquess .item {
        width: 100%;
        padding: 2% 0;
    }

    .join .support .item p {
        font-size: 12px;
    }

    .join .support .list {
        width: 100%;
        height: 270px;
    }

    .join .support .img1 {
        display: none;
    }

    .join .support .item {
        width: 40%;
    }

    .join .support .item2 {
        top: 19%;
    }

    .join .support .item4 {
        top: 45%;
    }

    .join .support .item6 {
        bottom: 15%;
    }

    .join .cost .item .wenzi2 .p1 {
        font-size: 14px;
    }

    .join .cost .item .wenzi2 .p2 {
        font-size: 12px;
        line-height: 22px;
    }

    .join .cost .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
    }

    .tuanchuan .div1 {
        width: 98%;
    }

    .tuanchuan .wenzi {
        width: 90%;
        margin: 0 auto;
    }

        .tuanchuan .wenzi .name {
            font-size: 14px;
        }

        .tuanchuan .wenzi p {
            font-size: 12px;
            line-height: 22px;
        }
}
/* 4-1新闻动态 */
.nav {
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 4%;
}

    .nav a {
        font-size: 24px;
        color: #333333;
        padding: 3% 1%;
        margin: 0 2%;
    }

    .nav .link {
        border-bottom: 1px solid #d71518;
        font-weight: bold;
    }

.newlist {
    margin-bottom: 5%;
}

    .newlist .cont .item {
        display: flex;
    }

        .newlist .cont .item img {
            width: 50%;
        }

        .newlist .cont .item video {
            width: 50%;
        }

    .newlist .cont .right {
        width: 50%;
        background: #f3f3f3;
        display: flex;
        align-items: center;
    }

        .newlist .cont .right .name {
            font-size: 30px;
            color: #d71518;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .newlist .cont .right .time {
            font-size: 15px;
            color: #666666;
            margin-top: 6px;
        }

        .newlist .cont .right .p1 {
            font-size: 16px;
            color: #333333;
            line-height: 30px;
            margin-top: 4%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

        .newlist .cont .right .more {
            width: 168px;
            height: 42px;
            line-height: 42px;
            font-size: 15px;
            color: #ffffff;
            background: #9a9a9a;
            text-align: center;
            margin-top: 6%;
        }

            .newlist .cont .right .more:hover {
                background: #d71518;
            }

        .newlist .cont .right .wenzi {
            width: 75%;
            margin-left: 9%;
        }

    .newlist .cont .item:nth-child(2n) img {
        order: 1;
    }

    .newlist .cont .item:nth-child(2n) video {
        order: 1;
    }

    .newlist .cont .item:nth-child(2n) .right {
        order: 0;
        justify-content: flex-end;
    }

    .newlist .cont .item:nth-child(2n) .wenzi {
        margin-left: 0;
        margin-right: 9%;
        text-align: right;
    }

    .newlist .cont {
        margin-bottom: 5%;
    }

@media screen and (max-width: 768px) and (min-width: 0px) {
    .nav a {
        font-size: 14px;
    }

    .newlist .cont {
        padding: 0 2%;
    }

        .newlist .cont .item {
            flex-wrap: wrap;
            align-items: center;
            margin-bottom: 20px;
        }

            .newlist .cont .item img {
                width: 100%;
            }

            .newlist .cont .item video {
                width: 100%;
            }

        .newlist .cont .right .name {
            font-size: 15px;
        }

        .newlist .cont .right .time {
            font-size: 12px;
        }

        .newlist .cont .right .p1 {
            font-size: 12px;
            line-height: 20px;
        }

        .newlist .cont .right {
            width: 100%;
            padding: 4%;
        }

            .newlist .cont .right .wenzi {
                margin-left: 0;
                width: 100%;
            }

        .newlist .cont .item:nth-child(2n) img {
            order: 0;
        }

        .newlist .cont .item:nth-child(2n) video {
            order: 0;
        }

        .newlist .cont .right .more {
            width: 94px;
            height: 30px;
            line-height: 30px;
            font-size: 12px;
            margin-top: 20px;
        }

        .newlist .cont .item:nth-child(2n) .wenzi {
            text-align: left;
            margin-right: 0;
        }
}
/* 4-2新闻动态详情 */
.newdetail {
}

.ntitle {
    margin-top: 5%;
    margin-bottom: 3%;
}

    .ntitle .name {
        font-size: 36px;
        color: #333333;
        text-align: center;
    }

    .ntitle .des {
        font-size: 14px;
        color: #666666;
        text-align: center;
        margin-top: 2%;
    }

.newdetail .actcle p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-indent: 28px;
}

.newdetail .actcle {
    width: 91%;
    margin: 0 auto;
    margin-bottom: 3%;
}

    .newdetail .actcle img {
        display: block;
        margin: 2% auto;
        max-width: 100%;
    }

.videodetail {
    margin-top: 4%;
}

    .videodetail video {
        display: block;
        margin: 2% auto;
        width: 100%;
        margin-top: 0;
    }

@media screen and (max-width: 768px) and (min-width: 0px) {
    .ntitle .name {
        font-size: 18px;
    }

    .ntitle .des {
        font-size: 12px;
    }

    .newdetail .actcle {
        width: 100%;
    }

        .newdetail .actcle p {
            font-size: 12px;
            line-height: 24px;
        }
}
/* 5-1产品中心 */
.productlist {
    margin-bottom: 5%;
}

    .productlist .cont .list {
        font-size: 0;
        margin-bottom: 2%;
    }

    .productlist .cont .item {
        position: relative;
        width: 22.5%;
        display: inline-block;
        margin-right: 3.3333%;
        cursor: pointer;
        margin-bottom: 3.3333%;
    }

        .productlist .cont .item img {
            width: 100%;
        }

        .productlist .cont .item .wenzi {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: rgba(000, 000, 000, 0.5);
            display: flex;
            align-items: center;
        }

            .productlist .cont .item .wenzi p {
                font-size: 16px;
                color: #ffffff;
                text-align: center;
                width: 100%;
                margin-top: 16px;
            }

        .productlist .cont .item .more {
            position: absolute;
            width: 144px;
            height: 40px;
            line-height: 40px;
            background: #da2b2e;
            bottom: 20px;
            left: 0;
            right: 0;
            margin: auto;
            font-size: 14px;
            color: #ffffff;
            text-align: center;
            border-radius: 36px;
            display: none;
        }

        .productlist .cont .item:hover .more {
            display: block;
        }

        .productlist .cont .item:hover .wenzi {
            display: none;
        }

        .productlist .cont .item:nth-child(4n) {
            margin-right: 0;
        }

    .productlist .pro-chance {
        margin-top: 32px;
    }

        .productlist .pro-chance span {
            font-size: 14px;
            color: #666666;
            border: 1px solid #dbdbdb;
            border-radius: 5px;
            padding: 6px 8px;
            margin-right: 10px;
        }

    .productlist .pro-species .item {
        display: flex;
        /* align-items: center; */
        margin-bottom: 10px;
    }

        .productlist .pro-species .item .span1 {
            font-size: 14px;
            color: #333333;
            font-weight: bold;
            display: inline-block;
            margin-right: 24px;
            height: 28px;
            line-height: 28px;
        }

        .productlist .pro-species .item p {
            display: inline-block;
        }

    .productlist .pro-species p span {
        font-size: 14px;
        color: #666666;
        height: 28px;
        line-height: 28px;
        padding: 0 8px;
        margin-right: 16px;
        cursor: pointer;
    }

    .productlist .pro-species p a {
        font-size: 14px;
        color: #666666;
        height: 28px;
        line-height: 28px;
        padding: 0 8px;
        margin-right: 16px;
        cursor: pointer;
    }

    .productlist .pro-species p span.active {
        background: #d71518;
        color: #ffffff;
        border-radius: 5px;
    }

    .productlist .pro-species p a.active {
        background: #d71518;
        color: #ffffff;
        border-radius: 5px;
    }

    .productlist .pro-species p .all {
        width: auto;
        height: 28px;
        line-height: 28px;
        text-align: center;
        background: #d71518;
        color: #ffffff;
        border-radius: 5px;
    }

    .productlist .pro-species {
        margin-bottom: 30px;
        margin-top: 30px;
    }

@media screen and (max-width: 768px) and (min-width: 0px) {
    .productlist .cont .item {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

        .productlist .cont .item .more {
            width: 96px;
            height: 30px;
            line-height: 30px;
            font-size: 12px;
        }

        .productlist .cont .item .wenzi p {
            font-size: 12px;
        }

        .productlist .cont .item:nth-child(2n) {
            margin-right: 0;
        }

    .productlist .pro-chance {
        margin-top: 20px;
    }

    .productlist .pro-species {
        margin-top: 20px;
    }

        .productlist .pro-species p span {
            font-size: 12px;
        }

        .productlist .pro-species p span {
            margin-right: 10px;
        }

        .productlist .pro-species .item .span1 {
            white-space: nowrap;
            margin-right: 8px;
        }

        .productlist .pro-species .item {
            /* align-items:flex-start */
        }
}
/* 5-2产品中心详情 */
.prodetail {
    margin-bottom: 6%;
}

    .prodetail .shop {
        margin-bottom: 4%;
    }

        .prodetail .shop img {
            display: inline-block;
            width: 32%
        }

        .prodetail .shop .detail {
            display: inline-block;
            width: 50%;
            vertical-align: top;
            margin-left: 2%;
        }

            .prodetail .shop .detail .name {
                font-size: 24px;
                color: #333333;
                margin-bottom: 10px;
            }

            .prodetail .shop .detail .des p {
                font-size: 16px;
                color: #333333;
                line-height: 28px;
            }

    .prodetail .sdetail .potitle {
        font-size: 20px;
        color: #333333;
        padding-bottom: 18px;
        border-bottom: 1px solid #e6e6e6;
    }

    .prodetail .sdetail .artcle {
        width: 82%;
        margin: 0 auto;
        margin-top: 4%;
    }

        .prodetail .sdetail .artcle p {
            font-size: 16px;
            color: #333333;
            line-height: 28px;
            text-indent: 24px;
        }

        .prodetail .sdetail .artcle img {
            display: block;
            margin: 0 auto;
            max-width: 100%;
            margin-top: 3%;
        }

.productlist .pro-chance span img {
    vertical-align: middle;
}

@media screen and (max-width: 768px) and (min-width: 0px) {
    .prodetail .shop .detail .name {
        font-size: 14px;
    }

    .prodetail .shop .detail .des p {
        font-size: 12px;
        line-height: 24px;
    }

    .prodetail .shop .detail {
        width: 62%;
    }

    .prodetail .sdetail .potitle {
        font-size: 15px;
    }

    .prodetail .sdetail .artcle {
        width: 100%;
    }

        .prodetail .sdetail .artcle p {
            font-size: 12px;
            line-height: 24px;
        }

    .productlist .pro-species .item {
        margin-bottom: 0;
    }

        .productlist .pro-species .item span {
            margin-bottom: 10px;
        }

    .productlist .pro-chance span {
        font-size: 12px;
    }
}
/* 6-1乐享声活 */
.enjoy {
    margin-bottom: 5%;
}

    .enjoy .cont .item {
        display: inline-block;
        width: 22%;
        padding: 10px;
        box-sizing: border-box;
        margin-right: 4%;
        padding-bottom: 2%;
        margin-bottom: 2%;
        vertical-align:top;
    }

    .enjoy .cont .list {
        font-size: 0;
    }

    .enjoy .cont .item:nth-child(4n) {
        margin-right: 0;
    }

    .enjoy .cont .item img {
        width: 100%;
    }

    .enjoy .cont .item .name {
        font-size: 18px;
        color: #333333;
        margin-top: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .enjoy .cont .item .time {
        font-size: 12px;
        color: #999999;
        margin-top: 10px;
    }

    .enjoy .cont .item .p1 {
        font-size: 12px;
        color: #999999;
        line-height: 24px;
        margin-top: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .enjoy .cont .item:hover {
        box-shadow: 0 1px 6px 5px rgba(153, 152, 152, 0.2);
    }

@media screen and (max-width: 768px) and (min-width: 0px) {
    .enjoy .nav a {
        margin: 0;
        padding-left: 0.5%;
        padding-right: 0.5%;
    }

    .enjoy .cont .item {
        width: 49%;
        margin-right: 2%;
    }

        .enjoy .cont .item:nth-child(2n) {
            margin-right: 0;
        }

        .enjoy .cont .item .name {
            font-size: 14px;
            margin-top: 10px;
        }

        .enjoy .cont .item .p1 {
            margin-top: 10px;
        }

    .enjoy .cont .list {
        margin-bottom: 4%;
    }

    .enjoy {
        margin-bottom: 8%;
    }
}
/* 6-2乐享声活详情 */
.sharedetail {
}
/* 7-1联系我们 */
.concact {
}

    .concact .adress {
        width: 100%;
        background: url(../img/tl.png) no-repeat center;
        background-size: auto 100%;
        padding: 8% 0;
        font-size: 0;
    }

        .concact .adress .c-left .name {
            font-size: 34px;
            color: #d81419;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .concact .adress .c-left p {
            font-size: 16px;
            color: #666666;
            margin-bottom: 6%;
            line-height: 28px;
        }

        .concact .adress .c-rig {
            margin-right: 6%;
            margin-top: 3%;
        }

        .concact .adress .cont {
            display: flex;
            justify-content: space-between;
        }

        .concact .adress .c-rig p {
            font-size: 22px;
            color: #333333;
            text-align: center;
            margin-top: 4px;
        }

    .concact .map {
    /*    font-size: 0;*/
    }

        .concact .map img {
            width: 100%;
        }

@media screen and (max-width: 768px) and (min-width: 0px) {
    .concact .adress .cont {
        flex-wrap: wrap;
    }

    .concact .adress .c-left {
        width: 100%;
    }

        .concact .adress .c-left .name {
            font-size: 17px;
        }

        .concact .adress .c-left p {
            font-size: 14px;
        }

    .concact .adress .c-rig {
        width: 100%;
        text-align: center;
    }

        .concact .adress .c-rig img {
            width: 120px;
        }

        .concact .adress .c-rig p {
            font-size: 14px;
        }
}
/* 8-1门店 */
.store {
    margin-bottom: 6%;
}

.city {
    padding: 3% 0;
    border-bottom: 1px solid #cccccc;
}

    .city span {
        font-size: 13px;
        color: #666666;
        padding: 2px 0;
    }

    .city p {
        display: inline-block;
    }

    .city a {
        font-size: 13px;
        color: #666666;
        padding: 2px 4px;
        margin-right: 10px;
        border-radius: 5px;
    }

    .city .cont .div1 {
        display: flex;
        /* align-items: center; */
    }

    .city .link {
        background: #d71518;
        color: #fff;
    }

.store .stdetail {
}

.city .cont .div2 {
    padding-left: 35px;
    margin-top: 18px;
}

    .city .cont .div2 a {
        font-size: 13px;
        color: #333333;
    }

    .city .cont .div2 .active {
        color: #d71518;
    }

.store .stdetail .list {
    margin-bottom: 4%;
}

.store .stdetail .item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
    padding: 4% 0;
}

    .store .stdetail .item img {
        width: 34%;
    }

.store .stdetail .name {
    font-size: 22px;
    color: #d71518;
    width: 100%;
}

.store .stdetail .phone {
    font-size: 14px;
    color: #999999;
    width: 100%;
    margin-top: 2%;
}

.store .stdetail .adr {
    font-size: 14px;
    color: #999999;
    width: 100%;
    margin-top: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.store .stdetail .list a {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background: #b3b3b3;
    border-radius: 36px;
    margin-top: 3%;
}

    .store .stdetail .list a:hover {
        background: #d71518;
    }

.store .stdetail .rig {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding-left: 6%;
    width: 44%;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) and (min-width: 0px) {
    .store .stdetail .rig {
        width: 66%;
        padding-left: 4%;
    }

    .store .stdetail .name {
        font-size: 14px;
    }

    .store .stdetail .phone {
        font-size: 12px;
    }

    .store .stdetail .adr {
        font-size: 12px;
    }

    .store .stdetail .list a {
        width: 70px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }

    .city span,
    .city .link {
        font-size: 12px;
    }

    .city span {
        white-space: nowrap;
    }

    .city .cont {
        /* align-items: flex-start; */
    }
}
/* 8-2门店详情 */
.storedetail {
}

    .storedetail .actcle {
        width: 72%;
        margin: 0 auto;
        margin-bottom: 5%;
    }

        .storedetail .actcle img {
            max-width: 100%;
            display: block;
            margin: 0 auto;
        }

        .storedetail .actcle P {
            font-size: 16px;
            color: #666666;
            line-height: 30px;
            margin: 4% 0;
        }

@media screen and (max-width: 768px) and (min-width: 0px) {
    .storedetail .actcle {
        width: 100%;
    }

        .storedetail .actcle P {
            font-size: 14px;
            line-height: 26px;
        }
}
/* 9-1加盟问答 */
.qusstion {
    margin-bottom: 5%;
    margin-top: 2%;
}

    .qusstion .list {
        font-size: 0;
        margin-bottom: 5%;
    }

        .qusstion .list .item {
            display: block;
            width: 100%;
            height: 64px;
            line-height: 64px;
            border-bottom: 1px solid #e6e6e6;
            display: flex;
            justify-content: space-between;
        }

            .qusstion .list .item span {
                width: 24px;
                height: 24px;
                line-height: 24px;
                text-align: center;
                background: #d71518;
                font-size: 14px;
                color: #ffffff;
                margin-right: 10px;
                /* vertical-align: middle; */
            }

            .qusstion .list .item .left {
                width: 80%;
                display: inline-block;
                font-size: 16px;
                color: #333333;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                vertical-align: top;
            }

            .qusstion .list .item .time {
                font-size: 14px;
                color: #666666;
                width: 10%;
                text-align: right;
                display: inline-block;
                vertical-align: top;
            }

@media screen and (max-width: 768px) and (min-width: 0px) {
    .qusstion .list .item .time {
        font-size: 12px;
        width: 25%;
    }

    .qusstion .list .item .left {
        width: 72%;
        font-size: 12px;
    }

    .qusstion .list .item {
        height: 36px;
        line-height: 36px;
    }

        .qusstion .list .item span {
            font-size: 12px;
            width: 20px;
            height: 20px;
            line-height: 20px;
        }
}
/* 9-2加盟问答详情 */
.qusdetail {
}
/* 7-2联系我们-上门验配 */
.adaption {
    width: 100%;
    background: url(../img/spe.png) no-repeat;
    background-size: auto 100%;
    text-align: center;
    padding: 12% 0;
}

    .adaption .name {
        font-size: 30px;
        color: #d71518;
        text-align: center;
        margin-bottom: 2%;
    }

    .adaption .p1 {
        font-size: 14px;
        color: #666666;
        width: 48%;
        margin: 0 auto;
        text-align: center;
        line-height: 30px;
        margin-top: 2%;
    }

    .adaption .div1 {
        width: 47%;
        margin: 0 auto;
        display: flex;
        margin-top: 4%;
    }

        .adaption .div1 input {
            height: 42px;
            border: 1px solid #dbdbdb;
            box-sizing: border-box;
            width: 85%;
            padding: 0 10px;
            box-sizing: border-box;
        }

        .adaption .div1 .btn {
            width: 15%;
            height: 42px;
            line-height: 42px;
            text-align: center;
            font-size: 14px;
            color: #ffffff;
            background: #d71518;
            cursor: pointer;
        }

    .adaption .p2 {
        color: #999999;
        font-size: 13px;
        text-align: center;
        margin-top: 1%;
    }

.yfloat {
    width: 158px;
    background: #ce2023;
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 99;
    padding: 10px 0;
    border-radius: 10px;
}

    .yfloat .p1 {
        font-size: 20px;
        color: #ffffff;
        text-align: center;
    }

    .yfloat .p2 {
        font-size: 12px;
        color: #ffffff;
        text-align: center;
    }

.consult {
    width: 396px;
    height: 174px;
    background: url(../img/fda.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 5px;
}

    .consult .close {
        text-align: right;
    }

    .consult .p1 {
        font-size: 18px;
        color: #ffffff;
        width: 254px;
        margin: 0 auto;
        margin-top: 22px;
    }

    .consult .btn {
        text-align: right;
        margin-top: 16px;
    }

    .consult .btn1 {
        width: 82px;
        height: 34px;
        line-height: 34px;
        font-size: 13px;
        color: #ffffff;
        text-align: center;
        border: 1px solid #ffffff;
        box-sizing: border-box;
        display: inline-block;
        border-radius: 5px;
        cursor: pointer;
        /* background: #ffffff; */
    }

    .consult .btn2 {
        width: 82px;
        height: 34px;
        line-height: 34px;
        font-size: 13px;
        color: #ce2023;
        text-align: center;
        background: #ffffff;
        display: inline-block;
        border-radius: 5px;
        margin-left: 4px;
        cursor: pointer;
    }

    .consult .close img {
        cursor: pointer;
    }

@media screen and (max-width: 768px) and (min-width: 0px) {
    .adaption .name {
        font-size: 15px;
    }

    .adaption .p1 {
        width: 100%;
        font-size: 12px;
        line-height: 24px;
    }

    .adaption .div1 {
        width: 100%;
    }

        .adaption .div1 .btn {
            font-size: 12px;
            width: 20%;
        }

    .consult {
        width: 90%;
    }

        .consult .p1 {
            font-size: 14px;
        }

    .yfloat .p1 {
        font-size: 14px;
    }
}


.align .stdetail .item {
    padding: 5% 0;
}
    /* .align .stdetail .item:nth-child(1){
  padding-top: 0;
} */
    .align .stdetail .item img {
        width: 46%;
    }

.align .stdetail .rig {
    width: 54%;
}

.align .tit {
    font-size: 16px;
    color: #333333;
}

.align .wenzi {
    margin-bottom: 5%;
}

    .align .wenzi .tit {
        margin-bottom: 3%;
    }

    .align .wenzi .nei p {
        font-size: 14px;
        color: #333333;
        line-height: 24px;
    }

.mobile-top {
    margin-bottom: 8%;
}

    .mobile-top p {
        font-size: 18px;
        color: #333333;
        text-align: center;
    }

    .mobile-top .back {
        height: 24px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

        .mobile-top .back img {
            width: 12px;
        }

    .mobile-top .cont {
        position: relative;
        padding: 14px 0;
    }
    .header .h-right .link:hover{
      color: #d71518;
    }

    .header .h-right .link .pull a:hover{
      background: #d71518;
      color: #fff;
    }
    .tuanchuan .wenzi p span{
      font-size: 15px;
      color: #ffffff;
    }