﻿@charset "utf-8";

body, div, span, 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, 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, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,button,input,textarea,select{
	padding:0;
	margin:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
}
body{
	background: white;
	font-family:Roboto,'Helvetica Neue',Arial,sans-serif,'Hind',Verdana;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	font-size: 100%;
}

ol,ul{
  list-style:outside none none;
}

img {
	/* 下面两行代码可以做图片自适应，但会使图片细微模糊 */
	/*display: block;*/
	max-width: 100%;
	vertical-align:middle;
}

a{
	text-decoration: none;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
}

.clear{
	height:0;
	clear:both;
	overflow: hidden;
	display: block;
}