@charset "utf-8";

/* CSS Document */
/*2017.11.24 by lu*/
/*====reset begin=====*/
* {
	box-sizing: border-box
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
button {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

audio,
canvas,
video,
span {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

audio:not([controls]),
[hidden] {
	display: none
}

body {
	line-height: 1;
	height: 1080px;
}

ol,
ul {
	list-style: none
}

a {
	text-decoration: none;
	cursor: pointer
}

address,
em {
	font-style: normal
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

code,
kbd,
pre,
samp {
	font-size: 1em;
	font-family: monospace, monospace
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

small {
	font-size: 85%
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic
}

svg:not(:root) {
	overflow: hidden
}

label {
	cursor: pointer
}

button,
input,
select,
textarea {
	margin: 0;
	vertical-align: baseline;
	outline: none;
	border: 0;
	font-size: 100%
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

textarea {
	overflow: auto;
	vertical-align: top;
	border: none;
	resize: none
}

input:invalid,
textarea:invalid {
	background-color: #FF4144
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

em,
i {
	font-style: normal
}

/*====reset end====*/
@font-face {
	font-family: 'Conv_Pixel LCD-7';
	src: url('../fonts/Pixel LCD-7.eot');
	src: local('☺'), url('../fonts/Pixel LCD-7.woff') format('woff'), url('../fonts/Pixel LCD-7.ttf') format('truetype'), url('../fonts/Pixel LCD-7.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: url(../images/indexbg.jpg) no-repeat center top #001b22;
	color: #fff;
	font-size: 14px;
	font-family: "微软雅黑", "华文细黑", Arial, sans-serif;
	overflow: hidden;
	background-size: 100%;
}

header {
	background: url(../images/titlebg-x.png) repeat-x;
	height: 80px;
	width: 100%
}

header>h1 {
	background: url(../images/titlebg.png) no-repeat;
	width: 1430px;
	height: 80px;
	margin: 0 auto;
	text-align: center;
	font-size: 34px;
	color: #00e4fc;
	line-height: 61px;
	font-weight: bold
}

section {
	width: 95%;
	margin: 0 auto;
	position: relative;
	height: 80%;
}

section h2 {
	font-size: 20px;
	color: #000;
	width: 100%;
	height: 37px;
	line-height: 37px;
	margin-bottom: 8px
}

/*左面开始*/
.mainleft {
	width: 44%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.mainleft h2 {
	background: url(../images/titlebg-all.png) 0 0 no-repeat;
	padding-left: 15px;
}

.content {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.5)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19ffffff', endColorstr='#7F000000', GradientType=0);
	border: 1px solid #008C9A;
	box-shadow: 0 0 45px rgba(0, 0, 0, 0.5);
	padding: 15px;
	position: relative
}

:root .content {
	filter: none;
}

/* .lefttop { margin-bottom:63px } */
.lefttop .content {
	width: 302px;
	height: 207px;
	overflow: hidden;
}

.content>.img-left-top {
	position: absolute;
	top: -2px;
	left: -2px
}

.content>.img-left-bottom {
	position: absolute;
	bottom: -2px;
	left: -2px
}

.content>.img-right-top {
	position: absolute;
	top: -2px;
	right: -2px
}

.content>.img-right-bottom {
	position: absolute;
	bottom: -2px;
	right: -2px
}

.lefttop ul,
.leftmiddle ul {
	width: 100%;
	overflow: hidden
}

.lefttop ul.list {
	height: 181px
}

.lefttop ul>li,
.leftmiddle ul>li {
	line-height: 30px
}

.lefttop ul>li>label,
.leftmiddle ul>li>label {
	width: 23.5%;
	color: #00e4fc;
	display: inline-block;
	text-align: center;
}

.lefttop ul.list>li>label,
.leftmiddle ul.list>li>label {
	color: #fff
}

/* .leftmiddle { margin-bottom: 20px } */
.righttop .content {
	width: 315px;
	height: 78px;
	line-height: 48px;
	padding: 10px 25px;
}

.leftmiddle .content>label,
.righttop .content>label {
	font-size: 16px;
	margin-right: 15px;
	vertical-align: super;
}

.leftmiddle .content>em,
.righttop .content>em {
	font-family: 'Conv_Pixel LCD-7';
	color: #00e4fc;
	font-size: 36px;
	text-shadow: 0 0 4px #00E4FC;
}

.leftmiddle .content {
	width: 500px;
	height: 166px;
	text-align: center;
	overflow: hidden
}

.leftmiddle .content>label {
	font-size: 14px;
	margin-right: 5px;
}

.leftmiddle .content>em {
	font-size: 20px;
	margin-right: 5px;
	vertical-align: super;
}

.leftmiddle ul.list>li>label {
	font-size: 12px;
}

.leftbottom .content {
	max-width: 700px;
	width: 98%;
}

.leftbottom .content,
.rightbottom .content {
	height: 223px
}

.progresscon>ul>li {
	line-height: 25px
}

.progresscon>ul>li>dd {
	height: 28px;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F000000', endColorstr='#7F000000', GradientType=0);
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	width: 74%;
	position: relative;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top
}

.progresscon>ul>li span {
	height: 24px;
	position: absolute;
	z-index: 1;
	top: 2px;
	left: 2px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #000;
	font-size: 13px;
	text-align: right;
	padding-right: 10px;
	line-height: 24px;
}

.progresscon>ul>li span>label {
	padding-left: 5px;
}

.leftbottom .orangebg {
	background: #ff4e00
}

.leftbottom .yellowbg {
	background: #ffae00
}

.leftbottom .greenbg {
	background: #20e500
}

.leftbottom .lightbluebg {
	background: #00fffc
}

.leftbottom .darkbluebg {
	background: #00a8ff
}

.illustrate {
	width: 34%;
	display: inline-block;
	vertical-align: top;
}

.illustrate>h3 {
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 20px;
}

.progresscon>ul>li em {
	font-size: 18px;
	color: #00e4fc
}

/*左面结束*/
.mainright {
	width: 56%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.mainright h2 {
	background: url(../images/titlebg-all.png) right -43px no-repeat;
	text-align: right;
	padding-right: 15px
}

/* .righttop { margin-bottom:35px } */
.righttop,
.rightmiddle,
.rightbottom {
	width: 100%;
	overflow: hidden
}

.righttop .content {
	width: 302px;
	float: right
}

/* .rightmiddle { margin-bottom: 17px } */
.rightmiddle .content {
	float: right;
	width: 390px;
	height: 295px;
	text-align: center
}

#referral {
	width: 272px;
	height: 168px;
	margin: auto
}

.rightmiddle .content>ul {
	overflow: hidden;
	margin-top: 25px
}

.rightmiddle .content>ul>li {
	float: left;
	margin: 0 2px;
	text-align: center;
	line-height: 25px;
	width: 32%;
}

.rightmiddle .content>ul>li>em {
	font-family: 'Conv_Pixel LCD-7';
	color: #00e4fc;
	font-size: 24px
}

.rightbottom .content {
	max-width: 600px;
	width: 100%;
	float: right
}

.rightbottom .content>.chart {
	width: 30%;
	float: left
}

#record {
	width: 100%;
	height: 190px
}

.rightbottom .content>.health {
	width: 69%;
	float: left;
	margin-left: 1%
}

.healthtop {
	overflow: hidden;
}

.healthtop>li {
	float: left;
	margin: 0 2%;
	text-align: center;
	line-height: 35px;
	width: 28.6%;
}

.healthtop>li>em {
	font-family: 'Conv_Pixel LCD-7';
	color: #00e4fc;
	font-size: 24px;
	text-shadow: 0 0 4px #00E4FC;
}

.healthbottom {
	width: 46%;
	float: left;
	margin-left: 4%
}

.healthbottom>li {
	line-height: 20px;
}

.healthbottom>li>span {
	width: 12px;
	height: 12px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	margin-right: 5px;
	vertical-align: middle;
}

.healthbottom>li>em {
	float: right;
	color: #00e4fc
}

.healthbottom>li>em:after {
	content: '人'
}

/*地图begin*/
.mainmiddle {
	width: 750px;
	height: 700px;
	margin: 0 auto
}

.mainmiddle>img {
	width: 100%;
	padding: 35px 0;
}

/* .leftbottom {margin-top:63px;}
.rightbottom {margin-top: 120px;} */
/*地图end*/
/*小屏兼容性样式 begin*/
@media(max-height:806px) and (min-height:565px) {
	header {
		background: url(../images/titlebg-x-small.png) repeat-x;
		height: 56px;
	}

	.leftmiddle .content {
		width: 450px;
	}

	header>h1 {
		width: 1024px;
		background: url(../images/titlebg-small.png) center top no-repeat;
		height: 56px;
		font-size: 24px;
		line-height: 46px
	}

	.content {
		padding: 10px
	}

	section h2 {
		height: 25px;
		line-height: 25px;
		font-size: 16px
	}

	/* 
	.lefttop {
		margin-bottom: 40px
	} */

	.lefttop .content {
		height: 142px
	}

	.lefttop ul>li {
		line-height: 25px
	}

	.lefttop ul.list {
		height: 130px
	}

	/* 
	.leftmiddle {
		margin-bottom: 30px
	} */

	.righttop .content {
		height: 58px;
		line-height: 38px;
	}

	.righttop .content>label {
		font-size: 15px
	}

	.righttop .content>em {
		font-size: 32px
	}

	.leftbottom .content,
	.rightbottom .content {
		height: 167px
	}

	.progresscon>ul>li {
		line-height: 16px;
	}

	.progresscon>ul>li>dd {
		height: 20px
	}

	.progresscon>ul>li span {
		height: 16px;
		line-height: 16px;
		font-size: 14px;
	}

	.illustrate {
		width: 39%
	}

	.illustrate>h3 {
		font-size: 14px;
		margin-bottom: 5px
	}

	.illustrate>ul {
		padding-left: 13px
	}

	.illustrate>ul>li {
		padding-bottom: 3px;
	}

	/* 	.righttop {
		margin-bottom: 82px;
	}

	.rightmiddle {
		margin-bottom: 10px
	} */

	.rightmiddle .content {
		height: 200px
	}

	.rightmiddle .content>ul {
		margin-top: 0px
	}

	#referral {
		height: 130px;
		margin: 0 auto
	}

	.rightbottom .content>.chart {
		width: 20%
	}

	#record {
		height: 140px
	}

	.rightbottom .content>.health {
		width: 79%
	}

	.healthtop>li {
		line-height: 24px
	}

	.healthtop>li>em {
		font-size: 24px
	}

	.healthbottom>li {
		line-height: 18px
	}

	.healthbottom>li>label,
	.healthbottom>li>em {
		font-size: 12px
	}

	.healthbottom {
		width: 48%;
		margin-left: 2%;
	}

	.mainmiddle {
		width: 43%
	}

	.mainmiddle>img {
		padding: 25px 0
	}

	.leftmiddle .content {
		height: 138px;
	}
}

@media(max-height:900px) and (min-height:768px) {
	/* 	.leftmiddle {
		margin-bottom: 15px;
	} */

	.leftmiddle .content {
		height: 134px;
	}

	/* 	.rightmiddle {
		margin-bottom: 38px;
	}

	.lefttop {
		margin-bottom: 20px
	}

	.righttop {
		margin-bottom: 60px;
	}
 */
	.rightmiddle .content {
		height: 220px
	}

	.rightmiddle .content>ul {
		margin-top: 0px
	}

	#referral {
		height: 130px;
		margin: 0 auto
	}

	.rightbottom .content>.chart {
		width: 20%
	}
}

@media screen and (min-width: 1550px) and (max-width:1900px) {
	body {
		height: 840px;
	}

	section {
		height: 90%;
	}

	.mainmiddle {
		width: 560px;
	}
}

@media screen and (min-width: 1336px) and (max-width:1550px) {
	body {
		height: 768px;
	}

	section {
		height: 85%;
	}

	.mainmiddle {
		width: 490px;
	}

	.lefttop .content {
		height: 144px;
	}

	.progresscon>ul>li>dd {
		width: 70%;
	}
}

/*小屏兼容性样式 end*/
