﻿/* 样式初始化
--------------------------------------------------*/
html {
	height: 100%;
}
body {
	background:#fff;
	font-family: "Microsoft YaHei", Arial, sans-serif;
	-webkit-text-size-adjust: 100%;/*解决Iphone下橱窗字体变大问题*/
}
.clear{ clear:both;}
/*{*/
    /*!*指定字符串的宽度*!*/
    /*width:300px;   */
    /*overflow: hidden;  */
    /*!* 当字符串超过规定长度，显示省略符*! */
    /*text-overflow:ellipsis;  */
    /*white-space: nowrap;   */
/*}*/

* {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	-webkit-tap-highlight-color: rgba(0,0,0,0);	/*禁止链接高亮*/
	-webkit-touch-callout: none;					/*禁止链接长按弹出选项菜单*/
	color:#333333;
}
nav, footer, section, header, article {
	display: block;
}
ul {
	list-style: none;
}
a:link {
	-webkit-tap-highlight-color: rgba(0,0,0,0);	/*禁止链接高亮*/
	-webkit-touch-callout: none;					/*禁止链接长按弹出选项菜单*/
}
a:link, a:visited, a:hover, a:active {
	/*color: #333333;*/
	text-decoration: none;
}
input, textarea {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.red{
	color:#F00;
}
.bk20{
	width: 100%;
	height: 20px;
	clear: both;
}
.mt20{ margin-top:.5em;}
.mf25{ margin-left: 25px;}
.bk10{
	width: 100%;
	height: 10px;
	clear: both;
}
form{
	margin:0px; padding:0px;
}
/* 主体结构
--------------------------------------------------*/
body {
	width:100%;
	max-width:750px;
	min-width:320px;
	min-height:100%;
	line-height:25px;
	margin:0px auto;
	color:#333333;
	/*background-color:#f1f1f1;*/
    font-size:1rem;
}
a{
	color:#333333; cursor:pointer;
}
div{
	margin:0px auto;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
form{
	margin:0px; padding:0px;
}
select, input {
    -webkit-appearance: none;
	border:0;
}

img{
	border:0; display:block;max-width: 100%;
	
}
.b-t-tb{
	border-bottom:1px solid #e8e8e8;
	border-top:1px solid #e8e8e8;
}
.b-t-b{
	border-bottom:1px solid #d7efff;
}
.b-t-r{
	border-bottom:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
}
.b-t-t{
	border-top:1px solid #00a7ee;
}
.fff{
	background:#fff !important;
}
.e8{
	background:#e8e8e8;
}

.ff6{
	background:#ff6601;
}
.f6{
	color:#ff6601 !important;
}

