@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "DINC";
  src: url("./DINCond-Medium.otf") format("opentype");
}
@font-face {
  font-family: "External";
  src: url("./external.ttf") format("truetype");
}
@font-face {
  font-family: "Huakang";
  src: url("./Huakang-Fangyuan.ttf") format("truetype");
}
@font-face {
  font-family: "PingFangBold";
  src: url("./PingFang Bold.ttf") format("truetype");
}
@font-face {
  font-family: "PingFangRegular";
  src: url("./PingFang Regular.ttf") format("truetype");
}
@font-face {
  font-family: "PingFangMedium";
  src: url("./PingFang Medium.ttf") format("truetype");
}
#app {
  width: 100%;
  position: relative;
  background: url("../images/index_02.png") no-repeat top left;
  background-size: 100% auto;
  padding-top: 4.542rem;
  background-color: white;
}
#app .topNav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.542rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.25rem;
}
#app .topNav .left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#app .topNav .left img {
  width: 2.333rem;
  height: 2.417rem;
  margin: 0 0.667rem 0 0;
}
#app .topNav .left span {
  font-family: "PingFangBold";
  font-size: 1.1rem;
}
#app .topNav .FontMonth {
  font-family: "PingFangRegular";
}
#app .topNav .rightNav {
  width: 1.667rem;
  height: 1.5rem;
}
#app .topNav .rightNav .menuBtn {
  width: 1.667rem;
  height: 1.5rem;
  background: url("../images/index_01.png") no-repeat center center;
  background-size: 100% 100%;
}
#app .lately {
  width: 100%;
  height: 2.5rem;
  background: #8d8d8d;
  line-height: 2.5rem;
  padding: 0 1.5rem;
}
#app .lately span {
  color: white;
}
#app .login {
  position: relative;
  width: 100%;
  height: 3.667rem;
  background: #1f212b;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.375rem;
  color: #fff;
}
#app .login .left {
  font-size: 1rem;
}
#app .login a {
  width: 5.5rem;
  height: 2.2rem;
  border-radius: 2.2rem;
  text-align: center;
  line-height: 2.2rem;
  color: #fff;
  background: #ff7c4e;
  text-decoration: none;
  font-size: 1rem;
}
#app .time_adres {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.15rem 0.5rem;
  margin-bottom: 1rem;
}
#app .time_adres .tq_dz div.txt:nth-child(1) {
  display: inline-block;
  padding: 0.125rem 0.7rem;
  border: 0.0625rem solid #333333;
  border-radius: 2.3rem;
  color: #333333;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
#app .time_adres .tq_dz div.txt:nth-child(1) span:nth-child(2) {
  margin: 0 0.4rem;
  height: 0.7rem;
  overflow: hidden;
  display: inline-block;
  color: #333333;
}
#app .time_adres .tq_dz .slideTxtBox {
  width: 17rem;
  background: #B9B8BD;
  border-radius: 5rem;
  padding: 0.2rem 0.3rem;
  box-sizing: border-box;
}
#app .time_adres .tq_dz .slideTxtBox .bd {
  width: 100%;
}
#app .time_adres .tq_dz .slideTxtBox .bd ul {
  width: 100%;
  text-decoration: none;
}
#app .time_adres .tq_dz .slideTxtBox .bd ul li {
  width: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#app .time_adres .tq_dz .slideTxtBox .bd ul li .img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}
#app .time_adres .tq_dz .slideTxtBox .bd ul li .img img {
  display: block;
  width: 100%;
  height: 100%;
}
#app .time_adres .tq_dz .slideTxtBox .bd ul li .txt {
  color: #fff;
  font-size: 0.9rem;
  width: 16rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#app .time_adres .time div:nth-child(1) {
  color: #333333;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  font-family: "PingFangMedium";
}
#app .time_adres .time div:nth-child(1) span {
  font-size: 0.8rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0.4rem;
}
#app .time_adres .time div:nth-child(2) {
  font-family: "PingFangBold";
  font-family: "DINC", "Microsoft YaHei";
  font-size: 1.8rem;
  text-align: right;
}
#app .time_adres .time div:nth-child(2) span {
  font-family: "Microsoft YaHei";
  display: inline-block;
  height: 1.2rem;
  overflow: hidden;
  font-weight: 100;
  margin-right: 0.2rem;
}
#app .dhimg {
  width: 95%;
  margin: 0 auto;
  height: 9rem;
  background: url("../images/index_09.png") no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  padding-left: 11rem;
}
#app .dhimg div .head {
  position: absolute;
  left: 10%;
  bottom: 0.2rem;
  width: 8.5rem;
}
#app .dhimg div .head img:nth-child(1) {
  width: 100%;
}
#app .dhimg div .head div {
  position: absolute;
  top: 2.2rem;
  left: 27%;
  overflow: hidden;
  width: 48%;
}
#app .dhimg div .head div img:nth-child(1) {
  width: 100%;
  display: block;
}
#app .dhimg div .head div img:nth-child(2) {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-animation: sm 3s linear;
          animation: sm 3s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
#app .dhimg div .txt {
  color: #fff;
  padding: 2.5rem 0 0 0;
}
#app .dhimg div .txt div:nth-child(1) {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
#app .dhimg div .txt div:nth-child(2) {
  font-size: 1rem;
}
#app .dhimg div .qiu {
  width: 3.3rem;
  position: absolute;
  right: 3rem;
  top: 1.5rem;
  transform: translateY(-0.3125rem);
  -webkit-animation: qiu 5s linear;
          animation: qiu 5s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
#app .dhimg div .qiu img {
  display: block;
  width: 100%;
}
#app .dhimg .paizhao {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: block;
  opacity: 0;
}
#app .nav {
  padding: 0rem 1.15rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
#app .nav a {
  text-decoration: none;
}
#app .nav a.left,
#app .nav a.right {
  width: 49%;
  padding: 2rem 0rem;
  text-align: center;
}
#app .nav a.left {
  background: url("../images/index_06.png") no-repeat center center;
  background-size: cover;
  position: relative;
}
#app .nav a.left::before {
  content: "";
  display: inline-block;
  width: 3.083rem;
  height: 3.083rem;
  background: url("../images/img03.png") no-repeat center center;
  background-size: 100% 100%;
  margin-right: 0.5rem;
}
#app .nav a.right {
  background: url("../images/index_07.png") no-repeat center center;
  background-size: cover;
}
#app .nav a.right::before {
  content: "";
  display: inline-block;
  width: 3.083rem;
  height: 3.083rem;
  background: url("../images/img04.png") no-repeat center center;
  background-size: 100% 100%;
  margin-right: 0.5rem;
}
#app .nav a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#app .nav a div {
  text-align: left;
}
#app .nav a div div:nth-child(1) {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333333;
}
#app .nav a div div:nth-child(2) {
  color: #999999;
  font-size: 0.9rem;
}
#app .recShop {
  width: 100%;
  padding: 0 1.15rem;
}
#app .recShop .title {
  text-align: center;
}
#app .recShop .title div {
  padding: 0.7rem 1rem 0.1rem 1.2rem;
  display: inline-block;
  background: url("../images/img05.png") no-repeat center center;
  background-size: 100% 100%;
  font-size: 1.4rem;
  font-weight: bold;
}
#app .recShop ul li {
  padding: 1.25rem 0 1.25rem 7rem;
  list-style: none;
  border-bottom: 0.0625rem solid #eeeeee;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
#app .recShop ul li:last-child {
  border-bottom: none;
}
#app .recShop ul li .gg_div {
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 1.25rem;
  left: 0;
}
#app .recShop ul li .gg_div .shopimg {
  width: 100%;
  display: block;
  border-radius: 0.4rem;
}
#app .recShop ul li .gg_div .MMVip {
  position: absolute;
  top: -0.6rem;
  right: -0.3rem;
  width: 86%;
}
#app .recShop ul li .gg_div .MMVip img {
  width: 100%;
}
#app .recShop ul li .gg_div .friendBeen {
  position: absolute;
  top: 0;
  right: 0;
  border-bottom-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  background: #3dac5a;
  color: #fff;
  font-size: 0.8rem;
  width: 75%;
  padding: 0.1rem 0;
  text-align: center;
}
#app .recShop ul li .message {
  width: 100%;
}
#app .recShop ul li .message .name_jl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
#app .recShop ul li .message .name_jl div:nth-child(1) {
  color: #333333;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "PingFangBold";
}
#app .recShop ul li .message .name_jl div:nth-child(2) {
  color: #666666;
  font-size: 0.82rem;
  font-family: "PingFangMedium";
}
#app .recShop ul li .message .address {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 75%;
  padding: 0.3rem 0;
  color: #666666;
  font-size: 0.88rem;
  margin-bottom: 0.5rem;
}
#app .recShop ul li .message .address::before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.9rem;
  margin-right: 0.2rem;
  background: url("../images/img02.png") no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  top: 0.1rem;
}
#app .recShop ul li .message .hot_go {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#app .recShop ul li .message .hot_go .hot {
  padding: 0.2rem 0.5rem;
  background: rgba(255, 113, 75, 0.07);
  border-radius: 2rem;
  color: #666666;
  font-size: 0.8rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: "PingFangMedium";
}
#app .recShop ul li .message .hot_go .hot::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.9rem;
  background: url("../images/index_14.png") no-repeat center center;
  background-size: 100% 100%;
  margin-right: 0.2rem;
}
#app .recShop ul li .message .hot_go .go_btn {
  padding: 0.4rem 1rem;
  border-radius: 1.5rem;
  border: 0.125rem solid #ff7c4e;
  font-size: 1rem;
  color: #ff7c4e;
  font-weight: bold;
}
#app .recShop ul li .message .hot_go .go_btn:active {
  background-color: #2e170f;
  opacity: 0.3;
}
#app .recShop .more {
  display: flex;
  text-align: center;
  align-items: center;
  padding: 0.3rem 0 1rem;
  margin: 0 auto;
  margin-left: 8rem;
  margin-top: 1rem;
}
#app .recShop .more div:nth-child(1) {
  color: #666666;
  font-size: 0.95rem;
  margin-left: 1rem;
  margin-right: 0.2rem;
}
#app .recShop .more .moreImg {
  width: 0.8rem;
  height: 0.8rem;
}

#men {
  height: auto;
  background-color: rgba(68, 59, 59, 0.8);
  position: fixed;
  top: -22rem;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.vipFlag {
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 2rem;
}

.vipFlag img {
  width: 100%;
  height: 35%;
}

.wenText {
  font-size: 1.03rem;
  color: #FFFFFF;
  line-height: 1.5rem;
  width: 22rem;
  text-align: center;
}

.Canpy {
  width: 5.5rem;
  height: 2.2rem;
  line-height: 1.9rem;
  border: 2px solid #FFFFFF;
  border-radius: 1.1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 16.5rem;
  cursor: pointer;
}

.fairy {
  width: 100%;
  position: relative;
}

.fairy_top {
  background: url("../images/fairy_top.png") no-repeat center center;
  background-size: 22rem 22rem;
  height: 22rem;
  width: 22rem;
}

.fairy_top2 {
  background: url("../images/fairytwoimg.png") no-repeat center center;
  background-size: 22rem 22rem;
  height: 22rem;
  width: 22rem;
}

.crown {
  width: 2rem;
  position: relative;
  top: -5.5rem;
  left: 3.8rem;
}

.xianlian {
  width: 5rem;
  margin-bottom: -2.2rem;
  margin-left: 1.5rem;
}

.Bubble {
  width: 6.5rem;
  height: 6.5rem;
  position: relative;
  top: 5rem;
  left: 2.5rem;
}

.Bubble2 {
  width: 6.5rem;
  height: 6.5rem;
  position: relative;
  top: 5rem;
  left: -1.5rem;
}

.diary {
  position: relative;
  top: 1.8rem;
  left: 1.5rem;
  color: #910b03;
  margin-top: 0.5rem;
}

.font {
  font-family: "External";
  font-size: 1.65rem;
  margin-left: -0.4rem;
}

.title_hao {
  position: relative;
  top: 4rem;
  left: 1.5rem;
  color: yellow;
}

.blow {
  position: relative;
  top: 4.5rem;
  left: 1.5rem;
  color: white;
  font-size: 2rem;
  font-family: "External";
}

.blows {
  position: relative;
  top: 4.5rem;
  left: 1.5rem;
  color: white;
  font-size: 2.3rem;
  font-family: "External";
}

.total_score {
  position: relative;
  top: 0rem;
  left: 6.5rem;
  color: white;
}
.total_score .fraction {
  font-size: 1.7rem;
  font-family: "Huakang";
}
.total_score .fen {
  font-size: 0.5rem;
}
.total_score .total {
  background-color: whitesmoke;
  color: #d94428;
  width: 15%;
  text-align: center;
  margin-top: 0.2rem;
  font-size: 0.75rem;
  border-radius: 3px;
  opacity: 0.7;
}

.total_score2 {
  position: relative;
  top: 0rem;
  left: 2.5rem;
  color: white;
}
.total_score2 .fraction {
  font-size: 1.5rem;
  font-family: "Huakang";
}
.total_score2 .fen {
  font-size: 1rem;
}
.total_score2 .total {
  background-color: whitesmoke;
  color: #988380;
  width: 14%;
  text-align: center;
  margin-top: 0.5rem;
  opacity: 0.7;
  border-radius: 3px;
}

.fairy_conter {
  width: 22rem;
  background-color: #fffeff;
  height: 7.5rem;
  margin: auto;
}

.renZhen {
  display: flex;
  align-items: center;
  padding-top: 0.3rem;
}

.xiahuax {
  display: inline-block;
  height: 1.8rem;
  margin-left: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 17rem;
}

.mioskincare {
  font-size: 1.2rem;
  text-decoration: none;
  border-bottom: 3px solid #ffaa8b;
  font-family: "PingFangBold";
}

.goodStoreDiv {
  width: 5rem;
  height: 3rem;
}

.goodStore {
  width: 4rem;
  margin-left: 0.4rem;
}

.fairy_span {
  width: 16rem;
  height: 45%;
  display: flex;
  margin-left: 0.3rem;
  font-family: "PingFangRegular";
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.imgBox {
  width: 17%;
}

.nickname_right {
  margin-left: 0.5rem;
}

.portrait {
  width: 3rem;
  height: 3rem;
  margin-left: 0.5rem;
}

.nickname {
  display: flex;
  margin-top: 6px;
}

#men {
  height: auto;
  background-color: rgba(68, 59, 59, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fairy_footer {
  width: 22rem;
  background-color: #f7f7f7;
  margin: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom-left-radius: 0.4em;
  border-bottom-right-radius: 0.4em;
}
.fairy_footer .footer-top {
  display: flex;
  justify-content: space-around;
}
.fairy_footer .footer-top .footer-tile {
  margin-top: 1rem;
}
.fairy_footer .footer-top .footer-tile .saoyisao {
  font-size: 0.8rem;
  color: #6d6d6d;
}
.fairy_footer .footer-top .footer-tile .more-img {
  width: 9rem;
}
.fairy_footer .baotu {
  width: 100%;
  text-align: center;
  padding-bottom: 0.5rem;
  color: #6d6d6d;
}
.fairy_footer .baotu h4 {
  margin: 0;
  text-decoration: underline;
  font-weight: normal;
  font-size: 12px;
}

.thumbnail {
  width: 13rem;
  display: flex;
  justify-content: space-between;
}
.thumbnail .thumbnail_img {
  width: 4rem;
  height: 4rem;
  margin-top: 1rem;
  opacity: 0.5;
  border-radius: 10%;
}
.thumbnail .thumbnail_img_boder {
  border: 0.3rem solid white;
  border-radius: 10%;
  opacity: 1;
}

.savePicture {
  margin-top: 1rem;
  width: 8.4114rem;
  height: 1.8rem;
  background: url("../images/savePicture.png") no-repeat center center;
  background-size: 8.4114rem 1.8rem;
  text-align: center;
  font-size: 0.9rem;
  color: white;
  line-height: 1.8rem;
}

/*脸部扫描动画*/
@-webkit-keyframes sm {
  0% {
    top: 100%;
    transform: rotateX(0deg);
  }
  49% {
    top: -50%;
    transform: rotateX(0deg);
  }
  50% {
    top: -50%;
    transform: rotateX(180deg);
  }
  99% {
    top: 100%;
    transform: rotateX(180deg);
  }
}
@keyframes sm {
  0% {
    top: 100%;
    transform: rotateX(0deg);
  }
  49% {
    top: -50%;
    transform: rotateX(0deg);
  }
  50% {
    top: -50%;
    transform: rotateX(180deg);
  }
  99% {
    top: 100%;
    transform: rotateX(180deg);
  }
}
/*球动画*/
@-webkit-keyframes qiu {
  0% {
    transform: translateY(-0.3125rem);
  }
  50% {
    transform: translateY(0.3125rem);
  }
  99% {
    transform: translateY(-0.3125rem);
  }
}
@keyframes qiu {
  0% {
    transform: translateY(-0.3125rem);
  }
  50% {
    transform: translateY(0.3125rem);
  }
  99% {
    transform: translateY(-0.3125rem);
  }
}
@-webkit-keyframes BL {
  0% {
    top: 100%;
    transform: rotateX(0deg);
  }
  49% {
    top: -50%;
    transform: rotateX(0deg);
  }
  50% {
    top: -50%;
    transform: rotateX(180deg);
  }
  100% {
    top: 100%;
    transform: rotateX(180deg);
  }
}
@keyframes BL {
  0% {
    top: 100%;
    transform: rotateX(0deg);
  }
  49% {
    top: -50%;
    transform: rotateX(0deg);
  }
  50% {
    top: -50%;
    transform: rotateX(180deg);
  }
  100% {
    top: 100%;
    transform: rotateX(180deg);
  }
}
.progress_circle {
  -webkit-animation: strokeDasharray 8s linear infinite;
}

@-webkit-keyframes transformLoop {
  0% {
    transform: rotate(-145deg);
  }
  100% {
    transform: rotate(215deg);
  }
}
@-webkit-keyframes strokeDasharray {
  0% {
    stroke-dasharray: 0, 1691;
  }
  100% {
    stroke-dasharray: 1691, 1691;
  }
}
.svg {
  width: 165rem;
  height: 165rem;
}

.grey_circle {
  r: 7.5rem;
  cx: 7.9rem;
  cy: 7.9rem;
}

.progress_circle {
  r: 7.5rem;
  cx: 7.9rem;
  cy: 7.9rem;
}

.loadPage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.loadData {
  width: 5rem;
  position: relative;
  top: 5rem;
  left: 3rem;
}

.loadEffect {
  width: 16rem;
  height: 16rem;
  margin: 0 auto;
  position: relative;
  margin-top: 9rem;
  margin-bottom: 1.5rem;
}

.score_box {
  z-index: 10000;
}

.fromImg {
  overflow: hidden;
  width: 12rem;
  height: 12rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6rem;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.loadSemicircle {
  width: 12rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: BL 6s linear;
          animation: BL 6s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.ioadingImg {
  width: 12rem;
  height: 12rem;
}

.loadText {
  text-align: center;
  font-size: 1.5rem;
}

.loadYour {
  width: 5rem;
  position: relative;
  top: 8rem;
  left: 19rem;
}

.zhezao {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 600;
}

.phone {
  position: fixed;
  top: 150%;
  left: 50%;
  width: 15rem;
  height: 10rem;
  margin: -5rem 0 0 -7.5rem;
  background: #fff;
  padding: 2rem 1rem 0rem;
  box-sizing: border-box;
  border-radius: 0.5rem;
  z-index: 700;
}

.phone input {
  width: 100%;
  height: 3rem;
  border: 1px solid #e5e5e5;
  padding: 0 1rem;
  margin-bottom: 1rem;
  border-radius: 5px;
}

.phone button {
  width: 100%;
  height: 2.5rem;
  background: #ff7c4e;
  border: none;
  border-radius: 5px;
  color: #fff;
}

#base64img1, #base64img2, #base64img3 {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 22rem;
  height: 35.5rem;
}