.flex {
  display: -webkit-box;
  display: flex;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
body,
html {
  min-width: 1280px;
}
html {
  font-size: 100px;
}
@media screen and (min-width: 1280px) and (max-width: 1600px) {
  html {
    font-size: calc(100vw / 16);
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 80px;
  }
  .banner-info {
    padding: 2rem 0.5rem 1.4rem !important;
  }
}
header {
  position: absolute;
  top: 0;
  width: 100%;
  min-width: 1280px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 999;
  padding: 0 0.5rem;
}
header #header {
  background-color: transparent !important;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
  position: unset;
}
header #header .head-bottom {
  width: 100%;
  left: 0;
}
section #banner img {
  display: block;
  width: 100%;
}
section #banner .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.8;
}
section #banner .swiper-pagination-bullet-active {
  opacity: 1;
}
section #banner .swiper-pagination-bullets {
  bottom: 0.5rem;
}
section #banner a {
  position: relative;
  display: block;
}
section #banner a .banner-info {
  position: absolute;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  padding: 2rem 0 1.4rem;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
section #banner a .banner-info .banner-title {
  color: #fff;
  font-size: 0.3rem;
  font-weight: bold;
  width: 1200px;
  margin: 0 auto 0.28rem;
}
section #banner a .banner-info .banner-alt {
  color: #fff;
  width: 1200px;
  padding-right: calc(1200px - 5.8rem);
  margin: 0 auto 1.1rem;
  word-break: break-all;
}
section #banner a .banner-info .banner-btn {
  width: 1200px;
  margin: 0 auto;
}
section #banner a .banner-info .banner-btn span {
  padding: 0.1rem 0.35rem;
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.3s;
}
section #banner a .banner-info .banner-btn:hover a {
  color: #000;
  background-color: #fff;
}
section .section {
  min-width: 1280px;
  padding: 0 0.5rem;
  overflow-x: hidden;
}
section .section > div {
  max-width: 1500px;
  margin: 0 auto;
}
section .clear-box {
  display: table;
}
section .clear-box::after {
  content: '';
  clear: both;
}
section .home-btn {
  width: 1.65rem;
  height: 0.46rem;
  border-radius: 0.25rem;
  font-size: 0.18rem;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
section .home-btn.fill,
section .home-btn:hover {
  color: #fff;
}
section .home-title.center {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section .home-title .home-title-line {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0.24rem;
}
section .home-title .home-title-line div {
  border-radius: 3px;
  height: 6px;
}
section .home-title .home-title-line .home-title-line-left {
  width: 0.37rem;
  margin-right: 0.06rem;
}
section .home-title .home-title-line .home-title-line-right {
  width: 0.13rem;
}
section .home-title .home-title-name {
  margin-bottom: 0.4rem;
}
section .home-title .home-title-name span {
  font-size: 0.24rem;
}
section .home-info {
  display: -webkit-box;
  display: flex;
  background-color: #fff;
  width: 100%;
  padding: 0.3rem;
  position: relative;
  top: -0.4rem;
  z-index: 100;
  box-shadow: 0 10px 30px rgba(140, 140, 140, 0.2);
}
section .home-info .home-info-item {
  flex: 1;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
section .home-info .home-info-item .home-info-icon {
  width: 0.62rem;
  height: 0.62rem;
  padding: 0.16rem;
  background-color: #F5F7F7;
  border-radius: 50%;
  margin-right: 0.18rem;
}
section .home-info .home-info-item .home-info-icon i {
  font-size: 0.3rem;
}
section .home-info .home-info-item .home-info-title {
  font-size: 0.18rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
section .home-info .home-info-item .home-info-alt {
  color: #91A4A4;
}
section div.home-notice {
  display: -webkit-box;
  display: flex;
  align-items: center;
  margin-top: -0.3rem;
  padding-bottom: 0.1rem;
}
section div.home-notice .home-notice-swiper {
  height: 39px;
  flex: 1;
}
section div.home-notice .home-notice-icon {
  font-size: 0.28rem;
  margin-right: 0.2rem;
}
section div.home-notice .home-notice-item {
  display: -webkit-box;
  display: flex;
  align-items: center;
}
section div.home-notice .home-notice-item .home-notice-content {
  margin-right: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}
section .home-pro-box {
  display: -webkit-box;
  display: flex;
  justify-content: center;
}
section .home-pro-box .home-pro-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section .home-pro-box .home-pro-item .pro-item-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.25rem 0.3rem;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
section .home-pro-box .home-pro-item .pro-item-type .pro-item-name {
  font-size: 0.2rem;
  color: #fff;
}
section .home-pro-box .home-pro-item .pro-item-icon {
  font-size: 0.2rem;
  color: #fff;
  margin-right: 0.15rem;
}
section .home-pro-box .home-pro-item .home-pro-contain {
  padding: 0.3rem;
  padding-right: 0;
}
section .home-pro-box .home-pro-item .home-pro-contain .home-pro-cell.pro-unuse {
  opacity: 0.6;
}
section .home-pro-box .home-pro-item .home-pro-contain .home-pro-cell.pro-unuse:not(:nth-last-child(1)) {
  margin-bottom: 0.2rem;
}
section .home-pro-box .home-pro-item .home-pro-contain .home-pro-cell.pro-unuse .pro-unuse-icon {
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 0.14rem;
  padding: 1px 3px;
  position: relative;
  margin-left: 0.15rem;
  border-radius: 0.04rem;
}
section .home-pro-box .home-pro-item .home-pro-contain .home-pro-cell.pro-unuse .pro-unuse-icon::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-right-color: rgba(255, 255, 255, 0.4);
}
section .home-pro-box .home-pro-item .home-pro-contain .home-pro-title {
  display: -webkit-box;
  display: flex;
  align-items: center;
}
section .home-pro-box .home-pro-item .home-pro-contain .home-pro-title a {
  transition: all 0.3s;
}
section .home-pro-box .home-pro-item .home-pro-contain .home-pro-title a:hover {
  transform: scale(1.1);
}
section .home-pro-box .home-pro-item .home-pro-contain .home-pro-title .pro-title-name {
  font-size: 0.22rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05rem;
}
section .home-pro-box .home-pro-item .home-pro-contain .home-pro-title .pro-title-name.pro-cell-link {
  transition: all 0.3s;
}
section .home-pro-box .home-pro-item .home-pro-contain .home-pro-title .pro-title-name.pro-cell-link:hover {
  transform: scale(1.2);
}
section .home-pro-box .home-pro-item .home-pro-contain .pro-cell-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0.05rem 0.4rem;
  padding-right: 0.1rem;
}
section .home-pro-box .home-pro-item .home-pro-contain .pro-cell-list .pro-cell-item {
  margin: 0.05rem;
  border: 1px solid #fff;
  width: 1.5rem;
  height: 0.35rem;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
  transition: all 0.3s;
}
section .home-pro-box .home-pro-item .home-pro-contain .pro-cell-list .pro-cell-item:hover {
  transform: scale(1.1);
}
section .home-pro-box .home-pro-item .home-pro-contain .pro-cell-list .pro-cell-link {
  color: #fff;
  line-height: 0.35rem;
  height: 0.7rem;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
section .home-news {
  width: 10rem;
  margin-right: 0.05rem;
}
section .home-news .home-news-link {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transition: all 0.3s;
}
section .home-news .home-news-link:hover {
  background-size: 120% 120%;
}
section .home-news .home-news-link:hover img {
  transform: scale(1.2);
}
section .home-news .home-news-link img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
section .home-news .home-news-link .news-info {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.35rem 0.3rem;
  top: 0;
  left: 0;
}
section .home-news .home-news-link .news-info .news-content {
  font-size: 0.2rem;
  word-break: break-all;
  margin-bottom: 0.2rem;
}
section .home-news .home-news-link .news-info .news-time {
  font-size: 0.18rem;
  margin-bottom: 0.3rem;
}
section .home-news .home-news-link:nth-child(1) {
  float: left;
  padding: 2.45rem;
  background-image: url('/static/default-themes/home/image/home-new/home-news1.png');
}
section .home-news .home-news-link:nth-child(2) {
  float: left;
  padding: 1.2rem 2.4rem;
  margin-left: 0.1rem;
  margin-bottom: 0.1rem;
  background-image: url('/static/default-themes/home/image/home-new/home-news2.png');
}
section .home-news .home-news-link:nth-child(2) .news-content,
section .home-news .home-news-link:nth-child(2) .news-time {
  color: #fff;
}
section .home-news .home-news-link:nth-child(2) .home-btn {
  background-color: transparent;
  border: none;
  color: #fff;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
}
section .home-news .home-news-link:nth-child(2) .home-btn:hover {
  background-color: transparent;
}
section .home-news .home-news-link:nth-child(2) .home-btn::after {
  content: '>>';
}
section .home-news .home-news-link:nth-child(2) .news-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0.3rem 0.2rem;
}
section .home-news .home-news-link:nth-child(2) .news-info p {
  margin-bottom: 0.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
}
section .home-news .home-news-link:nth-child(3) {
  float: left;
  margin-left: 0.1rem;
  padding: 1.2rem 2.4rem;
  background-image: url('/static/default-themes/home/image/home-new/home-news3.png');
}
section .home-news .home-news-link:nth-child(3) .news-content,
section .home-news .home-news-link:nth-child(3) .news-time {
  color: #fff;
}
section .home-news .home-news-link:nth-child(3) .home-btn {
  border: none;
  background-color: transparent;
  color: #fff;
  justify-content: flex-start;
}
section .home-news .home-news-link:nth-child(3) .home-btn:hover {
  background-color: transparent;
}
section .home-help {
  width: 4.9rem;
}
section .home-help .home-help-nav {
  display: -webkit-box;
  display: flex;
}
section .home-help .home-help-nav .home-help-nav-item {
  flex: 1;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem;
  background-color: #F5F7F7;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s;
}
section .home-help .home-help-nav .home-help-nav-item:not(:nth-child(1)) {
  margin-left: -0.3rem;
}
section .home-help .home-help-nav .home-help-nav-item:nth-child(1) {
  z-index: 9;
}
section .home-help .home-help-nav .home-help-nav-item:nth-child(2) {
  z-index: 8;
}
section .home-help .home-help-nav .home-help-nav-item:nth-child(3) {
  z-index: 7;
}
section .home-help .home-help-nav .home-help-nav-item.active,
section .home-help .home-help-nav .home-help-nav-item:hover {
  color: #fff;
}
section .home-help .home-help-nav .home-help-nav-item i {
  font-size: 0.2rem;
  margin-right: 0.06rem;
}
section .home-help .home-help-nav .home-help-nav-item span {
  font-weight: bold;
}
section .home-help .home-help-list {
  margin-top: 0.2rem;
  display: none;
}
section .home-help .home-help-list.active {
  display: block;
}
section .home-help .home-help-list .home-help-item {
  position: relative;
  line-height: 0.525rem;
}
section .home-help .home-help-list .home-help-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  z-index: -1;
  transition: all ease-in-out 0.3s;
}
section .home-help .home-help-list .home-help-item::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 0.1rem;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
section .home-help .home-help-list .home-help-item:hover::after {
  width: 100%;
}
section .home-help .home-help-list .home-help-item:hover::before {
  width: 0.06rem;
  height: 0.06rem;
}
section .home-help .home-help-list .home-help-item a {
  width: 100%;
  display: block;
  padding-left: 0.3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
section .home-method {
  padding: 0.4rem 0;
}
section .home-method::after {
  clear: both;
  content: '';
  display: table;
}
section .home-method .method-item {
  display: -webkit-box;
  display: flex;
  width: 12rem;
  height: 4.7rem;
  margin: 0 auto;
}
section .home-method .method-item .method-bg {
  width: 6.5rem;
  height: 4.7rem;
  object-fit: cover;
  object-position: center;
}
section .home-method .method-item .method-info {
  flex: 1;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  padding: 0.3rem 0.6rem;
  background-color: #fff;
}
section .home-method .method-item .method-info .method-icon {
  font-size: 0.45rem;
  margin-bottom: 0.15rem;
}
section .home-method .method-item .method-info .method-title {
  font-size: 0.24rem;
}
section .home-method .method-item .method-info .method-alt {
  padding: 0.25rem 0;
  flex: 1;
  overflow: hidden;
  word-break: break-all;
}
section .home-method .method-nav {
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
section .home-method .method-nav .method-nav-item {
  color: #91a4a4;
  width: 1.5rem;
  text-align: center;
  transition: all 0.3s;
}
section .home-method .method-nav .method-nav-item.active {
  color: #fff;
}
section .home-method .method-pagi {
  position: relative;
  margin: 0 auto 0.6rem;
  width: 8rem;
  border-bottom: 0.02rem solid rgba(255, 255, 255, 0.2);
  border-radius: 0.02rem;
}
section .home-method .method-pagi .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.04rem;
  background-color: transparent;
  margin: 0 0.45rem;
  margin-bottom: -0.07rem;
  position: relative;
}
section .home-method .method-pagi .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.5rem;
  bottom: 0;
  left: 0;
}
section .home-method .method-pagi .swiper-pagination-bullet::before {
  content: '';
  width: 0;
  height: 100%;
  border-radius: 0.02rem;
  transition: all 0.4s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border: none;
}
section .home-method .method-pagi .swiper-pagination-bullet:hover {
  opacity: 1;
}
section .home-method .method-pagi .swiper-pagination-bullet:hover::before {
  width: 100%;
}
section .home-method .method-pagi .swiper-pagination-bullet-active::before {
  width: 100%;
}
section .home-method .swiper-button-prev,
section .home-method .swiper-button-next {
  width: 0.6rem;
  height: 0.6rem;
  background-size: cover;
}
section .home-method .swiper-button-prev {
  background-image: url('../image/home-new/method-prev.png');
}
section .home-method .swiper-button-next {
  background-image: url('../image/home-new/method-next.png');
}
section .home-method .method-foo {
  float: right;
  width: 1.7rem;
  margin-top: 0.3rem;
  margin-right: 1.5rem;
}
section .home-partner {
  padding: 0.4rem 0;
  position: relative;
}
section .home-partner .partner-bg1 {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  left: -3rem;
  bottom: -2rem;
  background-color: rgba(179, 235, 235, 0.1);
}
section .home-partner .partner-bg2 {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: -4rem;
  right: -1.5rem;
  background-color: rgba(179, 235, 235, 0.1);
}
section .home-partner .partner-bg3 {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 1rem;
  right: -4rem;
  background-color: rgba(179, 235, 235, 0.2);
}
section .home-partner .partner-box {
  display: -webkit-box;
  display: flex;
}
section .home-partner .partner-box > div {
  width: 50%;
}
section .home-partner .partner-box .partner-info-box {
  position: relative;
  height: 3.35rem;
  overflow: hidden;
}
section .home-partner .partner-box .partner-info-box .partner-info-item {
  position: absolute;
  width: 0;
  height: 0;
  padding-right: 1.5rem;
  transition: all 0.5s;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px #999;
  opacity: 0;
  display: none;
}
section .home-partner .partner-box .partner-info-box .partner-info-item.active {
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) rotate(360deg);
  box-shadow: 0 0 20px #fff;
  transition: all 0.6s 0.6s;
  opacity: 1;
  display: block;
}
section .home-partner .partner-box .partner-info-box .partner-info-item .partner-info-title {
  font-size: 0.26rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
  line-height: 0.3rem;
}
section .home-partner .partner-box .partner-info-box .partner-info-item .partner-info-detail {
  line-height: 0.25rem;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
  overflow: hidden;
}
section .home-partner .partner-box .partner-logo-box {
  position: relative;
}
section .home-partner .partner-box .partner-logo-box .partner-swiper {
  padding: 0.1rem;
  width: 100%;
}
section .home-partner .partner-box .partner-logo-box .partner-pagi {
  position: absolute;
  right: 10px;
  top: -0.1rem;
  display: -webkit-box;
  display: flex;
}
section .home-partner .partner-box .partner-logo-box .partner-pagi .swiper-button-next,
section .home-partner .partner-box .partner-logo-box .partner-pagi .swiper-button-prev {
  position: relative;
  left: unset;
  background: transparent;
  top: unset;
}
section .home-partner .partner-box .partner-logo-box .partner-pagi .swiper-button-next:focus,
section .home-partner .partner-box .partner-logo-box .partner-pagi .swiper-button-prev:focus {
  outline: none;
}
section .home-partner .partner-box .partner-logo-box .partner-pagi .swiper-button-prev {
  background: transparent;
  width: 0.2rem;
  height: 0.2rem;
  transform: rotate(-45deg);
  margin-right: 0.2rem;
}
section .home-partner .partner-box .partner-logo-box .partner-pagi .swiper-button-next {
  background: transparent;
  width: 0.2rem;
  height: 0.2rem;
  transform: rotate(45deg);
}
section .home-partner .partner-box .partner-logo-box .swiper-slide {
  padding: 0.3rem 0.25rem;
  background-color: #fff;
  box-shadow: 0 5px 0.15rem rgba(73, 188, 189, 0.15);
}
section .home-partner .partner-box .partner-logo-box .swiper-slide.active img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
section .home-partner .partner-box .partner-logo-box .swiper-slide.active span {
  color: #000;
}
section .home-partner .partner-box .partner-logo-box .swiper-slide img {
  display: block;
  width: 1.75rem;
  height: 0.9rem;
  object-fit: contain;
  object-position: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s;
  cursor: pointer;
}
section .home-partner .partner-box .partner-logo-box .swiper-slide span {
  font-size: 0.26rem;
  font-weight: bold;
  width: 1.55rem;
  height: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #999;
  transition: all 0.5s;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 0.1rem;
}
section .home-partner .partner-box .partner-logo-box .swiper-slide:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
section .home-partner .partner-box .partner-logo-box .swiper-slide:hover span {
  color: #000;
}
section .home-partner .partner-alt {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  padding: 0.3rem 0;
  border-bottom: 1px solid #d9d8d8;
}
section .home-partner .partner-alt > div {
  display: -webkit-box;
  display: flex;
  font-size: 0.36rem;
  flex-direction: column;
  font-weight: 100;
  align-items: center;
  justify-content: center;
}
section .home-partner .partner-alt > div h3 {
  font-size: 0.72rem;
  margin-bottom: 0.1rem;
  font-weight: 100;
}
section .home-partner .partner-alt > div p {
  font-size: 0.18rem;
}
section .home-partner .partner-save {
  display: -webkit-box;
  display: flex;
  padding: 0.3rem 0 0.5rem;
}
section .home-partner .partner-save .partner-save-item {
  width: calc(100% / 6);
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section .home-partner .partner-save .partner-save-item img {
  height: 0.85rem;
  margin-bottom: 0.2rem;
  width: 60%;
  object-fit: contain;
  object-position: center;
}
section .home-partner .partner-save .partner-save-item:nth-child(1) img,
section .home-partner .partner-save .partner-save-item:nth-child(2) img,
section .home-partner .partner-save .partner-save-item:nth-child(3) img {
  width: 50%;
}
section .home-partner .partner-save .partner-save-item p {
  font-size: 0.18rem;
}
section .home-link {
  padding: 0.6rem 0;
  display: -webkit-box;
  display: flex;
}
section .home-link .link-title {
  width: calc(100% / 7);
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.3rem;
}
section .home-link .link-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
section .home-link .link-list .link-item {
  width: calc(100% / 6);
  min-width: calc(100% / 6);
}
section .home-link .link-list a {
  display: inline-block;
  position: relative;
  height: 0.3rem;
}
section .home-link .link-list a span {
  font-size: 0.18rem;
  position: relative;
  line-height: 0.3rem;
  left: 0;
  top: 0;
  transition: all 0.3s;
  white-space: nowrap;
}
section .home-link .link-list a:hover span {
  top: -0.05rem;
  left: -0.05rem;
  text-shadow: 5px 5px 2px rgba(73, 188, 189, 0.6);
  font-weight: bold;
}
