﻿body,ul,li,h1,h2,h3,h4,h5,h6,dd,dl,input
{
	margin:0;
	padding:0;
}
li
{
	list-style:none;
}
input, textaera
{
	outline:none;
}
a
{
	text-decoration:none;
	color:#000;
}
img
{
	border:none;
}
.fl
{
	float:left;
}
.fr
{
	float:right;
}
.clearfix:after
{
	display:block;
	clear:both;
	content:'';
	visibility:hidden;
	height:0;
}
.clearfix
{
	zoom:1;
}
.clear
{
	clear:both;
}
.display { 
	display:none;
}

::-webkit-scrollbar {
width: 9px;
    height: 9px;
}

::-webkit-scrollbar-button {
width: 9px;
    height: 12px;
    background-color: transparent;
    background-repeat: no-repeat;
}
::-webkit-scrollbar-corner {
    background-color: #f1f1f1;
    -webkit-border-radius: 1px;
}
::-webkit-scrollbar-thumb {
background-color: #e7e7e7;
    border: 1px solid rgba(0,0,0,.21);
    -webkit-border-radius: 5px;
}
::-webkit-scrollbar-track-piece {
     background-color: rgba(0,0,0,.15); 
    -webkit-border-radius: 5px;
}

#createmask{position:fixed;
z-index:3;
opacity:0.5;
filter:alpha(opacity=50);
width:100%;
top:0;
left:0;
background:#000;
}


.comcheckdiv {
	position: relative;
	width: 35px;
	height: 30px;
	cursor: pointer;
}

	.comcheckdiv .comcheckbox {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		cursor: pointer;
		margin: 0;
		padding: 0;
		opacity: 0;
		filter: alpha(opacity=0);
		z-index: 2;
		margin-left: 0px !important;
		margin-top: 0px !important;
	}

	.comcheckdiv .comcheckspan {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		cursor: pointer;
		background: url(../../Img/icon/checkicon1.png) no-repeat 0 -3px;
		z-index: 1;
	}

	.comcheckdiv .comcheckbox:checked ~ .comcheckspan {
		background: url(../../Img/icon/checkicon1.png) no-repeat 0 -38px;
	}




.comradiodiv {
	position: relative;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

	.comradiodiv .comradiobox {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		cursor: pointer;
		margin: 0;
		padding: 0;
		opacity: 0;
		filter: alpha(opacity=0);
		z-index: 2;
	}

	.comradiodiv .comradiospan {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		cursor: pointer;
		background: url(../../Img/icon/radioicon.png) no-repeat 0 -4px;
		z-index: 1;
	}

	.comradiodiv .comradiobox:checked ~ .comradiospan {
		background: url(../../Img/icon/radioicon.png) no-repeat 0 -31px;
	}


/*****快速导航*****/
.GdoaNavga {
	position: fixed;
	left: 0;
	top: 50%;
	width: 90px;
	transform: translateY(-50%);
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.5);
	border-radius: 0 8px 8px 0;
	text-align: center;
	color: #6D7278;
}

	.GdoaNavga span {
		display: block;
		position: relative;
		padding: 16px 0;
		cursor: pointer;
		transition: color .2s;
		cursor: pointer;
	}

		.GdoaNavga span.active, .GdoaNavga span:hover {
			color: #10AE59;
		}

		.GdoaNavga span + span:after {
			position: absolute;
			top: 0;
			left: 50%;
			margin-left: -30px;
			content: '';
			width: 60px;
			border: 1px solid #F3F5F7;
		}

@media screen and (max-width: 1390px) {
	.GdoaNavga {
		display: none;
	}
}

.filebtndiv {
	position: relative;
	cursor: pointer;
	float: left;
}

.filebtnspan {
	border: 1px solid #ddd;
	width: 80px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	padding: 0px 10px;
	text-align: center;
	border-radius: 2px;
	color: #555;
	margin-right: 10px;
}

.filebtninput {
	position: absolute;
	width: 100px;
	left: 0px;
	top: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}