.advertisings {
  width: 100%;
  height: 120px;
  position: relative;
  background: #F2F2F2;
}
.advertisings .main {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  background: url('/app/static/img/slices/slice_back.png') no-repeat;
  background-size: 100% 100%;
}
.advertisings .main .in {
  margin-right: 379px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  border-radius: 4px;
  background: #F7D049;
}
.advertisings .main .in a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
