@charset "utf-8";
/* css reset
  ------------------------- */
html,body{height:100%;}
body, ul, ol, p, h1, h2, h3, h4, h5, h6, dl, dt, dd ,form ,textarea ,input{margin:0;}
ul{list-style:none;}
ul,input{padding:0;}
table{margin:0 auto;width:100%;border-collapse:collapse;}
a img{border:0;}
a,input[type='button']{outline:none;blr:expression(this.onFocus=this.blur());}
input[type='button']::-moz-focus-inner{border-color:transparent;}
/* css reset end
  ------------------------- */
body { 
	background-color: #F2F2F2; 
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif; 
}
*{
 	-webkit-tap-highlight-color: rgba(0,0,0,0);
 	-webkit-user-select:none;
 	-webkit-touch-callout:none;
 	
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing:border-box; 
 	-o-box-sizing:border-box; 
}
textarea{
	-webkit-appearance: none;
}
input{
	-webkit-user-select:text;
}
a:link,a:visited{
    text-decoration:none;
}
.border_box{
	-webkit-box-sizing: border-box;
 	-moz-box-sizing:border-box; 
 	-o-box-sizing:border-box; 
}
.ellipsis {
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	overflow: hidden;
}
.fix-break-word{
	/*background-image: url(about:blank);*/
	display: block!important;
	background-color: rgba(0, 0, 0, 0);
	word-break: break-all;
}
img{
	display: block;
	width: 100%;
}
.cm_arrow {
	display: inline-block;
	vertical-align: middle;
	border: #FFFFFF solid 1px;
	margin-left: 4px;
	margin-bottom: 0px;
	content: '\20';
	width: 8px;
	height: 8px;
	border-top: none;
	border-left: none;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.display_flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex_c{
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-box-orient: horizontal;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
		
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_s{
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-box-orient: horizontal;

	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_l{
	-webkit-box-align: start;
	-webkit-box-pack: start;
	-webkit-box-orient: horizontal;

	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: start;
	justify-content: start;
}
.flex_1{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.alpha{
    height: 100%;
    overflow: hidden;
    position: relative;
}