
body {
    font-family: 微軟正黑體;
}

.ta {
    width: 100%
}

.td1 {
    min-width: 100px;
    width: 15%;
    padding: 20px 10px;
}

    .td1 div {
        width: 80px;
        height: 80px;
        border: 4px solid #5c565d;
        border-radius: 99em;
        color: #e84c3c;
        font-size: 36px;
        text-align: center;
        line-height: 72px;
        font-weight: bold;
        margin: 0 auto;
    }

.td2 {
    color: #FFF;
    padding: 20px 10px;
    font-weight: bold;
}

    .td2 p {
        font-weight: bold;
        margin:0;
    }

    .td2 span {
        color: #949494;
    }

.notx {
    display: block;
    width: 100%;
    background: #3e393f
}

    .notx:nth-child(odd) {
        background: #383339;
    }

 .notb {
    background: #383339 !important;
}

 .nota {
    background: #3e393f !important;
}

.gogo {
    width: 150px;
    padding: 10px;
    margin: 15px auto;
    background: #e84c3c;
    color: #FFF;
    text-align: center;
    border-radius: 99em;
    border: 0;
    font-weight: bold;
    text-shadow: 0px 0px 10px #cc5200;
}

.bot-dash {
    border-bottom: 2px dashed #5b545d;
    margin-bottom: 15px;
}

.text {
    width: 100%;
    min-height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 10px;
    padding: 10px;
    border: 0px solid #827c84;
    background: #302c31;
    outline: none;
    color: #FFF;
}

.notx:hover {
    text-decoration: none;
    background: #613230;
    transition: background 0.5s
}

.rightbox {
    background: #3e393f;
    padding: 0;
    height: calc( 100vh - 80px );
    overflow-y: scroll;
}

.leftbox {
    padding: 3%;
}

.logo {
    width: 100%;
    max-width: 200px;
}

.all {
    background: #efefef;
    min-height: 100vh;
    padding-top: 80px;
}

.ta2 {
    max-width: 1080px;
    margin: 0 auto;
}

.td1 img {
    width: 100%;
    max-width: 120px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.more {
    width: 80px;
    margin-top: 20px;
    color: #e84c3c;
    text-align: center;
    height: 34px;
    line-height: 26px;
    border-radius: 99em;
    border: 3px solid #5c565d;
}

.top {
    height: 80px;
    padding: 10px;
    position: fixed;
    width: 100%;
    background: #FFF;
    z-index: 1;
    box-shadow: 0px 0px 10px rgba(0, 0, 0,0.2)
}

#gotop {
    position: fixed;
    z-index: 90;
    right: 20px;
    bottom: 20px;
    display: none;
    width: 50px;
    font-size: 30px;
    height: 50px;
    color: #fff;
    background: #534c54;
    line-height: 50px;
    border-radius: 50%;
    transition: all 0.5s;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    cursor: pointer;
}
.outsidelink {
    position: fixed;
    z-index: 90;
    right: 20px;
    bottom: 20px;    
    width: 50px;
    font-size: 30px;
    height: 50px;
    color: #fff;
    background: #534c54;
    line-height: 50px;
    border-radius: 50%;
    transition: all 0.5s;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    cursor: pointer;
}
.logo {
    width: auto;
    max-width: 200px;
    max-height: 60px;
    position: relative;
}
    #gotop:hover {
        background: #e8473a;
    }

.fa-angle-up {
    line-height: 43px;
}

.goback {
    position: fixed;
    z-index: 90;
    right: 20px;
    bottom: 20px;
    width: 50px;
    font-size: 30px;
    height: 50px;
    color: #fff !important;
    background: #534c54;
    line-height: 50px;
    border-radius: 50%;
    transition: all 0.5s;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    cursor: pointer;
}

    .goback:hover {
        background: #e8473a;
    }

    .goback i {
        line-height: 54px;
        font-size: 19px;
    }

.imgleft {
    background: #302c31;
    position: relative;
}

.goleft {
    position: absolute;
    top: 50%;
    left: -27px;
    margin-top: -17px;
    cursor: pointer;
    z-index: 1;
}

.fa-angle-left, .fa-angle-right {
    font-size: 50px;
    color: #fff;
}

.goright {
    position: absolute;
    top: 50%;
    right: -27px;
    margin-top: -17px;
    cursor: pointer;
    z-index: 1;
}

.imgmax {
    max-width: 80%;
    margin: 0 auto;
    padding: 20px;
}

.imgtitle {
    font-weight: bold;
    font-size: 24px;
    color: #FFF;
}

.redtitle {
    width: 5rem;
    border-top: 10px solid #e84c3c;
    margin-bottom: 20px;
}

.imgright {
    position: relative;
    background: #3e393f;
    padding: 20px;
    color: #FFF;
    padding-bottom: 80px;
}

.qa1 {
    margin-bottom: 10px;
}

.qa2 {
    width: 30px;
    text-align: center;
    background: #FF9800;
    height: 30px;
    border-radius: 99em;
    display: inline-block;
}

    .qa2 img {
        width: 70%;
        position: relative;
    }

.qaname {
    display: inline-block;
    font-weight: bold;
    margin-left: 5px;
    position: relative;
    top: 4px;
}

.qatime {
    color: #797879;
    margin-left: 7px;
    font-size: 10pt;
}

.author {
    background: #ff6b6b;
    padding: 3px 7px;
    font-size: 10pt;
    border-radius: 10px;
    margin-left: 7px;
}

.qa3 {
    background: #5b545d;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

.re {
    min-height: 46px;
    height: 46px;
}

.navicon {
    float: right;
    padding: 15px 0;
}

.fa-home {
    font-size: 30px;
    margin-right: 15px;
    color: #bcb7bd;
    cursor: pointer
}

.fa-list-ul {
    font-size: 24px;
    color: #bcb7bd;
    margin-right: 5px;
    cursor: pointer
}

.navicon .fa:hover {
    color: #e84c3c;
    transition: color 0.5s
}

.btngo {
    margin: 10px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 5px;
    bottom: 3px;
    background: none;
    border: 0;
    padding: 0;
}

.gor {
    position: absolute;
    left: -35px;
    top: 100px;
    font-size: 25px;
    width: 35px;
    text-align: center;
    background: #3e393f;
    height: 100px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
}

    .gor .fa {
        font-size: 40px;
        padding: 27px 0 27px 5px;
    }

.gor2 {
    position: absolute;
    right: 0;
    top: 100px;
    font-size: 25px;
    width: 35px;
    text-align: center;
    background: #3e393f;
    height: 100px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
}

    .gor2 .fa {
        font-size: 40px;
        padding: 27px 0 27px 5px;
    }

.tbhide {
    display: none;
}

a:hover {
    color: #e84c3c !important;
}

@media (max-width: 991px) {
    .gor2 {
        display: none
    }

    .imgtitle {
        font-size: 18px;
    }

    .rightbox {
        height: auto;
        overflow-y: auto;
    }

    .td1 div {
        width: 50px;
        height: 50px;
        font-size: 28px;
        line-height: 42px;
    }

    .td1 {
        min-width: 80px;
    }

    .tdimg {
        width: 30%;
    }
}





/*zoom*/
.zoom {
    display: inline-block;
    position: relative;
    cursor: zoom-in;
}

    /* magnifying glass icon */


    .zoom img {
        display: block;
        width: 100%;
        height: auto
    }

        .zoom img::selection {
            background-color: transparent;
        }

.imgright2 {
    right: -36%;
    transition: 0.5s;
    position: absolute
}

.imgleft2 {
    width: 100% !important
}
