.jy-footer {
  background-color: #1f1f1f;
  position: relative;
  height: 100%;
  margin: 0 auto;
}
.jy-footer .content {
  color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.jy-footer .content .top-item {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  width: 100%;
}
.jy-footer .content .top-item .logo {
  width: 96px;
  height: 131px;
}
.jy-footer .content .top-item .item {
  flex: 1;
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.jy-footer .content .top-item .item .title {
  color: white;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 7px;
}
.jy-footer .content .top-item .item .name {
  color: #A5A5A5;
  font-size: 14px;
  line-height: 30px;
}
.jy-footer .content .top-item .customer-service img {
  width: 30px;
}
.jy-footer .content .top-item .customer-service .btn-action {
  display: flex;
  flex-direction: row;
  width: 103px;
  height: 28px;
  border-radius: 14px;
  background-color: #1EBD43;
  justify-content: center;
  align-items: center;
}
.jy-footer .content .top-item .customer-service .btn-action span {
  font-size: 14px;
  color: white;
}
.jy-footer .content .top-item .customer-service .btn-action img {
  width: 17px;
  height: 17px;
  margin-left: 5px;
}
.jy-footer .content .top-item .customer-service .code {
  width: 103px;
  height: 103px;
  background-color: white;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 23px;
  overflow: hidden;
}
.jy-footer .content .top-item .customer-service .code img {
  width: 100%;
  height: 100%;
}
.jy-footer .content .bottom-item {
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.jy-footer .content .bottom-item .top {
  display: flex;
  flex-direction: row;
  gap: 100px;
}
.jy-footer .content .bottom-item span {
  color: #797979;
  font-size: 14px;
}
