/* CSS Reset */
body, div, span, object, iframe, input, h1, h2, h3, h4, h5, h6, p, pre, a, acronym, address, code, del, em, font, img, ins, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
  padding: 0;
  margin: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

input, select {
  vertical-align: middle; }

input, textarea, select {
  font: 14px/1.5 "microsoft yahei", Arial, sans-serif; }

fieldset, img {
  border: 0; }

address, code, th, em {
  font-style: normal; }

ol, ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

body {
  font: 14px/1.5 "microsoft yahei", Arial, sans-serif; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #dcceba; }

::-webkit-scrollbar-track {
  background: transparent; }

body, html {
  font-family: "microsoft yahei";
  width: 100%; }

body {
  overflow-y: auto;
  overflow-x: hidden; }

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #e3e3e3; }

.wrap {
  width: 80%;
  margin: 0 auto; }

.article {
  padding: 30px 0;
  color: #5f6875;
  line-height: 1.5;
  font-size: 16px; }
  .article .title {
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd; }
    .article .title label {
      display: inline-block;
      text-align: left;
      font-size: 30px; }
    .article .title .msg {
      font-weight: normal;
      margin-top: 10px;
      color: #999;
      font-size: 14px; }
      .article .title .msg span {
        display: inline-block; }
        .article .title .msg span:first-child {
          margin-right: 20px; }
  .article .text-red {
    color: #ff0000; }
  .article p {
    color: #666;
    margin-bottom: 20px; }
  .article b {
    font-weight: bold; }
  .article .img {
    text-align: center; }
    .article .img img {
      max-width: 100%; }
  @media only screen and (min-width: 2558px) {
    .article {
      padding: 50px 0;
      font-size: 32px; }
      .article .title {
        font-weight: bold;
        margin-bottom: 60px;
        padding-bottom: 20px; }
        .article .title label {
          font-size: 60px; }
        .article .title .msg {
          margin-top: 20px;
          color: #999;
          font-size: 28px; }
          .article .title .msg span {
            display: inline-block; }
            .article .title .msg span:first-child {
              margin-right: 40px; }
      .article p {
        color: #666;
        margin-bottom: 40px; } }
  @media only screen and (max-width: 800px)  {
    .article .title {
      font-size: 25px; }

    .article .detail {
      font-size: 14px; }
 }
