@CHARSET "UTF-8";
:root {
    --ThemeColor: #2727F2;
}

.animated.faster {
    animation-duration: 0.3s;
}

.main-wrap {
    background: var(--ThemeColor);
    padding-bottom: 122px;
}

.main-wrap .banner {
    width: 100%;
    height: 388px;
    background: url(./img/banner.jpg) center top repeat-x transparent;
    background-size: auto 600px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.main-wrap .banner .get-welfare-btn {
    width: 260px;
    height: 79px;
    /*background: url("./img/get-welfare-btn.png") center no-repeat transparent;*/
    /*background-size: 260px 79px;*/
    position: absolute;
    left: 0;
    right: 0;
    top: 500px;
    margin: 0 auto;
    cursor: pointer;

    transition: all 200ms linear;
    -moz-transition: all 200ms linear; /* Firefox 4 */
    -webkit-transition: all 200ms linear; /* Safari 和 Chrome */
    -o-transition: all 200ms linear; /* Opera */

    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.main-wrap .banner .get-welfare-btn:before {
    content: '';
    position: absolute;
    left: -480px;
    right: -480px;
    top: -180px;
    bottom: -180px;
    background: transparent;
    cursor: pointer;
}

.main-wrap .banner .get-welfare-btn:hover {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}


.main-wrap img.wx-code {
    width: 160px;
    height: 160px;
    background: #fff;
}

.ac-part {
    width: 1082px;
    height: 302px;
    background: no-repeat center center transparent;
    background-size: auto 100%;
    margin: 130px auto 0 auto;
    position: relative;
    border-radius: 32px;
    padding: 0;
    z-index: 1;
}

.ac-part:before {
    background: linear-gradient(0deg, #4D1DD0, #F9DE8B);
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    content: '';
    z-index: -1;
    border-radius: 32px;
}

.ac-part:after {
    content: '';
    background: var(--ThemeColor);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 28px;
}

.ac-part01 {
    position: relative;
    width: 1180px;
    height: 800px;
    margin-top: 76px;
}

.ac-part01 .sm-shuoming {
    color: red;
    line-height: 24px;
    position: absolute;
    display: inline-block;
    height: 39px;
    width: 227px;
    font-weight: bold;
    left: 304px;
    top: 275px;
    font-size: 14px;
}

.activity-title {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    height: 86px;
    line-height: 86px;
    top: -38px;
    text-shadow: 0px 2px 0px #0427A0;
    font-size: 36px;
    font-weight: bold;
    color: #F9EA65;
    background: no-repeat center bottom transparent;
}

.ac-part01 .activity-title {
    background-image: url("./img/title-bg2.png");
    background-size: 535px auto;
}

.nav {
    position: fixed;
    left: 10px;
    top: 124px;
    width: 138px;
    height: 350px;
    margin: 0 auto;
    border-radius: 16px;
    z-index: 5;
    padding: 2px;
}

.nav:after {
    content: '';
    background: var(--ThemeColor);
    position: absolute;
    z-index: -1;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 16px;
}

.nav:before {
    content: '';
    background: linear-gradient(0deg, #FFB974, #EEFFE7, #FFB974);
    position: absolute;
    z-index: -1;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    border-radius: 16px;
}


.nav .nav-cont {
    padding: 2px 6px 6px 6px;
    background: #4564E9;
    border-radius: 8px;
    margin: 6px;
}

.nav .goTop {
    cursor: pointer;
}

.nav .goTop img {
    margin-left: 64px;
    margin-top: 14px;
}

.nav .goTop a {
    display: block;
    margin-left: 41px;
    margin-top: -4px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
}


.nav .nav-cont .title {
    width: 112px;
    height: 60px;
    background: #B2D3F8;
    border-radius: 4px;
    margin-top: 6px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.nav .nav-cont .title:hover a,.nav .nav-cont .title.focus a {
    font-weight: bold;
    color: #fff;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.nav .nav-cont .title:hover:before,.nav .nav-cont .title.focus:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, #FFB974, #EEFFE7, #FFB974);
    border-radius: 4px;
    z-index: -1;
}

.nav .nav-cont .title:hover:after,.nav .nav-cont .title.focus:after {
    content: '';
    background: linear-gradient(0deg, #FF6442, #FF6642);
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 4px;
    z-index: -1;
}

.nav .nav-cont .title a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #2032C0;
    line-height: 22px;
    padding-top: 8px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nav .nav-cont .title a.single-line {
    line-height: 44px;
}

.ac-part01 .season {
    width: 530px;
    height: 360px;
    display: inline-block;
    background: linear-gradient(0deg, #FFFBCF, #FFFEFC);
    border-radius: 16px;
    margin-left: 40px;
    margin-top: 74px;
}

.ac-part01 .fire {
    position: relative;
    display: inline-block;
    left: 146px;
    top: -261px;
}

.ac-part01 .fire p {
    position: relative;
    font-size: 29px;

    font-weight: bold;
    color: #444444;
    line-height: 35px;
    background: linear-gradient(0deg, #FFDA99 0%, #FFF8EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 12px;
    top: 16px;
    z-index: 99;
}

.ac-part01 .word1 {
    position: relative;
    display: inline-block;
    font-size: 28px;

    font-weight: bold;
    color: #222222;
    line-height: 48px;
    left: 261px;
    top: -240px;
}

.ac-part01 .word2 {
    position: relative;
    display: inline-block;
    height: 39px;
    width: 227px;
    font-size: 16px;

    font-weight: 400;
    color: #444444;
    left: 82px;
    top: -212px;
}

.ac-part01 .button, .award-mark .lq-button {
    position: relative;
    width: 216px;
    height: 54px;
    background: linear-gradient(0deg, #FF2403 0%, #FF924F 100%);
    border-radius: 27px;
    left: 260px;
    top: -211px;
    cursor: pointer;
}

.ac-part01 .button p, .award-mark .lq-button p {
    width: 86px;
    height: 28px;
    font-size: 28px;

    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
    margin-left: 65px;
    margin-top: 12px;
}

.ac-part01 .year {
    position: relative;
    left: 0px;
    top: -17px;
    width: 530px;
    height: 360px;
    display: inline-block;
    background: linear-gradient(0deg, #FFFBCF, #FFFEFC);
    border-radius: 16px;
    margin-left: 40px;
}

.ac-part01 .detail {
    width: 1098px;
    height: 260px;
    background: linear-gradient(0deg, #112C95, #1C3ABB);
    border: 1px solid #6B83CE;
    border-radius: 12px;
    margin-left: 41px;
    margin-top: -73px;
}

.ac-part01 .detail .cont {
    margin: 31px 31px 0 31px;
}

.ac-part01 .detail .cont .title1 {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
}

.ac-part01 .detail .cont .detail1 {
    font-size: 14px;
    font-weight: bold;
    color: #D4ECFB;
    line-height: 30px;
}

.ac-part01 .shuoming {
    color: yellow;
    padding-left: 43px;
    line-height: 32px;
    font-size: 14px;
}

.page-shuoming {
    color: #f0f0f0;
    padding-top: 16px;
    padding-left: 43px;
    line-height: 32px;
    width: 1180px;
    margin: 0 auto;
    font-size: 14px;
}

.ac-part02 {
    height: 1800px;
    width: 1180px;
}

.ac-part02 .activity-title {
    background-image: url("./img/title-bg3.png");
    background-size: 695px auto;
}

.ac-part02 .title {
    width: 500px;
    height: 73px;
    display: inline-block;
    margin-left: 28px;
    margin-top: 94px;
}

.ac-part02 .title p {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #122E9A;
    line-height: 30px;
    margin-left: 34px;
    margin-top: 21px;
}

.ac-part02 .cont1 {
    width: 1140px;
    height: 540px;
    background: linear-gradient(0deg, #112C95, #1C3ABB);
    border: 1px solid #6B83CE;
    border-radius: 16px;
    margin-left: 20px;
    margin-top: -26px;
}

.ac-part02 .cont2 {
    width: 1140px;
    height: 280px;
    background: linear-gradient(0deg, #112C95, #1C3ABB);
    border: 1px solid #6B83CE;
    border-radius: 16px;
    margin-left: 20px;
    margin-top: -26px;
}

.ac-part02 .cont3 {
    width: 1140px;
    height: 622px;
    background: linear-gradient(0deg, #112C95, #1C3ABB);
    border: 1px solid #6B83CE;
    border-radius: 16px;
    margin-left: 20px;
    margin-top: -26px;
}

.ac-part02 .cont1 .one {
    display: inline-block;
    width: 340px;
    height: 200px;
    margin-left: 27px;
    margin-top: 52px;
    cursor: pointer;
}

.ac-part02 .cont1 .one * {
    cursor: pointer !important;
}

.ac-part02 .cont1 .one .title {
    display: inline-block;
    margin-top: 35px;
    margin-left: 30px;
    width: 179px;
    font-size: 24px;

    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
}

.ac-part02 .cont1 .one .price {
    position: relative;
    display: inline-block;
    left: 60px;
    top: -33px;
    width: 52px;
    height: 46px;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: #444444;
    line-height: 24px;
    background: linear-gradient(0deg, #FFDA99 0%, #FFF8EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ac-part02 .cont1 .one .button {
    width: 280px;
    height: 40px;
    background: #EC7E01;
    border-radius: 20px;
    margin-left: 30px;
    margin-top: 31px;
    text-align: center;
}

.ac-part02 .cont1 .one .button p {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 7px;
}

.ac-part02 .cont2 .ticket {
    display: inline-block;
    width: 505px;
    height: 192px;
    margin-left: 28px;
    margin-top: 50px;
    cursor: pointer;
}

.ac-part02 .cont2 .ticket .word1 {
    font-size: 32px;
    font-weight: bold;
    color: #FF1D00;
    line-height: 48px;
    margin-left: 56px;
    margin-top: 70px;
}

.ac-part02 .cont2 .ticket .word2 {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #FF1D00;
    line-height: 48px;
    left: -211px;
    top: 108px;
}

.ac-part02 .cont3 .backgroud {
    display: inline-block;
    width: 340px;
    height: 200px;
    background: #E9EBFF;
    border-radius: 12px;
    margin-left: 24px;
    margin-top: 62px;
}

.ac-part02 .cont3 p {
    position: relative;
    left: 74px;
    top: 14px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
}

.ac-part02 .cont3 .erweima {
    width: 188px;
    height: 188px;
    display: inline-block;
    position: relative;
    left: 100px;
    top: -44px;
}

.ac-part02 .cont3 .erweima p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}

.main-wrap .award-mark {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
}

.award-mark .lq-button {
    width: 248px;
    height: 54px;
    font-size: 28px;
    line-height: 54px;
    color: #FFF;
    font-weight: bold;
    background: linear-gradient(0deg, #FF2403 0%, #FF924F 100%);
    border-radius: 27px;
    margin: 60px auto 0 auto;
    cursor: pointer;
    text-align: center;
    position: static;
}

.main-wrap .award-mark .time-award {
    text-align: center;
    margin-top: 42px;
    margin-left: 197px;
    width: 98px;
    height: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #B16421;
    line-height: 24px;
}

.main-wrap .award-mark .time-award .gray {
    color: #FFBFD0;
}

.main-wrap .award-mark .award-mark-main {
    background: url("./img/bg-tanchuang2.png") center no-repeat;
    background-size: 100% 100%;
    width: 480px;
    height: 504px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.main-wrap .award-mark .award-mark-main .award-mark-main-title {
    margin-top: 60px;
    margin-left: 170px;
    width: 142px;
    height: 28px;
    font-size: 28px;
    font-weight: bold;
    color: #A95101;
    line-height: 48px;
}


.main-wrap .award-mark .award-mark-main .award-mark-main-text-01 {
    margin-top: 28px;
    margin-left: 78px;
    width: 327px;
    height: 19px;
    font-size: 18px;
    font-weight: 400;
    color: #FF4040;
    line-height: 24px;
}

.main-wrap .award-mark .award-mark-main .award-mark-main-text-02 {
    margin-top: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #FF6D0B;
}

.main-wrap .award-mark .award-mark-main .award-mark-main-text-03 {
    margin-top: 77px;
    font-size: 12px;
    font-weight: 400;
    color: #FFBFD0;
}

.main-wrap .award-mark .award-mark-main img {
    width: 96px;
    height: 96px;
    margin-top: 50px;
    margin-left: 9px;
}

.main-wrap .award-mark .award-mark-main .close-mark {
    position: absolute;
    background: url("./img/close.png") center no-repeat;
    right: -21px;
    top: -3px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

/*弹窗2*/
.main-wrap .award-mark2 {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
}

.main-wrap .award-mark2 .time-award {
    text-align: center;
    margin-top: 42px;
    margin-left: 197px;
    width: 98px;
    height: 15px;
    font-size: 16px;

    font-weight: 400;
    color: #B16421;
    line-height: 24px;
}

.main-wrap .award-mark2 .time-award .gray {
    color: #FFBFD0;
}

.main-wrap .award-mark2 .award-mark-main {
    background: url("./img/bg-tanchuang2.png") center no-repeat;
    background-size: 100% 100%;
    width: 480px;
    height: 504px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.main-wrap .award-mark2 .award-mark-main .award-mark-main-title {
    margin-top: 60px;
    margin-left: 170px;
    width: 142px;
    height: 28px;
    font-size: 28px;

    font-weight: bold;
    color: #A95101;
    line-height: 48px;
}


.main-wrap .award-mark2 .award-mark-main .award-mark-main-text-01 {
    margin-top: 28px;
    margin-left: 78px;
    width: 327px;
    height: 19px;
    font-size: 18px;

    font-weight: 400;
    color: #FF4040;
    line-height: 24px;
}

.main-wrap .award-mark2 .award-mark-main .award-mark-main-text-02 {
    margin-top: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #FF6D0B;
}

.main-wrap .award-mark2 .award-mark-main .award-mark-main-text-03 {
    margin-top: 77px;
    font-size: 12px;
    font-weight: 400;
    color: #FFBFD0;
}

.main-wrap .award-mark2 .award-mark-main img {
    width: 96px;
    height: 96px;
    margin-top: 50px;
    margin-left: 9px;
}

.main-wrap .award-mark2 .award-mark-main .close-mark {
    position: absolute;
    background: url("./img/close.png") center no-repeat;
    right: -21px;
    top: -3px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

/*弹窗3*/
.main-wrap .award-mark3 {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
}

.main-wrap .award-mark3 .time-award {
    text-align: center;
    margin-top: 42px;
    margin-left: 197px;
    width: 98px;
    height: 15px;
    font-size: 16px;

    font-weight: 400;
    color: #B16421;
    line-height: 24px;
}

.main-wrap .award-mark3 .time-award .gray {
    color: #FFBFD0;
}

.main-wrap .award-mark3 .award-mark-main {
    background: url("./img/bg-tanchuang2.png") center no-repeat;
    background-size: 100% 100%;
    width: 480px;
    height: 504px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.main-wrap .award-mark3 .award-mark-main .award-mark-main-title {
    margin-top: 60px;
    margin-left: 170px;
    width: 142px;
    height: 28px;
    font-size: 28px;

    font-weight: bold;
    color: #A95101;
    line-height: 48px;
}


.main-wrap .award-mark3 .award-mark-main .award-mark-main-text-01 {
    margin-top: 28px;
    margin-left: 78px;
    width: 327px;
    height: 19px;
    font-size: 18px;

    font-weight: 400;
    color: #FF4040;
    line-height: 24px;
}

.main-wrap .award-mark3 .award-mark-main .award-mark-main-text-02 {
    margin-top: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #FF6D0B;
}

.main-wrap .award-mark3 .award-mark-main .award-mark-main-text-03 {
    margin-top: 77px;
    font-size: 12px;
    font-weight: 400;
    color: #FFBFD0;
}

.main-wrap .award-mark3 .award-mark-main img {
    width: 96px;
    height: 96px;
    margin-top: 50px;
    margin-left: 9px;
}

.main-wrap .award-mark3 .award-mark-main .close-mark {
    position: absolute;
    background: url("./img/close.png") center no-repeat;
    right: -21px;
    top: -3px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.main-wrap .award-mark4 {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
}

.main-wrap .award-mark4 .award-mark-main {

}