body {
    margin: 0;
    padding: 0;
  }
  .main {
    margin: 20px auto;
    top: 20px;
    width: 90%;
    max-width: 700px;
    text-align: center;
    font-size: 14px;
    color: #666;
  }
  .text-left {
    text-align: left;
  }
  .text-center {
    text-align: center;
  }
  .links {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .links a {
    margin: 0 30px;
    text-decoration: none;
    color: #666;
    font-size: 20px;
    font-weight: bold;
  }
  .links a.current {
    color: #fff;
    background-color: #19345f;
    
    margin: 0;
    padding: 0 10px;
  }
  .line {
    margin: 10px 0;
    border: 0;
    border-top: 3px solid #19345f;
  }
  .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;
    
    background: #ff9933;
    color: white;
    word-break: keep-all;
  }
  .btn_green {
    background: #19345f;
  }
  .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 #19345f;
    border-top: 10px solid #19345f;
    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: 3px solid #19345f;
  }
  .plase-introduce .plase-title {
    font-weight: bold;
  }
  .plase-introduce .plase-left {
    float: left;
    width: 50%;
  }
  .plase-introduce .plase-right {
    float: right;
    width: 50%;
  }
  .background {
    border: 1px solid #19345f;
    background-image: url(../background.png);
    width: 650px;
    height: 132px;
    border-radius: 18px;
    color: #FFF;
    font-size: 30px;
    text-align: right;
    padding: 50px 50px 0 0;
  }