/*设置*/
.cookie-note {
  z-index: 100;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 12px;
  padding-bottom: 24px;
  background-color: #FFF;
  color: #444;
  border-top: 1px solid #CCC;
  box-shadow: 24px -8px 24px rgba(0, 0, 0, 0.13) !important;
}
.cookie-note-body {
    display: flex;
    flex-direction: column;
}
.cookie-note-body {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cookie-note h3 {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #444;
}
.cookie-note p {
  padding-right: 64px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #444;
}
.cookie-note-actions {
    flex-shrink: 0;
    margin-top: 16px;
    text-align: right;
}
.cookie-note-actions {
  margin-top: 0;
}

.cookie-note .button + .button {
    margin-left: 10px;
}
.cookie-note-actions a{
  transition: all 0.25s ease-in-out;
  font-weight: 600;
  font-size: 12px;
  padding: 9px 0px;
  
  text-decoration: none;

  background-image: none;
  border-radius: 2px;
  text-shadow: none;
  box-shadow: none;
  margin: 0;
  width: 120px;
  text-align: center;
}
.cookie-note-actions a:first-child{
  float: left;
  border: 1px solid #DE0012;
  background-color: #DE0012;
  color: #FFF;
}
.cookie-note-actions a:first-child:hover{
  float: left;
  border: 1px solid #CCC;
  background-color: #FFF;
  color: #444;
}
.cookie-note-actions a:nth-child(2){
  float: left;
  border: 1px solid #CCC;
  background-color: #FFF;
  color: #444;
}
.cookie-note-actions a:nth-child(2):hover{
  float: left;
  border: 1px solid #DE0012;
  background-color: #DE0012;
  color: #FFF;
}
.cookie-note-actions a i{
  padding-left: 8px;
}
.hide{
  display: none !important;
}

#block-lucked-cookiesetting{
    margin-bottom: 0;
}