body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,p,form,fieldset,blockquote,pre,table,th,td,input, textarea{
	margin:0;
	padding:0;
}

html {
  font-family: "Microsoft Yahei",Arial,Tahoma,sans-serif;
  font-size: 75% ;
}



img, fieldset, abbr, acronym { 
    border: 0; 
} 

ul,
li,
ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 { 
    font-weight: normal; 
    font-size: 100%; 
} 

a {
	color: black;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
    outline: 0;
}

a:link, a:visited {
	text-decoration:none;
}

:focus {
	outline: 0;
}

q:before, q:after {
    content: '';
}

q { 
    quotes: none; 
} 

* html iframe, * html frame {
	overflow: auto;
}

em {
	font-style: normal;
}

b, strong {
	font-weight: normal;
}

caption,th { 
    text-align: left; 
} 

address,caption,cite,code,th,var { 
    font-weight: normal; 
    font-style: normal; 
} 

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	white-space:pre-wrap;
	word-wrap:break-word;
  	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  _font-family:'courier new',monospace;
  font-size: 1em;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
  padding: 0;
}

input, 
textarea,
select, 
button {
	font-family: "Microsoft Yahei",Arial,Tahoma,sans-serif;
	color: inherit; /* 1 */
  	font: inherit; /* 2 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

textarea {
  resize: none;
  overflow: auto;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0.01rem solid #c0c0c0;
  margin: 0 0.02rem;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}



/* 清理浮动 */
.clear {
	clear: both;
	font-size: 0.01rem;
	width: 100%;
	height: 0;
	line-height: 0;
	visibility: hidden;
	overflow: hidden;
}
.clearfix {
	_zoom: 1;
	overflow: hidden;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.w_div{
  width: 100%;
  /* min-width: 13.4rem; */
}
.m_div{
  height: 100%;
  margin: 0 auto;
}

.text-cen{
  text-align: center;
}
.text-left{
  text-align: left;
}
.boxs-borderbox{
  box-sizing: border-box;
}
.font-s20{
  font-size: 0.2rem;
}
.font-cfff{
  color: #fff;
}
.marg-auto{
  margin: 0 auto;
}

.comm-modulebox{
	padding: 0.9rem 0 0.75rem;
}
.comm-modulebox .moduletitle{
	margin-bottom: 0.3rem;
	font-size: 0.36rem;
	text-align: center;
}
.comm-bluebg{background-color: #0046c8;}