ul{
	list-style: none;
}
/*提示信息*/

.boxy-modal-blackout {
	position: absolute;
	background-color: black;
	background: #fff;
	background: -webkit-radial-gradient(center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 1) 80%);
	background: -moz-radial-gradient(center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 1) 80%);
	background: radial-gradient(center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 1) 80%);
	opacity: .6;
	filter: alpha(opacity=40);
	left: 0;
	top: 0;
}

.html_clew_box {
	background: #fff;
	border: 1px solid #bbb;
	color: #1b9103;
	position: absolute;
	z-index: 999999;
	padding: 0 25px;
	margin-top: 1px;
	float: left;
	-webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .1);
	-khtml-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .1);
}

.clew_error {
	background: #fff;
	color: #DD4B39
}

.html_clew_box_close {
	clear: both;
	display: none
}

.html_clew_box_close a {
	background: url(../images/pop_ico_x.gif) no-repeat 0 0;
	width: 8px;
	height: 8px;
	overflow: hidden;
	text-indent: 10px;
	display: block;
	float: right;
}

.html_clew_box_con {
	backgrond: #fff;
	font-size: 14px;
	padding: 20px 0;
	white-space: nowrap;
	font-weight: bold;
}

.ico_waiting {
	background: url(../images/icon_waiting.gif) no-repeat 0 0;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	padding-left: 40px;
}

.boxy-content {
	text-align: left;
	padding: 10px;
}

#input_dismissed {
	margin: 10px 0 10px 0;
}

.ts_confirm {
	clear: left;
	margin-top: 20px;
	*margin-top: 0px;
	position: absolute;
	z-index: 9;
	background-color: #fff;
	padding: 10px 20px;
	line-height: 30px;
	border: #eee solid 1px;
	border-bottom-width: 2px
}

.ts_confirm .del {
	position: absolute;
	right: 5px;
	top: 5px
}

/*==============================*/

/*成功，错误提示页面*/

.Prompt_top,
.Prompt_btm,
.Prompt_ok,
.Prompt_x {}

.Prompt {
	width: 400px;
	margin: 200px auto;
	text-align: left;
	border: 1px solid #ccc;
	color: #1b9103;
	z-index: 999999;
	background: #fff;
	text-align: center;
	webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .1);
	-khtml-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .1);
	padding: 15px
}

.Prompt_top {
	background-position: 0 0;
	height: 15px;
	width: 100%
}

.Prompt_con {}

.Prompt_btm {
	background-position: 0 -27px;
	height: 6px;
	width: 100%;
	overflow: hidden
}

.Prompt_con dl {
	margin: 0 30px;
	overflow: hidden
}

.Prompt_con dt {
	font-size: 18px;
	padding: 15px 0;
	border-bottom: 1px solid #EEEEEE;
	font-weight: bold;
	_height: 20px
}

.Prompt_con dd {
	float: left;
	display: block;
	padding: 15px
}

.Prompt_con dd h2 {
	font-size: 14px;
	line-height: 30px
}

.Prompt_ok {
	background-position: -72px -39px;
	width: 68px;
	height: 68px
}

.Prompt_x {
	background-position: 0 -39px;
	width: 68px;
	height: 68px
}

.box-ver {
	color: #DD4B39
}

.ico-error,
.ico-ok {
	background: url(../images/ico-tips.png) no-repeat 0 0;
	display: inline-block;
	_background: url(../images/ico-tips.gif) no-repeat 0 0;
}

.ico-error {
	background-position: -39px 0;
	width: 24px;
	height: 24px;
	margin: 0 5px 0 0;
	vertical-align: middle
}

.icon-loading {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
    background: url(../images/loading.gif) no-repeat;
    background-position: center center;
    background-size: 18px 18px;
    vertical-align: middle;
}

.ico-ok {
	background-position: 0 0;
	width: 24px;
	height: 24px;
	margin: 0 5px 0 0;
	vertical-align: middle
}

#page_config,
#search_config,
#search_form {
	display: none
}

.comment .bgcolor_arrow {
	display: none;
}

.comment .date {
	float: right;
}

.row {
	display: box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.row-start {
	display: box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

/*============================*/
/*其他样式*/

.selected_item {
	background-image: url(../images/selected_item.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 98% 4%;
}

.full-screen {
	position: fixed;
	width: 100%;
	height: 100%;
}
