html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
}
img {
  border: none !important;
}
.content {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}
.content .content_video {
  width: 100%;
  height: 100vh;
}
.content .content_video video {
  width: 100%;
  height: 100vh;
}
.content .content1_list {
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.content .content1_list img {
  margin-right: 20px;
  cursor: pointer;
}
.footer {
  width: 100%;
  height: 100vh;
  transition: 300ms;
}
.footer .footer_top {
  height: 95%;
  background-color: #000;
  display: flex;
}
.footer .footer_top .footer_top_content {
  width: 85%;
  margin: 30px auto;
  height: 80%;
}
.footer .footer_top .footer_top_content .footer_top_content_img {
  text-align: center;
}
.footer .footer_top .footer_top_content_center {
  width: 100%;
  display: flex;
  text-align: center;
  margin-top: 100px;
}
.footer .footer_top .footer_top_content_centerList {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.footer .footer_top .footer_top_content_centerList span:nth-child(1) {
  color: #fff;
  font-size: 13px;
  text-align: center;
  display: block;
  margin-bottom: 40px;
}
.footer .footer_top .footer_top_content_centerList .footer_top_content_center_input {
  display: flex;
  justify-content: center;
}
.footer .footer_top .footer_top_content_centerList .footer_top_content_center_input input {
  border: none;
  outline: none;
}
.footer .footer_top .footer_top_content_centerList .subscription {
  height: 27px;
  width: 19%;
  color: #fff;
  background-color: #e33124;
  text-align: center;
  line-height: 27px;
  font-size: 14px;
  font-weight: 600;
}
.footer .footer_top .footer_top_content_centerList .footer_top_content_centerList_img {
  width: 55%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.footer .footer_top .footer_top_content_center_input input {
  width: 60%;
  height: 25px;
}
.footer .footer_top .footer_top_content_center_input input::placeholder {
  font-size: 12px;
}
.footer .footer_top .mobileApplication {
  display: flex;
  width: 60%;
  margin: auto;
}
.footer .footer_top .mobileApplication .mobileApplicationList {
  border: 1px solid #474747;
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.footer .footer_top .mobileApplication .mobileApplicationList div {
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
}
.footer .footer_top .mobileApplication .mobileApplicationList2 {
  padding: 8px 35px 8px 0 !important;
}
.footer .footer_top .mobileApplication .mobileApplicationList1 {
  display: flex;
  margin-left: 5px;
  padding: 8px 10px 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .footer_top .mobileApplication .mobileApplicationList1 img {
  width: 16px;
  height: 18px;
}
.footer .footer_top .mobileApplication .mobileApplicationList1 div {
  width: 60%;
  text-align: left;
}
.footer .footer_top .footer_top_bottom {
  width: 85%;
  margin: 90px auto;
  display: flex;
  justify-content: space-between;
}
.footer .footer_top .footer_top_bottom span {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
.footer .footer_top .footer_top_bottom a {
  color: #f9f2f2;
  font-size: 13px;
  margin-bottom: 15px;
  cursor: pointer;
}
.footer .footer_top .footer_top_bottom a:hover {
  text-decoration: underline;
}
.footer .footer_top .footer_top_bottom .footer_top_bottomList {
  display: flex;
  flex-direction: column;
}
.footer .footer_bottom {
  width: 100%;
  height: 5%;
  background-color: #9b9c9e;
}
.footer .footer_bottom .footer_bottomContent {
  width: 85%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}
.footer .footer_bottom .footer_bottomContent .noBoder {
  border: none !important;
}
.footer .footer_bottom .footer_bottomContent .footer_bottomContentList {
  border-right: 1px solid #4a4b4b;
  width: 25%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer_bottom .footer_bottomContent .footer_bottomContentList a {
  color: #070707;
  font-size: 12px;
  margin-left: 10px;
  cursor: pointer;
}
.fallsAll {
  width: 100%;
  height: 100vh;
}
.fallsAll .fallsVideo {
  width: 60%;
  height: 100vh;
}
.fallsAll .fallsVideo .swiper-slide {
  height: 100vh;
}
.fallsAll .fallsVideo .swiper-slide .content8 {
  height: 100vh;
  position: relative;
}
.fallsAll .fallsVideo .content1_list {
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.fallsAll .fallsVideo .content1_list img {
  margin-right: 25px;
}
.fallsAll .fallsImgRig {
  width: 40%;
  height: 85vh;
}
.fallsAll .fallsImgRig .swiper {
  width: 100%;
  height: 100%;
}
.fallsAll .fallsImgRig .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  height: 78vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
}
.fallsAll .fallsImgRig .swiper-slide1 {
  height: 110vh;
}
.fallsAll .fallsImgRig .content6 {
  width: 100%;
  height: 100%;
  background-image: url("../assets/content7.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  object-fit: cover;
}
.fallsAll .fallsImgRig .content7 {
  width: 100%;
  height: 100%;
  background-image: url("../assets/content6.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  object-fit: cover;
}
.fallsAll .fallsImgRig .content8 {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  object-fit: cover;
}
.fallsAll .fallsImgRig .span1 {
  position: absolute;
  bottom: 15px;
  right: 20px;
}
.fallsAll .fallsImgRig .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fallsAll .fallsImgRig ::v-deep .swiper-pagination-bullet-active {
  background: #cbb196;
}
.fallsAll .fallsImgRig .swiper-button-next,
.fallsAll .fallsImgRig .swiper-button-prev {
  color: #d1d1d1;
}
.fallsAll1 {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}
.fallsAll1 .fallsImgRig1 {
  width: 55%;
  height: 100vh;
}
.fallsAll1 .fallsImgRig1 .swiper {
  width: 100%;
  height: 100%;
}
.fallsAll1 .fallsImgRig1 .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  height: 110vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
}
.fallsAll1 .fallsImgRig1 .swiper-slide1 {
  height: 110vh;
}
.fallsAll1 .fallsImgRig1 .content6 {
  width: 100%;
  height: 100%;
  background-image: url("../assets/content9.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  object-fit: cover;
}
.fallsAll1 .fallsImgRig1 .content7 {
  width: 100%;
  height: 100%;
  background-image: url("../assets/content6.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  object-fit: cover;
}
.fallsAll1 .fallsImgRig1 .content8 {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  object-fit: cover;
}
.fallsAll1 .fallsImgRig1 .span1 {
  position: absolute;
  top: 15px;
  right: 20px;
}
.fallsAll1 .fallsImgRig1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fallsAll1 .fallsImgRig1 ::v-deep .swiper-pagination-bullet-active {
  background: #cbb196;
}
.fallsAll1 .fallsImgRig1 .swiper-button-next,
.fallsAll1 .fallsImgRig1 .swiper-button-prev {
  color: #d1d1d1;
}
.fallsAll1 .fallsImgRig2 {
  width: 45%;
  height: 100vh;
  position: absolute;
  right: 0;
  top: -22vh;
}
.fallsAll1 .fallsImgRig2 .swiper {
  width: 100%;
  height: 100%;
}
.fallsAll1 .fallsImgRig2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 112vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
}
.fallsAll1 .fallsImgRig2 .swiper-slide1 {
  height: 112vh;
}
.fallsAll1 .fallsImgRig2 .content6 {
  width: 100%;
  height: 100%;
  background-image: url("../assets/content9.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  object-fit: cover;
}
.fallsAll1 .fallsImgRig2 .span1 {
  position: absolute;
  bottom: 15px;
  right: 20px;
}
.fallsAll1 .fallsImgRig2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fallsAll1 .fallsImgRig2 ::v-deep .swiper-pagination-bullet-active {
  background: #cbb196;
}
.fallsAll1 .fallsImgRig2 .swiper-button-next,
.fallsAll1 .fallsImgRig2 .swiper-button-prev {
  color: #d1d1d1;
}
.fallsAll2 {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}
.fallsAll2 .fallsImgRig1 {
  width: 40%;
  height: 100vh;
  margin-top: 10vh;
}
.fallsAll2 .fallsImgRig1 .swiper {
  width: 100%;
  height: 100%;
}
.fallsAll2 .fallsImgRig1 .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
}
.fallsAll2 .fallsImgRig1 .swiper-slide1 {
  height: 122vh;
}
.fallsAll2 .fallsImgRig1 .content6 {
  width: 100%;
  height: 100%;
  background-image: url("../assets/content7.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  object-fit: cover;
}
.fallsAll2 .fallsImgRig1 .content7 {
  width: 100%;
  height: 100%;
  background-image: url("../assets/content6.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  object-fit: cover;
}
.fallsAll2 .fallsImgRig1 .content8 {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  object-fit: cover;
}
.fallsAll2 .fallsImgRig1 .span1 {
  position: absolute;
  top: 15px;
  right: 20px;
}
.fallsAll2 .fallsImgRig1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fallsAll2 .fallsImgRig1 ::v-deep .swiper-pagination-bullet-active {
  background: #cbb196;
}
.fallsAll2 .fallsImgRig1 .swiper-button-next,
.fallsAll2 .fallsImgRig1 .swiper-button-prev {
  color: #d1d1d1;
}
.fallsAll2 .fallsImgRig2 {
  width: 60%;
  height: 110vh;
  position: absolute;
  right: 0;
  top: -10vh;
}
.fallsAll2 .fallsImgRig2 .swiper {
  width: 100%;
  height: 100%;
}
.fallsAll2 .fallsImgRig2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 122vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
}
.fallsAll2 .fallsImgRig2 .swiper-slide1 {
  height: 122vh;
}
.fallsAll2 .fallsImgRig2 .content6 {
  width: 100%;
  height: 100%;
  background-image: url("../assets/content11.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  object-fit: cover;
}
.fallsAll2 .fallsImgRig2 .span1 {
  position: absolute;
  bottom: 15px;
  right: 20px;
}
.fallsAll2 .fallsImgRig2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fallsAll2 .fallsImgRig2 ::v-deep .swiper-pagination-bullet-active {
  background: #cbb196;
}
.fallsAll2 .fallsImgRig2 .swiper-button-next,
.fallsAll2 .fallsImgRig2 .swiper-button-prev {
  color: #d1d1d1;
}
.span1 {
  cursor: pointer;
}
.viewer {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.viewer img {
  width: 50%;
  height: 100vh;
}
.viewer1 {
  width: 100%;
  height: 100vh;
}
.viewer1 img {
  width: 100%;
  height: 100%;
}
