﻿body {
    background:#fff;
}
.banner {
    position: relative;
}
.page {
    width: 100%;
    height: 100vh;
}
.page .item{position:absolute;top:0;height:100%;width:100%;}
.item .bg {
    background-image: url('../../Images/brand/index/brand7.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.content-wrap {
    color: #fff;
    position: absolute;
    top: 55%;
    left: 20%;
    z-index: 100;
}
.slide-content p{font-size:3rem;width:max-content;}
.slide-content {position:absolute;top:0;width: max-content;}
.desc {
     margin-top: 1rem;
    line-height: 2;
    font-size: 1.25rem;
}
.arrow-down {
    position: absolute;
    width: 2px;
    z-index: 10;
    left: 50%;
    height: 60px;
    border-radius: 10px;
    bottom: 0;
    background: rgba(255,255,255,.3);
    margin-left: -1px;
    overflow:hidden;
}
.down-line {
    display: inline-block;
    height: 60px;
    width: 2px;
    background: #fff;
    animation: arrow 1.5s ease-in-out infinite;
}
@keyframes arrow {
    0% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
    }
    to {
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
    }
}
.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;margin-bottom:0}
.img-responsive{width:100%;}
.desc strong{font-size:1.25rem}