/*全局可调用基础样式*/
.fq-nowrap{
	white-space: nowrap;
}

.fq-text-white{
	color: #FFF;
}

.fq-text-grey{
	color: #666666;
}

.fq-background-white{
	background-color: #FFF;
}

.fq-background-grey{
	background-color: #8F8F8F;
}

.fq-top-xs{
	top: 5px;
	position: relative;
}

.fq-top-sm{
	top: 10px;
	position: relative;
}

.amz-toolbar{
	right: 396.5px;
	bottom: 50px;
	position: fixed;    
	right: 10px;  
	z-index: 999;
}

.amz-toolbar .follow{
	display: block;    
    opacity: 0.9;    
    background-color: #dd514c;    
    color: #fff;    
    margin-top: 10px;    
	-webkit-transition: all .3s ease-in;    
    transition: all .3s ease-in;
    width: 40px;    
    height: 40px;
    font-size: 18px;
    line-height: 40px;
	font-size: 25px;
	
}