.foot {
  height: 2.5rem;
  background: #1A2A35;
  padding-top: .2083rem;
  position: relative;
  overflow: hidden;
}

.foot-cont {
  display: flex;
  padding-left: 1.6146rem;
}

.foot-left {
  display: flex;
  padding-top: .1042rem;
}

.foot-left>div {
  font-size: .0833rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  margin-right: .5469rem;
}

.foot-link {
  display: flex;
  flex-direction: column;
  margin-top: .1354rem;
}

.foot-link a {
  font-size: .0833rem;
  font-family: PingFangSC-Regular, PingFang SC;
  color: rgba(255, 255, 255, 0.79);
  margin-top: .0729rem;
}

.foot-right {
  padding-left: .2448rem;
}

.foot-right>img {
  /* width: 1.0729rem; */
  height: .1875rem;
}

.foot-right-contact {
  margin-top: .125rem;
}

.foot-right-contact>div {
  display: flex;
  align-items: center;
  margin-top: .0729rem;
}

.foot-right-contact>div span {
  font-size: .0833rem;
  font-family: PingFangSC-Regular, PingFang SC;
  color: rgba(255, 255, 255, 0.79);
}

.foot-right-imgs {
  margin-top: .0885rem;
  padding-left: .1354rem;
}

.foot-right-imgs>div {
  position: relative;
  margin-right: .2396rem;
}

.foot-icon {
  width: .5208rem;
  height: .5208rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: .2188rem;
  display: none;
}

.foot-icon img {
  width: 100%;
  height: 100%;
}

.foot-right-imgs>div>img {
  width: .1667rem;
  height: .1667rem;
  cursor: pointer;
}

.foot-right-imgs>div>img:hover+.foot-icon {
  display: block;
}

.company-info {
  width: 100%;
  height: .3906rem;
  border: .0052rem solid rgba(255, 255, 255, 0.16);
  font-size: .0833rem;
  font-family: PingFangSC-Regular, PingFang SC;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  line-height: .3906rem;
  position: absolute;
  bottom: 0;
}

.layui-colla-title {
  height: unset;
  line-height: unset;
  font-size: .0729rem;
  background: #F5F5F7;
  margin: 0;
  padding: .0677rem .125rem;
}

.layui-colla-icon {
  position: absolute;
  right: .1875rem;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
}

.layui-colla-content {
  background: #EDF0F5;
  padding: 0;
}

.layui-colla-content>div {
  font-size: .0677rem;
  display: block;
  padding: .1042rem .125rem;
  background: #EDF0F5;
  color: #1C1C1E;
}

.foot-fold-msg {
  background: #F5F5F7;
  padding: .0677rem .125rem;
}

.foot-msg {
  font-size: .0729rem;
  color: #1C1C1E;
}

.foot-msg>div {
  height: .1875rem;
  line-height: .1875rem;
  padding: 10px 0;
}