/* flex */
.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.flex-v{-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
.flex-1{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
.flex-align-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.flex-pack-center{-webkit-box-pack:center;-webkit-justify-content:flex-start;-ms-flex-pack:center;justify-content:flex-start;}
.flex-pack-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
.flex-box { display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-moz-box-orient: horizontal;-webkit-box-orient: horizontal;-o-box-orient: horizontal;box-orient: horizontal;}
/*遮罩*/
.mask{position: fixed;width: 100%;height: 100%;left: 0;top: 0;bottom: 0;background-color: rgba(0,0,0,0.8);z-index: 999;}



/* 错误提示弹层 */
.c-float-modePop {
text-align: center;
background-color:#000;
background-color: rgba(0,0,0,0.8);
filter:Alpha(opacity=80);
*zoom:1; 
position:static; 
}
.c-float-modePop .warnMsg {

padding:10px !important;
color: #3ffff7 !important;
}
.c-float-modePop .doBtn {

width: 100%;
margin: 0 auto;
}
.c-float-modePop button {

padding: 6px 9px 6px 9px;
color: #949494;
border: 0;
}
.c-float-shade {

width: 100%;
display: block;
position: absolute;
z-index: 99;
background-color: #000;
opacity: .5;
top: 0;
left: 0
}
.c-float-shade.hide {
display: none
}
.c-float-popWrap {
	width:50%;
	z-index: 99999999999999999999999999;
	position: fixed;
	border-radius: 3px;
    overflow: hidden;
	margin-top:-10px;
}
.c-float-popWrap .c-float-modePop {
	overflow: hidden;
	border-radius: 6px;
}
.c-float-popWrap .c-float-modePop .warnMsg {
    padding: 0.8em 0 0.8em;
	font-size:16px;
	color: #fff;
	border-bottom:1px solid rgba(255,255,255, 0.3);
	text-align:left;
}
.c-float-popWrap .c-float-modePop .content {
    padding:20px;
    font-size:14px;
    color: #fff;
    word-wrap: break-word;
    word-break: break-all;
	text-align: center;
	overflow:hidden !important;
    border:none !important;
}
.c-float-popWrap .c-float-modePop .doBtn {
	width: 100%;
	margin-top:10px !important;
	position: relative;
	background:none;
	 color: #ffffff;
	 text-align:left;
}
.c-float-popWrap .c-float-modePop .doBtn:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    /*border-top: 1px solid #D5D5D6;*/
	border-top:1px solid rgba(255,255,255, 0.3);
    color: #ffffff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.c-float-popWrap .c-float-modePop button {
	/*background-color: #FAFAFC;*/
	background:none;
	width: 50%;
	height: 42px;
	line-height:40px;
	color: #3ffff7;
	font-size:14px;
	border: 0;
	padding: 0;
}
.c-float-popWrap .c-float-modePop div.ok{
	background:none;
	height: 1rem;
	line-height:1rem;
	color: #3ffff7;
	font-size:14px;
	border: 0;
	padding: 0;
	display:inline-block;
	width:49%;
	text-align:center;
	
}  
.c-float-popWrap .c-float-modePop button div.ok:after {
	color: #fff;
} 
.c-float-popWrap .c-float-modePop button.cancel{
	position: relative;
	display:inline-block;
	color:#ff8929;
} 
.c-float-popWrap .c-float-modePop button.cancel:after {
    content: " ";
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px;
    height: 100%;
	border-left:1px solid rgba(255,255,255, 0.3);
    color: #fff;

}
.c-float-popWrap.hide {

display: none;
-webkit-box-shadow: none
}
.c-float-popWrap.show {

display: block;
}

.c-float-popWrap.msgMode .c-float-modePop .content, .c-float-popWrap.msgMode .c-float-modePop .doBtn {

display: none
}

.c-float-popWrap.alertMode .c-float-modePop .doBtn .cancel {

}
.c-float-popWrap.confirmMode .c-float-modePop .content, .c-float-popWrap.confirmMode .c-float-modePop .doBtn {

display: block
}

.confirm_input{
	border: 1px solid #D5D5D6;
	padding: 10px;
	width: 70%;
}
.weui_mask_transparent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	/*background: rgba(0, 0, 0, 0.6);*/
}
.cx_mask_transparent{
	position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background: rgba(255, 255, 255, 0.1);
}

.web_toast{
	width:60%;
    position: fixed;
	margin: 0 10px;
    z-index: 99999999999999999999999999;
    display: none;
    display: block;
    padding:30px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.7);
    font-size:16px;
    text-align: center;
    border-radius: 4px;
	line-height:.5rem;
}
.la-ball-spin-clockwise.la-2x{margin:0 auto;display:inline-block;float:none;}
