.goods_recorder_guide {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.goods_recorder_guide a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 0 0 0 1.2em;
  border: 1px solid #777;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: background 0.2s, border-color 0.2s;
  transition: background 0.2s, border-color 0.2s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.goods_recorder_guide a sup {
  font-size: 12px !important;
}
.goods_recorder_guide a span.ico {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f27c00;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.goods_recorder_guide a span.ico::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23ffffff'%3E%3Cpath d='M480-320 280-520l56-58 104 104v-326h80v326l104-104 56 58-200 200ZM240-160q-33 0-56.5-23.5T160-240v-120h80v120h480v-120h80v120q0 33-23.5 56.5T720-160H240Z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.goods_recorder_guide a span.com {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: block;
  width: 100%;
  font-size: 0.6rem;
}
.goods_recorder_guide a span.com::after {
  background: none;
}
.goods_recorder_guide a:hover {
  background: #fceedf;
  border-color: #f27c00;
}
.goods_recorder_guide .anno {
  font-size: 14px;
  color: #333;
}

.goods_recorder_guide_txt {
  margin-top: 0.5em;
  margin-bottom: 2em;
  font-size: 14px;
  color: #333;
}

@media (max-width: 640px) {
  .goods_recorder_guide {
    display: block;
  }
  .goods_recorder_guide a {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}