.jcarousel-wrapper {
    margin: 0px auto;
    position: relative;
    /* border: 10px solid #fff; */
    /* -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999; */  /* 邊框 */
}


/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
    /* border: 1px solid #fff; */

    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.topbnr .jcarousel ul { height:100vh; width:auto; }
.topbnr .jcarousel li { float:none; position: absolute; top:0; left:0; }
.topbnr .jcarousel li .bnr { opacity: 0; }

.product .jcarousel li { padding-right:30px; }


/** Carousel Controls **/

.control-prev{
    left: 50px;
    background: url("../../images/ico-prev.png") no-repeat center center;
}

.control-next{
    right: 50px;
    background: url("../../images/ico-next.png") no-repeat center center;
}

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    
    margin-top: -15px;
    width: 100px;
    height: 40px;
    
    z-index: 0;

    text-decoration: none;
    cursor: pointer;
    background-size:contain;
}

.control-prev:hover{
    background: url("../../images/ico-prev-b.png") no-repeat center center;
    background-size:contain;
}
.control-next:hover{
    background: url("../../images/ico-next-b.png") no-repeat center center;
    background-size:contain;
}

.controlbd {
    position: absolute;
    left:79px;
    top:30px;
    height:20px;
    width:1px;
    background-color:#e2e2e2;
}


.slide-btn{
    position: absolute;
    bottom: 0vh;
    left:55px;
    /* background:url("../../images/img_down.png") no-repeat center center; */
    /* background-size: contain; */
    width: 60px;
    height: 120px;
    color: #303030;
    font-size:0.9rem;
    transform:translate(-50%,0);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    /* animation: shadow-pulse 1s infinite; */
}

.slide-btn:hover{
    cursor: pointer;
    color:#303030;
    text-decoration: none;
}

.slide-btn .txt {
    line-height: 50px;
    font-size:0.75rem;
    -webkit-transform: rotate(90deg) translate(-10px,0px);
    -moz-transform: rotate(90deg) translate(-10px,0px);
    -ms-transform: rotate(90deg) translate(-10px,0px);
    -o-transform: rotate(90deg) translate(-10px,0px);
    transform: rotate(90deg) translate(-10px,0px);
}

.slide-btn .slidebd {
    position: relative; 
    height:70px;
    width:2px;
    background-color: rgb(48, 48, 48, 0.2);
    margin-left:29px;
    overflow: hidden;
}

.slide-btn .slidebd .bar {
    position: absolute;
    top:0px;
    height:40px;
    width:2px;
    background-color:#303030;
    animation: jump 2s infinite;
}

@keyframes jump {
    0% { top:-40px; }
    100% { top:70px; }
}

@keyframes shadow-pulse{
    0% { box-shadow: 0 0 0 0px rgba(255,255,255,0.2); }
    100% { box-shadow: 0 0 00 35px rgba(255,255,255,0); }
}




/** Carousel Pagination **/

.jcarousel-pagination {
    
    /* bottom: -60px; */
    /* left: 50%; */
    position: absolute;
    bottom: -50px;
    left:50%;
    transform:translate(-50%);
    height:30px;
    /* -webkit-transform: translate(-50%, 0); */
    /* -ms-transform: translate(-50%, 0); */
    /* transform: translate(-50%, 0); */
    margin: 0;
}

.pagin a {
    padding : 10px 0px;
    text-indent: -9999px;
}

.pagin a span {
    text-decoration: none;
    display: inline-block;
    /* font-size: 11px; */
    height: 12px;
    width: 12px;
    line-height: 20px;
    background: #fff;
    opacity: 0.7;
    border-radius: 25px;
    margin:0px 10px;
    

    /* margin:0px 4px; */

    /* -webkit-box-shadow: 0 0 2px #4E443C; */
    /* -moz-box-shadow: 0 0 2px #4E443C; */
    /* box-shadow: 0 0 2px #4E443C; */
}

.pagin a:hover span { 
    background:#00419b;
}

.jcarousel-pagination a span.active {
    background: #fff;
    opacity: 1;
}

@media (max-width:767.98px){
    .control-prev { left: 20px; }
    .control-next { right: 20px; }
}
