    /* 选择购买方式 */
    @media (max-width: 1500px) and (min-width: 767px) {
        .site-header {
            /* background: url(../images/backgrounds/bg.png) no-repeat center center/cover; */
            background: url(../images/backgrounds/bg-3.png) no-repeat center center;
            /* background-size: 100%; */
        }
    }

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

    .select-type {
        margin: 8px auto 32vh;
    }

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

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

    .select-type-content {
        width: 1020px;
        display: flex;
        margin: 90px auto 30px;
        justify-content: space-between;
    }

    .select-type .text-content p {
        width: 304px;
        height: 82px;
        font-size: 16px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #595959;
        line-height: 22px;
        word-break: break-all;
    }

    .select-type .buy-for-me,
    .select-type .buy-for-other {
        width: 361px;
        height: 170px;
        padding: 0 30px 20px 30px;
        margin-left: 46px;
        background: #FFFFFF;
        box-shadow: 0px 15px 20px 0px rgba(62, 105, 116, 0.1);
        border-radius: 10px;
        cursor: pointer;
    }

    .select-type .buy-for-me .img-wrapper,
    .select-type .buy-for-other .img-wrapper {
        text-align: right
    }

    .select-type .buy-for-me p,
    .select-type .buy-for-other p {
        margin-top: 16px;
        font-size: 13px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #999999;
        line-height: 16px;
    }

    /* 免费票 .free .sec */
    .select-type-content.free a.offline-ticket {
        justify-content: space-between;
    }

    .select-type-content.free a.offline-ticket div.text {
        width: 66%;
    }

    .select-type-content.free a.offline-ticket div.img-wrapper {
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .select-type-content.sec {
        justify-content: flex-end;
        margin-top: 30px;
    }

    .select-type-content.sec .buy-for-me {
        width: 315px;
    }

    .select-type-content.sec .buy-for-other {
        width: 315px;
        margin-left: 45px;
    }

    .offline-wrapper {
        width: 1020px;
        margin: 0 auto;
        display: flex;
        justify-content: flex-end;
    }

    .offline-ticket {
        text-decoration: none;
        border-radius: 10px;
        box-shadow: 0px 15px 20px 0px rgba(62, 105, 116, 0.1);
        width: 675px;
        display: flex;
        padding: 20px 30px 10px;
        /* cursor: pointer */
    }

    .offline-ticket:focus {
        color: inherit;
        text-decoration: none;
    }

    .offline-ticket .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .offline-ticket p {
        margin-top: 16px;
        font-size: 13px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #999999;
        line-height: 16px;
    }

    .offline-ticket .qrcode {
        text-align: right
    }

    .offline-ticket .qrcode img {
        max-width: 56%;
    }

    .public-wrapper {
        width: 1020px;
        margin: 0 auto;
        display: flex;
        justify-content: flex-end;
    }

    .public-ticket {
        text-decoration: none;
        border-radius: 10px;
        box-shadow: 0px 15px 20px 0px rgba(62, 105, 116, 0.1);
        width: 675px;
        display: flex;
        justify-content: space-between;
        padding: 20px 30px 10px;
        cursor: pointer
    }

    .public-ticket:focus {
        color: inherit;
        text-decoration: none;
    }

    .public-ticket .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 66%;
    }

    .public-ticket p {
        margin-top: 16px;
        font-size: 13px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #999999;
        line-height: 24px;
    }

    .public-ticket p span {
        display: inline-block;
        height: 24px;
        padding-left: 7px;
        padding-right: 7px;
        color: #032CBD;
        font-family: PingFang SC;
        font-weight: 500;
        border: 1px solid #032CBD;
        border-radius: 4px;
    }

    .public-ticket .img-wrapper {
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .public-ticket .img-wrapper img {
        max-width: 100%;
    }

    @media (max-width: 768px) {
        .offline-wrapper {
            width: 100vw;
        }

        .offline-ticket {
            width: 80vw;
            margin: 0 auto 4vh;
        }

        .offline-ticket .qrcode {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .offline-ticket .qrcode img {
            max-width: 80%;
        }

        .select-type-content.free .offline-ticket {
            margin-bottom: 0;
        }

        .public-wrapper {
            width: 100vw;
        }

        .public-ticket {
            width: 80vw;
            margin: 0 auto 4vh;
        }

        .public-ticket .text {
            width: 60%;
        }

        .public-ticket .img-wrapper {
            width: 40%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .public-ticket .img-wrapper img {
            max-width: 80%;
        }

        .select-type {
            margin-top: 58px;
            margin-bottom: 0;
        }

        .ticket-img-banner {
            display: none
        }

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

        .select-type-content {
            width: auto;
            margin-top: 4vh;
            flex-direction: column;
        }

        .select-type-content.sec {
            margin-top: 0;
        }

        .select-type-content .text-content {
            text-align: center;
        }

        .select-type .text-content p {
            width: 80vw;
            height: 100px;
            margin: 0 auto;
        }

        .select-type .buy-for-me,
        .select-type .buy-for-other,
        .select-type-content.sec .buy-for-me,
        .select-type-content.sec .buy-for-other {
            width: 80vw;
            margin: 12px auto 0;
        }
    }

    /* 购票页 */

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

    .buy-ticket-wrapper {
        flex: 1;
        position: relative;
        margin-top: 8px;
    }

    .buy-ticket {
        width: 1154px;
        /* height: 700px; */
        /* background: #FFFFFF; */
        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;
    }

    .my-ticket {
        margin-top: 16px;
        padding: 50px 60px 60px 60px;
        background: #FFFFFF;
        border-radius: 24px;
    }

    .my-ticket h4 {
        padding-left: 50px;
        font-size: 18px;
        font-family: PingFang SC;
        font-weight: bold;
        color: #0916AC;
        line-height: 33px;
    }

    .my-ticket .prompt-add {
        padding-left: 50px;
        padding-bottom: 30px;
        margin-bottom: 0;
        color: gray;
        font-size: 16px;
        font-weight: bold;
    }

    .my-ticket ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;
        margin-right: -20px;
    }

    .my-ticket ul li {
        width: 452px;
        height: 215px;
        margin-right: 20px;
        margin-bottom: 16px;
        padding: 12px 12px 30px 30px;
        color: #fff;
        background-image: url(../images/backgrounds/ticket_bg.png);
        background-repeat: no-repeat;
    }

    .my-ticket .img-wrapper {
        text-align: right;
    }

    .my-ticket .img-wrapper img {
        cursor: pointer;
    }

    .my-ticket ul li h5 {
        margin-bottom: 20px;
        font-size: 18px;
        font-family: PingFang SC;
        font-weight: 400;
    }

    .my-ticket ul li p {
        margin-bottom: 4px;
    }

    .my-ticket p span {
        margin-left: 2em;
    }

    .my-ticket .phone span {
        margin-left: 1em
    }

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

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

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

    .person-info .name-position label {
        width: 47%;
    }

    .person-info .phone-code label:last-child,
    .person-info .name-position label:last-child {
        margin-left: 20px;
    }

    .person-info .company label {
        width: 96%;
    }

    .person-info .phone-code label {
        width: 47%;
    }

    .person-info .phone-code .fail-text {
        margin-top: 6px;
        color: red;
    }

    .person-info .email-code label {
        width: 47%;
    }

    .person-info .email-code .fail-text {
        margin-top: 6px;
        color: red;
    }

    /*  */

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

    .person-info .code input {
        width: 60%;
    }

    .person-info .btn-code.ban {
        background: #D0D0D0;
        color: #fff;
        border: none;
        outline: none;
    }

    .person-info button {
        height: 40px;
        padding-left: 30px;
        padding-right: 30px;
        border: none;
        background: #0916AC;
        color: #fff;
        font-weight: bold;
    }

    .person-info .btn-add-info {
        border-radius: 5px;
        display: block;
        margin: 40px auto 0;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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;
        }

        .my-ticket {
            padding: 0;
        }

        .my-ticket h4 {
            padding-left: 10vw;
            padding-top: 16px;
        }

        .my-ticket ul {
            margin-right: auto;
            margin-left: auto;
            padding-left: 0;
            margin: 20px;
            width: 90vw;
        }

        .my-ticket ul li {
            margin-right: 0;
            width: 100%;
            height: auto;
            background-size: 100% 100%;
        }

        .person-info {
            padding: 20px 6vw;
        }

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

        .person-info .name-position label,
        .person-info .phone-code label {
            width: 100%;
            text-align: center;
        }

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

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

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

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

        .person-info .phone-code label:last-child,
        .person-info .name-position label:last-child {
            margin-left: 0;
        }

        .person-info button {
            padding-left: 6px;
            padding-right: 6px;
        }

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

        .name-position input,
        .company input {
            margin-left: 1em;
        }

        .company input{
            margin-right: 2.4em;
        }
        .phone-code input{
            margin-left: 1em;
            margin-right: 1em;
        }
        .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: 20px 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;
        }

    }