/* 文字、字体 */

.f-10 {
	font-size:12px; 
	transform-origin-x: 0;
    transform: scale(0.90);
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.90);
}
@-moz-document url-prefix(){
.f-10 {
    font-size:10px;
    transform: inherit;
}
}

.f-12 { font-size: 12px;}
.f-13 { font-size: 13px;}
.f-14 { font-size: 14px;}
.f-15 { font-size: 15px;}
.f-16 { font-size: 16px;}
.f-17 { font-size: 17px;}
.f-18 { font-size: 18px;}
.f-19 { font-size: 19px;}
.f-20 { font-size: 20px;}

.f-black { color: #000;}
.f-gray-80 { color: #505050}
.f-gray-102 { color:#666;}
.f-gray-153 { color:#999;}

.f-bold { font-weight: 600;}
.f-w500 { font-weight: 500;}
.f-normal { font-weight: 300;}

.f-lightGray { color:#c6cace;}
.f-mediumGray { color:#657076;}
.f-accent { color:#f3536f;}
.f-primary { color:#58c9b9;}

.f-align-l { text-align: left;}
.f-align-r { text-align: right;}
.f-align-c { text-align: center;}

.f-height12 { line-height: 12px;}
.f-height14 { line-height: 14px;}
.f-height16 { line-height: 16px;} 
.f-height18 { line-height: 18px;} 
.f-height20 { line-height: 20px;} 
.f-height22 { line-height: 22px;} 
.f-height24 { line-height: 24px;} 
.f-height28 { line-height: 28px;} 
.f-height30 { line-height: 30px;} 
.f-height32 { line-height: 32px;}
.f-height35 { line-height: 35px;}
.f-height38 { line-height: 38px;} 
.f-height40 { line-height: 40px;}
.f-height44 { line-height: 44px;} 

/***** 下划线 *****/
.f-underline { text-decoration:underline;}

.f-nowrap {
	white-space: nowrap;
}