@charset "utf-8";
* {	-webkit-tap-highlight-color:rgba(0,0,0,0);	} /*去除点击背景*/
html,body {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	/*font-family:"黑体",Arial, Helvetica, sans-serif;*/
	background-color:#fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/***********清除默认样式*************/
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

/***********旧版IE变块级元素*************/
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,img,div {
	display:block;
}

/***********避免字体大小重置*************/
html{
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

/***********字体大小屏幕适配 根font-size设置*************/

@media screen and (min-width: 320px) {
    html {
        font-size: 14.5px;
    }
}

@media screen and (min-width: 375px) {
    html {
        font-size: 15.5px;
    }
}

@media screen and (min-width: 400px) {
    html {
        font-size: 16.5px;
    }
}

@media screen and (min-width: 600px) {
    html {
        /* 600px-1000px每100像素宽字体增加1px(22px-26px) */
        font-size: calc(137.5% + 4 * (100vw - 600px) / 400);
        font-size: calc(22px + 4 * (100vw - 600px) / 400);
    }
}
@media screen and (min-width: 1000px) {
    html {
        /* 1000px往后是每100像素0.5px增加 */
        font-size: calc(150% + 6 * (100vw - 1000px) / 1000);
        font-size: calc(24px + 6 * (100vw - 1000px) / 1000);
    }
}


.clearFloat 
{
	clear:both;
}

/**以下是loading动画**/
.loadEffect
{
    width: 60px;
    height: 60px;
    position: relative;
    margin: 0 auto;
    margin-top:100px;
}
.loadEffect span{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    -webkit-animation: load 1.04s ease infinite;
}
@-webkit-keyframes load{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0.2;
    }
}
.loadEffect span:nth-child(1){
    left: 0;
    top: 50%;
    margin-top:-8px;
    -webkit-animation-delay:0.13s;
}
.loadEffect span:nth-child(2){
    left: 14px;
    top: 14px;
    -webkit-animation-delay:0.26s;
}
.loadEffect span:nth-child(3){
    left: 50%;
    top: 0;
    margin-left: -8px;
    -webkit-animation-delay:0.39s;
}
.loadEffect span:nth-child(4){
    top: 14px;
    right:14px;
    -webkit-animation-delay:0.52s;
}
.loadEffect span:nth-child(5){
    right: 0;
    top: 50%;
    margin-top:-8px;
    -webkit-animation-delay:0.65s;
}
.loadEffect span:nth-child(6){
    right: 14px;
    bottom:14px;
    -webkit-animation-delay:0.78s;
}
.loadEffect span:nth-child(7){
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    -webkit-animation-delay:0.91s;
}
.loadEffect span:nth-child(8){
    bottom: 14px;
    left: 14px;
    -webkit-animation-delay:1.04s;
}

.mymask {
	margin: 0 auto;
    z-index: 999999;
    width: 100%;
    height: 2.6rem;
    line-height: 2.6rem;
    background-color: #fff;
    overflow: hidden;
    display: none;
}
.mymaskimg img {
	/*width:20%;*/
	height: 2.6rem;
	display:inline-block;
	vertical-align:middle;
}

.mymaskimg {
    text-align: center;
    font-size: 0.8rem;
}


/**以上是loading动画**/

.topblank {	width:100%;	height:70px;} /*顶部固定空出部分填充*/
.topblankfixed { position:fixed;top:0;left:0;width:100%;height:105px; background-color:#fff; z-index:2;} /*顶部固定空出部分填充*/

/***提示信息和异常信息***/
.divcenter300 {
	display:block;
	width:300px;
	height:300px;
	margin:0 auto;
	
}
.PromptInfo {	
	font-size:1rem;
	text-align:center;
	color:#fff;
	background-color:#000;	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	/*height:30px;*/
	
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (doesn't work very well) */
	display: -ms-flexbox;      /* TWEENER - IE 10+ */
	display: -webkit-flex;      /* NEW - Chrome */
	display: flex;   
	align-items:center;
	justify-content:center;
	flex-wrap:wrap-reverse;
	opacity: 0.8;
	min-width: 100px;
	max-width: 300px;
	padding: 6px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
	
	}
	
.exception {
	width: 100%; 
	height: 100%;
	position:fixed;
	background-color:#eee;
	left: 0;
	top:0;
}

#netExceptionInfo,#serverExceptionInfo,#notFound {
	width: 100%; 
	height: 100%;
	position:fixed;
	left: 0;
	top:0;
	font-size: 1rem;
	text-align:center;
	color:#ddd;
	background-color:#fff;
	display:none;
	overflow: hidden;
	z-index:820;
}

#netExceptionInfo img,#serverExceptionInfo img,#notFound img {	
	position:relative;
	margin:0 auto;
	margin-top:55%;
	text-align:center;
	color:#eee;
	display:block;
	z-index:10;
	width: 6.8rem;
}

#notFound {
	font-size:1.2rem;
	color:#000000;
	line-height:1.5rem;
	text-align:center;
}

#notFound img{
	margin-bottom: 1.2rem;
}

#warnmsg{
	margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    font-size: 1rem;
    color: #aaaaaa;
}

#reloadbtn {
	width: 50%;
    font-size: 1.1rem;
    line-height: 2.5rem;
    height: 2.5rem;
    font-weight: 700;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    color: #707070;
    margin: 0 auto;
    padding: 0;
    border: #C2C2C2 solid 1px;
    outline: none;
}

.maskthem {
    width: 100% !important;
    height: 100% !important;
    /*background-color: black !important;*/
    opacity: 0 !important;
    z-index: 880 !important;
    max-height: none !important;
    min-height: none !important;
    overflow: hidden !important;
}

* {
	/*-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;*/
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}
/*#netExceptionInfo {	background:url(../images/neterror.png) center no-repeat;}
#serverExceptionInfo { background:url(../images/warnerror.png) center no-repeat;}
#notFound {	background:url(../images/nullShoesExit.png) center no-repeat;}*/


/** 伸缩容器**/

.flex-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

/** 水平伸缩容器**/

.row-flex {
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-flex-direction: row;
	flex-direction: row;
}


/** 垂直伸缩容器**/

.col-flex {
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column;
}

/* 垂直居中*/

.mid-center {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	align-items: center;
}


/* 占位器*/

.page {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}


/* 真正滚动*/

.scroll-wrap {
	position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


.simplemodal-container{
	/*height: 100% !important;*/
	width: 100% !important;
	left: 0px !important;
	/*top: 47% !important;*/
	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-flex-direction: row;
	flex-direction: row;
	
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	box-pack: center;

	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
			
.simplemodal-wrap{
	height: auto !important;
	width: auto !important;
}

.loading{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

