.web-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.web-foot .web-foot-bottom {
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #9B9B9B;
  line-height: 20px;
  font-size: 14px;
}
.web-foot .web-foot-bottom span {
  margin: 0 5px;
}
.web-foot .web-foot-bottom span a {
  color: #169;
}
.web-foot .web-foot-bottom span a:hover,
.web-foot .web-foot-bottom span a:active {
  color: #c61a1a;
  text-decoration: underline;
}
.web-foot .web-foot-main {
  height: 205px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  width: 100%;
}
.web-foot .web-foot-main .content {
  width: 100%;
  max-width: 1190px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 35px 0 35px 32px;
  box-sizing: border-box;
}
.web-foot .web-foot-main .content .web-foot-left {
  border-bottom: 1px solid #ECECEC;
  width: 780px;
  height: 100%;
  margin-right: 60px;
}
.web-foot .web-foot-main .content .web-foot-left .icon-list {
  display: flex;
  height: 100%;
  align-items: center;
}
.web-foot .web-foot-main .content .web-foot-left .icon-list .icon-list-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.web-foot .web-foot-main .content .web-foot-left .icon-list .icon-list-item .el-image {
  height: 40px;
}
.web-foot .web-foot-main .content .web-foot-left .icon-list .icon-list-item span {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #616B85;
  line-height: 22px;
}
.web-foot .web-foot-main .content .web-foot-left .icon-list .icon-list-item + .icon-list-item::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 21px;
  background: #D0D0D0;
  left: 0;
  top: 10px;
}
.web-foot .web-foot-main .content .web-foot-right {
  display: flex;
  flex-direction: column;
}
.web-foot .web-foot-main .content .web-foot-right .title {
  font-size: 14px;
  font-weight: 500;
  color: #4A4A4A;
  line-height: 20px;
  margin-bottom: 10px;
}
.web-foot .web-foot-main .content .web-foot-right .code-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.web-foot .web-foot-main .content .web-foot-right .code-list .code-box {
  width: 106px;
  height: 106px;
  border: 1px solid #E3E3E3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.web-foot .web-foot-main .content .web-foot-right .code-list .code-box .el-image {
  width: 86px;
  height: 86px;
}
