@charset "UTF-8";
/* CSS Document */
/*清除格式*/
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, dl, dt, dd, ul, ol, li, pre,
form, fieldset, button, input,legend,div,
img{
  border:medium none;
  margin: 0;
  padding: 0;
}
/*h5新标签*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}

/* 重置表格元素 */
table { border-collapse: collapse; border-spacing: 0;}
em,i{font-style: normal;}

img{ border:none;}
/* 重置列表元素 */
ul, ol,li{ list-style: none; }

body{color:#333;overflow-x: hidden;font-family: "Microsoft Yahei";font-size: 14px;}


/*清除浮动*/
.clear{ clear:both; height:0; line-height:0; font-size:0;}
.clearfix:after{ clear:both; content:'.'; display:block; height:0; visibility:hidden;}
.clearfix{ zoom:1;}

a{ text-decoration:none;}
/*a:hover{text-decoration:underline;}*/
a:focus{outline: none;}

/*边距*/
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}

.w100{ width:100%;}

.text-align{ text-align:center;}
/*display*/
.hidden{display:none;}
.show{display:block;}
/*浮动*/
.fl{float:left;}
.fr{float:right;}
.overflow{overflow:hidden;}
/*定位*/
.pr{position: relative;}
.pa{position: absolute;}
.pf{position: fixed;}
/*线*/
.line{height: 0;width: 100%;border-bottom: 1px dashed #ccc;margin: 0;}


/*盒模型结构*/
.sys-flex,.m2o-flex {display: -moz-box; display: box; display: -webkit-box; display:-ms-flexbox;}
.sys-flex-center,.m2o-flex-center{ -webkit-box-align:center; -moz-box-align:center; box-align:center;}
.sys-flex-one,.m2o-flex-one{-webkit-box-flex:1; -moz-box-flex:1; box-flex:1;}
.sys-flex-two,.m2o-flex-two{ -webkit-box-flex:2; -moz-box-flex:2; box-flex:2;}
.sys-vertical,.m2o-vertical{-webkit-box-orient:vertical;-ms-flex-direction:column;}
.sys-pack-center{-webkit-box-pack: center;}


/*解决手机右边空白*/
html{
  width:100%;
  overflow-x:hidden;
}

input[type=button], input[type=submit], input[type=file], button { cursor: pointer!important; -webkit-appearance: none!important; }