*:not(i){
    font-family: 'Noto Sans TC', sans-serif!important;
    font-weight: 400;
}
html,body{
    background-color:#1E2224;
}
body > .container-fluid{
    position: relative;
}
a:focus{
    text-decoration: none;
    color: inherit;
    opacity: .5;
}
textarea:focus{
    outline: none;
    border: 1px solid #0AB7BF;
}

.headernav .search input,
.content_left,
.c_lightbox,
.c_lightbox_wrap{
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.c_lightbox_paid .paid_img img,
.c_lightbox_paidFail .paidFail_img img,
.c_lightbox .coin_img img
{
    width: 100%;
}
.c_pageNumber{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    font-size: 0px;
}
.c_pageNumber .paginationforum{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: calc(100% - 48px);
}
.c_pageNumber .paginationforum li{
    margin-left: 0;
    font-size: 14px;
}
.c_pageNumber .paginationforum li a.active,
.c_pageNumber .paginationforum li a:focus,
.c_pageNumber .paginationforum li a:active{
    background-color: #F99D41;
    color: #fff;
}
.c_pageNumber .prevnext.last {
    margin-left: 0px;
}
.c_paperPlane{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 5px;
    background-image: url(../images/common/airplane.png);
}
.c_line{
    display: inline-block;
    width: 20px;
    height: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/common/line.png);
}


/*  - - - 提示窗 c_lightbox - - - */
.c_lightbox{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    background-color: rgba(255, 255, 255, 0);
    z-index: 1000;
}
.c_lightbox_wrap{
    width: 45%;
    padding: 40px 0;
    margin: auto;
    margin-top: -200px;
    border: 2px solid #2F3334;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    color: #2F3334;
}
.c_lightbox_title{
    font-size: 30px;
    letter-spacing: 0.5px;
}
.c_lightbox_subtitle{
    font-size: 18px;
    letter-spacing: 0.5px;
}
.c_lightbox_text{
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 27px;
    padding-top: 5px;
}
.c_lightbox_btn{
    display: block;
    letter-spacing: 0.5px;
    line-height: 24px;
    padding: 8.5px 14px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    background-color: #F99D41;
    margin: 10px auto auto auto;
    max-width: 325px;
}
.c_lightbox_btn.btn_type2{
    display: block;
    letter-spacing: 0.5px;
    line-height: 24px;
    padding: 7px 14px;
    font-size: 14px;
    font-weight: 300;
    color: #2F3334;
    background-color: #fff;
    margin: 10px auto auto auto;
    max-width: 160px;
    border: #2F3334 1px solid;
}
.c_lightbox_btn_wrap{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 10px calc((100% - 410px)/2);
}
.c_lightbox_btn_wrap .c_lightbox_btn{
    margin: 0;
    min-width: 200px;
}
.c_lightbox_input{
    background-color: #EDEDED;
    padding: 15px;
    line-height: 20px;
    border: none;
    margin: 15px 0 5px 0;
    width: 325px;
}
/* 已付費提示窗 */
.c_lightbox_paid .paid_img{
    width: 28.5px;
    margin: auto;
}
.c_lightbox_paidFail .paidFail_img,
.c_lightbox_paidFail .coin_img{
    width: 37.3px;
    margin: auto;
}
.c_lightbox_paid .paid_title,
.c_lightbox_paidFail .paidFail_title{
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 27px;
    padding-top: 5px;
}
.c_lightbox_paid .paid_text{
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 22px;
    padding-top: 10px;
}
.c_lightbox_paidFail .paidFail_btn{
    display: inline-block;
    letter-spacing: 0.5px;
    line-height: 24px;
    padding: 4px 14px;
    margin-top: 10px;
    border: #2F3334 1px solid;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 300;
    color: #2F3334;
}

/* 入場動畫 */
.c_lightbox_fadeIn.c_lightbox{
    background-color: rgb(0 0 0 / 0.8);
}
.c_lightbox_fadeIn .c_lightbox_wrap{
    margin-top: calc((100vh - 184px)/2);   
}

/* 廣告 */
.c_single_adver{
    position: relative;
    margin-bottom: 20px;
}
.c_single_adver img{
    width: 100%;
}
.c_single_adver .adver_title{
    position: absolute;
    display: block;
    width: 100%;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: rgba(25, 25, 25, 0.5);
    letter-spacing: 1px;
    -ms-overflow-y: hidden;
    -ms-overflow-x: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 15px;
    bottom: 0;
}
/*  - - - 提示窗 c_lightbox end - - - */


/* - - - - - - - header - - - - - - - */
.mobile_headernav{
    display: none;
}
.header_adver{
    display: none;
}

.logo{
    border-right: rgba(255, 255, 255, 0.2) solid 1px;
}
.logo a{
    display: block;
    max-width: 100px;
    line-height: 69px;
}
.logo a img{
    width: 100%;
}
.headernav{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #2F3334;
    border-bottom: none;
}
.headernav_type a{
    display:inline-block;
    margin-right: 17px;
    opacity: .5;
    color: #fff;
}
.headernav_type a.now_type{
    position: relative;
    opacity: 1;
}
.headernav_type .type_img{
    height: 23px;
}
.headernav .search button{
    background-color: #000;
    border: 0;
    height: 38px;
    border-radius: 0;
}
.headernav .search button i{
    position: relative;
    top: -2px;
    left: 2px;
}
.headernav .search button:focus{
    outline: 0;
}
.headernav .search_result{
    position: relative;
    width: calc(100% - 41px);
    background-color: #fff;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 5px 6px ;
    z-index: 1;
    display: none;
}
.headernav .search_result .result_group{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 30px;
    padding: 0 15px;
}
.headernav .search_result .result_num{
    color: #9DA6AA;
}
.headernav .row{
    position: relative;
}
.avt{
    position: absolute;
    width: auto;
    max-width: 33.33333333%;
    right: 0;
}
.avt button{
    background-color: #F99D41;
    padding: 0 26px;
    letter-spacing: 2px;
}
.env{
    position: relative;
    font-size: 22px;
    color: #BDC3C7;
}
.env .fa-bell{
    position: relative;
}
.env .fa-bell a{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.avatar .status{
    position: absolute;
    top: 0;
    line-height: 12px;
    border-radius: 12px;
    border: solid 2px #ffffff;
    background-color: #E5281B;
    left: 30px;
    font-size: 12px;
    color: #fff;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    padding: 3px;
}
.headernav .stnt{
    margin-right: 15px;
}
.avatar a[data-toggle="dropdown"]{
    display: inline-block;
    width: 51px;
}
.avatar a img{
    width: 38px;
    height: 38px;
}
.avatar b{
    position: absolute;
    right: 0;
    top: 17px;
}
.avatar .dropdown-menu{
    padding: 10px 0;
}
.avatar .dropdown-menu li{
    margin-top: 5px;
}
.headernav_lan{
    position: relative;
    line-height: 38px;
    margin: 0 20px;
}
.headernav_lan a{
    display: inline-block;
    margin: 0 10px;
}
.headernav_lan a+a{
    position: relative;
}
.headernav_lan a+a::before{
    position: absolute;
    display: block;
    content: '|';
    color: #ddd;
    left: -14px;
}
.headernav_lan .dropdown-menu{
    min-width: 38px;
}
.headernav_lan .dropdown-menu a{
    padding: 3px 10px;
}
.headernav_coin{
    margin-left: 14px;
    height: 38px;
}
.headernav_coin div{
    height: 21px;
}
.headernav_coin img{
    width: 14px;
    height: 14px;
    background-size: cover;
    vertical-align: top;
    margin-right: 5px;
}
.headernav_coin span{
    display: inline-block;
    height: 15px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 15px;
    color: #06B4AB;
    vertical-align: top;
}
.head_title{
    width: 100%;
    height: 190px;
    background-image: url(../images/common/bg.png);
    background-size: cover;
    background-position: center;
    margin-top: 70px;
}
.head_title h1{
    line-height: 190px;
    width: 100%;
    text-align: center;
    font-size: 30px;
    letter-spacing: 5px;
    color: #fff;
    margin: 0;
}

/* fiexed */
/* section.content > .container > .row{
    position: relative;
}
section.content .content_left{
    position: absolute;
    left: 0;
}
section.content .content_left{
    margin-left: 16.66666667%;
} */

/* - - - - - - - header end - - - - - */


/* - - - - - - - footer - - - - - - - */
footer{
    background-color:#2F3334;
}
footer .logo{
    border-right: rgba(255, 255, 255, .3) solid 1px;
}
footer .logo a{
    display: block;
    line-height: 70px;
}
footer .logo a img{
    width: 100%;
}
footer .socialicons{
    margin-bottom: 0;
    padding: 0;
}
footer .copyright{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    color: rgba(255, 255, 255, .8);
}
footer .copyright_termsFaq{  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 25px 0 0;
    padding-left: 0;
}
footer .copyright_termsFaq::after{
    position: relative;
    display: inline-block;
    content: '';
    width: 1px;
    height: 15px;
    top: 27px;
    right: -6px;
    background-color: #EDEDED;
}

footer .copyright_termsFaq li{
    list-style: none;
    margin-right: 15px;
} 
footer .copyright_termsFaq li a{
    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, .8);
    letter-spacing: 0.9px;
}
footer .copyright span{
    white-space: nowrap;
}
/* - - - - - - - footer end - - - - - */








.mobile_adver{
    display: none;
}
.content_center .post_img img,
.content_right .advert img
{
    width: 100%;
}

/* - - - - - - 元件 - - - - - - */
/* LOAD MORE */
.c_loadmore{
    width: 100%;
    color: rgba(10, 183, 191, 0.6);
    font-size: 12px;
    line-height: 13px;
    font-weight: 500;
    text-align: center;
    padding: 32px 0 24px 0;
    cursor: pointer;
}
.c_loadmore .icon_redo{
    position: relative;
}
.c_loadmore .icon_redo::before{
    position: relative;
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    margin-left: 6px;
    background-image: url(../images/common/load.png);
    background-size: cover;
    background-repeat: no-repeat;
}
/* - - - - - - 元件 end - - - - - - */
.content{
    min-height: calc(100vh - 70px );
    padding-top: 90px;
    background-color: #1E2224;
}


section.content .container .row{
    position: relative;
}
/* - - - - - - 區塊 end - - - - - - */
/* 左側 看板 */
.content_left{
    position: relative;
}
.content_left h3{
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    color: #8E8E8E;
    margin-top: 0;
}
.content_left .js_nav,
.content_left .js_subnav{
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
}
.content_left .left_nav{
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin-bottom: 0;
}
.content_left .left_nav.navOpen.nav_child::before,
.content_left .left_subnav.navOpen.nav_child::before{
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
.content_left .left_nav.nav_child,
.content_left .left_subnav.nav_child{
    position: relative;
    padding-bottom: 5px;
}
.content_left .left_nav.nav_child::before,
.content_left .left_subnav.nav_child::before{
    position: absolute;
    display: block;
    content: '';
    top: 16px;
    right: 0px;
    width: 0;
    height: 0;
    border-top: 6px solid #707070;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.content_left .left_subnav,
.content_left .left_thirdnav{
    display: block;
    height: 0;
    pointer-events: none;
    opacity: 0;
}
.content_left .left_subnav.open,
.content_left .left_thirdnav.open{
    height: auto;
    line-height: 26px;
    pointer-events: auto;
    opacity: 1;
}
.content_left .left_subnav.nav_child{
    padding-bottom: 0px;
}
.content_left .left_subnav.nav_child::before{
    top: 13px;
}
.content_left .left_navTitle{
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    color: #fff;
}
.content_left .left_navImg{
    position: absolute;
    right: 5px;
    top: 2px;
}
.content_left .left_navImg img{
    width: 46px;
}
.content_left .left_subnavTitle{
    display: block;
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    padding-left: 15px;
}
.content_left .left_thirdnavTitle{
    display: block;
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    padding-left: 30px;
}
/* 左側 看板 end */


/* 中間 內文 */
.content_center{
    /* max-height: calc(100vh - 161px);
    -ms-overflow-y: scroll;
    -ms-overflow-y: scroll;
    overflow-y: scroll; */
}
/* swiper */
.content_center .center_swiper .swiper-slide{
    position: relative;
    margin-bottom: 30px;
}
.content_center .center_swiper .swiper-slide img{
    width: 100%;
}
.content_center .center_swiper .swiper-slide .slide_title{
    position: absolute;
    display: block;
    width: 100%;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: rgba(25, 25, 25, 0.6);
    letter-spacing: 1px;
    -ms-overflow-y: hidden;
    -ms-overflow-x: hidden;
    overflow : hidden;
    text-overflow : ellipsis;
    white-space : nowrap;
    padding: 16px 15px 0 15px;
    bottom: 0;
}
.content_center .center_swiper .swiper-pagination{
    position: absolute;
    bottom: 63px;
}
.content_center .center_swiper .swiper-pagination-bullet{
    opacity: .6;
}
.content_center .center_swiper .swiper-pagination-bullet-active{
    background: #0AB7BF;
}
.content_center .post{
    position: relative;
    border-radius: 3px;
    -ms-overflow-y: hidden;
    -ms-overflow-x: hidden;
    overflow: hidden;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
}
.content_center .post a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}
.content_center .post_img{
    position: relative;
    width: 110px;
    margin: 49px 20px 14px 0px;
}
.content_center .post_img img{
    border-radius: 3px;
}
.content_center .post .wrap-ut{
    width: 100%;
}
.content_center .post_lock{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    padding: 37px 0;
    background-color: rgba(255, 255, 255, 0.9);
}
.content_center .post_lock img{
    max-width: 26px;
}
.content_center .post .post_lock{
    opacity: 0;
}
.content_center .post.locked .post_lock{
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}
.content_center .lock_text,
.content_center .lock_coin{
    display: block;
}
.content_center .lock_text{
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
    letter-spacing: 1px;
    color: #0AB7BF;
}
.content_center .lock_coin{
    color: #0AB7BF;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}
.content_center .lock_coin img{
    width: 16px;
    margin-bottom: 1px;
}
.content_center .post .posttext{
    width: calc(100% - 131px);
    padding: 16px 23px;
}
.content_center .posttext div{
    padding-bottom: 5px;
}
.content_center .posttext span{
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1px;
    font-weight: 300;
}
.content_center .posttext .category{
    color: #2F3334;
    border-bottom: 1px solid #2F3334;
}
.content_center .post h2{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #191919;
    margin: 0;
    padding-bottom: 4px;
    display: block;
    -ms-overflow-y: hidden;
    -ms-overflow-x: hidden;
    overflow : hidden;
    text-overflow : ellipsis;
    white-space : nowrap;
}
.content_center .post p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #414141;
    margin: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-overflow-y: hidden;
    -ms-overflow-x: hidden;
    overflow: hidden;
    display: -webkit-box;
}


/* 討論、like、時間 */
.content_center .post {
    border-radius: 0;
}
.content_center .post .postinfo{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 0px;
    padding-top: 5px;
    border-left:none;
}
.content_center .post .postinfo div{
    margin-right: 15px;
    border-bottom: none;
}
.content_center .post .comments{
    padding: 2px 0;
    border-bottom: none;
}
.content_center .post .views{
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 0;
}
.content_center .post .views .fa-thumbs-down{
    margin-left: 10px;
}
.content_center .post .time{
    line-height: 34px;
}


.content_center::-webkit-scrollbar{
    opacity: 0;
}
/* 中間 內文 end */


/* 右側 FB & 廣告 */
.content_right iframe{
    width: 100%;
}
.content_right .advert{
    margin-bottom: 40px;
}
.content_right .advert img{
    margin-bottom: 40px;
}
.content_right img.advertTwo{
    margin-bottom: 40%;
}
.content_right  .right_adver{
    display: none;
}
/* 右側 FB & 廣告 end */
/* - - - - - - 區塊 end - - - - - - */



@media only screen and (min-width: 1199px) {
    .content_center{
        padding: 0;
    }
}

@media only screen and (min-width: 992px) {
    a:hover{
        text-decoration: none;
        color: inherit;
        opacity: .5;
    }
    a.liked:hover{
        opacity: 1;
    }
    a,
    .avt .btn-primary,
    .headernav .search button,
    .env .fa-bell,
    .c_loadmore,
    .headernav_type a img{
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }
    .content_center .post{
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .c_pageNumber .paginationforum li a:hover{
        background-color: #F99D41;
        color: #fff;
    }

    .avt .btn-primary:hover, .avt .btn-primary:focus, .avt .btn-primary:active, .avt .btn-primary.active{
        background-color: #F99D41;
        opacity: .5;
    }
    .headernav_type a:hover,
    .headernav_type a:hover img{
        opacity: 1;
    }
    .headernav_type a:hover{
        color: #fff;
    }
    .headernav .search button:hover,
    .env .fa-bell:hover,
    .c_loadmore:hover{
        opacity: .5;
    }
    .headernav .selecttopic{
        padding-left: 40px;
    }
    .headernav .search_result .result_group:hover{
        opacity: 1;
        background-color: #ECF0F1;
    }
    .headernav .stnt a:hover{
        color: #fff!important;
    }
    .headernav .stnt button:hover,
    .headernav .stnt button:focus{
        color: #fff;
    }
    footer .socialicons{
        text-align: left;
        height: 69px;
    }
    /* 中間 內文 */
    .content_center .post:hover{
        box-shadow: 0 5px 7px #000;
    }
    .content_right{
        position: -webkit-sticky;
        position: sticky;
        top: 90px;
    }
}
@media only screen and (max-width: 991px) {
    .c_loadmore{
        margin-bottom: 100px;
    }
    /* 提示窗 c_lightbox */
    .c_lightbox_wrap{
        width: 70%;
    }
    /* - - - - - - - header - - - - - - - */
    .headernav .logo,
    .headernav .selecttopic{
        background-color: #2F3334;
    }
    .headernav .logo a,
    .headernav .selecttopic{
        line-height: 49px;
    }
    .headernav_type a{
        margin-right: 10px;
    }
    .headernav .stnt{
        /* width: calc(100% - 323px);
        margin-left: 0; */
    }
    .headernav .avt button{
        /* width: 100%; */
    }
    .headernav .avt{
        position: relative;
        margin: 6px 0;
        max-width: none;
    }
    .head_title{
        margin-top: 100px;
    }
    .headernav .avatar .status{
        border: solid 2px #f2f2f2;
        border: none;
    }
    /* - - - - - - - header end - - - - - */
    /* - - - - - - - footer - - - - - - - */
    footer {
        background-color: #1E2224;
    }
    footer .logo,
    footer .sociconcent,
    .footer_lan{
        background-color: #1E2224;
    }
    footer .row{
        position: relative;
    }
    footer .logo a{
        line-height: 49px;
    }
    footer .copyright{
        position: absolute;
        width: 100%;
        bottom: -20px;
        left: 0;
        line-height: 20px;
        font-size: 12px;
        color: #b5b5b5;
        border-top: 1px solid rgb(255 255 255 / 30%);
    }
    footer .copyright span{
        width: 100%;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        text-align: center;
    }
    footer .copyright_termsFaq{
        position: absolute;
        bottom: 30px;
        width: 196px;
        right: 0;
        z-index: 1;
    }
    footer .sociconcent {
        text-align: left;
    }
    .footer_lan,
    footer .sociconcent{
        line-height: 49px;
        height: 49px;
    }
    .footer_lan a{
        display: inline-block;
        color: #939d9d;
    }
    .footer_lan .dropdown-menu{
        min-width: 38px;
    }
    .footer_lan .dropdown-menu a{
        padding: 3px 10px;
    }
    footer .copyright_termsFaq::after{
        content: none;
    }
    /* - - - - - - - footer end - - - - - */
    .content_right{
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .headernav .search{
        height: 49px;
        background-color: #2F3334;
        margin-top: 0;
    }
    .headernav .search .wrap{
        padding: 5px 0px;
        background-color: #2F3334;
    }
    .headernav .search .txt {
        width: 81%;
    }
    .footer_lan{   
        text-align: right;
    }

    /* 中間 內文 */
    .content_center .post .views i,
    .content_center .post .time i{
        display: inline-block;
    }
    .content_left .content_coin{
        margin-bottom: 10px;
        padding-bottom: 20px;
        border-bottom: solid 1px #ddd;
    }
    .content_left .content_coin div{
        margin-bottom: 10px;
    }
    .content_left .content_coin img{
        width: 20px;
    }
}
@media only screen and (min-width: 768px) { 


    /* 下個階段的功能，先隱藏，勿刪！！ */
    /* .headernav .search .search_result{
        display: block;
    } */


    .content_left{
        position: -webkit-sticky;
        position: sticky;
        top: 90px;
        padding-bottom: 100px;
    }
    .avt{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .headernav .stnt a{
        font-size: 26px;
        color: #0AB7BF;
    }
    .headernav .bell{
        font-size: 26px;
        color: #0AB7BF;
        margin-right: 15px;
    }
}
@media only screen and (max-width: 767px) {
    /* 提示窗 c_lightbox */
    .c_lightbox_wrap{
        width: 85%;
    }
    /* - - - - - - - header - - - - - - - */

    .content_lan{
        position: relative;
        display: block;
        line-height: 45px;
    }
    .content_lan a{
        display: inline-block;
        margin: 0 10px;
    }
    .content_left .content_lan a:not(:last-child){
        border: none;
    }
    .content_lan a+a{
        position: relative;
    }
    .content_lan a+a::before{
        position: absolute;
        display: block;
        content: '|';
        color: #ddd;
        left: -14px;
    }
    .content_lan .dropdown-menu{
        min-width: 38px;
    }
    .content_lan .dropdown-menu a{
        padding: 3px 10px;
    }

    .headernav.mobile_headernav{
        display: block;
        position: absolute;
    }
    .headernav.mobile_headernav .container .row div{
        vertical-align: middle;
    }
    .headernav{
        display: none;
    }
    .headernav .logo{
        display: inline-block;
        width: 65px;
        border-right: none;
        background-color: transparent;
    }
    .header_adver{
        display: none;
    }
    .header_adver{
        position: relative;
        display: block;
        width: 100%;
        z-index: 101;
    }
    .header_adver img{
        width: 100%;
    }
    .headernav .avt{
        position: absolute;
        top: 10px;
        right: 0px;
        margin: 0;
        font-size: 20px;
        text-align: center;
    }
    .headernav .avatar a[data-toggle="dropdown"] {
        width: 40px;
    }
    .headernav .avt .fa-user{
        color: #fff;
    }
    .avatar .dropdown-menu>li>a{
        text-align: left;
    }
    /* 搜尋框 */
    .headernav .search{
        position: absolute;
        right: 37px;
        top: 6px;
        padding: 0;
        margin: 0;
        z-index: 101;
    }
    .headernav .search .wrap{
        background-color: #fff;
    }
    .headernav .search button{
        background-image: none;
        background-color: transparent;
        color: #fff;
        border: none;
    }
    .headernav .search_wrap{
        position: absolute;
        display: none;
        width: 100%;
        background-color: #fff;
        z-index: 1;
        left: 0;
        bottom: -88px;
    }
    .headernav .search.search_open ~ .search_wrap,
    .headernav .search.search_open ~ .search_wrap .search_result{
        display: block;
    }
    
    .headernav .search_wrap .txt{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        padding: 0px 0px 10px 10px;
    }
    .headernav .search_wrap input{
        width: calc(100% - 45px);
        padding: 6px;
    }
    .headernav .search_wrap .txt_close{
        padding: 5px 6px 5px 7px;
    }
    .headernav .search_wrap .search_result{
        width: 100%;
    }
    .headernav .search_wrap .search_close{
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
    }
    .headernav .search_wrap .result_group{
        padding: 0 6px;
    }
    .headernav .search_wrap .result_name{
        display: block;
        max-width: 105px;
        -ms-overflow-y: hidden;
        -ms-overflow-x: hidden;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


    .head_title{
        height: 100px;
    }
    .head_title h1 {
        line-height: 100px;
        font-size: 22px;
    }

    /* 漢堡吧 */
    .headernav .hamber{
        display: inline-block;
        width: 45px;
        height: 21px;
        padding: 0 10px;
        margin: 15px 0;
        cursor: pointer;
    }
    .headernav .hamber span{
        position: relative;
        display: block;
        width: 100%;
        height: 3px;
        background-color: #fff;
        border-radius: 2px;
    }
    .headernav .hamber span::before,
    .headernav .hamber span::after{
        position: absolute;
        display: block;
        content: '';
        width: 100%;
        height: 3px;
        left: 0;
        background-color: #fff;
        border-radius: 2px;
    }
    .headernav .hamber span::before{
        top: 17px;
    }
    .headernav .hamber span::after{
        bottom: -8px;
    }
    .headernav .selecttopic{
        width: 100%;
        text-align: center;
        background-color: #1E2224;
        line-height: 44px;
    }
    .selecttopic .headernav_type{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .selecttopic a{
        margin: 0;
        width: 50%;
    }

    /* pinned header */
    .headernav.mobile_headernav.unpinned{
        position: absolute;
        top: -180px;
    }
    .headernav.mobile_headernav.pinned{
        position: fixed;
        top: -128px;
    }

    /* logged in header */
    .headernav.logged .search{
        right: 125px;
    }
    .headernav .bell{
        position: absolute;
        display: block;
        width: 40px;
        right: 42px;
        top: 10px;
        font-size: 18px;
        text-align: center;
        color: #fff;
    }

    .headernav .stnt{
        position: absolute;
        width: 40px;
        top: 10px;
        right: 83px;
        font-size: 20px;
        text-align: center;
        margin: 0;
    }
    .headernav .stnt a{
        color: #fff;
    }

    .content_coin{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        text-align: left;
        padding-bottom: 10px;
        border-bottom: solid 1px #ddd;
        margin-bottom: 20px;
    }
    .content_coin div{
        height: auto;
    }
    .content_coin img{
        width: 14px;
        height: 14px;
        background-size: cover;
        vertical-align: top;
        margin-right: 5px;
    }
    .content_coin span{
        display: inline-block;
        height: 15px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 15px;
        color: #06B4AB;
        vertical-align: top;
    }
    

    /* - - - - - - - header end - - - - - */
    /* - - - - - - - footer - - - - - - - */
    footer .socialicons li{
        margin-left: 5px;
    }
    footer .socialicons li:first-child{
        margin-left: 0px;
    }
    .footer_lan{
        display: none!important;
    }
    footer .copyright_termsFaq{
        width: 144px;
        bottom: 32px;
        margin-right: 6px;
    }
    footer .copyright_termsFaq li{
        margin-left: 6px;
    }
    footer .copyright_termsFaq li a{
        font-size: 12px;
    }
    /* - - - - - - - footer end - - - - - */
    .c_lightbox_input,
    .c_lightbox_btn{
        width: 80%;
    }


    .content {
        padding-top: 171px;
    }
    .content > .container{
        padding: 0;
    }
    .content > .container > .row{
        margin: 0;
    }
    /* 左側 看板 */
    .content_left{
        position: fixed;
        width: 100%;
        z-index: 99;
        background-color: #1E2224;
        padding: 25px 15px;
        top: -150%;
    }
    .content_left a{
        line-height: 35px;
        color: #363838;
    }
    .content_left.hamber_open{
        position: absolute;
        top: -1px;
    }
    .content_left .js_nav{
        width: 35px;
    }
    .content_left .left_navImg{
        right: 25px;
    }
    .content_left .left_nav.nav_child::before, .content_left .left_subnav.nav_child::before{
        right: 13px;
    }

    /* 中間 內文 */
    .content_center{
        max-height: none;
        -ms-overflow-y: hidden;
        -ms-overflow-x: hidden;
        overflow-y: auto;
        padding: 0;
    }
    .content .center_swiper{
        border-bottom: solid 1px #ddd;
    }
    .content_center .center_swiper .swiper-slide {
        margin-bottom: 0px;
    }
    .content_center .center_swiper .swiper-slide .slide_title{
        padding: 13px 15px 0 15px;
    }
    .content_center .center_swiper .swiper-pagination{
        bottom: 31px;
    }
    .content_center .post{
        margin: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 0px;
        box-shadow: none;
    }
    .content_center .post .wrap-ut{
        width: 100%;
    }
    .content_center .post .posttext{
        width: calc(100% - 108px);
        padding: 20px 15px;
    }
    .content_center .post .posttext .time{
        display: none;
    }
    .content_center .post_img{
        width: 96px;
        margin: 40px 10px 14px 0px;
    }
    .content_center .posttext span{
        font-size: 14px;
    }
    .content_center .post h2{
        /* text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        padding-bottom: 0; */
    }
    .content_center .post_lock img {
        max-width: 16px;
    }
    .content_center .post .post_lock{
        padding: 29px 0;
    }
    .content_center .post .postinfo{
        /* float: none!important;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        -webkit-box-pack: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        background-color: #eee;
        padding: 0 15px; */
        border-left: none;
    }
    .content_center .post .postinfo div{
        /* margin-left: 20px; */
        line-height: 21px;
    }
    .content_center .post .comments{
        padding: 0px 0;
        line-height: 33px;
    }
    .content_center .post .comments i{
        display: inline-block!important;
    }
    .content_center .post .views i,
    .content_center .post .time i{
        display: inline-block;
    }
    .mobile_adver{
        position: fixed;
        display: block!important;
        width: 70%;
        margin: 0 15%;
        bottom: -1px;
        left: 0;
        z-index: 10000;
    }
    .mobile_adver .adver_close{
        position: absolute;
        top: -12px;
        right: -12px;
        font-size: 15px;
        background-color: #1E2224;
        color: #F99D41;
        padding: 1px 7.8px;
        border: solid 1px #F99D41;
        border-radius: 100%;
    }
    .mobile_adver img{
        width: 100%;
    }
}
