﻿@charset "utf-8";

button:disabled, button.load {
    background: #999999;
    font-size: 14px;
}
.disabled {
    background-color: #999999 !important;
    cursor: not-allowed !important;
}
.confirmRuleBtn{
    margin-bottom: 0;
}
#menuRegLinkItem {
	display: none;
}

/* **** banner **** */
.ban {
    height: 150px;
    background-image: url(/css/dta2022/img/banners/registerBg.png);
}
.bannerSlogan{
    text-align: center;
    color: #000000;
    line-height: 150px;
}

/* **** 活动结束的状态 **** */
.endBox {
    width: 900px;
    margin: 30px auto 60px;
}
.endCaretImg {
    margin: 0px auto 20px;
}
.endMessage {
    margin: 0px 0px 90px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #123476;
}
.followWexinBox {
    height: 160px;
    background-color: #f5f5f5;
}
.followWexinImg {
    position: relative;
    width: 130px;
    margin: 0px auto 10px;
    top: -65px;
}
.followWexinDesc {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    top: -65px;
}

.trainBox{
    width: 320px;
    border-radius: 12px;
}
.trainCode {
    width: 260px;
    margin: 0 auto 12px;
}
.trainDesc{
    font-size: 14px;
    color: #999;
    text-align: center;
}

/* 门票新样式 */
.tickets {
    margin: 65px auto 50px;
    background-color: #ffffff;
    text-align: center;
    font-size: 0;
}

.ticketList {
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
    text-align: center;
}
.ticketItem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 320px;
    margin-right: 20px;
    background-color: #fff;
    border-radius: 8px;
    cursor: pointer;
}
.ticketItem:last-child {
    margin-right: 0;
}
.ticketItem:hover {
    box-shadow:0px 15px 25px rgba(0,0,0,0.2);
}
.ticketItem.active .firstRow{
    background-color: var(--color-theme);
}
.ticketItem.active .ticketItemBody{
    border-color: var(--color-theme);
}
.ticketItem.active .ticketTitle,.ticketItem.active .rowDate{
    color: #fff;
}
.ticketItem.active::after{
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 0px;
    right: 0px;
    border-radius: 0 0 8px 0;
}

.ticketColumnsTitle{
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 40px;
}
.ticketTypeTitle{
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 24px;
    color: #252525;
    line-height: 28px;
    font-weight: bold;
}
.ticketTypeTitle::before,.ticketTypeTitle::after{
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 38px;
    height: 1px;
    background: #CECECE;
}
.ticketTypeTitle::before{
    margin-right: 20px;
}
.ticketTypeTitle::after{
    margin-left: 20px;
}
.firstRow {
    box-sizing: border-box;
    padding: 14px 0;
    border-radius: 8px 8px 0px 0px;
    background-color: #EEEEEE;
}
.ticketTitle {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}
.rowDate {
    font-size: 12px;
    color: #999999;
}
.ticketItemBody {
    padding: 12px;
    box-sizing: border-box;
    border: 2px solid #E1E1E1;
    border-top: 0px;
    border-radius: 0px 0px 8px 8px;
    background-color: #fff;
}
.ticketInFoBox{
    padding-bottom: 20px;
    margin-bottom: 20px;
    height: 179px;
    box-sizing: border-box;
    border-bottom:1px solid #E5E5E5;
}
.price{
    font-size: 14px;
    color: #3F3F3F;
}
.priceUnit{
    font-size: 14px;
    color: var(--color-theme);
}
.priceNum{
    margin:0 2px;
    font-size: 30px;
    line-height: 32px;
    color: var(--color-theme);
}
.originalPrice{
    margin: 12px 0 24px;
    font-size: 12px;
    color: #cccccc;
}
.originalPriceLine{
    text-decoration-line: line-through;
}
.ticketDesc{
    margin-bottom: 14px;
    font-size: 12px;
    color: #999999;
    height: 40px;
    line-height: 20px;
}
.ticketDesc .signText{
    color: #c30d23;
    font-weight: bold;
}
.openAudit {
    display: inline-block;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 12px;
    line-height: 20px;
    background: url(img/wenhao_1.svg) left center/16px auto no-repeat;
    color: var(--color-theme);
    cursor: pointer;
}
.openAudit.hide{
    display: none;
}
.buyTicketLink {
    display: block;
    width: 120px;
    height: 36px;
    margin: 18px auto 14px;
    font-size: 14px;
    line-height: 36px;
    border: 1px solid var(--color-theme);
    color: var(--color-theme);
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.buyTicketLink:hover {
    background-color: var(--color-theme);
    color: #ffffff;
}
.ticketRightBox{
    height:269px;
    min-height:269px;
    text-align: left;
}
.ticketRightItem {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    text-align: left;
    line-height: 20px;
}
.ticketRightItem:last-child{
    margin-bottom: 0;
}
.ticketRightsDesc {
    font-size: 12px;
    color: #999999;
}

.ticketRightType{
    padding-bottom: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f1f2;
}
.ticketRightType:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.ticketRightTypeTitle{
    margin-bottom: 12px;
    font-size: 12px;
    color: #999999;
}
.ticketRightItem{
    justify-content: start;
    margin-bottom: 12px;
    line-height: 16px;
}
.ticketRightsCaret{
    width: 16px;
    height: 16px;
    margin-right: 12px;
    background: url(img/noRights.svg) center center no-repeat;
    background-size: 16px;
}
.ticketRightsCaret.hasCaret{
    width: 16px;
    height: 16px;
    background-size: 16px;
    background: url(img/rights_1.svg) center center no-repeat;
}
.ticketRightsDesc{
    font-size: 12px;
    color: #CECECE;
}
.ticketRightsCaret.hasCaret ~ .ticketRightsDesc{
    color: #3F3F3F;
}
.ruleList {
    margin: 0 0;
}
.rules {
    padding: 32px 24px;
    border-radius: 12px;
}
.buyTicketLinkBox .buyTicketLink {
    display: block;
    width: 268px;
    height: 48px;
    margin: 48px auto;
    font-size: 16px;
    line-height: 48px;
    background-color: var(--color-theme);
    color: #ffffff;
}

/* 课程票 */
.liveTicketItem .color_1{
    color: #2984F3;
}
.liveTicketItem .openAudit {
    background: none;
    padding-left: 0;
}
.liveTicketItem .ticketRightsCaret.hasCaret {
    background: url(img/rightsLive.svg) center center no-repeat;
}
.liveTicketItem.active .ticketItemBody {
    border-color: #2984F3;
}
.liveTicketItem .firstRow {
    background: url(img/liveBg.png) center center no-repeat;
    background-size: cover;
}
.liveTicketItem .ticketTitle,.liveTicketItem .rowDate {
    color: #fff;
}
.liveTicketItem.active::after {
    background: url(img/currTicketLive.svg) no-repeat;
    background-size: 40px 40px;
}
.bannerSlogan{
    font-size: 36px;
    letter-spacing: 8px;
}

/* 门票规则弹窗 */
.ruleDialogBox{
    width: 650px;
    padding: 32px 24px;
}
.ruleList {
    margin: 0 0;
}

@media screen and (max-width: 1366px) {
    .ticketList{
        margin-right: 20px;
    }
    .ticketItem{
        width: 300px;
        margin-right: 12px;
    }
    .ticketRightBox {
        height: 285px;
        min-height: 285px;
    }
}

@media screen and (max-width: 750px) {
    /* 样式复写 */
    .ruleDialogBox {
        width: 90%;
        padding: 0.48rem 0.32rem;
    }
    /* **** banner **** */
    .ban {
        height: 1.5rem;
        background-image: url(/css/dta2022/img/banners/mRegisterBg.png);
        background-size: cover;
    }
    .bannerSlogan{
        font-size: .36rem;
        line-height: 1.5rem;
    }

    /* **** 活动结束的状态 **** */
    .endBox {
        width: 90%;
        margin: 0.6rem auto;
    }
    .endCaretImg {
        width: 100%;
    }
    .endMessage {
        margin: 0px 0px 2rem;
        font-size: 0.4rem;
    }
    .followWexinBox {
        height: 3.2rem;
    }
    .followWexinImg {
        width: 2.6rem;
        margin: 0px auto 0.4rem;
        top: -1.3rem;
    }
    .followWexinDesc {
        font-size: 0.28rem;
        line-height: 0.5rem;
        top: -1.3rem;
    }

    .ticketList {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        margin-right: 0;
        text-align: left;
        /* margin-bottom: .48rem; */
    }
    .ticketList:last-child{
        margin-bottom: 0;
    }
    .ticketTypeTitle{
        margin: 0 auto .4rem;
        font-size: .4rem;
        line-height: .48rem;
    }
    .ticketTypeTitle::before, .ticketTypeTitle::after {
        width: 0.68rem;
    }
    .ticketTypeTitle::before {
        margin-right: 0.24rem;
    }
    .ticketTypeTitle::after {
        margin-left: .24rem;
    }
    .tickets {
        margin: 0 0;
        width: 100%;
        padding: .9rem .4rem;
        box-sizing: border-box;
        background-color: #F0F1F2;
    }
    .ticketItem {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        position: relative;
        width: 100%;
        margin: 0 auto .28rem;
        border: 2px solid #fff;
    }
    .ticketItem:last-child {
        margin-bottom: 0;
    }
    .ticketItem:hover {
        box-shadow: none;
    }
    .ticketItem.active{
        border-color: var(--color-theme);
    }
    .ticketItem.active .ticketTitle {
        color: #3F3F40;
    }
    .ticketItem.active .rowDate {
        color: #999999;
    }
    .ticketItem.active .firstRow{
        background-color: #fff;
    }
    .ticketItem.active::after{
        width: .48rem;
        height: .48rem;
        border-radius: 0 0 .08rem 0;
        background-size: contain !important;
    }
    .ticketInFoBox {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }
    .ticketInFoBox{
        height: auto;
    }
    .ticketItemBody {
        width: calc(100% - 2.62rem);
        order: 2;
        padding: 0.24rem;
        border: none;
        border-radius: 0 8px 8px 0;
    }
    .ticketItemBody::after{
        content: "";
        position: absolute;
        left: 2.62rem;
        top: .24rem;
        width: 1px;
        height: calc(100% - .48rem);
        border-left: 1px dashed #E5E5E5;
    }
    .firstRow {
        width: 2.62rem;
        order: 1;
        padding: 0.24rem;
        border-radius: 8px 0 0 8px;
        background-color: #fff;
    }
    .price {
        font-size: .28rem;
    }
    .priceNum {
        margin: 0 0.04rem;
        font-size: .5rem;
        line-height: .6rem;
    }
    .originalPrice {
        margin: 0.12rem 0 0.24rem;
        font-size: .24rem;
    }
    .ticketDesc {
        margin-bottom: 0;
        font-size: .24rem;
        line-height: .4rem;
    }
    .ticketTitle {
        font-size: 0.32rem;
        line-height: 0.6rem;
        margin-bottom: 0.24rem;
    }
    .rowDate {
        width: 100%;
        font-size: .24rem;
        line-height: .32rem;
    }
    .openAudit {
        position: absolute;
        left: 0.24rem;
        bottom: 0.36rem;
        padding-left: 0;
        font-size: .24rem;
        line-height: .32rem;
        background: none;
        color: var(--color-theme);
    }
    .openAudit::after{
        content: ">>";
        margin-left: .12rem;
    }
    .mTicketInFoWin{
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        display: none;
    }
    .mTicketInFoWin.active{
        display: block;
    }
    .mTicketInFoBg{
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .mTicketInFoBox{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 10rem;
        background-color: #f0f1f2;
        border-radius: 8px 8px 0 0;
    }
    .closeTicket {
        position: absolute;
        width: 0.4rem;
        height: 0.4rem;
        right: 0.12rem;
        top: 0.12rem;
        background: url(img/close.png) center center no-repeat;
        background-size: .32rem;
    }
    .mTicketInFoBox .ticketItem{
        width: 90%;
        margin: .6rem auto .32rem;
    }
    .ticketRightBox{
        display: none;
    }
    .buyTicketLinkBox .buyTicketLink{
        width: 100%;
        height: 1rem;
        margin: .48rem auto 0;
        font-size: 0.32rem;
        line-height: 1rem;
    }
    .buyTicketLinkBox{
        display: none;
    }
    .buyTicketLinkBox.active{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1001;
        width: 100%;
        padding: 0.2rem 0 0;
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
        box-sizing: border-box;
        border-top: 1px solid #f0f1f2;
        background-color: #fff;
    }
    .buyTicketLinkBox.active .buyTicketLink{
        width: 90%;
        height: 0.8rem;
        margin: 0 auto;
        font-size: .28rem;
        line-height: .8rem;
        border: none;
        color: #fff;
        background-color: var(--color-theme);
    }
    .mTicketInFoWin .ticketRightBox{
        display: block;
        height: 5rem;
        min-height: 5rem;
        padding: .24rem .4rem;
        box-sizing: border-box;
        background-color: #fff;
        border-radius: 8px 8px 0 0;
        overflow-y: auto;
    }
    .mTicketInFoWin .openAudit::after{
        content: "";
    }
    .ticketRightType{
        padding-bottom: .24rem;
        box-sizing: border-box;
        margin-bottom: .24rem;
        border-bottom: 1px solid #f0f1f2;
    }
    .ticketRightType:last-child{
        border-bottom: 0;
    }
    .ticketRightTypeTitle{
        margin-bottom: .24rem;
        font-size: .24rem;
        color: #999999;
    }
    .ticketRightItem{
        justify-content: start;
        margin-bottom: .24rem;
        line-height: .32rem;
    }
    .ticketRightsCaret{
        width: .32rem;
        height: .32rem;
        margin-right: .24rem;
        background: url(img/noRights.svg) center center no-repeat;
        background-size: .32rem;
    }
    .ticketRightsCaret.hasCaret{
        width: .32rem;
        height: .32rem;
    }
    .ticketRightsDesc{
        font-size: .24rem;
        color: #CECECE;
    }
    .ticketRightsCaret.hasCaret ~ .ticketRightsDesc{
        color: #3F3F3F;
    }
    .bodyHide {
        overflow: hidden;
    }

    /* 课程票 */
    .liveTicketItem,.liveTicketItem .ticketItem{
        border: none;
    }
    .liveTicketItem.active{
        border:2px solid #2984F3;
    }
    .liveTicketItem .firstRow {
        background: url(img/mLiveBg.png) center center no-repeat;
        background-size: cover;
    }
    .liveTicketItem .rowDate,.liveTicketItem.active .rowDate{
        color: #ffffff99;
    }
    .openAudit.color_1,.liveTicketItem.active .ticketTitle,.liveTicketItem .openAudit{
        color: #fff;
    }
    .liveTicketItem .openAudit::after,.liveTicketItem .ticketItemBody::after{
        display: none;
    }
    .liveTicketItem .ticketRightBox{
        height: 4.78rem;
        min-height: 4.78rem;
    }
    .liveTips{
        width: 100%;
        padding: 0 0.4rem;
        box-sizing: border-box;
        height: 0.48rem;
        background-color: #fff;
        font-size: .28rem;
        color: #2984F3;
    }
}