body {
  max-width: 750px;
  margin: 0 auto;
  /* padding-top: 0.96rem; */
  background: rgb(246, 246, 246);
}
img {
  display: block;
  max-width: 100%;
}
.header {
  max-width: 750px;
  width: 100%;
  height: 0.96rem;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  background: #439a94;
  box-sizing: border-box;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
}
.header_logo {
  height: 82%;
}
.header_logo > img {
  height: 100%;
}

.index_banner {
  width: 100%;
}
.index_banner img {
  width: 100%;
}

.index_items {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 0.2rem 0.2rem;
  background: #fff;
}
.index_items > a {
  display: block;
  width: 25%;
}
.index_items > a > img {
  width: 0.92rem;
  height: 0.92rem;
  margin: 0 auto;
}
.index_items > a > p {
  font-size: 0.28rem;
  margin-top: 0.04rem;
  text-align: center;
}

.lottery_wrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 0.2rem;
  background: rgb(245, 245, 245);
}
.lottery_tabbar {
  width: 100%;
  display: flex;
  height: .7rem;
}
.lottery_tabbar > div {
  width: 33.33%;
  flex: 1;
  height: 100%;
  background: #fff;
  border-top-left-radius: .16rem;
  border-top-right-radius: .16rem;
  margin-right: .08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: .3rem;
}
.lottery_tabbar > div:last-of-type {
  margin-right: 0;
}
.lottery_tabbar > div.active {
  background: #07c160;
  color: #fff;
}
.lottery_inner {
  border: 1px solid #07c160;
  border-radius: 0.1rem;
  box-sizing: border-box;
  padding: 0.13rem 0.26rem;
  background: #fff;
}
.lottery_inner_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.lottery_period {
  font-size: 0.26rem;
}
.lottery_period > span {
  color: #07c160;
}
.lottery_inner_top > a {
  color: #07c160;
  font-size: 0.26rem;
}
#daojishi {
  top: 0;
  position: absolute;
  font-weight: bold;
  width: 2.7rem;
  overflow: hidden;
  right: 1rem;
  color: red;
  font-size: .26rem;
}

.lottery_inner .num-list {
  display: flex;
}
.lottery_inner .num-list .item {
  width: 12.5%;
  margin: 0 0.05rem;
  padding: 0.1rem 0;
}
.lottery_inner .num-list .item .num {
  width: 0.65rem;
  height: 0.65rem;
  text-align: center;
  font-size: 0.3rem;
  border-radius: 50%;
  display: inline-block;
  font-family: Arial;
  box-sizing: border-box;
  padding-top: 0.18rem;
  padding-right: 0.05rem;
  margin: 0 auto;
}
.lottery_inner .num-list .item.blue .num {
  background: url(../image/blue.png) no-repeat center center;
  background-size: 100% auto;
}
.lottery_inner .num-list .item.red .num {
  background: url(../image/red.png) no-repeat center center;
  background-size: 100% auto;
}
.lottery_inner .num-list .item.green .num {
  background: url(../image/green.png) no-repeat center center;
  background-size: 100% auto;
}
.lottery_inner .num-list .item .txt {
  font-size: 0.18rem;
  color: #666666;
  text-align: center;
}
.lottery_inner .num-list .item.add {
  text-align: center;
  font-weight: bold;
  color: #acacac;
  font-size: 0.5rem;
  line-height: 0.4rem;
}
.lottery_inner .num-list .item.add::after {
  content: '+';
}
.next_lottery_text {
  text-align: center;
  font-size: 0.26rem;
  color: #666;
  padding: 0.1rem 0;
  color: red;
}
.next_lottery_text > span {
  color: red;
}

.p_header {
  height: 46px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  background: #ffffff;
  z-index: 99;
  max-width: 750px;
  transform: translateX(-50%);
  justify-content: space-between;
  box-sizing: border-box;
  border-bottom: 1px solid #ebedf0;
}
.p_header .title {
  color: #323233;
  font-weight: 500;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  text-align: center;
}
.p_header > a {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  padding: 0.1rem;
}
.p_header > a svg {
  display: block;
  width: 100%;
  height: 100%;
}
.history-list {
  background: #fff;
}
.history-list .list-item {
  font-size: 0.2rem;
  padding: 0.2rem;
  border-top: 1px solid #ddd;
}
.history-list .list-item .item-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.history-list .list-item .item-tit .p1 {
  color: #333;
}
.history-list .list-item .item-tit .p2 {
  color: #999;
  font-size: 0.18rem;
}
.history-list .list-item .num-list {
  display: flex;
  border: 1px solid #07c160;
  border-radius: 0.2rem;
  padding: 0.1rem 0.1rem;
  margin-top: 0.2rem;
}
.history-list .list-item .num-list .item {
  width: 12.5%;
  margin: 0 0.05rem;
  padding: 0.1rem 0;
  text-align: center;
}
.history-list .list-item .num-list .item .num {
  width: .65rem;
  height: .65rem;
  text-align: center;
  font-size: .28rem;
  border-radius: 50%;
  display: inline-block;
  font-family: Arial;
  box-sizing: border-box;
  padding-top: 0.18rem;
  padding-right: 0.05rem;
  margin: 0 auto;
}
.history-list .list-item .num-list .item.blue .num {
  background: url(../image/blue.png) no-repeat center center;
  background-size: 100% auto;
}
.history-list .list-item .num-list .item.red .num {
  background: url(../image/red.png) no-repeat center center;
  background-size: 100% auto;
}
.history-list .list-item .num-list .item.green .num {
  background: url(../image/green.png) no-repeat center center;
  background-size: 100% auto;
}
.history-list .list-item .num-list .item .txt {
  font-size: 0.18rem;
  color: #666666;
  margin-top: 0.05rem;
  text-align: center;
}
.history-list .list-item .num-list .item.add {
  text-align: center;
  font-weight: bold;
  color: #acacac;
  font-size: 0.5rem;
  line-height: 0.4rem;
}
.history-list .list-item .num-list .item.add::after {
  content: '+';
}

.history-title{
  background: #eee;
  padding: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.2rem;
}
.history-title p{
  flex: 1
}
.history-title .btns{
  display: flex;
  align-items: center;
}
.history-title .btns .btn{
  margin-left: 0.2rem;
  background: #ffffff;
  padding: 0 0.15rem;
  border-radius: 1rem;
  line-height: 1.8;
  font-size: 0.18rem;
  position: relative;
}
.history-title .btns .btn.active{
  background: #07c160;
  color: #fff;
}
.history-title .btns .btn:hover .fix-box{
  display: block;
}
.history-title .btns .btn .fix-box{
  display: none;
  position: absolute;
  top: 150%;
  width: 1.5rem;
  background: #ffffff;
  border-radius: 0.2rem;
  right: -0.1rem;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.history-title .btns .btn .fix-box::before{
  content: '';
  display: block;
  width: 0;
  border-top: 0.15rem solid transparent;
  border-bottom: 0.15rem solid #ffffff;
  border-left: 0.15rem solid transparent;
  border-right: 0.15rem solid transparent;
  position: absolute;
  top: -0.3rem;
  right: 0.3rem;
}
.history-title .btns .btn .fix-box a{
  display: block;
  text-align: center;
  color: #555;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  line-height: 2.3;
  font-size: 0.2rem;
}
.history-title .btns .btn .fix-box a:last-child{
  border-bottom: none;
}

.loadmore{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0;
  font-size: 0.2rem;
  color: #666;
}
.loadmore svg{
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.1rem;
  animation: rotate linear 2s infinite;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.luntang {
}
.luntang_title {
  width: 100%;
  height: 1rem;
  background: url('../image/1111.jpg') no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFF00;
  font-size: .55rem;
  font-weight: bold;
  border: 1px solid #C0C0C0;
  box-sizing: border-box;
}
.luntang_list {

}
.luntang_col {

}
.luntang_col_tpp {
  background: rgb(153, 0, 153);;
  color: #F00;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: .4rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid #C0C0C0;
  padding: .2rem 0;
  text-align: center;
}
.luntang_col_cont_c {
  height: .7rem;
  display: flex;
  border-bottom: 1px solid #C0C0C0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: #fff;
}
.luntang_col_cont_c > div:first-of-type {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  border-right: 1px solid #C0C0C0;
  font-size: .28rem;
  color: #000;
  font-weight: bold;
}
.luntang_col_cont_c > div:last-of-type {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  border-left: 1px solid #C0C0C0;
  font-size: .34rem;
  color: #000;
  font-weight: bold;
}
.luntang_col_cont_c > div:nth-of-type(2) {
  background: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1px;
  flex: 1;
  font-size: .34rem;
  color: red;
  font-weight: bold;
}

.luntang_col_bottom {
  background: rgb(0, 0, 255);
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFF00;
  font-size: .55rem;
  font-weight: bold;
  border-bottom: 1px solid #C0C0C0;
}
.bobo {
  background: #fff;
}
.bobo_col {
  border: 1px solid #C0C0C0;
  box-sizing: border-box;
  overflow: hidden;
  padding: .2rem .1rem .3rem;
}



.nav_bar {
  background: url(../image/navbg.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: .074rem 0;
}
.nav_bar > a {
  display: block;
  width: 25%;
  height: .52rem;
  text-align: center;
  line-height: .52rem;
  font-size: .26rem;
  color: #f8dea9;
}
.lxlm_box {
  width: 100%;
}
.lxlm_col {
  width: 100%;
  background: url(../image/bg-lxlm.jpg) no-repeat #261100;
  background-size: cover;
}
.lxlm_col_head {
  width: 100%;
  height: 1.5rem;
}
.lxlm_col_head > h1 {
  padding: .186rem;
  text-align: center;
  background: linear-gradient(180deg,#fdeb71,#bb8b2c);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: .28rem;
  font-weight: bold;
}
.lxlm_col_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  padding: .2rem .3rem;
  justify-content: space-between;
}
.lxlm_col_item {
  width: 2.2rem;
  height: 1.4rem;
  background: url(../image/bg-lxlm-item.png) no-repeat;
  background-size: contain;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .2rem;
  font-weight: bold;
  font-size: .32rem;
  color:#ffff00;
}

.lxlm_col_item:after {
  position: absolute;
  width: 1.5rem;
  height: .46rem;
  display: block;
  content: '';
  background: url(../image/bg-lxlm-border.png) no-repeat;
  background-size: cover;
}


.jtxs_box {
  width: 100%;
}
.jtxs_box_top {
  width: 100%;
  height: 1.63rem;
  background: url(../image/bg-jz2-t-top.jpg) no-repeat;
  background-size: 100%;
  position: relative;
}
.jtxs_box_top > h3 {
  position: absolute;
  left: 0;
  width: 100%;
  top: .96rem;
  color: #954f13;
  text-align: center;
  font-size: .34rem;
  font-weight: bold;
}
.jtxs_box_cont {
  background: url(../image/bg-jz2-t-mid.jpg) repeat-y;
  background-size: 100%;
}
.jtxs_box_botom {
  background: url(../image/bg-jz2-t-bottom.jpg?v=3) no-repeat;
  background-size: 100%;
  height: 1rem;
}


.jxbz_box {
  width: 100%;
}
.jxbz_col {
  position: relative;
  background: url(../image/bg-jptj.jpg) no-repeat;
  height: 5.46rem;
  background-size: cover;
  color: #2e1c0c;
}
.jxbz_col_top {
  position: absolute;
  left: .78rem;
  right: .78rem;
  top: 1.2rem;
  color: #2e1c0c;
  font-weight: bold;
  text-align: center;
  font-size: .42rem;
  line-height: 1;
}
.jxbz_col_cont {
  position: absolute;
  top: 1.78rem;
  left: .78rem;
  right: .78rem;
}
.jxbz_col_cont > table {
  table-layout: fixed;
  border: 0;
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  border-left: 1px solid #4A321B;
  border-top: 1px solid #4A321B;
  box-sizing: border-box;
}
.jxbz_col_cont > table td {
  border-right: 1px solid #4A321B;
  border-bottom: 1px solid #4A321B;
  vertical-align: middle;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: .4rem;
  font-size: .26rem;
}

.jtys_box {
  background: url(../image/bg-tz-top.png) no-repeat top;
  background-size: 100%;
}
.jtys_box_top {
  width: 100%;
  height: 1.88rem;
}
.jtys_box_top > h3 {
  color: #391e12;
  opacity: .9;
  padding-top: .62rem;
  text-align: center;
  font-size: .26rem;
}
.jtys_box_top > img {
  width: 1.88rem;
  margin: 0 auto;
}

.jtys_box_cont {
  background: url(../image/bg-tz-mid.png) repeat-y;
  background-size: contain;
  padding: 0 6.5%;
  width: 100%;
  box-sizing: border-box;
  font-size: .32rem;
}
.jtys_box_bottom {
  background: url(../image/bg-tz-bottom.png) no-repeat top;
  background-size: 100%;
  height: .77rem;
}
.jtys_col {
  display: flex;
  align-items: center;
  height: .6rem;
}
.jtys_col > label {
  background: #934f15;
  color: #fff;
  font-size: .24rem;
  line-height: .32rem;
  padding: 0 .09rem;
  border-radius: .06rem;
  margin-right: .07rem;
}
.jtys_col_title {
  width: 1px;
  flex: 1;
  display: flex;
  align-items: center;
  font-size: .26rem;
}
.jtys_col_title img {
  width: .16rem;
}
.jtys_col_right {
  margin-left: .12rem;
  font-size: .26rem;
}



.mk1 {
}
.mk1_title {
  width: 100%;
  /* height: 1rem; */
  /* background: url('../image/1111.jpg') no-repeat;
  background-size: 100% 100%; */
  background: rgb(1, 0, 251);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .32rem;
  font-weight: bold;
  border: 1px solid #C0C0C0;
  box-sizing: border-box;
  padding: .16rem 0;
  text-align: center;
}
.mk1_list {

}
.mk1_col {
  text-align: center;
  font-weight: bold;
  font-size: .3rem;
  line-height: 1.6;
  padding: .1rem 0;
  border-bottom: 1px solid #dedede;
  background: #ffffff;
}



.mk3 {
}
.mk3_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(7, 84, 172);
  font-size: .33rem;
  font-weight: bold;
  box-sizing: border-box;
  padding: .2rem 0;
  text-align: center;
  background: rgb(132, 186, 247);
}
.mk3_list {

}
.mk3_col {
  text-align: center;
  font-weight: bold;
  font-size: .28rem;
  line-height: 1.6;
  padding: .1rem 0;
  border-top: 2px solid rgb(32, 133, 247);
}


.mk4 {
}
.mk4_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .33rem;
  font-weight: bold;
  box-sizing: border-box;
  padding: .2rem 0;
  text-align: center;
  background: rgb(3, 51, 1);
}
.mk4_list {
  background: rgb(255, 255, 203);
}
.mk4_col {
  text-align: center;
  font-weight: bold;
  font-size: .28rem;
  line-height: 1.6;
  padding: .1rem 0;
  border-top: 2px solid #dedede;
}


.mk2_col_top {
  text-align: center;
  font-size: .32rem;
  color: #fff;
  background: red;
  height: .8rem;
  line-height: .8rem;
  font-weight: bold;
}
.mk2_col_items {
  display: flex;
  flex-wrap: wrap;
  background: #000;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}
.mk2_col_items > div {
  width: 50%;
  padding: .2rem .1rem;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  box-sizing: border-box;
  color: #fff;
  font-size: .3rem;
  font-weight: bold;
}


.imgs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  padding: .2rem .1rem;
}
.imgs_col {
  width: 50%;
  box-sizing: border-box;
  padding: .1rem;
}
.imgs_col_inner {
  width: 100%;
  border-radius: .12rem;
  overflow: hidden;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
}
.imgs_col_img {
  width: 100%;
  height: 3rem;
  overflow: hidden;
}
.imgs_col_img img {
  width: 100%;
  display: block;
  height: 100%;
}
.imgs_col_p {
  text-align: center;
  line-height: .8rem;
  font-size: .28rem;
}
.fa_img {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, .5);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.fa_img > img {
  width: 100%;
  display: block;
}

.mk1_table {
  width: 100%;
}
.mk1_table_tr {
  width: 100%;
  height: .68rem;
  display: flex;
  align-items: center;
  background: #fff;
}
.mk1_table_tr.head {
  background: rgb(132, 186, 247);
  color: #fff;
}
.mk1_table_tr > div {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .28rem;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}
.mk1_table_tr > div:first-of-type {
  width: 1.4rem;
}
.mk1_table_tr > div:last-of-type {
  width: 1.4rem;
  /* color: red; */
}
.mk1_table_tr > div:nth-of-type(2) {
  width: 1px;
  flex: 1;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}



.mk5_col_top {
  width: 100%;
  background: rgb(254, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .32rem;
  font-weight: bold;
  border: 1px solid #C0C0C0;
  box-sizing: border-box;
  padding: .16rem 0;
  text-align: center;
}
.mk5_col {
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  background: #fff;
}
.mk5_col td {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: .16rem 0;
  text-align: center;
}


.headrili {
  width: 100%;
  height: .8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .34rem;
  background: rgba(0, 128, 107);
  font-weight: bold;
}

.navs {
  display: flex;
  flex-wrap: wrap;
  background: rgb(102, 255, 204);
  padding: .1rem .04rem;
}
.navs > div {
  width: 20%;
  box-sizing: border-box;
  padding: .08rem .04rem;
}
.navs > div > a {
  width: 100%;
  height: .6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0, 128, 128);
  border-radius: .6rem;
  color: #fff;
  font-size: .26rem;
}