/*// reset by fungleo date 2015.08.27*/
@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, font, 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,caption, tbody, tfoot, thead, tr, th {
  margin: 0;
  padding: 0;
  /*! border: 0; */
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*! background: transparent; */
}

body {
  line-height: 1;
}
.cq td{
	height: auto;
	valign:middle;
	padding:15px 10px;
}
#bm_content2 , bm_content3{
	line-height:30px;
}
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {
  content: ”;
  content: none;
}/* remember to define focus styles! */:focus {
  outline: 0;
}/* remember to highlight inserts somehow! */ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}/* tables still need ‘cellspacing=”0″‘ in the markup */table {
  border-collapse: collapse;
  border-spacing: 0;
}

// flex 布局
.ui-nowrap{white-space:nowrap;}
.ui-flex-wrap {flex-wrap: wrap;}
.ui-flex li {}
.ui-flex {display: flex;}
.ui-flex-1 {flex: 1;}
.ui-jtop {justify-content: flex-start;}
.ui-jright {justify-content: flex-end;}
.ui-cont-rl {justify-content: space-between;}
.ui-cont-sa {justify-content: space-around;}
.ui-jcenter {justify-content: center;}
.ui-cont-center {align-items: center;}