@font-face {
    font-family:hyqihei-105;
    src:url('font/HYQiHei-105JF.woff'),
    url('font/HYQiHei-105JF.ttf'),
    url('font/HYQiHei-105JF.eot');
    
}
@font-face {
    font-family:hyqihei-95;
    src:url('font/HYQiHei-95S.woff'),
    url('font/HYQiHei-95S.ttf'),
    url('font/HYQiHei-95S.eot');
}
*{
    margin:0;
    padding:0;
    border:none;
    font-family:"微软雅黑", "Arial";
    text-decoration:none;
    text-shadow:none;
    line-height:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
a, label{
	cursor:pointer;
	color:#333;
}
a.pointer{
    cursor:pointer;
}
a.default{
    cursor:default;
}
body{
	background:#fff;
}
h1{
	font-size:24px;
	font-weight:bold;
	line-height:150%;
	margin:32px 0 16px 0;
}
h1:first-child{
	margin-top:0;
}
h2{
	font-size:16px;
	font-weight:bold;
}
p{
	font-size:14px;
	line-height:150%;
}
p > a.text_link{
    display:inline-block;
    font-size:inherit;
    line-height:inherit;
    color:#19DDCB;
    font-weight:bold;
}
.line{
    height:1px;
}
.container{
    width:100%;
    max-width:640px;
    min-width:280px;
    margin:0 auto 0;
	background:#fff;
}
.paper {
	padding:0 16px;
}
#cover{
	padding:0;
}
/*全屏封面图*/
.paper img.cover{
	width:100%;
}
/*单页logo*/
.paper > img.logo{
	display:block;
	height:32px;
	margin:32px auto;
}
/*模块布局*/
a.box{
	display:block;
	float:left;
}
.box img{
	width:100%;
}
.box h2{
	line-height:150%;
	margin:8px 0 4px;
}
.box p{
	line-height:150%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.slider{
	background:url('../img/slider-bg.png') repeat-x center;
	background-size:auto 100%;
	height:16px;
	width:auto;
	margin:16px auto 0;
}

.slider .slider_0{
	float:left;
	height:16px;
	width:4px;
	background:url("../img/slider-0.png") no-repeat center;
	background-size:100% 100%;
	margin:0 16px 0 0;
}
.slider .slider_1{
	float:left;
	height:16px;
	width:16px;
	background:url("../img/slider-1.png") no-repeat center;
	background-size:100% 100%;
	color:#ffffff;
	font-size:10px;
	line-height:16px;
	margin:0 16px 0 0;
	text-align:center;
}
.slider div:last-child{
	margin:0px;
}
/*选择器*/
.selector{
	margin:16px 0 0;
	text-align:center;
}
.selector h1{
	text-align:left;
	display:inline-block;
	margin:0 auto;
}
.selector > h1{
	margin:16px 0;
}
.selector a{
	display:block;
	text-align:center;
	background:#f2f2f2;
	margin:16px;
	padding:24px 0;
	font-size:24px;
	border-radius:16px;
}
.selector a h1{
	font-weight:normal;
}
.bar{
    padding-top:16px;
}
/*按钮*/
.button0{
	display:inline-block;
	margin:0 auto;
    text-align:center;
	height:48px;
	line-height:40px;
    font-size:20px;
    border-radius:32px;
	font-weight:bold;
	background:#fff;
	border:#835AF1 4px solid;/*主题色*/
	color:#835AF1;;
}
.button{
	display:inline-block;
	margin:0 auto;
    text-align:center;
	height:48px;
	line-height:40px;
    font-size:20px;
    border-radius:32px;
	font-weight:bold;
	color:#fff;/*按钮文字色*/
    background:#835AF1;/*主题色*/
	border:#835AF1 4px solid;/*主题色*/
    box-shadow:0 8px 16px #E0D6FB;/*按钮阴影色（背景色25%透明度）*/
    padding-bottom: calc(constant(safe-area-inset-bottom) + 20px);
    padding-bottom: calc(env(safe-area-inset-bottom) + 20px)
}
a.button:link{color:#fff;}
a.button:hover{color:#fff;}
a.button:active{color:#fff;}
a.button:visited{color:#fff;}

.bar #result{
	display:none;
}
.bar #result img{
	display:none;
	height:64px;
}
.bar #result img.correct{
	background:#51F1A4;
}
.bar #result img.wrong{
	background:#F42942;
}
.bar .logo {
	display:block;
	clear:both;
	text-align:center;
	margin:32px 0 32px;
}
.bar .logo .line{
	margin:0 16px 0;
    background-color:rgba(0,0,0,0.1);/*LOGO线条色*/
	position:relative;
	top:8px;
}
.bar .logo .title{
	display:inline-block;
	background:#fff;
	padding:0 16px 0;
	position:relative;
	height:16px;
}
.bar .logo .title img{
	display:inline-block;
	margin:0 auto 0;
	height:100%;
}
.bar .logo .title{
	display:inline-block;
	top:-2px;
	font-size:12px;
	color:rgba(0,0,0,0.35);
	font-weight:normal;
}
form{
	padding:32px 32px 0 32px;
}
form label{
	display:block;
	margin:0 0 16px 0;
}
form label p{
	margin:-20px 0 0 24px;
}
.record{
	clear:both;
	padding-bottom:32px;
}
.record p:first-child{
	text-align:left;
	margin-bottom:-36px;
}
.record p:last-child{
	text-align:right;
	color:rgba(0,0,0,0.35);
}

.link{
	display:block;
	padding:8px 0px 12px 96px;
	background:#f2f2f2 url('../img/thumbnail.jpg') no-repeat;	
	height:80px;
	background-size:auto 100%;
	margin:16px 0;
}
.link h2{
	line-height:150%;
	margin-right:44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.link p{
	margin-right:44px;
	line-height:150%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.arrow_r{
	height:12px;
	width:12px;
	background:url('../img/arrow_r.png') center no-repeat;
	background-size:100%;
}
.link .arrow_r{
	float:right;
	margin:0 16px;
	height:100%;
}
.chart_bar_h h2{
	margin:16px 0 8px 0;
}
.chart_bar_h .data{
	height:12px;
	line-height:100%;
	font-size:12px;
	margin:4px 0 0 0;
}
.chart_bar_h .data .bar{
	padding:0;
	height:100%;
	display:inline-block;
	background:#000;
	width:50%;
	margin:0 8px 0 0;
}
.popup{
    display:none;
    position:fixed;
    left:0;
    top:0;
    z-index:2;
    height:100%;
    width:100%;
    background:rgba(0,0,0,0.75);
}
.popup .box{
    width:280px;
    margin:0 auto 32px;
    padding:16px 24px;
    background:#fff;
    border-radius:16px;
    box-shadow:0 16px 32px rgba(0,0,0,0.10);
}
.popup h1{
    margin:0 0 8px 0;
    text-align:center;
    font-size:16px;
}
.popup p{
    margin:8px 0;
}
.popup .button{
    cursor:pointer;
    display:block;
    height:auto;
    border:#835AF1 4px solid;/*主题色*/
    background:none;
    margin:16px 0 0;
    color:#835AF1;
    line-height:36px;
    font-size:16px;
    box-shadow:none;
    
}
.popup .box .button:first-child{
    background:#835AF1;/*主题色*/
    margin:16px 0 0;
    color:#fff;
    box-shadow:0 8px 16px #E0D6FB;/*按钮阴影色（背景色25%透明度）*/
}
.popup .close{
    display:block;
    cursor:pointer;
    width:32px;
    margin:0 auto;
}

/*矫正 Jquery Mobile 样式*/
div.ui-loader-default{ display:none}
div.ui-mobile-viewport{ border:none;}
div.ui-page {padding: 0; margin: 0; outline: 0}
