.footer {
  padding: 0 13px;
  box-sizing: border-box;
}

.bannerAdv {
  width: 100%;
  height: 43px;
}
.line {
  margin: 18px 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.10);
}
.kingkong {
  padding: 18px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.kingkongItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #9E9E9E;
}
.kingkongImg {
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
}
.descBox {
  margin-bottom: 18px;
}
.descTitle {
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px;
  font-weight: 600;
}
.desc {
  color: #9E9E9E;
  font-size: 14px;
  line-height: 20px;
}
.urlList {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.urlItem {
  height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 18px;
}
.urltitle {
  color: #FAFAFA;
  font-size: 16px;
}
.urlItem a {
  color: #1ABC9C !important;
}
.cell {}
.celltem {
  height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  align-items: center;
  font-size: 16px;
}
.connectBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.connectItem {
  width: 36px;
  height: 36px;
}
.tip {
  font-size: 11px;
  text-align: center;
  padding: 20px 0;
  box-sizing: border-box;
  margin-bottom: 50px;
  line-height: 12px;
}
.tip p {
  margin-bottom: 2px;
}
.tip span {
  color: #1ABC9C;
}