
.tool_bar ul{
	list-style:none;
}
.tool_bar ul::after{
	content:"";
	display:block;
	clear:both;
}
.tool_bar ul li{
	font-size:14px;
	height:40px;
	line-height:40px;
	float:left;
	margin-right:40px;
	color:white;
	
}
.tool_bar ul li .tool_frame{
	position:relative;
	display:block;
	background-color: white;
	margin-bottom:20px;
	width:40px;
	height:40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float:left;
	margin-right:20px;
}
.tool_bar ul li::after{
	display:block;
	content:"";
	clear:both;
}
.tool_bar>ul>li:nth-child(1)>div>img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	width:30px;
	
}
.tool_bar>ul>li:nth-child(2)>div>img{
	display:block;
	margin-left:-6px;
	margin-top:-5px;
	width:50px;
	float:left;

}
.dialog_area{
	width:320px;
	position:fixed;
	top:120px;
	left:20px;
	max-height:-webkit-calc(100% - 120px);
	max-height:-moz-calc(100% - 120px);
	max-height:calc(100% - 120px);
	display:none;
	z-index:999;
}
.dialog_container{
	padding-right:20px;
}
.dialog{
	position:relative;
	margin-bottom:20px;
	display:none;
}
.d_title_background{
	position:absolute;
	right:-2px;
	bottom:-2px;
	z-index:2;
	height:24px;
}
.d_title_background::before{
	content:"";
	width:100%;
	height:10px;
	z-index:-1;
	display:block;
	position:absolute;
	right:25px;
	border-top:2px solid #434343;
	top:0;
	height:24px;
	border-top-left-radius: 4px;
}
.d_title{
	color:white;
	background:#434343;
	height:24px;
	font-size:12px;
	line-height:24px;
	padding-right:15px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
}
.d_title::before{
	content:"";
	transform: skewX(-40deg);
	width:100%;
	height:24px;
	background:#434343;
	position:absolute;
	right:24px;
	z-index:-1;
	border-top-left-radius: 5px;
}
.d_title::after{
	content:"";
	transform: skewX(-40deg);
	width:100%;
	height:24px;
	position:absolute;
	right:32px;
	top:0;
	z-index:-1;
	border-left:10px solid #434343;
	border-top-left-radius: 4px;
}
.d_content{
	position:relative;
	background: rgba(255, 255, 255, 0.9);
	width:276px;
	padding:10px;
	font-size:13px;
	line-height:25px;
	border:2px solid #434343;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.d_content h3{
	font-size:16px;
}
.win_size{
	height:100%;
	display:none;
}
.tool_bar{
	position:fixed;
	top:20px;
	left:50px;
	z-index:1;
	display:none;
	padding-left:60px;
	padding-top:10px;
	padding-bottom:10px;
	background:rgba(0,0,0,0.9);
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.right_triangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent white;
		margin-top:14px;

}
.d_cancel{
	background:#434343;
	width:25px;
	text-align:center;
	height:25px;
	color:white;
	position:absolute;
	right:-2px;
	top:-2px;
	line-height:25px;
	font-family:"Arial";
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
}
.d_cancel:hover{
	color:red;
}
.notification{
	position:fixed;
	z-index:2;
	left:10px;
	top:10px;
	background:rgba(0,0,0,0.95);
	width:80px;
	height:65px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding-top:15px;
}
.notification img{
	width:50px;
	display:block;
	margin:0 auto;
}

.num_of_new{
	background:red;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height:15px;
	width:15px;
	line-height:15px;
	position:absolute;
	top:-5px;
	right:-5px;
	color:white;
	text-align:center;
}
@media all and (max-width:640px){

	.dialog_area{
		position:fixed;
		width:100%;
		left:0;
		top:180px;
		z-index:999;
		max-width:100%;
	}
	.d_content{
		width:90%;
		margin:0 auto;
		max-width:500px;
	}
	.notification{
		width:60px;
		height:45px;
	}
	.notification img{
		width:30px;
		height:30px;
	}
	.tool_bar{
		top:100px;
		padding:0;
		left:0;
		width:100%;
		margin:0 auto;
		left:auto;
		-webkit-border-radius: 0 ;
		-moz-border-radius: 0 ;
		border-radius: 0 ;
	}
	.tool_bar ul li{
		margin-bottom:10px;
		margin-top:10px;
	}
	.tool_bar ul li:nth-child(1){
		margin-left:10px;
	}
}
@media all and (max-width:380px){


	.tool_bar ul li:nth-child(1){
		margin-left:10px;
	}
	.tool_bar ul li:nth-child(2){
		margin-left:10px;
	}
	.dialog_area{
		top:250px;
	}
}
