/* ***** auth ***** */
.b-auth {
	width: 988px;
	height: 60px;

	position: fixed;
	z-index: 9999;
	left: 50%;
	bottom: 0;
	margin-left: -494px;

	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;

	overflow: hidden;
	}

.b-auth a {
	color: #fff;
	font-size: 11px;
	}

.b-auth .hello {
	float: left; display: inline;
	}

.b-auth .opinion {
	float: left; display: inline;
	margin-left: 250px;
	margin-top: 7px;
	}
.b-auth .opinion a {
	margin-left: 12px;
	padding: 4px 0;
	}
.b-auth .opinion a.good {
	background: url(../i/icon.auth.good.png) no-repeat 0 50%;
	padding-left: 18px;
	}
.b-auth .opinion a.bad {
	background: url(../i/icon.auth.bad.png) no-repeat 0 50%;
	padding-left: 18px;
	}
.b-auth .opinion a.ask {
	background: url(../i/icon.auth.ask.png) no-repeat 0 50%;
	padding-left: 13px;
	}

.b-auth a.close {
	position: absolute;
	right: 10px;
	top: 30px;
	background: url(../i/icon.auth.hide.png) no-repeat 0 50%;
	padding-left: 13px;
	}

.b-auth .b-overflower {
	width: 962px;
	height: 44px;
	overflow: hidden;
	padding: 23px 11px 0 15px;
	position: relative;
	}
.b-auth .b-deco {
	height: 67px;
	width: 100%;
	position: absolute;
	left: 0; top: 0;
	z-index: -1;
	}
.b-auth .b-deco i {
	position: absolute;
	top: 0;
	height: 67px;
	margin-left: -5px;
	background: url(../i/auth-bg.png) no-repeat 0 0;
	}
.b-auth .b-deco i.l {
	width: 100%;
	left: 0;
	}
.b-auth .b-deco i.r {
	width: 5px;
	left: 100%;
	}

.b-auth_off .hello,
.b-auth_off .opinion {
	display: none;
	}
.b-auth_off a.close {
	font-size: 0;
	right: auto;
	left: 7px;
	height: 16px;
	background-image: url(../i/icon.auth.show.png);
	}
/* ***** </auth ***** */