  /* reset.css */
  html,
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  p,
  blockquote,
  pre,
  hr,
  figure,
  table,
  caption,
  th,
  td,
  form,
  fieldset,
  legend,
  input,
  button,
  textarea,
  menu {
    margin: 0;
    padding: 0;
  }
  header,
  footer,
  section,
  article,
  aside,
  nav,
  hgroup,
  address,
  figure,
  figcaption,
  menu,
  details {
    display: block;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  caption,
  th {
    text-align: left;
    font-weight: normal;
  }
  html,
  body,
  fieldset,
  img,
  iframe,
  abbr {
    border: 0;
  }
  i,
  cite,
  em,
  var,
  address,
  dfn {
    font-style: normal;
  }
  [hidefocus],
  summary {
    outline: 0;
  }
  li {
    list-style: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  small {
    font-size: 100%;
  }
  sup,
  sub {
    font-size: 83%;
  }
  pre,
  code,
  kbd,
  samp {
    font-family: inherit;
  }
  q:before,
  q:after {
    content: none;
  }
  textarea {
    overflow: auto;
    resize: none;
  }
  label,
  summary {
    cursor: default;
  }
  a,
  button {
    cursor: pointer;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  em,
  strong,
  b {
    font-weight: bold;
  }
  del,
  ins,
  u,
  s,
  a,
  a:hover {
    text-decoration: none;
  }
  body,
  textarea,
  input,
  button,
  select,
  keygen,
  legend {
    font: 12px/1.14 arial, \5b8b\4f53;
    color: #333;
    outline: 0;
  }
  body {
    background: #fff;
  }
  a,
  a:hover {
    color: #333;
  }

  /* common */
  html,
  body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-size: 14px;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  }

  html,
  body,
  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }
  .server {
    height: 100%;
  }
  .modle {
    height: 100%;
  }
  .foot {
    text-align: center;
    margin-top: 0.6rem;
  }

  .pc .head {
    width: 100%;
    height: 88px;
    background: #055db6;
  }

  .pc .head .main-center {
    position: relative;
    height: 100%;
    width: 1000px;
    margin: 0 auto;
    line-height: 88px;
  }

  .pc .head .main-center .logo,
  .pc .head .main-center .head-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .pc .head .main-center .logo {
    cursor: pointer;
    width: 127px;
    height: 43px;
    background: url("./logo.png");
    background-size: 100% 100%;
    left: 0;
  }
  .pc .head .main-center .head-title {
    left: 137px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    color: white;
    font-size: 16px;
    border-left: 1px solid #337ac1;
  }
  .pc .head .main-center .in-mail {
    position: absolute;
    right: 0;
    width: 88px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    color: white;
  }

  .pc .body {
    overflow: hidden;
    width: 1020px;
    margin: 0 auto;
    margin-top: 60px;
  }

  .pc .body .body-content {
    margin-top: 20px;
    padding: 20px 30px 20px;
    background-color: #ffffff;
    border: 1px solid #dadada;
    border-radius: 4px;
  }

  .pc .body .body-content .body-content-title {
    font-size: 0.18rem;
  }
  .pc .body .body-content .body-content-body {
    height: 600px;
    overflow: auto;
    padding: 15px 10px 15px 10px;
    border: 1px solid #e8e8e8;
    background-color: #fbfbfb;
  }

  .phone {
    background: #ffffff;
  }

  .phone .head {
    width: 100%;
    height: 1rem;
    background: #055db6;
  }

  .phone .head .main-center {
    position: relative;
    height: 100%;
    width: 100%;
  }

  .phone .head .main-center .logo,
  .phone .head .main-center .head-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .phone .head .main-center .logo {
    width: 1.27rem;
    height: 0.43rem;
    background: url("./logo.png");
    background-size: 100% 100%;
    left: 0.2rem;
  }
  .phone .head .main-center .head-title {
    left: 1.57rem;
    height: 0.24rem;
    line-height: 0.24rem;
    padding: 0 0.1rem;
    color: white;
    font-size: 0.16rem;
    border-left: 1px solid #337ac1;
  }

  .phone .body {
    margin-top: 0.6rem;
    border-top: 1px solid rgba($color: #dadada, $alpha: 0.5);
    border-bottom: 1px solid rgba($color: #dadada, $alpha: 0.5);
    padding: 0.3rem;
  }

  .phone .body .body-content-title {
    font-size: 0.4rem;
  }
  .phone .body .body-content-body {
    font-size: 0.3rem;
    border: 1px solid #e8e8e8;
    background-color: #fbfbfb;
    padding: 0.1rem;
  }

  .body .body-content-title {
    padding-bottom: 0.15rem;
    color: #333333;
    font-weight: bold;
    text-align: center;
  }
  .body .body-content-body {
    word-break: break-all;
    word-wrap: break-word;
  }
  .body .body-content-body p {
    line-height: 2;
  }