?page-community .section-1 {
    position: relative;
}

.red_btn:hover {
    background: linear-gradient(90deg, #F52135, #F85F2A) !important;
}

/*八骏O2O*/
.o2o_btn {
    background: linear-gradient(90deg, #f20d23, #fc4d10);
    text-align: center;
    color: #fff;
    padding: 16px 33px;
    font-size: 16px;
}

.o2o_btn_mob {
    background: linear-gradient(90deg, #f20d23, #fc4d10);
    color: white;
    padding: 1rem 3rem;
    display: table;
    font-size: 1.2rem;
    margin: 0 auto;
}

.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 .item-1 {
    background: url(../images/00-banner.jpg) repeat-y center top;
    height: 425px;
}

.page-community .section-1 .item-2 {
    background: url(../images/01-banner.jpg) repeat-y center top;
    height: 400px;
}

.page-community .section-1 .text {
    padding-top: 272px;
}

.page-community .section-2 {
    padding: 27px 0px;
    box-shadow: 0px 10px 30px 0px rgba(93, 93, 93, 0.1);
}

.page-community .section-2 .container .info {
    width: 50%;
    float: left;
}

.page-community .section-2 .container .info div {
    display: inline-block;
    margin-left: 26px;
}

.page-community .section-2 .container .info div h4 {
    font-size: 24px;
}

.page-community .section-2 .container .info div span {
    font-size: 16px;
    color: rgba(136, 136, 136, 1);
}

.page-community .section-2 .container .form {
    width: 50%;
    float: right;
    padding-top: 10px;
}

.page-community .section-2 .container .form .input {
    width: 200px;
    height: 46px;
    background: #FFFFFF;
    float: left;
    margin-right: 10px;
}

.page-community .section-2 .container .form .input input {
    padding: 8px 10px;
    height: 30px;
    width: calc(100% - 20px);
    font-size: 14px;
    border: 1px solid #d0cdcd;
}

.page-community .section-2 .container .form .btn {
    float: left;
    width: 160px;
    height: 48px;
    background: linear-gradient(90deg, #f20d23, #fc4d10);
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF;
    cursor: pointer;
}

.page-community .section-3 {
    background: #fff;
}

.section-3 .div-img {
    background: url("../images/mycrm02.png") no-repeat center center;
    height: 700px;
}

.page-community .section-3 .title {
    color: #333;
    text-align: center;
    width: 100%;
    padding-top: 15px;
}

.page-community .section-3 .title p {
    font-size: 36px;
    margin: 34px 0 20px 0;
}

.page-community .section-3 .title span {
    font-size: 16px;
}

.page-community .section-8 {
    background: #FFFFFF;
    padding-top: 100px;
}

.page-community .section-8 .btn-div {
    margin-top: 30px;
}

.page-community .section-8 .bd .img {
    left: auto;
}

.page-community .section-8 .bd {
    right: 45px;
    height: 370px;
    width: 270px;
}

.page-community .section-8 .hd {
    float: left;
    color: #333333;
    width: 100%;
    margin-left: 100px;
}

.page-community .section-8 .hd .qrcode {
    width: 170px;
}

.page-community .section-8.mod-product-slide .bd li {
    background: none;
    height: 370px;
    overflow: hidden;
}

.page-community .section-8 .hd li i {
    background: url(../images/3ficon01.png) no-repeat;
}

.page-community .section-8 .hd li.item-1 i {
    background-position: 0 0;
}

.page-community .section-8 .hd li.item-2 i {
    background-position: -41px 0;
}

.page-community .section-8 .hd li.item-3 i {
    background-position: -81px 0;
}

.page-community .section-8 .hd li.item-4 i {
    background-position: -121px 0;
}

.page-community .section-8 .hd li.item-5 i {
    background-position: -161px 0;
}

.page-community .section-8 .hd li.item-6 i {
    background-position: -201px 0;
}

.page-community .section-8 .hd li.item-7 i {
    background-position: -241px 0;
}

.page-community .section-8 .hd li.item-8 i {
    background-position: -281px 0;
}

.page-community .section-8 .hd li.item-9 i {
    background-position: -321px 0;
}

.page-community .section-8 .hd li.item-10 i {
    background-position: -361px 0;
}

.page-community .section-8 .hd li.item-11 i {
    background-position: -401px 0;
}

.page-community .section-8 .hd li.item-12 i {
    background-position: -441px 0;
}
.page-community .section-8 .hd li.item-13 i {
    background-position: -481px 0;
}
.page-community .section-8 .hd li.item-14 i {
    background-position: -521px 0;
}
.page-community .section-8 .hd li.item-15 i {
    background-position: -561px 0;
}
.page-community .section-8 .hd li.item-16 i {
    background-position: -601px 0;
}
.page-community .section-8 .hd li.item-17 i {
    background-position: -641px 0;
}
.page-community .section-8 .hd li.item-18 i {
    background-position: -681px 0;
}
	
	
	
.page-community .section-8 .hd li.item-1.on i {
    background-position: 0 bottom;
    height: 35px;
}

.page-community .section-8 .hd li.item-2.on i {
    background-position: -41px bottom;
}

.page-community .section-8 .hd li.item-3.on i {
    background-position: -81px bottom;
}

.page-community .section-8 .hd li.item-4.on i {
    background-position: -121px bottom;
}

.page-community .section-8 .hd li.item-5.on i {
    background-position: -161px bottom;
}

.page-community .section-8 .hd li.item-6.on i {
    background-position: -201px bottom;
}

.page-community .section-8 .hd li.item-7.on i {
    background-position: -241px bottom;
}

.page-community .section-8 .hd li.item-8.on i {
    background-position: -281px bottom;
}

.page-community .section-8 .hd li.item-9.on i {
    background-position: -321px bottom;
}

.page-community .section-8 .hd li.item-10.on i {
    background-position: -361px bottom;
}

.page-community .section-8 .hd li.item-11.on i {
    background-position: -401px bottom;
}

.page-community .section-8 .hd li.item-12.on i {
    background-position: -441px bottom;
}
.page-community .section-8 .hd li.item-13.on i {
    background-position: -481px bottom;
}
.page-community .section-8 .hd li.item-14.on i {
    background-position: -521px bottom;
}
.page-community .section-8 .hd li.item-15.on i {
    background-position: -561px bottom;
}
.page-community .section-8 .hd li.item-16.on i {
    background-position: -601px bottom;
}
.page-community .section-8 .hd li.item-17.on i {
    background-position: -641px bottom;
}
.page-community .section-8 .hd li.item-18.on i {
    background-position: -681px bottom;
}
.page-community .section-8 .hd li {
    width: 150px;
}

.page-community .section-8 .hd li.on {
    color: black;
    background-color: #F4F6F9;
}

.page-community .section-8.mod-product-slide .bd .img {
    top: 0;
    height: 370px;
    background: none;
}

.page-community .section-4 {
    background-color: #F7F9FC;
}

.page-community .section-4 .info .o2o_btn {
    display: table;
    margin: 0 auto;
    margin-top: 70px;
}

.page-community .section-4 .info .img_div {
    display: inline-block;
    text-align: center;
}

.page-community .section-4 .info .img_div2, .img_div3 {
    margin: 0px 35px;
}

.page-community .section-4 .info .img_div div {
    margin-top: 50px;
}

.page-community .section-4 .info .img_div h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 17px;
}

.page-community .section-4 .info .img_div span {
    font-size: 14px;
    color: #888888;
    display: block;
}

.page-community .section-5 {
    background: #F4F6F9;
}

.page-community .section-5 .list .item {
    float: left;
    width: 375px;
    height: 420px;
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
}

.page-community .section-5 .list .item-2 {
    margin: 0 36px;
}

.page-community .section-5 .list .item img {
    position: absolute;
    top: 170px;
    right: 30px;
}

.page-community .section-5 .list .item .bg-img {
    height: 210px;
}

.page-community .section-5 .list .item i {
    position: absolute;
    top: 180px;
    right: 30px;
    width: 77px;
    height: 77px;
}

.page-community .section-5 .list .item-1 i {
    background: url(../images/1f-icon1.png) no-repeat;
}

.page-community .section-5 .list .item-2 i {
    background: url(../images/1f-icon2.png) no-repeat;
}

.page-community .section-5 .list .item-3 i {
    background: url(../images/1f-icon3.png) no-repeat;
}

.page-community .section-5 .list .item-1 .bg-img {
    background: url(../images/1f-img1.jpg) no-repeat;
}

.page-community .section-5 .list .item-2 .bg-img {
    background: url(../images/1f-img2.jpg) no-repeat;
}

.page-community .section-5 .list .item-3 .bg-img {
    background: url(../images/1f-img3.jpg) no-repeat;
}

.page-community .section-5 .list .item .card {
    width: 85%;
    margin: 0 auto;
    padding: 15px 0;
}

.page-community .section-5 .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-5 .list .item .card a {
    background: linear-gradient(90deg, #f20d23, #fc4d10);
    font-size: 16px;
    color: #FFFFFF;
    padding: 12px 33px;
    top: 1px;
    display: inline-block;
    margin: 25px 0;
}

.page-community .section-5 .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-5 .list .item .card .qrcode {
    display: none;
    width: 166px;
    height: 166px;
    margin: 50px auto 0;
}


.page-community .section-6 {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
    position: relative;
}

.page-community .section-6 ul {
    text-align: center;
}

.page-community .section-6 .list .item {
    width: 24%;
    overflow: hidden;
    display: inline-block;
}

.page-community .section-6 .list .item .bg-img {
    width: 245px;
    height: 190px;
    margin: 0 auto;
}

.page-community .section-6 .list .item-1 .bg-img {
    background: url(../images/4f-1.gif) no-repeat;
}

.page-community .section-6 .list .item-2 .bg-img {
    background: url(../images/4f-2.gif) no-repeat;
}

.page-community .section-6 .list .item-3 .bg-img {
    background: url(../images/4f-3.gif) no-repeat;
}

.page-community .section-6 .list .item-4 .bg-img {
    background: url(../images/4f-4.gif) no-repeat;
}

.page-community .section-6 .list .item .card {
    padding: 15px 0;
    width: 225px;
}

.page-community .section-6 .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-6 .list .item .card .desc {
    font-size: 14px;
    color: rgba(136, 136, 136, 1);
    margin-top: 10px;
}

.page-community .section-6 .list .item .card .qrcode {
    display: none;
    width: 166px;
    height: 166px;
    margin: 50px auto 0;
}

.page-community .section-7 .banner_video {
    position: relative;
    margin-top: 0;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    min-height: 750px;
    background: url("../images/my-bg.jpg");
}

.page-community .section-9 {
    background-color: #F7F9FC;
}

.page-community .section-9 .div_img:first-child {
    margin-right: 20px;
}

.page-community .section-9 .div_img {
    display: inline-grid;
    color: white;
}

.page-community .section-9 .div_img .div_desc {
    text-align: center;
    padding-bottom: 21px;
}

.page-community .section-9 .div_img .div_desc1 {
    background: url(../images/6f-bg1.jpg) no-repeat center top;
}

.page-community .section-9 .div_img .div_desc2 {
    background: url(../images/6f-bg2.jpg) no-repeat center top;
}

.page-community .section-9 .div_img img {
    padding: 60px 10px 40px 10px;
    background: rgb(247, 249, 252);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
}

.page-community .section-9 .div_img p {
    font-size: 24px;
    margin-top: 20px;
}

.page-community .section-9 .div_img span {
    font-size: 14px;
    display: block;
    line-height: 25px;
}

.page-community .section-10 .content {
    text-align: center;
}

.page-community .section-10 img {
    width: 434px;
    height: 447px;
}

.page-community .section-10 img:first-child {
    margin-right: 160px;
}

.page-community .section-11 {
    height: 199px;
    background: url(../images/8f-bg.jpg) no-repeat center top;
}

.page-community .section-11 .section-title h2 {
    font-size: 30px;
}

.page-community .section-11 .section-title {
    margin-bottom: 32px;
    padding-top: 45px;
}

.page-community .section-11 .btns {
    text-align: center;
}

.page-community .section-11 .btns a {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 18px 57px;
}
.page-community .page-index .section-8 {
    background: #F7F9FC;
}
.page-community .section-13 .item {
    width: 264px;
    height: 180px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    float: left;
    margin-right: 30px;
    text-align: center;
    cursor: pointer;
}

.page-community .section-13 .item:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.page-community .section-13 .item i {
    width: 175px;
    height: 76px;
    display: block;
    margin: 30px auto 0;
}

.page-community .section-13 .item span {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    display: block;
    margin-top: 20px;
    position: relative;
}

.page-community .section-13 .item span:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background: #F54544;
    bottom: -33px;
    left: 112px;
}

.page-community .section-13 .item-1 i {
    background: url(../images/logo28.png) no-repeat;
}

.page-community .section-13 .item-2 i {
    background: url(../images/logo08.png) no-repeat;
}

.page-community .section-13 .item-3 i {
    background: url(../images/logo11.png) no-repeat;
}

.page-community .section-13 .item-4 i {
    background: url(../images/logo16.png) no-repeat;
}

.page-community .section-14 {
    background-color: #F7F9FC;
}

.page-community .section-14 .div_img:first-child {
    margin-right: 20px;
}

.page-community .section-14 .div_img {
    display: inline-grid;
    color: white;
}

.page-community .section-14 .div_img .div_desc {
    text-align: center;
    padding-bottom: 21px;
}

.page-community .section-14 .div_img .div_desc1 {
    background: url(../images/6f-bg1.jpg) no-repeat center top;
}

.page-community .section-14 .div_img .div_desc2 {
    background: url(../images/6f-bg2.jpg) no-repeat center top;
}

.page-community .section-14 .div_img img {
    padding: 60px 10px 40px 10px;
    background: rgb(247, 249, 252);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
}

.page-community .section-14 .div_img p {
    font-size: 24px;
    margin-top: 20px;
}

.page-community .section-14 .div_img span {
    font-size: 14px;
    display: block;
    line-height: 25px;
}

@media screen and (max-width: 768px) {
    .page-community .mob-s1 {
        background-color: #FFFFFF;
        box-shadow: 0px 10px 30px 0px rgba(93, 93, 93, 0.1);
        display: none;
    }

    .page-community .mob-s1 .form_sub {
        text-align: center;
    }

    .page-community .mob-s1 .form_sub input {
        width: calc(100% - 85px);
        font-size: 1.4rem;
        color: rgba(136, 136, 136, 1);
        line-height: 5rem;
        margin: 1.2rem 0px;
        text-indent: 1.5rem;
    }

    .page-community .mob-s1 .form_sub div {
        width: calc(100% - 130px);
        height: 5rem;
        background: linear-gradient(90deg, #f20d23, #fc4d10);
        font-size: 1.4rem;
        text-align: center;
        line-height: 5rem;
        color: #FFFFFF;
        display: inline-block;
    }


    .page-community .mob-s2 {
        background: #FFFFFF;
        padding-bottom: 2rem;
    }

    .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 {
        text-align: left;
        margin: 0rem 0 1rem 0;
        width: 100%;
    }

    .page-community .mob-s2 .list h3 {
        font-size: 1.4rem;
        color: rgba(0, 0, 0, 1);
    }

    .page-community .mob-s2 .list span {
        color: #888888;
        font-size: 1.2rem;
    }

    .page-community .mob-s2 .list i {
        border-bottom: 1px dashed #CACBCC;
        width: 95%;
        height: 1px;
        display: block;
        margin: 0 auto;
        margin: 2rem auto;
    }

    .page-community .mob-s2 .list .item img {
        width: 6rem;
        float: left;
        margin: 0 1rem;
    }


    .page-community .mob-s3 {
        background-color: #ffffff;
    }

    .page-community .mob-s3 img {
        width: 80%;
    }

    .page-community .mob-s3 img:nth-child(1) {
        margin-bottom: 5rem;
    }

    .page-community .mob-s4 {
        background: #F7F9FC;
    }

    .page-community .mob-s4 .s-title {
        padding: 0;
        margin: 2rem 0;
    }

    .page-community .mob-s4 .s-title h2 {
        font-size: 1.7rem;
    }

    .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: 0.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-s4 .list .item a {
        background: linear-gradient(90deg, #f20d23, #fc4d10);
        color: white;
        padding: 1rem 3rem;
        display: inline-block;
        font-size: 1.2rem;
        margin: 1rem;
    }

    .page-community .mob-s5 {
        background-color: #F7F9FC;
        padding-bottom: 3rem;
    }

    .page-community .mob-s5 .s-title p {
        font-size: 1.3rem;
        width: 80%;
        margin: 0 auto;
    }

    .page-community .mob-s5 .img {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
    }

    .page-community .mob-s5 .img:nth-child(2) {
        margin: 1rem 0;
    }

    .page-community .mob-s5 .img_title1 {
        background: url(../images/5f-bg1.jpg);
        color: #FFFFFF;
    }

    .page-community .mob-s5 .img_title2 {
        background: url(../images/5f-bg2.jpg);
        color: #FFFFFF;
    }

    .page-community .mob-s5 .img_title p {
        font-size: 1.6rem;
        line-height: 4rem;
    }

    .page-community .mob-s5 .img_title span {
        font-size: 1.4rem;
        display: inline-block;
        margin-bottom: 1rem;
        width: 90%;
    }

    .page-community .mob-s5 .img img {
        margin: 3rem 1rem;
        width: 90%;
    }

    .page-community .mob-s7 {
        background: #FFFFFF;
    }

    .page-community .mob-s7 .list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .page-community .mob-s7 .list .item {
        width: 22%;
        text-align: center;
        margin: 10px 5px;
    }

    .page-community .mob-s7 .list .item span {
        font-size: 15px;
        color: rgba(0, 0, 0, 1);
    }

    .page-community .mob-s7 .list .item div {
        background: url(../images/3f-icon.png);
        background-position-y: 3rem;
        width: 2.8rem;
        height: 2.8rem;
        margin: 1rem auto;
    }

    .page-community .mob-s7 .list .item-1 div {
        background-position-x: -0.25rem;

    }

    .page-community .mob-s7 .list .item-2 div {
        background-position-x: -3.6rem;
    }

    .page-community .mob-s7 .list .item-3 div {
        background-position-x: -6.9rem;
    }

    .page-community .mob-s7 .list .item-4 div {
        background-position-x: -10.2rem;
    }

    .page-community .mob-s7 .list .item-5 div {
        background-position-x: -13.6rem;
    }

    .page-community .mob-s7 .list .item-6 div {
        background-position-x: -17rem;
    }

    .page-community .mob-s7 .list .item-7 div {
        background-position-x: -20.2rem;
    }

    .page-community .mob-s7 .list .item-8 div {
        background-position-x: -23.6rem;
    }

    .page-community .mob-s7 .list .item-9 div {
        background-position-x: -26.8rem;
    }

    .page-community .mob-s7 .list .item-10 div {
        background-position-x: -30.3rem;
    }

    .page-community .mob-s7 .list .item-11 div {
        background-position-x: -33.6rem;
    }

    .page-community .mob-s7 .list .item-12 div {
        background-position-x: -36.9rem;
    }

    .page-community .mob-s8 {
        background: #F7F9FC;
    }

    .page-community .mob-s8 .o2o_btn_mob {
        margin: 2rem auto;
    }

    .page-community .mob-s8 .list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .page-community .mob-s8 .list .item {
        width: 48%;
        text-align: center;
        margin: 0rem 0 1rem 0;
    }

    .page-community .mob-s8 .list h3 {
        font-size: 1.2rem;
        color: rgba(0, 0, 0, 1);
        font-weight: 600;
    }

    .page-community .mob-s8 .list span {
        color: #888888;
        width: 95%;
        display: block;
    }

    .page-community .mob-s8 .list .item img {
        width: 90%;
        margin-bottom: 1rem;
        box-shadow: 0px 20px 40px 0px rgba(5, 35, 81, 0.07);
        border-radius: 20px;
        height: 23rem;
    }

    .page-community .mob-s9 {
        background: url(../images/7f-bottom.jpg) no-repeat center top;
        background-size: cover;
        padding-bottom: 2rem;
        height: 150px;
    }

    .page-community .mob-s9 .btns h3 {
        font-size: 1.6rem;
        color: #FFFFFF;
        text-align: center !important;
        margin-top: 25px;
    }

    .page-community .mob-s9 .btns a {
        color: #FFFFFF;
        border: 1px solid rgba(255, 255, 255, 1);
        padding: 1rem 3rem;
        display: inline-block;
        margin-top: 20px;
        font-size: 1.2rem;
    }

}
