/**
 * 版心
 */
.type_area {
  width: 15rem;
  margin: 0 auto;
}

/*
 * 背景色
 */
.back {
  background: #D2E2FF;
}

.width {
  width: 100%;
  min-height: 100vh;
  background-image: url("../assets/topbac.png"), url("../assets/bottombac.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 14.01rem 7.7rem, 21.18rem 8.64rem;
  background-position: top right, left calc(100% - 2.76rem);
}

.display {
  display: flex;
}

.aic {
  align-items: center;
}

.aib {
  align-items: baseline;
}

.jcs {
  justify-content: space-between;
}

.jcc {
  justify-content: center;
}

/* 头部css -S */
.header {
  width: 100%;
  padding-top: 0.24rem;
  box-sizing: border-box;
  margin-bottom: 0.23rem;
}

.header .logo {
  width: 2rem;
  height: 0.9rem;
  cursor: pointer;
}

.header_right .header_title {
  display: flex;
  align-items: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.3rem;
  color: #FE7926;
  font-style: normal;
  text-transform: none;
  margin-right: 0.56rem;
}

.header_right .header_title span {
  margin-right: 0.19rem;
}

.header_right .header_title .line {
  width: 0.01rem;
  height: 0.2rem;
  background: #FE7926;
  border-radius: 0.13rem;
  margin-right: 0.19rem;
}

.header_right .header_title .subtitle {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  font-style: normal;
  text-transform: none;
}

.header_right .header_search {
  width: 3.7rem;
  height: 0.5rem;
  background: #FFFFFF;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  border: 0.01rem solid #315DBC;
  padding-left: 0.18rem;
  box-sizing: border-box;
}

.header_search input {
  width: calc(100% - 1.5rem);
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
  resize: none;
  min-height: 0;
  box-sizing: content-box;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 100%;
  line-height: 0.5rem;

}

.header_search input::placeholder {
  font-size: 0.18rem;
}

.header_search .search_button {
  width: 1.09rem;
  height: 0.5rem;
  background: linear-gradient(85deg, #A6C4FC 0%, #315DBC 100%);
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  font-style: normal;
  text-transform: none;
  padding: 0 0.2rem;
  box-sizing: border-box;
  cursor: pointer;
}

.header_search .search_button img {
  width: 0.2rem;
  height: 0.2rem;
}

.whole_tab_list {
  width: 100%;
  height: 0.65rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, #FFFFFF 100%);
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  border: 0.01rem solid #FFFFFF;
  padding: 0 0.2rem;
  box-sizing: border-box;
  margin-bottom: 0.23rem;
}

.whole_tab_list .tab_item {
  width: calc(100% / 7);
  height: 100%;
  line-height: 0.65rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  position: relative;
}

.whole_tab_list .tab_item.header_active {
  font-weight: bold;
  font-size: 0.23rem;
  color: #315DBC;
}

.header_active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0.5rem;
  height: 0.05rem;
  background: #FE7926;
  border-radius: 0.05rem 0.05rem 0rem 0rem;
  transform: translateX(-50%);
}

/*.whole_tab_list .tab_item .badge {*/
/*  position: absolute;*/
/*  top: 0.05rem;*/
/*  right: 0.6rem;*/
/*  width: 0.31rem;*/
/*  height: 0.16rem;*/
/*  background: #FE7926;*/
/*  border-radius: 0.16rem 0.16rem 0.16rem 0rem;*/
/*  font-family: Microsoft YaHei, Microsoft YaHei;*/
/*  font-weight: 400;*/
/*  font-size: 0.08rem;*/
/*  line-height: 0.16rem;*/
/*  color: #FFFFFF;*/
/*  text-align: center;*/
/*  font-style: normal;*/
/*  text-transform: none;*/
/*}*/

.whole_tab_list .tab_item .badge {
position: absolute;
  top: 0.05rem;
  right: 0.6rem;
  min-width: 0.31rem;
  height: 0.16rem;
  background: #FE7926;
  border-radius: 0.16rem 0.16rem 0.16rem 0rem;
  padding: 0 0.01rem;
  padding-bottom: 0.01rem;
  box-sizing: border-box;
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 400;
  font-size: 0.08rem;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* 头部css -E */

/* 首页内容 - S */
.One {
  margin-bottom: 0.2rem;
}

.WinningVideo {
  width: 10rem;
  height: 4.32rem;
  border-radius: 0rem 0rem 0.08rem 0.08rem;
  margin-right: 0.08rem;
}

.WinningVideo img {
  width: 100%;
  height: 3.75rem;
  border-radius: 0.08rem 0.08rem 0rem 0rem 0rem 0rem;
}

.WinningVideo_button {
  width: 100%;
  height: 0.57rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, #FFFFFF 100%);
  margin-top: -0.02rem;
}

.WinningVideo_button .button_item {
  /*width: calc(100% / 3);*/
  flex: 1;
  height: 0.57rem;
  text-align: center;
  line-height: 0.57rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  overflow: hidden;
    white-space: nowrap; /* 强制不换行 */
  overflow: hidden;    /* 隐藏超出容器的内容 */
  text-overflow: ellipsis; /* 超出部分用...代替 */
  
}

.WinningVideo_button .button_item.butactive {
  width: calc(100% / 3);
  height: 0.57rem;
  background: linear-gradient(87deg, #A6C4FC 0%, #315DBC 100%);
  /*border-radius: 0rem 0.08rem 0.08rem 0.08rem;*/
  font-weight: bold;
  color: #FFFFFF;
}

.box {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, #FFFFFF 100%);
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  border: 0.01rem solid #FFFFFF;
  padding: 0.24rem;
  box-sizing: border-box;
}

.real_time_info {
  width: 4.93rem;
  height: 4.32rem;
}

.real_time_info .real_time_info_header {
  margin-bottom: 0.46rem;
}

.box .box_title {
  position: relative;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.23rem;
  color: #315DBC;
  font-style: normal;
  text-transform: none;
  z-index: 1;
}

.box .box_title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.01rem;
  width: 0.57rem;
  height: 0.08rem;
  background: linear-gradient(180deg, rgba(254, 121, 38, 0.21) 0%, rgba(254, 121, 38, 0.97) 100%);
  border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
  z-index: -1;
}

.box .more {
  width: 0.79rem;
  height: 0.35rem;
  background: linear-gradient(84deg, #A6C4FC 0%, #315DBC 100%);
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.15rem;
  color: #FFFFFF;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}

.box .more img {
  width: 0.15rem;
  height: 0.15rem;
  margin-left: 0.06rem;
}

.real_time_info .real_time_info_list {
  width: 100%;
  height: calc(100% - 0.8rem);
  overflow-y: auto;
}

.real_time_info_list .rti_item {
  width: 100%;
  padding-bottom: 0.13rem;
  border-bottom: 0.01rem solid #DDDDDD;
  margin-bottom: 0.19rem;
  cursor: pointer;
}

.rti_item .yuan {
  width: 0.08rem;
  height: 0.08rem;
  background: #FE7926;
  border-radius: 50%;
}

.real_time_info_list .rti_item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.rti_item .item_conten {
  width: calc(100% - 0.2rem);
}

.item_conten .item_title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.18rem;
  color: #333333;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.13rem;
}

.item_conten .item_subtitle {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.15rem;
  color: #999999;
  font-style: normal;
  text-transform: none;
}

/* WebKit 浏览器：Chrome, Edge, Safari */
.real_time_info_list::-webkit-scrollbar {
  width: 0.08rem;
  height: 1.39rem;
}

.real_time_info_list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 0.13rem;
}

.real_time_info_list::-webkit-scrollbar-thumb {
  background: #D2E2FF;
  border-radius: 0.13rem;
}

.real_time_info_list::-webkit-scrollbar-thumb:hover {
  background: #D2E2FF;
}

.ad {
  margin-bottom: 0.2rem;
}

.ad img {
  width: 3.6rem;
  /*height: 1.25rem;*/
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  /*background: red;*/
  cursor: pointer;
}

.result {
  width: 10rem;
  height: 5rem;
  margin-right: 0.08rem;
}

.result_header {
  margin-bottom: 0.23rem;
}

.result .result_more {
  width: 1.6rem;
  height: 0.45rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, #FFFFFF 100%);
  border-radius: 0.38rem 0.38rem 0.38rem 0.38rem;
  border: 0.01rem solid #FFFFFF;
}

.result .result_more_item {
  width: 50%;
  height: 100%;
  border-radius: 0.38rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #315DBC;
  text-align: center;
  line-height: 0.45rem;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}

.result .result_more_item.on {
  background: linear-gradient(86deg, #A6C4FC 0%, #315DBC 100%);
  color: #FFFFFF;
}

.result_list {
  width: 100%;
}

.part_content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.2rem;
}

.result_list .result_item {
  width: 100%;
  height: 1.84rem;
  border-radius: 0.2rem;
  padding: 0.2rem;
  box-sizing: border-box;
  cursor: pointer;
}

.result_bac1 {
  background: linear-gradient(170deg, #F7F2EB 0%, rgba(247, 242, 235, 0.3) 100%);
}

.result_bac2 {
  background: linear-gradient(143deg, #D2E2FF 0%, rgba(210, 226, 255, 0) 100%);
}

.res_item_header {
  margin-bottom: 0.28rem;
}

.rih_left {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.18rem;
  color: #315DBC;
  line-height: 0.2rem;
  font-style: normal;
  text-transform: none;
}

.rih_left img {
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.09rem;
}

.rih_right {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #999999;
  line-height: 0.2rem;
  font-style: normal;
  text-transform: none;
}

.number {
  margin-bottom: 0.21rem;
}

.number .number_item {
  width: 0.41rem;
  height: 0.41rem;
  /*background: #EF302C;*/
  font-family: DIN, DIN;
  font-weight: bold;
  font-size: 0.25rem;
  color: #FFFFFF;
  line-height: 0.41rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-right: 0.08rem;
  border-radius: 50%;
}

.number .number_item:last-of-type {
  margin-right: 0;
}

.number .number_item.numactive {
  background: #0091FF;
}

.history_right {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.18rem;
  color: #315DBC;
  line-height: 0.13rem;
  font-style: normal;
  text-transform: none;
}

.history_right img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.08rem;
}

.history_left .history_title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FE7926;
  line-height: 0.2rem;
  font-style: normal;
  text-transform: none;
}

.history_left .history_item {
  width: 0.3rem;
  height: 0.3rem;
  background: #999999;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 0.3rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-right: 0.04rem;
  border-radius: 50%;
}

.history_left .history_item:last-of-type {
  margin-right: 0;
}
.Lottery_item_title{
  white-space: nowrap; /* 强制不换行 */
  overflow: hidden;    /* 隐藏超出容器的内容 */
  text-overflow: ellipsis; /* 超出部分用...代替 */
}
.live_stream {
  width: 5rem;
  height: 5rem;
}
.news_history span{
  cursor: pointer;
}

.live_stream .live_stream_header {
  margin-bottom: 0.43rem;
  margin-top: 0.05rem;
}

.live_stream .live_stream_content {
  width: 4.47rem;
  height: 3.87rem;
  border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
  position: relative;
  padding: 0 0;
  box-sizing: border-box;
}

.live_stream_content .live_img {
  width: 100%;
  height: 100%;
  border-radius: 0.13rem;
}

.live_stream_content .pause {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.38rem;
  height: 0.38rem;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.live_stream_content .des {
  position: absolute;
  left: 50%;
  bottom: 0.26rem;
  width: 4.47rem;
  height: 0.78rem;
  border-left: 0.06rem solid #FE7926;
  transform: translateX(-50%);
  padding-left: 0.21rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background: red;
}

.des .des_time {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.2rem;
  color: #FFFFFF;
  font-style: normal;
  text-transform: none;
}

.des .des_info_time {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  font-style: normal;
  text-transform: none;
}

.problem_header {
  width: 100%;
  margin-bottom: 0.54rem;
}

.problem_item {
  width: 100%;
  padding-bottom: 0.13rem;
  border-bottom: 0.01rem solid #DDDDDD;
  margin-bottom: 0.19rem;
  cursor: pointer;
}

.problem_item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.problem_item .yuan {
  width: 0.08rem;
  height: 0.08rem;
  background: #FE7926;
  border-radius: 50%;
}

.problem_item .item_conten {
  width: calc(100% - 0.2rem);
}

.problem_item .item_conten .item_title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.18rem;
  color: #333333;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.13rem;
}

.problem_item .item_conten .item_subtitle {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.15rem;
  color: #999999;
  font-style: normal;
  text-transform: none;
}

.zhanwei img {
  width: 100%;
  height: 1.25rem;
  cursor: pointer;
}

/* 首页内容 - E */

/* 底部导航栏 - S */
.foot {
  width: 100%;
  margin-top: 0.96rem;
}

.foot_content {
  width: 100%;
  height: 2.13rem;
  background: #315DBC;
  padding-top: 0.24rem;
  box-sizing: border-box;
}

.foot_content .tips {
  width: 100%;
  height: 0.43rem;
  background: #FF5252;
  border-radius: 0.05rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 0.43rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.36rem;
}

.foot_title .title_top {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.2rem;
}

.title_text {
  cursor: pointer;
}

.title_bottom {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 0.15rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.foot .subtitle_top {
  width: 1.86rem;
  border-bottom: 0.01rem solid #FFFFFF;
  padding-bottom: 0.11rem;
  box-sizing: border-box;
  margin-bottom: 0.06rem;
}

.foot .subtitle_top img {
  cursor: pointer;
}

.foot .subtitle_top .foot_logo {
  width: 0.9rem;
  height: 0.3rem;
}

.foot .subtitle_top .xiao_image {
  width: 0.35rem;
  height: 0.35rem;
}

.foot_subtitle .subtitle_bottom {
  width: 1.86rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  text-align: justify;
}

.foot_filing {
  width: 100%;
  height: 0.63rem;
  background: #192F5E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 0.15rem;
  font-style: normal;
  text-transform: none;
}

/* 底部导航栏 - E */

/* 新闻资讯 -S */
.news_history {
  width: 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-size: 0.15rem;
  color: #333333;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.14rem;
}

.news_history img {
  width: 0.15rem;
  height: 0.15rem;
  margin: 0 0.05rem;
}

.min_height {
  min-height: 8rem;
}

.news_content {
  padding: 0.64rem;
  box-sizing: border-box;
}

.news_content .news_item {
  width: 100%;
  padding-bottom: 0.39rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #CCCFD9;
  margin-bottom: 0.4rem;
  cursor: pointer;
}

.news_content .news_item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.news_item .item_logo {
  width: 2.42rem;
  height: 1.5rem;
  margin-right: 0.38rem;
}

.news_item .item_right {
  width: calc(100% - 2.42rem - 0.38rem);
  height: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news_item .item_right .right_header {
  width: 100%;
}

.right_header .right_header_title {
  width: 65%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.23rem;
  color: #333333;
  font-style: normal;
  text-transform: none;
}

.right_header .right_header_right {
  /*width: 30%;*/
}

.right_header_right .right_header_time {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  font-style: normal;
  text-transform: none;
}

.right_header_right .right_view {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  font-style: normal;
  text-transform: none;
}

.right_header_right .right_view img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.04rem;
}

.news_item .right_content {
  width: 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.35rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_content .right_bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.news_content .right_bottom .bottom_button {
  width: 1.08rem;
  height: 0.35rem;
  background: linear-gradient(84deg, #A6C4FC 0%, #315DBC 100%);
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  line-height: 0.35rem;
  font-weight: 400;
  font-size: 0.15rem;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}

.news_content .right_bottom .bottom_button img {
  width: 0.15rem;
  height: 0.15rem;
  margin-left: 0.02rem;
}

.page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.4rem;
}


/* 新闻资讯 -E */

/* 新闻公告 -S */
.UseNotice {
  width: 1.48rem;
  height: 0.61rem;
  background: #315DBC;
  border-radius: 0.39rem 0rem 0rem 0.39rem;
  position: fixed;
  top: 2.55rem;
  right: 0;
  padding: 0 0.18rem;
  box-sizing: border-box;
  cursor: pointer;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 0.61rem;
  font-style: normal;
  text-transform: none;
}

.UseNotice img {
  width: 0.25rem;
  height: 0.25rem;
}

.model {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);

}

.model .model_center {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.model .model_content {
  width: 9.63rem;
  padding: 0.31rem 0.43rem;
  box-sizing: border-box;
  background: linear-gradient(199deg, #92B5FF 0%, #FFFFFF 100%);
  border-radius: 0.15rem;
  position: relative;
}

.model .model_content .model_img {
  width: 3.94rem;
  height: 3.96rem;
  position: absolute;
  top: -30%;
  right: 0.09rem;
  z-index: 0;
}

.model_content .model_title {
  position: relative;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.23rem;
  color: #315DBC;
  font-style: normal;
  text-transform: none;
  z-index: 1;
}

.model_content .model_title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.57rem;
  height: 0.08rem;
  background: linear-gradient(180deg, rgba(254, 121, 38, 0.21) 0%, rgba(254, 121, 38, 0.97) 100%);
  border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
  z-index: -4;
}

.model_center .close {
  position: relative;
  z-index: 9;
}

.model_center .close img {
  width: 0.23rem;
  height: 0.23rem;
  cursor: pointer;
}

.model_center .model_text {
   position: relative;
  width: 100%;
  min-height: 4.35rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, #FFFFFF 100%);
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  margin-top: 0.2rem;
  z-index: 9;
}

/* 新闻公告 -E */

/* 彩票开奖 -S */

.lottery_left {
  width: 2.13rem;
  min-height: 14.81rem;
  padding: 0.14rem;
  box-sizing: border-box;
}

.lottery_right {
  width: calc(100% - 2.13rem - 0.15rem);
  min-height: 14.81rem;
  padding: 0.19rem 0.32rem;
  box-sizing: border-box;
}

.lottery_list {
  border-radius: 0.08rem;
}

.fu_bac {
  background: linear-gradient(311deg, #FFFFFF 0%, #FFB2B2 100%);
}

.ti_bac {
  background: linear-gradient(311deg, #FFFFFF 0%, #FEEBD1 100%);
  margin-top: 0.13rem;
}

.lottery_left .lottery_list_header {
  width: 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  color: #EF302C;
  text-align: center;
  font-style: normal;
  text-transform: none;
  height: 0.57rem;
}

.ti_color {
  color: #FE7926;
}

.lottery_left .lottery_list_header img {
  width: 0.35rem;
  height: 0.35rem;
  margin-right: 0.11rem;
}

.list_item_content {
  width: 100%;
  background: #FFFFFF;
  border-radius: 0.08rem;
  padding: 0.1rem 0.08rem;
  box-sizing: border-box;
}

.list_item_content .lottery_list_item {
  width: 100%;
  height: 0.57rem;
  background: #F7F7F7;
  border-radius: 0.05rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-size: 0.18rem;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
  line-height: 0.57rem;
  cursor: pointer;
  margin-bottom: 0.04rem;
}

.list_item_content .lottery_list_item:last-of-type {
  margin-bottom: 0;
}

.lottery_table_content {
  width: 100%;
  padding: 0.24rem;
  box-sizing: border-box;
  background: #fff;
  margin-top: 0.23rem;
  margin-bottom: 0.29rem;
}

.lottery-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.lottery-table th {
  color: #333;
  font-weight: 500;
  padding: 12px 10px;
  background: #F9FAFF;
  text-align: left;
}

.lottery-table td {
  padding: 12px 10px;
  /* vertical-align: middle; */
}

.numbers {
  max-width: 3.3rem;
}

.numbers span {
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  line-height: 0.35rem;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  margin: 0 3px;
  text-align: center;
  margin-bottom: 0.2rem;
}

.red {
  background-color: #e74c3c;
  color: white;
}

.blue {
  background-color: #3498db;
  color: white;
}

.gray {
  background-color: #ccc;
  color: #333;
}

.trial-numbers span {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.3rem;
}

.lottery-table a {
  color: #0066cc;
  text-decoration: none;
}

.list_item_content .lottery_list_item.lottery_active {
  background: rgba(254, 121, 38, 0.2);
  border-radius: 0.05rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.18rem;
  color: #FE7926;
  font-style: normal;
  text-transform: none;
}

.lottery_tab_item {
  width: 1.13rem;
  height: 0.4rem;
  background: #FFFFFF;
  border-radius: 0.05rem;
  margin-right: 0.15rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
  line-height: 0.4rem;
  cursor: pointer;
}

.lottery_tab_item.item_active {
  background: linear-gradient(248deg, #A6C4FC 0%, #315DBC 100%);
  color: #FFFFFF;
}

/* 彩票开奖 -E */

/* 开奖直播 -S */
.livestream_content {
  height: 9.21rem;
  padding: 0.35rem 0.41rem;
  box-sizing: border-box;
  margin-bottom: 0.25rem;
}

.livestream_title {
  margin-bottom: 0.34rem;
}

.livestream_title .title_title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.33rem;
  color: #333333;
  font-style: normal;
  text-transform: none;
  margin-right: 0.2rem;
}

.livestream_title .title_status {
  width: 0.94rem;
  height: 0.35rem;
  background: linear-gradient(84deg, #A6C4FC 0%, #315DBC 100%);
  border-radius: 0.25rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  line-height: 0.35rem;
  font-size: 0.15rem;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.rich_text {
  width: 100%;
  flex-direction: column;
}

.rich_text .rich_text_title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.35rem;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.3rem;
  margin-top: 0.2rem;
}

.rich_text .rich_text_subtitle {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  font-style: normal;
  text-transform: none;
}

.rich_text_subtitle .rich_text_time {
  margin-right: 0.5rem;
}

.rich_text_subtitle .rich_text_view img {
  width: 0.2rem;
  height: 0.2rem;
}

.livestream_video {
  width: 100%;
  height: 7.55rem;
  border-radius: 0.15rem;
}

.Lottery_history .Lottery_history_item {
  width: 2.66rem;
  /*height: 2.1rem;*/
  border-radius: 0.08rem;
}
.Lottery_history {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.25rem;
  margin-top: 0.34rem;
}

.history_item_img img{
  width: 100%;
}

.Lottery_history_item .history_item_img {
  width: 100%;
  position: relative;
}

.Lottery_history_item .history_item_img .video_img {
  width: 100%;
  height: 1.53rem;
  border-radius: 0.08rem 0.08rem 0rem 0rem;
}

.Lottery_history_item  .history_item_img .pause_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 0.38rem;
  height: 0.38rem;
}

.Lottery_item_title {
  width: 2.66rem;
  height: 0.49rem;
  line-height: 0.49rem;
  background: #315DBC;
  border-radius: 0rem 0rem 0.08rem 0.08rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  font-style: normal;
  text-transform: none;
  padding: 0 0.14rem;
  box-sizing: border-box;
}

.loDetail_content {
  min-height: 10rem;
}

.playback_left {
  width: 10.33rem;
  height: 7.11rem;
  padding: 0.35rem 0.41rem;
  box-sizing: border-box;
}

.playback_right {
  width: calc(100% - 10.33rem - 0.15rem);
  height: 7.11rem;
}

.playback_video {
  width: 100%;
  height: 5.28rem;
}

.playback_right {
  padding: 0.19rem 0.29rem;
  box-sizing: border-box;
}

.notice {
  margin-bottom: 0.24rem;
}

.notive_header {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.23rem;
  color: #315DBC;
  line-height: 0.28rem;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.2rem;
}

.notive_header img {
  width: 0.35rem;
  height: 0.35rem;
  margin-right: 0.11rem;
}

.notice_time {
  width: 1.19rem;
  height: 0.31rem;
  border-radius: 0.16rem;
  border: 0.01rem solid #FE7926;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FE7926;
  text-align: center;
  font-style: normal;
  text-transform: none;
  line-height: 0.31rem;
  margin-left: 0.24rem;
}

.notive_number_item {
  width: 0.41rem;
  height: 0.41rem;
  background: #EF302C;
  font-family: DIN, DIN;
  font-weight: bold;
  font-size: 0.25rem;
  color: #FFFFFF;
  line-height: 0.41rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  border-radius: 50%;
  margin-right: 0.08rem;
}

.notive_number_item:last-of-type {
  margin-right: 0;
}

/* 开奖直播 -E */

/* 交流社区 -S */
.communication_content {
  padding: 0.35rem 0.51rem 0 0.51rem;
  box-sizing: border-box;
  position: relative;
}

.communication_content .message_img{
    position: absolute;
    right: -0.5px;
    bottom: -0.4px;
    width: 15rem;
    height: 8rem;
}

.communication_content .content_logo {
  width: 1.23rem;
  height: 0.55rem;
}

.communication_content .line {
  width: 0.03rem;
  height: 0.33rem;
  background: #315DBC;
  border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
  margin-left: 0.23rem;
  margin-right: 0.34rem;
}

.communication_content .net {
  width: 0.7rem;
  height: 0.46rem;
}

.big_img {
  width: 8.91rem;
  height: 6.58rem;
}

.communication_title {
  margin-bottom: 0.23rem;
}



.communication_title_title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.28rem;
  color: #333333;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.16rem;
}

.communication_title_subtitle {
    width: 4rem;
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: bold;
  font-size: 0.5rem;
  color: #315DBC;
  font-style: normal;
  text-transform: none;
}

.communication_subtitle {
    width: 4.5rem;
    font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 0.18rem;
color: #666666;
line-height: 0.3rem;
font-style: normal;
text-transform: none;
margin-bottom: 0.38rem;
}

.desc {
    width: 100%;
    /*width: 364px;*/
/*height: 116px;*/
font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 14px;
color: #666666;
line-height: 24px;
text-align: left;
font-style: normal;
text-transform: none;
margin-top: 0.1rem;
text-align: justify"
}

.download {
  width: 2.44rem;
  height: 0.64rem;
  background: linear-gradient(84deg, #A6C4FC 0%, #315DBC 100%);
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  margin-bottom: 0.25rem;
  padding: 0 0.3rem;
  box-sizing: border-box;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.25rem;
  color: #FFFFFF;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}

.download img {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.25rem;
}

.law_content {
  padding: 0.34rem 0.51rem;
  box-sizing: border-box;
}

.law_title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.33rem;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.39rem;
}

/* 交流社区 -E */

/* 帮助中心 -S */
.help_content {
  width: 100%;
  display: flex;
  gap: 0.15rem;
}

.help_left {
  width: 2.13rem;
  padding: 0.15rem 0.13rem;
  box-sizing: border-box;
}

.help_right {
  width: calc(100% - 2.13rem - 0.15rem);
  padding: 0.35rem 0.53rem;
  box-sizing: border-box;
}

.help_item {
  width: 100%;
  height: 0.68rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
  line-height: 0.68rem;
  cursor: pointer;
}

.help_item.helpactive {
  background: #FE7926;
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.18rem;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.help_right_title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.33rem;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.39rem;
}

.common {
  width: 100%;
  margin-bottom: 0.33rem;
  border-bottom: 0.01rem solid #DDDDDD;
  padding-bottom: 0.16rem;
}

.common:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.common .yuan {
  width: 0.08rem;
  height: 0.08rem;
  background: #FE7926;
  border-radius: 50%;
  margin-right: 0.16rem;
}

.common_right {
  width: calc(100% - 0.08rem - 0.16rem);
}

.common_right_title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.18rem;
  color: #333333;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.13rem;
}

.common_right_subtitle {
  width: 100%;
  min-height: 0.47rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.15rem;
  color: #999999;
  line-height: 0.25rem;
  font-style: normal;
  text-transform: none;
}

.code_top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.96rem;
}

.code_top_item {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.code_top_item .item_img {
  width: 1.48rem;
  height: 1.48rem;
  margin-bottom: 0.24rem;
  background: #FFFFFF;
  border-radius: 0.15rem;
  padding: 0.13rem;
  box-sizing: border-box;
}

.code_top_item .item_img img {
  width: 100%;
  height: 100%;
}

.code_bottom_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.code_bottom_item img {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  margin-bottom: 0.28rem;
}

/* 帮助中心 -E */

/* 搜索 -S */

.search_search {
  width: 100%;
  height: 0.75rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, #FFFFFF 100%);
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  border: 0.01rem solid #315DBC;
  padding: 0.13rem;
  box-sizing: border-box;
  margin-bottom: 0.13rem;
}

.search_search .search_button {
  width: 1.09rem;
  height: 0.5rem;
  background: linear-gradient(85deg, #A6C4FC 0%, #315DBC 100%);
  border-radius: 0.08rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  font-style: normal;
  text-transform: none;
  padding: 0 0.2rem;
  box-sizing: border-box;
  cursor: pointer;
}

.search_search .search_button img {
  width: 0.2rem;
  height: 0.2rem;
}

.search_search input {
  width: calc(100% - 1.5rem);
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
  resize: none;
  min-height: 0;
  box-sizing: content-box;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 100%;
  line-height: 0.5rem;
}

.search_search input::placeholder {
  font-size: 0.18rem;
}

.empty {
  padding-top: 0.73rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.empty img {
  width: 2.13rem;
  height: 2.13rem;
  margin-bottom: 0.23rem;
}

/* 搜索 -E */

.communication_padding {
    padding-left: 0.2rem;
    position: relative;
    z-index: 9;
    box-sizing: border-box;
}