body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, blockquote, th, td a, abbr,acronym,address,applet,area,article,aside,audio,b,base,bdi,basefont,bdo,big,br,button,canvas,caption,center,cite,object,code,col, colgroup,comment,command,datalist,del,details,dfn,dir,em,embed,emptyset,fieldset,figcaption,figure,font,footer,frame,frameset,head,header,thead,hgroup, isindex,kbd,label,legend,link,map,mark,menclose,menu,meta,nav,noframes,noscript,ol,optgroup,option,output,p,pre,progress,q,rq,rt,s,ruby,samp,script,section, select,small,source,span,strike,strong,style,sub,summary,sup,table,tbody,time,title,tr,track,tt,var,video{margin: 0;padding: 0;font-family: arial;}
body {
	font: 14px/1.5 arial,'PingFangSC-Regular';
	text-decoration: none;
	color: #303133;
}
TABLE {
	table-layout: fixed;
}
INPUT {
	margin: auto;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
}
INPUT:disabled{
	color: #606266;
}
SELECT {
	border: 1px solid #CCCCCC;
	border-radius: 4px;
}

textarea {
	border: 1px solid #cccccc;
	border-radius: 4px;
	resize: none;
	overflow:auto;
	font-size: 14px;
	line-height: 20px;
}
input[type="radio"] + label::before {
	content: "\a0"; /*不换行空格*/
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	border: 1px solid #01a1ff;
	padding: 2px;
	text-indent: .15em;
	line-height: 1;
	margin-right: 8px;
	cursor:pointer;
}
input[type="radio"]:checked + label::before {
	background-color: #01a1ff;
	background-clip: content-box;
}
input[type="radio"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}
input[type='button']{
	padding: 0 12px;
}
input,select,option,textarea{
	outline-color: #01a1ff;
	outline-width: 1px;
}
#window input::-moz-focus-inner{
	border: 1px solid #01a1ff;
}

TD{
}
FONT {
}
P {
}
ul li{
	list-style: none;
}
a{
    text-decoration: none;
}
#Tab a{
	color: #01a1ff;
}
a:link {
}
a:visited {
}
a:hover {
	color:#01a1ff;
}
a:active {
}
button,input[type=button],input[type=checkbox],input[type=radio] {
	cursor: pointer;
	vertical-align:middle;
}
button:disabled, input[type=button]:disabled{
	cursor:not-allowed;
	border: 1px solid #DDD;
	background-color: #F5F5F5;
	color: #ACA899;
	text-decoration: 	none;
}
select::-ms-expand {
	 display: none;
 }
select {
	appearance: none;
	background:#FFFFFF url("/images/down.png") no-repeat right;
	background-size: 16px 12px;
	padding-left: 5px;
	padding-right: 36px;
	-webkit-appearance: none;
}
.generalBtn {
	outline: none;
    padding: 0 12px;
    box-sizing: border-box;
    height: 100%;
    line-height: 26px;
    border: 1px solid #666;
    background: #fff;
    border-radius: 4px;
    margin: 6px;
}
#spanPageBar{
	margin-top: 5px;
}
#spanPageBar select{
	width: 70px;
}
.generalBtn:hover{
	border: 1px solid #01a1ff;
	color: #01a1ff;
	background: #cfe4f1;
}
/*帮助提示*/
/*
	<div class="help-tip">
        <p>帮助</p>
    </div>
    */
.help-tip{
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	font-size: 14px;
	line-height: 18px;
	cursor: pointer;
	border: none;
	background: #01a1ff;
	position: relative;
}
.help-tip:before{
	content:'?';
	font-weight: bold;
	color:#fff;
}
.help-tip:hover div{
	display:block;
}
.help-tip div{
	cursor: auto;
	position: absolute;
	top: 10px;
	left: -50px;
	z-index: 10;
	display: none;
	text-align: left;
	background-color: #f5f5f5;
	width: 800px;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	font-size: 13px;
	line-height: 1.4;
}
.help-tip>div>body,.help-tip>div>img,.help-tip>div>div,.help-tip>div>p{
	width: 100%;
}
/*.help-tip div:before{*/
/*	content: '';*/
/*	width:0;*/
/*	height: 0;*/
/*	border:6px solid transparent;*/
/*	border-bottom-color: rgba(192,192,192,0.65);*/
/*	left: 5px;*/
/*	top:-12px;*/
/*}*/
/*.help-tip div:after{*/
/*	background-color: rgba(192,192,192,0.65);*/
/*	width:100%;*/
/*	height:0px;*/
/*	content:'';*/
/*	position: absolute;*/
/*	top:40px;*/
/*	left:0;*/
/*}*/
@-webkit-keyframes fadeIn {
	0% {
		opacity:0;
		transform: scale(0.6);
	}

	100% {
		opacity:100%;
		transform: scale(1);
	}
}
@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:100%; }
}

/*alert*/
td{ margin:0px; padding:0px; box-sizing: border-box; -webkit-tap-highlight-color: rgba(255, 255, 255, 0);}
@-webkit-keyframes hsycms-open{
	0%{ transform: scale(0); opacity:0;  }
	100%{ transform: scale(1); opacity:1; }
}

@-webkit-keyframes hsycms-close{
	0%{ transform: scale(1); opacity:1;  }
	30%{ transform: scale(1.05); opacity: 0.5; }
	100%{ transform: scale(0.7); opacity: 0;}
}

.hsycms-alert-svgcircle{
	stroke-dasharray:200;
	stroke-dashoffset:200;
	animation: hsycms-alert-ruand 0.5s ease-in-out forwards
}

.hsycms-alert-svggou {
	stroke-dasharray:80;
	stroke-dashoffset:80;
	animation: hsycms-alert-tick .6s ease-out forwards;
	animation-delay: .75s;
}

.hsycms-alert-svgca1 {
	stroke-dasharray:80;
	stroke-dashoffset:80;
	animation: hsycms-alert-tick .6s ease-out forwards;
	animation-delay: .75s;
}

.hsycms-alert-svgca2 {
	stroke-dasharray:80;
	stroke-dashoffset:80;
	animation: hsycms-alert-tick .6s ease-out forwards;
	animation-delay: .85s;
}

@keyframes hsycms-alert-ruand {
	form{
		stroke-dashoffset:200;
	}
	to{
		stroke-dashoffset:400;
	}
}

@keyframes hsycms-alert-tick {
	from {
		stroke-dashoffset:80;
	}
	to {
		stroke-dashoffset: 0;
	}
}

@keyframes hsycms-alert-text {
	from {
		transform: translateY(10px);
		opacity: 0;
	}
	to {
		transform: translateY(0px);
		opacity: 1;
	}
}

@keyframes hsycms-alert-load {
	0% {
		transform: translateY(0px);
		opacity: 0;
	}
	50% {
		transform: translateY(-10px);
		opacity: 1;
	}
	100%{
		transform: translateY(0px);
		opacity: 0;
	}
}
#pageBox{
	display: none;
}
/*alert到这*/