html {
  background-color: #FFFFFF;
  font-family: Poppins, sans-serif;
  /* padding-top: 80px; */
}

html img {
  vertical-align: bottom;
}

html header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #FFFFFF;
}

html header .navbar-in {
  width: 1240px;
  background: #FFFFFF;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 72px;
}

html header .navbar-in img {
  height: 40px;
}

html header .navbar-in .text {
  font-size: 14px;
  font-weight: 500;
  box-sizing: border-box;
  color: #ffffff;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  width: 108px;
  height: 44px;
  background: #00D473;
  border-radius: 4px;
  border: 1px solid rgba(218, 220, 224, 0);
}

html header .navbar-in .text:hover {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px rgba(0, 0, 0, 0.15);
}

.code-section {
  background: #F5FFF4;
}

.code-section .code-container {
  width: 1240px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0 64px;
}

.code-section .code-container .avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.code-section .code-container h5 {
  margin-top: 16px;
  font-size: 22px;
  font-family: Poppins, Poppins;
  font-weight: 400;
  color: #000805;
  line-height: 28px;
}

.code-section .code-container h3 {
  margin-top: 40px;
  font-size: 32px;
  font-family: Poppins, Poppins;
  font-weight: 600;
  color: #00D47E;
  line-height: 38px;
}

.code-section .code-container .button-container {
  width: 100%;
  margin: 32px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.code-section .code-container .code {
  min-width: 272px;
  height: 58px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #00D47E;
  box-sizing: border-box;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.code-section .code-container .code .text {
  flex: 1;
  overflow: hidden;
}

.code-section .code-container .code .text p {
  font-size: 12px;
  font-weight: 400;
  color: #000805;
  line-height: 16px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.code-section .code-container .code .text p + p {
  font-size: 14px;
  font-weight: 500;
  color: #000805;
  line-height: 20px;
}

.code-section .code-container .code .copy-btn {
  width: 24px;
  height: 24px;
  margin-left: 16px;
  cursor: pointer;
}

.code-section .code-container .download-btn {
  cursor: pointer;
  box-sizing: border-box;
  padding: 17px 49px;
  background: #00D47E;
  border-radius: 12px;
  margin-left: 24px;
  font-size: 0;
}

.code-section .code-container .download-btn img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.code-section .code-container .download-btn span {
  margin-left: 8px;
  font-size: 16px;
  font-family: SF Pro, SF Pro;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 24px;
  vertical-align: middle;
}

.code-section .code-container .desc {
  margin-top: 16px;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}

.desc-section {
  background: #FFFFFF;
}

.desc-section .desc-container {
  width: 1240px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 64px 0;
}

.desc-section .desc-container h5 {
  width: 720px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 500;
  font-family: SF Pro Display;
  color: #000805;
  line-height: 28px;
}

.desc-section .desc-container .flex {
  width: 720px;
  margin: 20px auto 0;
  display: flex;
  /* align-items: center; */
}
.desc-section .desc-container .flex .desc {
  width: 328px;
}

.desc-section .desc-container .flex .desc+.desc {
  margin-left: 40px;
}

.desc-section .desc-container .flex .desc .no {
  width: 20px;
  height: 20px;
}

.desc-section .desc-container .flex .desc h6 {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #000805;
  line-height: 24px;
  font-family: SF Pro Display;
}

.desc-section .desc-container .flex .desc .title {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #000805;
  line-height: 20px;
  font-family: SF Pro Display;
}

.desc-section .desc-container .flex .desc .content {
  margin-top: 8px;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  font-family: SF Pro Display;
}

.desc-section .desc-container .flex .desc .title + .content {
  margin-top: 0;
}


.desc-section .desc-container .invite-3 {
  width: 720px;
  margin: 20px auto 0;
  display: flex;
}

.desc-section .desc-container .invite-3 .desc {
  width: calc((100% - 80px) / 3);
  flex-shrink: 0;
  display: flex;
}

.desc-section .desc-container .invite-3 .desc + .desc {
  margin-left: 40px;
}
.desc-section .desc-container .invite-3 .desc .no-wp {
  height: 24px;
  width: 20px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.desc-section .desc-container .invite-3 .desc .no {
  width: 20px;
  height: 20px;
  display: block;
}

.desc-section .desc-container .invite-3 .desc .content {
  font-weight: 400;
  font-size: 16px;
  color: #000805;
  line-height: 24px;
}

.desc-section .desc-container a {
  width: 720px;
  display: block;
  margin: 24px auto 0;
  font-size: 14px;
  font-family: SF Pro Display;
  color: #666666;
  line-height: 20px;
  text-decoration: underline;
}

footer {
  background: #F8F9FA;
}

footer .follow {
  width: 1240px;
  height: 196px;
  margin: 0 auto;
}

footer .follow .follow-top {
  width: 1096px;
  margin: 0 auto;
  border-bottom: 1px solid #DADCE0;
  display: flex;
  align-items: center;
  height: 128px;
}

footer .follow .follow-top .logo {
  height: 24px;
}

footer .follow .follow-top .link {
  margin-left: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #5F6368;
  line-height: 24px;
}

footer .follow .follow-top p {
  margin-left: auto;
  font-size: 16px;
  font-weight: 500;
  color: #003755;
  line-height: 24px;
}

footer .follow .follow-top .icon {
  margin-left: 36px;
}

footer .follow .follow-top .icon img {
  width: 24px;
  height: 24px;
}

footer .follow .follow-top .icon+.icon {
  margin-left: 32px;
}

footer .follow .follow-bottom {
  width: 1096px;
  margin: 0 auto;
  height: 68px;
  text-align: center;
  line-height: 68px;
  font-size: 14px;
  font-weight: 500;
  color: #003755;
}

footer .follow .follow-bottom a {
  color: #00D47E;
  text-decoration: underline;
}

.toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  display: block;
  padding: 10px;
  line-height: 20px;
  min-width: 100px;
  max-width: 400px;
  text-align: center;
  display: none;
}
