body {
    width: 100%;
}

.ellipsis {
    white-space: nowrap;
    /* 禁止换行 */
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    /* 显示省略号 */
}

/* 头部样式start----------------------------------- */


header {
    width: 100%;
    background-image: url(../img/shouyebannerbg@2x.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #EA3217;
    box-sizing: border-box;
}

.main {
    margin: 0 auto;
    box-sizing: border-box;
}
.header-top {
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
}
.header-top img {
    width: 105px;
    height: 32px;
}
.header-top nav {
    display: flex;
    align-items: flex-start;
}
.header_nav-icon{
    display: none;
}
.header-top nav a.cur {
    font-weight: 500;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.header-top nav a {
    padding-left: 36px;
    color: #fff;
    cursor: pointer;
}
.header-top nav a.cur em {
    margin-top: 12px;
    width: 8px;
    height: 8px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}

.header-content {
    width: 56%;
    font-weight: 400;
    font-size: 0.45rem;
    color: #FFFFFF;
    line-height: 1.1;
    padding: 2.74rem 0 3.1rem;
}

.header-content p {
    width: 100%;
}

.header-content img {
    width: 100%;
    padding-bottom: 0.2rem;
}

/* 头部样式end----------------------------------- */

/* -----------------会员权益start----------------------------------- */
.member-benefits-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0.5rem 0 1.5rem;
}

.member-benefits-content-item {
    width: 2.24rem;
    height: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.8em;
    color: #3D3D3D;
    line-height: 1;
    background: #fff;
    box-shadow: 0rem 0.1rem 0.5rem 0rem rgba(149, 157, 165, 0.15);
    border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
    width: calc((100% - 0.56rem)/3);
    margin:0.28rem 0.28rem 0 0;
}
.member-benefits-content-item:nth-child(3n) {
    margin-right: 0;
}

.member-benefits-content-item img {
    width: 1.2rem;
    height: 1.2rem;
    margin-bottom: 0.24rem;
}

/* -----------------会员权益end----------------------------------- */

/* -----------------品牌理念start----------------------------------- */
.brand-concept {
    width: 100%;
    /* height: 9rem; */
    background-color: #F8F9FC;
    display: flex;
    align-items: center;
    background-image: url(../img/pinpailinianbg@2x.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-title {
    font-weight: 600;
    font-size: 0.8rem;
    color: #333333;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
}

.section-title em {
    margin-top: 0.2rem;
    width: 0.8rem;
    height: 0.1rem;
    background: #EA3217;
}

.brand-concept-content {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.brand-content {
    width: 50%;
    background: #fff;
    border-radius: 0.24rem;
    font-weight: 400;
    font-size: 0.45rem;
    color: #3D3D3D;
    line-height: 1.5;
    margin-top: 0.6rem;
    padding-bottom: 1rem;
}

.brand-content p {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    /* 弹性盒子模型 */
    -webkit-box-orient: vertical;
    /* 文本垂直排列 */
    -webkit-line-clamp: 3;
    /* 限制显示两行 */
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
}

.concept-content.brand-content {
    margin-left: 0.48rem;
}

.brand-content-img {
    font-weight: 600;
    font-size: 0.45rem;
    color: #FFFFFF;
    line-height: 0.32rem;
    width: 100%;
    height: 2.3rem;
    background-image: url(../img/pinpaibg@2x.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0.48rem 0 0 0.32rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
}

.brand-content-img.concept-content-img {
    background-image: url(../img/linianbg@2x.png);
}

.brand-content-img em {
    width: 0.3rem;
    height: 0.06rem;
    background: #FFFFFF;
    margin-top: 0.3rem;
}

.brand-center-img {
    width: 0.17rem;
    height: 0.1rem;
    margin: 0.48rem 0 0.42rem 0.36rem
}

.brand-content p {
    padding: 0 0.33rem 0 0.36rem;
}

/* -----------------品牌理念end----------------------------------- */

/* -----------------发展历程start----------------------------------- */
.process {
    width: 100%;
    /* height: 9rem; */
    background-color: #fff;
    background-image: url(../img/fazhanshibg@2x.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    box-sizing: border-box;
}

.process-line {
    width: 100%;
    height: 0.02rem;
    background: #EA3217;
    opacity: 0.05;
    position: absolute;
    left: 0;
}

.member-benefits .section-title {
    padding-top: 0.8rem;
}

.brand-concept .section-title {
    padding-top: 0.8rem;
}

.process .section-title {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 0.8rem;
    padding-bottom: 1.55rem;
}

.process-main-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 323px;
}

.process-main-content-item {
    font-weight: 400;
    font-size: 0.45rem;
    color: #333333;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding-right: 0.32rem;
}
.process-main-content-item:last-child {
    padding-right: 0;
}

.process-main-content-item img {
    width: 0.6rem;
    height: 2.63rem;
    position: absolute;
    left: 0.2rem;
    top: 0.8rem
}

.process-year {
    font-weight: 500;
    font-size: 0.5rem;
    color: #EA3217;
    line-height: 1;
    padding-bottom: 2.4rem;
}

.process-introduce {
    width: 6rem;
    height: 3.45rem;
    background: #fff;
    box-shadow: 0rem 0.04rem 0.3rem 0rem rgba(190, 42, 20, 0.05);
    border-radius: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* -----------------发展历程end----------------------------------- */


/* -----------------APP/小程序start----------------------------------- */
.program-app {
    width: 100%;
    padding-bottom: 0.14rem;
    /* height: 9rem; */
    background: #F8F9FC;
}

.program-app .main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.program-app-bottom {
    display: flex;
    align-self: flex-start;
    align-items: center;
    padding-top: 1.5rem;
}

.program-app-bottom-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-weight: 400;
    font-size: 0.4rem;
    color: #3D3D3D;
    line-height: 1;
    padding-right: 0.32rem;
}

.program-app-bottom-item img {
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 0.12rem;
}

.program-app-right {
    margin: auto 0;
    width: 9.1rem;
    height: 8.65rem;
}

/* -----------------APP/小程序end----------------------------------- */

/****** 底部 ********************/
    /****** 底部 ********************/
    .footer{
        background: #151A30;
        font-size: 16px;
    }
    .footer-content{
        margin: 0 auto;
        padding-top:36px!important;
        box-sizing: border-box;
    }
    .footer-logo{
        width: 119px;
        height: 36px;
        margin-bottom:28px;
    }
    .footer-slide{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .footer-title{
        font-weight: 500;
        color: #FFFFFF;
        line-height: 1;
        padding-bottom: 18px;
    }
    .footer-piece{
        display: flex;
        flex-wrap: wrap;
    }
    .footer-icon{
        width: 16px;
        height: 16px;
        margin-right: 4px;
    }
    .footer-item{
        margin-bottom: 16px;
        font-weight: 400;
        color: #8A8C97;
        line-height: 1;
        display: flex;
        align-items: center;
    }
    .footer-list-item{
        cursor: pointer;
    }
    .footer-side{
        padding-right:0.2rem;
    }
    .footer-side-three,.footer-side-four{
        padding-right: 0.64rem;
    }
    .footer-side-two{
        min-width: 68px;
    }
    .footer-bottom{
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 400;
        color: #8A8C97;
        line-height: 1;
        padding-top: 28px;
        padding-bottom: 32px;
    }
    .footer-bottom .link{
        color: #FFFFFF;
    }
    .footer-agreement{
        color:#fff;
        padding-bottom: 10px;
    }
    .footer-agreement a{
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1;
    }
    .footer-qrcode{
        width: 100px;
        height: 100px;
        position: absolute;
        top: -100px;
        right:center;
        display: none;
    }
    .footer-right{
        position: relative;
    }



/* 当视口宽度小于或等于767px时应用的样式 */
@media (max-width: 767px) {
    .main {
        width: 100%;
        margin: 0 auto;
        padding: 0 0.48rem;
        box-sizing: border-box;
    }
    header {
        padding-top: 0.24rem;
    }
    .header-top {
        padding-top: 0.24rem;
        font-size: 0.16rem;
        position: relative;
    }
    .header-top img {
        width: 3.15rem;
        height: 0.96rem;
    }
    .header-top .header_nav-icon{
        display: block;
        width:0.8rem;
        height: 0.8rem;
        position: absolute;
        right: 0.48rem;
        top: 0.1rem;
    }
    .header-top nav{
        display: none;
        flex-direction: column;
        position: absolute;
        top: 1rem;
        right: -0.48rem;
        border-radius:0.24rem;
    }
    .header-top nav a {
        display: block;
        padding-left: 0.36rem;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        height: 1rem;
        line-height: 1rem;
        background-color: #fff;
        padding:0 0.48rem;
        margin: 0;
        color: #333333;
        font-size: 0.48rem;
    }
    .header-top nav a.cur{
        color: #EA3217;
    }
    .header-top nav a.cur em {
        display: none;
    }
    .process{
        padding-bottom: 3rem;
    }
    .process-main-content{
        padding-bottom: 0.23rem;
    }
    .process-line{
        top: 4.57rem;
    }

    .footer{
        font-size: 0.48rem;
    }
    .footer-item{
        margin-bottom: 0.32rem;
    }
    .footer-list-item{
        padding-bottom: 0;
    }
    .footer-logo{
        width: 3.6rem;
        height: 1.08rem;
        margin-bottom: 0.56rem;
    }
    .footer-bottom{
        padding-top: 0.56rem;
        padding-bottom: 0.64rem;
        line-height: 1.5;
    }
    .footer-qrcode{
        right: -130px;
        top:20px
    }

}

/* 当视口宽度大于768px小于等于1600时应用的样式 */
@media (max-width: 1600px) and (min-width: 768px) {
    .main {
        max-width: 1280px;
        padding: 0 20px;
    }
    .header-top #nav_list {
        display: flex !important;
    }
    .header-content {
        font-size: 16px;
        padding-top: 1.74rem;
    }

    .member-benefits-content-item{
        width: 200px;
        height: 200px;
        font-size: 22px;
    }
    .member-benefits-content-item{
        margin: 24px 24px 0 0;
    }
    .member-benefits-content-item:nth-child(3n){
        margin-right: 24px;
    }
    .member-benefits-content-item img{
        width: 70px;
        height: 70px;
    }

    .brand-concept {
        height: auto;
        padding-bottom: 1.05rem;
    }

    .brand-content {
        width: 100%;
        font-size: 16px;
    }
    .brand-content p{
        -webkit-line-clamp: 2;
    }

    .brand-content-img {
        font-size: 28px;
    }

    .brand-content-img em {
        width: 16px;
        height: 3px;
        margin-top: 14px;
    }
    .process{
        padding-bottom: 200px;
    }
    .process-main-content{
        padding-bottom: 23px;
    }
    .process-line {
        bottom: 434px;
    }

    .process-main-content-item {
        font-size: 16px;
        padding-right: 20px;
    }

    .process-main-content-item img {
        width: 24px;
        height: 105px;
        left: 20px;
        top: 32px;
    }

    .process-introduce {
        width: 210px;
        height: 128px;
    }

    .process-year {
        font-size: 18px;
        padding-bottom: 96px;
    }

    .program-app .section-title {
        padding-top: 3rem;
    }

    .section-title {
        font-size: 36px;
    }

    .section-title em {
        margin-top: 20px;
        width: 34px;
        height: 5px;
    }

    .program-app-bottom-item {
        font-size: 14px;
    }

    .program-app-bottom-item img {
        width: 70px;
        height: 70px;
    }

    /* 底部 */
    .footer{
        font-size: 14px;
    }

}

/* 当视口宽度大于1600px时应用的样式 */
@media (min-width: 1601px) {
    .main {
        max-width: 1600px;
        padding: 0 24px;
    }
    .header-top #nav_list {
        display: flex !important;
    }
    .header-content {
        width: 50%;
        font-size: 18px;
    }

    .member-benefits-main {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .member-benefits-content {
        width: calc(100% - 240px);
        padding: 184px 0 212px;
    }
    .member-benefits-content-item{
        width: 224px;
        height: 224px;
        font-size: 24px;
    }
    .member-benefits-content-item{
        margin: 28px 28px 0 0;
    }
    .member-benefits-content-item:nth-child(3n){
        margin-right: 28px;
    }
    .member-benefits-content-item img{
        width: 80px;
        height: 80px;
    }

    .brand-concept-main {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .brand-concept-content {
        width: calc(100% - 382px);
    }

    .brand-content {
        width: auto;
        margin-top: 170px;
        font-size: 18px;
        height: 520px;
        box-sizing: border-box;
    }

    .brand-content p {
        -webkit-line-clamp: 3;
    }

    .brand-content-img {
        font-size: 32px;
        width: 585px;
        height: 230px;
        background-size: cover;
    }

    .brand-content-img em {
        width: 20px;
        height: 4px;
        margin-top: 16px;
    }

    .brand-center-img {
        width: 17px;
        height: 10px;
        margin: 48px 0 42px 36px;
    }

    .process {
        padding-bottom: 323px;
    }
    .process-main-content{
        padding-bottom: 0;
    }
    .process-line {
        bottom: 530px;
    }

    .process-main-content-item {
        font-size: 18px;
        padding-right: 22px;
    }
    .process-introduce {
        width: 240px;
        height: 138px;
    }

    .process-main-content-item img {
        width: 24px;
        height: 105px;
        left: 20px;
        top: 32px;
    }

    .process-year {
        font-size: 20px;
        padding-bottom: 96px;
    }

    .brand-concept .section-title,.member-benefits .section-title {
        padding-top: 0;
    }

    .section-title {
        font-size: 50px;
    }

    .section-title em {
        width: 40px;
        height: 6px;
        margin-top: 20px;
    }

    .process .section-title {
        padding: 80px 0 155px;
    }

    .program-app .section-title {
        padding-top: 406px;
    }

    .program-app-bottom-item {
        font-size: 16px;
    }

    .program-app-bottom-item img {
        width: 80px;
        height: 80px;
    }

    .program-app-right {
        width: 910px;
        height: 865px;
        margin: 21px 0 14px;
    }

    .program-app-bottom {
        padding-top: 167px;
    }
}