body {
    margin: 0;
    padding: 0;
  }
  .main {
    margin: 20px auto;
    top: 20px;
    width: 90%;
    max-width: 700px;
    text-align: center;
    font-size: 12px;
    color: #666;
  }
  .text-left {
    text-align: left;
  }
  .text-center {
    text-align: center;
  }
  .links {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .links a {
    margin: 0 10px;
    text-decoration: none;
    color: #666;
    font-size: 16px;
    font-weight: bold;
  }
  .links a.current {
    color: #fff;
    background-color: #73b425;
    border-radius: 25px;
    margin: 0;
    padding: 0 10px;
  }
  .line {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
  }
  .miit {
    text-decoration:none;
    color:#666;
  }
  table {
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    box-sizing: border-box;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0.5rem;
    color: #363642;
    border: 1px solid #ecedf1;
    max-width: none;
  }
  table th {
    color: #363642;
    text-align: left;
    width: 100px;
    padding: 0.35rem;
    border: 1px solid #ecedf1;
    vertical-align: bottom;
    border-bottom: 2px solid #ecedf1;
    border-bottom-width: 1px;
    line-height: 2.428571;
    border-top-width: 1px;
    border-left-width: 0;
    border-top-left-radius: 0.25rem;
  }
  table td {
    color: #363642;
    box-sizing: border-box;
    text-align: center;
    padding: 0.35rem;
    vertical-align: top;
    border: 1px solid #ecedf1;
    border-bottom-width: 1px;
    line-height: 2.428571;
    border-top-width: 1px;
    border-left-width: 0;
  }
  .btn {
    text-decoration: none;
    padding: 0.5rem 1rem;
    border: 0;
    border-radius: 25px;
    background: #ff9933;
    color: white;
    word-break: keep-all;
  }
  .btn_green {
    background: #73b425;
  }
  .price {
    color: #ff9933;
    font-size: 16spx;
    font-weight: bold;
  }
  .red {
    color: red;
  }
  .green {
    color: green;
  }
  table.table-no-bordered, table.table-no-bordered th, table.table-no-bordered td{
    border: 0;
    border-bottom-width: 0;
    border-top-width: 0;
    border-left-width: 0;
  }
  .catalog {
    position: fixed;
    width: 120px;
    margin-left: -123px;
    border: 1px solid #73b425;
    border-top: 10px solid #73b425;
    border-radius: 10px;
  }
  .catalog ul {
    padding: 0;
    margin: 0;
  }
  .catalog li {
    list-style: none;
    padding: 5px 0;
    margin: 0;
  }
  .catalog a {
    display: block;
    padding: 5px;
    color: #666;
    text-decoration: none;
  }
  @media (max-width: 900px) {
    .catalog {
        display: none;
    }
  }
  .plase-introduce {
    height: 180px;
    border-top: 1px solid #ccc;
  }
  .plase-introduce .plase-title {
    font-weight: bold;
  }
  .plase-introduce .plase-left {
    float: left;
    width: 50%;
  }
  .plase-introduce .plase-right {
    float: right;
    width: 50%;
  }