html,
body {
  /* height: 100%; */
  padding: 0;
  margin: 0;
  font-family: Arial,Helvetica,"Microsoft YaHei",sans-serif;
  background-color: #fff;
}
input{
  font-family: inherit;
}
input::-ms-clear{
  display:none;
}
input::-ms-reveal{
  display:none;
}
body a,
body a:focus,
body a:hover,
body a:active,
body a:visited {
  text-decoration: none;
  outline: 0;
}

body {
  padding: 0 0.4rem;
}
body.pc {
  width: 18rem;
  margin: 0 auto;
}

.h1-title {
  font-size: 28px;
  line-height: 2;
  /* margin: 0.8rem 0 0; */
  margin: 40px 0 0;
  border-bottom: 1px solid #ddd;
}

.cnt-section {
  font-size: 16px;
  color: rgb(17, 17, 17);
  line-height: 1.8;
  /* margin: 0.56rem 0; */
  margin: 28px 0;
}

.cnt-p {
  /* margin: 0.1rem 0; */
  margin: 5px 0;
}
/* .cnt-pre {
  white-space: pre;
} */

.cnt-link {
  word-break: break-all;
}

table {
  border: 1px solid rgb(221, 221, 221);
}

tr, th, td {
  border-top: 1px solid rgb(221, 221, 221);
  border-left: 1px solid rgb(221, 221, 221);
}

th {
  border-top: 0;
}

tr:first-child,th:first-child,td:first-child {
  border-left: 0;
}

table tbody tr:first-child {
  background: rgb(239, 239, 239);
}

.info-list-table th{
  width: 100px;
  padding: 1px 8px;
}

.info-list-table th:first-child{
  width: 125px;
}

.info-list-table td{
  padding: 1px 8px;
  width: 100px;
  word-break: break-all
}
.info-list-table p {
  width: 100%;
}

@media screen and (max-width: 1080px) {
  body.pc {
    width: auto;
  }
}

@media screen and (max-width: 900px) {
  table {
    width: 900px;
  }
}

@media screen and (max-width: 460px) {
  .h1-title {
    font-size: 18px;
    /* line-height: 0.72rem; */
  }
  .cnt-section {
    font-size: 12px;
    /* line-height: 0.42rem; */
    /* margin: 0.42rem 0; */
  }
}

@media screen and (max-width: 320px) {
  .h1-title {
    font-size: 16px;
    /* line-height: 0.64rem; */
  }
}