body, html {
    width: 100%;
    height: 100%;
    background-color: #0d0d0d;
    font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: normal !important;
}

* {margin: 0;padding: 0;outline: 0;}
a {text-decoration: none;color: unset}
.status2{
    display: none;
}
[v-cloak] {
    display: none;
}
.left{float: left;}
.right{float: right;}
#root,.wraper {
    width: 100%;
    height: 100%;
}
.wraper{
    overflow-x: hidden;
}
.wraper .page2{
    padding-bottom: 160px;
}
.wraper .p2-footer{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
#TencentCaptcha.on{
    color: #EAAC00;
}
#TencentCaptcha.off{
    color: #bbb;
}
.header-box {
    padding: 20px 8% 0 8%;
    position: relative;
}
.header-box .download-app {
    background-color: #1E1E1E;
    border: 0.5px solid #303030;
    margin-top: 18px;
    border-top-left-radius: 100px;  
    border-bottom-left-radius: 100px;
    padding: 10px 30px 10px 20px;
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    position: absolute;
    top: 0px;
    right: -12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.header-box .download-app span {
    margin-bottom: 2px;
    margin-left: 6px;
}
.header-box h6 {
    color:#fff;
    font-size: 26px;
    line-height: 1.3em;
    margin: 15px auto 30px;
    text-align:center;
}
.header-box h6.wd {
    max-width: 75%;
}
.header-box .logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-box img.logo {
    width:33%;
    margin-top: 6px;
}
.header-box .logo .open{
    font-size: 13px;
    color: #fff;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    position: absolute;
    right: -1px;
    top: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.header-box .logo .open img{
    height: 10px;
    margin-left: 6px;
    transform: translateY(-1px);
}
.header-box .header-main{
    margin-top: 26px;
    text-align: center;
}
.header-box .header-main.cb{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header-box .header-main .header-left{
    font-size: 28px;
    color: #fff;
    line-height: 1.6;
    font-weight: 600;
    word-break: break-word;
    text-align: center;
    margin-top: 40px;
}
.header-box .header-main img.header-right{
    width: 6.5rem;
}
.header-box .header-main.cb .header-left{
    font-size: 28px;
    margin: 0;
    display: flex;
    /* text-align: left; */
    align-items: center;
}
.header-box .header-main.cb img.header-right{
    /* width: 3.3rem; */
    margin-top: 26px;
}
.header-right {
    margin-top: 0px;
}
.header-box .logo .kol-head-portrait{
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/kol-portrait.png) no-repeat center;
    background-size: contain;
}

.header-box .kol-info{
    margin-top: 40px;
    text-align: center;
    color: #EBEBEB;
}

.header-box .kol-info .kol-info-name{
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
}

.header-box .kol-info .kol-info-resume{
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    opacity: 0.6;
}

.header-invitation-img {
    width: 100%;
    margin: 20px 0px;
}

.items{
    overflow: hidden;
    padding: 0 8%;
    margin-bottom: 0.6rem;
}
#pwd-info{
    overflow: hidden;
    padding-top: 5px;
}
#pwd-info p{
    font-size: 13px;
    height: 22px;
    line-height: 22px;
    padding: 2px 0;
    color: rgba(255, 255, 255, 0.5);
    background-size: 12px 12px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left:16px;
}
#pwd-info p.on{
    background-image: url('../images/ok.svg?v=0713');
}
#pwd-info p.off{
    background-image: url('../images/wrong.svg?v=0713');
}
#pwd-info.ru p{
    font-size: 11px;
}
.invite-title{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 10px;
}
.invite-title b{
    border-top: 5px solid rgba(255, 255, 255, 1);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transition: all 0.2s linear;
    margin-left: 4px;
}
.invite-title.up{
    margin-bottom: 0;
}
.invite-title.up b{
    transform: rotate(180deg);
}
.items .big-img{
    overflow: hidden;
    padding-bottom: 15px;
}
.items .big-img img{
    width: 100%;
}
.items .reg-type{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    color: #FE7701;
    padding-top: 12px;
}
.items .reg-type > span {
    display: block;
}
.items .reg-type > span:last-child {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    background: url(../images/login-qeihuan.svg) no-repeat center;
    background-size: contain;
}
.items .item{
    height: 45px;
    line-height: 45px;
    background: #1b1b1b;
    border-radius: 8px;
    margin-top: 12px;
    overflow: hidden;
    line-height: 0;
    position: relative;
    border: 0.5px solid #56595E;
    /*border-bottom: 1px solid transparent;*/
    /*border-image: linear-gradient(to bottom,transparent 50%, red 50%) 0 0 100%/1px 0;*/
}
.items .item .area-code{
    height: 45px;
    line-height: 45px;
    color: #fff;
    position: relative;
    padding-left: 15px;
    font-size: 12px;
    padding-right: 28px;
}
.items .item .area-code::before{
    content: '';
    width: 0;
    height: 0;
    border-top: 4px #fff solid;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.items .item .area-code::after{
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.3);
}
.items .item span.on{
    font-size: 14px;
    color: #fff;
    display: block;
    height: 45px;
    line-height: 45px;
    margin-left: 12px;
}
.items .item span.off{
    font-size: 14px;
    color: #adb7c5;
    margin-left: 12px;
    display: block;
    height: 45px;
    line-height: 45px;
}
.items .item span.arrow{
    width: 0;
    height: 0;
    z-index: 10;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #999;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.items .item span.arrow.on{
    transform: rotate(-180deg);
}
.items .item .left{
    width: 65%;
}
.items .item .right{
    width: 35%;
    height: 35px;
    line-height: 25px;
    text-align: center;
    margin: 5px 0;
}
.items .item .right.get-code{
    position: relative;
}
.items .item .right.get-code::before{
    content: '';
    height: 25px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .3);
}
.items .item .right .off{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    transform: translateY(-8px);
    display: inline-block;
}
.items .item .right button{
    color: #fff;
    font-size: 13px;
}
.items .item input{
    width: 100%;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 0 12px;
    border:0;
    background:none;
    color: #fff;
}
.items .item input.off{
    background:rgba(255,255,255,.2);
    color:#fff;
}
.items .item .show-password{
    position: absolute;
    top: 12.5px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    cursor: pointer;
    background: url('../images/eye-close.svg?v=0713') no-repeat center;
    background-size: cover;
}
.items .item .show-password.open{
    background-image: url('../images/eye-open.svg?v=0713');
}
.items .rebate-ratio {
    margin: 10px 0 5px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: rgba(122, 126, 132, 1);
    white-space: nowrap;
    line-height: 20px;
}
.items .rebate-ratio span {
    color: #FE7701;
}

.items button{
    border:0;
    outline: 0;
    background:none;
}
.items p{
    font-size: 14px;
    padding: 10px 0;
}
.items p b{
    width:18px;
    height:18px;
    background:rgba(255,255,255,0.17);
    border-radius:3px;
    display: inline-block;
    transform: translate(0,20%);
}
.items p b.on{
    background-image: url('../images/icon-check@3x.png?v=0713');
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center center;
}
.items p span{
    color: #fff;
    padding: 0 3px 0 8px;
}
.items p a{
    color: #FE7701;
    line-height: 1.6;
}

.items .valid-code-tips{
    display: block;
    width: 14px;
    height: 14px;
    margin-left: 8px;
    background: url(../images/valid-code-tips.svg) no-repeat center;
    background-size: contain;
}

.mask {
    position: fixed;
    top:0;
    right: 0;
    bottom: 0;
    left:0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    padding-top: 2rem;
}

.mask img {
    width: 60%;
    /*transform: translateX(7%);*/
}

.bottomImgeDiv {
    font-size: 0;
}
.bottomImgeDiv img{
    width: 100%;
}
.bottomImgeDiv img:last-child{
    /*margin-bottom: 2.2rem;*/
}
.registTopBkgImage{
    width: 100%;
}

.centerDiv {
    width: 100%;
}

.formContainer {
    width: 85%;
    margin: 0 auto;
}

.input-mod_container_ae920d {
    
}

.input-mod_container_ae920d input {
    border: none;
    font-size: 4vw;
    padding: 3vw;
    z-index: 1;
    border-radius: 1vw;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: #333B47;

}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #9AA6B8;
    font-weight: 400;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #9AA6B8;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9AA6B8;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9AA6B8;
}

.input-mod_container_ae920d input:focus {
    outline: 0;
    border: none;
    box-sizing: border-box
}

.button-mod_container_a6bd86 {
    display: inline-block;
    margin: 2vw 0;
    padding: 2vw;
    color: #ffd800;
    text-align: center
}

.button-mod_container_a6bd86 button {
    font-size: 4vw;
    font-weight: 700;
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 0;
    text-align: unset;
    color: unset
}

.button-mod_container_a6bd86 button:focus {
    outline: 0
}

.van-action-sheet__name{
    /*color: #999;*/
}
.downloadTextDiv {
    width: 100%;
    height: 52px;

    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;

    padding-right: 5vw;
    font-size: 3vw;
    text-decoration:underline;
}

.p2-footer {
    padding: 12px 0px;
    transition: all 0.3s ease-in-out;
    background: #1D1E20;
    z-index: 11;
}
.p2-footer .btn{
    background: #FE7701;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    width: 90%;
    margin: 0 auto;
}
.p2-footer .open-app {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;  
}
.p2-footer .open-app span {
    margin-bottom: 2px;
    margin-left: 4px;
}
.p2-footer .btn.op{
    opacity: 0.5;
}
.p2-footer .btn.loading{
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    width: 90%;
    margin: 0 auto;
}
.p2-footer .btn.loading img{
    width: 18px;
    margin-right: 8px;
    transform: translateY(10%);
}
.p2-footer .btn.off{
    opacity: 0.3;
}

.p2-footer .open{
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}


.agree_container {
    margin: 4vw 0px 1vw 0px;
    font-size: 4vw;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.agree_container input {
    width: 4vw;
    height: 4vw;
}


#agree {
    color: #7A7E84;
}


.mark{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: rgba(23, 26, 31, 0.8);
    text-align: center;
}
.mark .box{
    width: 200px;
    text-align: center;
    border-radius: 18px;
    padding: 45px 0 80px 0;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
}
.mark .box img{
    width: 25%;
}
.mark .box h1{
    font-size: 16px;
    font-weight: 500;
    padding-top: 15px;
    color: #171A1F;
}

.multi-picker-btn-box{
    background: none;
}
.multi-picker-btn-box .multi-picker-btn{
    font-size: 14px;
    color: #1976FF;
}

.fullDialog{
    border-radius: 10px;
    width: 280px;
}
.fullDialog .van-dialog__header{
    padding-top: 20px;
}
.fullDialog .van-dialog__message{
    padding-top: 16px;
}
.fullDialog button{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

dl.advantage{
    margin: 46px 8% 0 8%;
}
dl.advantage dt{
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    padding-bottom: 40px;
    padding-top: 20px;
}
dl.advantage dd{
    position: relative;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.0625);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    margin-bottom: 20px;
}
dl.advantage dd:nth-child(odd) .content{
    flex-direction: row-reverse;
}
dl.advantage dd:nth-child(odd) .content img{
    margin-right: 10px;
}
dl.advantage dd:nth-child(even) .content img{
    margin-left: 0;
}

dl.advantage dd h1{
    text-align: center;
    text-align: left;
    font-size: 18px;
    padding: 5px 0 15px 0;
    line-height: 1;
    color: #fff;
    font-weight: 300;
}
dl.advantage dd .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
dl.advantage dd .content img{
    width: 30%;
}
dl.advantage dd .content .items2{}
dl.advantage dd .content .items2 li{
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.4;
    padding-bottom: 5px;
    position: relative;
    padding-left: 10px;
    word-break: break-word;
}
dl.advantage dd .content .items2 li::before{
    content: '';
    width: 4px;
    height: 4px;
    background: #FE7701;
    position: absolute;
    left: 0;
    top: 4px;
}
/* dl.advantage dd .content .items2 li:nth-child(1)::before{
    background: #E69D4A;
}
dl.advantage dd .content .items2 li:nth-child(2)::before{
    background: #59B0B3;
}
dl.advantage dd .content .items2 li:nth-child(3)::before{
    background: #C74638;
}
dl.advantage dd .content .items2 li:nth-child(4)::before{
    background: #2AAD70;
} */

.functions .block-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.functions .block {
    width: 30%;
    height: auto;
    background-color: #1E1E1E;
    border: 0.5px solid #303030;
    border-radius: 6px;
    padding: 12px;
    margin: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.functions h2 {
    font-size: 26px;
    color: #EBEBEB;
    font-weight: 400;
    text-align: center;
    margin: 60px 20px 20px 20px;
}
.block img {
    margin: 5px 0px;
    width: 35px;
    height: auto;
}
.block p {
    font-size: 16px;
    text-align: center;
    margin: 10px 0px;
    color: #EBEBEB;
    font-weight: 300;
}

.info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.info h2{
    font-size: 26px;
    color: #EBEBEB;
    font-weight: 400;
    margin: 80px 20px 0px 20px;
    text-align: center;
}
.info h1 {
    font-size: 60px;
    background: linear-gradient(180deg, #FE7701 13.69%, #E8A66D 84.46%);
    line-height: 70px;
    margin: 20px 0px;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 700;
}
.info h3 {
    font-size: 14px;
    color: #7A7E84;
    font-weight: 300;
}
.info img {
    margin: 40px 0px;
}
.info .info-block-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin-top: -10px;
}
.info .info-block-wrapper .block {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.info .info-block-wrapper .block h2 {
    font-weight: 700;
    font-size: 32px;
    color: #FE7701;
    margin-top: 40px;
}
.info .info-block-wrapper .block p {
    font-size: 14px;
    font-weight: 300;
    color: #7A7E84;
}
.info .info-block-wrapper .block span {
    font-size: 14px;
    margin-left: 4px;
}

.flex{
    display: flex;
}

.area-list{
    font-size: 13px;
}
.area-list dl{
    padding: 12px 5px;
}
.area-list dl dd{
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.area-list dl dd.on{
    background: #f6f6f6;
}
.area-list dl dd.off{
    opacity: 0.3;
}
.area-list dl dd.title{
    color: #9FA6B0;
    padding-bottom: 5px;
    margin-top: 5px;
}
.area-list dl dd b{
    color: #171A1F;
    font-weight: 500;
}
.area-list dl dd span{
    color: #7E8389;
}
.area-list-content{
    height: 8rem;
    overflow-y: scroll;
    padding: 8px 10px;
}
.area-list .van-popup--bottom.van-popup--round{
    overflow: hidden;
}

::-webkit-input-placeholder {
    color: rgba(255,255,255,.3);
}
:-moz-placeholder {
    color: rgba(255,255,255,.3);
}
::-moz-placeholder {
    color: rgba(255,255,255,.3);
}
:-ms-input-placeholder {
    color: rgba(255,255,255,.3);
}

.invite-error{
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 16px;
    z-index: 9999;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    transform: translate(-50%,-50%);
    background: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
}


.activity-mark{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .5);
}
.activity-mark .box{
    width: 60%;
    padding: 15px;
    box-sizing: border-box;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 0.08rem;
    background: #fff;
}
.activity-mark .box img{
    width: 70%;
}
.activity-mark .box h1{
    text-align: right;
    font-size: 0;
}
.activity-mark .box h1 span{
    width: 20px;
    height: 20px;
    background-image: url('../images/close.svg?v=0713');
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    opacity: 0.7;
}
.activity-mark .box h2{
    font-size: 0;
    text-align: center;
}
.activity-mark .box h3{
    font-size: 0.3rem;
    margin-top: 0.25rem;
    opacity: 0.8;
    line-height: 1.4;
    text-align: center;
}
.activity-mark .box h3 span{
    font-size: 120%;
    color: red;
}
.activity-mark .box p{
    text-align: center;
}
.activity-mark .box p b{
    font-size: 0.3rem;
    display: inline-block;
    background: rgba(11, 14, 19, 1);
    padding: 0.2rem 0.45rem;
    border-radius: 0.08rem;
    margin: 0 auto;
    color: #fff;
}

.wraper .page2 .header-prompt {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    background: rgba(227,73,73,.1);
}
.wraper .page2 .header-prompt-icon {
    display: block;
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin-right: 8px;
    background: url(../images/prompt-close.svg) no-repeat center;
}
.wraper .page2 .header-prompt-text {
    font-size: 14px;
    font-weight: 400;
    color: #EBEBEB;
    line-height: 20px;
}

.input-focus-border{
    border-color: #FE7701!important;
}

.event-showcase-wrapper{
    padding: 0 30px;
    margin-bottom: 32px;
}

.event-showcase-wrapper .showcase-welfare{
    display: flex;
    align-items: center;
    padding: 28px 10px;
    margin-bottom: 48px;
    background-color: #141414;
    box-shadow: 0px 0px 0px 0.5px #292929;
    border-radius: 10px;
}

.event-showcase-wrapper .showcase-welfare .welfare-ikon{
    display: block;
    width: 114px;
    height: 89px;
    margin-right: 17px;
    background: url(../images/welfare-rewards.png) no-repeat center;
    background-size: contain;
}

.event-showcase-wrapper .showcase-welfare .welfare-rewards{
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    color: #FFF;
}

.event-showcase-wrapper .showcase-welfare .welfare-rewards > p:first-of-type{
    color: #FE7701;
}

.event-showcase-wrapper .showcase-welfare .welfare-rewards-generic {
    color: #FFF;
}

.event-showcase-wrapper .showcase-welfare .welfare-rewards-generic > h3{
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}

.event-showcase-wrapper .showcase-welfare .welfare-rewards-generic > p{
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
}

.event-showcase-wrapper .showcase-welfare .welfare-rewards-generic > p > span{
    color: #FE7701;
}

.event-showcase-wrapper .showcase-stages-list {
    overflow: hidden;
    padding: 0;
    margin-bottom: 38px;
    background-color: #141414;
    box-shadow: 0px 0px 0px 0.5px #292929;
    border-radius: 10px;
}

.event-showcase-wrapper .showcase-stages-item{
    display: flex;
    padding: 21px 24px 20px;
}
.event-showcase-wrapper .showcase-stages-item:nth-child(even){
    background-color: #1B1B1B;
}

.event-showcase-wrapper .showcase-stages-item > span{
    display: block;
    width: 8px;
    height: 8px;
    margin-top: 7px;
    margin-right: 22px;
    background: #FE7701;
}
.event-showcase-wrapper .showcase-stages-item > div > span:first-of-type{
    display: block;
    margin-bottom: 9px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #FFF;
}

.event-showcase-wrapper .showcase-stages-item > div > span:last-of-type{
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #EBEBEB;
}
.event-showcase-wrapper .showcase-stages-item .special .crossed-price {
    text-decoration: line-through;
}
.event-showcase-wrapper .showcase-stages-item .special .latest-price {
    font-size: 18px;
    font-weight: 700;
    color: #FE7701;
}

.event-showcase-wrapper .showcase-genesisx {
    font-size: 12px;
    font-weight: 400;
    line-height: 21px; 
    text-align: center;
}
.event-showcase-wrapper .showcase-genesisx .extra {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
}
.event-showcase-wrapper .showcase-genesisx .extra >p:first-of-type {
    font-weight: 700;
}
.event-showcase-wrapper .showcase-genesisx .extra >p:last-of-type > span {
    font-weight: 700;
}
.event-showcase-wrapper .showcase-genesisx .collateral {
    color: #FE7701;
}
.event-showcase-wrapper .showcase-genesisx .collateral > span {
    font-weight: 700;
}