* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #34a1a8;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
}

#main {
  margin: 10px auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  color: #000;
  font-size: 30px;
  font-weight: 200;
  padding: 20px;
  cursor: pointer;
  gap: 8px;
  flex-wrap: wrap;
}

.brand-title {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.brand-title span {
  color: #fff;
  font-weight: 600;
}

.brand-title span.flag {
  color: #34a1a8;
  background: #fff;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  padding: 0 5px;
}

.header-actions {
  display: flex;
  gap: 10px;
  margin-left: 28px;
}

.field {
  width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #6c757d;
  font-size: 16px;
  padding: 15px;
  margin: 5px auto;
  border-radius: 6px;
}

.field .title {
  margin-bottom: 15px;
  font-weight: 700;
  color: #343a40;
}

.field.desc ul > li {
  text-align: left;
  font-size: 14px;
  text-indent: -0.8em;
  margin-left: 0.8em;
}

ul > li {
  margin-bottom: 10px;
  list-style-type: none;
  text-align: center;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  color: inherit;
  text-decoration: none;
}

.enter-maomi {
  width: 75%;
  text-align: center;
  line-height: 40px;
  border: 1px solid #34a1a8;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.enter-icon {
  width: 32px;
  height: 41px;
  float: left;
  margin-right: 5px;
  background-color: #34a1a8;
}

.enter-link a {
  display: block;
}

.icon {
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.c_blue {
  color: #34a1a8;
}

.c_link {
  font-size: 14px;
  line-height: 30px;
}

.address-line {
  font-weight: 700;
}

.latest-address,
.remember-address {
  color: red;
  font-weight: 700;
}

.remember-address {
  font-size: 15px;
}

.bot {
  font-size: 11px;
  color: #fff;
  border-radius: 6px;
  border: 1px solid #34a1a8;
  padding: 2px 8px;
  background: #34a1a8;
  white-space: nowrap;
  cursor: pointer;
}

.bot:active {
  border: 1px solid #287f85;
  background: #287f85;
}

.action-button {
  min-width: 138px;
  height: 44px;
  border: 1px solid #34a1a8;
  border-radius: 6px;
  background: #fff;
  color: #34a1a8;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.action-button:active {
  border-color: #fff;
  background: #e9fbfc;
}

.action-button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.action-tip {
  min-height: 20px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.header-action-tip {
  width: 100%;
  margin: -8px 0 6px;
}

@media (max-width: 500px) {
  #main {
    padding: 0 5px;
  }

  .field {
    width: 100%;
    padding: 15px 0;
  }

  .field.desc ul {
    margin: 0 15px;
  }

  .field.desc ul > li {
    text-align: left;
  }

  .brand {
    justify-content: center;
    padding: 18px 8px 12px;
  }

  .brand-title {
    width: 100%;
    justify-content: center;
  }

  .header-actions {
    width: 100%;
    justify-content: center;
    margin: 8px 0 0;
  }

  .action-button {
    width: 44%;
    min-width: 132px;
  }
}
