.common-footer {
  background: white;
  border-top: 0.01rem solid #BEBEBE;
  /* position: fixed; */
  bottom: 0;
  z-index: 999;
  width: 100%;
  font-weight: bold;
  font-size: 0.09rem;
  color: #000000;
  min-height: 0.44rem;
}
.common-footer .common-container {
  display: flex;
}
.common-footer .channel-cites {
  align-items: center;
  column-gap: 0.16rem;
  margin-top: 0.05rem;
}
.common-footer .channel-cites.dropdown {
  padding-bottom: 0.42rem;
}
.common-footer .channel-cites.dropdown .channel-cites-select .select-content {
  display: flex;
}
.common-footer .channel-cites .label {
  font-size: 0.12rem;
  color: #000000;
}
.common-footer .channel-cites .channel-cites-select {
  position: relative;
  font-size: 0.08rem;
  color: #000000;
}
.common-footer .channel-cites .channel-cites-select .select-label {
  cursor: pointer;
  border: 0.01rem solid #888888;
  padding: 0 0.1rem;
  display: flex;
  column-gap: 0.1rem;
  align-items: center;
}
.common-footer .channel-cites .channel-cites-select .select-label .icon-arrow-down {
  width: 0.08rem;
  height: 0.08rem;
}
.common-footer .channel-cites .channel-cites-select .select-label .icon-arrow-up {
  width: 0.08rem;
  height: 0.08rem;
  display: none;
}
.common-footer .channel-cites .channel-cites-select .select-label.selected {
  background: #1088FF;
  color: white;
  border: 0.01rem solid #1088FF;
}
.common-footer .channel-cites .channel-cites-select .select-label.selected .icon-arrow-down {
  display: none;
}
.common-footer .channel-cites .channel-cites-select .select-label.selected .icon-arrow-up {
  display: block;
}
.common-footer .channel-cites .channel-cites-select .select-content {
  display: none;
  align-items: center;
  font-size: 0.08rem;
  padding: 2px 0.1rem;
  border: 0.01rem solid #d0d0d0;
  position: absolute;
  width: fit-content;
  flex-wrap: wrap;
  top: 100%;
}
.common-footer .channel-cites .channel-cites-select .select-content .row {
  display: flex;
  align-items: center;
}
.common-footer .channel-cites .channel-cites-select .select-content .select-item {
  position: relative;
  white-space: nowrap;
  border-right: 0.01rem solid #d0d0d0;
  padding: 0 0.05rem;
  cursor: pointer;
}
.common-footer .channel-cites .channel-cites-select .select-content .select-item .qrcode {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0.07rem;
  left: 0;
}
.common-footer .channel-cites .channel-cites-select .select-content .select-item:hover .qrcode {
  display: block;
}
.common-footer .channel-cites .channel-cites-select .select-content .select-item:first-child {
  padding-left: 0;
}
.common-footer .channel-cites .channel-cites-select .select-content .select-item:last-child {
  border-right: none;
}
.common-footer .connect-method {
  justify-content: space-between;
  align-items: center;
}
.common-footer .part-right {
  display: flex;
  align-items: center;
  column-gap: 0.16rem;
}
.common-footer .part-right .icon-twitter {
  width: 0.1rem;
  height: 0.09rem;
}
.common-footer .part-right .icon-facebook {
  width: 0.05rem;
  height: 0.09rem;
}
.common-footer .part-right .icon-ins {
  width: 0.09rem;
  height: 0.09rem;
}
.common-footer .part-right .icon-douyin {
  width: 0.07rem;
  height: 0.09rem;
}
.common-footer .part-right .icon-youtube {
  width: 0.12rem;
  height: 0.09rem;
}
