* {
  color: unset;
  border: unset;
  margin: unset;
  padding: unset;
  outline: unset;
  list-style: none;
  background: unset;
  text-decoration: unset;
  box-sizing: border-box;
  font-family: "PingFang SC";
}

:root {
  --main-width: 1100px;
  --head-height: 100px;
}

body {
  overflow-x: hidden;
  color: #303133;
}

.wow {
  visibility: hidden;
}

.header {
  position: fixed;
  z-index: 99;
  left: 0px;
  top: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
  background: linear-gradient(to bottom, #333333 0%, transparent 100%);
  transition: ease 0.6s;
  white-space: nowrap;
}
.header .header-content {
  width: var(--main-width);
  height: var(--head-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-content .header-logo {
  cursor: pointer;
}
.header .header-content .header-logo img {
  width: 60px;
}
.header .header-content .header-logo span {
  margin-left: 8px;
  font-size: 22px;
}
.header .header-content .header-menu {
  font-size: 18px;
  font-weight: 400;
  display: flex;
}
.header .header-content .header-menu .item {
  height: var(--head-height);
  padding: 0 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.header .header-content .header-menu .item .text {
  transition: ease 0.3s;
  display: flex;
  height: 100%;
  align-items: center;
}
.header .header-content .header-menu .item .text.pitch {
  color: #E2BE61;
  font-weight: 700;
}
.header .header-content .header-menu .item .options {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  padding: 10px;
  display: none;
}
.header .header-content .header-menu .item .options a {
  padding: 10px 14px;
  transition: ease 0.2s;
}
.header .header-content .header-menu .item .options a:hover {
  color: #E2BE61;
}
.header .header-content .header-menu .item:last-child {
  padding-right: 0px;
}
.header .header-content .header-menu .item:hover .text {
  color: #E2BE61;
}
.header .header-content .header-menu .item:hover .options {
  display: flex;
}
.header.lucency::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.footer {
  background: #E1DBD6;
  display: flex;
  justify-content: center;
  font-size: 15px;
}
.footer .footer-content {
  width: var(--main-width);
}
.footer .footer-content .friendly-link {
  padding: 26px 0;
  border-bottom: 1px solid #CBC5BE;
}
.footer .footer-content .friendly-link .friendly-link-title {
  font-family: "SanJiHuaChaoTi";
  font-size: 20px;
}
.footer .footer-content .friendly-link .friendly-link-list {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-content .friendly-link .friendly-link-list li {
  margin-right: 26px;
  margin-top: 24px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  transition: ease 0.2s;
  padding-bottom: 4px;
}
.footer .footer-content .friendly-link .friendly-link-list li:hover {
  border-bottom: 1px solid #666666;
}
.footer .footer-content .basic-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0;
  border-bottom: 1px solid #CBC5BE;
}
.footer .footer-content .basic-info .list li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.footer .footer-content .basic-info .list li img {
  width: 16px;
  margin-right: 8px;
}
.footer .footer-content .basic-info .list li:nth-child(1) img {
  width: 13px;
  padding-bottom: 1px;
  margin-right: 12px;
}
.footer .footer-content .basic-info .list li:nth-child(4) img {
  filter: invert(100%);
}
.footer .footer-content .basic-info .code {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer .footer-content .basic-info .code img {
  width: 100px;
}
.footer .footer-content .basic-info .code span {
  margin-top: 10px;
}
.footer .footer-content .copyright-info {
  padding: 26px 0;
}
.footer .footer-content .copyright-info ul {
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
}
.footer .footer-content .copyright-info ul li {
  display: flex;
  align-items: center;
}
.footer .footer-content .copyright-info ul li img {
  width: 16px;
  margin-right: 6px;
}

.secondaryNavigation {
  --radius: 12px;
  --radiusBlur: 13px;
  width: var(--main-width);
  display: flex;
  margin: 60px auto;
  background: radial-gradient(circle at top left, transparent var(--radius), #E9E7E1 var(--radiusBlur)) top left, radial-gradient(circle at top right, transparent var(--radius), #E9E7E1 var(--radiusBlur)) top right, radial-gradient(circle at bottom left, transparent var(--radius), #E9E7E1 var(--radiusBlur)) bottom left, radial-gradient(circle at bottom right, transparent var(--radius), #E9E7E1 var(--radiusBlur)) bottom right;
  background-size: 60% 60%;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 80px;
}
.secondaryNavigation a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  white-space: nowrap;
  transition: ease 0.4s;
}
.secondaryNavigation a::after, .secondaryNavigation a::before {
  content: "";
  background: url("../image/icon-1.png") no-repeat;
  background-size: cover;
  width: 16px;
  height: 26px;
  margin: 0 14px;
  opacity: 0;
  transform: rotate(0deg);
}
.secondaryNavigation a::before {
  transform: rotate(180deg);
}
.secondaryNavigation a:hover {
  background: radial-gradient(circle at top left, transparent var(--radius), #DCDAD3 var(--radiusBlur)) top left, radial-gradient(circle at top right, transparent var(--radius), #DCDAD3 var(--radiusBlur)) top right, radial-gradient(circle at bottom left, transparent var(--radius), #DCDAD3 var(--radiusBlur)) bottom left, radial-gradient(circle at bottom right, transparent var(--radius), #DCDAD3 var(--radiusBlur)) bottom right;
  background-size: 60% 60%;
  background-repeat: no-repeat;
}
.secondaryNavigation a.pitch {
  font-weight: 700;
  background: radial-gradient(circle at top left, transparent var(--radius), #858073 var(--radiusBlur)) top left, radial-gradient(circle at top right, transparent var(--radius), #858073 var(--radiusBlur)) top right, radial-gradient(circle at bottom left, transparent var(--radius), #858073 var(--radiusBlur)) bottom left, radial-gradient(circle at bottom right, transparent var(--radius), #858073 var(--radiusBlur)) bottom right;
  background-size: 60% 60%;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
.secondaryNavigation a.pitch::after, .secondaryNavigation a.pitch::before {
  opacity: 1;
}

.banner-text {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-text .content {
  width: var(--main-width);
  padding-left: 14px;
  position: relative;
}
.banner-text .content::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 22px;
  width: 3px;
  border-radius: 3px;
  background: #E2BE61;
}
.banner-text .content a {
  font-family: "SanJiHuaChaoTi";
  font-size: 26px;
  color: #000000;
  letter-spacing: 1px;
}

@media (min-width: 1600px) {
  :root {
    --main-width: 1440px;
  }

  .secondaryNavigation a {
    width: 142px;
  }
}
.header {
  background: #343434;
}
.header .header-content {
  width: 100%;
  padding: 0 40px;
}
.header .header-content .header-logo {
  display: flex;
  align-items: center;
}
.header .header-content .header-logo img {
  width: 84px;
}
.header .header-content .header-logo .text {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  width: 30vw;
  white-space: normal;
}
.header .header-content .header-logo .text .chinese {
  font-size: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header .header-content .header-logo .text .english {
  font-size: 14px;
  padding-left: 1px;
  margin-top: 2px;
  line-height: 1.6em;
  max-height: 3.2em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .header-content .header-menu {
  font-size: 18px;
}
.header .header-content .header-menu .item {
  padding: 0 12px;
}
.header .header-content .header-menu .item .options {
  background: #343434;
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset;
  padding: 5px 10px 8px 10px;
}
.header .header-content .header-menu .item .options a {
  padding: 12px 14px;
}
.header .header-content .header-menu .search {
  padding-left: 20px;
}
.header .header-content .header-menu .search .text svg {
  width: 24px;
  height: 24px;
}
.header .header-content .header-menu .search .text svg path {
  transition: ease 0.2s;
}
.header .header-content .header-menu .search .text svg:hover path {
  stroke: #E2BE61;
}
.header .header-content .header-menu .search .text.pitch {
  color: #E2BE61;
  font-weight: 700;
}
.header .header-content .header-menu .search .text.pitch svg path {
  stroke: #E2BE61;
}
.header.lucency::before {
  display: none;
}

.vessel {
  width: 100%;
  padding-top: var(--head-height);
  background-image: url("../image/background.png");
  background-size: 100%;
  background-color: #FDFBF7;
}
.vessel .banner-text + .vessel-content {
  margin-top: 0;
}

@media (min-width: 1600px) {
  .header .header-content {
    padding: 0 50px;
  }
  .header .header-content .header-logo .text {
    max-width: 28vw;
  }
  .header .header-content .header-menu {
    font-size: 20px;
  }
  .header .header-content .header-menu .item {
    padding: 0 18px;
  }
  .header .header-content .header-menu .search {
    padding-left: 22px;
  }
  .header .header-content .header-menu .search .text svg {
    margin-top: -2px;
    width: 26px;
    height: 26px;
  }
}