﻿/*楼层*/
.floor-nav{
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left:-674px;
    z-index: 7;
    background: #fff;
    border:1px solid #ddd;
    display: none;
}
.floor-nav>li{
    width: 30px;
    height: 30px;
    padding:5px;
    line-height: 15px;
    font-size: 12px;
    color: #999;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}
.floor-nav>li+li{
    border-top: 1px solid #ddd;
}
.floor-nav>li:hover{
    background: #aaa;
    color: #fff;
}
.floor-nav .floor-nav-ac{
    background: #aaa;
    color: #fff;
}
.floor-nav>li>span{
    display: block;
    height: 15px;
    overflow: hidden;
}



/*右侧边栏*/
.slidebar-right{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 7;
    background: #fff;
    border:1px solid #ddd;
}
.slidebar-item{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-bottom: 1px solid #ddd;
    background-image: url("../images/ico-tphsop-index.png");
    background-repeat: no-repeat;
}
.ico-slidebar4{
    border-bottom: none;
    height: 0;
    overflow: hidden;
}
.ico-slidebar1{
    background-position: -235px 0;
}
.ico-slidebar2{
    background-position: -275px 0;
}
.ico-slidebar3{
    background-position: -235px -40px;
}
.ico-slidebar4{
    background-position: -275px -40px;
}
.sbar-hover-txt{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    padding: 5px;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    background-color: #aaa;
    text-align: center;
}
.slidebar-item:hover .sbar-hover-txt{
    display: block;
}
.sbar-hover-pic{
    position: absolute;
    /*left: -117px;*/
    left: 61px;
    top: -41px;
    padding: 10px;
    width: 80px;
    background: #fff;
    border: 1px solid #ddd;
    opacity: 0;
}
.slidebar-item:hover .sbar-hover-pic{
    left:-117px;
    opacity:1;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.sbar-hover-pic:before{
    content: '';
    position: absolute;
    left: 101px;
    top: 48px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 14px solid #ddd;
}
.sbar-hover-pic:after{
    content: '';
    position: absolute;
    left: 100px;
    top: 49px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 13px solid #fff;
}
.ico-slidebar3 .sbar-hover-pic{
    top: -82px;
}
.ico-slidebar3 .sbar-hover-pic:before{
    top: 89px;
}
.ico-slidebar3 .sbar-hover-pic:after{
    top: 90px;
}



.qrcode-wrap{
    width: 80px;
    height: 80px;
    overflow: hidden;
    cursor: pointer;
}
.qrcode-des{
    line-height: 21px;
    height: 63px;
    overflow: hidden;
    font-size: 12px;
    color: #333;
    text-align: center;
}

/*轮播图*/
.carousel{
    position: relative;
    height: 450px;
    width: 100%;
    overflow: hidden;
}
.carousel-inner{
    position: absolute;
    left: 0;
    top: 0;
    height: 450px;
    width: 100%;
}
.carousel-inner>.item{
    float: left;
    position: relative;
    height: 450px;
    width: 100%;
}
.carousel-inner .item-pic{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -402px;
    width: 814px;
    height: 450px;
    overflow: hidden;
}
.pagination{
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index:6;
    width: 100%;
    text-align: center;
}
.pagination-item{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 2px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
}
.pagination-item:hover{
    background-color: #fff;
}
.pagination-item.active{
    background-color: #fff;
}
.carousel-control{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    width: 40px;
    height: 80px;
    color: #fff;
    background-color:#000;
    background-image:url("../images/ico-arrow-banner.png");
    background-repeat: no-repeat;
    opacity: .2;
}
.carousel-control.left-btn{
    background-position: -2px 0;
    margin-left: -380px;
}
.carousel-control.right-btn{
    background-position: -42px 0;
    margin-left:347px;
}
.carousel .carousel-control:hover{
    opacity:.6;
}
.banner-right-box{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 412px;
    width: 200px;
    height: 440px;
    padding-top: 10px;
}
.banner-right-item{
    display: block;
    width: 200px;
    height: 210px;
    margin-bottom:10px;
    opacity: 0.8;
}
.banner-right-item:hover{
    opacity: 1;
}


/*广告图*/
.adv3 {
    padding-top: 180px;
    height: 180px;
    top:0px;
    /*overflow: hidden;
    background: url("../images/bg-brand.jpg") no-repeat 0 20px;*/
    background: url("../images/xy6.jpg");
		background-attachment: scroll;
		background-size: cover;
		background-repeat: no-repeat;
    position: relative;
}
.adv3 .recommend-brand{
    float: left;
    width: 315px;
    height: 168px;
    margin-left: 70px;
    margin-top: 5px;
    overflow: hidden;
    background-color: #f5f5f5;
    border: 1px solid #eee;
}
.adver_line{
    display: block;
    width: 1224px;
    height: 120px;
    margin: 20px auto 0;
    overflow: hidden;
}
/*楼层*/
.floor-top{
    height: 35px;
    padding-top: 40px;
}
.floor-title{
    float: left;
    width: 240px;
    height: 35px;
    font-weight: 500;
    font-size: 20px;
    color: #333;
}
.floor-nav-list{
    float: left;
    width: 720px;
    height: 35px;
    margin-left: 4px;
    overflow: hidden;
}
.floor-nav-item{
    float: left;
    height: 35px;
    padding:0 10px;
    font-size: 14px;
    color: #666;
}
.floor-nav-item:hover{
    color: #e23435;
}
.nav-more-btn{
    float: right;
    font-size: 14px;
    color: #666;
}
.nav-more-btn>i{
    font-family: consolas;
    margin: 0 10px;
    font-size: 20px;
}
.nav-more-btn:hover{
    color:#e23435;
}
.floor-main{
    height: 538px;
}
.floor-brand{
    float: left;
    width: 240px;
    min-height:1px;
}
.floor-brand .brand-big{
    display: block;
    width: 240px;
    height: 385px;
    overflow: hidden;
    margin-bottom: 13px;
}
.floor-brand .brand-samll{
    display: block;
    width: 240px;
    height: 140px;
    overflow: hidden;
}
/*
.floor-goods-list{
    float: left;
    width: 744px;
    height: 538px;
    margin-left: 13px;
    overflow: hidden;
    background-color: #fff;
    border-left: 1px solid #eee;
}
.floor-goods-item{
    float: left;
    width: 167px;
    padding: 0 40px;
    height: 268px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    overflow: hidden;
    text-align: center;
    background-image:url("../images/goodbj.jpg");
		background-attachment: scroll;
		background-size: 247px 268px;
		background-repeat: no-repeat;
}
*/
.floor-goods-list{
    float: left;
    height: auto;
    overflow: hidden;
   /*background-color: #fff;*/
    border-left: 1px solid #eee;
}
.floor-goods-item{
    float: left;
    width: 33.2%;
    height: auto;
    overflow: hidden;
    text-align: center;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-image:url("../images/goodbj111111.jpg");
		background-attachment: scroll;
		background-size: 100% 100%;
		background-repeat: no-repeat;
}
.floor-goods-item:hover{
    background-color: #f5f5f5;
}
.floor-goods-item .googs-title{
    font-size: 16px;
    width: 60%;
    height: 24px;
    line-height: 24px;
    padding-top: 24px;
    color: #000000;
}
.floor-goods-item .googs-price{
    font-size:14px;
    width: 60%;
    height: 48px;
    line-height: 48px;
    color: #f71b1c;
}
.floor-goods-item .goods-pic{
    width: 80%;
    height: auto;
    margin:auto;
    overflow: hidden;
}
/*
.floor-recommend{
    float: left;
    width: 226px;
    height: 538px;
    background-image:url("../images/gdbj.jpg");
		background-attachment: scroll;
		background-size: 226px 538px;
		background-repeat: no-repeat;
    /*background-color: #fff;*/
}
*/

.floor-recommend{
    float: left;
    height: auto;
    background-image:url("../images/gdbj.jpg");
		background-attachment: scroll;
		background-size:  100% 100%;
		background-repeat: no-repeat;
    border-left: 1px solid #eee;
    /*background-color: #fff;*/
}
.floor-recommend-title{
    height: 52px;
    padding-left: 0;
    line-height: 52px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #eee;
}
.floor-recommend-wrap{
    position: relative;
    height: 432px;
    overflow: hidden;
}
.floor-recommend-list{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.floor-recommend-item{
    display: block;
    width: 100%;
    height: 67px;
    padding: 20px 15px;
    border-bottom: 1px solid #eee;
}
.floor-recommend-item:hover{
    background-color: #f5f5f5;
}
.floor-recommend-pic{
    float: left;
    width: 67px;
    height: 67px;
    margin-right: 10px;
    overflow: hidden;
}
.floor-recommend-cont{
    float: left;
    width: 118px;
}
.recommend-goods-name{
    width: 118px;
    height: 14px;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 7px;
    color: #333;
}
.recommend-goods-des{
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #999;
}
.recommend-goods-price{
    color: #f50c0c;
}
.recommend-more-btn{
    display: block;
    height: 53px;
    line-height: 53px;
    text-align: right;
    font-size: 12px;
    color: #999;
}
.recommend-more-btn>i{
    font-family: consolas;
    margin: 0 10px;
    font-size: 16px;
}
.recommend-more-btn:hover{
    color:#e23435;
}

.tag{position:absolute; top:0; left:0}

.blank6
{
    position: relative;
    height:6px;
    line-height:6px;
    clear:both
}
.blank10
{
    position: relative;
    height:10px;
    line-height:10px;
    clear:both
}
.blank20
{
    position: relative;
    height:10px;
    line-height:20px;
    clear:both
}
.blank30
{
    position: relative;
    height:30px;
    line-height:30px;
    clear:both
}
.blank50
{
    position: relative;
    height:50px;
    line-height:50px;
    clear:both
}
.blank80
{
    position: relative;
    height:80px;
    line-height:80px;
    clear:both
}
.blank100
{
    position: relative;
    height:100px;
    line-height:100px;
    clear:both
}
.blank150
{
    position: relative;
    height:200px;
    line-height:200px;
    clear:both
}
.blankw6
{
    position: relative;
    width:6px;
    min-width:6px;
    clear:both
}
.blankw10
{
    position: relative;
    width:10px;
    min-width:10px;
    clear:both
}
.blankw20
{
    position: relative;
    width:10px;
    min-width:20px;
    clear:both
}
.blankw30
{
    position: relative;
    width:30px;
    min-width:30px;
    clear:both
}
.blankw50
{
    position: relative;
    width:50px;
    min-width:50px;
    clear:both
}
.blankw80
{
    position: relative;
    width:80px;
    min-width:80px;
    clear:both
}
.blankw100
{
    position: relative;
    width:100px;
    min-width:100px;
    clear:both
}
.blankw150
{
    position: relative;
    width:200px;
    min-width:200px;
    clear:both
}
.mvideo
{
	position: absolute;
	width:390px;
	height:180px;
	float:left;
	left:0;
	top:0;
	/*-webkit-transform: translateX(200px) translateY(-200px);*/
	-ms-transform:translate(210px, -200px); /* IE 9 */
	-moz-transform:translate(210px, -200px); /* Firefox */
	-webkit-transform:translate(210px, -200px); /* Safari and Chrome */
	-o-transform:translate(210px, -200px); /* Opera */
	transform:translate(210px, -200px);
	/*
	z-index:99999999999999999999;
	border: 1px solid #cccc99;
	-webkit-box-shadow:rgba(0,0,0,1) 3px 5px 10px;
	-moz-box-shadow: rgba(0,0,0,1) 3 5 10px;
	box-shadow: rgba(0,0,0,1) 3 5 10px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000,strength=4);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	*/
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-moz-filter: blur(0px);
	-webkit-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
    background-image:url("../images/vbj.jpg");
		background-attachment: scroll;
		background-size: 390px 180px;
		background-repeat: no-repeat;
}
.mvideo1
{
	position: absolute;
	width:390px;
	height:180px;
	float:right;
	left:0;
	top:0;
	-ms-transform:translate(630px, -200px); /* IE 9 */
	-moz-transform:translate(630px, -200px); /* Firefox */
	-webkit-transform:translate(630px, -200px); /* Safari and Chrome */
	-o-transform:translate(630px, -200px); /* Opera */
	transform:translate(630px, -200px);
	/*
	z-index:99999999999999999999;
	border: 1px solid #cccc99;
	-webkit-box-shadow:rgba(0,0,0,1) 3px 5px 10px;
	-moz-box-shadow: rgba(0,0,0,1) 3 5 10px;
	box-shadow: rgba(0,0,0,1) 3 5 10px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000,strength=4);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	*/
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-moz-filter: blur(0px);
	-webkit-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
    background-image:url("../images/vbj.jpg");
		background-attachment: scroll;
		background-size: 390px 180px;
		background-repeat: no-repeat;
}
em1
{
	background:#cccc99;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	border: medium double rgb(153,153,51);
	top:-6px;
    height: 24px;
    line-height: 24px;
	position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
	filter:alpha(Opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
.fill-fit { object-fit: fill; }
.contain-fit { object-fit: contain; }
.cover-fit { object-fit: cover; }
.none-fit { object-fit: none; }
.scale-down-fit { object-fit: scale-down; }
video {object-fit: fill;}