.w-btn,
	.w-btn-normal{

}
.w-btn:hover,
.w-btn-highlighted{

}

.w-btn{
	display:inline-block;
	*display:inline;
	*zoom:1;
	display:inline-flex;
	display: -webkit-inline-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-content: center;
	align-items: center;
	-webkit-align-content: center;
	-webkit-align-items: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:4px;
	vertical-align: middle;
	padding:0 12px;
	line-height: 36px;
	font-size: 14px;
	color:#666;
	border: 1px solid #e4e7ea;
    background: #fff;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}
.w-btn:hover{
    background: -moz-linear-gradient(top, #fefefe, #e8e8e8 60%);
    background: -webkit-gradient(linear, 0 0, 0 60%, from(#fefefe), to(#e8e8e8));
	text-decoration: none;
}


.w-btn-submit,.w-btn-blue{
    font-size: 14px;
    color:#fff;
    line-height: 36px;
	min-width: 100px;
	padding:0;
	border:1px solid  #418bca;
	background-color: #418bca;
}
.w-btn-blue{
	color:#fff!important;
}
.w-btn-hope{
	background: #0add74;
	border-color: #0add74;
	color:#fff!important;
}
.w-btn-hope:hover{
	background: #45caaa;
}
.w-btn-dangerous{
	background: orangered;
	border-color:orangered;
	color:#fff!important;
}
.w-btn-dangerous:hover{
	background: red;
}
.w-btn-submit:hover,.w-btn-blue:hover{
	background: #387ee8;
	border-color:#387ee8;
}
.g-yixinDoc .w-btn-submit{
	background: #45caaa;
}
.g-yixinDoc .w-btn-submit:hover{
	background: #45cddd;
}
.w-btn-cancel{
	padding:0 10px;
	font-size: 14px;
	color:#666;
	line-height: 36px;
	min-width: 100px;
	padding:0;
	border: 1px solid #c6c6c6;
	background-color: #fff;
}

.w-btn-fff{
	padding:0 10px;
	font-size: 14px;
	color:#666;
	border: 1px solid #c6c6c6;
}


.w-btn-fff:hover{
	background-color: #f8f8f8;
	text-decoration: none;
}

.w-btn-sort, .w-btn-sort:hover{
	font-size: 12px;
	color:#fff;
	padding:5px;
	width: 2.2em!important;
	line-height: 1.1em;
	border:1px solid  #418bca;
	background: none;
	background-color: #418bca;
	cursor: move;
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
}


.w-btn-warning{
    color:#fff;
    border: 1px solid #e60012;
    background: #e60012;
    text-align: center;
	padding: 0;
	width: 67px;
	line-height: 38px;
}


.w-btn-warning:hover{
    background: #ff0000;
    background: -moz-linear-gradient(top, #ff0000, darkred 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff0000), to(darkred));
    text-decoration: none;
}

.w-btn-NA,
.w-btn-NA:hover{
	color:#cccccc;
	border: 1px solid #d9d9d9;
	background-color: #e9ecf0;
    cursor: default;
    text-decoration: none;
	cursor:not-allowed;
}
.w-btn-wait,
.w-btn-wait:hover {
	cursor:wait;
	pointer-events: none;
}
.btn-green{
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 0px;
	vertical-align: middle;
	padding: 0 10px;
	line-height: 33px;
	font-size: 14px;
	color: #fff;
	background: #45caaa;
	text-align: center;
	border: 1px solid #45caaa;
}
.btn-green:hover{
	text-decoration: none;
	cursor:pointer;
}

.btn-blue{
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
	margin-right: 0px;
	padding: 0 10px;
	line-height: 33px;
	font-size: 14px;
	color: #fff;
	background: #418bca;
	text-align: center;
	border: 1px solid #418bca;
}
.btn-blue:hover{
	text-decoration: none;
	cursor:pointer;
}

.btn-red{
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
	margin-right: 0px;
	padding: 0 10px;
	line-height: 33px;
	font-size: 14px;
	color: #fff;
	background: #EE3B3B;
	text-align: center;
	border: 1px solid #EE3B3B;
}
.btn-red:hover{
	text-decoration: none;
}

.btn-white{
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
	margin-right: 0px;
	padding: 0 10px;
	line-height: 33px;
	font-size: 14px;
	color: #AAAAAA;
	background: white;
	text-align: center;
	border: 1px solid #D4D4D4;
}
.btn-white:hover{
	text-decoration: none;
}

.tag-green{
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
	padding: 0 12px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	background: #17d7b1;
	text-align: center;
	border: 1px solid #17d7b1;
}
.tag-green:hover{
	text-decoration: none;
}