html {
	width: 100%;
	height: 100%;
}

body {
	-moz-user-select: none;
	-webkit-user-select: none;
	background: #121733;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.header {
	position: relative;
	max-width: 100%;
	min-width: 320px;
	width: 100%;
	height: 100%;
}

.header.bg {
	
	background-color:#323C46;
	background-size: 100% auto;
	text-align: center;
	overflow: hidden;
}

.header.bg1 {
	
	background-color:#121733;
	background-size: 100% auto;
	text-align: center;
	overflow: hidden;
}
.header1 {
	position: relative;
	max-width: 100%;
	min-height: 320px;
	width: 100%;
	height: 320px;
	background-color: #121733;
}
.header1.bg2 {
	width: 100%;
	height: 40%;
	background: url(../img/r_header_bg.png) no-repeat left top;
	background-size: 100% auto;
	text-align: center;
	overflow: hidden;
}

.title {
	width: 100%;
}

.title img {
	width: 75%;
	padding-top: 2rem;
}

.content {
	background: url(../img/s_mlist.png) no-repeat;
	background-size: 100% 100%;
	height: 63%;
	margin-top: 0.5rem;
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 1rem;
	padding-bottom: 1.5rem;
}

ul {
	padding-top: 10px;
	padding-left: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
	text-overflow: ellipsis;
	white-space: nowrap;
}

li {
	list-style: none;
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
	margin-left: 1.2rem;
	margin-right: 1.2rem;
}

li span {
	height: 4rem;
	vertical-align: middle;
	display: table-cell;
	width: 100%;
	text-align: left;
	padding-left: 1rem;
	max-width: 8em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; /*超出部分用...代替*/
}

.into {
	text-align: right;
	display: inline-block;
	margin-right: 1.5rem;
	float: right;
	height: 12px;
	content: url("../img/s_into.png");
}

li:last-child {
	border-bottom: none;
}

a {
	text-decoration: none;
	color: #333333;
}

.title.sd1 {
	margin-left: 2rem;
	text-align: center;
	padding-top: 1rem;
	width: 75%;
}

.title.sd1 img {
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 10px;
	height: 18px;
	float: left;
	vertical-align: middle;
	display: inline-block;
}

.title.sd1 span {
	color: white;
	font-weight: bold;
	font-size: 20px;
	vertical-align: middle;
}

.title.sd2 {
	width: 35%;
	margin-left: 2rem;
}

.title.sd2 img {
	width: 100%;
	height: 100%;
}

.content2 {
	height: 100%;
	padding-top: 1rem;
}

.atitle {
	position: relative;
	z-index: 999;
	text-align: center;
	width: auto;
	height: auto;
}

.sdtitle {
	width: 12rem;
	height: 2.8rem;
	content: url("../img/sd_title_bg.png");
}
.sdtitle1 {
	width: 12rem;
	height: 2.8rem;
	content: url("../img/sd_title_bg1.png");
}

.sdname {
	position: absolute;
	left: 0;
	top: 25%;
	width: 100%;
	height: 100%;
	text-align: center;
	float: inherit;
	color: white;
	font-size: 16px;
	font-weight: bold;
}

.content2.detail {
	position: relative;
	top: -3rem;
	background-color:#FFFFFF;
	background-size: 100% 100%;
	margin-top: 1rem;
	margin-left: 1rem;
	margin-right: 1rem;
	height: 65%;
}

.detaildiv {
	overflow: auto;
	padding: 1.5rem;
	text-align: left;
	font-size: 14px;
	
	line-height: 1.5rem;
	height: 85%;
}

.xuhao {
	height: 1rem;
	width: 1rem;
	vertical-align: middle;
	text-align: center;
}

.download {
	position: relative;
	max-width: 100%;
	min-width: 320px;
	width: 100%;
	height: 100%;
}

.download.bg {
	background: url(../img/lebu_d_bg.png) no-repeat left top;
	background-size: 100% 100%;
	text-align: center;
	overflow: hidden;
}

.logo {
	width: 100%;
}

.logo img {
	width: 40%;
	padding-top: 30%;
}

.dtitle {
	width: 100%;
	padding-top: 15%;
	color: #1EB5B2;
	font-size: 22px;
}

.dtitle img {
	width: 35%;
}

.ddownload {
	width: 100%;
}

.ddownload img {
	width: 60%;
	padding-top: 15%;
}

.download.popUpBg {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1500;
	background: rgba(0, 0, 0, 0.5);
}

.dalert {
	width: 70%;
	float: right;
	margin-top: 2rem;
	margin-right: 2rem;
}
.blodspan {
	font-weight: bold;
}
.bludspan {
	color: #E37662;
}

.helpimg {
	width:100%;
}
.rcontent{
	text-align: left;
	padding-left: 1rem;
	padding-right: 1rem;
	
}
.rtitlediv{
	width:100%;
	text-align: center;
	padding-bottom: 0.5rem;
}
.rtitlespan{
	font-family:"Yuanti SC";
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
}
.rcontentspan{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.4rem;
}
.rtitlediv1{
	width:100%;
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.caise1{
	height: 1rem;
	padding-right: 20px;
}
.caise2{
	height: 1rem;
	padding-left: 20px;
}
.rcontent1{
	height: 20rem;
	position:relative;
	overflow:hidden;
}
.rleftdiv{
	position:absolute;  
	width:40%; 
	z-index: 100;
}
.rcontent2{
	position:absolute;
	left:30%; 
	width:70%;
	top: 12%;
}
.rtbg{
	width: 100%;
	position: absolute;
}
.rdetail{
	position: absolute;
	padding-left: 15%;
	padding-top: 5%;
	width: 100%;
	color: white;
	line-height: 19px;
}
.rcimg{
	height: 12px;
}
.rcspan{
	font-size: 14px;
}
.rcspan1{
	font-size: 12px;
	line-height: 10px;;
}
.rcfont{
	color: #FFEA7D;
}
.agreediv{
	padding: 1rem;
	line-height: 3rem;
}
