.jcarousel-wrapper {
    /* margin: 20px 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: 1920em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    /* border: 1px solid #fff; */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 17px;
}

.jcarousel img {
    display: block;
    width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    z-index: 10;
    top: 50%;
    /* margin-top: -15px; */
    width: 110px;
    height: 1px;
    text-align: center;
    background: #ffffff;
    color: #fff;
    text-decoration: none;
    /* text-shadow: 0 0 1px #000; */
    /* font: 18px/10px Arial, sans-serif; */
    /* -webkit-border-radius: 30px; */
    /* -moz-border-radius: 30px; */
    /* border-radius: 37px; */
    /* -webkit-box-shadow: 0 0 4px #F0EFE7; */
    /* -moz-box-shadow: 0 0 4px #F0EFE7; */
    /* box-shadow: 0 0 4px #F0EFE7; */
}

.jcarousel-control-prev {
    left: 590px;
}

.jcarousel-control-next {
    right: 555px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
    display: none;
}

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

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


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

.jcarousel-pagination a.active {
    background: #579040;
    color: #fff;
    opacity: 1;

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

.jca_wrap{
    width: 100%;
}
.jca_wrap .jca_li{
    float: left;
    width: 33%;
    background: rgb(0 0 0 / 15%);
    position: absolute;
    z-index: 1;
    margin-right: 17px;
    filter: blur(50px);
    -webkit-filter: blur(50px);
}

.jca_wrap .jca_li img{
    width: 100%;
    /* border: 1px solid #ff000096; */
}

.jcarousel-control-prev b{
    margin-top: -210px;
    margin-left: -153px;
    display: block;
    font-size: 15px;
    padding: 202px 0;
}

.jcarousel-control-next b{
    margin-top: -210px;
    margin-right: -153px;
    display: block;
    font-size: 15px;
    padding: 202px 0;
}
.prne_wrap{
    width: 100%;
    /* margin: 0 auto; */
    /* background: red; */
    /* height: 400px; */
    /* position: relative; */
    /* margin-top: -215px; */}

    @media (max-width:1770px){
        .jcarousel-control-prev {
            left: 510px;
        }
        .jcarousel-control-next {
            right: 485px;  
    }
}
    
@media (max-width:1620px){
    .jcarousel-control-prev {
        left: 465px;
    }
    .jcarousel-control-next {
        right: 425px;  
}
}
@media (max-width:1500px){
    .jcarousel-control-prev {
        left: 415px;
    }
    .jcarousel-control-next {
        right: 380px;  
}
}
@media (max-width:1400px){
    .jcarousel-control-prev {
        left: 380px;
    }
    .jcarousel-control-next {
        right: 345px;
}
}
@media (max-width:1200px){
    .jcarousel-control-prev {
        left: 330px;
    }
    .jcarousel-control-next {
        right: 295px;
}
}



.youbt_icon{
    background: url(/img/youbt.png) center center no-repeat;;
    position: absolute;
    width: 70px;
    height: 70px;
    overflow: hidden;
    left: 50%;
    top: 50%;
    margin: -31px 0 0 -31px;
    z-index: 1;
    opacity: 0.6;
    pointer-events: none;
}