@charset "utf-8";
/*
	@名称: Base2.0
	@功能: 重设浏览器默认样式

*/
@font-face{
    font-family: 'alpht_medium';
    src : url('../fonts/alpht_medium.ttf');
}
@font-face{
    font-family: 'alpht_regular';
    src : url('../fonts/alpht_regular.ttf');
}
@font-face{
    font-family: 'alpht_light';
    src : url('../fonts/alpht_light.ttf');
}
body.hiden{
	overflow: hidden;
}/*font-family: hyht40;*/
*{
	 -webkit-tap-highlight-color:rgba(255,255,255,0);box-sizing: border-box;outline: none;-webkit-touch-callout: none; /* iOS Safari */
	/*-webkit-user-select: none;
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
}
.clear-fix{ clear: both;zoom:1; }
.clear-fix:after { content: "."; display: block; height: 0; clear: both;visibility: hidden;}
.one-line{word-break: break-all;text-overflow: ellipsis; display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}

.fl{float: left;}
.fr{float: right;}
/*滚动问题*/
.modal-open{
    position:fixed;
    height: 100%;
    width: 100%;
}
a{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    text-decoration: none;
}
a:hover{
	outline: none;
}
a:focus{
	background: none !important;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
html {
	/*"Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "Î¢ÈíÑÅºÚ", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif,sans-serif*/
	font-family: PingFang SC,Lantinghei SC,Helvetica Neue,Helvetica,Arial,Microsoft YaHei,微软雅黑,STHeitiSC-Light,simsun,宋体,WenQuanYi Zen Hei,WenQuanYi Micro Hei,"sans-serif";
	-webkit-text-size-adjust: 100%;
	font-size: 20px;
	-webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden],
template {
	display: none
}
a {
	background: 0 0;
	outline: none;
}
a:active,
a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b,
strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
ol,
ul {
	list-style: none
}
mark {
	color: #000;
	background: #ff0
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
hr {
	height: 0;
	box-sizing: content-box
}
pre {
	overflow: auto
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
input,textarea {
	line-height: normal;
	-webkit-appearance: none;
}
input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	margin: 0 2px;
	border: 1px solid silver;
}
legend {
	padding: 0;
	border: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: 700;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
a,
img {
	-webkit-touch-callout: none;
	/* 禁止长按链接与图片弹出菜单 */
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: 500;
	font-size: 0.6rem;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*是否需要用户选择文本*/
	/*-webkit-user-select: none;*/
	outline: 0;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}
body {
	-webkit-overflow-scrolling: touch;
	/*font-family: "Helvetica Neue", Helvetica, sans-serif;*/
	font-size: 0.6rem;
	/*默认0.6rem为12px大小*/
	color: #000;
	background-color: #fff;
}
.w640 ,.wrapper{
	margin: auto;
	max-width: 640px;
	min-height: 450px;
}
/*不同分辨率字体适配*/
@media only screen and (min-width: 375px) and (max-width: 414px) {
	html {
		font-size: 22px;
	}
	.w640 ,.wrapper{
		min-height:540px;
	}
}
@media only screen and (min-width: 414px) and (max-width: 1000px) {
	html {
		font-size: 24px;
	}
	.w640 ,.wrapper{
		min-height:610px;
	}
}
@media only screen and (min-width: 1000px){
	html {
		font-size: 24px;
	}
}

a {
	color: #007aff;
	text-decoration: none;
}
a:active {
	color: #0062cc;
	background: rgba(0, 0, 0, .2);
	transition: background 200ms ease;
}
.text-ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*弹性布局*/

.box {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-direction: row;
}
.box-flex {
	-webkit-box-flex: 1;
	/* android 2.1-3.0, ios 3.2-4.3 */

	-webkit-flex: 1;
	/* Chrome 21+ */

	-ms-flex: 1;
	/* WP IE 10 */

	flex: 1;
	/* android 4.4 */

	-moz-box-flex: 1;
	/*Firefox*/

	box-flex: 1;
}
.box-align {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-pack: center;
	/*垂直-左右居中*/

	-webkit-box-align: center;
	/*Chrome*/

	-moz-box-pack: center;
	/*垂直左右居中*/

	-moz-box-align: center;
	/*Firefox*/

	-ms-flex-pack: center;
	/*垂直左右居中*/

	-ms-flex-align: center;
	/*IE*/
}
/*圆角*/

.b-radius-50 {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.b-radius-5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.b-radius-3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
body .fn-clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
body .fn-clear {
	clear: both;
	zoom: 1;
}
body .fn-hide {
	display: none;
}
body .fn-show {
	display: block;
}
body .fn-left {
	float: left;
}
body .fn-right {
	float: right;
}
.padding-t-10 {
	padding-top: 10px;
}
.padding-t-15 {
	padding-top: 15px;
}
.padding-t-20 {
	padding-top: 20px;
}
.padding-b-10 {
	padding-bottom: 10px;
}
.padding-b-30 {
	padding-bottom: 30px;
}
.padding-10 {
	padding: 10px;
}
.margin-t-5 {
	margin-top: 5px;
}
.margin-t-10 {
	margin-top: 10px;
}
.margin-t-15 {
	margin-top: 15px;
}
.margin-t-20 {
	margin-top: 20px;
}
.margin-t-25 {
	margin-top: 25px;
}
.margin-t-30 {
	margin-top: 30px;
}
.margin-t-35 {
	margin-top: 35px;
}

/*加载页面 政策读取中...*/
/*加载启动页*/
.first-div{
	position: fixed;
	top: 0;
	left: 0;
	background: #3940c7;
	width: 100%;
	height: 100%;
	z-index: 102;
}
/*加载*/
.loading{
	text-align: center;
	width: 100%;
	position: relative;
	position: fixed;
	top: 50%;
	left: 0;
}
.loading-content{
	width: 200px;
	height: 20px;
	margin: 0 auto;
}
.loading-img{
	width: 100%;
	height: 4px;
	background: rgba(255,255,255,0.4);
}
.loading-logo{
	width: 0;
	height: 4px;
	background: #ffffff;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.loading-progress{
	font-size: 14px;
	margin-top: 20px;
	font-weight: bold;
	color: #ffffff;
}
.loading-progress span{
	color: #ffffff;
}
.ani_dot {
    font-family: simsun;    
}
:root .ani_dot { /* 这里使用Hack是因为IE6~IE8浏览器下， vertical-align解析不规范，值为bottom或其他会改变按钮的实际高度*/
    display: inline-block;
    width: 1.5em;
    vertical-align: bottom;
    overflow: hidden;
}
@-webkit-keyframes dot {
    0% { width: 0; margin-right: 1.5em; }
    33% { width: .5em; margin-right: 1em; }
    66% { width: 1em; margin-right: .5em; }
    100% { width: 1.5em; margin-right: 0;}
}
.ani_dot {
    -webkit-animation: dot 3s infinite step-start;
}

@keyframes dot {
    0% { width: 0; margin-right: 1.5em; }
    33% { width: .5em; margin-right: 1em; }
    66% { width: 1em; margin-right: .5em; }
    100% { width: 1.5em; margin-right: 0;}
}
.ani_dot {
    animation: dot 3s infinite step-start;
}
.hide-img{
	position: absolute;
	top: -10000px;
	left: -1000000px;
	opacity: 0;
	width: 0;
	height: 0px;
}