body {
    max-width: 16rem;
    margin: 0 auto;
}

.program-style {
    color: var(--color);
}

    .program-style .program-style-title,
    .program-style .program-style-line {
        background: var(--color);
    }

    .program-style a,
    .program-style .program-style-time {
        color: var(--color);
    }

    .program-style .program-style-content-wrapper .newcontent-line .common,
    .program-style .program-style-content-wrapper .newcontent-line a {
        color: var(--color) !important;
    }

    .program-style .program-style-content .content {
        border-bottom: 1px solid rgba(0, 78, 184, 0.3);
    }

        .program-style .program-style-content .content .btn a {
            color: var(--color) !important;
        }

    .program-style .program-style-content .newcontent {
        background: rgba(0, 78, 184, 0.05);
    }

    .program-style .btn {
        border: 0.01rem solid var(--color) !important;
    }



a {
    text-decoration: none;
}

.program-wrapper {
    height: auto;
    margin: 0 auto;
    padding-bottom: 1.7rem;
    font-family: MicrosoftYaHei;
    background: var(--color) !important;
}

    .program-wrapper .program-tips {
        display: none;
        width: 100%;
        max-width: 16rem;
        height: 100vh;
        position: fixed;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 99999;
        overflow: auto;
    }

        .program-wrapper .program-tips img {
            width: 7.73rem;
            height: 10.25rem;
            position: absolute;
            top: 5.5rem;
            left: 4rem;
            right: 0;
            margin: auto;
            z-index: 1;
        }

        .program-wrapper .program-tips .tips-content {
            position: absolute;
            top: 16rem;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

            .program-wrapper .program-tips .tips-content p {
                margin-top: 0;
                margin-bottom: 0.1rem;
                text-align: center;
                font-size: 1.1rem;
            }

                .program-wrapper .program-tips .tips-content p span {
                    font-size: 1.5rem;
                    font-weight: bold;
                }

                .program-wrapper .program-tips .tips-content p a {
                    display: inline-block;
                    width: 5rem;
                    height: 1.6rem;
                    line-height: 1.6rem;
                    border-radius: 1rem;
                    border: solid 0.04rem #fff;
                    text-align: center;
                    font-size: 0.7rem;
                    font-weight: normal;
                    color: #fff;
                    margin-top: 0.5rem;
                }

    .program-wrapper .program-bg-top {
        width: 100%;
    }

        .program-wrapper .program-bg-top img {
            width: 100%;
        }

    .program-wrapper .select-wrapper {
        width: calc(100% - 0.6rem);
        margin: 0 auto;
        font-size: 0;
        position: fixed;
        bottom: 0rem;
        left: 0;
        right: 0;
        height: 1.5rem;
        background-color: #3d66f6;
        border-radius: 1.05rem;
        z-index: 9999;
        background: url(data:image/webp;base64,UklGRpAAAABXRUJQVlA4WAoAAAAQAAAAEQAACgAAQUxQSEUAAAABYFTbtpKLu3shFjNC/BT4mAiv7//3V4gIgkmazZ6JevD7i7PKRpccklc/VdyiHIxM8YlyAQ3PwCLMmF2P07KwBgQO9AEAVlA4ICQAAACwAgCdASoSAAsAPpE6l0eloyIhMAgAsBIJaQAAeyAA/vhNAAA=) center center no-repeat;
        box-shadow: 0rem 0.3rem 0.45rem 0rem rgba(61, 102, 246, 0.3);
        display: flex;
        justify-content: center;
    }

        .program-wrapper .select-wrapper .program-select {
            width: calc(100% / 3);
            height: 100%;
            margin-right: 0;
            border: 0;
            font-family: MicrosoftYaHei;
            font-size: 0.6rem;
            color: #ffffff;
            text-align: left;
            padding: 0.32rem 0.5rem;
            outline: none;
            cursor: pointer;
            /* 去掉三角 */
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            background: var(--color) url(data:image/webp;base64,UklGRpAAAABXRUJQVlA4WAoAAAAQAAAAEQAACgAAQUxQSEUAAAABYFTbtpKLu3shFjNC/BT4mAiv7//3V4gIgkmazZ6JevD7i7PKRpccklc/VdyiHIxM8YlyAQ3PwCLMmF2P07KwBgQO9AEAVlA4ICQAAACwAgCdASoSAAsAPpE6l0eloyIhMAgAsBIJaQAAeyAA/vhNAAA=) 90% center no-repeat;
            background-size: 0.45rem 0.28rem;
            font-weight: bold;
            float: left;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box !important;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }

            .program-wrapper .select-wrapper .program-select:first-child {
                border-radius: 1.05rem 0 0 1.05rem;
            }

            .program-wrapper .select-wrapper .program-select:nth-last-child(1) {
                border-radius: 0 1.05rem 1.05rem 0;
            }

            .program-wrapper .select-wrapper .program-select:first-child:nth-last-child(1) {
                border-radius: 1.05rem 1.05rem 1.05rem 1.05rem;
            }

            .program-wrapper .select-wrapper .program-select:nth-child(2),
            .program-wrapper .select-wrapper .program-select:nth-child(3) {
                border-left: 1px solid rgba(255, 255, 255, 0.2);
            }

    .program-wrapper .program-content {
        width: calc(100% - 0.6rem);
        min-height: 100vh;
        margin: 0 auto;
        background-color: #ffffff;
        box-shadow: 0rem 0rem 0.45rem 0rem rgba(138, 138, 138, 0.5);
        border-radius: 0.37rem;
        padding-bottom: 2rem;
        position: relative;
        top: -0.6rem;
    }

        .program-wrapper .program-content .program-style {
            padding: 0.4rem 0.45rem;
        }

        .program-wrapper .program-content .program-style-time {
            position: sticky;
            top: 0;
            z-index: 3;
            width: 100%;
            font-family: MicrosoftYaHei;
            height: 0.7rem;
            line-height: 0.7rem;
            text-align: center;
            font-size: 0.77rem;
            font-weight: normal;
            font-weight: bold;
            background: #fff;
            padding: 0.4rem 0;
        }

            .program-wrapper .program-content .program-style-time span {
                margin-left: 0.8rem;
                display: inline-block;
                transform: scale(0.85);
            }

        .program-wrapper .program-content .program-style-place {
            font-size: 0.6rem;
            font-weight: bold;
            text-align: center;
            margin-top: 0.5rem;
        }

        .program-wrapper .program-content .program-style-title {
            width: 100%;
            margin-top: 0.65rem;
            padding: 0 0.35rem 0 0.48rem;
            box-sizing: border-box;
            display: table;
        }

            .program-wrapper .program-content .program-style-title .title-time {
                font-size: 0.38rem;
                font-weight: normal;
                line-height: 1.9rem;
                color: #ffffff;
                width: 2.9rem;
                display: table-cell;
                vertical-align: middle;
            }

            .program-wrapper .program-content .program-style-title .title-name {
                width: calc(100% - 1rem);
                display: table-cell;
                vertical-align: middle;
                font-size: 0.47rem;
                font-weight: bold;
                line-height: 0.55rem;
                color: #ffffff;
                padding-left: 0.85rem;
                box-sizing: border-box;
            }

            .program-wrapper .program-content .program-style-title .title-btn {
                width: 18%;
                display: table-cell;
                vertical-align: middle;
            }

                .program-wrapper .program-content .program-style-title .title-btn a {
                    display: block;
                    height: 0.78rem;
                    padding: 0 0.2rem;
                    line-height: 0.78rem;
                    border-radius: 0.5rem;
                    border: solid 0.01rem #ffffff;
                    text-align: center;
                    font-size: 0.33rem;
                    font-weight: normal;
                    color: #ffffff;
                }

        .program-wrapper .program-content .program-style-title-en .title-time {
            width: 99%;
            display: block;
        }

        .program-wrapper .program-content .program-style-title-en .title-name {
            width: 100%;
            padding-left: 0;
            display: block;
        }

        .program-wrapper .program-content .program-style-title-en .title-btn {
            width: 20%;
        }

        .program-wrapper .program-content .program-style-people {
            margin: 0.45rem auto 0;
            height: auto;
        }

            .program-wrapper .program-content .program-style-people .pip-content {
                font-size: 0.38rem;
                font-weight: bold;
                line-height: 0.3rem;
                text-align: center;
                margin-bottom: 0.25rem;
            }

                .program-wrapper .program-content .program-style-people .pip-content a {
                    font-weight: normal !important;
                    line-height: 0.5rem;
                    font-weight: bold;
                }

        .program-wrapper .program-content .program-style-line {
            width: 100%;
            height: 0.1rem;
            margin-top: 0.35rem;
        }

        .program-wrapper .program-content .program-style-content-wrapper .newcontent-line {
            padding-top: 0.38rem !important;
        }

            .program-wrapper .program-content .program-style-content-wrapper .newcontent-line .common {
                text-align: center;
            }

                .program-wrapper .program-content .program-style-content-wrapper .newcontent-line .common a {
                    line-height: 0.5rem;
                }

        .program-wrapper .program-content .program-style-content .content {
            display: table;
            width: 100%;
            padding: 0.2rem;
            box-sizing: border-box;
        }

            .program-wrapper .program-content .program-style-content .content .common {
                display: table-cell;
                vertical-align: middle;
                font-size: 0.38rem;
                color: #000000;
            }

                .program-wrapper .program-content .program-style-content .content .common p {
                    margin-bottom: 0.2rem;
                    margin-top: 0.24rem;
                    line-height: 0.5rem;
                }

                    .program-wrapper .program-content .program-style-content .content .common p a {
                        color: #000000;
                    }

                .program-wrapper .program-content .program-style-content .content .common .org-name {
                    color: #666;
                    font-weight: normal;
                    margin-top: -0.1rem;
                }

            .program-wrapper .program-content .program-style-content .content .time {
                width: 2.9rem;
                font-size: 0.42rem;
            }

            .program-wrapper .program-content .program-style-content .content .type {
                font-weight: bold;
                padding: 0 0.83rem 0 0.33rem;
            }

                .program-wrapper .program-content .program-style-content .content .type .btn {
                    float: none;
                }

                .program-wrapper .program-content .program-style-content .content .type .td-org,
                .program-wrapper .program-content .program-style-content .content .type .pip-org {
                    font-weight: normal;
                }

            .program-wrapper .program-content .program-style-content .content .topic {
                width: 36%;
                font-weight: bold;
            }

            .program-wrapper .program-content .program-style-content .content .btn {
                width: 2.1rem;
                height: 0.7rem;
                border-radius: 0.5rem;
                text-align: center;
                margin-bottom: 1.3rem;
                float: left;
                margin-right: 0.2rem;
            }

                .program-wrapper .program-content .program-style-content .content .btn a {
                    width: 1.33rem;
                    height: 0.33rem;
                    line-height: 0.7rem;
                    font-size: 0.33rem;
                    font-weight: normal;
                }

            .program-wrapper .program-content .program-style-content .content .title-new-width {
                width: auto !important;
            }

        .program-wrapper .program-content .program-style-content .newcontent .type {
            margin-bottom: 0.18rem;
            /*display: block;*/
            font-weight: bold;
            font-size: 0.38rem;
            padding-right: 0.1rem;
        }

            .program-wrapper .program-content .program-style-content .newcontent .type a {
                color: #000000;
                font-weight: normal !important;
                margin-left: 0.3rem;
            }

                .program-wrapper .program-content .program-style-content .newcontent .type a:nth-child(1) {
                    margin-left: 0;
                }

            .program-wrapper .program-content .program-style-content .newcontent .type .cn-type {
                margin-left: 0;
                margin-right: 0.3rem;
            }

            .program-wrapper .program-content .program-style-content .newcontent .type p {
                float: left;
            }

                .program-wrapper .program-content .program-style-content .newcontent .type p:nth-child(2) {
                    width: calc(100% - 2.8rem);
                }

@media screen and (min-width: 750px) {
    html {
        font-size: 40px !important;
    }

    body {
        max-width: 1200px !important;
        width: 100%;
    }

    .program-wrapper .select-wrapper {
        max-width: 1200px;
    }

    .program-wrapper .program-content .program-style-content .content .type {
        padding: 0 0.83rem;
    }
}
