@charset "utf-8";
/* CSS Document */

body {font-size:14px;margin:0px;height:100%;}

html {height:100%;}


/*Dialog*/
#Dtop{border-right:none;border-bottom:none;}
#Dtop .dbody{border:#none;background:#fff;}
#Dtop .dhead{
width: 100%;
font-size: 22px;
text-indent: 20px;
height: 60px;
line-height: 60px;
background: #f8f8f8;
text-align: left;
font-weight:bold;cursor:move;-moz-user-select:none;-khtml-user-select:none;user-select:none;

}
#Dtop .dhead span{
width: 31px;
height: 31px;
overflow: hidden;
position: absolute;
top: 10px;
right: 10px;
background: url('../../../member/image/guanbi_icon.png') no-repeat;
cursor: pointer;
z-index: 999;
}

#Dtop .dbox{padding:8px;overflow:hidden;line-height:200%;clear:both;}
#Dtop .dsize{height:11px;font-size:1px;}
#Dtop .dsize div{height:11px;width:11px;background:url('../../../member/image/resize.gif') no-repeat;cursor:se-resize;font-size:1px;float:right;}
#Dmid{background-color: rgb(0, 0, 0) !important;}
#Dtop{ width:800px !important;border-radius:10px !important;}

/*---------------------- ToastShow Begin ---------------------*/
.hc-toast {
	margin:0 auto;
	height:40px;
	position:fixed;
	bottom:110px;
	z-index:101;
	padding:10px;
}
.hc-toast span {
	color:#fff;font-size:17px;
	height:35px;line-height:35px;text-align:center;padding:10px;
	border:1px solid #333;
	box-shadow: 1px 1px 2px 1px #999;
	border-radius: 6px;
	background:#000;
	opacity:0.8;filter:alpha(opacity=80);
}
/*-----------------------ToastShow End  ------------------------*/

/*---------------------- ToastTips Begin ----------------------*/
.hc_toasttips {
	margin:0 auto;height:40px;position:fixed;bottom:110px;padding:10px;z-index:101;
}
.hc_toasttips span {
	color:#fff;font-size:14px;height:35px;line-height:35px;text-align:center;padding:10px;
	border:1px solid #333;box-shadow: 1px 1px 2px 1px #999;border-radius: 6px;background:#000;opacity:0.8;filter:alpha(opacity=80);
}
/*----------------------- ToastTips End  ------------------------*/

/*---------------------- confirm µ¯´°Css Begin --------------------*/
.oevar_confirm_layout {
	margin:0 auto;
	background:#fff;
    /*display: none;*/
    width: 85%;
	position:fixed;
	z-index:120;
	/*top:50%;left:50%;*/
}
.oevar_confirm_layout h2 {
	height:35px;line-height:35px;color:#4EC1FF;font-size:14px;
	border-bottom:2px solid #4EC1FF;font-weight:normal;padding-left:10px;
}
.oevar_confirm_layout p {
	padding:10px;line-height:25px;color:#666666;font-size:12px;
}

.oevar_confirm_list {
	margin:0 auto; border-top:1px solid #ddd;overflow:hidden;height:35px;font-size:13px;
}
.oevar_confirm_list .oevar_confirm_lt {
	float:left;width:50%;border-right:1px solid #ddd;text-align:center;height:35px;line-height:35px;cursor:pointer;
}
.oevar_confirm_list .oevar_confirm_rt {
	float:left;width:40%;text-align:center;height:35px;line-height:35px;cursor:pointer;
}
/*---------------------- confirm µ¯´°Css End --------------------*/