/*钢琴详情页非公共内容*/
.page-factory-box {
	position: relative;
	font-size: 0.65rem;
}
/*swiper*/
 .swiper-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
    	position: relative;
        background-size: cover;
        background-position: center;
    }
.gallery-top .swiper-slide {
    padding-top: 0px;
    background: rgba(56,56,56,1);
}
     .gallery-top .swiper-slide img {
    	/*border-left: 15px solid rgba(0,0,0,0.2);
    	border-right: 15px solid rgba(0,0,0,0.2);*/
    }
    .slide-text {
    	padding: 15px;
    	width: 100%;
    	height: auto;
    }
    .slide-text {
     
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: auto; 
    	overflow:hidden;
    	background: rgba(0,0,0,0.2);
    	/*border-radius: 4px;*/
    }
    .gallery-top {
        height: 80%;
        width: 100%;
    }
    .gallery-thumbs {
    	height: 100px;
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
    }
    .gallery-thumbs .swiper-slide {
    	/*height:100px;*/
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }
    .gallery-thumbs .swiper-slide-active {
        opacity: 1;
    }
    
/*导航展开*/
/*二级菜单*/

.little-dropdown-menu-second-box {
	display: block;
	/*padding-left: 40px;
	background: #f2f2f2;*/
}


/*三级菜单*/

.little-dropdown-menu-three-box {
	display: block;
	/*padding-left: 40px;
	background: #f2f2f2;*/
}




.swiper-slide {
    overflow: hidden;
    background: rgba(56,56,56,1);
}
    	.outulist{
    		background: #2d2d2d;
    	}
	    .ulist{
		    width: calc(100% - 14px);
		    height: 51px;
		    white-space: nowrap;
		    background: transparent;
		    line-height: 40px;
		    color: #fff;
	    	display: block;
	    	overflow-x: auto;
	    	overflow-y:hidden ;
	    	margin: 0 auto;
	    	}
	    .ulist li{
	    	text-align: center;
		    display: inline-block;		    
		    box-sizing: border-box;
		    border-bottom:3px transparent solid;
		    font-weight:bold;
            font-size:0.9rem;
	    }
	    .ulist li.selected{
		    border-bottom:3px #fff solid;
	    }
	     	    
	    .gallery-top .swiper-slide img{
	    	/*border-left: 7px solid rgba(0,0,0,0.2);
    		border-right: 7px solid rgba(0,0,0,0.2);*/
	    }
	    
	      .ulist-main{
		    width:calc(100% - 14px);
		    margin: 0 auto;
		    white-space: nowrap;
		    position: relative;
            
	    }
	    .ulist-main .um-el{
            width:100%;
	    	display: inline-block;
	    	white-space: normal;
            margin-right:19px;
            vertical-align:top;
            padding-bottom:60px;    
            padding-top: 60px;
	    }
	  .swiper-slide img{
	height: auto!important;
}
@media screen and (min-width: 1024px) {
	    
        .ulist::-webkit-scrollbar {
            height: 8px;
        }
        .ulist::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            background: rgba(0,0,0,0.2);
        }
        .ulist::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            border-radius: 0;
            background: rgba(194,194,194,0.4);

        }	    
}
 