    /* 选择购买方式 */

    @media (max-width: 1500px) and (min-width: 767px) {
        .site-header {
            background: url(../images/backgrounds/bg-3.png) no-repeat center center;
        }
    }

    .navbar-custom {
        /* background-color: #0817b7 !important; */
        /* padding-top: 30px; */
        padding-bottom: 0;
    }


    .ticket-img-banner {
        width: 100vw;
    }

    .ticket-img-banner-mob {
        display: none;
    }

    @media (max-width: 768px) {
        .ticket-img-banner {
            display: none
        }

        .ticket-img-banner-mob {
            display: block;
            max-width: 100%;
            height: 20vh
        }

    }

    .container-wrapper {
        background: #f7f7f7;
        padding-bottom: 30px;
        /*  */
        position: inherit!important;
        bottom: 0!important;
        left: 0!important;
        transform: inherit!important;
    }

    .buy-ticket-wrapper {
        margin-top: 8px;
    }

    .buy-ticket {
        width: 1154px;
        border-radius: 24px;
        margin: 60px auto 120px;
    }

    .buy-ticket h2 {
        padding-top: 60px;
        font-size: 36px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #363636;
        text-align: center;
    }

    .buy-ticket h2::after {
        display: block;
        content: '';
        width: 22px;
        height: 4px;
        background: #0915AC;
        margin: 12px auto 0;
    }

    .join-meeting-type {
        border-radius: 12px;
        background: #FFFFFF;
    }

    .join-meeting-type ul {
        display: flex;
        width: 926px;
        padding-bottom: 80px;
        margin: 70px auto 0px;
        padding-left: 0;
    }

    .join-meeting-type ul li {
        width: 296px;
        background: #FFFFFF;
        box-shadow: 0px 15px 20px 0px rgba(62, 105, 116, 0.1);
        border-radius: 8px 8px 8px 8px;
        margin-left: 19px;
        padding: 30px 24px 36px;
        cursor: pointer;
    }

    .join-meeting-type ul li.selected {
        background: #0814AB;
        color: #fff
    }

    .join-meeting-type ul .ticket-price {
        text-align: right;
        font-size: 24px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #C90E0E;
        line-height: 32px;
    }

    .join-meeting-type ul .ticket-price span {
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #333;
        line-height: 32px;
        text-decoration: line-through;
    }

    .join-meeting-type ul li h5 {
        font-size: 18px;
        font-family: PingFang SC;
        font-weight: 500;
    }

    .join-meeting-type ul li h5 span {
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #C90E0E
    }

    .join-meeting-type ul li .ticket-content {
        font-size: 10px;
        font-family: Adobe Heiti Std;
        font-weight: normal;
        opacity: 0.6;
    }

    .invoice-info {
        margin-top: 16px;
        padding: 56px 60px 68px 80px;
        background: #FFFFFF;
        border-radius: 24px;
    }

    .invoice-info h2 {
        margin-top: 0;
        margin-bottom: 32px;
        padding-top: 0;
    }

    .invoice-info p {
        margin-bottom: 6px;
    }

    .invoice-info h4 {
        margin-bottom: 30px;
        font-size: 18px;
        font-family: PingFang SC;
        font-weight: bold;
        color: #0916AC;
        line-height: 33px;
    }

    .invoice-info .invoice label {
        width: 47%;
    }

    .invoice-info .invoice-end label {
        width: 96%;
    }

    .invoice-info .invoice label:last-child {
        margin-left: 20px;
    }

    .invoice-info input {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-left: 12px;
    }

    .invoice-info select {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-left: 6px;
    }

    .invoice-info textarea {
        width: 100%;
        height: 100px;
        padding: 6px 12px;
    }

    .person-info {
        margin-top: 16px;
        padding: 45px 60px 30px 80px;
        background: #FFFFFF;
        border-radius: 24px;
    }

    .person-info .person-item {
        margin-bottom: 19px;
    }

    .person-info h4 {
        margin-bottom: 30px;
        font-size: 18px;
        font-family: PingFang SC;
        font-weight: bold;
        color: #0916AC;
        line-height: 33px;
    }

    .person-info ul {
        padding: 0;
        margin: 0;
    }

    .person-info .position-wrapper {
        margin-left: 10px;
        margin-right: 10px;
    }

    .person-info p {
        margin-bottom: 6px;
    }

    .person-info input {
        width: 268px;
        height: 40px;
        padding-left: 12px;
    }

    .person-info button {
        border: none;
        background-color: inherit;
        font-family: Alibaba PuHuiTi;
        font-weight: 500;
        padding: 0;
        line-height: 40px;
    }

    .person-info .add {
        margin-left: 6px;
        padding-left: 10px;
        padding-right: 6px;
        color: #0916AC;
    }

    .person-info .add.complete {
        color: #B4B4B4;

    }

    .person-info .remove {
        padding-left: 6px;
        padding-right: 6px;
        color: #E12929;
    }

    .add-info {
        width: 940px;
        height: 50px;
        background-color: rgba(239, 239, 239, 0.3);
        border: 1px dashed rgba(118, 118, 118, 0.3) ;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .add-info img{
        width: 32px;
        height: 32px;
    }
    
    .amount-price {
        margin-top: 16px;
        padding: 40px 0;
        background: #FFF;
        border-radius: 24px;
    }

    .amount,
    .total-price {
        text-align: right;
        margin-right: 114px;
        font-size: 18px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #393939;
        line-height: 44px;
    }

    .amount span {
        width: 130px;
        padding-right: 10px;
        display: inline-block;
        font-size: 24px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #040404;
    }

    .amount .reduce-amount {
        margin-left: 28px;
    }

    .amount .add-amount,
    .amount .reduce-amount {
        font-size: 24px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #929292;
        padding: 0 10px;
        border: 1px solid #DBDBDB;
        border-radius: 3px;
        cursor: pointer;
    }

    .amount .amount-number {
        border: none;
        outline: none;
        width: 45px;
        height: 44px;
        text-align: center;
        display: inline-block;
        /* padding: 0 12px; */
        font-size: 18px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #323232;
        line-height: 44px;
    }

    .total-price {
        font-size: 18px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #393939;
        line-height: 44px;
    }

    .total-price span {
        /* margin-left: 28px; */
        width: 130px;
        padding-right: 10px;
        display: inline-block;
        font-size: 24px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #C90E0E;
        line-height: 44px;
        vertical-align: bottom;
    }

    .read-more {
        padding-top: 30px;
        display: flex;
        justify-content: center;
    }

    .read-more .more-input {
        margin: 0;
        width: 20px;
        height: 20px;
    }

    .more-text {
        margin-bottom: 0;
        margin-left: 8px;
        font-weight: bold;
        height: 20px;
        line-height: 20px;
    }

    .more-notice {
        color: #0A16AC;
        cursor: pointer;
    }

    .get-channel ul {
        display: flex;
        margin: 58px auto 0;
        width: 800px;
        padding-left: 0;
    }

    .get-channel ul li {
        border: 1px solid #DBDBDB;
        border-radius: 3px;
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #000000;
        padding: 12px 18px;
        margin-left: 40px;
    }

    .get-channel ul li span {
        display: inline-block;
        margin-right: 8px;
        width: 18px;
        height: 18px;
        border: 1px solid #7C7C7C;
        border-radius: 9px;
        vertical-align: text-bottom
    }

    .get-channel ul li p {
        font-size: 14px;
        display: inline-block;
        font-family: PingFang SC;
        font-weight: 400;
        color: #000000;
        margin: 0;
    }

    .sign-up {
        width: 449px;
        height: 46px;
        margin: 70px auto 0;
        background: #0916AC;
        border-radius: 8px;
        font-size: 18px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 44px;
        text-align: center;
        cursor: pointer;
    }

    .mask {
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(99, 99, 99, 0.6);
        z-index: 1;
    }

    .mask.show {
        display: block;
    }

    .buy-notice {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 66px 130px 96px;
        width: 1154px;
        height: 894px;
        background: #FFFFFF;
        border-radius: 24px;
        z-index: 3;
    }

    .buy-notice.show {
        display: block;
    }

    .notice-header {
        position: relative;
        margin: 0;
        padding-bottom: 18px;
        font-size: 36px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #363636;
        text-align: center;
        line-height: 34px;
    }

    .notice-header::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        display: block;
        width: 22px;
        height: 4px;
        background-color: #0915AC;
    }

    .notice-content {
        padding-top: 68px;
        padding-bottom: 70px;
    }

    .notice-title {
        margin: 0;
        font-size: 24px;
        font-weight: 500;
    }

    .notice-text {
        margin: 0;
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;
    }

    .notes {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .notice-text.fail-text {
        color: #F04747;
    }

    .notice-content .notice-text:last-child {
        padding-top: 30px;
    }

    .notice-group {
        text-align: center;
    }

    .notice-btn {
        border: none;
        outline: none;
        width: 210px;
        height: 46px;
        font-size: 14px;
        font-weight: 500;
        background: #E8E8E8;
        border-radius: 3px;
    }

    .agree {
        margin-left: 17px;
        background: #0A16AC;
        color: #FFFFFF;
        cursor: pointer;
    }

    .refuse {
        margin-right: 18px;
        background: #E8E8E8;
        color: #777777;
        cursor: pointer;
    }

    @media (max-width:768px) {
        .buy-ticket-wrapper {
            margin-top: 69px;
            /* margin-top: 58px; */
        }

        .buy-ticket {
            width: 100vw;
            height: auto;
        }

        .join-meeting-type ul {
            width: 100%;
            flex-direction: column;
        }

        .join-meeting-type ul li {
            width: 80vw;
            margin: 0 auto 12px;
        }

        .get-channel ul {
            width: 80vw;
            flex-direction: column;
        }

        .get-channel ul li {
            margin-left: 0;
        }

        .amount,
        .total-price {
            text-align: center;
            margin-right: 0;
        }

        .sign-up {
            width: 80vw;
            margin-top: 5vh;
        }

        /* 购买须知 */
        .buy-notice {
            width: 100vw;
            height: auto;
            padding: 70px 6vw 0;
            position: absolute;
        }

        .notice-text {
            margin-bottom: 10px;
        }

        .notice-btn.refuse {
            margin-right: 0;
        }

        .notice-btn.agree {
            margin-top: 30px;
            margin-bottom: 30px;
            margin-left: 0;
        }

        /* 发票信息 */
        .invoice-info {
            padding: 60px 6vw;
        }

        .invoice-info h4 {
            margin-bottom: 20px;
        }

        .invoice-info .invoice label {
            width: 100%;
            text-align: center;
        }

        .invoice-info .invoice-end label {
            text-align: center;
            width: 100%;
        }

        .invoice-info p,
        .invoice-info input {
            display: inline-block;
        }

        .invoice-info .code {
            display: inline-block;
        }

        .invoice-info .code #person-code {
            width: 85px;
        }

        .invoice-info .invoice label:last-child {
            margin-left: 0;
        }

        .invoice-info input,
        .invoice-info select,
        .invoice-info textarea {
            width: 180px;
            padding-left: 6px;
        }

        .invoice-name,
        .invoice-email {
            margin-left: 1em;
        }

        .invoice-type,
        .invoice-header {
            margin-left: 2em;
        }

        .invoice-remarks {
            margin-left: 4em;
        }

        .invoice-end label {
            display: flex;
            justify-content: center;
        }

        /* 参会信息 */
        .person-info {
            padding: 60px 6vw;
        }

        .person-info input {
            width: 180px;
            padding-left: 6px;
        }

        .person-info p {
            display: inline-block;
        }

        .person-item label,
        .person-item .btn-group {
            width: 100%;
            text-align: center;
        }

        .person-info .position-wrapper {
            margin-left: 0;
        }

        .person-name,
        .person-position {
            margin-left: 1em;
        }
        .add-info{
            width: 100%;
        }
    }