.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.focus_out {
  width: 100%;
  padding-top: 0;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.news-focus {
  width: 645px;
}
.video-focus {
  width: 100%;
  height: 673px;
  border-radius: 16px;
  margin-top: 30px;
}
.focus {
  width: 100%;
  height: 48vw;
  box-sizing: content-box;
  position: relative;
  overflow: hidden;
}
.news-focus .focus {
  height: 362px;
}
.video-focus .focus {
  height: 100%;
}
.focus #list_box {
  font-size: 0;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000;
  -webkit-perspective: hidden;
}
.video-focus #list_box {
  flex-direction: column;
}
.focus #list_box .item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
.focus ul .item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.focus ul .item a img {
  width: 100%;
  height: 100%;
}
.focus ul .item a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0.75rem 0.8rem 0.85rem 0.8rem;
  font-size: 0.75rem;
  line-height: 1.1rem;
  text-align: left;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.7)
  );
  z-index: 500;

  display: flex;
  align-items: flex-end;

  display: none;
}
.news-focus .focus ul .item a p {
  display: flex;
}
.focus ul .item a p span:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.focus ul .item a p span .iconfont {
  font-size: 1.8rem;
  line-height: 2rem;
  vertical-align: middle;
  font-weight: 200;
}
.banner_pager {
  width: 100%;
  position: absolute;
  bottom: 0.6rem;
  left: 0;
  text-align: center;
  z-index: 600;
}
.news-focus .banner_pager {
  width: auto;
  top: 0.6rem;
  right: 0.6rem;
  bottom: auto;
  text-align: right;
}
.video-focus .banner_pager {
  width: 36%;
  display: inline-block;
  right: 0;
  top: 0;
  left: auto;
  bottom: auto;
}
.banner_pager a {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 20%;
  margin-right: 0.3rem;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  font: 0/0 a;
  transform: scaleX(1);
  transition: transform 1s linear;
}
.video-focus .banner_pager a {
  display: block;
  width: auto;
  height: auto;
  padding: 15px 20px;
  border-radius: 0;
  margin-right: 0;
  background: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-family: "STHeiti", "Microsoft YaHei", Helvetica, Arial, sans-serif;
}
.banner_pager a.active {
  transform: scaleX(1.5);
  position: relative;
}
.video-focus .banner_pager a.active {
  transform: scaleX(1);
  background-image: linear-gradient(
    to right,
    rgba(95, 150, 230, 0),
    rgba(95, 150, 230, 1)
  );
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.banner_pager a p {
  display: none;
}
.video-focus .banner_pager a p {
  display: block;
  text-align: right;
  color: #fff;
  opacity: 0.6;
}
.video-focus .banner_pager a.active p {
  font-size: 18px;
  opacity: 1;
  font-weight: bold;
}
.banner_pager a span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20%;
  background-color: #fff;
  transform-origin: left center;
  transform: scaleX(0);
  z-index: 500;
}
.video-focus .banner_pager a span {
  display: inline-block;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  width: 5px;
  height: 100%;
  border-radius: 0;
  background-color: #1f73ed;
  transform-origin: right center;
  transform: scaleX(0);
}
.banner_pager .active span {
  animation: scale-x 4s linear forwards;
}
.video-focus .banner_pager .active span {
  transform: scaleX(1);
}
.btn {
  width: 1rem;
  height: 2rem;
  border: 0;
  background: rgba(0, 0, 0, 0.6);

  position: absolute;
  top: 50%;
  margin-top: -1rem;
}

.btn.go {
  right: 0.4rem;
}
.btn.back {
  left: 0.4rem;
}
.focus_num {
  position: absolute;
  z-index: 1000;
  color: #999;
  bottom: 0.375rem;
  right: 0;
  padding-left: 1.5rem;
  padding-right: 1.1rem;
  font-size: 0.5rem;
  line-height: 1.1rem;
  vertical-align: bottom;
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(255, 249, 249, 1) 16%,
    rgba(255, 249, 249, 1)
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(255, 249, 249, 1) 16%,
    rgba(255, 249, 249, 1)
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(255, 249, 249, 1) 16%,
    rgba(255, 249, 249, 1)
  );

  display: none;
}
.focus_num:after {
  content: "";
  width: 10%;
  height: 1px;
  background: #999;
  position: absolute;
  left: 20%;
  bottom: 0.5rem;
}
.focus_num:before {
  content: "";
  width: 10%;
  height: 1px;
  background: #999;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}
.focus_num font {
  font-size: 0.8rem;
  line-height: 1.1rem;
  vertical-align: bottom;
  color: #3b8ee6;
}
.focus_num em {
  font-size: 0.5rem;
  line-height: 1.1rem;
  vertical-align: bottom;
  font-style: normal;
}

.container.part01 {
  background: url(../src/assets/zsyy2023_sectionbg01.jpg) no-repeat center bottom;
  background-size: auto 60%;
  z-index: 50;
}

.ylfw dl {
  height: 627px;
}

.ylfw dt,
.ylfw dd {
  box-sizing: border-box;
  float: left;
  text-align: center;
}

.ylfw dt {
  width: 35%;
  height: 100%;
  /* background: url(../src/assets/svgbg01.jpg) no-repeat center center; */
  background-size: cover;
}

.ylfw dd {
  width: 21.66%;
  height: 50%;
}

/* .ylfw dd:nth-child(2) {
  background: url(../src/assets/svgbg02.jpg) no-repeat center center;
  background-size: cover;
}

.ylfw dd:nth-child(3) {
  background: url(../src/assets/svgbg03.jpg) no-repeat center center;
  background-size: cover;
}

.ylfw dd:nth-child(4) {
  background: url(../src/assets/svgbg04.jpg) no-repeat center center;
  background-size: cover;
}

.ylfw dd:nth-child(5) {
  background: url(../src/assets/svgbg05.jpg) no-repeat center center;
  background-size: cover;
}

.ylfw dd:nth-child(6) {
  background: url(../src/assets/svgbg06.jpg) no-repeat center center;
  background-size: cover;
}

.ylfw dd:nth-child(7) {
  background: url(../src/assets/svgbg07.jpg) no-repeat center center;
  background-size: cover;
} */

.ylfw .con,
.ylfw .con-inner {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.ylfw .con img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.ylfw .con:hover img {
  animation: blur 4s linear forwards;
}

.ylfw .con-inner {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.ylfw .con-inner svg {
  width: 22%;
  height: 107px;
}

.ylfw dd .con-inner svg {
  width: 24%;
  height: 73px;
}

.ylfw .con-inner .txt {
  width: 100%;
  color: #fff;
  margin-top: 15px;
}

.ylfw .con-inner .txt h4 {
  font-size: 24px;
  font-weight: 300;
}

.ylfw .con-inner .txt .en {
  font-size: 20px;
  font-weight: 200;
  margin-top: 4px;
}

.ylfw .con-inner .txt .ch {
  font-size: 16px;
  font-weight: 200;
  margin-top: 4px;
}

.ylfw dd .con-inner .txt h4 {
  font-size: 20px;
}

.ylfw dd .con-inner .txt .en {
  font-size: 16px;
}

.ylfw dd .con-inner .txt .ch {
  font-size: 12px;
}

.ylfw .con .icon-path {
  animation: none 1s ease-in;
  fill-rule:evenodd;
}

.ylfw .con:hover .icon-path,
.ylfw .con.active .icon-path {
  animation-name: icon-path-animation;
}


/*ÃƒÂ¥Ã…â€™Ã‚Â»ÃƒÂ§Ã¢â‚¬â€œÃ¢â‚¬â€ÃƒÂ¦Ã…â€œÃ‚ÂÃƒÂ¥Ã…Â Ã‚Â¡ end*/

.tag {
  position: relative;
}

.tag h2 {
  width: 100%;
  color: #555;
  font-size: 28px;
  font-weight: normal;
  text-align: left;
}

.part02 .tag h2,
.part03 .tag h2 {
  text-align: center;
}

.card .tag h2 {
  font-size: 22px;
  text-align: left;
}

.tag .more {
  color: #777;
  font-size: 10px;
  text-decoration: none;
  border: 1px solid #777;
  box-sizing: border-box;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  border-radius: 10px;
  padding: 0 10px;

  position: absolute;
  right: 0;
  bottom: 0;
}

.tag .more:hover {
  background-color: #999;
  color: #fff;
}

.news {
  margin-top: 60px;
  padding-bottom: 40px;
}

.news-list {
  width: 520px;
}

.news-list ul {
  /* width: 705px; */
  width: 100%;
  position: relative;
  padding-top: 5px;
  z-index: 50;
}

.news-list li {
  overflow: hidden;
  padding-left: 60px;
  margin-top: 20px;
}

.news-list li .time {
  float: left;
  width: 60px;
  height: 60px;
  margin-left: -60px;
  background-color: #fff;

  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.news-list li .day {
  color: #2b67ad;
  font: 400 28px/30px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
  margin-top: 2px;
}

.news-list li .date {
  color: #6f9dd3;
  font: 13px/20px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
}

.news-list li .day,
.news-list li .date {
  display: block;
  text-align: center;
  font-family: Arial;
}

.news-list li .conts {
  position: relative;
  padding: 0 10px 0 16px;
  height: 60px;
}

.news-list li .conts a {
  height: 100%;
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #555;

  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.news-list li .conts a span {
  max-height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-word;
}

.news-list li .conts:hover {
  background: rgba(255, 255, 255, 0.3);
}

.news-list li .conts a:hover i {
  color: #98cf83;
}

.news-list li .conts h3 {
  font: 18px/22px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
  color: #18293f;
  cursor: pointer;
}

.news-list li .conts p {
  padding-top: 2px;
  font: 13px/20px "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
  height: 40px;
  margin-top: 4px;
  overflow: hidden;
  color: #bfc0c4;
  cursor: pointer;
}

.news-list li .conts p .more {
  color: #b72e22;
}

.container.part02 {
  background: url(../src/assets/zsyy2023_sectionbg02.jpg) no-repeat center bottom;
  background-size: 100% 60%;
}

.department-content {
  height: 420px;
  margin-top: 30px;
  position: relative;
  padding-left: 393px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.department-content .intro {
  width: 393px;
  height: 100%;
  background-color: #7aafe1;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}

.department-content .intro h3 a {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
}

.department-content .intro img {
  width: 100%;
  max-height: 180px;
  margin-top: 20px;
}

.department-content .intro p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  height: 88px;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  word-break: break-word;
}

.department-content .list {
  height: 100%;
  padding: 10px 36px;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  overflow-y: scroll;
}

.department-content .list .menu ul {
  display: flex;
  justify-content: space-between;
}

.department-content .list .menu ul li {
  display: inline-block;
  background-color: #dedede;
  color: #0c2039;
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.department-content .list .menu ul li.active,
.department-content .list .menu ul li:hover {
  background-color: #7aafe1;
  color: #fff;
  box-shadow: 0 0 3px rgba(122, 175, 225, 0.8);
}

.department-content .list .menu ul li:before {
  content: "";
  height: 22px;
  width: 22px;
  margin-right: 10px;
  display: inline-block;
}

.department-content .list .menu ul li:first-child:before {
  background-image: url(../src/assets/zsyy2023_icon03.png);
  background-size: cover;
}

.department-content .list .menu ul li:nth-child(2):before {
  background-image: url(../src/assets/zsyy2023_icon02.png);
  background-size: cover;
}

.department-content .list .menu ul li:nth-child(3):before {
  background-image: url(../src/assets/zsyy2023_icon01.png);
  background-size: cover;
}

.department-content .list .menu ul li:nth-child(4):before {
  background-image: url(../src/assets/zsyy2023_icon04.png);
  background-size: cover;
}

.department-content .list .menu ul li:nth-child(1).active:before,
.department-content .list .menu ul li:nth-child(1):hover:before {
  background-image: url(../src/assets/zsyy2023_icon03_hover.png);
}

.department-content .list .menu ul li:nth-child(2).active:before,
.department-content .list .menu ul li:nth-child(2):hover:before {
  background-image: url(../src/assets/zsyy2023_icon02_hover.png);
}

.department-content .list .menu ul li:nth-child(3).active:before,
.department-content .list .menu ul li:nth-child(3):hover:before {
  background-image: url(../src/assets/zsyy2023_icon01_hover.png);
}

.department-content .list .menu ul li:nth-child(4).active:before,
.department-content .list .menu ul li:nth-child(4):hover:before {
  background-image: url(../src/assets/zsyy2023_icon04_hover.png);
}

.department-content .list .menu ul li span {
  font-size: 16px;
  letter-spacing: 6px;
}

.department-content .list .menu ul li img {
  height: 26px;
  margin-right: 10px;
}

.department-content .list .panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: baseline;
}

.department-content .list .panel a {
  display: inline-block;
  width: 22%;
  text-align: center;
  text-decoration: none;
  color: #555;
  border: 1px solid #e4e4e4;
  padding: 10px 0;
  margin-top: 10px;
}

.department-content .list .panel a:last-child:nth-child(4n + 2) {
  margin-right: calc(44% + 24% / 3);
}

.department-content .list .panel a:last-child:nth-child(4n + 3) {
  margin-right: calc(22% + 12% / 3);
}

.department-content .list .panel a.active,
.department-content .list .panel a:hover {
  color: #4e9da4;
  border-color: #4e9da4;
  box-shadow: 0 0 6px rgba(78, 157, 164, 0.8);
}

.news-cards {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}

.news-cards .card {
  width: 31.25%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
}

.news-cards .card-box {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}

.news-cards .card-box img {
  width: 100%;
}

.news-cards .card-box ul {
  margin-top: 8px;
}

.news-cards .card-box li a {
  display: block;
  text-decoration: none;
  color: #555;
  font-size: 16px;
  line-height: 48px;
  border-bottom: 1px solid #eee;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-cards .card-box li a:hover {
  color: #222;
  background-color: #fdfdfd;
}
/*NEWS-CARDS END*/

.footer {
  margin-top: 100px;
}

@media screen and (min-width: 1440px) {
  .news-list {
    width: 720px;
  }

  .department-content .list .menu ul li {
    padding: 10px 45px;
  }
}

/* @media screen and (max-height: 660px) and (min-width: 700px) {
    .topbar {
        padding: 15px 0;
    }

    .topbar > div {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    .topbar .left-btn, .topbar .right-btn {
        top: 15px;
    }

    .page1-wrap .flight-main {
        margin-top: 90px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    .content {
        top: 10%;
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    .page4-wrap .info {
        padding-top: 15px;
        transform-origin: left;
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    .photos {
        -webkit-transform: scale(.84);
        transform: scale(.84);
    }
} */

@media screen and (max-width: 1100px) {
  .ylfw dl {
    height: 460px;
  }

  .news-focus {
    width: 545px;
  }

  .news-list {
    width: 418px;
  }

  .video-focus {
    height: 561px;
  }
}

@media screen and (max-width: 768px) {
  .ylfw {
    /* padding: 0 0.6rem; */
  }

  .ylfw dl {
    height: auto;
  }

  .ylfw dt {
    width: 100%;
    height: 10rem;
  }

  .ylfw dd {
    width: 50%;
    height: 48vw;
  }

  .ylfw .con-inner svg {
    width: 16%;
    height: 16vw;
  }

  .ylfw dd .con-inner svg {
    width: 24%;
    height: 12vw;
  }

  .ylfw .con-inner .txt {
    margin-top: 0.3rem;
  }

  .ylfw .con-inner .txt h4 {
    font-size: 1rem;
  }

  .ylfw dd .con-inner .txt h4 {
    font-size: 0.85rem;
  }

  .ylfw .con-inner .txt .en {
    font-size: 0.7rem;
    margin-top: 0.2rem;
  }

  .ylfw dd .con-inner .txt .en {
    font-size: 0.7rem;
  }

  .ylfw .con-inner .txt .ch {
    font-size: 0.75rem;
    margin-top: 0.2rem;
  }

  .ylfw dd .con-inner .txt .ch {
    font-size: 0.6rem;
  }

  .ylfw .con:hover img {
    animation-name: none;
  }

  .focus_out {
    width: 100%;
    margin-top: 2.8rem;
  }

  .news-focus .focus {
    height: 52.8vw;
  }

  .news-list {
    width: 100%;
    float: none;
    margin-top: 0.8rem;
  }

  .tag h2 {
    font-size: 1.4rem;
  }

  .tag .more {
    font-size: 0.6rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: 1rem;
    padding: 0 0.4rem;
  }

  .news {
    margin-top: 2rem;
    padding-bottom: 1.8rem;
  }

  .news-focus {
    margin-top: 0;
    float: none;
  }

  .news-list li {
    overflow: hidden;
    padding-left: 3.5rem;
    margin-top: 1
}

  .news-list li .time {
    width: 3.5rem;
    height: 3.5rem;
    margin-left: -3.5rem;
  }
  
  .news-list li .day {
    color: #2b67ad;
    font: 400 1.4rem/1.5rem "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    margin-top: 2px;
  }
  
  .news-list li .date {
    color: #6f9dd3;
    font: 0.65rem/1rem "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
  }

  .news-list li .conts {
    padding: 0 0.5rem 0 0.5rem;
    height: 3.5rem;
  }

  .news-list li .conts a {
    font-size: 0.85rem;
    line-height: 1.5rem;
  }

  .news-list li .conts a span {
    max-height: 3.5rem;
    -webkit-line-clamp: 2;
  }

  .department-content {
    margin-top: 1rem;
    height: auto;
    padding-left: 0;
  }

  .department-content .intro {
    width: 100%;
    height: auto;
    background-color: #7aafe1;
    padding: 20px;
    box-sizing: border-box;
    position: static;

    display: none;
  }

  .department-content .list {
    padding: 0;
  }

  .department-content .list .menu ul li {
    flex-wrap: wrap;
    padding: 0.3rem 0.6rem;
  }

  .department-content .list .menu ul li:before {
    margin-right: 0;
  }

  .department-content .list .menu ul li span {
    width: 100%;
    font-size: 0.85rem;
    letter-spacing: 0;
  }

  .department-content .list .panel {
    padding: 0 0.5rem 0.5rem;
  }

  .department-content .list .panel a {
    font-size: 0.75rem;
    text-align: left;
    padding: 0.3rem;
    margin-top: 0.5rem;
    box-sizing: border-box;
  }

  .news-cards {
    display: block;
    padding-bottom: 0.5rem;
  }

  .news-cards .card {
    width: 100%;
    float: none;
    margin-bottom: 1.5rem;
  }

  .card .tag h2 {
    font-size: 1.1rem;
  }

  .news-cards .card-box li a {
    font-size: 0.85rem;
    line-height: 2rem;
  }

  .video-focus {
    height: 52.8vw;
    margin-top: 1rem;
  }

  .video-focus .banner_pager {
    width: 100%;
    display: inline-block;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
  }

  .video-focus .banner_pager a {
    display: block;
    width: 25%;
    height: auto;
    padding: 0.3rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .video-focus .banner_pager a p {
    text-align: left;
    font-size: 0.7rem;
    max-height: 3rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .video-focus .banner_pager a.active {
    transform: scaleX(1);
    background-image: linear-gradient(
      to bottom,
      rgba(95, 150, 230, 0.6),
      rgba(95, 150, 230, 1)
    );
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  .video-focus .banner_pager a.active p {
    font-size: 0.7rem;
    opacity: 1;
    font-weight: bold;
  }

  .video-focus .banner_pager a span {
    display: inline-block;
    position: absolute;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 0.1rem;
    border-radius: 0;
    background-color: #1f73ed;
    transform-origin: left center;
    transform: scaleX(0);
  }

  .footer {
    margin-top: 3rem;
  }
}

@-webkit-keyframes scale-x {
  from {
    -webkit-transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
  }
}
@keyframes scale-x {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@-webkit-keyframes blur {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(6px);
  }
}
@keyframes blur {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(6px);
  }
}

@-webkit-keyframes icon-path-animation {
  0% {
    stroke-dasharray: 4917;
    stroke-dashoffset: 4917;
    stroke-width: 14;
    fill: rgba(255, 255, 255, 0);
  }

  40% {
    stroke-dasharray: 4917;
    stroke-dashoffset: 0;
    stroke-width: 14;
    fill: rgba(255, 255, 255, 0);
  }

  60% {
    stroke-dasharray: 4917;
    stroke-dashoffset: 0;
    stroke-width: 14;
    fill: #fff;
  }

  100% {
    stroke-dasharray: 4917;
    stroke-dashoffset: 0;
    stroke-width: 0;
    fill: #fff;
  }
}

@keyframes icon-path-animation {
  0% {
    stroke-dasharray: 4917;
    stroke-dashoffset: 4917;
    stroke-width: 12;
    fill: rgba(255, 255, 255, 0);
  }

  40% {
    stroke-dasharray: 4917;
    stroke-dashoffset: 0;
    stroke-width: 12;
    fill: rgba(255, 255, 255, 0);
  }

  60% {
    stroke-dasharray: 4917;
    stroke-dashoffset: 0;
    stroke-width: 12;
    fill: #fff;
  }

  100% {
    stroke-dasharray: 4917;
    stroke-dashoffset: 0;
    stroke-width: 0;
    fill: #fff;
  }
}
