﻿@charset "UTF-8";
@font-face {
  font-family: "SOURCEHANSERIFCN-BOLD";
  src: url("./SOURCEHANSERIFCN-BOLD.OTF") format("opentype");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #333333;
  line-height: normal;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font: normal 100% Helvetica, Arial, sans-serif;
}

/* 取消 ul 和 li 的自带样式 */
ul {
  list-style-type: none;
  /* 移除列表项前面的符号 */
  padding: 0;
  /* 移除内边距 */
  margin: 0;
  /* 移除外边距 */
}
ul li {
  padding: 0;
  /* 移除内边距 */
  margin: 0;
  /* 移除外边距 */
}

a {
  text-decoration: none !important;
}

.flex {
  display: flex;
}

.flex-ac {
  display: flex;
  align-items: center;
}

.flex-ac-jc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-ac-jcwb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.jcsb {
  justify-content: space-between;
}

.font-weight-bold {
  font-weight: bold;
}

.dot-img {
  width: 0.59rem;
  height: 0.97rem;
  margin-right: 0.75rem;
  object-fit: cover;
}

.color-b5 {
  color: #b5b5b5;
}

.color-ba {
  color: #bababa;
}

.color-999 {
  color: #999999;
}

.fs-113 {
  font-size: 1.13rem;
}

.fs-213 {
  font-size: 2.13rem;
}

.top-fixed {
  position: fixed;
  top: 0;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.top-fixed .top-head {
  width: 100vw;
  height: 6.63rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 1rem 0rem rgba(9, 60, 131, 0.07);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.88rem;
  box-sizing: border-box;
}
.top-fixed .top-head .logo {
  width: 25.63rem;
  height: 2.81rem;
}
.top-fixed .top-head .right-box .search-icon {
  width: 2.69rem;
  height: 2.69rem;
  margin-right: 2.69rem;
}
.top-fixed .top-head .right-box .menu-icon {
  width: 2.69rem;
  height: 2.38rem;
}

.dis_block {
  display: block !important;
}

.more {
  display: none;
}

.search-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background: url("../images/search-bg.jpg") no-repeat;
  background-size: cover;
  padding: 0 1.88rem;
  box-sizing: border-box;
  display: none;
}
.search-box .top-head {
  padding-top: 2rem;
  padding-bottom: 2.06rem;
}
.search-box .top-head .logo {
  width: 25.63rem;
  height: 2.81rem;
}
.search-box .top-head .close-icon {
  width: 2.19rem;
  height: 2.19rem;
}
.search-box .top-input {
  width: 43.13rem;
  height: 5.31rem;
  box-shadow: 0rem 0rem 1rem 0rem rgba(9, 60, 131, 0.07);
  border-radius: 0.63rem;
  position: relative;
}
.search-box .top-input input {
  display: none;
  /* 取消所有默认样式 */
  border: none;
  background-color: transparent;
  outline: none;
  /* 取消聚焦时的轮廓 */
  box-shadow: none;
  /* 取消阴影 */
  padding: 0;
  /* 取消内边距 */
  margin: 0;
  /* 取消外边距 */
  font-size: inherit;
  /* 继承字体大小 */
  color: inherit;
  /* 继承字体颜色 */
  appearance: none;
  /* 去除浏览器默认的样式 */
  -webkit-appearance: none;
  /* 针对 Safari 和 Chrome 浏览器 */
  -moz-appearance: none;
  /* 针对 Firefox 浏览器 */
  font-size: 1.5rem;
  color: #c6c6c6;
}
.search-box .top-input .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.94rem;
  width: 2.13rem;
  height: 2.13rem;
  cursor: pointer;
}
.search-box .sidebar {
  width: 100%;
}
.search-box .sidebar .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-box .sidebar .menu > li {
  position: relative;
  padding-left: 1.19rem;
  line-height: 6.06rem;
  border-bottom: 1px solid #ccc;
  font-size: 1.75rem;
  color: #333333;
}
.search-box .sidebar .menu > li a {
  text-decoration: none;
  color: #333;
  display: block;
}
.search-box .has-submenu {
  position: relative;
}
.search-box .has-submenu .toggle {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2rem;
  color: #f89b4c;
}
.search-box .submenu {
  display: none;
  list-style: none;
  padding-left: 20px;
}
.search-box .submenu.show {
  display: block;
}

.screen-1 {
  width: 100vw;
  margin-top: 6.63rem;
  height: calc(100vh - 6.63rem);
  position: relative;
}
.screen-1 .swiper-slide {
  width: 100vw;
  height: calc(100vh - 6.63rem);
}
.screen-1 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.screen-1 .svgt {
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
  /* Animation */
}
.screen-1 .svgt .parallax > use {
  animation: move-forever 55s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.screen-1 .svgt .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 20s;
}
.screen-1 .svgt .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 23s;
}
.screen-1 .svgt .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 26s;
}
.screen-1 .svgt .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 32s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.screen-1 .bottom-rap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.screen-1 .bottom-rap .roulette {
  position: relative;
  background: url("../images/screen1-bottom-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 18rem;
}
.screen-1 .bottom-rap .roulette .info-list {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.screen-1 .bottom-rap .roulette .info-list .info-item {
  position: absolute;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.screen-1 .bottom-rap .roulette .info-list .info-item img {
  width: 3rem;
  height: 3rem;
}
.screen-1 .bottom-rap .roulette .info-list .info-item .info-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.screen-1 .bottom-rap .roulette .info-list .info-item .info-text > div:nth-child(2) {
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-all;
  text-align: center;
  width: 5rem;
}
.screen-1 .bottom-rap .roulette .info-list .info-item-1 {
  top: 8rem;
  left: 2.31rem;
}
.screen-1 .bottom-rap .roulette .info-list .info-item-2 {
  top: 4rem;
  left: 10rem;
}
.screen-1 .bottom-rap .roulette .info-list .info-item-3 {
  top: 2.31rem;
  left: 17.94rem;
}
.screen-1 .bottom-rap .roulette .info-list .info-item-4 {
  top: 2.31rem;
  left: 25.81rem;
}
.screen-1 .bottom-rap .roulette .info-list .info-item-5 {
  top: 4rem;
  right: 10.25rem;
}
.screen-1 .bottom-rap .roulette .info-list .info-item-6 {
  top: 8rem;
  right: 2.25rem;
}

.screen-2 .title,
.screen-3 .title,
.screen-4 .title,
.screen-5 .title,
.screen-6 .title {
  font-weight: bold;
  font-size: 2.38rem;
  color: #333333;
  text-align: center;
  margin-bottom: 2.81rem;
  font-family: SOURCEHANSERIFCN-BOLD;
}
.screen-2 .title span,
.screen-3 .title span,
.screen-4 .title span,
.screen-5 .title span,
.screen-6 .title span {
  position: relative;
}
.screen-2 .title span:nth-child(1)::before,
.screen-3 .title span:nth-child(1)::before,
.screen-4 .title span:nth-child(1)::before,
.screen-5 .title span:nth-child(1)::before,
.screen-6 .title span:nth-child(1)::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: linear-gradient(-24deg, #059dff 0%, #006dff 100%);
  border-radius: 50%;
  opacity: 0.1;
  position: absolute;
  top: -3px;
  left: -3px;
}
.screen-2 .title span:nth-child(2),
.screen-3 .title span:nth-child(2),
.screen-4 .title span:nth-child(2),
.screen-5 .title span:nth-child(2),
.screen-6 .title span:nth-child(2) {
  color: #2d71d0;
}
.screen-2 .title span:nth-child(2)::after,
.screen-3 .title span:nth-child(2)::after,
.screen-4 .title span:nth-child(2)::after,
.screen-5 .title span:nth-child(2)::after,
.screen-6 .title span:nth-child(2)::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: linear-gradient(-24deg, #ff4d28 0%, #ff9d19 100%);
  border-radius: 50%;
  opacity: 0.2;
  position: absolute;
  bottom: -3px;
  right: -3px;
}
.screen-2 .content,
.screen-3 .content,
.screen-4 .content,
.screen-5 .content,
.screen-6 .content {
  max-width: 1400px;
  margin: 0 auto;
}

.screen-2 {
  padding: 0 1.88rem;
  padding-top: 5.5rem;
  background: url("../images/screen-2-bg.png") no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.screen-2 .screen-2-banner {
  margin-bottom: 2.81rem;
}
.screen-2 .screen-2-banner a {
  color: #333;
}
.screen-2 .screen-2-banner .banner-content {
  height: 14.88rem;
  padding: 0 2rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  border-bottom: 1px solid #f89b4c;
}
.screen-2 .screen-2-banner img {
  width: 100%;
  height: 28.13rem;
  object-fit: cover;
}
.screen-2 .screen-2-banner .title3 {
  padding-top: 2.38rem;
  padding-bottom: 1.88rem;
  font-weight: bold;
  font-size: 1.75rem;
}
.screen-2 .screen-2-banner .content {
  font-weight: 400;
  font-size: 1.5rem;
  color: #777777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制为两行 */
  -webkit-box-orient: vertical;
}
.screen-2 .screen-2-banner .swiper-pagination .my-bullet {
  display: inline-block;
  width: 0.63rem;
  height: 0.63rem;
  background: #e3e3e3;
  border-radius: 50%;
  margin-right: 0.38rem;
}
.screen-2 .screen-2-banner .swiper-pagination .my-bullet-active {
  background: #f89b4c;
}
.screen-2 .title1 {
  font-family: SOURCEHANSERIFCN-BOLD;
  margin-bottom: 2.75rem;
}
.screen-2 .title1 .tab-1,
.screen-2 .title1 .tab-2,
.screen-2 .title1 .tab-3 {
  margin-right: 2rem;
}
.screen-2 .title1 .tab-1 img,
.screen-2 .title1 .tab-2 img,
.screen-2 .title1 .tab-3 img {
  opacity: 0;
}
.screen-2 .title1 span {
  color: #333;
  font-size: 2.13rem;
  font-family: SOURCEHANSERIFCN-BOLD;
}
.screen-2 .title1 .active {
  font-weight: bold;
}
.screen-2 .title1 .active img {
  opacity: 1;
}
.screen-2 .notice-list,
.screen-2 .notice-list-2,
.screen-2 .notice-list-3 {
  display: none;
}
.screen-2 .notice-item {
  display: block;
  border-bottom: 1px solid #dcdcdc;
  cursor: pointer;
  color: #333333;
  padding-bottom: 1.56rem;
  padding-top: 1.5rem;
}
.screen-2 .notice-item .content {
  font-size: 1.75rem;
  margin-bottom: 1.44rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 限制为两行 */
  -webkit-box-orient: vertical;
}
.screen-2 .notice-item span {
  font-size: 1.25rem;
  color: #bababa;
}

.screen-3 {
  padding: 0 1.88rem;
  padding-top: 3.69rem;
  padding-bottom: 4.06rem;
  background: url("../images/screen-3-bg.png") no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}
.screen-3 .title1 {
  font-family: SOURCEHANSERIFCN-BOLD;
  margin-bottom: 2.75rem;
}
.screen-3 .title1 .tab-1,
.screen-3 .title1 .tab-2,
.screen-3 .title1 .tab-3 {
  margin-right: 2rem;
}
.screen-3 .title1 .tab-1 img,
.screen-3 .title1 .tab-2 img,
.screen-3 .title1 .tab-3 img {
  opacity: 0;
}
.screen-3 .title1 span {
  color: #333;
  font-size: 2.13rem;
  font-family: SOURCEHANSERIFCN-BOLD;
}
.screen-3 .title1 .active {
  font-weight: bold;
}
.screen-3 .title1 .active img {
  opacity: 1;
}
.screen-3 .bird {
  width: 37.69rem;
  height: 42.69rem;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.screen-3 .notice-list,
.screen-3 .notice-list-2 {
  display: none;
}
.screen-3 .notice-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  cursor: pointer;
  color: #333333;
  padding-bottom: 1.56rem;
  padding-top: 1.5rem;
}
.screen-3 .notice-item img {
  width: 18.75rem;
  height: 12.25rem;
  flex-shrink: 0;
  margin-right: 1.56rem;
}
.screen-3 .notice-item .info-text {
  height: 12.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.screen-3 .notice-item .content {
  font-size: 1.75rem;
  margin-bottom: 1.44rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 限制为两行 */
  -webkit-box-orient: vertical;
}
.screen-3 .notice-item span {
  font-size: 1.25rem;
  color: #bababa;
}
.screen-3 .next-title {
  margin-top: 3.69rem;
}
.screen-3 .screen-3-banner {
  position: relative;
}
.screen-3 .screen-3-banner .teacher-img {
  width: 100%;
  height: 64.69rem;
}
.screen-3 .screen-3-banner .swiper-pagination {
  position: absolute;
  width: 100%;
  height: 19.13rem;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.screen-3 .screen-3-banner .swiper-pagination .fy-all {
  width: 100%;
  height: 100%;
}
.screen-3 .screen-3-banner .swiper-pagination .left-icon,
.screen-3 .screen-3-banner .swiper-pagination .right-icon {
  position: absolute;
  bottom: 1.69rem;
  width: 3.44rem;
  height: 3.44rem;
  background: #f89b4c;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 5px;
  font-weight: bold;
}
.screen-3 .screen-3-banner .swiper-pagination .left-icon {
  left: 1.69rem;
}
.screen-3 .screen-3-banner .swiper-pagination .right-icon {
  left: 7.69rem;
}

.screen-4 {
  padding: 0 1.88rem;
  padding-top: 3.69rem;
  padding-bottom: 4.06rem;
  background: url("../images/screen-4-bg.png") no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}
.screen-4 .title1 {
  font-family: SOURCEHANSERIFCN-BOLD;
  margin-bottom: 2.69rem;
}
.screen-4 .title1 .tab-1 {
  margin-right: 2rem;
}
.screen-4 .title1 .tab-1 img {
  opacity: 0;
}
.screen-4 .title1 span {
  color: #333;
  font-size: 2.13rem;
  font-family: SOURCEHANSERIFCN-BOLD;
}
.screen-4 .title1 .active {
  font-weight: bold;
}
.screen-4 .title1 .active img {
  opacity: 1;
}
.screen-4 .plane {
  position: absolute;
  top: -2.31rem;
  right: 0;
  width: 15.19rem;
  height: 25.63rem;
  z-index: -1;
}
.screen-4 .content .img-box {
  position: relative;
  height: 34.81rem;
  overflow: hidden;
}
.screen-4 .content .img-box .bottom-img {
  width: 34.81rem;
  height: 34.81rem;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  animation: rotateAnimation 20s linear infinite;
  /* 持续时间2秒，线性速度，无限次播放 */
}
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.screen-4 .content .img-box .center-img {
  width: 33.08rem;
  height: 32.51rem;
  position: absolute;
  top: 1rem;
  left: 2rem;
}
.screen-4 .content .img-box .a-img-box {
  display: none;
}
.screen-4 .content .img-box .top-img {
  width: 34.13rem;
  height: 34.13rem;
  position: absolute;
  top: 0.69rem;
  left: 7.19rem;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
}
.screen-4 .content .active {
  display: block !important;
}
.screen-4 .content .info {
  text-align: center;
  display: none;
}
.screen-4 .content .info .title-2 {
  font-weight: bold;
  font-size: 1.75rem;
  color: #2d71d0;
  margin-top: 3.69rem;
  padding-bottom: 1.81rem;
}
.screen-4 .content .info .detail {
  font-weight: 400;
  font-size: 1.5rem;
  color: #777777;
  line-height: 2.88rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.screen-4 .content .pagination {
  margin-top: 3.56rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.screen-4 .content .pagination .left-icon,
.screen-4 .content .pagination .right-icon {
  width: 3.44rem;
  height: 3.44rem;
  background: #f89b4c;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 5px;
  font-weight: bold;
}
.screen-4 .content .pagination .left-icon {
  margin-right: 6.31rem;
}

.screen-5 {
  padding: 0 1.88rem;
  padding-top: 3.69rem;
  padding-bottom: 3.75rem;
  background: url("../images/screen-5-bg.png") no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}
.screen-5 .title1 {
  font-family: SOURCEHANSERIFCN-BOLD;
  margin-bottom: 2.69rem;
}
.screen-5 .title1 .tab-1 {
  margin-right: 2rem;
}
.screen-5 .title1 .tab-1 img {
  opacity: 0;
}
.screen-5 .title1 span {
  color: #333;
  font-size: 2.13rem;
  font-family: SOURCEHANSERIFCN-BOLD;
}
.screen-5 .title1 .active {
  font-weight: bold;
}
.screen-5 .title1 .active img {
  opacity: 1;
}
.screen-5 .screen-5-banner .swiper-slide {
  width: 20.63rem;
  height: 24.38rem;
  padding: 0.63rem;
  background: #2d71d0;
  box-sizing: border-box;
  text-align: center;
}
.screen-5 .screen-5-banner .swiper-slide img {
  width: 19.38rem;
  height: 12.63rem;
  margin-bottom: 2rem;
}
.screen-5 .screen-5-banner .swiper-slide .info-title {
  font-size: 1.63rem;
  color: #ffffff;
  padding-bottom: 1rem;
}
.screen-5 .screen-5-banner .swiper-slide .info-detail {
  width: 19.38rem;
  padding: 0 1.63rem;
  font-size: 1.38rem;
  line-height: 2.38rem;
  color: #c5ddff;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.screen-5 .screen-5-banner .pagination {
  margin-top: 3.56rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.screen-5 .screen-5-banner .pagination .left-icon,
.screen-5 .screen-5-banner .pagination .right-icon {
  width: 3.44rem;
  height: 3.44rem;
  background: #f89b4c;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 5px;
  font-weight: bold;
}
.screen-5 .screen-5-banner .pagination .left-icon {
  margin-right: 6.31rem;
}

.screen-6 {
  padding: 0 1.88rem;
  padding-top: 3.69rem;
  padding-bottom: 3.75rem;
  background: url("../images/screen-6-bg.png") no-repeat;
  background-size: cover;
  background-position: top center;
}
.screen-6 .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.screen-6 .box .box-1,
.screen-6 .box .box-2,
.screen-6 .box .box-3,
.screen-6 .box .box-4 {
  width: 20.63rem;
  height: 13.75rem;
  position: relative;
  margin-bottom: 1.88rem;
}
.screen-6 .box .box-1 img,
.screen-6 .box .box-2 img,
.screen-6 .box .box-3 img,
.screen-6 .box .box-4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.screen-6 .box .box-1 .label,
.screen-6 .box .box-2 .label,
.screen-6 .box .box-3 .label,
.screen-6 .box .box-4 .label {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  font-size: 1.25rem;
  color: #ffffff;
  padding: 0.65rem 1.25rem;
  border-radius: 1.25rem 0rem 1.56rem 1.25rem;
  z-index: 99;
}
.screen-6 .box .bg-1 {
  background: #3bb984;
}
.screen-6 .box .bg-2 {
  background: #fbaf37;
}
.screen-6 .box .bg-3 {
  background: #ea7a99;
}
.screen-6 .box .bg-4 {
  background: #407ceb;
}

.bottom-nav {
  background: url("../images/bottom-bg.png") no-repeat;
  background-size: cover;
  background-position: top center;
}
.bottom-nav .top-box {
  margin: 0 auto;
  height: 9.69rem;
  display: flex;
  align-items: center;
  justify-items: center;
  padding: 0 2.13rem;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 0.06rem solid rgba(255, 255, 255, 0.1);
}
.bottom-nav .top-box .icon-item {
  flex-shrink: 0;
  width: 4.69rem;
  height: 4.69rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  margin-right: 4.75rem;
}
.bottom-nav .top-box .icon-item img {
  width: 100%;
  height: 100%;
}
.bottom-nav .center-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 0;
  border-bottom: 0.06rem solid rgba(255, 255, 255, 0.1);
}
.bottom-nav .center-box .logo {
  width: 26.69rem;
  height: 2.75rem;
  margin-bottom: 2.63rem;
}
.bottom-nav .center-box .icon-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.bottom-nav .center-box .icon-list .icon-item {
  position: relative;
}
.bottom-nav .center-box .icon-list .icon-item .icon {
  width: 4.69rem;
  height: 4.69rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 1.13rem;
  box-sizing: border-box;
  margin: 0 2.15rem;
}
.bottom-nav .center-box .icon-list .icon-item .toipcode {
  position: absolute;
  top: -12.25rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  box-shadow: 0rem 1rem 1rem 0rem rgba(3, 3, 3, 0.1);
  border-radius: 0.9rem;
  padding: 0.5rem;
  display: none;
}
.bottom-nav .center-box .icon-list .icon-item .toipcode::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 0.5rem solid transparent;
  border-top-color: #ffffff;
  z-index: 9;
}
.bottom-nav .center-box .icon-list .icon-item .toipcode img {
  width: 10.75rem;
  height: 10.75rem;
  object-fit: cover;
  margin-bottom: 0;
}
.bottom-nav .down-box .fist {
  font-size: 1.5rem;
  color: #a2bbf2;
  padding-bottom: 2.5rem;
  padding-top: 2.44rem;
  text-align: center;
  line-height: 3rem;
}
.bottom-nav .down-box .second {
  height: 6.25rem;
  background: #041d46;
  text-align: center;
  font-size: 1.38rem;
  color: #a8bae1;
  line-height: 2.38rem;
  padding-top: 1.191rem;
}
.bottom-nav .down-box .second a {
  color: #a8bae1;
  display: inline-block;
}

/*# sourceMappingURL=index.css.map */
.screen-1 .bottom-rap{display: none; }   