@charset "utf-8";

button:disabled, button.load {
    background: #999999;
    font-size: 14px;
}

/* **** banner **** */
.banner {
    height: 150px;
    background: url(img/banners/registerBannerBg.jpg) center center/auto 100% no-repeat;
}
.bannerContent {
    margin-top: 40px;
}
.bannerSlogan {
    margin-bottom: 15px;
    font-size: 26px;
}
.bannerPreferential {
    font-size: 14px;
    line-height: 15px;
}
.mEnterpriseExplain {
    display: none;
}

/* **** 门票部分 **** */
.tickets {
    height: auto;
    padding: 25px 0;
    background-color: #F0F1F2;
}
.ticketsContainer {
    position: relative;
    /* top: -25px; */
    height: auto;
}
.ticketTabs {
    width: 660px;
    height: 50px;
    margin: 0 auto 25px;
}
.ticketTab {
    width: 330px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    color: #2d2d2d;
    cursor: pointer;
}
.ticketTab.active {
    background-color: #c30d23;
    color: #fff;
}
.ticketTab.active .enterpriseExplain {
    border-color: #fff;
    color: #fff;
    font-weight: normal;
}
.enterpriseExplain {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    /* vertical-align: middle; */
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #767676;
    color: #767676;
    border-radius: 100%;
    cursor: pointer;
}
.enterpriseExplainText {
    box-sizing: border-box;
    display: none;
    position: absolute;
    bottom: 25px;
    left: -155px;
    width: 310px;
    padding: 10px 15px;
    line-height: 20px;
    text-align: left;
    background-color: #6f6f6f;
    color: #fff;
}
.enterpriseExplainText::after {
    position: absolute;
    bottom: -15px;
    left: 155px;
    width: 0;
    height: 0;
    content: "";
    border: 8px transparent solid;
    border-top: 8px #6f6f6f solid;
}
.enterpriseExplain:hover .enterpriseExplainText {
    display: block;
}
.ticketTable {
    display: none;
    margin: 0 auto;
    overflow: visible;
}
.ticketTable.active {
    display: block;
    animation: slideIn 0.5s ease;
}
@keyframes slideIn {
    0% {
        transform: translate(100%);
    }
    100% {
        transform: translate(0);
    }
}
.ticketWrapper {
    display: block;
     font-size: 0;
    text-align: center;
}
.ticketColumn {
    box-sizing: border-box;
    display: inline-block;
    width: 720px;
    margin-right: 40px;
    background-color: #fff;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
.ticketColumn:last-child {
    margin-right: 0;
}
.mIndustryRow {
    display: none;
}
.mRowWrapper {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 30px 0;
    overflow: hidden;
}
.ticketRow {
    height: auto;
    box-sizing: border-box;
    padding: 0 30px;
}
.firstRow {
    padding: 0;
}
.ticketCaption {
    box-sizing: border-box;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    border-bottom: 1px solid #E5E5E5;
}
.ticketRowContainer {
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
}
.priceBox {
    height: 55px;
    margin: 23px 0 20px;
}
.mTicketCaptionContainer {
    display: none;
}
.priceContent {
    height: 30px;
    margin-bottom: 12px;
}
.price, .eachPerson {
    display: inline-block;
    vertical-align: bottom;
}
.price {
    color: #c30d23;
    font-weight: bold;
}
.moneyCaret {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 15px;
    margin-right: 5px;
    font-size: 18px;
    line-height: 15px;
}
.priceNum {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
}
.eachPerson {
    margin-left: 5px;
    font-size: 14px;
    color: #767676;
}
.standardPrice {
    font-size: 14px;
    line-height: 15px;
    color: #565656;
}
.buyTicketLink {
    width: 120px;
    height: 40px;
    margin: 0 auto 20px;
    font-size: 14px;
    line-height: 40px;
    background-color: #c30d23;
    color: #fff;
}
.buyTicketLink.disabled {
    background-color: #999;
    cursor: not-allowed;
    color: #fff;
}
.thirdRow {
    width: 330px;
    height: 150px;
    float: left;
    border-right: 1px solid #E5E5E5;
}
.fourthRow {
    width: 330px;
    float: left;
}
.fifthRow {
    width: 330px;
    float: left;
}
.thirdRow > .ticketRowContainer, .fourthRow > .ticketRowContainer {
    border-bottom: 0;
}
.rowCaption {
    margin: 0 0 20px;
    text-align: left;
    font-size: 14px;
    line-height: 15px;
    color: #A6A6A6;
}
.rowInfoList {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    white-space: nowrap;
    color: #2d2d2d;
}
.rowInfoItem {
    min-height: 20px;
    line-height: 20px;
    margin: 10px 0;
}
.rowInfoItemCaret, .rowInfoItemText {
    display: inline-block;
    vertical-align: top;
}
.rowInfoItemCaret {
    width: 5px;
    height: 12px;
    border-bottom: 2px solid #c30d23;
    border-right: 2px solid #c30d23;
    transform: rotate(45deg);
    margin: 0px 5px 0 5px;
}
.rowInfoItemText {
    width: calc(100% - 25px);
}
/* .fourthRow {
    height: 85px;
}
.fifthRow {
    height: 105px;
} */
.fifthRow > .ticketRowContainer {
    border-bottom: 0px;
}
.auditBox {
    height: 55px;
    margin: 23px 0 20px;
}
.auditDesc {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 30px;
    color: #c30d23;
}
.auditRules {
    font-size: 14px;
    line-height: 15px;
    color: #2d2d2d;
    cursor: pointer;
}
.preferentialDesc {
    box-sizing: border-box;
    width: 750px;
    /* margin: -25px auto 0; */
    margin: 25px auto 0;
    padding-left: 30px;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    color: #2d2d2d;
    background: url(img/preferential-img.png) left top no-repeat;
    background-size: 25px auto;
}

/* **** 峰会门票包含 **** */
.include {
    overflow: hidden;
}
.includeList {
    width: 1190px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.includeItem {
    width: 505px;
    margin: 0 45px;
    padding: 37px 0 28px;
    border-bottom: 1px #d3d3d3 solid;
}
.includeItem:nth-last-child(1) {
    border: none;
}
.includeItem:nth-last-child(2) {
    border: none;
}
.includeItemIcon {
    box-sizing: border-box;
    width: 87px;
    height: 87px;
    border: 2px #c30d23 solid;
    border-radius: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.includeItemIconA {
    background: url(img/icon-register.png) 0px 0px no-repeat;
}
.includeItemIconB {
    background: url(img/icon-register.png) -87px 0px no-repeat;
}
.includeItemIconC {
    background: url(img/icon-register.png) -174px 0px no-repeat;
}
.includeItemIconD {
    background: url(img/icon-register.png) -261px 0px no-repeat;
}
.includeItemIconE {
    background: url(img/icon-register.png) -348px 0px no-repeat;
}
.includeItemIconF {
    background: url(img/icon-register.png) -435px 0px no-repeat;
}
.includeItemIconG {
    background: url(img/icon-register.png) -522px 0px no-repeat;
}
.includeItemIconH {
    background: url(img/icon-register.png) -609px 0px no-repeat;
}
.includeItemInfo {
    width: 387px;
    float: right;
}
.includeItemCaption {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 10px;
}
.includeItemDesc {
    font-size: 14px;
    line-height: 24px;
    color: #2d2d2d;
}
.buyTicketBtnContainer {
    margin: 60px 0;
    text-align: center;
}
.buyTicketBtnNow {
    width: 120px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    background-color: #c30d23;
    color: #fff;
    cursor: pointer;
}

/* **** 常见问题 **** */
.faqs {
    margin-top: 42px;
    background-color: #fff;
    overflow: hidden;
    border-top: 1px #e8e8e8 solid;
}
.faqContainer {
    width: 800px;
    margin: 0 auto 70px;
    overflow: hidden;
}
/* .faqTitle {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
} */
.faqList {

}
.faqItem {
    padding: 0 30px;
    border-bottom: 1px solid #EEEEEE;
}
.faqItem.active {
    padding-bottom: 20px;
}
.faqItemCaption {
    color: #3F3F3F;
    cursor: pointer;
}
.faqItemCaptionText, .faqArrow {
    display: inline-block;
    vertical-align: middle;
}
.faqItemCaptionText {
    width: calc(100% - 20px);
    font-size: 14px;
    line-height: 55px;
}
.faqArrow {
    width: 8px;
    height: 8px;
    border-left: 1px solid #3F3F3F;
    border-bottom: 1px solid #3F3F3F;
    transform: rotate(-45deg);
}
.faqItemContent {
    position: relative;
    display: none;
    padding: 10px 25px;
    font-size: 14px;
    background-color: #F0F1F2;
    border-radius: 5px;
    color: #565656;
}
.faqItemContent:before {
    position: absolute;
    top: -20px;
    left: 20px;
    display: block;
    content: '';
    border: 10px solid transparent;
    border-bottom-color: #F0F1F2;
}
.faqItem.active .faqItemContent {
    display: block;
}
.faqItem.active .faqArrow {
    transform: rotate(135deg);
}
.faqItemDesc {
    line-height: 20px;
}
.faqItemDesc:not(:last-child) {
    margin-bottom: 15px;
}
.moreFaq {
    margin-top: 40px;
    text-align: right;
}
.moreFaqLink {
    font-size: 14px;
    line-height: 15px;
    color: #c30d23;
}

@media screen and (max-width: 750px) {
	.mNavRegisterLink {
		display: none;
	}
    /* **** banner **** */
    .banner {
        height: auto;
        background: #F0F1F2;
        overflow: hidden;
    }
    .bannerContent {
        margin-top: 0.6rem;
        color: #333333;
    }
    .bannerSlogan {
        margin-bottom: 0.2rem;
        font-size: 0.34rem;
        line-height: 0.4rem;
    }
    .bannerPreferential {
        font-size: 0.24rem;
        line-height: 0.3rem;
    }
    .mEnterpriseExplain {
        display: block;
        margin: 0.4rem auto 0.1rem;        
        font-size: 0.24rem;
        line-height: 0.4rem;
    }
    .mEnterpriseCaret {
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        width: 0.3rem;
        height: 0.3rem;        
        font-size: 0.24rem;
        line-height: 0.26rem;
        text-align: center;
        border: 1px solid #c30d23;
        color: #c30d23;
        border-radius: 100%;
    }
    .mEnterpriseExplainBox {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 900;
        display: none;
    }
    .mEnterpriseExplainBox::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .mEnterpriseExplainWrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-sizing: border-box;
        width: 90%;
        padding: 0 0.4rem 0.4rem;
        font-size: 0;
        background-color: #fff;
    }
    .closeMEnterpriseExplain {
        position: absolute;
        top: 0;
        right: 0;
        width: 0.8rem;
        height: 0.8rem;
        font-size: 0.7rem;
        line-height: 0.8rem;
        color: #B8B8B8;
    }
    .mEnterpriseExplainList {
        margin: 0.9rem 0 0;
    }
    .mEnterpriseExplainItem {
        margin: 0 0 0.4rem;
        font-size: 0.28rem;
        line-height: 0.4rem;
        text-align: left;
    }
    .mEnterpriseCaption {
        margin-bottom: 0.2rem;
        font-size: 0.28rem;
        line-height: 0.5rem;        
    }
    .mEnterpriseDesc {
        font-size: 0.28rem;
        line-height: 0.5rem;
    }

    /* **** 门票部分 **** */
    .tickets, .ticketsContainer {
        height: auto;
    }
    .tickets {
        padding-bottom: 0.8rem;
    }
    .ticketsContainer {
        position: static;
        margin-bottom: 0.2rem;
    }
    .ticketTabs {
        display: none;
    }
    .ticketTable, .ticketTable.active {
        display: block;
        animation: none;
    }
    .ticketColumn {
        width: 6.4rem;
        height: auto;
        min-height: 2.4rem;
        margin: 0.3rem 0;
        background-color: #F0F1F2;
        box-shadow: none;
        overflow: hidden;
    }
    .ticketRow {
        width: 100%;
        height: auto;
        padding: 0 0.4rem;
        border-right: 0;
    }
    .mIndustryRow {
        position: relative;
        box-sizing: border-box;
        display: block;
        width: 0.6rem;
        height: 2.4rem;
        padding: 0.3rem 0.1rem;
        float: left;
        font-size: 0.3rem;
        font-weight: bold;
        /* writing-mode: vertical-lr; */
        color: #fff;
        background-color: #c30d23;
        border-top-left-radius: 0.2rem;
        border-bottom-left-radius: 0.2rem;
        letter-spacing: 0.04rem;
        z-index: 10;
    }
    .otherIndustryRow {
        background-color: #EA5514;
    }
    .secondRow {
        position: relative;
        width: 5.8rem;
        height: 2.4rem;
        margin-left: 0.6rem;
        padding: 0;
        background-color: #fff;
        border-top-right-radius: 0.2rem;
        border-bottom-right-radius: 0.2rem;
        box-shadow: 0 0 0.6rem #F0F1F2;
        overflow: hidden;
    }
    .secondRow > .ticketRowContainer {
        border: 0;
    }
    .priceBox, .auditBox {
        box-sizing: border-box;
        width: 4rem;
        height: 100%;
        margin: 0;
        padding: 0.3rem 0 0.3rem 0.3rem;
        float: left;
        text-align: left;
    }
    .mTicketCaptionContainer {
        display: block;
        width: 3.2rem;
        margin: 0 0 0.3rem;
        padding-bottom: 0.2rem;
        color: #333333;
        border-bottom: 1px solid #E5E5E5;
    }
    .mTicketCaption {
        /* width: 1.6rem; */
        /* width: calc(100% - 1.6rem); */
        width: 100%;
        font-size: 0.32rem;
        line-height: 0.4rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mCheckContains {
        display: none;
        width: 1.6rem;
        font-size: 0.26rem;
        line-height: 0.4rem;
        color: #565656;
        text-align: right;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .priceContent, .auditDesc {
        height: 0.5rem;
        margin-bottom: 0.1rem;
    }
    .auditDesc {
        font-size: 0.3rem;
        line-height: 0.5rem;
    }
    .price {
        font-weight: normal;
    }
    .moneyCaret {
        display: none;
        width: 0.2rem;
        height: 0.3rem;
        margin-right: 0.1rem;
        font-size: 0.36rem;
        line-height: 0.3rem;
    }
    .priceNum {
        font-size: 0.4rem;
        line-height: 0.5rem;
    }
    .eachPerson {
        margin-left: 0;
        font-size: 0.24rem;
    }
    .standardPrice, .auditRules {
        font-size: 0.26rem;
        line-height: 0.3rem;
    }
    .buyTicketLink {
        position: relative;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 1.8rem;
        /* height: 100%; */
        height: 2.4rem;
        margin: 0;
        float: left;
        font-size: 0.32rem;
        font-weight: bold;
        /* writing-mode: vertical-lr; */
        border-left: 1px dashed #E5E5E5;
        background-color: #fff;
        color: #c30d23;
    }
    .buyTicketLink::before {
        position: absolute;
        top: -0.16rem;
        left: -0.16rem;
        display: block;
        content: "";
        width: 0.32rem;
        height: 0.32rem;
        background-color: #F0F1F2;
        border-radius: 100%;
    }
    .buyTicketLink::after {
        position: absolute;
        bottom: -0.16rem;
        left: -0.16rem;
        display: block;
        content: "";
        width: 0.32rem;
        height: 0.32rem;
        background-color: #F0F1F2;
        border-radius: 100%;
    }
    .mRowWrapper {
        /* display: none; */
        width: 5.8rem;
        margin: 0 auto;
        padding: 0;
        background-color: #fff;
        border-bottom-left-radius: 0.2rem;
        border-bottom-right-radius: 0.2rem;
    }
    .mRowWrapper.active {
        display: block;
    }
    .thirdRow > .ticketRowContainer, .fourthRow > .ticketRowContainer {
        border-bottom: 1px solid #E5E5E5;
    }
    .rowCaption {
        display: none;
    }
    .rowInfoList {
        margin: 0;
        font-size: 0.28rem;
        line-height: 0.3rem;
        white-space: unset;
    }
    .rowInfoItem {
        min-height: 0.4rem;
        line-height: 0.4rem;
        margin: 0.3rem 0;
    }
    .rowInfoItem:empty {
        display: none;
    }
    .rowInfoItemCaret {
        width: .12rem;
        height: .12rem;
        margin: .08rem .1rem 0 .1rem;
        border: none;
        border-radius: 100%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        background: #c30d23;
    }
    .rowInfoItemText {
        width: calc(100% - 0.45rem);
    }
    .preferentialDesc {
        width: 6.4rem;
        margin: 0 auto;
        padding-left: 0.6rem;
        font-size: 0.24rem;
        line-height: 0.3rem;
        background-size: 0.5rem;
    }

    /* **** 峰会门票包含 **** */
    .includeList {
        width: 90%;
        margin: 0 auto;
    }
    .includeItem {
        width: 100%;
        margin: 0;
        padding: 0.3rem 0;
        font-size: 0;
    }
    .includeItem:nth-last-child(2) {
        border-bottom: 1px #d3d3d3 solid;
    }
    .includeItemIcon, .includeItemInfo {
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    .includeItemIcon {
        width: 1rem;
        height: 1rem;
        margin-right: 0.3rem;
        border-width: 1px;
        background-size: 8rem auto;
    }
    .includeItemIconB {
        background: url(img/icon-register.png) -1rem 0px/8rem auto no-repeat;
    }
    .includeItemIconC {
        background: url(img/icon-register.png) -2rem 0px/8rem auto no-repeat;
    }
    .includeItemIconD {
        background: url(img/icon-register.png) -3rem 0px/8rem auto no-repeat;
    }
    .includeItemIconE {
        background: url(img/icon-register.png) -4rem 0px/8rem auto no-repeat;
    }
    .includeItemIconF {
        background: url(img/icon-register.png) -5rem 0px/8rem auto no-repeat;
    }
    .includeItemIconG {
        background: url(img/icon-register.png) -6rem 0px/8rem auto no-repeat;
    }
    .includeItemIconH {
        background: url(img/icon-register.png) -7rem 0px/8rem auto no-repeat;
    }
    .includeItemInfo {
        width: calc(100% - 1.3rem);
    }
    .includeItemCaption {
        margin-bottom: 0.3rem;
        font-size: 0.28rem;
        font-weight: normal;
        line-height: 0.3rem;
    }
    .includeItemDesc {
        height: auto;
        font-size: 0.24rem;
        line-height: 0.5rem;
    }
    .buyTicketBtnContainer {
        display: none;
    }

    /* **** 常见问题 **** */
    .faqs {
        width: 90%;
        margin: 0 auto;
    }
    .faqContainer {
        width: 100%;
        margin: 0 auto 0.6rem;
    }
    .faqItem {
        padding: 0.3rem 0;
    }
    .faqItemCaption {
        font-size: 0;
    }
    .faqItemCaptionText {
        width: calc(100% - 0.4rem);
        font-size: 0.24rem;
        line-height: 0.8rem;
    }
    .faqArrow {
        width: 0.16rem;
        height: 0.16rem;
    }
    .faqItemContent {
        padding: 0.2rem;
        font-size: 0.24rem;
        border-radius: 0.1rem;
    }
    .faqItemContent:before {
        top: -0.4rem;
        left: 0.4rem;
        border-width: 0.2rem;
    }
    .faqItemDesc {
        line-height: 0.4rem;
    }
    .faqItemDesc:not(:last-child) {
        margin-bottom: 0.3rem;
    }
    .moreFaq {
        margin-top: 0.8rem;
    }
    .moreFaqLink {
        font-size: 0.28rem;
        line-height: 0.3rem;
    }
}