﻿
/* 行业解决方案·奶茶店样式表 */
/* 公共样式 */
.section {
    position: relative;
    width: 100%;
}

.section-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.section-title {
    font-size: .25rem;
    text-align: center;
    padding: .5rem 0 .2rem;
}

.section-desc {
    font-size: .16rem;
    text-align: center;
    line-height: .25rem;
}

.section-13-title,
.section-13-desc,
.section-12-title,
.section-12-desc,
.section-10-title,
.section-10-desc,
.section-9-title,
.section-9-desc,
.section-8-title,
.section-8-desc,
.section-4-title,
.section-4-desc,
.section-2-title,
.section-2-desc {
    color: #fff;
}

.section-11-title,
.section-7-title {
    color: var(--rest--color);
}

.section-11-desc,
.section-7-desc,
.section-3-title,
.section-3-desc {
    color: var(--content--text--color);
}
/* section-1 */
.section-13,
.section-13-bg,
.section-12,
.section-12-bg,
.section-11,
.section-11-bg,
.section-10,
.section-10-bg,
.section-9,
.section-9-bg,
.section-8,
.section-8-bg,
.section-7,
.section-7-bg,
.section-4,
.section-4-bg,
.section-3,
.section-2-bg,
.section-2,
.section-1,
.section-1-bg {
    height: 6.03rem;
}

.section-1-title {
    text-align: center;
    color: #fff;
    padding-top: .6rem;
    line-height: .6rem;
    font-size: .3rem;
}

.section-1-desc {
    position: relative;
    top: 0;
    left: 0;
    width: 2rem;
    height: .37rem;
    text-align: center;
    background: var(--rest--color);
    color: #fff;
    margin: 0 auto;
    border-radius: .18rem;
    font-size: .25rem;
}

    .section-1-desc span {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

/* section-3 */
.section-3 {
    background-color: #fffcf8;
}

.section-3-content {
    display: flex;
    justify-content: space-between;
    width: calc(100% - .6rem);
    margin: 0 auto;
}

.section-3-desc {
    padding-bottom: .45rem;
}

.content-3-son {
    width: 1.35rem;
    text-align: center;
}

    .content-3-son img {
        width: 1.26rem;
        height: .97rem;
        margin: 0 auto;
    }

    .content-3-son span {
        line-height: .3rem;
        color: var(--rest--color);
        font-size: .16rem;
    }

.section-3-img {
    width: 2.05rem;
    height: 1.47rem;
    margin: -.1rem auto .1rem;
}


/* section-7 */
.section-7-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: .55rem;
    margin: .3rem auto 0;
    border-radius: .1rem;
    background: #ffffff;
    box-shadow: 0 0 .5rem 0 rgba(254, 128, 56, 0.2);
}

.section-7-img {
    width: 1.1rem;
    height: .28rem;
}
