@charset "UTF-8";
body {
  min-width: 1280px;
}

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

.clear {
  zoom: 1;
}

html, body {
  font-family: "黑体", "思源黑体", "Arial Normal", Arial;
}

.bw {
  width: 1280px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  outline: none;
}

a:active, a:hover, a:focus {
  outline: none;
}

.header {
  color: #fff;
  font-size: 14px;
  width: 100%;
  height: auto;
  background-color: #333;
}

.header .head {
  line-height: 40px;
  height: 40px;
  width: 1200px;
  margin: 0 auto;
}

.header .head .span {
  float: left;
}

.header .head .loginarea {
  float: right;
}

.header .head .loginarea span {
  line-height: 16px;
  padding: 0 1em;
}

.header .head .loginarea .quit {
  padding-right: 0;
}

.header .head .loginarea .name {
  border-right: 1px solid #fff;
}

.header .head .loginarea a {
  color: #fff;
  text-decoration: none;
}

.header .head .loginarea a:hover {
  text-decoration: underline;
}

.header .logobox {
  background-color: #f2f2f2;
  font-size: 0;
  height: 100px;
  overflow: hidden;
}

.header .logobox .logo {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  text-align: right;
}

.header .logobox .logo .logoImg {
  float: left;
}

.header .logobox .logo .title {
  float: right;
  font-size: 14px;
  color: #ca1331;
  height: 100px;
  line-height: 100px;
}

.header .logobox .logo .title span {
  font-size: 22px;
  font-weight: 600;
  padding: 0 20px;
  border-right: 1px solid #ca1331;
}

.header .logobox .logo .title a {
  margin: 0 20px;
  color: #000;
  font-size: 16px;
}

.header .logobox img {
  width: 200px;
  margin: 28px 0;
  vertical-align: middle;
}

.menuBar {
  height: 70px;
  line-height: 70px;
  border: 1px solid #ca1331;
  background-color: #ca1331;
}

.menuBar a {
  color: #fff;
}

.menuBar .bw {
  font-size: 0;
}

.menuBar .menuitem {
  font-size: 16px;
  width: 200px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 100;
}

.menuBar i {
  margin-left: 1em;
}

.menuBar .menuitem:hover {
  background-color: #b51a2f;
}

.menuBar .menuitem:hover i:before {
  content: "\f126";
}

.menuBar .menulist {
  display: none;
  min-width: 70%;
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  overflow: hidden;
  box-shadow: 2px 2px 10px 4px #666;
  -moz-box-shadow: 2px 2px 10px 4px #666;
  -webkit-box-shadow: 2px 2px 10px 4px #666;
}

.menuBar .menulist li {
  line-height: 40px;
  height: 40px;
  color: #000;
  text-align: left;
  padding: 0 1em;
  font-size: 14px;
}

.menuBar .menulist li a {
  color: #333;
  display: block;
  width: 100%;
}

.menuBar .menulist li a:hover {
  font-weight: bold;
  color: #ca1331;
}

body {
  background-color: #fff;
}

.articles {
  margin-top: 30px;
  background-color: #fff;
  padding: 1em;
}

.gotop {
  display: none;
}

.buy, .sale, .secu {
  margin-bottom: 40px;
}

table {
  width: 100%;
  color: #000;
}

table thead {
  background-color: #f1f1f1;
  color: #333;
}

table thead th {
  height: 30px;
  line-height: 30px;
  padding: 0;
  color: #000;
  font-size: 16px;
}

table tbody {
  background-color: #fff;
}

table td {
  padding: 0;
  margin: 0;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  position: relative;
}

table td .search {
  max-height: 300px;
  z-index: 90;
  position: absolute;
  top: 25px;
  width: 400px;
  background-color: #f5f5f5;
  overflow: scroll;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 0;
  border: 1px solid #ccc;
  box-shadow: 1px 2px 5px 2px #d5d5d5;
  -moz-box-shadow: 1px 2px 5px 2px #d5d5d5;
  -webkit-box-shadow: 1px 2px 5px 2px #d5d5d5;
}

table td .search span {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
}

table td .search li {
  border-top: 1px solid #ccc;
}

table td .search li:hover {
  background-color: #d5d5d5;
  cursor: pointer;
}

table td span {
  width: 15px;
  height: 15px;
  margin-left: 15px;
  display: block;
}

table td span.earnmoney {
  line-height: 15px;
  height: 15px;
  margin-left: 0;
  width: auto;
  display: block;
}

table button {
  border: none;
  padding: 6px 2em;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ca1331;
  color: #fff;
  margin-left: 1em;
}

table button:hover {
  background-color: #b51a2f;
}

input {
  display: block;
  width: 100%;
  height: 25px;
  line-height: 25px;
  border: none;
  margin: 0;
  font-size: 14px;
}

.t {
  color: #000;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  padding: 4px;
}

.c {
  padding: 10px;
}

.date {
  text-align: center;
  font-size: 18px;
}

.box {
  margin: 0 auto;
  width: 1000px;
}
