﻿
.page-community .section-1 {
    position: relative;
}

/*社区团购*/
.page-community .section-1 .hd {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
}

.page-community .section-1 .hd li {
    width: 55px;
    height: 30px;
    display: inline-block;
    margin: 0 8px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-indent: -140px;
}

.page-community .section-1 .hd li:before,
.page-community .section-1 .hd li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
}

.page-community .section-1 .hd li:before {
    z-index: 1;
    background: rgba(255, 255, 255, .5);
}

.page-community .section-1 .hd li:after {
    z-index: 2;
    background: #fff;
    width: 0;
}

.page-community .section-1 .hd li.on:after {
    width: 100%;
    transition: width 3s ease-in-out;
}

.page-community .section-1 .bd {
    width: 1920px;
    margin-left: -360px;
}

.page-community .section-1 a {
    border: 1px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
    padding: 14px 41px;
    position: absolute;
    top: 285px;
    font-size: 16px;
}

.page-community .section-1 a:hover {
    background-color: white;
    color: red;
}

.page-community .section-1 .item-1 {
    background: url(../img/bn-3.jpg) repeat-y center top;
    height: 400px;
}

.page-community .section-1 .text {
    padding-top: 272px;
}


.page-community .section-2 {
    background: #F4F6F9;
    padding-bottom: 76px;
    margin: 0 10px;
}

.page-community .section-2 .section-title h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}

.page-community .section-2 .info .img_div {
    display: inline-block;
    text-align: center;
    background-color: #FFFFFF;
    position: relative;
}

.page-community .section-2 .info .img_div:hover {
    box-shadow: 0px -10px 20px 0px rgba(43, 47, 50, 0.15);
}

.page-community .section-2 .info .img_div .img_content {
    position: absolute;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
}

.page-community .section-2 .info .img_div .img_content h2 {
    font-size: 26px;
    margin-top: 30px;
}

.page-community .section-2 .info .img_div .img_content span {
    font-size: 16px;
    line-height: 25px;
}

.page-community .section-2 .info .img_div .img_content a {
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    font-size: 14px;
    color: rgba(255, 39, 26, 1);
    display: inherit;
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 15px;
}

.page-community .section-2 .info .img_div:nth-child(2) {
    margin-right: 8.5px;
    margin-left: 15px;
}

.page-community .section-2 .info .img_div:nth-child(3) {
    margin-right: 15px;
    margin-left: 8.5px;
}

.page-community .section-2 .info .img_div ul {
    width: 80%;
    margin: 15px 0 30px 0;
}

.page-community .section-2 .info .img_div ul li {
    font-size: 16px;
    height: 40px;
}

.page-community .section-2 .info .img_div ul li::before {
    content: ".";
    color: #F20D23;
    display: inline-block;
    position: relative;
    font-size: 40px;
    top: -4px;
    padding-right: 29px;
    line-height: 30px;
}

.page-community .section-5 {
    background: #FFFFFF;
}

.page-community .section-5 .section-title {
    margin-bottom: 0px;
}

.page-community .section-5 .section-title h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}

.page-community .section-5 .info {
    text-align: center;
}

.page-community .section-4 {
    padding-bottom: 76px;
}

.page-community .section-4 .info .img_div {
    display: inline-block;
    text-align: center;
    width: 250px;
}

.page-community .section-4 .info .img_div:nth-child(2) {
    margin: 0 20px 0 40px;
}

.page-community .section-4 .info .img_div:nth-child(3) {
    margin: 0 20px;
}

.page-community .section-4 .info .img_div:nth-child(4) {
    margin: 0 40px 0 20px;
}

.page-community .section-4 .info .img_div h2 {
    font-size: 20px;
    line-height: 55px;
    font-weight: bold;
}

.page-community .section-4 .info .img_div span {
    font-size: 14px;
    color: #888888;
    display: block;
}

.page-community .section-3 {
    background: #F4F6F9;
    position: relative;
    padding-bottom: 30px;
}

.page-community .section-3 .section-title {
    padding-top: 67px;
}

.page-community .section-3 .list .item {
    float: left;
    width: 377px;
    height: 320px;
    margin: 0 32px 36px 0;
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
}

.page-community .section-3 .list .item:hover {
    box-shadow: 0px -10px 20px 0px rgba(43, 47, 50, 0.15);
}

.page-community .section-3 .list .item:nth-child(3), .item:nth-child(6) {
    margin: 0 !important;
}

.page-community .section-3 .list .item img {
    position: absolute;
    top: 180px;
    right: 30px;
}

.page-community .section-3 .list .item .bg-img {
    width: 377px;
    height: 210px;
}

.page-community .section-3 .list .item-1 .bg-img {
    background: url(../img/3f-img1.jpg) no-repeat;
}

.page-community .section-3 .list .item-2 .bg-img {
    background: url(../img/3f-img2.jpg) no-repeat;
}

.page-community .section-3 .list .item-3 .bg-img {
    background: url(../img/3f-img3.jpg) no-repeat;
}

.page-community .section-3 .list .item-4 .bg-img {
    background: url(../img/3f-img4.jpg) no-repeat;
}

.page-community .section-3 .list .item-5 .bg-img {
    background: url(../img/3f-img5.jpg) no-repeat;
}

.page-community .section-3 .list .item-6 .bg-img {
    background: url(../img/3f-img6.jpg) no-repeat;
}

.page-community .section-3 .list .item .card {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
}

.page-community .section-3 .list .item .card h2 {
    font-weight: bold;
    font-size: 18px;
    font-family: PingFang SC;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
    margin-top: 15px;
}

.page-community .section-3 .list .item .card .desc {
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    line-height: 24px;
    margin-top: 10px;
}

.page-community .section-3 .list .item .card .qrcode {
    display: none;
    width: 166px;
    height: 166px;
    margin: 50px auto 0;
}

.page-community .section-6 .content {
    background: url(../img/5f-img1.jpg) no-repeat;
    height: 500px;
    font-size: 0;
}

.page-community .section-6 .content img {
    position: absolute;
}

.page-community .section-6 .content .content_div {
    position: relative;
    display: inline-block;
    width: 33.2%;
    height: 250px;
    color: #FFFCF7;
    border-left: 1px solid #ffffff4d;
    vertical-align: middle;
    border-bottom: 1px solid #ffffff4d;
}

.page-community .section-6 .content .content_div:nth-child(6) div {
    margin-top: 10px;
}

.page-community .section-6 .content .content_div div {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    margin-top: 45px;
}

.page-community .section-6 .content .content_div p {
    font-size: 16px;
    text-align: center;
    margin: 28px 0;
}

.page-community .section-6 .content .content_div p i {
    display: none;
}

.page-community .section-6 .content .content_div3:hover .bg_div {
    width: 101% !important;
}

.page-community .section-6 .content .content_div6:hover .bg_div {
    width: 101% !important;
}

.page-community .section-6 .content .content_div:hover p i {
    display: block;
    position: absolute;
    left: 235px;
    font-size: 15px;
    color: #ffffff99;
}

.page-community .section-6 .content .content_div .bg_div {
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: 1px !important;
    left: 0px;
    top: -1px;
}

.page-community .section-6 .content .content_div:hover .bg_div {
    background: linear-gradient(45deg, rgba(252, 51, 52, 1), rgba(254, 106, 65, 1));
    opacity: 0.7;
}

.page-community .section-7 {
    margin-bottom: 80px;
}

.page-community .section-7 .hd {
    width: 1110px;
    margin: 0 auto;
}

.page-community .section-7 .hd ul {
    width: 1140px;
}

.page-community .section-7 .hd li {
    float: left;
    width: 160px;
    height: 60px;
    margin: 0 30px 20px 0;
    position: relative;
    overflow: hidden;
}

.page-community .section-7 .hd li .img div {
    height: 60px;
}

.page-community .section-7 .hd li:nth-child(1) .img div {
    background: url(../img/5f-logo01.png) no-repeat;
}

.page-community .section-7 .hd li:nth-child(2) .img div {
    background: url(../img/5f-logo02.png) no-repeat;
}

.page-community .section-7 .hd li:nth-child(3) .img div {
    background: url(../img/5f-logo03.png) no-repeat;
}

.page-community .section-7 .hd li:nth-child(4) .img div {
    background: url(../img/5f-logo04.png) no-repeat;
}

.page-community .section-7 .hd li:nth-child(5) .img div {
    background: url(../img/5f-logo05.png) no-repeat;
}

.page-community .section-7 .hd li:nth-child(6) .img div {
    background: url(../img/5f-logo06.png) no-repeat;
}

.page-community .section-7 .hd li:nth-child(7) .img div {
    background: url(../img/5f-logo07.png) no-repeat;
}

.page-community .section-7 .hd li:nth-child(8) .img div {
    background: url(../img/5f-logo08.png) no-repeat;
}

.page-community .section-7 .hd li:nth-child(9) .img div {
    background: url(../img/5f-logo09.png) no-repeat;
}

.page-community .section-7 .hd li:nth-child(10) .img div {
    background: url(../img/5f-logo10.png) no-repeat;
}

.page-community .section-7 .hd li:nth-child(11) .img div {
    background: url(../img/5f-logo11.png) no-repeat;
}

.page-community .section-7 .hd li:nth-child(12) .img div {
    background: url(../img/5f-logo12.png) no-repeat;
}


.page-community .section-7 .hd li .img {
    position: relative;
    z-index: 2;
}

.page-community .section-7 .hd li .text {
    width: 158px;
    height: 58px;
    text-align: center;
    line-height: 60px;
    position: absolute;
    top: 0px;
    z-index: 2;
    color: #F20D23;
    font-size: 16px;
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(242, 13, 35, 1);
    font-weight: bold;
    display: none;
}

.page-community .section-7 .hd li.on .text, .page-community .section-7 .hd li:hover .text {
    display: block;
}

.page-community .section-7 .bd {
    margin-top: 20px;
}

.page-community .section-7 .bd ul,
.page-community .section-7 .bd li {
    height: 378px;
    overflow: hidden;
}

.page-community .section-7 .bd li .left {
    width: 50%;
    float: left;
    text-align: right;
    padding: 30px;
    box-sizing: border-box;
    background: rgba(242, 13, 35, .1);
    height: 100%;
}

.page-community .section-7 .bd li .right {
    width: 50%;
    height: 100%;
    float: right;
    text-align: left;
    box-sizing: border-box;
    padding: 25px 50px;
}

.page-community .section-7 .bd li .right h3 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 40px;
}

.page-community .section-7 .bd li .right h3:after {
    content: '';
    width: 40px;
    height: 4px;
    background: linear-gradient(90deg, #f20d23, #E73619);
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-community .section-7 .bd li .right .desc {
    margin-bottom: 20px;
}

.page-community .section-7 .bd li .right .desc h4 {
    font-size: 16px;
    color: #333;
    float: left;
    font-weight: bold;
}

.page-community .section-7 .bd li .right .desc i {
    width: 4px;
    height: 4px;
    background: #F20D23;
    float: left;
    margin: 8px 16px;
}

.page-community .section-7 .bd li .right .desc span {
    color: #888;
    font-size: 16px;
}

.page-community .section-7 .bd li .right .btn {
    background: linear-gradient(90deg, #f20d23, #E73619);
    width: 130px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 40px 0 0 0;
}

.page-community .section-7 .hd {
    width: 1110px;
    margin: 0 auto;
}

.page-community .section-7 .hd ul {
    width: 1140px;
}

.page-community .section-7 .hd li {
    float: left;
    width: 160px;
    height: 60px;
    margin: 0 30px 20px 0;
    position: relative;
    overflow: hidden;
}

.page-community .section-7 .hd li .img div {
    height: 60px;
}

.page-community .section-7 .hd li:nth-child(1) .img div {
    background: url(../img/5f-logo07.png) no-repeat;
}

.page-community .section-7 .hd li:nth-child(2) .img div {
    background: url(../img/5f-logo08.png) no-repeat;
}

.page-community .section-7 .hd li:nth-child(3) .img div {
    background: url(../img/5f-logo09.png) no-repeat;
}

.page-community .section-7 .hd li:nth-child(4) .img div {
    background: url(../img/5f-logo10.png) no-repeat;
}

.page-community .section-7 .hd li:nth-child(5) .img div {
    background: url(../img/5f-logo11.png) no-repeat;
}

.page-community .section-7 .hd li:nth-child(6) .img div {
    background: url(../img/5f-logo12.png) no-repeat;
}


.page-community .section-7 .hd li .img {
    position: relative;
    z-index: 2;
}

.page-community .section-7 .hd li .text {
    width: 158px;
    height: 58px;
    text-align: center;
    line-height: 60px;
    position: absolute;
    top: 0px;
    z-index: 2;
    color: #F20D23;
    font-size: 16px;
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(242, 13, 35, 1);
    font-weight: bold;
    display: none;
}

.page-community .section-7 .hd li.on .text, .page-community .section-7 .hd li:hover .text {
    display: block;
}

.page-community .section-7 .bd {
    margin-top: 20px;
}

.page-community .section-7 .bd ul,
.page-community .section-7 .bd li {
    height: 378px;
    overflow: hidden;
}

.page-community .section-7 .bd li .left {
    width: 50%;
    float: left;
    text-align: right;
    padding: 30px;
    box-sizing: border-box;
    background: rgba(242, 13, 35, .1);
    height: 100%;
}

.page-community .section-7 .bd li .right {
    width: 50%;
    height: 100%;
    float: right;
    text-align: left;
    box-sizing: border-box;
    padding: 25px 50px;
}

.page-community .section-7 .bd li .right h3 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 40px;
}

.page-community .section-7 .bd li .right h3:after {
    content: '';
    width: 40px;
    height: 4px;
    background: linear-gradient(90deg, #f20d23, #E73619);
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-community .section-7 .bd li .right .desc {
    margin-bottom: 20px;
}

.page-community .section-7 .bd li .right .desc h4 {
    font-size: 16px;
    color: #333;
    float: left;
    font-weight: bold;
}

.page-community .section-7 .bd li .right .desc i {
    width: 4px;
    height: 4px;
    background: #F20D23;
    float: left;
    margin: 8px 16px;
}

.page-community .section-7 .bd li .right .desc span {
    color: #888;
    font-size: 16px;
}

.page-community .section-7 .bd li .right .btn {
    background: linear-gradient(90deg, #f20d23, #E73619);
    width: 130px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 40px 0 0 0;
}

.page-community .section-8 .about-cases {
    position: relative;
    height: 600px
    overflow: hidden;
}

.page-community .section-8 .about-cases .about-case {
    width: 3680px;
    white-space: nowrap;
    height: 70px;
    margin: 50px 0;
    -webkit-animation: 60s rowleft linear infinite normal;
    animation: 60s rowleft linear infinite normal;
}

.page-community .section-8 .about-cases .about-case .about-case-logo {
    width: 230px;
}

.page-community .section-8 .about-cases .about-case .about-case-logo:nth-child(even) {
    left: 100%;
}

.page-community .section-8 .about-cases .about-case:first-child {
    margin-top: 25px;
}

.page-community .section-8 .about-cases .about-case:nth-child(even) {
    -webkit-animation: 80s rowleft linear infinite normal;
    animation: 80s rowleft linear infinite normal;
}

.page-community .section-8 .about-cases .about-case:nth-child(even) .about-case-logo {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

.page-community .section-8 .about-cases .page-community .section-8 .about-cases-title {
    position: absolute;
    top: 265px;
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #293E63;
    line-height: 1;
    font-weight: 300;
}

.page-community .section-8 .about-cases .page-community .section-8 .about-cases-title .page-community .section-8 .about-cases-title-mask {
    display: inline-block;
    width: 600px;
    height: 60px;
    line-height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 0px 30px 30px rgba(255, 255, 255, 0.8);
    font-weight: bold;
}

.page-community .section-8 .about-cases .page-community .section-8 .about-cases-title .page-community .section-8 .about-cases-title-number {
    width: 100px;
    margin-top: -5px;
}

.page-community .section-8 .about-cases .page-community .section-8 .about-cases-title text {
    color: #FC3D34;
    margin: 0 10px;
}

@keyframes rowleft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-1840px, 0, 0);
        transform: translate3d(-1840px, 0, 0);
    }
}

.page-community .section-8 .about-cases .about-cases-title {
    position: absolute;
    top: 265px;
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #293E63;
    line-height: 1;
    font-weight: 300;
}

.page-community .section-8 .about-cases .about-cases-title .about-cases-title-mask {
    display: inline-block;
    width: 600px;
    height: 60px;
    line-height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 0px 30px 30px rgba(255, 255, 255, 0.8);
    font-weight: bold;
}

.page-community .section-8 .about-cases .about-cases-title .about-cases-title-number {
    width: 100px;
    margin-top: -5px;
}

.page-community .section-8 .about-cases .about-cases-title text {
    color: #FC3D34;
    margin: 0 10px;
}

.page-community .section-9 {
    height: 331px;
    background: url(../img/8f.jpg) no-repeat center top;
}

.page-community .section-9 .section-title p {
    font-size: 24px;
}

.page-community .section-9 .btns {
    text-align: center;
}

.page-community .section-9 .btns a {
    margin: 0 10px;
}

@media screen and (max-width: 768px) {
    .page-community .mob-s1 {
        background: #F7F9FC;
    }

    .page-community .mob-s1 .list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .page-community .mob-s1 .list .item {
        width: 48%;
        text-align: center;
        margin: 0.5rem 0;
        background-color: #FFFFFF;
        padding: 0.5rem 0rem 0.5rem 0rem;
        position: relative;
    }

    .page-community .mob-s1 .list .item-1, .item-3 {
        margin-right: 1rem !important;
    }

    .page-community .mob-s1 .list h3 {
        font-size: 1.2rem;
        color: rgba(0, 0, 0, 1);
        font-weight: 600;
    }

    .page-community .mob-s1 .list span {
        color: #888888;
    }

    .page-community .mob-s1 .list .item div {
        display: inline-block;
        margin: 0.3rem 0 0.3rem 0rem;
        text-align: left;
    }

    .page-community .mob-s1 .list .item img:first-child {
        float: left;
        width: 4rem;
    }

    .page-community .mob-s2 {
        background: #FFFFFF;
    }

    .page-community .mob-s2 .list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .page-community .mob-s2 .list .item {
        width: 48%;
        text-align: center;
        margin: 1.5rem 0;
    }

    .page-community .mob-s2 .list h3 {
        font-size: 1.2rem;
        color: rgba(0, 0, 0, 1);
        font-weight: 600;
    }

    .page-community .mob-s2 .list span {
        color: #888888;
    }

    .page-community .mob-s2 .list .item img {
        margin-bottom: 1rem;
    }


    .page-community .mob-s4 {
        background: #F7F9FC;
    }

    .page-community .mob-s4 .s-title {
        padding: 0;
        margin: 2rem;
    }

    .page-community .mob-s4 .list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .page-community .mob-s4 .list .item {
        padding-bottom: 1.3rem;
        background-color: #ffffff;
        margin-bottom: 15px;
    }

    .page-community .mob-s4 .list .item img {
        width: 100%;
    }

    .page-community .mob-s4 .list .item h3 {
        width: 95%;
        margin: 0 auto;
        font-size: 1.3rem;
        color: rgba(0, 0, 0, 1);
        font-weight: 600;
        line-height: 3rem;
    }

    .page-community .mob-s4 .list .item span {
        font-size: 1.1rem;
        display: inherit;
        width: 95%;
        margin: 0 auto;
        color: #888888;
    }

    .page-community .mob-s5 {
        background-color: #FFFFFF;
    }

    .page-community .mob-s5 .info {
        text-align: center;
        font-size: 1.2rem;
    }

    .page-community .mob-s5 .info .bg_div1, .bg_div3, .bg_div5 {
        margin-right: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .page-community .mob-s5 .info .bg_div {
        width: 48.5%;
        height: 10rem;
        display: inline-block;
        background-size: cover !important;
    }

    .page-community .mob-s5 .info .bg_div1 {
        background: url(../img/4f-img1.jpg) no-repeat center top;
    }

    .page-community .mob-s5 .info .bg_div2 {
        background: url(../img/4f-img2.jpg) no-repeat center top;
    }

    .page-community .mob-s5 .info .bg_div3 {
        background: url(../img/4f-img3.jpg) no-repeat center top;
    }

    .page-community .mob-s5 .info .bg_div4 {
        background: url(../img/4f-img4.jpg) no-repeat center top;
    }

    .page-community .mob-s5 .info .bg_div5 {
        background: url(../img/4f-img5.jpg) no-repeat center top;
    }

    .page-community .mob-s5 .info .bg_div6 {
        background: url(../img/4f-img6.jpg) no-repeat center top;
    }

    .page-community .mob-s5 .info .bg_div:nth-child(5) div {
        position: relative;
        top: -1rem;
    }


    .page-community .mob-s5 .info .bg_div div {
        text-align: center;
        margin-top: 2rem;
    }

    .page-community .mob-s5 .info .bg_div span {
        display: inherit;
        color: white;
        line-height: 2.2rem;
        margin: 0;
    }

    .page-community .mob-s6 {
        height: 57rem;
    }

    .page-community .mob-s6 .info {
        margin: -2rem auto;
    }


    .page-community .mob-s6 .swiper-pagination {
        height: 2rem;
        width: 90%;
        margin-top: 4rem;
    }

    .page-community .mob-s6 .swiper-pagination-bullet-active {
        width: 36px !important;
    }

    .page-community .mob-s6 .swiper-pagination-bullet {
        display: inline-block;
        margin: 0 8px;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        text-indent: -140px;
        border-radius: 0;
        width: 26px;
        height: 6px;
        background: linear-gradient(90deg, rgba(252, 80, 6, 1), rgba(242, 28, 35, 1));
    }

    .page-community .mob-s6 .info .bg_div {
        background: rgba(255, 255, 255, 1);
        border-radius: 10px;
        height: 39rem;
        position: relative;
        margin-top: 6rem;
    }

    .page-community .mob-s6 .info .bg_div .top {
        top: -4rem;
        height: 280px;
        background: linear-gradient(90deg, rgba(252, 80, 6, 1), rgba(242, 28, 35, 1));
        border-radius: 20px;
        width: 90%;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

    .page-community .mob-s6 .info .bg_div .bottom {
        height: 300px;
        position: absolute;
        width: 90%;
        left: 0;
        right: 0;
        margin: auto;
        top: 20rem;
    }

    .page-community .mob-s6 .info .bg_div .bottom div {
        margin: 1rem 0rem;
    }

    .page-community .mob-s6 .info .bg_div .bottom div span:first-child {
        font-size: 1.5rem;
        color: #333333;
    }

    .page-community .mob-s6 .info .bg_div .bottom div i {
        width: 4px;
        height: 4px;
        background: #F20D23;
        margin: 0.4rem 0.8rem;
        display: inline-block;
    }

    .page-community .mob-s6 .info .bg_div .bottom p {
        background: #f21c23;
        font-size: 1.2rem;
        color: rgba(255, 255, 255, 1);
        margin: 0 auto;
        margin-top: 3rem;
        padding: 1rem 3rem;
        display: table;
    }

    .page-community .mob-s6 .info .bg_div .bottom div span:nth-child(3) {
        font-size: 1.3rem;
        color: #888888;
        position: absolute;
        width: 20rem;
    }

    .page-community .mob-s6 .info .bg_div .top .img_div {
        margin-top: 2rem;
    }

    .page-community .mob-s6 .info .bg_div .top .img_div img:first-child {
        width: 10rem;
    }

    .page-community .mob-s6 .info .bg_div .top .img_div img:nth-child(2) {
        width: 22rem;
        margin-top: 1.5rem;
    }

    .page-community .mob-s7 {
        background: #FFFFFF;
    }

    .page-community .mob-s7 h2 span {
        color: #FC3D34;
        margin: 0 0.3rem;
    }

    .page-community .mob-s7 .img_div {
        text-align: center;
    }

    .page-community .mob-s7 .img_div img {
        border: 1px solid rgba(230, 230, 230, 1);
        border-radius: 2px;
        width: 30%;
        margin: 0.1rem;
    }

    .page-community .mob-s7 .swiper-pagination7 {
        text-align: center;
        margin: 1rem 0rem -1rem 0;
    }

    .page-community .mob-s7 .swiper-pagination7 .swiper-pagination-bullet-active {
        background: #B3B3B3 !important;
    }

    .page-community .mob-s7 .swiper-pagination7 .swiper-pagination-bullet {
        background: #585858;
        padding: 0.5rem;
        margin: 0.5rem;
    }

    .page-community .mob-s9 {
        background: url(../img/8f.jpg) no-repeat center top;
        background-size: cover;
        padding-bottom: 2rem;
        height: 19rem;
    }

    .page-community .mob-s9 a {
        line-height: 4rem;
        width: 11rem;
        background-size: 22rem;
        height: 3.5rem;
        margin: 0.5rem;
    }
}
