*,
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
}

.container {
    padding-top: 80px;
}

.header {
    width: 100%;
    height: 80px;
    background: #0d0d0d;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.headerContent {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerLogo {
    width: 179px;
    cursor: pointer;
}

.nav {
    width: 500px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav p {
    position: relative;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.nav p.checked {
    color: #dbb76b;
}

.nav p.checked::after {
    content: "";
    display: block;
    width: 80%;
    height: 3px;
    background: #dbb76b;
    position: absolute;
    left: 10%;
    bottom: 0;
}

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);
}

.bg06 {
    background-image: url(https://htef3bvmquzmmr67.oss-cn-hangzhou.aliyuncs.com/2019-12-30/f607c1f51dc6d0ec835136457c2086aa.jpg);
    background-position: top center;
}

.bg07 {
    background: #fff;
    height: unset;
    padding: 80px 0 170px 0;
}

.bg08 {
    background: #fff;
    height: unset;
    padding: 80px 0;
}

.bg09 {
    display: none;
    background: #ffffff;
}

.bg09 .content {
    display: flex;
    justify-content: center;
    align-items: center;
}

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,.noticeRec {
    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;
}

.vipTitle {
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding-top: 110px;
}

.btnVip {
    display: block;
    width: 240px;
    margin: 40px auto 0 auto;
    cursor: pointer;
}

.vipIntro {
    font-size: 24px;
    color: #b7b7b7;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.vipIntro::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #b7b7b7;
    margin-right: 10px;
}

.vipIntro::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #b7b7b7;
    margin-left: 10px;
}

.flexCtr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 700px;
    margin: 0 auto 30px auto;
}

.repeatCtr {
    width: 200px;
}

.repeatCtr img {
    display: block;
    width: 70px;
    margin: 0 auto;
}

.introTitle {
    font-size: 18px;
    color: #f5f5f5;
    text-align: center;
    margin-top: 15px;
}

.introSubTitle {
    font-size: 14px;
    color: #9b9b9b;
    text-align: center;
    margin-top: 5px;
}

.tcGroup {
    width: 880px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.tc {
    position: relative;
    color: #fff;
}

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

.tcTime {
    width: 100%;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 95px;
}

.tcPrice {
    width: 100%;
    font-size: 30px;
    text-align: center;
    position: absolute;
    top: 126px;
}

.tcPrice span {
    font-size: 22px;
    margin-right: 5px;
}

.tcAvg {
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 165px;
}

.jsPay {
    width: 164px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    left: 18px;
    bottom: 18px;
    background: #fff;
    color: #74623c;
    border-radius: 4px;
    cursor: pointer;
}

.jsPay:hover {
    box-shadow: 3px 3px 8px rgba(255, 255, 255, 0.3);
}

.payForm {
    width: 660px;
    margin: 0 auto;
}

.formTitle {
    height: 65px;
    line-height: 65px;
    padding-left: 15px;
    position: relative;
    font-size: 30px;
    color: #674d26;
}

.formTitle::before {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #ebc48a;
    position: absolute;
    left: 15px;
    bottom: 0;
}

.formGroup {
    display: flex;
    align-items: center;
    width: 100%;
    height: 64px;
    line-height: 64px;
    border: 1px solid #cbcbcb;
    box-sizing: border-box;
    margin-top: 22px;
    background: #fff;
}

.formGroup div {
    position: relative;
    width: 135px;
    font-size: 24px;
    color: #333;
    text-align: center;
}

.formGroup div::after {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background: #d5b380;
    position: absolute;
    right: 0;
    top: 22px;
}

.formGroup input {
    display: block;
    width: 350px;
    height: 100%;
    line-height: 64px;
    font-size: 24px;
    color: #333;
    border: none;
    padding-left: 30px;
    box-sizing: border-box;
}

input::-webkit-input-placeholder {
    color: #bfbfbf;
}

.formGroup p {
    width: 170px;
    font-size: 18px;
    color: #ff6666;
    text-align: left;
}

.payGroup {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}

.dataTitle {
    width: 130px;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.dataValue {
    width: 450px;
    display: flex;
    flex-wrap: wrap;
}


.payPrice {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.payPrice span {
    font-size: 30px;
    margin-right: 5px;
    font-weight: normal;
}

.tcCtr {
    width: 200px;
    height: 70px;
    border: 1px solid #cbcbcb;
    background: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    cursor: pointer;
    user-select: none;
}

.tcCtr.checked {
    color: #674d26;
    background: url(https://htef3bvmquzmmr67.oss-cn-hangzhou.aliyuncs.com/2019-12-30/4c74916e94a4b7710ba513c7d9499aba.jpg) no-repeat center center;
    background-size: cover;
}

.priceGroup {
    font-size: 30px;
    font-weight: bold;
}

.priceGroup span {
    font-size: 22px;
    font-weight: normal
}

.timeGrouop {
    font-size: 18px;
    margin-left: 10px;
}

.btnPay {
    width: 240px;
    height: 56px;
    line-height: 56px;
    border-radius: 28px;
    text-align: center;
    font-size: 24px;
    color: #674d26;
    background: -webkit-gradient(linear, 0% 0%, 100% 100%, from(#ffe4b3), to(#f4ca8f));
    cursor: pointer;
    user-select: none;
}

.btnPay.disable {
    background: #dbdbdb;
}

.payRes {
    width: 400px;
    height: 400px;
}

.resIcon {
    display: block;
    width: 144px;
    margin: 0 auto;
}

.resTitle {
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-top: 50px;
}

.subTitle {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #666;
    text-align: center;
}

.payTypeCtr {
    display: flex;
    align-items: center;
}

.payType {
    position: relative;
    width: 220px;
    height: 80px;
    margin-right: 20px;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
}

.payType.checked {
    border: 1px solid #56be45;

}

.payType.checked::after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(https://htef3bvmquzmmr67.oss-cn-hangzhou.aliyuncs.com/2020-02-11/d7b48fd8e746c07962afd67ef187aa6d.png) no-repeat center center;
    background-size: 100%;
}

.aliPay {
    background: url(https://htef3bvmquzmmr67.oss-cn-hangzhou.aliyuncs.com/2020-02-11/30745a46c1a9261f340052b016d7391d.png) no-repeat center center;
    background-size: 113px;
}

.wxPay {
    background: url(https://htef3bvmquzmmr67.oss-cn-hangzhou.aliyuncs.com/2020-02-11/6c80a4f0d5a13238e7855b91041e6c73.png) no-repeat center center;
    background-size: 150px;
}

.payFormCover {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
}

.flexWrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.payFrom {
    width: 840px;
    height: 540px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.coverTitle {
    height: 100px;
    line-height: 100px;
    position: relative;
    font-size: 30px;
    background: #ffdaa2;
    color: #674d26;
    text-align: center;
}

.coverClose {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 90px;
    background: url(https://htef3bvmquzmmr67.oss-cn-hangzhou.aliyuncs.com/2020-02-07/33cfd36ca4ec8738ea4dc8239db22b7c.png) no-repeat center center;
    background-size: 20px;
    cursor: pointer;
}

.codeCtr {
    height: 440px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.formLeft div {
    font-size: 18px;
    color: #333;
    line-height: 50px;
    display: flex;
    align-items: center;
}

.formLeft div .tcAmount {
    font-size: 22px;
    font-weight: bold;
}

.formLeft div .tcAmount span {
    font-size: 30px;
}

#qrcode {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto;
}

#qrcode img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}