﻿@media screen and (min-width: 375px) {
    html {
        font-size: 48px;
        font-size: 1.5vw;
    }
}

body,
html {
    line-height: 1;
    margin: 0;
    background: #f1f1f1;
    font-family: Helvetica, Arial, LiHei Pro, Heiti TC, Microsoft Jhenghei, PingFang TC, sans-serif;
}
/*header*/

header {
    background: #dc3632;
    text-align: center;
    width: 100%;
}

.logo-header {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-weight: 550;
    width: 53%;
    margin: auto;
    padding: 2vh 0;
    font-size: 1.2rem;
    text-decoration: none;
    /* text-align: center; */
    justify-content: center;
}

    .logo-header img {
        width: 17%;
    }

.g-nav-head .naviBar {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    font-size: 0.95rem;
}

    .g-nav-head .naviBar ul {
        position: relative;
        overflow: auto;
        /*overflow-x: scroll;
         overflow-y: hidden; */
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateZ(0);
        -webkit-perspective: 1000;
        /*padding: 4px 0px 8px 5px;*/
        margin: 0;
        padding: 0;
    }

        .g-nav-head .naviBar ul li {
            position: relative;
            display: inline-block;
            -webkit-transform: translateZ(0);
            -webkit-perspective: 1000;
            /* margin-right: 7px; */
            margin-bottom: 2vh;
        }

            .g-nav-head .naviBar ul li a {
                padding: 1.1vh 4.1vw;
                border-radius: 50px;
                display: block;
                color: #fff;
                font-size: 0.9rem;
                text-decoration: none;
            }

.g-nav-head-type {
    border-bottom: 1px solid #dfdfdf;
}

    .g-nav-head-type .typeBar {
        position: relative;
        width: 100%;
        overflow: hidden;
        color: #ffffff;
        font-size: 0.95rem;
    }

        .g-nav-head-type .typeBar ul {
            position: relative;
            overflow-x: scroll;
            overflow-y: hidden;
            white-space: nowrap;
            -webkit-overflow-scrolling: touch;
            -webkit-transform: translateZ(0);
            -webkit-perspective: 1000;
            padding: 8px 0px 8px 5px;
            margin: 0;
        }

            .g-nav-head-type .typeBar ul li {
                position: relative;
                display: inline-block;
                -webkit-transform: translateZ(0);
                -webkit-perspective: 1000;
                margin-right: 5px;
                color: #444750;
                padding: 2vh 2vw;
                border-radius: 50px;
            }
/*全部吃同一支樣式-end*/
/*     section {
            margin-top:2px;
        } */

.naviBar ul li.active a {
    background: #fff;
    color: #dc3632;
}

/*內頁下*/
.AD {
    margin: 11px auto;
    display: block;
}

.m-video {
    background: #222222;
    /*position: fixed;*/
    width: 100%;
    z-index: 999;
}

#videoPlay {
    position: relative;
    width: 100%;
    height: 100%;
}

.m-video-DESC {
    background: #fff;
    margin: 5vh 0;
}

    .m-video-DESC:after {
        clear: left;
        content: '.';
        display: block;
        height: 0;
        overflow: hidden;
    }

.m-slide {
    background: #fff;
    border-bottom: 1px solid #dfdfdf;
    font-weight: 500;
    color: #b71511;
    /*line-height: 25pt;*/
    line-height: 1.22rem;
}

.m-video-title .video-name {
    color: #444750;
    font-weight: 600;
}

    .m-video-title .video-name h1 {
        border-right: 1px solid #322f2f;
        padding: 0 12px 0 0px;
        margin: 0;
        display: inline-block;
        line-height: 1.2;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: calc(100% - 85px);
        vertical-align: middle;
    }

    .m-video-title .video-name span {
        display: inline-block;
    }

.m-title-sub {
    color: #8e8e8e;
    font-size: .8rem;
}

    .m-title-sub .PushDown {
        /*margin-bottom: 9px;*/
        text-align: justify;
    }

        .m-title-sub .PushDown a {
            padding: 0 5px;
            color: #444750;
        }

    .m-title-sub .mata-03 {
        line-height: 1.4;
    }

        .m-title-sub .mata-03 a,
        .m-title-sub .mata-04 a,
        .m-title-sub .mata-05 a {
            color: #dc3632;
        }

    /*.m-title-sub .mata-01 {
                display: flex;
                align-items: center;
            }*/

    .m-title-sub .mata-01 img {
        width: 23%;
    }

    .m-title-sub .mata-01 p {
        margin: 0;
    }

.m-Outline {
    margin: 17px 0;
}

    .m-Outline span:first-child {
        background: #dc3632;
        color: #fff;
        padding: 3px 4px;
        text-align: center;
        font-size: .7rem;
        margin-bottom: 7px;
    }

    .m-Outline span {
        line-height: 1.7;
    }


.m-title {
    padding: 0 0 2vh 0;
    /*font-size: .7rem;*/
    color: #444750;
    margin: 0;
}

.m-title-EP ul {
    margin: 0;
    padding: 0;
}

    .m-title-EP ul li {
        position: relative;
        float: left;
        width: calc((100% - 10px) / 5);
        padding-top: 20%;
        border-bottom: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
        border-left: 1px solid #f1f1f1;
        list-style: none;
    }

        .m-title-EP ul li a {
            position: absolute;
            left: 0;
            top: 40%;
            right: 0;
            color: #808080;
            text-align: center;
            text-decoration: none;
        }

.m-slide:before,
.m-slide:after {
    content: " ";
    display: table;
    clear: both;
}

.video-img {
    position: relative;
    padding-bottom: 72%;
    overflow: hidden
}

    .video-img .background-vod {
        width: 100%;
        height: 100%;
        position: absolute;
        background-repeat: no-repeat;
        background-size: cover;
        filter: blur(3px);
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        -ms-filter: blur(3px);
        /* box-shadow: 0 0 120px 82px #00000036 inset; */
    }

    .video-img img {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 44%;
        bottom: 8%;
        box-shadow: 1px 2px 9px 0 #000;
        z-index: 1;
    }

.LayoutTune {
    background: #ffffff;
    position: relative;
    padding: 0 14px 14px 14px;
    box-shadow: 0 0 49px 31px #fff;
}

/*加載更多*/
.m-linkMore {
    text-align: center;
    border: 1px solid #dfdfdf;
    /*font-size: 0.9rem;*/
    color: #444750;
    clear: both;
}

    .m-linkMore a {
        display: block;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 3vh 0;
        justify-content: center;
        color: #222;
        text-decoration: none;
    }
