﻿
p {
  margin: 0 0 10px;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
li {
  line-height: 20px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}


body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  background-color: #ffffff;
}
/* =====超链===== */
a {
  color: #666;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  }
.task_detail_page .task_join .task_join_btn:focus {
    background-color: #028adb;
}
/* =====字体===== */
.highlight,
a.highlight {
  color: #ff0000;
}
.gray,
a.gray {
  color: #999;
}
.blue,
a.blue {
  color: #0b73bb;
}
.yahei {
  font-family: "Microsoft YaHei", sans-serif;
}

/* =====浮动===== */
.fr {
  float: right;
}
.fl {
  float: left;
  display: inline;
}
/* ===== 清除浮动 ===== */
.clearfix {
  *zoom: 1;
}
/* =====文字隐藏===== */
.hide-txt {
  visibility: hidden;
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* =====开关===== */



/* ===== 列表 ===== */
ul.unstyled,
ol.unstyled {
  margin: 0;
  list-style: none;
}
dl.unstyled dt {
  font-weight: 400;
}
dl.unstyled dd {
  margin-left: 0;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
 
  zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.grid {
  width: 1100px;
  margin: 0 auto;
  *zoom: 1;
}
.grid:before,
.grid:after {
  display: table;
  line-height: 0;
  content: "";
}
.grid:after {
  clear: both;
}
.grid .main-wrap,
.grid .sidebar {
  float: left;
}
/* 左面230px，右面适应 */
.grid .main-wrap {
  width: 100%;
}
.grid .main {
  min-height: 1px;
  margin-left: 245px;
}
.grid .sidebar {
  width: 230px;
  margin-left: -1100px;
}
/* 右面230px，左面适应 */
.grid-inverse .main {
  margin-left: 0;
  margin-right: 245px;
}
.grid-inverse .sidebar {
  margin-left: -230px;
}
.ui-btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ededed;
  border: 1px solid #d2d2d2;
  *border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *display: inline;

  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.ui-btn-info:hover,
.ui-btn-info:focus,
.ui-btn-info.active,
.ui-btn-info:active {
  background-color: #00A0FF;
}
.ui-btn-inverse {
  color: #ffffff;
  background-color: #00A0FF;
  border-color: #00A0FF;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999;
}
label,
input,
button,
select,

textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}


textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],

.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],


select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}




.ui-ico {
  display: inline-block;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../../lib/img/global.png?2014");
  background-repeat: no-repeat;
}
.ui-ico-sohu,
.ui-ico-sina,
.ui-ico-qq,
.ui-ico-zhubajie,
.ui-ico-wechat {
  width: 16px;
  height: 16px;
  background-position: -98px 0;
}



ul.ui-breadcrumb {
  padding: 8px 0;
  margin: 0;
  list-style: none;
}
ul.ui-breadcrumb li {
  display: inline-block;
  *display: inline;

  *zoom: 1;
  *float: left;
  _padding-left: 5px;
  _padding-right: 5px;
}
.ui-breadcrumb-divider {
  padding: 0 5px;
  color: #656565;
  font-family: simsun, serif;
}
.ui-breadcrumb a {
  color: #656565;
}
.ui-breadcrumb .active {
  color: #656565;
  background: none;
}



.ui-poptip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  display: none;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ffc059;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  white-space: normal;
}
.ui-poptip-bd {
  padding: 20px;
}
.ui-poptip .ui-poptip-arrow,
.ui-poptip .ui-poptip-arrow i {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  _border-style: dashed;
  border-color: transparent;
}


.ui-dropdown {
  display: inline-block;
  position: relative;
  *display: inline;
  *zoom: 1;
  line-height: 18px;
  z-index: 100;
  white-space: nowrap;
}
.ui-dropdown-hd {
  display: inline-block;
  padding: 1px 14px 1px 8px;
}
.ui-dropdown-hd b {
  position: absolute;
  right: 3px;
  top: 7px;
  width: 0;
  height: 0;
  border-width: 4px;
  border-style: solid;
  border-color: #666 transparent transparent;
  font-size: 0;
  line-height: 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform .5s ease;
}
.ui-dropdown-hd:hover {
  text-decoration: underline;
  color: #ff6600;
}
.ui-dropdown-menu {
  display: none;
}
.ui-dropdown.hover .ui-dropdown-hd,
.ui-dropdown:hover .ui-dropdown-hd {
  position: relative;
  z-index: 1;
  border: solid #bfbfbf;
  padding: 0 13px 1px 7px;
  border-width: 1px 1px 0;
  background: #fff;
}
.ui-dropdown.hover .ui-dropdown-hd b,
.ui-dropdown:hover .ui-dropdown-hd b {
  border-color: #fff #fff #666\9;
  top: 3px;
  top: 6px\9;
  *top: 3px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform .5s ease;
}
.ui-dropdown.hover .ui-dropdown-menu,
.ui-dropdown:hover .ui-dropdown-menu {
  display: block;
  position: absolute;
  top: 100%;
  margin-top: -1px;
  left: 0;
  float: left;
  min-width: 72px;
  padding: 5px;
  border: 1px solid #bfbfbf;
  background: #fff;
}
.ui-dropdown.hover .ui-dropdown-menu a,
.ui-dropdown:hover .ui-dropdown-menu a {
  display: block;
  padding: 2px 5px;
}
.ui-dropdown.hover .ui-dropdown-menu.fr,
.ui-dropdown:hover .ui-dropdown-menu.fr {
  left: auto;
  right: 0;
}
=
.ui-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 490;
  background-color: #888;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ui-pop {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 500;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  outline: none;
}
.ui-pop background-clip {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-pop-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.ui-pop-header .ui-pop-close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.ui-pop-header .ui-pop-close:hover,
.ui-pop-header .ui-pop-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.ui-pop-header h3 {
  margin: 0;
  line-height: 30px;
}
.ui-pop-body {
  position: relative;
  overflow-y: auto;
  padding: 15px;
}
.ui-pop-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.ui-pop-footer .ui-btn + .ui-btn {
  margin-left: 5px;
  margin-bottom: 0;
}

html.ui-noscroll {
  overflow: hidden;
}
html.ui-noscroll body {
  overflow: hidden;
}
.ui-window2-wrap {
  position: fixed;
  overflow: auto;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 500;
}
.ui-window2-wrap .ui-pop {
  position: absolute;
}


.ui-header {
  position: relative;
  background: #FFF;
  z-index: 20;
}
.ui-header-top {
  height: 30px;
  background: #f8f8f8;
  border-bottom: 1px solid #e7e7e7;
  line-height: 30px;
  color: #333;
  width: 100%;
  z-index: 210;
}
.ui-header-top .current-site {
  margin-left: 14px;
  font-weight: bold;
}
.zbj-grid {
width: 1190px;
margin: 0 auto;
}
.split {
display: inline-block;
padding: 0 5px;
color: #eeeeee;
}
.ui-dropdown .app-download .img {
margin-top: 15px;
margin-left: 22px;
}
.ui-dropdown .app-download .img img {
width: 86px;
}
.ui-header-bd {
  height: 77px;
  padding: 35px 0 15px;
}
.ui-header-bd .ui-logo {
  position: relative;
  margin: 0 0;
  width: 400px;
}
.ui-header-bd .ui-logo .ui-logo-main img {
  height: 64px;
  width: 123px;
}
.ui-header-bd .ui-logo-sub {
  display: block;
  position: absolute;
  top: 0;
  left: 124px;
  width: 235px;
  height: 64px;
  overflow: hidden;
  background-color: #fff;
  z-index: 2;
  color: #888;
}
.ui-header-bd .ui-logo-sub .item-txt {
  display: inline-block;
  margin-left: 26px;
  padding: 0 26px;
  line-height: 64px;
  border-left: 1px solid #888;
  font-size: 26px;
  font-weight: 400;
}
.ui-header-bd .ui-logo-sub:hover {
  text-decoration: none;
  color: #888;
}
.ui-header-entry .ui-header-task-entry {
  border-radius: 0;
  margin-left: 10px;
  font-size: 14px;
  padding: 0 8px 0 0;
  position: relative;
  height: 43px;
  line-height: 43px;
  border: 1px solid #00A0FF;
  background: #00A0FF;
}
.ui-header-entry .ui-header-task-entry a.ui-header-task-entry-link {
  color: #fff;
  padding-right: 18px;
  padding-left: 18px;
}
.ui-header-entry .ui-header-task-entry b {
  top: 21px;
  right: 13px;
  border-color: transparent;
  border-top-color: #fff;
}
.ui-header-entry .ui-header-task-entry:hover a.ui-header-task-entry-link,
.ui-header-entry .ui-header-task-entry-hover a.ui-header-task-entry-link {
  text-decoration: none;
  background: none;
  border: none;
  padding: 1px 18px;
}
.ui-header-entry .ui-header-task-entry:hover b,
.ui-header-entry .ui-header-task-entry-hover b {
  top: 21px;
  right: 6px;
  border-color: transparent;
  border-top-color: #fff;
}
.ui-header-entry .ui-header-task-entry:hover .ui-header-task-panel,
.ui-header-entry .ui-header-task-entry-hover .ui-header-task-panel {
  color: #000;
  cursor: default;
  right: -1px;
  margin-top: -1px;
  padding: 0;
  border: 1px solid #dcdcdc;
  width: 288px;
}
.ui-header-entry .ui-header-task-entry-hover b {
  right: 10px;
}
.ui-header-entry .ui-header-task-panel .task-panel-hd,
.ui-header-entry .ui-header-task-panel .task-panel-bd {
  margin: 15px 17px;
}
.ui-header-entry .ui-header-task-panel .task-panel-hd {
  border-bottom: 1px dashed #dcdcdc;
  padding-bottom: 10px;
  font-size: 18px;
  color: #333;
}
.ui-header-entry .ui-header-task-panel .task-panel-bd {
  margin-bottom: 23px;
}
.ui-header-entry .ui-header-task-panel .task-reason {
  text-align: left;
}
.ui-header-entry .ui-header-task-panel .task-reason li {
  background: url("../../lib/img/taskbgs.png") no-repeat left center;
  background-repeat: no-repeat;
  color: #9C9C9C;
  margin-bottom: 17px;
  padding-left: 56px;
  padding-top: 5px;
  font-size: 12px;
}
.ui-header-entry .ui-header-task-panel .task-reason .task-reason-response {
  background-position: 0 -45px;
}
.ui-header-entry .ui-header-task-panel .task-reason .task-reason-join {
  background-position: 0 -102px;
}
.ui-header-entry .ui-header-task-panel .task-reason .task-reason-result {
  background-position: 0 -157px;
}
.ui-header-entry .ui-header-task-panel .task-reason .task-reason-free {
  background-position: 0 -211px;
}
.ui-header-entry .ui-header-task-panel .task-reason .task-reason-desc {
  font-size: 14px;
  color: #7a7a7a;
}
.ui-header-entry .ui-header-task-panel a.ui-header-gotopub {
  padding: 8px 75px;
}
.ui-header-entry .ui-header-task-panel .task-panel-ft {
  background: #eaecea;
  border-top: 1px solid #dcdcdc;
  padding: 17px;
  font-size: 12px;
  line-height: 20px;
}
.ui-header-entry .ui-header-task-panel .task-panel-ft .ui-header-gototaskhall {
  background: url("../../lib/img/taskbgs.png") no-repeat 0 0;
  width: 58px;
  height: 40px;
  margin-right: -5px;
}
.ui-header-entry .ui-header-task-panel .task-panel-ft .ui-header-tasklist {
  width: 180px;
  height: 40px;
  overflow: hidden;
  line-height: 12px;
}
.ui-header-entry .ui-header-task-panel .task-panel-ft .ui-header-tasklist .task-list-item .task-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 6px;
}
.ui-header-entry .ui-header-task-panel .task-panel-ft .ui-header-tasklist .task-list-item .task-title a {
  display: inline;
  padding: 0;
  white-space: nowrap;
}
.ui-header-entry .ui-header-task-panel .task-panel-ft .ui-header-tasklist .task-list-item .task-detail {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
.ui-header-entry .ui-header-task-panel .task-panel-ft .ui-header-tasklist .task-list-item .task-detail span {
  display: inline-block;
  color: #999;
}
.ui-header-entry .right-arr {
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #FFF;
  margin-left: 6px;
  position: relative;
  top: 1px;
}
.ui-header-search {
  margin-right: 10px;
  /* 搜索框默认搜索提示 */
}

.ui-header-search input.search-query:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #00A0FF;
}
.ui-header-search .input-append {
  margin-bottom: 0;
}
.ui-header-search .input-append .ui-btn-inverse {
  font-size: 14px;
  line-height: 20px;
  background: #00A0FF;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}
.ui-header-search .ui-dropdown-hd {
  background: #f6f6f6;
  padding: 10px 10px 9px 15px;
  line-height: 20px;
  height: 20px;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #f6f6f6;
}
.ui-header-search .ui-dropdown-hd span {
  display: inline-block;
  width: 50px;
}
.ui-header-search .ui-dropdown-hd .iconfont {
  color: #cbcbcb;
}
.ui-header-search .ui-dropdown {
  position: absolute;
  cursor: pointer;
  font-size: 12px;
  margin-top: 3px;
  margin-left: 3px;
}
.ui-header-search .ui-dropdown.hover .ui-dropdown-hd,
.ui-header-search .ui-dropdown:hover .ui-dropdown-hd {
  padding: 10px 10px 9px 15px;
  border-width: 0 1px;
  border-left-color: #f6f6f6;
  border-right-color: #e5e5e5;
}
.ui-header-search .ui-dropdown.hover .ui-dropdown-hd:hover,
.ui-header-search .ui-dropdown:hover .ui-dropdown-hd:hover {
  text-decoration: none;
}
.ui-header-search .ui-dropdown.hover .ui-dropdown-menu,
.ui-header-search .ui-dropdown:hover .ui-dropdown-menu {
  margin-top: -1px;
  padding: 0;
  border-top: none;
  min-width: 74px;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.ui-header-search .ui-dropdown.hover .ui-dropdown-menu a,
.ui-header-search .ui-dropdown:hover .ui-dropdown-menu a {
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 15px;
}
.ui-header-search .ui-dropdown.hover .ui-dropdown-menu a:hover,
.ui-header-search .ui-dropdown:hover .ui-dropdown-menu a:hover {
  text-decoration: none;
  background: #eee;
}
.ui-header-search .placeholder-tip {
  color: #9c9c9c;
  font-size: 14px;
  top: 13px;
  left: 94px;
  position: absolute;
  z-index: 3;
}
.ui-header-bd-delimiter {
  margin-top: 16px;
  color: #ccc;
}
.ui-header-search-hotwords {
  color: #999;
  display: none;
  overflow: hidden;
  width: 525px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 5px;
  font-family: simsun, serif;
}
.ui-header-search-hotwords a {
  color: #999;
  margin-right: 13px;
  font-size: 12px;
  line-height: 1;
}
.ui-header-search-hotwords a:hover {
  text-decoration: underline;
  color: #F60;
}
.ui-header-search-hotwords .hot {
  color: #ff9000;
}
.ui-header-hashotwords .ui-header-search-hotwords {
  display: block;
}
.ui-header .item-userinfo .nouserinfo {
  padding: 0!important;
}
.ui-account {
  *width: 180px;
  min-width: 180px;
}
.ui-account li {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-bottom: 1px dashed #d8d8d8;
}
.ui-account li a {
  display: inline-block !important;
  padding: 0!important;
}
.ui-account li a:hover {
  text-decoration: none;
}
.ui-account li .zbj-tooltip {
  display: inline-block;
  width: 12px;
  height: 11px;
  overflow: hidden;
  line-height: 99;
  margin-top: 9px;
  background: url(../../../r/page/user_money_detail.png) no-repeat -17px 0;
}
.ui-account li.item-account {
  overflow: hidden;
  white-space: nowrap;
}
.ui-account li.item-account a {
  margin-left: 5px;
}
.ui-account li.item-ft {
  margin-top: -1px;
  background: #eee;
  border: none;
}
.t5s.seller .ui-menu-bd {
  width: 870px;
}
/* mobile entrance */
.mqrcode-wrap {
  display: inline;
  visibility: hidden;
  position: relative;
  -webkit-transition: 0s visibility;
  -moz-transition: 0s visibility;
  -o-transition: 0s visibility;
  transition: 0s visibility;
}
#j-mobiphone:hover ~ .mqrcode-wrap,
.mqrcode-wrap:hover {
  visibility: visible;
}
.mqrcode.ui-poptipnoc {
  position: absolute;
  display: block;
  padding: 0;
  left: -126px;
  top: 16px;
  width: 180px;
  height: 225px;
}
.mqrcode .ui-poptipnoc-bd {
  padding: 0;
}
.mqrcode p {
  text-align: center;
  color: #666;
  line-height: 18px;
}
.mqrcode-img {
  margin: 5px;
  margin-bottom: 1px;
  width: 170px;
  height: 170px;
  background: url("../../lib/img/mqrcode.png");
}
.ui-header-nav .ui-dropdown-menu.navmsg {
  width: 140px;
  padding: 5px;
}
.ui-header-nav .ui-dropdown-menu.navmsg .highlight {
  float: right;
}
.ui-menu-bd .ui-menu-special {
  display: none;
}
.hall-nav a {
  color: #666;
}
.hall-nav a:hover {
  color: #F60;
}
.hall-nav {
  border-bottom: 2px solid #028adb;
  background-color: #FFF;
}
.halnavusernewsl-nav .grid {
  overflow: hidden;
}

.hall-nav ul {
  height: 35px;
  overflow: hidden;
}
.hall-nav ol, ul { 
    list-style:none;
    margin:0 0 0 35px;
}
.hall-nav ul li {
  float: left;
  padding: 7px 10px;
  margin-right: 10px;
}
.hall-nav ul a {
  text-decoration: none;
}
.hall-nav ul.fl li.cur {
  background-color: #028adb;
  box-shadow: 3px 10px 10px #BBB;
}
.hall-nav ul.fl li.cur a {
  color: white;
}
.hall-nav ul.fr li.cur a {
  color: #028adb;
}
.hall-nav ul.fl a {
  font-size: 16px;
}
.hall-nav ul.fr li {
  padding: 7px 0;
  margin-left: 10px;
}
.hall-nav h2 {
  font-weight: normal;
  font-size: 1em;
  margin: 0;
}
.ui-dropdown:hover .ui-dropdown-menu.hezuo-login a {
  padding: 0;
  padding-left: 5px;
  display: inline;
}
.hezuo-login.ui-dropdown-menu li {
  margin-bottom: 5px;
  float: none;
  width: auto;
}
.hezuo-login li a.qq {
  background-position: 0 -32px;
}
.hezuo-login li a.xinL {
  background-position: 0 -64px;
}
.hezuo-login li a.touban {
  background-position: 0 -48px;
}
.hezuo-login li a.ren {
  background-position: 0 -16px;
}
.hezuo-login li a.taob {
  background-position: 0 0px;
}
.hezuo-login li a.zhubajie {
  background: url(../../../r/p/login-zbj.png) no-repeat;
}
.ui-header-nav .item-usernews {
  position: relative;
}
.ui-header-nav .ui-poptip {
  z-index: 100;
}
.navusernews {
  position: relative;
}
.navusernews .ui-poptipnoc {
  left: -60px;
  top: 15px;
  white-space: nowrap;
}
.navusernews .ui-poptipnoc .ui-poptipnoc-bd {
  color: #666;
  padding: 3px 8px;
  width: 75px;
  height: 16px;
  line-height: 16px;
  cursor: default;
}
.navusernews .ui-poptipnoc .ui-poptipnoc-arrow {
  right: 12px;
  left: auto;
  border-width: 6px;
  top: -6px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #ffc059;
}
.navusernews .ui-poptipnoc .ui-poptipnoc-arrow i {
  border-width: 5px;
  top: 1px;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.navusernews:hover .ui-poptipnoc {
  display: none;
}
.ui-header-top .ui-dropdown {
  z-index: 101;
}
.ui-header-nav .menu-tips-num {
  height: 17px;
  line-height: 17px;
  padding: 0 5px;
  font-size: 12px;
  font-weight: normal;
  background: #FE6600;
  border-radius: 3px;
  color: #fff;
  text-shadow: none;
}
#j-msg-recommend {
  display: none;
}
.ui-header-mini .ui-header-a-d {
  display: none;
}
.ui-header-mini .ui-header-bd {
  height: 38px;
}
.ui-header-top a{
  color: #555;
}
.ui-header-mini .ui-logo .ui-logo-main img {
  height: 38px;
  width: 73px;
}
.ui-header-mini .ui-header-bd-delimiter {
  margin-top: 12px;
}
.ui-header-mini .ui-header-task-entry {
  height: 34px;
  line-height: 34px;
}
.ui-header-mini .ui-header-task-entry b,
.ui-header-mini .ui-header-task-entry:hover b {
  top: 16px;
}
.ui-header-mini .ui-header-task-entry-hover b {
  top: 16px;
}
.ui-header-mini .ui-header-search .input-append .ui-btn-inverse {
  padding-top: 0;
  padding-bottom: 0;
  height: 36px;
}
.ui-header-mini .ui-header-search .ui-dropdown-hd,
.ui-header-mini .ui-header-search .ui-dropdown.hover .ui-dropdown-hd,
.ui-header-mini .ui-header-search .ui-dropdown:hover .ui-dropdown-hd {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ui-header-mini .search-query {
  padding-top: 5px;
  padding-bottom: 4px;
  height: 21px;
  line-height: 21px;
  width: 290px;
}
.ui-header-mini .ui-logo {
  height: 38px;
}
.ui-header-mini .ui-header-bd .ui-logo-sub {
  height: 38px;
  left: 75px;
  background: #fff!important;
}
.ui-header-mini .ui-header-bd .ui-logo-sub .item-txt {
  line-height: 38px;
  font-size: 20px;
  color: #888;
}
.ui-header-mini .ui-header-hashotwords .ui-header-search-hotwords {
  display: none;
}
.ui-header-mini .placeholder-tip {
  top: 9px;
}
.ui-header-fixed .ui-header-a-d {
  display: none;
}
.ui-header-fixed .ui-header-top,
.ui-header-fixed .ui-header-bd-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.ui-header-fixed .ui-header-bd-wrap {
  top: 26px;
  background: #fff;
  box-shadow: 0 1px 5px #ddd;
  border-bottom: 1px solid #e6e6e6;
}
/*mini搜索框，用于logo过长的页面*/
.ui-header-bd-mini .ui-header-search .search-query {
  width: 300px;
}
.ui-header-fixed-tips {
  width: 180px;
  font-size: 12px;
  margin-top: 38px;
  margin-left: -30px;
  line-height: 1.5;
  display: none;
}
.ui-header-fixed .ui-header-fixed-tips {
  display: block;
}
.ui-dropdown-menu h4 {
  font-size: 14px;
  text-align: center;
}
.f-oringe {
  color: #ff6600;
}
.ui-dropdown .app-download {
  width: 230px;
  margin-top: -10px;
}
.ui-dropdown .app-download .img {
  float: left;
}
.ui-dropdown .app-download .text {
  float: left;
  margin-top: 15px;
  margin-left: 10px;
}
.ui-dropdown .app-download .text p {
  margin: 0;
}
.ui-dropdown .app-download .text p:first-child {
  text-indent: 5px;
}



.ui-footer {
  background: #fff;
}
.ui-footer-hd {
  padding: 30px 0;
  background: #363636;
  color: #999;
  margin-bottom: 15px;
}
.ui-footer-hd a {
  color: #999;
}
.ui-footer-hd dl {
  float: left;
  width: 16.6%;
  margin: 0;
}
.ui-footer-hd dl.item-app {
  text-align: center;
  margin-left: -30px;
}
.ui-footer-hd dt {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #ccc;
  font-family: "Microsoft YaHei", sans-serif;
}
.ui-footer-hd dd {
  margin-left: 0;
  line-height: 25px;
}
.ui-footer-hd .item-contact {
  text-align: center;
}
.ui-footer-hd .item-contact dt {
  font-size: 22px;
}
.ui-footer-hd .item-contact .item-chat {
  border-bottom: 1px solid #2a2a2a;
  padding-bottom: 5px;
  display: block;
}
.ui-footer-hd .item-contact .item-chat:hover .zbj-bottomtip-pos {
  display: block;
}
.ui-footer-hd .item-contact .item-chat .zbj-bottomtip-pos {
  display: none;
  border: none;
  background-color: transparent;
  margin-top: 5px;
  position: absolute;
  z-index: 200;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.ui-footer-hd .item-contact .item-chat .zbj-bottomtip {
  margin-left: -48px;
  padding: 0 5px;
  border-radius: 3px;
  background-color: #646464;
  color: #a9a9a9;
}
.ui-footer-hd .item-contact .item-chat .zbj-bottom-arrow {
  top: -10px;
  left: 42%;
  border-width: 5px;
  border-bottom-color: #646464;
  margin-left: -11px;
}
.ui-footer-hd .item-contact .item-chat .zbj-bottom-arrow > i {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  _border-style: dashed;
  border-color: transparent;
  top: -10px;
  left: 35%;
  border-width: 5px;
  border-bottom-color: #646464;
}
.ui-footer-hd .item-contact .item-sns {
  border-top: 1px solid #434343;
  padding-top: 5px;
}
.ui-footer-hd .item-contact .item-sns .ui-ico {
  margin-right: 5px;
}
.ui-footer-bd {
  text-align: center;
  padding-bottom: 20px;
}
.ui-footer-exlink,
.ui-footer-sitelink {
  line-height: 30px;
}
.ui-footer-sitelink a {
  color: #666;
}
.ui-footer-exlink a {
  margin-right: 5px;
  color: #999;
}
.ui-footer-exlink .item-more {
  font-family: simsun;
}
.ui-footer-copyright {
  margin-bottom: 10px;
}
.ui-footer-copyright a {
  color: #999;
}
.ui-footer-gov a {
  display: inline-block;
  margin-left: 20px;
}
.ui-footer-gov a .item-txt {
  display: none;
}
.ui-footer-mini .ui-footer-hd {
  display: none;
}

/* IE 67 hack 哪天不兼容IE67的时候删除这段样式 */
.ie-update {
  background: #FCF8E3;
  border: 2px solid #FBEED5;
  padding: 2px;
  text-align: center;
  font-size: 14px;
}
input,
textarea {
  _width: auto;
}
ul.inline li,
ol.inline li {
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  _padding-left: 5px;
  _padding-right: 5px;
}
.ui-breadcrumb .active {
  _background-color: none;
}
.ui-form-search .search-query {
  _padding: 3px;
}
.ui-menu-bd {
  zoom: 1;
  padding: 0;
}
.ui-menu-bd a:hover {
  _color: #fff;
  _overflow: hidden;
}
.ui-menu-ext a:hover {
  _color: #fff;
}
.ui-tab-nav-tips li a {
  _margin-top: 3px;
}
.ui-tab-nav .active {
  *background-color: transparent;
}
.ui-tooltip-arrow {
  _border-style: dashed;
}
.ui-footer {
  _zoom: 1;
}
.ui-footer .ui-foter-link {
  _zoom: 1;
}
.category-title a,
.category-title a:hover {
  _color: #fff;
}




/***隐藏百度推广***/
.asset-a-d iframe {
  display: none;
}
/***隐藏百度推广***/
.asset-a-d iframe {
  display: none;
}
/***********自定义滚动条重写**********/
.mCustomScrollbar .mCustomScrollBox .mCSB_container {
  margin-right: 0;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  background-color: #e5e5e5;
  background-color: rgba(229, 229, 229, 0.75);
}
.mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
  background-color: #e5e5e5;
  background-color: rgba(229, 229, 229, 0.8);
  width: 2px;
}
.ui-ico-cs-h {
  background: #f60 none repeat scroll 0 0;
  color: #fff;
  font-style: normal;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 136px;
  font-family: "microsoft yahei";
}
.witkey-adv {
  position: relative;
}
.witkey-adv .bz,
.witkey-adv .wk {
  position: absolute;
  width: 95px;
  height: 194px;
  top: 41px;
}
.witkey-adv .bz {
  left: 8px;
}
.witkey-adv .wk {
  right: 11px;
}
.ui-tools-app .ui-poptipnoc {
  display: none;
}
