body * {
  box-sizing: border-box;
  flex-shrink: 0;
}
body {
  padding: 0;
  margin: 0;
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
}
input {
  background-color: transparent;
  border: 0;
}
button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}
.Lines{
  border-bottom: 2px solid #535359;
}
header .text_1{
  margin-top: .48rem ;
}
header .section_1 a{
  text-decoration: none;
  color: #000;
}
header  a{
 
  color: #000;
}
.text-wrapper_1{
  border-width: 0.081rem !important;
}
a{
  text-decoration: none;
}
.text_5{
  display: none;
}
.section_1 ,.section_2,.block_1,.group_1{
  justify-content:center
}
.language-dropdown {
  display: none;
  position: absolute;
  right: 0rem; /* 0px = 0rem */
  border-radius: 0.108rem; /* 4px / 37px */
  top: 0.649rem; /* 24px / 37px */
  background-color: #f9f9f9;
  box-shadow: 0rem 0.216rem 0.432rem 0rem rgba(0, 0, 0, 0.2); /* 8px / 37px, 16px / 37px */
  z-index: 1;
}

.language-dropdown button {
  padding: 0.324rem 0.432rem; /* 12px / 37px, 16px / 37px */
  border-radius: 0.108rem; /* 4px / 37px */
  text-align: left;
  border: none;
  background: none;
  cursor: pointer;
  width: 100%;
}

.language-dropdown button:hover {
  background-color: #ddd;
}
.user-name{
  display: none;
  margin: 0.6rem 9.947rem 0 5.547rem;
  font-size: 0.426rem;
  font-family: Poppins-Bold;
  font-weight: 700;
  height: 1.2rem;
  position: relative;
  cursor: pointer;

}
.user-name svg{
  width: .38rem;
  height: .38rem;
}
.header-box{
  width: 100%;
  background-color: rgba(221, 251, 220, 1);
  height: 1.92rem;
  margin-top: 0.027rem;
  justify-content: center;
}
.section {
  gap: 0.27rem; /* 10px / 37px */
  position: fixed;
  z-index: 666;
  top: 50%;
  right: 0rem; /* 0px = 0rem */
  padding: 0.27rem 0; /* 10px / 37px */
  margin-top: -1.73rem; /* -64px / 37px */
  width: 2.16rem; /* 80px / 37px */
  background: #0866ff;
  border-radius: 0.135rem; /* 5px / 37px */
  font-size: 0.324rem; /* 12px / 37px */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  color: #fff;
}

/* 样式设置 */
.popup,
.overlay {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0.54rem; /* 20px / 37px */
  background: white;
  box-shadow: 0 0.054rem 0.27rem rgba(0, 0, 0, 0.1); /* 2px / 37px, 10px / 37px */
  border-radius: 0.27rem; /* 10px / 37px */
  z-index: 1000;
  text-align: center;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.close-btn {
  margin-top: 0.405rem; /* 15px / 37px */
  cursor: pointer;
  color: #007bff;
  text-decoration: underline;
}

.show {
  display: block;
  opacity: 1;
}

.section img {
  margin-bottom: 0.108rem; /* 4px / 37px */
}

.section .color-theme {
  color: #fff;
}

.section div {
  cursor: pointer;
  text-align: center;
}

#popup img {
  width: 8.11rem; /* 300px / 37px */
  height: 8.11rem; /* 300px / 37px */
  object-fit: contain;
}
.section img{
  width: 0.865rem;
}
.section_top {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.section_center {
  margin: 0.216rem 0; /* 8px / 37px */
  width: 1.08rem; /* 40px / 37px */
  border-bottom: 1px solid rgba(232, 232, 232, 0.4);
}

.section_bottom {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.section_bottom .t-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.message {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}

.message-success {
  background-color: #67c23a;
}

.message-error {
  background-color: #f56c6c;
}

.message-info {
  background-color: #909399;
}

.message-warning {
  background-color: #e6a23c;
}