/* ==================================================
 * 			 		 全局Less变量
 * ================================================= */

//======= Colors
@white-base:									#ffffff;

@gray-light:									#f9f9f9;
@gray-minor:									#777777;
@gray-default:								    #ebebeb;
@gray-line-default:								#D4D4D4;

@black-base:									#333333;
@black-default:                                 #222222;

@yellow-base:									#FFCD00;
@yellow-active:									#FFB72C;

@blue-base:										#0076FF;
@blue-drak:										#356DFC;
@blue-light:									#A2BBFC;

@red-base:										red;
@red-drak:										#FA4C3E;
@red-light:										#FFB4B4;

@purple-base:									#8E50F6;
@purple-active:									#7F38F6;

//** Theme Color
@theme-color:								    #E50011;
@theme-icon-color:              #fff;
@theme-bg-color:								@gray-default;

//** Primary Color
@primary-color:									#31c27c;

//** Background color for `<body>`.
@bg-color:										@white-base;
@bg-default:									@gray-default;
@bg-login:										@yellow-base;
@bg-primary:									@yellow-base;
@bg-cancel:										#C9CDD2;
@bg-register:									@purple-base;
@bg-light:									    @gray-light;

//** Font  Color
@gray-light-font:								@gray-minor;
@remark-color:									#BABABA;
@blue-font:										@blue-base;
@black-base-font:								@black-base;
@gray-base-font:								#BEBEBE;
@gray-minor-font:								#DCDCDC;
@arrow-font:									@gray-line-default;
@place-holder-font:								#C9CDD2;
@note-font:                                     #DDDDDD;

//** Line  Color
@base-line-color:								@gray-light;

//** Button Color, Active Color
@default-active:								#DBDBDB;
@login-active:									@yellow-active;
@primary-active:								@yellow-active;
@register-active:								@purple-active;

//** Width, Height, Padding, Margin
@android-fit-height:						    1.3rem;
@ios-fit-height:						        1rem;
@header-height:									2.2rem;
@navbar-height:									2.2rem;
@bottom-height:									2.8rem;
@content-padding:                               0.65rem;

//** Font Size
@font-size-large:                               .9rem;
@font-size-default:                             .75rem;
@font-size-small:                               .65rem;
@font-size-icon:                                1.1rem;

//** Border Size
@border-size-small:                             .05rem;
@border-size-middle:                            .1rem;


//** Line Height
@line-height-default:                 1.1rem;
