﻿/* 这是零售星耀版的样式表 */
/* 公共样式 */
.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-5-desc,
.section-3-desc {
    color: var(--content--text--color);
}

.section-1-desc {
    color: #fff;
}

/* section-1 */
.section-1-bg,
.section-1 {
    height: 5.71rem;
}
.section-2-bg,
.section-2 {
    height: 5.42rem;
}
.section-3-bg,
.section-3 {
    height: 5.51rem;
}
.section-4-bg,
.section-4 {
    height: 6.52rem;
}
.section-5-bg,
.section-5 {
    height: 5.76rem;
}
.section-6-bg,
.section-6 {
    height:5.47rem;
}
.section-1-title img{
    width:2.54rem;
    margin:0 auto;
    padding-top:0.96rem;
}
.section-2-content {
    display: flex;
    justify-content: space-around;
    width: 96%;
    margin: 0 auto;
}
.content-2-icon {
    width: 20%;
    height: .86rem;
    text-align: center;
    font-size: .14rem;
    font-weight: bold;
    color: var(--theme--color);
}
.content-2-icon img {
    width: .65rem;
    margin: 0 auto;
}
/* section-3 */
.section-3-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 78%;
    margin: .42rem auto 0;
}
/* section-4 */
.section-6-desc,
.section-6-title,
.section-4-desc,
.section-4-title {
    color: #000;
}
.section-4-title {
    padding: 1rem 0 .1rem;
}
.line {
    width: 67px;
    height: 5px;
    background-color: #ff0000;
    border-radius: 2px;
    margin:.42rem auto;
}
