.footer {
  width: 100%;
  height: 232px;
  background: #444444;
  opacity: 1;
  border-radius: 0px;
}

.footer-content {
  width: 1120px;
  margin: 0px auto;
  padding-top: 40px;
}
ul.footer-other li:nth-child(1) {
  border-right: 1px solid #ffffff;
  padding-right: 80px;
}

ul.footer-other li:nth-child(1) div:nth-child(1) {
  margin-bottom: 24px;
}

ul.footer-other li:nth-child(2) {
  padding-left: 60px;
}
ul.footer-other li:nth-child(2) div:nth-child(1) {
  margin-bottom: 13px;
}

ul.footer-other {
  display: flex;
  align-items: center;
  height: 90px;
}
.footer-text {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
}

.footer-tips {
  width: 598px;
  height: 44px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
}

.Copyright {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 0px;
  color: #989898;
  text-align: center;
  margin-top: 54px;
}
.t-l {
  text-decoration: underline;
}
.bottom-tip{
  color: #FFFFFF;
}
