/* 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: rgba(224, 224, 224, 0); }

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

*, ::before, ::after {
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.main {
  width: 100%;
  height: 100%;
  overflow-y: auto; }
  .main:hover::-webkit-scrollbar-thumb {
    background: #e0e0e0; }

.com-wrap {
  width: 580px;
  padding: 0 24px;
  max-width: 100%;
  margin: 0 auto;
  color: #333;
  padding-bottom: 100px; }
  .com-wrap section {
    margin-bottom: 30px; }
    .com-wrap section header {
      font-size: 18px;
      display: flex;
      font-weight: 700;
      align-items: center; }
  .com-wrap .ye {
    width: 32px; }
  .com-wrap h1 {
    padding-bottom: 30px;
    font-size: 22px;
    line-height: 28px;
    padding-top: 20px;
    font-weight: 700;
    margin-bottom: 12px; }
    .com-wrap h1 img {
      margin-right: 8px; }
  .com-wrap p {
    line-height: 35px;
    margin-bottom: 12px; }
    .com-wrap p .img {
      display: block;
      width: 100%; }
  .com-wrap ul {
    margin-bottom: 12px; }
  .com-wrap li {
    line-height: 35px;
    position: relative;
    display: flex;
    align-items: center; }
    .com-wrap li i {
      width: 18px;
      height: 28px;
      display: block;
      margin-right: 4px; }
    .com-wrap li .gou {
      background-image: url(https://gcdncs.cn.ndhy.com/v0.1/static/edit_99/tmcms/activity/2022/bkt/gou.png); }
  .com-wrap .sepline {
    display: inline-block;
    position: relative;
    margin-right: 10px; }
    .com-wrap .sepline::before {
      content: "";
      position: absolute;
      background-image: url(https://gcdncs.cn.ndhy.com/v0.1/static/edit_99/tmcms/activity/2022/bkt/bolan.png);
      width: 283px;
      height: 37px;
      right: -10px;
      bottom: 0; }
  .com-wrap .deng {
    position: relative;
    top: 5px; }
  .com-wrap .text-start {
    text-align: center; }
    .com-wrap .text-start .star {
      display: inline-block;
      width: 15px;
      height: 16px;
      background-image: url(https://gcdncs.cn.ndhy.com/v0.1/static/edit_99/tmcms/activity/2022/bkt/start.png);
      position: relative;
      top: 2px; }
      .com-wrap .text-start .star:first-child {
        margin-right: 3px; }