@charset "utf-8";
/* CSS Document */


p{ line-height:28px; font-size:16px;}

#right{ margin-right:0;}
#left{ margin-left:0;}
#border-bottom-none{ border-bottom:none}
#border-left-none{ border-left:none}
#border-right-none{ border-right:none}
#border-top-none{ border-top:none}

* {
	margin: 0;
	outline: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);/*当用户点击iOS的Safari浏览器中的链接或JavaScript的可点击的元素时，覆盖显示的高亮颜色。
该属性可以只设置透明度。如果未设置透明度，iOS Safari使用默认的透明度。当透明度设为0，则会禁用此属性；当透明度设为1，元素在点击时不可见。*/
	/* -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;*/
}
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
	display: block
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0.35);
	cursor:pointer;
}
html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size:62.5%;
}
body {
    background-color:#f5f5f5;
	margin: 0;
	padding: 0;
	font-family:Arial,'Times New Roman','Microsoft YaHei',SimHei; ;
	display: -webkit-box;/*box-flex主要让子容器针对父容器的宽度按一定规则进行划分*/
	-webkit-box-orient: vertical;
	-webkit-box-align: stretch;	
	width: 100%;
	height: 100%;
	-webkit-touch-callout: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-align: stretch;
	position: relative;
	overflow-x:hidden;



}
img{/*display:block;*/ border:0;}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;                                                                                                           
}
th, td, caption {
	vertical-align: middle;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 36%;
	
}
p{ line-height:2;}

.fixclear{ clear:both; zoom: 1;}                  
.fixclear:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }
.fixclear{zoom:1}


.dddddd{-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;}
