﻿body {
    background-color: #f9fbff;
}

.TitleFrame {
    background-color: #FFF;
    border-bottom: 1px solid #d7e0ef;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 9999;
}

    .TitleFrame .Title {
        width: 768px;
        margin: auto;
        text-align: left;
    }

    .TitleFrame .Back {
        position: absolute;
        display: none;
    }    

.ContentFrame {
}

    .ContentFrame .Content {
        margin-inline: auto;
        width: 706px;
        text-align: left;
        margin-top: 23.5px;
        background-color: #FFF;
        border: 1px solid #d7e0ef;
        padding: 24px 30px 30px 30px;
    }

.FooterFrame {
    margin: auto;
    width: 768px;
}

    .FooterFrame .Footer {
        background-color: #FFF;
        border: 1px solid #d7e0ef;
        border-top: 0px;
        padding: 15px 30px;
    }

        .FooterFrame .Footer .word {
            margin-top: 16px;
        }

        .FooterFrame .Footer .btn {
            background-color: #d7e0ef;
            width: 100%;
            height: 60px;
            text-align: center;
            color: #fff;
            vertical-align: middle;
            border: 0px;
        }

        .FooterFrame .Footer .btn_true {
            background-color: #daa360;
            cursor: pointer;
        }


    .FooterFrame .FooterWord {
        width: 100%;
        text-align: center;
        padding-top: 19.5px;
        padding-bottom: 24px;
    }


/* 警告視窗 */
.AlertFrame {
    z-index: 51;
    position: fixed;
    margin: auto;
    background: rgba(0,0,0,0.65);
    width: 100%;
    height: 100vh;
}

    .AlertFrame .AlertContent {
        margin: auto;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        position: absolute;
        width: 315px;
        height: 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: 12px;
            }

            .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;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            cursor: pointer;
        }

.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_Frame {
}

.TimeLine_X {
    margin: auto;
    width: 500px;
}

    .TimeLine_X .TimeLine {
        width: 100%;
        margin-top: 12px;
        border-collapse: collapse;
    }

        .TimeLine_X .TimeLine td {
            text-align: center;
        }

        .TimeLine_X .TimeLine .line-x {
            height: 1px;
            width: 110px;
            border-top: 1px solid #d7e0ef;
            margin-left: 0px;
            margin-top: 8px;
            position: absolute;
        }

.TimeLineStepFrame {
    display: none;
}

@media screen and (max-width: 769px) {
    body {
    }

    .TitleFrame {
        padding: 16px 0px;
    }

        .TitleFrame .Title {
            width: 100%;
        }

        .TitleFrame .Back {
            display: inherit;
            padding: 0px 16px;
        }

    .ContentFrame {
        width: 100%;
        padding-bottom: 150px;
    }

        .ContentFrame .Content {
            margin-top: 0px;
            width: calc(100% - 60px);
            margin-left: 0px;
            transform: none;
            border: 0px;
            border-top: 1px solid #D7E0EF;
        }

    .FooterFrame {
        width: 100%;
        position: fixed;
        z-index: 50;
        bottom: 0;
        background-color: #FFF;
        height: auto; /*設定footer本身高度*/
        margin-top: -150px; /*隨footer高度需做調整*/
    }

        .FooterFrame .Footer {
            padding: 16px;
            border-top: 1px solid #D7E0EF;
        }

        .FooterFrame .FooterWord {
            background-color: #F9FBFF;
        }

    .TimeLine_X {
        width: 265px;
    }

        .TimeLine_X .TimeLine .line-x {
            width: 50px;
        }
}

@media screen and (max-width: 420px) {
    .TimeLineStepFrame {
        display: inherit;
    }

    .TimeLineStep {
        width: 100%;
        position: absolute;
        border-collapse: collapse;
        border: 0px;
        margin: 0px;
        padding: 0px;
        margin-top: 17px;
    }

        .TimeLineStep td {
            height: 2px;
            font-size: 0px;
        }

        .TimeLineStep .td-true {
            background-color: #DAA360;
        }

    .TitleFrame {
        /*display: none;*/
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }

        .TitleFrame .Title {
            margin: 0px;
            transform: none;
            width: 100%;
        }

    .TimeLine_Frame {
    }

    .FooterFrame {
        /*height: 146px;*/
        height: auto;
    }

        .FooterFrame .Footer {
            border-right: 0px;
            border-left: 0px;
            border-bottom: 0px;
        }

        .FooterFrame .FooterWord {
            display: none;
        }
}
