/*=================左下角样式*/
.ad_left_button {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #000;
}
.ad_dh_left_button {
  position: fixed;
  bottom: 0;
  left: -100%;
  z-index: 100;
  background: #000;
  transition: 0.9s ease-in-out;
}
.ad_left_button img {
  cursor: pointer;
}
.close_left_button {
  right: -7px;
  position: absolute;
  top: 18px;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  cursor: pointer;
}
.button_left_style {
  right: 20%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  line-height: 32px;
  padding: 0 35px;
  border-radius: 3px;
  background: #FF822C;
  font-size: 15px;
  cursor: pointer;
  color: #fff;
}
.button_left_style:hover {
  background-color: #E0640F;
}
.ad_left_center_button {
  position: fixed;
  top: 25%;
  left: 0;
  z-index: 100;
  background: #000;
}
.ad_dh_left_center_button {
  position: fixed;
  top: 25%;
  left: -100%;
  z-index: 100;
  background: #000;
  transition: 0.9s ease-in-out;
}
.close_left_center_button {
  right: 2px;
  position: absolute;
  top: 3%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  cursor: pointer;
}
.button_left_center_style {
  right: 30%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  line-height: 32px;
  padding: 0 35px;
  border-radius: 3px;
  background: #FF822C;
  cursor: pointer;
  color: #fff;
}
.button_left_center_style:hover {
  background-color: #E0640F;
}
/*==================================================================*/
.ad_right_button {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  background: #000;
}
.ad_dh_right_button {
  position: fixed;
  bottom: 0;
  right: -100%;
  z-index: 100;
  background: #000;
  transition: 0.9s ease-in-out;
}
.close_right_button {
  left: 15px;
  position: absolute;
  top: 17px;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  cursor: pointer;
}
.button_right_style {
  right: 20%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  line-height: 32px;
  padding: 0 35px;
  border-radius: 3px;
  font-size: 15px;
  background: #FF822C;
  cursor: pointer;
  color: #fff;
}
.button_right_style:hover {
  background-color: #E0640F;
}
.ad_footer_style {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #000;
}
.ad_dh_footer_style {
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 100;
  background: #000;
  transition: 0.9s ease-in-out;
}
.ad_button_footer_style {
  right: -9px;
  position: absolute;
  top: 18px;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  cursor: pointer;
}
.ad_button_style {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  line-height: 32px;
  padding: 0 35px;
  border-radius: 3px;
  background: #FF822C;
  cursor: pointer;
  color: #fff;
}
.ad_button_style:hover {
  background-color: #E0640F;
}
.special-christmas-wrapper {
  position: fixed;
  display: none;
  bottom: 20px;
  right: 16px;
  width: 482px;
  height: 280px;
  background-size: cover;
  z-index: 9;
  background: #FEF1E9;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.special-christmas-wrapper * {
  box-sizing: border-box;
}
.special-christmas-wrapper .special-christmas {
  width: 100%;
  height: 100%;
  text-align: center;
}
.special-christmas-wrapper .special-christmas .christmas-logo {
  margin-top: 36px;
}
.special-christmas-wrapper .special-christmas .christmas-desc {
  width: 299px;
  height: 84px;
  margin: auto;
  margin-top: 32px;
  font-size: 21px;
  font-weight: bold;
  color: #000000;
  line-height: 28px;
}
.special-christmas-wrapper .special-christmas .christmas-btn {
  display: inline-block;
  width: 201px;
  height: 42px;
  margin: auto;
  margin-top: 23px;
  background: #D5130F;
  border-radius: 28px;
  font-size: 15px;
  font-weight: 400;
  color: #FFF;
  line-height: 42px;
  text-decoration: none;
  padding: 0;
}
.special-christmas-wrapper .special-christmas .christmas-btn svg {
  position: relative;
  top: 2px;
  left: 5px;
  transition: left 0.5s;
  -moz-transition: left 0.5s;
  /* Firefox 4 */
  -webkit-transition: left 0.5s;
  /* Safari 和 Chrome */
  -o-transition: left 0.5s;
  /* Opera */
}
.special-christmas-wrapper .special-christmas .christmas-btn svg polygon {
  fill: #FFF;
}
.special-christmas-wrapper .special-christmas .christmas-btn:hover {
  color: #FFF;
}
.special-christmas-wrapper .special-christmas .christmas-btn:hover svg {
  left: 11px;
}
.special-christmas-wrapper .special-christmas .christmas-btn:hover svg polygon {
  fill: #FFF;
}
.special-christmas-wrapper .special-christmas .special-close {
  position: absolute;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 32px;
  float: right;
  top: 6px;
  right: 6px;
  display: flex;
  padding: 10px;
  transition: all 0.3s;
}
.special-christmas-wrapper .special-christmas .special-close:hover {
  animation: rotateCloseHover 0.3s;
  -moz-animation: rotateCloseHover 0.3s;
  -webkit-animation: rotateCloseHover 0.3s;
  -o-animation: rotateCloseHover 0.3s;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
