@charset "utf-8";

html, body {
  color: #333;
  font-size: 16px;
  font-family: 'PingFang SC',"Microsoft YaHei","微软雅黑",STXihei,"华文细黑",sans-serif;
}

.iconfont{
  font-family:"iconfont" !important;
  font-size:1rem;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'iconfont';  /* Project id 4050485 */
  src: url('//at.alicdn.com/t/c/font_4050485_seza58bxayi.woff2?t=1759847632453') format('woff2'),
       url('//at.alicdn.com/t/c/font_4050485_seza58bxayi.woff?t=1759847632453') format('woff'),
       url('//at.alicdn.com/t/c/font_4050485_seza58bxayi.ttf?t=1759847632453') format('truetype');
}

a {
  color: #333;
  text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
}
a:link {
	text-decoration: none !important;
}
a:visited {
  color: #333;
	text-decoration: none !important;
}
ul li {
  list-style-type: none;
}
ol, ul {
  padding-left: 0;
}
.none {
	display: none;
}

.top {
	margin-top: 60px;
}
.top .box {
	text-align: center;
}
.top .logoname {
	font-size: 56px;
	font-weight: bold;
}
.top .des {
	font-size: 24px;
	margin-top: 10px;
}
.links {
	margin-top: 10px;
	text-align: center;
}
.links a {
	color: #0d6efd;
	font-size: 12px;
	margin: 0 4px;
}
.links a .iconfont {
	font-size: 12px;
	margin-left: 2px;
}
.downloadbox {
	margin-top: 30px;
}
.downloadbox .items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-bottom: -10px;
}
.downloadbox .items .item {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #eee;
  border-radius: 4px;
  width: 160px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  box-shadow: 0px 0px 13px 0px rgba(27, 57, 99, 0.1);
  font-size: 12px;
}
.support {
	font-size: 12px;
	margin-top: 50px;
	text-align: center;
	padding-bottom: 30px;
}
.pagebox {
	margin-top: 60px;
}
.pagebox .stitle {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}
.pagebox .desbox {
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
}
.pagebox .desbox .des:last-child {
	margin-top: 5px;
}
.pagebox .bd {
	margin-top: 30px;
}

@media (min-width: 1170px) {
  .container {
    max-width: 1170px;
  }
  .aduty-container {
    max-width: 1170px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .top .logoname {
		font-size: 46px;
	}
	.top .des {
		font-size: 18px;
	}
}