*,
body,
html {
    font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑";
    margin: 0;
    padding: 0
}

* {
    outline: 0;
    list-style: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html,
body,
.container {
    min-width: 1200px
}

section {
    width: 100%;
    margin: 0 auto;
    height: 770px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    /* border: 1px dotted #555 */
}

.full {
    display: block;
    width: 100%
}

.bg01 {
    background-image: url(https://htef3bvmquzmmr67.oss-cn-hangzhou.aliyuncs.com/2018-10-30/d9bc8b14b0831c5ff3f55dc3bf700f51.jpg);
}

.bg02 {
    height: 750px;
}

.bg02,
.bg04 {
    background-color: #f5f5f5
}

.bg03 {
    height: 700px;
    padding-top: 120px;
    background-color: #000000
}

.bg05 {
    background-image: url(https://htef3bvmquzmmr67.oss-cn-hangzhou.aliyuncs.com/2018-10-30/97f764ea14b88dbc8a2ffe2640ee67f1.jpg);
}

footer {
    width: 100%;
    height: 120px;
    padding-top: 30px;
    box-sizing: border-box;
    background: #121212
}

/* sec1 */

.logo {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 60px
}

.swiperCtr {
    position: absolute;
    width: 234px;
    height: 506px;
    left: 160px;
    bottom: 100px
}

.demo {
    width: 230px;
    height: 498px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 20px;
}

.story {
    height: 600px;
    background: #000
}

.story .swiper-slide {
    background: #000
}

.cover {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bg01 .textGroup {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 160px
}

.bg01 .title {
    font-size: 40px;
    color: #f5f5f5;
    height: 90px;
    line-height: 90px;
}

.bg01 .intro {
    font-size: 18px;
    color: #f5f5f5;
    line-height: 36px;
}

.downloadCtr {
    margin-top: 40px
}

.downloadCtr div {
    display: inline-block;
    vertical-align: top
}

.downloadCtr div p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 12px;
}

.downloadCtr div:last-of-type {
    margin-left: 70px
}

/* sec2 */

.joinNum {
    font-size: 80px;
    color: #ed3a3a;
    text-align: center;
    padding-top: 80px
}

.tip {
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin-top: 5px
}

.club {
    position: absolute;
    left: 65px;
    bottom: 80px;
    box-shadow: 3px 0 21px rgba(166, 166, 166, 0.35)
}

.bg02 .textGroup {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 260px
}

.bg02 .title {
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    color: #333333
}

.bg02 .intro {
    width: 520px;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 25px
}

.bg02 .sepLine {
    width: 40px;
    height: 2px;
    background: #1c1c1c;
}

.linkClub {
    margin-top: 30px;
    cursor: pointer;
}

/* sec3 */

.nav {
    height: 34px;
    line-height: 34px;
    color: #fff
}

.nav span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #fff;
    font-style: italic;
    margin: 0 10px;
    cursor: pointer;
}

.nav span.checked {
    color: #dbb76b;
    font-style: normal;
}

.nav span:first-of-type {
    margin-left: 0
}

.bg03 .title {
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    color: #ffffff
}

.bg03 .sepLine {
    width: 40px;
    height: 2px;
    background: #f5f5f5;
}

.bg03 .intro {
    width: 540px;
    font-size: 16px;
    color: #fefefe;
    line-height: 32px;
    margin-top: 30px
}

.pic {
    position: absolute;
    top: 4px;
    right: 50px;
    border-radius: 12px;
    box-shadow: 22px 22px 0 #1e1d1d;
}

.dlImg {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.imgCtr {
    position: absolute;
    left: 100px;
    top: 210px;
}

.movie {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.movie.hide {
    -webkit-transform: scale(0.8) translate(145px);
    transform: scale(0.8) translate(145px);
}

.other {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.other.hide {
    z-index: 1;
    -webkit-transform: scale(0.8) translate(-145px);
    transform: scale(0.8) translate(-145px);
}

.content_movie,
.content_other {
    position: absolute;
    left: 50%;
    top: 210px;
    width: 550px;
    font-size: 16px;
    color: #333333;
    line-height: 30px
}

.content_other.hide {
    display: none
}

.titleHis {
    font-size: 30px;
    color: #333333;
    text-align: center;
    padding-top: 60px;
}

.subTitleHis {
    font-size: 16px;
    text-align: center;
    color: rgba(51, 51, 51, 0.4);
    margin-top: 10px
}

footer p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
footer p a{
    color: inherit;
}
.downloadBox {
    position: absolute;
    right: 180px;
    bottom: 125px;
}

.downloadBox div {
    display: inline-block;
    vertical-align: top
}

.downloadBox div p {
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 12px;
}

.downloadBox div:last-of-type {
    margin-left: 35px
}

.suspension {
    position: fixed;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    width: 300px;
    height: 244px;
    background: url(https://htef3bvmquzmmr67.oss-cn-hangzhou.aliyuncs.com/2018-12-14/422e0cfa7a9676814e814a5ddaaf7aac.png) no-repeat center center/cover;
}

.suspension_close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 54px;
    right: 6px;
    cursor: pointer;
}

.goQingGan {
    width: 110px;
    height: 40px;
    position: absolute;
    top: 158px;
    left: 95px;
    cursor: pointer;
}

.fixedPhone {
    position: fixed;
    right: 55px;
    bottom: 0
}

.noticeBg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.notice {
    width: 1000px;
    padding: 40px;
    box-sizing: border-box;
    background: #f0f0f0;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btnClose {
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #19191a;
    margin: 0 auto;
    cursor: pointer;
}
.noticeTitle{
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    color: #e7374c;
    text-align: center;
    padding-bottom: 40px
}
.noticeTitle::before{
    content: "";
    display: inline-block;
    width: 18px;
    height: 2px;
    background: #c5c5c5;
    vertical-align: top;
    position: relative;
    top:20px;
    right: 20px;
}
.noticeTitle::after{
    content: "";
    display: inline-block;
    width: 18px;
    height: 2px;
    background: #c5c5c5;
    vertical-align: top;
    position: relative;
    top:20px;
    left: 20px;
}
.noticeContent{
    font-size: 16px;
    color: #1a1a1a;
    line-height: 30px
}
.comp{
    font-size: 16px;
    color: #999999;
    text-align: right;
    position: relative;
    top: -20px
}
footer p span{
    margin-left: 30px;
    cursor: pointer;
}