.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.a-login:hover {
  background: rgba(38, 84, 255, 0.08) !important;
}

.banner-box {
  min-width: 1200px;
}

.banner-link-box {
  display: block;
  width: max-content;
}

.cardbox-2 {
  width: 100%;
}

.cardbox-2 .card-top {
  width: 1200px;
  margin: 0 auto;
}

.cardbox-2 .card-ul {
  width: 100%;
  padding: 0 30px;
  overflow-x: auto;
  box-sizing: border-box;
}

.c-icon-box {
  font-size: 32px;
}

.cardbox3-nav-wrap {
  overflow: hidden;
}

.cardbox3-nav-top {
  max-width: 1200px;
}

.cbox6-li-img-box {
  position: relative;
}

.cbox6-li-img-box:hover .cbox6-img-modal {
  visibility: visible;
  opacity: 1;
}

.cbox6-li-img-box .cbox6-img-modal {
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.0885417) 0%, #1A1A1A 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #FFFFFF;
  opacity: 0;
  transition: all .15s linear;
}

.flip-container {
  border-radius: 24px;
  overflow: hidden;
}

.back .back-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.back .back-bg > img {
  width: 100%;
}

.back .back-info {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(43, 50, 67, 0.6);
  backdrop-filter: blur(25px);
  display: flex;
  flex-direction: column;
}

.back .back-info .code-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.back .back-info .code-ul {
  flex-shrink: 0;
}

.cbox10-rli-value {
  display: block;
}

.cbox10-rli-value .c-rli-tip {
  vertical-align: text-bottom;
}

.footer-top .footer-t-item {
  width: auto;
  flex: 1;
}

.footer-top .footer-t-item.footer-t-start {
  flex: 0 0 40%;
}

.footer-top .footer-t-item.footer-t-end {
  text-align: right;
}

.qrcode-box {
  margin-top: 16px;
  display: flex;
}

.qrcode-box .qrcode-item + .qrcode-item {
  margin-left: 24px;
}

.qrcode-box .qrcode-item img {
  display: block;
  width: 92px;
  height: 92px;
  border-radius: 4px;
}

.qrcode-box .qrcode-item p {
  width: 92px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.7;
}

.modal-content {
  border-radius: 24px;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.toast {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  display: none;
  transform: translate(-50%, -50%);
  padding: 14px 16px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  background: rgba(21, 22, 27, 0.7);
  opacity: 1;
  animation: fade .15s linear;
}

.cbox3-title-txt {
  font-weight: 500;
}

.language-select {
  font-size: 14px;
  color: #323233;
  margin-left: 8px;
}
.language-select .select-value {
  width: max-content;
  cursor: pointer;
}
.language-select .select-value::after {
  content: '';
  /* background: url('https://b.yzcdn.cn/i18n/official/assets/images/icons/dropDown.png');
  position: absolute;
  background-size: 18px;
  width: 20px;
  height: 14px;
  top: 2px; */
}
.language-select .dropdown-menu {
  padding: 0;
  left: -40px;
  /* width: 85px !important; */
  min-width: 85px;
  border: none;
  box-shadow: rgba(200, 201, 204, 0.5) 0px 2px 8px 0px;
}
.language-select .dropdown-menu .dropdown-item {
  padding: 0;
  font-size: 14px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 14px;
  border: none;
}
.language-select .dropdown-menu .dropdown-item.active,
.language-select .dropdown-menu .dropdown-item:active {
  background-color: #f8f9fa;
}
.language-select .dropdown-menu .dropdown-divider {
  display: none;
}

.language-select {
  font-size: 14px;
  color: #323233;
  margin-left: 8px;
}
.language-select .select-value {
  width: max-content;
  cursor: pointer;
}
.language-select .select-value::after {
  content: '';
  /* background: url('https://b.yzcdn.cn/i18n/official/assets/images/icons/dropDown.png');
  position: absolute;
  background-size: 18px;
  width: 20px;
  height: 14px;
  top: 2px; */
}
.language-select .dropdown-menu {
  padding: 0;
  left: -40px;
  /* width: 85px !important; */
  min-width: 85px;
  border: none;
  box-shadow: rgba(200, 201, 204, 0.5) 0px 2px 8px 0px;
}
.language-select .dropdown-menu .dropdown-item {
  padding: 0;
  font-size: 14px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 14px;
  border: none;
}
.language-select .dropdown-menu .dropdown-item.active,
.language-select .dropdown-menu .dropdown-item:active {
  background-color: #f8f9fa;
}
.language-select .dropdown-menu .dropdown-divider {
  display: none;
}