body {
  overflow-x: hidden; }
  body .tactive {
    color: #ccc;
    background: red !important; }
  body .page_ctrl {
    text-align: center;
    margin: 10px auto;
    box-sizing: border-box; }
  body .page_ctrl * {
    line-height: 26px; }
  body .page_ctrl button {
    margin: 0 3px;
    min-width: 30px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    color: #5e5e5e;
    cursor: pointer;
    outline: none;
    text-align: center; }
  body .page_ctrl button:hover {
    background: #0eb0d2;
    color: #ffffff; }
  body .page_ctrl .btn_dis {
    cursor: default;
    opacity: 0.7;
    background: #eeeeee;
    color: #5e5e5e; }
  body .page_ctrl .btn_dis:hover {
    background: #eeeeee;
    color: #5e5e5e; }
  body .page_ctrl .current_page {
    background: #0eb0d2;
    color: #ffffff; }
  body .page_ctrl .input_page_num {
    width: 30px;
    height: 26px;
    margin: 0 3px;
    padding: 0;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    color: #5e5e5e;
    outline: none; }
  body .page_ctrl .page_total,
  body .page_ctrl .page_text {
    color: #2b2b2b;
    font-size: 13px; }
  body .bid-wrap {
    width: 100%;
    padding: 30px 40px; }
  body .bid-title {
    width: 100px;
    height: 50px;
    border-bottom: 3px solid red; }
  body .table > tbody > tr > td,
  body .table > tbody > tr > th,
  body .table > tfoot > tr > td,
  body .table > tfoot > tr > th,
  body .table > thead > tr > td,
  body .table > thead > tr > th {
    line-height: 0;
    border-top: 0 !important;
    font-size: 15px; }
  body #bid-table tr:nth-child(even) {
    background: #fafafa; }
  body .table tbody tr td {
    line-height: 70px !important;
    height: 70px; }
  body .table-title-color {
    font-size: 16px;
    font-weight: 600;
    background: #fff !important; }
  body .upload-btn {
    opacity: 0;
    width: 80px;
    height: 80px;
    position: absolute; }
  body .form-file {
    width: 80px;
    height: 80px;
    margin: 10px;
    position: relative;
    background: url("../img/upload/addImg.png");
    background-size: 100% 100%;
    border: 2px dashed #ccc; }
  body .test {
    width: 100px;
    height: 40px;
    line-height: 35px;
    margin-left: 20px; }
  body .pounds-img {
    margin: 10px; }
  body .pounds-img {
    display: inline-block;
    align-items: center;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    overflow: hidden;
    background: #fff;
    position: relative;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
  body .pounds-upload-list-cover {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5) !important; }
  body .pounds-img:hover .pounds-upload-list-cover {
    display: block; }
  body .bid-img {
    width: 80px;
    height: 80px; }
