body {
  background: url(../img/1920.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 1.2rem;
  font-family: "Segoe UI", "微軟正黑體", sans-serif;
  background-attachment: fixed;
}


.color_text{
  color: #231815;
}

.text_tit {
  font-size: 1.5rem;
  line-height: 1.5;

}

.text_mark {
  color: #fce782;
  font-size: 2rem;
  -webkit-text-stroke: 1px #a00512;
}

.money_text p{
  color: #231815;
  font-weight: bold;
  line-height: 1.5;
}

.money_text2{
  color: #231815;
  font-weight: bold;
  
}

.gold_a {
  color: #A27132;
  background-color: #f5da9c;
  padding: 5px;
}

.black_a {
  color: #212529;
}

main {
  /* max-width: 1400px; */
  margin: 0 auto;
  /* background: linear-gradient(to bottom, #420022, #7d0d28, #400021, #1f0013, #050002); */
}


.lucky_bag {
  position: relative;
}

.lucky_bag .lucky_btn {
  position: absolute;
  top: 50%;
  max-width: 156px;
  left: 41%;
}

.table .striped-tit {
  background: linear-gradient(to bottom, #D2A331, #ffda76, #A3731F, #814F1C, #BB8B43, #FFE27F);
  font-size: 0.85rem;
}


.table .striped-1 {
  background: #F1F1F1;
  box-shadow: 0px 3px 10px #000000;
}

.table .striped-2 {
  background: #ffffff;
  box-shadow: 0px 3px 10px #000000;
}


table {
  border-collapse: collapse;
  border-radius: 20px;
  overflow: hidden;


}

th,
td {
  padding: 1em;
  background: #ddd;
  border-bottom: 2px solid white;

}




/* .illustrate_bg{
    background: url(../img/Group\ 35323.png);
    background-repeat: no-repeat;
    width: 100%;
    padding: 30px;
    margin-top: -45px;
  } */

.bg-3 {
  border: solid 5px transparent;
  border-radius: 15px;
  background-origin: border-box;
  background-clip: content-box, border-box;
  background-image: url(../img/Group\ 35323.png), linear-gradient(to bottom, #FFF4C8, #FCDE7C, #FFFAEE, #FFE979, #603515, #9F6F1D, #DCC35E);

  margin-top: -40px;

}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(1.0)
  }

  100% {
    -webkit-transform: scale(2.1);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }

  10% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 1;
  }

  100% {
    transform: scale(2.1);
    -webkit-transform: scale(2.1);
    opacity: 0;
  }
}


/* 聯絡客服*/

.ui-gotop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 60px;
  height: 60px;
  background: linear-gradient(to bottom, #CFB344, #BD9021, #EFA918);
  text-align: center;
  color: #fff;
  display: block;
  border-radius: 50%;
  padding: 13px;
  box-shadow: 2px 2px 4px #00000059;
  z-index: 1111111111111111111111111111;
}

.gotop_text {
  color: #ffffff;
  width: 100px;
  font-size: 0.85rem;
  margin-left: -20px;

}

.pro-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}


.ui-gotop1 {
  position: fixed;
  bottom: 28px;
  right: 80px;
  height: 40px;
  text-align: center;
  background: #ffffff;
  color: #333;
  display: block;
  border-radius: 15px;
  padding: 8px;
  font-size: 0.85rem;
  box-shadow: 2px 2px 4px #00000059;
  z-index: 1111111111111111111111111111;
}





@media only screen and (min-width: 280px) and (max-width:319px) {
  .lucky_bag .lucky_btn {
    position: absolute;
    top: 50%;
    max-width: 42px;
    left: 41%;
  }

  /* .logo_s {
    position: absolute;
    top: 42%;
    left: 28%;
    max-width: 135px;
  } */

  .envelope01 {
    width: 50px;
  }

  .envelope_cover {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    top: 30%;
    left: 21%;
  }
  .money_cover {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/modal_bg2.png);
    background-size: cover;
    height: 210px;
  }

  .comfirm_btn {
    position: absolute;
    top: 0;
    left: 0;
  }
  .size_text{
    font-size: 2rem;
  }

}



@media only screen and (min-width: 320px) and (max-width:370px) {
  .lucky_bag .lucky_btn {
    position: absolute;
    top: 50%;
    max-width: 60px;
    left: 41%;
  }

  /* .logo_s {
    position: absolute;
    top: 42%;
    left: 28%;
    max-width: 135px;
  } */

  .envelope01 {
    width: 55px;
  }

  .envelope_cover {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    top: 30%;
    left: 22%;
  }
  .money_cover {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/modal_bg2.png);
    background-size: cover;
    height: 157px;
  }

  .money_cover .money_text{
    font-size:1.2rem;
    text-align: center;
    width: 220px;
  }


  .comfirm_btn {
    position: absolute;
    top: 0;
    left: 0;
  }
  .size_text{
    font-size: 2rem;
  }
}


@media only screen and (min-width: 375px) and (max-width:410px) {
  .lucky_bag .lucky_btn {
    position: absolute;
    top: 50%;
    max-width: 67px;
    left: 41%;
  }


  /* .logo_s {
    position: absolute;
    top: 40%;
    left: 27%;
    max-width: 185px;
  } */
  .envelope01 {
    width: 67px;
  }

  .envelope_cover {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    top: 30%;
    left: 23%;
  }
  .money_cover {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/modal_bg2.png);
    background-size: cover;
    height:200px;

  }


  .money_cover .money_text{
    font-size: 1.2rem;
    text-align: center;

  }

  .comfirm_btn {
    position: absolute;
    top: 0;
    left: 0;
  }
  .size_text{
    font-size: 1.8rem;
  }
}

@media only screen and (min-width:411px) and (max-width:420px) {
  .lucky_bag .lucky_btn {
    position: absolute;
    top: 50%;
    max-width: 67px;
    left: 41%;
  }


  /* .logo_s {
    position: absolute;
    top: 40%;
    left: 27%;
    max-width: 185px;
  } */
  .envelope01 {
    width: 67px;
  }

  .envelope_cover {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    top: 30%;
    left: 23%;
  }
  .money_cover {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/modal_bg2.png);
    background-size: cover;
    height: 214px;

  }
 

  .money_cover .money_text{
    font-size: 1.5rem;
    text-align: center;
    width: 300px;
  }

  .comfirm_btn {
    position: absolute;
    top: 0;
    left: 0;
  }
  .size_text{
    font-size: 2rem;
  }

}



@media only screen and (min-width: 428px) and (max-width:539px) {
  .lucky_bag .lucky_btn {
    position: absolute;
    top: 50%;
    max-width: 67px;
    left: 41%;
  }


  /* .logo_s {
    position: absolute;
    top: 40%;
    left: 27%;
    max-width: 185px;
  } */
  .envelope01 {
    width: 78px;
  }

  .envelope_cover {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    top: 30%;
    left: 21%;
  }

  .money_cover {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/modal_bg2.png);
    background-size: cover;
    height: 228px;
  }

  .money_cover .money_text{
    font-size: 1.3rem;
    text-align: center;
    width: 420px;
  }


  .comfirm_btn {
    position: absolute;
    top: 0;
    left: 0;
  }

  .size_text{
    font-size: 2rem;
  }
}




@media only screen and (min-width: 540px) and (max-width:767px) {

  /* .logo_s {

    position: absolute;
    top: 43%;
    left: 29%;
    max-width: 225px;
  } */
  .lucky_bag .lucky_btn {
    position: absolute;
    top: 50%;
    max-width: 83px;
    left: 41%;
  }

  .envelope01 {
    width: 100px;
  }

  .envelope_cover {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    top: 30%;
    left: 21%;
  }
  .money_cover {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/modal_bg2.png);
    background-size: cover;
    height: 445px;
  }

  .comfirm_btn {
    position: absolute;
    top: 0;
    left: 0;
  }
  .size_text{
    font-size: 2rem;
  }
}


@media only screen and (min-width: 768px) and (max-width:1110px) {

  /* .logo_s {
    position: absolute;
    top: 36%;
    left: 26%;
    width: 340px;

  } */
  .lucky_bag .lucky_btn {
    position: absolute;
    top: 50%;
    max-width: 115px;
    left: 41%;
  }


  .envelope01 {
    width: 145px;
  }

  .envelope_cover {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    top: 30%;
    left: 21%;
  }

  .money_cover {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/modal_bg2.png);
    background-size: cover;
    height: 445px;
  }

  .money_cover .money_text{
    font-size: 2.5rem;
    text-align: center;
    line-height: 2;
    width: 600px;
  }

  .comfirm_btn {
    position: absolute;
    top: 0;
    left: 0;
  }
  .size_text{
    font-size: 3rem;
  }

}


@media only screen and (min-width: 1024px) and (max-width:1920px) {

  /* .logo_s {

    position: absolute;
    top: 42%;
    left: 28%;
    width: 420px;

  } */
  .lucky_bag .lucky_btn {
    position: absolute;
    top: 50%;
    max-width: 156px;
    left: 41%;
  }


  .time_to {
    margin-top: -2rem;
  }

  .to01 {
    padding: 20PX;
  }

  .envelope01 {
    width: 150px;
  }

  .envelope_cover {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    top: 30%;
    left: 21%;
  }


  .money_cover {

    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/modal_bg2.png);
    background-size: cover;
    height: 445px;
  }

  
  .money_cover .money_text{
    font-size: 2.5rem;
    text-align: center;
    line-height: 2;
    width: 600px;
  }

 

  .comfirm_btn {
    position: absolute;
    top: 0;
    left: 0;
  }

  .size_text{
    font-size: 3rem;
  }
}

/*跑馬燈*/
.marquee-cover .marquee li {
  color: #fff;
}

.marquee-cover {
  overflow-x: visible;
  /* padding: 10px 0; */
  display: flex;
  justify-content: center;
  align-items: center;
}


.marquee-cover .marquee {
  flex: 1;
  overflow: hidden;
  margin-top: 1rem;
  background: #971516;
  border: 2px solid #FBB03B;
  background: linear-gradient(to right, #910c2e 22%, #971516) !important;
}

.marquee-cover .marquee li {
  display: block;
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 0.8em;
  float: left;
  margin-right: 30px;
}




/*倒數2*/

.count ul#countdown {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  /* width: 50%; */
  margin: 0 auto;
  padding: 15px 0 20px 0;
  color: #fff;
  border: 1px solid #adafb2;
  border-width: 1px 0;
  overflow: hidden;
  font-family: 'Arial Narrow', Arial, sans-serif;
  font-weight: bold;
  display: contents;
}

.count li {
  margin: 0 -3px 0 0;
  padding: 0;
  display: inline-block;
  width: 24%;
  font-size: 72px;
  font-size: 6vw;
  text-align: center;
}

.count.label {
  color: #adafb2;
  font-size: 0.85rem;
  font-size: 1.5vw;
  text-transform: uppercase;
}