@charset "utf-8";
/* CSS Document */
/*-----------------banner--------------------*/
#banner {
	margin: 0;
}
.bannerslide li {
	width: 100%;
}
/*-----------------top--------------------*/
#storeTop {
	margin: 60px auto 0 auto;
	padding: 15px 10px;
	position: relative;
	background: #FFF;
	border-bottom: 1px solid #e0e0e0;
}
#storeTopLeft {
	float: left;
	width: 95px;
}
#storeTopLeft .squareThumb {
	border-radius:100px;

}
#storeTopRight {
	width: auto;
	margin-left: 110px;
}
#storeTopRight a{ color:#333;}
.badge li {
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 22px 22px;
	padding-left: 28px;
	margin-bottom: 5px;
	line-height: 22px;
}
.badge li.storeReal {
	background-image: url(../images/badges/storeReal.svg);
}
.badge li.storeHot {
	background-image: url(../images/badges/BP1.svg);
}
.badge li.storeExcellent {
	background-image: url(../images/badges/storeExcellent.svg);
}
/*---------rate----------*/
#topInfo {
	position: absolute;
	right: 10px;
	bottom: 15px;
	text-align: right;
}
#rate {
	line-height: 100%;
}
#rate li {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/starEmpty.svg);
}
#rate li.star {
	background-image: url(../images/star.svg);
}
/*---------news / data---------------*/
.openStore {
	background-image: url(../images/openItem.svg);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: right 10px center;
	background-color:#fff;
}
.itemClose {
	background-image: url(../images/CloseItem.svg);
}
.openStore p{
	padding: 10px 0 10px 50px;
	font-size: 15px;
	border-bottom: 1px solid #e0e0e0;
	background-repeat: no-repeat;
	background-size: 22px 22px;
	background-position: left 15px center;
}
p.openStoreData {
	background-image: url(../images/data.svg);
}
p.openStoreNews {
	background-image: url(../images/news.svg);
}
.hidden{padding:10px;}
/*------------storeNews-----------*/
.storeNews li {
	padding:7px 0;
	border-bottom: 1px solid #e0e0e0;
}
.storeNews li:last-child {
	border: 0;
}
.storeNews li a {
	color: #333;
}
.storeNews li a:hover{ color:#007AFF;}
/*--------------tab-----------------*/
#tabsNav {
	overflow: auto;
}
#tabsNav li:first-child {
	margin: 0;
	z-index: 4;
}
#tabsNav li:nth-child(2) {
	z-index: 3;
}
#tabsNav li:nth-child(3) {
	z-index: 2;
}
#tabsNav li:last-child(3) {
	z-index: 1;
}
#tabsNav li {
	float: left;
	margin-left: -4px;
	position: relative;
}
#tabsNav li a {
	display: block;
	text-decoration: none;
	color: #888;
	text-align: center;
	padding: 10px 15px;
	background-image: url(../images/tab.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 100%;
	background-color: transparent;
}
#tabsNav li.active a, #tabsNav li a:hover {
	color: #333;
	background-image: url(../images/tabSele.png);
}
/*---------------------album---------------------------*/
#albumLarge {
	text-align: center;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}
#albumThumb {
	margin-top: 10px;
}
#albumThumb li {
	width: 15%;
	margin-right: 2%;
	float: left;
	cursor: pointer;
	display: block;
	border: 1px solid #e0e0e0;
	position: relative;
}
#albumThumb li:last-of-type {
	margin: 0;
}
#albumThumb li.target {
	border: 1px solid #007AFF;
}
#albumThumb li.video span {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-image: url(../images/youtube.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 36px 36px;
}

/*---------------------footer menu---------------------------*/
#floatBtnStore {
    background-color: #fff;
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 991;
    text-align: center;
    border-top: 1px solid #ddd;
}

#floatBtnStore ul li {
    float: left;
    width: 25%;
    height: 50px;
	border-left:solid 1px #ccc;

}

#floatBtnStore ul li:first-child {
    border-left: none;
}
#floatBtnStore ul li:last-child {
    border-right: none;
}

#floatBtnStore ul li a {
    display: block;
    width: 100%;
    height: 50px;
    padding-top: 15px;
    color: #000000;
	font-size:13px;
    background-repeat: no-repeat;
    background-position: left 8px center;
    background-size: 16px 16px;
	margin-left:13px;
}

#floatBtnStore ul li.storehomefooter a {
    background-image: url(../images/storeHome.svg);
}

#floatBtnStore ul li.storeprodfooter a {
    background-image: url(../images/pordBlack.svg);
}

#floatBtnStore ul li.storemediafooter a {
    background-image: url(../images/storeStream.svg);
}

#floatBtnStore ul li.storeblogfooter a {
    background-image: url(../images/blogBlack.svg);
}



