﻿body {
    background:#fff;
}
.banner {
    height: 100vh;
    background: url('../../../../Images/brand/dahongpao/banner.jpg')no-repeat center;
    background-size: cover;
    position: relative;
}
.banner img{
    position:absolute;
    bottom:5%;
    left:50%;
    margin-left: -172.5px;
}
.section{
    position:relative;
    padding:5rem 0;
    text-align:center;
}
.life-text{position:relative}
.life-text img{width:70rem;}
.life-text p {
    color: red;
    font-family: PingFang Heavy;
    font-size: 2.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.life-content{line-height:0}
.life-content > div{display:inline-block}
.life-left {
    width: 35rem;
    margin-right: 5rem;
    margin-top: 5rem;
}
.life-right {
    width: 40rem;
    text-align: left;
    vertical-align: top;
    height: 18.727rem;
    margin: 5rem 0;
}
.life-right .lift-desc{    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.title{margin:5rem 0}
.title .chTitle {
    color: red;
    font-size: 2.5rem;
    font-family: PingFang Heavy;
}
.title .engTitle {
    font-family: unset;
    font-size: .5rem;
    color: #878787;
}
.desc p{margin-top:3rem;}
.section >img{margin:3rem 0}
.rockTea .club{margin-top:-7rem}
.img-responsive{width:100%;}
.desc strong{font-size:1.25rem}