/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 统一上标和下标 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: text-top;
}
:root sub,
:root sup {
  vertical-align: baseline;
  /* for ie9 and other mordern browsers */
}
sup {
  top: -0.5em;
}
sub {
  bottom: 0;
}
.font_simsun {
  font-family: SimSun;
}
.ov_visibel {
  overflow: visible !important;
}
.ov_hide {
  overflow: hidden !important;
}
.ws_normal {
  white-space: normal !important;
}
.ws_break {
  word-wrap: break-word !important;
  word-break: normal !important;
}
.ws_prewrap {
  white-space: pre-wrap !important;
}
.ws_hide {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t_l {
  text-align: left !important;
}
.t_c {
  text-align: center !important;
}
.t_r {
  text-align: right !important;
}
.block {
  display: block !important;
  visibility: visible;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.fl_l {
  float: left !important;
}
.fl_r {
  float: right !important;
}
.fl_n {
  float: none !important;
}
.mar0 {
  margin: 0;
}
.mar_auto {
  margin: auto;
}
.mar10 {
  margin: 10px;
}
.mar20 {
  margin: 20px;
}
.mt_5 {
  margin-top: 5px;
}
.mt_10 {
  margin-top: 10px;
}
.mt_20 {
  margin-top: 20px;
}
.mt_30 {
  margin-top: 30px;
}
.mt_35 {
  margin-top: 35px;
}
.mb_5 {
  margin-bottom: 5px;
}
.mb_10 {
  margin-bottom: 10px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_30 {
  margin-bottom: 30px;
}
.ml_4 {
  margin-left: 4px;
}
.ml_5 {
  margin-left: 5px;
}
.ml_10 {
  margin-left: 10px;
}
.ml_20 {
  margin-left: 20px;
}
.ml_30 {
  margin-left: 30px;
}
.mr_5 {
  margin-right: 5px;
}
.mr_10 {
  margin-right: 10px;
}
.mr_20 {
  margin-right: 20px;
}
.mr_30 {
  margin-right: 30px;
}
.po_ab {
  position: absolute;
}
.po_re {
  position: relative;
}
.col1 {
  display: inline;
  float: left;
  width: 100%;
}
.col1 .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.col1 .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col2 {
  display: inline;
  float: left;
  width: 50%;
}
.col3 {
  display: inline;
  float: left;
  width: 33.33333333%;
}
.col4 {
  display: inline;
  float: left;
  width: 25%;
}
.col5 {
  display: inline;
  float: left;
  width: 20%;
}
.col6 {
  display: inline;
  float: left;
  width: 16.66666667%;
}
.col7 {
  display: inline;
  float: left;
  width: 14.28571429%;
}
.col8 {
  display: inline;
  float: left;
  width: 12.5%;
}
.col9 {
  display: inline;
  float: left;
  width: 11.11111111%;
}
.fixed-top {
  position: fixed;
  bottom: auto;
  top: 0px;
}
.fixed-bottom {
  position: fixed;
  bottom: 0px;
  top: auto;
}
.fixed-left {
  position: fixed;
  right: auto;
  left: 0px;
}
.fixed-right {
  position: fixed;
  right: 0px;
  left: auto;
}
#ie6,
#ie6 body {
  background-image: url(about:blank);
  background-attachment: fixed;
}
#ie6 .fixed-top {
  position: absolute;
  bottom: auto;
  top: expression(eval(document.documentElement.scrollTop));
}
#ie6 .fixed-right {
  position: absolute;
  right: auto;
  left: expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));
}
#ie6 .fixed-bottom {
  position: absolute;
  bottom: auto;
  top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}
#ie6 .fixed-left {
  position: absolute;
  right: auto;
  left: expression(eval(document.documentElement.scrollLeft));
}
.stars {
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  line-height: 16px;
  background: url('../img/star.gif') repeat-x;
  overflow: hidden;
  vertical-align: text-bottom;
}
.stars .star_selected {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../img/star.gif') repeat-x left -32px;
}
.stars.sred .star_selected {
  background-position: left -16px;
}
.stars.a3 {
  width: 48px;
}
.stars.a5 {
  width: 80px;
}
.stars.a8 {
  width: 128px;
}
.stars.a10 {
  width: 160px;
}
.stars.s0 .star_selected {
  width: 0;
}
.stars.s0d5 .star_selected {
  width: 8px;
}
.stars.s1d5 .star_selected {
  width: 24px;
}
.stars.s2 .star_selected {
  width: 32px;
}
.stars.s2d5 .star_selected {
  width: 40px;
}
.stars.s3 .star_selected {
  width: 48px;
}
.stars.s3d5 .star_selected {
  width: 56px;
}
.stars.s4 .star_selected {
  width: 64px;
}
.stars.s4d5 .star_selected {
  width: 72px;
}
.stars.s5 .star_selected {
  width: 80px;
}
.stars.s5d5 .star_selected {
  width: 88px;
}
.stars.s6 .star_selected {
  width: 96px;
}
.stars.s6d5 .star_selected {
  width: 104px;
}
.stars.s7 .star_selected {
  width: 112px;
}
.stars.s7d5 .star_selected {
  width: 120px;
}
.stars.s8 .star_selected {
  width: 128px;
}
.stars.s8d5 .star_selected {
  width: 136px;
}
.stars.s9 .star_selected {
  width: 144px;
}
.stars.s9d5 .star_selected {
  width: 152px;
}
.stars.sall .star_selected {
  width: 100%;
}
.list {
  border: 1px solid #ccc;
}
.list dt {
  text-align: center;
  font-weight: bold;
  background: #71829E;
  color: #fff;
  line-height: 30px;
}
.list dd {
  clear: both;
  padding: 10px;
}
.list dd .tags {
  height: 25px;
  padding: 0 10px;
  background: #f4f4f4;
  line-height: 25px;
  color: #666;
}
.list dd.odd {
  background: #fff;
}
.list li {
  display: inline;
  float: left;
  width: 10%;
}
.list li.wd5 {
  width: 5%;
  overflow: hidden;
}
.list li.w1 {
  width: 10%;
  overflow: hidden;
}
.list li.w1d5 {
  width: 15%;
  overflow: hidden;
}
.list li.w2 {
  width: 20%;
  overflow: hidden;
}
.list li.w2d5 {
  width: 25%;
  overflow: hidden;
}
.list li.w3 {
  width: 30%;
  overflow: hidden;
}
.list li.w3d5 {
  width: 35%;
  overflow: hidden;
}
.list li.w4 {
  width: 40%;
  overflow: hidden;
}
.list li.w4d5 {
  width: 45%;
  overflow: hidden;
}
.list li.w5 {
  width: 50%;
  overflow: hidden;
}
.list li.w5d5 {
  width: 55%;
  overflow: hidden;
}
.list li.w6 {
  width: 60%;
  overflow: hidden;
}
.list li.w6d5 {
  width: 65%;
  overflow: hidden;
}
.list li.w7 {
  width: 70%;
  overflow: hidden;
}
.list li.w7d5 {
  width: 75%;
  overflow: hidden;
}
.list li.w8 {
  width: 80%;
  overflow: hidden;
}
.list li.w8d5 {
  width: 85%;
  overflow: hidden;
}
.list li.w9 {
  width: 90%;
  overflow: hidden;
}
.list li.w9d5 {
  width: 95%;
  overflow: hidden;
}
.list li.w100 {
  width: 100%;
  overflow: hidden;
}
.top-nav {
  font-size: 14px;
  color: #fff;
  min-height: 45px;
  width: 100%;
  background: #e02204;
}
.top-nav .ul {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
}
.top-nav a {
  color: #fff;
  display: inline-block;
  font: 14px/45px "\5FAE\8F6F\96C5\9ED1", "Hiragino Sans GB";
  text-align: center;
  padding: 0px 15px;
}
.top-nav a:hover {
  position: relative;
  background: #e37164;
}
.top-nav a:active {
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.5);
}
.top-nav a.selected,
.top-nav a.selected:hover,
.top-nav a.selected:visited {
  position: relative;
  z-index: 1;
}
.top-nav .menu {
  margin: 0;
  padding: 0;
}
.top-nav .menu li {
  float: left;
  position: relative;
  z-index: 1;
  list-style: none;
}
.top-nav .menu li.line {
  border-left: 1px solid #000;
  border-right: 1px solid #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  height: 45px;
  vertical-align: middle;
  margin: 0 -1px;
}
#ie6 .top-nav {
  height: expression( this.scrollHeight < 30 ? "30px" : "auto" );
}
.primary_nav ul {
  margin: 0;
}
.primary_nav ul li {
  display: inline;
  float: left;
  text-align: center;
  min-width: 83px;
}
.primary_nav ul li .icon32 {
  display: block;
  margin: 5px auto;
  float: none;
  font-size: 2em;
}
.primary_nav ul li em {
  font-style: normal;
}
.primary_nav ul li a {
  display: inline-block;
  _width: 68px;
  color: #333;
  position: relative;
  padding: 0 10px;
  margin: 10px 5px;
  border: 1px solid #f5f5f5;
}
.primary_nav ul li a .badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #c00;
  font: 10px/15px Verdana, Geneva, sans-serif, sans-serif;
  color: #fff;
  display: inline-block;
  padding: 0 3px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
.primary_nav ul li a:hover {
  background: #fff;
  border-color: #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.primary_nav ul li a.selected {
  background: #fff;
  color: #000;
  border-color: #ccc;
}
.primary_nav ul li a:active {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.primary_nav ul li a.selected:hover {
  background: #fff;
}
/* 页面副导航 */
.tab {
  position: relative;
  z-index: 1;
  top: 1px;
}
.tab a {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #D9D9D9;
  border-bottom-color: #ccc;
  background: #F3F3F3;
  color: #666;
}
.tab a .arrow {
  border-color: #999 #F3F3F3 #F3F3F3;
  border-width: 4px;
  border-style: solid ;
  display: inline-block;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  margin-left: 5px;
  display: none;
}
.tab a:hover {
  background: #fff;
  text-decoration: none;
}
.tab a:hover .arrow {
  border-color: #fff;
  border-top-color: #666;
}
.tab a.selected {
  font-weight: bold;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
  padding-bottom: 1px;
  color: #2F549F;
}
.tab a.selected .arrow {
  display: inline-block;
  border-color: #fff;
  border-top-color: #2F549F;
}
.tab_detail {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
}
body {
  -webkit-font-smoothing: antialiased;
}
.container {
  padding-left: 0;
  padding-right: 0;
  max-width: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: bold;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
textarea {
  resize: vertical;
}
.min-title {
  font-size: 14px;
  line-height: 35px;
  color: #333333;
}
.money {
  color: #f41611;
  display: inline-block;
}
.money-sm {
  font-size: 14px;
}
.money-lg {
  font-size: 24px;
}
.marked {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #eeeeee;
  padding: 0 5px;
  line-height: 18px;
}
.marked.marked-task {
  border-color: #635080;
  color: #635080;
}
.marked.marked-shop {
  border-color: #a13780;
  color: #a13780;
}
.marked.marked-speed {
  background: #da6e20;
  border-color: #da6e20;
  color: #ffffff;
}
.marked.marked-hot {
  background: #c74645;
  border-color: #c74645;
  color: #ffffff;
}
.marked.marked-map {
  background: #3c8cad;
  border-color: #3c8cad;
  color: #ffffff;
}
.marked.marked-spread {
  background: #8fa022;
  border-color: #8fa022;
  color: #ffffff;
}
.marked.marked-see {
  background: #e02204;
  border-color: #e02204;
  color: #ffffff;
}
.marked.marked-tags {
  background: #eeeeee;
  border-color: #eeeeee;
  color: #333333;
}
.tags-box {
  margin-top: 10px;
  margin-bottom: 10px;
}
.tags-box a {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #eeeeee;
  padding: 0 5px;
  line-height: 18px;
  background: #eeeeee;
  border-color: #eeeeee;
  color: #333333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  text-decoration: none;
  font-size: 14px;
  line-height: 25px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.tags-box a.marked-task {
  border-color: #635080;
  color: #635080;
}
.tags-box a.marked-shop {
  border-color: #a13780;
  color: #a13780;
}
.tags-box a.marked-speed {
  background: #da6e20;
  border-color: #da6e20;
  color: #ffffff;
}
.tags-box a.marked-hot {
  background: #c74645;
  border-color: #c74645;
  color: #ffffff;
}
.tags-box a.marked-map {
  background: #3c8cad;
  border-color: #3c8cad;
  color: #ffffff;
}
.tags-box a.marked-spread {
  background: #8fa022;
  border-color: #8fa022;
  color: #ffffff;
}
.tags-box a.marked-see {
  background: #e02204;
  border-color: #e02204;
  color: #ffffff;
}
.tags-box a.marked-tags {
  background: #eeeeee;
  border-color: #eeeeee;
  color: #333333;
}
.tags-box a:hover {
  background: #e02204;
  color: #ffffff;
}
.for-city {
  width: 240px;
}
.for-city li {
  float: left;
  display: inline;
  margin-bottom: 5px;
}
.for-city li a {
  clear: none;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
}
.for-advertise {
  display: block;
  clear: both;
  margin: 0 auto 10px;
}
.for-advertise img {
  display: block;
  max-width: 100%;
  height: auto;
}
.no-data {
  text-align: center;
  height: 180px;
  padding-top: 80px;
}
.pagination a {
  color: #333333;
}
.pager > li > a:empty {
  display: none;
}
.modal .inner {
  min-height: 30px;
  /*background: url('@{img-path}loading.gif') no-repeat center;*/
}
.confirm_modal .inner {
  background: none;
}
.modal-header {
  padding: 10px 15px;
  background: #fafafa;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modal-header h3 {
  font-size: 14px;
}
.modal-content {
  overflow: hidden;
}
.modal-body {
  background: #ffffff;
}
.modal-body .alert {
  margin: -15px;
}
.modal-body .media {
  overflow: hidden;
}
.modal-footer {
  padding: 10px 15px;
  margin-top: 0;
  background: #fafafa;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modal-backdrop {
  z-index: 1020;
}
.bdsharebuttonbox {
  width: 209px;
}
.show-msg {
  width: 950px;
  margin: 40px auto;
  color: #666666;
}
#fix-box {
  position: fixed;
  bottom: 100px;
  left: 50%;
  margin-left: 500px;
}
#fix-box #top {
  display: block;
  background: #e02204;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #ffffff;
}
#fix-box #top i {
  font-size: 30px;
  margin-top: 3px;
}
@media (min-width: 240px) and (max-width: 640px) {
  #fix-box {
    z-index: 90;
    left: inherit;
    margin-left: auto;
    right: 10px;
  }
}
.header-top {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  font-size: 12px;
  line-height: 30px;
}
.header-top:before,
.header-top:after {
  content: "";
  display: table;
}
.header-top:after {
  clear: both;
}
#ie6 .header-top,
#ie7 .header-top {
  zoom: 1;
}
.header-top:before,
.header-top:after {
  content: "";
  display: table;
}
.header-top:after {
  clear: both;
}
#ie6 .header-top,
#ie7 .header-top {
  zoom: 1;
}
.header-top .left-nav {
  float: left;
  margin-left: 5px;
}
.header-top .left-nav .nav-item {
  float: left;
  margin-right: 10px;
}
.header-top .left-nav .nav-item-sub {
  left: 0;
}
.header-top .color-selected {
  float: right;
  margin-right: 5px;
}
.header-top .color-selected .nav-item {
  float: left;
  margin-left: 10px;
}
.header-top .color-selected .nav-item-sub {
  left: inherit;
  right: 0;
  white-space: nowrap;
  width: 100px;
}
.header-top .color-selected .nav-item-sub > li {
  float: left;
  display: inline;
}
.header-top .color-selected .nav-item-sub > li > a {
  clear: inherit;
}
.header-top .style-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-indent: -999em;
  background-color: #e02204;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
.header-top .style-color.keke-blue {
  background-color: #2f549f;
}
.header-top .style-color.android {
  background-color: #a4c639;
}
.header-top .style-color.font_as {
  background-color: #1e9f75;
}
.header-top .style-color.google {
  background-color: #e02204;
}
.header-top .style-color.skype {
  background-color: #00aff0;
}
.header-top .style-color.taobao {
  background-color: #DE2910;
}
.header-top .style-color.wordpressgrey {
  background-color: #464646;
}
.header-top .style-color.yahoo {
  background-color: #720e9e;
}
.header-top .style-color.zbj {
  background-color: #ff9400;
}
.header-top .right-nav {
  float: right;
  margin-right: 5px;
}
.header-top .right-nav .nav-item {
  float: left;
  margin-left: 10px;
}
.header-top .right-nav .nav-item-sub {
  left: inherit;
  right: 0;
}
.header-top .nav-item {
  position: relative;
  z-index: 199;
}
.header-top .nav-item.nav-static {
  margin-left: 0;
  margin-right: 0;
}
.header-top .has-sub:hover {
  z-index: 200;
}
.header-top .has-sub:hover .nav-item-link {
  background: #ffffff;
  color: #e02204;
  border-color: #eeeeee;
  bottom: -1px;
}
.header-top .has-sub:hover .nav-item-sub {
  display: block;
}
.header-top .nav-item-link {
  margin-top: -1px;
  display: inline-block;
  color: #666666;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  position: relative;
  z-index: 2;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #ffffff;
}
.header-top .nav-item-link:hover {
  color: #e02204;
}
.header-top .nav-item-link.active {
  color: #e02204;
}
.header-top .nav-item-sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #eeeeee;
  background: #ffffff;
  min-width: 160px;
}
.header-top .nav-item-sub .line {
  height: 0;
  line-height: 0;
  overflow: hidden;
  font-size: 0;
  border-bottom: 1px solid #eeeeee;
}
.header-top .nav-item-sub > dl {
  padding: 5px 0;
}
.header-top .nav-item-sub > dl > dt {
  line-height: 25px;
  padding-left: 10px;
}
.header-top .nav-item-sub > dl > dd {
  overflow: hidden;
}
.header-top .nav-item-sub > dl > dd > ul {
  line-height: 22px;
}
.header-top .nav-item-sub > dl > dd > ul > li {
  display: inline;
  float: left;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 10px;
}
.header-top .nav-sub-list a {
  display: block;
  clear: both;
  padding: 5px 10px;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
}
.header-top .nav-sub-list a:hover {
  background: #fafafa;
}
.header-top .nav-sub-list a > .badge {
  font-weight: normal;
  background: #d9534f;
  color: #ffffff;
  float: right;
  padding: 2px 5px;
}
.header:before,
.header:after {
  content: "";
  display: table;
}
.header:after {
  clear: both;
}
#ie6 .header,
#ie7 .header {
  zoom: 1;
}
.header:before,
.header:after {
  content: "";
  display: table;
}
.header:after {
  clear: both;
}
#ie6 .header,
#ie7 .header {
  zoom: 1;
}
.header-website {
  float: left;
  position: relative;
  margin-left: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.header-function {
  float: right;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.brand-logo {
  margin-right: 10px;
}
.header-location {
  position: absolute;
  bottom: 0;
  left: 100%;
  white-space: nowrap;
}
.localtion-layer {
  position: relative;
  display: inline-block;
}
.header-search {
  font-size: 12px;
  margin-bottom: 10px;
  width: 390px;
}
.header-search .btn-group > .btn {
  width: 80px;
}
.header-search .search-input {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 60%;
}
.header-keywords {
  clear: both;
}
.site-nav {
  margin-bottom: 10px;
  margin-top: 10px;
}
.site-nav + .bread-nav {
  margin-top: -10px;
}
.site-nav .navbar-primary {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0;
  min-height: 40px;
  background: #e02204;
  border-color: #d43927;
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.site-nav .navbar-primary .navbar-nav {
  margin-left: -5px;
  font-size: 12px;
}
.site-nav .navbar-primary .navbar-nav > li > a {
  padding: 10px;
  color: #ffffff;
  text-shadow: 0 1px 0 #be3323;
}
.site-nav .navbar-primary .navbar-nav > li > a:hover,
.site-nav .navbar-primary .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #be3323;
}
.site-nav .navbar-primary .navbar-nav > .active > a,
.site-nav .navbar-primary .navbar-nav > .active > a:hover,
.site-nav .navbar-primary .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #be3323;
}
.site-nav .navbar-primary .navbar-nav > .disabled > a,
.site-nav .navbar-primary .navbar-nav > .disabled > a:hover,
.site-nav .navbar-primary .navbar-nav > .disabled > a:focus {
  color: #93271b;
  background-color: #e02204;
}
.site-nav .navbar-primary .navbar-nav > .open > a,
.site-nav .navbar-primary .navbar-nav > .open > a:hover,
.site-nav .navbar-primary .navbar-nav > .open > a:focus {
  background-color: #be3323;
  color: #ffffff;
}
.site-nav .navbar-primary .nav-primary {
  font-size: 15px;
  font-weight: bold;
}
.site-nav .navbar-primary .navbar-actived {
  display: inline-block;
  line-height: 30px;
  padding: 10px;
  display: none !important;
}
@media (max-width: 767px) {
  .site-nav .navbar-primary .navbar-actived {
    display: block !important;
  }
  table.site-nav .navbar-primary .navbar-actived {
    display: table;
  }
  tr.site-nav .navbar-primary .navbar-actived {
    display: table-row !important;
  }
  th.site-nav .navbar-primary .navbar-actived,
  td.site-nav .navbar-primary .navbar-actived {
    display: table-cell !important;
  }
}
.site-nav .navbar-primary .navbar-toggle {
  border-color: #be3323;
}
.site-nav .navbar-primary .navbar-toggle:hover,
.site-nav .navbar-primary .navbar-toggle:focus {
  background-color: #be3323;
}
.site-nav .navbar-primary .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
@media (min-width: 240px) and (max-width: 768px) {
  .site-nav .navbar-primary .dropdown-menu {
    background: #be3323;
  }
  .site-nav .navbar-primary .dropdown-menu .divider {
    background-color: #e37164;
  }
  .site-nav .navbar-primary .dropdown-menu > li > a {
    color: #ffffff;
  }
  .site-nav .navbar-primary .dropdown-menu > li > a:hover,
  .site-nav .navbar-primary .dropdown-menu > li > a:focus {
    background-color: #be3323;
    color: #ffffff;
  }
}
@media (min-width: 240px) and (max-width: 768px) {
  .site-nav .navbar-primary .dropdown-header {
    color: #ffffff;
  }
}
.bread-nav {
  margin-bottom: 10px;
}
.bread-nav:before,
.bread-nav:after {
  content: "";
  display: table;
}
.bread-nav:after {
  clear: both;
}
#ie6 .bread-nav,
#ie7 .bread-nav {
  zoom: 1;
}
.bread-nav:before,
.bread-nav:after {
  content: "";
  display: table;
}
.bread-nav:after {
  clear: both;
}
#ie6 .bread-nav,
#ie7 .bread-nav {
  zoom: 1;
}
.bread-nav .breadcrumb {
  font-size: 12px;
  background: #fafafa;
  border: 1px solid #eeeeee;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.footer {
  clear: both;
  margin-top: 10px;
  border-top: 1px solid #eeeeee;
  background: #ffffff;
  padding-top: 10px;
}
.footer:before,
.footer:after {
  content: "";
  display: table;
}
.footer:after {
  clear: both;
}
#ie6 .footer,
#ie7 .footer {
  zoom: 1;
}
.footer:before,
.footer:after {
  content: "";
  display: table;
}
.footer:after {
  clear: both;
}
#ie6 .footer,
#ie7 .footer {
  zoom: 1;
}
.footer-link {
  text-align: center;
  font-size: 12px;
  color: #666666;
  margin-bottom: 10px;
}
.footer-link > li {
  display: inline;
}
.footer-link > li + li:before {
  content: "|";
  padding: 0 5px;
  margin-left: -3px;
  color: #cccccc;
}
.footer-link > li a {
  color: #666666;
}
.footer-link > li a:hover {
  color: #e02204;
}
.footer-copyright {
  text-align: center;
  font-size: 12px;
  color: #666666;
}
.footer-copyright > p {
  margin-bottom: 5px;
}
.friend-link {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 15px;
  font-size: 12px;
}
.friend-link:before,
.friend-link:after {
  content: "";
  display: table;
}
.friend-link:after {
  clear: both;
}
#ie6 .friend-link,
#ie7 .friend-link {
  zoom: 1;
}
.friend-link:before,
.friend-link:after {
  content: "";
  display: table;
}
.friend-link:after {
  clear: both;
}
#ie6 .friend-link,
#ie7 .friend-link {
  zoom: 1;
}
.friend-link > li {
  display: inline;
  float: left;
  margin-right: 10px;
  white-space: nowrap;
}
.friend-link > li > a {
  color: #666666;
}
.friend-link > li > a:hover {
  color: #e02204;
}
.map-box {
  border: 1px solid #eee;
  background: #fff;
  color: #e02204;
  font-size: 12px;
  overflow: hidden;
  margin: 0px 5px 10px;
  position: relative;
}
.map-box .map_left {
  padding: 10px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 180px;
  height: 150px;
  margin-top: -70px;
}
.map-box .map_left .left-body-i {
  font-size: 60px;
  line-height: 60px;
}
.map-box .map_left .left-body-tilte {
  font-size: 24px;
}
.map-box .map_right {
  padding: 10px;
  border-left: 1px solid #eee;
  margin-left: 180px;
  overflow: hidden;
  min-height: 150px;
}
.map-box .map_right li {
  float: left;
  line-height: 28px;
  overflow: hidden;
  padding: 10px 0;
  width: 50;
}
.map-box .map_right li a {
  color: #666;
  text-decoration: none;
  margin-right: 5px;
  display: block;
  width: 8em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.map-box .map_right li a:hover {
  color: #e02204;
}
.map-box .map_right li b {
  color: #333;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  text-align: right;
  vertical-align: top;
  width: 100px;
  margin-top: 3px;
}
.map-box .map_right li span {
  display: inline-block;
  font-size: 14px;
  padding-left: 10px;
  width: 365px;
}
.map-box .map_right li.clear {
  font-size: 0;
  height: 0;
  line-height: 0;
  padding: 0;
  visibility: hidden;
  width: 100%;
}
.tab {
  background: #fafafa;
  border: 1px solid #eeeeee;
}
.tab:before,
.tab:after {
  content: "";
  display: table;
}
.tab:after {
  clear: both;
}
#ie6 .tab,
#ie7 .tab {
  zoom: 1;
}
.tab:before,
.tab:after {
  content: "";
  display: table;
}
.tab:after {
  clear: both;
}
#ie6 .tab,
#ie7 .tab {
  zoom: 1;
}
.tab > li {
  display: inline;
  float: left;
  margin: -1px -3px -1px -1px;
  position: relative;
}
.tab > li a {
  margin: 0;
}
.tab > li.active a {
  background: #ffffff;
  font-weight: bold;
  padding-bottom: 1px;
  border-color: #eeeeee;
  border-top-color: #e02204;
  border-bottom: none;
  cursor: default;
  color: #e02204;
}
.tab a {
  border-color: #eeeeee;
  margin: -1px -3px -1px -1px;
  line-height: 35px;
  text-align: center;
  color: #333333;
}
.tab a.selected {
  border-color: #eeeeee;
  border-top-color: #e02204;
  cursor: default;
  color: #e02204;
}
.tab.tab-darken {
  border-bottom: 2px solid #e02204;
}
.tab.tab-darken a {
  min-width: 100px;
  margin: -1px -3px 0 -1px;
}
.tab.tab-darken a.selected {
  border-color: #e02204;
  color: #ffffff;
  background: #e02204;
}
.tab.tab-darken .badge {
  background: #be3323;
  padding-top: 1px;
  padding-bottom: 1px;
}
.tab .tab-group {
  display: inline-block;
  position: relative;
  z-index: 10;
}
.tab_detail {
  border-color: #eeeeee;
}
.category-list {
  position: relative;
  z-index: 10;
  top: 1px;
}
.category-list.category-xs {
  float: left;
  margin-right: 2px;
}
.category-list.category-lg {
  display: block;
  margin-bottom: 10px;
}
.category-list.category-lg .category-title {
  display: block;
  text-align: left;
  color: #ffffff;
  background: #e02204;
  border-bottom: 3px solid #e02204;
}
.category-list.category-lg .category-down {
  display: block;
  position: static;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.category-list > a {
  text-decoration: none;
}
.category-list a {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
.category-list a.category-title {
  min-width: 100px;
  line-height: 35px;
  padding: 0 15px;
  cursor: default;
  text-align: center;
}
.category-list a.action {
  color: #ffffff;
  background: #e02204;
}
.category-list:hover .category-title {
  color: #ffffff;
  background: #e02204;
}
.category-list:hover .category-down {
  display: block;
}
.category-down {
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  color: #666666;
  top: 100%;
  border: 1px solid #eeeeee;
  background: #fafafa;
  min-width: 230px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.category-down a {
  line-height: 30px;
  color: #333333;
}
.category-down a.hot {
  color: #f41611;
}
.category-down .category-item {
  position: relative;
  z-index: 1;
  border: 1px solid #eeeeee;
  border-width: 0 0 1px;
}
.category-down .category-item:hover {
  background: #fff;
  border-right-color: #ffffff;
}
.category-down .category-item:hover .category-inner {
  display: block;
}
.category-down .category-item:hover .category-top {
  background: #ffffff;
  border-color: #e02204;
  border-right-color: #ffffff;
  right: -1px;
}
.category-down .category-item .fa-angle-right {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  cursor: default;
  background: #fafafa;
}
.category-down .category-item .category-top {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 235px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
  line-height: 35px;
  border: 1px solid #fafafa;
}
.category-down .category-item .category-top a {
  display: inline;
}
.category-inner {
  display: none;
  position: absolute;
  z-index: 2;
  background: #ffffff;
  border: 1px solid #e02204;
  top: 0;
  left: 100%;
  min-width: 230px;
  padding-left: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.category-inner a {
  font-size: 12px;
  line-height: 18px;
  padding-right: 10px;
  border-right: 1px solid #eeeeee;
  margin: 5px 8px 5px 0;
}
.category-inner-title {
  font-size: 14px;
  border-bottom: 1px dashed #eeeeee;
  line-height: 35px;
  color: #333333;
  margin-bottom: 5px;
}
.second-nav {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 25px;
}
.second-nav li {
  margin-right: 10px;
}
.second-nav li a {
  padding: 0 5px;
}
.list-filter {
  background: #fafafa;
  border: 1px solid #eeeeee;
  line-height: 22px;
  margin-bottom: 10px;
}
.list-filter:before,
.list-filter:after {
  content: "";
  display: table;
}
.list-filter:after {
  clear: both;
}
#ie6 .list-filter,
#ie7 .list-filter {
  zoom: 1;
}
.list-filter:before,
.list-filter:after {
  content: "";
  display: table;
}
.list-filter:after {
  clear: both;
}
#ie6 .list-filter,
#ie7 .list-filter {
  zoom: 1;
}
.list-filter > li {
  display: list-item;
  padding: 8px 0;
}
.list-filter > li:before,
.list-filter > li:after {
  content: "";
  display: table;
}
.list-filter > li:after {
  clear: both;
}
#ie6 .list-filter > li,
#ie7 .list-filter > li {
  zoom: 1;
}
.list-filter > li:before,
.list-filter > li:after {
  content: "";
  display: table;
}
.list-filter > li:after {
  clear: both;
}
#ie6 .list-filter > li,
#ie7 .list-filter > li {
  zoom: 1;
}
.list-filter label {
  font-weight: bold;
  text-align: center;
}
.list-filter .condition a {
  display: inline-block;
  color: #333333;
  margin-right: 10px;
  white-space: nowrap;
  padding: 0 8px;
  border: 1px solid #fafafa;
  font-size: 12px;
  text-decoration: none;
}
.list-filter .condition a:hover {
  background: #eeeeee;
}
.list-filter .condition a.selected {
  color: #e02204;
  font-weight: bold;
  background: #ffffff;
  border-color: #eeeeee;
}
.tool-bar {
  font-size: 12px;
  line-height: 30px;
  margin-bottom: 10px;
}
.tool-bar:before,
.tool-bar:after {
  content: "";
  display: table;
}
.tool-bar:after {
  clear: both;
}
#ie6 .tool-bar,
#ie7 .tool-bar {
  zoom: 1;
}
.tool-bar:before,
.tool-bar:after {
  content: "";
  display: table;
}
.tool-bar:after {
  clear: both;
}
#ie6 .tool-bar,
#ie7 .tool-bar {
  zoom: 1;
}
.tool-bar .actions {
  float: left;
  display: inline;
  position: relative;
  margin-right: 10px;
  color: #666666;
}
.tool-bar .actions label {
  white-space: nowrap;
}
.tool-bar a.tool-bar-item {
  display: inline-block;
  color: #333333;
  white-space: nowrap;
  padding: 0 8px;
  margin-right: 5px;
  background: #fafafa;
  border: 1px solid #eeeeee;
  text-decoration: none;
}
.tool-bar a.tool-bar-item:hover {
  background: #eeeeee;
}
.tool-bar a.tool-bar-item.selected {
  color: #e02204;
  font-weight: bold;
  background: #ffffff;
}
.box-header {
  border: 1px solid #eeeeee;
  background: #fafafa;
  height: 35px;
  margin-bottom: -1px;
}
.box-header:before,
.box-header:after {
  content: "";
  display: table;
}
.box-header:after {
  clear: both;
}
#ie6 .box-header,
#ie7 .box-header {
  zoom: 1;
}
.box-header:before,
.box-header:after {
  content: "";
  display: table;
}
.box-header:after {
  clear: both;
}
#ie6 .box-header,
#ie7 .box-header {
  zoom: 1;
}
.box-header > .min-title {
  margin-left: 10px;
  border-left: 2px solid #e02204;
  padding-left: 5px;
  line-height: 15px;
  margin-top: 8px;
}
.box-body {
  background: #ffffff;
  border: 1px solid #eeeeee;
  overflow: hidden;
}
.box-body:before,
.box-body:after {
  content: "";
  display: table;
}
.box-body:after {
  clear: both;
}
#ie6 .box-body,
#ie7 .box-body {
  zoom: 1;
}
.box-body:before,
.box-body:after {
  content: "";
  display: table;
}
.box-body:after {
  clear: both;
}
#ie6 .box-body,
#ie7 .box-body {
  zoom: 1;
}
#side .box-body {
  margin-bottom: 10px;
}
.record-list {
  padding: 0 10px;
  position: relative;
  height: 2000%;
}
.record-list > li {
  border-bottom: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
}
.record-list > li:before,
.record-list > li:after {
  content: "";
  display: table;
}
.record-list > li:after {
  clear: both;
}
#ie6 .record-list > li,
#ie7 .record-list > li {
  zoom: 1;
}
.record-list > li:before,
.record-list > li:after {
  content: "";
  display: table;
}
.record-list > li:after {
  clear: both;
}
#ie6 .record-list > li,
#ie7 .record-list > li {
  zoom: 1;
}
.record-list.img .avatar {
  float: left;
  display: inline;
  margin-right: 10px;
}
.record-list.img .avatar > img {
  width: 50px;
  height: 50px;
}
.record-list.img .avatar-detail {
  overflow: hidden;
}
.record-list.img .record-list-title {
  margin-bottom: 2px;
}
.record-list time {
  float: right;
  color: #999999;
}
.record-list-title {
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.record-list-title:before,
.record-list-title:after {
  content: "";
  display: table;
}
.record-list-title:after {
  clear: both;
}
#ie6 .record-list-title,
#ie7 .record-list-title {
  zoom: 1;
}
.record-list-title:before,
.record-list-title:after {
  content: "";
  display: table;
}
.record-list-title:after {
  clear: both;
}
#ie6 .record-list-title,
#ie7 .record-list-title {
  zoom: 1;
}
.record-list-title img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.record-list-title > a {
  color: #333333;
  text-decoration: none;
}
.record-list-title > a:hover {
  color: #e02204;
}
.record-list-meta {
  margin-bottom: 4px;
}
.record-list-meta > span {
  color: #f41611;
}
.record-list-tags {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list {
  border: none;
}
.list.list-dl {
  background: #e02204;
  padding-top: 2px;
  margin-bottom: 10px;
}
.list.list-dl .list-item-footer {
  text-align: right;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: -10px;
}
.list.list-img {
  overflow: hidden;
}
.list.list-img:before,
.list.list-img:after {
  content: "";
  display: table;
}
.list.list-img:after {
  clear: both;
}
#ie6 .list.list-img,
#ie7 .list.list-img {
  zoom: 1;
}
.list.list-img:before,
.list.list-img:after {
  content: "";
  display: table;
}
.list.list-img:after {
  clear: both;
}
#ie6 .list.list-img,
#ie7 .list.list-img {
  zoom: 1;
}
.list.list-img .list-body {
  width: 105%;
}
.list.list-img .list-title {
  line-height: 35px;
}
.list.list-img .list-item {
  width: 182px;
  margin: 0 10px 10px 0;
  padding: 0 10px;
}
.list.list-img .list-item:hover .action-collect {
  display: block;
}
.list.list-img .list-item-img {
  width: 160px;
  height: 160px;
  position: relative;
  z-index: 1;
}
.list.list-img .list-item-img img {
  max-width: 100%;
}
.list.list-img .list-item-img .action-collect {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffffff;
  padding: 2px 5px;
}
.list.list-img .list-item-img .marked-layer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.list.list-img .list-item-footer .poster {
  display: inline;
  float: left;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list.list-img .list-item-footer .money {
  display: inline;
  float: left;
  width: 50%;
  float: right;
  text-align: right;
}
.list.list-img .poster {
  color: #666666;
  text-decoration: none;
}
.list.list-img .poster:hover {
  color: #e02204;
}
.list.list-img .avatar {
  display: inline-block;
  margin-right: 3px;
  width: 20px;
  height: 20px;
  line-height: 35px;
  vertical-align: middle;
}
.list.list-img .avatar img {
  width: 20px;
  height: 20px;
  display: block;
}
.list.list-img .list-item-type {
  display: inline-block;
  font-weight: normal;
}
.list .list-body {
  background: #ffffff;
}
.list .list-body:before,
.list .list-body:after {
  content: "";
  display: table;
}
.list .list-body:after {
  clear: both;
}
#ie6 .list .list-body,
#ie7 .list .list-body {
  zoom: 1;
}
.list .list-body:before,
.list .list-body:after {
  content: "";
  display: table;
}
.list .list-body:after {
  clear: both;
}
#ie6 .list .list-body,
#ie7 .list .list-body {
  zoom: 1;
}
.list .list-item-footer {
  line-height: 30px;
}
.list .list-item-footer:before,
.list .list-item-footer:after {
  content: "";
  display: table;
}
.list .list-item-footer:after {
  clear: both;
}
#ie6 .list .list-item-footer,
#ie7 .list .list-item-footer {
  zoom: 1;
}
.list .list-item-footer:before,
.list .list-item-footer:after {
  content: "";
  display: table;
}
.list .list-item-footer:after {
  clear: both;
}
#ie6 .list .list-item-footer,
#ie7 .list .list-item-footer {
  zoom: 1;
}
.list .list-label {
  background: #fafafa;
  line-height: 30px;
  border: 1px solid #eeeeee;
  margin-bottom: -1px;
  color: #333333;
  text-align: left;
  padding-left: 10px;
}
.list .list-label:before,
.list .list-label:after {
  content: "";
  display: table;
}
.list .list-label:after {
  clear: both;
}
#ie6 .list .list-label,
#ie7 .list .list-label {
  zoom: 1;
}
.list .list-label:before,
.list .list-label:after {
  content: "";
  display: table;
}
.list .list-label:after {
  clear: both;
}
#ie6 .list .list-label,
#ie7 .list .list-label {
  zoom: 1;
}
.list .list-item {
  border: 1px solid #eeeeee;
  padding: 10px 0 10px 10px;
  margin-bottom: -1px;
  color: #666666;
  font-size: 12px;
  line-height: 20px;
}
.list .list-item:hover {
  background: #eeeeee;
}
.list .list-item:hover .list-visible {
  display: block;
}
.list .list-item-body {
  display: block;
}
.list .list-item-body:before,
.list .list-item-body:after {
  content: "";
  display: table;
}
.list .list-item-body:after {
  clear: both;
}
#ie6 .list .list-item-body,
#ie7 .list .list-item-body {
  zoom: 1;
}
.list .list-item-body:before,
.list .list-item-body:after {
  content: "";
  display: table;
}
.list .list-item-body:after {
  clear: both;
}
#ie6 .list .list-item-body,
#ie7 .list .list-item-body {
  zoom: 1;
}
.list .list-item-min {
  border-bottom: 1px dashed #d5d5d5;
  margin-left: -10px;
  padding-left: 10px;
  line-height: 30px;
}
.list .list-item-min .list-title {
  font-size: 12px;
  font-weight: normal;
}
.list .list-title {
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  display: block;
  font-size: 14px;
}
.list .list-title:hover {
  color: #e02204;
}
.list .list-visible {
  display: none;
  margin-top: 10px;
}
.list .list-desc {
  color: #666666;
  min-height: 15px;
  width: 85%;
  overflow: hidden;
  max-height: 60px;
  word-wrap: break-word !important;
  word-break: normal !important;
}
.list .list-pic {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  float: left;
  display: inline;
}
.list .list-pic img {
  width: 100px;
  height: 100px;
}
.list .list-obj {
  overflow: hidden;
  color: #666666;
}
.list .list-obj-item {
  line-height: 25px;
}
.list .list-obj-item a {
  white-space: nowrap;
  display: inline-block;
  margin-right: 5px;
}
.list-page:before,
.list-page:after {
  content: "";
  display: table;
}
.list-page:after {
  clear: both;
}
#ie6 .list-page,
#ie7 .list-page {
  zoom: 1;
}
.list-page:before,
.list-page:after {
  content: "";
  display: table;
}
.list-page:after {
  clear: both;
}
#ie6 .list-page,
#ie7 .list-page {
  zoom: 1;
}
.list-page .page-tips {
  font-size: 12px;
  color: #666666;
  line-height: 30px;
}
.list-page .pagination {
  margin-top: 0;
}
.action-collect {
  font-size: 16px;
  color: rgba(102, 102, 102, 0.6);
}
.action-collect.on,
.action-collect:hover {
  color: #fb9106;
  text-decoration: none;
}
.action-report {
  font-size: 12px;
  color: rgba(102, 102, 102, 0.6);
}
.action-report.on,
.action-report:hover {
  color: #e02204;
  text-decoration: none;
}
.step {
  padding-top: 40px;
  font-size: 12px;
  padding-bottom: 10px;
  padding-left: 0;
}
.step:before,
.step:after {
  content: "";
  display: table;
}
.step:after {
  clear: both;
}
#ie6 .step,
#ie7 .step {
  zoom: 1;
}
.step:before,
.step:after {
  content: "";
  display: table;
}
.step:after {
  clear: both;
}
#ie6 .step,
#ie7 .step {
  zoom: 1;
}
.step .step-item {
  position: relative;
  z-index: 1;
  float: left;
  display: inline;
  width: 10%;
  border-top: 5px solid #d5d5d5;
}
.step .step-item.action {
  border-color: #e02204;
}
.step .step-item.action .step-num {
  color: #ffffff;
  background: #e02204;
}
.step .step-item.action .step-title {
  color: #e02204;
}
.step .step-num {
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -15px;
  left: 50%;
  margin-left: -12.5px;
  background: #d5d5d5;
  line-height: 25px;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.step .step-text {
  text-align: center;
  color: #808080;
}
.step .step-text.step-bottom {
  margin-top: 15px;
}
.step .step-text.step-top {
  position: absolute;
  bottom: 140%;
  width: 100%;
}
.step .step-title {
  color: #666666;
}
.step.step1 .step-item {
  width: 100%;
}
.step.step2 .step-item {
  width: 50%;
}
.step.step3 .step-item {
  width: 33.33333333%;
}
.step.step4 .step-item {
  width: 25%;
}
.step.step5 .step-item {
  width: 20%;
}
.step.step6 .step-item {
  width: 16.66666667%;
}
.step.step7 .step-item {
  width: 14.28571429%;
}
.step.step8 .step-item {
  width: 12.5%;
}
.step.step9 .step-item {
  width: 11.11111111%;
}
.method {
  display: inline-block;
  border: 1px solid #e02204;
  background: #ffffff;
  font-size: 12px;
  line-height: 25px;
}
.method > a {
  display: inline-block;
  background: #e02204;
  color: #ffffff;
  padding: 0 8px;
}
.method > span {
  display: inline-block;
  padding: 0 8px;
  color: #e02204;
}
.user-atten:before,
.user-atten:after {
  content: "";
  display: table;
}
.user-atten:after {
  clear: both;
}
#ie6 .user-atten,
#ie7 .user-atten {
  zoom: 1;
}
.user-atten:before,
.user-atten:after {
  content: "";
  display: table;
}
.user-atten:after {
  clear: both;
}
#ie6 .user-atten,
#ie7 .user-atten {
  zoom: 1;
}
.user-atten li {
  float: left;
  display: inline;
  width: auto;
  text-align: center;
  padding: 0 5px;
}
.user-atten .user-num {
  font-size: 18px;
  color: #f41611;
}
.list .user-atten {
  padding-top: 30px;
}
.login-and-register-container .page-header h1 {
  font-size: 18px;
}
.login-and-register-container .register-box {
  display: none;
}
.login-and-register-footer {
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
}
.show-register .login-box {
  display: none;
}
.show-register .register-box {
  display: block;
}
.code-group {
  margin-left: -5px;
  margin-right: -5px;
}
.code-img img {
  height: 34px;
}
.password_strength {
  font-size: 12px;
  text-align: center;
}
.password_strength:before,
.password_strength:after {
  content: "";
  display: table;
}
.password_strength:after {
  clear: both;
}
#ie6 .password_strength,
#ie7 .password_strength {
  zoom: 1;
}
.password_strength:before,
.password_strength:after {
  content: "";
  display: table;
}
.password_strength:after {
  clear: both;
}
#ie6 .password_strength,
#ie7 .password_strength {
  zoom: 1;
}
.password_strength > span {
  display: inline-block;
  float: left;
  margin-right: 1%;
  width: 32%;
  background: #fafafa;
}
.password_strength > span.selected {
  background: #e02204;
  color: #ffffff;
}
.welcome-img {
  margin-top: 40px;
  width: 90%;
}
.welcome-img .caption {
  line-height: 25px;
  font-size: 12px;
}
.welcome-img .caption h3 {
  font-size: 14px;
  margin-bottom: 10px;
}
.get-pw-box {
  clear: both;
}
.get-pw-box .page-header h1 {
  font-size: 18px;
}
.verification .min-title {
  border: 1px solid #eeeeee;
  padding-left: 10px;
  background: #fafafa;
  margin-bottom: -1px;
}
.verification .verification-body {
  min-height: 260px;
  border: 1px solid #eeeeee;
  background: #ffffff;
}
.detail {
  background: #e02204;
  padding-top: 2px;
  margin-bottom: 10px;
}
.detail-top {
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin-bottom: -1px;
}
.detail-top:before,
.detail-top:after {
  content: "";
  display: table;
}
.detail-top:after {
  clear: both;
}
#ie6 .detail-top,
#ie7 .detail-top {
  zoom: 1;
}
.detail-top:before,
.detail-top:after {
  content: "";
  display: table;
}
.detail-top:after {
  clear: both;
}
#ie6 .detail-top,
#ie7 .detail-top {
  zoom: 1;
}
.detail-top .detail-thumbnail {
  margin-bottom: 0;
  background: #ffffff;
  border: none;
}
.detail-top .detail-header {
  border: none;
  background: #ffffff;
  padding-bottom: 0;
}
.detail-top .detail-ctrl {
  margin-top: 10px;
  margin-right: 10px;
}
.detail-top .detail-obj-item {
  margin-bottom: 5px;
}
.detail-top .action-collect {
  font-size: 14px;
}
.detail-top-body {
  overflow: hidden;
  background: #ffffff;
  padding: 10px;
  color: #666666;
  font-size: 12px;
}
.detail-top-body:before,
.detail-top-body:after {
  content: "";
  display: table;
}
.detail-top-body:after {
  clear: both;
}
#ie6 .detail-top-body,
#ie7 .detail-top-body {
  zoom: 1;
}
.detail-top-body:before,
.detail-top-body:after {
  content: "";
  display: table;
}
.detail-top-body:after {
  clear: both;
}
#ie6 .detail-top-body,
#ie7 .detail-top-body {
  zoom: 1;
}
.detail-top-footer {
  margin-bottom: 10px;
  padding-top: 10px;
  line-height: 28px;
  border-top: 2px solid #eeeeee;
}
.detail-top-footer:before,
.detail-top-footer:after {
  content: "";
  display: table;
}
.detail-top-footer:after {
  clear: both;
}
#ie6 .detail-top-footer,
#ie7 .detail-top-footer {
  zoom: 1;
}
.detail-top-footer:before,
.detail-top-footer:after {
  content: "";
  display: table;
}
.detail-top-footer:after {
  clear: both;
}
#ie6 .detail-top-footer,
#ie7 .detail-top-footer {
  zoom: 1;
}
.detail-top-meta {
  padding: 0 10px;
  margin-bottom: 10px;
  line-height: 30px;
}
.detail-top-meta:before,
.detail-top-meta:after {
  content: "";
  display: table;
}
.detail-top-meta:after {
  clear: both;
}
#ie6 .detail-top-meta,
#ie7 .detail-top-meta {
  zoom: 1;
}
.detail-top-meta:before,
.detail-top-meta:after {
  content: "";
  display: table;
}
.detail-top-meta:after {
  clear: both;
}
#ie6 .detail-top-meta,
#ie7 .detail-top-meta {
  zoom: 1;
}
.detail-top-meta .for-top-item {
  float: left;
  margin-right: 10px;
}
.detail-top-meta .for-top-item.fl_r {
  margin-right: 0;
}
.detail-header {
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 10px;
  margin-bottom: -1px;
}
.detail-header:before,
.detail-header:after {
  content: "";
  display: table;
}
.detail-header:after {
  clear: both;
}
#ie6 .detail-header,
#ie7 .detail-header {
  zoom: 1;
}
.detail-header:before,
.detail-header:after {
  content: "";
  display: table;
}
.detail-header:after {
  clear: both;
}
#ie6 .detail-header,
#ie7 .detail-header {
  zoom: 1;
}
.detail-header-pic {
  float: left;
  display: inline-block;
  margin-right: 10px;
}
.detail-header-pic a {
  display: block;
}
.detail-header-pic img {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 5px;
}
.detail-ctrl {
  float: right;
}
.detail-min-ctrl {
  margin-bottom: 10px;
}
.detail-header-body {
  overflow: hidden;
}
.detail-title {
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 0;
}
.detail-title-min {
  margin-bottom: 10px;
  font-size: 14px;
}
.detail-title-min time {
  font-size: 12px;
  font-weight: normal;
  color: #666666;
}
.detail-obj:before,
.detail-obj:after {
  content: "";
  display: table;
}
.detail-obj:after {
  clear: both;
}
#ie6 .detail-obj,
#ie7 .detail-obj {
  zoom: 1;
}
.detail-obj:before,
.detail-obj:after {
  content: "";
  display: table;
}
.detail-obj:after {
  clear: both;
}
#ie6 .detail-obj,
#ie7 .detail-obj {
  zoom: 1;
}
.detail-obj-item {
  line-height: 30px;
}
.detail-obj-item.line {
  border-width: 1px 0;
  border-style: dashed;
  border-color: #eeeeee;
}
.detail-progress {
  background: #fafafa;
  padding: 10px;
  border: 1px solid #eeeeee;
  margin-bottom: -1px;
}
.detail-thumbnail {
  background: #fafafa;
  border: 1px solid #eeeeee;
  overflow: hidden;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}
.detail-thumbnail:hover .detail-thumbnail-pv {
  display: block;
}
.detail-thumbnail:hover .detail-thumbnail-nx {
  display: block;
}
.detail-thumbnail-body {
  width: 2000%;
  position: relative;
  height: 280px;
}
.detail-thumbnail-inner {
  overflow: hidden;
  margin: 10px ;
}
.detail-thumbnail-item {
  float: left;
  height: 280px;
  margin-right: 10px;
}
.detail-thumbnail-item img {
  width: 280px;
  height: 280px;
  display: block;
}
.detail-thumbnail-pv {
  display: none;
  padding: 0;
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px;
  bottom: 10px;
  line-height: 280px;
  text-align: center;
  width: 25px;
}
.detail-thumbnail-nx {
  display: none;
  padding: 0;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  bottom: 10px;
  line-height: 280px;
  text-align: center;
  width: 25px;
}
.inactive {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.detail-body {
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 10px 10px 0;
  margin-bottom: -1px;
}
.detail-body img {
  max-width: 100%;
}
.detail-tab-body {
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 10px 10px 0;
  margin-bottom: 10px;
}
.detail-tab-body img {
  max-width: 100%;
}
.detail-img {
  margin-bottom: 10px;
  width: 102%;
}
.detail-img:before,
.detail-img:after {
  content: "";
  display: table;
}
.detail-img:after {
  clear: both;
}
#ie6 .detail-img,
#ie7 .detail-img {
  zoom: 1;
}
.detail-img:before,
.detail-img:after {
  content: "";
  display: table;
}
.detail-img:after {
  clear: both;
}
#ie6 .detail-img,
#ie7 .detail-img {
  zoom: 1;
}
.detail-img .detail-img-item {
  height: 180px;
  display: inline-block;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
  background: #eeeeee;
}
.detail-img .detail-img-item img {
  max-height: 180px;
  max-width: 100%;
}
.detail-desc {
  line-height: 25px;
  margin-bottom: 10px;
  word-wrap: break-word !important;
  word-break: normal !important;
}
.detail-additional {
  padding: 10px;
  background: #fafafa;
  margin-bottom: 10px;
}
.detail-affix {
  margin-bottom: 10px;
}
.detail-affix:before,
.detail-affix:after {
  content: "";
  display: table;
}
.detail-affix:after {
  clear: both;
}
#ie6 .detail-affix,
#ie7 .detail-affix {
  zoom: 1;
}
.detail-affix:before,
.detail-affix:after {
  content: "";
  display: table;
}
.detail-affix:after {
  clear: both;
}
#ie6 .detail-affix,
#ie7 .detail-affix {
  zoom: 1;
}
.detail-affix-item {
  display: inline-block;
  margin-right: 10px;
  float: left;
}
.detail-footer {
  background: #fafafa;
  border: 1px solid #eeeeee;
  font-size: 12px;
  line-height: 30px;
  padding: 0 10px;
  color: #666666;
}
.detail-footer:before,
.detail-footer:after {
  content: "";
  display: table;
}
.detail-footer:after {
  clear: both;
}
#ie6 .detail-footer,
#ie7 .detail-footer {
  zoom: 1;
}
.detail-footer:before,
.detail-footer:after {
  content: "";
  display: table;
}
.detail-footer:after {
  clear: both;
}
#ie6 .detail-footer,
#ie7 .detail-footer {
  zoom: 1;
}
.detail-footer .for-poster {
  float: left;
  display: inline;
}
.detail-footer .for-poster .for-poster-item {
  display: inline;
  float: left;
  margin-right: 10px;
}
.detail-footer .for-user {
  float: right;
  display: inline;
}
.detail-footer .for-user .for-user-item {
  display: inline;
  float: left;
  margin-left: 10px;
  white-space: nowrap;
}
.detail-footer .for-user .action-collect {
  font-size: 12px;
}
.detail-map {
  margin-bottom: 10px;
}
.detail-custom {
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 10px;
  margin-bottom: -1px;
}
.detail-custom:before,
.detail-custom:after {
  content: "";
  display: table;
}
.detail-custom:after {
  clear: both;
}
#ie6 .detail-custom,
#ie7 .detail-custom {
  zoom: 1;
}
.detail-custom:before,
.detail-custom:after {
  content: "";
  display: table;
}
.detail-custom:after {
  clear: both;
}
#ie6 .detail-custom,
#ie7 .detail-custom {
  zoom: 1;
}
.detail-custom ul > li {
  float: left;
  display: inline;
  width: 295px;
  max-width: 100%;
  font-size: 12px;
  margin-top: 10px;
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.detail-custom ul > li.custom-item-sm {
  width: 600px;
}
.detail-custom ul > li.custom-item-md {
  width: 905px;
}
.detail-custom ul > li.custom-item-lg {
  width: 100%;
}
.winners {
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin-bottom: -1px;
}
.winners:before,
.winners:after {
  content: "";
  display: table;
}
.winners:after {
  clear: both;
}
#ie6 .winners,
#ie7 .winners {
  zoom: 1;
}
.winners:before,
.winners:after {
  content: "";
  display: table;
}
.winners:after {
  clear: both;
}
#ie6 .winners,
#ie7 .winners {
  zoom: 1;
}
.winners .user-pic {
  float: left;
  position: relative;
  z-index: 1;
  width: 180px;
  height: 180px;
}
.winners .user-pic img {
  width: 180px;
  height: 180px;
}
.winners .user-pic .marked {
  position: absolute;
  z-index: 1;
  left: -1px;
  bottom: -1px;
  right: 0;
  text-align: center;
  background: #5cb85c;
  color: #ffffff;
  font-size: 14px;
  line-height: 35px;
  border-color: #5cb85c;
}
.winners .user-pic .for-arrow {
  font-size: 4.6em;
  color: #5cb85c;
  position: absolute;
  z-index: 1;
  right: -22px;
  top: -14px;
}
.winners .user-info {
  overflow: hidden;
  background: #f6f6f6;
  line-height: 35px;
  color: #919191;
  font-size: 12px;
  padding-left: 25px;
}
.winners .user-info > li {
  display: inline;
  float: left;
  margin-right: 15px;
}
.winners .user-name {
  font-size: 14px;
  color: #333333;
}
.winners .user-poster {
  font-size: 14px;
  margin-bottom: 10px;
}
.winners .winners-body {
  overflow: hidden;
}
.winners .other-ctrl {
  float: right;
  display: inline;
  margin-right: 15px;
  margin-top: 15px;
}
.winners-body .tips {
  padding: 15px;
  font-size: 12px;
  color: #919191;
  height: 12em;
  overflow: hidden;
  word-wrap: break-word !important;
  word-break: normal !important;
}
.winners-body .tips p {
  margin-bottom: 5px;
}
.poster-ctrl {
  margin-bottom: 10px;
}
.poster-ctrl:before,
.poster-ctrl:after {
  content: "";
  display: table;
}
.poster-ctrl:after {
  clear: both;
}
#ie6 .poster-ctrl,
#ie7 .poster-ctrl {
  zoom: 1;
}
.poster-ctrl:before,
.poster-ctrl:after {
  content: "";
  display: table;
}
.poster-ctrl:after {
  clear: both;
}
#ie6 .poster-ctrl,
#ie7 .poster-ctrl {
  zoom: 1;
}
.poster-card .detail-title-min {
  margin-bottom: 0;
}
.post-avatar {
  width: 200px;
  height: 200px;
  margin: 10px auto;
  display: block;
}
.post-avatar img {
  width: 200px;
  height: 200px;
}
.post-content {
  font-size: 12px;
  line-height: 25px;
}
.post-content .media-heading {
  font-size: 14px;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.poster-top {
  clear: both;
  padding: 10px;
}
.poster-top p {
  margin-bottom: 5px;
}
.poster-num {
  overflow: hidden;
  border-top: 1px dashed #eeeeee;
  padding: 10px;
  line-height: 20px;
  font-size: 12px;
}
.poster-ctrl {
  padding-left: 10px;
  padding-right: 10px;
}
.poster-meta {
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
}
.poster-meta-item {
  white-space: nowrap;
}
.record:before,
.record:after {
  content: "";
  display: table;
}
.record:after {
  clear: both;
}
#ie6 .record,
#ie7 .record {
  zoom: 1;
}
.record:before,
.record:after {
  content: "";
  display: table;
}
.record:after {
  clear: both;
}
#ie6 .record,
#ie7 .record {
  zoom: 1;
}
.manuscripts:before,
.manuscripts:after {
  content: "";
  display: table;
}
.manuscripts:after {
  clear: both;
}
#ie6 .manuscripts,
#ie7 .manuscripts {
  zoom: 1;
}
.manuscripts:before,
.manuscripts:after {
  content: "";
  display: table;
}
.manuscripts:after {
  clear: both;
}
#ie6 .manuscripts,
#ie7 .manuscripts {
  zoom: 1;
}
.manuscript-item {
  background: #ffffff;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.manuscript-item:before,
.manuscript-item:after {
  content: "";
  display: table;
}
.manuscript-item:after {
  clear: both;
}
#ie6 .manuscript-item,
#ie7 .manuscript-item {
  zoom: 1;
}
.manuscript-item:before,
.manuscript-item:after {
  content: "";
  display: table;
}
.manuscript-item:after {
  clear: both;
}
#ie6 .manuscript-item,
#ie7 .manuscript-item {
  zoom: 1;
}
.manuscript-status {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
}
.manuscript-status:before,
.manuscript-status:after {
  content: "";
  display: table;
}
.manuscript-status:after {
  clear: both;
}
#ie6 .manuscript-status,
#ie7 .manuscript-status {
  zoom: 1;
}
.manuscript-status:before,
.manuscript-status:after {
  content: "";
  display: table;
}
.manuscript-status:after {
  clear: both;
}
#ie6 .manuscript-status,
#ie7 .manuscript-status {
  zoom: 1;
}
.manuscript-status .status-item {
  text-align: center;
  background-color: #eeeeee;
  cursor: default;
  min-width: 100px;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
}
.manuscript-status .status-item.status-0 {
  background-color: #eeeeee;
  color: #666666;
}
.manuscript-status .status-item.status-1 {
  background-color: #5cb85c;
  color: #ffffff;
}
.manuscript-status .status-item.status-2 {
  background-color: #f0ad4e;
  color: #ffffff;
}
.manuscript-status .status-item.status-3 {
  background-color: #d9534f;
  color: #ffffff;
}
.manuscript-status .status-item.status-4 {
  background-color: #5bc0de;
  color: #ffffff;
}
.manuscript-item-pic {
  float: left;
  display: inline-block;
  width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.manuscript-item-pic img {
  margin-bottom: 10px;
  width: 100px;
}
.manuscript-item-content {
  overflow: hidden;
}
.manuscript-item-title {
  margin-bottom: 10px;
  font-size: 14px;
}
.manuscript-item-body {
  overflow: hidden;
  padding: 10px 10px 0;
  border: 1px solid #eeeeee;
  margin-bottom: -1px;
}
.manuscript-item-body img {
  max-width: 100%;
}
.manuscript-item-footer {
  clear: both;
  background: #fafafa;
  border: 1px solid #eeeeee;
  font-size: 12px;
  line-height: 30px;
  padding: 0 10px;
  color: #666666;
}
.manuscript-item-footer:before,
.manuscript-item-footer:after {
  content: "";
  display: table;
}
.manuscript-item-footer:after {
  clear: both;
}
#ie6 .manuscript-item-footer,
#ie7 .manuscript-item-footer {
  zoom: 1;
}
.manuscript-item-footer:before,
.manuscript-item-footer:after {
  content: "";
  display: table;
}
.manuscript-item-footer:after {
  clear: both;
}
#ie6 .manuscript-item-footer,
#ie7 .manuscript-item-footer {
  zoom: 1;
}
.manuscript-meta {
  float: left;
}
.manuscript-meta .manuscript-meta-item {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.manuscript-meta .action-collect {
  font-size: 12px;
}
.manuscript-meta.for-user {
  float: right;
}
.manuscript-meta.for-user .manuscript-meta-item {
  margin-left: 10px;
  margin-right: 0;
}
.manuscript-img {
  width: 102%;
}
.manuscript-img:before,
.manuscript-img:after {
  content: "";
  display: table;
}
.manuscript-img:after {
  clear: both;
}
#ie6 .manuscript-img,
#ie7 .manuscript-img {
  zoom: 1;
}
.manuscript-img:before,
.manuscript-img:after {
  content: "";
  display: table;
}
.manuscript-img:after {
  clear: both;
}
#ie6 .manuscript-img,
#ie7 .manuscript-img {
  zoom: 1;
}
.manuscript-img .manuscript-img-item {
  display: inline-block;
  float: left;
  margin-right: 3px;
  margin-bottom: 10px;
}
.manuscript-img .manuscript-img-item img {
  height: 150px;
}
.manuscript-desc {
  line-height: 25px;
  margin-bottom: 10px;
}
.manuscript-ctrl {
  margin-bottom: 10px;
}
.manuscript-comment {
  font-size: 12px;
}
.manuscript-comment:before,
.manuscript-comment:after {
  content: "";
  display: table;
}
.manuscript-comment:after {
  clear: both;
}
#ie6 .manuscript-comment,
#ie7 .manuscript-comment {
  zoom: 1;
}
.manuscript-comment:before,
.manuscript-comment:after {
  content: "";
  display: table;
}
.manuscript-comment:after {
  clear: both;
}
#ie6 .manuscript-comment,
#ie7 .manuscript-comment {
  zoom: 1;
}
.manuscript-comment .manuscript-comment-item {
  border-left: 2px solid #eeeeee;
  background: #fafafa;
  margin-bottom: 10px;
  padding: 10px;
  color: #666666;
}
.manuscript-comment .manuscript-comment-item-title {
  margin-bottom: 5px;
}
.manuscript-comment .manuscript-comment-item-body {
  font-size: 14px;
  color: #333333;
}
.manuscript-detail {
  margin-bottom: 10px;
}
.manuscript-detail .buy-user-info {
  margin-bottom: 10px;
}
.manuscript-title {
  border: 1px solid #eeeeee;
  background: #fafafa;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: -1px;
  padding-left: 10px;
}
.manuscript-body {
  border: 1px solid #eeeeee;
  background: #ffffff;
  padding: 10px;
  margin-bottom: -1px;
  position: relative;
}
.release {
  margin-bottom: 10px;
}
.release:before,
.release:after {
  content: "";
  display: table;
}
.release:after {
  clear: both;
}
#ie6 .release,
#ie7 .release {
  zoom: 1;
}
.release:before,
.release:after {
  content: "";
  display: table;
}
.release:after {
  clear: both;
}
#ie6 .release,
#ie7 .release {
  zoom: 1;
}
.release-msg {
  margin-bottom: 10px;
}
.release-msg .alert {
  padding: 5px 10px;
  margin-bottom: 0;
}
.release-progress {
  clear: both;
  border: 1px solid #eeeeee;
  margin-bottom: -1px;
}
.release-body:before,
.release-body:after {
  content: "";
  display: table;
}
.release-body:after {
  clear: both;
}
#ie6 .release-body,
#ie7 .release-body {
  zoom: 1;
}
.release-body:before,
.release-body:after {
  content: "";
  display: table;
}
.release-body:after {
  clear: both;
}
#ie6 .release-body,
#ie7 .release-body {
  zoom: 1;
}
.release-nav {
  font-size: 18px;
  padding: 15px 10px 10px;
  border: 1px solid #eeeeee;
  text-align: center;
  margin-bottom: -1px;
}
.release-nav ul {
  margin: 0;
}
.release-nav ul li {
  display: inline;
  float: left;
  text-align: center;
  min-width: 83px;
}
.release-nav ul li .icon32 {
  display: block;
  margin: 5px auto;
  float: none;
  font-size: 2em;
}
.release-nav ul li em {
  font-style: normal;
}
.release-nav ul li a {
  display: inline-block;
  _width: 68px;
  color: #333;
  position: relative;
  padding: 0 10px;
  margin: 10px 5px;
  border: 1px solid #f5f5f5;
}
.release-nav ul li a .badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #c00;
  font: 10px/15px Verdana, Geneva, sans-serif, sans-serif;
  color: #fff;
  display: inline-block;
  padding: 0 3px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
.release-nav ul li a:hover {
  background: #fff;
  border-color: #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.release-nav ul li a.selected {
  background: #fff;
  color: #000;
  border-color: #ccc;
}
.release-nav ul li a:active {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.release-nav ul li a.selected:hover {
  background: #fff;
}
.release-nav:before,
.release-nav:after {
  content: "";
  display: table;
}
.release-nav:after {
  clear: both;
}
#ie6 .release-nav,
#ie7 .release-nav {
  zoom: 1;
}
.release-nav:before,
.release-nav:after {
  content: "";
  display: table;
}
.release-nav:after {
  clear: both;
}
#ie6 .release-nav,
#ie7 .release-nav {
  zoom: 1;
}
.release-nav ul li {
  margin-right: 10px;
  margin-bottom: 10px;
  width: auto;
  float: none;
  display: inline-block;
}
.release-nav ul li a {
  margin: 0;
  width: 4em;
  padding: 5px 10px;
  background: #ffffff;
}
.release-nav ul li .arrow_b {
  position: absolute;
  top: 100%;
  left: 50%;
  border-width: 8px;
  margin-left: -8px;
  visibility: hidden;
}
.release-nav ul li.selected a,
.release-nav ul li.selected a:hover {
  background: #e02204;
  color: #ffffff;
  cursor: default;
  border-color: #e02204;
  font-weight: bold;
}
.release-nav ul li.selected .arrow_b {
  visibility: visible;
  border-color: #fafafa;
  border-top-color: #e02204;
}
.release-help {
  border: 1px solid #eeeeee;
  background: #fafafa;
  padding: 10px;
  margin-bottom: -1px;
}
.release-help-ctrl {
  text-align: center;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.release-help-ctrl a {
  display: inline-block;
  padding: 5px 10px;
  background: #fafafa;
  border: 1px solid #eeeeee;
  border-top-color: #fafafa;
}
.release-help-title {
  margin-bottom: 10px;
  font-size: 14px;
}
.release-form {
  border: 1px solid #eeeeee;
  background: #ffffff;
  border-top: none;
  padding-top: 20px;
  min-height: 400px;
  margin-bottom: -1px;
}
.release-agreement {
  border: 1px solid #eeeeee;
  background: #fafafa;
  padding: 10px;
  margin: -1px;
}
.release-agreement .agreement-header {
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.release-agreement .agreement-title {
  font-size: 18px;
}
.release-statistics {
  border: 1px solid #eeeeee;
  background: #ffffff;
}
.release-statistics .statistics-title {
  padding-left: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
.release-statistics .statistics-body {
  line-height: 25px;
}
.release-statistics .statistics-body .panel-heading {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  background: #fafafa;
}
.release-statistics .statistics-body .panel-title {
  font-size: 18px;
}
.release-statistics .release-detail {
  max-height: 12.5em;
  overflow: hidden;
}
.release-statistics .release-detail img {
  display: none;
}
.release-meta {
  padding-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 5px;
}
.release-meta:before,
.release-meta:after {
  content: "";
  display: table;
}
.release-meta:after {
  clear: both;
}
#ie6 .release-meta,
#ie7 .release-meta {
  zoom: 1;
}
.release-meta:before,
.release-meta:after {
  content: "";
  display: table;
}
.release-meta:after {
  clear: both;
}
#ie6 .release-meta,
#ie7 .release-meta {
  zoom: 1;
}
.release-meta .release-meta-item {
  float: left;
  display: inline;
  margin-right: 15px;
  white-space: nowrap;
}
.statistics-all {
  margin: 20px 0;
  padding: 10px 0;
  border-top: 1px solid #eeeeee;
  background: #fafafa;
  text-align: right;
  line-height: 25px;
}
.statistics-all:before,
.statistics-all:after {
  content: "";
  display: table;
}
.statistics-all:after {
  clear: both;
}
#ie6 .statistics-all,
#ie7 .statistics-all {
  zoom: 1;
}
.statistics-all:before,
.statistics-all:after {
  content: "";
  display: table;
}
.statistics-all:after {
  clear: both;
}
#ie6 .statistics-all,
#ie7 .statistics-all {
  zoom: 1;
}
.statistics-all .statistics-title {
  margin: 0;
}
.statistics-all .money {
  padding-right: 15px;
  font-size: 14px;
}
.statistics-footer {
  padding: 0 15px 10px;
  text-align: right;
}
.appreciation.table td {
  line-height: 30px;
  padding-left: 15px;
}
.appreciation .form-control {
  display: inline;
  width: auto;
}
.appreciation .form-group {
  margin: 0;
}
.payfor {
  margin-bottom: 10px;
}
.payfor:before,
.payfor:after {
  content: "";
  display: table;
}
.payfor:after {
  clear: both;
}
#ie6 .payfor,
#ie7 .payfor {
  zoom: 1;
}
.payfor:before,
.payfor:after {
  content: "";
  display: table;
}
.payfor:after {
  clear: both;
}
#ie6 .payfor,
#ie7 .payfor {
  zoom: 1;
}
.payfor-progress {
  clear: both;
  border: 1px solid #eeeeee;
  margin-bottom: -1px;
}
.payfor-body {
  border: 1px solid #eeeeee;
}
.payfor-body:before,
.payfor-body:after {
  content: "";
  display: table;
}
.payfor-body:after {
  clear: both;
}
#ie6 .payfor-body,
#ie7 .payfor-body {
  zoom: 1;
}
.payfor-body:before,
.payfor-body:after {
  content: "";
  display: table;
}
.payfor-body:after {
  clear: both;
}
#ie6 .payfor-body,
#ie7 .payfor-body {
  zoom: 1;
}
.payfor-nav {
  background: #fafafa;
  border: 1px solid #eeeeee;
  border-bottom: none;
  margin-bottom: -1px;
}
.payfor-nav li {
  margin: -1px;
}
.payfor-nav li.active a {
  border-color: #eeeeee;
  border-bottom-color: #fff;
}
.payfor-selecter {
  margin: 20px;
}
.payfor-selecter .btn {
  height: 70px;
}
.buy {
  margin-bottom: 10px;
}
.buy:before,
.buy:after {
  content: "";
  display: table;
}
.buy:after {
  clear: both;
}
#ie6 .buy,
#ie7 .buy {
  zoom: 1;
}
.buy:before,
.buy:after {
  content: "";
  display: table;
}
.buy:after {
  clear: both;
}
#ie6 .buy,
#ie7 .buy {
  zoom: 1;
}
.buy-progress {
  clear: both;
  border: 1px solid #eeeeee;
  margin-bottom: -1px;
}
.buy-user-info {
  background: #fafafa;
  border: 1px solid #eeeeee;
  padding: 10px;
  font-size: 12px;
  color: #666666;
}
.buy-user-info .avatar {
  float: left;
  margin-right: 10px;
}
.buy-user-info .avatar img {
  width: 50px;
  height: 50px;
}
.buy-user-info .meida-heading {
  font-size: 18px;
  color: #333333;
}
.user-meta {
  margin-top: 5px;
}
.user-meta:before,
.user-meta:after {
  content: "";
  display: table;
}
.user-meta:after {
  clear: both;
}
#ie6 .user-meta,
#ie7 .user-meta {
  zoom: 1;
}
.user-meta:before,
.user-meta:after {
  content: "";
  display: table;
}
.user-meta:after {
  clear: both;
}
#ie6 .user-meta,
#ie7 .user-meta {
  zoom: 1;
}
.user-meta > li {
  display: inline;
  float: left;
  margin-right: 10px;
}
.user-desc {
  margin-top: 10px;
}
.btn-ctrl {
  margin-top: 10px;
}
.buy-body {
  border: 1px solid #eeeeee;
  padding: 10px 15px;
}
.order {
  margin-bottom: 10px;
}
.order:before,
.order:after {
  content: "";
  display: table;
}
.order:after {
  clear: both;
}
#ie6 .order,
#ie7 .order {
  zoom: 1;
}
.order:before,
.order:after {
  content: "";
  display: table;
}
.order:after {
  clear: both;
}
#ie6 .order,
#ie7 .order {
  zoom: 1;
}
.order-progress {
  clear: both;
  border: 1px solid #eeeeee;
  margin-bottom: -1px;
}
.order-body {
  border: 1px solid #eeeeee;
  padding: 10px;
}
.order-body .panel-heading {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  background: #fafafa;
  cursor: pointer;
}
.order-body .panel-title {
  font-size: 18px;
}
.order-body .release-detail {
  line-height: 25px;
}
.deliver {
  margin-bottom: 10px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.deliver:before,
.deliver:after {
  content: "";
  display: table;
}
.deliver:after {
  clear: both;
}
#ie6 .deliver,
#ie7 .deliver {
  zoom: 1;
}
.deliver:before,
.deliver:after {
  content: "";
  display: table;
}
.deliver:after {
  clear: both;
}
#ie6 .deliver,
#ie7 .deliver {
  zoom: 1;
}
.deliver .buy-user-info {
  margin-left: 5px;
  margin-right: 5px;
}
.deliver-progress {
  clear: both;
  border: 1px solid #eeeeee;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.deliver-self,
.deliver-other-side {
  display: inline;
  float: left;
  width: 150px;
  margin: 0 5px;
  border: 1px solid #eeeeee;
  margin-bottom: 10px;
}
.deliver-self > img,
.deliver-other-side > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.deliver-self .user-name,
.deliver-other-side .user-name {
  border-bottom: 2px solid #eeeeee;
  text-align: center;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.deliver-self > ul,
.deliver-other-side > ul {
  font-size: 12px;
  padding: 10px;
  line-height: 20px;
}
.deliver-self > ul > li,
.deliver-other-side > ul > li {
  margin-bottom: 5px;
}
.deliver-self > ul > li span,
.deliver-other-side > ul > li span {
  color: #f41611;
  display: inline-block;
}
.deliver-content {
  display: inline;
  float: left;
  width: 630px;
  margin: 0 5px;
  margin-bottom: 10px;
  border: 1px solid #eeeeee;
}
.deliver-content > form {
  padding: 15px;
}
.deliver-agreement {
  background: #fafafa;
  padding: 10px;
  line-height: 25px;
  border-bottom: 1px solid #eeeeee;
}
.deliver-footer {
  padding: 10px;
  text-align: center;
  background: #ffffff;
}
.comment {
  margin-bottom: 10px;
}
.comment:before,
.comment:after {
  content: "";
  display: table;
}
.comment:after {
  clear: both;
}
#ie6 .comment,
#ie7 .comment {
  zoom: 1;
}
.comment:before,
.comment:after {
  content: "";
  display: table;
}
.comment:after {
  clear: both;
}
#ie6 .comment,
#ie7 .comment {
  zoom: 1;
}
.comment-post {
  margin-top: 10px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}
.comment-post:before,
.comment-post:after {
  content: "";
  display: table;
}
.comment-post:after {
  clear: both;
}
#ie6 .comment-post,
#ie7 .comment-post {
  zoom: 1;
}
.comment-post:before,
.comment-post:after {
  content: "";
  display: table;
}
.comment-post:after {
  clear: both;
}
#ie6 .comment-post,
#ie7 .comment-post {
  zoom: 1;
}
.comment-post .media-body {
  display: block;
  overflow: hidden;
}
.comment-item {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: 0;
  border-bottom: 1px solid #eeeeee;
}
.comment-item:before,
.comment-item:after {
  content: "";
  display: table;
}
.comment-item:after {
  clear: both;
}
#ie6 .comment-item,
#ie7 .comment-item {
  zoom: 1;
}
.comment-item:before,
.comment-item:after {
  content: "";
  display: table;
}
.comment-item:after {
  clear: both;
}
#ie6 .comment-item,
#ie7 .comment-item {
  zoom: 1;
}
.comment-item .media-heading {
  font-size: 14px;
}
.comment-item .media-body {
  display: block;
  overflow: hidden;
}
.comment-avatar {
  float: left;
  display: inline;
  margin-right: 10px;
  width: 50px;
  height: 50px;
}
.comment-avatar img {
  width: 50px;
  height: 50px;
  display: block;
}
.comment-time {
  color: #666666;
  font-size: 12px;
}
.comment-ctrl {
  clear: both;
  font-size: 12px;
}
.comment-ctrl .ctrl-item {
  display: inline-block;
  margin-right: 10px;
  color: #999999;
  text-decoration: none;
}
.comment-ctrl .ctrl-item:hover {
  color: #e02204;
}
.comment-content {
  float: left;
  clear: both;
  font-size: 12px;
  background: #ededed;
  padding: 8px;
  margin-bottom: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.comment-content .caret {
  position: absolute;
  left: 0;
  top: 0;
  border-width: 6px;
  border-left-width: 0;
  margin: 0;
}
.reply {
  clear: both;
  border-bottom: none;
}
.reply .comment-content {
  background: rgba(92, 184, 92, 0.2);
  color: #449d44;
}
.evaluate:before,
.evaluate:after {
  content: "";
  display: table;
}
.evaluate:after {
  clear: both;
}
#ie6 .evaluate,
#ie7 .evaluate {
  zoom: 1;
}
.evaluate:before,
.evaluate:after {
  content: "";
  display: table;
}
.evaluate:after {
  clear: both;
}
#ie6 .evaluate,
#ie7 .evaluate {
  zoom: 1;
}
.evaluate-content {
  margin: 10px 0;
}
.evaluate-meta {
  font-size: 12px;
  color: #666666;
}
.evaluate-meta:before,
.evaluate-meta:after {
  content: "";
  display: table;
}
.evaluate-meta:after {
  clear: both;
}
#ie6 .evaluate-meta,
#ie7 .evaluate-meta {
  zoom: 1;
}
.evaluate-meta:before,
.evaluate-meta:after {
  content: "";
  display: table;
}
.evaluate-meta:after {
  clear: both;
}
#ie6 .evaluate-meta,
#ie7 .evaluate-meta {
  zoom: 1;
}
.evaluate-meta-item {
  float: left;
  margin-right: 10px;
  white-space: nowrap;
}
.evaluate-avatar {
  width: 50px;
  height: 50px;
  margin: auto;
}
.evaluate-avatar img {
  display: block;
  width: 50px;
  height: 50px;
}
.evaluate-username {
  font-size: 12px;
  display: block;
  margin: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 98%;
  text-align: center;
}
.evaluate-time {
  color: #666666;
  font-size: 12px;
  float: right;
}
.single {
  margin-bottom: 10px;
}
.single:before,
.single:after {
  content: "";
  display: table;
}
.single:after {
  clear: both;
}
#ie6 .single,
#ie7 .single {
  zoom: 1;
}
.single:before,
.single:after {
  content: "";
  display: table;
}
.single:after {
  clear: both;
}
#ie6 .single,
#ie7 .single {
  zoom: 1;
}
.single-body {
  padding-top: 20px;
}
.single-body img {
  max-width: 100%;
}
.single-body .jumbotron {
  font-size: 12px;
  padding: 30px;
  position: relative;
}
.single-body .jumbotron h1 {
  font-size: 18px;
  margin-bottom: 15px;
}
.single-body .jumbotron p {
  line-height: 20px;
  margin-bottom: 10px;
  text-indent: 2em;
}
.single-intro {
  width: 60%;
  color: #666666;
}
.single-img {
  position: absolute;
  right: 20px;
  top: -10px;
  width: 310px;
}
.single-detail {
  color: #666666;
  font-size: 12px;
  line-height: 23px;
}
.single-detail p {
  margin-bottom: 15px;
}
.single-detail h1,
.single-detail h2,
.single-detail h3,
.single-detail h4,
.single-detail h5,
.single-detail h6,
.single-detail strong {
  color: #525252;
  font-size: 1.2em;
}
.article {
  margin-bottom: 10px;
}
.article:before,
.article:after {
  content: "";
  display: table;
}
.article:after {
  clear: both;
}
#ie6 .article,
#ie7 .article {
  zoom: 1;
}
.article:before,
.article:after {
  content: "";
  display: table;
}
.article:after {
  clear: both;
}
#ie6 .article,
#ie7 .article {
  zoom: 1;
}
.article-meta {
  font-size: 12px;
  color: #666666;
}
.article-meta:before,
.article-meta:after {
  content: "";
  display: table;
}
.article-meta:after {
  clear: both;
}
#ie6 .article-meta,
#ie7 .article-meta {
  zoom: 1;
}
.article-meta:before,
.article-meta:after {
  content: "";
  display: table;
}
.article-meta:after {
  clear: both;
}
#ie6 .article-meta,
#ie7 .article-meta {
  zoom: 1;
}
.article-meta > li {
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
}
.article-header {
  border: 1px solid #eeeeee;
  margin-top: 0;
  margin-bottom: -1px;
  text-align: center;
  padding: 10px;
}
.article-header:before,
.article-header:after {
  content: "";
  display: table;
}
.article-header:after {
  clear: both;
}
#ie6 .article-header,
#ie7 .article-header {
  zoom: 1;
}
.article-header:before,
.article-header:after {
  content: "";
  display: table;
}
.article-header:after {
  clear: both;
}
#ie6 .article-header,
#ie7 .article-header {
  zoom: 1;
}
.article-header h1 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 15px;
}
.article-body {
  padding: 30px;
  border: 1px solid #eeeeee;
  margin-bottom: -1px;
  line-height: 23px;
}
.article-body:before,
.article-body:after {
  content: "";
  display: table;
}
.article-body:after {
  clear: both;
}
#ie6 .article-body,
#ie7 .article-body {
  zoom: 1;
}
.article-body:before,
.article-body:after {
  content: "";
  display: table;
}
.article-body:after {
  clear: both;
}
#ie6 .article-body,
#ie7 .article-body {
  zoom: 1;
}
.article-body p {
  margin-bottom: 15px;
}
.article-share {
  padding: 10px;
  font-size: 12px;
  border: 1px solid #eeeeee;
  margin-bottom: -1px;
}
.article-share:before,
.article-share:after {
  content: "";
  display: table;
}
.article-share:after {
  clear: both;
}
#ie6 .article-share,
#ie7 .article-share {
  zoom: 1;
}
.article-share:before,
.article-share:after {
  content: "";
  display: table;
}
.article-share:after {
  clear: both;
}
#ie6 .article-share,
#ie7 .article-share {
  zoom: 1;
}
.article-footer {
  background: #fafafa;
  clear: both;
  border-top: 1px solid #eeeeee;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #eeeeee;
}
.article-footer:before,
.article-footer:after {
  content: "";
  display: table;
}
.article-footer:after {
  clear: both;
}
#ie6 .article-footer,
#ie7 .article-footer {
  zoom: 1;
}
.article-footer:before,
.article-footer:after {
  content: "";
  display: table;
}
.article-footer:after {
  clear: both;
}
#ie6 .article-footer,
#ie7 .article-footer {
  zoom: 1;
}
.case {
  margin-left: 5px;
  margin-right: 5px;
}
.case:before,
.case:after {
  content: "";
  display: table;
}
.case:after {
  clear: both;
}
#ie6 .case,
#ie7 .case {
  zoom: 1;
}
.case:before,
.case:after {
  content: "";
  display: table;
}
.case:after {
  clear: both;
}
#ie6 .case,
#ie7 .case {
  zoom: 1;
}
.case .list-img {
  margin-top: 10px;
}
.case .list-img .list-item {
  padding-top: 10px;
}
.case .list-img .list-item-img {
  width: 160px;
  height: 160px;
  overflow: hidden;
}
.case .list-img .list-item-footer .money {
  float: left;
  text-align: left;
}
.case .list-img .list-item-footer .poster {
  width: 100%;
}
.case .list-img .nums {
  display: inline;
  float: left;
  width: 50%;
}
.helper .nav-action {
  display: inline;
  float: left;
  width: 230px;
  margin: 0 5px;
  margin-bottom: 10px;
}
.helper .nav-header {
  background: #fafafa;
  border: 1px solid #eeeeee;
  padding-left: 10px;
  margin-bottom: -1px;
}
.helper .nav-list {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  margin-bottom: 0;
}
.helper .nav-list .nav-list-title {
  cursor: pointer;
  padding-left: 1em;
  line-height: 35px;
  border: 1px solid #eeeeee;
  border-width: 0 0 1px ;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.helper .nav-list .nav-list-body {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  display: none;
}
.helper .nav-list .nav-list-body:before,
.helper .nav-list .nav-list-body:after {
  content: "";
  display: table;
}
.helper .nav-list .nav-list-body:after {
  clear: both;
}
#ie6 .helper .nav-list .nav-list-body,
#ie7 .helper .nav-list .nav-list-body {
  zoom: 1;
}
.helper .nav-list .nav-list-body:before,
.helper .nav-list .nav-list-body:after {
  content: "";
  display: table;
}
.helper .nav-list .nav-list-body:after {
  clear: both;
}
#ie6 .helper .nav-list .nav-list-body,
#ie7 .helper .nav-list .nav-list-body {
  zoom: 1;
}
.helper .nav-list .nav-list-body a {
  display: block;
  padding-left: 2em;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-right: 2px solid #ffffff;
}
.helper .nav-list .nav-list-body a:hover {
  background: #f2f2f2;
  text-decoration: none;
  border-color: #f2f2f2;
}
.helper .nav-list .nav-list-body a.selected,
.helper .nav-list .nav-list-body a.selected:hover,
.helper .nav-list .nav-list-body a.selected:visited {
  color: #e02204;
  border-color: #e02204;
  background: #f2f2f2;
}
.helper .nav-list .nav-list-body .badge {
  float: right;
  margin-right: 10px;
  margin-top: 5px;
}
.helper .content-panel {
  display: inline;
  float: left;
  width: 710px;
  margin: 0 5px;
  margin-bottom: 10px;
  min-height: 710px;
  color: #666666;
}
.helper .content-panel .horizontal-row {
  display: block;
  width: 730px;
  margin: 0 -5px;
}
.helper .content-panel .horizontal-row:before,
.helper .content-panel .horizontal-row:after {
  content: "";
  display: table;
}
.helper .content-panel .horizontal-row:after {
  clear: both;
}
#ie6 .helper .content-panel .horizontal-row,
#ie7 .helper .content-panel .horizontal-row {
  zoom: 1;
}
.helper .content-panel .horizontal-row:before,
.helper .content-panel .horizontal-row:after {
  content: "";
  display: table;
}
.helper .content-panel .horizontal-row:after {
  clear: both;
}
#ie6 .helper .content-panel .horizontal-row,
#ie7 .helper .content-panel .horizontal-row {
  zoom: 1;
}
.helper-search {
  padding: 10px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin-bottom: 10px;
}
.helper-search:before,
.helper-search:after {
  content: "";
  display: table;
}
.helper-search:after {
  clear: both;
}
#ie6 .helper-search,
#ie7 .helper-search {
  zoom: 1;
}
.helper-search:before,
.helper-search:after {
  content: "";
  display: table;
}
.helper-search:after {
  clear: both;
}
#ie6 .helper-search,
#ie7 .helper-search {
  zoom: 1;
}
.helper-fresh {
  padding: 10px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin-bottom: 10px;
}
.helper-fresh:before,
.helper-fresh:after {
  content: "";
  display: table;
}
.helper-fresh:after {
  clear: both;
}
#ie6 .helper-fresh,
#ie7 .helper-fresh {
  zoom: 1;
}
.helper-fresh:before,
.helper-fresh:after {
  content: "";
  display: table;
}
.helper-fresh:after {
  clear: both;
}
#ie6 .helper-fresh,
#ie7 .helper-fresh {
  zoom: 1;
}
.helper-fresh .line {
  border-bottom: 1px solid #eeeeee;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 10px;
}
.helper-box {
  margin-bottom: 10px;
}
.helper-box .min-title {
  border: 1px solid #eeeeee;
  background: #fafafa;
  padding-left: 10px;
  margin-bottom: -1px;
}
.helper-box .min-list {
  border: 1px solid #eeeeee;
  background: #ffffff;
  padding: 10px;
  font-size: 12px;
}
.helper-box .min-list a {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.helper-detail .min-title {
  border: 1px solid #eeeeee;
  background: #fafafa;
  padding-left: 10px;
  margin-bottom: -1px;
}
.helper-detail-body {
  border: 1px solid #eeeeee;
  background: #ffffff;
  padding: 10px;
  font-size: 12px;
}
.helper-item {
  border-bottom: 1px solid #eeeeee;
}
.helper-item dt {
  line-height: 35px;
  font-size: 14px;
}
.helper-item dd {
  padding: 0 10px 10px;
  line-height: 20px;
  word-wrap: break-word !important;
  word-break: normal !important;
}
.helper-item p {
  margin-bottom: 10px;
}
.turnaround {
  margin-bottom: 10px;
}
.turnaround:before,
.turnaround:after {
  content: "";
  display: table;
}
.turnaround:after {
  clear: both;
}
#ie6 .turnaround,
#ie7 .turnaround {
  zoom: 1;
}
.turnaround:before,
.turnaround:after {
  content: "";
  display: table;
}
.turnaround:after {
  clear: both;
}
#ie6 .turnaround,
#ie7 .turnaround {
  zoom: 1;
}
.turnaround .min-title {
  border: 1px solid #eeeeee;
  background: #fafafa;
  padding-left: 10px;
  margin-bottom: -1px;
  font-size: 18px;
}
.turnaround .turnaround-body {
  border: 1px solid #eeeeee;
  background: #ffffff;
}
.turnaround .turnaround-body:before,
.turnaround .turnaround-body:after {
  content: "";
  display: table;
}
.turnaround .turnaround-body:after {
  clear: both;
}
#ie6 .turnaround .turnaround-body,
#ie7 .turnaround .turnaround-body {
  zoom: 1;
}
.turnaround .turnaround-body:before,
.turnaround .turnaround-body:after {
  content: "";
  display: table;
}
.turnaround .turnaround-body:after {
  clear: both;
}
#ie6 .turnaround .turnaround-body,
#ie7 .turnaround .turnaround-body {
  zoom: 1;
}
.turnaround .turnaround-form {
  margin: 15px;
}
.turnaround .turnaround-form label {
  margin-bottom: 5px;
}
.turnaround .buy-user-info {
  margin-bottom: 10px;
}
.site-security {
  text-align: center;
}
.site-security .min-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
}
.site-security ul {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.site-security ul > li + li:before {
  content: " ";
  display: block;
  float: left;
  height: 50px;
  width: 0;
  overflow: hidden;
  border-left: 1px solid #eeeeee;
}
.site-security ul > li p {
  font-size: 12px;
  color: #666666;
}
.apply-for-vip {
  padding: 10px;
}
.apply-for-vip > dl > dt {
  margin-bottom: 10px;
}
.apply-for-vip > dl > dd {
  margin-bottom: 10px;
  font-size: 12px;
  color: #666666;
  padding-left: 1em;
  word-wrap: break-word !important;
  word-break: normal !important;
}
.apply-for-service {
  padding: 10px 10px 0;
}
.apply-for-service > dl {
  border-bottom: 1px dashed #eeeeee;
  margin-bottom: 10px;
}
.apply-for-service > dl > dt {
  margin-bottom: 10px;
  color: #666666;
}
.apply-for-service > dl > dd {
  margin-bottom: 10px;
  font-size: 12px;
  color: #666666;
  word-wrap: break-word !important;
  word-break: normal !important;
}
.same-type .min-list {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 30px;
}
.same-type .min-list a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.same-type .min-list.img {
  padding: 10px 10px 0;
}
.same-type .min-list.img > li {
  margin-bottom: 10px;
}
.same-type .min-list.img .min-list-img {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  margin: 0 auto;
  position: relative;
}
.same-type .min-list.img .min-list-img > img,
.same-type .min-list.img .min-list-img a > img {
  margin-left: auto;
  margin-right: auto;
}
a.same-type .min-list.img .min-list-img:hover,
a.same-type .min-list.img .min-list-img:focus,
a.same-type .min-list.img .min-list-img.active {
  border-color: #e02204;
}
.same-type .min-list.img .min-list-img .caption {
  padding: 9px;
  color: #333333;
}
.same-type .min-list.img .min-list-img .money {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  width: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
.same-type .min-list.img .min-list-title {
  display: block;
  text-align: center;
  line-height: 30px;
  clear: both;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#case .case-search {
  padding: 10px;
}
#case .case-search .case-search-bg {
  margin-bottom: 10px;
}
#case .advantage {
  padding-bottom: 20px;
}
#case .advantage .advantage-title {
  font-size: 24px;
  text-align: center;
  margin: 10px 0 2px 0;
}
#case .advantage .advantage-text {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  color: #666666;
}
#case .advantage li {
  line-height: 25px;
}
#case .advantage .advantage-img {
  width: 30px;
  float: left;
  margin: 10px 5px 0 10px;
}
#case .advantage .advantage-body {
  width: 75%;
  float: left;
}
#case .advantage .advantage-body .small_p {
  font-size: 12px;
  color: #999999;
  line-height: 25px;
}
#case .case-btn {
  padding: 10px 15px;
  text-align: center;
}
#case .case-btn a {
  margin-bottom: 5px;
}
#case .case-btn .case-btn-title {
  color: #666666;
  font-size: 14px;
  margin-bottom: 15px;
}
#case .case-btn .case-btn-text {
  color: #666666;
  font-size: 12px;
  margin-bottom: 10px;
}
#case .list .list-body {
  background: none;
}
#case .list .list-item {
  background: #ffffff;
  width: 470px;
  position: relative;
}
#case .list .list-title {
  width: 95%;
}
#case .list .list-item-img {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
  width: 230px;
  height: 160px;
}
#case .list .list-item-img img {
  width: 230px;
  height: 160px;
}
#case .list .list-item-footer span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
#case .list .list-item-footer .money {
  float: none;
}
#case .case-users {
  color: #e02204;
}
#case .tag-r {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  color: #fff;
  width: 35px;
  margin: auto;
  line-height: 30px;
  font-size: 14px;
}
#case .label-r {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border-width: 30px;
  border-style: solid solid dashed dashed;
  border-color: #e02204 #e02204 transparent transparent;
}
#case .tag-l {
  position: absolute;
  top: 0;
  left: 0;
}
#oauthregister .control-span {
  padding-top: 6px;
}
#oauthregister .control-span .control-label-span {
  color: #999;
}
#oauthregister .control-span .control-label-text {
  margin-left: 20px;
  font-weight: normal;
}
#addcontent {
  height: 130px;
}
#main {
  display: inline;
  float: left;
  width: 950px;
  margin: 0 5px;
}
#main img {
  max-width: 100%;
}
#side {
  display: inline;
  float: left;
  width: 230px;
  margin: 0 5px;
  display: none;
}
#side img {
  max-width: 100%;
}
/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Improvements by Sébastien Malot
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datetimepicker {
  padding: 4px;
  margin-top: 1px;
  white-space: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datetimepicker.datetimepicker-rtl {
  direction: rtl;
}
.datetimepicker.datetimepicker-rtl table tr td span {
  float: right;
}
.datetimepicker > div {
  display: none;
}
.datetimepicker.minutes div.datetimepicker-minutes {
  display: block;
}
.datetimepicker.hours div.datetimepicker-hours {
  display: block;
}
.datetimepicker.days div.datetimepicker-days {
  display: block;
}
.datetimepicker.months div.datetimepicker-months {
  display: block;
}
.datetimepicker.years div.datetimepicker-years {
  display: block;
}
.datetimepicker table {
  margin: 0;
}
.datetimepicker table tr td.minute:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.hour:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datetimepicker table tr td span:hover {
  background: #eeeeee;
}
.datetimepicker table tr td span.old {
  color: #999999;
}
.datetimepicker .datetimepicker-hours span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker .datetimepicker-minutes span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker th.switch {
  width: 145px;
}
.datetimepicker-inline {
  width: 220px;
}
.datetimepicker-dropdown,
.datetimepicker-dropdown-left {
  top: 0;
  left: 0;
}
[class*="datetimepicker-dropdown"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
[class*="datetimepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
}
[class*="datetimepicker-dropdown-top"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
}
[class*="datetimepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px;
}
.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px;
}
.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px;
}
.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px;
}
.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px;
}
.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px;
}
.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px;
}
.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px;
}
.datetimepicker td,
.datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
  background-color: transparent;
}
.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
  color: #999999;
}
.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  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);
}
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  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);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%;
}
.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px;
}
.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  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);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datetimepicker thead tr:first-child th,
.datetimepicker tfoot tr:first-child th {
  cursor: pointer;
}
.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
  cursor: pointer;
  width: 14px;
  height: 14px;
}
@media (min-width: 240px) and (max-width: 640px) {
  #im {
    display: none;
  }
}
.loading-img {
  display: none;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: #ffffff;
}
.loading-img table {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.site-im {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 230px;
  overflow: hidden;
  z-index: 999;
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.site-im-main-button {
  background: #e02204;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
}
.site-im-main-button .inner {
  position: relative;
  z-index: 1;
}
.site-im-main-button .inner:before,
.site-im-main-button .inner:after {
  content: "";
  display: table;
}
.site-im-main-button .inner:after {
  clear: both;
}
#ie6 .site-im-main-button .inner,
#ie7 .site-im-main-button .inner {
  zoom: 1;
}
.site-im-main-button .inner:before,
.site-im-main-button .inner:after {
  content: "";
  display: table;
}
.site-im-main-button .inner:after {
  clear: both;
}
#ie6 .site-im-main-button .inner,
#ie7 .site-im-main-button .inner {
  zoom: 1;
}
.site-im-main-button a {
  color: #ffffff;
}
.site-im-brand {
  color: #ffffff;
  float: left;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 32px;
}
.site-im-brand .fa {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.site-im-count {
  margin-right: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 35px;
  text-align: center;
}
.site-im-count strong {
  margin-left: 4px;
  margin-right: 4px;
}
.site-im-arrow {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 8px;
  font-size: 24px;
  line-height: 20px;
}
.site-im-inner {
  height: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
.site-im-inner:before,
.site-im-inner:after {
  content: "";
  display: table;
}
.site-im-inner:after {
  clear: both;
}
#ie6 .site-im-inner,
#ie7 .site-im-inner {
  zoom: 1;
}
.site-im-inner:before,
.site-im-inner:after {
  content: "";
  display: table;
}
.site-im-inner:after {
  clear: both;
}
#ie6 .site-im-inner,
#ie7 .site-im-inner {
  zoom: 1;
}
.show-im {
  height: 465px;
}
.site-im-header {
  background: #e02204;
  color: #ffffff;
}
.site-im-header:before,
.site-im-header:after {
  content: "";
  display: table;
}
.site-im-header:after {
  clear: both;
}
#ie6 .site-im-header,
#ie7 .site-im-header {
  zoom: 1;
}
.site-im-header:before,
.site-im-header:after {
  content: "";
  display: table;
}
.site-im-header:after {
  clear: both;
}
#ie6 .site-im-header,
#ie7 .site-im-header {
  zoom: 1;
}
.site-im-body {
  background: #ffffff;
  height: 400px;
  overflow: auto;
  position: relative;
  z-index: 1;
}
.im-user-avatar {
  width: 65px;
  height: 65px;
  float: left;
}
.im-user-avatar img {
  display: block;
  max-width: 100%;
  height: auto;
}
.im-user-info {
  overflow: hidden;
  padding: 10px;
}
.im-user-name {
  font-size: 12px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.site-im-ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.site-im-ctrl a {
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #f3c0ba;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
}
.site-im-ctrl a:hover {
  background: #d9534f;
  color: #ffffff;
}
.im-pep-item {
  padding: 8px 10px;
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}
.im-pep-item:before,
.im-pep-item:after {
  content: "";
  display: table;
}
.im-pep-item:after {
  clear: both;
}
#ie6 .im-pep-item,
#ie7 .im-pep-item {
  zoom: 1;
}
.im-pep-item:before,
.im-pep-item:after {
  content: "";
  display: table;
}
.im-pep-item:after {
  clear: both;
}
#ie6 .im-pep-item,
#ie7 .im-pep-item {
  zoom: 1;
}
.im-pep-item:hover {
  background: #fafafa;
}
.im-pep-item.offline .im-pep-item-img > img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.im-pep-item.offline strong {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.im-pep-item-img {
  width: 40px;
  height: 40px;
  float: left;
  position: relative;
}
.im-pep-item-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.im-pep-item-img .status {
  position: absolute;
  padding: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  bottom: -3px;
  right: -3px;
  font-size: 10px;
  background: #d9534f;
  color: #ffffff;
}
.im-pep-item-img .status:empty {
  display: none;
}
.im-pep-item-body {
  overflow: hidden;
  padding: 10px;
  font-size: 12px;
}
.im-pep-item-body strong {
  font-weight: normal;
}
.site-im-dialog {
  overflow: hidden;
  position: fixed;
  z-index: 999;
  right: 240px;
  bottom: 0;
  width: 500px;
  height: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
.show-dialog {
  height: 500px;
}
.site-im-dialog-nav {
  float: left;
  width: 0;
  height: 500px;
  overflow: hidden;
  background: #e02204;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
.site-im-dialog-nav > li {
  margin: 5px 0 5px 5px;
  position: relative;
  z-index: 1;
  display: list-item;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.site-im-dialog-nav > li > a {
  display: block;
  font-size: 12px;
  text-decoration: none;
  padding: 10px;
  color: #ffffff;
  margin-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.site-im-dialog-nav > li.active {
  background: #ffffff;
}
.site-im-dialog-nav > li.active:hover {
  background: #ffffff;
}
.site-im-dialog-nav > li.active > a {
  background: #ffffff;
  color: #e02204;
}
.site-im-dialog-nav > li img {
  width: 20px;
  height: 20px;
}
.site-im-dialog-nav > li:hover {
  background: rgba(255, 255, 255, 0.2);
}
.site-im-dialog-nav > li:hover .close-nav {
  display: block;
}
.site-im-dialog-nav a.close-nav {
  display: none;
  position: absolute;
  z-index: 1;
  right: -15px;
  top: 8px;
  padding: 0 2px 3px;
  line-height: 16px;
  font-size: 20px;
  width: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.site-im-dialog-nav a.close-nav:hover {
  background: #d9534f;
  color: #ffffff;
}
.show-nav {
  width: 120px;
}
.site-im-dialog-body {
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
.site-im-dialog-body .im-pep-item {
  display: block;
  background: #fafafa;
  cursor: default;
}
.site-im-dialog-ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.site-im-dialog-ctrl a {
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #aeaeae;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
}
.site-im-dialog-ctrl a:hover {
  background: #d9534f;
  color: #ffffff;
}
.dialog-comment-list-box {
  position: relative;
  z-index: 1;
  overflow: auto;
  width: 100%;
  height: 300px;
  border-bottom: 1px solid #eeeeee;
}
.dialog-comment-list {
  line-height: 25px;
  padding: 10px 5px 0 10px;
}
.dialog-comment-list:before,
.dialog-comment-list:after {
  content: "";
  display: table;
}
.dialog-comment-list:after {
  clear: both;
}
#ie6 .dialog-comment-list,
#ie7 .dialog-comment-list {
  zoom: 1;
}
.dialog-comment-list:before,
.dialog-comment-list:after {
  content: "";
  display: table;
}
.dialog-comment-list:after {
  clear: both;
}
#ie6 .dialog-comment-list,
#ie7 .dialog-comment-list {
  zoom: 1;
}
.dialog-comment-list-item {
  white-space: pre-wrap;
  word-wrap: break-word !important;
  word-break: normal !important;
  display: block;
  max-width: 80%;
  line-height: 18px;
  margin-bottom: 10px;
  float: left;
  clear: both;
  background: #c5e9f3;
  padding: 5px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dialog-comment-list-item.reply {
  float: right;
  clear: both;
  background: #b5dfb5;
  -webkit-border-radius: 5px 5px 0 5px;
  -moz-border-radius: 5px 5px 0 5px;
  border-radius: 5px 5px 0 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dialog-comment-list-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.dialog-comment-edit {
  width: 100%;
  height: 105px;
}
.dialog-comment-edit textarea {
  width: 100%;
  height: 100%;
  resize: none;
  border: 1px solid #eeeeee;
  padding: 10px;
}
.site-im-dialog-header {
  height: 55px;
  background: #fafafa;
}
.site-im-dialog-header:before,
.site-im-dialog-header:after {
  content: "";
  display: table;
}
.site-im-dialog-header:after {
  clear: both;
}
#ie6 .site-im-dialog-header,
#ie7 .site-im-dialog-header {
  zoom: 1;
}
.site-im-dialog-header:before,
.site-im-dialog-header:after {
  content: "";
  display: table;
}
.site-im-dialog-header:after {
  clear: both;
}
#ie6 .site-im-dialog-header,
#ie7 .site-im-dialog-header {
  zoom: 1;
}
.site-im-dialog-footer {
  background: #fafafa;
  padding: 5px;
}
.site-im-dialog-footer:before,
.site-im-dialog-footer:after {
  content: "";
  display: table;
}
.site-im-dialog-footer:after {
  clear: both;
}
#ie6 .site-im-dialog-footer,
#ie7 .site-im-dialog-footer {
  zoom: 1;
}
.site-im-dialog-footer:before,
.site-im-dialog-footer:after {
  content: "";
  display: table;
}
.site-im-dialog-footer:after {
  clear: both;
}
#ie6 .site-im-dialog-footer,
#ie7 .site-im-dialog-footer {
  zoom: 1;
}
.site-im-dialog-footer .for-post {
  float: right;
}
.site-im-dialog-footer .for-post kbd {
  padding: 2px 4px;
}
.box_flashing .flashing-text {
  -webkit-animation: flashing 1.5s linear infinite;
  -o-animation: flashing 1.5s linear infinite;
  animation: flashing 1.5s linear infinite;
}
@-webkit-keyframes flashing {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}
@-moz-keyframes flashing {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}
@-o-keyframes flashing {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes flashing {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  background: red;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: red;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #f8f8f8;
  position: relative;
}
.jspDrag {
  background: #cccccc;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 8px;
}
.jspHorizontalBar .jspArrow {
  width: 8px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
#goodslist .list .list-pic {
  width: 120px;
  height: 120px;
}
#goodslist .list .list-pic img {
  width: 120px;
  height: 120px;
}
#goodslist .list .list-title {
  margin-bottom: 10px;
}
#goodslist .list .money {
  margin-bottom: 10px;
}
@media (min-width: 240px) and (max-width: 640px) {
  body {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 980px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 981px) and (max-width: 1280px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1280px) {
  .category-list.category-xs {
    display: none;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .category-list.category-xs {
    margin-bottom: -1px;    display: none;
  }
  .category-list.category-xs + .tab {
    overflow: visible;    display: none;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .category-list:hover .category-down {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  .category-list .category-down {
    position: fixed;
    left: 0;
    top: 130px;
    right: 0;
    bottom: 0;
    padding-bottom: 120px;
    overflow: auto;
    border: none;
    border-top: 2px solid #e02204;
    display: block;
    opacity: 0;
    background-color: rgba(0,0,0,0.7);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2000000',endColorstr='#b2000000');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2000000',endColorstr='#b2000000');
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  .category-list .category-down:before {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    padding: 15px;
    content: '选择分类';
  }
  .category-list .category-item {
    margin: 10px;
  }
  .category-list .category-top {
    display: none;
  }
  .category-list .category-inner {
    display: block;
    position: static;
    border: none;
    background: #ffffff;
  }
  .category-list .category-inner a {
    width: 30%;
    margin-left: 0;
    margin-right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .category-list .category-inner-title {
    line-height: 50px;
  }
}
@media (min-width: 1280px) {
  .category-list a.category-title {
    width: 230px;
    text-align: left;
    position: relative;
  }
  .category-list a.category-title .fa-angle-down {
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .category-list .category-down {
    display: block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .home-task .category-list .category-down {
    height: 392px;
  }
  .home-shop .category-list .category-down {
    height: 446px;
  }
  #index .category-list .category-down .category-item {
    position: static;
  }
  .home-task .category-list .category-down .category-inner {
    height: 100%;
    width: 350px;
    overflow: hidden;
  }
  .home-shop .category-list .category-down .category-inner {
    height: 100%;
    width: 350px;
    overflow: hidden;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .tab {
    white-space: nowrap;
    overflow: auto;
  }
  .tab.tab-darken {
    border-width: 0 0 2px 0;
  }
  .tab.tab-darken a {
    min-width: 80px;
  }
}
@media (min-width: 1280px) {
  #fix-box {
    margin-left: 620px;
  }
}
@media (min-width: 240px) and (max-width: 980px) {
  .list-dl {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .list-dl .list-body {
    width: 780px;
    white-space: nowrap;
  }
  .list-dl .list-item:hover .list-visible {
    display: none;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  #main {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: inherit;
  }
}
@media (min-width: 641px) and (max-width: 980px) {
  #main {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    float: inherit;
  }
}
@media (min-width: 1280px) {
  #pubtask #main,
  #pubgoods #main,
  #single #main,
  #taskhandle #main,
  #order #main,
  #recharge #main,
  #gy #main,
  #main #pay,
  #oauthregister #main {
    width: auto;
    display: block;
    float: inherit;
  }
}
@media (min-width: 1280px) {
  #side {
    display: block;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .site-nav {
    position: relative;
    z-index: 199;
    margin-top: 0;
  }
  .site-nav .navbar-toggle {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .site-nav .navbar-primary {
    margin-left: 0;
    margin-right: 0;
  }
  .site-nav .navbar-primary .navbar-actived {
    padding: 0px 10px;
  }
    .navbar-actived li {
    width:16.6%;float:left;
  }
  
  .site-nav .navbar-collapse {
    position: absolute;
    background: #e02204;
    left: -1px;
    right: -1px;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .top-nav {
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .bread-nav .breadcrumb {
    margin-left: 0;
    margin-right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .header-top {
    margin-left: -10px;
    margin-right: -10px;
  }
  .header-top .left-nav {
    margin-left: 10px;
  }
  .header-top .right-nav {
    display: none;
    margin-right: 0;
    width: 100%;
    position: fixed;
    z-index: 200;
    bottom: 0;
    border-top: 1px solid #d5d5d5;
    padding-top: 1px;
    background: #fafafa;
  }
  .header-top .right-nav .nav-item-link {
    border-width: 0 1px 1px;
    border-color: #fafafa;
  }
  .header-top .right-nav .has-sub .nav-item-link {
    border-width: 0 1px 1px;
    bottom: 1px;
  }
  .header-top .right-nav .has-sub .nav-item-sub {
    bottom: 100%;
    top: inherit;
    left: 0;
    right: inherit;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .header-website {
    margin-left: inherit;
    float: inherit;
    margin-bottom: 10px;
  }
  .header-website:before,
  .header-website:after {
    content: "";
    display: table;
  }
  .header-website:after {
    clear: both;
  }
  #ie6 .header-website,
  #ie7 .header-website {
    zoom: 1;
  }
  .header-website:before,
  .header-website:after {
    content: "";
    display: table;
  }
  .header-website:after {
    clear: both;
  }
  #ie6 .header-website,
  #ie7 .header-website {
    zoom: 1;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .brand-logo {
    width: 100px;
    margin: auto;
  }
  .brand-logo img {
    display: block;
    max-width: 150%;
    height: auto;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .header-location {
    position: static;
    float: right;
    left: inherit;
    margin-top: 10px;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .header-function {
    float: none;
    clear: both;
    margin: 0;
    top: -5px;
    position: relative;
    z-index: 1;
  }
  .header-function:before {
    display: block;
    color: #e02204;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    content: "\f002";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    bottom: 100%;
  }
  .header-function:hover {
    z-index: 200;
  }
  .header-function:hover .header-search {
    height: 47px;
    padding-top: 10px;
    overflow: visible;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .header-search {
    position: absolute;
    background: #ffffff;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
    white-space: nowrap;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  .header-search .search-input {
    width: 58%;
  }
}
@media (min-width: 240px) and (max-width: 320px) {
  .header-search .search-input {
    width: 53%;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .header-keywords {
    visibility: hidden !important;
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .list-filter {
    display: none;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .tool-bar {
    margin-top: 10px;
  }
  .tool-bar .actions {
    position: static;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .case .list-img .list-item {
    width: 46%;
  }
  .case .list-img .list-item-img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 641px) and (max-width: 980px) {
  .case .list-img .list-item {
    width: 170px;
  }
  .case .list-img .list-item-img {
    width: 148px;
    height: 148px;
  }
}
@media (min-width: 1280px) {
  .case .list-img .list-item {
    width: 190px;
  }
  .case .list-img .list-item-img {
    width: 168px;
    height: 168px;
  }
}
@media (min-width: 1280px) {
  .helper .content-panel {
    display: inline;
    float: left;
    width: 950px;
    margin: 0 5px;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .helper .nav-action {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .helper .content-panel {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .for-city {
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 130px;
    width: auto;
    overflow: auto;
  }
  .for-city:before {
    display: block;
    text-align: center;
    color: #333333;
    font-size: 14px;
    padding: 5px;
    content: '选择地区';
  }
  .for-city li {
    width: 33%;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .dropdown-backdrop {
    background-color: rgba(0,0,0,0.7);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2000000',endColorstr='#b2000000');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2000000',endColorstr='#b2000000');
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .show-msg {
    width: 100%;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .single-nav {
    width: 100%;
  }
  .single-nav > li {
    float: none;
  }
  .single-nav > li > a {
    text-align: center;
    margin-bottom: 5px;
  }
  .single-nav > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
}
@media (min-width: 240px) and (max-width: 640px) and (min-width: 768px) {
  .single-nav > li {
    display: table-cell;
    width: 1%;
  }
  .single-nav > li > a {
    margin-bottom: 0;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .detail-header-pic {
    visibility: hidden !important;
    display: none !important;
    visibility: hidden;
  }
  .detail-header-pic img {
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .detail-header-body {
    overflow: inherit;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .detail-ctrl {
    background: #333333;
    margin-left: -5px;
    float: inherit;
    position: fixed;
    z-index: 201;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
  }
  .detail-ctrl .btn-group,
  .detail-ctrl .input-group {
    float: left;
  }
  .detail-ctrl > .btn,
  .detail-ctrl > .btn-group,
  .detail-ctrl > .input-group {
    margin-left: 5px;
  }
  .detail-ctrl .btn-group .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
  }
  .detail-ctrl .btn-group .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
  }
  .detail-ctrl .action-collect,
  .detail-ctrl .action-report {
    font-size: 18px;
  }
}
@media (min-width: 240px) and (max-width: 320px) {
  .detail-ctrl .btn {
    padding: 10px;
  }
  .detail-ctrl .btn .bdsharebuttonbox {
    display: block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    margin: 4px 0 3px;
  }
  .detail-ctrl .btn .bds_more {
    margin: 0 !important;
    width: 16px;
    height: 16px;
    overflow: hidden;
    padding: 0;
    vertical-align: top;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .detail-obj .detail-obj-item:nth-child(2) {
    display: none;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .detail-progress {
    overflow-x: auto;
  }
  .detail-progress .step {
    width: 780px;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .detail-img {
    overflow-x: auto;
    white-space: nowrap;
  }
  .detail-img .detail-img-item {
    float: inherit;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .detail-footer-meta.for-user {
    visibility: hidden !important;
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .detail-affix-item {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: inherit;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .manuscript-item {
    border: 1px solid #eeeeee;
    overflow: hidden;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .manuscript-item-pic {
    width: 100%;
    float: inherit;
    display: block;
    margin-bottom: 0;
    margin-right: 0;
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
  }
  .manuscript-item-pic:before,
  .manuscript-item-pic:after {
    content: "";
    display: table;
  }
  .manuscript-item-pic:after {
    clear: both;
  }
  #ie6 .manuscript-item-pic,
  #ie7 .manuscript-item-pic {
    zoom: 1;
  }
  .manuscript-item-pic:before,
  .manuscript-item-pic:after {
    content: "";
    display: table;
  }
  .manuscript-item-pic:after {
    clear: both;
  }
  #ie6 .manuscript-item-pic,
  #ie7 .manuscript-item-pic {
    zoom: 1;
  }
  .manuscript-item-pic img {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .manuscript-item-pic .btn {
    width: 100px;
    overflow: hidden;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .manuscript-img {
    overflow-x: auto;
    white-space: nowrap;
  }
  .manuscript-img .manuscript-img-item {
    float: inherit;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .manuscript-item-content {
    overflow: inherit;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .manuscript-item-body {
    overflow: inherit;
    border: none;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  #goodslist .list-img .list-item {
    width: 46%;
  }
  #goodslist .list-img .list-item-img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .page-header {
    margin-top: 0;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .article-body {
    padding: 10px;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .pager li > a {
    max-width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .release-nav {
    white-space: nowrap;
    overflow: auto;
  }
  .release-nav ul li a {
    width: 6em;
  }
}
.release-form form {
  padding: 20px;
}
@media (min-width: 240px) and (max-width: 640px) {
  .friend-link {
    display: none;
  }
}
@media (min-width: 240px) and (max-width: 640px) {
  .footer-copyright > p:not( :nth-child(1)) {
    display: none;
  }
}
