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{
  transition: opacity .15s ease;
}

.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-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-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 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;
}


.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%;
}

.qrcode-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
  height: 260px;
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 11;
  justify-items: center;
  background-color: #f1dcdc;
}

.qrcode-content p {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-top: 1px;
  margin-bottom: 8px;
}

#qrcode {
  width: 230px;
  height: 230px;
}



.kefu {
  position: fixed;
  right: 0px;
  top: 20rem;
  width: auto;
  z-index: 109;
  animation: myfirst 1s infinite  ;
  height: auto;
}

@keyframes myfirst {
    from {
        transform: scale(1)
    }

    50% {
        transform: scale(.9)
    }

    to {
        transform: scale(1)
    }
}

/* wrapper cho next/image fill trong slide */
.slideImg{
  position: relative;
  width: 100%;
  /* chọn 1 trong 2:
     - nếu ảnh dọc kiểu 9:16: */
  aspect-ratio: 9 / 16;
  /* - nếu ảnh ngang kiểu 16:9 thì đổi thành:
     aspect-ratio: 16 / 9;
  */
  overflow: hidden;
}

/* mượt hơn khi banner hiện */
.banner{
  transition: opacity .15s ease;
}