﻿
/*背景*/
.bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -999;
}

.bg img {
    min-height: 100%;
    width: 100%;
}


.wrapper {
    text-align: center;
    margin: 0 auto;
    padding: 0px;
}

/*標題換行*/
header > h1 {
    display: inline-block;
}



/*閃爍字*/
.blink_text {
    font-weight: bold;
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@import url(https://fonts.googleapis.com/earlyaccess/cwTeXFangSong.css);

.topicTitle {
    opacity: 1;
    color: white;
    width: 20%;
    border-radius: 10px;
    text-align: center;
    float: left;
    margin-left: 50px;
    font-family: 'Microsoft YaHei';
    font-size: 28px;
    background-color: var(--bgcolor);
}

.topicContent {
    margin-left: 10px;
    color: white;
    font-size: 21px;
    font-family: 'Microsoft YaHei';
    font-weight: bolder;
}

.headerTitle {
    font-size: 36px;
    font-family: 'Microsoft YaHei';
}

.btnTitle {
    font-size: 30px;
    font-family: 'Microsoft YaHei';
}

.notifyText {
    background-color: white;
    opacity: 0.9;
    border-radius: 10px;
    color: #075692;
    font-size: 24px;
    font-weight: bold;
}

.OptionRadDiv {
    width: calc(20% - 8px);
    height:20px;
}


@import url('https://fonts.googleapis.com/css?family=Dancing+Script');

.headerEng {
    font-size: 28px;
    font-family: 'Microsoft YaHei';
    /*font-family:'Dancing Script', cursive;*/
}

.DetailTxt {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: bolder;
    color: var(--color);
}

.DetailTxt2 {
    font-family: 'Microsoft YaHei';
    color: #075692;
    font-size: 20px;
    font-weight: bolder;
    /*padding:5px 0px;*/
    text-align: center;
    line-height: 30px;
}

.footer_left {
    opacity: 0.8;
    color: white;
    font-family: 'Microsoft YaHei';
    font-size: 18px;
    /*width:10%;*/
    border-radius: 10px;
    float: left;
    position: absolute;
    bottom: -87px;
    left: 0px;
    text-align: center;
}

.footer_right {
    opacity: 1;
    color: white;
    width: 100%;
    font-family: 'Microsoft YaHei';
    border-top-style: solid;
    /*float:right;*/
    position: absolute;
    bottom: -86px;
    right: 0px;
}



.reserve_topic {
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    font-weight: bold;
}

.reserve_content {
    font-family: 'Microsoft YaHei';
    text-align: center;
    color: black;
    font-weight: bold;
}

#password + .glyphicon {
    cursor: pointer;
    pointer-events: all;
}
