* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    min-width: 1366px;
}

.container {
    background: url(../../images/home/vip200612/bg.png) top no-repeat;
    background-size: cover;
}

.vip-header {
    background: url(../../images/home/vip200612/banner.png) center no-repeat;
    height: 539px;
    overflow: auto;
}

.vip-group {
    width: 366px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #EFC1A1;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 398px;
    cursor: pointer;
    opacity: 0;
}

.vip-group .vip-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 27px;
    line-height: 48px;
    color: #EDBC9B;
    display: inline-block;
}

.vip-group .vip-btn.active {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe1d0), to(#fabf9f));
    background: linear-gradient(top, #ffe1d0, #fabf9f);
    color: #5E3327;
}

.table-box {
    position: relative;
    width: 1106px;
    margin: 0 auto;
}

.table-box .vip-table {
    border-radius: 20px;
    z-index: 1;
    position: relative;
}

.table-box .vip-table .row1 {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.table-box .vip-table .row1.row-fixed {
    position: fixed;
    top: 0;
    -webkit-box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
}

.table-box .vip-table .row1.row-fixed + .row {
    padding-top: 215px;
}

.table-box .vip-table .row1:nth-of-type(1) {
    height: 215px;
}

.table-box .vip-table .row1:nth-of-type(1) .col {
    line-height: auto;
}

.table-box .vip-table .row1:nth-of-type(1) .col:nth-of-type(1) {
    padding: 40px 0 0 50px;
}

.table-box .vip-table .row1:nth-of-type(1) .col:nth-of-type(1) .title {
    font-size: 22px;
    line-height: 1;
    color: #000;
    margin-bottom: 39px;
}

.table-box .vip-table .row1:nth-of-type(1) .col:nth-of-type(1) .tips {
    font-size: 16px;
    line-height: 1;
    color: #000;
}

.table-box .vip-table .row1:nth-of-type(1) .col .vip-title {
    text-align: center;
    margin-top: 40px;
}

.table-box .vip-table .row1:nth-of-type(1) .col .vip-title span:nth-of-type(1) {
    font-size: 24px;
    color: #33251D;
    line-height: 24px;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}

.table-box .vip-table .row1:nth-of-type(1) .col .vip-title span:nth-of-type(2) {
    font-size: 18px;
    color: #33251D;
    line-height: 18px;
    display: inline-block;
}

.table-box .vip-table .row1:nth-of-type(1) .col .vip-num {
    text-align: center;
    margin-top: 16px;
}

.table-box .vip-table .row1:nth-of-type(1) .col .vip-num span:nth-of-type(1) {
    font-size: 42px;
    color: #F11A1A;
    line-height: 1;
    font-weight: bold;
    display: inline-block;
}

.table-box .vip-table .row1:nth-of-type(1) .col .vip-num span:nth-of-type(2) {
    font-size: 14px;
    color: #000;
    line-height: 14px;
    display: inline-block;
}

.table-box .vip-table .row1:nth-of-type(1) .col .vip-btn {
    width: 172px;
    height: 46px;
    background: -webkit-gradient(linear, left top, right top, from(#5c3e2e), color-stop(#7e5845), to(#5e3622));
    background: linear-gradient(90deg, #5c3e2e, #7e5845, #5e3622);
    border-radius: 23px;
    text-align: center;
    color: #FFE9DD;
    font-size: 18px;
    line-height: 46px;
    margin: 0 auto;
    margin-top: 17px;
    display: block;
}

.table-box .vip-table .row1:nth-of-type(1) .col .vip-btn:hover {
    background: -webkit-gradient(linear, left top, right top, from(#644433), color-stop(#8e6551), to(#644433));
    background: linear-gradient(90deg, #644433, #8e6551, #644433);
}

.table-box .vip-table .row1 .col {
    width: 240px;
}

.table-box .vip-table .row1 .col:nth-of-type(1) {
    width: 386px;
    background: #FFFAF7;
    text-align: left;
    padding-left: 50px;
}

.table-box .vip-table .row1 .col:nth-of-type(2) {
    background: #FFE9DD;
}

.table-box .vip-table .row1 .col:nth-of-type(3) {
    background: #FFD8CB;
}

.table-box .vip-table .row1 .col:nth-of-type(4) {
    background: #F3C4B2;
}

.table-box .vip-table .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #C6A48E;
}

.table-box .vip-table .row:last-of-type {
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

.table-box .vip-table .row .col {
    width: 240px;
    text-align: center;
    line-height: 64px;
}

.table-box .vip-table .row .col:nth-of-type(1) {
    width: 386px;
    background: #FFFAF7;
    text-align: left;
    padding-left: 50px;
}

.table-box .vip-table .row .col:nth-of-type(2) {
    background: #FFE9DD;
}

.table-box .vip-table .row .col:nth-of-type(3) {
    background: #FFD8CB;
}

.table-box .vip-table .row .col:nth-of-type(4) {
    background: #F3C4B2;
}

.table-box .vip-table .row .col .hook {
    display: inline-block;
    background: url(../../images/home/vip200612/hook.png) center no-repeat;
    width: 27px;
    height: 21px;
}

.table-box .vip-table .enterprise-row .col {
    line-height: 131px;
}

.table-box .vip-table .enterprise-row .col .tips {
    background: url(../../images/home/vip200612/e-tips.png) center no-repeat;
    display: inline-block;
    font-size: 12px;
    width: 54px;
    padding-left: 8px;
    color: #fff;
    position: relative;
    top: -2px;
    left: 10px;
}

.table-box .vip-table .enterprise-row .col:not(:nth-of-type(1)) {
    text-align: center;
    line-height: 1;
}

.table-box .vip-table .enterprise-row .col:not(:nth-of-type(1)) p {
    font-size: 16px;
    color: #482C1D;
    line-height: 24px;
}

.table-box .vip-table .enterprise-row .col:not(:nth-of-type(1)) p:nth-of-type(1) {
    color: #F11A1A;
    margin-top: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1;
}

.table-box .countdown {
    border-radius: 10px 10px 0 0;
    background: #f4593b;
    width: 240px;
    height: 54px;
    position: absolute;
    right: 240px;
    top: -34px;
    z-index: 0;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    padding-top: 9px;
    text-align: center;
}

.table-box .table-tips {
    border-radius: 10px 10px 0 0;
    background: #f4593b;
    width: 240px;
    height: 54px;
    position: absolute;
    right: 240px;
    top: -34px;
    z-index: 0;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    padding-top: 9px;
    text-align: center;
}

.member-benefits {
    height: 704px;
    width: 1269px;
    margin: 231px auto 0;
}

.member-benefits .title {
    background: url(../../images/home/vip200612/mb-title.png) center no-repeat;
    width: 1269px;
    height: 57px;
}

.member-benefits .content {
    width: 1202px;
    margin: 0 auto;
    margin-top: 99px;
    position: relative;
}

.member-benefits .content .row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.member-benefits .content .row1 .r-item {
    width: 162px;
}

.member-benefits .content .row1 .r-item:nth-of-type(1) .i-top {
    background: url(../../images/home/vip200612/v1.png) center no-repeat;
}

.member-benefits .content .row1 .r-item:nth-of-type(2) .i-top {
    background: url(../../images/home/vip200612/v2.png) center no-repeat;
}

.member-benefits .content .row1 .r-item:nth-of-type(3) .i-top {
    background: url(../../images/home/vip200612/v3.png) center no-repeat;
}

.member-benefits .content .row1 .r-item:nth-of-type(4) .i-top {
    background: url(../../images/home/vip200612/v4.png) center no-repeat;
}

.member-benefits .content .row1 .r-item:nth-of-type(5) .i-top {
    background: url(../../images/home/vip200612/v5.png) center no-repeat;
}

.member-benefits .content .row1 .r-item:nth-of-type(6) .i-top {
    background: url(../../images/home/vip200612/v6.png) center no-repeat;
}

.member-benefits .content .row1 .r-item .i-top {
    width: 136px;
    height: 136px;
    margin: 0 auto;
}

.member-benefits .content .row1 .r-item .i-bottom {
    font-size: 18px;
    line-height: 18px;
    margin-top: 29px;
    text-align: center;
    color: #EABE9D;
}

.member-benefits .content .row1 .r-item .i-bottom span {
    font-weight: bold;
}

.member-benefits .content .row2 {
    background: url(../../images/home/vip200612/v-line.png) top no-repeat;
    width: 1051px;
    height: 426px;
    margin: 0 auto;
    margin-top: -55px;
    position: relative;
}

.member-benefits .content .r-bottom {
    background: url(../../images/home/vip200612/v-bottom.png) center no-repeat;
    width: 390px;
    height: 258px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

.message-num {
    width: 940px;
    height: 108px;
    margin: 0 auto;
    margin-top: 308px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.message-num .n-item {
    position: relative;
    width: 142px;
}

.message-num .n-item:nth-of-type(1)::before {
    content: '';
    position: absolute;
    right: -125px;
    top: -10px;
    display: block;
    height: 100px;
    border-left: 1px dashed #8E7456;
}

.message-num .n-item:nth-of-type(3)::before {
    content: '';
    position: absolute;
    left: -125px;
    top: -10px;
    display: block;
    height: 100px;
    border-left: 1px dashed #8E7456;
}

.message-num .n-item .i-num {
    font-size: 36px;
    font-weight: bold;
    color: #F5CB9B;
    line-height: 1;
    text-align: center;
    padding-right: 18px;
    position: relative;
}

.message-num .n-item .i-num::after {
    content: '';
    background: url("../../images/home/vip200612/arrow.png") center no-repeat;
    width: 13px;
    height: 42px;
    position: absolute;
    right: 0;
    top: -10px;
}

.message-num .n-item .i-text {
    font-size: 22px;
    line-height: 1;
    color: #8E7456;
    margin-top: 22px;
    text-align: center;
}

.question {
    background: url(../../images/home/vip200612/q-bg.png) center no-repeat;
    height: 840px;
    margin: 0 auto;
    margin-top: 229px;
    overflow: hidden;
}

.question .q-title {
    background: url(../../images/home/vip200612/q-title.png) center no-repeat;
    width: 1121px;
    height: 53px;
    margin: 101px auto 110px;
}

.question .q-content {
    width: 1240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}

.question .q-content .c-item {
    width: 580px;
    height: 214px;
    margin-bottom: 82px;
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 22px;
    position: relative;
    top: 0;
    -webkit-transition: top .3s;
    transition: top .3s;
}

.question .q-content .c-item:nth-of-type(1) {
    background: url(../../images/home/vip200612/q1.png) center no-repeat;
}

.question .q-content .c-item:nth-of-type(2) {
    background: url(../../images/home/vip200612/q2.png) center no-repeat;
}

.question .q-content .c-item:nth-of-type(3) {
    background: url(../../images/home/vip200612/q3.png) center no-repeat;
}

.question .q-content .c-item:nth-of-type(4) {
    background: url(../../images/home/vip200612/q4.png) center no-repeat;
}

.question .q-content .c-item p:nth-of-type(1) {
    margin-top: 87px;
    font-size: 20px;
    color: #EABE9D;
    line-height: 20px;
    font-weight: bold;
}

.question .q-content .c-item p:nth-of-type(2) {
    margin-top: 16px;
    font-size: 14px;
    color: #EABE9D;
    line-height: 24px;
    opacity: 0.6;
}

.question .q-content .c-item:hover {
    top: -10px;
}

.partners {
    margin-top: 210px;
    padding-bottom: 253px;
}

.partners .p-title {
    background: url(../../images/home/vip200612/p-title.png) center no-repeat;
    width: 1248px;
    height: 59px;
    margin: 0 auto;
}

.partners .p-content {
    background: url(../../images/home/vip200612/p-logo.png) center no-repeat;
    width: 1186px;
    height: 159px;
    margin: 0 auto;
    margin-top: 100px;
}

@-webkit-keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInBottomRight {
    -webkit-animation-name: fadeInBottomRight;
    animation-name: fadeInBottomRight;
}

.header:hover, .header.scrolled, .header.noscrolled {
    background: transparent
}
.header {
    position: absolute;
}

.header:hover .logo {
    margin: 15px 0 0 60px;
    display: block;
    width: 84px;
    height: 28px;
    background: url(../../images/home/logo_w.png) no-repeat center;
    background-size: contain;
}

.header:hover .nav a, .header.scrolled .nav a, .header.noscrolled .nav a {
    color: #fff;
}