body{
	font-size: 12px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    /*font: inherit;*/
    vertical-align: baseline;
    font-family: "microsoft yahei";
    font-style: initial;
}
a{
	color: #495060;;
}
li{
	list-style:none;
}
img{
	vertical-align: top;
	border: 0;
}
iframe{
	border: none;
}
.clear{
	zoom: 1;
}
.clear:after{
	content: '';
	display: block;
	clear: both;
}
.Button{
    display: inline-block;
    padding: 0 8px;
    font-size: 14px;
    line-height: 32px;
    color: #8590a6;
    text-align: center;
    cursor: pointer;
    background: none;
    border: 1px solid;
    border-radius: 3px;
    outline: none;
}

.back-top{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(0,0,0,.4);
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.back-top i{
    padding: 4px;
    font-size: 21px;
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
[v-cloak] { 
	display: none;
}
.vertical-center-modal{
    display: flex;
    align-items: center;
    justify-content: center;

}
.vertical-center-modal .ivu-modal{
	 top: 0;
}

/* 加载中，圆圈 */
 .demo-spin-icon-load{
    animation: ani-demo-spin 1s linear infinite;
    vertical-align: middle;
}
@keyframes ani-demo-spin {
    from { transform: rotate(0deg);}
    50%  { transform: rotate(180deg);}
    to   { transform: rotate(360deg);}
}
.demo-spin-col{
    height: 100px;
    position: relative;
    border: 1px solid #eee;
}
/* end 加载中 */
.btn {
	display: inline-block;
	padding: 0 6px;
	border: 1px solid #dddee1;
    color: #495060;
    border-radius: 4px;
}
.btn:hover{
    color: #57a3f3;
    background-color: transparent;
    border-color: #57a3f3;
}
.fileBtn{
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.fileBtn>input{
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    right: 0;
    top: 0;
    font-size: 100px;
}