/* /templates2_0/module/goods/alcoholpopup/index.less */
.alcoholpopup_container {
  display: none;
}
.alcoholpopup {
  width: 458px;
  height: 560px;
  background: url(/templates2_0/module/goods/alcoholpopup/img/bg.png) no-repeat #ffffff;
  background-position: bottom;
}
.alcoholpopup .alcoholpopup_wrapper {
  text-align: center;
}
.alcoholpopup .alcoholpopup_wrapper .alcoholpopup_icon_18plus {
  width: 70px;
  height: 70px;
  background: url(/templates2_0/module/goods/alcoholpopup/img/18plus.png) no-repeat;
  display: inline-block;
  margin-top: 80px;
}
.alcoholpopup .alcoholpopup_wrapper h3.alcoholpopup_title {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  margin: 30px 0px;
}
.alcoholpopup .alcoholpopup_wrapper .alcoholpopup_buttons {
  display: inline-block;
}
.alcoholpopup .alcoholpopup_wrapper .alcoholpopup_buttons a {
  display: inline-block;
  line-height: 50px;
  padding: 0px 35px;
  font-size: 18px;
  font-weight: bold;
}
.alcoholpopup .alcoholpopup_wrapper .alcoholpopup_buttons a.alcoholpopup_yes {
  background: #ff7d00;
  margin-right: 20px;
  color: #ffffff;
}
.alcoholpopup .alcoholpopup_wrapper .alcoholpopup_buttons a.alcoholpopup_yes:hover {
  color: #ffffff;
}
.alcoholpopup .alcoholpopup_wrapper .alcoholpopup_buttons a.alcoholpopup_no {
  background: #f0f0f0;
  color: #000000;
}
.alcoholpopup .alcoholpopup_wrapper .alcoholpopup_buttons a.alcoholpopup_no:hover {
  color: #000000;
}
.alcoholpopup .alcoholpopup_wrapper .alcoholpopup_rules {
  margin-top: 18px;
  display: inline-block;
  font-size: 11px;
  color: #777777;
  line-height: 19px;
}
.alcoholpopup .alcoholpopup_wrapper .alcoholpopup_rules a {
  color: #353535;
}
.alcoholpopup .alcoholpopup_wrapper .alcoholpopup_rules a:hover {
  color: #353535;
}
