@charset "utf-8";

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    box-sizing: border-box;
    background-color: #612aed;
    background: linear-gradient(60deg, #164ff9, #3e1e88, #250a4f, #164ff9);
}

body * {
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a, a:visited {
    text-decoration:none;
}
button {
    border: 0;
    font-size: inherit;
    cursor: pointer;
}
button[disabled] {
    filter: grayscale(100%);
    cursor: not-allowed;
}
h6 {
    margin: 0;
    font-size: 1rem;
}

.required {
    color: #ff3200;
}

.page-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: url(../../images/event/8th-anniversary/bg-header.png) center top no-repeat;
    background-size: cover;
    min-height: 600px;
    padding-bottom: 1.5rem;
}
.page-header img {
    width: 600px;
    margin-top:  120px;
}
.account-action {
    color: #fff;
}
.account-action a,
.account-action a:visited {
    display: inline-block;
    color: inherit;
    padding: .4rem 2.75rem;
    border: 1px solid;
    border-radius: 40px;
    transition: .2s;
}
.account-action a:hover {
    background-color: rgba(255,255,255,.35);
}
.account-action a + a {
    margin-left: 2rem;
}
.signed-in-wrapper {
    padding: .5rem 1.75rem;
    border: 1px solid;
    border-radius: 40px;
    color: #FFD27A;
    background-color: rgba(55,55,55,.25);
    font-size: .925rem;
}

main {
    position: relative;
}
.container {
    width: 100%;
    max-width: 892px;
    margin: 0 auto;
}
.anni-section {
    margin-top: 8rem;
}
.anni-section:first-child {
    margin-top: 4rem;
}
.section-header {
    text-align: center;
}
.section-body {
    position: relative;
    border: 5px solid #fff;
    border-radius: 24px;
    box-shadow: 4px 4px 4px 15px rgba(4,71,255,.15), -4px -4px 4px 15px rgba(4,71,255,.15), 4px -4px 4px 15px rgba(4,71,255,.15), -4px 4px 4px 15px rgba(4,71,255,.15);
    color: #fff;
    background-color: #2575FC;
    background-image: linear-gradient(#2575FC, #6A11CB);
    overflow: hidden;
}
.section-body-box {
    position: relative;
    min-height: 240px;
    border: 2px solid #467FFA;
    border-radius: 20px;
    z-index: 10;
}
.section-body-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: url(../../images/event/8th-anniversary/bg-box-top.png) left -60px bottom -15px no-repeat;
    background-size: 128%;
    z-index: -1;
}
.section-body-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 160px;
    background: url(../../images/event/8th-anniversary/bg-box-bottom.png) left -80px top 40px no-repeat;
    background-size: 120%;
    z-index: -1;
}

.sign-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.25rem;
    margin-top: 1.5rem;
}
.sign-body {
    position: relative;
    padding: 0 1.25rem;
    margin-top: 4rem;
}
.sign-footer {
    margin-top: 5rem;
    margin-bottom: 3rem;
    text-align: center;
}

.my-point-wrapper {
    position: relative;
    min-width: 168px;
    height: 36px;
    line-height: 36px;
    color: #FF8401;
    font-weight: 600;
    font-size: .925rem;
    background: #FFFFFF;
    border: 1px solid #FFC600;
    box-shadow: 0px 4px 10px 0px rgba(212, 206, 132, 0.68);
    border-radius: 10px;
    text-align: right;
    padding-left: 2rem;
    padding-right: 1rem;
}
.my-point-wrapper .icon-point {
    position: absolute;
    left: -10px;
    top: -7px;
}
.sign-action-wrapper > a {
    display: inline-flex;
}
.sign-action-wrapper > a + a {
    margin-left: 2rem;
}

.sign-progress-bar {
    position: relative;
    height: 24px;
    background-color: #009EFD;
    background: linear-gradient(90deg, #2AF598, #009EFD);
    border: 1px solid #fff;
    border-radius: 24px;
}
.sign-progress-bar + .sign-progress-bar {
    margin-top: 5.5rem;
}
.sign-progress-bar .date-list {
    display: flex;
    font-size: .875rem;
    margin-top: -5px;
}
.sign-progress-bar .date-list > li {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    width: 6.66666667%;
}
.sign-progress-bar .date-list > li[data-month] > small {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    top: -1.25rem;
    font-weight: 600;
    font-size: .8em;
}
.sign-progress-bar .date-list > li::before {
    content: "•";
    font-size: 1.75rem;
    line-height: 1;
    margin-bottom: .5rem;
    z-index: 10;
}
.sign-progress-bar .date-list > li[class^=date]::after {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: 5px;
    height: 22px;
    display: block;
    background-color: #ea3c10;
    background: linear-gradient(#d30ca5, #ea3c10);
    border-radius: 24px;
    z-index: 1;
}
.sign-progress-bar .date-list > li[class^=date]:first-child::after {
    left: 0;
}
.sign-progress-bar .date-list > li[class^=date]:last-child::after {
    right: 0;
}
.sign-progress-bar .date-list > li > em {
    font-size: 1.1em;
    opacity: .5;
}
.sign-progress-bar .date-list > li.date-nosigned > em {
    color: #3CE1A3;
    opacity: 1;
}
.sign-progress-bar .date-list > li.date-signed > em {
    position: relative;
    display: inline-block;
    opacity: 1;
}
.sign-progress-bar .date-list > li.date-signed > em.resigned-date::after {
    content: "补";
    position: absolute;
    top: -4px;
    right: -18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-size: .75rem;
    width: 18px;
    height: 18px;
    background-color: #FF4B75;
    border-radius: 100%;
    line-height: 1;
    transform: scale(.8);
}
.sign-progress-bar .date-list > li .icon-point {
    position: absolute;
    top: 3px;
    z-index: 10;
}
.sign-progress-bar .date-list > li .icon-point.icon-gift {
    top: -3px;
}
.sign-progress-bar .date-list > li.date-nosigned .icon-point {
    filter: grayscale();
    cursor: pointer;
    transform: scale(.825);
    top: 4px;
}
.sign-progress-bar .date-list > li.date-nosigned .icon-point:hover {
    filter: grayscale(0);
}
.sign-progress-bar .date-list > li.date-nosigned .icon-point:hover + img.icon-resign {
    display: inline-block;
}
.sign-progress-bar .date-list > li .icon-resign {
    display: none;
    position: absolute;
    top: -30px;
}
.btn-scalable {
    transition: all .15s;
}
.btn-scalable:not([disabled]):hover {
    transform: scale(1.06);
}
.btn-scalable:not([disabled]):active {
    transform: scale(1.0);
}

.btn-sign {
    display: inline-block;
    font-weight: 600;
    font-size: 1.15rem;
    color: #FF00CC;
    background-color: rgba(255, 225, 59, 0.77);
    background: linear-gradient(0deg, #ffbc1c, #ffea3b);
    box-shadow: 0px 4px 0 #e08a00;
    text-shadow: 1px 0px 0 rgba(240,240,240,.6);
    border-radius: 6px;
    padding: .7rem 2.25rem;
    letter-spacing: 1px;
}

.adi-mp-wrapper {
    display: flex;
    padding: 2rem;
}
.adi-mp-image {
    width: 46%;
}
.adi-mp-desc {
    width: 54%;
}
.adi-mp-desc h3 {
    margin-top: 0;
    margin-bottom: .75rem;
    font-size: 1.5rem;
}
.btn-mp-guide {
    display: block;
    width: 100%;
    margin-top: 3rem;
    text-align: left;
    padding: 1rem 1.25rem;
    font-weight: 600;
    color: #5D24D4;
    background-color: #FA709A;
    background: linear-gradient(0deg, #FA709A, #FEE140);
    line-height: 1.5;
    border-radius: 6px;
}
.btn-mp-guide em {
    font-style: normal;
    border-bottom: 1px solid;
}

.tax-return-report-wrapper {
    padding: 2rem;
}
.tax-return-report-wrapper h3 {
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    background-image: linear-gradient(0deg, #FDDB92, #D1FDFF);
    background-repeat: repeat-x;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tax-return-report-wrapper h3::after {
    content: "";
    flex: 1;
    margin-left: 1.25rem;
    height: 4px;
    background-color: #FDDB92;
    background: linear-gradient(0deg, #FDDB92, #D1FDFF);
}

.report-wrapper {
    display: flex;
    justify-content: space-between;
}
.report-chart-wrapper {
    position: relative;
    border-left: 1px solid #00ECBC;
    border-bottom: 1px solid #00ECBC;
    width: 320px;
    height: 240px;
    margin-top: 2rem;
    margin-left: 3rem;
}
.report-chart {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}
.report-chart > [data-value] {
    background-color: rgba(255, 177, 153, .9);
    background: linear-gradient(0deg, rgba(255, 8, 68, .9), rgba(255, 177, 153, .9));
    width: 14px;
}
.report-chart.report-chart-style > [data-value] {
    background-color: rgba(255, 78, 80, .9);
    background: linear-gradient(0deg, rgba(249, 212, 35, .9), rgba(255, 78, 80, .9));
}
.report-x-axis {
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.report-x-axis > [data-year] {
    font-size: .75rem;
    opacity: .75;
}
.report-y-axis {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
}
.report-y-axis::before {
    content: attr(data-title);
    position: absolute;
    top: -1.5rem;
    left: 0;
    font-size: .75rem;
    white-space: nowrap;
}
.report-y-axis > [data-y-value] {
    font-size: .75rem;
    opacity: .75;
    padding-right: .5rem;
}

.report-stat-wrapper {
    margin-top: 4rem;
}
.report-stat-row {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.report-stat-item {
    padding: 1rem 1.25rem;
    width: 198px;
    margin: 0 1rem;
    border: 1px solid #00C9FF;
    border-radius: 8px;
}
.report-stat-item h6 {
    font-size: .75rem;
}
.report-stat-item strong {
    display: block;
    font-size: 2.25rem;
    background-image: linear-gradient(0deg, #92FE9D 0%, #00C9FF 100%);
    background-repeat: repeat-x;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: .5rem;
    line-height: 1;
}

.fr-repo-hot-channel-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1.5rem;
}
a.fr-repo-hot-channel {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 42%;
    padding: 1.25rem;
    margin: 1.5rem;
    color: inherit;
    border-radius: 8px;
    box-shadow: 3px 3px 12px 0px rgba(228, 228, 228, 0.5);
}
a.fr-repo-hot-channel.fr-repo-hot-channel-1 {
    background-color: #FC6076;
    background: linear-gradient(90deg, #FF9A44, #FC6076);
}
a.fr-repo-hot-channel.fr-repo-hot-channel-2 {
    background-color: #FF858F;
    background: linear-gradient(90deg, #FFD198, #FF858F);
}
a.fr-repo-hot-channel.fr-repo-hot-channel-3 {
    background-color: #FDA43A;
    background: linear-gradient(90deg, #FFD9A8, #FDA43A);
}
a.fr-repo-hot-channel.fr-repo-hot-channel-4 {
    background-color: #FFCE5B;
    background: linear-gradient(90deg, #FFE789, #FFCE5B);
}
a.fr-repo-hot-channel h6 {
    text-shadow: 0px 3px 4px rgba(215, 4, 22, 0.55);
    transition: all .3s;
}
a.fr-repo-hot-channel.fr-repo-hot-channel-3 h6 {
    text-shadow: 0px 3px 4px rgba(220, 120, 0, 0.55);
}
a.fr-repo-hot-channel.fr-repo-hot-channel-4 h6 {
    font-size: 1.4rem;
    color: #FC6745;
    text-shadow: 0px 3px 4px rgba(171, 120, 0, 0.55);
}
a.fr-repo-hot-channel small {
    text-shadow: 0px 3px 4px rgba(210, 33, 44, 0.4);
    letter-spacing: -.5px;
}
a.fr-repo-hot-channel img {
    position: absolute;
    right: 1rem;
    top: 1.35rem;
    transition: all .15s;
}
a.fr-repo-hot-channel:hover h6 {
    transform: translateX(8px);
}
a.fr-repo-hot-channel:hover img {
    transform: scale(1.1);
}

.tax-return-milestone-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 296px;
}
.tax-return-milestone {
    display: flex;
    flex-direction: column;
    width: 17%;
    padding: 4rem .5rem 1rem 2rem;
    background: url(../../images/event/8th-anniversary/icon-no-regular-shape.png) left top no-repeat;
    background-size: contain;
}
.tax-return-milestone.tax-return-milestone-2018 {
    height: 60%;
}
.tax-return-milestone.tax-return-milestone-2019 {
    height: 70%;
}
.tax-return-milestone.tax-return-milestone-2020 {
    height: 80%;
}
.tax-return-milestone.tax-return-milestone-2021 {
    height: 90%;
}
.tax-return-milestone.tax-return-milestone-2022 {
    height: 100%;
}
.milestone-desc {
    font-size: .75rem;
    color: #52FDF3;
}

.transfer-bonus-wrapper {
    padding-top: 2rem;
}
.transfer-bonus-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.transfer-bonus-list > li {
    width: 44%;
    height: 94px;
    margin: 1rem;
    background: url(../../images/event/8th-anniversary/bg-coupon-code.png) right bottom no-repeat;
    background-size: contain;
}
.transfer-bonus-list > li > .transfer-bonus-item-wrapper {
    height: 100%;
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: .9rem;
    padding: 0 1.5rem;
    line-height: 1.5;
    transition: .3s;
}
.transfer-bonus-list > li > a.transfer-bonus-item-wrapper:hover {
    transform: translateY(-4px);
}
.transfer-bonus-footer {
    margin-top: 2rem;
}
.wechat-like-benefit {
    position: relative;
    width: 436px;
    height: 114px;
    background:  url(../../images/event/8th-anniversary/bg-like-benefit.png) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.wechat-like-benefit img {
    position: absolute;
    right: 1.25rem;
    top: 1rem;
}

.lottery-wrapper {
    padding-top: 3rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
    background-image: linear-gradient(#2575FC, rgba(106,17,202,.1));
}
.lottery-header {
    text-align: center;
}
.lottery-body {
    position: relative;
    width: 825px;
    height: 556px;
    background:  url(../../images/event/8th-anniversary/bg-lottery-frame.png) center center no-repeat #D01C46;
    background-size: cover;
    border-radius: 30px;
    margin: 0 auto;
    padding: 2.5rem 2rem 2rem 2rem;
    overflow: hidden;
}
.lottery-loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lottery-actions {
    display: none;
    position: absolute;
    top: 140px;
    bottom: 136px;
    left: 164px;
    right: 164px;
    padding: .5rem 1.5rem;
}
.lottery-action-row {
    display: flex;
    justify-content: space-between;
    margin-top: 1.75rem;
}
.lottery-action-row .btn-lottery {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    box-shadow: 0px 6px 0px 0px #EB9C11, 0px 5px 3px 0px #FFE691 inset;
}
.btn-lottery {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #FFD957;
    box-shadow: 0px 10px 0px 0px #EB9C11, 0px 5px 3px 0px #FFE691 inset;
    border-radius: 12px;
}
.btn-lottery.btn-flex {
    display: flex;
    width: 100%;
}
.lottery-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    overflow: hidden;
    z-index: 99;
}
.lottery-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(14,14,16,.925);
    z-index: -1;
}
.lottery-overlay a {
    color: #00FFF1;
    text-decoration: underline;
}
.lottery-hit-wrapper {
    position: relative;
    background-color: #FFF4D0;
    height: 48px;
    margin-top: 1.5rem;
    border-radius: 6px;
    padding: .5rem 1rem;
    overflow: hidden;
}
.lottery-hit-wrapper::before,
.lottery-hit-wrapper::after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 16px;
    left: 0;
    right: 0;
    z-index: 99;
}
.lottery-hit-wrapper::before {
    top: 0;
    background: linear-gradient(#FFF4D0, rgba(255,255,255,0));
}
.lottery-hit-wrapper::after {
    bottom: 0;
    background: linear-gradient(to top, #FFF4D0, rgba(255,255,255,0));
}
.lottery-hit-list {
    color: #6BB1FF;
    font-size: .925rem;
    transition: .3s;
    animation: hit-list-scroll 10s linear infinite;
}
.lottery-hit-list > li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
@keyframes hit-list-scroll {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100%);
    }
}

.lottery-award-row {
    display: flex;
    justify-content: space-between;
}
.lottery-award-row + .lottery-award-row {
    margin-top: 1.5rem;
}
.lottery-award-row > .award-item {
    position: relative;
    width: 17.5%;
    height: 76px;
    transition: .35s;
}
.lottery-award-row > .award-item.active {
    transform: scale(1.1);
}
.lottery-award-row > .award-item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF4D0;
    box-shadow: 0 5px 0 #FFDD7A;
    border-radius: 8px;
    z-index: 2;
}
.lottery-award-row > .award-item.active::after {
    content: "";
    position: absolute;
    top: -.6rem;
    bottom: calc(-.6rem - 5px);
    left: -.6rem;
    right: -.6rem;
    background-color: #FF5A00;
    background: linear-gradient(-45deg, #FFBA00, #FF5A00);
    border-radius: 10px;
    border: 1px solid rgba(255, 250, 233, .5);
    z-index: 1;
}
.lottery-award-row > .award-item > .award {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #D01C46;
    font-size: .9rem;
    text-align: center;
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 1.2;
    z-index: 10;
}
.award-id {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 0rem;
    left: .5rem;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1rem;
    background: #4344df;
    text-align: center;
    color: #fff;
    padding: .25rem;
    border-radius: 100%;
}
.lottery-award-row > .award-item > .award > strong {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lottery-award-row > .award-item > .award > * + * {
    margin-top: 6px;
}
.fs-sm {
    font-size: .85em;
}
.fs-lg {
    font-size: 1.2em;
}

.recharge-return-point-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 4rem 3rem;
}
.recharge-return-point-wrapper > li {
    width: 218px;
    height: 207px;
    background:  url(../../images/event/8th-anniversary/bg-recharge.png) center center no-repeat;
    background-size: contain;
    color: #FF0D57;
    text-align: center;
    padding-top: 1.6rem;
    padding-bottom: 1rem;
}
.recharge-requirement {
    font-size: .925rem;
    font-weight: 600;
    letter-spacing: -.5px;
}
.recharge-returned {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    margin-top: 1rem;
}
.recharge-returned strong {
    font-size: 1.75em;
    font-style: italic;
    margin: 0 .35rem;
    line-height: 1.25;
}
.recharge-returned small {
    font-style: italic;
}
.btn-recharge {
    display: inline-flex;
    margin-top: 3.35rem;
    font-size: .85rem;
    font-weight: 600;
    color: #FF0D57;
    background: linear-gradient(0deg, #FFBD05 0%, #FFF15D 100%);
    box-shadow: 0 -10px 30px 0 rgba(0, 0, 0, 0.2), 0 2px 0 0 #FF8400;
    padding: .25rem 2.25rem;
    border-radius: 40px;
}
.btn-what-is-point {
    display: block;
    width: 298px;
    padding-top: .75rem;
    padding-bottom: .5rem;
    margin: 0 auto 3rem auto;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #FFC600;
    border-radius: 8px;
    box-shadow: 0px -4px 10px 0px rgba(194, 162, 87, 0.59) inset;
}
.get-gift-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 2rem;
    z-index: 9;
}
.gift-decor {
    position: absolute;
    left: -5rem;
    right: -5rem;
    bottom: -6rem;
    display: flex;
    justify-content: space-between;
    z-index: -1;
}
.gift-decor > img:first-child {
    transform: scaleX(-1);
}
.get-gift-wrapper > * + * {
    margin-top: 2.5rem;
}
.btn-view-show-order-rule {
    width: 236px;
    margin-bottom: 0;
}
.btn-view-more-sk-products {
    width: 320px;
}

.point-redeem-header {
    padding: 3rem 3rem 0 3rem;
    text-align: right;
}
.point-redeem-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 2rem 2rem 2rem;
    margin-top: 2rem;
}
.point-redeem-wrapper > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 234px;
    height: 302px;
    background: url(../../images/event/8th-anniversary/bg-point-redeem.png) center bottom no-repeat;
    background-size: contain;
    margin-bottom: 3rem;
    border: 0px solid blue;
}
.point-required {
    padding: 0rem 1.5rem;
    color: #FF5A00;
    background-color: #FFC205;
    box-shadow: 0 -2px 0 1px #FF9100;
    border-radius: 64px;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: -.5px;
}
.point-redeem-wrapper > li img {
    border: 0px solid red;
    margin-top: 2rem;
}
.btn-redeem {
    padding: 0rem 1.5rem .15rem 1.5rem;
    color: #fff;
    background-color: #FF1A5C;
    box-shadow: 0 -2px 0 1px #D80048;
    border-radius: 64px;
    font-weight: 600;
    margin-top: 1.6rem;
    letter-spacing: -.5px;
}

.second-kill-header {
    padding: 3rem 3rem 0 3rem;
    text-align: right;
}
.second-kill-product-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 3rem 1.5rem 3rem;
    margin-top: 1.5rem;
}
.second-kill-product-wrapper > li {
    width: 29%;
    margin-bottom: 3rem;
    box-shadow: 0px 4px 8px rgba(198, 186, 134, 0.3);
    border: 1px solid rgba(254, 204, 32, 0.33);
    border-radius: 10px;
}
.second-kill-product-header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background-color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}
.product-soldout-wrapper {
    position: absolute;
    right: 0px;
    left: 0;
    top: 0;
    bottom: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: .75rem;
    padding-bottom: .75rem;
}
.product-soldout-wrapper img {
    opacity: .5;
}
.product-qrcode-wrapper {
    position: absolute;
    color: #333;
    right: 0px;
    bottom: 0px;
    width: 44px;
    height: 44px;
    padding: 4px;
    border: 0px solid rgba(220,220,220,.7);
    border-right: 0;
    cursor: pointer;
    transition: all .15s;
}
.product-qrcode-wrapper:hover {
    width: 100%;
    height: 100%;
    padding: 8px;
    background-color: rgba(230,236,232,.9);
}
.product-qrcode-wrapper small {
    display: none;
}
.product-qrcode-wrapper:hover small {
    display: block;
    text-align: center;
}
.product-qrcode-wrapper img {
    max-width: 100%;
    height: auto;
}
.product-qrcode-wrapper:hover img {
    border-radius: 6px;
}
.second-kill-product-body {
    background-color: #FFF5EA;
    padding: .5rem;
}
.second-kill-product-body h6 {
    color: #FF850D;
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.second-kill-product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem;
    background-color: #FFF5EA;
    line-height: 1;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.origin-price {
    color: #B9B9B9;
}
.spike-price {
    color: #FF0D1E;
}
.spike-price strong {
    font-size: 1.5em;
}
.btn-buy {
    flex-shrink: 0;
    color: #fff;
    background-color: #FF3267;
    border: 1px solid rgba(255, 173, 56, 0.33);
    font-size: .8rem;
    font-weight: 600;
    padding: .6rem .75rem .5rem .75rem;
    box-shadow: 0 3px #E8437F;
    border-radius: 6px;
    text-shadow: 1px 1px rgba(72,72,72,.6), -1px -1px rgba(72,72,72,.3);
    letter-spacing: .5px;
}
button.btn-buy {
    padding-top: .5rem;
    padding-bottom: .4rem;
}

.page-footer {
    font-size: .8rem;
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 2rem;
    color: rgba(255,255,255,.75);
}
.page-footer a {
    color: inherit;
    text-decoration: underline;
}

/* --------------------------------------------- */
.sidebar {
    position: fixed;
    right: 15px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 999;
}
.link-bonus-rain img {
    transition: all .2s;
}
.link-bonus-rain:hover img {
    transform: scale(1.15);
}
.link-bonus-rain:active img {
    transform: scale(1.0);
}
.sidebar-nav-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background: url(../../images/event/8th-anniversary/bg-8th-nav.png) center bottom no-repeat;
    background-size: cover;
    color: #fff;
    width: 148px;
    height: 448px;
    margin-top: .5rem;
}
.sidebar-nav {
    font-size: .75rem;
    width: 90px;
}
.sidebar-nav > li + li {
    margin-top: .3rem;
}
.sidebar-nav > li > a,
.sidebar-nav > li > a:visited {
    display: block;
    width: 100%;
    color: inherit;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 3px solid #01FFFF;
    border-radius: 76px;
    background-color: #35f;
    background: linear-gradient(180deg, #0084FF, #7B26E3);
    text-align: center;
    transition: .2s;
    transform: scale(.925);
}
.sidebar-nav > li > a:hover {
    transform: scale(.925) translateX(8px);
}
.link-to-home {
    display: inline-block;
    font-size: .75rem;
    color: inherit;
    margin-top: .4rem;
    margin-bottom: 1.25rem;
    padding: 0 .5rem;
    border: 2px solid #fff;
    border-radius: 76px;
    background-color: rgba(76,41,175,.9);
    background: linear-gradient(180deg, rgba(2,255,252,.75), rgba(76,41,175,.9));
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    transition: .2s;
    transform: scale(.85);
}
.link-to-home:hover {
    transform: scale(.95);
}

.red-rain-count-down {
    display: flex;
    justify-content: space-between;
    width: 75%;
}
.red-rain-count-down > li {
    font-size: 1.2rem;
}
.red-rain-count-down > li > [data-type] {
    font-size: 3em;
    margin-right: 4px;
}
.red-rain-item {
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10px;
    cursor: pointer;
}
.red-rain-result {
    font-size: 18px;
    color: #ffe5a3;
}
.text-red-rain-ended {
    font-size: .9rem;
    text-align: center;
}
.text-red-rain-ended h6 {
    font-size: 1.5rem;
    margin-top: 1rem;
}


/****************红包雨 start*******************/
.nov-float {
    position: fixed;
    top: 180px;
    left: calc(50% - 740px);
    z-index: 88
}

@keyframes hob_shake {
    15%,45% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
        transform-origin: 50% 100%
    }

    30% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        transform-origin: 50% 100%
    }

    60%,100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transform-origin: 50% 100%
    }
}

@keyframes hob {
    10%,30%,50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    20%,40% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    60%,100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hob_btn {
    10%,30%,50%,70%,90% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    20%,40%,60%,80% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media(max-width: 1400px) {
    .nov-float {
        left:0;
        transform: scale(.7)
    }
}

@media(max-width: 1199px) {
    .nov-float {
        display:none
    }
}

.hongbao-wrapper {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 1200
}

.hongbao-wrapper i {
    display: inline-flex;
    position: absolute;
    width: 75px;
    height: 101px;
    background-image: url(../../images/event/8th-anniversary/hongbao.png);
    top: -200px;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-transition: 1s transform;
    -moz-transition: 1s transform;
    -ms-transition: 1s transform;
    -o-transition: 1s transform;
    transition: 1s transform;
    user-select: none;
}

.hongbao-wrapper i.rotate {
    -webkit-transform: rotate(7200deg);
    -ms-transform: rotate(7200deg);
    -o-transform: rotate(7200deg);
    transform: rotate(7200deg)
}

.hob-cd {
    position: absolute;
    color: #fff;
    font-size: 56px;
    top: 30px;
    left: 50px;
    user-select: none;
}

.hob-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 100px;
    right: 200px;
    cursor: pointer
}

.hob-close::before,.hob-close::after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    top: 19px;
    left: 5px;
    background-color: #eee;
    border-radius: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.hob-close::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

[mod-relation=hobCoupon] p {
    margin-bottom: 20px
}

.hobCoupon-img {
    width: 712px;
    margin: 0 auto
}

@media(max-width: 1199px) {
}

@media(max-width: 768px) {
    [mod-relation=hobCoupon] h5 {
        font-size:20px
    }

    .hobCoupon-img {
        max-width: 100%
    }

    .hob-cd {
        top: 20px;
        left: 30px
    }

    .hob-close {
        top: 20px;
        right: 20px
    }
}

@media(max-width: 720px) {
}

@media(max-width: 480px) {
}

@media(max-width: 414px) {
}

@media(max-width: 375px) {
}

@media(max-width: 360px) {
    [mod-relation=hobCoupon] h5 {
        font-size:18px
    }
}

@media(max-width: 320px) {
    [mod-relation=hobCoupon] h5 {
        font-size:16px
    }
}

.loading {
    display: inline-block;
    animation: rotate 1s linear infinite;
}



@keyframes rotate{
  from{transform: rotate(0deg)}
  to{transform: rotate(360deg)}
}

/****************红包雨 end*******************/

/* ------------------------------------------------------------ */
/* -------------------        弹窗样式       ------------------- */
/* ------------------------------------------------------------ */

.jconfirm .jconfirm-box {
    background-color: transparent;
    padding: 0;
}
.jconfirm.jconfirm-light .jconfirm-box {
    box-shadow: none;
}
.jconfirm.jconfirm-light .jconfirm-bg {
    background-color: #000;
    opacity: .925;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane {
    border-radius: 8px;
    max-height: initial!important;
    overflow: hidden;
}

.dialog-wrapper {
    position: relative;
    background: url(../../images/event/8th-anniversary/bg-dialog.png) left top no-repeat;
    background-size: cover;
    border-radius: 8px;
    overflow: hidden;
}
.dialog-wrapper.free-dialog-wrapper {
    background: initial;
}
.dialog-header {
    position: relative;
    text-align: center;
}
.dialog-body {
    position: relative;
    text-align: left;
    padding: 1.5rem 3rem;
    margin: 1rem auto 2rem auto;
    width: 80%;
    color: #f8f8f9;
}
.dialog-body.sign-dialog-body.resign-confirm-dialog-body {
    margin-top: -4.5rem;
}
.dialog-wrapper.free-dialog-wrapper .dialog-body {
    padding: 0 0 3rem 0;
    margin: 0;
    margin-top: -5.25rem;
    width: 100%;
    color: #0060FF;
    border-radius: 8px;
    min-height: 230px;
    overflow: hidden;
}
.dialog-wrapper.free-dialog-wrapper .dialog-body.lottery-dialog-body {
    margin-top: -3.8rem;
}
.dialog-wrapper.free-dialog-wrapper .dialog-body::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.dialog-body.sign-dialog-body::before {
    background-color: #00F2FE;
    background: linear-gradient(-45deg, #00F2FE, #4FACFE);
}
.dialog-body.lottery-dialog-body::before {
    background-color: #FC7823;
    background: linear-gradient(0deg, #FC7823 0%, #FFB738 100%);
}
.dialog-body.sign-rule-dialog-body {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    width: 86%;
}
.sign-rule-dialog-body > strong {
    display: block;
    font-size: 1.25rem;
}
.sign-rule-dialog-body >  ul,
.ul-disc {
    list-style: disc;
    margin-left: 2rem;
    margin-top: .75rem;
}
.sign-rule-dialog-body >  ul > li + li {
    margin-top: 5px;
}
.dialog-body a {
    color: inherit;
    text-decoration: underline;
}
.login-form .form-row + .form-row {
    margin-top: 1rem;
}
.login-form .form-row .input-group {
    display: flex;
    background-color: #fff;
    border: 1px solid #F9E780;
    border-radius: 2px;
    overflow: hidden;
}
.login-form .form-row .input-group label {
    font-weight: 500;
    background-color: #fff;
    color: #0F32B6;
    padding: .25rem .4rem .25rem .7rem;
}

.login-form .form-row .input-group .input-box {
    border: 0;
    flex: 1;
    padding: .15rem;
    font-size: inherit;
}
.login-form .form-row .input-group .input-box:focus {
    border: 0;
    outline: 0;
}
.login-form .btn-login {
    display: block;
    width: 100%;
    background: linear-gradient(95deg, #4FACFE, #00F2FE);
    box-shadow: 0px 3px 10px 0px rgba(0, 32, 171, 0.4);
    border-radius: 6px;
    color: #fff;
    padding: .5rem 3rem;
    transition: .3s;
}
.login-form .btn-login:hover {
    transform: translateY(-4px) scale(1.0);
}
.login-form .btn-login:active {
    transform: scale(.96);
}
.login-success-wrapper {
    text-align: center;
}
.login-success-wrapper > * + * {
    margin-top: .75rem;
}

.login-error {
    position: absolute;
    top: 0;
}

.table-sign-wrapper {
    position: relative;
    border: 2px solid;
    max-height: 376px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.table-sign-history {
    border-collapse: collapse;
    width: calc(100% + 4px);
    margin-left: -2px;
    margin-right: -2px;
}
.table-sign-history tr td,
.table-sign-history tr th {
    border: 2px solid;
    padding: .6rem 1.2rem;
    line-height: 1.6;
}
.table-sign-history tr:first-child th {
    border-top: 0;
}
.table-sign-history tr:last-child td {
    border-bottom: 0;
}
.table-sign-history tr th {
    font-weight: 600;
}
.table-sign-history tr td sup {
    display: inline-block;
    font-size: .75rem;
    margin-left: 3px;
    padding: 0 6px;
    background-color: #FF4B75;
    color: #fff;
    border-radius: 20px;
    transform: scale(.9);
}
.text-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: .875rem;
    line-height: 1.35;
}
.text-placeholder > img {
    margin: 0 .5rem;
}
.table-sign-history.table-my-award tr td {
    line-height: 1.2;
}

.sign-success-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 4rem;
    margin-bottom: 2rem;
}
.sign-success-wrapper h6 {
    font-size: 1.2rem;
    font-weight: 500;
}
.sign-award-detail {
    margin-top: 1rem;
    margin-bottom: 2rem;
    line-height: 1;
}
.text-point-value {
    font-size: 3rem;
    font-weight: 600;
    color: #FF0048;
    margin-left: .5rem;
}
.resign-confirm-wrapper {
    padding-top: 4.5rem;
    text-align: center;
}
.dialog-buttons {
    text-align: center;
    margin-top: 2rem;
}
.dialog-buttons .btn-dialog-ok {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.dialog-action > * + * {
    margin-left: 1.5rem;
}
.dialog-action .btn-dialog-ok,
.dialog-action .btn-dialog-cancel {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}
.text-resign {
    margin: 2rem 0;
    font-size: 1.35rem;
    color: #fff;
}
.btn-dialog-ok {
    font-size: .925rem;
    color: #fff;
    background: #FFC600;
    box-shadow: 0px 2px 2px 0px rgba(232, 158, 0, 0.31);
    padding: .4rem 3.25rem;
    border-radius: 36px;
}
.btn-dialog-cancel {
    font-size: .925rem;
    color: #FFBA7D;
    background: #FFFAE8;
    box-shadow: 0px 2px 2px 0px rgba(232, 158, 0, 0.15);
    padding: .4rem 3.25rem;
    border-radius: 36px;
}

.lottery-award-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem 2rem 2rem 2rem;
}
.lottery-award-wrapper > * + * {
    margin-top: 2rem;
}
.lottery-award-wrapper > img {
    max-width: 200px!important;
}
.hit-award-title {
    font-weight: 600;
    color: #5A4BFF;
    text-align: center;
    line-height: 1.6;
}
.hit-award-title span {
    font-size: 1.15em;
    text-decoration: underline;
    margin-left: 3px;
}
.text-unhit-award {
    font-size: 1.2rem;
    margin-top: -1rem;
    text-align: center;
}
.text-unhit-award > em {
    display: block;
    font-size: 2rem;
    font-style: italic;
    font-weight: bolder;
    color: #000;
    letter-spacing: 5px;
    text-shadow: -2px -1px #39ffff, 2px 0 #ff1954;
}
.btn-get-award {
    border: 0;
    background-color: #FBF6DC;
    border-radius: 40px;
    padding: .75rem 2.75rem .4rem 2.75rem;
    box-shadow: 0 3px #F7D651, 0px 0px 12px 0px rgba(209, 147, 55, 0.35) inset;
}

.sign-history-detail,
.award-item-detail {
    display: flex;
    align-items: center;
}
.sign-history-detail img {
    flex-shrink: 0;
    margin-right: .5rem;
}
.award-img {
    flex-shrink: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 4px;
    background-color: #fff;
    border-radius: 6px;
    margin-right: .75rem;
}
.award-title {
    flex-grow: 1;
    max-width: 448px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.award-title small {
    display: inline-block;
    background-color: #FF4B75;
    padding: 3px 8px;
    margin-top: 2px;
    font-size: .75rem;
    border-radius: 24px;
}

@media only screen and (min-width: 1440px) {
    .page-header {
        min-height: 1000px;
        padding-bottom: 2rem;
    }
    .page-header img {
        width: 800px;
        margin-top:  240px;
    }
}