#banner {
	max-width: 100%;
	display: block;
	margin: 20px 0;
	border: 10px solid #fff;
	box-sizing: border-box;
	box-shadow: 3px 3px 5px rgba(0,0,0,.1);
}
#local-avatar {
	cursor: pointer;
}
@media screen and ( max-width: 1000px ) {
	#banner {
		height: auto;
	}
}
@media screen and ( max-width: 640px ) {
	#banner {
		border-width: 5px;
	}
}

#qqworld-cloud-storage-tabs {
height: 40px;
margin-top: 35px;
border-bottom: 1px solid #aaa;
box-shadow: inset 0 -7px 10px rgba(0,0,0,.05);
}
#qqworld-cloud-storage-tabs li {
	float: left;
	height: 39px;
	line-height: 39px;
	font-size: 24px;
	padding: 0 40px;
	border: 1px solid #aaa;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	color: #aaa;
	-webkit-transition: width .25s, height .25s, background .25s, color .25s, box-shadow .25s;
	-moz-transition: width .25s, height .25s, background .25s, color .25s, box-shadow .25s;
	-o-transition: width .25s, height .25s, background .25s, color .25s, box-shadow .25s;
	-ms-transition: width .25s, height .25s, background .25s, color .25s, box-shadow .25s;
	transition: width .25s, height .25s, background .25s, color .25s, box-shadow .25s;
}
#qqworld-cloud-storage-tabs li:hover {
	color: #666;
	background: #fff;
	box-shadow: inset 0 -7px 10px rgba(0,0,0,.05);
}
#qqworld-cloud-storage-tabs li.current {
	color: #333;
	position: relative;
	top: 1px;
	height: 43px;
	line-height: 40px;
	border-bottom: none;
	background: #f1f1f1;
	box-shadow: none;
}

@media screen and ( max-width: 1320px ) {
	#qqworld-cloud-storage-tabs li {
		font-size: 24px;
		padding: 0 26px;
	}
}
@media screen and ( max-width: 1132px ) {
	#qqworld-cloud-storage-tabs li {
		font-size: 20px;
		padding: 0 22px;
	}
}
@media screen and ( max-width: 1000px ) {
	#banner {
		height: auto;
	}
	#qqworld-cloud-storage-tabs li {
		font-size: 18px;
		padding: 0 18px;
	}
}
@media screen and ( max-width: 728px ) {
	#qqworld-cloud-storage-tabs li {
		font-size: 14px;
		padding: 0 10px;
		margin: 0 3px;
	}
}
@media screen and ( max-width: 640px ) {
	#qqworld-cloud-storage-tabs li {
		font-size: 12px;
		padding: 0 8px;
		margin: 0 2px;
	}
}

.tab-content.hidden {
	display: none;
}

#products {

}

#products > li {
	width: 33.3333%;
	float: left;
	padding: 50px;
	box-sizing: border-box;
	-webkit-transition: transform .5s cubic-bezier(0.175,0.885,0.320,1.275);
	-moz-transition: transform .5s cubic-bezier(0.175,0.885,0.320,1.275);
	-o-transition: transform .5s cubic-bezier(0.175,0.885,0.320,1.275);
	-ms-transition: transform .5s cubic-bezier(0.175,0.885,0.320,1.275);
	transition: transform .5s cubic-bezier(0.175,0.885,0.320,1.275);
}
#products > li:hover {
	transform: scale(1.05, 1.05);
}
#products > li p {
	max-width: 300px;
}

#contact-table .contact-qrcode {
	border: 5px solid #fff;
	width: 150px;
	height: auto;
	transition: width .5s;
}
#contact-table .contact-qrcode:hover {
	width: 250px;
}

