 /*ant-popover*/
.ant-popover {
	position:absolute;
	z-index:1000;
	width:900px;
	box-shadow:1px 1px 4px 0 rgba(0,0,0,.1);
	border-radius:2px;
	font-size:14px;
	border:1px solid #dedede;
	background:#fff;
}
.ant-popover-hd {
	position:relative;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #dbdbdb;
	cursor:move;
	background:#fcfcfc;
}
.ant-popover-tip {
	margin-left:10px;
	color:#999;
	text-shadow:0 0 0 #fff; font-size:16px; 
}

.zcne{}
.zcti{ padding:10px 0; font-family:微软雅黑; border-bottom:1px solid #ddd;}
.zcti strong{ display:block; font-size:20px; text-align:center;}
.zcx10{ line-height:30px; text-align:center; padding:10px 0;}

.ant-popover-bd {
	padding:30px 10px;
	text-align:center;
}
.ant-popover-extra {
	padding:10px 0;
	margin:0 10px;
	border-top:1px solid #efefef;
	text-align:right;
}
.ant-popover-close {
	position:absolute;
	top:50%;
	right:16px;
	margin-top:-6px;
	width:12px;
	height:12px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(ant_sprite.png) -75px 0 no-repeat;
	_background:url(ant_sprite.gif) -75px 0 no-repeat;
}
.ant-gotop {
	position:fixed;
	_position:absolute;
	width:40px;
	height:40px;
	bottom:100px;
	_bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight - 100));
	left:50%;
	background:#eaeaea;
}
.ant-gotop span.ant-gotop-aw {
	display:inline-block;
	width:16px;
	height:19px;
	margin:10px 0 0 12px;
	background:url(ant_sprite.png) 0 -67px no-repeat;
	_background:url(ant_sprite.gif) 0 -67px no-repeat;
}
.ant-gotop .ant-gotop-wd {
	position:absolute;
	display:none;
	width:25px;
	height:27px;
	top:6px;
	left:7px;
	font-size:12px;
	color:#fff;
}
.ant-gotop:hover {
	background:#cdcdcd;
}
.ant-gotop:hover span.ant-gotop-wd {
	display:inline-block;
}



/*ant base button*/
.ant-btn {
   display:inline-block;
   padding:0 20px;
   height:26px;
   border:1px solid #eaeaea;
   border-radius:2px;
   line-height:26px;
   text-align:center;
   font-size:12px;
   color:#999;
   background:#fff;
   -webkit-transition:border .2s ease-in, color .2s ease-in;
   transition:border .2s ease-in, color .2s ease-in; text-decoration:none
}
.ant-btn:hover {
	border:1px solid #f7ab2e;
	color:#f7ab2e;
	text-decoration:none;
	background:#fff;
}
.ant-btn-middle {
	height:28px;
	line-height:28px;
	font-size:14px;
}
.ant-btn-xmiddle {
	height:30px;
	line-height:30px;
	font-size:14px;
}

.ant-btn-main-blue {
	border:1px solid #ce1a1b;
	color:#f9f9f9;
	background:#ce1a1b;
	-webkit-transition:background .2s ease-in, border .2s ease-in;
    transition:background .2s ease-in, border .2s ease-in;
}
.ant-btn-main-blue:hover {
	border:1px solid #a40000;
	color:#f9f9f9;
	background:#a40000;
	-webkit-transition:background .2s ease-in, border .2s ease-in;
    transition:background .2s ease-in, border .2s ease-in;
}


.zcne{ padding:15px;}


