html {
  font-family: microsoft yahei, hiragino sans gb, "simsun,sans-self";
  color: #000;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
body {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  min-height: 91vh;
}

/* 椤甸潰鐩稿叧鏍峰紡 */
.container {
  margin-top:20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.banner img {
  display: block;
  width: 60%;
  margin-left:20%
}

.notice {
  height: 46px;
  padding: 0 2px;
  padding-bottom: 9px;
  -webkit-box-shadow: 0 0.1rem 0.11rem 0 #4900a72e;
  box-shadow: 0 0.1rem 0.11rem 0 #4900a72e;
  width: 94%;
  margin: 0px auto;
  border-radius: 15px;
  border: 1px solid #eee;
  position: relative;
  top: 5px;
  background: #fff;
}
.notice .inner {
  height: 50px;
  padding-left: 60px;
  background: url(../images/woise.png) no-repeat left center;
  margin-top: 3px;
}
.notice-swiper {
  position: relative;
  overflow: hidden;
  height: 50px;
}
.notice li {
  margin-left: 20px;
  width:auto !important;
  line-height: 50px;
  font-size: 25px;
  color: #000;
  font-weight: 800;
  white-space: nowrap;
}
.notice li:first-child{
    margin-left:0 !important
}
.notice-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.winning {
  position: relative;
  width: 640px;
  height: 180px;
  overflow: hidden;
  background: url("../images/bingo.png") no-repeat;
  background-size: 640px 180px;
  margin-top: 15px;
  text-align: center;
}
.winning-header {
  padding-top: 45px;
}
.winning-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.winning-item .cell {
  text-align: center;
  border: none;
  padding: 13px 0;
  font-size: 23px;
  color: #000;
}
.winning-item .l {
  width: 200px;
}
.winning-item .m {
  width: 240px;
}
.winning-item .r {
  width: 200px;
}
.winning-swiper {
  height: 50px;
  overflow: hidden;
}

.live-section {
  border: 1px solid #eee;
  border-radius: 30px;
  margin: 20px 10px;
}
.live-section-title {
  background: url("../images/bg1.png") no-repeat;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-top: 7px;
}
.live-section-title img {
  margin: 0 10px;
  display: block;
  max-width: 600px;
}
.live-section-con {
  width: 590px;
  margin: 0 auto;
  padding: 20px 0;
}
.live-section-item {
  height: 57px;
  padding-bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.live-section-item:last-child {
  padding-bottom: 0;
}
.live-section-item .label {
  color: #5a5e6b;
  font-size: 26px;
  height: 53px;
  border: 1px solid #cfcfcf;
  background: #f0efef;
  text-align: center;
  border-radius: 5px;
  line-height: 52px;
  font-weight: 600;
}
.live-section-item .l {
  width: 109px;
}
.live-section-item .m {
  width: 300px;
}
.live-section-item .r {
  display: block;
  color: #fff;
  height: 57px;
  border-radius: 6px;
  text-align: center;
  line-height: 56px;
  font-size: 26px;
  background: url("../images/bgbtn.png") no-repeat;
  width: 144px;
  font-weight: 600;
}

.customer-service {
  text-align: center;
  padding-bottom: 10px;
}
.customer-service img {
  width: 100%;
}

.app-download {
  font-size: 23px;
  line-height: 42px;
  padding-left: 25px;
  text-align: center;
}
.app-download .title {
  color: #545454;
  font-weight: 600;
}
.app-download a {
  color: #fb3f52;
}

footer {
  position: fixed;
  max-width: 640px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
footer a {
  display: block;
}
footer img {
  display: block;
  width: 100%;
}