html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0
}

fieldset,
img {
	border: 0
}

:focus {
	outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

body {
	line-height: 1.5
}

ol,
ul {
	list-style: none
}

a{
	text-decoration: none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	display: inline-block
}

* html .clearfix {
	height: 1%
}

.clearfix {
	display: block
}

html {
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	font-family: "PingFangSC-Regular", "Tahoma", "Microsoft Yahei", "sans-serif", "Arial", "Hiragino Sans GB"
}

body {
	position: relative;
	height: 100%;
	background: #F8F9FA
}

body::-webkit-scrollbar {
	width: 8px;
	height: 6px
}

body::-webkit-scrollbar-thumb {
	background: #303439;
	border-radius: 5px
}

*,
*:before,
*:after {
	box-sizing: inherit
}


html,
body {
	background: #fff;
	width: 100%;
	height: 100%;
	
}

body {
	position: relative
}

.wrapper{
	min-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.hint-logo {
	display: block;
	margin: 60px auto 0;
	width: 220px;
}

.hint {
	text-align: center;
	color: #DDA83F;
	font-size: 22px;
	font-size: 22px;
	line-height: 30px;
	height: 30px
}

.update-text {
	width: 100%;
	max-width: 1024px;
	margin: 50px auto 40px auto;
	line-height: 1.5;
	font-size: 24px;
	color: #000;
	letter-spacing: 1px;
	text-align: center
}

.browsers-title-box {
	margin: 60px auto 0;
	height: 22px;
	width: 1172px;
	overflow: hidden
}

.browsers-title-box .browsers-title,
.browsers-title-box .left-line,
.browsers-title-box .right-line {
	float: left;
	display: inline-block
}

.browsers-title-box .left-line,
.browsers-title-box .right-line {
	width: 500px;
	height: 10px;
	border-bottom: 1px dotted #9B9B9B
}

.browsers-title-box .browsers-title {
	width: 170px;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	text-align: center;
	color: #9B9B9B
}

.browsers-links-box {
	margin: 15px auto 0;
	width: 1172px;
	height: 73px;
	text-align: center;
	overflow: hidden
}


.browsers-links-box .browser {
	display: inline-block;
	margin-left: 68px;
	padding-top: 56px;
	height: 73px;
	width: 60px;
	line-height: 17px;
	font-size: 12px;
	text-align: center;
	color: #9B9B9B;
	vertical-align: top;
	background-size: 44px 44px;
	background-position: 8px 0;
	background-repeat: no-repeat
}
.browsers-links-box a:hover.browser{
	color: cadetblue;
	text-decoration: underline;
}
.browsers-links-box .browser:first-child {
	margin-left: 0
}

.browsers-links-box .browser-chrome {
	background-image: url("../images/chrome.png")
}

.browsers-links-box .browser-firefox {
	background-image: url("../images/firefox.png")
}


.browsers-links-box .browser-360 {
	background-image: url("../images/360.png")
}

.browsers-links-box .browser-edge {
	background-image: url("../images/edge.png")
}

.download-hint {
	margin: 60px auto 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	height: 32px;
	font-size: 16px;
	color: #9B9B9B;
	text-align: center
}
.Intranet-link{
	margin-top: 20px;
	text-align: center;
	
}
.Intranet-link a{
	color: cadetblue;
	text-decoration: underline;
}
.Intranet-link a:hover{
	color: royalblue;
}
.copyright {
	min-width: 1200px;
	display: block;
	margin-top: 90px;
	width: 100%;
	font-size: 14px;
	height: 100px;
	line-height: 100px;
	color: #575757;
	text-align: center;
	background: #EEF0F2
}
