@charset "utf-8";
a:link {
	color: #3f3f3f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3f3f3f;
}
a:hover {
	text-decoration: underline;
	color: #ff6501;
}
a:active {
	text-decoration: none;
	color: #3f3f3f;
}
/*a[class|=bshare]{
	transition:.3s;
	transform: rotateY(0deg);
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
	
}
a[class|=bshare]:hover{
	transform: rotateY(180deg);
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}*/

.hide{
	display: none !important;
}
.common-button{
	width: 270px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #ffb425;
	border-radius: 4px;
	text-align: center;
	font-size: 20px;
	margin: 40px auto 50px;
	cursor: pointer;
}
.common-norecord{
	color: red;
	text-align: center;
	padding:20px;
	background-color: #fff;
	border: 1px solid #f0f0f0;
}
body,ul,li,dl,dt,dd,img,form{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: 0px;
}
body{
	font-size: 16px !important;
	font-family: "微软雅黑" !important;
	background-color: #419fd3;
}

.clear:after{
	content: '';
	display: block;
	clear:both;
	font-size: 0px;
	height: 0px;
}
.clear2{
	clear:both;
	font-size: 0px;
	height: 10px;
}

.backtop{
	position: fixed;
	bottom: 10%;
	right: 10px;
	width: 150px;
	padding:20px;
	border:1px solid #ddd;
	background-color: #fff;
}
.ellipsis .title{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.table2{
	border-spacing: 1px;
	border-collapse:separate;
	background-color: #ccc;
}
.table2 td{
	background-color: #fff;
}
.select2{
	font-family:Microsoft YaHei !important;
}
.select2 option{
	font-family:Microsoft YaHei !important;
}


.html{
	width: 1200px;
	margin: 0 auto;
}





.backtop2{
	position: fixed;
	z-index: 9999;
	right: 10px;
	bottom: 10px;
	height: 278px;
	width: 100px;
	background-image: url(img/img-attendant-right.png);
	font-size: 12px;
	text-align: center;
}
.backtop2 .b1{
	height: 96px;
	text-align: right;
	padding-right: 20px;
}
.backtop2 .b1 .close{
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	cursor: pointer;
	margin-top: -10px;
}
.backtop2 .b1 .close:before{
	content: '';
	position: absolute;
	height: 10px;
	width: 10px;
	top: 2px;
	border-top: 1px solid #666;
	transform: rotate(45deg);
}
.backtop2 .b1 .close:after{
	content: '';
	position: absolute;
	height: 10px;
	width: 10px;
	top: -5px;
	border-top: 1px solid #666;
	transform: rotate(135deg);
}
.backtop2 .b2{
	height: 90px;
}
.backtop2 .b3{
	height: 52px;
}
.backtop2 .b4{
	height: 40px;
	cursor: pointer;
}