@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th, td {
  vertical-align: middle;
  font-weight: normal;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

i {
  font-style: normal;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

select {
  outline: none;
}

select.lanMobile {
  font-size: small;
  border: 0;
  color: #FFF;
  background: black;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a {
  color: #333;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-decoration: none;
  cursor: pointer;
}

a img {
  border: none;
}

button {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  outline: none;
}

input[type="button"] {
  cursor: pointer;
  background-image: -webkit-linear-gradient(#F6F6F6 15%, #DDD 110%);
  background-image: linear-gradient(#F6F6F6 15%, #DDD 110%);
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  margin: 0;
}

input {
  border: 1px solid #9F9F9F;
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* 撥放視窗 */
#liveiframe {
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.currentVideo {
  width: 640px;
  height: 450px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  background-color: #000;
}

.currentVideo .main {
  width: 100%;
  height: 100%;
}

.currentVideo .main .header {
  width: 100%;
  height: 90px;
  display: flex;
  padding: 15px;
  border-bottom: 1px solid #DDD;
  background-color: #FFF;
}

.currentVideo .main .header .videoName {
  height: 30px;
  padding-right: 15px;
  line-height: 30px;
  font-size: 1rem;
  font-weight: bold;
  color: #515151;
}

.currentVideo .main .header .videoIssue {
  height: 30px;
  padding-right: 15px;
  line-height: 30px;
  font-size: 1rem;
  color: #515151;
}

.currentVideo .main .header .videoIssue span {
  color: #D80011;
}

.currentVideo .main .header .videoTitle {
  padding: 4px 10px;
  text-align: center;
  font-size: 0.75rem;
  border-radius: 10px;
  color: #FFF;
  background-color: #D80011;
}

.currentVideo .main .header input[type="button"] {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 15px;
  text-align: center;
  line-height: 23px;
  border-radius: 50%;
  color: #777;
  cursor: pointer;
}

.currentVideo .main .header .buttomLine {
  display: flex;
}

.currentVideo .main .header .videoTime {
  height: 30px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 0.875rem;
  color: grey;
}

.currentVideo .main .header .videoTime i {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(./images/time.png);
}

.currentVideo .main .header .videoCode {
  height: 30px;
  display: inline-block;
  position: relative;
  top: 30px;
  font-size: 0.875rem;
  color: grey;
}

.currentVideo .main .header > div {
  width: 100%;
}

.currentVideo .main .header .videoCode .vtitle {
  width: 100px;
  height: 30px;
  position: relative;
  top: -29px;
  left: 22px;
}

.currentVideo .main .header .videoCode .ball .shengxiao {
  width: 30px;
  transform: translateY(0) !important;
  text-align: center;
}

.currentVideo .main iframe {
  width: 100%;
  height: 368px;
}

.mainLottery {
  width: 100%;
  margin: 16px 0;
  border: 1px solid #ACAA9B;
  background-color: #FFF;
}

.lotteryTitle {
  width: calc(100% + 2px);
  height: 40px;
  margin: -1px;
  padding: 0 20px;
  line-height: 40px;
  border: 1px solid #D80011;
  color: #D80011;
  background-color: #FFC9C9;
}

.lotteryTitle .title {
  font-size: 1.125rem;
}

.lotteryTitle .nextTime {
  float: right;
  font-size: 0.875rem;
}

.lotteryContent {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lotteryContent .lotteryNum {
  width: calc(100% - 340px);
  padding-left: 20px;
}

.lotteryContent .lotteryNum .lastTitle {
  width: 498px;
  height: 20px;
  margin-top: 46px;
  margin-bottom: 22px;
  line-height: 20px;
}

.lotteryContent .lotteryNum .lastTitle .lotteryName {
  margin: 0 20px 0 28px;
  float: left;
  font-size: 1rem;
  font-weight: bold;
  color: #292929;
}

.lotteryContent .lotteryNum .lastTitle .lotteryIssue {
  float: left;
  font-size: 15px;
  color: #525252;
}

.lotteryContent .lotteryNum .lastTitle .lotteryIssue .period {
  margin: 0 5px;
}

.lotteryContent .lotteryNum .num {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 50px;
  padding-left: 20px;
}

.lotteryContent .lotteryNum .num .ball {
  width: 60px;
  height: 60px;
  display: inline-block;
  position: relative;
  margin-right: 30px;
  text-align: center;
}

.lotteryContent .lotteryNum .num .ball:nth-child(6) {
  margin-right: 50px;
}

.lotteryContent .lotteryNum .num .ball:nth-child(6)::before {
  content: "+";
  position: absolute;
  top: 15px;
  right: -36px;
  font-size: 1.25rem;
  color: #D80011;
}

.lotteryContent .lotteryNum .num .ball .balls {
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 56px;
  font-size: 1.5rem;
  font-weight: bold;
  background-position: -6px -5px;
  background-size: 70px;
  background-repeat: no-repeat;
}

.lotteryContent .lotteryNum .num .ball .balls.red {
  background-image: url(./images/ball/ball_red_b.png);
}

.lotteryContent .lotteryNum .num .ball .balls.blue {
  background-image: url(./images/ball/ball_blue_b.png);
}

.lotteryContent .lotteryNum .num .ball .balls.green {
  background-image: url(./images/ball/ball_green_b.png);
}

.lotteryContent .lotteryNum .num .ball .shengxiao {
  font-size: 0.9375rem;
  color: #515151;
}

.lotteryContent .lotteryTime {
  width: 340px;
}

.lotteryContent .lotteryTime .leftTime {
  position: relative;
  margin-top: 42px;
}

.lotteryContent .lotteryTime .leftTime .num {
  width: 40px;
  height: 54px;
  display: inline-block;
  margin-right: 4px;
  text-align: center;
  line-height: 54px;
  font-size: 3rem;
  border-radius: 3px;
  border: 1px solid #ACAA9B;
  color: #3B3B3B;
}

.lotteryContent .lotteryTime .leftTime .num:nth-of-type(2), .lotteryContent .lotteryTime .leftTime .num:nth-of-type(5) {
  margin-right: 0;
}

.lotteryContent .lotteryTime .leftTime .dot {
  display: inline-block;
  transform: translateY(-4px);
  font-size: 3rem;
  color: #3B3B3B;
}

.lotteryContent .lotteryTime .check {
  width: 100%;
  position: relative;
  top: 30px;
}

.lotteryContent .lotteryTime .check button {
  width: 100px;
  height: 34px;
  margin-right: 6px;
  text-align: center;
  font-size: 0.875rem;
  border-radius: 3px;
  border: none;
  color: #FFF;
  outline: none;
}

.lotteryContent .lotteryTime .check button.verify {
  background: -webkit-linear-gradient(111deg, #E78B00, #F1BB1F);
  background: linear-gradient(339deg, #E78B00, #F1BB1F);
  background-color: #D7A001;
}

.lotteryContent .lotteryTime .check button.verify:hover .suf {
  display: block;
}

.lotteryContent .lotteryTime .check button.video {
  width: 87px;
  background: -webkit-linear-gradient(111deg, #950404, #C31D1D);
  background: linear-gradient(339deg, #950404, #C31D1D);
  background-color: #AA0606;
}

.lotteryContent .lotteryTime .check .suf {
  width: 306px;
  height: 110px;
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
  text-align: left;
  color: #525252;
  text-shadow: none;
  box-shadow: 0 1px 4px #C8C8C8;
  background-color: #FFF;
}

.lotteryContent .lotteryTime .check .suf .title {
  width: 100%;
  height: 30px;
  position: relative;
  top: 16px;
  left: 6px;
  line-height: 30px;
  font-size: 0.9375rem;
  color: #D80011;
}

.lotteryContent .lotteryTime .check .suf .title img {
  position: absolute;
  top: 6px;
  left: 10px;
}

.lotteryContent .lotteryTime .check .suf .title .title-text {
  display: inline-block;
  margin-left: 40px;
}

.lotteryContent .lotteryTime .check .suf p {
  width: 260px;
  margin: 0 auto;
  padding: 0 8px 0 0;
  line-height: 24px;
  font-size: 0.75rem;
  word-break: break-all;
}

.lotteryContent .lotteryTime .check .suf p:first-of-type {
  margin-top: 16px;
}

.lotteryContent .lotteryTime .history {
  height: 30px;
  margin-top: 45px;
  margin-left: 5px;
  line-height: 30px;
  font-size: 1rem;
  color: #3F3F3F;
  cursor: pointer;
}

.lotteryContent .lotteryTime .history img {
  position: relative;
  top: 0;
  margin-left: 5px;
}

.lotteryContent .lotteryTime .history:hover {
  color: #D80011;
}

.lotteryPost .lotteryContent .lotteryNum .lastTitle {
  margin-top: 25px;
}

.lotteryPost .lotteryContent .lotteryNum .lastTitle .lotteryName {
  margin: 0 20px 0 28px;
  float: left;
  font-size: 1rem;
  font-weight: bold;
  color: #292929;
}

.lotteryPost .lotteryContent .lotteryNum .lastTitle .lotteryIssue {
  float: left;
  font-size: 15px;
  color: #525252;
}

.lotteryPost .lotteryContent .lotteryNum .lastTitle .lotteryIssue .period {
  margin: 0 5px;
}

.lotteryPost .lotteryContent .lotteryNum .num {
  margin-top: 20px;
  margin-bottom: 25px;
}

.lotteryPost .lotteryContent .lotteryNum .num .ball {
  margin-right: 16px;
}

.lotteryPost .lotteryContent .lotteryNum .num .ball:nth-child(6) {
  margin-right: 30px;
}

.lotteryPost .lotteryContent .lotteryNum .num .ball:nth-child(6)::before {
  right: -22px;
}

.lotteryPost .lotteryContent .lotteryTime .nextTimeTitle {
  width: 100%;
  height: 36px;
  margin-top: 20px;
  line-height: 36px;
  font-size: 0.9375rem;
  color: #646464;
}

.lotteryPost .lotteryContent .lotteryTime .leftTime {
  margin-top: 17px;
}

.postLottery {
  width: 100%;
  min-height: 295px;
  margin-bottom: 50px;
}

.hisInfo {
  width: 100%;
  margin: 0 auto;
}

.hisInfo li {
  width: 100%;
}

.hisInfo .hisTitle>span, .hisInfo .hisMore>span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.hisInfo .hisTitle>span:first-child, .hisInfo .hisMore>span:first-child {
  width: 15%;
}

.hisInfo .hisTitle>span:nth-child(2), .hisInfo .hisMore>span:nth-child(2) {
  width: 20%;
}

.hisInfo .hisTitle>span:nth-child(3), .hisInfo .hisMore>span:nth-child(3) {
  width: 50%;
  text-align: center;
}

.hisInfo .hisTitle>span:nth-child(4), .hisInfo .hisMore>span:nth-child(4) {
  width: 15%;
}

.hisInfo .hisTitle {
  height: 35px;
  display: flex;
  line-height: 35px;
  border: 1px solid #ACAA9B;
  background-color: #ACAA9B;
}

.hisInfo .hisTitle span {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #F3F2EB;
}

.hisInfo .hisMore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #ACAA9B;
  border-bottom: 1px solid #ACAA9B;
  border-left: 1px solid #ACAA9B;
  background-color: #FFF;
}

.hisInfo .hisMore span {
  font-size: 0.875rem;
}

.hisInfo .hisMore>span:nth-child(1), .hisInfo .hisMore>span:nth-child(2) {
  line-height: 52px;
}

.hisInfo .hisMore>span:nth-child(3) {
  width: 50%;
  padding-top: 4px;
  text-align: center;
}

.hisInfo .hisMore>span:nth-child(3) .ball, .currentVideo .main .header .videoCode .ball {
  width: 30px;
  display: inline-block;
  position: relative;
}
.hisInfo .hisMore>span:nth-child(3) .ball {
  width: 30px;
  display: inline-block;
  position: relative;
  margin-left: 25px;
}

.hisInfo .hisMore>span:nth-child(3) .ball:last-child, .currentVideo .main .header .videoCode .ball:last-child {
  position: relative;
  left: 12px;
  margin-left: 12px;
}

.hisInfo .hisMore>span:nth-child(3) .ball:last-child::before, .currentVideo .main .header .videoCode .ball:last-child::before {
  content: "+";
  position: absolute;
  top: 11px;
  left: -15px;
  font-size: 0.875rem;
  color: #D80011;
}

.hisInfo .hisMore>span:nth-child(3) .ball .balls, .currentVideo .main .header .videoCode .balls {
  width: 30px;
  height: 29px;
  display: inline-block;
  text-align: center;
  line-height: 29px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #000;
  background-size: 30px;
  background-repeat: no-repeat;
}

.hisInfo .hisMore>span:nth-child(3) .ball .balls.red, .currentVideo .main .header .videoCode .balls.red {
  background-image: url(./images/ball/ball_red_s.png);
}

.hisInfo .hisMore>span:nth-child(3) .ball .balls.blue, .currentVideo .main .header .videoCode .balls.blue {
  background-image: url(./images/ball/ball_blue_s.png);
}

.hisInfo .hisMore>span:nth-child(3) .ball .balls.green, .currentVideo .main .header .videoCode .balls.green {
  background-image: url(./images/ball/ball_green_s.png);
}

.hisInfo .hisMore>span:nth-child(3) .ball .balls.numNo, .currentVideo .main .header .videoCode .balls.numNo {
  background-image: url(./images/ball/numNo.svg);
}

.hisInfo .hisMore>span:nth-child(3) .ball .balls i, .currentVideo .main .header .videoCode .balls i {
  display: inline-block;
  transform: scale(0.83);
  font-weight: normal;
  -webkit-transform: scale(0.83);
  -ms-transform: scale(0.83);
}

.hisInfo .hisMore>span:nth-child(3) .ball .shengxiao, .currentVideo .main .header .videoCode .ball .shengxiao {
  display: inline-block;
  transform: translateY(-2px);
  font-size: 0.8125rem;
  color: #414141;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
}

.hisInfo .hisMore>span .period {
  margin: 0 5px;
}

.hisInfo .hisMore>span button {
  width: 87px;
  height: 34px;
  margin-right: 6px;
  text-align: center;
  font-size: 0.875rem;
  border-radius: 3px;
  border: none;
  color: #FFF;
}

.hisInfo .hisMore>span button.disvideo {
  background: -webkit-linear-gradient(111deg, #505050, #8B8B8B);
  background: linear-gradient(339deg, #505050, #8B8B8B);
  cursor: not-allowed;
  background-color: #696969;
}

.hisInfo .hisMore>span button.video {
  background: -webkit-linear-gradient(111deg, #950404, #C31D1D);
  background: linear-gradient(339deg, #950404, #C31D1D);
  background-color: #AA0606;
}

.lotteryPost .postLottery {
  min-height: initial;
  margin-bottom: 0;
}

* {
  box-sizing: border-box;
  font-family: Helvetica Neue, Helvetica, "Microsoft JhengHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
}

body {
  font-size: 16px;
  color: #1C1C1C;
  background: #EBE9E2;
}

a:hover {
  color: #DA4A31;
}

button {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

img {
  object-fit: contain;
}

hr {
  width: 80%;
  margin: 50px auto 40px;
  background-color: #ACAA9B;
  opacity: 0.5;
}

.text-red {
  color: #D80011;
}

::-moz-selection {
  color: #EAE9E3;
  background: #7B786F;
}

::selection {
  color: #EAE9E3;
  background: #7B786F;
}

::-moz-selection {
  color: #EAE9E3;
  background: #7B786F;
}

#app {
  min-height: calc(100vh - 66px);
}

.swiper {
  width: 100%;
  max-width: 1166px;
}

.swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.125rem;
  background: #FFF;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  max-height: 370px;
  display: block;
  object-fit: cover;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #EEE;
}

.swiper-pagination-bullet-active {
  background: #EBE9E2;
}

header {
  width: 100%;
  max-width: 1170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: space-around;
  margin: 0 auto 10px;
  padding: 40px 0 0;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
}

.mobileMenu {
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  /* display: none; */
  left: -100vw;
  z-index: 2;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.3s;
}
.mobileMenu .menuBg {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(235, 233, 226, 0.98);
}
.mobileMenu ul {
  width: 40%;
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  padding-top: 25%;
  text-align: center;
}
.mobileMenu ul li {
  line-height: 4rem;
  font-size: 1.4rem;
  font-weight: bold;
}

header .logo {
  width: 173px;
  min-height: 140px;
  display: inline-block;
  position: absolute;
  top: 59px;
  left: 20px;
  margin-right: 70px;
}

header .logo img {
  width: 173px;
  height: 96px;
  cursor: pointer;
}

header .headerLeft {
  width: 100%;
  display: inline-block;
  padding-top: 4px;
  padding-right: 5px;
  float: right;
  text-align: right;
}

header .dateData {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 6px;
  font-weight: bold;
  color: #3B3B3B;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

header .dateData .date, header .dateData .other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}

header .dateData .other {
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 15px;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
}

header .dateData .year {
  font-size: 1rem;
  letter-spacing: 2px;
}

header .dateData .week {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: bold;
}

header .dateData .day, header .dateData .time {
  line-height: 3rem;
  font-size: 3.5rem;
}

header .dateData .time {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 3px solid #ADA99A;
}

.mobileNav {
  width: 100%;
  height: 90px;
  display: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: #1C1C1C;
}

.mobileNav li {
  width: calc(100% / 6);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mobileNav li i {
  line-height: 1.5;
  font-size: 2rem;
  color: #EBE9E2;
}
.mobileNav li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  color: #EBE9E2;
}
.mobileNav li a span {
  width: 100%;
  text-align: center;
}

header ul {
  width: 100%;
  justify-content: flex-end;
  padding: 0 5px 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
}

header ul li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-left: 4rem;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  cursor: pointer;
}

header ul li a {
  width: 100%;
  height: calc(100% - 5px);
  color: #ADA99A;
}

header ul li a::after {
  content: "";
  width: calc(100% + (0.18rem * 2));
  height: 1px;
  position: absolute;
  bottom: -0.65rem;
  left: -0.18rem;
  transform: scale(0, 1);
  background: #515151;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.4s;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

header ul li:hover a, header ul li.active a {
  color: #515151;
}

header ul li:hover a::after, header ul li.active a::after {
  transform: scale(1, 1);
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.2s;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

footer {
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 0.875rem;
  color: #EAE1C5;
  background-color: #1C1C1C;
}

.pageContent {
  width: 100%;
  max-width: 1170px;
  display: block;
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 50px;
}

.pageTitle {
  width: 100%;
  margin: 15px auto 40px;
  text-align: center;
  font-size: 1.35rem;
  font-weight: bold;
  color: #3B3B3B;
}

.pageTitle .title {
  padding: 0 0.25rem 0.25rem;
  line-height: 2rem;
  font-size: 1.75rem;
}

.pageTitle .engTitle {
  line-height: 1rem;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 2px;
}

.pageTitle .notice {
  width: 85%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-block;
  position: relative;
  padding: 5px 15px;
  line-height: 23px;
  font-size: 0.875rem;
  color: #525252;
  background-color: #EDE3CA;
}

.pageTitle .notice .title {
  color: #A68452;
}

.tabNav {
  width: 100%;
  min-height: 36px;
  margin: 0 auto 20px;
  line-height: 36px;
  border-radius: 18px;
  background-color: #FFF;
}

.tabNav li {
  height: 100%;
  display: inline-block;
  padding: 0 20px;
  font-size: 1rem;
  color: #414141;
  cursor: pointer;
}

.tabNav li.active {
  border-radius: 18px;
  box-shadow: 0 1px 4px #C8C8C8;
  background-color: #A5040D;
}

.tabNav li.active a {
  color: #FFF;
}

.searchBar {
  height: 36px;
  margin-bottom: 10px;
}

.searchBar .lotteryName {
  min-width: 186px;
  display: inline-block;
  line-height: 36px;
  font-size: 1rem;
  font-weight: bold;
  color: #2C2C2C;
}

.searchBar button {
  height: 36px;
  margin-right: 8px;
  padding: 0 20px;
  float: right;
  text-align: center;
  line-height: 36px;
  font-size: 0.9375rem;
  border-radius: 4px;
  border-radius: 18px;
  border: none;
  color: #646464;
  background: -webkit-linear-gradient(111deg, #E5E5E5, #FFF 55%);
  background: linear-gradient(339deg, #E5E5E5, #FFF 55%);
  box-shadow: 0 1px 4px #C8C8C8;
  outline: none;
  background-color: #FFF;
}

.searchBar button.thisYear {
  color: #FFF;
  background: -webkit-linear-gradient(111deg, #950404, #C31D1D);
  background: linear-gradient(339deg, #950404, #C31D1D);
  background-color: #A5040D;
}

.searchBar button#lastYear {
  text-shadow: none;
}

.searchBar .search {
  height: 36px;
  display: inline-block;
  position: relative;
  top: 1px;
  padding: 0 6px;
  float: right;
  line-height: 36px;
  border-radius: 18px;
  border: 1px solid #C6C6C6;
  background-color: #FFF;
}

.searchBar .search input {
  width: 130px;
  height: 24px;
  position: relative;
  top: -1px;
  padding-left: 4px;
  line-height: 24px;
  border: none;
  color: #515151;
  outline: none;
  background-color: transparent;
}

.searchBar .search img {
  width: 17px;
  position: relative;
  top: 3px;
  right: 6px;
}

.pageBar {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.pageBar span {
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 8px 8px 0 0;
  font-size: 0.875rem;
  border-radius: 4px;
  border: 1px solid #ACAA9B;
  color: #7B786F;
  user-select: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}

.pageBar span:hover, .pageBar span.active {
  background: #D3D0C4;
}

#apiUse, #faq, #support, #announcementList, #aboutUs, #specification, #regulations, #contactUs {
  width: 100%;
  min-height: 370px;
  margin: 0 auto;
  padding: calc(15 / 1280 * 100vw);
  padding-bottom: 100px;
  border: 1px solid #ACAA9B;
  background-color: #FBFBFB;
}

#apiUse .readFormat, #faq .readFormat, #support .readFormat, #announcementList .readFormat, #aboutUs .readFormat, #specification .readFormat, #regulations .readFormat, #contactUs .readFormat {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  line-height: 1.75rem;
}

#apiUse .leftArea, #faq .leftArea, #support .leftArea, #announcementList .leftArea, #aboutUs .leftArea, #specification .leftArea, #regulations .leftArea, #contactUs .leftArea {
  width: 60%;
}

#apiUse .rightArea, #faq .rightArea, #support .rightArea, #announcementList .rightArea, #aboutUs .rightArea, #specification .rightArea, #regulations .rightArea, #contactUs .rightArea {
  width: 40%;
  padding-left: 10%;
}

#apiUse .rightArea li, #faq .rightArea li, #support .rightArea li, #announcementList .rightArea li, #aboutUs .rightArea li, #specification .rightArea li, #regulations .rightArea li, #contactUs .rightArea li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#apiUse .rightArea li img, #faq .rightArea li img, #support .rightArea li img, #announcementList .rightArea li img, #aboutUs .rightArea li img, #specification .rightArea li img, #regulations .rightArea li img, #contactUs .rightArea li img {
  width: 66px;
  height: 56px;
  margin-right: 13px;
}

#apiUse ul, #faq ul, #support ul, #announcementList ul, #aboutUs ul, #specification ul, #regulations ul, #contactUs ul {
  margin-top: 15px;
  padding-left: 23px;
}

#apiUse ul li, #faq ul li, #support ul li, #announcementList ul li, #aboutUs ul li, #specification ul li, #regulations ul li, #contactUs ul li {
  line-height: 30px;
  font-weight: bold;
  color: #333;
  list-style: disc;
}

#apiUse ul li.codeField, #faq ul li.codeField, #support ul li.codeField, #announcementList ul li.codeField, #aboutUs ul li.codeField, #specification ul li.codeField, #regulations ul li.codeField, #contactUs ul li.codeField {
  margin: 10px 0;
  padding: 6px 12px;
  font-weight: normal;
  list-style: none;
  background-color: #F3F3F3;
}

#apiUse ul li.codeField .level1, #faq ul li.codeField .level1, #support ul li.codeField .level1, #announcementList ul li.codeField .level1, #aboutUs ul li.codeField .level1, #specification ul li.codeField .level1, #regulations ul li.codeField .level1, #contactUs ul li.codeField .level1 {
  text-indent: 15px;
}

#apiUse ul li.codeField .level2, #faq ul li.codeField .level2, #support ul li.codeField .level2, #announcementList ul li.codeField .level2, #aboutUs ul li.codeField .level2, #specification ul li.codeField .level2, #regulations ul li.codeField .level2, #contactUs ul li.codeField .level2 {
  text-indent: 30px;
}

#apiUse ul li.codeField .level3, #faq ul li.codeField .level3, #support ul li.codeField .level3, #announcementList ul li.codeField .level3, #aboutUs ul li.codeField .level3, #specification ul li.codeField .level3, #regulations ul li.codeField .level3, #contactUs ul li.codeField .level3 {
  text-indent: 45px;
}

#apiUse ol, #faq ol, #support ol, #announcementList ol, #aboutUs ol, #specification ol, #regulations ol, #contactUs ol {
  margin-top: 20px;
  padding-left: 23px;
}

#apiUse ol li, #faq ol li, #support ol li, #announcementList ol li, #aboutUs ol li, #specification ol li, #regulations ol li, #contactUs ol li {
  margin-bottom: 10px;
  line-height: 30px;
  color: #333;
  list-style: decimal;
}

#apiUse ol li::marker, #faq ol li::marker, #support ol li::marker, #announcementList ol li::marker, #aboutUs ol li::marker, #specification ol li::marker, #regulations ol li::marker, #contactUs ol li::marker {
  font-weight: bold;
}

#apiUse ol li .questionTitle, #faq ol li .questionTitle, #support ol li .questionTitle, #announcementList ol li .questionTitle, #aboutUs ol li .questionTitle, #specification ol li .questionTitle, #regulations ol li .questionTitle, #contactUs ol li .questionTitle {
  font-weight: bold;
}

.accordion {
  width: 100%;
}

.accordion .accordion-item {
  border-radius: 0 !important;
  border-color: rgba(173, 169, 154, 0.35);
  border-right: none;
  border-left: none;
  background-color: transparent;
}

.accordion .accordion-button {
  border-color: transparent !important;
  color: #1C1C1C;
  text-shadow: none;
  box-shadow: none !important;
  outline: none;
  background-color: transparent !important;
}

.accordion .accordion-button::after {
  -webkit-filter: sepia(1);
  filter: sepia(1);
}

.accordion .accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.accordion .accordion-button p {
  position: relative;
  padding: 1.5rem 2rem 1.5em 8rem;
  line-height: 1.75rem;
  font-size: 1rem;
  font-weight: bold;
}

.accordion .accordion-button p::before {
  content: "Q";
  display: block;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-55%);
  font-size: 3.5rem;
  color: #ADA99A;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
}

.accordion .accordion-body {
  padding: 2rem calc(8rem + 20px);
  line-height: 1.75rem;
  font-size: 1rem;
  border-top: 1px solid rgba(173, 169, 154, 0.35);
  color: #7B786F;
  background: rgba(173, 169, 154, 0.08);
}

.liveArea {
  width: 100%;
  height: 368px;
  position: relative;
  margin: 0 auto 20px;
  padding: 0;
  overflow: hidden;
  background-color: #000;
}

.liveArea .liveSon {
  width: 640px;
  height: 368px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.liveArea .liveSon .cover {
  width: 640px;
  height: 368px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: #000;
}

.liveArea .notice {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
  font-size: 1.125rem;
  color: #FFF;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  word-break: break-word;
}

.liveArea .notice .phone {
  color: #D80011;
}

.replayList {
  min-height: 58px;
  max-height: 10893px;
  padding: 20px 10px;
  background-color: #FFF;
}

.replayList li {
  width: calc(100% / 3 - 23px);
  max-height: 250px;
  display: inline-block;
  position: relative;
  margin: 0 10px 50px;
}

.replayList li .livebg {
  width: 100%;
}

.replayList li .play {
  width: 96px;
  height: 96px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
}

.replayList li .lotteryIssue {
  width: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 0.875rem;
  color: #414141;
  word-break: break-word;
}

.aboutUsImg {
  width: 100%;
  margin-bottom: 10px;
}

#aboutUs .lotteryRule table, #specification .lotteryRule table {
  width: 100%;
  margin: 15px auto 20px;
  font-size: 0.9375rem;
  border: 1px solid #C7C5BE;
}

#aboutUs .lotteryRule table th, #specification .lotteryRule table th {
  text-align: center;
  color: #F3F2EB;
  background-color: #ACAA9B;
}

#aboutUs .lotteryRule table th, #aboutUs .lotteryRule table td, #specification .lotteryRule table th, #specification .lotteryRule table td {
  padding: 5px 10px;
  border: 1px solid #C7C5BE;
}

#aboutUs .lotteryRule table tbody th, #specification .lotteryRule table tbody th {
  width: 100px;
}

#specification .lotteryRule table tbody th {
  width: 150px;
}

#regulations .detailRule h3 {
  height: 40px;
  line-height: 40px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #2C2C2C;
}

#regulations .detailRule .orderRule {
  padding-left: 30px;
  line-height: 30px;
  font-size: 0.9375rem;
  color: #2C2C2C;
}

#regulations .detailRule .orderRule .left {
  width: 100px;
  height: 30px;
  float: left;
  font-weight: bold;
}

#regulations .detailRule .orderRule .right {
  width: calc(100% - 100px);
  margin-left: 100px;
}

/***************************************/
.mx-datepicker {
  width: 210px;
  display: inline-block;
  position: relative;
  color: #73879C;
  font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", sans-serif;
}

.mx-datepicker.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.mx-datepicker-range {
  width: 320px;
}

.mx-datepicker-popup {
  position: absolute;
  z-index: 1000;
  margin-top: 1px;
  margin-bottom: 1px;
  border: 1px solid #D9D9D9;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: #FFF;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.mx-input-wrapper {
  position: relative;
}

.mx-input-wrapper .mx-clear-wrapper {
  display: none;
}

.mx-input-wrapper:hover .mx-clear-wrapper {
  display: block;
}

.mx-input-wrapper:hover .mx-clear-wrapper+.mx-input-append {
  display: none;
}

.mx-input {
  width: 100%;
  height: 34px;
  display: inline-block;
  padding: 6px 30px;
  padding-left: 10px;
  line-height: 1.4;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #CCC;
  color: #555;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #FFF;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.mx-input:disabled, .mx-input.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.mx-input:focus {
  outline: none;
}

.mx-input::-ms-clear {
  display: none;
}

.mx-input-append {
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px;
}

.mx-input-icon {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  color: #555;
  font-style: normal;
  cursor: pointer;
}

.mx-calendar-icon {
  width: 100%;
  height: 100%;
  color: #555;
  stroke-width: 8px;
  stroke: currentColor;
  fill: currentColor;
}

.mx-clear-icon::before {
  content: "\2716";
  display: inline-block;
  vertical-align: middle;
}

.mx-clear-icon::after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.mx-range-wrapper {
  width: 496px;
  overflow: hidden;
}

.mx-shortcuts-wrapper {
  padding: 0 12px;
  text-align: left;
  line-height: 34px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mx-shortcuts-wrapper .mx-shortcuts {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  border: 0;
  color: #48576A;
  background: none;
  outline: none;
  cursor: pointer;
}

.mx-shortcuts-wrapper .mx-shortcuts:hover {
  color: #419DEC;
}

.mx-shortcuts-wrapper .mx-shortcuts:after {
  content: "|";
  margin: 0 10px;
  color: #48576A;
}

.mx-shortcuts-wrapper .mx-shortcuts:last-child::after {
  display: none;
}

.mx-datepicker-footer {
  padding: 4px;
  clear: both;
  text-align: right;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.mx-datepicker-btn {
  margin: 0 5px;
  padding: 7px 15px;
  line-height: 1;
  font-size: 12px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  outline: none;
}

.mx-datepicker-btn-confirm {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #73879C;
}

.mx-datepicker-btn-confirm:hover {
  border-color: #1284E7;
  color: #1284E7;
}

/* 日历组件 */
.mx-calendar {
  padding: 6px 12px;
  float: left;
  color: #73879C;
  font: 14px/1.5 Helvetica Neue, Helvetica, Arial, Microsoft Yahei, sans-serif;
}

.mx-calendar * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.mx-calendar-header {
  height: 34px;
  padding: 0 4px;
  overflow: hidden;
  text-align: center;
  line-height: 34px;
}

.mx-calendar-header>a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.mx-calendar-header>a:hover {
  color: #419DEC;
}

.mx-icon-last-month, .mx-icon-last-year, .mx-icon-next-month, .mx-icon-next-year {
  padding: 0 6px;
  line-height: 30px;
  font-size: 20px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mx-icon-last-month, .mx-icon-last-year {
  float: left;
}

.mx-icon-next-month, .mx-icon-next-year {
  float: right;
}

.mx-calendar-content {
  width: 224px;
  height: 224px;
}

.mx-calendar-content .cell {
  vertical-align: middle;
  cursor: pointer;
}

.mx-calendar-content .cell:hover {
  background-color: #EAF8FE;
}

.mx-calendar-content .cell.actived {
  color: #FFF;
  background-color: #1284E7;
}

.mx-calendar-content .cell.inrange {
  background-color: #EAF8FE;
}

.mx-calendar-content .cell.disabled {
  color: #CCC;
  cursor: not-allowed;
  background-color: #F3F3F3;
}

.mx-panel {
  width: 100%;
  height: 100%;
  text-align: center;
}

.mx-panel-date {
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.mx-panel-date td, .mx-panel-date th {
  width: 32px;
  height: 32px;
  padding: 0;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
}

.mx-panel-date td.today {
  color: #2A90E9;
}

.mx-panel-date td.last-month, .mx-panel-date td.next-month {
  color: #DDD;
}

.mx-panel-year {
  padding: 7px 0;
}

.mx-panel-year .cell {
  width: 40%;
  display: inline-block;
  margin: 1px 5%;
  line-height: 40px;
}

.mx-panel-month .cell {
  width: 30%;
  display: inline-block;
  margin: 8px 1.5%;
  line-height: 40px;
}

.mx-time-list {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  float: left;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  list-style: none;
  /* 滚动条滑块 */
}

.mx-time-list .mx-time-picker-item {
  display: block;
  padding-left: 10px;
  text-align: left;
}

.mx-time-list:first-child {
  border-left: 0;
}

.mx-time-list .cell {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}

.mx-time-list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mx-time-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.mx-time-list:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}

/* email */
.readFormat>.rightArea>li>span {
  white-space: nowrap;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  padding-bottom: 15px;
  background: #EBE9E2;
}
  .mobileNav {
  display: flex;
}
.pageContent {
  height: calc(100vh - 151px - 90px);
  position: fixed;
  top: 151px;
  left: 0;
  overflow: auto;
}
  .nav {
  display: none;
}
  header .logo {
  top: 33px;
  left: 40px;
}

  header .headerLeft {
  width: 90%;
  display: inline-flex;
  flex-direction: column;
  padding-right: 0;
}

  .nav {
  order: 2;
  justify-content: space-around;
  margin-bottom: -10px;
  padding: 16px 0 0;
}

  header .dateData {
  order: 1;
  align-items: flex-end;
  margin: 31px 0 13px;
}

header ul li {
  margin-left: 0;
}

  .pageContent {
  padding: 20px 30px;
}

  .lotteryContent {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

  .lotteryContent .lotteryNum {
  width: 100%;
}

  .lotteryContent .lotteryNum .num {
  margin-top: 20px;
  margin-bottom: 30px;
}

  .lotteryContent .lotteryTime {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

  .lotteryContent .lotteryTime .leftTime {
  width: 60%;
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 42px;
}

  .lotteryContent .lotteryTime .check {
  width: 40%;
  top: 0;
}

  .lotteryContent .lotteryTime .history {
  position: absolute;
  left: 60%;
}

  .lotteryPost .lotteryContent .lotteryTime {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

  .lotteryPost .lotteryContent .lotteryTime .nextTimeTitle {
  margin-top: 0;
  padding-left: 44px;
}

  .lotteryPost .lotteryContent .lotteryTime .leftTime {
  margin-top: 5px;
}

  .hisInfo .hisMore>span:nth-child(3) .ball {
  width: 40px;
}

  .hisInfo .hisMore>span:nth-child(3) .ball .balls {
  width: 40px;
  height: 40px;
  line-height: 38px;
  background-size: 40px;
}

  .hisInfo .hisMore>span:nth-child(3) .ball .balls i {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

.hisInfo .hisMore>span:nth-child(3) .ball:last-child {
  margin-left: 22px;
}

  #contactUs .readFormat {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

  #contactUs .readFormat .leftArea, #contactUs .readFormat .rightArea {
  width: 100%;
}

  #contactUs .readFormat .rightArea {
  margin-top: 35px;
  padding-left: 0;
}

  #contactUs .readFormat .rightArea li img {
  width: 50px;
  height: 50px;
}

  #contactUs .readFormat .rightArea li span {
  line-height: 40px;
}
.accordion .accordion-body {
  padding: 2rem calc(2rem + 20px);
}
#aboutUs .lotteryRule table tbody tr th {
  width: 50px;
}
.currentVideo .main .header .videoIssue {
  margin-left: 48px;
}
.currentVideo .header > div > .buttomLine span {
  margin-left: 23px;
}
.currentVideo .main .header .videoCode .ball {
  width: 40px;
  right: 3px;
}
}

@media screen and (max-width: 540px) {
  header {
  padding: 20px 0 25px;
}
  header .logo {
  width: 20%;
  min-height: 90px;
  top: 14px;
}
header .logo img {
  width: 100%;
}
header .dateData .day, header .dateData .time {
  font-size: 2.5rem;
}
header .dateData .time {
  margin-left: 20px;
  padding-left: 20px;
}
header .dateData {
  margin: 20px 10px -10px 0;
}
.hisInfo .hisMore span {
  line-height: 1.25;
  font-size: 0.75rem;
}
.pageContent {
  height: calc(100vh - 107px - 90px);
  top: 107px;
}
.mobileNav li a {
  font-size: 0.9375rem;
}
.lotteryContent .lotteryNum .num .ball {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.lotteryContent .lotteryNum .num .ball .balls {
  width: 50px;
  height: 50px;
  line-height: 38px;
  font-size: 1rem;
  background-position: -1px -5px;
  background-size: 50px;
}
.lotteryContent .lotteryNum .num .ball .shengxiao {
  margin-left: 6px;
  font-size: 1rem;
}
.lotteryContent .lotteryTime {
  flex-direction: column;
}
.lotteryContent .lotteryTime .leftTime {
  width: 100%;
  margin-bottom: 22px;
}
.lotteryContent .lotteryTime .check {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 41px;
}
.lotteryContent .lotteryNum {
  padding: 0 14px;
}
.lotteryContent .lotteryNum .lastTitle {
  margin-top: 20px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 2px;
}
.lotteryContent .lotteryNum .lastTitle .lotteryIssue {
  font-size: 15px;
  color: #525252;
  margin-right: 20px;
}
.lotteryContent .lotteryTime .history {
  margin-top: 95px;
}
.searchBar {
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.searchBar button {
  width: calc((100% - 161px) / 2 - 8px);
}
.searchBar .lotteryName {
  width: 100%;
  order: 1;
  padding-bottom: 8px;
  text-align: center;
  font-size: 1.25rem;
}
.searchBar button#thisYear {
  order: 2;
}
.searchBar button#lastYear {
  order: 3;
}
.searchBar .search {
  order: 4;
}
.pageTitle {
  margin: 25px auto;
}
.accordion-button {
  padding: 0.25rem 1rem 0.25rem 0;
}
.accordion .accordion-button p {
  padding: 1.5rem 2rem 1.5em 5.25rem;
}
.accordion .accordion-button p::before {
  left: 1rem;
}
.accordion .accordion-body {
  padding: 1.25rem calc(0.25rem + 20px);
}
.currentVideo {
  width: 90%;
}
.currentVideo .main .header {
  height: 146px;
  flex-direction: column;
}
.currentVideo .main .header .videoCode {
  top: 35px;
}
.currentVideo .main .header .videoCode .vtitle {
  left: 0;
}
.hisInfo .hisMore {
  flex-wrap: wrap;
}
.hisInfo .hisMore>span:nth-child(1), .hisInfo .hisMore>span:nth-child(2) {
  order: 1;
  justify-content: flex-start;
  margin: 6px 0 0;
  line-height: 25px;
}
.hisInfo .hisMore>span:nth-child(1) {
  width: 35%;
  padding-left: 21px;
}
.hisInfo .hisMore>span:nth-child(2) {
  width: 65%;
}
.hisInfo .hisMore>span:nth-child(3) {
  width: 80%;
  order: 2;
  justify-content: flex-start;
  padding-bottom: 6px;
  padding-left: 15px;
}
.hisInfo .hisMore>span:nth-child(4) {
  width: 20%;
  order: 3;
}
.hisInfo .hisMore>span:nth-child(4) button.video {
  height: auto;
  min-height: 35px;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 16px;
  padding: 5px;
  font-size: 0.75rem;
}
.hisInfo .hisMore>span:nth-child(3) .ball {
  margin-left: 0;
}
}

@media screen and (max-width: 430px) {
  header .logo {
  width: 23%;
  top: 0;
  left: 16px;
}
header .dateData {
  margin: 20px 0 -10px 0;
}
header .headerLeft {
  margin-top: -15px;
}
  header .dateData .day, header .dateData .time {
  font-size: 2rem;
}
header {
  padding: 20px 0;
}
header .dateData .time {
  margin-left: 5px;
  padding-left: 5px;
}
header .dateData .other {
  margin-left: 12px;
}
header .dateData .week {
  line-height: 1.35rem;
}
header .dateData .year {
}
.pageContent {
  height: calc(100vh - 87px - 65px);
  top: 87px;
  padding: 15px;
}

.mobileNav {
  height: 65px;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.mobileNav li {
  flex: 1;
  text-align: center;
}
.mobileNav li i {
  line-height: 1.5;
  font-size: 1.35rem;
}
.mobileNav li a {
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  text-decoration: none;
}
.readFormat>.rightArea>li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}
.readFormat>.rightArea>li>img {
  max-width: 24px;
}
.lotteryContent .lotteryNum .lastTitle .lotteryName {
  margin: 0 20px 0 18px;
}
.lotteryContent .lotteryTime .leftTime {
  padding-left: 37px;
}

.lotteryContent .lotteryTime .check {
  padding: 0 20px;
}
.lotteryContent .lotteryTime .check button.video {
  width: 70px;
}
.searchBar {
  justify-content: center;
}
.pageTitle .title {
  font-size: 1.5rem;
}
.pageTitle .engTitle {
  font-size: 0.875rem;
}
#apiUse .readFormat, #faq .readFormat, #support .readFormat, #announcementList .readFormat, #aboutUs .readFormat, #specification .readFormat, #regulations .readFormat, #contactUs .readFormat {
  width: 86%;
}
#specification .lotteryRule table tbody th {
  width: 75px;
}
#regulations .detailRule .orderRule .right {
  width: 100%;
  margin-left: 0;
  float: left;
}
#regulations .detailRule h3 {
  height: inherit;
}
.lotteryTitle {
  height: inherit;
  padding: 7px 20px;
  line-height: 28px;
}
.lotteryTitle .title {
  font-weight: bold;
}
.lotteryTitle .nextTime {
  display: inline-block;
  float: none;
}
.lotteryContent .lotteryTime .check button {
  width: 85px;
}
.lotteryContent .lotteryNum .num .ball {
  width: 36px;
  height: 36px;
  margin-right: 4px;
}
.lotteryContent .lotteryNum .num .ball:nth-child(6) {
  margin-right: 30px;
}
.lotteryContent .lotteryNum .num .ball .balls {
  width: 37px;
  height: 40px;
  line-height: 30px;
  font-size: 0.875rem;
  background-position: -2px -4px;
  background-size: 40px;
}
.lotteryContent .lotteryNum .num .ball .shengxiao {
  margin-left: 0;
}
.lotteryContent .lotteryNum .num {
  margin-bottom: 18px;
}
.hisInfo .hisTitle span {
  width: 25% !important;
}
.hisInfo .hisMore {
  flex-wrap: wrap;
  justify-content: space-between;
}
.lotteryContent .lotteryNum {
  padding: 0;
}
.hisInfo .hisMore > span {
  width: initial !important;
  display: inline-flex;
}
.hisInfo .hisMore>span:nth-child(1) {
  order: 1;
  margin: 0 0 0 6px;
  padding-left: 14px;
}
.hisInfo .hisMore>span:nth-child(2) {
  order: 2;
  padding-right: 20px;
}
.hisInfo .hisMore>span:nth-child(3) {
  order: 3;
  padding-top: 10px;
}
.hisInfo .hisMore>span:nth-child(4) {
  width: 100% !important;
  order: 4;
}
.hisInfo .hisMore>span:nth-child(1), .hisInfo .hisMore>span:nth-child(2) {
  margin-top: 10px;
  line-height: 28px;
}
.hisInfo .hisMore>span:nth-child(4) button.video {
  width: 100%;
  height: 34px;
  top: 0;
  transform: none;
  margin: 0 16px 10px;
}
.lotteryPost .lotteryContent .lotteryTime .nextTimeTitle {
  width: 100%;
  height: initial;
  padding: 0 22px 6px;
  line-height: 21px;
}
.lotteryContent .lotteryNum .num .ball:nth-child(6)::before {
  right: -22px;
}
.lotteryPost .lotteryContent .lotteryNum .num .ball {
  margin-right: 0;
  width: 41px;
}
.lotteryContent .lotteryTime .leftTime .num {
  width: 38px;
}
.lotteryContent .lotteryTime .check button {
  width: 50%;
  padding: 8px 5px;
}
}

@media screen and (max-width: 320px) {
  header .logo {
  width: 26%;
  top: -14px;
  left: 16px;
}
.mobileNav li a {
  font-size: 0.75rem;
}
.pageContent {
  height: calc(100vh - 64px - 65px);
  top: 64px;
}
header .dateData {
  margin: 5px 7px -8px 0;
}
header .dateData .day, header .dateData .time {
  padding-top: 10px;
  line-height: 1.75rem;
  font-size: 1.5rem;
}
header .dateData .year {
  font-size: 0.75rem;
  letter-spacing: 1px;
}
header .dateData .week {
  line-height: 1.25rem;
}
.lotteryContent .lotteryNum .num {
  padding-left: 14px;
}
.lotteryContent .lotteryNum .num .ball {
  width: 31px;
}
.lotteryContent .lotteryNum .num .ball .balls {
  width: 30px;
  height: 30px;
  line-height: 24px;
  font-size: 0.75rem;
  background-position: -2px -4px;
  background-size: 34px;
}
.lotteryTitle {
  height: inherit;
  padding: 7px 20px;
  line-height: 23px;
}
.lotteryTitle .title {
  font-size: 1rem;
  font-weight: bold;
}
.lotteryTitle span {
  display: inline-block;
}
.lotteryTitle .nextTime {
  float: none;
  font-size: 0.75rem;
}
.lotteryContent .lotteryNum {
  padding: 0;
}
.lotteryContent .lotteryTime .leftTime {
  padding-left: 17px;
}
.lotteryContent .lotteryTime .leftTime .num {
  width: 34px;
  height: 48px;
  line-height: 48px;
  font-size: 2rem;
}
.lotteryContent .lotteryTime .leftTime .dot {
  font-size: 2rem;
}
.lotteryContent .lotteryTime .check {
  margin: 0 0 60px;
  padding: 0 17px;
}
.lotteryContent .lotteryTime .history {
  left: 11%;
  margin-top: 117px;
  font-size: 0.875rem;
}
.lotteryPost .lotteryContent .lotteryNum .lastTitle {
  margin-top: 18px;
  padding: 0 18px;
}
.lotteryPost .lotteryContent .lotteryNum .lastTitle .lotteryName {
  margin: 0 0 5px;
  float: none;
}
.lotteryPost .lotteryContent .lotteryTime .nextTimeTitle {
  padding: 5px 19px 0;
  font-size: 0.75rem;
}
.searchBar .lotteryName {
  font-size: 1.15rem;
}
.searchBar .lotteryName {
  padding: 0 14px;
  font-size: 1rem;
}
.pageTitle {
  margin: 15px auto;
}
.pageTitle .title {
  line-height: 1.5rem;
  font-size: 1.15rem;
}
.pageTitle .engTitle {
  font-size: 0.75rem;
}
.accordion .accordion-button p {
  padding: 0.75rem 0.75rem 0.75rem 3.5rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
}
.accordion .accordion-button p::before {
  left: 0.5rem;
  font-size: 2.25rem;
}
.accordion-button::after {
  width: 0.875rem;
  background-size: 0.875rem;
}
.accordion-button {
  padding: 0.25rem 0.75rem 0.25rem 0;
}
.accordion .accordion-body {
  padding: 0.875rem calc(0.125rem + 18px);
  line-height: 1.5rem;
  font-size: 0.875rem;
}
#apiUse ol li, #faq ol li, #support ol li, #announcementList ol li, #aboutUs ol li, #specification ol li, #regulations ol li, #contactUs ol li {
  line-height: 27px;
}
#apiUse ol, #faq ol, #support ol, #announcementList ol, #aboutUs ol, #specification ol, #regulations ol, #contactUs ol {
  margin-top: 10px;
}
#apiUse .readFormat, #faq .readFormat, #support .readFormat, #announcementList .readFormat, #aboutUs .readFormat, #specification .readFormat, #regulations .readFormat, #contactUs .readFormat {
  line-height: 1.5rem;
  font-size: 0.875rem;
}
hr {
  margin: 30px auto 20px;
}
#aboutUs .lotteryRule table, #specification .lotteryRule table {
  font-size: 0.875rem;
}
#aboutUs .lotteryRule table tbody tr th {
  width: 36px;
}
.tabNav li {
  padding: 0 16px;
  font-size: 0.875rem;
}
#specification .lotteryRule table tbody th {
  width: 65px;
}
#regulations .detailRule h3 {
  height: inherit;
}
#regulations .detailRule .orderRule {
  font-size: 0.875rem;
}
#regulations .detailRule .orderRule .right {
  width: 100%;
  margin-left: 0;
  float: left;
}
#contactUs .readFormat .rightArea li span {
  line-height: 21px;
}
.mobileMenu ul li {
  line-height: 3.5rem;
  font-size: 1.2rem;
}
.hisInfo .hisMore>span:nth-child(3) .ball {
  width: 32px;
}
.hisInfo .hisMore>span:nth-child(3) .ball .balls {
  width: 36px;
  height: 36px;
  line-height: 35px;
  background-size: 36px;
}
.hisInfo .hisMore>span:nth-child(3) .ball:last-child, .currentVideo .main .header .videoCode .ball:last-child {
  left: 5px;
}
.hisInfo .hisMore>span:nth-child(3) .ball:last-child::before, .currentVideo .main .header .videoCode .ball:last-child::before {
  top: 6px;
  left: -10px;
}
.hisInfo .hisMore>span:nth-child(1), .hisInfo .hisMore>span:nth-child(2) {
  margin: 0;
}
.hisInfo .hisMore>span:nth-child(2) {
  order: 3;
  margin-top: -11px !important;
  margin-left: 2px;
}
.hisInfo .hisMore>span:nth-child(3) {
  padding-top: 0;
  padding-left: 10px;
}
.hisInfo .hisMore>span:nth-child(4) button.video {
  margin: -4px 16px 10px;
}
.lotteryPost .lotteryContent .lotteryNum .num {
  margin-top: 40px;
  margin-bottom: 0;
}
.searchBar {
  height: 120px;
}
.searchBar button {
  width: calc(50% - 4px);
  margin: 0;
}
.searchBar .search {
  width: 100%;
}
.searchBar .search input {
  padding-left: 10px;
}
.searchBar .search img {
  position: absolute;
  top: 8px;
  right: 14px;
}
.searchBar button#thisYear {
  margin-right: 8px;
}
.postLottery .hisInfo .hisMore>span:nth-child(2) {
  margin-top: 0 !important;
}
}

@media screen and (max-width: 280px) {
  header {
  margin-bottom: 0;
}
  header .logo {
  width: 23%;
  min-height: 45px;
  top: 25px;
  left: 15px;
}
header .logo img {
  height: 45px;
}
  header .dateData {
  margin: 20px 0 -10px 0;
}
  header .dateData .other {
  margin-left: 10px;
}
  header .dateData .time {
  margin-left: 10px;
  padding-left: 7px;
}
  .mainLottery {
  margin: 7px 0;
}
  .lotteryTitle {
  padding: 5px 10px;
}
  .lotteryContent .lotteryNum .lastTitle .lotteryName {
  margin: 0 10px;
}
  .lotteryContent .lotteryNum .num {
  margin-top: 13px;
  margin-bottom: 9px;
  padding-left: 8px;
}
  .lotteryContent .lotteryNum .num .ball {
  width: 28px;
}
  .lotteryContent .lotteryNum .num .ball .shengxiao {
  font-size: 0.875rem;
}
  .lotteryContent .lotteryNum .num .ball .balls {
  line-height: 28px;
  background-position: -2px -2px;
}
  .lotteryContent .lotteryNum .num .ball:nth-child(6) {
  margin-right: 25px;
}
  .lotteryContent .lotteryNum .num .ball:nth-child(6)::before {
  right: -20px;
}
  .lotteryContent .lotteryTime .leftTime {
  padding-left: 10px;
}
  .lotteryContent .lotteryTime .leftTime .num {
  width: 32px;
  height: 44px;
  line-height: 44px;
}
  .lotteryContent .lotteryTime .leftTime .dot {
  transform: translateY(-2px);
}
  .lotteryContent .lotteryTime .leftTime {
  margin-bottom: 20px;
}
  .lotteryContent .lotteryTime .check {
  padding: 0 10px;
}
  .lotteryContent .lotteryTime .history {
  left: 9%;
  margin-top: 115px;
}
  .hisInfo .hisTitle span {
  font-size: 0.75rem;
}
  .hisInfo .hisMore span {
  font-size: 0.75rem;
}
  .hisInfo .hisMore>span:nth-child(3) .ball {
  width: 28px;
}
  .hisInfo .hisMore>span:nth-child(3) .ball .balls {
  width: 32px;
  height: 34px;
  line-height: 32px;
  background-size: 32px;
}
  .hisInfo .hisMore>span:nth-child(4) button.video {
  margin: -4px 14px 10px;
}
  #contactUs .readFormat .rightArea li span {
  word-break: break-all;
}
  .tabNav li {
  padding: 0 12px;
}
  .tabNav {
  margin: 0 auto 10px;
}
  #faq .readFormat {
  width: 92%;
}
  .lotteryPost .lotteryContent .lotteryTime .nextTimeTitle {
  padding: 0 13px;
}
  .lotteryPost .lotteryContent .lotteryNum .lastTitle {
  padding: 0 13px;
}
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}
  .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
  .lotteryContent .lotteryTime .check .suf {
  width: 228px;
  left: 10px;
}
  .lotteryContent .lotteryTime .check .suf p {
  width: auto;
  padding: 0 15px;
}
  .currentVideo .main .header {
  height: 119px;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
  .currentVideo .main .header .videoName {
  height: 24px;
  padding-right: 8px;
  line-height: 24px;
  font-size: 0.9375rem;
}
  .currentVideo .main .header .videoIssue {
  height: 24px;
  line-height: 24px;
  font-size: 0.875rem;
}
.currentVideo .main .header .videoCode {
  top: 30px;
}
  .currentVideo .main .header input[type="button"] {
  width: 26px;
  height: 26px;
  top: 7px;
  right: 8px;
  font-size: 0.75rem;
}
  .currentVideo .main .header .videoTime {
  height: 24px;
  margin-bottom: 2px;
}
  .currentVideo .main .header .videoCode .vtitle > span:nth-child(1) {
  display: none;
}
  .currentVideo .main .header .videoCode .vtitle {
  left: 0;
}
  .currentVideo {
  height: auto;
}
  .currentVideo .main iframe {
  height: auto;
}
.mobileNav li a span {
  width: 26px;
  transform: scale(0.9375);
  line-height: 1.25;
  font-size: 0.75rem;
}
.mobileNav li select {
  transform: scale(0.9375);
  line-height: 1.25;
  font-size: 0.75rem;
}
.hisInfo .hisMore>span:nth-child(3) .ball:last-child {
  margin-left: 22px;
}
}
