﻿/*Â¥²ã*/

img{
	border: none;
}
.floor-nav {
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-695px;
	z-index:7;
	background:#fff;
	border:1px solid #ddd;
	border-radius: 5px;
	display:none;
	overflow: hidden;
}
.floor-nav>li {
	width:50px;
	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;
	width:50px;
}
.floor-nav>li>span {
	display:block;
	height:15px;
	width:50px;
	overflow:hidden;
}
@media only screen and (min-width:1200px) and (max-width:1400px) {
	.floor-nav {
	left:0;
	margin-left:0;
}
}
/*ÓÒ²à±ßÀ¸*/
.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-slidebar1 {
	background-position:-235px 0;
}
.ico-slidebar2 {
	background-position:-275px 0;
}
.ico-slidebar3 {
	background-position:-235px -40px;
}
.ico-slidebar4 {
	border-bottom:none;
	height:0;
	overflow:hidden;
	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: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:480px;
	width:100%;
	overflow:hidden;
}
.carousel-inner {
	position:absolute;
	left:0;
	top:0;
	height:480px;
	width:100%;
}
.carousel-inner>.item {
	float:left;
	position:relative;
	height:480px;
	width:100%;
}
.carousel-inner .item-pic {
	position:absolute;
	top:0;
	width: 100%;
	height:480px;
	overflow:hidden;
}
.pagination {
	position:absolute;
	bottom:20px;
	z-index:6;
	text-align:center;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
}
.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%;
	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;
	position: absolute;
	left: 210px;
	top: -200px;
}
.carousel-control.right-btn {
	background-position: -42px 0;
	position: absolute;
	right: 0;
	top: -200px;
}
.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.7;
}
.banner-right-item:hover {
	opacity:1;
}
/*¹ã¸æÍ¼*/
.adv3 {
	margin-top:30px !important;
	height:210px;
}
.adv3 .recommend-brand{
	float:left;
	width:380px;
	height:210px;
	margin-left: 30px;
	overflow:hidden;
	background-color:#fff;
	border-radius: 5px;
	transition: .5s;
}
.adv3 .recommend-brand:hover{
	box-shadow:0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}
.adv3 .recommend-brand:first-child{
	margin-left: 0;
}
.adv3 .recommend-brand img{
	display: block;
	width: 350px;
	height: 180px;
	object-fit: cover;
	margin: 15px;
	border-radius: 5px;
}
.adver_line{
	display:block;
	width:1200px;
	height:120px;
	margin:20px auto 0;
	overflow:hidden;
	border-radius: 5px;
}
/*Â¥²ã*/
.floor-top {
	height:36px;
	margin: 30px 0 16px;
}
.floor-title {
	float:left;
	width:240px;
	height:36px;
	font-weight:500;
	font-size:28px;
	color:#333;
	font-weight: bold;
	border-left: 6px solid #FF4C4C;
	padding-left: 10px;
	line-height: 36px;
}
.floor-nav-list {
	float:left;
	width:720px;
	height:36px;
	line-height: 36px;
	margin-right:20px;
	overflow:hidden;
}
.floor-nav-item {
	float:left;
	height:35px;
	margin-right: 20px;
	font-size:14px;
	color:#999;
}
.floor-nav-item:hover {
	color:#e23435;
}
.nav-more-btn {
	float:right;
	font-size:14px;
	color:#999;
}
.nav-more-btn>i {
	font-family:consolas;
	margin:0 10px;
	font-size:20px;
}
.nav-more-btn:hover {
	color:#e23435;
}
.floor-main {
	height:588px;
}
.floor-brand {
	float:left;
	width:240px;
	min-height:1px;
}
.floor-brand .brand-big {
	display:block;
	width:240px;
	height:436px;
	overflow:hidden;
	margin-bottom:14px;
}
.floor-brand .brand-big img{
	display: block;
	width: 240px;
	height: 436px;
	object-fit: cover;
	border-radius: 5px;
}
.floor-brand .brand-samll {
	display:block;
	width:240px;
	height:124px;
	overflow:hidden;
}
.floor-brand .brand-samll img{
	display: block;
	width: 240px;
	height: 124px;
	border-radius: 5px;
	object-fit: cover;
}
.floor-goods-list {
	float:left;
	width:960px;
	height:588px;
	overflow: hidden;
}
.floor-goods-item{
	float:left;
	width:226px;
	height:280px;
	background-color: #fff;
	overflow:hidden;
	text-align:center;
	margin-left: 14px;
	border-radius: 5px;
	margin-bottom: 14px;
	transition: .5s;
}
.floor-goods-item:hover{
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.floor-goods-item .googs-title {
	font-size:14px;
	width:200px;
	height:40px;
	line-height:20px;
	color:#666;
	margin: 20px auto 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.floor-goods-item .googs-price {
	font-size:14px;
	width:200px;
	height:40px;
	line-height:40px;
	color:#ff4c4c;
	margin: 0px auto 0;
}
.floor-goods-item .goods-pic {
	width:140px;
	height:140px;
	margin:36px auto 0;
	overflow:hidden;
}
.floor-recommend {
	float:left;
	width:238px;
	height:574px;
	overflow: hidden;
	background-color:#fff;
	border-radius: 5px;
}
.floor-recommend-title {
	height:48px;
	padding-left:15px;
	line-height:52px;
	font-size:16px;
	color:#333;
	border-bottom:1px solid #eee;
}
.floor-recommend-wrap {
	position:relative;
	height:524px;
	width: 238px;
	overflow:hidden;
}
.floor-recommend-list {
	position:absolute;
	left:0;
	top:0;
}
.floor-recommend-item {
	display:block;
	width:208px;
	height:64px;
	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;
	float: right;
	height:53px;
	line-height:48px;
	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;
}


.rmtj{
	width: 1220px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.rmtj .floor-top{
	width: 1200px;
    height: 36px;
    margin: 30px auto 16px;
}
.rmtj-cont{
	width: 1220px;
	height: 300px;
}
.rmtj-list-main{
	width: 1220px;
	height: 300px;
	overflow: hidden;
}
.rmtj-list-main .rmtj-list{
	float: left;
	width: 224px;
	height: 280px;
	border-radius: 5px;
	background-color: #fff;
	margin: 0 10px;
	transition: .5s;
}
.rmtj-list-main .rmtj-list:hover{
	cursor: pointer;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.rmtj-list-main .rmtj-list .img{
	width: 140px;
	height: 140px;
	overflow: hidden;
	margin: 36px auto 0;
}
.rmtj-list-main .rmtj-list .img img{
	display: block;
	width: 140px;
	height: 140px;
	object-fit: cover;
}
.rmtj-title{
	font-size:14px;
	width:200px;
	height:40px;
	line-height:20px;
	color:#666;
	margin: 20px auto 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.rmtj-price{
	font-size: 14px;
	color: #ff4c4c;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 0 auto 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}








