body{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	background-color:#fff;
	font-size:14px;
}


.divframecontent{
	overflow-y:auto;
	position:absolute;
	top:0px;
	bottom:60px;
	width:100%;
}

.divframe{
	width:1024px;
	margin:0px auto;
}
.titlebar{
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	background-color:#F60;
	color:#fff;
	font-weight:bold;
}

.tab{
	display:table;
}

.tab ul{
	display:table-row;
}

.tab li{
	display:table-cell;
}

.btnbig{
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:20px;
	border-radius: 20px 20px 20px 20px;
}
.btnred{
	font-weight:bold;
	color:#fff;
	background-color:#f00;
}
.btngreen{
	font-weight:bold;
	color:#fff;
	background-color:#1bd66c;
}
.btngray{
	font-weight:bold;
	color:#fff;
	background-color:#ccc;
}
.btnwhite{
	font-weight:bold;
	color:#000;
	background-color:#fff;
}

.opactiy{
	filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8;
}

.nowrap{
	white-space: nowrap;  
	text-overflow:ellipsis; 
	overflow:hidden;
}
.clear10{
	clear:both;
	height:10px;
}
.clear20{
	clear:both;
	height:20px;
}
.clear40{
	clear:both;
	height:40px;
}

/*弹出窗口，从下往上的，含遮罩*/
.divskuwin{
	position:fixed;
	height:100%;
	width:100%;
	left:0px;
	top:0px;
	z-index:9999;
	display:none;
}

.divskuwin1{
	width:100%;
	height:100%;
	background-color:#fff;
	filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8;
}


.divskuwin2{
	position:fixed;
	overflow-y:hidden;
	height:90%;
	width:100%;
	bottom:0px;
	background-color:#f6f6f6;
	border-radius: 30px 30px 0px 0px;
}

.divskuwinbtnc{
	position:absolute;
	right:15px;
	top:6px;
	width:32px;
	height:32px;
	text-align:center;
	line-height:24px;
	font-size:32px;
	color:#000;
	z-index:101;
}

.divskucont{
	position:absolute;
	overflow-y:auto;
	height:100%;
	width:100%;
	top:0px;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
	background-color:#f6f6f6;
	border-radius: 30px 30px 0px 0px;
	z-index:100;
}

.showMessage {
	top: 40%;
	left: 0%;
	border-radius: 10px;
	position: fixed;
	z-index:999999;
	min-width:50%;
	max-width:70%;
	color: #ffffff;
	text-align:center;
	padding-left:15px;
	padding-right:15px;
	padding-top:30px;
	padding-bottom:30px;
	font-size:16px;
	font-weight:bold;
}

.fixedbottom{
	position:fixed;
	bottom:10px;
}

.boxframe1{
	margin-top:10px;
	padding:10px;
	position:relative;
	background-color:#fff;

}

.boxborder{
	border-radius: 20px 20px 20px 20px;
}

.boxtitle{
	font-size:16px;
	font-weight:bold;
	padding-bottom:12px;
}

.divlistlr{
	width:100%;
	margin:0px auto;
	display:table;
}

.divlistlr ul{
	width:100%;
	display:table-row;
	height:40px;
	background-color:#fff;
}

.divlistlr li{
	display:table-cell;
	height:40px;
	line-height:40px;
	border-bottom:1px dashed #ececec;
}

.divlistlr .lil{
	width:140px;
	text-align:left;
	padding-left:10px;
}

.divlistlr .lir{
	text-align:right;
	padding-right:10px;
}

