﻿@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
   /* font-weight: normal;*/
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
/* 图片自适应 */
img {
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */

vertical-align:top;
-ms-interpolation-mode: bicubic;/*为了照顾ie图片缩放失真*/
}
html, body {
    width: 100%;
}
body {
	font-family: Microsoft Yahei, PingFang, PingFang SC, Helvetica, Arial, sans-serif;
    line-height: 1;
	-webkit-text-size-adjust: 100%;	/*禁止文字缩放*/	
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);	/*清除点击阴影*/
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* custom */
a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
  
}
li {
    list-style: none;
}
/*消除按钮圆角*/
input[type="submit"],input[type="button"],input[type="search"],button {
	-webkit-appearance: none;
	border-radius: 0;
}
.m-clearfix:after {
    content: "";
    display:table;
    visibility:hidden;
    height:0;
    clear:both;
}
.m-clearfix {
    *zoom: 1;
}
.m-container{
    margin: 0 auto;
}
.m-row:after{
    content: "";
    display:block;
    visibility:hidden;
    height:0;
    clear:both;
}
.m-col-xs-1,.m-col-xs-2,.m-col-xs-3,.m-col-xs-4,.m-col-xs-5,.m-col-xs-6,.m-col-xs-7,.m-col-xs-8,.m-col-xs-9,.m-col-xs-10,.m-col-xs-11,aui-col-xs-12,.m-col-5 {
    position: relative;
    float: left;
}
.m-col-xs-12 {
    width: 100%;
}
.m-col-xs-11 {
    width: 91.66666667%;
}
.m-col-xs-10 {
    width: 83.33333333%;
}
.m-col-xs-9 {
    width: 75%;
}
.m-col-xs-8 {
    width: 66.66666667%;
}
.m-col-xs-7 {
    width: 58.33333333%;
}
.m-col-xs-6 {
    width: 50%;
}
.m-col-xs-5 {
    width: 41.66666667%;
}
.m-col-xs-4 {
    width: 33.33333333%;
}
.m-col-xs-3 {
    width: 25%;
}
.m-col-xs-2 {
    width: 16.66666667%;
}
.m-col-xs-1 {
    width: 8.33333333%;
}
.m-col-5 {
    width: 20%;
}
.m-fl{
	float: left;
}
.m-fr{
	float: right;
}
.m-cell-pry{
	width: 2000px;
	white-space: normal;
}
.m-cell-hd{
	display: table-cell;
	*display: inline-block;
	vertical-align: middle;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}
.m-text-left{
	text-align: left;
}
.m-text-right{
	text-align: right;
}
.m-text-center{
	text-align: center;
}
.m-flex-row{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    flex-direction: row;
}
.m-flex-col{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
}
.m-flex-rl{
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.m-flex-rr{
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.m-flex-rc{
    -webkit-box-pack: center;
    justify-content: center;
}
.m-flex-rb{
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.m-flex-ra{
    justify-content: space-around;
}

.m-flex-ct{
    -webkit-box-align: start;
    align-items: flex-start;
}
.m-flex-cb{
    -webkit-box-align: end;
    align-items: flex-end;
}
.m-flex-cc{
    -webkit-box-align: center;
    align-items: center;
}

