@charset "utf-8";
/* CSS Document */

/* 顏色列表 */
:root {
  --primary: #ff6600;
  --secondary: #221800;
  --black: #000000;
  --white: #ffffff;
  --dark_orange: #be3700;
  --orange: #d56c47;
}
/* 顏色列表 end */

/****活動用****/
.blackbarnew {
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  background-color: #000;
  position: fixed;
  z-index: 999;
  overflow: hidden;
}

.yeslogo {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 2px;
  float: left;
}

.yeslogo i {
  margin-right: 8px;
  float: left;
}

.yeslogo i img {
  width: 10px;
  margin-top: 10px;
}

.yesgogo {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 2px;
  float: right;
}

.yesyes {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  margin-right: 4px;
}

/****GOGOGOGO****/

body {
  background-color: #eeeeee; /*background-image: url("../img/bbi.png");*/
  background-size: 500px;
}

.foctop_731 {
  width: 100%;
  margin-top: 30px;
  background-image: url("../img/bg_1920_2020.png");
  /* background-image: url("../img/bg_01.png"); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.bf {
  max-width: 950px;
  /* height: 450px;
  background-image: url("../img/bg01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */

  margin: 0 auto -3px;
}

.searchbox_731 {
  width: 100%;
  background-color: #0a5fbc;
  padding: 16px 0 16px;
  position: relative;
  z-index: 88;
}

.searchbox_731 > ul {
  overflow: hidden;
  margin: 0 auto;
  max-width: 950px;
  margin-bottom: 0px;
}

.searchbox_731 > ul > li {
  float: left;
  padding-right: 12px;
}

.searchbox_731 > ul > li:nth-child(1) {
  width: 40%;
}
.searchbox_731 > ul > li:nth-child(2) {
  width: 24%;
}
.searchbox_731 > ul > li:nth-child(3) {
  width: 24%;
}
.searchbox_731 > ul > li:nth-child(4) {
  width: 12%;
  padding-right: 0px;
}

.searchbox_731_1 {
  width: 100%;
  height: 44px;
  padding: 0 40px 0 10px;
  border-radius: 4px;
  border: 0;
  font-size: 20px;
  font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro",
    "微軟正黑體", "Microsoft JhengHei", "新細明體", PMingLiU, sans-serif;
  outline: none;
  color: #000;
  transition: all 0.3s;
  background-image: url(../img/musica-searcher.png);
  background-position: center right;
  background-repeat: no-repeat;
}

.searchbox_731_1:focus {
  background-color: #fffacc;
}

.searchbox_731_2 {
  width: 100%;
  height: 44px;
  padding: 0 30px 0 10px;
  border-radius: 4px;
  border: 0;
  font-size: 20px;
  font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro",
    "微軟正黑體", "Microsoft JhengHei", "新細明體", PMingLiU, sans-serif;
  outline: none;
  background-image: url(../img/icon_dropdown.png);
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #000;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.searchbox_731_go {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  font-size: 20px;
  text-align: center;
  background-color: #ffeb50;
  cursor: pointer;
  transition: all 0.3s;
  color: #000;
}

.searchbox_731_go:hover {
  background-color: #fff6a4;
}

@media screen and (max-width: 980px) {
  .searchbox_731 > ul {
    padding: 0 16px;
  }
}

@media screen and (max-width: 736px) {
  .searchbox_731 > ul {
    padding: 0 14px;
  }
  .searchbox_731 {
    padding: 14px 0;
  }

  .searchbox_731 > ul > li:nth-child(1) {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .searchbox_731 > ul > li:nth-child(2) {
    width: 35%;
  }
  .searchbox_731 > ul > li:nth-child(3) {
    width: 40%;
  }
  .searchbox_731 > ul > li:nth-child(4) {
    width: 25%;
    padding-right: 0px;
  }

  .searchbox_731_1,
  .searchbox_731_2,
  .searchbox_731_go {
    height: 40px;
    line-height: 40px;
  }
}

.hottag {
  margin: 0 auto;
  max-width: 950px;
  position: relative;
  z-index: 88;
  margin-bottom: 16px;
  padding: 8px 16px 8px;
}

.hottag > ul {
  overflow: hidden;
  margin: 0 auto;
  max-width: 950px;
}

.hottag > ul > li {
  float: left;
  margin-right: 20px;
  font-size: 18px;
  color: #ae1f1f;
  line-height: 1.6;
}

.hottag > ul > li:nth-child(1) {
  margin-right: 8px;
}

.hottag > ul > li a {
  color: #ed6100;
  text-decoration: underline;
  transition: all 0.3s;
}

.hottag > ul > li a:hover {
  text-decoration: none;
}

.opentag {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 27px;
  line-height: 27px;
  color: #eee;
  text-align: right;
  font-size: 18px;
  background-color: #ae1f1f;
  z-index: 88;
  cursor: pointer;
  display: none;
}

.hopen {
  height: auto !important;
}

@media screen and (max-width: 980px) {
  .hottag > ul {
    padding: 0 0px; /*height: 27px;*/
  }
  /*.opentag{right: 16px; display: block;}*/

  .hottag {
    padding: 0px 0;
  }
}

@media screen and (max-width: 736px) {
  /*.hottag > ul > li{display: none;}
    .hottag > ul > li:nth-child(1){display: block;}
    .hottag > ul > li:nth-child(2){display: block;}*/

  .hottag > ul > li {
    font-size: 16px;
    margin-right: 14px;
    line-height: 1.8;
  }
}

/* .page {
  width: 100%;
  padding: 16px 16px 15px;
  position: relative;
  z-index: 8;
}

@media screen and (max-width: 980px) {
  .page {
    padding: 16px 16px 15px;
  }
}

@media screen and (max-width: 736px) {
  .page {
    padding: 10px 16px 15px;
  }
} */

.work_list_731 {
  max-width: 950px;
  margin: 30px auto;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  border: 0px solid #f0dfc7;
  transition: all 0.3s;
}

.work_list_731 ul {
  overflow: hidden;
  width: 100%;
  transition: all 0.3s;
}

.work_list_731 > ul > li {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  transition: all 0.3s;
}

/*.work_list_731 > ul > li:last-child{border-bottom: 0px solid #f0dfc7;}*/

.work_list_731 > ul > li:hover {
  background-color: #e9f4fe;
  border-bottom: 2px solid #a6d2fb;
}

@media screen and (max-width: 736px) {
  .work_list_731 {
    background-color: transparent;
  }

  .work_list_731 > ul > li:first-child {
    display: none;
  }

  .work_list_731 > ul > li {
    padding: 5px 8px 5px;
    margin-bottom: 0px;
    background-color: #fff;
  }
}

.list_name {
  background-color: #0a5fbc;
  width: 100%;
}

.list_name ul {
  display: grid;
  grid-template-columns: 18% auto 30% 16%;
  text-align: center;
  overflow: hidden;
}

.list_name li {
  font-size: 16px;
  padding: 0 10px;
  color: #6a3a07;
  line-height: 1.5; /*overflow: hidden;  text-overflow : ellipsis; */
  white-space: nowrap;
}

.list_name li:nth-child(1) {
  text-align: center;
}
.list_name li:nth-child(2) {
  padding-left: 15px;
  text-align: left;
}
.list_name li:nth-child(3) {
}
.list_name li:nth-child(4) {
  text-align: left;
}


@media screen and (max-width: 736px) {
  .list_name {
    display: none;
  }
}

.list_name li {
  height: 42px;
  font-size: 1.8rem;
  padding: 0 5px;
  color: #fffb7a;
  line-height: 46px; /*overflow: hidden;  text-overflow : ellipsis; */
  white-space: nowrap;
}

.list_name2 {
  width: 100%;
}

.list_name2 ul {
  display: grid;
  grid-template-columns: 18% auto 30% 16%;
  overflow: hidden;
  padding: 5px;
}

.list_name2 li {
  padding: 0 5px;
  font-size: 1.4rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

.list_name2 li:nth-child(1) {
  text-align: center;
  color: #999;
}
.list_name2 li:nth-child(2) {
  padding-left: 10px;
  color: #00a1f1;
}
.list_name2 li:nth-child(3) {
  text-align: left;
  border-left: 1px solid #eeeeee;
  /*padding-left: 10px;*/
  color: #888;
}
.list_name2 li:nth-child(4) {
  color: #ed6100;
  padding-left: 8px;
}




.list_box {
  max-width: 950px;
  padding: 12px 0;
  text-align: center;
  font-size: 16px;
  margin: 0 auto 40px;
  line-height: 30px;
  /*background-color:#ffd736;*/
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

.list_box a {
  color: #000;
  transition: all 0.3s;
}

.list_box a:hover {
  color: #ae1f1f;
}

.list_box select {
  padding: 4px 10px;
  margin: 0 4px;
  vertical-align: middle;
  outline: none;
  font-size: 14px;
  border: 0px solid #f0dfc7;
}

.list_box td {
  vertical-align: middle;
}

.web0812 {
  display: block;
}
.mob0812 {
  display: none;
}

@media screen and (max-width: 980px) {
  .list_box {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 736px) {
  /* .web0812{display: none;} */
  .mob0812 {
    display: block;
  }
  .list_name2 ul{
    grid-template-columns: 1fr;
  }
  .list_name2 li:nth-child(1) {
    text-align: left;
  }
}

.icon_3 {
  width: 100%;
  margin-bottom: 20px;
}

.icon_3 > ul {
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
}

.icon_3 > ul > li {
  width: calc(33.33% - 14px);
  margin-right: 21px;
  float: left;
  border-radius: 6px;
  overflow: hidden;
}

.icon_3 > ul > li:nth-child(3n + 3) {
  margin-right: 0;
}

.iconbox {
  width: 100%;
}

.iconbox ul {
  overflow: hidden;
}

.iconbox li {
  float: left;
  height: 80px;
  overflow: hidden;
}

.iconbox li:nth-child(1) {
  width: 80px;
}

.iconbox li:nth-child(2) {
  width: calc(100% - 80px);
  background-color: #fff;
  padding: 18px 16px 0px 24px;
}

.icong {
  transition: all 0.3s;
}

.iconbox:hover .icong {
  transform: scale(1.1);
}

.iconbox li h1 {
  font-size: 18px;
  color: #ae1f1f;
  margin-bottom: 12px;
}

.iconbox li p {
  font-size: 16px;
  color: #666;
}

@media screen and (max-width: 980px) {
  .iconbox li:nth-child(1) {
    display: none;
  }
  .iconbox li:nth-child(2) {
    width: calc(100%);
  }
}

@media screen and (max-width: 736px) {
  .iconbox li:nth-child(1) {
    display: block;
  }
  .iconbox li:nth-child(2) {
    width: calc(100% - 80px);
  }
  .icon_3 > ul > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .icon_3 > ul > li:last-child {
    margin-bottom: 0;
  }
}

.candle-smoke {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform-origin: bottom center;
  transform: scale(8, 2);
  filter: blur(3px);
  opacity: 0.9;
  z-index: 99;
}
.out .candle-smoke {
  animation: smokeOut 30s both;
}

@keyframes smokeOut {
  10% {
    opacity: 1;
  }
  0%,
  100% {
    opacity: 0;
  }
}

.candle-smoke span {
  position: absolute;
  bottom: -9px;
  left: -9px;
  width: 18px;
  height: 18px;
  background-image: radial-gradient(
    closest-side circle,
    rgba(255, 255, 255, 0.75),
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0)
  );
  border-radius: 18px;
  opacity: 0;
}
.candle:not(.out) .candle-smoke span {
  animation: none;
}

@keyframes smokeL {
  0% {
    opacity: 0;
    transform: scale(1) translate(0, 0);
  }
  10% {
    opacity: 0.8;
    transform: scale(1) translate(0, -7px);
  }
  100% {
    opacity: 0;
    transform: scale(5) translate(-4px, -26px);
  }
}

@keyframes smokeR {
  0% {
    opacity: 0;
    transform: scale(1) translate(0, 0);
  }
  10% {
    opacity: 0.8;
    transform: scale(1) translate(0, -7px);
  }
  100% {
    opacity: 0;
    transform: scale(5) translate(4px, -26px);
  }
}

.candle-smoke .s0 {
  animation: smokeL 10s 0s infinite;
}
.candle-smoke .s1 {
  animation: smokeR 10s 1s infinite;
}
.candle-smoke .s2 {
  animation: smokeL 10s 2s infinite;
}
.candle-smoke .s3 {
  animation: smokeR 10s 3s infinite;
}
.candle-smoke .s4 {
  animation: smokeL 10s 4s infinite;
}
.candle-smoke .s5 {
  animation: smokeR 10s 5s infinite;
}
.candle-smoke .s6 {
  animation: smokeL 10s 6s infinite;
}
.candle-smoke .s7 {
  animation: smokeR 10s 7s infinite;
}
.candle-smoke .s8 {
  animation: smokeL 10s 8s infinite;
}
.candle-smoke .s9 {
  animation: smokeR 10s 9s infinite;
}

@media screen and (max-width: 980px) {
  .candle-smoke {
    display: none;
  }
}

/*--------------------頁碼--------------------*/
.job_list_nex0812 {
  padding: 0px 0;
  text-align: center;
  font-size: 1.2rem;
}
.job_list_nex0812 span {
  border: 1px solid #0a5fbc;
  margin: 0 1px;
  padding: 15px 20px;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
  background-color: #0a5fbc;
}
.job_list_nex0812 a {
  border: 1px solid #666;
  color: #666;
  margin: 0 1px;
  padding: 15px 20px;
  text-decoration: none;
  vertical-align: middle;
}
.job_list_nex0812 a:hover {
  border: 1px solid #0a5fbc;
  color: #ffffff;
  background-color: #0a5fbc;
}

.topset {
  background-color: #666;
}

.job_list_nex0812 input[type="text"] {
  width: 80px;
  height: 27px;
  border: 1px solid #666;
  outline: 0;
  margin: 0 8px;
  padding: 0 4px;
}

.job_list_nex0812 input[type="button"] {
  width: 60px;
  /* height: 27px; */
  padding: 4px 8px;
  font-size: 1.2rem;
  outline: 0;
  background-color: #0a5fbc;
  color: #fffdc2;
  border: 0;
  margin-left: 8px;
  border-radius: 4px;
}

/*--熱搜職務--*/
.hotwork ul {
  overflow: hidden;
}

.hotwork li {
  width: 12.5%;
  float: left;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 5px;
}

.hotwork_go_h3 {
  font-size: 20px;
  color: #00a1f1;
  line-height: 1.5;
  padding: 2px 0;
  text-align: center;
  letter-spacing: 1px;
  text-indent: 1px;
  font-weight: bold;
}

.hotwork_go_img {
  background-color: #53c7ff;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  height: 80px;
  width: 80px;
}

@media screen and (max-width: 980px) {
  .hotwork_go_img {
    height: 100px;
    width: 100px;
  }
}
@media screen and (max-width: 736px) {
  .hotwork_go_img {
    height: 70px;
    width: 70px;
  }
}

.hotwork_go {
  width: 100%;
  overflow: hidden;
}

.hotwork_go:hover .hotwork_go_img {
  background-color: #ffcc00;
}
.hotwork_go:hover .hotwork_go_h3 {
  color: #ff7600;
}

.hotwork_go_ok .hotwork_go_img {
  background-color: #ffcc00;
}
.hotwork_go_ok .hotwork_go_h3 {
  color: #ff7600;
}

@media screen and (max-width: 980px) {
  .hotwork li {
    width: 25%;
    float: left;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 736px) {
  .hotwork li {
    padding: 0;
  }
  .hotwork li {
    width: 25%;
    float: left;
    padding: 0 5px;
    text-align: center;
    margin-bottom: 5px;
  }
}

.hotwork li:nth-child(4n + 4) {
  margin-right: 0;
}

.photom {
  width: 100%;
  height: 190px;
  overflow: hidden;
  /*  background-color: #000;*/
}

.hotwork img {
  opacity: 1;
  transition: all 0.3s;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .hotwork img {
    width: 100%;
  }
}

.hotwork h3 {
  font-size: 20px;
  color: #0070d0;
  line-height: 1.5;
  padding: 2px 0;
  text-align: center;
  letter-spacing: 1px;
  text-indent: 1px;
  font-weight: bold;
  /*background-color: #caefff;*/
}

@media screen and (max-width: 980px) {
  .hotwork_go_h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 736px) {
  .hotwork_go_h3 {
    font-size: 16px;
  }
  .hotwork_box,
  .specialise_box {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 320px) {
  .hotwork_go_h3 {
    font-size: 14px;
  }
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

.hot_list {
  height: 42px;
  font-size: 16px;
  padding: 0 10px;
  color: #6a3a07;
  float: left;
  line-height: 46px;
  white-space: nowrap;
}

.hotwork_box,
.specialise_box {
  max-width: 950px;
  margin: 0 auto;
  /*background-color: #fff;*/
  /* border-radius: 8px 8px 0 0; */
  overflow: hidden;
  margin-bottom: 20px;
  border: 0px solid #f0dfc7;
  transition: all 0.3s;
  margin-top: 10px;
}

.hotwork_box h1,
.specialise_box h3 {
  font-size: 24px;
  font-weight: bold;
  color: #ff4c6f;
  margin-bottom: 10px;
}

.specialise_box img {
  width: 100%;
}

@media screen and (max-width: 980px) {
  .hotwork_box h1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 736px) {
  .hotwork_box h1,
  .specialise_box h3 {
    /*margin-bottom: 20px;*/
    display: none;
  }
}

/*@media screen and (max-width: 980px) {
    .hotwork_box h1 {
    font-size: 26px;
    margin-bottom: 10px;
}
    }
@media screen and (max-width: 736px) {
    .hotwork_box h1 {
    font-size: 22px;
    margin-bottom: 10px;
}
    }

    */

#find_work_time {
  color: #757575 !important;
}


.moreJob a {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #0070d0;
  background-color: #ffffff;
  z-index: 2;
}
.moreJob a::after {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 100%;
  background-color: #ffffff;
  box-shadow: 0 -45px 50px #ffffff;
  z-index: 1;
}




/* 紅利 GO */
.gift {
  width: 100%;
  overflow: hidden;
  padding: 40px 24px 40px;
  background: url(../img/bg03.png);
}

.gift_wrap {
  max-width: 950px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}


.gift_img {
  width: 400px;
  float: left;
  margin-right: 50px;
}
.gift_img img {
  border-radius: 8px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.gift_content {
  width: calc(100% - 450px);
  float: left;
}
.gift_content h2 {
  font-size: 24px;
  line-height: 1.5;
  color: var(--secondary);
  font-weight: 900;
  margin-bottom: 10px;
}
.gift_content p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--black);
  font-weight: 100;
}
.button_box {
  margin-top: 20px;
  width: 393px;
  display: flex;
}
.button_box a {
  display: block;
  width: 45%;
}
/* .gift_button{
  display: block;
  padding: 8px 16px;
  font-size: 18px;
  color: var(--dark_orange);
  border-radius: 6px;
  border:1px solid var(--dark_orange);
  transition: all .3s;
  text-align: center;
  line-height: 1.5;
  margin-right: 20px;
}
.gift_button:hover {
  background-color: var(--dark_orange);
  color:#fff;
}
.gift_button2 {
  padding: 8px 16px;
  font-size: 18px;
  background-color: var(--orange);
  color: #FFFFFF;
  border-radius: 6px;
  transition: all .3s;
  text-align: center;
  line-height: 1.5; */

/* }
.gift_button2:hover {
  background-color: var(--dark_orange);
} */

.buttonbox {
  width: 400px;
  left: 0;
  margin-top: 16px;
}
.buttonbox ul {
  overflow: hidden;
}
.buttonbox li {
  float: left;
  width: calc(100% / 2 - 6px);
}
.buttonbox li:nth-child(1) {
  margin-right: 12px;
}

@media screen and (max-width: 980px) {
  .buttonbox {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .buttonbox {
    width: 100%;
  }
  .buttonbox li {
    width: calc(100% / 2 - 12px);
  }
}

.button01 {
  padding: 8px 16px;
  font-size: 18px;
  background-color: #fff;
  color: var(--dark_orange);
  border-radius: 6px;
  /*font-weight: bold;*/
  border: 1px var(--dark_orange) solid;
  transition: all 0.3s;
  text-align: center;
}

.button02 {
  padding: 8px 16px;
  font-size: 18px;
  background-color: var(--dark_orange);
  color: #ffffff;
  border-radius: 6px;
  /*font-weight: bold;*/
  border: 1px var(--dark_orange) solid;
  transition: all 0.3s;
  text-align: center;
}

/*.button01:hover{background-color: #FF8EA6; color: #FFFFFF;border: 1px #FF7592 solid;}*/

.button01:hover {
  background-color: var(--dark_orange);
  color: #ffffff;
  border: 1px var(--dark_orange) solid;
}
.button02:hover {
  background-color: var(--primary);
}

@media screen and (max-width: 736px) {
  .gift_img {
    width: 100%;
  }
  .gift_content {
    width: 100%;
    padding: 8px 0;
  }
  .gift_content h2 {
    font-size: 20px;
  }
  .gift_content p {
    font-size: 16px;
  }
  /* .gift_button{
    width: 100%;
  } */
}
.goIndex {
  background-image: url(../img/goindex.png);
  background-position: center;
  background-size: 160px;
  background-repeat: no-repeat;
  width: 160px;
  height: 160px;
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 5;
}
.goIndex_m {
  display: none;
}
.goIndex_m img {
  display: block;
}
@media screen and (max-width: 736px) {
  .goIndex {
    display: none;
  }
  .goIndex_m {
    display: block;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5;
  }
}
@media screen and (max-width: 736px) {
  .gift {
    padding: 40px 24px 60px;
  }
}



