.faucet {
  background: #0d0c0c;
}
.faucet .faucet-banner-contanier {
  width: 100%;
  position: relative;
}
.faucet .faucet-banner-contanier .faucet-banner {
  width: 100%;
  vertical-align: top;
}
.faucet .faucet-banner-contanier .faucet-main {
  position: absolute;
  height: 309px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.faucet .faucet-banner-contanier .faucet-main .faucet-title {
  font-size: 68px;
  font-family: Alibaba PuHuiTi;
  font-weight: 800;
  line-height: 93px;
  color: #fff;
}
.faucet .faucet-banner-contanier .faucet-main .faucet-desc {
  font-size: 30px;
  font-family: PingFang SC;
  font-weight: 800;
  line-height: 42px;
  color: #fff;
  margin-bottom: 50px;
}
.faucet .faucet-banner-contanier .faucet-main .faucet-input-container {
  width: 750px;
  height: 100px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #707070;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin: 0 auto;
}
.faucet .faucet-banner-contanier .faucet-main .faucet-input-container .faucet-input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  outline: none;
  border: 0;
  background: transparent;
}
.faucet .faucet-banner-contanier .faucet-main .faucet-input-container .faucet-select {
  padding: 8px;
  height: 47px;
  font-size: 16px;
  border-radius: 8px;
  margin-right: 10px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  transition: border-color 0.3s ease;
}
.faucet .faucet-banner-contanier .faucet-main .faucet-input-container .faucet-select:focus {
  border-color: #000;
  outline: none;
}
.faucet .faucet-banner-contanier .faucet-main .faucet-input-container .faucet-btn {
  padding: 2px 10px;
  height: 47px;
  border-radius: 8px;
  text-align: center;
  line-height: 47px;
  color: #fff;
  flex-shrink: 0;
  background: #000;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.faucet .faucet-banner-contanier .faucet-main .faucet-input-container .faucet-btn svg {
  margin-right: 10px;
  width: 47px;
  height: 47px;
  vertical-align: middle;
}
.faucet .faucet-banner-contanier .faucet-main .faucet-input-container .faucet-btn:hover {
  background: rgba(0, 0, 0, 0.7);
}
.faucet .faucet-banner-contanier .faucet-main .faucet-input-container .login-btn {
  height: 47px;
  flex-shrink: 0;
  border-radius: 8px !important;
  padding: 0 20px !important;
  color: #fff !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}
.faucet .faucet-banner-contanier .faucet-main .faucet-input-container .login-btn span {
  padding: 0 !important;
  display: flex;
  align-items: center;
}
.faucet .faucet-banner-contanier .faucet-main .faucet-input-container .login-btn span .google-img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.faucet .faucet-banner-contanier .faucet-main .faucet-input-container .un-login {
  background-color: #000 !important;
}
.faucet .faucet-banner-contanier .faucet-main .faucet-input-container .login {
  background-color: #00e29d !important;
}
.faucet .faucet-banner-contanier .faucet-main .faucet-input-container .hidden {
  display: none !important;
}
.faucet .faucet-banner-contanier .faucet-main .success-text {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 22px;
  color: #00e29d;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 5px;
}
.faucet .faucet-banner-contanier .faucet-main .success-text .copy-icon {
  margin-left: 20px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.faucet .pc-container {
  display: block;
}
.faucet .mobile-container {
  display: none;
}
@-webkit-keyframes antRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes antRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes antSpinMove {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 0.9;
  }
}
@keyframes antSpinMove {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 0.9;
  }
}
.faucet .cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.faucet .cover .space-item .spin {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  display: none;
  color: #1890ff;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.faucet .cover .space-item .spin .spin-dot {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em;
}
.faucet .cover .space-item .spin .spin-dot .spin-dot-item {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #1890ff;
  border-radius: 100%;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  opacity: 0.3;
  -webkit-animation: antSpinMove 1s linear infinite alternate;
  animation: antSpinMove 1s linear infinite alternate;
}
.faucet .cover .space-item .spin .spin-dot .spin-lg .spin-dot i {
  width: 14px;
  height: 14px;
}
.faucet .cover .space-item .spin .spin-dot .spin-dot-item:first-child {
  top: 0;
  left: 0;
}
.faucet .cover .space-item .spin .spin-dot .spin-dot-item:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.faucet .cover .space-item .spin .spin-dot .spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.faucet .cover .space-item .spin .spin-dot .spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.faucet .cover .space-item .spin .spin-dot-spin {
  transform: rotate(45deg);
  -webkit-animation: antRotate 1.2s linear infinite;
  animation: antRotate 1.2s linear infinite;
}
.faucet .cover .space-item .spin .spin-lg .spin-dot {
  font-size: 32px;
}
.faucet .cover .space-item .spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .faucet .faucet-banner-contanier .faucet-main {
    top: 70px;
    margin: 0 auto;
  }
  .faucet .faucet-banner-contanier .faucet-main .faucet-title {
    font-size: 42px;
    line-height: 58px;
  }
  .faucet .faucet-banner-contanier .faucet-main .faucet-desc {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 44px;
  }
  .faucet .faucet-banner-contanier .faucet-main .faucet-input-container {
    width: 327px;
    height: 172px;
    padding: 20px;
    flex-direction: column;
  }
  .faucet .faucet-banner-contanier .faucet-main .faucet-input-container .faucet-input {
    margin-bottom: 10px;
    resize: none;
    word-break: break-all;
  }
  .faucet .faucet-banner-contanier .faucet-main .faucet-input-container .login-btn {
    height: 40px;
    line-height: 40px;
  }
  .faucet .faucet-banner-contanier .faucet-main .success-text {
    width: 327px;
    margin: 0 auto;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 22px;
    font-size: 14px;
  }
  .faucet .faucet-banner-contanier .faucet-main .success-text .text {
    display: flex;
  }
  .faucet .pc-container {
    display: none;
  }
  .faucet .mobile-container {
    display: block;
  }
}

