body,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,html,img,legend,li,ol,p,ul{margin:0;padding:0;}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
button {
	border:none;
}
i,em {
	font-style: normal;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
body {
	background-color: #f1f0f7;
	background-color: #dfeeff;
	background-color: #f3f3f3;
	/* background:linear-gradient(180deg, #e4e1fc  0, #e4e8f7  50%, #fff 100%); */
	
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	line-height: 1.5;
	font-family: "Helvetica Neue",Helvetica,"Hiragino Sans GB","STHeitiSC-Light","Microsoft YaHei","微软雅黑",Arial,sans-serif;
	font-family:  arial, verdana, helvetica, 'PingFang SC', 'HanHei SC', STHeitiSC-Light, Microsoft Yahei, sans-serif;
	color: #666;
}
.clearfix {
	clear: both;
}
input,textarea,button {
	/* 去掉轮廓线 */
	outline: none;
	border: 0;
	font-family: inherit;
}
textarea {
	/* 禁止退拽 */
	resize: none;
	overflow: hidden;
}
select {
	border: none;
	outline: none;
}


/* 定义滚动条轨道 */
::-webkit-scrollbar-track {
	background-color: #f1f1f1;
	border-radius: 5px;
}

/* 定义滚动条滑块 */
::-webkit-scrollbar-thumb {
	background-color: #c4c5cb;
	border-radius: 5px;
}

/* 鼠标悬停在滑块上的样式 */
::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}

/* 隐藏滚动条的箭头按钮（适用于 WebKit 浏览器） */
::-webkit-scrollbar-button {
	display: none;
}
/* 通用样式 */
::placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #9fa3af
}

input:-ms-input-placeholder {
	color: #9fa3af
}

input:-moz-placeholder {
	color: #9fa3af
}

input::-moz-placeholder {
	color: #9fa3af
}



@font-face {
  font-family: 'iconfont';
  src: url('iconfont.woff2?t=1750232985127') format('woff2'),
       url('iconfont.woff?t=1750232985127') format('woff'),
       url('iconfont.ttf?t=1750232985127') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 35px;
  font-style: normal;
  vertical-align: middle;
  padding-left: 30px;
  margin-right: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}