.cu-dot {
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 50%;
  margin: 0 10px; }

.text-106 {
  color: #6a6a6a; }

.pop-in {
  -webkit-animation: fadeleftIn .5s;
  animation: fadeleftIn .5s;
  -webkit-animation-name: popIn;
  animation-name: popIn; }

@-webkit-keyframes popIn {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0; }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1; } }
@keyframes popIn {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0; }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1; } }
.mask-epidemic {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2021; }

.open-dialog {
  background-image: url("./images/openDialog.png");
  background-size: cover;
  width: 634px;
  height: 324px; }

.mask-epidemic .close {
  width: 20px;
  height: 20px; }

.mask-epidemic .code {
  width: 120px;
  height: 120px;
  margin-top: 63px;
  margin-left: 484px; }

.cancel-close {
  padding: 20px; }

@media screen and (max-width: 600px) {
  .mask-bg {
    display: none; }

  .mask-epidemic {
    display: none; } }

/*# sourceMappingURL=custom.css.map */
