﻿* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.header_map {
    background-color: #000A1E;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    -moz-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
}

.header_in {
    width: 100%;
    margin: auto;
    padding: 7px;
    box-sizing: border-box;
}
/*置頂*/
#gotop {
    display: none;
    color: #FFFFFF;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    padding: 8px 10px;
    position: fixed;
    right: 10px;
    bottom: 40px;
    background: #333333;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    z-index: 99999;
}

    #gotop > h6 {
        font-size: 13px;
        margin:0;
        padding:0;
    }

.fb_title {
    background: url(/event/images/fb_title_bg.png) no-repeat;
    background-size: contain;
    color: #fff;
}

.sideCon .confb {
    border: 1px solid #ccc;
    border-radius: 10px 10px 0 0;
}

.sideCon .ConfbTitle {
    font-size: 1.5em;
    font-weight: 600;
    padding: 8px 10px 8px 55px;
    background: url(/images/icon/fbhr_03.png) 10px center no-repeat;
    color: #3f549c;
    border-bottom: 1px solid #dddddd;
}
.sideCon .sidebarBanner img {
    margin: auto;
    display: block;
    /*width: 100%;*/
}

.hotPhotos {
    width: 100%;
    font-family: "微軟正黑體", Arial;
    margin-bottom: 10px;
}

.hotPhotoContent {
    width: 100%;
    padding: 10px;
    border: 2px solid #B60000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.photoTitle {
    height: 2em;
    font-size: 0.875em;
    color: #C1202C;
    letter-spacing: 1px;
    line-height: 2em;
    overflow: hidden;
}

#owl-photo {
    position: relative;
}

    #owl-photo .hotPhotosNav > div {
        width: 30px;
        height: 60px;
        position: absolute;
        top: 35%;
    }

    #owl-photo .hotPhotosNav_prev {
        background: url(/images/icon/arrow-left.gif) no-repeat 0 0;
        left: -10px;
    }

    #owl-photo .hotPhotosNav_next {
        right: -10px;
        background: url(/images/icon/arrow-right.gif) no-repeat right 0;
    }

div.iOSTouch {
    -webkit-overflow-scrolling: touch;
}


/*分頁*/
.pager {
    /*border:1px solid #ff6a00;*/
    margin:10px auto;
    text-align: center;
}

    .pager > a > span, .pager > span {
        display: inline-block;
        background-color: #E1E1E1;
        border: 1px solid #CCC;
        font-size: 1.1em;
        line-height: 1.5em;
        vertical-align: central;
        text-align: center;
        min-width: 15px;
        padding: 10px 15px;
        margin: 5px 5px;
        border-radius:5px;
        color:#444;
    }

    .pager > a > .activity {
	    color: #FFF;
	    background-color: #999;
    }

    .pager > a > .readonly {
        color: #CCCCCC;
    }

    .pager > a span:hover {
        color: #FFF;
        background-color: #1F5780;
    }

.shareIcon i {
    background-image: url(/images/shareIcon/social-icon2.png);
    background-repeat: no-repeat;
    background-size:cover;
    display: block;
    width: 40px;
    height: 40px;
    margin: 4px auto;
    border-radius: 3px;
    -webkit-transition: none;
    transform: none;
}

.sprite-01-line {
    background-position-x: -80px;
}
.sprite-02-fb {
    background-position-x: 0;
}
.sprite-03-g {
    background-position: 0 -80px;
}
.sprite-04-sina {
    background-position:  0 -120px;
}
.sprite-05-weibo {
    background-position: 0 -160px;
}
.sprite-06-plurk {
    background-position: 0 -200px;
}
.sprite-07-speak {
    background-position: 0 -240px;
}
.sprite-08-email {
    background-position: 0 -280px;
}
.sprite-09-youtube {
    background-position: 0 -320px;
}


.shareIcon.sprite32 i{
    width: 32px;
    height: 32px;
    background-size: 64px 320px;
}
.shareIcon.sprite32 i:hover {
        background-position-x: -32px;
}

.sprite32 .sprite-01-line {
    background-position: 0 0;
}
.sprite32 .sprite-02-fb {
    background-position: 0 -32px;
}
.sprite32 .sprite-03-g {
    background-position: 0 -64px;
}
.sprite32 .sprite-04-sina {
    background-position: 0 -96px;
}
.sprite32 .sprite-05-weibo {
    background-position: 0 -128px;
}
.sprite32 .sprite-06-plurk {
    background-position: 0 -160px;
}
.sprite32 .sprite-07-speak {
    background-position: 0 -192px;
}
.sprite32 .sprite-08-email {
    background-position: 0 -224px;
}
.sprite32 .sprite-09-youtube {
    background-position: 0 -256px;
}

.sprite25 i {
    width: 25px;
    height: 25px;
    background-size: 50px;
}
.shareIcon.sprite25 i:hover {
    background-position-x: -25px;
}

.sprite25 .sprite-01-line {
    background-position: 0 0;
}
.sprite25 .sprite-02-fb {
    background-position: 0 -25px;
}
.sprite25 .sprite-03-g {
    background-position: 0 -50px;
}
.sprite25 .sprite-04-sina {
    background-position: 0 -75px;
}
.sprite25 .sprite-05-weibo {
    background-position: 0 -100px;
}
.sprite25 .sprite-06-plurk {
    background-position: 0 -125px;
}
.sprite25 .sprite-07-speak {
    background-position: 0 -150px;
}
.sprite25 .sprite-08-email {
    background-position: 0 -175px;
}
.sprite25 .sprite-09-youtube {
    background-position: 0 -200px;
}
/*social icon End*/

@media only screen and (min-width: 1000px) {
    .header_map, .headerEmpty {
        height: 50px;
        margin: 0;
        padding: 0;
    }

        .header_in .logo {
            width: 180px;
        }

    .fb_title {
        font-size: 1.5em;
        padding: 10px 10px 20px 55px;
    }

    .sidebarComment .titleBar {
        font-size: 1.6em;
        padding: 15px 10px 15px 55px;
    }
    .sidebarComment .CommentItem {
        padding: 10px 5px;
    }
        .sidebarComment .CommentItem span {
            font-size: 1.25rem;
            color: #F69;
        }
        .sidebarComment .CommentItem p {
            font-size: 0.987rem;
            color: #999;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            overflow: hidden;
        }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
    .header_map, .headerEmpty {
        height: 60px;
        margin: 0;
        padding: 0;
    }

        .header_in .logo {
            width: 220px;
        }

    .fb_title {
        font-size: 1.5em;
        padding: 10px 10px 20px 55px;
    }

    .sidebarComment .titleBar {
        font-size: 1.5em;
        padding: 10px 10px 20px 55px;
    }

    .sidebarComment .CommentItem {
        padding: 10px;
    }
        .sidebarComment .CommentItem span {
            font-size: 1.25rem;
            color: #F69;
        }
        .sidebarComment .CommentItem p {
            font-size: 0.987rem;
            color: #999;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            overflow: hidden;
        }

}

@media only screen and (max-width: 767px) {

    .header_map, .headerEmpty {
        height: 50px;
        margin: 0;
        padding: 0;
    }

    .header_in {
        margin: auto;
        padding: 7px 0;
        text-align: center;
    }

        .header_in .logo {
            width: 170px;
        }

    .fb_title {
        font-size: 1.5em;
        padding: 10px 10px 20px 60px;
    }

    .sidebarComment .titleBar {
        font-size: 1.5em;
        padding: 10px 10px 20px 60px;
    }

    .sidebarComment .CommentItem {
        padding: 10px;
    }
        .sidebarComment .CommentItem span {
            font-size: 1.25rem;
            color: #F69;
            font-weight: 600;
        }
        .sidebarComment .CommentItem p {
            font-size: 0.987rem;
            color: #999;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            overflow: hidden;
        }
}

/*@media (max-width: 414px) {

    .shareIcon i {
        width: 32px;
        height: 32px;
        background-size: 64px 320px;
    }

        .shareIcon i:hover {
            background-position-x: -32px;
        }

     .sprite-01-line {
        background-position: 0 0;
    }

     .sprite-02-fb {
        background-position: 0 -32px;
    }

     .sprite-03-g {
        background-position: 0 -64px;
    }

     .sprite-04-sina {
        background-position: 0 -96px;
    }

     .sprite-05-weibo {
        background-position: 0 -128px;
    }

     .sprite-06-plurk {
        background-position: 0 -160px;
    }

     .sprite-07-speak {
        background-position: 0 -192px;
    }

     .sprite-08-email {
        background-position: 0 -224px;
    }

     .sprite-09-youtube {
        background-position: 0 -256px;
    }
}*/