/* 共同样式 */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
}
video {
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  width: 100%;
  /*transform: translate(-50%, -50%);*/
  position: relative;
  z-index: 1;
}
/* PC端样式 */
.container {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  /*padding: 20px;*/
  background-color: #f0f0f0;
  position: relative;
}
.show-box {
  width: 33%;
  height: 50%;
  /*background: aqua;*/
  margin-top: 20px;
}
.title {
  color: rgb(255 212 0 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
  font-size: 50px;
}
.content {
  color: white;
  font-size: 30px;
}
.content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 30%;
}

/*网站数据row-css*/
.data-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 1%;
  height: 50px;
  /*width: 80%;*/
}
.data-ms {
  height: 40px;
  width: 160px;
  background: white;
  line-height: 40px;
  text-align: center;
  /*color: rgb(255 212 0 / var(--tw-text-opacity));*/
  /*--tw-text-opacity: 1;*/
  font-size: 16px;
  border: 2px solid black;
}
.data-line {
  height: 40px;
  width: 60px;
  /*background: slateblue ;*/
  line-height: 40px;
  text-align: right;
  /*color: rgb(255 212 0 / var(--tw-text-opacity));*/
  --tw-text-opacity: 1;
  background: yellow;
  font-size: 18px;
  color: black;
  /*border: 2px solid salmon;*/
}
.data-url {
  height: 40px;
  width: 260px;
  background: white;
  line-height: 40px;
  text-align: center;
  color: black;
  font-size: 16px;
  border: 2px solid black;
}
.data-btn {
  height: 40px;
  width: 100px;
  /*background-image: linear-gradient(#faf4a2, #dfbf6a);*/
  line-height: 40px;
  color: black;
  text-align: center;
  background: yellow;
  border: 2px solid black;
}
.des {
  display: flex;
  flex-direction: row;
}
.des-content {
  margin: 15px;
  color: indianred;
  height: 15px;
  font-weight: 800;
  line-height: 15px;
}
.select-img {
  height: 18px;
  width: 18px;
  margin-right: 5px;
}
.clogo {
  position: fixed;
  z-index: 100000;
  top: 5%;
  left: 5%;
  width: 10%;
}
.join-btn {
  margin-top: 60px;
  width: 15%;
  height: 40px;
  /*background-image: linear-gradient(#faf4a2, #dfbf6a);*/
  background: yellow;
  line-height: 40px;
  color: black;
  text-align: center;
  font-size: 15px;
  border-radius: 7px;
}

/* H5端样式 */
@media screen and (max-width: 600px) {
  .data-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 2px;
    height: 45px;
    /*width: 80%;*/
  }
  .des {
    display: flex;
    flex-direction: column;
  }
  .container {
    /*padding: 10px;*/
  }
  .show-box {
    width: 90%;
    height: 50%;
    /*background: aqua;*/
    margin-top: 30px;
  }
  .clogo {
    position: fixed;
    z-index: 100000;
    top: 3%;
    left: 5%;
    width: 30%;
  }

  .data-ms {
    height: 30px;
    width: 120px;
    background: white;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    /*font-weight: 700;*/
    border: 1px solid black;
  }
  .data-url {
    height: 30px;
    width: 180px;
    background: white;
    line-height: 30px;
    /*font-weight: 700;*/
    text-align: center;
    border: 1px solid black;
    font-size: 12px;
    color: black;
  }
  .data-btn {
    height: 30px;
    width: 60px;
    /*background-image: linear-gradient(#faf4a2, #dfbf6a);*/
    background: yellow;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    /*font-weight: 700;*/
    border: 1px solid slateblue;
  }
  .content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 100%;
    z-index: 2;
    margin-top: 30%;
  }
  video {
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
    /*transform: translate(-50%, -50%);*/
    position: fixed;
    z-index: 1;
    object-fit: cover;
  }
  .title {
    color: darkorange;
    font-size: 30px;
  }
  .content {
    color: white;
    font-size: 20px;
  }
  .join-btn {
    margin-top: 30px;
    width: 30%;
    height: 40px;
    /*background-image: linear-gradient(#faf4a2, #dfbf6a);*/
    background: yellow;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border-radius: 7px;
  }

  .hs-dropdown-menu-partners {
    background: linear-gradient(
      180deg,
      #ffffff 0%,
      rgba(227, 227, 228, 0.85) 100%
    ) !important;
  }

  .hs-dropdown-menu {
    background: linear-gradient(180deg, #070b0f 0%, rgba(7, 11, 15, 0.85) 100%);
  }

  .language_menu {
    background: rgba(32, 32, 34, 0.95) !important; /* 深灰半透明 */
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    padding: 0.5rem 0;
  }

  .bcr-navbar-dropdown-container .col-md-7::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 56px;
    right: 30px;
    height: 1px;
    background: #fff;
    opacity: 0.2;
  }

  .bcr-navbar-dropdown-container .partners::before {
    background: #080808 !important;
  }

  .dropdown-list-container {
    padding-bottom: 1.5rem;
  }

  .dropdown-menu--style {
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .dropdown-list-container .dropdown-header {
    margin-bottom: 3rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    word-spacing: 4px;
  }

  .dropdown-list-container .dropdown-header-partners {
    margin-bottom: 3rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    word-spacing: 4px;
    color: black !important;
  }

  .dropdown-list-container .dropdown-list-container___list {
    margin-top: 0px;
    list-style-type: none;
    padding: 0px;
  }

  .dropdown-list-container .dropdown-list-container__list-item {
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .dropdown-parnters {
    color: black !important;
  }

  .dropdown-list-container .dropdown-list-container__list-item a {
    display: inline-block;
    height: 100%;
    width: 100%;
  }

  .dropdown-list-container .dropdown-list-container__list-item a:hover {
    text-decoration-line: none;
  }

  .navbar-cta-block__heading {
    font-size: 2.25rem;
    line-height: 2.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .navbar-cta-block__primary-button {
    margin-top: 1.5rem;
  }

  .max-content {
    width: -moz-max-content;
    width: max-content;
  }

  .relative {
    position: relative;
}
}

/* 语言下拉按钮固定到右上角 */
#lang-switcher {
  position: fixed;
  top: 2%;
  right: 12%;
  z-index: 100000;
}

@media screen and (max-width: 600px) {
  #lang-switcher {
    top: 3%;
    right: 5%;
  }
}

/* 语言切换按钮文字与箭头颜色为白色 */
#lang-switcher a,
#lang-switcher a svg {
  color: #ffffff !important;
  /* fill: #ffffff !important; */
  /* stroke: #ffffff !important; */
}

/* 语言菜单条目 */
.language_menu a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  color: #e5e5e5;
  font-size: 14px;
  text-decoration: none;
}

.language_menu {
  background: #1F1E1E;
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  top: 110%;
  left: 0;
  width: 180px;
}

.language_menu a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.language_menu a.active {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

/* 默认隐藏语言菜单 */
.hs-dropdown-menu {
  display: none;
}

/* 悬浮或点击时显示 */
#lang-switcher.open .hs-dropdown-menu {
  display: block;
}

.language_menu a img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  flex-shrink: 0;
}

