﻿/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
input,
textarea {
  outline: none;
} /*消除chrome黃色框*/
textarea {
  resize: none;
} /*不要縮放*/
a,
img {
  outline: none; /* for Firefox */

  border: 0;
}
/* a:link {
  color: #ff004e;
  text-decoration: none;
}
a:visited {
  color: #ff004e;
  text-decoration: none;
}
a:hover {
  color: #f60;
  text-decoration: none;
}
a:active {
  color: #f60;
  text-decoration: none;
} */

/* 框架 */
.kkbox {
  width: 100%;
  position: relative;
}
#in_boxes {
  position: relative;
  width: 100%;
  margin: 0px auto;
  background-color: #ececec;
  margin-top: -5px;
  background: url("../images/kk_02.png");
  background-size: 100% auto;
  /*overflow:auto;*/
}
.tboxes {
  position: relative;
  width: 100%;
  margin: 0px auto;
  z-index: 1;
}
.in_boxesf {
  position: relative;
  width: 100%;
  height: 7.1vw;
}
.tboxes img,
.in_boxesf img {
  display: block;
  width: 100%;
}
/* .kkb1 {
  border: 7px solid #ff8800;
} */
/* .kkb2 {
  border: 7px solid #39bbbd;
}
.kkb3 {
  border: 7px solid #39bbbd;
  border: 7px solid #574328; 
}
.kkb4 {
  border: 7px solid #e11831;
} */

.font02a {
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #f7f9d7;
  font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
  text-align: center;
}
.font03a {
  font-size: 16px;
  line-height: 18px;
  color: #49382f;
  font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
  text-align: center;
}

#inbox2 {
  margin: 0 auto;
  width: 730px;
  background-color: #e1e1e1;
  border-radius: 10px;
  /*overflow:auto;*/
}
#tin {
  position: relative;
  margin: 0px auto;
  width: 900px;
  height: 40px;
}
#tin > div {
  position: relative;
  width: 74px;
  height: 40px;
  background-image: url(../images/w.png);
}
#ttba3 {
  position: relative;
  margin: 0 auto;
  width: 860px;
  height: 306px;
  background-image: url(../images/ttb.png);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 2px 0%;
}
.tg {
  position: absolute;
  width: 54px;
  height: 41px;
  right: 5px;
}

.tg1:hover {
  background-position: 0px 41px;
}

/**/
.linebox {
  margin: 0px auto;
  width: 850px;
}
.bonusbox {
  margin: 0px auto;
  width: 410px;
}

/* 帳號 */
.accountbox {
  width: 600px;
  margin: 0px auto;

  text-align: center;
  overflow: hidden;
}
.accountbox > div {
  display: inline-block;
  font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
  font-size: 17px;
  line-height: 31px;
}
.accountbox > div > span {
  float: left;
  display: block;
  line-height: 31px; /*23*/
  color: #534532;
  font-weight: 600;
}
.accountbox > div > select {
  float: left;
  width: 170px;
  font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
  font-size: 17px;
  line-height: 23px;
  /* height: 30px; */
  color: #534532;
  background-color: #f1f1f1;
  border: 1px solid #cacaca;
  padding: 1px;
  margin-top: 5px;
}
.s1 {
  width: 85%;
  height: 11px;
  margin: 0px auto;

  background-image: url(../images/s1.png);
  background-size: 100% auto;
}

/* 項目 */
.itembox {
  width: 750px;
  margin: 0px auto;
  font-size: 16px;
  color: #534532;
  line-height: 35px;

  font-weight: 600;
}
.itembox > span {
  font-size: 22px;
  color: #ea8700;
}
.goanother {
  position: relative;
  height: 25px;
  display: inline-block;
  cursor: pointer;
  background-color: #ef4662;
  border-radius: 5px;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  margin: 0 5px 0 5px;
  padding: 0 15px 2px 15px;
  transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
}
.goanother:link {
  color: #fff;
  text-decoration: none;
}
.goanother:visited {
  color: #fff;
  text-decoration: none;
}
.goanother:hover {
  color: #fff;
  background-color: #ac1d1d;
}
.goanother:active {
  color: #fff;
  background-color: #ac1d1d;
}
.goanother2 {
  position: relative;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  background-color: #00a3ff;
  border-radius: 5px;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin: 0 0 0 10px;
  padding: 0 15px 2px 15px;
  transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
}
.goanother2:link {
  color: #fff;
  text-decoration: none;
}
.goanother2:visited {
  color: #fff;
  text-decoration: none;
}
.goanother2:hover {
  color: #fff;
  background-color: #ff7e00;
}
.goanother2:active {
  color: #fff;
  background-color: #ff7e00;
}

/* 注意事項 */
.note {
  width: 80%; /*800*/
  margin: 0px auto;
  font-size: 1.1em;
  color: #534532;
}
.red {
  color: #f30;
}

/* Button */
.lotterybox {
  position: relative;
  width: 90%;

  margin: 0px auto;
  padding: 10px 0 0 0;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.lotterybox a {
  position: relative;
  width: 233px;

  display: inline-block;
  background-position: 0 0;
  margin: 0 8px 0 8px;
}
.lotterybox a:hover {
  background-position: 0px 100%;
}
.bntx {
  position: absolute;
  width: 50%;
  left: 50%;
  margin-left: -25%;
}
.go {
  background-image: url(../images/go.png);
  background-size: 100% auto;
}
.lotterybox > a {
  font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
  font-size: 2em;

  text-shadow: 2px 1px 3px rgba(72, 37, 106, 0.7);
  font-weight: 600;
  color: #f9f8df;
}
.lotterybox a img {
  display: block;
  width: 100%;
}
.go > div > .gg0 {
  position: relative;
  font-family: Arial, "微軟正黑體", Helvetica, sans-serif;

  line-height: 2em;
  font-weight: 800;
  top: 1px;
}
.go > div > .gg {
  position: relative;
  font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
  line-height: 2em;
  font-weight: 600;
  top: 1px;
}
.go > div > .gg2 {
  position: relative;
}
.go1 {
  background-image: url(../images/go1.png);
}
.go2 {
  background-image: url(../images/go2.png);
}
.go3 {
  background-image: url(../images/go3.png);
}
.go1a {
  background-image: url(../images/go1a.png);
}
.go2a {
  background-image: url(../images/go2a.png);
}
.go3a {
  background-image: url(../images/go3a.png);
}

.extra {
  position: absolute;
  width: 268px;
  height: 60px;
  background-image: url(../images/extra.png);
  top: -45px;
  left: -22px;
  animation: pb2 2.8s infinite;
  -webkit-animation: pb2 0.8s infinite;
  -moz-animation: pb2 0.8s infinite;
  -o-animation: pb2 0.8s infinite;
}
@keyframes pb2 {
  0% {
    top: -50px;
  }
  50% {
    top: -45px;
  }
  100% {
    top: -50px;
  }
}
@-webkit-keyframes pb2 {
  0% {
    top: -50px;
  }
  50% {
    top: -45px;
  }
  100% {
    top: -50px;
  }
}
@-moz-keyframes pb2 {
  0% {
    top: -50px;
  }
  50% {
    top: -45px;
  }
  100% {
    top: -50px;
  }
}
@-o-keyframes pb2 {
  0% {
    top: -45px;
  }
  50% {
    top: -40px;
  }
  100% {
    top: -45px;
  }
}

/* 序號查詢 */
#tb12 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
#tb12 div {
  display: inline-block;
  background-color: #ffa800;
  padding: 1px 0 1px 0;
  text-align: center;
  color: #fff;
  margin: 0 1px;
  line-height: 30px;
  height: 30px;
}
#tb12 .th1 {
  width: 25%;
  margin-right: 2px;
  border-radius: 5px;
}
#tb12 .th2 {
  width: 25%;
  margin-right: 2px;
  border-radius: 5px;
}
#tb12 .th3 {
  width: 20%;
  margin-right: 2px;
  border-radius: 5px;
}
#tb12 .th4 {
  width: 15%;
  border-radius: 5px;
}
#tb12 .th5 {
  width: 10%;
  border-radius: 5px;
}
#tb5 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#tb5 div {
  display: inline-block;
  background-color: #ffa800;
  padding: 1px 0 1px 0;
  text-align: center;
  color: #fff;
  margin: -4px;
  line-height: 30px;
  height: 30px;
  margin: 0 0.5%;
}
#tb5 .th1 {
  width: 25%;
  margin-right: 2px;
  border-radius: 5px;
}
#tb5 .th2 {
  width: 25%;
  margin-right: 2px;
  border-radius: 5px;
}
#tb5 .th3 {
  width: 25%;
  margin-right: 2px;
  border-radius: 5px;
}
#tb5 .th4 {
  width: 25%;
  border-radius: 5px;
}
#tb6 {
  width: 90%;
  padding: 0 8px 15px 8px;
  list-style-type: none;
  margin: 0 auto;
  color: #534532;
}
#tb6 li {
  width: 100%;
  padding: 2px 0px 2px 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #bdb8a4;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#tb6 li div {
  display: inline-block;
  padding: 1px 0 1px 0;
  text-align: center;
  margin: -4px;
  font-size: 1.1em;
  line-height: 30px;
}
#tb6 .th1 {
  width: 25%;
  margin-right: 2px;
}
#tb6 .th2 {
  width: 25%;
  margin-right: 2px;
}
#tb6 .th3 {
  width: 25%;
  margin-right: 2px;
}
#tb6 .th4 {
  width: 25%;
}
#tb9 {
  width: 90%;
  padding: 0 8px 15px 8px;
  list-style-type: none;
  margin: 0 auto;
  color: #534532;
}
#tb9 li {
  padding: 2px 0px 2px 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #bdb8a4;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#tb9 li div {
  display: inline-block;
  padding: 1px 0 1px 0;
  text-align: center;

  font-size: 1.1em;
  line-height: 30px;
}
#tb9 .th1 {
  width: 25%;
  margin-right: 2px;
}
#tb9 .th2 {
  width: 25%;
  margin-right: 2px;
}
#tb9 .th3 {
  width: 20%;
  margin-right: 2px;
}
#tb9 .th4 {
  width: 15%;
}
#tb9 .th5 {
  width: 71px;
}
.th7bg {
  background-color: #ffdaa6;
}
.th6bg {
  background-color: #ffdaa6;
}
.thbg {
  background-color: #e8d6b3;
}
/* 匯出所有虛寶序號 */
.gt {
  position: relative;
  width: 200px;
  height: 40px;
  display: block;
  background-image: url(../images/gt.png);
  background-position: 0 0;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 15px;
}
.gt:hover {
  background-position: 0 40px;
}

/* 得獎 */
.gamebox3 {
  margin: 0px auto;
  padding-bottom: 5px;
  width: 100%;
  font-size: 15px;
  line-height: 23px;
}
.fn1 {
  font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
  font-size: 28px;
  line-height: 50px;
  color: #49382f; /*795397*/
  text-align: center;
  font-weight: 700;
  padding-top: 13px;
  letter-spacing: 5px;
}
.s2 {
  width: 700px;
  margin: 0px auto;
  height: 11px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-image: url(../images/s1.png);
}
#tb7 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#tb7 div {
  display: inline-block;
  background-color: #ffa800; /*795397*/
  padding: 1px 0 1px 0;
  text-align: center;
  color: #fff;
  /* margin: -4px; */
  line-height: 30px;
  height: 30px;
}
#tb7 .th1 {
  width: 28%;
  margin-right: 2px;
  border-radius: 5px;
}
#tb7 .th2 {
  width: 28%;
  margin-right: 2px;
  border-radius: 5px;
}
#tb7 .th3 {
  width: 28%;
  margin-right: 2px;
  border-radius: 5px;
}
#tb7 .th4 {
  width: 16%;
  border-radius: 5px;
}
#tb8 {
  width: 100%;
  /* padding: 0 8px 15px 8px; */
  list-style-type: none;
  margin: 0 auto;
  color: #534532;
}
#tb8 li {
  width: 100%;
  padding: 2px 0px 2px 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #bfb29a; /*ae9abf*/
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#tb8 li div {
  display: inline-block;
  padding: 1px 0 1px 0;
  text-align: center;
  margin: -4px;
  font-size: 15px;
  line-height: 30px;
}
#tb8 .th1 {
  width: 28%;
  margin-right: 2px;
}
#tb8 .th2 {
  width: 28%;
  margin-right: 2px;
}
#tb8 .th3 {
  width: 28%;
  margin-right: 2px;
}
#tb8 .th4 {
  width: 16%;
}
.tc {
  font-size: 15px;
  line-height: 30px;
  padding-bottom: 30px;
}
.tc0 {
  width: 99.7%;
  display: inline-block;
  background-color: #ffa800; /*795397*/
  padding: 1px 0 1px 0;
  text-align: center;
  color: #fff;
  line-height: 30px;
  height: 30px;
  border-radius: 5px;
}
.tc1 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #bfb29a; /*ae9abf*/
  text-align: center;
  font-size: 16px;
  color: #534532;
  font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
}
.tc1 strong {
  font-size: 21px;
  padding: 10px 0 5px 0;
  display: inline-block;
}
.tc2 {
  width: 99%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #bfb29a; /*ae9abf*/
  text-align: center;
  float: left;
  color: #534532;
}
/* 匯出所有虛寶序號 */
.cub {
  position: relative;
  width: 100%;

  display: block;
  background-image: url(../images/cbuo.png);
  background-size: 100% auto;
  background-position: 0 0;
  cursor: pointer;
  margin: 0 auto;
  /*margin-top:5px;
	margin-bottom:15px;*/
}
.cub:hover {
  background-position: 0 36px;
}
.tdbox {
  clear: both;
  width: 90%;
  margin: 0.5em auto;
  border-radius: 1em;
  /* border: 1px double rgba(139, 127, 81, 0.4); */
  /* background-color: #ffffff; */
  overflow: hidden;
}
.tdbox table tr:first-child td {
  border-bottom: 1px #887d5d solid;
  padding: 0.6rem 0.3rem 0.3rem;
  font-weight: 500;
  color: #ffd500;
  background-color: #9a8957;
  background: url("../images/tbg.jpg");
  text-shadow: 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000;
  font-size: 1.3em;
  /* border-radius: 1em 1em 0 0; */
}
.tdbox table tr td {
  /* text-align: center; */
  padding: 0.5rem;
  border-bottom: 1px #b9af8e solid;
  font-size: 1.1em;
  line-height: 2em;
  background-color: rgba(255, 245, 221, 0.6);
}
.tdbox table tr:nth-child(even) {
  background-color: rgba(255, 239, 187, 0.6);
}
@media only screen and (max-width: 710px) {
  .lotterybox > a {
    font-size: 3vw;
    line-height: 8vw;
  }
  .dd {
    margin-top: 1vw;
  }
}
