#app {
  background-color: #01152d;
  padding-bottom: .8rem;
}

.container {
  margin: 0 .5067rem;
}

.container1 {
  margin-top: -5.3333rem !important;
}

.container:nth-child(n-1) {
  margin-top: .5333rem;
}

@keyframes mymove {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 .2667rem;
}

.popup .box {
  background-color: #ffffff;
  border-radius: .5333rem;
  z-index: 99999999999;
  animation: box .5s linear;
  margin: 0 auto;
  margin-top: 50%;
  width: 80%;
}

.main {
  padding: .2667rem;
  position: relative;
}

.popup .box p {
  font-size: .5333rem;
  text-align: center;
  font-weight: bold;
}

.popup .inp_wrap {
  margin-top: .4rem;
}

.popup .inp_wrap .item {
  display: flex;
  width: 7rem;
  font-size: .4rem;
  border: 1px solid;
  padding: .2667rem;
  border-radius: .5333rem;
  margin: 0 auto;
  margin-top: .4rem;
}

.popup .inp_wrap .item input {
  font-size: .4rem;
  width: 5rem;
}

.popup .agreement {
  font-size: .3667rem;
  margin-top: .4rem;
}

#checked {
  width: .4rem;
  height: .4rem;
  vertical-align: middle;
}

.popup .btn {
  width: 2.6667rem;
  font-size: .3rem;
  text-align: center;
  margin: 0 auto;
  background-color: #2c62d6;
  padding: .2rem;
  border-radius: .5333rem;
  color: #ffffff;
  margin-top: .4rem;
}

.popup .close {
  position: absolute;
  left: 45%;
  bottom: -1rem;
  width: .8rem;
}

@keyframes box {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

.container-button {
  width: 6rem;
  margin: 0 auto;
  margin-top: .8rem;
}

.container-button button {
  border: none;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  border-radius: .5333rem;
  background-color: #3B82F6;
  font-size: .35rem;
  color: #ffffff;
}
