.floorWindows {
  background-color: #CC0129;
  opacity: 0.8;
  height: 120px;
  width: 70px;
  border-radius: 60px 0 0 60px;
  position: fixed;
  right: 0px;
  top: 300px;
  display: flex;
  justify-content: flex-start;
  z-index: 999;
}
.floorWindows .floorWindowsContainer {
  width: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.floorWindows .floorWindowsContainer .text {
  height: 20px;
  line-height: 14px;
  width: 40px;
}
.floorWindows .floorWindowsContainer .text a {
  color: white;
  font-size: 8px;
}
.floorWindows .floorWindowsContainer .text a :hover {
  text-decoration: none;
}
.top {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 2px #b6b6b6;
  margin-bottom: 2px;
}
.top .topSection {
  height: 40px;
  background-color: #CC0129;
  display: flex;
  justify-content: end;
  align-items: center;
}
.top .topSection .placeholder {
  width: 8%;
}
.top .topSection .topSectionRight {
  color: white;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top .topSection .topSectionRight .collection {
  display: flex;
  margin-right: 40px;
}
.top .topSection .topSectionRight .collection a {
  font-family: "微软雅黑";
  font-stretch: 18px;
  color: white;
}
.top .topSection .topSectionRight .manageSystem {
  margin-right: 25px;
}
.top .topSection .topSectionRight .manageSystem a {
  color: white;
  font-size: 16px;
}
.top .topSection .topSectionRight .ipt {
  height: 25px;
  width: 150px;
  align-items: center;
  background-color: #DB4261;
  outline-style: none;
  color: white;
  opacity: 0.9;
  font-size: 14px;
  border: 0px;
  margin-right: 5px;
}
.top .endSection {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    width: 93%;
    padding-left: 7%;}
.nav {
  height: 50px;
  width: 100%;
  background-color: #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav .navContainer .containerA {
  width: 155px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav .navContainer .containerA :hover {
  text-decoration: none;
  color: black;
  background-color: #CC0129;
}
.animation {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.animation .bigSwiper {
  width: 95%;
  height: 500px;
  margin: 0 auto;
}
.animation .bigSwiper .swiper-slide {
  display: flex;
}
.animation .bigSwiper .nowLocation {
  position: absolute;
  z-index: 999;
  bottom: 20px;
  width: 550px;
  color: white;
  height: 100px;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.animation .bigSwiper .nowLocation .locationLeft {
  font-size: 20px;
  display: flex;
  justify-content: flex-end;
}
.animation .bigSwiper .nowLocation .locationLeft a {
  color: white;
}
.animation .bigSwiper .nowLocation .locationRight {
  font-size: 18px;
}
.animation .bigSwiper .nowLocation .locationRight a {
  color: white;
}
.search {
  display: flex;
  justify-content: center;
  align-items: center;
}
.containerA:hover {
  text-decoration: none;
  color: white;
  background-color: #CC0129;
}