﻿body {
    background:#fff;
}
.banner {
    height: 100vh;
    background: url('../../Images/brand/star.jpg')no-repeat center;
    background-size: cover;
    position: relative;
}
.banner img{
    position:absolute;
        bottom: 10%;
    left: 20%;
    width: 60%;
}
.section{
    position:relative;
    padding:5rem 0;
    text-align:center;
}
.desc{padding:0 9%}
.life-text{position:relative}
.life-text img{width:100%;}
.life-text p {
        color: red;
    font-family: PingFang Heavy;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%,-50%);
}
.life-content{line-height:0}
.life-left {
    width: 100%;
    margin-right: 5rem;
    margin-top: 5rem;
}
.life-right {
    margin: 5rem 0;
}
.life-right .lift-desc{    
    padding:0 9%;
}
.title{margin:5rem 0}
.title .chTitle {
    color: red;
    font-size: 2rem;
    font-family: PingFang Heavy;
}
.title .engTitle {
    font-family: unset;
    font-size: .5rem;
    color: #878787;
}
.desc p{margin-top:3rem;}
.section >img{margin:3rem 0;width:100%}
.rockTea .club{margin-top:-7rem}
.img-responsive{width:100%;}
.desc strong{font-size:1.25rem}