.setCookie {
  background: #E6E7E7;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  line-height: 26px;
}
.cookieContainer {
  width: 1200px;
  margin: 0 auto;
  padding: 35px 0 12px;
}
.cookieFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cookieLeft {
  flex: 0 0 1003px;
}
.cookieRight {
  flex: 0 0 182px;
}
.lis {
  margin-top: 1px;
  position: relative;
  top: 0;
  padding-left: 25px;
}
.lis::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #333333;
  border-radius: 50%;
}
.argBtn {
  width: 182px;
  line-height: 46px;
  background: #0768AC;
  border-radius: 25px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  cursor: pointer;
}
.argBtn.reject {
  background: rgba(0, 0, 0, .6);
}