html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.6;
  font-family: -apple-system-font,"Helvetica Neue",sans-serif;
  /*background-color: #3072F6;*/
  /*color: #fff;*/
  font-size: .875rem;
}

* {
  margin: 0;
  padding: 0;
}

a img {
  border: 0;
  vertical-align: middle;
  margin-top: -0.3rem;
  margin-left: -0.7rem;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.main {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.leftmain {
	width: 50%;
	float: left;
	text-align: center;
	background-color: #3399CC;
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
}

.rightmain {
  width: 50%;
  float: right;
  overflow: auto;
}

h1 {
	font-size: 2.75rem;
	line-height: 3.88rem;
	padding-top: 4.06rem;
	font-weight: 700;
}

h1 a {
  color: #fff;
}

.subTitle {
	line-height: 1.8rem;
}

.qrcode {
	margin-top: 1.28rem;
}

.qrcode img {
	width: 25%;
}

.qrcode p {
	margin-top: 0.6rem;
}

.downloadBtn {
	margin: 1rem auto 0;
	/* background-color: #fff; */
	width: 13rem;
	height: 2.75rem;
	border-radius: 0.38rem;
	border: 1px solid;
}

.downloadBtn a {
	color: #fff;
	text-align: center;
	font-size: 1.13rem;
	line-height: 2.75rem;
	display: inline-block;
	width: 100%;
}

.jiaocheng {
	margin-top: 10px;
}

.jiaocheng a {
	color: yellow;
	font-weight: bold;
}

.update {
  margin: 1.25rem;
}

.lists {
	padding-top: 2rem;
	margin-top: 1rem;
	margin-left: 6.25rem;
	border-left: 1px solid #ddd;
}

.list {
	border-top: 1px solid #eee;
	position: relative;
	padding-left: 30px;
	padding-bottom: 75px;
}

.list img {
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: 1;
}

.list .title {
	position: absolute;
	left: 0;
	top: -13px;
	display: block;
	background: #FFF;
	width: 230px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #666;
	text-indent: 30px;
}

.list .title span.version {
	font-size: 16px;
	color: #333;
}

.list .date {
	position: absolute;
	left: -100px;
	top: -13px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #666;
}

.list .content dl {
	overflow: hidden;
	padding-top: 20px;
}

.list .content dt {
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}

.list .content dd {
	font-size: 12px;
	color: #999;
	line-height: 25px;
}
.beian {
	margin-top: 30px;
}
.beian a {
	color: white;
}