﻿.products-box{
    width: 1565px;
    max-width: 100%;
    display: block;
    margin: 0 auto;

}

.products-class-box{
    width: 1565px;
    max-width: 100%;
    display: block;
    position: fixed;
    padding: 20px 0;
    background-color: #FFF;
    z-index: 1;
    top: 0;
}

.rwd-products-title{
    display: none;
}
.products-class-box li{
    padding: 0 20px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #555555;
    letter-spacing: 1px;
    vertical-align: middle;
}
.products-class-box li a{
    display: block;
}
.products-class-box li:before{
    content: 'normal';
    font-size: 0;
    width: 1px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    background-color: #555555;
}

.products-class-box li:last-child:after{
    content: 'normal';
    font-size: 0;
    width: 1px;
    height: 16px;
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    background-color: #555555;
}

.products-list-box{
    width: 100%;
    display: block;
    font-size: 0;
    margin-top: 100px;
}
.products-list{
    width: 500px;
    height: 400px;
    display: inline-block;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    opacity: 0;
    transition: all .3s linear;
}
.products-list-img{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list-img span{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.products-list{
    margin-bottom: 20px;
}
.products-list-box .products-list:nth-child(3n+2){
    margin: 0 32px;
}
.products-list-title{
    width: 100%;
    font-size: 14px;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    z-index: 5;
    transition: all .3s linear;
}
.products-list-title-box{
    width: 50%;
    display: block;
    position: absolute;
    left: 0;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 15%;
}
.products-mask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #835225;
    transform: scale(0, 1);
    transform-origin: left;
    transition: all .3s linear;
}


/* ---------------products-page---------------------- */
.products-edit-box{
    width: 250px;
    max-width: 100%;
    height: 100vh;
    display: inline-block;
    vertical-align: top;
    background-color: #1b1b1b;
     padding: 0 20px;
    box-sizing: border-box;
}

.products-page-box{
    width: calc(100% - 250px);
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    box-sizing: border-box;
    height: 100%;
}

#products-page .products-class-box{
    position: relative;
    width: 100%;
    padding-top: 10px;
}
#products-page .main-right-box{
    font-size: 0;
}
.products-edit-title{
    padding-top: 20vh;
    font-size: 16px;
    color: #FFF;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
    display: block;
}
.products-line{
    width: 20px;
    height: 1px;
    display: block;
    margin: 20px auto;
    background-color: #FFF;
}
.products-page-edit{
    font-size: 16px;
    display: block;
    color: #FFF;
    letter-spacing: 2px;
    max-height: 70vh;
    overflow: hidden;
    text-align: justify;
}
.products-page-list-box{
    width: 100%;
    display: block;
    height: calc(100% - 80px);
    padding-bottom: 30px;
    padding-top: 10px;
    box-sizing: border-box;
    overflow: hidden;
}


.products-page-img{
    max-width: 100%;
    height: 100%;
    margin: 0 20px;
    display: block;
    position: relative;
}

.products-page-mask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url('../img/hover-icon.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: all .3s linear;
}

.fancybox-button--play,
.fancybox-button--fullscreen,
.fancybox-button--thumbs{
    display: none!important;
}
.fancybox-button{
    background: #FFF;
    color: #000;
}
.fancybox-button:hover{
    background: #FFF;
}
.fancybox-infobar .fancybox-button--right{
    background: transparent;
    background-image: url('../img/arrow-next.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 30px;
    position: fixed;
    right: 20%;
    top: calc(50% - 15px);
}
.fancybox-infobar .fancybox-button--left{
    background: transparent;
    background-image: url('../img/arrow-prev.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 30px;
    position: fixed;
    left: 20%;
    top: calc(50% - 15px);
}
.fancybox-infobar .fancybox-button--left::before, .fancybox-infobar .fancybox-button--left::after,
.fancybox-infobar .fancybox-button--right::before, .fancybox-infobar .fancybox-button--right::after{
    display: none;
}
.fancybox-infobar__body{
    display: none;
}
.fancybox-container--ready .fancybox-bg{
    background: #000;
    opacity: 0.9;
}



div#wheel div.wheel_wrap {
    position: relative;
    width: 100%;
    height: 100%;

}
div#wheel div.wheel_wrap ul.infinity_wrap li{
    position: absolute;
    display:inline-block;
    top:0;
}
div#wheel div.wheel_wrap ul.infinity_wrap li a{
    margin: 0 10px ;
    display: block;
    outline: none;
}

 .products-page-img-mask-box{
    position: relative;
    overflow: hidden;
 }