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, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
html {
	font-family:"Microsoft YaHei", "SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-weight: 400;

}
/* div,p,h1,h2,h3,h4,h5{
	color: #515a71;
} */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd {
	margin: 0;
	/* font-weight: 400; */
}

/* h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
	font-weight: 400;
} */

em, i {
	font-style: normal;
	font-weight: 400;
}

strong {
	font-weight: normal;
	font-weight: 400;
}

ul, ol {
	padding: 0;
	list-style: none;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #515a71;
}
input::-webkit-input-placeholder{
	color:#cdcdcd;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#cdcdcd;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#cdcdcd;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#cdcdcd;
}

::-webkit-scrollbar {
    width: 5px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    /*滚动条的圆角*/

    background-color: #f1f2f5;
    /*滚动条的背景颜色*/
  }


  /* 浏览器提示 */
  .ieBody{
	background: #F8F9FB;
	position: fixed;
	z-index:10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.drowse{
	text-align: center;
	margin-top: 100px;
}
.noieTxt{
	width: 500px;
	font-size: 14px;
	color: #59657F;
	line-height: 26px;
	text-align: center;
	margin: 30px auto;
}
.explorerBox{
	
	width: 700px;
	justify-content: space-between;
	margin: 60px auto;
}
.everyexplorer{
	float: left;
	margin-left: 60px;
	text-align: center;
}
.everyexplorer a{
	margin-top: 10px;
	display: inline-block;
	font-size: 14px;
	text-decoration: underline !important;

}