* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

.service-in img {
    width: 80%;
    margin-top: 50px;
}

.table {
    text-align: center;
}


/* 酒城收益 */

.learn-more {
    background: url(../imgs/regional-appcica.png)no-repeat;
    padding: 90px 0;
    /* height: 650px; */
}

.learn-more h2 {
    color: #ffffff;
}

.learn-more h6 {
    margin-bottom: 30px;
    color: #ffffff;
}

.grid {
    margin-top: 100px;
}

.num {
    text-align: center;
}

.n {
    text-align: center;
    border-right: 1px solid #e0e0e0;
}

.num p {
    color: #ffffff;
    font-size: 80px;
}

.num span {
    font-size: 31px;
}

hr {
    width: 30px;
    height: 2px;
    background: #ffffff;
    margin: 0 auto;
    margin-top: 80px;
}

td {
    color: #898989;
}

.nums {
    margin-top: 60px;
    color: #ffffff;
}

h5 {
    color: #333333;
}


/* 区级合作伙伴 */

.as h5 {
    margin-top: 50px;
}

.cont p {
    text-align: justify;
}

.cont img {
    width: 100%;
}

.cont .ab img {
    margin-top: 95px;
}


/* 酿酒坊收益 */

.app-more {
    background: url(../imgs/regional-app.png)no-repeat;
    padding: 90px 0;
    /* height: 650px; */
}

.app-more h2 {
    color: #ffffff;
}

.app-more h6 {
    margin-bottom: 30px;
    color: #ffffff;
}


/* 申请合作 */

.tm-page-header {
    width: 100%;
    height: 618px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: 165px;
}


/****************公共样式********************/

li {
    list-style: none;
}

.color-green {
    color: #26b985;
}

.color-white {
    color: #ffffff;
}

.color-finsh {
    color: #aab6c1;
}

.hide {
    display: none !important;
}

.hides {
    display: none;
}

.overflow {
    overflow: hidden;
}

.border-red {
    border-color: #dc0d45 !important;
}


/* foot */

p {
    text-align: center;
}

.cont p {
    text-align: justify;
}

.answer div {
    border-bottom: 1px solid #e5e5e5;
    margin-top: 10px;
}

.answer .answer-p {
    font-size: 18px;
    color: #333333;
}

.answer-p1 {
    color: #666666;
}

.foot {
    background: #000000;
    background: url(../imgs/index-foot1.png)no-repeat;
    padding: 80px 0 10px 0;
}

.foot h6 {
    margin-bottom: 10px;
    color: #ffffff;
}

.foot h2 {
    color: #ffffff;
}

.foot p {
    color: #ffffff;
    text-align: justify
}

.foot1 div {
    text-align: center;
}

.foot2 p {
    text-align: center;
}

.foot-end {
    margin-top: 50px;
}

.foot-end p {
    text-align: center;
}

.police {
    font-size: 14px;
    color: #ffffff !important;
}

.police img {
    width: 20px;
    height: 20px;
    margin-top: -3px;
}

@media (max-width: 992px) {
    .img img {
        width: 100%;
        height: 305px;
    }
    .app-more {
        background: #000000;
        padding: 90px 0;
    }
    .learn-more {
        background: #000000;
        padding: 90px 0;
        /* height: 650px; */
    }
    .foot {
        background: #000000;
        /* background: url(../imgs/index-foot.png)no-repeat; */
        padding: 80px 0 10px 0;
    }
}

@media (max-width: 1200px) {
    .tm-page-header {
        height: 329px;
    }
}


/* 小于992px 平板端显示转变 */

@media (max-width: 992px) {
    .tm-page-header {
        height: 250px;
    }
    /* .tm-about-text{
        text-align: center;
    } */
}

@media (max-width: 767px) {
    .foot {
        background: #000000;
        /* background: url(../imgs/index-foot.png)no-repeat; */
        padding: 80px 0 10px 0;
    }
    .service-in img {
        width: 100%;
        margin-top: 50px;
    }
    .learn-more {
        background: #000000;
        padding: 90px 0;
        /* height: 650px; */
    }
    .app-more {
        background: #000000;
        padding: 90px 0;
        /* height: 650px; */
    }
    .num {
        text-align: center;
        border-right: none;
    }
    .cont .ab img {
        margin-top: 50px;
    }
    h2 {
        font-size: 24px
    }
    .img img {
        height: 200px;
    }
    h2 {
        font-size: 20px;
    }
    h6 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    }
    p {
        font-size: 14px;
    }
}