﻿.index-banner-box{
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.index-banner-box,
.index-banner-list,
.index-video-box,
.index-video,
.index-video-bg{
     height: 720px
}
.index-banner-list-box{
    width: 100%;
    display: block;
    position: relative;
    
}
.index-banner-list{
    width: 100%;
    display: block;
     position: relative;
}
.index-banner-list span{
    height: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.index-banner{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.index-banner-slong,
.index-video-slong{
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #FFF;
    display: block;
    position: absolute;
    z-index: 9;
    bottom: 0;
    text-shadow: rgba(0,0,0,0.6) 2px 2px 2px;
    cursor: context-menu;
}
.index-video-mask,
.pages-banner-img-mask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 5;
}
.index-video-box{
    width: 100%;
    display: block;
    position: relative;
}
.index-video{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    display: block;
}

.index-video-bg{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.index-banner-slong-box{
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: calc((100% - 1100px) / 2);
    z-index: 5;
    pointer-events: none;
    text-align: center;
}
.index-video-open{
    display: none;
}
.not-banner{
    display: none;
}

.pages-banner{
    overflow: hidden;
}
.pages-banner,
.pages-banner-img-box{
    width: 100%;
    height: 500px;
    display: block;
    position: relative;
}


.index-fixed-box{
    position: fixed;
    bottom: 40px;
    right: 10px;
    font-size: 0;
    z-index: 99;
}
.index-fixed-store-box{
    width: 340px;
    position: fixed;
    top: 110px;
    right: -300px;
    pointer-events: none;
    transition: all .3s linear;
}
.index-fixed-store-box.open{
    right: 0;
    pointer-events: all;
}
.index-fixed-store-arrow-box{
    color: #fff;
    pointer-events: all;
    background-color: #3f3437;
    border-radius: 5px;
    width: 40px;
    position: relative;
    right: -5px;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: all .3s linear;
}
.index-fixed-store-arrow-box p{
    font-size: 50px;
    position: relative;
    left: -15px;
    font-weight: lighter;
    pointer-events: none;
    transition: all .3s linear;
}
.index-fixed-store-arrow-box span{
    font-size: 28px;
    line-height: 1.2;
    padding-left: 3px;
    padding-bottom: 10px;
    display: inline-block;
}
.index-fixed-store-box.open .index-fixed-store-arrow-box p{
    left: 10px;
    transform: rotateY(180deg);
}
.index-fixed-store-info-box{
    width: 300px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 20px rgba(0,0,0,0.0);
    transition: all .3s linear;
}
.index-fixed-store-box.open .index-fixed-store-info-box{
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.index-fixed-store-info-title{
    font-size: 24px;
    color: #000;
    letter-spacing: 0.1em;
    font-family: "Noto Serif TC";
    font-weight: 500;
    box-sizing: border-box;
    padding: 0 30px;
    line-height: 50px;
    background-color: #f7f5ee;
}
.index-fixed-store-info-all-box{
    width: 100%;
    display: block;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px 30px;
    padding-right: 0;
    max-height: 330px;
    overflow: auto;
}
.index-fixed-store-info-all-box.mCS_no_scrollbar{
    padding-right: 30px;
}
.index-fixed-store-info{
    width: 100%;
    display: block;
    background-color: #faf0d0;
    line-height: 50px;
    color: #555555;
    font-family: "Noto Serif TC";
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 15px;
    transition: all .3s linear;
}
.index-fixed-store-info:last-child{
    margin-bottom: 0;
}
.index-fixed-store-info i{
    margin-right: 10px;
}
.index-fixed-box .mCSB_scrollTools{
    background-color: #333;
    opacity: 1;
    width: 10px;
}
.index-fixed-box .mCSB_scrollTools .mCSB_buttonUp{
    background-position: 33% 0%;
    background-size: 900%;
    height: 15px;
    opacity: 1;
}
.index-fixed-box .mCSB_scrollTools .mCSB_buttonDown{
    background-position: 33% -8px;
    background-size: 900%;
    height: 15px;
    opacity: 1;
}
.index-fixed-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #555;
    width: 100%;
    border-radius: 0;
    opacity: 1;
}
.index-fixed-box .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background-color: #555;
    width: 100%;
    border-radius: 0;
    opacity: 1;
}
.index-fixed-box .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, 
.index-fixed-box .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #555;
    width: 100%;
    border-radius: 0;
    opacity: 1;
}
.index-fixed-box .mCSB_scrollTools .mCSB_draggerRail{
    width: 0;
}
.index-fixed-box .mCSB_scrollTools .mCSB_buttonUp:hover, 
.index-fixed-box .mCSB_scrollTools .mCSB_buttonDown:hover{
    opacity: 1;
}
.index-fixed-box .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 15px 0;
}

.index-fixed-dividend-box{
    width: 140px;
    height: 140px;
    display: block;
    background-color: #3f3437;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 50%;
    text-align: center;
    display:         flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    transition: all .3s linear;
}
.index-fixed-dividend-box p{
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
    display: block;
    font-weight: lighter;
}
.index-fixed-dividend-box p>span{
    font-family: 'roboto';
    font-weight: 500;
    color: #faf0d0;
}
.index-fixed-dividend-date{
    font-size: 14px;
    display: block;
    letter-spacing: 0.06em;
    color: #f58148;
}
.index-fixed-faq-box{
    margin-top: 20px;
    cursor: pointer;
}
.index-fixed-filter-box{
    margin-top: 20px;
}
.index-fixed-filter-box img{
    width: 40px;
}
.index-fixed-filter-box p{
    letter-spacing: 0.06em;
}
.index-fixed-faq-window-box{
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
}

.index-fixed-faq-arrow-box{
    font-size: 50px;
    color: #fff;
    line-height: 40px;
    height: 50px;
    background-color: #3f3437;
    width: 50px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: all .3s linear;
}
.index-fixed-faq-arrow-box p{
    pointer-events: none;
}
.index-fixed-faq-info-box {
    width: 600px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.index-fixed-faq-info-all-box{    
    width: 100%;
    display: block;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px 20px;
    padding-right: 0;
    max-height: 350px;
    overflow: auto;
}
.index-fixed-faq-info-all-box.mCS_no_scrollbar{
    padding-right: 20px;
}
.index-fixed-faq-info-all-box .faq-info{    
    margin-bottom: 10px;
}

.index-fixed-faq-more-box{
    font-size: 20px;
    line-height: 48px;
    color: #000;
    background-color: #faf0d0;
    font-weight: bold;
    letter-spacing: 0.06em;
    width: 100px;
    text-align: center;
    border: 1px solid #d1d1d1;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.35); */
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    transition: all .3s linear;
}
.rwd-768{
    display: none;
}

.index-fixed-faq-more-box:hover{
    background-color: #a18873;
    color: #fff;
    border-color: #a18873;
}
.index-fixed-store-arrow-box:hover,
.index-fixed-dividend-box:hover,
.index-fixed-faq-arrow-box:hover{
    background-color: #a18873;
}
.index-fixed-store-info:hover{
    background-color: #a18873;
    color: #fff;
}

@media only screen and (max-height: 700px){
    .index-fixed-faq-box ,
    .index-fixed-filter-box {
        margin-top: 10px;
    }
    .index-fixed-dividend-box{
        width: 110px;
        height: 110px;
    }
    .index-fixed-box {
        bottom: 30px;
    }
    .index-fixed-filter-box p{
        padding: 0 20px;
    }
}
@media only screen and (max-width: 1440px){
    .index-fixed-faq-box ,
    .index-fixed-filter-box {
        margin-top: 10px;
    }
    .index-fixed-dividend-box{
        width: 110px;
        height: 110px;
    }
    .index-fixed-box {
        bottom: 30px;
    }
    .index-fixed-filter-box p{
        padding: 0 15px;
        line-height: 1;
        margin-top: 5px;
    }
}
@media only screen and (max-width: 768px){
    .index-banner-list-box,
    .pages-banner-box{
        display: none;
    }
    .rwd-768{
        display: block;
    }
    .index-banner-box, 
    .index-banner-list, 
    .index-video-box, 
    .index-video, 
    .index-video-bg,
    .pages-banner,
    .pages-banner-img-box{
        height: 100vw;
    }
}
@media only screen and (max-width: 750px){
    .index-fixed-faq-info-box{
        width: 400px;
    }
    .index-fixed-store-info-title{
        font-size: 20px;
    }
    .pages-banner,
    .pages-banner-box{
        height: 100vw;
    }
    .index-fixed-box {
        bottom: 30px;
    }
    .index-fixed-store-arrow-box span {
        font-size: 22px;
        padding-left: 7px;
    }
    .index-fixed-dividend-box{
        display: inline-flex;
        vertical-align: top;
        margin-top: 0;
        margin: 0 5px;
    }
}
@media only screen and (max-width: 550px){
    
    .index-fixed-dividend-box{
        width: 80px;
        height: 80px;
        box-sizing: border-box;
        padding: 0 5px;
        vertical-align: middle;
    }
    .index-fixed-dividend-box p{
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: 0;
    }
    .index-fixed-dividend-date{
        font-size: 12px;
        line-height: 1.2;
    }
    .index-fixed-faq-box img{
        width: 30px;
        margin-bottom: 5px;
    }
    .index-fixed-filter-box img{
        width: 25px;
    }
    .index-fixed-faq-info-box{
        width: 100%;
        z-index: 0;
    }
    .index-fixed-store-info-title{
        font-size: 18px;
        line-height: 40px;
        padding: 0 15px;
    }
    .index-fixed-faq-arrow-box{
        width: 40px;
        line-height: 30px;
        height: 40px;
        font-size: 40px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }
    .index-fixed-faq-info-all-box{
        padding: 10px 15px;
        padding-right: 0;
        height: calc(100vh - 40px);
        max-height: initial;
    }
    .index-fixed-faq-window-box{
        width: 100%;
        height: 100vh;
        bottom: initial;
        top: 0;
    }
    .index-fixed-box.open{
        z-index: 999999;
    }
    .index-fixed-store-info-box{
        width: 250px;
    }
    .index-fixed-store-box{
        width: 290px;
        right: -250px;
    }
    .pages-banner,
    .pages-banner-img-box{
        height: 100vw;
    }
    .index-fixed-box {
        bottom: 10px;
    }
    .index-fixed-faq-more-box{
        line-height: 38px;
        font-size: 16px;
        right: 40px;
        box-shadow: none;
    }
    .index-fixed-store-arrow-box span{
        font-size: 18px;
        padding-left: 9px;
    }
    .index-fixed-filter-box p{
        padding: 0 5px;
    }
}
@media only screen and (max-height: 480px){
    .index-fixed-store-box{
        top: 70px;
    }
    .index-fixed-store-arrow-box{
        line-height: 60px;
        font-size: 38px;
    }
    .index-fixed-store-info-all-box{
        height: 330px;
        max-height: calc(100vh -130px);
    }
    .index-fixed-faq-box ,
    .index-fixed-filter-box {
        margin-top: 10px;
    }
    .index-fixed-dividend-box{
        width: 80px;
        height: 80px;
        box-sizing: border-box;
        padding: 0 5px;
    }
    .index-fixed-dividend-box p{
        font-size: 12px;
        line-height: 1.2;
    }
    .index-fixed-dividend-date{
        font-size: 12px;
        line-height: 1.2;
    }
    .index-fixed-faq-box img{
        width: 30px;
        margin-bottom: 5px;
    }
    .index-fixed-filter-box img{
        width: 25px;
    }
    .index-fixed-box {
        bottom: 10px;
    }
}
@media only screen and (max-height: 400px){
    .index-fixed-store-box {
        top: 100px;
    }
    .index-fixed-store-info-all-box{
        max-height: calc(100vh - 150px);
    }
    .index-fixed-dividend-box{
        display: inline-flex;
        vertical-align: top;
        margin-top: 0;
        margin: 0 5px;
    }
    .index-fixed-store-arrow-box span {
        font-size: 16px;
        padding-left: 10px;
    }
    .index-fixed-store-arrow-box p{
        font-size: 40px;
        left: -8px;
        line-height: 50px;
    }
    .index-fixed-store-box.open .index-fixed-store-arrow-box p {
        left: 4px;
    }
}




@media only screen and (min-width: 1000px){
    .index-fixed-store-arrow-box:hover{
        right: 0px;
    }
}