@charset "utf-8";

/*移动端下载页面*/


/*css reset*/

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

fieldset,
img {
	border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ul,
ol {
	list-style: none;
}

input {
	padding-top: 0;
	padding-bottom: 0;
}

input::-moz-focus-inner {
	border: none;
	padding: 0;
}

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	margin: 0;
}

input[type="text"],
textarea {
	outline-style: none;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
}

body {
	font: 12px/1.42857143 "Microsoft YaHei", "微软雅黑", "Arial", "宋体";
	color: #333;
	max-width: 640px;
	margin: 0 auto;
}

input,
textarea,
keygen,
select,
button {
	font-family: "Microsoft YaHei", "微软雅黑", "Arial", "宋体";
}

h1,
h2,
h3,
h4 {
	font-family: "Microsoft YaHei", "微软雅黑", "Arial";
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

.clear {
	clear: both;
}


/*header部分开始*/

.header {
	width: 100%;
	height: 60px;
	background-color: #061534;
	position: relative;
	color: #fff;
}

.header .header_close {
	font-size: 18px;
	line-height: 60px;
	float: left;
	margin-left: 15px;
}

.header .header_close a {
	color: #fff;
}

.header .header_title {
	font-size: 18px;
	line-height: 60px;
	float: left;
	margin-left: 20%;
}

.header .header_dot {
	float: right;
	height: 60px;
	line-height: 34px;
	margin-right: 15px;
}

.dots li {
	display: inline-block;
	width: 5px;
	height: 5px;
	text-indent: -999em;
	border-radius: 5px;
	cursor: pointer;
	background-color: #fff;
}
/*header部分结束*/


/*点击下载部分开始*/

.download {
	background-color: #fff;
}

.download .download_con {
	padding: 12px 15px;
}

.download .download_con .user_info {
	text-align: center;
}

.download .download_con .user_info .username {
	font-size: 18px;
	color: #000;
	line-height: 40px;
}

.publish .publish_txt {
	font-size: 16px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	padding: 5px 0;
}

.download .download_con .click {
	text-align: center;
	margin-top: 40px;
}

.download .download_con .click .click_btn {
	text-align: center;
	width: 100%;
	height: 40px;
	background-color: #40B6B6;
	display: block;
	border-radius: 5px;
	color: #FFF;
	line-height: 40px;
	font-size: 18px;
}

.prompt {
	margin-top: 80px;
}

.prompt p {
	color: #000;
}
/*点击下载部分结束*/


/*手机扫描二维码部分*/

.erwei {
	background-color: #F3F7FA;
	text-align: center;
}

.erwei .erwei_con {
	padding-top: 30px;
}

.erwei .erwei_con .erwei_txt {
	color: #000;
	font-size: 15px;
}

.erwei .erwei_con .erwei_img {
	width: 180px;
	height: 180px;
	margin: 50px auto;
}

.erwei .erwei_con .erwei_img img {
	width: 100%;
	height: 100%;
}

.erwei .erwei_con .bottom_pic img {
	width: 100%;
	height: 100%;
}
/*手机扫描二维码部分结束*/


/*h5打包和声明*/

.package {
	background-color: #fff;
	    margin-top: -4px;
}

.package .package_con {
	padding: 20px 0;
	font-size: 18px;
}

.package_center {
	width: 250px;
	margin: 0 auto;
}

.package_txt {
	color: #414964;
}

.fuhao {
	margin: 0 10px;
	color: #DCDCDC;
	font-weight: bold;
}

.mianze {
	color: #40B6B6;
}
/*h5打包和声明结束*/

/*免责声明部分*/
.declear{
	background-color: #F3F7FA;
}
.declear .declear_con{
	padding: 20px 15px 30px 15px;
}
.declear .declear_con .declear_tit{
	text-align: center;
	font-size: 20px;
	color: #424A65;
}
.declear .declear_con .declear_det{color: #666;text-indent: 1em;}
/*免责声明部分结束*/