﻿/* 警告視窗 */
.AlertFrame {
}

    .AlertFrame .AlertBK {
        z-index: 50;
        position: fixed;
        margin: auto;
        background: rgba(0,0,0,0.65);
        width: 100%;
        height: 100vh;
    }


    .AlertFrame .AlertContent {
        z-index: 51;
        margin: auto;
        top: 50%;
        right: 0;
        left: 0;
        bottom: 0;
        position: fixed;
        width: 315px;
        transform: translateY(-50%);
    }

        .AlertFrame .AlertContent .alert_data {
            padding: 24px;
            background-color: #FFF;
        }

            .AlertFrame .AlertContent .alert_data .alert_title span {
                padding-left: 12px;
            }

            .AlertFrame .AlertContent .alert_data .alert_content {
                margin-top: 15px;
            }

            .AlertFrame .AlertContent .alert_data .alert_title img {
                vertical-align: bottom;
            }

        .AlertFrame .AlertContent .alert_btn {
            border-top: 1px solid #D7E0EF;
            background-color: #FFF;
            padding: 16px 24px 15px 24px;
            text-align: center;
            font-family: PingFangTC;
            font-size: 21px;
            text-align: center;
            cursor: pointer;
        }

        .AlertFrame .AlertContent .alert_confirm {
            border-top: 1px solid #D7E0EF;
            background-color: #FFF;
            font-family: PingFangTC;
            font-size: 21px;
        }

            .AlertFrame .AlertContent .alert_confirm .confirm {
                padding: 16px 24px 15px 24px;
                text-align: center;
                width: 109px;
                float: left;
                cursor: pointer;
                color: #3F5372;
            }

                .AlertFrame .AlertContent .alert_confirm .confirm:nth-child(1) {
                    border-right: 1px solid #D7E0EF;
                }

                .AlertFrame .AlertContent .alert_confirm .confirm:hover {
                    color: #c97b1d;
                }


/* alert_ul */

.a_wrapper .a_wrapper_title {
    color: var(--primary-0-d-1623);
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}


.a_wrapper .a_wrapper_content ul {
    margin: 0px;
    padding: 0px;
    padding-left: 24px;
    color: #0d1623;
    line-height: 1.94;
    margin-bottom:14px;
}

    .a_wrapper .a_wrapper_content ul li {
        padding-left: 0px;
        line-height:22px;
    }
/*時間軸 X*/
.TimeLine_X {
    
}

    .TimeLine_X .TimeLine {
        width: 283px;
        margin-top: 12px;
        border-collapse: collapse;
    }

        .TimeLine_X .TimeLine td {
            text-align: center;
        }

        .TimeLine_X .TimeLine .line-x {
            height: 1px;
            width: 52px;
            border-top: 1px solid #d7e0ef;
            margin-left: 0px;
            margin-top: 8px;
            position: absolute;
        }
