﻿
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, 
dl, dt, dd, ul, ol, li, 
pre, 
fieldset, lengend, button, input, textarea, 
th, td { 
	margin: 0;
	padding: 0;
}


body,
button, input, select, textarea { 
	font: 14px/1 "Microsoft Yahei", Helvetica, Arial, "\5b8b\4f53", sans-serif; 
}

h1 { font-size: 18px;  }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var { font-style: normal; } 
code, kbd, pre, samp, tt { font-family: "Microsoft Yahei", Courier, monospace; } 
small { font-size: 12px; } 


ul, ol { list-style: none; }


a { text-decoration: none; }
a:hover { text-decoration: underline; }

abbr[title], acronym[title] { 
	border-bottom: 1px dotted;
	cursor: help;
}

q:before, q:after { content: ''; }


legend { color: #000; } 
fieldset, img { border: none; } 

button, input, select, textarea {
	font-size: 100%; 
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}


hr {
	border: 1px solid #EEE;
	height: 0;
}
html {
	overflow-y: scroll;
}
body {
	padding-top: 65px;
	background-color: #EEE;
	color: #666;
	line-height: 180%;
	font-size: 14px;
}

.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.clear {
	clear: both;
}
.clear-h {
	clear: both;
	height: 10px;
}
.invisible {
	visibility: hidden;
}
.affix {
	position: fixed;
}
.center {
	text-align: center;
}
.well {
	min-height: 20px;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #ddd;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

a {
	color: #696;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #558055;
	text-decoration: underline;
}
ul.unstyled,
ol.unstyled {
	margin-left: 0;
	list-style: none;
}
ul.inline,
ol.inline {
	margin-left: 0;
	list-style: none;
}
ul.inline > li,
ol.inline > li {
	display: inline-block;
	*display: inline;
	padding-right: 5px;
	padding-left: 5px;
	*zoom: 1;
}
dl {
	margin-bottom: 20px;
}
dd {
	margin-left: 10px;
}
dt,dd {
	line-height: 20px;
}

.dl-horizontal {
	*zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
	display: table;
	line-height: 0;
	content: "";
}
.dl-horizontal:after {
	clear: both;
}
.dl-horizontal dt {
	float: left;
	width: 160px;
	overflow: hidden;
	clear: left;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dl-horizontal dd {
	margin-left: 180px;
}

img {
	vertical-align: middle;
	border: 0;
}
.img-rounded {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}



form {
	margin: 0 0 20px;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	margin: 0 0 10px 0;
	padding: 10px 0;
	width: 100%;
	border: 0;
	background: url('../image/dot.png') 0 24px repeat-x;
	font-size: 14px;
	font-weight: 700;
	line-height: 28px;
	color: #666;
}
legend > span {
	padding: 5px 10px;
	border-radius: 5px;
	background: #ccc;
	color: #fff;
}
label,
input,
button,
select,
textarea {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
label {
	display: block;
	margin-bottom: 5px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	display: inline-block;
	height: 20px;
	padding: 6px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
}
input,
textarea,
.uneditable-input {
	width: 206px;
}
textarea {
	height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(1, 198, 117, 1.0);
	outline: 0;
	outline: thin dotted \9;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	*margin-top: 0;
	line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}
input[type="file"] {
	height: 30px;
	
	*margin-top: 4px;
	
	line-height: 30px;
}
select {
	display: inline-block;
	margin-bottom: 5px;
	padding: 6px;
	min-width: 80px;
	height: 34px;
	line-height: 34px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #555555;
	vertical-align: middle;
}
select[multiple],
select[size] {
	height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #c9c9c9;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #c9c9c9;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #c9c9c9;
}
.radio,
.checkbox {
	min-height: 20px;
	padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}
.radio.inline,
.checkbox.inline {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
	margin-left: 10px;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.input-mini {
	width: 60px;
}
.input-small {
	width: 90px;
}
.input-medium {
	width: 150px;
}
.input-large {
	width: 210px;
}
.input-xlarge {
	width: 270px;
}
.input-xxlarge {
	width: 360px;
}
.input-xxxlarge {
	width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"] {
	float: none;
	margin-left: 0;
}
input,
textarea,
.uneditable-input {
	margin-left: 0;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
	cursor: not-allowed;
	background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
	background-color: transparent;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
	color: #b94a48;
	border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
	color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
	color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
	border-color: #c09853;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
	border-color: #a47e3c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
	color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
	color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
	border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
	border-color: #953b39;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
	color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
	color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
	border-color: #468847;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
	border-color: #356635;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
	color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
	color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
	border-color: #3a87ad;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
	border-color: #2d6987;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.form-actions {
	margin-top: 20px;
	margin-bottom: 20px;
	*zoom: 1;
}
.form-actions:before,
.form-actions:after {
	display: table;
	line-height: 0;
	content: "";
}
.form-actions:after {
	clear: both;
}
.help-block,
.help-inline {
	height: 34px;
	color: #595959;
}
.help-block {
	display: block;
	margin-bottom: 10px;
}
.help-inline {
	margin-left: 5px;
	display: inline-block;
	*display: inline;
	vertical-align: bottom;
	*zoom: 1;
}
.control-group {
	margin-bottom: 20px;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
	display: table;
	line-height: 0;
	content: "";
}
.form-horizontal .control-group:after {
	clear: both;
}
.form-horizontal .control-label {
	float: left;
	width: 80px;
	padding-top: 7px;
}
.form-horizontal .control-label > em {
	display: inline-block;
	margin: 6px 3px 0;
	font-size: 18px;
	color: #ed1b24;
	line-height: 4px;
	vertical-align: middle;
}
.form-horizontal .controls {
	*display: inline-block;
	*padding-left: 20px;
	margin-left: 80px;
	*margin-left: 0;
}
.form-horizontal .controls:first-child {
	*padding-left: 120px;
}
.form-horizontal .help-block {
	margin-bottom: 0;
}
.form-horizontal strong.require {
	position: relative;
	top: 2px;
	right: 4px;
	font-size: 14px;
	font-family: verdana, sans-serif;
	font-weight: normal;
	color: #f30;
}
.form-horizontal .form-actions {
	padding-left: 80px;
}

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
.table {
	width: 100%;
	margin-bottom: 20px;
}
.table th,
.table td {
	padding: 10px;
	line-height: 24px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #eeeeee;
}
.table th {
	font-weight: bold;
}
.table thead th {
	padding: 2px 10px;
	vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}
.table tbody + tbody {
	border-top: 2px solid #eeeeee;
}
.table .table {
	background-color: #ffffff;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f1f1f1;
}
table td[class*="span"],
table th[class*="span"] {
	display: table-cell;
	float: none;
	margin-left: 0;
}

.table tbody tr.success > td {
	background-color: #dff0d8;
}
.table tbody tr.error > td {
	background-color: #f2dede;
}
.table tbody tr.warning > td {
	background-color: #fcf8e3;
}
.table tbody tr.info > td {
	background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
	background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
	background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
	background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
	background-color: #c4e3f3;
}

[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	*margin-right: .3em;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("../image/glyphicons-halflings.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
}

.icon-white,
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar .nav > .active > a > [class^="icon-"],
.navbar .nav > .active > a > [class*=" icon-"] {
	background-image: url("../image/glyphicons-halflings-white.png");
}
.icon-glass {
	background-position: 0 0;
}
.icon-music {
	background-position: -24px 0;
}
.icon-search {
	background-position: -48px 0;
}
.icon-envelope {
	background-position: -72px 0;
}
.icon-heart {
	background-position: -96px 0;
}
.icon-star {
	background-position: -120px 0;
}
.icon-star-empty {
	background-position: -144px 0;
}
.icon-user {
	background-position: -168px 0;
}
.icon-film {
	background-position: -192px 0;
}
.icon-th-large {
	background-position: -216px 0;
}
.icon-th {
	background-position: -240px 0;
}
.icon-th-list {
	background-position: -264px 0;
}
.icon-ok {
	background-position: -288px 0;
}
.icon-remove {
	background-position: -312px 0;
}
.icon-zoom-in {
	background-position: -336px 0;
}
.icon-zoom-out {
	background-position: -360px 0;
}
.icon-off {
	background-position: -384px 0;
}
.icon-signal {
	background-position: -408px 0;
}
.icon-cog {
	background-position: -432px 0;
}
.icon-trash {
	background-position: -456px 0;
}
.icon-home {
	background-position: 0 -24px;
}
.icon-file {
	background-position: -24px -24px;
}
.icon-time {
	background-position: -48px -24px;
}
.icon-road {
	background-position: -72px -24px;
}
.icon-download-alt {
	background-position: -96px -24px;
}
.icon-download {
	background-position: -120px -24px;
}
.icon-upload {
	background-position: -144px -24px;
}
.icon-inbox {
	background-position: -168px -24px;
}
.icon-play-circle {
	background-position: -192px -24px;
}
.icon-repeat {
	background-position: -216px -24px;
}
.icon-refresh {
	background-position: -240px -24px;
}
.icon-list-alt {
	background-position: -264px -24px;
}
.icon-lock {
	background-position: -287px -24px;
}
.icon-flag {
	background-position: -312px -24px;
}
.icon-headphones {
	background-position: -336px -24px;
}
.icon-volume-off {
	background-position: -360px -24px;
}
.icon-volume-down {
	background-position: -384px -24px;
}
.icon-volume-up {
	background-position: -408px -24px;
}
.icon-qrcode {
	background-position: -432px -24px;
}
.icon-barcode {
	background-position: -456px -24px;
}
.icon-tag {
	background-position: 0 -48px;
}
.icon-tags {
	background-position: -25px -48px;
}
.icon-book {
	background-position: -48px -48px;
}
.icon-bookmark {
	background-position: -72px -48px;
}
.icon-print {
	background-position: -96px -48px;
}
.icon-camera {
	background-position: -120px -48px;
}
.icon-font {
	background-position: -144px -48px;
}
.icon-bold {
	background-position: -167px -48px;
}
.icon-italic {
	background-position: -192px -48px;
}
.icon-text-height {
	background-position: -216px -48px;
}
.icon-text-width {
	background-position: -240px -48px;
}
.icon-align-left {
	background-position: -264px -48px;
}
.icon-align-center {
	background-position: -288px -48px;
}
.icon-align-right {
	background-position: -312px -48px;
}
.icon-align-justify {
	background-position: -336px -48px;
}
.icon-list {
	background-position: -360px -48px;
}
.icon-indent-left {
	background-position: -384px -48px;
}
.icon-indent-right {
	background-position: -408px -48px;
}
.icon-facetime-video {
	background-position: -432px -48px;
}
.icon-picture {
	background-position: -456px -48px;
}
.icon-pencil {
	background-position: 0 -72px;
}
.icon-map-marker {
	background-position: -24px -72px;
}
.icon-adjust {
	background-position: -48px -72px;
}
.icon-tint {
	background-position: -72px -72px;
}
.icon-edit {
	background-position: -96px -72px;
}
.icon-share {
	background-position: -120px -72px;
}
.icon-check {
	background-position: -144px -72px;
}
.icon-move {
	background-position: -168px -72px;
}
.icon-step-backward {
	background-position: -192px -72px;
}
.icon-fast-backward {
	background-position: -216px -72px;
}
.icon-backward {
	background-position: -240px -72px;
}
.icon-play {
	background-position: -264px -72px;
}
.icon-pause {
	background-position: -288px -72px;
}
.icon-stop {
	background-position: -312px -72px;
}
.icon-forward {
	background-position: -336px -72px;
}
.icon-fast-forward {
	background-position: -360px -72px;
}
.icon-step-forward {
	background-position: -384px -72px;
}
.icon-eject {
	background-position: -408px -72px;
}
.icon-chevron-left {
	background-position: -432px -72px;
}
.icon-chevron-right {
	background-position: -456px -72px;
}
.icon-plus-sign {
	background-position: 0 -96px;
}
.icon-minus-sign {
	background-position: -24px -96px;
}
.icon-remove-sign {
	background-position: -48px -96px;
}
.icon-ok-sign {
	background-position: -72px -96px;
}
.icon-question-sign {
	background-position: -96px -96px;
}
.icon-info-sign {
	background-position: -120px -96px;
}
.icon-screenshot {
	background-position: -144px -96px;
}
.icon-remove-circle {
	background-position: -168px -96px;
}
.icon-ok-circle {
	background-position: -192px -96px;
}
.icon-ban-circle {
	background-position: -216px -96px;
}
.icon-arrow-left {
	background-position: -240px -96px;
}
.icon-arrow-right {
	background-position: -264px -96px;
}
.icon-arrow-up {
	background-position: -289px -96px;
}
.icon-arrow-down {
	background-position: -312px -96px;
}
.icon-share-alt {
	background-position: -336px -96px;
}
.icon-resize-full {
	background-position: -360px -96px;
}
.icon-resize-small {
	background-position: -384px -96px;
}
.icon-plus {
	background-position: -408px -96px;
}
.icon-minus {
	background-position: -433px -96px;
}
.icon-asterisk {
	background-position: -456px -96px;
}
.icon-exclamation-sign {
	background-position: 0 -120px;
}
.icon-gift {
	background-position: -24px -120px;
}
.icon-leaf {
	background-position: -48px -120px;
}
.icon-fire {
	background-position: -72px -120px;
}
.icon-eye-open {
	background-position: -96px -120px;
}
.icon-eye-close {
	background-position: -120px -120px;
}
.icon-warning-sign {
	background-position: -144px -120px;
}
.icon-plane {
	background-position: -168px -120px;
}
.icon-calendar {
	background-position: -192px -120px;
}
.icon-random {
	width: 16px;
	background-position: -216px -120px;
}
.icon-comment {
	background-position: -240px -120px;
}
.icon-magnet {
	background-position: -264px -120px;
}
.icon-chevron-up {
	background-position: -288px -120px;
}
.icon-chevron-down {
	background-position: -313px -119px;
}
.icon-retweet {
	background-position: -336px -120px;
}
.icon-shopping-cart {
	background-position: -360px -120px;
}
.icon-folder-close {
	width: 16px;
	background-position: -384px -120px;
}
.icon-folder-open {
	width: 16px;
	background-position: -408px -120px;
}
.icon-resize-vertical {
	background-position: -432px -119px;
}
.icon-resize-horizontal {
	background-position: -456px -118px;
}
.icon-hdd {
	background-position: 0 -144px;
}
.icon-bullhorn {
	background-position: -24px -144px;
}
.icon-bell {
	background-position: -48px -144px;
}
.icon-certificate {
	background-position: -72px -144px;
}
.icon-thumbs-up {
	background-position: -96px -144px;
}
.icon-thumbs-down {
	background-position: -120px -144px;
}
.icon-hand-right {
	background-position: -144px -144px;
}
.icon-hand-left {
	background-position: -168px -144px;
}
.icon-hand-up {
	background-position: -192px -144px;
}
.icon-hand-down {
	background-position: -216px -144px;
}
.icon-circle-arrow-right {
	background-position: -240px -144px;
}
.icon-circle-arrow-left {
	background-position: -264px -144px;
}
.icon-circle-arrow-up {
	background-position: -288px -144px;
}
.icon-circle-arrow-down {
	background-position: -312px -144px;
}
.icon-globe {
	background-position: -336px -144px;
}
.icon-wrench {
	background-position: -360px -144px;
}
.icon-tasks {
	background-position: -384px -144px;
}
.icon-filter {
	background-position: -408px -144px;
}
.icon-briefcase {
	background-position: -432px -144px;
}
.icon-fullscreen {
	background-position: -456px -144px;
}

.url{
	position:relative;
	display:inline-block;
	*display:inline;
	margin-top: 10px;
	*z-index:9;
}
.ico-url-web,
.ico-url-taobao,
.ico-url-video {
	display: inline-block;
	width:72px;
	height:18px;
	vertical-align:middle;
	*cursor:pointer;
}

.btn {
	display: inline-block;
	*display: inline;
	padding: 7px 15px;
	margin-bottom: 4px;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #eee;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	vertical-align: middle;
	cursor: pointer;
	background-color: #bcbcbc;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #fff;
	background-color: #ccc;
}
.btn:active,
.btn.active {
	background-color: #ccc \9;
}
.btn:first-child {
	*margin-left: 0;
}
.btn:hover,
.btn:focus {
	color: #fff;
	text-decoration: none;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.35;
	filter: alpha(opacity=35);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-cancel {
	background: none;
	border: none;
	cursor: pointer;
	color: #999;
	text-decoration: underline;
	margin: 0 10px;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
	margin: 4px 4px 0 0;
}
.btn-large {
	padding: 15px 40px;
	font-size: 18px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
	margin: 6px 4px 0 0;
}
.btn-small {
	padding: 2px 10px;
	font-size: 12px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
	margin: 1px 2px 0 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
	margin-top: -1px;
}
.btn-mini {
	padding: 0 6px;
	font-size: 10.5px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
	color: #FFF;
	background-color: #66CC66;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #FFF;
	background-color: #73C46F;
}
.btn-primary:active,
.btn-primary.active {
	background-color: #66CC66 \9;
}
.btn-warning {
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	color: #FFF;
	background-color: #f89406;
}
.btn-warning:active,
.btn-warning.active {
	background-color: #c67605 \9;
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	color: #ffffff;
	background-color: #bd362f;
	*background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
	background-color: #942a25 \9;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	color: #ffffff;
	background-color: #51a351;
	*background-color: #499249;
}
.btn-success:active,
.btn-success.active {
	background-color: #408140 \9;
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #49afcd;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	color: #ffffff;
	background-color: #2f96b4;
	*background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
	background-color: #24748c \9;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	color: #ffffff;
	background-color: #222222;
	*background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
	background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
	*padding-top: 3px;
	*padding-bottom: 3px;
	border: none;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
	*padding-top: 7px;
	*padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
	*padding-top: 3px;
	*padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
	*padding-top: 1px;
	*padding-bottom: 1px;
}

.container,
.navbar .container,
.nav-bottom .container {
	margin: 0 auto;
	width: 1000px;
}
.container-inline {
	margin: 0 auto;
	width: 100%;
}
.col2 {
	width: 240px;
}
.col5 {
	width: 495px;
}
.col6 {
	margin-left: 10px;
	width: 500px;
}
.col8 {
	width: 750px;
}
.col10 {
	width: 1000px;
}
.card {
	margin-bottom: 10px;
	padding: 10px;
	background: #FFF;
	border-radius: 3px;
	border: 1px solid #DDD;
}
.card-md {
	padding: 5px 20px;
}
.card-lg {
	padding: 10px 40px;
}
.card h3 {
	margin-bottom: 10px;
	color: #333;
}
.card h3 a.more {
	float: right;
	font-weight: normal;
}
.card-lg h1 {
	margin: 20px 0;
}
.card-md h1 {
	margin: 10px 0;
}

.nav {
	margin-bottom: 20px;
	margin-left: 0;
	list-style: none;
}
.navbar {
	margin: 0 auto;
	position: fixed;
	*position: relative;
	top: 0;
	z-index: 999;
	overflow: visible;
	width: 100%;
	height: 50px;
	border-bottom: 5px solid #791118;
	background: #A30A0F;
	font-family: 'Microsoft YaHei UI', 'Microsoft YaHei', SimSun, 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}
.logo{
	float: left;
	margin: 10px 20px 0 0;
}
.navbar .navbar-header {
	position: relative;
}
.navbar-header > .nav,
.navbar-header > .user {
	float: left;
	height: 50px;
}
.search-bar {
	float: left;
	margin: 10px 10px 0 20px;
}
.search-bar input[type=text] {
	border: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 150px;
	height: 20px;
	float: left;
}
.search-bar input[type=submit] {
	border: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 30px;
	height: 32px;
	background: url('../image/search-btn.jpg') center center no-repeat;
	background-color: #FFF;
}
.navbar-header .nav {
	
	margin: 0;
	padding: 0;
}
.navbar-header .nav > li {
	float: left;
	height: 35px;
	line-height: 35px;
	margin-left: 25px;
	margin-top: 7px;
	text-align: center;
}
.navbar-header .nav > li > a {
	float: left;
	padding: 2px 10px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}
.navbar-header .nav > li > a:hover,
.navbar-header .nav > li > a:focus {
	text-decoration: none;
	background-color: #791118;
	border-radius: 5px;
}
.navbar-header .nav > li.active a {
	background-color: #791118;
	border-radius: 5px;
}
.navbar-header .person{
	float:right;
	position:relative;
	z-index:999;
}
.navbar-header .person ul li{
	float:left;
	position:relative;
}
.navbar-header .person ul li a.username,
.navbar-header .person ul li a.app {
	float:left;
	display:block;
	padding: 15px 20px;
	height:25px;
	line-height:25px;
	color: #fff
}
.navbar-header .person ul li a.username > .avatar {
	margin-right: 10px;
	border-radius: 3px;
}
.navbar-header .person li.drop a.app{
	float:left;
	display:block;
	color: #333;
	padding: 15px 20px;
	margin:0;
	height:25px;
	line-height:25px;
	background:#fff;
}
.navbar-header .person li.drop a.app:hover{
}
.navbar-header .person a.face{
	height:20px;
	padding:0;
	margin:8px 5px 7px;
	border:none 0;
}

.navbar-header .person .dropmenu .message_list_new {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.navbar-header .dropmenu .message_list_new li{
	float: none;
	padding: 5px 10px;
	height: 24px;
	line-height: 24px;
}
.navbar-header .person .dropmenu .message_list_new li a{
	display: inline;
	padding: 0 7px;
}
.navbar-header .dropmenu .message_list_new a:hover{
	background:none;
	text-decoration:underline;
}




.navbar-header .dorp-right .dropmenu{
	background: url(../image/layer_bg.png) repeat #fff;
	border: #791118 solid 1px;
	border-top:none;
	top:55px;
	right:-1px;
	position:absolute;
	display:none;
}
.navbar-header .dorp-right .dropmenu .acc-list {
	margin-bottom: 0;
	padding: 5px 0 0 0;
}
.navbar-header .dorp-right .dropmenu .acc-list dd {
	height: 28px;
	line-height: 28px;
}
.navbar-header .dorp-right .dropmenu .acc-list dd > a > i {
	margin-top: 4px;
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.navbar-header .dorp-right .dropmenu .w-message{
	min-width:200px;
	*width:200px;
}

.navbar-header .layer-massage-box{
	background: #ffc;
	position: absolute;
	right: 41px;
	top: 55px;
	z-index: 99;
	box-shadow: 0 1px 5px #eee;
}
.navbar-header .layer-massage-box a.close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.navbar-header .layer-massage-box ul{
	padding: 10px 40px 10px 10px;
	-webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .1)
}
.navbar-header .layer-massage-box li{
	line-height: 24px;
}
.navbar-header .layer-massage-box li a{
	float: right;
	display: inline;
}
.navbar-header .layer-massage-box li a:hover{
	text-decoration: underline;
}

.nav-tabs {
	padding-left: 30px;
	height: 36px;
	border-bottom: 1px solid #ddd;
	*zoom: 1;
	padding-left: 30px;
	height: 34px;
	border-bottom: 1px solid #ddd;
	*zoom: 1;
}
.nav-tabs:before,
.nav-tabs:after {
	display: table;
	line-height: 0;
	content: "";
}
.nav-tabs:after {
	clear: both;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
	height: 30px;
	line-height: 30px;
}
.nav-tabs > li > a,
.nav-tabs > li.active > a {
	margin-right: 5px;
	padding: 10px 30px;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
	color: #fff;
	cursor: default;
	background-color: #66CC66;
	border-bottom: none;
}

.nav-list {
	margin-bottom: 0;
	padding-right: 15px;
	background: url('../image/dot.png') 139px 0 repeat-y;
	font-size: 14px;
}
.nav-list > li {
	height: 36px;
	line-height: 36px;
	text-align: right;
}
.nav-list .nav-header {
	padding: 3px 36px 3px 15px;
}
.nav-list > li > a {
	margin: 0;
	padding: 3px 15px;
	color: #666;
}
.nav-list .nav-header {
	color: #666;
	font-weight: bold;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
	color: #0092df;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
	margin-right: 2px;
}
.nav-list > li > a > .circle,
.nav-list > .active > a > .circle {
	display: inline-block;
	float: right;
	margin: 8px 0 0 0;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 11px;
}
.nav-list > .active > a > .circle {
	background: #6ead2a;
	border: 1px solid #6ead2a;
}

.page {
	margin: 20px 0;
}
.page ul {
	display: inline-block;
	*display: inline;
	margin-bottom: 0;
	margin-left: 0;
	*zoom: 1;
}
.page ul > li {
	display: inline;
}
.page ul > li > a,
.page ul > li > span {
	float: left;
	margin: 0 10px 0 0;
	padding: 8px 15px;
	line-height: 20px;
	text-decoration: none;
}
.page ul > li > span {
	color: #fff;
	background-color: #01c675;
}
.page ul > li > a:hover,
.page ul > li > a:focus,
.page ul > .active > a,
.page ul > .active > span {
	background-color: #f1f1f1;
}
.page ul > .active > a,
.page ul > .active > span {
	color: #999999;
	cursor: default;
}
.page ul > .disabled > span,
.page ul > .disabled > a,
.page ul > .disabled > a:hover,
.page ul > .disabled > a:focus {
	color: #999999;
	cursor: default;
	background-color: transparent;
}
.page ul > li:first-child > a,
.page ul > li:first-child > span {
	border-left-width: 1px;
}
.page-centered {
	text-align: center;
}
.page-right {
	text-align: right;
}
.page-large ul > li > a,
.page-large ul > li > span {
	padding: 11px 19px;
	font-size: 18px;
}
.page-small ul > li > a,
.page-small ul > li > span {
	padding: 2px 10px;
	font-size: 12px;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.modal {
	position: fixed;
	top: 10%;
	left: 50%;
	z-index: 1050;
	width: 560px;
	margin-left: -280px;
	background-color: #ffffff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.1);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	outline: none;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}
.modal.fade {
	top: -25%;
	-webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, top 0.3s ease-out;
	-o-transition: opacity 0.3s linear, top 0.3s ease-out;
	transition: opacity 0.3s linear, top 0.3s ease-out;
}
.modal.fade.in {
	top: 25%;
}
.modal-header {
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
}
.modal-header .close {
	margin-top: 2px;
}
.modal-header h3 {
	margin: 0;
	line-height: 30px;
}
.modal-body {
	position: relative;
	max-height: 400px;
	padding: 15px;
	overflow-y: auto;
}
.modal-body .ico-success,
.modal-body .ico-error,
.modal-body .ico-confirm {
	float: left;
	margin: 0 20px;
	width: 40px;
	height: 40px;
	background: url("../image/sprite.png") no-repeat;
}
.modal-body .ico-success {
	background-position: 0 0;
}
.modal-body .ico-error {
	background-position: 0 -50px;
}
.modal-body .ico-confirm {
	background-position: 0 -100px;
}
.modal-body p {
	margin: 0;
	font-size: 28px;
	color: #666;
	line-height: 38px;
	vertical-align: middle;
	font-family: 'Microsoft YaHei UI', 'Microsoft YaHei', SimSun, 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}
.modal-body p.loading {
	padding: 20px 0;
	text-align: center;
}
.modal-form {
	margin-bottom: 0;
}
.modal-footer {
	padding: 14px 15px 15px;
	margin-bottom: 0;
	text-align: right;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}
.modal-footer:before,
.modal-footer:after {
	display: table;
	line-height: 0;
	content: "";
}
.modal-footer:after {
	clear: both;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
}
.modal-footer .timer {
	margin-right: 10px;
	color: #999;
	vertical-align: middle;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}

.tooltip {
	position: absolute;
	z-index: 1530;
	display: block;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: visible;
}
.tooltip.in {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}
.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}
.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}
.tooltip.left {
	padding: 0 5px;
	margin-left: -13px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-color: #000000;
	border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-right-color: #000000;
	border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-left-color: #000000;
	border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-bottom-color: #000000;
	border-width: 0 5px 5px;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1510;
	display: none;
	padding: 1px;
	text-align: left;
	white-space: normal;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.popover-title:empty {
	display: none;
}
.popover-content {
	padding: 10px;
}
.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	border-bottom-width: 0;
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-top-color: #ffffff;
	border-bottom-width: 0;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, 0.25);
	border-left-width: 0;
}
.popover.right .arrow:after {
	bottom: -10px;
	left: 1px;
	border-right-color: #ffffff;
	border-left-width: 0;
}
.popover.bottom .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	border-top-width: 0;
}
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-bottom-color: #ffffff;
	border-top-width: 0;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25);
	border-right-width: 0;
}
.popover.left .arrow:after {
	right: 1px;
	bottom: -10px;
	border-left-color: #ffffff;
	border-right-width: 0;
}

.breadcrumb {
	padding: 8px 15px;
	margin: 0 0 20px;
	list-style: none;
	background-color: #f2f2f2;
}
.breadcrumb > li {
	display: inline-block;
	*display: inline;
	text-shadow: 0 1px 0 #ffffff;
	*zoom: 1;
}
.breadcrumb > li > .divider {
	padding: 0 5px;
	color: #999;
}
.breadcrumb > .active {
	color: #888;
}

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert,
.alert h4 {
	color: #c09853;
}
.alert h4 {
	margin: 0 0 10px 0;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 20px;
}
.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 10px;
	padding-bottom: 10px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}
@charset "utf-8";

 
.sideuser-info {
}
.sideuser-info dl {
	margin-bottom: 15px;
	height: 60px;
}
.sideuser-info dl:last-child {
	margin-bottom: 0;
}
.sideuser-info dt {
	float: left;
	width: 70px;
}
.sideuser-info dd > p {
	color: #999;
	overflow: hidden;
}


.acts .face, .acts .image, .acts .video, .acts .file, .acts .at, .acts .topic, .contribute {
	background: url(../image/icon.png) no-repeat 0 0;
	display: block;
	vertical-align: middle;
	_background: url(../image/icon.gif) no-repeat 0 0;
	overflow: hidden;
}
.acts .face-block .face {
	background-position: -31px -28px;
	_vertical-align: 1px;
}
.acts .image-block .image {
	background-position: -31px -61px;
	_vertical-align: 1px;
}
.acts .file-block .file {
	background-position: -31px -96px;
	_vertical-align: 1px;
}
.acts .video-block .video {
	background-position: -31px -244px;
	_vertical-align: 1px;
}
.acts .at-block .at {
	background-position: -31px -133px;
	_vertical-align: 1px;
}
.acts .topic-block .topic {
	background-position: -31px -170px;
	_vertical-align: 1px;
}
.contribute {
	background-position: -31px -207px;
	width: 16px;
	height: 16px;
	_vertical-align: 1px;
}
.acts a .ico-contribute-h {
	color: #038803;
}
.acts .face-block:hover .face {
	background-position: 0 -28px;
}
.acts .image-block:hover .image {
	background-position: 0 -61px;
}
.acts .file-block:hover .file {
	background-position: 0 -96px;
}
.acts .video-block:hover .video {
	background-position: 0 -244px;
}
.acts .at-block:hover .at {
	background-position: 0 -133px;
}
.acts .topic-block:hover .topic {
	background-position: 0 -170px;
}
a:hover .contribute {
	background-position: 0 -207px;
}
.acts .image-block, .acts .file-block {
	position: relative;
}
.acts .face-block, .acts .face-block:hover, .acts .image-block, .acts .image-block:hover, .acts .video-block, .acts .video-block:hover, .acts .file-block, .acts .file-block:hover, .acts .at-block, .acts .at-block:hover, .acts .topic-block, .acts .topic-block:hover, .acts .contribute-block, .acts .contribute-block:hover {
	overflow: hidden;
	display: inline-block;
	line-height: 16px;
	margin: 0 10px 0 0;
	color: #999;
	outline: none;
	_margin: 0 3px 0 0;
}
* + html .acts .face-block, * + html .acts .face-block:hover, * + html .acts .image-block, * + html .acts .image-block:hover, * + html .acts .video-block, * + html .acts .video-block:hover, * + html .acts .file-block, * + html .acts .file-block:hover, * + html .acts .at-block, * + html .acts .at-block:hover, * + html .acts .topic-block, * + html .acts .topic-block:hover, * + html .acts .contribute-block, * + html .acts .contribute-block:hover {
	margin: 0 2px 0 0;
}
.acts .image-block input, .acts .file-block input {
	position: absolute;
	right: -5px;
	top: -5px;
	outline: none;
	font-size: 16px;
	cursor: pointer;
	filter: alpha(opacity=0); 
	-moz-opacity: 0; 
	opacity: 0;
	*top: -5px;
	*right: 5px
}

.feed_lists .loading {
	
	height: 16px;
	line-height: 16px;
	padding: 6px 0;
	text-align: center;
	color: #999;
}
.feed_lists .loading img {
	vertical-align: middle;
	margin: 0 0 0 5px
}

.feed_lists a.notes {
	height: 18px;
	line-height: 18px;
	display: block;
	padding: 5px 0;
	margin: 10px 0 10px 100px;
	text-align: center;
	background-color: #FFF8E1;
	color: #0078B6;
	border: 1px solid #e5e5e5;
}


.feed_lists .page {
	margin: 0 20px
}
.feed_lists .note {
	padding: 10px;
	text-align: center;
	_height: 600px;
}
.feed_list .content .remark em, .layer-content .remark em {
	color: #999;
	font-style: normal;
}
.feed_list {
	cursor: default;
	margin: 0 0 10px 0;
	zoom: 1
}
.feed_list:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.feed_list .face {
	float: left;
	width: 75px;
	text-align: center;
}
.feed_list .face .icon-new {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 10px;
}
.feed_list .face img {
	vertical-align: top;
	width: 75px;
	height: 75px;
	border-radius: 3px;
	box-shadow: 1px 1px 1px #ddd;
}
.feed_list .face .name {
	display: inline-block;
	padding-top: 5px;
	height: 20px;
	line-height: 20px;
	color: #666;
}
.feed_list a.date {
	color: #bbb
}
.feed_list .content {
	position: relative;
	margin: 0 0 0 100px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 14px;
	line-height: 24px;
	border-radius: 3px;
}
.feed_list .content .feed {
	padding: 15px 15px 0;
}
.feed_list .content em,
.feed_list .comment .arrline {
	vertical-align: top;
	color: #e1e1e1;
	font-style: normal;
}
.feed_list .content em img {
	vertical-align: middle;
}
.feed_list .contents .feed-family {
	height: 140px;
}
.feed_list .contents .feed-family-icon {
	float: left;
	width: 140px;
}
.feed_list .contents .feed-family-icon img {
	border-radius: 3px;
}
.feed_list .contents .feed-family-info {
	padding-left: 155px;
}



.remark a:link, .remark a:visited {
	margin: 0;
	color: #999;
	font-size: 12px;
}
.feed_list .content p.hd a.date,
.feed_list .content p.hd {
	font-size: 12px;
	color: #bbb
}
.feed_list .content .hd a.name {
	margin: 0;
	font-weight: bold;
}
.feed_list .content p.hd {
	font-size: 14px;
	padding: 10px 15px 5px;
}
.feed_list .content p.hd span img {
	vertical-align: middle;
}

.feed_lists .load {
	width: auto;
	height: auto
}


.feed_list .faq-bg .from {
	padding: 5px 0
}
.feed_list .faq-bg .from em {
	padding: 0 5px;
	color: #999
}
.feed_list .faq-bg .face {
	width: 20px;
	height: 20px
}
.feed_list .faq-bg .info {
	padding: 5px 0 0
}
.feed_list .faq-bg .question {
	padding: 0 0 5px
}
.feed_list .content .faq-bg dt {
	margin: 10px 0 0
}

.feed_list .body {
	padding: 10px;
}

.feed_list .repeat {
	position: relative;
	background: #f9fafa;
	padding: 0 15px;
	font-size: 12px;
	*zoom: 1;
}
.feed_list .pading .action {
	padding: 0
}
.feed_list .action .faces {
	float: left;
	background: url(../image/icon.png) no-repeat -32px 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
	cursor: pointer;
	_margin: 0 5px 0 0
}
.feed_list .action .action-title {
	padding-top: 10px;
	height: 20px;
	line-height: 20px;
}
.feed_list .action-title .post-comment {
	float: left;
	display: inline-block;
}
.feed_list .action-title .num {
	float: right;
	margin: 0;
}
.feed_list .repeat .arrow {
	margin: 0 0 0 85px;
	position: absolute;
	height: 8px;
	width: 14px;
	top: -11px;
	right: 7px;
}
.feed_list .repeat .arrow-t {
	background-position: 0 -138px;
	width: 16px;
	height: 11px;
}
.feed_list .repeat .input {
	height: 100px;
	padding: 5px 0 0;
}
.feed_list .repeat .comment_lists {
	width: 100%;
}
.commoned_list {
	margin: 0;
	height: 30px;
}
.commoned_list li {
	margin: 0 0 5px;
}
.feed_list .comment_list em {
	font-size: 12px;
	color: #7b7b7b;
	font-style: normal;
}
.feed_list .content .comment_list .cont em {
	vertical-align: middle;
}
.comment_list {
	position: relative;
	margin-bottom: 0;
	padding: 8px 0;
	border-bottom: 1px dotted #ddd;
	clear: both;
	overflow: hidden;
	zoom: 1;
}
.comment_list dt {
	float: left;
	width: 30px;
}
.comment_list dt a > img {
	border-radius: 3px;
}
.comment_list dd {
	line-height: 20px;
	margin: 0 0 0 40px;
	word-wrap: break-word;
	word-break: break-all;
}
.comment_list dd em {
	font-style: normal;
}
.comment_list .floor {
	position: absolute;
	right: 0;
	top: 8px;
	color: #7b7b7b;
	_top: 4px;
	line-height: 20px;
}
.comment_list dd .cont {
	margin: 0 40px 0 0;
}
.comment_list dd p.info a {
	display: inline-block;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #f9fafa;
	border-radius: 2px;
}
.comment_list dd p.info a:hover {
	background: #fff;
	border-color: #ddd;
	text-decoration: none;
}
.comment_list dd p.info i {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.feed_list .comment {
	font-size: 12px;
	color: #333;
	background-color: #F9FAFA;
	margin: 10px 0 5px 0;
	position: relative;
	padding: 10px 15px;
	_position: static;
	border: #e1e1e1 solid 1px;
}
.feed_list .comment .question strong, .feed_list .comment .answer strong {
	color: #bbb;
	display: inline;
}
.feed_list .comment .ico-best {
	position: absolute;
	right: -1px;
	top: -1px;
	_top: 8px; 
}
* + html .feed_list .comment .ico-best {
	top: 7px; 
}
.feed_list .comment dt a.tit {
	font-weight: 700
}
.feed_list .comment dt .date {
	float: right
}
.feed_list .comment dt.no_border {
	margin: 0;
	padding: 0 0 10px;
	line-height: 15px;
	color: #ddd
}
.feed_list .comment dt.no_border a {
	margin: 0
}
.feed_list .comment dd.info a.date {
	display: none
}
.feed_list .comment dd.name {
	margin: 0;
	height: auto;
	width: auto;
}
.feed_list a.ico-details:link, .feed_list a.ico-details:visited {
	color: #fff;
}

.feed_list .comment .face {
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0
}
.feed_list .content p.act {
	margin: 0;
	padding: 10px 15px;
	font-size: 14px;
	color: #999;
	background: #f9fafa;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden;
	*zoom: 1;
}
.feed_list .act a:hover {
	text-decoration: none;
}
.feed_list .act a {
	display: inline-block;
	padding: 0 10px;
	height: 24px;
	border: 1px solid #f9fafa;
	border-radius: 2px;
}
.feed_list .act a:hover {
	background: #fff;
	border: 1px solid #ddd;
}
.feed_list .act a > i {
	margin-top: 4px;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	opacity: 0.5
}
.feed_list .content p.border {
	border: none 0;
	border-bottom: #ccc solid 1px;
	height: 10px;
	overflow: hidden;
	margin: 0 0 8px
}
.feed_list .content p.border .arrow-t {
	margin: 3px 0 0 85px;
	position: absolute;
}
.feed_list .content p.info span span {
	margin: 0 0px 0 0;
}
.feed_list .expand {
	padding: 0;
}
.feed_list .arrow {
	position: absolute;
	top: 10px;
	left: -12px;
	overflow: hidden;
	width: 12px;
	height: 22px;
	background: url(../image/sprite.png) -50px 0 no-repeat;
}
.feed_list .vline {
	padding: 0 2px;
	font-style: normal;
	color: #ddd;
}
.feed_list .type-bg {
	background: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 0 3px;
}
.feed_list .bgcolor_arrow {
	color: #F2F2F2;
}
.feed_list em.arrline, .feed_list .comment span.downline {
	display: block;
	font-family: "SimSun";
	font-size: 21px;
	height: 10px;
	overflow: hidden;
	_display: none;
}

.feed_list .comment span.downline {
	color: #F9FAFA;
	margin: -9px 0 0;
}

.praise-list {
	background: #fff;
	width: 200px;
	border: 1px solid #dfdfdf;
	padding: 10px 0 0 10px;
	margin: 5px 0 0 0;
	position: relative;
	left: 380px;
}
.praise-list .arrow-t {
	top: -8px;
	left: 55px;
}
.praise-list li {
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
}
.praise-detail-list {
	background: #fff;
	border: 1px solid #dfdfdf;
	padding: 20px 0 0 0;
	margin: 5px 0 0 0;
	position: relative;
	left: 0;
}
.praise-detail-list .arrow-t {
	top: -8px;
	left: 490px;
}
.praise-detail-list ul {
	overflow: hidden;
	*zoom: 1;
}
.praise-detail-list li {
	float: left;
	margin: 0 0 15px 15px;
	position: relative;
}
.praise-list .ico-close1, .praise-detail-list .ico-close1 {
	position: absolute;
	top: 2px;
	right: 2px;
}
.praise-page {
	margin: 0 15px 15px 0;
	text-align: right;
}

.feed_list .mod-card {
	border: #EAEAEA solid 1px;
	padding: 10px;
	background: url(../image/card-bg.png) repeat top left;
	margin: 5px 0
}
.feed_list .mod-card dl {
	border: none 0;
	padding: 0;
	margin: 0;
}
.feed_list .mod-card dt {
	margin: 0 10px 0 0
}
.feed_list .mod-card dd.info {
	margin: 0 0 0 60px;
	line-height: 18px;
	font-size: 12px;
}
.feed_list .mod-card dd.info p {
	padding: 0 0 5px
}
.feed_list .mod-card dd.info p.name {
	font-size: 18px;
	color: #333
}
.feed_list .mod-card dd.info p em {
	color: #333
}
.feed_list .mod-card .ico-card {
	float: right
}
.feed_list .mod-card .info a {
	float: none
}

.ico-pack-up, .ico-show-big, .ico-turn-left, .ico-turn-right, .ico-show-all {
	padding: 0 0 0 15px;
	line-height: 14px;
	font-size: 12px
}
.ico-pack-up {
	background-position: 0 -400px;
}
.ico-show-all {
	background-position: 0 -365px;
	padding: 0 0 0 19px;
}
.ico-show-big, .ico-show-big:hover {
	background: url(../image/zoomin.png) no-repeat 0 0;
	width: 32px;
	height: 32px;
}
.ico-turn-left {
	background-position: 0 -523px
}
.ico-turn-right {
	background-position: 0 -552px
}

.feed_img_lists {
	margin-top:5px;
	padding: 5px 0;
	overflow: hidden;
	*zoom: 1;
}
.feed_img_lists img {
	vertical-align: top;
}
.feed_img_lists li {
	position: relative;
	float: left;
}
.feed_img_lists li a {
	display: inline-block;
}
.feed_img_lists .small li {
	padding: 1px;
	border: #ddd solid 1px;
	background: #fff;
	position: static;
	font-size: 0;
	margin: 0 10px 0 0;
}
.feed_img_lists .small {
	overflow: hidden;
	*zoom: 1;
}
.feed_img_lists .small li:hover {
	border: #ddd solid 1px
}
.feed_img_lists .tools {
	padding: 0 0 5px
}
.feed_img_lists .small {
	overflow: hidden;
	*zoom: 1
}
.feed_img_lists .tools a, .feed_img_lists .tools a:hover {
	font-size: 12px;
	color: #7CB7D9;
	margin: 0 30px 0 0;
}
.feed_img_lists .small li a {
	width: 100px;
	height: 100px;
	overflow: hidden;
	vertical-align: middle;
	display: table-cell;
	border: none 0;
	padding: 0;
	background: #fff;
	filter: alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}
.feed_img_lists .big {
	display: inline-block;
	border: #f0f0f0 solid 1px;
	padding: 15px;
	background: #f9fafa;
	color: #ddd;
}
.feed_img_lists .big li {
	margin: 3px 10px;
	position: relative;
	float: left;
}
* + html .feed_img_lists .big li {
	padding: 3px 0;
}
.feed_img_lists .big li a {
	border: none 0;
	padding: 0;
	margin: 0;
	display: block;
}
.feed_img_lists .big li a .imgsmall {
	max-width: 557px;
	_width: expression(documentElement.clientWidth > 557 ? "557px" : (documentElement.clientWidth < 1? "1px" : "auto"));
}
.feed_list .comment .feed_img_lists .big {
	border: none 0;
	border-radius: 0;
	padding: 0;
	color: #ddd;
}
.feed_img_lists .ico-show-big {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	_visibility: visible;
}
.feed_img_lists li:hover .ico-show-big {
	visibility: visible;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	_visibility: visible;
}
.feed_img_lists .imgicon {
	cursor: url(../image/cursor_zoom.cur), auto
}
.feed_img_lists .imgSmall {
	cursor: url(../image/cursor_minify.cur), auto
}
.feed_img_lists a:hover .imgicon {
	cursor: url("http://timg.sjs.sinajs.cn/t3/style/images/common/big.cur"), auto
}
.feed_img_lists a:hover .imgsmall {
	cursor: url("http://timg.sjs.sinajs.cn/t3/style/images/common/small.cur"), auto
}
.feed_quote {
	margin: 7px 5px 10px 0;
	position: relative;
}
.feed_quote .q_con .ico-show-all {
	width: 14px;
	height: 14px;
	padding: 0 5px 0 0;
	vertical-align: middle;
}
.q_con {
	background-color: #FBFBFB;
	border: 1px solid #E4E4E4;
	border-radius: 3px 3px 3px 3px;
	line-height: 1.7em;
	overflow: hidden;
	padding: 12px;
}
.q_tit {
	background-position: right 0;
	display: none;
	height: 5px;
	overflow: hidden;
}
.feed_img {
	position: relative;
}
.feed_img .video_play {
	left: 65px;
	margin: -15px 0 0 -15px;
	opacity: 0.5;
	position: absolute;
	top: 53px;
}
.ico_cls {
	background-position: -121px -4px;
	height: 9px;
	margin-right: 3px;
	width: 7px;
}
.ico_original {
	background-position: -132px -4px;
	height: 9px;
	margin-right: 3px;
	width: 9px;
}
.cGray2, .cGray2:visited, a.cGray2 {
	color: #999999;
}

.feed_file_list {
	margin: 5px 0 0 0;
	border: #EAEAEA solid 1px;
	border-top: none 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	*zoom: 1
}
.feed_file_list li {
	font-size: 12px;
	line-height: 18px;
	padding: 6px 5px;
	border-top: #eaeaea solid 1px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: translate .5s ease;
	overflow: hidden;
	*zoom: 1
}
.feed_file_list li a {
	font-size: 12px
}
.feed_file_list li:hover {
	background: #f9fafa;
	cursor: pointer
}
.feed_file_list li .current {
	visibility: hidden\0;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: translate .5s ease;
	transform: translate(0px, -36px);
	-moz-transform: translate(0px, -36px);
	-webkit-transform: translate(0px, -36px);
	-o-transform: translate(0px, -36px);
}
.feed_file_list li:hover .current {
	visibility: visible\0;
	transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
}
.feed_file_list span.tips {
	color: #999
}

.send_weibo {
	margin: 0;
	max-height: 298px;
}
.send_weibo .title {
	position: absolute;
	top: 110px;
	right: 150px;
	font-size: 12px;
	font-weight: normal;
	color: #535353;
}
.send_weibo .title span {
}
.send_weibo .title a, .send_weibo .title a:hover {
	font-size: 14px;
	color: #666;
	font-weight: bold;
	display: inline-block;
	height: 30px;
	line-height: 30px;
}
.send_weibo .title a.on, .send_weibo .title a.on:hover {
	color: #004499;
	font-weight: bold;
	background: url(../image/s_tab_on.gif) no-repeat center bottom;
}
.send_weibo .title .num {
	font-size: 12px;
	color: #ccc;
	font-weight: normal;
}
.send_weibo .title .num span {
	position: relative;
	top: 1px;
	font-size: 16px;
	font-weight: 700;
	margin: 0 5px;
	color: #da4f49;
}
.send_weibo .s-txt {
	border: 1px solid #ddd;
	color: #999;
	height: 30px;
	line-height: 30px;
	padding: 0 4px;
	width: 98.3%;
	_width: 96.0%
}
.send_weibo .input {
	display: inline-block;
}
.send_weibo .input .input_before .ico-close {
	position: absolute;
	right: 5px;
	top: 5px
}
.send_weibo .input .input_before .s-textarea {
	border: none;
	width: 500px;
	height: 64px;
	overflow-y: auto;
	outline: none;
	_width: 497px
}
.send_weibo .input .btn-disable, .send_weibo .input .btn-send, .send_weibo .input .btn-gray, .send_weibo .input .release {
	float: right;
}
.send_weibo .input .input-content {
	
}
.send_weibo .input-content .image-list {
	display: inline-block;
	margin: 10px 0 0 0;
	width: 646px;
	border-left: 1px solid #fff;
	border-top: 1px solid #ddd;
	*zoom: 1;
}
.send_weibo .input-content .image-list li {
	background: #fff;
	border-right: 1px solid #eee;
	float: left;
	text-align: center;
	width: 126px;
	padding: 13px 0 5px;
	_width: 125px
}
.image-list .loading {
	padding: 0
}
.image-list li .loads {
	width: 126px;
	height: 102px;
	position: relative
}
.image-list li .loads img {
	position: absolute;
	left: 55px;
	top: 50px
}
.send_weibo .input-content .image-list li a {
	display: block;
}
.send_weibo .input-content .image-list .pic {
	display: table-cell;
	vertical-align: middle;
	width: 126px;
	height: 100px;
	text-align: center;
	overflow: hidden;
}
.send_weibo .input-content .image-list .name {
	padding: 5px
}
.weibo-file-list {
	margin: 10px 0 0;
	border: 1px solid #DDD;
	border-top: none 0;
	overflow: hidden;
	*zoom: 1;
}
.weibo-file-list li {
	background: #fff;
	border-top: #ddd solid 1px;
	line-height: 16px;
	padding: 5px;
	position: relative;
	_padding: 3px 5px;
}
.weibo-file-list li:hover {
	background: #F3F3F3;
	cursor: pointer
}
.weibo-file-list .ico-close {
	position: absolute;
	top: 5px;
	right: 10px
}
.weibo-file-list span {
	padding: 0 5px;
	color: #999
}
.weibo-file-list .loads, .weibo-file-list .tips {
	display: inline
}
.weibo-file-list .loads img {
	vertical-align: middle
}
.send_weibo .acts .tips-img {
	position: absolute;
	top: -25px;
	left: 0
}
.send_weibo .acts .tips-img dt {
	text-align: center;
	height: 10px;
	overflow: hidden;
}
.send_weibo .acts .tips-img dd .arrow-open {
	position: absolute;
	top: 22px;
	*top: 20px;
	left: 50%;
	border-color: #000 transparent transparent;
	border-width: 5px 5px 0;
	margin: 0;
	text-align: center;
}
.send_weibo .acts .tips-img dd {
	text-align: center;
	position: relative;
	height: 16px;
	line-height: 16px;
	color: #fff;
	background: #000;
	padding: 3px 10px;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8; 
	_display: inline;
}
.send_weibo img.load {
	width: auto;
	height: auto
}

.weibo-contribute {
	border: 1px solid #ddd;
	padding: 10px;
	margin: 10px 0 0 0;
}
.weibo-contribute span {
	margin: 0 10px 0 0;
}

.box-purview {
	border: #eee solid 1px;
	padding: 20px;
	margin: 10px 20px;
	text-align: center;
	background: #f8f8f8
}
.layer-content .send_weibo .box-purview {
	margin: 0;
}


.input_tips {
	width: 98%;
	height: 52px;
	display: block;
	overflow-y: auto;
	padding: 10px;
	font-size: 14px;
	line-height: 18px;
	cursor: text;
	outline: none;
	border: #ddd solid 1px;
	background: #fff;
}
.feed_list .input_tips {
	width: 596px;
	height: 28px;
	
}
.openbox .feed_list .input_tips {
	width: 98.7%;
	height: 52px;
}
.input_tips h4 {
	color: #ddd;
	height: 22px;
	line-height: 22px;
	padding: 0 8px;
	font-size: 12px;
	cursor: text
}
.fb {
	background: #ffbbbb
}
.send_weibo .release {
	margin-top: 3px;
}
.send_weibo .synchro {
	margin: 0 15px 0 0;
	color: #999;
	cursor: pointer;
	line-height: 30px;
}
.send_weibo .synchro .arrow-line-down {
	margin: 0 0 0 3px;
}
.send_weibo .acts {
	height: 16px;
	position: relative;
	float: left;
	padding: 5px 0 0 0;
}
.acts .face, .acts .image, .acts .video, .acts .file, .acts .at, .acts .topic, .contribute {
	width: 16px;
	height: 16px;
	display: inline-block;
	cursor: pointer;
	margin: 0 3px 0 0;
	padding: 0;
}
.send_weibo .talkPop {
	position: absolute;
	margin: 18px 0 0 -11px;
	width: 370px;
}
.send_weibo .talkPop_box .close-hd {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	background: #eee;
}
.send_weibo .talkPop_box .close-hd .close {
	line-height: 28px;
}
.send_weibo .talkPop_box .faces_box {
	padding: 5px;
}


.feed_list .content .hover {
	margin-left: 30px;
	font-style: normal;
	visibility: hidden;
	_visibility: visible
}
.feed_list .content:hover .hover {
	cursor: pointer;
	visibility: visible;
	_visibility: visible;
}
* + html .feed_list:hover .content .right {
	visibility: visible;
}

.big-comment-lists dl.big-comment-list {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	*zoom: 1
}
.big-comment-lists dl.big-comment-list .hover {
	font-style: normal;
	visibility: hidden;
	_visibility: visible
}
.big-comment-lists dl.big-comment-list:hover .hover {
	visibility: visible
}
.big-comment-list .face {
	float: left;
	width: 50px;
	margin: 0 10px 0 0
}
.big-comment-list .comment {
	margin: 0 0 0 60px;
	line-height: 21px
}
.big-comment-list .comment .hd {
	padding: 0 0 5px 0;
	font-size: 14px;
}
.big-comment-list .comment .info {
	padding: 5px 0 0 0;
}
.big-comment-list .detail a.name {
	color: #36c
}
.date {
	color: #999;
	font-size: 12px
}
.big-comment-list .info {
	color: #999
}
.big-comment-list .info a:link, .big-comment-list .info a:visited {
	color: #5F93D3
}
.big-comment-list .repeat {
	position: relative;
	font-size: 12px;
	margin: 10px 0 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*zoom: 1
}
.big-comment-list .action {
	padding: 10px 0 0
}
.big-comment-list .action .btn-green {
	float: right
}
.big-comment-list .action .faces {
	float: left;
	background: url(../image/icon.png) no-repeat 0 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
	cursor: pointer
}
.big-comment-list .repeat .arrow {
	position: absolute;
	height: 8px;
	width: 14px;
	top: -7px;
	right: 5px
}
.big-comment-list .repeat .arrow-t {
	background-position: 0 -58px
}
.big-comment-list .repeat .input {
}
.big-comment-list .repeat .input textarea {
	border: #DCDCDC solid 1px;
	border-top-color: #B5B5B5;
	width: 444px;
	height: 20px;
	padding: 4px 4px 0;
	overflow: hidden;
	_width: 441px
}
.big-comment-list .repeat .commoned_list {
	float: left;
	margin: -3px 0 0
}

.feed_list_hover {
	border: none 0;
	margin: 0;
	padding: 0
}
.feed_list_hover .content {
	margin: 0
}
.feed_comment {
	padding: 0;
	border: none
}
.feed_comment .page {
	margin: 0
}
.feed_comment .content {
	margin: 0
}

.feed_comment .repeat {
	margin: 0 0 7px
}
.feed_comment .comment_lists {
	margin: 10px 0 0
}
.main-right .feed_comment .repeat .input textarea {
	width: 686px;
	height: 60px
}
.feed-share {
	padding: 0 20px 20px;
	border: none 0
}
.feed-share .input .choose-user .s-txt, .feed-share .input .choose-user .s-txt-focus {
	width: 686px;
	margin: 0
}
.feed-share .repeat {
	margin: 0
}
.main-right .feed-share .repeat .input textarea {
	width: 686px;
	height: 60px;
	margin: 10px 0 0
}
.mod-feed-tab {
	overflow: hidden;
	*zoom: 1
}
.mod-feed-tab .inner-feed-nav {
	float: left
}
.mod-feed-tab .inner-feed-nav li {
	float: left;
}
.mod-feed-tab .inner-feed-nav li a, .mod-feed-tab .inner-feed-nav li a:hover {
	display: inline-block;
	height: 14px;
	line-height: 14px;
	padding: 5px 10px;
	color: #666;
	white-space: nowrap;
	word-break: break-all;
	_float: left;
	_padding: 7px 10px 3px;
}
.mod-feed-tab .inner-feed-nav .current a {
	background: #d9d9d9;
	color: #666;
}
.mod-feed-tab .inner-feed-nav .vline {
	padding: 5px 3px;
	margin: 0;
	color: #999
}
.feed-search {
	width: 150px;
	position: relative;
	border: 1px solid #dbdbdb;
	height: 26px;
}
.feed-search .ico-search {
	position: absolute;
	top: 5px;
	right: 5px;
}
.feed-search .s-txt {
	border: none;
	width: 118px;
	height: 16px;
	margin: 0;
	padding: 5px
}

.feed-nav {
	position: relative
}
.feed-nav .feed-group {
	float: right;
	padding: 5px 0 0;
	position: relative;
}
.feed-nav .feed-group .arrow-set-t {
	margin: 0 0 0 5px;
	vertical-align: -2px;
}
.feed-nav .feed-group .arrow-nav-b, .feed-nav .feed-group .arrow-nav-t {
	cursor: pointer;
}
.feed-nav .set-hd {
	margin: 0 0 5px 0;
}

.form-avatar p {
	padding: 5px 0 0
}
.form-avatar {
	margin: 15px 0 0 0px;
	*zoom: 1
}
.form-avatar dd {
	padding: 0 0 15px;
	position: relative;
	overflow: hidden;
	*zoom: 1
}
.form-avatar dd:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}
.form-avatar dd.actionBtn {
	height: 40px
}
.form-avatar .input-row {
	margin: 0 0 0 80px;
	position: relative
}
.form-avatar .input-row textarea {
	border: #DCDCDC solid 1px;
	border-top-color: #B5B5B5;
	width: 300px;
	height: 120px;
	padding: 4px 4px 0;
	overflow: hidden
}
.form-avatar .s-txt, .form-avatar .s-txt-focus {
	width: 300px;
	margin: 0 5px 0 0;
	vertical-align: middle;
	*margin-left: -20px
}
.form-avatar .mod-avatar {
	position: relative
}
.form-avatar .mod-avatar div.cut-1, .form-avatar .mod-avatar div.cut-2, .form-avatar .mod-avatar div.cut-3 {
	display: block;
	float: left;
	text-align: center
}
.form-avatar .mod-avatar div.cut-1 {
	width: 200px;
	padding: 0 0px 0 0
}
.form-avatar .mod-avatar div.cut-2 {
	width: 100px;
	padding: 100px 0 0 20px
}
.form-avatar .mod-avatar div.cut-3 {
	width: 50px;
	padding: 150px 0 0 20px
}

.form-row .tag-lists {
	margin: 0;
	padding: 0;
}
.tag-lists {
	padding: 0 0 10px;
	overflow: hidden;
	zoom: 1
}
.tag-lists a {
	white-space: nowrap;
	display: inline-block;
}

.tag-lists .ico-close {
	display: inline-block;
	background-position: 0 -26px;
	*vertical-align: 3px;
}
.form-row .tag-lists li {
	float: left;
	margin: 0 5px 5px 0;
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
	*padding: 0 0 5px 0;
	*margin: 0 5px 1px 0;
	height: 24px;
	overflow: hidden;
}
.setupTag_list01 {
	clear: both;
	margin-top: 6px;
	overflow: hidden
}
.setupTag_list01 a {
	display: inline-block;
	line-height: 20px;
	padding: 2px 5px;
	color: #36c
}
.setupTag_list01 a em {
	font-style: normal;
	color: #ddd;
	font-family: Arial;
	font-weight: 700;
	font-size: 17px;
	margin-right: 2px;
	vertical-align: -2px
}
.setupTag_list01 a:hover {
	background-color: #9EC97F;
	color: #fff;
	text-decoration: none
}
.setupTag_list01 a:hover em {
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	font-weight: bold
}

.wrap-layer .content-layer textarea {
	color: #535353;
}
.wrap-layer .content-layer .pop .form-tt {
	width: 40px;
	display: block;
	float: left
}
.wrap-layer .content-layer .pop .form-row {
	margin: 0 0 0 40px
}
.wrap-layer .content-layer .pop dd {
	padding: 0 0 10px
}
.wrap-layer .content-layer .pop dd:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}
.wrap-layer .content-layer .pop .s-txt, .wrap-layer .content-layer .pop .s-txt-focus {
	vertical-align: middle
}
.wrap-layer .content-layer .pop .double {
	margin-top: 10px;
	_margin-left: 43px
}
.wrap-layer .content-layer .pop .ico-add {
	margin: 0 5px
}
.layer-invite .s-txt {
	width: 182px;
}
.layer-invite textarea {
	width: 414px;
	height: 60px;
	_width: 410px
}
.layer-invite .btn-green {
	margin: 0 0 0 40px
}
.wrap-layer .content-layer .layer-letter .form-tt {
	width: 60px;
	display: block;
	float: left
}
.wrap-layer .content-layer .layer-letter .form-row {
	margin: 0 0 0 60px
}
.layer-letter textarea {
	width: 394px;
	height: 60px;
	_width: 390px
}
.layer-letter .s-txt {
	width: 392px;
}
.layer-letter .btn-green {
	margin-left: 60px
}
.layer-forward .forward-content {
	background: #fafafa;
	padding: 6px 10px;
	margin: 0 0 5px
}
.layer-forward .feed-repeat {
	line-height: 20px
}
.layer-forward .feed-repeat .action .faces {
	float: left;
	background: url(../image/icon.png) no-repeat 0 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
	cursor: pointer
}
.layer-forward .feed-repeat .input {
	position: relative
}
.layer-forward .feed-repeat .input .action {
	margin: 10px 0 0;
	*zoom: 1
}
.layer-forward .feed-repeat .input .commoned_list {
	float: left
}
.layer-forward .feed-repeat textarea {
	width: 455px;
	height: 60px;
	margin: 10px 0 0
}
.layer-forward .feed-repeat .num {
	color: #B8B7B7;
	float: right;
	margin-top: -5px;
	position: relative;
	text-align: right
}
.layer-forward .feed-repeat .num span {
	font-family: Constantia, Georgia;
	font-size: 22px;
	font-weight: 700;
	margin: 0 5px
}

.layer-prompt {
	padding: 15px;
	text-align: center
}
.layer-prompt p {
	padding: 10px 0;
	font-size: 14px
}
.layer-prompt a {
	margin: 0 5px;
	font-size: 12px
}
.layer-prompt-moment {
	padding: 10px 15px;
	text-align: center;
	color: #535353
}
.wrap-layer .content-layer-moment {
	width: 150px
}

.layer-follow {
	width: 400px;
	padding: 15px;
	overflow: hidden;
	*zoom: 1;
	*width: 402px;
}
.layer-follow .actionBtn {
	height: 50px
}
.layer-follow .tit {
	padding: 0 0 10px;
	line-height: 18px;
}
.layer-follow .tit strong {
	padding: 0 5px
}
.layer-follow .group-name {
	color: #535353
}
.layer-follow .group-name ul {
	overflow: hidden;
	*zoom: 1
}
.layer-follow .group-name li {
	padding: 5px;
	margin: 0 0 5px;
	line-height: 18px;
	display: block;
	vertical-align: top;
	border: #ccc dotted 1px;
	cursor: pointer;
}
.layer-follow .group-name li:hover {
	background: #f1f1f1;
}
.layer-follow .group-name .cursor {
	cursor: pointer
}
.layer-follow .group-name li .hover {
	visibility: hidden;
	_visibility: visible
}
.layer-follow .group-name li:hover .hover {
	visibility: visible;
}
.layer-follow .group-name .s-txt, .layer-follow .group-name .s-txt-focus {
	padding: 3px
}
.layer-follow .group-name .btn-green, .layer-follow .group-name .btn-gray {
	height: 22px;
	padding: 0
}
.layer-follow .group-name .btn-green span, .layer-follow .group-name .btn-gray span {
	padding: 3px 10px;
	_padding: 5px 10px 1px;
}
.layer-follow .actionBtn {
	height: 30px
}
.wrap-layer .content-layer .layer-follow .tit .s-txt {
	width: 340px;
}
.wrap-layer .content-layer .layer-follow .tit .s-txt-focus {
	width: 380px;
	margin: 0 0 0 5px
}
#createFollowGroup .s-txt, #createFollowGroup .s-txt-focus {
	width: 250px;
}
.layer-follow .new-add {
	background: #fafafa;
	padding: 10px;
	color: #535353
}

.tab-menu .layer-group-list ul li {
	float: none;
	margin: 0;
	height: auto
}
.tab-menu .open .layer-group-list {
	display: block
}
.layer-group-list {
	display: none
}
.layer-group-list {
	position: absolute;
	left: 0;
	top: 32px;
	z-index: 99;
-
	}
.layer-group-list .inner {
	background: #fff;
	width: 93px;
	border: #ccc solid 1px;
	border-top: none;
	margin: -2px 0 0;
	overflow: hidden;
	zoom: 1;
	position: relative;
	z-index: 99;
}
.layer-group-list ul {
	position: relative;
	z-index: 99;
	zoom: 1
}
.layer-group-list ul li {
	overflow: hidden;
	zoom: 1;
	width: 93px;
}
.layer-group-list li a:link, .layer-group-list li a:visited {
	color: #333;
	display: block;
	line-height: 17px;
	padding: 6px 10px;
	float: none;
	overflow: hidden;
}
.layer-group-list li a:hover {
	display: block;
	background: #eee;
	text-decoration: none
}
.layer-group-list li.line {
	background: none;
	border-bottom: #d7d7d7 dashed 1px;
	margin: 5px 0;
}
.layer-follow-list {
	border: #ccc solid 1px;
	background: #fff;
	position: absolute; 
}
.layer-follow-list .quike-add {
	border-top: 1px dashed #eee;
	display: block;
	margin: 0;
	padding: 0;
	position: relative
}
.layer-follow-list .group-lists {
	padding: 5px 0
}
.layer-follow-list .group-lists input {
	_margin: 0;
}
.layer-follow-list .group-lists label {
	display: block;
	padding: 5px 10px;
	white-space: nowrap;
	_padding: 3px 8px 3px 5px;
}
.layer-follow-list .group-lists label:hover, .layer-follow-list .group-lists .hover {
	background: #eee
}
.layer-follow-list-list li a {
	color: #666666;
	display: block;
	padding: 5px 10px;
	white-space: nowrap;
}
.quike-add .row {
	padding: 5px 10px;
	white-space: nowrap
}
.quike-add .border {
	border-top: #eee dashed 1px;
	padding: 5px
}
.quike-add .btn-gray, .quike-add .btn-green {
	height: 24px;
	min-width: 50px;
	_width: 50px
}
.quike-add .btn-gray span, .quike-add .btn-green span {
	padding: 4px
}
.quike-add .s-txt {
	width: 120px;
	padding: 4px
}
.tab-menu .layer-group-list li.line {
	border-bottom: 1px solid #eee;
	display: block;
	height: 12px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -5px;
}
.tab-menu .layer-channel-group-list ul li {
	float: none;
	margin: 0;
	height: auto
}
.tab-menu .open .layer-channel-group-list {
	display: block
}
.layer-channel-group-list {
	display: none
}
.layer-channel-group-list {
	position: absolute;
	left: 0;
	top: 32px;
	z-index: 99;
-
	}
.layer-channel-group-list .inner {
	background: #fff;
	width: 119px;
	border: #ccc solid 1px;
	border-top: none;
	margin: -2px 0 0;
	overflow: hidden;
	zoom: 1;
	position: relative;
	z-index: 99;
}
.layer-channel-group-list ul {
	position: relative;
	z-index: 99;
	zoom: 1
}
.layer-channel-group-list ul li {
	overflow: hidden;
	zoom: 1;
	width: 119px;
}
.layer-channel-group-list li a:link, .layer-channel-group-list li a:visited {
	color: #333;
	display: block;
	line-height: 17px;
	padding: 6px 10px;
	float: none;
	overflow: hidden;
}
.layer-channel-group-list li a:hover {
	display: block;
	background: #eee;
	text-decoration: none
}
.layer-channel-group-list li.line {
	border-bottom: #d7d7d7 dashed 1px;
	margin: 5px 0;
}

.tab-menu .layer-channel-group-list li.line {
	border-bottom: 1px solid #eee;
	display: block;
	height: 12px;
	margin: 0;
	padding: 0;
	top: -5px;
}

.pop-create-group {
	padding: 15px;
	width: 320px
}
.pop-create-group .c104 {
	color: #FF0000;
}
.pop-create-group dt {
	font-weight: bold;
}
.pop-create-group dt, .pop-create-group dd {
	padding: 10px 0;
}
.pop-create-group dd {
	text-align: center
}
.pop-create-group dt.txt {
	text-align: center;
	font-weight: normal;
	color: #999;
}
.pop-create-group .s-txt, .pop-create-group .s-txt-focus {
	width: 240px;
	margin: 0;
	vertical-align: middle
}

.user-list dt {
	background: #F2F2F2;
	border-bottom: #e2e2e2 solid 1px;
	height: 18px;
	line-height: 18px;
	padding: 5px 10px;
	font-weight: 700;
	color: #535353
}
.user-list dt span {
	color: #999;
	font-weight: 300
}
.user-list dt em {
	color: #f60;
	font-weight: 700;
	padding: 0 3px
}
.user-list ul {
	zoom: 1
}
.user-list li {
	position: relative;
	background: #F9F9F9;
	border-bottom: #e2e2e2 solid 1px;
	border-top: #fff solid 1px; 
	height: 18px;
	line-height: 20px;
	padding: 5px 10px;
	font-weight: 700;
	color: #999;
	overflow: hidden;
	*zoom: 1;
	_position: inherit
}
.user-list li span {
	font-weight: 300;
	color: #999;
	padding: 0 10px
}
.user-list li a.ico-close {
	position: static;
}
.user-list li .content {
	white-space: nowrap;
	margin: 0 30px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	*width: 300px;
}
.choose-user span {
	display: inline-block;
	padding: 5px 0 0
}

.input .user-choose-list dt {
	background: #F2F2F2;
	border-bottom: #e2e2e2 solid 1px;
	height: 18px;
	line-height: 18px;
	padding: 5px 10px;
	font-weight: 700;
	color: #535353
}
.input .user-choose-list dt span {
	color: #999;
	font-weight: 300
}
.input .user-choose-list dt em {
	color: #f60;
	font-weight: 700;
	padding: 0 3px
}
.input .user-choose-list dd {
	line-height: 18px;
	padding: 5px;
	overflow: hidden;
	*zoom: 1
}
.input .user-choose-list dd label {
	float: left;
	display: inline-block;
	padding: 0 5px 5px 0;
	white-space: nowrap;
}

.input-class .hd {
	overflow: hidden;
	*zoom: 1
}
.input-class .hd strong {
	color: #535353;
	padding: 0 5px
}
.input-class .btn-green {
	height: 24px
}
.input-class .btn-green span {
	padding: 4px 10px;
	padding: 6px 10px 2 px\9
}
.input-class .class-lists {
	border: #eee solid 1px;
}
.input-class .class-list {
	padding: 5px 0
}
.input-class .class-list li a {
	display: block;
	height: 18px;
	line-height: 18px;
	padding: 5px 10px;
	border-bottom: #fafafa solid 1px
}
.input-class .class-list li a:hover {
	background: #ECF2FF;
	text-decoration: none
}
.input-class .class-list li.current {
	background: #ECF2FF;
	font-weight: 700
}
.input-class .class-list li.selected a {
	font-weight: 700;
	color: #fff;
	background-color: #DD4B39;
	background-image: -moz-linear-gradient(top, #F05D4A, #D14836);
	background-image: -ms-linear-gradient(top, #F05D4A, #D14836);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F05D4A), to(#D14836));
	background-image: -webkit-linear-gradient(top, #F05D4A, #D14836);
	background-image: -o-linear-gradient(top, #F05D4A, #D14836);
	background-image: linear-gradient(top, #F05D4A, #D14836);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F05D4A', endColorstr='#D14836', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false)
}
.input-class .class-list li.selected a:hover {
	background-color: #DD4B39;
	background-image: -moz-linear-gradient(top, #F05D4A, #D14836);
	background-image: -ms-linear-gradient(top, #F05D4A, #D14836);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F05D4A), to(#D14836));
	background-image: -webkit-linear-gradient(top, #F05D4A, #D14836);
	background-image: -o-linear-gradient(top, #F05D4A, #D14836);
	background-image: linear-gradient(top, #F05D4A, #D14836);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F05D4A', endColorstr='#D14836', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false)
}

.wrap-layer .content-layer-invite {
	width: 594px
}

.layer-forward .feed-repeat .input-invite {
	width: 242px
}
.feed-repeat .input-invite .s-txt, .feed-repeat .input-invite .s-txt-focus {
	width: 232px
}

.layer-menu-list {
	margin: 20px 0 20px 20px;
	width: 240px;
}
.layer-menu-list .ft {
	background: #f6f6f6;
	padding: 5px 8px;
	height: 18px;
	line-height: 18px;
	color: #999
}
.layer-menu-list .menu-list {
	border: #CCC solid 1px
}
.layer-menu-list .menu-list .menu-list-scroll {
	height: 200px;
	overflow-y: auto;
	padding: 5px 0
}
.layer-menu-list .menu-list dl {
	padding: 3px 8px;
	*zoom: 1
}
.layer-menu-list .menu-list dl:hover {
	background: #ecf2ff;
	cursor: pointer
}
.layer-menu-list .menu-list dt {
	float: left;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0
}
.layer-menu-list .menu-list dd {
	margin: 0 0 0 30px;
	color: #bbb;
	height: 16px;
	line-height: 16px;
	padding: 2px 0;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	white-space: nowrap;
	_width: 132px
}
.layer-menu-list .arrow-t {
	margin: 0 0 0 10px;
	position: absolute;
	top: -7px;
	left: 0
}

.layer-file {
	width: 430px;
	margin: 20px 0 20px 20px;
	position: absolute;
	top: 20px;
	left: 600px
}
.layer-file .ico-close {
	position: absolute;
	top: 10px;
	right: 10px
}
.layer-file .arrow-t {
	margin: 0 0 0 10px;
	position: absolute;
	top: -7px;
	left: 0
}
.layer-file-list {
	width: 310px
}
.layer-file-list .file-list dt {
	background: #F9F9F9;
	border: #eee solid 1px;
	padding: 5px 10px
}
.layer-file-list .file-list dt strong {
	padding: 0 0 0 10px;
	font-weight: 700;
	font-size: 18px;
	height: 20px;
	line-height: 20px
}
.layer-file-list .file-list dt .progress {
	margin: 5px 0 0 0
}
.layer-file-list .file-list dd {
	background: #F9F9F9;
	border-bottom: #eee solid 1px;
	border-top: #fff solid 1px;
	height: 18px;
	line-height: 18px;
	padding: 5px 10px;
	color: #36c
}
.layer-file-list .file-list .ico-close {
	margin: 4px 0 0
}

.layer-face {
	width: 430px;
	margin: 20px 0 20px 20px;
	position: absolute;
	top: 600px;
	left: 600px
}
.layer-face .ico-close {
	position: absolute;
	top: 10px;
	right: 10px
}
.layer-face .arrow-t {
	margin: 0 0 0 10px;
	position: absolute;
	top: -7px;
	left: 0
}
.layer-face .face-list {
	overflow: hidden;
	*zoom: 1
}
.layer-face .face-list li {
	float: left;
}
.layer-face .face-list li a {
	width: 16px;
	height: 16px;
	display: block;
	border: #eee solid 1px;
	padding: 2px;
	margin: 0 2px 2px 0
}
.layer-face .face-list li a:hover {
	border: #f60 solid 1px
}
.layer-face .face-list li img {
	width: 16px;
	height: 16px
}
.layer-inner {
	border: #CCCCCC solid 1px;
	color: #999
}
.layer-inner .layer-content {
	padding: 10px
}
.layer-inner .layer-content p {
	padding: 0 0 10px
}
.layer-inner .layer-content .action {
	text-align: center
}

.layer-mini-info {
	min-width: 170px;
	width: 200px;
	color: #999
}
.layer-mini-info .action {
	text-align: center;
	margin: 15px 0 0
}
.layer-mini-info .btn-blue, .layer-mini-info .btn-gray {
	height: 24px;
}
.layer-mini-info .btn-blue span, .layer-mini-info .btn-gray span {
	padding: 4px 20px;
	_padding: 6px 20px 2px
}
.layer-mini-info .action .btn-cancel span, .layer-content .btn-cancel span, .layer-follow-list .btn-cancel span, .weiba-manage .btn-cancel span, .form-avatar .btn-cancel span, .tipoff-manage .btn-cancel span {
	padding: 5px 12px;
	_margin: -1px 0 0 0;
	_height: 15px;
}

.name-card {
	color: #535353;
	width: 350px;
}
.name-card .name {
	padding: 15px 15px 10px;
	_padding-bottom: 0;
}
.name-card .name dt, .name-card .name dd, .name-card .info dt {
	float: left;
}
.name-card .name dt img {
	display: block;
	width: 50px;
	height: 50px;
}
.name-card .name dd {
	margin: -5px 0 0 10px;
	line-height: 20px;
	*height: 60px;
}
.name-card .name dd p {
	width: 260px
}
.name_card .userdata {
}
.name-card .userdata li {
	float: left
}
.name-card .userdata li.vline {
	margin: 0 8px
}
.name-card .info {
	line-height: 18px;
	padding: 0 15px 5px;
}
.name-card .info dd {
	margin: 0 0 2px 60px;
	word-wrap: break-word;
}
.name-card .info dd.tag {
	margin: 0 0 2px 0;
}
.name-card .info dd.tag .tag-inner {
	margin: 0 0 0 40px;
}
.name-card .info dd.tag span {
	width: 40px;
	display: block;
	float: left
}
.name-card .info dd.tag a {
	padding: 0 10px 0 0
}

.name-card .info .my-medal-list li {
	margin: 0 11px 10px 0;
}
.name-card .links {
	background: #F5F5F5;
	margin: 0;
	height: 26px;
	padding: 6px 15px 5px
}
.name-card .links p {
	background: #F5F5F5;
	margin: 0;
	overflow: hidden;
	padding: 6px 0 5px
}
.name-card .links .right {
	height: 27px;
}
.name-card .links .btn-green, .name-card .links .btn-red, .name-card .links .btn-gray {
	height: 24px
}
.name-card .links .btn-green span, .name-card .links .btn-red span, .name-card .links .btn-gray span {
	padding: 4px 10px;
	_padding: 6px 10px 2px
}
* + html .name-card .links .btn-green span, * + html .name-card .links .btn-red span, * + html .name-card .links .btn-gray span {
	padding: 5px 10px 3px
}
.wrap-layer .arrow {
	background: url(../image/layer_arrow.png) no-repeat 0 0;
	display: block;
	overflow: hidden;
	position: absolute
}
.wrap-layer .arrow-l, .wrap-layer .arrow-r {
	background-position: -11px -24px;
	height: 16px;
	right: -16px;
	top: 7px;
	width: 11px;
	_right: -15px;
}
.wrap-layer .arrow-t, .wrap-layer .arrow-b {
	background-position: 0 -1px;
	height: 11px;
	left: 30px;
	top: -10px;
	width: 16px;
	_top: -10px
}
.my-medal-list .wrap-layer .arrow-t {
	left: 140px;
	top: -11px;
	_top: -10px;
}
#face_card.wrap-layer .arrow-t {
	background-position: 0 -1px;
	height: 11px;
	left: 30px;
	top: -11px;
	width: 16px;
	_top: -10px
}
.wrap-layer .arrow-l {
	background-position: 0 -24px;
	left: -11px;
	right: auto;
	_left: -10px;
}
.wrap-layer .arrow-b {
	background-position: 0 -11px;
	bottom: -11px;
	top: auto;
}

.log-list {
	background: #FBFBFB;
	padding: 10px
}
.log-list dt, .log-list dd {
	line-height: 18px;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	background: url(../image/line-log-list.gif) repeat-x left bottom
}

.progress-bar {
	padding: 10px 0;
	height: 22px
}
.progress-bar .progress, .progress-bar .progress-num {
	vertical-align: middle
}
.progress-bar .progress-num {
	padding: 0 0 0 10px;
	line-height: 22px;
	font-size: 18px;
	font-weight: 700;
	color: #535353
}
.progress, .progress .bar, .progress-green-light, .progress-green-dark, .progress-green-striped, .progress-green-transition, .progress-hot {
	display: block;
	background: url(../image/progress-bg.png) no-repeat 0 0;
	text-align: left
}
.progress, .progress .bar {
	width: 424px;
	height: 22px;
	background-position: 0 0
}
.progress .bar {
	background-position: 0 -32px
}
.progress-green-light {
	width: 322px;
	height: 22px;
	background-position: 0 -64px
}
.progress-green-light .bar {
	width: 322px;
	height: 22px;
	background-position: 0 -96px
}
.progress-green-dark {
	width: 120px;
	height: 9px;
	background-position: 0 -208px
}
.progress-green-dark .bar {
	width: 120px;
	height: 9px;
	background-position: 0 -227px
}
.progress-green-striped {
	width: 210px;
	height: 10px;
	background-position: 0 -128px
}
.progress-green-striped .bar {
	width: 210px;
	height: 10px;
	background-position: 0 -148px
}
.progress-green-transition {
	width: 152px;
	height: 10px;
	background-position: 0 -168px
}
.progress-green-transition .bar {
	width: 152px;
	height: 10px;
	background-position: 0 -188px
}
.progress-hot {
	width: 80px;
	height: 6px;
	background-position: 0 -246px
}
.progress-hot .bar {
	width: 80px;
	height: 6px;
	background-position: 0 -262px
}

.head-bd .layer-message-box {
	background: url(../image/layer_bg.png) repeat scroll 0 0 transparent;
	border: 1px solid #797979;
	border-radius: 3px 3px 3px 3px;
	line-height: 17px;
	padding: 6px 1px;
	position: absolute;
	right: 77px;
	top: 35px;
	width: 190px;
	z-index: 9999;
}
.head-bd .layer-message-box ul {
	margin: 0 4px
}
.head-bd .layer-message-box li {
	color: #535353;
	line-height: 14px;
	padding: 5px 10px;
}

.dropdown-menu {
	position: absolute;
	right: -5px;
	top: 18px;
	width: 100px
}
.dropdown-menu dt {
	position: relative;
	height: 8px
}
.dropdown-menu dd {
	border: #ccc solid 1px;
	background: #fff;
	text-align: left
}
.dropdown-menu ul li a {
	height: 16px;
	line-height: 16px;
	padding: 5px 10px;
	display: block
}
.dropdown-menu ul li a:hover {
	background: #ECF2FF;
	text-decoration: none
}
.dropdown-menu .arrow-t {
	position: absolute;
	right: 7px;
	top: 1px
}
.dropdown-menu .bg {
	background: #F6F6F6;
	padding: 5px 10px;
	display: block
}

.mod-at-wrap {
	position: absolute;
	z-index: 10000;
	width: 95%;
	margin: 1px 0 0;
	background: #fff;
	_width: 99.5%;
}
#atUserList .mod-at {
	border: 0;
}
.mod-at {
	position: relative;
	z-index: 99;
	background: #fff;
	border: 1px solid #ddd;
}
.mod-at-wrap .mod-at-tips {
	background: #F6F6F6;
	height: 25px;
	line-height: 25px;
	padding: 4px 6px;
}
.mod-at-wrap .mod-at-list {
	overflow-y: auto;
	max-height: 300px;
	_height: expression(this.scrollHeight > 300 ? "300px" : "auto");
}
.mod-at-wrap .at-user-list li {
	padding: 5px;
	overflow: hidden;
	cursor: pointer;
	*zoom: 1
}
.mod-at-wrap .at-user-list li:hover {
	background: #ECF2FF;
	cursor: pointer
}
.mod-at-wrap .at-user-list .current, .mod-at-wrap .at-user-list .hover {
	background: #ECF2FF;
	cursor: pointer
}
.mod-at-wrap .at-user-list li .face {
	float: left;
	margin: 0 5px 0 0;
}
.mod-at-wrap .at-user-list li .face img {
	vertical-align: top;
}
.mod-at-wrap .at-user-list li .content {
	margin: 0 0 0 30px
}
.mod-at-wrap .at-user-list li .content a:hover {
	text-decoration: none;
}
.mod-at-wrap .at-user-list li span {
	color: #999;
	padding: 0 5px
}

.mod-weight {
	background: #fff;
	margin: 0 0 10px;
	padding: 10px;
	overflow: hidden;
	position: relative;
	*zoom: 1
}
.mod-weight .hd {
	font-weight: 700;
	height: 14px;
	cursor: move;
}
.mod-weight .action {
	padding: 10px 0 0;
	text-align: right;
	overflow: hidden;
	zoom: 1;
}
.mod-weight .setup {
	position: absolute;
	right: 10px;
	top: 10px;
}
.mod-weight .setup a {
	vertical-align: middle;
	margin: 0 0 0 5px;
}
.mod-weight .hover {
	visibility: hidden;
}
.mod-weight:hover .hover {
	visibility: visible;
}

.mod-blacklist dl a: {
	display: block;
	font-size: 12px;
	height: 14px;
	line-height: 15px;
	margin: 0 0 1px;
	overflow: hidden;
	padding: 6px 15px;
}

.line-warning {
	background: #fff;
	padding: 10px;
	margin: 10px 0 0;
	position: relative
}
.line-warning .hover {
	visibility: hidden;
	_visibility: visible;
}
.line-warning:hover .hover {
	visibility: visible;
}
.line-warning .ico-speaker {
	vertical-align: -2px;
	position: absolute;
	left: 20px
}
.line-warning dl {
}
.line-warning dl dt.hd {
	font-weight: 700;
	height: 14px;
	line-height: 14px;
	padding: 0 0 8px
}
.line-warning dl dt.more {
	font-weight: 300;
	height: 14px;
	line-height: 14px;
	padding: 8px 0 0;
	margin: 0;
}
.line-warning dl dd {
	border-bottom: #eee solid 1px;
}
.line-warning dl dd a {
	display: block;
	line-height: 18px;
	margin: 5px 0;
	overflow: hidden
}
.announcement-list dt.hd {
	font-weight: 700;
	height: 14px;
	line-height: 14px;
	padding: 0 0 8px
}
.announcement-list dt.more {
	font-weight: 300;
	height: 14px;
	line-height: 14px;
	padding: 8px 0 0;
	margin: 0;
}
.announcement-list dd {
	border-bottom: #eee solid 1px;
}
.announcement-list dd a {
	display: block;
	line-height: 18px;
	margin: 5px 0;
	overflow: hidden
}
.announcement-set {
	padding: 10px 0 0;
	border-bottom: #d9d9d9 dashed 1px;
}
.announcement-set dd {
	padding: 0 0 10px;
}
.announcement-set dd.btn {
	display: block;
}
.item-announcement {
}
.item-announcement img {
	max-width: 920px;
	overflow: hidden;
}
.item-announcement .hd {
	color: #535353;
	font-family: Microsoft YaHei;
	font-size: 22px;
	font-weight: 300;
	padding: 5px 0 10px;
}
.item-announcement .mod-announcement {
	background: none repeat scroll 0 0 #fff;
	font-size: 14px;
	padding: 20px;
	line-height: 23px
}
.item-announcement .mod-announcement h4 {
	background: #F1F1F1;
	border-bottom: 1px dashed #DDDDDD;
	font-weight: 700;
	margin: 0 0 15px;
	padding: 10px 0;
	text-align: center;
}
.item-announcement .mod-announcement h4 span {
	display: block;
	font-size: 12px;
	font-weight: 300;
	color: #999;
	padding: 0 0 0 10px;
}
.item-announcement .mod-hot .ico {
	margin: 0 0 0 5px;
}
.item-announcement .mod-hot dd {
	border-bottom: #ebebeb solid 1px;
}
.item-announcement .mod-hot dd a {
	display: block;
	height: 16px;
	line-height: 16px;
	padding: 7px 0 7px 15px;
	background: url("../image/pointer.gif") no-repeat scroll 5px 12px transparent;
}
.item-announcement .mod-hot dd a:hover {
	background: url("../image/pointer.gif") no-repeat scroll 5px 12px #f6f6f6;
	text-decoration: none;
}
.item-announcement .mod-hot dd span {
	float: right;
	font-size: 12px;
	color: #535353;
	padding: 0 5px 0 0
}
.item-announcement .file-list {
	padding: 15px 0 0;
	font-size: 12px;
}
.item-announcement .file-list span {
	color: #999;
}
.line-warning .setup {
	position: absolute;
	right: 10px;
	top: 10px;
}
.line-warning .setup a {
	vertical-align: middle;
	margin: 0 0 0 5px;
}
.line-warning .hover {
	visibility: hidden;
}
.line-warning:hover .hover {
	visibility: visible;
}

.feedback-wrap {
	padding: 20px 0 0
}
.feedback-wrap .bg {
	background: #fafafa
}
.feedback-wrap .feedback {
	padding: 20px;
}
.feedback-wrap .feedback dl {
	width: 560px;
	margin: 0 auto
}
.feedback-wrap .feedback dd {
	padding: 0 0 10px 0;
	overflow: hidden;
	zoom: 1
}
.feedback-wrap .feedback .form-tt {
	width: 40px;
	float: left;
	padding: 5px 0
}
.feedback-wrap .feedback .form-row {
	float: left
}
.feedback-wrap .feedback .s-textarea, .feedback-wrap .feedback .s-textarea-focus {
	width: 500px
}
.title {
	font-size: 22px;
	font-weight: 300;
	color: #333
}

.page {
	padding: 10px 0;
	text-align: right
}
.page a {
	display: inline-block;
	*display: inline; 
	*zoom: 1;
	padding: 4px 10px 4px;
	margin: 0 0 0 5px;
	line-height: 14px;
	color: #999;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #DDDDDD #DDDDDD #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	border: 1px solid #DDDDDD;
	border-bottom-color: #DDDDDD;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	*margin-left: .3em;
}
.page a:hover {
	color: #535353;
	text-decoration: none;
	background-color: #e6e6e6;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.page a.current {
	padding: 4px 10px;
	background: #e6e6e6;
	color: #535353;
}

.wrap-layer {
	color: #535353;
	position: absolute;
	-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);
}
.wrap-layer .content-layer {
	position: relative;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #bbb;
}

#post-tag {
	border: #dcdcdc solid 1px;
	border-top-color: #b5b5b5;
	padding: 4px;
	background: #fff;
	min-height: 50px;
	_height: 50px;
	overflow: visible;
}
#post-tag .s-txt, #post-tag .s-txt-focus {
	border: #fff solid 1px;
	box-shadow: 0 0 0;
	padding: 0;
	margin: 0;
	width: 99%;
	outline: none;
	color: #777;
}
#post-tag input {
	float: none;
	vertical-align: middle;
}
.tag-lists .ico-close {
	margin: 0 0 0 8px;
	width: 9px;
	height: 8px;
}

.profession-title {
	background: #f8f8f8;
	width: 500px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	margin: 20px auto 20px;
}
.profession-title em {
	font-family: Times New Roman;
	font-size: 20px;
	font-weight: 700;
	margin: 0 5px;
	vertical-align: -2px;
}
.form-set .profession-title {
	margin: 15px auto;
}

.profession-type dd a {
	margin: 0 10px 10px 0;
}
.profession-type dt {
	float: left;
	width: 160px;
	font-size: 14px;
	color: #999;
	text-align: right;
	margin: 5px 0 0 0;
	*width: 164px;
}
.profession-type dd {
	margin: 0 0 0 120px;
}
.profession-type dd .tag-lists a {
	margin: 0;
}

.mod-rank {
	background: #fff;
	padding: 10px;
	margin: 10px 0 0;
}
.mod-rank h3 {
	color: #535353;
	font-weight: 700;
	padding: 0 0 10px;
}
.rank-list dd {
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 5px 0;
	border-bottom: #eee dashed 1px;
	white-space: nowrap;
	overflow: hidden;
	*zoom: 1
}
.rank-list .num {
	float: left;
	background: url(../image/ico-rank.png) no-repeat 0 -119px;
	font-size: 11px;
	width: 18px;
	height: 16px;
	line-height: 16px;
	color: #fff;
	text-align: center;
	margin: 5px 5px 0 0;
	_background: url(../image/ico-rank.gif) no-repeat 0 -119px;
}
.rank-list .top1, .rank-list .top2, .rank-list .top3 {
	width: 15px;
	height: 24px;
	margin: 0 8px 0 0;
	font-weight: 700
}
.rank-list .top1 {
	background-position: 0 0;
}
.rank-list .top2 {
	background-position: 0 -39px;
}
.rank-list .top3 {
	background-position: 0 -78px;
}

.wrap-layer .content-layer .hd {
	background: #F9F9F9;
	font-weight: 700;
	font-size: 14px;
	color: #535353;
	padding: 9px 15px;
}

.ask-type-box {
	padding: 10px 15px 15px 15px;
}
.ask-box-lists li {
	line-height: 30px;
	border-bottom: 1px dashed #eee;
}
.ask-box-lists li a {
	margin: 0 5px;
	display: inline-block;
}

.feed_list .content.weiba-detail {
	font-size: 12px;
	margin: 0;
	margin: 5px 0;
	border: 1px solid #98c8df;
	padding: 5px 10px;
	color: #666;
	background: #fff;
}
.feed_list .content.weiba-detail h3 {
	font-weight: bold;
	font-size: 14px;
}
.feed_list .content.weiba-detail .f9 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #eee;
}
.feed_list .content.weiba-detail .date {
	color: #99B2E5;
	margin: 0;
}
.feed_list .content.weiba-detail img {
	max-width: 503px;
	_width: expression(this.width > 503? "503px":this.width );
}
.feed_list_hover .weiba-detail img {
	max-width: 585px;
	_width: 585px;
}
.feed_file_list {
	margin: 5px 0 0 0;
	border: #EAEAEA solid 1px;
	border-top: none 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	*zoom: 1
}

.find-type {
	background: #f8f8f8;
	padding: 20px;
	border-bottom: 1px solid #ededed;
	height: 26px;
	_overflow: hidden;
}

.app-title h4 {
	font-size: 20px;
	color: #666;
	font-family: "微软雅黑";
}

.app-tab-menu li {
	float: left;
}
.app-tab-menu li a {
	color: #414448;
}
.app-tab-menu li a:link, .app-tab-menu li a:visited {
	height: 16px;
	line-height: 16px;
	padding: 5px 10px;
	margin: 0 5px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
.app-title a.right {
	line-height: 26px;
}

.ico-num1 {
	background-position: -303px 0;
	display: inline-block;
	width: 16px;
	height: 26px;
	margin: 2px 15px 0 0;
	float: left;
}
.ico-num2 {
	background-position: -303px -46px;
	display: inline-block;
	width: 16px;
	height: 26px;
	margin: 2px 15px 0 0;
	float: left;
}
.ico-num3 {
	background-position: -303px -91px;
	display: inline-block;
	width: 16px;
	height: 26px;
	margin: 2px 15px 0 0;
	float: left;
}
.ico-num4 {
	background-position: -303px -142px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 10px 15px 0 0;
	float: left;
}
.ico-num5 {
	background-position: -303px -188px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 10px 15px 0 0;
	float: left;
}
.ico-num6 {
	background-position: -303px -232px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 10px 15px 0 0;
	float: left;
}
.ico-num7 {
	background-position: -303px -278px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 10px 15px 0 0;
	float: left;
}
.ico-num8 {
	background-position: -303px -320px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 10px 15px 0 0;
	float: left;
}
.ico-num9 {
	background-position: -303px -365px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 10px 15px 0 0;
	float: left;
}
.ico-num10 {
	background-position: -303px -410px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 10px 15px 0 0;
	float: left;
}

.btn-group {
	background: url(../image/btn-create.png) no-repeat;
	display: block;
}
.btn-group {
	background-position: 0 0;
	width: 230px;
	height: 52px;
}

.app-title .search-input {
	float: right;
	width: 240px;
	z-index: 99;
}
.app-title .search-input input {
	width: 150px;
	color: #999;
	margin: 0 5px;
	overflow: hidden;
	padding: 6px 0;
}

.mod-ranking h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.rank-box1 h3 {
	font-size: 14px;
	font-weight: bold;
}
.rank-box1 dl {
	overflow: hidden;
	*zoom: 1;
}
.rank-box1 dt {
	float: left;
}
.rank-box1 dd {
	margin: 0 0 0 40px;
}
.rank-box1 dd p {
	line-height: 16px;
}
.rank-box1 li {
	margin: 15px 0 0 0;
	overflow: hidden;
	*zoom: 1;
}
.rank-lists .num {
	margin: 0 25px 0 0;
}
.rank-lists .ico-num1, .rank-lists .ico-num2, .rank-lists .ico-num3 {
	margin: 10px 25px 0 0;
}
.rank-lists .ico-num4, .rank-lists .ico-num5, .rank-lists .ico-num6, .rank-lists .ico-num7, .rank-lists .ico-num8, .rank-lists .ico-num9, .rank-lists .ico-num10 {
	margin: 15px 25px 0 0;
}
{
	margin: 10px 15px 0 0
;
}
.rank-lists p {
	overflow: hidden;
	*zoom: 1;
}

.mod-user {
	color: #999;
}
.mod-user dl {
	float: left;
	padding: 10px;
	margin: 0 10px 10px 0;
	border: 1px solid #ddd;
	width: 210px;
	position: relative;
	_height: 80px;
}
.mod-user dt {
	float: left;
	position: relative;
}
.mod-user dt:hover .pic-more, .mod-user dt:hover .btn-cancel, .mod-user dt:hover .btn-cancel span {
	visibility: visible;
}
.mod-user dd {
	margin: 0 0 0 90px;
}
.mod-user dd p.name {
	margin: 0 0 2px 0;
	width: 120px;
	height: 15px;
	overflow: hidden;
	_width: 116px;
}
.mod-user dd p {
	line-height: 16px;
	margin-bottom: 10px;
	*margin-bottom: 0px;
	height: 32px;
	overflow: hidden;
}
.mod-user dd a {
	display: inline-block;
}
.mod-user .no-margin {
	margin-right: 0;
}
.mod-user .btn-cancel, .mod-user .btn-att-white {
	position: absolute;
	bottom: 10px;
}﻿@charset "utf-8";

.is-active {
	float: right;
	padding: 5px;
	margin: 0 20px 0 0;
	text-align: left;
	width: 200px;
	background: #FFFFCC;
	border-radius: 5px;
}
.email {
	background: #5BB75B;
}
.footer {
	width: 100%;
	position: relative;
	z-index: 99;
	padding: 20px 0;
	background: #F2F2F2;
	border-top: 1px solid #DDD;
	clear: both;
	overflow: hidden;
}
.footer-contact {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
}
.footer-contact a {
	color: #666;
}
.footer-contact ul {
	float: left;
	margin-right: 50px;
}
.footer-contact ul li h3 {
	font-size: 14px;
	margin-bottom: 10px;
}
.footer-contact ul li {
	color: #333;
}
.jiathis_follow_tsina {
	cursor: pointer;
}
.footer-contact table td {
	text-align: left;
	width: 150px;
}
.footer-small-size {
	font-size: 12px;
}
.footer-left {
	margin: 0 0 0 10px;
}
.footer-right {
	margin: 0 0 0 0;
}

.module-item {
	margin-bottom: 10px;
	padding: 15px;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 5px;
	overflow: hidden;
}

.prompt {
	padding: 50px 100px 50px 50px;
	background: #fafafa;
}
.prompt-inner {
	font-size: 34px;
	font-family: 'Microsoft YaHei UI', 'Microsoft YaHei', SimSun, 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
	text-align: center;
	color: #666;
	line-height: 50px;
}
.prompt-inner .tips {
	float: right;
	margin-right: 100px;
	font-size: 16px;
	line-height: 32px;
}
.prompt-inner .ico-success,
.prompt-inner .ico-error,
.prompt-inner .ico-info {
	position: relative;
	top: -4px;
	display: inline-block;
	margin: 0 10px;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	background: url("../image/sprite.png") no-repeat;
}
.prompt-inner .ico-success {
	background-position: 0 0;
}
.prompt-inner .ico-error {
	background-position: 0 -50px;
}
.prompt-inner .ico-info {
	background-position: 0 -100px;
}


.share {
	clear: both;
}
.share-sns {
	float: right;
}

.share-sns {
	display: inline-block;
	padding: 10px 0;
}
.share-sns a span {
	height: 22px;
	line-height: 22px;
	display: inline-block;
}
.share-sinaminiblog, .share-qzone, .share-qqmb, .share-qqim, .share-qqxiaoyou, .share-renren {
	display: inline-block;
	margin-right: 10px;
	padding-left: 20px;
	width: 60px;
	height: 22px;
	background: url(../image/share.png) no-repeat;
	overflow: hidden;
	text-align: center;
}
.share-sinaminiblog {
	background-position: 0 0;
}
.share-qzone {
	background-position: 0 -30px;
}
.share-qqmb {
	background-position: 0 -60px;
}
.share-qqxiaoyou {
	background-position: 0 -90px;
}
.share-qqim {
	background-position: 0 -120px;
}
.share-renren {
	background-position: 0 -150px;
}

#totop {
	position: fixed;
	bottom: 40px;
	right: 10px;
	z-index: 999;
	width: 71px;
	cursor: pointer;
	display: none;
}
* html #totop {
	position: absolute;
	cursor: pointer;
	right: 10px;
	display: none;
	top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-112+"px")
}
#totop a {
	display: block;
	width: 71px;
	height: 24px;
	padding-top: 48px;
	background: url(../image/toTop.gif) no-repeat;
	text-align: center;
	color: #888
}
#totop a.cur {
	background-position: -88px 0;
	text-decoration: none;
	color: #3a9
}
.quike-load {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	z-index: 999;
	background: url("../image/mask-bg.png");
}
.quike-load-main {
	width: 1000px;
	margin: 10px auto;
	color: #FFF;
}
.quike-load-main h3 {
	margin-bottom: 10px;
}
.quike-load-main-left {
	width: 730px;
	float: left;
}
.quike-load-main-left input[type=text], .quike-load-main-left input[type=password] {
	width: 200px;
	background: #FFF;
	border: none;
	height: 25px;
	line-height: 25px;
}
.quike-load-main-left input[type=submit] {
	height: 35px;
	line-height: 35px;
	background: #66CC66;
	font-weight: 700;
	border: none;
	padding: 0 10px;
	color: #FFF;
	cursor: pointer;
}
.quike-load-main-left a {
	padding: 8px 10px;
	background: #E0492B;
	text-align: center;
	font-weight: 700;
	color: #FFF;
	margin-left: 10px;
}
.quike-load-main-right {
	float: left;
	margin-left: 20px;
}
.quike-load-main-right img {
	margin-right: 10px;
}
.user-guest{
    float: right;
    line-height: 50px;
}
.user-guest a{
    float: left;
    color: #FFF;
    margin-left: 20px;
}