﻿body {
    background:#fff;
}
img{width:100%}
.brand {
    height: 100vh;
    background: url('../../Images/products/mountains/p1.jpg')no-repeat center;
    background-size: cover;
    position: relative
}
.brand .title{    
    position: absolute;
    color: #fff;
    bottom: 5%;
    text-align: center;
    width: 100%;
}
.chTitle{font-family: PingFang Heavy;}
.engTitle {
    text-transform: uppercase;
    letter-spacing: 4px;
}
.desc{line-height:2;margin-top:2rem}
.redLabel,.goldLabel,.sliverLabel{position:relative;}
.red {
    position: absolute;
    bottom: 7%;
    width: 81%;
    left: 8%;
}
.gold {
    position: absolute;
    top: 9%;
    width: 67%;
    left: 8%;
}
.sliver {
    position: absolute;
    top: 9%;
    width: 69%;
    left: 8%;
}
.section{line-height:0;position:relative}
.product{text-align:center;padding:5rem 0}
.mountain {
    position: absolute;
    text-align: center;
    width: 80%;
    left: 10%;
    top: 7%;
    color: #fff;
}
.video{position:relative;margin-top:5rem;width:82%;margin-left:9%;border-radius:10px;overflow:hidden;line-height:0}
.video-play-btn, .video-pause-btn {
    color: #fff;
    position: absolute;
    top: 25%;
    text-align: center;
    left: 50%;
    margin-left: -2.5rem;
    z-index:10;
}
.play-btn {
    display: inline-block;
    width: 4rem;
    margin-bottom: .5rem;
}
.more-video{display:block;background:#eee;text-align:left;padding:1.5rem;position:relative;color:#000}
.more-video p{font-size:1.35rem}
.arrowTo{height:1rem;width:1rem;position:absolute;border-bottom:2px solid #000;border-right:2px solid #000;transform:rotate(-45deg);right:1.5rem;bottom:2rem}