﻿body
{
    font-family: 微軟正黑體, 'Franklin Gothic Medium' , 'Arial Narrow' , Arial, sans-serif;
    margin: 0;
    background-color: #d5d9da;
}
.ui-header
{
    border-bottom-style: none;
}
.ui-content
{
    padding: 0;
}
.ui-page-theme-a
{
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(/m/Images/main_bk_M.jpg);
    background-repeat: no-repeat;
    background-size: 100vh auto;
    background-position: top center;
    background-color: #dbdad5;
}

div.header
{
    margin: 0;
    width: 100%;
    min-height: 50px;
    background-color: #0D6973;
}
.title
{
    width: 100%;
    background-color: #0d6974;
    padding-bottom: 10px;
    height: auto;
}

.tit_container
{
    display: flex;
    align-items: center;
}

.help
{
    width: 100px;
    font-size: 14px;
    color: #000;
}

.help a
{
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 7px;
    text-decoration: none;
    text-align: center;
}

.help a:hover
{
    border: 1px solid #FFF;
    background-color: #37a6a6;
    color: #FFF;
}

.help2
{
    width: 160px;
    font-size: 14px;
    color: #000;
}

.help2 a
{
    display: inline-block;
    width: 160px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 7px;
    text-decoration: none;
    text-align: center;
}

.help2 a:hover
{
    border: 1px solid #FFF;
    background-color: #37a6a6;
    color: #FFF;
}

.version
{
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 14px;
    color: White;
    text-decoration: none;
    text-shadow: none;
    position: absolute;
    right: 15px;
}

.help a, .help2 a, .view, .view2
{
    text-shadow: none;
    font-weight: normal;
}
.container
{
    display: flex;
    width: 100%;
    background-color: #38a6a7;
    gap: 20px; /* div 之間的間距 */
    align-items: flex-start; /* 根據需求也可以改為 center */
}

.view-container
{
    display: flex;
    justify-content: space-between;
    background-color: rgba(55, 167, 168, 0.5);
    text-shadow: none;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.view-left
{
    margin-left: 15px;
    margin-right: auto; /* 推到最左側 */
}

.view-right
{
    margin-right: 15px;
    margin-left: auto; /* 推到最右側 */
}

.custom-corners
{
    padding: 15px 1em;
}
.data_content_tit
{
    border-radius: 0.75em 0.75em 0 0;
    border: 1px solid #a0cfdc;
    background-color: #e0f7ff;
    text-align: center;
    font-size: 1.1em;
    color: #005f75;
    text-shadow: none;
}

.data_content
{
    border-radius: 0 0 .75em .75em;
    border: 1px solid #a0cfdc;
    border-top-width: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1em;
    font-weight: normal;
    text-shadow: none;
    color: #333;
}


.footer
{
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0;
    min-height: 50PX;
    background-color: #39a7a8;
    color: #FFF;
    text-shadow: none;
    border-top: 0 none #f9f9f9;
}

.copyright
{
    font-size: 13px;
    text-align: left;
    margin: 5px 10px;
    font-weight: normal;
}

.copyright .privacy
{
    position: absolute;
    right: 5px;
    bottom: 6px;
}
.copyright a.ui-link
{
    color: #FFF;
    text-decoration: underline;
}

.copyright a.ui-link:hover
{
    color: #eee;
    text-decoration: underline;
}

.button-container
{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 1em;
}

.button-login
{
    display: inline-block;
    padding: 0.8em 1.2em;
    margin: 0.5em;
    border: 0.15em solid #38a6a7;
    border-radius: 0.5em;
    background-image: url(/images/new_2025/btn_bk.png);
    background-size: auto 100%; /* 背景圖高度 100% div 高度，自動寬度 */
    background-repeat: repeat-x; /* 水平重複 */
    background-position: left top;
    background-color: #48b0b1;
    color: White;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none; /* 去除底線 */
    flex: 1 1 30%;
    transition: background-color 0.2s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* 按下時改變背景色（手機會感應得到） */
.ui-page-theme-a a.button-login:active
{
    background-color: #007BFF;
    color: #feb54f;
}

.ui-page-theme-a a.button-login:hover
{
    background-color: rgba(57, 167, 168, 1);
    border-color: #39a7a8;
    color: white;
}
