﻿
/* 这是餐饮标准版的样式表 */
/* 公共样式 */
.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 */
.section-9-desc,
.section-9-title,
.section-7-desc,
.section-7-title,
.section-5-desc,
.section-5-title,
.section-3-desc,
.section-3-title {
    color: #fff;
}
.section-8-title,
.section-6-title,
.section-4-title,
.section-2-title {
    color: var(--rest--color);
}

.section-8-desc,
.section-6-desc,
.section-4-desc {
    color: var(--content--text--color);
}

.section-bg-9,
.section-9,
.section-bg-8,
.section-8,
.section-bg-7,
.section-7,
.section-bg-6,
.section-6,
.section-bg-5,
.section-5,
.section-bg-4,
.section-4,
.section-bg-3,
.section-3,
.section-bg-2,
.section-2,
.section-bg-1,
.section-1 {
    height: 6.03rem;
}

.section-1-title {
    font-size: .32rem;
    text-align: center;
    padding: .34rem 0 0;
    color: #fff;
    text-shadow: .04rem .03rem .12rem 0px rgba(255, 103, 41, 0.72);
}

.section-1-desc {
    font-size: .23rem;
    text-align: center;
    color: #fff;
    text-shadow: .04rem .03rem .12rem 0px rgba(255, 103, 41, 0.72);
}

/* section-2 */
.section-2-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% - .4rem);
    margin: 0 auto;
}

.content-2-son {
    width: .63rem;
}

.content-2-son img {
    width: .63rem;
    height: .63rem;
}

.content-2-son p {
    text-align: center;
    font-size: .14rem;
    font-weight: bold;
    color: var(--rest--color);
}

/*  */
.section-4-desc {
    margin-bottom: .35rem;
}

.section-4-img {
    width: 1.1rem;
    height: .28rem;
    box-shadow: 0px 0px .25rem 0px rgba(254, 128, 56, 0.2);
    border-radius: .05rem;
    margin: 0 auto;
}
.section-4-img img {
    width:100%;
    height: 100%;
}

