@charset "UTF-8";
/* share border box item. */
.items-wrap .recycle-item {
  border: 2px solid #003D31;
  color: #003D31;
  border-radius: 20px 20px;
}

html,
body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -moz-font-kerning: normal;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
  scroll-behavior: smooth;
}

body {
  font-size: 17px;
  width: 100%;
  background: #ffffff;
  color: #003D31;
  line-height: 1.5;
  font-family: Roboto, Noto Sans SC, Roboto, Hiragino Sans GB, WenQuanYi Micro Hei, Heiti SC, Microsoft YaHei, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #c6fff4;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(26, 78, 46, 0.1);
  background-color: transparent;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(26, 78, 46, 0.1);
  background: #0d7d93;
}

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

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* share border box item. */
.items-wrap .recycle-item {
  border: 2px solid #003D31;
  color: #003D31;
  border-radius: 20px 20px;
}

/**
*
* Testing
*
**/
.social-links a {
  color: #ffffff;
}

.hidden {
  display: none;
}

.recycling-main-wrap {
  background-color: #c6fff4;
}

.recycle {
  padding-bottom: 3em;
}
.recycle .main-graphics {
  width: 80%;
  margin: auto;
}
@media (min-width: 361px) and (max-width: 460px) {
  .recycle .main-graphics {
    width: 100%;
    padding-bottom: 2em;
  }
}

svg {
  max-width: 100%;
  display: block;
}

svg#inter {
  width: 100%;
}
@media (max-width: 360px) {
  svg#inter {
    max-width: 300%;
    width: 300%;
  }
}
@media (min-width: 361px) and (max-width: 768px) {
  svg#inter {
    max-width: 300%;
    width: 300%;
  }
}

.blurb {
  max-width: 760px;
  margin: auto;
}
@media (min-width: 361px) and (max-width: 460px) {
  .blurb {
    padding: 1em;
  }
}

section {
  display: flex;
  padding: 3em 0em;
  margin: auto;
  justify-content: center;
}

.items-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.items-wrap_head {
  line-height: 1.5;
}
.items-wrap_head h2 {
  font-size: 1.25rem;
  font-weight: 700;
}
.items-wrap .items-list-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.items-wrap .recycle-item {
  width: 100%;
  max-width: 180px;
  margin: 0 0.5em 1em;
  text-align: center;
}
@media (min-width: 361px) and (max-width: 460px) {
  .items-wrap .recycle-item {
    max-width: 150px;
  }
}
.items-wrap .recycle-item:hover {
  border: 2px solid #ff7d7d;
}
.items-wrap .recycle-item img {
  width: 150px;
}
.items-wrap .recycle-item_name {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  padding: 0.5em 1em;
  background-color: #FFFAA4;
  border-radius: 0 0 20px 20px;
}

.re-box {
  background-color: #E9F6FF;
}

.modal-dialog {
  width: 100%;
  max-width: 600px;
}
@media (min-width: 361px) and (max-width: 460px) {
  .modal-dialog {
    width: auto;
  }
}

.modal-content {
  padding: 1.2em 2em !important;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 20px;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  top: 5em !important;
  width: auto;
}
@media (min-width: 361px) and (max-width: 460px) {
  .modal-content {
    margin: 0 0.2em;
  }
}
@media (min-width: 1200px) and (max-height: 760px) {
  .modal-content {
    top: 0 !important;
  }
}

.mod-wrap {
  margin-bottom: 1em;
  width: 100%;
}
.mod-wrap .mod-box-pic {
  width: 200px;
  padding: 0.5em;
  margin-bottom: 1em;
  position: relative;
  background: #ffffff;
  border: 1px solid #003D31;
  border-radius: 0 0 10px 10px;
  left: 50%;
  transform: translateX(-50%);
  top: -4%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mod-wrap .mod-box-pic .box-name {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}

.mod-wrap h2 {
  padding-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #003D31;
  display: block;
  text-align: center;
}

.mod-info-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: -1em;
  justify-content: center;
}
.mod-info-wrap_icon {
  display: flex;
  flex-direction: column;
  margin: 0.5em;
  align-items: center;
}
@media (min-width: 361px) and (max-width: 460px) {
  .mod-info-wrap_icon {
    flex-direction: row;
    margin: 0.5em 0.5em 0 0.5em;
  }
}
.mod-info-wrap_icon img {
  width: 30px;
}
.mod-info-wrap_name {
  font-size: 0.85rem;
}

h2 {
  font-size: 1.2rem;
  padding: 1em 0;
}

.mod-location {
  width: 100%;
  padding: 1em;
  height: 350px;
  overflow: scroll;
  background: #ffffff;
  border: 1px solid #003D31;
  overflow-y: auto;
  overflow-x: hidden;
}

.sell-hd {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.35em 1em;
  background-color: #E9F6FF;
  display: flex;
  justify-content: center;
}
.sell-hd::before {
  content: "";
  background-image: url("../images/sell-icon.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin-right: 2px;
}

.donate-hd {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.35em 1em;
  background-color: #E9F6FF;
  display: flex;
  justify-content: center;
}
.donate-hd::before {
  content: "";
  background-image: url("../images/donate-icon.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin-right: 2px;
}
.donate-hd:after {
  content: "回收";
  background-image: url("../images/recycle-icon.svg");
  background-repeat: no-repeat;
  background-position: 5px;
  height: 30px;
  display: block;
  float: left;
  padding: 0 1.8em;
}

.recycle-hd {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.5em 1em;
}

.mod-location-ad {
  display: flex;
  padding-top: 0.5em;
}
.mod-location-ad .mod-loc-left {
  width: 50%;
  padding: 0 1em;
}
.mod-location-ad .mod-loc-left ul {
  padding-left: 0;
  padding-right: 1rem;
}
.mod-location-ad .mod-loc-right {
  width: 50%;
  padding: 0 1em;
}
.mod-location-ad .mod-loc-right ul {
  padding-left: 0;
}
.mod-location-ad ul li {
  list-style: none;
  list-style-image: url("../images/link-icon.svg");
  font-size: 1.35rem;
  line-height: 1.2;
}
.mod-location-ad li {
  font-size: 1rem;
  color: #0d7d93;
  font-weight: 700;
  line-height: 1.7;
}
.mod-location-ad li a {
  font-size: 1rem;
  font-weight: 700;
  color: #0d7d93;
}
.mod-location-ad li a:hover {
  color: #ff7d7d;
}
.mod-location-ad img.brand-icon {
  width: 15px;
  margin-top: -0.25em;
}
.mod-location-ad .small {
  font-size: 0.9rem;
  margin-top: -0.1em;
}
@media (min-width: 361px) and (max-width: 460px) {
  .mod-location-ad {
    flex-direction: column;
  }
  .mod-location-ad .mod-loc-left,
.mod-location-ad .mod-loc-right {
    width: 100%;
  }
  .mod-location-ad .mod-loc-left ul,
.mod-location-ad .mod-loc-right ul {
    padding: 0;
  }
  .mod-location-ad .mod-loc-left ul {
    margin-bottom: 0;
  }
}

ul li.lnone {
  list-style: disc;
  list-style-image: none;
  font-size: 1rem;
}

button.close {
  top: 0;
  position: absolute;
  right: 0;
  margin: 1em;
}

.stat-data {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.stat-data_hd h2 {
  font-size: 2rem;
  color: #003D31;
}
.stat-data_info {
  width: 100%;
  max-width: 1200px;
  padding: 0 2em;
}
@media (max-width: 360px) {
  .stat-data_hd h2 {
    font-size: 1.25rem;
  }
}
@media (min-width: 361px) and (max-width: 460px) {
  .stat-data_hd h2 {
    font-size: 1.25rem;
  }
}

.interior {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

.instruction {
  display: flex;
  justify-content: center;
  padding: 1em;
  line-height: 1.5;
  border: 1px solid #ff7d7d;
  border-radius: 10px 10px;
  font-size: 1.2rem;
}
.instruction:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ff7d7d;
  border-radius: 50%;
  margin-top: 0.3em;
  margin-right: 0.5em;
}
@media (min-width: 361px) and (max-width: 460px) {
  .instruction {
    display: none;
  }
}

section.scroll-text {
  margin-bottom: -5em;
}

.swipe {
  display: none;
}
@media (min-width: 361px) and (max-width: 460px) {
  .swipe {
    display: block;
    margin: auto;
    padding: 15px;
    text-align: center;
    border: 1px solid #ff7d7d;
    width: 80%;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .swipe img {
    width: 6%;
    margin-right: 0.25em;
  }
}

.scroll-button {
  position: relative;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #003D31;
  border-radius: 50px;
  box-sizing: border-box;
}
.scroll-button:before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #0d7d93;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.tooltip {
  font-family: Roboto, Noto Sans SC, Roboto, Hiragino Sans GB, WenQuanYi Micro Hei, Heiti SC, Microsoft YaHei, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  pointer-events: stroke;
}

.tooltip-inner {
  max-width: 250px;
  padding: 1em;
  color: #ffffff;
  text-align: center;
  background-color: #003D31;
  border-radius: 10px;
}
.tooltip-inner h4 {
  font-size: 1.2rem;
  font-weight: 500;
}
.tooltip-inner p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.035em;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #003D31;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #003D31;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #003D31;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #003D31;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #003D31;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #003D31;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #003D31;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #003D31;
}

svg g#sofa-dot {
  width: 100px;
  height: 100px;
}

#plastic-dot {
  width: 100px;
  height: 100px;
}

#lamp-dot, #camera-dot,
#game-dot, #e-vacuum, #pottery-dot,
#coffee-dot, #mat-dot, #glass-dot, #shoes-dot, #cupboard-dot,
#ppot-dot, #toys-dot, #book-dot {
  width: 100px;
  height: 100px;
}/*# sourceMappingURL=style.css.map */