.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;
  margin-bottom: 18px;
}
.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;
  line-height: 24px;
}
.tip a {
  color: #1ABC9C;
}
.subPageBox {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #f0f0f0;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .kingkongImg {
    width: 40px;
    height: 40px;
    margin-bottom: 18px;
    font-size: 18px;
  }
  .descTitle {
    font-size: 22px;
  }
  .desc {
    font-size: 16px;
  }
  .urltitle {
    font-size: 18px;
  }
  .connectBox {
    padding: 30px 0;
  }
  .connectItem {
    width: 40px;
    height: 40px;
  }
  .celltem {
    font-size: 18px;
    height: 70px;
  }
}