.foot {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  background: #e1f1e9;
  box-sizing: border-box;
  padding-top: .6rem;
}

.foot .foot-top {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  width: 1200px;
  margin-bottom: .6rem;
}

.foot .foot-top .foot-item {
  flex: 1;
}

.foot .foot-top .foot-item .foot-item-tit {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  cursor: pointer;
}

.foot .foot-top .foot-item .foot-item-main {
  cursor: pointer;
  font-size: 16px;
  opacity: .7;
  color: #000;
  line-height: 1;
  margin: 14px 0;
  white-space: nowrap;
}

.foot .foot-top .foot-item .foot-item-main:hover {
  opacity: 1;
}

.foot .foot-main {
  display: flex;
  align-items: center;
  width: 15.6rem;
  margin: 0 auto;
  border-top: 1px solid rgba(54, 158, 109, 0.2);
  border-bottom: 1px solid rgba(54, 158, 109, 0.2);
  height: 2.5rem;
}

.foot .foot-main .foot-main-item {
  flex: 1;
  position: relative;
}

.foot .foot-main .foot-main-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 1px;
  opacity: 0.5;
  background: #369e6d;
}

.foot .foot-main .foot-main-item:last-child::after {
  width: 0;
}

.foot .foot-main .foot-main-item:nth-child(1) {
  text-align: center;
}

.foot .foot-main .foot-main-item:nth-child(1) img {
  margin: 0 auto;
  width: 1.88rem;
  height: .6rem;
}

.foot .foot-main .foot-main-item:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot .foot-main .foot-main-item:nth-child(2) img {
  width: .42rem;
  margin-right: .24rem;
}

.foot .foot-main .foot-main-item:nth-child(2) span {
  font-size: .24rem;
  font-family: Arial Regular, Arial Regular-Regular;
  font-weight: 400;
  text-align: left;
  color: #388f3c;
}

.foot .foot-main .foot-main-item:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot .foot-main .foot-main-item:nth-child(3) img {
  width: .32rem;
  margin-right: .24rem;
}

.foot .foot-main .foot-main-item:nth-child(3) span {
  font-size: .18rem;
  line-height: 1.8;
  font-family: Arial Regular, Arial Regular-Regular;
  font-weight: 400;
  text-align: left;
  color: #388f3c;
}

.foot .foot-main .foot-main-item:nth-child(4) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot .foot-main .foot-main-item:nth-child(4) .foot-ma:first-child {
  margin-right: .3rem;
}

.foot .foot-main .foot-main-item:nth-child(4) .foot-ma img {
  padding: 0.1rem;
  display: block;
  width: 1.2rem;
  border-radius: 5px;
  height: 1.2rem;
}

.foot .foot-main .foot-main-item:nth-child(4) .foot-ma .foot-ma-tit {
  font-size: 0.18rem;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  font-weight: 400;
  color: #388f3c;
}

.foot .foot-main .foot-main-item:nth-child(4) .foot-ma .foot-ma-tit p {
  margin: 0;
}

.foot .foot-main .foot-main-item:nth-child(4) .foot-ma .foot-ma-tit p:nth-child(1) {
  margin-bottom: 4px;
}

.foot .foot-bto {
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #369e6d;
  line-height: 50px;
}
