﻿/*@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);*/
@charset "UTF-8";

@font-face {
    font-family: NotoSansCJKtc-Bold;
    src: url("../css/NotoSansCJKtc-Bold.otf") format("otf");
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
    /*outline:1px solid #00ff1f;*/
    /*--瑞美的樣式--//*font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",Microsoft Jhenghei;*/
    /*--Jamie/與瑞美比對樣式-/*font-family: -apple-system,system-ui,"Segoe UI","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",Helvetica,Arial,LiHei Pro,Heiti TC,Microsoft Jhenghei,PingFang TC;*/
    /*--Jamie/與瑞美比對樣式NEW-*/ /*font-family: -apple-system,system-ui,"Segoe UI","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",Helvetica,Arial,Heiti TC,Microsoft Jhenghei,PingFang TC,sans-serif;*/
    /*--Jamie/與瑞美比對樣式NEW-*/ font-family: -apple-system,system-ui,"Segoe UI","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",Helvetica,Arial,Heiti TC,Microsoft Jhenghei,PingFang TC,sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body {
    line-height: 1;
    background: #f1f1f1;
    background-position: center;
    background-size: cover;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

img{
    outline: 1px solid rgba(255, 0, 0, 0);
    user-select:none;
    -moz-user-select:none;
    -webkit-user-select:none;
}
.Publicity {
    width: 970px;
    /*height: 90px;*/
    margin: 20px auto;
    text-align: center;
}
.Publicity-left{
    margin:15px;
}
.main-player #videoPlay, .main-player iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    right: 0;
}


#header {
    /*position: fixed;*/
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
}
/*.ui-header {
    top: 0;
    width: 100%;
    z-index: 999999;
    background: #dc3632;
    padding: 0 20px;
    display: flex;
    min-width: 1009px;
}*/
.ui-header {
    top: 0;
    width: 100%;
    z-index: 999999;
    background: #dc3632;
    min-width: 1009px;
    /*padding: 0 7px;*/
    /*max-height: 157px;*/
}
.max-w-header {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 0 10px;
    height: 60px;
}
/*@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0% 50%
    }
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0% 50%
    }
}

@-o-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0% 50%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0% 50%
    }
}*/
.ui-header-logo {
    margin: 0;
    height: 60px;
    display: flex;
    align-items: center;
    /*width: 162px;*/
    margin-right: 22px;
}
    .ui-header-logo a {
        width: 135px;
        height: 38px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .ui-header-logo img {
        width: 100%;
        /*width: 162px;*/
        /*width: 38px;*/
    }
.ui-header-logo strong{
    font-size: 20px;
    font-weight: 550;
    color: #fff;
}
.menu {
    /*float: right;*/
    flex: 1;
    width: calc(100% - 155px);
    text-align: right;
    position: relative;
    z-index: 999;
    /* display: -webkit-box; */
    /*display: -ms-flexbox;*/
    display: flex;
    /* -webkit-box-align: center; */
    /*-ms-flex-align: center;*/
    align-items: inherit;
    /* -webkit-box-pack: end;*/
}
.menuItem-left {
    display: flex;
    overflow: auto;
    white-space: nowrap;
    flex: 1;
    align-items: stretch;
}
.menu .menuLink {
    display: flex;
    align-items: center;
    /*padding: 22px 0;*/
}
.menu .Integrate {
    cursor:pointer;
    margin-right: 9px;
}
.Integrate .Integrate_genre::before {
    content: '';
    position: absolute;
    bottom: 11px;
    right: 7px;
    border: solid #ffffff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    cursor: pointer;
}
.Integrate:hover .IntegrateDown {
    display: block;
}
.menu .menuLink .nav-a-item {
    position: relative;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    font-size: 16px;
    box-shadow: inset 2px 2px 0px 0px #f96a67, 2px 3px 0 0px #a20906;
    background-color: #dc3532;
    border: 1px solid #d61e1b;
    margin-right: 8px;
}
    .menu .menuLink .nav-a-item .pavilion__icon {
        width: 26px;
        height: 26px;
        margin-right: 5px;
    }
    .menu .menuLink .nav-a-item:hover {
        background: #ab0300;
        box-shadow: none;
    }

.menuItem-right{
    display: flex;
    align-items: center;
    margin-left: auto;
}

.IntegrateDown {
    /*position: fixed;
    left: 0;
    background: rgba(241, 241, 241, 0.92);
    top: 60px;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    display: none;
    padding-left: 205px;*/
    position: fixed;
    top: 60px;
    background: rgba(241, 241, 241, 0.92);
    text-align: left;
    min-width: 9em;
    display: none;
    box-shadow: 0 1px 3px 0px #a0a0a0;
    border-radius: 0 0 3px 3px;
}

    .IntegrateDown a {
        display: block;
        color: #8f8f8f;
        padding: 11px 14px;
         /*border-bottom: 1px solid #dc3632;*/
    }
        /*.IntegrateDown a.active {
            color: #dc3632;
        }*/
        .IntegrateDown a:hover {
            color: #dc3632;
            /*background: #e8e8e8;*/
           
        }

/*--------------------搜尋-----------------------*/
.search-top {
    position: relative;
    border-radius: 20px;
    border: 1px solid #fff;
    margin-right: 8px;
}
    .search-top.om {
        background: rgb(177, 0, 0);
    }

.search-close {
    cursor:pointer;
    position: absolute;
    right: 13px;
    top: 6px;
    opacity: 1;
    color: #fff;
    display: none;
}

.nav-search {
    background: transparent url(../image/search_menu.svg) 8px 50% no-repeat;
    background-size: 18px;
    /* padding-left: 64px; */
    border-radius: 20px;
    padding: 4px 0 4px 42px;
    width: 150px;
    transition: .3s;
    color: #fff;
    outline: none;
}

.List-search {
    position: absolute;
    width: 100%;
    background: rgba(241, 241, 241, 0.92);
    box-shadow: 0 1px 3px 0px #a0a0a0;
    padding: 17px;
    right: 0;
    top: 30px;
    display: none;
    /*position: absolute;
    width: 212px;
    background: rgba(241, 241, 241, 0.92);
    top: 46px;
    box-shadow: 0 1px 3px 0px #a0a0a0;
    padding: 17px;
    right: 139px;
    display: none;*/
}
/*若上海外切換開關在打開*/
/*.List-search {  
    position: absolute;
    width: 212px;
    background: rgba(241, 241, 241, 0.92);
    right: 216px;
    top: 46px;
    box-shadow: 0 1px 3px 0px #a0a0a0;
    padding: 17px;
    display: none;
}*/


.Hot-search {
    text-align: left;
    font-size: 1em;
    /*margin-top: 15px;*/
}

    .Hot-search p {
        margin: 0 0 5px 0px;
        color: #8f8f8f;
        font-size: 0.8em;
        border-bottom: 2px solid rgb(220, 54, 50);
        padding: 0 0 10px 7px;
    }

    .Hot-search ul li {
        list-style: none;
        /* margin: 5px 3px; */
        display: inline-block;
        color: #808080;
        padding: 5px 12px;
        /* border: 1px solid #808080; */
        /* border-radius: 6px; */
        cursor: pointer;
        width: 100%;
        font-size: .95em;
        line-height: 1.3;
    }

        .Hot-search ul li:hover {
            border-radius: 6px;
            text-decoration: underline;
            /*background: rgba(255, 255, 255, 0.78);*/
        }

.nav-search::-webkit-input-placeholder {
    color: rgb(241, 111, 111);
}

.nav-search:-moz-placeholder {
    color: rgb(241, 111, 111);
}

.nav-search::-moz-placeholder {
    color: rgb(241, 111, 111);
}

.nav-search:-ms-input-placeholder {
    color: rgb(241, 111, 111);
}


.menuLink-SignIn {
    cursor: pointer;
    display: flex;
    align-items: center;
    /*width: 53px;*/
    position: relative;
}
.menuLink-SignIn #SignIn{
    color: #fff;
    padding: 14px 13px 14px 8px;
}
.menuLink-SignIn #SignIn:hover{
    text-decoration: underline;
}



.WhichArea {
    margin-right: 16px;
    display: flex;
    align-items: center;
    display: none;
}

    .WhichArea .checkbox {
        display: none;
    }

        .WhichArea .checkbox + label {
            display: inline-block;
            position: relative;
            width: 35px;
            height: 13px;
            background: rgb(255, 164, 164);
            background-size: 650px 100%;
            border-radius: 70px;
            padding: 7px;
            margin-right: 4px;
            cursor: pointer;
            transition: all 500ms ease;
            box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2) inset;
        }

            .WhichArea .checkbox + label:active:before {
                -webkit-transform: scale(0.95);
                transform: scale(0.95);
            }

        .WhichArea  .checkbox:checked + label {
            background-position-x: -350px;
        }


#checkboxlabel p {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: -2px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0px 1px 3px rgb(134, 134, 134);
    text-align: center;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    transition: .5s;
    transition: left 500ms ease, color 500ms ease, -webkit-transform 150ms ease;
    transition: left 500ms ease, color 500ms ease, transform 150ms ease;
    transition: left 500ms ease, color 500ms ease, transform 150ms ease, -webkit-transform 150ms ease;
}
    #checkboxlabel p.on {
        left: 17px;
    }

.WhichArea span {
    font-size: .7em;
    color: #fff2f2;
}





.dropdown-menu {
    position: absolute;
    width: 100px;
    background: rgba(241, 241, 241, 0.92);
    top: 51px;
    box-shadow: 0 1px 3px 0px #a0a0a0;
    text-align: center;
    right: -21px;
    display: none;
    /*position: absolute;
    width: 100px;
    background: rgba(241, 241, 241, 0.92);
    top: 60px;
    box-shadow: 0 1px 3px 0px #a0a0a0;
    text-align: center;
    right:62px;
    display: none;*/
}
/*若上海外切換開關在打開*/
/*.dropdown-menu {
    position: absolute;
    width: 100px;
    background: rgba(241, 241, 241, 0.92);
    top: 60px;
    box-shadow: 0 1px 3px 0px #a0a0a0;
    text-align: center;
    right: 151px;
    display: none;
}*/
#login-status{
    display: none;
    padding: 7px 13px 7px 8px;
}
.dropdown-menu .dropdown-item{
    display: block;
    line-height: 3rem;
    color: #8f8f8f;
    border-bottom: 1px solid #dfdfdf;
}
.dropdown-menu .dropdown-item:hover{
    color: #dc3632;
}
.menuLink-scheme{
    cursor: pointer;
    font-weight: 550;
    color: #dc3632;
    font-size: 14px;
    border-radius: 50px;
    line-height: 1.5;
    background: #fff;
    box-shadow: 0 1px 3px 0px rgba(50, 47, 47, 0.42);
    transition: .3s;
}
.menuLink-scheme a{
    padding: 6px 15px;
    display: block;
    color: #dc3632;
}
.menuLink-scheme:hover{
    border-radius: 10px;
}
section {
    /*margin-top: 60px;*/
    min-width: 1009px;
    overflow: hidden;
    min-height: calc(100vh - 220px);
    margin-bottom: 70px;
}
footer {
    background: #f1f1f1;
    /*box-shadow: 0 0 7px 1px #f1f1f1;*/
    box-shadow: 0 0 2px 0px #d8d8d8;
}
#footer {
    min-width: 1009px;
}
.index-footer{
    background: #fff;
}
.index-footer::after{
    content: "";
    display: block;
    background: #dc3632;
    height: 2px;
}
    .index-footer .container {
        display: flex;
        justify-content: center;
        padding: 22px;
        min-width: 1009px;
        max-width: 1400px;
        margin: auto;
    }
.index-footer .container li{
    position: relative;
    list-style: none;
    padding: 0 32px;
    border-right: 1px solid #c5c5c5;
    display: flex;
    align-items: center;
}
.index-footer .container li:last-child{
    border-right:none;
}
.index-footer .container li a img{
    width: 40px;
    margin-right: 11px;
}
.index-footer .container li a{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 550;
    color: #2d303a;
}
.member-footer {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #f1f1f1;
    min-width: 1009px;
    max-width: 1400px;
    margin: auto;
}
.copyright-4gTV{
    border-left: 1px solid #c5c5c5;
    padding-left: 16px;
    margin: 0 20px;
    font-size: 10pt;
    color: #666d89;
}
.logo-footer a{
    display: flex;
    align-items: center;
    font-weight: 550;
    color: #666d89;
}
.logo-footer a img{
    width: 30px;
    margin-right: 5px;
}
.copyright-footer ul{
    display: flex;
    font-size: 10pt;
}
.copyright-footer ul li{
    list-style: none;
    border-right: 1px solid #c5c5c5;
    padding: 0 8px;
}
.copyright-footer ul li a{
    color: #666d89;
}
.copyright-footer ul li:last-child{
    border-right:none;
}
.container .DownloadApp .app-link{
    background-repeat: no-repeat;
    background-size: 100%;
    height: 36px;
    width: 124px;
}
.container .DownloadApp .apple-store{
    background-image: linear-gradient(transparent,transparent),url(../image/4Gtv-apple-store.svg);
}
.container .DownloadApp .google-play{
    background-image: linear-gradient(transparent,transparent),url(../image/4Gtv-google-play.svg);
}
.scrollUP{
    position: fixed;
    width: 52px;
    right: 0;
    background: #fff;
    bottom: 9px;
    cursor: pointer;
    z-index: 9999;
    padding: 12px;
    box-shadow: 0px 4px 8px 0px #8b8b8b;
    border-radius: 50%;
    right: 10px;
}
.DownloadApp .AppWrapper {
    position: absolute;
    box-shadow: 0 1px 3px 0px #a0a0a0;
    bottom: 23px;
    width: 240px;
    background: #fff;
    padding: 11px 16px 9px 8px;
    border-radius: 6px;
    left: 0;
    right: 0;
    margin: auto;
    visibility: hidden;
    transition: opacity 0.4s, transform 0.3s;
    -webkit-transform: translate(0,-40px);
    -moz-transform: translate(0,-40px);
    -o-transform: translate(0,-40px);
    -ms-transform: translate(0,-40px);
    transform: translate(0,-40px);
    display: flex;
    align-items: center;
}
/*.DownloadApp .AppWrapper .QRCode{
    width: 43%;
    margin-right: 8px;
}*/
.DownloadApp .AppWrapper .apple{
    margin-bottom: 6px;
}
.DownloadApp:hover .AppWrapper {
    visibility: visible;
    -webkit-transform: translate(0,-25ppx);
    -moz-transform: translate(0,-25ppx);
    -o-transform: translate(0,-25ppx);
    -ms-transform: translate(0,-25ppx);
    transform: translate(0,-25px);
}
.CaptchaWrap {
    position: relative;
}
.CaptchaTxtField {
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    box-sizing: border-box;
}
#UserCaptchaCode {
    padding: 15px 10px;
    outline: none;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    width: 343px;
}
#CaptchaImageCode {
}
.capcode {
    font-size: 10px;
    display: block;
}
.ReloadBtn {
    background:url('https://cdn3.iconfinder.com/data/icons/basic-interface/100/update-64.png') left top no-repeat;
    background-size : 100%;
    width: 32px;
    height: 32px;
    border: 0px;
    outline none;
    position: absolute;
    bottom: 30px;
    left : 310px;
    outline: none;
    cursor: pointer;
}
.btnSubmit {
    margin-top: 15px;
    border: 0px;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #1285c4;
    color: #fff;
    cursor: pointer;
}
.error {
    color: red;
}
.success {
    color: green;
    margin-bottom: 15px;
    display: none;
}
.Prompt{
    text-align: center;
    height: 20px;
    margin-top: 9px;
}
body.blurred>* {
    filter: blur(11px);
    -webkit-filter: blur(11px);
    -moz-filter: blur(11px);
    transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
}
.Lightbox {
    position: fixed;
    z-index: 9999999;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow-y: auto;
    display: none;
    filter: none !important;
    -webkit-filter: none !important;
    -moz-filter: none !important;
    background-color: rgba(0, 0, 0, 0.3);
}
.box-table{
    display: table;
    height: 100%;
    width: 100%;
}
.box-cell{
    display: table-cell;
    vertical-align: middle;
    padding: 64px;
}
.box-Content-area{
    margin: auto;
    max-width: 568px;
    width: 100%;
    position: relative;
    box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    z-index: 99999999;
    background-color: #fff;
    /*overflow: hidden;*/
}
.area01 .Exp{
    padding: 25px 31px 25px 79px;
    line-height: 1.5;
    color: #fff;
}
.from-tab{
    display: flex;
    padding: 0 28px;
}
.from-tab .Tab{
    padding: 22px 0 7px 0;
    color: #fff;
    cursor: pointer;
}
.from-tab .Tab.active{
    /*background: #fff;*/
    color: #dc3632;
    font-weight: bold;
    border-bottom: 2px solid #dc3632;
}
.from-Block {
    border-radius: 0 0 6px 6px;
    /*background-color: #fff;*/
    padding: 8px 27px 15px 27px;
}
.from-Block .member-login{
    display:none;
}
.from-Block .member-login.active{
    display:block;
}

.selectAccount {
    display: flex;
    align-items: center;
}
    .selectAccount label {
        font-size: .95em;
    }

    .selectAccount .selectAccountBut {
        margin-left: 9px;
        padding: 5px;
    }
    .selectAccount button {
        background: #ffd600;
        border: 1px solid #e6c100;
        padding: 5px 11px;
        border-radius: 3px;
        color: #333;
        outline:none;
        cursor:pointer;
    }

.area02 {
    display: none;
}
.forgetPassword{
    /*background: #dc3632;*/
    padding: 29px 30px 21px 30px;
}
.Back-login {
    width: 62px;
    height: 92px;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    cursor: pointer;
}
    .Back-login i {
        border: solid #808080;
        border-width: 0 2px 2px 0;
        padding: 7px;
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        cursor: pointer;
        position: absolute;
        top: 36px;
        left: 32px;
    }
.forgetPassword p {
    line-height: 1.4;
    /*background: #dc3632;*/
    padding: 0px 0 0 35px;
    color: #dc3632;
    font-size: .95em;
}
.step ul{
    display: flex;
    align-items: center;
    background: #ececec;
}
.step ul li{
    position: relative;
    list-style: none;
    padding: 15px;
    text-align: center;
    flex: auto;
    color: #aaa;
}
.step ul li:nth-child(1){
    color: #039edc;
}
.fill-in{
    padding: 27px;
    /*background: #fff;*/
}
.userNumber{
    position: relative;
}
.cross {
    font-size: 0.9em;
    color: red;
    display: none;
    /*position: absolute;
    bottom: 26px;
    right: 12px;*/
}

.point {
    font-size: .75em;
    margin-top: 4px;
    color: #808080;
    margin-left: 4px;
    line-height: 1.4;
}
/*.checkmark {
    display: none;
    position: absolute;
    bottom: 30px;
    right: 32px;
}
@-webkit-keyframes check {
    0% {
        height: 0;
        width: 0;
    }
    33.3333% {
        width: 6px;
        height: 0;
    }
}
@-moz-keyframes check {
    0% {
        height: 0;
        width: 0;
    }
    33.3333% {
        width: 6px;
        height: 0;
    }
}
@-ms-keyframes check {
    0% {
        height: 0;
        width: 0;
    }
    33.3333% {
        width: 6px;
        height: 0;
    }
}
@keyframes check {
    0% {
        height: 0;
        width: 0;
    }
    33.3333% {
        width: 6px;
        height: 0;
    }
}*/
.checkmark:after {
    -webkit-animation: check .8s;
    -moz-animation: check .8s;
    -o-animation: check .8s;
    animation: check .8s;
}
.checkmark:after{
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-right: 4px solid green;
    border-top: 4px solid green;
    content: '';
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 6px;
}
.registerPassword{
    position: relative;
    display: flex;
    align-items: center;
}
.registerPassword img{
    position: absolute;
    right: 11px;
    cursor: pointer;
    top: 19px;
    z-index: 2;
}
.registerPassword input{
    padding-right: 39px;
}
.labelBlock {
    width: 100%;
    border: 0;
    /* border-bottom: 1px solid #aaa; */
    margin: 8px 0 3px 0;
    padding: 11px;
    font-size: 1.2em;
    outline: none;
    background: #eaeaea;
}
.labelBlock:focus{
    background: #eaeaea;
    transition: .5s;
}
.yearNow{
    position: relative;
    margin-bottom: 6px;
    border-bottom: 1px solid #9b9b9b;
}
.yearNow select{
    outline: none;
    width: 100%;
    border: 0;
    padding: 15px;
    font-size: 1.2em;
    cursor: pointer;
    background:#fff;
}
.submit-button {
    cursor: pointer;
    width: 100%;
    border: 0;
    background: #dc3632;
    /* border: 1px solid #aaa; */
    line-height: 3;
    font-size: 1.2em;
    border-radius: 6px;
    font-weight: bold;
    margin-top: 15px;
    outline: none;
    color: #fff;
}
.submit-button:hover,.forget-button:hover{
    opacity:.9;
}
.sex{
    padding: 8px;
    margin: 12px 0;
}
.sex input[type="radio"] {
    display:none;
}
.sex input[type="radio"] + label span {
    position: relative;
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -2px 8px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #dc3632;
}
.sex input[type="radio"]:checked + label span {
    background: #dc3632;
    border-radius: 50%;
}
.male{
    margin: 0 10% 0 0%;
}
.sex span:after{
    content: '';
    width: 27px;
    height: 27px;
    position: absolute;
    top: -6px;
    left: -6px;
    border-radius: 50%;
    border: 1px solid #dc3632;
}
.kaptchaBlock{
    display: flex;
    align-items: center;
}
.kaptchaBlock .code{
    margin-right: 13px;
}
.kaptchaBlock a{
    cursor:pointer;
    color: #5a5a5a;
    line-height: 1.3em;
    font-size: 0.9em;
}
.kaptchaBlock a:hover{
    text-decoration: underline;
}
.kaptchaBlock a p{
    font-size: 0.8em;
}
.Present-Area{
    margin: 3px 4px;
    display: flex;
    align-items: center;
}
.Present-Area #forget{
    margin-left: auto;
    color: #4a4a4a;
}
.passworAgree{
    position: relative;
}
.RequestError{
    text-align: center;
    color: #dc3632;
    margin-top: 13px;
    height: 25px;
}
.RequestError p{
}
.agree {
    margin: 11px 4px;
    position: relative;
}
.agree input[type=checkbox] ,.passworAgree input[type=checkbox]{
    visibility: hidden;
}
.passworAgree label {
    cursor: pointer;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border: 1px solid #a6a6a6;
    border-radius: 3px;
}
.passworAgree span{
    margin-left: 5px;
}
.passworAgree label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 23px;
    height: 12px;
    background: transparent;
    top: -10px;
    left: -2px;
    border: 3px solid #dc3632;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.passworAgree input[type=checkbox]:checked+label:after {
    opacity: 1;
}
.Message_B{
    width: 100%;
    height: 100%;
    background: #0000;
    position: absolute;
    z-index: 999999999;
    display: none;
}
.Message{
    position: absolute;
    width: 300px;
    background: #fff;
    padding:26px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 150px;
    box-shadow: 1px 3px 5px 2px #6464648a;
    border-radius: 6px;
    line-height: 1.5em;
}
.Message button{
    border: 0;
    padding: 10px 0;
    width: 49%;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 18px;
}
#openYes{
    background: #dc3632;
    color: #fff;
}
.Message button:hover{
    opacity: .9;
}
#PromptError{
    text-align: center;
    color: red;
    margin-top: 12px;
    height: 20px;
}
.delete{
    cursor: pointer;
    position: absolute;
    right: 3%;
    top: 35px;
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
}
.delete:before,.delete:after {
    background: #FFF;
    content: "";
    position: absolute;
}
.delete:before {
    height: 3px;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -1px;
}
.delete:after {
    width: 3px;
    left: 50%;
    top: 0;
    bottom: 0;
    margin-left: -1px;
}

.validate {
    display: flex;
    align-items: center;
}

    .validate p {
        cursor: pointer;
        font-size: .9em;
        color: #5a5a5a;
    }

#validateImg {
    margin-right: 7px;
    /*width: 120px;*/
    height: 35px;
    background: #aaa;
}

.facebookLink {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    background: #3b5998;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    padding: 7px 0;
}

    .facebookLink:hover{opacity:.9;}

    .facebookLink img {
        width: 27px;
        margin-right: 9px;
    }


.GoogleLink {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    /* background: #ffffff; */
    color: #171717;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #909090;
    padding: 7px 0;
}

    .GoogleLink:hover {
        opacity: .9;
    }

    .GoogleLink img {
        width: 27px;
        margin-right: 4px;
    }

.MemberSigUp {
    text-align: center;
    margin-top: 15px;
    border-top: 1px solid #c3c3c3;
}

    .MemberSigUp a {
        line-height: 3;
        color: #dc3632;
        font-weight: 550;
    }

.HrOr {
    text-align: center;
    margin: 28px 0;
    height: 1px;
    background: #aaa;
    position: relative;
}

    .HrOr:before {
        content: '或';
        /* margin-top: -32px; */
        padding-top: -14px;
        /* margin-bottom: 5px; */
        background: #fff;
        display: block;
        width: 65px;
        /* margin: 18px auto 0 auto; */
        position: absolute;
        top: -7px;
        left: 0;
        right: 0;
        margin: auto;
    }
.File {
    color: rgba(0, 0, 0, 0);
}

    /*  .lazy:not([src]), .File:not([src]) {
       隐藏Chrome alt文字以及银色边框
        visibility: hidden !important;
    } */




/*--------------------
        18禁訊息
---------------------*/
.Ristrict {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(../../image/No_18_pic.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    color: #fff;
}

    .Ristrict img {
        width: 26% !important;
        height: 42% !important;
        margin: 1% auto;
    }

    .Ristrict p {
        padding: 18px 0;
        font-size: 1em;
        font-weight: bold;
        font-size: 1.3em;
    }

    .Ristrict .Yes_No {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
    }

        .Ristrict .Yes_No button {
            /* background: none; */
            border: none;
            background: #fff;
            /* border-radius: 3px; */
            cursor: pointer;
            padding: 13px 72px;
            margin-left: 9px;
            border-radius: 100px;
            color: #dc3632;
            /* -webkit-appearance: none; */
            font-size: 1.3em;
            /* line-height: 2.6;*/
        }

            .Ristrict .Yes_No button:hover {
                opacity: .9;
            }

            .Ristrict .Yes_No button:last-child {
                background: #dc3632;
                color: #fff;
            }
/*===========新娛樂 New ===========*/
.entertainmentNews {
    position: absolute;
    top: 3px;
    right: -19px;
    width: 32px;
    /*padding: 2px 10px;*/
    /* background: #cae200; */
    /*background: url(/image/purchase_new.svg) no-repeat;*/
    /*height: 12px;
    width: 24px;*/
}
/*===========而外活動===========*/
._menuLink-scheme a {
    display: block;
    width: 148px;
}

    ._menuLink-scheme a img {
        width: 100%;
    }

/*===========而外活動===========*/
._menuLink-scheme a {
    display: block;
    width: 148px;
}
    ._menuLink-scheme a img {
        width: 100%;
    }


/*==========未開播影片>加入會員按鈕===========*/

button.addmember {
    padding: 1% 2%;
    border-radius: 100px;
    width: 20%;
    min-width: 100px;
    left: 39%;
    background: #dc3632;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    position: absolute;
    top: 80%;
    transform: translateY(-50%) translateX(-45%);
    left: 50%;
}

    button.addmember:hover {
        color: #dc3632;
        background: #fff;
    }