  .container {
      width: 100%;
      min-height: 100vh;
      background-color: #F9F9F9;
      max-width: 750px !important;
      margin: 0 auto;
      font-size: .28rem;
      overflow: hidden;
  }

  .header {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #0B7D37;
  }

  .header .logo {
      padding: 0.1rem 0;
      width: 100%;
      height: 1.6rem;
  }

  img {
      width: 100%;
      height: 100%;
      object-fit: contain;
  }

  .banner .swiper-slide {
      box-shadow: 1px 1px 5px #333;
      border: 4px solid #fff;
      border-radius: 10px;
  }

  .header .left {
      width: .28rem;
      height: .28rem;
  }

  .search_box {
      width: 100%;
      height: .6rem;
      display: flex;
      justify-content: space-between;
      margin-top: .25rem;
      padding: 0 0.2rem;
  }

  .search_box input {
      border: 1px solid #136936;
      width: 100%;
      border-radius: 10px;
      background: #F9F9F9;
  }

  .search_box div {
      width: 1.12rem;
      background: #176C36;
      border-top-right-radius: .4rem;
      border-bottom-right-radius: .4rem;
      line-height: .6rem;
      text-align: center;
      color: #fff;
  }

  .date {
      font-size: .24rem;
      color: #333;
      margin: .2rem 0;
  }

  .notice {
      display: flex;
      height: .52rem;
      background-color: #FEF2E6;
      border-radius: .16rem;
      align-items: center;
      padding: 0 .2rem;
  }

  .notice marquee {
      flex: 1;
      color: #444;
      font-size: 0.25rem;
  }

  .swiper-3d .swiper-slide-shadow {
      background: none;
  }

  .qs {
      text-align: center;
  }

  .notice .icon {
      width: .36rem;
      margin-right: .2rem;
  }

  .lottery_box {
      background-color: #fff;
      margin-top: .2rem;
      font-size: .24rem;
      overflow: hidden;
      border-radius: 5px;
  }

  .lottery_box .tab-links {
      display: flex;
      justify-content: space-between;
  }

  .lottery_box .l-header {
      display: flex;
      justify-content: space-between;
      margin-top: .2rem;
  }

  .lottery_box .l-footer {
      margin-top: .2rem;
      color: #136936;
      text-align: center;
  }

  .tab-content {
      padding-bottom: 0.2rem;
  }

  .kj {
      background: #fff;
      padding: 0 0.2rem;
      border-radius: 5px;
  }

  .tab-content .lottery-area {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .tab-content .lottery-area .number {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: .2rem;
  }

  .tab-content .lottery-area .number div {
      width: .6rem;
      height: .6rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .28rem;
      font-weight: bolder;
      margin-bottom: .1rem;
  }


  .tab-links li {
      display: flex;
      border-radius: 5px;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0.2rem 0rem;
      font-weight: bold;
      width: 1.7rem;
      font-weight: bold;
      color: #606060;
      position: relative;
      background: #ECECEC;
  }

  .tab-links li img {
      width: .56rem;
      height: .18rem;
      display: none;
  }

  .tab-links .active .down-triangle {
      display: block;
  }



  .tab-links li p {
      font-size: 0.17rem;
  }

  .ad_tit {
      width: 2.08rem;
      font-weight: bold;
      height: .56rem;
      margin-top: .2rem;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 0.1rem;
      font-size: 0.3rem;
  }

  .ad_tit img {
      width: 0.35rem;
      height: 100%;
      margin-right: 0.1rem;
  }

  .ad_box {
      margin-top: 0.3rem;
  }

  .ad_box ul {
      overflow: hidden;
  }

  .ad_box li {
      float: left;
      width: 20%;
      text-align: center;
      margin-bottom: 0.4rem;
  }

  .ad_box li img {
      width: 0.8rem;
      height: 0.8rem;
  }

  .ad_box li p {
      font-size: 0.25rem;
  }

  .wedsite {
      margin-top: 0.3rem;
  }

  .wedsite .item {
      line-height: .6rem;
      text-align: center;
      border-radius: 4px;
      font-size: 0.24rem;
      width: calc(20% - 0rem);
      margin: 0.15rem 0;
      border-radius: 10px;
      overflow: hidden;
  }

  .item a {
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .item img {
      width: 100%;
      height: auto;
  }

  .item p {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
  }

  .tz ul {
      overflow: hidden
  }

  .tz li {
      width: 50%;
      float: left;
      margin-bottom: 0.2rem;
  }

  .tz li:nth-child(odd) {
      padding-right: 0.1rem;
  }

  .tz li:nth-child(even) {
      padding-left: 0.08rem;
  }

  .tz li div {
      padding: 0.1rem;
      background: #fff;
      position: relative;
  }

  .tz li p {
      position: absolute;
      bottom: 0.1rem;
      width: calc(100% - 0.2rem);
      color: #fff;
      text-align: center;
      background: #0000006e;
  }

  .huifu {
      font-size: 1.4rem;
      border-radius: 10px;
  }

  .huifu li {
      padding: 0.1rem 0;
      border: none;
      text-align: center;
  }

  .huifu {
      position: absolute;
      padding: 0.2rem;
      background-color: #fff;
      border-radius: 10px;
      width: auto;
      margin-left: 0rem;
      border: 1px solid #ccc;
      z-index: 999999;
      right: 0.1rem;
      font-size: 0.2rem;
  }

  .huifu:before {
      box-sizing: content-box;
      width: 0px;
      height: 0px;
      position: absolute;
      top: -0.32rem;
      right: 0.1rem;
      padding: 0;
      border-bottom: 1.5rem solid #fff;
      border-bottom-color: rgb(241, 241, 241);
      border-bottom-style: solid;
      border-bottom-width: 0.2rem;
      border-top: 0.1rem solid transparent;
      border-left: 1.5rem solid transparent;
      border-left-color: transparent;
      border-left-style: solid;
      border-left-width: 0.2rem;
      border-right: 0.2rem solid transparent;
      display: block;
      content: '';
      z-index: 12;
  }

  .huifu:after {
      box-sizing: content-box;
      width: 0px;
      height: 0px;
      position: absolute;
      top: -0.32rem;
      right: 0.1rem;
      padding: 0;
      border-bottom: 1.5rem solid #fff;
      border-bottom-color: rgb(241, 241, 241);
      border-bottom-style: solid;
      border-bottom-width: 0.2rem;
      border-top: 0.1rem solid transparent;
      border-left: 1.5rem solid transparent;
      border-left-color: transparent;
      border-left-style: solid;
      border-left-width: 0.2rem;
      border-right: 0.2rem solid transparent;
      display: block;
      content: '';
      z-index: 12;
  }