@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@400;700&display=swap");
@media screen and (max-width: 959px) {
  header {
    height: 640px;
    background-color: #f2f2f2;
    background-image: url("../images/p.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
  }
  #portrait-container {
    display: none;
  }
  #mobile-portrait-container > div {
    width: 100%;
    background-color: #1e50a2;
    padding: 16px 0px 16px;
    margin: 0px;
  }
  #mobile-portrait-container > div p {
    text-align: center;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    color: #fff;
  }
  #mobile-portrait-container > div p:first-child {
    font-size: 36px;
    text-align: center;
    color: #fff;
    font-weight: 900;
  }
  #mobile-portrait-container > div p:last-child {
    font-size: 20px;
    text-align: center;
    color: #ee7800;
    margin: 12px 0px 0px;
  }
}

@media screen and (min-width: 960px) {
  #portrait-container {
    background-color: #f2f2f2;
    background-image: url("../images/p.png");
    background-repeat: no-repeat;
    background-position: right 64px;
    background-size: 40%;
    height: 600px;
    position: relative;
  }
  #portrait-container > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 64px;
  }
  #portrait-container > div p:first-child {
    font-size: 64px;
    text-align: center;
    color: #1e50a2;
    font-weight: 900;
  }
  #portrait-container > div p {
    font-size: 48px;
    padding: 0px;
    margin: 0px;
  }
  #portrait-container > div p:last-child {
    font-size: 36px;
    text-align: center;
    color: #ee7800;
  }
  #mobile-portrait-container {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  #portrait-container {
    background-color: #f2f2f2;
    background-image: url("../images/p.png");
    background-repeat: no-repeat;
    background-position: right 64px;
    background-size: 35%;
    height: 600px;
    position: relative;
  }
  #portrait-container > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 64px;
  }
  #portrait-container > div p:first-child {
    font-size: 84px;
    text-align: center;
    color: #1e50a2;
    font-weight: 900;
  }
  #portrait-container > div p {
    font-size: 72px;
    padding: 0px;
    margin: 0px;
  }
  #portrait-container > div p:last-child {
    font-size: 48px;
    text-align: center;
    color: #ee7800;
  }
}

@media screen and (min-width: 1400px) {
  #portrait-container > div {
    left: 192px;
  }
  #portrait-container {
    background-size: 25%;
  }
}

.actice-reoport-btn {
  background-color: #1e50a2;
  font-size: 1.5rem;
  color: #fff;
  padding: 16px 64px;
  border-radius: 100vh;
}
/*# sourceMappingURL=top.css.map */