* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {}

.main {
  max-width: 800px;
  margin: 0 auto;
  width: 100vw;
  min-height: 100vh;
  background-color: #F7F7F6;
  position: relative;

}

.main>div+div.main_block {
  margin-top: 10px;
  background-color: #fff;
  padding: 16px 16px 12px;
}

.has_arrow_right>a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3180F5;
  height: 14px;
}

.has_arrow_right img {
  width: 6px;
  height: 10px;
  margin-left: 5px;
}

a {
  text-decoration: none;
}


.block1 {
  background: linear-gradient(180deg, #3D31DE 0%, #3D31DE 100%);
  position: relative;
}

.header-secondary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 3px 16px 0;
  background: #3D31DE;
}

.header-secondary>.header-font {
  flex: 1;
  font-size: 1.5rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 16px 0;
  height: 77px;
  position: relative;
}

.header span:nth-child(2) {
  flex: 1;
  font-size: 13px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}

.header img {
  width: 18px;
  height: 18px;
  margin-left: 24px;
}

.header img.header_logo {
  width: 55.5px;
  height: 48px;
  margin: 0 9.5px 0 0;
}

.tab {
  width: 255.5px;
  height: 54px;
  font-family: PingFangSC-Semibold, PingFang SC;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
}

.tab.high_left {
  background-image: url('./img/tab_left.png');
}

.tab>span {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.tab.high_left>span:nth-child(1) {
  width: 50%;
  line-height: 52px;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
}

.tab.high_left>span:nth-child(2) {
  width: 50%;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #737693;
}

.tab.high_right {
  background-image: url('./img/tab_right.png');
}

.tab.high_right>span:nth-child(2) {
  width: 50%;
  line-height: 52px;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
}

.tab.high_right>span:nth-child(1) {
  width: 50%;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #737693;
}

.robot {
  position: absolute;
  right: 16px;
  top: 89px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 64px;
  height: 33px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  border: 1px solid #FFFFFF80;
  padding-top: 4px;

  font-size: 10px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 14px;
}

.robot>img {
  width: 14px;
  height: 13px;
}

.result {
  background-color: #fff;
  padding: 11.5px 16px;

}

.result .result_tit {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 600;
  color: #737693;
  line-height: 16px;
  height: 16px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.period {
  margin: 0 5px;
  color: #FF641E;
}

.result .result_tit>div {
  height: 100%;
  display: flex;
  align-items: center;
}

.result .result_tit>div>img {
  width: 16px;
  height: 15px;
  margin-right: 4px;
}

.result .result_tit>div>a>span {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3180F5;
}

.result_circle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 66.5px;
  margin-top: 12px;
}


.result_circle .item_circle {
  width: 40px;
  height: 100%;
  background: #E0EFF9;
  border-radius: 20.5px;
  text-align: center;

  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 12px;
}

.result_circle .item_circle .circle {
  width: 40px;
  height: 40px;
  background: url('./img/circle_green.png') no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.result_circle .item_circle .circle.circle_blue {
  background-image: url('./img/circle_blue.png')
}

.result_circle .item_circle .circle.circle_red {
  background-image: url('./img/circle_red.png')
}

.result_circle .item_add {
  width: 13.5px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.result_history {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;

  font-size: 11px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 11px;
}

.result_history .item_history>a {
  color: #FF641E;
}


.result_btns {
  margin-top: 12px;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.result_btns a {
  width: 24%;
  height: 100%;
  background: linear-gradient(180deg, #65CCF9 0%, #2C4AEA 100%);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}

.result_btns .btn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.result_btns .btn>img {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  margin-bottom: -2px;
}

.btns_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.btns_wrapper>.btns_wrapper_item {
  margin: 2%;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 10px;
  color: #FFFFFF;
}


.project_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 18px;
}

.project_tit {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 18px;
}

.project_container {
  margin: 0rem;
  padding: 0px 18px;
  display: flex;
  flex-wrap: wrap;
  background-color: #eee;
}

.project_container_item {
  margin: 10px;
  width: calc((100% - 60px) / 3);
  height: 2rem;
  border-radius: 0.2rem;
  background-color: #FFFFFF;
  font-size: 0.8rem;
  text-align: center;
  line-height: 2rem;
  color: #333333;
  cursor: pointer;
}

.project_block {
  margin: 16px 0 0;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
}

.project_item {
  /*flex-basis: 31.7%;*/
  line-height: 0;
  margin: 10px;
  width: calc((100% - 60px) / 3);
  flex-direction: row;
  justify-content: space-between;
}

.project_item>a>img {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.block_col_4 {
  margin-top: 8px;
  justify-content: space-between;
}

.block_col_4 .project_item {
  width: calc((100% - 80px) / 4);
  /*height: 150px;*/
}

.block_col_4 .project_item>a>img {
  /*height: 93px;*/
}

.project_item>div {
  text-align: center;
  margin: 8px auto 12px;
  height: 12px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 12px;
}

.project_footer {
  border-top: 1px solid #EAEAEA;
  padding-top: 12px;
}


/*.project_num {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  align-items: center;*/
/*  margin-top: 12px;*/
/*}*/

/*.project_num>div {*/
/*  width: 52px;*/
/*  height: 28px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  border-radius: 16px;*/
/*  background-color: #A6A6A619;*/
/*  font-size: 13px;*/
/*  font-family: PingFangSC-Regular, PingFang SC;*/
/*  font-weight: 400;*/
/*  color: #666666;*/
/*  margin-bottom: 4px;*/
/*}*/

.project_num {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.project_num>div {
  min-width: 52px;
}

.project_num>div+div {
  margin-left: 6px;
}

.project_num>div.sel {
  background: linear-gradient(180deg, #65CCF9 0%, #2C4AEA 100%);
  color: #FFFFFF;
}


.project_result {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  background: #F8D9CE80;
  border-radius: 4px;

  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FF641E;
}

.project_result>span {
  width: 20px;
  height: 20px;
  background: #FF641E;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 13px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  margin-right: 7px;
}


.project_rows {
  margin-top: 8px;
}

.project_row {
  width: 100%;
  height: 38px;
  background: #F1F7FF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  margin-top: 4px;
}

.project_row .project_label {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  display: flex;
  align-items: center;
}

.project_row .project_label>span {
  width: 16px;
  height: 16px;
  background: linear-gradient(104deg, #77D6C7 0%, #42BEAA 100%);
  border-radius: 50%;
  margin: 0 3px;

  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}


.project_row .project_value {
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  /*max-width: 170px;*/
  white-space: nowrap;
  overflow: hidden;
  /*text-overflow: ellipsis;*/
}

.project_row .project_tip {
  height: 20px;
  border-radius: 2px;
  border: 1px solid #FF641E;
  padding: 0 6px;

  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FF641E;
  display: flex;
  align-items: center;
  margin: 0 3px;
}


.project_table {
  margin-top: 12px;
}

.table_header {
  height: 36px;
  background: linear-gradient(180deg, #1831F6 0%, #7583FE 100%);
  border-radius: 4px 4px 0px 0px;

  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 36px;
  padding-left: 12px;
}

.table_header.table_header_red {
  background: linear-gradient(180deg, #FF5020 0%, #FA9477 100%);
}

.table_header.table_header_green {
  background: linear-gradient(180deg, #52B719 0%, #ACE58C 100%);
}

.table_row {
  height: 37px;
  line-height: 36px;
  border-bottom: 1px solid #EAEAEA;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  font-size: 12px;
}

.project_table_color .table_row span {
  /* margin-left: 1px; */
}

.project_table_color .table_row span.color_tit {
  margin-left: 8px;
  font-size: 13px;
}

.cell_red {
  color: #FF0000;
}

.cell_blue {
  color: #3180F5;
}

.cell_green {
  color: #52B719;
}


/* 生肖表 */
.project_table_zodiac .table_row {
  color: #52B719;
  display: flex;
  align-items: center;
  padding: 0 4px;
}

.project_table_zodiac .table_row>span {
  width: calc(100% / 12);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 五行表 */
.project_table_five .table_tbody {
  display: flex;
  justify-content: space-between;
}

.project_table_five .table_tbody .tbody_col {
  width: 37px;
  height: 185px;
  background: #F3F3F3;

  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.project_table_five .table_tbody .tbody_other {
  flex: 1;
  color: #52B719;
}

.tbody_other .table_row {
  display: flex;
  align-items: center;
  padding: 0 4px;
}

.tbody_other .table_row>span {
  width: calc(100% / 10);
  display: flex;
  justify-content: center;
  align-items: center;
}



/* 灰色头部 */
.project_table .table_row_tit {
  background: #F3F3F3;
  border: none;
  font-size: 13px;
  font-weight: 500;
  color: #666666;
}


.main_footer {
  padding-bottom: 16px;
}

.main_footer .footer_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.footer_btns>a {
  width: 165px;
  height: 36px;
}

.footer_btns>a+a {
  margin-left: 10px;
}

.footer_btns>a>div {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #65CCF9 0%, #2C4AEA 100%);
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;

  display: flex;
  align-items: center;
  justify-content: center;
}


.footer_btns>a>div>img {
  width: 16px;
  height: 16px;
  margin-right: 3px;
}



.footer_copyright {
  margin: 16px auto 0;
  font-size: 11px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 11px;
  text-align: center;
}

.top_radius {
  background-color: #3D31DE;
}

.top_radius>div {
  /*border-radius: 16px 16px 0 0;*/
}

.notice_poster {
  display: inline-block;
  margin-top: 12px;
  width: 100%;
  height: 240px;
  /*background: url('./img/notice_poster.png') no-repeat;*/
  background-color: black;
  background-size: 100% 100%;
  padding-top: 20px;
  text-align: center;
}

.notice_poster .poster_tit {
  margin: 0 auto;
  font-size: 17px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 17px;
  margin-top: 60px;
}

.notice_poster .poster_time {
  margin: 9px auto 0;
  height: 20px;
  display: inline-block;
  background: #FFE9C2;
  border-radius: 10px;
  padding: 0 9px;
  line-height: 20px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #AC4D00;
}

.notice_poster .poster_desc {
  margin: 10px auto 0;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}

.block_col_2 .project_item {
  /*flex-basis: 48.8%;*/
  width: calc((100% - 60px) / 3);
}

.block_col_3 .project_item {
  /*flex-basis: 48.8%;*/
  width: calc((100% - 80px) / 4);
}

/* 开奖回放 */
.page_header {
  padding: 42px 30px 11px;
  background: linear-gradient(180deg, #3D31DE 0%, #3D31DE 100%);
}

.page_header>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 25px;

  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}

.page_body {
  height: calc(100vh - 88px);
  /* height: auto;*/
  overflow-y: auto;
  background-color: #F7F7F7;
}

.pd16 {
  padding: 0 16px;
}


/* 视频回放 */
.back_video {
  width: 100%;
  height: 210px;
}

.back_video video {
  width: 100%;
  height: 100%;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.time_text {
  font-size: 11px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

.page_pagination {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 44px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_item {
  margin: 0 3px;
}

.last_page,
.first_page {
  width: 48px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #3180F5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3180F5;
}

.page_num {
  width: 24px;
  height: 24px;
  background: #EAEAEA;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}

.page_num.page_num_sel {
  background-color: #3180F5;
  color: #fff;
}


.page {
  height: 44px;
  background: #FFFFFF;
}

.page>div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page a,
.page span {
  margin: 0 3px;
}

.page a.first,
.page a.end {
  width: 48px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #3180F5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3180F5;
}

.page span,
.page a.num,
.page a.next,
.page a.prev {
  width: 24px;
  height: 24px;
  background: #EAEAEA;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}

.page span.current {
  background-color: #3180F5;
  color: #fff;
}

.menu_opts {
  z-index: 99;
  position: absolute;
  right: 12px;
  top: 60px;
  padding: 0 8px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 2px rgba(17, 17, 17, 0.15);
  border-radius: 3px;
}

.menu_opts::after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 8px;
  top: -4px;
}

.menu_opt {
  height: 39px;
  line-height: 39px;
  /*display: block;*/

  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

.menu_opt+div {
  border-top: 1px solid #DDDDDD;
}

.menu_op.sel {
  color: #3180F5;
}

span.tema_sx {
  margin-left: 8px;
}

.header span.logo_link {
  font-size: 20px;
  font-weight: 600;
  font-family: AlibabaPuHuiTi_3_105_Heavy;
  color: #e5c997;
  letter-spacing: 4px;
}

span.logo_link>div:nth-child(2) {
  width: 97px;
  height: 20px;
  border-radius: 12px;
  background: #e5c997;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #f2001f;
  line-height: 30px;
}

.hidden_star {
  position: fixed;
  width: 100%;
  max-width: 800px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
  padding-right: 10px;
  display: flex;
  justify-content: flex-end;
}

.fixed_star {
  width: 57px;
  height: 57px;
  background: url('/Static/home/img/sc.png') no-repeat;
  background-size: 100% 100%;
}

.fixed_star.sel {
  background-image: url('/Static/home/img/ysc.png');
}