body {
	margin: 0;
	padding: 0;
}

@keyframes template-skeleton-animation {
	0% {
		color: #e0e0e0
	}
	50% {
		color: #efefef
	}
	100% {
		color: #e0e0e0
	}
}

.template-skeleton-animation
{
	animation:template-skeleton-animation 0.8s ease-in-out infinite;
}

.template-skeleton
{
	color: transparent !important;
}

.template-skeleton *
{
	color: transparent !important;
}

a:visited
{
	color: #666;
}

#tip
{
	display:none;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	text-align: center;
	padding:5px;
	border-bottom:1px solid white;
	z-index: 6000;
}

.commonHead {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #E4DFDC;
	font-size: 14px;
	position: relative;
	margin: 0;
	padding-bottom:10px;

}

.menu-ul {
	float: left;
}

.menu li {
	list-style: none; /* ��Ĭ�ϵ��б����ȥ�� */
	float: left; /* ���󸡶� */
	font-size: 15px;
	line-height: 40px;
}

.menu li a {
	display: block; /* ��������Ϊ�鼶Ԫ�� */
	padding-right: 30px; /* �����ڱ߾� */
	color: #5A5A5B; /* ����������ɫ */
	text-decoration: none; /* ȥ���»��� */
	font-size:15px;
}
.menu li a:hover {
	color: #f60; /* ����������ɫ */
}

.logodiv
{
	float: left;
	padding-top: 7px;
}

.logo {
	background-repeat: no-repeat;
	width: 201px;
	height: 35px;
	text-indent: -9999px;
	display: inline-block;
	vertical-align: top;
}

.stock
{
	font-size:12px;
	color:#999;
}

.logodiv {
	height: 60px;
	text-align: right;
}

.menu {
	float: left;
	height: 59px;
}

.usertip {
	float: right;
	width: 300px;
	height: 100%;
	text-align:right;
}

.usertip a {
	width: 50px;
	height: 20px;
	font-size:13px;
	margin-top:20px;
}

.ui-button.btnwhite {
	background-color: white;
	border: 1px solid #f60;
	color:#f60 !important;
}

.ui-button.btnwhite:hover {
	background-color: #f60;
	color:white !important;
}

.footer a
{
	text-decoration: none;
	margin: 10px;
	font-weight: bold;
	display: block; /* ��������Ϊ�鼶Ԫ�� */
}

.footer
{
	width:100%;
	backgroud-color:#dddddd;
	border-top:1px solid #ddd;
	padding:20px;
	box-sizing: border-box;
	font-size:12px;
}

.footer>div
{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
 	width:1000px;
 	text-align:center
}

.footer>div>div
{
	margin-bottom:10px
}

.footer .copyright
{
	color:#666;
}
