html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
abbr,
cite,
dfn,
em,
img,
ins,
s,
u,
i,
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,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-family: "arial", "Microsoft Yahei", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
}

html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body {
  font: 12px/1 "arial", "Microsoft Yahei", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  min-width: 1200px;
  background: #f3f5f7;
  cursor: default;
}

ul,
ol,
li {
  list-style-type: none;
}

address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}

input,
button,
textarea,
select {
  outline: none;
  border-style: none;
  font-family: "arial", "Microsoft Yahei", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
}

img {
  vertical-align: middle;
  border: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #d6363b;
  text-decoration: none;
}

a.color-333 {
  color: #333;
}

a.color-333:hover,
.hover-red:hover {
  color: #d6363b;
}

.p_r {
  position: relative;
}

.f12 {
  font-size: 12px;
}

.mt5 {
  margin-top: 5px;
}

.mb8 {
  margin-bottom: 8px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mb18 {
  margin-bottom: 18px;
}

.pr20 {
  padding-right: 20px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

li:focus {
  outline: none;
}

.red,
.red:hover {
  color: #d6363b;
}

.cursor {
  cursor: pointer;
}

.overflow {
  overflow: hidden;
}

.container-fluid {
  width: 100%;
  background: #fff;
}

.container {
  width: 1200px;
  margin: 0 auto;
  display: block;
}

.container:after,
ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.nowrap {
  white-space: nowrap;
  word-break: keep-all;
}

.wrap {
  white-space: normal;
  word-break: break-all;
}

.ellipsis {
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  word-wrap: normal;
}

.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  word-break: break-all;
}

.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  word-break: break-all;
}

.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  -webkit-line-clamp: 5;
  -moz-line-clamp: 5;
  -ms-line-clamp: 5;
  -o-line-clamp: 5;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  word-break: break-all;
}

.dis_block_parent {
  font-size: 0;
  letter-spacing: -3px;
}

.dis_block_child {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
}

.no-border {
  border: none !important;
}

.color-333 {
  color: #333;
}

.color-999 {
  color: #999;
}

.color-red {
  color: #d6363b;
}

.back-red {
  color: #d6363b;
}

.meetstate {
  font-size: 16px;
  width: 79px;
  height: 15px;
  line-height: 15px;
  display: inline-block;
  margin-left: 10px;
}

.color-org {
  color: #ff9800;
}

.text12-333 {
  color: #333;
  font-size: 12px;
}

.text12-red {
  color: #d6363b;
  font-size: 12px;
}

.text12-999 {
  color: #999;
  font-size: 12px;
}

.text14-333 {
  color: #333;
  font-size: 14px;
}

.text14-666 {
  color: #666;
  font-size: 14px;
}

.text14-999 {
  color: #999;
  font-size: 14px;
}

.text14-fff {
  color: #fff;
  font-size: 14px;
}

.text16-red {
  color: #d6363b;
  font-size: 16px;
}

.text16-333 {
  color: #333;
  font-size: 16px;
}

.text14-999 {
  color: #999;
  font-size: 14px;
}

.text16-org {
  color: #ff9800;
  font-size: 16px;
}

.text18-333 {
  color: #333;
  font-size: 18px;
}

.container-title {
  height: 18px;
  line-height: 18px;
  margin: 0 auto;
  width: 1200px;
  color: #666;
  padding: 6px 0;
}

.container-title .float-left {
  cursor: pointer;
}

.container-title .link-old {
  color: #d6363b;
  margin-right: 15px;
}

.container-title .login-info .shop-link {
  margin-right: 20px;
}

.shop-test:hover {
  color: #666;
}

.container-title p {
  text-align: right;
}

.container-title p span,
.container-title p a {
  display: inline-block;
  height: 18px;
  padding: 0 0 0 9px;
  font-size: 16px;
  color: #333;
  font-size: 12px;
}

.container-title .nologin-info p a {
  padding: 0;
  margin-left: 30px;
}

.container-title p a:hover {
  text-decoration: none;
}

.container-title p span {
  background: url(../img/icon.png) no-repeat right -226px;
  padding-right: 13px;
  position: relative;
  cursor: pointer;
  min-width: 60px;
  text-align: left;
}

.container-title p a.tipnews .mailNum {
  background-color: #bf3943;
  border-radius: 3px;
  margin-left: 6px;
  position: absolute;
  color: #fff;
  left: 5px;
  top: -6px;
}

.container-title p a.user-register {
  padding: 0 9px;
  font-size: 12px;
}

.container-title p a.tipnews {
  background: url(../img/news2.png) no-repeat left 0;
  padding-left: 30px;
  padding-right: 14px;
  border-right: 1px solid #d7d7d7;
  position: relative;
}

.container-title p span:hover {
  background: url(../img/icon.png) no-repeat right -210px;
}

.container-title p span em {
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 10;
  background: #fff;
  overflow: hidden;
  padding-top: 6px;
}

.container-title p span em a {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #666;
  float: left;
  margin-bottom: 5px;
  padding: 0;
  width: 100%;
  text-align: left;
  padding-left: 7px;
}

.container-title p span em a s {
  text-decoration: none;
  padding: 0 7px 0 3px;
  height: 26px;
  line-height: 22px;
  display: inline-block;
}

.container-title p span em a:first-child s {
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.container-title p span em a:hover {
  color: #D77075;
}

.top-banner {
  background: #c52526 url("../img/index-top-show-bg.png") repeat-x;
  height: 110px;
}

.other-nav li {
  float: left;
  margin: 0 15px;
}

.other-nav li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
}

.other-nav li a img {
  vertical-align: middle;
}

.search-input {
  text-indent: 10px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  color: #333;
  outline: 0;
  position: relative;
  width: 100%;
  margin: 0;
}

.search-input::-webkit-input-placeholder {
  color: #b2b2b2;
}

.search-input:-moz-placeholder {
  color: #b2b2b2;
}

.search-input::-moz-placeholder {
  color: #b2b2b2;
}

.search-input::-ms-input-placeholder {
  color: #b2b2b2;
}

.search-btn {
  position: absolute;
  cursor: pointer;
  width: 36px;
  padding: 0;
  color: #b2b2b2;
  background: url("../img/newicon2.png") no-repeat 0 -173px;
  right: 0;
  top: 0;
  bottom: 0;
}

#placeholder {
  color: #b2b2b2;
}

.nav-con {
  background-color: #d7332d;
  background: url("../img/navback.png") repeat-x;
}

.nav-con .container {
  position: relative;
  height: 69px;
  overflow: hidden;
}

.other-nav {
  float: left;
  width: 88px;
  height: 28px;
  color: #e06b6f;
  text-align: center;
  margin-right: 20px;
  border: 1px solid #e7e7e7;
  border: 1px solid rgba(255, 255, 255, .3);
  line-height: 28px;
  font-size: 14px;
}

.other-nav a {
  color: #fff;
}

.other-nav a:hover {
  color: #fff;
}

.nav-search {
  position: absolute;
  right: 0;
  top: 20px;
}

.other-nav li a img {
  margin-top: 7px;
}

.nav-search .search-form {
  width: 230px;
  height: 30px;
  position: relative;
  overflow: hidden;
}

.index-nav .nav-search .search-form {
  width: 221px;
}

.sifa-head .head-img {
  text-align: left;
  float: left;
  padding: 7px 0 0 0;
  width: 217px;
}

.sifa-head .index-nav .head-img {
  width: 345px;
}

.login-head.sifa-head .head-img {
  background: none;
}

.sifa-head .head-img .renminxin {
  width: 141px;
  margin-left: 10px;
  vertical-align: -26px;
}

.nav-wrap {
  margin-left: 217px;
  padding: 20px 0;
  position: relative;
  height: 29px;
  overflow: hidden;
}

.main-nav {
  margin-right: 250px;
}

.index-nav .nav-wrap {
  margin-left: 415px;
}

.pai-xmpp-countdown .emend {
  color: #999;
  margin-left: 5px;
}

.nav-wrap .main-nav li {
  float: left;
}

.nav-wrap .main-nav li .nav-a {
  text-align: center;
  padding: 8px 0;
  display: inline-block;
  margin-right: 45px;
  position: relative;
  font-size: 16px;
  color: #fff;
}

.nav-wrap .main-nav li .nav-a:hover {
  color: #fff;
}

.nav-wrap .main-nav li:hover .nav-a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 18px;
  background: #fff;
}

.nav-wrap .main-nav li.active .nav-a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 18px;
  background: #fff;
}

.nav-wrap .main-nav li:hover .nav-a {
  text-decoration: none;
}

.judicial-school {
  width: 100%;
  border-top: 1px solid #d7d7d7;
  background: #fff;
}

.judicial-school-ul {
  float: left;
  margin: 30px 0 10px 20px;
  width: 165px;
}

.judicial-school-h2 {
  font-size: 18px;
  color: #333;
  padding-left: 10px;
  height: 18px;
  line-height: 18px;
  padding-bottom: 10px;
}

.judicial-school-li {
  padding-left: 12px;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

.judicial-school-li a {
  font-size: 12px;
  color: #666;
}

.judicial-school-li a:hover {
  color: #d6363b;
  text-decoration: none;
}

.judicial-school .foot {
  padding: 10px 20px 0;
}

.judicial-school .about-us {
  width: 165px;
  border-left: 1px solid #d7d7d7;
  padding-left: 50px;
}

.about-us .judicial-school-li span {
  display: block;
  text-indent: 4rem;
}

.sifa-foot {
  background: #333;
  width: 100%;
}

.sifa-foot-p {
  border-top: 0;
  margin-top: 0;
  color: #666;
  text-align: center;
  line-height: 20px;
  padding: 20px 0;
}

.sifa-foot-s {
  padding: 0 20px;
  color: #999;
  font-size: 12px;
}

.auction-interaction {
  width: 480px;
  position: relative;
  top: 0;
}

.auction-container {
  height: 60px;
  background: #fff;
  position: relative;
}

.auction-process {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 60px;
  text-align: center;
  background-color: #d6363b;
  margin: 0;
  font-size: 24px;
  color: #fff;
  padding: 20px 0;
  line-height: 30px;
}

.auction-process:hover {
  color: #fff;
}

.auction-step-container {
  padding: 0 50px;
  overflow: hidden;
}

.auction-process-step {
  float: left;
  width: 120px;
  padding-left: 39px;
  height: 53px;
  padding-top: 7px;
  text-align: left;
  background: url("../img/arrow.png") no-repeat 149px center;
  padding-right: 40px;
  position: relative;
}

.auction-container .auction-process-step:last-child {
  background: none;
}

.auction-process-step div:hover .auction-process-step-a {
  color: #d6363b;
}

.auction-process-step-a {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
  text-indent: 34px;
}

.auction-process-step .num {
  margin-left: 0;
  width: 30px;
  height: 24px;
  color: #999;
  line-height: 24px;
  text-indent: 0;
}

.auction-process-step div:hover .auction-process-step .num {
  background: url("../img/newicon2.png") no-repeat -30px -273px;
}

.auction-process-step-li {
  margin-bottom: 12px;
}

.auction-process-step-a2 {
  font-size: 16px;
  color: #424242;
}

.help-tip {
  background: #e7e7e7;
  color: #999;
  display: block;
  width: 40px;
  line-height: 16px;
  padding: 17px 10px 0 15px;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
}

.help-tip:hover {
  color: #d6363b;
}

.lots-list {
  margin-right: -20px;
}

.lot-li {
  float: left;
  margin: 20px 20px 0 0;
  _display: inline;
  background: #fff;
  cursor: pointer;
}

.lot-li-a:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.lot-li-a {
  display: block;
  position: relative;
  width: 285px;
}

.lot-header-section {
  display: block;
  text-align: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 190px;
  line-height: 190px;
}

.lot-pic {
  vertical-align: top;
  width: 100%;
  max-height: 100%;
}

.lot-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  color: #333;
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  text-align: left;
  padding: 0 10px;
  margin: 10px 0;
}

.lot-title:hover {
  color: #d6363b;
}

.lot-li-a .info-section {
  color: #333;
  display: block;
  font-size: 12px;
  padding-left: 10px;
  padding-bottom: 6px;
  text-align: left;
}

.price .label {
  vertical-align: 2px;
}

.lot-li-a .price {
  margin-bottom: 6px;
  height: 21px;
  line-height: 21px;
}

.lot-current-price {
  color: #333;
  padding-left: 6px;
  font-size: 18px;
}

.price-todo .lot-current-price {
  color: #0ab86c;
}

.price-current .lot-current-price {
  color: #d6363b;
}

.price-done .lot-current-price {
  color: #d6363b;
}

.pai-xmpp-current-price {
  color: #d6363b;
  font-size: 24px;
}

.f24 {
  font-size: 24px;
}

.lot-price-assess,
.lot-time {
  line-height: 20px;
  height: 20px;
}

.lot-li-a .value {
  color: #333;
  font-size: 14px;
}

.lot-state-div {
  zoom: 1;
  clear: none !important;
  border-top: 1px solid #eee;
  width: 100%;
  height: 38px;
  line-height: 38px;
}

.flag-section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 190px;
  display: none;
}

.lot-state-div .num-auction,
.lot-state-div .num-apply {
  color: #666;
  float: right;
  padding-left: 10px;
  margin: 0;
}

.lot-state-div .num-auction {
  padding-left: 0;
}

.lot-state-div .num-apply {
  float: left;
  font-size: 12px;
}

.lot-state-div .num-auction {
  margin-right: 10px;
}

.lot-state-div .num-auction em,
.lot-state-div .num-apply em {
  padding: 0 0 0 20px;
  overflow: hidden;
  text-align: right;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  word-wrap: normal;
}

.lot-state-div .num-auction input {
  height: 20px;
  font-size: 12px;
  padding: 0 10px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.lot-state-div .num-auction input.now {
  background: #d6363b;
}

.lot-state-div .num-auction div.start {
  background: #0ab86c;
  width: 120px;
  height: 38px;
  font-size: 16px;
  padding: 0;
  color: #fff;
  line-height: 18px;
  text-align: center;
  padding-top: 2px;
}

.lot-state-div .num-auction div.start span {
  display: inline-block;
  line-height: 36px;
}

.lot-state-div .num-auction input.finish {
  background: #d7d7d7;
}

.lot-state-div .num-auction input.start {
  background: #05a981;
}

.lot-li-a .flag-section .flag-doing,
.lot-li-a .flag-section .flag-todo {
  width: 70px;
  height: 23px;
  position: absolute;
  right: -4px;
  bottom: 45px;
}

.lot-li-a .flag-section .flag-doing {
  background-image: url("/images/flagsection.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.lot-li-a .flag-section .flag-todo {
  background-image: url("/images/flagtodo.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.lot-li-a .flag-section .flag-done {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #DBD6D3;
  opacity: .6;
  filter: alpha(opacity=60);
}

.lot-li-a .flag-section p {
  width: 134px;
  height: 54px;
  border: 3px solid #f2f2f2;
  color: #f2f2f2;
  display: inline-block;
  position: absolute;
  left: 25%;
  font-weight: bold;
  top: 65px;
  font-size: 16px;
  text-align: center;
  line-height: 54px;
}

.lot-li-a .tag-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  zoom: 1;
  clear: none !important;
}

.lot-li-a .tag-section .pai-tag {
  position: relative;
  float: right;
  margin-right: 2px;
  width: 45px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
}

.lot-li-a .tag-section .tag-buy-restrictions {
  background: #48b800;
  color: #fff;
}

.lot-li-a .tag-section .pai-tag em {
  position: absolute;
  width: 45px;
  height: 23px;
  left: 0;
  font-style: normal;
}

.lot-li-a .tag-section .tag-support-loans {
  background: #f00;
  color: #fff;
}

.lot-li-a:hover .tag-section .tag-support-loans {
  background: #f00;
  color: #fff;
}

.lot-li-a .tag-section .tag-support-loans em {
  top: -1px;
  color: #8c6d00;
}

.enterprises-img {
  float: left;
  width: 50px;
  text-align: center;
  line-height: 50px;
}

.enterprises-img img {
  width: 50px;
  height: 50px;
  border-radius: 4px;
}

.enterprises-info {
  margin-left: 64px;
}

.enterprises-name {
  padding-top: 17px;
  font-size: 14px;
  color: #666;
}

.enterprises-num {
  margin-top: 10px;
  color: #999;
}

.other-meet,
.index-meet {
  width: 917px;
  height: 200px;
  margin-top: 15px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.other-meet:hover,
.index-meet:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.index-meet.no-meetlist:hover,
.other-meet.no-meetlist:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.meeting-wrap .no-meetlist,
.no-noticelist {
  background: none;
  margin: 100px 0;
  text-align: center;
  font-size: 24px;
  width: 100%;
}

.meeting-wrap .img-wrap {
  width: 590px;
  height: 200px;
  float: left;
  overflow: hidden;
}

.meeting-wrap .img-wrap img {
  width: 100%;
}

.meeting-wrap .img-wrap .auc-noimg {
  width: 590px;
  height: auto;
  max-height: none;
}

.other-meet .img-wrap .auc-noimg {
  width: 810px;
}

.other-wrap {
  text-align: left;
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 14px;
  top: 0;
}

.meeting-type {
  width: 60px;
  height: 20px;
  float: left;
  line-height: 20px;
  text-align: center;
}

.meetingtitle {
  font-size: 18px;
}

.index-meet .people-lot {
  left: 590px;
}

.index-meet .meetingtitle {
  float: none;
  margin: 0;
}

.other-meet .meeting-type,
.index-meet .meeting-type {
  background: #ff9100;
  color: #fff;
  margin: 0;
  height: 20px;
  line-height: 20px;
  width: 50px;
  font-size: 12px;
}

.active .meeting-type {
  background: #00bfa5;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  margin: 0;
  height: 20px;
  line-height: 20px;
  width: 50px;
}

.meeting-info .titlep {
  height: 22px;
  line-height: 22px;
  margin-bottom: 10px;
}

.active .meeting-type.aaa {
  margin-top: 0;
  margin-left: 0;
}

.meeting-info {
  margin-left: 590px;
  height: 170px;
  padding: 20px 0 0 15px;
  position: relative;
}

.index-meet .meeting-info .p2 img {
  vertical-align: -2px;
  margin-right: 10px;
}

.meeting-info p {
  margin-bottom: 18px;
}

.meeting-info .onlooker {
  margin: 36px 0 12px;
}

.meet-btn {
  padding: 30px 0 0 0;
  overflow: hidden;
}

.meet-btn a {
  text-align: center;
}

.meeting-btn {
  width: 120px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  background: #d6363b;
  color: #fff;
  display: inline-block;
  margin-right: 15px;
}

.meeting-btn:hover {
  color: #fff;
}

.meeting-btn:hover {
  background-color: #c93e45;
}

.meeting-info .time-background {
  margin-top: 30px;
  line-height: 20px;
}

.people-lot {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 810px;
  background: #e7e7e7;
  color: #666;
}

.people-tab {
  width: 50%;
  float: left;
  line-height: 30px;
  text-indent: 30px;
}

.index-meet .people-tab {
  line-height: 24px;
  text-indent: 15px;
}

.collect {
  height: 36px;
  position: absolute;
  right: 340px;
  top: 10px;
  z-index: 1000;
}

.enterstyle .collect-icon {
  display: block;
}

.collect-icon {
  width: 35px;
  height: 35px;
  float: right;
  cursor: pointer;
  display: none;
}

.meeting-ul li .is-collect {
  display: block;
}

.is-collect {
  background: url(../img/newicon2.png) no-repeat -60px 0;
  display: block;
}

.no-collect {
  background: url(../img/newicon2.png) no-repeat -124px 0;
}

.collect-title {
  display: inline-block;
  text-align: center;
  line-height: 31px;
  padding: 0 8px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #fff;
  margin-top: 0;
  display: none;
}

.collect-title .triangle {
  background-color: #FFF;
  border-color: #FFF;
  overflow: hidden;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 13px;
  right: 41px;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -6px\9;
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=.7071067811865476,
      M12=-.7071067811865475, M21=.7071067811865475, M22=.7071067811865476,
      SizingMethod='auto expand');
}

.pagination .current,
.pagination .next,
.pagination .previous,
.pagination a,
.pagination .break {
  width: 40px;
  height: 26px;
  line-height: 26px;
  padding: 0;
  text-align: center;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  border: 1px solid #d7d7d7;
  border-right: none;
}

.pagination .next {
  border-right: 1px solid #d7d7d7;
}

.pagination .break {
  ve;
  line-height: 22px;
}

.pagination span.unavailable {
  cursor: not-allowed;
  background-color: #e7e7e7;
}

.pagination .previous {
  background: #fff url(../img/icon.png) no-repeat -40px -172px;
}

.pagination .arrow-right {
  background: url(../img/icon.png) no-repeat -20px -172px;
  display: inline-block;
  width: 26px;
  height: 26px;
}

.pagination span.current {
  color: #fff;
  background-color: #d6363b;
  border-color: #d6363b;
}

.pagination .page-skip {
  padding-top: 0;
  padding-bottom: 0;
}

.pagination .page-skip .page-total {
  margin-left: 3px;
  margin-right: 3px;
}

.pagination .page-skip button {
  width: 60px;
  height: 40px;
  border: 0 none;
  background-color: #d91615;
  color: #fff;
  cursor: pointer;
  margin-left: 5px;
}

.pagination-input-wrap {
  display: inline-block;
  padding-left: 15px;
}

.pagination-input {
  margin: 0 6px;
  width: 32px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #d7d7d7;
  padding: 0;
  text-align: center;
}

.pagination-input.active {
  border-color: #d6363b;
}

.pagination .pagination-go {
  width: 49px;
  height: 28px;
  border-radius: 2px;
  background-color: #d6363b;
  color: #fff;
  border: none;
  margin-left: 16px;
  cursor: pointer;
}

.company_auctionmeeting_list .acction_news {
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 2px;
}

.company_auctionmeeting_list .acction_news p {
  font-size: 14px;
  line-height: 30px;
}

.company_auctionmeeting_list .acction_news p span:first-child {
  color: #999;
}

.company_auctionmeeting_list .acction_news p span:last-child {
  font-size: 16px;
}

.colorred {
  color: #d6363b !important;
}

a.colorred:hover {
  text-decoration: underline;
}

.company_auctionmeeting_list .btn_tips {
  width: 200px;
  height: 40px;
  background: #d6363b;
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 40px;
  text-align: center;
}

.company_auctionmeeting_list {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}

.company_auctionmeeting_list img {
  width: 590px;
}

.company_auction_list_box {
  width: 1200px;
}

.meeting-wrap li .meeting-type.aaa {
  margin-left: 0;
  margin-top: 0;
}

.meeting-wrap .other-meet {
  width: 1200px;
  margin: 0 0 20px 0;
  background: #fff;
  float: left;
  height: 283px;
  position: relative;
}

.meeting-wrap .other-meet .img-wrap {
  width: 810px;
  height: 283px;
  z-index: 100;
}

.meeting-info .p1 {
  margin-top: 10px;
  margin-bottom: 15px;
}

.other-meet .meeting-info {
  margin-left: 810px;
  height: auto;
  position: relative;
  overflow: hidden;
}

.index-meet .meet-btn {
  position: absolute;
  left: 605px;
  bottom: 40px;
  padding: 0 10px 0 0;
}

.other-meet .meet-btn {
  position: absolute;
  left: 825px;
  bottom: 60px;
  padding: 0 10px 0 0;
}

.end-meet {
  width: 90px;
  height: 62px;
  position: absolute;
  right: 20px;
  bottom: 37px;
  background: url(../img/meet-end.png) no-repeat 0 0;
  display: none;
}

.other-meet .end-meet {
  bottom: 62px;
}

.company_auction_temple {
  width: 585px;
  margin-right: 30px;
  background: #fff;
  margin-bottom: 20px;
  cursor: pointer;
}

.company_auction_temple .collect {
  top: 207px;
}

.company_tit {
  position: absolute;
  background: rgba(0, 0, 0, .5);
  height: 30px;
  line-height: 30px;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 14px;
}

.company_tit .txt {
  float: left;
  display: block;
  padding: 0 3px;
  background: #00bfa5;
}

.data_list {
  float: left;
}

.company_tit .num {
  float: right;
  display: block;
  padding: 0 15px 0 0;
}

.time-chose {
  position: relative;
  height: 60px;
  overflow: hidden;
  background: #FFF;
}

.time-left,
.time-right {
  width: 20px;
  height: 100%;
  background-color: #e7e7e7;
  background-image: url("../img/newicon2.png");
  position: relative;
  z-index: 10;
  cursor: pointer;
  display: block;
}

.time-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/newicon2.png");
  background-position: -20px 0;
  z-index: 10;
}

.time-content {
  margin: 0 20px;
  height: 100%;
  background: #fff;
  position: relative;
  width: 10000px;
}

.time-content li {
  float: left;
  width: 125px;
  height: 40px;
  margin: 15px 0 0;
  border-right: 1px solid #e7e7e7;
  text-align: center;
  cursor: pointer;
}

.time-content li:hover p {
  color: #d6363b;
}

.time-num {
  margin-top: 8px;
}

.time-content li.active p {
  color: #d6363b;
}

.foot p {
  border-top: 0;
  margin-top: 0;
  color: #666;
  text-align: center;
  line-height: 20px;
  padding: 10px 0 25px;
}

.foot p span {
  padding: 0 20px;
  color: #999;
  font-size: 12px;
}

.sf-foot {
  width: 100%;
  border-top: 1px solid #ddd;
  background: #d7d7d7;
}

.sf-footdiv {
  width: 1200px;
  margin: 0 auto;
}

.sf-footdiv ul {
  float: left;
  margin: 28px 0 10px 50px;
  width: 210px;
}

.sf-footdiv h2 {
  font-size: 18px;
  color: #333;
  padding-left: 10px;
  height: 18px;
  line-height: 18px;
  padding-bottom: 24px;
}

.sf-footdiv li {
  padding-left: 12px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}

.sf-footdiv li a {
  font-size: 14px;
  color: #666;
}

.sf-footdiv li a:hover {
  color: #d6363b;
  text-decoration: none;
}

.sifa-foot .foot {
  padding: 10px 20px 0;
}

#showsum p img {
  width: 100%;
}

#moveposition {
  position: absolute;
  left: 220px;
  top: 0;
  display: none;
  z-index: 5;
  width: 200px;
  height: 140px;
  background: url("../img/whitebg.png");
}

#showsum p img {
  width: 100%;
}

#moveposition {
  position: absolute;
  left: 220px;
  top: 0;
  display: none;
  z-index: 5;
  width: 200px;
  height: 140px;
  background: url("../img/whitebg.png");
}

#showsum p span {
  margin-right: 15px;
  width: 70px;
  height: 46px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

#showsum p span.current {
  border: 2px solid #d6363b;
  width: 66px;
  height: 42px;
  border-radius: 2px;
}

#showsum p span {
  margin: 0 15px 0 0;
  width: 70px;
  height: 46px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.showimg {
  display: block;
  width: 420px;
  height: 280px;
  border-radius: 2px;
}

#bigpicshow {
  position: absolute;
  overflow: hidden;
  top: 0;
  display: none;
  width: 420px;
  height: 294px;
  left: 430px;
}

#bigpicshow img {
  max-width: none;
  max-height: none;
  position: relative;
  left: -462px;
  top: 0;
  width: 840px;
  height: 560px;
}

#showbox {
  width: 420px;
  height: 280px;
  position: relative;
  z-index: 1000;
}

.main-img {
  position: relative;
  width: 420px;
  height: 280px;
  top: 0;
  left: 0;
}

#showsum {
  overflow: hidden;
  width: 420px;
  margin-bottom: 30px;
  position: relative;
}

#showsum p {
  margin-right: -20px;
  height: 48px;
  overflow: hidden;
}

#showsum .dis_block_parent {
  width: 435px;
}

#showsum img {
  height: 48px;
  width: 72px;
}

.no-border {
  border: none;
}

.browser {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.browser-diolag {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  background: rgba(0, 0, 0, .2);
  filter: alpha(opacity=20);
}

.browser-content {
  position: absolute;
  left: 50%;
  right: 0;
  top: 268px;
  bottom: 0;
  margin-left: -274px;
  width: 548px;
  height: 268px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  background: #fff url(../img/newicon2.png) no-repeat 30px -598px;
}

.browser-text {
  padding: 50px 38px 30px 138px;
}

.browser-text .not-allowed {
  color: #d6363b;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 28px;
}

.browser-text .recommed {
  color: #666;
  font-size: 14px;
  line-height: 24px;
}

.browser-text .allowed {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 32px;
}

.browser-text .btn-cancel {
  width: 136px;
  height: 40px;
  margin-left: 68px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d6363b;
  color: #d6363b;
}

.no-notice {
  font-size: 24px;
  text-align: center;
  padding: 200px;
  display: block;
}

.no-lotdetail {
  border: 1px solid #d7d7d7;
}

.mr0 {
  padding-right: 0;
  width: 66px;
}

.auction-process-step:hover .auction-process-step-a2,
.auction-process-step:hover .num {
  color: #d6363b;
}

.auction-process:visited,
.meet-btn a:visited {
  color: #fff;
}

.icon_step {
  position: absolute;
  left: -7px;
  top: 12px;
  display: inline-block;
  width: 35px;
  height: 44px;
}

.icon_step1 {
  background: url(../img/step_icon.png) 1px 4px no-repeat;
}

.icon_step2 {
  background: url(../img/step_icon.png) -31px 4px no-repeat;
}

.icon_step3 {
  background: url(../img/step_icon.png) -64px 4px no-repeat;
}

.icon_step4 {
  background: url(../img/step_icon.png) -98px 4px no-repeat;
}

.icon_step5 {
  background: url(../img/step_icon.png) -133px 4px no-repeat;
}

.icon_step6 {
  background: url(../img/step_icon.png) -166px 4px no-repeat;
}

.auction-process-step:hover .icon_step1 {
  background: url(../img/step_icon.png) 1px -35px no-repeat;
}

.auction-process-step:hover .icon_step2 {
  background: url(../img/step_icon.png) -31px -35px no-repeat;
}

.auction-process-step:hover .icon_step3 {
  background: url(../img/step_icon.png) -64px -35px no-repeat;
}

.auction-process-step:hover .icon_step4 {
  background: url(../img/step_icon.png) -98px -35px no-repeat;
}

.auction-process-step:hover .icon_step5 {
  background: url(../img/step_icon.png) -133px -35px no-repeat;
}

.auction-process-step:hover .icon_step6 {
  background: url(../img/step_icon.png) -166px -35px no-repeat;
}

.notice-contents,
.auction-list-wrap,
.enterprises-list-wrap,
.lots-list-wrap {
  overflow: hidden;
}

.table-style th,
.table-style td {
  border: 1px solid #dcdcdc;
  border-collapse: collapse;
}

.table-style table {
  border-collapse: collapse;
}

.new-icon {
  position: relative;
  padding-left: 35px;
}

.isnews {
  position: absolute;
  background: #d6363b;
  color: #fff;
  line-height: 14px;
  padding: 0 3px;
  font-size: 12px;
  margin-left: -35px;
  border-radius: 3px;
}

.has-video {
  background: #d6363b;
  color: #fff;
  display: none;
  font-size: 12px;
  text-align: center;
}

.meeting-ul .has-video {
  width: 60px;
  right: 50px;
  top: 0;
  position: absolute;
  line-height: 20px;
}

.side-menu {
  position: fixed;
  bottom: 60px;
  right: 100px;
  z-index: 99;
}

.side-block {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  background-color: #999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.side-custom {
  background-image: url(../img/side-custom.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.side-wx {
  background-image: url(../img/side-wx.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.side-top {
  background-image: url(../img/side-top.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 30px;
}

.side-block:hover {
  background-color: #fc5e63;
}

.toorbar-text {
  width: 70px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 1000px;
  top: 0;
  background-color: #999;
  border-radius: 4px 0 0 4px;
}

.toorbar-text:hover {
  color: #fff;
}

.side-block:hover .toorbar-text {
  left: -67px;
  background-color: #fc5e63;
}

.toor-wx {
  padding: 10px 10px 4px;
  width: 150px;
  height: 170px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  border-radius: 4px;
  left: -180px;
  background-color: #fff;
}

.side-block:hover .toor-wx {
  left: -180px;
  background-color: #fff;
}

.toor-wx-img {
  width: 150px;
  height: 150px;
  margin-bottom: 6px;
  display: block;
}

.toor-wx-tit {
  font-size: 12px;
  color: #666;
  line-height: 16px;
}

.toor-wx:after {
  display: inline-block;
  content: "";
  position: absolute !important;
  right: -11px;
  top: 7px;
  border: 8px solid transparent;
  border-width: 8px 6px;
  border-color: transparent transparent transparent #fff;
}

.detail-wx {
  position: fixed;
  right: 0;
  top: 40%;
  width: 100px;
  height: 118px;
  padding: 10px 0;
  text-align: center;
  display: none;
}

.detail-wx-img {
  width: 80px;
  height: 80px;
  margin: 0 10px 6px;
}

.meet-special {
  display: none;
  font-size: 18px;
  color: #666;
  margin-top: 40px;
}

.margin-left-img {
  position: relative !important;
  top: -8px !important;
  left: -38px !important;
}