@charset "UTF-8";

html,
body {
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 990px) {
    html,
    body {
        /*image-rendering: -webkit-optimize-contrast;/* image-rendering: crisp-edges;*/
    }
}

body {
    font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
}

a {
    color: #333;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #666;
    opacity: 1;
    text-decoration: none;
}

.sidr ul li a {
    transition: none;
}


.modal {
    padding-top: 150px;
    overflow-y: auto;
}

.modal  h3{
    font-weight: 600;
}

.modal  h5{
    font-size: 16px;
    text-align: left;
    letter-spacing: 1.5px;
    line-height: 25px;
    width: 90%;
    margin: 0 auto;    
}
.modal h5 a{
   color: #5253A7;
}

.modal-content {
    height: 100%;   
   /* overflow: scroll;*/
       overflow: inherit;
}

.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8;
    overflow-y: auto;
}

@media only screen and (min-width: 990px) {
    
    .modal-open header {
        padding-right: 17px !important;
    }
}


@media only screen and (max-width: 768px) {
    .modal {
        padding-top: 0;
    }
    .modal-content {
        overflow: scroll;
    }
}

img {
    max-width: 100%;
    height: auto;
    /* width: 100%; */
}

.parallax-window {
    background: no-repeat;
}

.form-control {
    border-radius: 0;
}

/*msg*/
.msg-all-box {
    background: #f6f6f6;
    min-height: 100vh;
    padding-top: 160px;
    overflow: hidden;
}

.msg {
    border: #dfdfdf 1px solid;
    padding: 60px 80px;
    max-width: 600px;
    margin: 60px auto;
    text-align: center;
    background: #fff;
}

.msg h1 {
    font-size: 34px;
    font-weight: bolder;
}

.msg i {
    font-size: 72px;
}

.msg p {
    padding: 20px 0 10px 0;
    border-top: #dfdfdf 1px solid;
    font-size: 15px;
    line-height: 30px;
    color: #666;
}

.msg p span {
    color: #d7000f;
    padding: 0 5px;
    font-size: 24px;
    font-weight: bolder;
}

@media (min-width: 768px) {
    header .container {
        width: auto;
    }
}

@media (min-width: 1300px) {
    .container,
    header .container {
        width: 1300px;
    }
}

header .container {
    background: none;
}

.header {
    position: absolute;
    top: -60px;
    z-index: 2!important;
    background: #fff;
    width: 100%;
    height: 60px;
    box-shadow: 0 1px 1px #eee;
}

.header-fix {
    z-index: 9999999999999999999 !important;
    background: #fff;
    width: 100%;
    height: 60px !important;
    box-shadow: 0 1px 1px #eee;
}

@media only screen and (min-width: 990px) {
    .upmenu .header .dropdown-menu {
        top: 47px;
        bottom: auto;
    }
}

.slider-menu {
    float: left;
    width: 85%;
    margin-top: 10px;
}

.slider-menu ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.slider-menu li {
    float: left;
    margin-right: 15px;
}

.slider-menu li a {
    padding: 14px 15px 0 15px;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 2px;
}

.logo {
    width: 15%;
    float: left;
    margin-top: 10px;
    margin-left: 0;
}

.logo img {
    width: 150px;
}

.slider-menu li.menu-right {
    float: right;
    margin-right: 0;
}

.slider-menu li.menu-right a {
    font-size: 16px;
}

.slider-menu li.menu-right .dropdown-toggle {
    padding-right: 0;
    padding-top: 12px;
}

.menu-right .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.slider-menu li.menu-right li {
    margin-right: 0;
    width: 100%;
}

.slider-menu li.menu-right li a {
    padding: 15px;
    width: 100%;
}

/*é¸å–®è®Šå½¢ */
#nav-icon4 {
    width: 26px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.go-left #nav-icon4 span {
    background: #fff;
}

#nav-icon4 span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #666;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon4 span:nth-child(1) {
    top: 6px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
    left: 8px;
}

/*endé¸å–®è®Šå½¢*/
.n-right {
    float: right;
    padding: 15px 40px 10px 15px;
    height: 55px;
    cursor: pointer;
    display: none;
}

.slider-menu.go-left {
    right: 0;
}

.close-slider-btn {
    display: none;
    position: absolute;
    right: 15px;
    top: 0;
    height: 50px;
    padding-top: 20px;
    cursor: pointer;
}

.home-search {
    width: 200px;
    margin: 0;
    position: relative;
    padding: 14px 15px 0 15px;
    font-size: 18px;
}

.home-search input {
    border: #dfdfdf 1px solid !important;
    position: absolute;
    background: #fff;
    top: 10px;
    left: 0;
    border: 0;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    opacity: 0;
    transition: all .35s;
}

.home-search:hover input {
    opacity: 1;
}

.home-search input:focus {
    opacity: 1;
    background: #f6f6f6;
}

.home-search input:focus~ button {
    opacity: 1;
}

.home-search button {
    position: absolute;
    right: 0;
    top: 10px;
    border: 0;
    background: none;
    opacity: 0;
    color: #666;
}

.home-search:hover button {
    opacity: 1;
}

.compact .header {
    display: block;
    position: fixed;
    z-index: 2!important;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: none;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    height: 60px;
}

.header .dropdown-menu {
    bottom: 56px;
    top: auto;
    right: 0 !important;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    font-size: 16px;
}

.header.header-fix .dropdown-menu {
    bottom: auto;
    top: 47px;
    right: 0 !important;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    font-size: 16px;
}

.m-menu-show {
    display: none;
}

.dropdown i {
    display: inline !important;
    padding-left: 5px;
    font-size: 14px;
}

@media only screen and (max-width: 990px) {
    .m-menu-show {
        display: inline-block;
    }

    .dropdown .slider-menu-btn {
        display: none;
    }

    .header .dropdown-menu,
    .header-fix .dropdown-menu {
        bottom: auto;
        top: 100%;
        background: none;
    }

    .header .container {
        padding: 0 15px !important;
    }

    .header-fix .container {
        padding: 0 15px !important;
    }

    .home-search {
        width: 100%;
        border-bottom: #333 1px solid;
        padding: 10px 0;
        margin: 0;
        color: #fff;
    }

    .home-search input {
        width: 100%;
        top: 5px;
        height: 30px;
        color: #666;
    }

    .home-search button {
        top: 7px;
    }

    .logo {
        width: auto;
        margin-top: 15px;
    }

    .logo img {
        width: 122px;
    }

    .slider-menu li {
        float: none;
        margin-right: 0;
        font-size: 15px;
    }

    .slider-menu li a {
        padding: 10px 0;
        display: inline-block;
        color: #fff;
        font-size: 15px;
        width: 100%;
        border-bottom: #333 1px solid;
    }

    .slider-menu ul {
        margin-top: 30px;
    }

    .close-slider-btn {
        display: block;
    }

    .slider-menu {
        float: none;
        margin: 0;
        position: fixed;
        z-index: 999999 !important;
        width: 100%;
        height: 100vh;
        right: -100%;
        background: #000;
        padding: 15px 30px;
        top: 0;
        transition: all 0.35s ease;
    }

    .n-right {
        display: block;
        padding-right: 0;
        padding-top: 20px;
    }

    .slider-menu li.menu-right {
        float: none;
        width: 100%;
    }

    .menu-right .dropdown-menu {
        width: 100%;
        margin-top: 0;
    }

    .slider-menu li.menu-right li a {
        color: #ccc;
        font-size: 15px;
        padding: 10px;
        display: inline-block;
    }
}

/*endè»Šåº«æ–°è¡¨é ­*/
/*è»Šåº«è¡¨å°¾*/
footer {
    padding: 40px 0 40px 0;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    border-top: #eee 1px solid;
    background-color: #fff;

    /*	background-color:#f2f2f2;*/
}

footer .footer-data {
    padding-bottom: 20px;
}

footer .footer-r a {
    margin: 0 10px;
    color: #999;
    line-height: 30px;
}

footer .footer-r {
}

footer .footer-r i {
    font-size: 21px;
}

footer .footer-r a i:hover {
    color: #014694;
    transition: all .35s;
}

/*endè»Šåº«è¡¨å°¾*/
/*ä¸»banner*/
.top-all {
    position: relative;
    overflow: hidden;
}

.top-menu {
    position: absolute;
    top: 0;
    left: 5%;
    padding: 20px 0;
    text-align: center;
    width: 90%;
    z-index: 999 !important;
}

.t-arrow-box {
    position: relative;
}

.top-menu a {
    font-size: 18px;
    letter-spacing: 3px;
    text-shadow: 0 0 3px #000;
    font-weight: bolder;
    color: #fff;
    display: inline-block;
    padding: 5px 30px;
}

.top-menu a:hover {
}

.top-menu a.t-left {
    width: auto;
}

.top-menu a.t-right {
    width: auto;
}

.main-top-box {
    width: 100%;
    height: 93vh;
}

.main-top {
    width: 100%;
    height: 93vh;
    position: relative;
    background-size: cover !important;
}

.slider_2 .owl-nav {
    position: absolute;
    bottom: 98vh;
    cursor: pointer;
    width: 100%;
    text-align: center;
    z-index: 999;
    font-size: 28px;
    text-shadow: 0 0 5px #000;
}

.slider_2 .owl-prev {
    position: absolute;
    left: 0;
    width: 100px;
    height: 100px;
    z-index: 999999!important;
    color: #fff;
}

.slider_2 .owl-next {
    position: absolute;
    right: 0;
    width: 100px;
    height: 100px;
    color: #fff;
}

.main-top_b {
    width: 100%;
    height: 700px;
}

.banner-bottom {
    position: absolute;
    bottom: 0;
    height: 545px;
    background: url(../images/banner_bottom.png) no-repeat center;
    width: 100%;
}

.main-top-wrapper {
    width: 100%;
    height: 100vh;
    position: relative;
}

.inner {
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 120px;
    right: 15px;
    text-align: right;
    text-shadow: 0 0 3px #666;
}

.inner h1 {
    font-size: 55px;
    font-weight: normal;
    line-height: 80px;
    letter-spacing: 5px;
}

.inner_b {
    width: 100%;
    color: #fff;
    background-color: rgba(0,0,0,0.2);
    height: 100%;
    padding-top: 240px;
    text-shadow: 0 0 3px #666;
}

.inner_b h1 {
    text-align: center;
}

.inner p {
    font-size: 18px;
    letter-spacing: 5px;
    margin: 0;
    padding-bottom: 20px;
}

.inner-btn {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 5px 40px;
    background: #333;
}

.inner-btn:hover {
    color: #fff;
}

.top-menu .owl-nav {
    position: absolute;
    bottom: 40px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    z-index: 999;
    font-size: 28px;
    text-shadow: 0 0 5px #000;
}

.top-menu .owl-prev {
    position: absolute;
    left: -15px;
    width: 100px;
    height: 100%;
    color: #fff;
}

.top-menu .owl-next {
    position: absolute;
    right: -15px;
    width: 100px;
    height: 100%;
    color: #fff;
}

/*endä¸»banner*/
.list-all {
    position: relative;
    background: #fff;
}

.list-main {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 450px;
    position: relative;
}

.list-main-g {
    background: #eee;
}

.list-main .row {
    margin-left: -8px;
    margin-right: -8px;
}

.list-main .col-md-2 {
    padding-left: 8px;
    padding-right: 8px;
}

.list-main .col-md-3 {
    padding-left: 8px;
    padding-right: 8px;
}

.list-movie {
    padding: 0 0 30px 0;
}

.movie-kind {
    margin: 20px 0 40px 0;
}

.kind-one {
    border: #999 1px solid;
    float: right;
    font-size: 15px;
    margin-left: -1px;
    color: #999;
    font-weight: bolder;
    padding: 9px 18px 7px 18px;
    letter-spacing: 3px;
    clear: right;
}

.kind-one:hover {
    background: #999;
    color: #fff;
    transition: all .35s;
}

.kind-one_2 {
    float: left;
    font-size: 15px;
    vertical-align: bottom;
    margin-left: 40px;
    margin-top: -10px;
    padding-bottom: 10px;
}

.kind-one_2 img {
    height: 60px;
    width: auto;
}

.movie-list-row .movie-kind {
    max-width: 1250px;
    margin: 20px auto 40px auto;
}

.s-all .kind-box .kind-one {
    border: 0;
    font-size: 21px;
    font-weight: normal;
    padding-left: 0;
    padding-right: 0;
    margin-right: 25px;
    letter-spacing: 0;
}

.s-all .kind-box .kind-one.kind-this,
.s-all .kind-box .kind-one:hover {
    background: none;
    color: #666;
    border-bottom: #999 2px solid;
}

@media only screen and (max-width: 990px) {
    .s-all .kind-box .kind-one {
        margin-right: 0;
    }

    .kind-one_2 img {
    }
}

/*
.kind-one_2:hover {

	border-bottom: #ddd 1px solid;
}
*/
.jj {
    background: url(../images/logo_j.png) no-repeat center;
    width: 187px;
    height: 40px;
}

.jj:hover {
    background: url(../images/logo_j_o.png) #999 no-repeat center;
}

.jj.this {
    background: url(../images/logo_j_o.png) #999 no-repeat center;
}

.kk {
    background: url(../images/logo_k.png) no-repeat center;
    width: 187px;
    height: 40px;
}

.kk:hover {
    background: url(../images/logo_k_o.png) #999 no-repeat center;
}

.kk.this {
    background: url(../images/logo_k_o.png) #999 no-repeat center;
}

.ss {
    background: url(../images/logo_silver.png) no-repeat center;
    width: 187px;
    height: 40px;
}

.ss:hover {
    background: url(../images/logo_silver_o.png) #999 no-repeat center;
}

.ss.this {
    background: url(../images/logo_silver_o.png) #999 no-repeat center;
}

.kind-one.kind-this {
    background: #999;
    color: #fff;
}

.kind-box {
    padding: 0 2px;
    float: left;
}

.kind-box_2 {
    float: right;
}

.kind-box_2 a {
    display: inline-block;
}

@media only screen and (max-width: 990px) {
    .kind-box_2 a {
        display: block;
    }
}

.box-new {
    background: #f6f6f6;
}

.tit-new h1 {
    margin: 0;
    padding: 30px 0 40px 0;
    letter-spacing: 10px;
    color: #333;
    font-weight: lighter;
    font-size: 48px;
}

.movie-list {
    position: relative;
    max-width: 275px;
    margin: 0 auto 50px auto;
}

.list-main img {
}

.ml-content {
    background-color: rgba(250,250,250,0.95);
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.ml-content h3 {
    font-size: 20px;
    margin: 40px auto 5px auto;
    width: 80%;
    line-height: 25px;
}

.ml-b {
    margin-bottom: 30px;
}

.ml-content .marketing-headline {
    margin: 0 0 6px 0;
    font-family: "Oswald";
    font-size: 14px;
    text-transform: uppercase;
    word-wrap: break-word;
    font-weight: 300;
}

.ml-btn {
    color: #999;
    border: #999 1px solid;
    font-size: 16px;
    padding: 6px 15px;
    margin-top: 20px;
    display: inline-block;
}

.ml-btn:hover {
    background: #999;
    color: #fff;
}

.ml-content .btn-playV {
    background: url(../images/btn-list-play.png) left;
    width: 70px;
    height: 70px;
    display: block;
    margin: 10% auto;
    text-indent: -5000px;
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.ml-content .btn-playV:hover {
    background: url(../images/btn-list-play-hover.png) right;
}

.btn-shudder:hover {
    color: #fff;
    background-color: #1c8ad0;
}

.btn-shudder {
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 40px;
    text-transform: uppercase;
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    cursor: pointer;
    display: inline-block;
}

.ml-content .btn-shudder {
    margin-bottom: 10px;
}

.movie-list:hover .ml-content {
    opacity: 1;
}

/*å…§å®¹é */
/*å ´æ¬¡*/
.theater {
    padding: 60px 0;
}

.theater h2 {
    margin: 0 0 10px 0;
    padding-bottom: 20px;
    letter-spacing: 3px;
    border-bottom: #dfdfdf 1px solid;
}

.theater-one {
    margin-bottom: 10px;
    border-bottom: #dfdfdf 1px solid;
    padding-bottom: 10px;
    overflow: hidden;
}

.theater-one h4 {
    font-size: 21px;
    width: 20%;
    float: left;
    padding-right: 15px;
    font-weight: bolder;
    letter-spacing: 3px;
}

.theater-right {
    width: 80%;
    float: left;
}

.theater-one a {
    font-size: 16px;
    margin-right: 10px;
    margin: 10px 10px 10px 0;
    display: inline-block;
    border: #dfdfdf 1px solid;
    padding: 5px 15px;
}

@media only screen and (max-width: 990px) {
    .theater-right {
        width: 100%;
        float: none;
    }

    .theater-one h4 {
        width: 100%;
        float: none;
    }
}

.v-box {
}

.v-cont-1 {
    padding: 50px 0;
    color: #666;
    box-shadow: 0 1px #ccc;
}

.v-box-buy {
    margin-top: 30px;
}

.v-box-buy a {
    margin-right: 15px;
}

.v-cont-1 h2 {
    font-size: 45px;
    margin: 0;
    padding: 20px 0 10px 0;
    font-weight: normal;
    letter-spacing: 4px;
}

.v-cont-1 h2 span {
    font-family: "Oswald";
    font-size: 18px;
    text-transform: uppercase;
    color: #1c8ad0;
    font-weight: bold;
}

.v-cont-1 h4 {
    font-size: 18px;
    margin: 0;
    padding: 0px 0 20px 0;
}

.v-cont-1-img {
    float: left;
    width: 26%;
}

.v-cont-1-img img {
    max-width: 100%;
    height: auto;
}

.v-cont-1-info {
    float: left;
    width: 74%;
    padding: 0 20px 20px 20px;
}
.v-cont-1-info p {
    font-size: 14px;
    line-height: 26px;
}
.v-cont-2-info {
    width: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.v-cont-2-info p{
    font-size: 16px;
    letter-spacing: 2.5px;
    line-height: 27px;
    float: left;
   
}
.v-cont-2-info .photo_left{
    margin:0 20px 20px 0px;
    width: 100%;
    float: left;
   
}
.v-cont-2-info .photo_right{
    margin:0 0px 20px 20px;
    width: 100%;
    float: right;
   
}

.info-detail {
    margin-bottom: 15px;
}

.info-one {
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bolder;
    color: #000;
}

.info-one span {
    padding-left: 10px;
}

.v-cont-2 {
    background: #f6f6f6;
    padding: 50px 0;
    border-top: #eee 1px solid;
    position: relative;
}

.v-cont-2 img {
    max-width: 100%;
    height: auto;
}

.v-cont-2 a {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.8;
    font-size: 40px;
}

.v-cont-2 a:hover {
    opacity: 1;
}

.v-cont-2 h2 {
    font-size: 24px;
    text-align: center;
    margin: 0;
    padding: 20px 0 10px 0;
    font-weight: normal;
    letter-spacing: 4px;
}

.v-cont-2-video {
    padding: 30px 0;
    position: relative;
}

.video-one {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.v-cont-3 {
    background: #f6f6f6;
    padding: 30px 0 80px 0;
    letter-spacing: 4px;
}

.v-cont-3 h2 {
    margin: 0;
    padding: 30px 0 40px 0;
    letter-spacing: 10px;
    color: #333;
    font-weight: lighter;
    font-size: 48px;
}

.v-stills {
    padding: 0;
}

.owl-dot {
    cursor: pointer;
}

.v-stills .owl-nav {
    display: none;
}

.v-stills .owl-stage {
    padding-left: 0 !important;
}

.v-stills .item {
    background: #000;
}

.v-stills img {
    width: auto !important;
    height: 197px;
    margin: 0 auto;
}

.v-stills .owl-dots {
    position: absolute;
    bottom: -40px;
    width: 100%;
    text-align: center;
    z-index: 999;
}

.v-stills .owl-dots .owl-dot {
    background: #999;
    display: inline-block;
    width: 10px;
    height: 10px;
    opacity: 0.3;
    border-radius: 10px;
    margin: 0 5px;
}

.v-stills .owl-dots .owl-dot.active {
    opacity: 1;
    transition: all .35s;
}

/*è·³å½±ç‰‡*/
.v-movie {
    display: none;
}

.v-movie iframe {
    position: absolute;
    z-index: 9999 !important;
    width: 100%;
    height: 641px;
}

.v-movie-go {
    display: block;
}

.v-go {
}

/*end å…§å®¹é */
/*æ–‡ç« é */
.word-box {
    min-height: 95vh;
    padding: 90px 0 0 0;
}

.article-box {
    padding: 30px 0 60px 0;
}

.article-box img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.article-box h2 {
    color: #333;
    font-size: 48px;
    font-weight: bolder;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 65px;
    position: relative;
}

.news-man {
    font-size: 15px;
    color: #1c8ad0;
    margin-bottom: 40px;
    display: inline-block;
    margin-right: 15px;
    padding-right: 18px;
    border-right: #dfdfdf 1px solid;
    letter-spacing: 2px;
}

.news-time {
    font-size: 15px;
    display: inline-block;
    margin-right: 30px;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.article-box img {
    margin-bottom: 15px;
}

.article-inner {
}

.article-news {
    padding: 20px 30px;
    border: #dfdfdf 1px solid;
    border-top: #1c8ad0 3px solid;
}

.article-inner a {
}

.article-inner p {
    font-size: 15px;
    line-height: 26px;
    color: #666;
}

.news-box {
}

.news-box h4 {
    background: #f0f0f0;
    padding: 15px 20px;
}

ul.news-cont {
    list-style: none;
    padding: 0;
    margin: 30px 0 30px 0;
}

.news-cont li {
}

.news-cont-img {
    width: 10%;
    float: left;
}

.news-cont-right {
    width: 88%;
    float: left;
    margin-left: 2%;
    margin-top: 10px;
}

.news-cont-tittle {
    padding-top: 10px;
    font-size: 18px;
}

.news-cont li a {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: #dfdfdf 1px solid;
    font-size: 15px;
    display: block;
    overflow: hidden;
}

.news-cont li span {
    color: #999;
    padding-right: 5px;
    padding: 2px 6px;
    border: #dfdfdf 1px solid;
    font-weight: bolder;
}

.sel-year-box {
}

.sel-year-left {
    float: left;
}

.sel-year-right {
    float: right;
    width: 30%;
    border: #ccc 1px solid;
}

.sel-year-right button {
    background: none;
    border: 0;
    width: 8%;
}

.sel-year-right input {
    font-size: 16px;
    border: 0;
    height: 39px;
    width: 90%;
    padding-left: 15px;
}

.sel-year {
    font-size: 18px;
    height: 39px;
    width: 120px;
    padding-left: 15px;
    border: #ccc 1px solid;
}

.sel-year-one {
    font-size: 18px;
    height: 39px;
    width: 120px;
    margin-left: 15px;
    padding-left: 15px;
    border: #ccc 1px solid;
}

.sel-year-word {
    margin-left: 30px;
    font-size: 16px;
    float: left;
    vertical-align: middle;
    padding-top: 9px;
}

.sel-mon {
    font-size: 18px;
    height: 39px;
    width: 80px;
    margin-left: 10px;
    padding-left: 15px;
    border: #ccc 1px solid;
}

/*endæ–‡ç« é */
/*æœå°‹æ¡†*/
.search-box {
    overflow: hidden;
    padding: 30px 0;
}

.search-left {
    float: left;
}

.search-left h2 {
    font-size: 24px;
    letter-spacing: 3px;
}

.search-left select {
    padding: 0 10px 0 10px;
    width: 250px;
    border: 2px solid #ccc;
    background: #fff;
    font-size: 16px;
    font-weight: normal;
    height: 39px;
}

.search-right {
    float: right;
}

.search-right input {
    background: #fff;
    border: 0;
    font-size: 15px;
}

.search-act {
    padding: 5px 10px;
    border: 2px solid #ccc;
    background: #fff;
}

.search-right button {
    background: none;
    border: 0;
}

.box-n {
    position: relative;
}

.only-insider {
    display: inline-block;
    padding: 2px 6px;
    border: #999 1px solid;
    color: #fff;
    position: absolute;
    left: 10px;
    top: -5px;
    background: #666;
    z-index: 2;
}

.pos-inner {
    max-height: 100px;
    overflow: hidden;
    margin-bottom: 20px;
}

.article-pop {
    border: #999 1px solid;
    background: #fff;
}

.article-pop-inner {
    padding: 0 20px 20px 20px;
}

.article-pop-inner h4 {
    padding: 10px 0 0 0;
    font-weight: bolder;
    font-size: 18px;
    line-height: 21px;
}

.article-pop-inner h5 {
    font-size: 14px;
    padding: 0;
    color: #666;
}

.article-pop-inner p {
    font-size: 14px;
    color: #999;
    margin: 0;
    padding: 0;
}

.pos {
    margin-bottom: 30px;
    border: #dfdfdf 1px solid;
    background: #fff;
    height: 470px;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

.pos h4 {
    padding: 0 20px;
    font-weight: bolder;
    font-size: 18px;
    line-height: 21px;
}

.pos-box {
    margin-bottom: 10px;
}

.pos h5 {
    font-size: 14px;
    padding: 0 20px;
    color: #666;
}

a .pos:hover img {
    opacity: 0.8;
}

.pos p {
    font-size: 14px;
    color: #999;
    margin: 0;
    padding: 0 20px 20px 20px;
    text-align: justify;
}

.pos .more {
    padding: 5px 20px 10px 0;
    font-weight: normal;
    color: #014694;
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    font-size: 15px;
    text-align: right;
}

/*
.more-bottom{
	height:20px;
	position:absolute;
	width:100%;
	bottom:0;
	background:#fff;}

*/
.pagination>li>a,
.pagination>li>span {
    color: #999;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #666;
}

/*æŒ‰éˆ•*/
.btn-box-center {
    text-align: center;
    padding: 0 0 20px 0;
}

.btn-b,
.sky-form a.btn-b {
    border: #999 1px solid;
    padding: 6px 15px;
    letter-spacing: 3px;
    color: #999;
    display: inline-block;
    font-size: 15px;
}

.btn-b:hover {
    background: #999;
    color: #fff;
}

.btn-confirm,
a.btn-confirm {
   background: #014694;
    padding: 12px 30px;
    letter-spacing: 3px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    border: 0;
}

.gold-member .btn-confirm {
    background: #bc8e1e;
}

.btn-confirm.gggg {
    background: #bc8e1e;
}

/*
.btn-confirm:hover {
	opacity: 0.8;
	color: #fff;
}

*/
.btn-cancel,
a.btn-cancel {
    background: #333;
    padding: 10px 30px;
    letter-spacing: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    border: 0;
    margin-right: 2%;
}

/*
.btn-cancel:hover {
	opacity: 0.8;
	color: #fff;
}
*/
/*endæŒ‰éˆ•*/
.list-main h2 {
    font-size: 20px;
    font-weight: bolder;
    color: #1c8ad0;
    border-bottom: 1px solid #dfdfdf;
    margin: 15px 15px 30px 0;
    position: relative;
}

.list-main h2:after {
    width: 17%;
    height: 2px;
    display: block;
    content: '';
    background-color: #1c8ad0;
    position: absolute;
    bottom: -2px;
    left: 0%;
}

/*é å‘Š*/
.movie-tra {
}

.tra-img {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.tra-img i {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 30px;
    color: #fff;
}

.tra-box-page .tra-img i {
    position: absolute;
    text-align: center;
    width: 100%;
    right: 0;
    bottom: 40%;
    font-size: 60px;
    color: #fff;
}

.movie-tra h4 {
    letter-spacing: 2px;
    text-align: center;
    padding: 20px 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    min-height: 112px;
}

.tra-box {
    padding-bottom: 30px;
}

.movie-wrapper .movie-close {
    background: #000;
    border: 0;
    padding: 20px 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999 !important;
    color: #fff;
}

.movie-wrapper {
    position: fixed;
    z-index: 9999 !important;
    width: 100%;
    height: 100vh;
    right: -100%;
    transition: all .35s;
}

.movie-wrapper.go-left {
    right: 0;
}

/*endé å‘Š*/
/*

.movie-tra {
}
.tra-img {
	position: relative;
	text-align: center;
}
.tra-img i {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 30px;
	color: #fff;
}
.movie-tra h4 {
	letter-spacing: 2px;
	text-align: center;
	padding: 20px 0;
	margin: 0;
	line-height: 24px;
	min-height: 88px;
}
.tra-box {
	padding-bottom: 30px;
}
.tra-box .sidr {
	display: block;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 100%;
	margin-left: -20px;
	overflow-x: hidden;
	overflow-y: hidden;
	font-family: Arial, Helvetica, å¾®è»Ÿæ­£é»‘é«”, sans-serif;
	font-size: 15px;
	background: #000;
	color: #fff;
}
.tra-box .sidr.right {
	left: auto;
	right: -100%;
}
.tra-box .movie-close {
	background: #000;
	border: 0;
	padding: 20px 30px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}
.tra-box .sidr iframe {
	width: 100%;
	height: 100vh;
}
.tra-box iframe {
	width: 100%;
	height: 380px;
}
.movie-wrapper {
	position: relative;
}
endé å‘Š*/
.mail-cont {
    background: #eee;
    padding: 50px 0;
    text-align: center;
}

.mail-cont h4 {
    font-size: 28px;
    margin: 0;
    padding: 20px 0;
    letter-spacing: 4px;
}

.mail-cont p {
    padding: 20px 0 30px 0;
    color: #666;
    letter-spacing: 3px;
    margin: 0;
}

.mail-cont input {
    border: #999 1px solid;
    padding: 3px 10px;
    margin-bottom: 30px;
}

.sign-right {
    float: right;
}

.sign-right input {
    padding: 3px 10px;
    border: 0;
}

.sign-right button {
    background: none;
    border: 0;
}

.sign-right span {
    font-size: 16px;
    padding-right: 10px;
    letter-spacing: 3px;
    color: #666;
}

.sign-ss {
    background: #fff;
    border: #999 1px solid;
    display: inline-block;
}

/*é›»å½±åˆ—è¡¨*/
.movie-list-box {
    padding-top: 120px;
    padding-bottom: 60px;
    background: #fff;
    position: relative;
}

.movie-list-title {
    text-align: left;
    font-size: 24px;
    letter-spacing: 3px;
    font-weight: bolder;
    margin: 0;
    padding: 30px 0 10px 0;
}

/**/
/*æœƒå“¡ç›¸é—œ*/
.member-all-box {
    padding-top: 70px;
    min-height: 100vh;
}

.member-gp {
    max-width: 600px;
    margin: 30px auto 60px auto;
}

.member-gp input {
    height: 41px;
    border: 0;
    font-size: 15px;
    border-bottom: #999 1px solid;
    width: 78%;
    margin-right: 2%;
}

.member-gp h4 {
    margin-bottom: 20px;
    line-height: 24px;
}

.member-gp h4 i {
    font-size: 14px;
    color: #014694;
    vertical-align: top;
    padding-top: 2px;
    padding-right: 6px;
}

.member-gp p {
    font-size: 16px;
}

.btn-member-bottom {
    padding: 10px 0;
    margin-top: 15px;
}

.btn-member-inline {
    width: 18%;
    padding-left: 0;
    padding-right: 0;
}

.member-all-box h3 {
    text-align: center;
    font-weight: bolder;
    margin-top: 60px;
}

.form-control[readonly] {
    cursor: default;
    background: #fff;
}

.member-all-box input[type=checkbox] {
    width: auto;
    display: inline-block;
    height: auto;
}

.checkbox {
    margin-top: 30px;
    margin-bottom: 15px;
}

.terms-link {
    color: #014694;
    font-weight: bolder;
}

.member-sign {
    max-width: 700px;
    margin: 30px auto 60px auto;
}
.member-sign h3{
    margin-bottom:30px ;
}
.member-sign h5{
    margin-bottom:50px; 
    font-size: 20px;

}
.terms-box {
    padding: 20px;
    max-width: 800px;
    border: #dfdfdf 1px solid;
}

.about-box {
    padding: 20px;
    max-width: 100%;
    border: 0;
}

.terms-box h4 {
    margin: 0;
    padding: 20px 0 10px 0;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: #dfdfdf 1px solid;
    font-weight: bolder;
}

.terms-box h5 {
    font-weight: bolder;
    color: #014694;
    font-size: 15px;
}

.terms-box h6 {
    font-weight: bolder;
    color: #999;
    font-size: 16px;
    margin-bottom: 20px;
    border-left: #999 2px solid;
    padding-left: 5px;
}

.term-red {
    display: inline !important;
    color: #c00;
    padding: 0;
}

.terms-box p {
    line-height: 26px;
    color: #666;
    padding-bottom: 20px;
    margin: 0;
    text-align: justify;
}

.terms-box p span {
    display: block;
    padding-bottom: 5px;
    padding-top: 10px;
}

.member-sign input {
    height: 33px;
    width: 100%;
    border: 0;
    border-bottom: #dfdfdf 1px solid;
}

.member-sign select {
    width: 100%;
    border: 0;
    border-bottom: #dfdfdf 1px solid;
    padding-bottom: 8px;
}

/*éš±è—ä¸‹æ‹‰ç®­é ­*/
.member-sign select::-ms-expand {
    display: none;
}

.member-sign select {
    /* Chrome */
    -webkit-appearance: none;

    /* Firefox */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ' ';

    /* space */
}

/*end éš±è—ä¸‹æ‹‰ç®­é ­*/
.sign-btn-box {
    margin-top: 15px;
    position: relative;
}

.error-go {
    position: absolute;
    top: -20px;
}

.error-go_2 {
    position: absolute;
    top: -35px;
}

.sign-btn-box p {
    margin: 0;
    padding: 15px 0;
}

.big-sign {
    background: url(../images/bbg.jpg) center no-repeat;
    height: 300px;
    color: #fff;
}

.big-sign h3 {
    line-height: 300px;
    margin: 0;
    letter-spacing: 10px;
}

.gold-member {
    color: #fff;
    margin: 0 auto;
    background: url(../images/bbg.jpg) no-repeat center;
}

.gold-member .help-block {
    color: #fff;
}

.gold-top {
    max-width: 600px;
    margin: 0 auto;
}

.member-all-box .gold-top h3 {
    color: #bc8e1e;
    margin-bottom: 30px;
}

.member-all-box .gold-top p {
    color: #bc8e1e;
    font-size: 18px;
    line-height: 32px;
}

.gold-member .member-gp h4 i {
    color: #fff;
}

/*
.gold-member .btn-confirm{
	background:#ce9924;}
*/
.member-join {
    background: url(../images/bbg.jpg) center no-repeat;
    min-height: 100vh;
}

.member-join-inner {
    max-width: 600px;
    color: #fff;
    margin: 0 auto;
}

.member-join-inner h3 {
    padding: 15px 0;
}

.member-join-inner h3.wait {
    padding-top: 100px;
    line-height: 36px;
}

.member-join-inner p {
    font-size: 16px;
    line-height: 28px;
}

.member-join-inner .btn-confirm {
    margin-top: 200px;
}

.member-join-inner .member-gp input,
.gold-member .member-gp input {
    background: none;
}

.member-join-inner .member-gp input::-webkit-input-placeholder,
.gold-member .member-gp input::-webkit-input-placeholder {
    color: #fff;
}

.member-join-inner .member-gp input:-moz-placeholder,
.gold-member .member-gp input:-moz-placeholder {
    color: #fff;
}

.member-join-inner .member-gp input:-ms-input-placeholder,
.gold-member .member-gp input:-ms-input-placeholder {
    color: #fff;
}

.ggg {
    color: #bc8e1e;
}

.join-step-all {
}

.member-join-step {
    border-bottom: #fff 1px solid;
    margin: 0 10px;
    display: inline-block;
    font-size: 18px;
}

.member-join-step span {
    font-size: 36px;
    font-weight: bolder;
    color: #bc8e1e;
}

/*end æœƒå“¡ç›¸é—œ*/
/*insider*/
.insider-all {
    padding-top: 90px;
    background: #f9f9f9;
    min-height: 95vh;
}

@media screen and (max-width:950px ) {
    .insider-all {
    padding-top: 10px;
    }
}
.insider-box-all {
    margin: -2.5em 0 0 -2.5em;
    display: flex;
    flex-wrap: wrap;
}

.insider-box span {
    display: block;
}

.insider-box span:before {
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    transition: background-color 0.5s ease, opacity 0.5s ease;
    content: '';
    background: #333;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
}

/*	
.box1 span:before {
background:#f2849e;}
.box2 span:before {
	 background-color: #7ecaf6;	
	}

   .box3 span:before {
	 background-color: #7bd0c1;	
	}
*/
.insider-box span {
    border-radius: 4px;
    transition: transform 0.5s ease;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.insider-box span img {
    display: block;
    width: 100%;
}

.insider-box:hover span {
    transform: scale(1.1);
}

.insider-box:hover span:before {
    background-color: #333;
    opacity: 0.4;
}

.insider-box:hover a p {
    opacity: 1;
    max-height: 15em;
}

.insider-box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.insider-box a h3 {
    width: 100%;
    color: #fff;
    letter-spacing: 3px;
    font-weight: bolder;
    text-shadow: 0 0 2px #999;
}

.insider-box a p {
    width: 100%;
    display: block;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    padding-top: 15px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    max-height: 0;
    opacity: 0;
}

.insider-box {
    text-align: center;
    position: relative;
    width: calc(33.33333% - 2.5em);
    margin: 2.5em 0 0 2.5em;
    margin-bottom: 30px;
}

.insider-top {
    margin-bottom: 60px;
}

.insider-top h2 {
    border-bottom: #dfdfdf 1px solid;
    padding-bottom: 20px;
    font-size: 40px;
    font-weight: bolder;
    padding-top: 60px;
}

.insider-top p {
    font-size: 18px;
    color: #999;
    line-height: 35px;
}

.insider-movie {
}

.insider-movie .item {
    overflow: hidden;
}

.insider-movie .owl-nav {
    position: absolute;
    bottom: 50%;
    color: #666;
    width: 100%;
    height: 61px;
}

.tab-pane .insider-movie .owl-nav {
    position: absolute;
    top: 60px;
    right: 30px;
    color: #666;
    width: 100px;
    height: 61px;
}

.tab-pane .insider-movie .owl-nav .owl-prev {
    left: 0;
}

.tab-pane .insider-movie .owl-nav .owl-next {
    right: 0;
}

.insider-movie .owl-nav {
    position: absolute;
    bottom: 50%;
    color: #666;
    width: 100%;
    height: 61px;
}

.insider-movie .owl-nav .owl-prev {
    position: absolute;
    text-align: center;
    cursor: pointer;
    left: 20px;
    width: 43px;
    height: 43px;
    background: #333;
    opacity: 0.6;
    color: #fff;
}

.insider-movie .owl-nav .owl-next {
    position: absolute;
    text-align: center;
    right: 20px;
    width: 43px;
    cursor: pointer;
    height: 43px;
    background: #333;
    opacity: 0.6;
    color: #fff;
}

.insider-movie .owl-nav .owl-prev:hover {
    opacity: 1;
}

.insider-movie .owl-nav .owl-next:hover {
    opacity: 1;
}

.insider-movie-one {
    max-width: 1270px;
    margin: 0 auto 0 auto;
    padding-bottom: 60px;
    overflow: hidden;
}

.insider-movie.only-one .owl-nav {
    display: none !important;
}

.insider-movie-left {
    width: 60%;
    float: left;
}

.insider-movie-right {
    width: 40%;
    padding: 15px 30px 30px 30px;
    float: left;
}

.insider-movie-time {
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    color: #014694;
    font-weight: bolder;
    border: #014694 1px solid;
    margin-bottom: 15px;
}

.insider-movie-right h3 {
    margin-top: 0;
    text-align: left;
    font-weight: bolder;
    margin-bottom: 20px;
}

.insider-movie-right p {
    font-size: 15px;
    line-height: 30px;
    color: #666;
}

.insider-movie-right p span {
    color: #333;
    font-weight: bolder;
}

.insider-movie-btn {
    display: inline-block;
    background: #014694;
    font-size: 16px;
    letter-spacing: 3px;
    padding: 8px 20px;
    border: #014694 1px solid;
    color: #fff;
    margin: 15px 0;
}

a.insider-movie-btn-no,
.insider-movie-btn-no {
    display: inline-block;
    background: #ccc;
    font-size: 16px;
    letter-spacing: 3px;
    padding: 8px 20px;
    color: #fff;
    margin: 15px 0;
}

.insider-movie-btn:hover {
    background: #f9f9f9;
    color: #014694;
}

.insider-movie-limit p {
    padding: 6px 15px;
    background: #999;
    color: #fff;
}

.insider-news .tit-new h1 {
    color: ;
}

.insider-news .pos {
    border: #b08f4e 1px solid;
}

.insider-news .pos h4 {
    color: #b08f4e;
    font-weight: normal;
}

.insider-news .pos p .more {
    color: #b08f4e;
}

.insider-movie-limit {
    display: inline-block;
    float: right;
    padding-top: 25px;
    letter-spacing: 3px;
    font-size: 16px;
}

.member-sp {
    margin-top: 30px;
    margin-bottom: 60px;
}

.member-sp-menu {
    margin: 60px 0 30px 0;
}

.member-sp-menu .nav-tabs>li {
    font-size: 18px;
}

.member-sp-menu .nav-tabs {
    border: 0;
    display: inline-block;
}

.member-sp.member {
}

.member-sp-menu .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background: #999;
    color: #fff;
    border: #999 1px solid;
}

.member-sp-menu .nav-tabs>li>a {
    padding: 9px 18px 7px 18px;
    letter-spacing: 3px;
    border: #999 1px solid;
    margin-right: -1px;
    border-radius: 0;
}

.member-news {
}

.member-news-one {
    width: 80%;
    margin: 0 auto 30px auto;
    overflow: hidden;
    border: #dfdfdf 1px solid;
    position: relative;
}

.member-news-left {
    float: left;
    width: 40%;
}

.member-news-right {
    float: left;
    margin-left: -1px;
    width: 60%;
    padding: 30px;
}

.member-news-right h4 {
    font-size: 21px;
    line-height: 35px;
    font-weight: bolder;
    color: #014694;
}

.member-news-right p {
    font-size: 16px;
    line-height: 30px;
}

.member-news-right h4 span {
    display: block;
    color: #999;
    font-size: 15px;
}

.member-news-right h4 span img {
}

a.member-news-btn,
.member-news-btn {
    background: #014694;
    display: inline-block;
    padding: 6px 20px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.try-movie {
    border: #dfdfdf 1px solid;
    margin: 0 auto;
}

.try-movie h2 {
    letter-spacing: 3px;
    margin-bottom: 20px;
    font-size: 26px;
}

.try-movie p {
    font-size: 16px;
    line-height: 30px;
    color: #999;
    margin-bottom: 20px;
}

.try-movie-right {
    padding: 20px 40px 40px 20px;
}

.try-movie-input {
    height: 39px;
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 15px;
}

.try-movie-btn {
    border: 0;
    background: #014694;
    color: #fff;
    font-size: 16px;
    height: 39px;
    line-height: 39px;
    padding: 0 30px;
}

/*end insider*/
/*å…¬æ’­*/
.collapse.in + .public_more {
    display: none;
}

.public_more {
    margin-bottom: 60px;
}

.public-input.main-box {
    padding: 30px;
}

.sky-form .public-input .sign-title {
    text-align: right;
}

.public {
    text-align: center;
}

.public .nav-tabs>li {
    font-size: 16px;
    font-weight: bolder;
}

.public .nav-tabs>li.active>a,
.public .nav-tabs>li.active>a:hover,
.public .nav-tabs>li.active>a:focus {
    color: #fff;
    background: #999;
    border: #999 1px solid;
}

.public .nav-tabs>li>a:hover {
    background: #999;
    color: #fff;
}

.public .nav-tabs>li>a {
    margin-right: 2px;
    margin: 0 0 0 -1px;
    border: #999 1px solid;
    padding: 9px 18px 7px 18px;
    letter-spacing: 3px;
    border-radius: 0;
}

.public .nav-tabs>li>a:hover {
    border: #999 1px solid;
}

.public .nav-tabs {
    border-bottom: 0;
    margin: 0 0 30px 0;
}

.public_step {
    border: #999 1px solid;
    cursor: pointer;
    margin-top: 30px;
    text-align: center;
    display: inline-block;
    letter-spacing: 3px;
    font-weight: bolder;
    font-size: 18px;
    padding: 10px 40px;
}

.public_step:hover {
    background: #014694;
    color: #fff;
}

.public_step span {
    font-size: 24px;
}

.public .owl-nav .owl-prev {
    position: absolute;
    text-align: center;
    bottom: 50%;
    cursor: pointer;
    left: 0;
    width: 43px;
    height: 43px;
    background: #333;
    opacity: 0.6;
    color: #fff;
    z-index: 9999 !important;
}

.public .owl-nav .owl-next {
    position: absolute;
    text-align: center;
    right: 0;
    bottom: 50%;
    width: 43px;
    cursor: pointer;
    height: 43px;
    background: #333;
    opacity: 0.6;
    color: #fff;
}

/*endå…¬æ’­*/
/*spé å…¬ç‰ˆ*/
.sp-cont {
    min-height: 100vh;
    padding-top: 70px;
    padding-bottom: 60px;
}

.sp-box {
    padding-top: 15vh;
}

.sp-left {
    width: 45%;
    float: left;
    padding-right: 60px;
    margin-bottom: 30px;
    text-align: right;
}

.sp-left img {
    width: 50%;
}

.sp-right {
    width: 55%;
    float: right;
    color: #fff;
}

.sp-right a {
    margin-right: 15px;
    margin-top: 30px;
    padding-left: 5px;
    display: inline-block;
}

.sp-right h1 {
    font-weight: bolder;
    font-size: 56px;
    margin-top: 50px;
    margin-bottom: 20px;
    text-shadow: 0 0 20px #333;
}

.sp-phone-img {
    display: none;
}

.sp-right h4 {
    font-weight: bolder;
    font-size: 33px;
}

.sp-right h1 span {
    font-size: 36px;
    display: block;
}

.sp-right-cont {
    font-size: 21px;
    margin-bottom: 20px;
}

.sp-right-cont span {
    padding-left: 10px;
    font-weight: bolder;
}

.sp-right h1 span.s-tit {
    font-size: 15px;
    display: block;
    letter-spacing: 15px;
    line-height: 18px;
}

.sp-right p span {
}

.sp-right p {
    padding: 5px 10px;
    border: #fff 1px solid;
    margin-right: 10px;
    font-size: 18px;
    display: inline-block;
}

.sp-right p.gold {
    background: #bc8e1e;
    border: #bc8e1e 1px solid;
}

/*end spé å…¬ç‰ˆ*/
/*éŸ“åœ‹*/
.k-all {
}

.k-top {
    min-height: 100vh;
}

.k-top-img {
    min-height: 100vh;
    background-size: cover !important;
}

.k-top-inner {
    color: #fff;
    background-color: rgba(0,0,0,.3);
    height: 100vh;
    text-align: center;
    padding-top: 55vh;
}

.k-top-inner h1 {
    margin: 0;
    padding-bottom: 30px;
}

.k-top-inner h1 img {
    max-width: 450px;
}

.k-top-inner p {
    font-size: 21px;
    max-width: 800px;
    display: inline-block;
    padding-bottom: 3px;
    line-height: 36px;
    letter-spacing: 5px;
}

.k-time {
    margin: 0 0 30px 0;
    padding-top: 30px;
    position: relative;
}

.time-one {
    float: left;
}

.time-one h4 {
}

.time-one ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.line-go {
    position: absolute;
    top: 11px;
    left: 10px;
    height: 1px;
    width: 100%;
    border-top: #dfdfdf solid 1px;
    z-index: -999;
}

.line-go_2 {
    position: absolute;
    top: 40px;
    left: 0;
    height: 1px;
    width: 100%;
    border-top: #dfdfdf solid 1px;
    z-index: -999;
}

.line-go_3 {
    position: absolute;
    top: 66px;
    left: 12px;
    height: 1px;
    width: 100%;
    border-top: #dfdfdf solid 1px;
    z-index: -999;
}

.time-one li {
    float: left;
    font-size: 21px;
    margin-right: 60px;
    cursor: pointer;
}

.time-one li span {
    border: #dfdfdf 1px solid;
    width: 22px;
    height: 22px;
    margin: 0 auto 5px auto;
    border-radius: 22px;
    background: #fff;
    display: block;
}

.time-one li.this span {
    background: #9d1815;
    transition: all .35s;
}

.k-cont {
}

.k-movie-box {
    margin-bottom: 30px;
    overflow: hidden;
}

.k-movie-mm {
    text-align: center;
    position: relative;
}

.mm-time {
    font-size: 60px;
    display: inline-block;
    color: #9d1815;
    position: relative;
    background: #fff;
    padding: 0 30px;
    margin: 0 auto;
}

.mm-time .mmm {
    font-size: 24px;
    padding-left: 10px;
}

.mm-time .yyy {
    font-size: 16px;
    position: absolute;
    right: 23px;
    top: 17px;
}

.k-movie {
    position: relative;
    overflow: hidden;
    max-width: 880px;
    margin: 0 auto 30px auto;
}

.k-movie-only .k-movie-inner {
    padding-top: 20%;
}

.k-movie:hover .k-movie-inner {
    opacity: 1;
}

.k-movie-inner {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all .35s;
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
    color: #fff;
    padding-top: 10%;
    text-align: center;
}

.k-movie-inner h4 {
}

.k-movie-inner h1 {
    margin: 0;
    padding: 0 0 30px 0;
}

.k-movie-inner p {
    font-size: 18px;
    padding: 0 15px;
}

.k-btn {
    border: #fff 1px solid;
    padding: 10px 40px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
}

.k-btn:hover {
    color: #fff;
}

.k-movie h5 {
    display: none;
}

/*endéŸ“åœ‹*/
/*flickshouse*/
.f-all {
}

.f-all .col-md-6,
.f-all .col-md-5,
.f-all .col-md-12,
.f-all .col-md-7,
.f-all .col-md-8,
.f-all .col-md-4,
.f-all .col-md-3,
.f-all .col-xs-6 {
    padding-right: 7px;
    padding-left: 7px;
}

a.f-back-btn {
    font-size: 14px;
    letter-spacing: 3px;
    display: inline-block;
    padding: 3px 6px;
    color: #fff;
    border: #fff 1px solid;
    float: left;
    margin: 15px;
}

.f-back-btn:hover {
    background: #fff;
    color: #000;
}

.f-all .row {
    margin-left: -7px;
    margin-right: -7px;
}

.f-all .container-fluid {
}

.flicks-top {
    height: 80vh;
    background: url(../images/brand/f-top.jpg) no-repeat center top;
    background-size: cover !important;
    margin-bottom: 15px;
    margin-top: 15px;
}

.f-top-inner {
    background: rgba(0,0,0,0.4);
    height: 80vh;
    width: 100%;
    color: #fff;
    text-align: center;
}

.f-top-inner h1 {
    padding-top: 25vh;
    margin: 0 0 15px 0;
}

.f-top-inner p {
    font-size: 24px;

    /*border-top: #dfdfdf 1px solid;*/
    text-align: center;
    letter-spacing: 5px;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 2px;
}

.f-top-inner p span {
    /*border-top: #fff 2px solid;*/
    display: block;
    padding-bottom: 10px;
}

.f-cont {
}

.f-cont a {
    color: #fff;
}

.f-one {
    margin-bottom: 15px;
    position: relative;
}

.fs_one {
    height: 50vh;
    margin-bottom: 14px;
    background-position: center top !important;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
}

.fs_one580 {
    height: 60vh;
}

.fs_one820 {
    height: 90vh;
}

.fs_one-inner {
    position: absolute;
    width: 100%;
    text-align: right;
    bottom: 0;
    height: 65px;
    right: 0;
    padding: 30px 15px;
    color: #fff;
    transition: all 0.5s;
}

.fs_one-inner h3 {
    letter-spacing: 3px;
    margin: 0;
    padding: 0 0 15px 0;
}

.fs_one-inner h3 span {
    font-size: 12px;
}

.fs_one-inner p {
    max-width: 500px;
    display: inline-block;
    transition: all .5s;
    line-height: 25px;
    margin-bottom: 15px;
}

a.fs_one-btn,
.fs_one-btn {
    display: inline-block;
    color: #fff;
    border: #fff 1px solid;
    padding: 7px 20px;
    clear: both;
}

.fs_one-btn:hover {
    background: #fff;
    color: #000;
}

.fs_one:hover .fs_one-inner {
    background-color: rgba(0,0,0,0.2);
    transition: all 0.5s;
    height: 250px;
}

.f-word {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 10%;
    text-align: center;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 30px;
    background: #666;
    color: #fff;
}

.f-word h3 {
    color: #999;
    border-bottom: #dfdfdf 1px solid;
    letter-spacing: 3px;
}

.f-word h2 {
    font-size: 24px;
    margin: 0;
    border-bottom: #fff 1px solid;
    margin: 0 30px;
    padding-bottom: 15px;
}

.f-word p {
    padding-top: 15px;
}

.f-two {
    margin-bottom: 15px;
    position: relative;
}

a:hover .f-cont-inner {
    opacity: 1;
}

a:hover .f-word {
    background: #444;
}

.f-cont-inner {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all .35s;
    background-color: rgba(0,0,0,0.4);
    height: 100%;
    width: 100%;
    color: #fff;
    padding: 20% 30px 0 30px;
    text-align: center;
}

.f-two .f-cont-inner {
    padding-top: 40%;
}

.f-cont-inner h4 {
    margin-top: 0;
}

.f-cont-inner h1 {
    font-size: 21px;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
}

.f-cont-inner p {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: 3px;
}

.f-btn {
    border: #fff 1px solid;
    padding: 8px 20px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
}

.f-btn:hover {
    color: #fff;
}

/*end flickshouse*/
/*silverlining*/
.s-all {
}

.s-top {
    margin-bottom: 15px;
}

.s-top-img {
    height: 700px;
    background-size: cover !important;
}

.s-top-inner {
    color: #fff;
    background-color: rgba(0,0,0,.4);
    height: 700px;
    text-align: center;
    padding-top: 250px;
}

.s-top-inner h1 {
    margin: 0 0 10px 0;
}

.s-top-inner p {
    font-size: 22px;

    /*border-bottom: #fff 2px solid;*/
    border-top: #fff 1px solid;
    padding-top: 10px;
    display: inline-block;
}

.s-top-inner p span {
    border-bottom: #fff 1px solid;
    display: block;
    margin-bottom: 2px;
}

.s-word {
    color: #666;
    padding: 20px 55px;
    overflow: hidden;
    background: #fff;
    margin: 0 auto 15px auto;
}

.s-word h3 {
    font-weight: bolder;
    margin-bottom: 20px;
}

.s-word p {
    font-size: 16px;
    line-height: 36px;
    border-top: #dfdfdf 1px solid;
    margin-bottom: 0;
    padding: 20px 0 20px 0;
}

.s-word p span {
    display: block;
    margin-bottom: 2px;
    border-bottom: #dfdfdf 1px solid;
    padding-top: 18px;
}

.s-cont {
}

.s-row {
    position: relative;
    margin-bottom: 15px;
}

.s-row-left {
    position: absolute;
    width: 35%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,0.9);
    padding: 7vh 40px 40px 40px;
    text-align: right;
}

.s-row-left.s-row-right {
    right: 0;
    left: auto;
}

.s-row-left h3 {
    text-align: left;
    margin-top: 0;
    border-bottom: #dfdfdf 1px solid;
    padding-bottom: 15px;
}

.s-row-img {
    background-position: center !important;
    background-size: cover !important;

    /*	height:400px;*/
    height: 50vh;
    width: 100%;
}

.s-row-left p {
    text-align: left;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 15px;
}

.s-row-btn {
    border: #999 1px solid;
    display: inline-block;
    padding: 7px 20px;
    color: #666;
    font-size: 16px;
    letter-spacing: 3px;
}

.s-one {
    border-bottom: #dfdfdf 2px solid;
    margin-bottom: 30px;
}

.s-one-img {
    position: relative;
}

.s-one-img:hover .s-one-img-inner {
    opacity: 1;
}

.s-one-img-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
    opacity: 0;
    transition: all .35s;
}

.s-one-img-inner span {
    margin-top: 110px;
    display: inline-block;
    border: #fff 1px solid;
    padding: 10px 20px;
    color: #fff;
}

.s-one h3 {
    color: #808080;
    height: 36px;
}

.s-one p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 20px;
    min-height: 90px;
}

.s-one-time {
    width: 68px;
    line-height: 1.1;
    height: 40px;
    border: #999 1px solid;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    transform: scale(0.8);
    vertical-align: bottom;
    color: #999;
    margin-left: -4px;
    margin-bottom: -4px;
}

.s-no-time {
    width: 80px;
    height: 40px;
    border: #999 1px solid;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    transform: scale(0.8);
    vertical-align: bottom;
    color: #999;
    margin-left: -4px;
    margin-bottom: -4px;
    font-size: 15px;
    text-align: center;
    padding-top: 11px;
}

.s-one-time .no-show {
    font-size: 15px;
    padding-top: 11px;
    text-align: center;
    display: block;
}

.s-time-mm {
    position: absolute;
    width: 20px;
    height: 15px;
    font-size: 14px;
    left: 6px;
    top: 4px;
    text-align: center;
}

.s-time-ww {
    position: absolute;
    width: 20px;
    height: 15px;
    left: 6px;
    bottom: 4px;
    font-size: 12px;
}

.s-time-dd {
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 32px;
    bottom: 5px;
    right: 8px;
}

.line-bottom {
    border-bottom: #dfdfdf 1px solid;
    margin-bottom: 2px;
}

/*end silverlining*/
/*silver ç¾©è³£*/
/*é¸å–®è®Šå½¢ */
#nav-icon4 {
    width: 26px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.go-left #nav-icon4 span {
    background: #fff;
}

.header-normal #nav-icon4 span {
    background: #fff;
}

#nav-icon4 span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #666;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon4 span:nth-child(1) {
    top: 6px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
    left: 8px;
}

/*endé¸å–®è®Šå½¢*/
/*è¦†è“‹åº•è‰²*/
header .container {
    background: none;
}

.header-normal {
    height: 60px !important;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.6) 0% ,rgba(0,0,0,0.2) 50%, transparent 100%);
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999 !important;
}

.header-normal.singo {
    background: #999;
}

.menu-normal-wrapper {
    position: relative;
}

.header-normal .logo {
    float: left;
    margin: 5px 0 0 0;
}

.menu-normal {
    position: absolute;
    right: 0;
    width: auto;
    margin: 18px 0 0 0;
}

.menu-normal .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    top: 36px;
    box-shadow: none;
}

.menu-normal .dropdown-menu>li>a {
    padding: 10px 15px;
    font-size: 16px;
    color: #999;
    letter-spacing: 2px;
}

.menu-right-toggle {
    float: right;
    display: none;
    margin-top: 10px;
}

.close-menu-btn {
    display: none;
    position: absolute;
    right: 15px;
    top: 0;
    height: 50px;
    padding-top: 20px;
    cursor: pointer;
}

.menu-normal>ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.menu-normal>ul>li {
    float: left;
}

.menu-normal>ul>li i {
    font-size: 15px;
}

.menu-normal>ul>li>a {
    padding: 5px 15px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
}

.menu-normal>ul>li>a:hover {
    color: #ccc;
}

.menu-normal>ul>li:last-child>a {
    padding-right: 0;
}

.money-all {
    padding-top: 60px;
    min-height: 100vh;
}

.money {
    overflow: hidden;
}

.money-top1 {
    min-height: 100vh;
    width: 100%;
    background: url(../images/money/m-top-1.jpg);
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center !important;
}

.money-top1-inner {
    background-color: rgba(0,0,0,.3);
    min-height: 100vh;
    width: 100%;
    text-align: center;
    color: #fff;
}

.money-top1-inner h1 {
    padding-top: 35vh;
    margin: 0;
    font-size: 60px;
    letter-spacing: .1em;
    font-weight: 700;
    text-shadow: 0 0 7px rgba(0,0,0,0.7);
}

.money-top1-inner p {
    margin-bottom: 0;
    font-size: 28px;
    padding: 20px 0;
    letter-spacing: .1em;
    text-shadow: 0 0 7px rgba(0,0,0,0.7);
}

a.money-top1-btn {
    color: #fff;
    background: #f9c03d;
    text-shadow: 0 0 5px #666;
    display: inline-block;
    padding: 10px 40px;
    font-size: 16px;
}

.money-top2 {
    min-height: 100vh;
    width: 100%;
    position: relative;
    background: url(../images/money/m-top-2.jpg);
    background-size: cover !important;
    background-attachment: fixed !important;
    overflow: hidden !important;
    background-position: center !important;
}

.money-top2-bg {
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    width: 100%;
    position: absolute;
    right: -50%;
    top: -50%;
    -webkit-transform: rotate(-75deg);
    -ms-transform: rotate(-75deg);
    transform: rotate(-75deg);
    overflow: hidden;
}

.money-top2-bg.left {
    left: -50%;
    -webkit-transform: rotate(75deg);
    -ms-transform: rotate(75deg);
    transform: rotate(75deg);
    overflow: hidden;
}

.money-top2-cont {
    text-align: center;
    width: 30%;
    right: 0;
    position: absolute;
    z-index: 2;
}

.money-top2-cont.left {
    left: 0;
}

.money-top2-cont h2 {
    padding-top: 30vh;
    margin: 0;
    letter-spacing: 3px;
    font-weight: bolder;
    color: #000;
    padding-bottom: 30px;
    line-height: ;
}

.money-top2-cont p {
    color: #000;
    margin: 0;
    letter-spacing: 3px;
    font-size: 18px;
    line-height: 35px;
}

.more-info {
    padding-top: 30px;
    font-size: 36px;
}

.money-word {
    color: #fff;
    padding-left: 0;
    padding-top: 30vh;
    text-shadow: 0 0 7px rgba(0,0,0,0.7);
    position: absolute;
    width: 30%;
    left: 15%;
}

.money-word h2 {
    font-size: 36px;
    letter-spacing: 3px;
}

.top2-cont-img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    overflow: hidden;
    margin: 30px auto;
}

.money-top3 {
    min-height: 100vh;
    width: 100%;
    background: url(../images/money/m-top-4.jpg);
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center !important;
    padding-top: 20vh;
}

.money-top3-cont {
    background-color: rgba(255,255,255,0.6);
    padding: 30px;
    width: 30%;
    min-width: 500px;
    margin: 0 auto;
}

.money-top3-cont h1 {
    font-weight: bolder;
    margin: 0;
    text-align: center;
    padding-bottom: 30px;
}

.money-top3-cont p {
    font-size: 18px;
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: #ccc 1px solid;
}

a.money-top3-btn {
    color: #fff;
    text-shadow: 0 0 5px #666;
    background: #f9c03d;
    display: inline-block;
    padding: 10px 40px;
    font-size: 18px;
}

.fe-movie {
    margin: 0 auto 30px auto;
    position: relative;
    text-align: center;
    max-width: 275px;
    box-shadow: 0 0 4px #aaa;
    background: #fff;
}

.fe-img {
    position: relative;
}

.fe-play {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    padding: 20% 30px 30px 30px;
    opacity: 0;
}

.fe-play h3{
    font-size: 20px;
   overflow : hidden;
    text-overflow : ellipsis;
    display:-moz-box;
    -moz-box-orient: vertical ;
    -moz-line-clamp: 2;

    display: -webkit-box;
     -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    display: -o-box;
    -o-box-orient: vertical;
    -o-line-clamp: 2;

    display: box;
    box-orient: vertical;
    line-clamp: 2;
}
@media screen and (max-width: 450px) {
    .fe-play {

    padding: 0% 30px 30px 30px;
    }
    .fe-play h3{
    font-size: 16px;
    }
}
.fe-play .marketing-headline{
overflow : hidden;
    text-overflow : ellipsis;
    display:-moz-box;
    -moz-box-orient: vertical ;
    -moz-line-clamp: 1;

    display: -webkit-box;
     -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

    display: -o-box;
    -o-box-orient: vertical;
    -o-line-clamp: 1;

    display: box;
    box-orient: vertical;
    line-clamp: 1;
}
.fe-play p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.fe-btn-box {
    position: relative;
    padding: 12px;
}

.fe-btn-box h2 {
    font-size: 18px;
    text-align: left;
    font-weight: bolder;
    line-height: 30px;
    margin: 0;
    padding: 0 0 5px 0;
}

.fe-btn-box h2 span {
    text-align: right;
    font-size: 14px;
    font-weight: normal;
    float: right;
    display: inline-block;
}

.fe-play:hover {
    opacity: 1;
    transition: all .35s;
}

.fe-play i {
    color: #fff;
    font-size: 60px;
}

a.sp-btn-go,
.sp-btn-go {
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    background: #f9c03d;
    color: #fff;
    font-size: 16px;
    letter-spacing: 5px;
}

.item-box {
    background: #fff;
    padding: 60px 30px;
}

.item-box-all {
}

.item-box h1 {
    font-size: 26px;
    border-bottom: #dfdfdf 1px solid;
    padding: 0 0 10px 0;
    margin: 0 8px 30px 8px;
    position: relative;
    font-weight: bolder;
}

/*
.item-box h1:after {
width: 12%;
    height: 2px;
    display: block;
    content: '';
    background-color: #999;
    position: absolute;
    bottom: -2px;
    left: 0%;
}
*/
.money-buy-info {
    margin-bottom: 10px;
    overflow: hidden;
    text-align: left;
}

.money-buy-info h5 {
    margin-top: 0;
}

.money-buy-info span {
    display: inline-block;
    padding: 2px 3px;
    font-size: 13px;
    margin-right: 5px;
    border: #ccc 1px solid;
}

.money-footer {
    padding: 30px 0 30px 0;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    border-top: 0;
    background: #f6f6f6;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
    text-align: right;
    line-height: 36px;
}

.f-right img {
    max-width: 120px;
}

footer img {
    max-width: 120px;
}

@media only screen and (max-width: 990px) {
    .f-left {
        float: none;
        text-align: center;
    }

    .f-right {
        float: none;
        text-align: center;
    }
}

/*æµç¨‹*/
.wetix-step-all {
    padding-top: 40px;
}

.wetix-step-bar {
    overflow: hidden;
    margin: 0 -1% 60px -1%;
}

.step-bar-one {
    border: 1px solid #ececec;
    text-align: center;
    padding: 10px;
    background: #fcfcfc;
    color: #d4d4d4;
    width: 31.33333333%;
    margin: 0 1%;
    float: left;
}

.step-bar-one.step-active {
    background: #999;
    color: #fff;
}

.step-bar-one h5 {
    font-size: 15px;
}

.step-bar-one p {
    font-size: 18px;
    font-weight: bolder;
}

.wetix-step-cont {
    margin-bottom: 30px;
    overflow: hidden;
}

.wetix-step-cont {
}

.wetix-step-cont .row {
}

.wetix-step-cont .col-md-6 {
}

.wetix-step-cont h3 {
    background: #999;
    color: #fff;
    margin: -30px -30px 30px -30px;
    padding: 20px 30px;
    font-weight: bolder;
}

.wetix-step-cont h3 span {
    font-size: 15px;
    padding-left: 5px;
    font-weight: normal;
}

.step-cont-one {
    border: #dfdfdf 1px solid;
    padding: 30px;
    margin-bottom: 30px;
    font-size: 16px;
}

.step-one-memo {
    text-align: right;
    padding-top: 10px;
    font-size: 14px;
}

.step-one-row {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: #dfdfdf 1px solid;
}

.step-one-row:last-child {
    border: 0;
}

.step-one-row .step-left {
    font-weight: bolder;
    width: 10;
    float: left;
    font-size: 180%;
    line-height: 22px;
}

.step-one-row .step-right {
    width: 75%;
    float: left;
}

.three-box .step-one-row .step-left {
    width: 35%;
    font-size: 16px;
}

.three-box .step-one-row .step-right {
    width: 65%;
    font-size: 16px;
}

.three-word {
    letter-spacing: 9px;
}

.sel-btn-box {
    padding: 0 0 30px 0;
}

.sel-btn-box button {
    min-width: 40px;
    height: 40px;
    font-size: 18px;
    color: #000;
    background: #e7e7e7;
    border: 1px #bcbcbc solid;
    border-radius: 2px;
}

.sel-btn-box button.active {
    color: #ffffff;
    background: #53c3f1;
    border: 1px #1f8bb8 solid;
}

.sel-pay-btn-box {
    padding: 0 0 30px 0;
}

.sel-pay-btn-box button {
    min-width: 160px;
    height: 40px;
    font-size: 18px;
    color: #000;
    background: #e7e7e7;
    border: 1px #bcbcbc solid;
    border-radius: 2px;
}

.sel-pay-btn-box button.active {
    min-width: 160px;
    height: 40px;
    font-size: 18px;
    color: #ffffff;
    background: #53c3f1;
    border: 1px #1f8bb8 solid;
    border-radius: 2px;
}

.step-next-btn-box {
    text-align: right;
    margin-bottom: 30px;
}

a.prev-btn,
.prev-btn {
    display: inline-block;
    padding: 10px 40px;
    background: #999;
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

a.next-btn,
.next-btn {
    display: inline-block;
    padding: 10px 40px;
    background: #004ba3;
    color: #fff;
    font-size: 16px;
}

.step-cont-one ul {
    padding-left: 20px;
}

.checkbox-box {
    text-align: right;
    overflow: hidden;
    padding-bottom: 15px;
}

.checkbox-box .checkbox {
    float: right;
    max-width: 200px;
    display: inline-block;
}

.checkbox * {
    box-sizing: content-box;
}

.pay-box {
    text-align: center;
    background: #f6f6f6;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: 0;
    padding: 0 0 0x;
    border: 1px solid #fff;
}

.pay-box h5 {
    font-size: 15;
    line-height: 19.5px;
    font-weight: bold;
    margin: 8px;
    text-align: justify;
}

a.pay-btn {
    font-size: 16px;
    padding: 5px 20px;
    background: #53c3f1;
    color: #fff;
    display: inline-block;
}

.step-cont-one h4 {
    font-size: 16px;
    font-weight: bolder;
    margin: 20px 0 15px 0;
}

.step-cont-one .pay-step-info {
    list-style: none;
    padding-left: 0;
    font-size: 15px;
    line-height: 22px;
}

.step-cont-one .pay-step-info li {
    margin-bottom: 5px;
}

.event-cont-one_1 {
    margin-bottom: 30px;
}

.event-cont-one_1 img {
    padding: 15px 0;
}

.event-cont-one_1 h2 {
    font-weight: bolder;
    border-bottom: #dfdfdf 1px solid;
    color: #000;
    font-size: 24px;
    padding: 0 0 16px 0;
    position: relative;
    margin-bottom: 25px;
}

/*
.event-cont-one_1 h2:after {
	width: 13%;
	height: 2px;
	display: block;
	content: '';
	background-color: #f9c03d;
	position: absolute;
	bottom: -2px;
	left: 0%;
}

*/
.event-cont-one_1 h4 {
    font-size: 18px;
    font-weight: bolder;
    margin: 30px 0 20px 0;
}

.event-cont-one_1 ul {
    padding-left: 20px;
}

.event-cont-one_1 li {
    line-height: 25px;
    padding-bottom: 5px;
}

.small-title {
    font-size: 15px;
    font-weight: normal;
    padding-top: 8px;
}

@media only screen and (max-width: 990px) {
    .pos {
        height: auto;
    }

    .step-one-row .step-left {
        width: 10%;
    }

    .step-one-row .step-right {
        width: 90%;
    }

    .step-cont-one {
        padding: 15px;
    }

    .wetix-step-cont h3 {
        text-align: center;
        color: #fff;
        margin: -15px -15px 30px -15px;
        padding: 15px 15px;
        font-size: 21px;
        font-weight: bolder;
    }

    .wetix-step-bar {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .step-bar-one {
        display: none;
    }

    .step-bar-one.step-active {
        background: #f6f6f6;
        border: #999 1px solid;
        width: 100%;
        color: #666;
        display: block;
        margin: 0;
    }
}

/*end æµç¨‹*/
.buy-top {
    background: url(../images/money/m-buy-2.jpg);
    min-height: 30vh;
    background-size: cover !important;
}

.buy-top-inner h1 {
    font-size: 30px;
    text-align: center;
    border-bottom: #fff 1px solid;
    padding-bottom: 10px;
    display: inline-block;
    margin: 0;
    color: #fff;
    padding-top: 12vh;
}

.buy-top-inner {
    text-align: center;
    background: rgba(0,0,0,0.1);
    min-height: 30vh;
    width: 100%;
}

.tkt {
    padding-top: 90px;
}

.tkt-top {
    margin-bottom: 60px;
}

.tkt-top-left {
    width: 26%;
    float: left;
}

.tkt-top-left img {
    box-shadow: 0 0 4px #aaa;
}

.tkt-top-right {
    width: 37%;
    float: left;
    padding: 0 80px 0 0;
}

.tkt-top-right h2 {
    font-size: 30px;
    margin: 0;
    padding: 0 0 20px 0;
    font-weight: normal;
    letter-spacing: 4px;
}

.tkt-top-right h4 {
    display: inline-block;
    border: #ccc 1px solid;
    font-size: 18px;
    margin: 0 0 15px 0;
    padding: 7px 10px;
}

.tkt-top-right p {
    font-size: 16px;
    line-height: 30px;
}

.tkt-top-right-cont p {
    font-weight: bolder;
}

.tkt-top-right-cont {
    border-bottom: #dfdfdf 1px solid;
    margin-bottom: 10px;
}

.tkt-cont {
    border-top: #dfdfdf 1px solid;
    padding-top: 60px;
    background: #eee;
    padding-bottom: 60px;
}

.tkt-cont-left {
}

.tkt-cont-left h2 {
    font-size: 24px;
    margin: 0;
    padding-bottom: 30px;
}

.tkt-cont-left p {
    font-size: 16px;
    line-height: 30px;
}

.tkt-price-all {
    width: 37%;
    float: left;
}

.tkt-price {
    font-size: 16px;
    border: #ccc 1px solid;
    padding: 30px;
    margin-bottom: 10px;
}

.tkt-price-all h3 {
    margin: 0;
    padding-bottom: 20px;
    font-weight: bolder;
    color: #666;
}

.tkt-price_1 {
    margin-bottom: 15px;
    width: 33.3333333%;
    float: left;
}

.tkt-price_1 span {
    color: #999;
    font-size: 24px;
    font-weight: bolder;
}

.tkt-price_2 {
    width: 50%;
    float: left;
}

.tkt-price_2 span {
    color: #cc0000;
    font-size: 30px;
    font-weight: bolder;
}

.tkt-price_2 input {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.tkt-price_3 {
    width: 33.3333333%;
    float: left;
    margin-bottom: 15px;
    text-align: right;
}

.tkt-price_3 span {
    color: #999;
    font-size: 24px;
    font-weight: bolder;
}

.tkt-price_4 {
    width: 33.3333333%;
    text-align: center;
    float: left;
}

.tkt-price_4 select {
    width: 50px;
    height: 30px;
    vertical-align: bottom;
}

.tkt-price_5 {
    width: 50%;
    float: left;
    text-align: right;
}

.tkt-price_5 span {
    color: #cc0000;
    font-size: 30px;
    font-weight: bolder;
}

.tkt-price-row_1 {
    overflow: hidden;
    border-bottom: #dfdfdf 1px solid;
    margin-bottom: 15px;
}

.tkt-price-row_2 {
    overflow: hidden;
    margin-bottom: 30px;
}

.tkt-btn {
    border: 0;
    background: #f9c03d;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
    letter-spacing: 3px;
}

.table-all {
    padding-top: 8vh;
    text-align: center;
}

.table-all h1 {
    font-size: 26px;
    margin: 0;
    padding-bottom: 30px;
}

.table-all .table tr th {
    text-align: center;
}

@media only screen and (max-width: 990px) {
    .tkt-top-left {
        width: 100%;
        float: none;
        text-align: center;
    }

    .tkt-top-right {
        width: 100%;
        float: none;
        padding: 30px 0;
    }

    .tkt-price-all {
        width: 100%;
        float: none;
    }

    .tkt-price_5 {
        width: 100%;
        float: none;
    }

    .tkt-price_2 {
        width: 100%;
        float: none;
    }

    .tkt-price {
        padding: 15px;
    }

    .tkt-price_1 {
        width: 50%;
    }

    .tkt-price_4 {
        width: 50%;
        text-align: right;
        float: left;
    }

    .tkt-price_3 {
        width: 100%;
        float: none;
        margin-top: 15px;
        clear: both;
        text-align: right;
    }

    .menu-normal {
        float: none;
        margin: 0;
        position: fixed;
        z-index: 999999 !important;
        width: 100%;
        height: 100vh;
        right: -100%;
        background: #666;
        padding: 15px 30px;
        top: 0;
        transition: all 0.35s ease;
    }

    .menu-normal.go-left {
        right: 0;
    }

    .close-menu-btn {
        display: block;
    }

    .menu-right-toggle {
        display: block;
    }

    .menu-normal>ul>li {
        float: none;
        margin-right: 0;
        font-size: 15px;
    }

    .menu-normal>ul>li>a {
        padding: 10px 0;
        display: inline-block;
        color: #fff;
        font-size: 15px;
        width: 100%;
        border-bottom: #999 1px solid;
    }

    .menu-normal>ul>li>a:hover {
        color: #ccc;
    }

    .menu-normal>ul {
        margin-top: 30px;
    }

    .menu-normal .dropdown-menu {
        background: #999;
        top: 100%;
        width: 100%;
        border: 0;
    }

    .menu-normal .dropdown-menu>li>a {
        padding: 10px 15px;
        font-size: 16px;
        color: #fff;
        letter-spacing: 2px;
    }
}

/*end silver ç¾©è³£*/
/*qr*/
.bbb-top {
    overflow: hidden;
}

.bbb-top-one {
    width: 33.3333333333333333333333333%;
    float: left;
}

.bbb-box {
    overflow: hidden;
}

.bbb-one {
    height: 50vh;
    color: #fff;
    background-size: cover !important;
    border-right: #333 1px solid;
    border-bottom: #333 1px solid;
    float: left;
    width: 33.3333333%;
    position: relative;
    text-align: center;
    transition: all .35s;
}

.bbb-one a {
    color: #fff;
}

.bbb-one:hover .bbb-inner {
    background-color: rgba(0,0,0,0.4);
}

.bbb-inner {
    padding-top: 13vh;
    width: 100%;
    font-size: 18px;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    transition: all .35s;
}

.bbb-inner p {
    margin: 0;
    padding: 10px 0 15px 0;
}

.bbb-img img {
    max-width: 150px;
}

.bbb-one h1 {
    text-shadow: 0 0 5px #000;
    z-index: 2;
}

/*end qr*/
/*æ—¥æœ¬é¤¨*/
.j-all {
    padding-top: 15px;
}

.j-top {
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 100vh;
    position: relative;
}

/*ieå’Œä»–çš„å…„å¼Ÿonly*/
_:-ms-lang(x),
.j-top {
    background-position: center top !important;
}

.j-top-inner {
    min-height: 100vh;
}

.j-top-inner h1 {
    text-align: center;
    padding-top: 28vh;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
}

.j-top-inner p {
    max-width: 400px;
    margin: 0 auto;
    letter-spacing: 5px;
    color: #000;
    line-height: 28px;
    margin-top: 20px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.j-top-inner p span {
    color: #67abca;
    font-weight: bolder;
}

a.j-back-btn {
    font-size: 14px;
    letter-spacing: 3px;
    display: inline-block;
    padding: 3px 6px;
    color: #fff;
    background: #999;
    float: left;
    margin: 15px;
}

.j-word {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: bt-rl;
    text-align: left;
    letter-spacing: 5px;
    color: #000;
    max-width: 400px;
    height: 300px;
    display: inline-block;
    padding: 60px 0 60px 0;
    line-height: 50px;
}

.j-word h3 {
    display: inline-block;
    padding: 10px 12px 10px 10px;
    border: #000 2px solid;
    margin: 0 0 0 20px;
}

.j-word p {
}

.j-cont {
    padding: 60px 0;
    border-top: #dfdfdf 1px solid;
}

.j-one {
    text-align: center;
    margin-bottom: 60px;
}

.j-one h4 {
    font-size: 26px;
    margin: 0;
    color: #000;
    padding-bottom: 15px;
    min-height: 51px;
}

.j-one p {
    font-size: 15px;
    color: #999;
    margin: 0;
    padding-bottom: 30px;
}

/*ieå’Œä»–çš„å…„å¼Ÿonly*/
_:-ms-lang(x),
.j-cont a {
    transition: none;
}

.j-one-img {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.j-one-img-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    padding: 50% 60px 60px 60px;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 30px;
    text-align: justify;
    opacity: 0;
    transition: all .35s;
    color: #fff;
}

.j-cont a:hover,
.j-cont a:focus {
    transition: none;
}

.j-one-img:hover .j-one-img-inner {
    opacity: 1;
}

.j-btn {
    display: inline-block;
    font-size: 18px;
    font-weight: bolder;
    margin-top: 30px;
    border-bottom: #666 1px solid;
}

@media only screen and (max-width: 990px) {
    .j-word {
        line-height: 30px;
        margin-top: 60px;
    }

    .j-top {
        min-height: 40vh;
        background-position: center top !important;
    }

    .j-top-inner {
        min-height: 40vh;
        position: absolute;
        top: 40vh;
        width: 100%;
    }

    .j-top-inner h1 {
        padding-top: 15px;
    }

    .j-one p {
        padding-bottom: 15px;
    }

    .j-btn {
        margin-top: 15px;
    }

    .j-one-img-inner {
        display: none;
    }
}

/*end æ—¥æœ¬é¤¨*/
/*totop.js use*/
.scrollup {
    opacity: .5;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 999;
    color: #333;
    font-size: 2.5em;
}

.scrollup:hover {
    opacity: 1;
    color: #00479d;
}

@media only screen and (max-width: 1220px) {
}

@media only screen and (max-width: 990px) {
    .bbb-top-one {
        width: 100%;
        float: none;
    }

    .bbb-one h1 {
        font-size: 30px;
    }

    .bbb-one {
        width: 100%;
        float: none;
        height: 40vh;
        min-height: 250px;
    }

    .bbb-inner {
        padding-top: 8vh;
    }

    .s-word-img {
        display: none;
    }

    .s-word {
        padding: 15px 0;
    }

    .s-row-img {
        height: 20vh;
    }

    .s-row-left {
        position: static;
        padding: 15px 0;
        width: 100%;
    }

    .fs_one:hover .fs_one-inner {
        background: none;
        height: 65px;
    }

    .flicks-top {
        height: 50vh;
    }

    .f-top-inner h1 {
        padding-top: 15vh;
        width: 50%;
        margin: 0 auto 15px auto;
    }

    .f-top-inner {
        height: 50vh;
    }

    .fs_one-inner {
    }

    .fs_one-inner p {
        display: none;
    }

    /*
.fs_one:before {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	background-color:rgba(0,0,0,0.2);}

*/
    .k-top {
        min-height: 75vh;
        height: 75vh;
    }

    .k-top-inner {
        height: 75vh;
        padding-top: 30vh;
    }

    .k-top-img {
        background-position: center top !important;
        min-height: 75vh;
        height: 75vh;
    }

    .tab-pane .insider-movie .owl-nav {
        top: 10px;
        right: 15px;
    }

    .try-movie-input {
        width: 70%;
    }

    .try-movie-btn {
        width: 28%;
        padding-left: 0;
        padding-right: 0;
    }

    .try-movie-right {
        padding: 15px 15px 40px 15px;
    }

    .member-sp-menu .nav-tabs>li>a {
        padding: 9px 0 7px 0;
        letter-spacing: 0;
        border: #999 1px solid;
        margin-right: -1px;
    }

    .member-sp-menu .nav-tabs>li {
        width: 33.333%;
    }

    .member-sp-menu .nav-tabs {
        display: block;
        margin-right: 1px;
    }

    .public-input.main-box {
        padding: 15px;
    }

    .sky-form .public-input .sign-title {
        text-align: left;
    }

    .insider-movie-limit {
        float: none;
    }

    .member-news-left {
        float: none;
        width: 100%;
    }

    .member-news-right {
        float: none;
        width: 100%;
        padding: 0 15px 0 15px;
    }

    .member-news-one {
        width: 100%;
    }

    a.member-news-btn,
    .member-news-btn {
        position: static;
        text-align: center;
        margin: 0 auto 15px auto;
        width: 60%;
        display: block;
    }

    .insider-top h2 {
        font-size: 26px;
        padding-top: 0;
    }

    .insider-movie-left {
        width: 100%;
        float: none;
        padding: 0 15px;
    }

    .insider-movie-right {
        width: 100%;
        padding: 15px;
        float: none;
    }

    .tab-pane .insider-movie-left {
        padding: 0;
    }

    .tab-pane .insider-movie-right {
        padding: 15px 0;
    }

    .tab-pane .try-movie .insider-movie-right {
        padding: 15px;
    }

    .insider-movie .owl-nav {
        bottom: 75%;
    }

    .insider-box {
        width: 100%;
        margin-top: 0;
    }

    .dropdown i {
        display: none;
    }

    .dropdown span {
        display: block;
        font-size: 18px;
    }

    .k-top-inner h1 {
        padding-bottom: 30px;
    }

    .inner h1 {
        font-size: 30px;
        line-height: 60px;
        letter-spacing: 5px;
    }

    .inner {
        bottom: 180px;
        right: 0;
        text-align: center;
    }

    .main-top {
        height: 90vh;
        background-size: cover !important;
        background-position: center top !important;
    }

    .main-top-box {
        height: 90vh;
    }

    .sel-year-word {
        text-align: left;
        width: 100%;
        margin: 0;
    }

    .sel-year-one {
        margin-left: 0;
        width: 100%;
    }

    .cont-main-top {
        height: 35vh;
        background-size: cover !important;
    }

    .cont-main-top .inner {
        bottom: 10vh;
        top: auto;
        right: 0;
        text-align: right;
    }

    .cont-main-top .inner h1 {
        font-size: 18px;
    }

    .sp-cont {
        background-size: cover !important;
    }

    .sp-phone-img {
        display: inline-block;
        width: 60%;
        margin-bottom: 20px;
    }

    .join-step-all i {
        display: none;
    }

    .member-join-step {
        margin: 0 0 10px 0 !important;
        display: block;
    }

    .k-movie h5 {
        text-align: center;
        font-size: 18px;
        display: block;
    }

    .k-movie-box {
        margin-bottom: 0;
    }

    .k-top-inner p {
        font-size: 16px;
        letter-spacing: 3px;
    }

    .k-top-inner h1 img {
        max-width: 80%;
    }

    .s-top-inner {
        height: 50vh;
        padding-top: 20vh;
    }

    .s-top-inner h1 {
        margin: 0 auto 10px auto;
        width: 90%;
    }

    .s-top-img {
        height: 50vh;
        background-size: cover !important;
    }

    .s-top-inner p {
        font-size: 16px;
    }

    .f-one {
        display: none;
    }

    .f-cont-inner {
        opacity: 1;
    }

    .news-cont-img {
        width: 100%;
        float: none;
    }

    .news-cont-right {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .sel-year-left {
        width: 100%;
        float: none;
    }

    .sel-year-right {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

    .sel-year {
        width: 50%;
        display: block;
        float: left;
    }

    .sel-mon {
        width: 48%;
        float: left;
        display: block;
        margin-left: 2%;
    }

    .kind-box {
        float: none;
    }

    .kind-box_2 {
        margin-bottom: 30px;
        float: none;
    }

    .kind-one_2 {
        width: 100%;
        margin-left: 0;
        background: #fff;
        border: #dfdfdf 1px solid;
        padding: 10px 0;
        display: block;
        float: none;
        margin-bottom: 15px;
        margin-top: 0!important;
    }

    .sp-right-cont {
        font-size: 21px;
    }

    .k-time {
        display: none;
    }

    .k-movie-inner {
        display: none;
    }

    .member-gp input {
        height: 33px;
        border: 0;
        border-bottom: #999 1px solid;
        width: 65%;
        margin-right: 2%;
    }

    .btn-member-inline {
        width: 30%;
        padding-left: 0;
        padding-right: 0;
    }

    .tra-box iframe {
        width: 100%;
        height: 30vh;
    }

    .article-box h2 {
        color: #333;
        font-size: 36px;
        font-weight: bolder;
        margin-top: 0;
        line-height: 45px;
        position: relative;
    }

    .article-inner a {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .news-man {
        margin-bottom: 10px;
    }

    .news-time {
        margin-bottom: 10px;
    }

    .tit-new h1 {
        padding: 10px 0 20px 0;
        font-size: 36px;
    }

    .v-cont-3 h2 {
        padding: 10px 0 20px 0;
        font-size: 36px;
    }

    .speed {
        float: none;
        margin: -30px -15px 0 -15px;
        padding-bottom: 15px;
        border-bottom: #dfdfdf 1px solid;
        background: #fff;
    }

    .kind-one {
        letter-spacing: 0;
        width: 25%;
        margin-bottom: 15px;
    }

    .movie-kind {
        text-align: center;
        margin-bottom: 30px;
    }

    .sign-right {
        display: none;
    }

    .top-menu {
        display: none;
    }

    .main-top-box .owl-dots {
        position: absolute;
        bottom: 80px;
        width: 100%;
        text-align: center;
        z-index: 999;
    }

    .main-top-box .owl-dots .owl-dot {
        background: #fff;
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        opacity: 0.3;
        margin: 0 10px;
    }

    .main-top-box .owl-dots .owl-dot.active {
        opacity: 1;
        transition: all .35s;
    }

    .v-cont-1-img {
        float: none;
        width: 100%;
        text-align: center;
    }

    .v-cont-1-info {
        float: none;
        width: 100%;
        padding: 0;
    }

    .v-cont-1 {
        padding: 20px 0;
    }

    .v-cont-1 h2 {
        text-align: center;
        font-size: 30px;
    }

    .v-cont-1 h4 {
        text-align: center;
    }

    .info-one {
        display: block;
        font-size: 16px;
        text-align: center;
        margin-right: 0;
        border-right: 0;
        padding-right: 0;
        padding: 10px 0;
        color: #888;
        border-bottom: #dfdfdf 1px solid;
    }

    .info-detail {
        margin-top: 15px;
    }

    .v-movie iframe {
        width: 100%;
        height: 100%;
    }

    .v-cont-2 a {
        top: 46%;
        left: 48%;
    }

    .search-left {
        float: none;
    }

    .search-right {
        width: 250px;
        float: none;
    }
}

@media only screen and (max-width: 768px) {
}

/*iPhone6 plusä»¥ä¸‹*/
@media only screen and (max-width: 414px) {
}

/*iPhone6ä»¥ä¸‹*/
@media only screen and (max-width: 375px) {
    .inner {
        bottom: 120px;
    }

    .k-top {
        min-height: 80vh;
        height: 80vh;
    }

    .k-top-inner {
        height: 80vh;
        padding-top: 30vh;
    }

    .k-top-img {
        background-position: center top !important;
        min-height: 80vh;
        height: 80vh;
    }
}

/*iPhone5ä»¥ä¸‹*/
@media only screen and (max-width: 320px) {
    .inner h1 {
        line-height: 50px;
        letter-spacing: 0;
    }

    .k-top {
        min-height: 90vh;
        height: 90vh;
    }

    .k-top-inner {
        height: 90vh;
        padding-top: 30vh;
    }

    .k-top-img {
        background-position: center top !important;
        min-height: 90vh;
        height: 90vh;
    }
}

/*è³¼ç‰©è»Š*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------/



/*æ­¥é©Ÿé ­*/
.step-all {
    background: #e3e3e3;
    margin-top: 70px;
}

.step_box {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}

.step_box li:first-child {
    margin-left: 0px;
}

.step_box li:last-child {
    margin-right: 0px;
}

.step_box li.sel {
    background: #404040;
    color: #fff;
}

/*
.step_box li.sel:after{
	content: "";
    border-color: transparent transparent transparent #404040;
    border-style: solid;
    border-width: 23px;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;}
*/
.step_box ul {
    width: 100%;
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0;
}

.step_box li {
    position: relative;
    color: #fff;
    float: left;
    background: #888;
    padding: 15px 0;
    width: 33.3333%;
    text-align: center;
}

.step_box li h4 {
    font-size: 16px;
    margin: 0;
}

.step-m {
    background: #ccc;
    display: none;
    margin-top: 70px;
}

@media only screen and (max-width: 990px) {
    .step_box li {
        padding: 10px 0;
        width: 100%;
    }

    .step-all {
        display: none;
    }

    .step-m {
        display: block;
    }
}

/*endæ­¥é©Ÿé ­*/
/*
.n-right {
	float: right;
	list-style: none;
	padding: 20px 15px;
	margin: 0;
}
.n-right a {
	color: #333;
}
*/
/*å•†å“é */
.pd-slider {
    margin-bottom: 30px;
}

.pd-slider .owl-dots {
    position: absolute;
    bottom: 3%;
    width: 100%;
    text-align: center;
    z-index: 999;
}

.pd-slider .owl-dots .owl-dot {
    background: #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    opacity: 0.3;
    border-radius: 10px;
    margin: 0 5px;
}

.pd-slider .owl-dots .owl-dot.active {
    opacity: 1;
    transition: all .35s;
}

.pd-slider .owl-nav {
    display: none;
}

.pd {
}

.pd-top {
    margin-bottom: 60px;
}

.pd-top-left {
    text-align: center;
}

.pd-top-left .owl-nav {
    display: none;
}

.pd-top-left .h-img img {
    max-height: 350px;
    width: auto !important;
    margin: 0 auto;
}

.pd-top-right {
    padding-left: 13px;
    padding-top: 13px;
}

.pd-top-right h3 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
}

.pd-top-right p {
    border-top: #dfdfdf 1px solid;
    color: #777;
    line-height: 26px;
    padding-top: 10px;
}

.pd-price span {
    color: #666;
    font-size: 16px;
    font-weight: normal;
    margin-right: 10px;
    text-decoration: line-through;
}

.pd-price {
    color: #cc0000;
    font-size: 30px;
    font-weight: bolder;
    margin-bottom: 25px;
    display: inline-block;
}

.small-price {
    display: inline-block;
    font-size: 16px;
    padding-right: 10px;
}

.pd-info-inner {
    margin-bottom: 15px;
    padding-top: 10px;
}

.pd-info-inner span {
    display: inline-block;
    padding: 3px 6px;
    margin-right: 10px;
    color: #fff;
    margin-bottom: 10px;
    background: #aaa;
}

.pd-info-inner-2 {
    border-top: #dfdfdf 1px solid;
    border-bottom: #dfdfdf 1px solid;
    font-size: 16px;
    padding: 30px 0 10px 0;
    margin-right: 55px;
}

.inner-row {
    overflow: hidden;
    margin-bottom: 15px;
}

.inner-left {
    width: 16%;
    float: left;
    margin-right: 4%;
    font-weight: bolder;
    border-right: #dfdfdf 1px solid;
}

.inner-right {
    width: 80%;
    float: left;
    color: #888;
}

.pd-action {
    margin-top: 25px;
}

.pd-number {
    margin-bottom: 25px;
    vertical-align: top;
    padding-top: 10px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 10px;
}

.pd-number select {
    padding: 2px 6px;
    margin-left: 5px;
}

.img-menu {
    margin: 15px -5px;
}

.img-menu a {
    width: 23%;
    float: left;
    border: #dfdfdf 1px solid;
    background: #fff;
    margin: 0 1%;
}

.pd-cont {
    min-height: 20vh;
    margin: -5px 0 0;
}

.pd-cont h2 {
    font-size: 24px;
    text-align: center;
    border-bottom: #dfdfdf 1px solid;
    letter-spacing: 5px;
    font-weight: bolder;
    padding-top: -86px;
    padding-bottom: 7px;
    margin-left: 0;
    margin-top: 8px;
    margin-bottom: 13px;
}

.movie-cont {
}

.ss-tit {
    display: inline-block;
    padding: 0 6px;
    background: #999;
    color: #fff;
}

.movie-cont h4 {
    font-weight: bolder;
    border-bottom: #dfdfdf 1px solid;
    padding-bottom: 10px;
}

.movie-cont-info {
    margin-bottom: 30px;
}

.movie-cont-info h3 {
    font-size: 24px;
    font-weight: bolder;
    margin-bottom: 20px;
    margin-top: 0;
}

.movie-cont-info p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: justify;
}

.text-import {
    font-size: 18px !important;
    display: inline-block;
    border-top: #dfdfdf 1px solid;
    padding: 3px 0;
}

/*endå•†å“é */
/*è³¼ç‰©è»Šå…§å®¹*/
.car-box {
    float: right;
    padding: 20px 15px 20px 15px;
}

.car-inner {
    cursor: pointer;
}

.car-box a {
    color: #333;
}

.car-cont-wrapper {
    padding-top: 27px;
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 999;
    width: 300px;
    height: auto;
}

.car-cont {
    display: none;
}

.car-cont-inner {
    background: #fff;
}

.car-cont-inner h4 {
    text-align: center !important;
}

.car-wrapper {
    position: relative;
}

.cart {
    background: #f6f6f6;
    min-height: 100vh;
    padding: 60px 0;
}

.cart h1 {
    font-size: 24px;
    margin: 0;
    text-align: center;
    letter-spacing: 5px;
    padding: 0 0 30px 0;
}

.cart-list {
    border: #dfdfdf 1px solid;
    padding: 30px 50px;
    margin-bottom: 30px;
}

.cart-list h4 {
    font-size: 16px;
    font-weight: bolder;
    padding-bottom: 20px;
    margin: 0 0 20px 0;
    border-bottom: #dfdfdf 1px solid;
}

.list-all-box.detail {
    margin: 30px;
    padding: 20px 0;
}

.list-all-box {
}

.list-t {
    font-weight: bolder;
    padding-bottom: 20px;
}

.list-t1 {
    width: 55%;
    float: left;
    font-size: 18px;
    font-weight: bolder;
}

.list-t2 {
    text-align: center;
    width: 15%;
    float: left;
}

.list-t3 {
    text-align: center;
    width: 15%;
    float: left;
}

.list-t4 {
    text-align: center;
    width: 15%;
    float: left;
}

.list-c-row {
    border-top: #dfdfdf 1px solid;
    padding: 10px 0;
}

.list-c-box {
    border-bottom: #dfdfdf 1px solid;
}

.row-1 {
}

.list-c1 {
    width: 5%;
    float: left;
    font-size: 18px;
    padding-top: 35px;
}

.list-c1 a {
    color: #888;
}

.list-c2 {
    width: 6%;
    float: left;
}

.list-c3 {
    padding-left: 20px;
    width: 44%;
    float: left;
    padding-top: 35px;
}

.list-c3_2 {
    padding-left: 20px;
    width: 49%;
    float: left;
    padding-top: 25px;
}

.list-c4 {
    text-align: center;
    width: 15%;
    float: left;
    padding-top: 25px;
}

.list-c4 .no {
    text-decoration: line-through;
    display: block;
}

.list-c4 .yes {
    display: block;
    color: #C00;
    font-weight: bolder;
}

.list-c4 .n-price {
    display: block;
    font-weight: bolder;
    padding-top: 10px;
}

.list-c5 {
    text-align: center;
    width: 15%;
    float: left;
    padding-top: 35px;
}

.list-c5 a {
    font-size: 12px;
    color: #888;
}

a.up-btn {
    display: inline-block;
    position: absolute;
    left: -55px;
    top: 0;
    background: #999;
    color: #fff;
    padding: 4px 8px;
    margin-left: 10px;
    text-align: center;
}

.list-c5-inner {
    display: inline-block;
}

.list-c5-change {
    background: #f9f5c3;
}

.list-c5 span {
    display: block;
    border: #dfdfdf 1px solid;
    width: 25px;
    text-align: center;
    float: left;
    margin-right: -1px;
    height: 25px;
}

.list-c6 {
    text-align: center;
    width: 15%;
    font-weight: bolder;
    float: left;
    padding-top: 35px;
}

.c6-t {
    display: none;
    font-size: 16px;
}

.coupon {
    float: left;
    width: 40%;
    padding-left: 50px;
    padding-top: 60px;
}

.coupon p {
    padding: 10px 0;
    font-size: 15px;
}

.coupon p a {
    display: inline-block;
    margin-left: 10px;
    font-weight: bolder;
    color: #999;
}

.order a:hover,
.order a:focus {
    color: #fff;
}

.coupon h3 {
    font-size: 18px;
}

.coupon label {
    display: inline-block;
    width: 70%;
}

.coupon input {
    padding: 4px 10px;
    width: 100%;
    height: 33px;
    margin: 0;
}

a.code-btn {
    background: #666;
    display: inline-block;
    padding: 6px 0;
    color: #fff;
    width: 28%;
    text-align: center;
}

.btn-next-box {
    margin-top: 30px;
    position: relative;
}

a.btn-next,
.btn-next {
    display: inline-block;
    background: #666;
    padding: 8px 0;
    width: 100%;
    color: #fff;
    text-align: center;
    border: 0;
}

.btn-next-box_2 {
    margin-top: 30px;
    padding-top: 30px;
    border-top: #dfdfdf 1px solid;
    text-align: right;
    position: relative;
}

a.btn-next_2,
.btn-next_2 {
    display: inline-block;
    background: #014694;
    padding: 8px 0;
    width: 205px;
    color: #fff;
    text-align: center;
    border: 0;
}

a.btn-next_2_g,
.btn-next_2_g {
    display: inline-block;
    background: #666;
    margin-right: 10px;
    padding: 8px 0;
    width: 205px;
    color: #fff;
    border: 0;
    text-align: center;
}

.or-box {
    border-bottom: #dfdfdf 1px solid;
    line-height: 0.1;
    margin: 20px 0;
    text-align: center;
}

.or-box span {
    font-size: 18px;
    font-weight: bolder;
    padding: 0 5px;
    background: #f6f6f6;
}

a.fb-btn {
    background: #3b5998;
    padding: 8px 0;
    display: inline-block;
    width: 100%;
    color: #fff;
    text-align: center;
}

.order {
    width: 30%;
    float: right;
    margin-top: 30px;
    margin-right: 55px;
    position: relative;
}

.main-box {
    border: #dfdfdf 1px solid;
    padding: 20px;
    margin-bottom: 30px;
}

.main-box-one {
    margin-bottom: 30px;
}

.main-box-one.top {
    margin-top: 30px;
}

.main-box h4,
.main-box-one h4 {
    font-size: 16px;
    font-weight: bolder;
    padding-bottom: 20px;
    margin: 0;
    border-bottom: #dfdfdf 1px solid;
}

.order h4 {
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: #dfdfdf 1px solid;
}

.order-row {
    overflow: hidden;
    padding-bottom: 10px;
    text-align: right;
}

.order-row-box {
    padding-top: 15px;
}

.order-row.all {
    font-weight: bolder;
    font-size: 18px;
    border-top: #dfdfdf 1px solid;
    padding-top: 10px;
    color: #c00;
}

.order-left {
    float: left;
    width: 50%;
}

.order-right {
    width: 50%;
    float: right;
}

.order-left_2 {
    float: left;
}

.order-right_2 {
    float: right;
}

.order-row_2 {
    overflow: hidden;
    padding-bottom: 10px;
    font-size: 15px;
    text-align: right;
}

.order-row_2.all {
    border-top: #dfdfdf 1px solid;
    font-weight: bolder;
    font-size: 18px;
    padding-top: 10px;
    color: #c00;
}

.order-list-box {
}

.list-one {
    overflow: hidden;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: #dfdfdf 1px solid;
}

.list-one-left {
    width: 30%;
    float: left;
}

.list-one-right {
    width: 70%;
    float: right;
    padding-left: 15px;
}

.one-cont {
    color: #777;
    padding-bottom: 10px;
    overflow: hidden;
}

.one-cont .left {
    float: left;
}

.one-cont .right {
    float: right;
}

.one-cont span {
    font-weight: bolder;
    color: #000;
}

.sky-form .sign-title {
    padding-top: 10px;
}

.sign-row {
}

.sky-form .select i:before {
    display: none;
}

.sky-form .select i:after {
    bottom: 3px;
}

/* sky-formçš„è·é›¢æ­¸é›¶

.sky-form *,
.sky-form *:after,
.sky-form *:before {
	margin: 0;
	padding: 0;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

*/
.check-c * {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.check-c img {
    max-width: 40px;
    height: auto;
    margin-right: 5px;
}

.check-c .radio {
    margin-left: 10px;
    margin-bottom: 20px;
}

.atm-box * {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.atm-box {
    background: #eee;
    padding: 10px;
    margin: 15px 0 0 30px;
}

.atm-box .radio {
    display: inline-block;
    margin-left: 10px;
}

.check-c .radio span {
    color: #888;
    padding-left: 10px;
}

.info-row-box {
    padding-top: 30px;
}

.info-row {
    font-size: 15px;
    padding-bottom: 20px;
    padding-left: 10px;
}

.info-left {
    display: inline-block;
    width: 13%;
    text-align: right;
    font-weight: bolder;
}

.info-right {
    display: inline-block;
    width: 60%;
    padding-left: 20px;
    color: #777;
}

.notice {
    margin-top: 25px;
}

.notice.card {
    margin-top: 25px;
    margin-left: 60px;
    padding: 20px;
    background: #eee;
}

.notice h4 {
    font-size: 16px;
    font-weight: bolder;
}

.notice ul {
    margin: 0;
    padding-left: 20px;
    color: #777;
}

.notice li {
    line-height: 25px;
    padding-bottom: 5px;
}

.push-box {
    float: left;
    width: 40%;
    padding-top: 60px;
}

.push-box span {
    background: #999;
    padding: 0 6px;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
}

.pd-list {
    margin-bottom: 30px;
}

.pd-list h3 {
    font-weight: bolder;
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
    border-bottom: #ccc 2px solid;
    font-weight: bolder;
    position: relative;
    display: inline-block;
}

.pd-list-one {
    border: #dfdfdf 1px solid;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
}

.pd-list-one img {
}

.pd-list-one:hover img {
    opacity: 0.8;
    transition: all .35s;
}

.pd-list-one h4 {
    line-height: 27px;
    min-height: 54px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: bolder;
    padding: 0 5px;
    font-size: 16px;
}

.pd-list-price {
    font-size: 21px;
    font-weight: bolder;
    color: #cc0000;
    height: 30px;
}

.pd-list-price span {
    font-size: 15px;
    font-weight: normal;
    color: #999;
    padding-right: 5px;
    text-decoration: line-through;
}

.step-all-box h1 {
    margin: 0;
    padding: 0 0 20px 0;
    font-weight: normal;
    font-size: 30px;
}

/*endè³¼ç‰©è»Šå…§å®¹*/
/*ä¿¡ç”¨å¡*/
.card-box {
}

.card-row {
    padding-bottom: 20px;
}

.card-left {
    text-align: right;
    font-weight: bolder;
}

.card-left.card-top {
    padding-top: 10px;
}

.card-right {
    color: #777;
}

.input.card-no {
    display: inline-block;
    width: 88px;
}

.date-box {
    width: 50%;
    float: left;
}

.date-left {
    width: 80%;
    float: left;
}

.date-right {
    width: 20%;
    float: right;
    padding: 10px 0 0 10px;
}

.card-row img {
    vertical-align: top;
}

.card-img {
    padding-left: 30px;
}

.check-box * {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.check-box {
    display: inline-block;
}

.check-box-all {
    text-align: right;
}

.agree-box {
    padding: 10px 0;
}

.ck-left * {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.ck-left {
    padding-left: 60px;
    padding-bottom: 10px;
}

.ck-left span {
    padding-left: 25px;
}

/*endä¿¡ç”¨å¡*/
.import {
    color: #C00;
    font-weight: bolder;
}

.error {
    color: #C00;
}

/*å…±ç”¨æœƒå“¡å°ˆå€*/
.step-all-box {
    background: #f6f6f6;
    padding: 135px 0 40px 0;
    min-height: 100vh;
    margin-bottom: 8px;
}

.member {
    padding: 40px 30px 60px 30px;
    border-top: #dfdfdf 1px solid;
    border-bottom: #dfdfdf 1px solid;
}

.member .member-content {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.member .member-L {
    float: left;
    letter-spacing: 5px;
    width: 20%;
    font-size: 21px;
    color: #777;
}

.member-import {
    color: #d7000f;
}

.mem-top {
    padding-top: 12px;
}

.member .member-R {
    float: left;
    width: 80%;
    border-left: 1px solid #e0e0e0;
    padding-top: 20px;
    padding-left: 20px;
    margin: 5px 0 0 0;
}
.member .member-b{
    float: left;
    width: 80%;
    padding-left: 20px;
    margin: 20px 0 0 0;
}

.member-R span {
    font-size: 30px;
    color: #d7000f;
}

.plan-content h3 {
    font-size: 24px;
    margin: 0;
    text-align: center;
    letter-spacing: 5px;
    padding: 0 0 30px 0;
}

.plan-content h3 p {
    display: inline-block;
    font-size: 18px;
    font-weight: bolder;
    float: right;
}

.plan-content h3 p span {
    font-size: 30px;
    color: #d7000f;
    margin: 0 5px;
}

.member .member-section {
    margin-bottom: 15px;
    font-size: 18px;
}
.member_btn{
    border:#014694 1px solid;
    padding: 5px 10px;
    display:inline-block;
    color:#014694;
    background-color:#FFFFFF;
    position: relative;
    bottom: 5px;
    vertical-align: top;
}

.section-change{
    float: right;
    padding: 0;
}
.section-change a{
    color: #4C55C7;
}
@media screen and (max-width: 990px) {
    .member_btn{
    font-size: 12px;
    
    }
    .section-change a{
    font-size: 14px;
    }
    .section-cont{
        font-size: 16px;
    }
}
.member-section p {
    font-size: 14px;
    font-weight: normal;
    color: #999;
    padding-left: 20px;
    display: inline-block;
    width: 50%;
}

.member .member-section .section-title {
    color: #999;
    min-width: 70px;
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 10px;
}

.member .member-section .section-title.nospace {
    letter-spacing: 0;
}

.member .member-section .section-cont {
    display: inline-block;
}

.section-cont-2 {
    background: #eee;
    padding: 5px 20px;
}

.plan_btn_r,
a.plan_btn_r {
    display: inline-block;
    font-size: 15px;
    border-radius: 2px;
    padding: 10px 25px;
    margin-left: 20px;
    color: #fff;
    text-align: center;
    background-color: #014694;
    cursor: pointer;
}

.plan_btn_g,
a.plan_btn_g {
    background: #999;
}
.member-title{
    margin-top: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 990px) {
    .member-title{
    margin-top: 0px;
    margin-bottom: 0px;
    }
}
.member-qrcode img{
    position: relative;
    right: 5px;
}
.member .member-section .section-btn {
    float: right;
    margin: 0;
}

.member .member-section .section-title_n {
    min-width: 70px;
    color: #999;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}

.btn-g {
    margin-right: 10px;
    background: #999;
    color: #fff;
    padding: 10px 40px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
}

.member-info {
    padding: 15px 30px 60px 30px;
    border: #dfdfdf 1px solid;
}

.member-info.member-s {
    width: 70%;
    margin: 0 auto;
}

.member-password.member-s {
    width: 70%;
    margin: 0 auto;
}

.mem-btn-box {
    border-top: 1px solid #e9e9e9;
    padding-top: 40px;
    margin: 20px 0;
    text-align: right;
    width: 100%;
}

.member-info .sky-form {
}

.member-password {
    padding: 15px 30px 60px 30px;
    border: #dfdfdf 1px solid;
}

.member-info .sky-form .label {
    text-align: center;
    font-size: 16px;
    letter-spacing: 18px;
    padding: 10px 0 0 0;
    color: #999;
}

.member-password .sky-form .label {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0px;
    padding: 10px 0 0 15px;
    color: #999;
}

.member-password .sky-form {
}

.member-list {
    padding: 20px 20px 60px 20px;
    border: #dfdfdf 1px solid;
}

.booking-info {
    padding-top: 30px;
}

.member-list section {
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 500;
}

.member-pay section {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
    overflow: hidden;
}

.pay-date {
    color: #333;
    display: inline-block;
    margin-right: 15px;
}

.pay-date span {
    color: #888;
}

.pay-program,
.pay-money {
    color: #d7000f;
    display: inline-block;
    margin-left: 10px;
}

.pay-detail {
    float: right;
    color: #333;
}

.pay-detail i {
    color: #d7000f;
    margin-right: 5px;
}

.info-R {
    width: 77%;
}

.info-R img {
    max-width: 100%;
    height: auto;
}

.info-title {
    color: #999;
    display: inline-block;
    margin-right: 20px;
    text-align: right;
    width: 15%;
}

.info-cont {
    width: 60%;
    display: inline-block;
}

.info-red {
    color: #d7000f;
    font-weight: bolder;
    font-size: 15px;
}

.info-notice {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #e9e9e9;
}

.member-btn {
    text-align: right;
}

.notice-title {
    color: #999;
    margin-bottom: 10px;
}

.info-notice li {
    line-height: 20px;
    padding-bottom: 5px;
    font-size: 14px;
    width: 100%;
}

.pay-no-2 {
    padding-left: 20px;
}

.pay-no-2 h2 {
    font-size: 21px;
}

.pay-no-2 p {
    font-size: 36px;
    font-weight: bolder;
    color: #d7000f;
}

.member-viewing section {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
}

.view-movie {
    color: #d7000f;
    display: inline-block;
}

.view-date {
    color: #333;
    margin-right: 15px;
    display: inline-block;
}

.view-detail {
    color: #333;
    display: inline-block;
    float: right;
}

.view-detail i {
    color: #333;
    margin-left: 10px;
    font-size: 24px;
}

.book-row {
    margin-bottom: 5px;
}

.book-left {
    display: inline-block;
    margin-right: 10px;
    color: #888;
}

.book-right {
    display: inline-block;
}

.msg {
    border: #dfdfdf 1px solid;
    padding: 60px 80px;
    max-width: 600px;
    margin: 60px auto;
    text-align: center;
    background: #fff;
}

.msg-no-border {
    border: 0;
    margin: 0;
    background: none;
    padding-top: 20px;
}

.modal-header {
    border-bottom: 0;
}

.close {
    font-size: 30px;
    font-weight: lighter;
}

.msg h1 {
    font-size: 34px;
    font-weight: bolder;
}

.msg h3 {
    font-size: 24px;
    border-top: #dfdfdf 1px solid;
    padding-top: 10px;
    line-height: 48px;
    margin: 30px 0 40px 0;
}

.msg-insider h1 {
    font-size: 24px;
}

.msg i {
    font-size: 60px;
}

.msg p {
    padding: 20px 0 10px 0;
    border-top: #dfdfdf 1px solid;
    font-size: 15px;
    line-height: 30px;
    color: #666;
}

.msg.notice-box p {
    text-align: left;
    border: 0;
}

.msg p span {
    color: #d7000f;
    padding: 0 5px;
    font-size: 24px;
    font-weight: bolder;
}

/*è¨»å†Š*/
.sign-box {
    margin: 30px auto;
    border: #dfdfdf 1px solid;
    max-width: 600px;
    overflow: hidden;
    padding: 40px;
}

.sign-box p {
    font-size: 15px;
    line-height: 24px;
    color: #888;
    margin: 0;
    text-align: center;
    padding-top: 20px;
}

.f-psw-box p {
    text-align: left;
}

.sign-box h4 {
    margin-bottom: 0;
    font-size: 21px;
    font-weight: bolder;
    text-align: center;
}

.f-psw-box h4 {
    text-align: left;
}

a.f-pass:hover,
a.f-pass:focus {
    color: #aaa;
}

/*endè¨»å†Š*/
@media only screen and (max-width: 990px) {
    .pd-action {
        text-align: center;
    }

    .inner-left {
        width: 30%;
        margin-right: 4%;
    }

    .header-fix {
        height: 70px;
    }

    .sky-form .sign-title {
        padding-top: 0;
    }

    .member {
        padding: 40px 15px 80px 15px;
    }

    .member .member-L {
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .member .member-R {
        width: 100%;
        border: 0;
        padding: 0;
    }
    .member .member-b {
        width: 100%;
        padding: 0;
    }
    .member .member-section .section-btn {
        float: none;
        margin: 20px 0 0 0;
    }

    .plan_btn_r,
    a.plan_btn_r {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .member-info .sky-form {
        width: 100%;
    }

    .member .member-content {
        padding-bottom: 10px;
    }

    .btn-g {
        padding: 10px 20px;
    }

    .btn-b {
        padding: 10px 20px;
    }

    .member-info .sky-form .label {
        letter-spacing: 14px;
        margin-bottom: 5px;
    }

    .member-password .sky-form .label {
        text-align: center;
        letter-spacing: 14px;
        margin-bottom: 5px;
    }

    .member-password .sky-form {
        width: 100%;
    }

    .pay-date {
        width: 100%;
    }

    .pay-program {
        display: block;
        width: 50%;
        float: left;
        margin: 10px 0;
    }

    .pay-money {
        display: block;
        width: 50%;
        margin: 10px 0;
        float: left;
        text-align: right;
    }

    .pay-detail {
        margin: 10px 0 0 0;
    }

    .info-R {
        width: 100%;
    }

    .info-title {
        margin-right: 20px;
        text-align: left;
        width: 100%;
    }

    .pay-no-2 {
        text-align: center;
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .info-cont {
        width: 100%;
        margin-top: 5px;
    }

    .view-date {
        width: 100%;
        margin: 0;
    }

    .view-movie {
        width: 70%;
    }

    .sign-box {
        padding: 40px 15px;
    }

    .msg {
        padding: 40px 15px;
    }

    .msg-no-border {
        padding: 0 15px 40px 15px;
    }

    .member-center {
        text-align: center;
    }

    .section-cont-2 {
        width: 100%;
    }
    .section-change{
    float: none;
}
    .member-section p {
        font-size: 14px;
        padding: 10px 0;
        width: 100%;
    }

    .plan-content h3 p {
        display: block;
        font-size: 18px;
        float: none;
    }

    .mem-btn-box {
        padding-top: 40px;
        margin: 20px 0;
        text-align: center;
    }

    .booking-info {
        padding-top: 20px;
    }
}

/*endå…±ç”¨æœƒå“¡å°ˆå€*/
@media only screen and (max-width: 1220px) {
}

@media only screen and (max-width: 990px) {
    .inner-right {
        width: 66%;
    }

    footer .footer-r a {
    }

    .sp-left {
        display: none;
    }

    .sp-right {
        width: 100%;
        float: none;
        text-align: center;
    }

    .sp-right h4 {
        font-size: 18px;
    }

    .sp-right h1 {
        font-size: 33px !important;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .sp-right h1 span {
        font-size: 21px !important;
        letter-spacing: 0 !important;
    }

    .sp-box {
        padding-top: 8vh;
    }

    .sp-right p {
        display: block;
        margin: 0 auto 10px auto;
        width: 50%;
    }

    .sp-right-cont span {
        display: block;
        padding-left: 0;
        font-size: 26px;
    }

    .sp-right a {
        margin-right: 0;
        padding-left: 0;
    }

    a.navbar-brand {
        padding-left: 0;
        width: 40%;
    }

    .navbar-brand img {
    }

    .movie-cont {
    }

    .pd-top-right {
        padding: 0;
    }

    a.up-btn {
        left: 0;
    }

    .member-info.member-s {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .member-password.member-s {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .list-all-box.detail {
        margin: 30px 0;
    }

    .ck-left {
        padding-left: 0;
        padding-bottom: 10px;
    }

    .notice.card {
        margin-top: 25px;
        margin-left: 0;
        padding: 20px;
        background: #eee;
    }

    .info-left {
        display: block;
        width: 100%;
        text-align: left;
    }

    .info-right {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }

    .push-box {
        float: none;
        width: 100%;
        padding-top: 30px;
    }

    a.btn-next_2 {
        width: 110px;
    }

    a.btn-next_2_g {
        width: 110px;
    }

    .card-left {
        text-align: left;
        padding-bottom: 10px;
    }

    .input.card-no {
        width: 60px;
    }

    .date-box {
        width: 100%;
        float: none;
    }

    .cart-list {
        padding: 15px;
    }

    .coupon {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }

    .order {
        width: 100%;
        float: none;
        margin-top: 30px;
        margin-right: 0;
    }

    .c6-t {
        display: inline;
    }

    .list-t {
        padding-bottom: 10px;
    }

    .list-t1 {
        width: 100%;
        float: none;
        text-align: center;
        font-size: 21px;
    }

    .list-t2,
    .list-t3,
    .list-t4 {
        display: none;
    }

    .list-c1 {
        width: 10%;
        padding-top: 0;
    }

    .list-c2 {
        width: 20%;
    }

    .list-c3 {
        width: 70%;
        padding-top: 0;
    }

    .list-c3_2 {
        width: 80%;
        padding-top: 0;
    }

    .list-c4.confirm {
        margin-left: 0;
    }

    .list-c4 {
        width: 40%;
        padding-top: 0;
        margin-top: 15px;
        text-align: left;
        margin-left: 10%;
    }

    .list-c5 {
        padding-top: 0;
        width: 50%;
        margin-top: 20px;
        text-align: right;
    }

    .list-c6 {
        padding-top: 0;
        width: 100%;
        text-align: right;
        margin-top: 15px;
    }

    .row-1 {
        display: block;
        overflow: hidden;
    }
}

@media only screen and (max-width: 768px) {
}

/*iPhone6 plusä»¥ä¸‹*/
@media only screen and (max-width: 414px) {
    .v-stills img {
        height: 182px;
    }
}

/*iPhone6ä»¥ä¸‹*/
@media only screen and (max-width: 375px) {
    .v-stills img {
        height: 160px;
    }
}

/*iPhone5ä»¥ä¸‹*/
@media only screen and (max-width: 320px) {
    .v-stills img {
        height: 130px;
    }
}

/*è³¼ç‰©è»Š*/


