#fadeOutLoadingMask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
}
/*
修正主選單捲動總寬度
*/
.naviItemWrapper{
    text-align: center;
    font-size: 0;
}
.naviOutline{
    font-size: 1.125rem;
    display: inline-block;
    float: none;
}
/*
20161230
修觀看記錄播放Bar被蓋住
*/
.containIndexHistory{
    height: 62px;
}

.indexHistoryWrapper{
    padding-top: 0px;
}
/*
20161226
節目表增加回看連結圖示
*/
.pGuideUl li{
    position: relative;
}
.pGuideUl .rePlay{
    cursor: pointer;
}
.pGuideUl .rePlay .progrR:after {
    font-size: 22px;
    font-family: FontAwesome;
    content: "\f1da";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 4%;
    top: 11px;
}
/**
第三方登入使用按鈕
 */
.or {
    position: relative;
    text-align: center;
    overflow: hidden;
    font-size: 0.875rem;
    color: #999;
    margin-bottom: 10px;
}
.or::before {
    margin-left: -5px;
    transform: translateX(-100%);
}
.or::before, .or::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #ccc;
    top: 50%;
}
.btnPrimaryFB {
    background-image: url(/public/assets/images/third/Facebook_icon.svg);
    background-size: 30px 30px;
    background-position: 14px center;
    background-repeat: no-repeat;
    background-color: #1877F2;
    border: 1px solid #1877F2;
    color: #FFF;
    transition: all .5s ease;
    width: 100%;
}
.btnPrimaryGoogle {
    background-image: url(/public/assets/images/third/google_icon.svg);
    background-size: 52px 52px;
    background-position: 1px center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border-bottom: 1px solid #c7c7c7;
    color: #757575;
    transition: all .5s ease;
    width: 100%;
}
.btnPrimaryGoogle:hover {
    background-color: #4285F4;
    color: #ffffff;
}
.btnPrimaryApple {
    background-image: url(/public/assets/images/third/apple_icon.svg);
    background-size: 52px 52px;
    background-position: 1px center;
    background-repeat: no-repeat;
    background-color: #000000;
    border-bottom: 1px solid #c7c7c7;
    color: #ffffff;
    transition: all .5s ease;
    width: 100%;
}
/*
手機版主選單高度微幅增加
*/
@media (max-width: 768px){
    .wrapperTopIndex{
        margin-top: 142px;
    }
    .wrapperTop{
        margin-top: 132px;
    }
    .containIndexHistory > .historyArea:nth-child(4) {
        display: none;
    }
    .navi-next, .navi-prev{
        height: 50px;
        background-size: 30px 50px;
        background-repeat: no-repeat;
    }
    .navigationWrapper{
        height: 50px;
    }
    .naviOutline a{
        height: 50px;
        line-height: 50px;
    }

    .pGuideUl li .progrR{
        padding-right: 10%;
    }
    .pGuideUl .rePlay .progrR:after {
        left: auto;
        right: 4%;
    }
}

@media (max-width: 578px){
    .btnPrimaryFB, .btnPrimaryKkbox, .btnPrimaryGoogle, .btnPrimaryApple {
        min-height: 48px;
        padding-left: 52px;
        font-size: 1rem;
    }
}

@media (max-width: 480px){
    .wrapperTopIndex{
        margin-top: 132px;
    }
}

@media (max-width: 420px){

    .naviItemWrapper{
        white-space: nowrap;
        text-align: left;
    }

}
