* {
  margin: unset;
  padding: unset;
}

* {
  vertical-align: middle;
  box-sizing: border-box;
}

* {
  font-family: "PingFang SC", "Microsoft YaHei", "sans-serif";
}

* {
  border: unset;
  outline: unset;
  list-style: none;
  text-decoration: unset;
}

* {
  user-select: none;
  -moz-user-drag: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #eeeeee;
  cursor: pointer;
  border: 1px solid #cccccc;
}

.wow {
  visibility: hidden;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
}
body .vessel {
  background-image: url("../image/main-bg.webp");
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center;
}
body .vessel .banner {
  background-image: url("../image/banner.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  width: 100%;
  height: 87vw;
}
body .vessel .banner .banner-text {
  position: absolute;
  width: 35vw;
  right: 17.6vw;
  top: 7.5vw;
}
body .vessel .banner .banner-text img {
  width: 100%;
}
body .vessel .content {
  background: #FFF7E9;
  margin: 0 2vw;
  margin-top: -34.6vw;
  position: relative;
  z-index: 1;
  --radius: 2.2vw;
  --radiusBlur: 2.3vw;
  --radiusColor: #FFF7E9;
  background: radial-gradient(circle at top left, transparent var(--radius), var(--radiusColor) var(--radiusBlur)) top left, radial-gradient(circle at top right, transparent var(--radius), var(--radiusColor) var(--radiusBlur)) top right;
  background-size: 60% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 8.4vw;
}
body .vessel .content .content-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 3.1vw;
}
body .vessel .content .content-title span {
  position: relative;
  color: #BF6530;
  font-weight: 700;
  font-size: calc(100vw * 40 / 1920);
}
body .vessel .content .content-title span::after {
  content: "";
  width: calc(100vw * 6 / 1920);
  height: calc(100vw * 6 / 1920);
  border-radius: calc(100vw * 6 / 1920);
  background: #BF6530;
  position: absolute;
  left: -1.8vw;
  top: 50%;
  transform: translateY(-50%);
}
body .vessel .content .content-title span::before {
  content: "";
  width: calc(100vw * 6 / 1920);
  height: calc(100vw * 6 / 1920);
  border-radius: calc(100vw * 6 / 1920);
  background: #BF6530;
  position: absolute;
  right: -1.8vw;
  top: 50%;
  transform: translateY(-50%);
}
body .vessel .content .content-title img {
  width: 28vw;
}
body .vessel .content .content-title.video {
  padding-top: 1.7vw;
}
body .vessel .content .content-info {
  background: #F9EFDE;
  border: 1px solid #C7B28E;
  position: relative;
  width: 80vw;
  margin: 0 auto;
  margin-top: 2vw;
  padding: 1.8vw 2vw;
}
body .vessel .content .content-info p {
  font-size: calc(100vw * 20 / 1920);
  margin-bottom: 0.8vw;
  line-height: 1.75;
  color: #4B3020;
}
body .vessel .content .content-info p:last-of-type {
  margin-bottom: 0vw;
}
body .vessel .content .content-info i {
  width: calc(100vw * 6 / 1920);
  height: calc(100vw * 6 / 1920);
  border-radius: calc(100vw * 6 / 1920);
  background: #BF6530;
  position: absolute;
}
body .vessel .content .content-info i:nth-of-type(1) {
  left: calc(100vw * -3 / 1920);
  top: calc(100vw * -3 / 1920);
}
body .vessel .content .content-info i:nth-of-type(2) {
  right: calc(100vw * -3 / 1920);
  top: calc(100vw * -3 / 1920);
}
body .vessel .content .content-info i:nth-of-type(3) {
  left: calc(100vw * -3 / 1920);
  bottom: calc(100vw * -3 / 1920);
}
body .vessel .content .content-info i:nth-of-type(4) {
  right: calc(100vw * -3 / 1920);
  bottom: calc(100vw * -3 / 1920);
}
body .vessel .content .content-link {
  width: 84.48vw;
  margin-left: 4.92vw;
  margin-top: 3vw;
  cursor: pointer;
}
body .vessel .content .content-link img {
  width: 100%;
  transition: ease 0.4s;
}
body .vessel .content .content-link:hover img {
  transform: scale(0.99) translateY(-4px);
}
body .vessel .content .content-video {
  background: #F9EFDE;
  border: 1px solid #C7B28E;
  position: relative;
  width: 80vw;
  margin: 0 auto;
  margin-top: 2vw;
  padding: 3.7vw;
}
body .vessel .content .content-video video {
  width: 100%;
}
body .vessel .content .content-video i {
  width: calc(100vw * 6 / 1920);
  height: calc(100vw * 6 / 1920);
  border-radius: calc(100vw * 6 / 1920);
  background: #BF6530;
  position: absolute;
}
body .vessel .content .content-video i:nth-of-type(1) {
  left: calc(100vw * -3 / 1920);
  top: calc(100vw * -3 / 1920);
}
body .vessel .content .content-video i:nth-of-type(2) {
  right: calc(100vw * -3 / 1920);
  top: calc(100vw * -3 / 1920);
}
body .vessel .content .content-video i:nth-of-type(3) {
  left: calc(100vw * -3 / 1920);
  bottom: calc(100vw * -3 / 1920);
}
body .vessel .content .content-video i:nth-of-type(4) {
  right: calc(100vw * -3 / 1920);
  bottom: calc(100vw * -3 / 1920);
}
body .vessel .content .content-cultural {
  width: 80%;
  margin: 0 auto;
  margin-top: 3.6vw;
  display: flex;
  position: relative;
}
body .vessel .content .content-cultural .swiper-pagination {
  bottom: -4.8vw;
}
body .vessel .content .content-cultural .swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 8px;
  border-radius: 8px;
  opacity: 0.15;
  transition: ease 0.3s;
}
body .vessel .content .content-cultural .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #9C3C27;
  opacity: 1;
}
body .vessel .content .content-cultural .content-cultural-items {
  background: #9C3C27;
  height: 32.4vw;
  display: flex;
}
body .vessel .content .content-cultural .content-cultural-items .content-cultural-items-content {
  flex: 1;
  background: #F9EFDE;
  margin: calc(100vw * 30 / 1920);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .vessel .content .content-cultural .content-cultural-items .content-cultural-items-content::after {
  content: "";
  width: calc(100vw * 30 / 1920);
  height: calc(100vw * 30 / 1920);
  border-radius: calc(100vw * 30 / 1920);
  background: #9C3C27;
  position: absolute;
  left: calc(100vw * -15 / 1920);
  top: 50%;
  transform: translateY(-50%);
}
body .vessel .content .content-cultural .content-cultural-items .content-cultural-items-content::before {
  content: "";
  width: calc(100vw * 30 / 1920);
  height: calc(100vw * 30 / 1920);
  border-radius: calc(100vw * 30 / 1920);
  background: #9C3C27;
  position: absolute;
  right: calc(100vw * -15 / 1920);
  top: 50%;
  transform: translateY(-50%);
}
body .vessel .content .content-cultural .content-cultural-items .content-cultural-items-content .content-cultural-items-content-image {
  width: 100%;
  height: 72%;
  padding-top: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
body .vessel .content .content-cultural .content-cultural-items .content-cultural-items-content .content-cultural-items-content-image img {
  width: 70%;
  transition: ease 0.4s;
}
body .vessel .content .content-cultural .content-cultural-items .content-cultural-items-content .content-cultural-items-content-image:hover img {
  transform: rotate(-4deg) scale(1.03);
}
body .vessel .content .content-cultural .content-cultural-items .content-cultural-items-content .content-cultural-items-content-text {
  flex: 1;
  color: #BF6530;
  font-size: calc(100vw * 26 / 1920);
  font-weight: 700;
  text-align: center;
  max-width: 70%;
}
body .vessel .content .content-cultural .content-cultural-items .content-cultural-items-content .content-cultural-items-content-link {
  display: flex;
  align-items: center;
  margin-bottom: calc(100vw * 30 / 1920);
  cursor: pointer;
}
body .vessel .content .content-cultural .content-cultural-items .content-cultural-items-content .content-cultural-items-content-link img {
  width: 1.6vw;
  margin-right: calc(100vw * 14 / 1920);
  transition: ease 0.3s;
}
body .vessel .content .content-cultural .content-cultural-items .content-cultural-items-content .content-cultural-items-content-link a {
  color: #BF6530;
  font-size: calc(100vw * 20 / 1920);
  transition: ease 0.3s;
  transition-delay: 0.05s;
}
body .vessel .content .content-cultural .content-cultural-items .content-cultural-items-content .content-cultural-items-content-link:hover img {
  transform: translateX(10px);
}
body .vessel .content .content-cultural .content-cultural-items .content-cultural-items-content .content-cultural-items-content-link:hover a {
  transform: translateX(10px);
}
body .vessel .bottom {
  margin-top: 4.1vw;
}
body .vessel .bottom img {
  width: 100%;
}