.footer {
  background-color: #AD8665;
  padding: 50px 200px 30px;
  min-width: 800px;
  font-size: 15px;
  color: #fff;
}

.footer .top {
  padding: 15px 0;
  position: relative;
}

.footer .top-right {
  position: absolute;
  top: 15px;
  right: 0;
}

.footer .icon-div {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}

.footer .line {
  height: 1px;
  background-color: #FBF9F7;
}

.s1,
.s2,
.s3,
.s4 {
  display: none;
  position: absolute;
  top: -205px;
  left: -85px;
  z-index: 99999;
}

@keyframes toBlock {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.under {
  display: flex;
  justify-self: center;
  align-self: center;
  margin-top: 15px;
  font-size: 14px;
}

.under-left {
  /* display: flex;
  flex: 2; */
  font-size: 0;
}

.under-tabs {
  /* flex: 1; */
  display: inline-block;
  padding: 0 1vw;
  /* text-align: center; */
  height: 20px;
  border-right: 1px solid #fff;
  cursor: pointer;
  font-size: 14px;
}

.under-tabs a {
  text-decoration: none;
  color: #fff;
}

.under-tabs:hover {
  color: #744015;
}

.under-tabs a:hover {
  color: #744015;
}

.under-right {
  flex: 2;
  text-align: right;
}