﻿/* 天店会员+ 样式表 */

/* 行业解决方案·奶茶店样式表 */
/* 公共样式 */
.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-9-title,
.section-9-desc,
.section-8-title,
.section-8-desc,
.section-7-title,
.section-7-desc,
.section-3-title,
.section-3-desc,
.section-2-title,
.section-2-desc {
    color: #fff;
}

.section-6-title,
.section-5-title,
.section-4-title,
.section-2-title {
    color: var(--rest--color);
}

.section-6-desc,
.section-5-desc,
.section-4-desc,
.section-2-desc {
    color: var(--content--text--color);
}
/* section-1 */
.section-9,
.section-9-bg,
.section-8,
.section-8-bg,
.section-7,
.section-7-bg,
.section-6,
.section-6-bg,
.section-5,
.section-5-bg,
.section-4,
.section-4-bg,
.section-3,
.section-3-bg,
.section-2,
.section-2-bg,
.section-1,
.section-1-bg {
    height: 6.03rem;
}

.section-1-titles {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: .3rem;
    margin: 0 auto .18rem;
    text-align: center;
}
.section-1-tetles-h1 {
    display: inline;
    color: #fff;
    font-size: .25rem;
    font-weight: 600;
    padding-right: .1rem;
    padding-top: .78rem;
    text-shadow: .05rem .05rem .5rem #D9180A;
}
.section-1-tetles-img {
    display: inline;
    width: .7rem;
    height: .3rem;
    padding-top: .78rem;
}
.section-1-desc {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: .25rem;
    font-weight: 600;
    padding-top: .38rem;
    text-shadow: .05rem .05rem .5rem #D9180A;
}

.section-2-img {
    width: 3.03rem;
    height: 3.22rem;
    margin: .68rem auto 0;
}