.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 {
    width: 200px;
    float: left;
    /* border: 1px solid #fff; */

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

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    transform:translate(0%,-50%);
    /* margin-top: -15px; */
    width: 32px;
    height: 32px;
    text-align: center;
    background-color: #000;
    z-index: 0;
    font-size:1.3rem;
    /* color: rgba(255,255,255,0.7); */
    color:#fff;
    opacity: 0.2;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0 0 1px #000;
    border:none;
    /* font: 24px/27px Arial, sans-serif; */
    /* -webkit-border-radius: 30px; */
    /* -moz-border-radius: 30px; */
    /* border-radius: 30px; */
    /* -webkit-box-shadow: 0 0 4px #F0EFE7; */
    /* -moz-box-shadow: 0 0 4px #F0EFE7; */
    /* box-shadow: 0 0 4px #F0EFE7; */
}

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
    background-color: #bd9f77;
    opacity: 1;
}


.control-prev{
    left: 0px;
}

.control-next{
    right: 0px;
}




/** Carousel Pagination **/
.jcarousel-pagination {
    position: relative;
    /* bottom: -60px; */
    left: 50%;
    top: 10px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
    text-align: left;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    /* height: 60px; */
    /* width: 60px; */
    /* line-height: 10px; */
    padding:5px;
    background: #fff;
    color: #4E443C;
    /* border-radius: 10px; */
    /* text-indent: -9999px; */

    /* margin-right:20px; */


    
}






@media (max-width:767.98px){
    .pagin a:hover { background:#bd9f77; }
    .jcarousel-wrapper .row { display:block; }
    .jcarousel-pagination a.active { background: #bd9f77; }
    .jcarousel-pagination{ text-align: center; }
    .jcarousel-pagination a {
        height:15px;
        width:15px;
        border-radius: 10px;
        text-indent: -9999px;
        margin:0px 20px;
        -webkit-box-shadow: 0 0 2px #4E443C;
        -moz-box-shadow: 0 0 2px #4E443C;
        box-shadow: 0 0 2px #4E443C;
    }
}

/* @media (min-width:576px) and (max-width:767.98px){
    .jcarousel-control-prev,
    .jcarousel-control-next{
        font-size: 3rem;
        width: 60px;
        height: 60px;
    }
} */

@media (max-width:767.98px){
    .jcarousel-pagination a {
        height:10px;
        width:10px;
    }
}

