body {
    font-family: 'Microsoft JhengHei', 'Varela Round', sans-serif;
}

.t-ebc131 {
    color: #ebc131;
}

.fw800 {
    font-weight: 800;
}

.text_e4d295 {
    color: #e4d295;
}

.fs15 {
    font-size: 1.5rem;
    letter-spacing: 1.3rem;
    line-height: 1.5rem;
}

.title-line {
    padding-top: -20px;
}

.tl-1 {
    background: #333;
    display: inline-block;
    height: 1px;
    width: 100px;
}

.tl-2 {
    width: 10px;
    height: 10px;
    background: #eee;
    display: inline-block;
    border-radius: .520833333in;
    border: #ebc131 solid 3px;
}

.reply:hover a, .reply:focus a, .scroll-to-top:hover a, .scroll-to-top:focus a {
    box-shadow: 0 0 5px 0 #860001;
    background-color: #fff;
    color: #860001;
}

.scroll-to-top a {
    display: none;
    border: none;
    border-radius: 50%;
    bottom: 15px;
    color: #fff;
    background-color: #d4bb74;
    cursor: pointer;
    font-size: 2.5rem;
    line-height: 36px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 60px;
    height: 60px;
    z-index: 100;
    padding-top: 10px;
}

.main-btns {
    background-color: #b18019;
    line-height: 3.8rem;
}

.main-btn a {
    display: block;
    font-size: 1.8rem;
    background-image: linear-gradient(#d09f38, #a57e2b);
    border-radius: 0px;
    box-shadow: 2px 2px 5px #926c1b;
    border: #ffd06e 1px solid;
    color: #860001;
    font-weight: 800;
    transition: all 5ms;
}

.main-btn a:hover {
    box-shadow: 2px 2px 10px #860001;
    font-size: 2rem;
    background-image: linear-gradient(#a57e2b, #d09f38);
    color: rgb(43, 26, 26);
}

.tag-btns {
    width: 80%;
    margin: 0 auto;
}

.flex {
    display: flex;
    padding: 15px;
    /* background-color: #61a0f8;  */
    // 修改以下值試試看 wrap | nowrap | wrap | wrap-reverse
    flex-wrap: wrap;
}

.item {
    flex: 0 0 30%;
    background-color: rgba(197, 160, 80, 0.8);
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 5px;
    border: #b92828 1px solid;
    color: #791414;
    box-shadow: 2px 2px 2px #a79b87;
}

.list-icon {
    color: #860001;
    padding-right: 5px;
}

select {
    border: 1px solid #cec9c2;
    border-radius: 4px;
    padding: 5px;
}

.ink-btn {
    background-image: url(../images/btn-bg.png);
    background-repeat: no-repeat;
    width: 120px;
    height: 110px;
    color: #fff;
}

.ink-btn a {
    background-image: url(../images/btn-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    width: 120px;
    height: 110px;
    padding: 20px 20px;
    line-height: 70px;
    text-align: center;
}

.ink-btn a:hover {
    color: #ffc13a;
    background-image: url(../images/btn-bg1.png);
    background-repeat: no-repeat;
    background-position: center center;
}