﻿@charset "utf-8";

.float_ajax_box {
	background-color: #c5ddf6
}

.float_loading {
	width: 100px;
	height: 100px;
	background: url(../../images/new/loading.gif) no-repeat center
}

.float_ajax_image {
	padding: 6px;
	width: 160px;
	height: auto;
	vertical-align: middle
}

.float_ajax_error {
	padding: 40px 0;
	width: 200px;
	text-align: center
}

.float_list_ul {
	margin: 0;
	padding: 1px;
	font-size: 12px;
	list-style-type: none;
	background-color: #fff;
	border: 1px solid #beceeb
}

.float_list_a {
	display: block;
	text-decoration: none
}

.float_list_a:hover {
	color: #333;
	text-decoration: none;
	background-color: #f0f3f9
}

.float_list_ul li {
	line-height: 20px;
	text-indent: 5px;
	border-top: 1px solid #f0f3f9
}

.float_list_ul li:first-child {
	border-top: 0
}

.float_list_null {
	padding: 40px 20px;
	text-align: center
}

.float_remind_box {
	border: 1px solid #ddd;
	background: #ddd;
	padding: 2px 5px
}

.float_tip_box {
	position: absolute;
	padding: 0 3px;
	line-height: 18px;
	background-color: #ddd;
	border: 1px solid #333;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
	box-shadow: 1px 1px 2px rgba(0,0,0,.4)
}

.float_doing_box {
	position: absolute
}

.float_corner {
	position: absolute;
	left: -6000px;
	font-size: 18px;
	font-family: '宋体';
	overflow: hidden
}

.float_corner .corner {
	position: absolute
}

.float_corner .corner_1 {
	color: #ccc
}

.float_corner .corner_2 {
	color: #fff
}

.float_corner_top {
	line-height: 14px
}

.float_corner_bottom {
	line-height: 17px
}

.float_corner_left,.float_corner_right {
	width: 7px;
	height: 15px
}

.float_corner_right .corner {
	top: -4px
}