* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.cookie {
  width: 100%;
  background: #2D2D2D;
  z-index: 999;
  position: fixed;
  bottom: 0;
}
.cookie .cookie_notices {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cookie .cookie_notices .cookie_notices_text {
  /* padding-top: 6px; */
  font-family: 'AvenirNext-Regular';
  font-size: 12px;
  line-height:18px;
  color: #FFFFFF;
  letter-spacing: 0;
  float: left;
  max-width:70%;
  word-break:break-word;
}
.cookie .cookie_notices .cookie_notices_text a {
  font-weight: 700;
  color: #4E73FF;
  text-decoration: underline;
}
.cookie .cookie_notices .cookie_notices_button {
  float: right;
  height: 100%;
  display: flex;
}
.cookie .cookie_notices .cookie_notices_button .cookie_notices_button_l {
  
  border: 1px solid #fff;
  border-radius: 2px;
  font-family: AvenirNext-Regular;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  padding: 10px 15px;
  text-decoration: none;
}
.cookie .cookie_notices .cookie_notices_button .cookie_notices_button_l:hover {
  background: #fff;
  color: #666;
}
.cookie .cookie_notices .cookie_notices_button .cookie_notices_button_r {
  font-family: AvenirNext-Regular;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  text-align: center;
  padding: 10px 15px;
  margin-left: 20px;
  text-decoration: none;
}
.cookie .cookie_notices .cookie_notices_button .cookie_notices_button_r:hover {
  background: #fff;
  color: #666;
}