﻿body {
    font-family: -apple-system,BlinkMacSystemFont,"Microsoft Jheng Hei","PingFang","蘋方","微軟正黑體","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
    margin: 0px;
}

a {
    text-decoration: none;
}

button {
    border: none;
}

.text-danger {
    color: red;
}

    .text-danger > span {
        margin-left: 20px;
    }

#Main {
    position: relative;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #F9E2E3 100%) 0% 0% no-repeat padding-box;
    min-height: 100vh;
    max-width: 768px;
    margin: auto;
    overflow: hidden;
}

.Head {
    position: absolute;
    top: 0px;
    left: -15px;
    width: 800px;
    height: 75px;
    background-color: #990066;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.7px;
    color: #FFFFFF;
    padding: 11px 0px 0px 0px;
    z-index: 0;
}

#Title {
    display: block;
    width: 210px;
    line-height: 34px;
    z-index: 100;
    position: relative;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.7px;
    color: #FFFFFF;
    margin: 11px auto 0 auto;
}

.Footer {
    width: 768px;
    height: 100px;
    background-color: #FFFFFF;
    color: #FFF;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 0px;
}

.GridFooter {
    margin: 22px auto 22px auto;
    display: block;
    width: 50px;
    text-align: center;
    font-size: 22px;
}

#IconColor {
    color: #AE508F;
}

#TextColor {
    color: #AE508F;
}

img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width:767px) {
    .Head {
        width: 107%;
    }

    .Footer {
        width: 100%;
    }
}



.Grid_1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 126px;
    list-style: none;
    padding: 0;
    /*    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
    padding-top: 52px;*/
    margin: auto;
}

.f-1 {
    flex: 1;
}

#PageText {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.9px;
}

.PageColor {
    color: #EBB9DB;
}

    .PageColor.active {
        color: #AE508F;
    }

.PageNumber {
    margin-bottom: 110px;
}

.disabled {
    pointer-events: none;
}

